.pages-tt {
    text-align: center;
    margin-top: 30px;
}

.pages-tt a {
    padding: 5px 15px;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    background-color: #eeeeee;
    margin: 0px 5px;
}

.pages-tt a.pages-active,
.pages-tt a:hover {
    background-color: #F9C639;
}

.pages-contentShow {
    line-height: 28px;
    color: #333;
    min-height: 300px;
    padding-top: 40px;
}

.pages-contentShow h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    /**border-bottom: 1px solid #ddd;**/
    padding-bottom: 10px;
}

.pages-contentShow h4 span {
    display: block;
    font-size: 12px;
    color: #777;
}


.page-banner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-banner-title {
    position: absolute;
    color: white;
    margin-left: 3.7vw;
}

.page-banner-title p:last-child {
    font-size: 1.7vw;
    font-weight: lighter;
}

.page-banner-title p:first-child {
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: .7vw
}



table {
    border-collapse: collapse;
}

/*位置*/

#other-menu ul {

    width: 100%;

    overflow: hidden;

    border-bottom: 1px solid #cdcdcd;

    margin-bottom: 0px;

}

#other-menu ul li {

    float: left;

    padding: 20px 0;

    font-size: 14px;

    color: #666666;

    overflow: hidden;

}

#other-menu ul li a {

    margin-left: 5px;

    margin-right: 5px;

    font-size: 14px;

    color: #666666;

}

#other-menu ul li a:last-child {

    color: #1e5aaf;

}



/*产品、案例位置*/

#list-menu {
    line-height: 57px;
    background: #F8F8FB;
    border-bottom: 1px solid #E4E5E8;
}

#list-menu .dbt {
    font-size: 20px;
    color: #333;
}

.list-pro {
    border-right: 1px solid #E4E5E8;
}

.list-pro li {
    float: left;
}

.list-pro li a {
    padding: 0px 25px;
    display: block;
    border-left: 1px solid #E4E5E8;
    font-size: 14px;
}

.list-pro li a:hover,
.list-pro li a.current {
    color: #1A58B2;
    border-bottom: 2px solid #1A58B2;
}





/*招聘、新闻列表*/

.list-news {
    margin-top: 30px;
}

.list-news li {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-news .page_news_pic {
    width: 18%;
    float: left;
}

.list-news .page_news_pic img {
    transition: all 0.5s;
}

.list-news .page_news_title {
    width: 80%;
    float: right;
}

.list-news .page_news_title h5 {

    color: #000000;

    font-size: 16px;

    margin: 15px 0;

    width: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-weight: normal;

}

.list-news .page_news_title p {
    color: #666;
    font-size: 15px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
}

.list-news .page_news_title .news_date {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.list-news a:hover h5 {
    color: #1A58B2;
}

.list-news a:hover .page_news_pic img {
    transform: scale(1.04);
}



/*视频列表*/

.video-show {

    width: 100%;

    margin: 40px auto 0;

    overflow: hidden;

}

.video-show li {

    width: 33.33%;

    float: left;

    padding: 0 15px;

    margin-bottom: 35px;

}

.video-show li a {

    position: relative;

    width: 100%;

    overflow: hidden;

    display: block;

}

.video-show li a p {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 30px;

    padding: 0 20px;

    line-height: 30px;

    font-size: 14px;

    color: #ffffff;

    background-color: rgba(0, 0, 0, .5);

    overflow: hidden;

}

.video-show li a p span.time {

    float: right;

}

.video-show li span.player-logo {

    display: block;

    width: 40px;

    height: 40px;

    position: absolute;

    top: 34%;

    left: 46%;

}



.bt {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 18px;
}





/*产品列表*/

.list-product {
    margin-top: 20px;
}

.list-product li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin: 20px 0 0px;
}

.list-product li a {
    /*border-bottom: 1px solid #ddd;*/
    display: block;
    padding-bottom: 10px;
}

.list-product li a .page_pro_pic {
    margin-bottom: 15px;
}

.list-product li a .page_pro_pic img {
    transition: all 0.5s;
}

.list-product li a:hover .page_pro_pic img {
    transform: scale(1.05);
}

.list-product li a .page_pro_title h5,
.list-product .page_pro_title h3 {

    color: #666;

    font-size: 14px;

    margin: 7px 0;

    width: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-weight: normal;

}

.list-product li a .page_pro_title h3 {

    color: #333;

    font-size: 18px;

    font-weight: bold;

}

.list-product li a .page_pro_title p {
    color: #666;
}

.list-product li a:hover {
    border-color: #1E5AAF;
}

.list-product li a:hover .page_pro_title h5,
.list-product li a:hover .page_pro_title h3,
.list-product li a:hover .page_pro_title p {
    color: #1E5AAF;
}




/*产品详情*/



/*产品图*/

.pro_pic {
    width: 43%;
}

.pro_pic .hd {
    height: 70px;
    position: relative;
}

.pro_pic .hd ul {
    float: left;
    position: absolute;
    left: 22px;
    top: 0px;
}

.pro_pic .hd ul li {
    float: left;
    height: 43px;
    width: 68px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 23px 10px 0 10px;
}

.pro_pic .hd ul li.on {
    border-color: #1A58B2;
}

.pro_pic .bd .big_pro {
    margin-bottom: 12px;
    width: 100%;
}

.pro_pic .bd .big_pro img {
    max-width: 100%;
    border: 1px solid #ddd;
}

.pro_pic .arrow {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 100%;
}

.pro_pic .arrow a {
    display: block;
    width: 16px;
    height: 70px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/zjt.jpg) 0 0 no-repeat;
}

.pro_pic .arrow .next {
    background: url(../image/yjt.jpg) 0 0 no-repeat;
}

.pro_pic .arrow .prev {
    margin-right: 470px;
}



/*产品内容*/

.page-product {
    margin-top: 60px;
}

.pro_text {
    width: 53%;
}

.pro_text h3,
.pro_text h2 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 13px;
}

.pro_text h2 {
    font-weight: bold;
    color: #333;
}

.pro_text p {
    color: #666;
    line-height: 22px;
}

.pro_text .pro-txt {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
    padding: 20px 0;
    color: #666;
}

.share {
    height: 28px !important;
    line-height: 28px;
}

.share span {
    background: url(../images/fx.png) no-repeat left center;
    padding-left: 20px;
    color: #666;
    float: left;
}

.share a {
    float: left;
    transition: all 0.3s;
    margin: 0 3px;
}

.share a:hover {
    transform: rotate(360deg);
}



/*产品参数*/

.canshu {
    width: 100%;
    margin-top: 60px;
}

.canshu .hd {
    height: 46px;
    position: relative;
    background: #F2F2F2;
    margin-bottom: 30px;
}

.canshu .hd ul {
    float: left;
    position: absolute;
    left: 18px;
    top: 0px;
    line-height: 30px;
    padding: 5px 0 0;
}

.canshu .hd ul li {
    float: left;
    cursor: pointer;
    margin: 0 35px;
    font-size: 16px;
    color: #333;
}

.canshu .hd ul li.on {
    border-bottom: 2px solid #1A58B2;
    color: #1A58B2
}



/*案例列表*/

.list-case {
    margin-top: 30px;
}

.list-case li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin: 30px 0 0px;
}

.list-case li a {
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
}

.list-case li a:hover .case_pic {
    overflow: hidden;
}

.list-case li a .case_pic img {
    transition: all 0.5s;
}

.list-case li a:hover .case_pic img {
    transform: scale(1.05);
}

.list-case li a .case_title {

    color: #666;

    margin: 10px 0 0;

    width: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-weight: normal;

}



.list-case li a:hover .page_pro_title h5 {
    color: #1E5AAF;
}



/*partner*/

.hzxxtj {
    cursor: pointer;
}

.slide-yy-bg {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background-color: rgba(0, 0, 0, .5);

}

.slide-partner-bg {

    width: 100%;

    position: absolute;

    top: 280px;

    left: 0;

}

.slide-partner-box {

    width: 80%;

    margin: 0 auto;

    overflow: hidden;

    border: 1px solid #cdcdcd;

    background-color: #f9f9f9;

    margin-bottom: 40px;

}

.slide-partner-left {

    width: 30%;

    padding: 30px;

    float: left;

    background-color: #f9f9f9;

}

.slide-partner-left p.title {

    font-size: 16px;

    color: #333333;

    font-weight: bold;

    margin-bottom: 20px;

}

.slide-partner-left p.content {

    font-size: 14px;

    color: #333333;

}

.slide-partner-right {

    width: 70%;

    float: right;

    border-left: 1px solid #e3e3e3;

    padding: 30px;

    background-color: #FFF;

    position: relative;

    box-sizing: border-box;

}

.close-tj {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.slide-partner-right p.title {

    font-size: 18px;

    color: #333333;

    margin-bottom: 25px;

    font-weight: bold;

}

.slide-partner-right ul li {

    line-height: 40px;

    overflow: hidden;

    margin-bottom: 10px;

}

.slide-partner-right ul li span {

    display: block;

    width: 90px;

    text-align: right;

    padding-right: 10px;

    font-size: 12px;

    float: left;

}

.slide-partner-right ul li select {

    height: 35px;

    width: 150px;

    border-radius: 5px;

    border: 1px solid #ccc;

}

.slide-partner-right ul li input {

    width: 280px;

    height: 35px;

    padding: 0 10px;

    outline: none;

    border-radius: 5px;

    border: 1px solid #ccc;

}

.slide-partner-right ul li.bz {

    /**height:160px;**/

}

.slide-partner-right ul li.bz textarea {

    width: 325px;

    max-height: 130px;

    padding: 10px;

    outline: none;

    border-radius: 5px;

    border: 1px solid #ccc;

}

.slide-partner-right ul li:last-child input {

    margin-left: 230px;

    width: 100px;

    border-radius: 15px;

    height: 35px;

    border: 1px solid #1a58b2;

    background-color: #FFF;

    color: #1a58b2;

}



/*

.pages-shownews-tt{text-align: center; border-bottom: 1px solid #eee; margin-bottom: 25px;}

.pages-shownews-tt h3{font-size: 20px; color: #000000;}

.pages-shownews-tt p{font-size: 12px; color: #999999; padding: 15px 0; }*/



/*翻页*/

.pagebar {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.pagebar a:hover {
    color: #1e5aaf;
}

.pagebar span a {
    color: #333;
}

.page-status {
    border-radius: 2px 0 0 2px;
}

.page-last {
    border-radius: 0 2px 2px 0;
}

.page-index,
.page-last,
.page-next,
.page-num,
.page-pre,
.page-status {
    display: inline-block;
    margin: 0 -1px 5px 0;
    padding: 0 15px;
    height: 28px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #333;
    vertical-align: middle;
    font-size: 12px;
    line-height: 28px;
}

.page-status {
    display: none;
}

.page-num-current {
    background-color: #1e5aaf;
    color: #fff !important;
}

a.page-num-current:hover {
    color: #fff;
}

/*翻篇*/

.nextinfo {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 15px;
}

.nextinfo>li {
    width: 50%;
    color: #666;
    line-height: 26px;
}

.nextinfo>li a {
    color: #333;
}

.nextinfo>li a:hover {
    color: #ff0000;
}



.fhlb {
    text-align: right;
    margin-top: 10px;
}

.fhlb a {
    padding: 7px 30px;
    border: 1px solid #777;
    border-radius: 30px;
    color: #666 !important;
}

.fhlb a:hover {
    background: #1E5AAF;
    color: #ffffff !important;
    border-color: #1E5AAF;
}



@media(max-width: 1024px) {

    .pro_pic .hd {
        display: none;
    }

    .slide-partner-left {
        display: none;
    }

    .slide-partner-right {
        width: 100%;
    }

}

@media(max-width: 800px) {

    .list-product li a .page_pro_title h5,
    .list-product .page_pro_title h3 {
        font-size: 14px !important;
    }

    #list-menu {
        line-height: 36px;
    }

    #list-menu .dbt {
        font-size: 16px;
        width: 100%;
        float: none;
        padding-left: 15px;
    }

    .list-pro {
        float: none;
        border: 0;
    }


    .list-pro li a {
        padding: 0px 15px;
        border: 0;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
    }

    .list-pro li a:hover,
    .list-pro li a.current {
        color: #1A58B2;
        border-bottom: 1px solid #ddd;
    }

    .list-pro li:last-child a {
        border-bottom: 0;
    }



    .canshu .hd {
        height: 36px;
    }

    .canshu .hd ul {
        left: 8px;
        line-height: 26px;
        padding: 3px 0 0;
    }

    .canshu .hd ul li {
        margin: 0 10px;
        font-size: 14px;
    }



    .pages-contentShow {
        padding-top: 30px;
    }

    .pages-tt a {
        display: block;
        font-size: 14px;
        margin-bottom: 1px;
        padding: 8px 15px;
    }



    .bt {
        font-size: 16px;
    }

    .video-pic {
        height: 100%;
    }



    .fhlb {
        float: none;
        text-align: left;
        margin-top: 80px;
    }



    .slide-partner-right {
        padding: 15px;
    }

    .slide-partner-right ul li {
        line-height: 30px;
    }

    .slide-partner-right ul li span {

        width: 100%;

        text-align: left;

    }

    .slide-partner-right ul li.bz textarea {
        width: 300px;
    }

    .slide-partner-right ul li:last-child input {
        margin-left: 0px;
    }

    .slide-partner-right ul li input {
        width: 200px;
    }



}

@media(max-width: 380px) {

    .pro_text h3,
    .pro_text h2 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .slide-partner-right ul li.bz textarea {
        width: 200px;
    }

}