﻿.zindex{
    z-index: -1;
}
.backzindex{
    z-index: 0;
}
.main-box {
    min-height: 500px;
}
.main-box .pc-banner {
    width: 100%;
}
.banner2 {
    width: 100%;
    position: relative;
    /* padding-bottom: 0.25em; */
    background: #fff;
    overflow: hidden;
}
.pc-banner ul li .banner-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.pc-banner ul li {
    position: relative;
}
.pc-banner .ban-hd1,
.banner2 .ban-hd2 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1.5625em;
    left: 0;
    overflow: hidden;
}
.pc-banner .ban-hd1 a {
    width: 1.25em;
    height: 1.25em;
    background: url(../images/banner-tog.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
}
.pc-banner .ban-hd1 a.on {
    background: url(../images/banner-tog-on.png) no-repeat;
}
.pc-banner .doc-box {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-banner .doc-box .banner-doc {
    background: url(../images/banner-tit-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 12.5em;
    z-index: 200;
}
.pc-banner .doc-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 3%;
    z-index: 300
}
.pc-banner .doc-content .content-doc {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    top: "31%";
    height: 12.5em;
    z-index: 230
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.pc-banner .doc-content .content-doc {
    position: relative;
    width: 1200px;
    width: 80%;
    margin: 0 auto;
    top: "31%";
    height: 12.5em;
    z-index: 230
}
}

.pc-banner .doc-content .content-doc .img{
    position: relative;
    left: -60px;
    opacity: 0;
    width: 70px;
    height: 5px;
    background-color: #fec601;
    display: inline-block;
}
.pc-banner .doc-content .content-doc h4 {
    color: #fff;
    font-size: 44px;
    position: relative;
    top: 60px;
    opacity: 0 ;
}
@media screen and (max-width:1366px){
   .pc-banner .doc-content .content-doc h4 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 60px;
    opacity: 0 ;
} 
}
/*.pc-banner .ban-bd1 ul li:nth-child(2) .content-doc h4{
    color: #fec601;
}
.pc-banner .ban-bd1 ul li:nth-child(3) .content-doc h4{
    color: #fff;
}
.pc-banner .ban-bd1 ul li:nth-child(5) .content-doc h4{
    color: #2a58ad;
}
.pc-banner .ban-bd1 ul li:nth-child(6) .content-doc h4{
    color: #000;
}*/
.ph-banner ul li {
    position: relative;
}
/*.ph-banner ul li:nth-child(2) .docforph{
    color: #ffc600
}
.ph-banner ul li:nth-child(5) .docforph{
    color: #2a57aa
}*/

.ph-banner .docforph {
    position: absolute;
    top: 30%;
    display: block;
    width: 100%;
    padding:0 6%;

    text-align: center;
    z-index: 5000;
    color: #fff
}
.ph-banner .docforph  .img{
    display: block;
    text-align: center;
    width: 70px;
    height: 5px;
    background-color: #fec601;
    display: inline-block;
    margin:0 auto;
    margin-top: 16px
}
.ph-banner .docforph h4 {
    font-size: 2.8em;
    line-height: 1.4em;    
}
.ph-banner .ban-hd2 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1.5625em;
    left: 0;
    overflow: hidden;
}


.ph-banner ul li .banner-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}




.first-screen {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2.3em;
    margin-bottom: 2.2em;
    width: 83%;
}
.first-screen .product-ser {
    margin-top: 1.375em;
}

.first-screen .product-ser .row ul li {
    margin-bottom: 1.375em;
}
.first-screen .product-ser .row ul li.col-sm-4{
    padding-left:0;
    width:32.5%;
    margin-right:1.2%;
}
.first-screen .product-ser .row ul li.col-sm-4:nth-child(3n){
    margin-right:0%;
}


@media screen and (max-width:768px) {
.first-screen .product-ser .row ul li.col-sm-4{
    padding-left:15px;
        width:100%;
    margin-right:0;
}
}

.first-screen .product-ser .row ul li .box-shadow {

    box-shadow: 0px 1px 2px #e4e4e4;
}
.first-screen .product-ser .row ul li:hover .box-shadow {
    box-shadow: 0px 2px 3px #cccccc
}

.first-screen .product-ser .row ul li .imgbox {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 10.4375em;
    overflow: hidden;
    width: 100%;
    max-width:100%;
}
.first-screen .product-ser .row ul li .imgbox img{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    //  max-width:100%;
}
@media screen and (max-width:768px){
  .first-screen .product-ser .row ul li .imgbox img{
    height:100%;
  }  
}
.first-screen .product-ser .row ul li:hover .imgbox img{
         transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1)
}
.first-screen .product-ser .row ul li .infobox {
    padding: 1em 1.6em 2em 1.75em;
    // min-height: 14.56em;
    position: relative;
}
.first-screen .product-ser .row ul li .infobox h4 a {
    color: #002454;
    font-size: 1.375em;
    line-height: 2.09em;
}
@media screen and (max-width:1366px){
.first-screen .product-ser .row ul li .infobox h4 a {
    color: #002454;
    font-size: 1.2em;
    line-height: 2.09em;
    
}
}

.first-screen .product-ser .row ul li .infobox span {
    font-size: 0.875em;
    line-height: 1.7em;
    color: #666666;
    display: block;
}
.first-screen .product-ser .row ul li.col-md-pull-6{
    padding-left: 0;
}
@media screen and (max-width: 1200px) {
    .first-screen .product-ser .row ul li .infobox {
        padding: 2.5em 1.6em 2em 1.75em;
    }

}
.first-screen .product-ser .row ul li .infobox span a {
       color: #01a8e0;
    display: block;
    line-height: 3em;
    text-align: left;
}
.first-screen .product-ser .row ul li.product-ser2 {
    margin-bottom: 0;

}
.first-screen .product-ser .row ul li.product-ser2 .infobox {
   min-height: 14.56em;
}
.first-screen .product-ser .row ul li{
    padding-right: 0
}
.first-screen .product-ser .row ul li.product-ser2 .imgbox {
    width: 100%;
    // background-size: cover;
    // background-repeat: no-repeat;
    // background-position: center center;
    // height: 14.625em;
}
.first-screen .product-ser .row2 ul li.col-md-6 {
    padding-left: 0;
    padding-right: 0
} 
.first-screen .product-ser .row2 ul li.col-md-6 {
    padding-left: 0;
    padding-right: 0
} 
.first-screen .product-ser .row2 ul li.col-md-push-6{

}
.first-screen .product-ser .row2 ul li.col-md-push-6 .imgbox{
    min-height: 14.56em;
}
.first-screen .product-ser .row2 ul li.col-md-pull-6{
    // padding-left:15px;
}
@media screen and (max-width: 768px){
  .first-screen .product-ser .row2 ul li.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}   
.first-screen .product-ser .row ul li{
    padding-right: 15px;
}
.first-screen {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2.3em;
    margin-bottom: 2.2em;
    width: 100%;
}

}

.second-screen {
    background-repeat: no-repeat;
    background-size: cover;
    height: 20.625em;
    text-align: center;
}
.second-screen .main-cent {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.3em;    
}
@media screen and (max-width:768px) {
.second-screen .main-cent {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.1em;    
}
}
.first-screen .product-ser .nopdr{

}
.second-screen .main-cent .title-main h5 {
    color: #fff
}
.second-screen .main-cent .article-cent {
    color: #fff;
    margin-top: 2em;
    font-size: 1em;
    text-align: center;
    padding: 0 15%;
}
.second-screen .main-cent .article-cent span {
    font-size: 0.9em;
    line-height: 24px
}
.second-screen .main-cent .article-cent span a {
    color: #01a8e0;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.second-screen .main-cent .article-cent span a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
   
}
@media screen and (max-width: 1024px) {
    .second-screen .main-cent .title-main h5 {
        font-size: 1.8em;
    }
    .second-screen .main-cent .article-cent {
        padding: 0 3%;
        margin-top: 1.8em;
        font-size: 0.985em;
    }
    .second-screen .main-cent .article-cent p {
        font-size: 1em;
        line-height: 1.8em
    }
    .first-screen .product-ser .row ul li .infobox h4 a {
        color: #002454;
        font-size: 1.25em;
        line-height: 2.09em;
    }
}
.second-screen .main-cent .join-us-cent {
/*    text-align: center;
    margin-top: 2.25em;
    position: relative;*/
        width: 150px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top:1.875em;
}
.second-screen .main-cent .join-us-cent a {
    background: url(../images/join-us-icon.png) no-repeat 1.2em center;
    /*width: 9.375em;*/
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #333333;
    padding-left: 20px;
    font-size: 1em;
}
.second-screen .main-cent .join-us-cent  .bgwhite{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    width: 150px;
      background: url(../images/join-us-icon.png) no-repeat 1.2em center #fff;
}
.second-screen .main-cent .join-us-cent  .bgblue{
    width: 150px;
    height: 45px;
    position: absolute;
    top: 0;
        left: -150px;
    background-color: #0084cb;
    z-index: 1;
        transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.second-screen .main-cent .join-us-cent:hover a{
    color: #fff;
      background: url(../images/join-us-icon2.png) no-repeat 1.2em center;
}
.second-screen .main-cent .join-us-cent:hover .bgblue{
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
}
.second-screen .main-cent .join-us-cent a:hover{
/*   background: url(../images/join-us-icon2.png) no-repeat 1.2em center;  */ 
/*   background-color: #09a7de;*/
/*   color: #fff*/
}
.news-box{
    min-height: 400px;
    max-width: 1203px;
    margin: 0 auto;
    width: 88%;
    background-color: #edf1f4;
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.news-box{
    min-height: 400px;
    max-width: 1203px;
    margin: 0 auto;
    width: 80%;
    background-color: #edf1f4;
}
}

.news-box-wrap{
    background-color: #edf1f4;
    // padding-bottom: 1em;
    overflow:hidden;
}
@media screen and (min-width:1200px) and (max-width: 1920px){
.news-box-wrap{
    background-color: #edf1f4;
    // padding-bottom: 1em;
    overflow:hidden;
    margin-bottom:-1.3em;
}
}
@media screen and (max-width:768px) {
.news-box-wrap{
    background-color: #edf1f4;
    // padding-bottom: 1em;
    overflow:hidden;
    margin-bottom:0em;
}
}
.news-box .tab-wrap{
	padding-top: 2.9em
}
.news-box .tab-wrap .nav-tabs{
	border-bottom: none;
}
.news-box .tab-wrap .nav-tabs li.active{
background-color: #0084cb;
	border-radius: 5px;
}
.news-box .tab-wrap .nav-tabs li.active a{
	color: #fff;
}
.news-box .tab-wrap .nav-tabs li a{
	border:none;
	background:none;
	color: #333333;
	padding:0.37em 1.125em;
	font-size: 1em;
}
.news-box .tab-wrap .tab-content {
	margin-top: 2.4em;
    position: relative;
}
.news-box .tab-wrap .tab-content .tab-pane {
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.news-box .tab-wrap .tab-content .tab-pane ul{
	width: 100%;
	position: relative
}
.news-box .tab-wrap .tab-content .tab-pane ul li .content{
	border:1px solid #0084cb;
	min-height: 220px;

}
.news-box .tab-wrap .tab-content .tab-pane ul{
	overflow: hidden;

}
.news-box .tab-wrap .tab-content .tab-pane ul li{
    width: 31%;
    margin-right:2.1em;
     margin-bottom: 1.625em;
    float: left;
}

.news-box .tab-wrap .tab-content .tab-pane ul li .content{
	padding: 1.375em 1.5em 1.25em 1.125em;
}
.news-box .tab-wrap .tab-content .tab-pane ul li .content span.date{
	color: #666666;
	font-size: 0.875em;
	display: block;
	line-height: 2em;
}
.news-box .tab-wrap .tab-content .tab-pane ul li .content h4 a{
	color: #333333;
	font-weight: bold;
	font-size: 0.888em;
	display: block;
	line-height: 1.25em;
	height: 1.25em;
	    overflow:hidden;
}
.news-box .tab-wrap .tab-content .tab-pane ul li .content h4 a:hover{
    color: #09a7de;
}
.news-box .tab-wrap .tab-content .tab-pane .loop-box{
	position: relative;
    background-color: #edf1f4;
    margin:0 auto;
    max-height: 246px;

}
.news-box .tab-wrap .tab-content .tab-pane .loop-box2{
    position: relative;

    margin:0 auto;
}
.news-box .tab-wrap .tab-content .tab-pane  a.left-btn{
	width: 18px;
    height: 34px;
    display: block;
    background: url(../images/news-left-arr.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    left:-2.25em;
    top: 38%;
}
.news-box .tab-wrap .tab-content .tab-pane  a.left-btn:hover{
  background: url(../images/news-right-arr3.png) no-repeat center center;	
}
@media screen and (max-width: 1024px) {
.news-box .tab-wrap .tab-content .tab-pane ul li .content h4 a{
	color: #333333;
	font-weight: bold;
	font-size: 0.888em;
	display: block;
	overflow: auto;
	margin-bottom:1em;

}	
}
.news-box .tab-wrap .tab-content .tab-pane  a.right-btn{
	width: 18px;
    height: 34px;
    display: block;
    background: url(../images/news-left-arr2.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: -1em;
    top: 38%;
}
.news-box .tab-wrap .tab-content .tab-pane  a.right-btn:hover{
 background: url(../images/news-right-arr2.png) no-repeat center center;	
}
.news-box .tab-wrap .tab-content .tab-pane ul li .doc{
	color: #666666;
	font-size: 0.875em;
	line-height: 1.625em;
	padding-top: 1.1em;
	    height: 6em;
    overflow: hidden;
}
.news-box .tab-wrap .tab-content .tab-pane ul li a.news-arr{
	display: inline-block;
	margin-top: 1em;
    position: relative;
        transition: all .3s ;
    -webkit-transition: all .3s ;
}
.news-box .tab-wrap .tab-content .tab-pane ul li a.news-arr:hover{
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}



.news-box .tab-wrap .tab-content .tab-pane2 {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 1200px;
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.news-box .tab-wrap .tab-content .tab-pane2 {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 1200px;
    width: 100%;
}
}

@media screen and (max-width:768px) {

}
.news-box .tab-wrap .tab-content .tab-pane2 ul{
    width: 100%;
    position: relative
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content{
    border:1px solid #0084cb;
    min-height: 220px;

}
.news-box .tab-wrap .tab-content .tab-pane2 ul{
    overflow: hidden;

}
.news-box .tab-wrap .tab-content .tab-pane2 ul li{
    width: 31%;
    margin-right:2.1em;
     margin-bottom: 1.625em;
    float: left;
}

.news-box .tab-wrap .tab-content .tab-pane2 ul li .content{
    padding: 1.375em 1.5em 1.25em 1.125em;
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content span.date{
    color: #666666;
    font-size: 0.875em;
    display: block;
    line-height: 2em;
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content h4 a{
    color: #333333;
    font-weight: bold;
    font-size: 0.888em;
    display: block;
    line-height: 1.25em;
    height: 1.25em;
        overflow:hidden;
}
.news-box .tab-wrap .tab-content .tab-pane2 .loop-box2{
    position: relative;

    margin:0 auto;
}
.news-box .tab-wrap .tab-content .tab-pane2 .loop-box2{
    position: relative;
    background-color: #edf1f4;
    margin:0 auto;
}
.news-box .tab-wrap .tab-content .tab-pane2  a.left-btn{
    width: 18px;
    height: 34px;
    display: block;
    background: url(../images/news-left-arr.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    left:-2.25em;
    top: 38%;
}
.news-box .tab-wrap .tab-content .tab-pane2  a.left-btn:hover{
  background: url(../images/news-right-arr3.png) no-repeat center center;   
}
@media screen and (max-width: 1024px) {
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content h4 a{
    color: #333333;
    font-weight: bold;
    font-size: 0.888em;
    display: block;
    overflow: auto;
    margin-bottom:1em;

}   
}
.news-box .tab-wrap .tab-content .tab-pane2  a.right-btn{
    width: 18px;
    height: 34px;
    display: block;
    background: url(../images/news-left-arr2.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: -1em;
    top: 38%;
}
.news-box .tab-wrap .tab-content .tab-pane2  a.right-btn:hover{
 background: url(../images/news-right-arr2.png) no-repeat center center;    
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .doc{
    color: #666666;
    font-size: 0.875em;
    line-height: 1.625em;
    padding-top: 1.1em;
        height: 6em;
    overflow: hidden;
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li a.news-arr{
    display: inline-block;
    margin-top: 1em;
    position: relative;
    tr
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li a.news-arr:hover{
    left: 1em
}


/*手机端新闻盒子*/

.news-box .tab-wrap .tab-content .tab-pane2 ul{
    width: 100%;
    position: relative
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content{
    border:1px solid #0084cb;
    min-height: 220px;

}
.news-box .tab-wrap .tab-content .tab-pane2 ul{
    overflow: hidden;

}
.news-box .tab-wrap .tab-content .tab-pane2 ul li{
    width: 31%;
    margin-right:2.1em;
     margin-bottom: 1.625em;
    float: left;
}

.news-box .tab-wrap .tab-content .tab-pane2 ul li .content{
    padding: 1.375em 1.5em 1.25em 1.125em;
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content span.date{
    color: #666666;
    font-size: 0.875em;
    display: block;
    line-height: 2em;
}
.news-box .tab-wrap .tab-content .tab-pane2 ul li .content h4 a{
    color: #333333;
    font-weight: bold;
    font-size: 0.888em;
    display: block;
    line-height: 1.25em;
    height: 1.25em;
        overflow:hidden;
}

.news-box-ph{
    display: none;
    margin-bottom: 2.5em
}
@media screen and (max-width: 1200px){
  .news-box-ph{
    display: block;
    padding:0 5%;
}  
.news-box{
    display: none!important;
}
}
.news-box-ph .ph-new-tab{
    overflow: hidden;
    padding-top: 2.75em;
    margin-bottom: 1.625em
}
.news-box-ph .ph-new-tab li{
    float: left;
}
.news-box-ph .ph-new-tab li.active {
    background-color: #0084cb;
}
.news-box-ph .ph-new-tab li.active a{
    color: #fff;

}
.news-box-ph .ph-new-tab li a{
    font-size: 1.375em;
    line-height: 1.818em;
    color: #000;
        padding:0 1.25em;
}
.news-box-ph .phnew-cent .new-info ul li{
    padding:1.5625em;
    border:1px solid #70b7de;
    margin-bottom: 1.625em
}
.news-box-ph .phnew-cent .new-info ul li .content span.date{
font-size: 1em;
}
.news-box-ph .phnew-cent .new-info ul li .content h4{
    font-size: 1.13em
}
.news-box-ph .phnew-cent .new-info ul li .content h4 a{
    color: #333333;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 1.1em;
    display: block
}
.news-box-ph .phnew-cent .new-info ul li .content .doc{
    font-size: 1em;
    color: #666666;
    margin:1em 0;
}
@media screen and (max-width: 768px){
    .second-screen .main-cent .article-cent span {
    font-size: 1.1em;
    line-height: 24px;
}
.second-screen {
    background-repeat: no-repeat;
    background-size: cover;
    height: 22.625em;
    text-align: center;
}
.second-screen .main-cent .join-us-cent a {
    background: url(../images/join-us-icon.png) no-repeat 1.2em center;
    /* width: 9.375em; */

    background-color: #fff;
    display: inline-block;
    font-size: 1.125em;
}
.first-screen .product-ser .row ul li .infobox span {
    font-size: 1em;
    line-height: 1.7em;
    color: #666666;
    display: block;
}
.first-screen .product-ser .row ul li .infobox {
    padding: 1.5em 1.6em 2em 1.75em;
       
}
.first-screen .product-ser .row ul li.product-ser2 .infobox{
     min-height: auto;
}
.first-screen .product-ser .row2 ul li.col-md-push-6 .imgbox{
    min-height:auto;
}
}