body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img{
    margin:0;padding:0;font-size: 14px;color: #333;font-family: "simhei","Arial";
    outline:none;
}
a{text-decoration:none;outline:none;}
h1,h2,h3,h4,h5,h6,p{font-weight: normal;}
ul,li{list-style:none;}
html{position:relative;width:100%;}
body{position:absolute;width:100%;overflow-x:  hidden; transition: all 0.4s ease-in-out;left: 0;min-width:640px}
.container{position:relative;width:100%;font-family:'Arial';font-size:14px;color:#333;line-height:30px;-webkit-text-size-adjust: none;}
input {outline:none;}
input[type=submit],input[type=button] {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong{font-weight:bold}
.clearfix{*zoom: 1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.clearfix{ clear: both;}

.container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.page-cen{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/*头部*/
.header{
    width: 100%;
}
.indexheader{
    position: absolute;
    /*position: fixed;*/
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background: none;
    z-index: 99;
    border-bottom: 1px solid #fff;
    background-color: rgba(0,0,0,0.2);
}
.indexheader2{
    position: fixed;
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
/*    border-bottom: 1px solid #fff;*/
}
.header .header-con{
    width: 100%;
    box-sizing: border-box;
    /*background: #fff;*/
    position: relative;
    height: 120px;
}
/*.indexheader .header-con{
    background: none;
}*/
.header .logo{
    float: left;
    margin-top: 30px;
}
.header .logo a{
    display: block;
}
.header .logo .indexlogo-img{
    display: none;
}
.indexheader .logo .indexlogo-img{
    display: block;
}
.indexheader .logo .logo-img{
    display: none;
}

.header .herder_right{
    float: right;
    width: 80%;
}
.header .herder_top{
    width: 100%;
    height: 48px;

    text-align: right;
}
.header .herder_top .language{
    height: 53px;
    line-height: 53px;
    display: inline-block;
    margin-right: 25px;
    font-size: 13px;
    color: #b9b9b9;
    padding-right: 15px;
    background: url("../images/language_jt.png") no-repeat center right;
    position: relative;
    cursor: pointer;
}
.header .herder_top .language:hover{
    background: url("../images/language_jt2.png") no-repeat center right;
}
.header .herder_top .language p{
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    height: 50px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e7e7e7;
    display: none;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;
}
.header .herder_top .language p a{
    font-size: 13px;
    display: block;
    color: #b9b9b9;
}
.header .herder_top .language p a:hover{
    color: #ff0000;
}
.header .herder_top .header_search{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: right;
    margin-top: 10px;
    background: url("../images/sss.png") center no-repeat; 
    cursor: pointer;
}
.herder_top .header_search .searchext {
    display: none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    padding-left: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    /*background: url(../images/fdj.png) no-repeat 94% 50%;*/

}
.herder_top .header_search .searchext:hover{
    
    /*border: 1px dashed #e60012;*/
}

.header_code{
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}
.header_code img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.header_code p{
    width: 80px;
    font-size: 13px;
    color: #3f853f;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
}
.header_code p.phone{
    width: 110px;
    display: inline-block;
    font-size: 13px;
    color: #3f853f;
    line-height: 20px;
    /*background: url(../images/footer_phone.png) no-repeat left center;*/
    padding-left: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}


.herder_right .nav{
    width: 100%;
    height: 67px;
    line-height: 60px;
}
.herder_right .nav ul{
    float: right;
}
.herder_right .nav ul li{
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.herder_right .nav ul li a{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 52px;
    /*font-weight: bold;*/
    height: 67px;
}
.herder_right .nav ul li:hover{
    border-bottom: 3px solid #e60012;
}
.herder_right .nav ul li:hover a{
    color: #e60012;
}
.herder_right .nav ul li.active{
    /*color: #e60012;*/
     border-bottom: 3px solid #e60012;
}
.herder_right .nav ul li.active a{
    color: #e60012;
}

.indexheader  .herder_right .nav ul li a{
    color: #fff;
}
.indexheader  .nav ul li:hover{
    border-bottom: 3px solid #fff;
}
.indexheader  .nav ul li a:hover{
    color: #fff;
}
.indexheader  .nav ul li.active{
    /*color: #fff;*/
    border-bottom: 3px solid #fff;
}
.indexheader .nav ul li.active a{
    color: #fff;
}
.fixedheader{
    position: fixed;
    top: 0;
    left: 0;
    background:#fff;
    z-index: 999;
}





.herder_right .nav ul li .subnav{
    position: absolute;
    top: 67px;
    left: -43px;
    width: 140px;
    height: auto;
    /*background: url(../images/libg22.png) repeat;*/
    background: #fff;
    background-size: 100%;
    z-index: 99;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.herder_right .nav ul li .subnav a{
    display: block;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-weight: bold;
/*    padding-left: 0px;*/
}
.herder_right .nav ul li .subnav a:hover{
    /*background: #fff url(../images/subnav_sy_bj.png) no-repeat 15px 18px;*/
    opacity: 0.7;
    color: #e60012;
}


.hbanner{
    width: 100%;
    height: 585px;
    position: relative;
}
.hbanner .hbanner-img{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: -1;
}
.hbanner .hbanner-img .hb-img{
    width: 100%;
    margin: 0 auto;
}
.hbanner .hbanner-img .hb-img img{
    width: 100%;
    display: inherit;
}
.hbanner-con{
    width: 100%;
    z-index: 2;
}
.hbanner-title{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 190px;
}
.hbanner-title h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
}
.hbanner-title p{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
}
.hbanner-nav{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #b0b4b4;
}
.nav-list{
    width: 100%;
    line-height: 80px;
    text-align: center;
}
.nav-list a{
    color: #fff;
    margin: 0 32px ;
    font-size: 18px;
    font-weight: bold;
}
.nav-list a:hover,.nav-list a.active{
    color: #e60012;
}
.page-block{
    width: 100%;
}
.page-block .page-block-con{
    width: 100%;
}
.page-block .title{
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 40px;
}
.page-block .content{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.page-block .title h2{
    color: #2a3139;
    font-size: 30px;
    text-align: center;
    margin: 5px 0;
}
.page-block .title p{
    font-size: 14px;
    color: #444444;
    letter-spacing: 10px;
    text-align: center;
    padding-bottom: 20px;
    background: url("../images/h2bg.png") bottom center no-repeat;
}
.psituation-con{

}
.psituation-con .psituation-left{
    width: 45%;
    float: left;

}
.psituation-con .psituation-right{
    float: right;
    width: 47.5%;
    overflow: hidden;
}




.psituation-con .psituation-bottom{
     margin-top: 60px;
}
.psituation-con .psituation-bottom ul{
    margin-right: -20px;
}
.psituation-con .psituation-bottom ul li{
    float: left;
    width: 285px;
    height: 145px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-right: 20px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.psituation-con .psituation-bottom ul li.li01{
    background: url("../images/1icon1.png") 20px center no-repeat;
}
.psituation-con .psituation-bottom ul li.li02{
    background: url("../images/1icon2.png") 20px center no-repeat;
}
.psituation-con .psituation-bottom ul li.li03{
    background: url("../images/1icon3.png") 20px center no-repeat;
}
.psituation-con .psituation-bottom ul li.li04{
    background: url("../images/1icon4.png") 20px center no-repeat;
}
.psituation-con .psituation-bottom ul li .pstext{
    width: 180px;
    float: right;
margin-top: 40px;
}
.psituation-con .psituation-bottom ul li .pstext h3{
    font-size: 18px;
    color: #333;
}
.psituation-con .psituation-bottom ul li .pstext h3 strong{
    font-size: 35px;
    font-weight: bold;
}
.psituation-con .psituation-bottom ul li .pstext p{
    font-size: 15px;
    color: #666;
}

.pdevelop{
    background: url("../images/about_08.jpg") center no-repeat;
}
.pdevelop-text{
    width: 100%;
    position: relative;
}
.pdevelop-text img{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.pdevelop-text img.pdevelop-text-img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0); 
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;}
.pdevelop-text img.pdevelop-text-img{    
-webkit-animation: pointAnimations 50s linear infinite;
    -moz-animation: pointAnimations 50s linear infinite;
    -ms-animation: pointAnimations 50s linear infinite;
    animation: pointAnimations 50s linear infinite;    
}
@-webkit-keyframes pointAnimations{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
@-moz-keyframes pointAnimations{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}
@-ms-keyframes pointAnimations{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(360deg)}}
@keyframes pointAnimations{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}   

.phone-pdevelop-text{
    display: none;
}
.pdevelop-text .item{
   position: absolute;
   filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.pdevelop-text .item1{
     top: 1%;
     left: 50%;
 }
.pdevelop-text .item2{
    top: 34%;
    left: 63%;
}
.pdevelop-text .item3{
    top: 67%;
    left: 58%;
}
.pdevelop-text .item4{
    top: 67%;
    left: 1%;
}.pdevelop-text .item5{
     top: 34%;
     left: 1%;
 }
.pdevelop-text .item6{
	top:1%;
	left:5%;
}
.phonor-con{
    width: 100%;
}
.phonor-con .phonor-nav{
    text-align: center;
}
.phonor-con .phonor-nav a{
   font-size: 16px;
    color: #666;
    margin: 0 40px;
    font-weight: bold;
    cursor: pointer;
}
.phonor-con .phonor-nav  a.active,.phonor-con .phonor-nav  a:hover{
    color: #e60012;
}
.phonor-con .phonor-item{
margin-top: 60px;
position: relative;
display: none;
}
.phonor-con .phonor-item.active{
    display: block;
}
/*.phonor-con .phonor-item ul{
  margin: 0 -5px !important;
}*/
.phonor-con .phonor-direction{
    position: absolute;
    width: 19px;
    height:21px;
    top: 45%;
    cursor: pointer;
}
.phonor-con .next{
    right: -80px;
    background: url("../images/next11.png") no-repeat;
}
.phonor-con .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.phonor-con .pre{
    left: -80px;
    background: url("../images/pre11.png") no-repeat;
}
.phonor-con .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}
.phonor-con .phonor-item ul li{
    float: left;
    width: 380px;
    margin: 0 10px;

}
.phonor-con .phonor-item ul li .li-list{
    width: 100%;
    height: 178px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 20px;
   /* background: url("../images/honorli.png") 20px center no-repeat;*/
}
.phonor-con .phonor-item ul li .li-list div{height:auto;width:auto;overflow:hidden;display:inline-block}
.phonor-con .phonor-item ul li .li-list div img{height:65px;}
.phonor-con .phonor-item ul li .li-list .text{
    width: 328px;
    float: right;
    margin-right: 20px;
    margin-top: 44px;
    cursor: pointer;
}
.phonor-con .phonor-item ul li .li-list .text:hover p{
    color: #3188cf;;
    
}
.phonor-con .phonor-item ul li .li-list .text h2{
    padding: 2px 10px;
    margin-bottom: 10px;
    background: url("../images/h2bg3.png") no-repeat;
}
.page-culture{
    background: url("../images/about_10.jpg") no-repeat;
    height:730px;
    overflow: hidden;
}
.page-culture .title h2,.page-develop .title h2,.page-contact .title h2{
     color: #000;
 }
.page-culture .title p,.page-develop .title p,.page-contact .title p{
    color: #000;
    background: url(../images/h2bg2.png) bottom center no-repeat;
}
.page-culture .pculture-nav{
    text-align: center;

    color: #fff;
}
.page-culture .pculture-nav a{
    font-size: 16px;
    color: #fff;
    margin: 0 40px;
    font-weight: bold;
    cursor: pointer;
}
.page-culture .pculture-nav  a.active,.page-culture .pculture-nav  a:hover{
    color: #e60012;
}
.page-culture .pculture-text{
    float: left;
    /*width: 535px;*/
    width: 44.5%;

}
.page-culture .pculture-item{
    margin: 60px 0;
    display: none;
}
.page-culture .pculture-item.active{
    /*margin: 60px 0;*/
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
   -webkit-animation-delay: 0s;
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0; /*初始状态 透明度为0*/
}
50% {
opacity: 0; /*中间状态 透明度为0*/
}
100% {
opacity: 1; /*结尾状态 透明度为1*/
}
}
.page-culture .pculture-item .pculuture-top{
    width: 100%;
    text-align: center;
    margin-bottom: 30px; 
}
.page-culture .pculture-item .pculuture-top p{
    color: #fff;
}

.page-culture .pculture-text p{
    color: #fff;
    margin: 10px 0;
}
.pculuture-btn{
    margin: 60px 0;
    text-align: center;
}
.pculuture-btn  a{
    color: #fff;
    padding: 10px 60px;
    border: 1px solid #fff;
}
.pculuture-btn  a:hover{
    color: #ff0000;
    border: 1px solid #ff0000;
}
.page-culture .pculture-img{
    float: right;
    width: 45.5%;
}
.page-culture .pculture-img img{
    width: 100%;
}
.page-culture .pculture-item ul.idea{
    width: 100%;
}
.page-culture .pculture-item ul.idea li{
    float: left;
    width: 20%;
    text-align: center;
}
.page-culture .pculture-item ul.idea li h2{
    font-size: 16px;
    font-weight: bold;
    color: #e60012;
    margin-top: 140px;
}
.page-culture .pculture-item ul.idea li h3{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.page-culture .pculture-item ul.idea li p{
    font-size: 12px;
    color: #fff;
}
.page-culture .pculture-item ul.idea li.item1{
    background: url('../images/li001.png') top center no-repeat;
}
.page-culture .pculture-item ul.idea li.item2{
    background: url('../images/li002.png') top center no-repeat;
}
.page-culture .pculture-item ul.idea li.item3{
    background: url('../images/li003.png') top center no-repeat;
}
.page-culture .pculture-item ul.idea li.item4{
    background: url('../images/li004.png') top center no-repeat;
}
.page-culture .pculture-item ul.idea li.item5{
    background: url('../images/li005.png') top center no-repeat;
}


/*底部样式*/
.footer{
    width: 100%;
    background: #5c6d91;
}
.footer-nav {
    width: 100%;
   float: left;
    margin-top: 40px;

}
.footer-nav ul{
  text-align: center;
    border-bottom: 1px solid #8895af;
    box-sizing: border-box;
    max-width: 813px;
    margin: 0 auto;
}
.footer-nav ul li{
    /*float: left;*/
    display: inline-block;
    /*margin: 0 15px ;*/
    padding: 26px 0px;
    cursor: pointer;
    float: left;
}
.footer-nav ul li a{
    color: #fff;
    font-size: 14px;
    padding: 31px 30px;
}
.footer-nav ul li.active a,.footer-nav ul li:hover a{
    border-bottom:3px solid #e60012;
}
/*.footer-nav ul li.active a,.footer-nav ul li:hover a{*/
    /*color:#e60012;*/
/*}*/
.footer .footer-info{
   text-align: center;
    float: left;
    margin: 40px 0;
    width: 100%;
}
.footer .footer-info .item{
    width: 362px;
    display: inline-block;
    text-align: left;
    margin: 0 30px;


}
.footer .footer-info .item p{
    color: #fff;
    padding-left: 24px;
}
.footer .footer-info .item p.fp1{
    background: url("../images/picon1.png") left center no-repeat;
}
.footer .footer-info .item p.fp2{
     background: url("../images/picon2.png") left center no-repeat;
 }
.footer .footer-info .item p.fp3{
    background: url("../images/picon3.png") left center no-repeat;
}
.copyright{
    height: 100px;
    background: #526181;
}
.copyright .copyright-text{
    float: left;
}
.copyright .copyright-text p{
    color: #fff;
line-height: 100px;
}
.copyright .copyright-text p a{
    color: #fff;
}
.copyright .copyright-text p a:hover{
    text-decoration: underline;
}
.copyright .copyright-icon{
    float: right;
    margin-top: 30px;
}
.copyright .copyright-icon span{
   width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0 11px;
    cursor: pointer;

}
.copyright .copyright-icon span.cicon{
    background: url("../images/ricon5.png") no-repeat;
}
.copyright .copyright-icon span.cicon1{
    background: url("../images/ricon.png") no-repeat;
}
.copyright .copyright-icon span.cicon2{
    background: url("../images/ricon2.png") no-repeat;
}
.copyright .copyright-icon span.cicon3{
    background: url("../images/ricon3.png") no-repeat;
}
.copyright .copyright-icon span.cicon4{
    background: url("../images/ricon4.png") no-repeat;
}
.copyright .copyright-icon span.cicon1:hover{
    background: url("../images/ricon1.png") no-repeat;
}
.copyright .copyright-icon span.cicon2:hover{
    background: url("../images/ricon41.png") no-repeat;
}
.copyright .copyright-icon span.cicon3:hover{
    background: url("../images/ricon31.png") no-repeat;
}
.copyright .copyright-icon span.cicon4:hover{
    background: url("../images/ricon21.png") no-repeat;
}
.psection .psection-left{
    width: 45%;
    float: left;
    margin: 30px 0;
}

.psection .psection-left strong{
    font-size: 22px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 30px;
    display: block;
}

.psection .psection-right{
    width: 47.5%;
    float: right;
    margin: 30px 0;
}
.psection .psection-right img{
    width: 100%;
}
.psection2{
    background: url("../images/industry_15.jpg") no-repeat;
}
.psection4{
    background: url("../images/industry_21.jpg") no-repeat;
}
.psection5{
    background: url("../images/industry22.jpg") no-repeat;
}
.psection3 .psection-left{
    float: right;
}
.psection3 .psection-right{
    float: left;

}
.psection .psection-top{
    text-align: center;
}
.psection .psection-top p{
    margin: 0 100px;
}
.psection .psection-top img{
    margin-top: 20px;
}
.psection .psection-btn{
    width: 100%;
    margin: 30px 0;
}
.psection .psection-btn .btn{

}
.psection .psection-btn .btn p{
    width: 212px;
    height: 45px;
    margin: 0 auto;
    background: url("../images/pbtn.png") no-repeat;
    line-height: 45px;
    color: #fff;
    padding-left: 20px;
}
.psection .psection-btn .btn a.active p{
    background: url("../images/pbtn2.png") no-repeat;
} 

.psection .psection-btn .btn p:hover{
    background: url("../images/pbtn2.png") no-repeat;
}
.psection-slider{
  margin: 30px 0;
  position: relative;
  display: none;
}
.psection-slider .phonor-direction{
    position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.psection-slider .next{
    right: -80px;
    background: url("../images/next11.png") no-repeat;
}
.psection-slider .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.psection-slider .pre{
    left: -80px;
    background: url("../images/pre11.png") no-repeat;
}
.psection-slider .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}
.phonor-con div.disabled{display:none!important}
.psection-slider div.disabled{display:none!important}
.innovation-slider div.disabled{display:none!important}
.psection-slider ul{

    
}
.psection-slider ul li{
    width: 572px;
    height: 316px;
    float: left;
    margin:0px 14px;
    /*margin-left: 28px;*/
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.psection-slider ul li .text{
    position: absolute;
    width: 100%;
    height: 70px;
    background: url("../images/libg22.png") repeat-x ;
    left: 0;
    bottom: 0;
    line-height: 70px;
    text-align: center;
}
.psection-slider ul li .text p{
    color: #fff;
}
.psection-more{
    width: 100%;
    float: left;
    border-bottom: 1px solid  #e6e6e6;
    padding: 20px 0 50px 0;

}
.psection-more span{
    width: 46px;
    height: 46px;
    background: url("../images/add.png") no-repeat;
    display: block;
    margin: 0 auto;
     -webkit-transition:transform 0.5s ease-in-out;
    -o-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
    cursor: pointer;
}

.psection-more span:hover{
    background-position: bottom;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}



.psection-more-item{
    float: left;
    width: 100%;
    margin-top:60px ;
    display: none;
}

.psection-more-item ul li{
    width: 42%;
    float: left;
    margin-left: 8%;
    background: url("../images/55.png") left center no-repeat;
}
.psection-more-item ul li a{
    padding-left: 27px;
    font-size: 14px;
    color: #999;
}
.psection-table{
    width: 100%;
}
.psection-table table{
    border-collapse: collapse;width: 100%;text-align: center;
    border: 1px solid #fff;
}
.psection-table table tr{
    width: 100%;
}
.psection-table iframe {
    border: none;
    padding: 20px 0;
}
.psection-table table tr.headline{
    background: #dbdbdb;
}
.psection-table table tr.headline td{
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.psection-table table tr.even{
   background: #f4f4f4;
   height: 36px;
   font-size: 14px;
   color: #333;
}
.psection-table table tr.odd{
   background: #ececec;
   height: 36px;
   font-size: 14px;
   color: #333;
}
.psection-table table td{
    width: 25%;
}
.report-con{
    width: 100%;
    margin: 60px 0;
    position: relative;
}
.report-con ul{
    /*width:*/ 
    margin: 0  -20px;
    
}
.report-con ul li{
    float: left;
    width: 200px;
    margin:0 20px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;

}
.report-con ul li .report-img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
}
.report-con ul li .report-text{
    margin: 10px 0;
}
.report-con ul li .report-text p{
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #2a3139;
}
.report-con ul li .report-text p:hover{
     color: #ff0000;
}
.report-con ul li .report-text span{
    width: 50px;
    display: block;
    float: right;
    background: url("../images/xia.png") left center no-repeat;
    text-align: right;
    color: #ff0000;
    font-size: 14px;
}
.report-con ul li .report-text span:hover{
    color: #810606;
        background: url("../images/xia2.png") left center no-repeat;

}

.report-con .phonor-direction{
    position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.report-con .next{
    right: -80px;
    background: url("../images/next11.png") no-repeat;
}
.report-con .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.report-con .pre{
    left: -80px;
    background: url("../images/pre11.png") no-repeat;
}
.report-con .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}





.preport{
    background: url("../images/relation_04.png") center no-repeat;
}
.notice-con{
    width: 100%;
}
.notice-con .notice-nav{
    text-align: center;
    margin: 30px 0;
}
.notice-con .notice-nav a{
    padding: 0 32px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}
.notice-con .notice-nav a.active,.notice-con .notice-nav a:hover{
    color: #ff0000;
}
.notice-item{
    width: 100%;
}
.notice-item .item{
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px dashed #cacaca;
}
.notice-item .item:hover{
    background: #f4f4f4;
}
.notice-item .item .time{
    width: 80px;
    height: 86px;
    background: #e60012;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.notice-item .item .time p{
    padding: 5px 0;
}
.notice-item .item .time p span{
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #f0636e;
    padding-bottom:  10px;
}
.notice-item .item .time h2{
        font-size: 31px;
    color: #fff;
    padding-top: 5px;
}
.notice-item .item .ntitle{
    margin-left: 70px;
    float: left;
    width: 70%;
}
.notice-item .item .ntitle p{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 30px 0;
}
.notice-item .item .ntitle:hover p{
    color: red;
}
.notice-item .item .download{
    float: right;
    margin-top: 40px;
    margin-right: 40px;
}
.notice-item .item .download span{
    width: 29px;
    height: 29px;
    
    display: block;
}
.notice-item .item  .download span{
   background: url('../images/pdf2.png') no-repeat;
}
.notice-item .item:hover  .download span{
   background: url('../images/pdf1.png') no-repeat;
}
.develop-bottom{
    width: 100%;
    float: left;
    margin-top: -338px;
    height:470px;
    position: relative;z-index: -1;
    background: url("../images/develop_04.jpg") center no-repeat;
}
.develop-bottom img{
    width: 100%;
    display: block;
}
.develop-img{
    width: 100%;
    margin: 60px 0;
    
}
.develop-img .item{
    width: 50%;
    float: left;
    margin-top: 60px;
}
.develop-img .item img{
    width: 95%;
    float: left;
}
.develop-img .item2 img{
    float: right;
}
.pcareers{
    background: #f4f4f4;
}
.careers-top{
    margin: 78px 0 50px 0;
}
.careers-top p{
    margin: 30px 0;
}
.careers-top img{
    width: 100%;
    /*margin-top: 30px;*/
}
.careers-slider{
    width: 100%;
}
.careers-slider ul{
    margin-right: -40px;
}
.careers-slider ul li{
    width: 383px;
    float: left;
    margin-right: 30px;
}
.careers-slider ul li img{
    width: 100%;
}
.careers-slider ul li h2{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}
.page-develop{
        background: url(../images/careers_17.jpg) center no-repeat;
}
.train-con{
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}
.train-con ul{
    
}
.train-con ul li
{
    float: left;
    text-align: center;
    width: 1200px;
    height: 240px;
}
.train-con ul li h2{
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 60px 0;
}
.train-con ul li p{
     font-size: 16px;
    color: #fff;
}


.train-con .phonor-direction{
    position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.train-con .next{
    right: -80px;
    background: url("../images/next22.png") no-repeat;
}
.train-con .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.train-con .pre{
    left: -80px;
    background: url("../images/pre22.png") no-repeat;
}
.train-con .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}








.payment-con{
    width: 100%;
    margin: 30px 0;
}
.payment-con ul{
    margin-right: -25px;
}
.payment-con ul li{
    width: 230px;
    height: 320px;
    float: left;
    border: 1px solid #e8e8e8;
    margin-right: 15px;
    box-sizing: border-box;
}
.payment-con ul li h2{
    margin: 15px 20px;
    font-size: 14px;
    color: #e60012;
    font-weight: bold;
}
.payment-con ul li p{
    margin: 0 20px;
    font-size: 12px;
    color: #666;
}
.page-contact_1{
    background: url(../images/careers_19.jpg) center no-repeat;
}
.page-contact .contact-con{
    
}
.page-contact .contact-con .item{
    width: 50%;
    float: left;
}
.page-contact .contact-con .item img{
    width: 90%;
    margin: 30px 0;
}
.page-contact .contact-con .item p{
    color: #000;
    padding-left: 24px;
}
.page-contact .contact-con .item p.fp1{
    background: url("../images/picon1-1.png") left center no-repeat;
}
.page-contact .contact-con .item p.fp2{
     background: url("../images/picon2-2.png") left center no-repeat;
 }
.page-contact .contact-con .item p.fp3{
    background: url("../images/picon3-3.png") left center no-repeat;
}
.page-contact .contact-con .item p.fp4{
    background: url("../images/picon4-4.png") left center no-repeat;
}
.page-contact .contact-con .item p.fp5{
    background: url("../images/picon5-5.png") left center no-repeat;
}

.page-block .title h3{
    font-size: 15px;
    color: #999;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    /*float: left;*/
}
.pnational{
    background: url("../images/deve_04.jpg") no-repeat;
}
.pnational-slider{
    width: 100%;
    margin: 30px 0;
}
.pnational-slider ul{
    text-align: center;
    
}
.pnational-slider ul li{
    /*float: left;*/
    display: inline-block;
    width: 200px;
    height: 65px;
    border-left: 1px solid #acacac;
}
.pnational-slider ul li p{
    color: #333;
    font-size: 16px;
}
.pnational-slider ul li.last{
    border-right: 1px solid #acacac;
}
.pnational-slider ul li h2{
    font-size: 18px;
    color: #e60012;
}
.pnational-slider ul li h2 strong{
    font-size: 35px;
}

.innovation{
margin-top: 60px;
}
.innovation .innovation-slider{
    position: relative;
}
.innovation ul{
  margin-right: -24px;
}
.innovation ul li{
    float: left;
    width: 384px;
    margin:0 8px;

}
.innovation ul li .li-list{
    width: 100%;
    height: 178px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: url("../images/honorli.png") 20px center no-repeat;
}
.innovation ul li .li-list .text{
    width: 248px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.innovation ul li .li-list .text p{
    line-height: 24px;
}
.innovation ul li .li-list .text:hover p{
    color: #3188cf;
}
.innovation ul li .li-list .text h2{
    padding: 2px 10px;
    margin-bottom: 10px;
    background: url("../images/h2bg3.png") no-repeat;
}
.ppatent{
    background: url("../images/deve_06.jpg") left center no-repeat;
}
.ppatent-slider{
    margin: 60px 0;
} 
.phone-ppatent{
    display: none;
}
.ppatent-slider ul{
     margin-right: -25px;
}
.ppatent-slider ul li{
    width: 383px;
    height: 177px;
    float: left;
    border: 1px solid #e8e8e8;
    margin-right: 25px;
    box-sizing: border-box;
    background: #fff;
}
.ppatent-slider ul li .p-left{
    width: 135px;
    height: 135px;
    background: url("../images/yuanquan.png") center no-repeat;
    float: left;
    margin: 25px 20px 0 20px;
    text-align: center;
    line-height: 135px;
}
.ppatent-slider ul li .p-left h2{
    font-size: 18px;
    color: #e60012;
}
.ppatent-slider ul li .p-left h2 strong{
    font-size: 35px;
}
.ppatent-slider ul li .p-right{
    width: 200px;
    float: right;
    margin-top: 60px;
}
.ppatent-slider ul li .p-right p{
   font-size: 15px;
}
.research{
    width: 100%;
    background: url("../images/deve111.jpg") center no-repeat;
}

.research-slider {
    padding: 147px 0;
    position: relative;
}
.research-slider ul{
    margin-right: -24px;
}
.research-slider ul li{
    float: left;
    width: 286px;
    height: 205px;
    margin:0 7px;
    position: relative;
    overflow: hidden;
}
.research-slider ul li img{
    width: 100%;
    
}
.research-slider ul li .text{
    position: absolute;
    width: 100%;
    height: 50px;
    background: url("../images/libg22.png") repeat-x ;
    left: 0;
    bottom: 0;
    line-height: 50px;
    text-align: center;
}
.research-slider ul li .text p{
    color: #fff;
}
.research-slider ul li .text p:hover{
    color: #ff0000;
}
.innovation-slider .phonor-direction{
    position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.innovation-slider .next{
    right: -80px;
    background: url("../images/next11.png") no-repeat;
}
.innovation-slider .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.innovation-slider .pre{
    left: -80px;
    background: url("../images/pre11.png") no-repeat;
}
.innovation-slider .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}

.research-slider .phonor-direction{
    position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.research-slider .next{
    right: -80px;
    background: url("../images/next11.png") no-repeat;
}
.research-slider .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.research-slider .pre{
    left: -80px;
    background: url("../images/pre11.png") no-repeat;
}
.research-slider .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}

/*新闻*/

.newsBox{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.newsBox .news{
    width:100%;
    float:left;
    margin:0 0 26px 0;
    position:relative;
}
.newsBox .news .newsinner{
/*    width:1200px;*/
    width:100%;
    float:left;
}
.newsBox .news .newsinner .itemnew{
    width:31.333333%;
    display: inline-block;
    margin-bottom:30px;
    border-bottom:1px dashed #ccc;
    
}
.newsBox .news .newsinner .itemnew .picture-item__inner{
    width:100%;
    box-sizing: border-box;
/*    border-left: #cecece 1px solid;
    border-right: #cecece 1px solid;
    border-top: #cecece 1px solid;*/
    
}
.newsBox .news .newsinner .itemnew .picture-item__inner img{
    width:100%;
}
.newsBox .news .newsinner .itemnew .time{
    padding-top:10px;
    color:#ff0000;
    font-size: 14px;
    line-height: 24px;
}
/*.newsBox .news .newsinner .itemnew .time:hover{
    color:#4b83d0
}*/
.newsBox .news .newsinner .itemnew .title{
    font-size:14px;
    color:#323232;
    line-height: 24px;
}
.newsBox .news .newsinner .itemnew .title:hover{
    color:#4b83d0
}
.newsBox .news .newsinner .itemnew .content{
    color:#b2b2b2;
    font-size: 12px;
    line-height: 24px;
}
.newsBox .news .newsinner .itemnew .content:hover{
    color:#4b83d0;
}
.newsBox .news .newsinner .itemnew .more{
    padding: 20px 0;
    background: url("../images/lrft.png") left center no-repeat;
}
.newsBox .news .newsinner .itemnew .more:hover{
    background: url("../images/lrft.png") 20px center no-repeat;
}
.newsBox .news .newsinner .itemnew .more:hover{
 
    text-decoration: underline;
}
.newsBox .news .newsinner .itemnew a{
    display:block;
    overflow:hidden;
}
.newsBox .news .newsinner .itemnew .text{
    padding:10px;
    padding-top:0px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
/*    border-left:#cecece 1px solid;
    border-right:#cecece 1px solid;*/
}
.newsBox .news .newsinner .itemnew .text a{
    font-size: 14px;
    color: #666;
}
.newsBox .news .newsinner .itemnew .text h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.newsBox .news .newsinner .itemnew .text:hover h3,.newsBox .news .newsinner .itemnew .text:hover a{
    color: #ff0000;
}
.newsBox .news .newsinner .shuffle__sizer {
    position: absolute;
    width: 33.5%;
    opacity: 0;
    visibility: hidden;
}

.news-title{
    width: 100%;
    text-align: center;
}
.news-title h1{
    font-size: 24px;
    color: #666;
    margin: 30px 0;
}
.news-title p{
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 30px;
}
.news-content{
    width: 100%;
}
.news-content p{
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 10px 20px;
}
.news-content h1{
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.newsinner .shuffle__sizer {
    position: absolute;
    width: 33.5%;
    opacity: 0;
    visibility: hidden;
}
.picture-item__inner {
    opacity: 0;
    transform: translate(0, 220px);
}
.picture-item__inner--transition {
    transition: all .6s ease;
}
.itemnew .picture-item__inner {
    height: 103%;
}
.itemnew.in .picture-item__inner {
    opacity: 1;
    transform: translate(0, 0);
}




.news-content img{
    width: 60% !important;
    margin-left: 20%;
    height: auto !important;
}
.pactivity-nav{
    width: 100%;
    margin: 60px 0;
}
.pactivity-nav a{
    padding: 9px 45px;
    color: #666;
    font-size: 13px;
    background: url("../images/yearbg.png") no-repeat;
}
.pactivity-nav a.active,.pactivity-nav a:hover{
    color: #fff;
     background: url("../images/yearbg2.png") no-repeat;
}
.activity-list{
    width: 100%;
}
.pteam .activity-list ul{
    /*margin: 0 -2%;*/
    margin-right: -29px;
    
}
.pteam .activity-list ul li{ 
    width: 380px;
    float: left; 
    height: 242px;
    overflow: hidden;
    /*margin: 0 2%;*/
    margin-right: 29px;
    cursor: pointer;
    margin-bottom: 30px;
    
}
.pteam .activity-list ul li .activity-img{
    width: 100%;
    position: relative;
}
.pteam .activity-list ul li .activity-img img{
    width: 100%;
    display: inherit;
}
.pteam .activity-list ul li .activity-text{
    position: absolute;
    height:  60px;
    width: 100%;
    left: 0;
    bottom:0;
    line-height: 60px; 
    background: url("../images/libg22.png") repeat;
}
.pteam .activity-list ul li .activity-text p{
    margin: 0 20px;
    color: #fff;
    font-size: 14px;
}
.pteam .activity-list ul li .activity-text:hover p{
    color: #ff0000;
}
.pback{
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0;
}
.pback p a{
    color: #fff;
    padding: 20px 80px;
    background: url("../images/back.png") center no-repeat;
    cursor: pointer;
}
.pback p a:hover{
     background: url("../images/back2.png") center no-repeat;
}
.detail-title{
    width: 100%;
    
}

.detail-title h2{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}
.detail-title p{
    color: #ff0000;
    text-align: right;
    margin-bottom: 30px;
}
.detail-silder{
    width: 640px!important;
    margin: 0 auto;
    position: relative;
}
.detail-silder ul{
    margin: 0 auto;
}

.detail-silder ul li{
    width: 640px;
    height: 427px;
    float: left;
    text-align: center;
    margin-bottom: 100px;
    /*margin-left:37px;*/ 
}
.detail-silder ul li img{
    height: 100%;
    display:inline-block;
}

.detail-text {
    margin: 30px 0;
}
.detail-text table{
    width: 100%;
}
.detail-text p{
    margin: 10px;
    font-size: 14px;
    color: #333;
}

.detail-silder .phonor-direction{
     position: absolute;
    /*top: 45%;*/
    bottom:35px;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.detail-silder .next{
    right: 0px;
    background: url("../images/next11.png") no-repeat;
}
.detail-silder .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.detail-silder .pre{
    left: 0px;
    background: url("../images/pre11.png") no-repeat;
}
.detail-silder .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}
.small-detail-silder{
    position: absolute;
    width: 525px;
    left: 50%;
    margin-left: -262.5px;
    bottom: -0px;
    
}
.samll-detail-ul{
   
    
}
.paginationindex5 a{
    display: none;
}
.samll-detail-ul .item{
    width: 160px;
    height: 80px;
    margin: 0 5px; 
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.samll-detail-ul .item img{
    width: 100%;
    display: inherit;
}

/*弹框*/
.bounced{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background: url('../images/bounced.png') repeat;
    z-index: 999;
    display: none;
}
.bounced .bounced-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.bounced .bounced-block{
    width: 830px;
    height: 572px;
    position:absolute;
    left: 50%;
    margin-left: -415px;
    top: 50%;
    margin-top: -286px;
}
.bounced .bounced-block .title{
    text-align: center;
    margin-bottom:  50px;
}
.bounced .bounced-block .title h2{
    font-size: 21px;
    color: #000;
    margin: 10px 0;
}
.bounced .bounced-block .title p{
    font-size: 15px;
    color: #999;
}

.bounced  .bounced-close{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bounced  .bounced-close .close{
    width: 56px;
    height: 56px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    top: 100px;
    right: 0;
    cursor: pointer;
     -webkit-transition:transform 0.5s ease-in-out;
    -o-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
}
.bounced  .bounced-close .close:hover{
    background-position: bottom;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}




.bounced .bounced-slider{
    position: relative;
}
.bounced .bounced-slider ul{
    
}
.bounced .bounced-slider ul li{
    position: relative;
    width: 830px;
    height: 450px;
    float: left;
}
.bounced .bounced-slider ul li img{
    width: 100%;
}
.bounced .bounced-slider .text{
    position: absolute;
    width: 100%;
    height: 60px;
   background: url("../images/libg221.png") repeat;
   left: 0;
   bottom: 0;
   overflow: hidden;
   cursor: pointer;
   line-height: 60px;
}
.bounced .bounced-slider .text h2{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0px 20px ;
    /*background: url("../images/jiantou1.png") no-repeat right center;*/
}
/*.bounced .bounced-slider .text h2.active{
    background: url("../images/jiantou2.png") no-repeat right center;
}*/
.bounced .bounced-slider .text p{
    display: none;
    font-size: 14px;
    color: #fff;
    margin: 0px 20px;
    line-height: 21px;
}
.bounced .phonor-direction{
     position: absolute;
    top: 45%;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.bounced .next{
    right: 20px;
    background: url("../images/next22.png") no-repeat;
}
.bounced .next:hover{
    background: url("../images/next12.png") no-repeat;
}

.bounced .pre{
    left: 20px;
    background: url("../images/pre22.png") no-repeat;
}
.bounced .pre:hover{
    
    background: url("../images/pre12.png") no-repeat;
}
.gotop{
    width: 60px;
    height: 60px;
    background: url(../images/top.png) no-repeat center center;
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 20%;
    z-index: 99999;
}
.gotop:hover{
    background: url(../images/top2.png) no-repeat center center;
}

.wscale img{
    display: inherit;
    width: 100%;
    
    overflow: hidden;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s; 
}
.wscale img:hover{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}

/*发展历程*/
#timeline{
    width:1130px;
    height:500px;
    margin:40px auto 0 auto;
    position:relative;
    background:url('../images/licbg.png') 12px 52px no-repeat;
    overflow: hidden;
}
#dates{width:1120px;margin-top:20px;z-index: 99;}
#dates li{float:left;width:136px;height:90px;font-size:16px;text-align:center;position: relative;}




#dates li .title{
      position: absolute;
      top:-91px;
      left: -32px;
      display: block;width: 81px;height:87px;
      background:url("../images/qizi2.png") no-repeat;
       -webkit-transition:transform 0.5s ease-in-out;
    -o-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
}
#dates li .year{margin-top: 40px;margin-left: -83px;z-index:9;position: relative;}
#dates a{color:#713611;width:94px;height:90px;display:block;}
#dates .selected{font-size:18px;font-weight:bold;}
#dates li a.selected .title{background:url("../images/qizi.png") no-repeat;font-size: 14px;color: #fff;display: block;}
#dates .selected .year{
    color: #fff;
}
#dates li a:not(.selected):hover .title{
    background:url("../images/qizi3.png") no-repeat;
     -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
#dates li:hover .year{
    color: #fff;
}
#issues{width:1120px;height:300px;overflow:hidden;position:absolute;top:225px}
#issues li{width:1120px;height:300px;list-style:none;float:left;}
#issues li .time-img{
    width: 45%;
    float: left;
    margin-left: 3%;
}
#issues li .time-img img{
    width: 100%;
}
#issues li .time-text{
    width: 40%;
    float: right;
    margin-right: 3%;
}
#issues li .time-text p{
    margin: 20px 30px;
    padding-left: 20px;
    background: url("../images/dian.png") left 12px no-repeat;
}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next.disabled,#prev.disabled{opacity:0.2;}
#next,#prev{

    width:19px;
    height:21px;
    text-align:center;
    line-height:100px;
    overflow:hidden;
}
#next img,#prev img{
    display: inherit;
    width: 100%;
    
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#next img:hover,#prev img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#next{
    position: absolute;
    top:330px;
    right:0px;
}
#prev{
    position: absolute;
    top: 330px;
    left:0px;
}
/*分页*/
.pages{
    width: 100%;
    text-align: center;
    margin: 60px 0;
    float: left;
}
.pages ul{
    
}
.pages ul li{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../images/page2.png") no-repeat;
}
.pages ul li a{
    color: #666666;
    font-size: 12px;
}
.pages ul li.selected,.pages ul li:hover{
    background: url("../images/page.png") no-repeat;
}
.pages ul li.selected a,.pages ul li:hover a{
    color: #fff;
}
.pages ul li.first,.pages ul li.last{
    display: none;
}
/*搜索结果*/
.search-result{
    width: 100%;
}
.search-result ul li{
    width: 31.333%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    float: left;
    height: 253px;
    margin-bottom: 60px;
    
}

.search-result ul li .result-img{
    overflow: hidden;
     width: 100%;
    height: 100%;
}
.search-result ul li img{
    width: 100%;
    height: 100%;
}
.search-result ul li .result-title{
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    background: url('../images/libg22.png') repeat;
    overflow: hidden;
}
.search-result ul li .result-title h2{
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.search-result ul li .result-title h2:hover{
    color: #ff0000;
}
.search-area{
    width: 595px;
    margin: 60px auto 0 auto;
}
.prompt-tetx{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.search-area .search_input {
    border-width: 1px;
    border-style: solid;
    border-color: #c41c2a;
    width: 417px;
    float: left;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    padding: 2px 53px 2px 5px;
}
.search-area .btn{
    width: 116px;
    height: 36px;
    background: url(../images/vbg_new.png) no-repeat -90px -35px;
    border: 0;
    cursor: pointer;
    float: left;
    text-indent: 999px;
}
.search-area .search_input:hover{
	border:#ff000 1px solid;
        border-color: #ff0000;
}
.search-area .search_input:focus{
	border:#ff000 1px solid;
        border-color: #ff0000;
}
.search-area .btn:hover{
     background: url(../images/vbg_new.png) no-repeat -90px -75px;
}



.pccontent{
    
}
.phone-content{
    display: none;
}
.br{display: none;}
.footbr{
    display: none;
}
.bblank{
    width: 100%;
    height: 120px;
}
/*自适应调整*/
/*1140以下显示960区域*/
@media screen and (max-width: 1440px){
    .bblank{
        width: 100%;
        height: 90px;
    }
    .br{display: block;}
    .header .header-con{
        height: 90px;
    }
    .indexheader{
       height: 90px; 
       position: fixed;
    }
    .header .logo{
        margin-top: 15px;
    }
    .header .herder_top{
        height: 40px;
    }
    .herder_right .nav{
        height: 50px;
        line-height: 50px;
    }
    .herder_right .nav ul li a{
        height: 40px;
        line-height: 36px;
    }
    .indexheader2{
        height: 90px;
        /*display: none;*/
    }
    .herder_right .nav ul li .subnav{
        top: 40px;
    }
    .page-cen {
        max-width: 1100px;
    }
    .homeabout .aboutin{
        max-width: 960px;
        width: 96%;
    }
    .homebusiness .aboutin{
        max-width: 960px;
        width: 96%;
    }
    .homebusiness-con ul li{
        width: 20%;
        margin-top: 60px;
    }
    .homebusiness-con ul li .icon{
        width: 138px;
        height: 180px;
        background-size: 100%;
    }
    .homebusiness-con ul li .icon img{
        width:45px;
		margin-top: 40px;
    }
    
    
    
    
    .homenews .h-news{
        max-width: 960px;
        width: 96%;
    }
    .h-news .item ul li .text{
        width:350px
    }
    .hometitle{
        margin-bottom: 20px;
    }
    .homeabout .aboutin ul{
        margin-top: 30px;
    }
    .psituation-con .psituation-bottom ul li{
        width: 25%;
        margin-right:-1px;
    }
    .psituation-con .psituation-bottom ul li .pstext{
        width: 140px;
    }
    .psituation-con .psituation-bottom ul{
        margin-right: 0;
    }
    .psituation-con .psituation-bottom ul li .pstext p{
        margin-top: 5px;
        line-height: 16px;
    }
    .pdevelop-text img{
        width: 100%;
    }
    .pdevelop-text .item4{
        left: 0;
    }
    .pdevelop-text .item5{
        left: -1%;
    }
    .psection .psection-top p{
        margin: 0;
    }
    .ppatent-slider ul{
        margin-right: -1%; 
    }
    .ppatent-slider ul li{
        width: 32.333%;
        margin-right:1%;
        
            
    }
    .ppatent-slider ul li .p-left{
        margin: 25px 5px 0 5px;
        width: 140px;
    }
    .ppatent-slider ul li .p-right{
        width: 150px;
    }
    .develop-bottom{
        margin-top: -282px;
    }
    .careers-slider ul{
        margin-right: -1%;
    }
    .careers-slider ul li{
        width: 32.333%;
        margin-right: 1%;
    }
    .payment-con ul{
        margin-right: -1%;
    }
    .payment-con ul li{
        width: 19%;
        margin-right: 1%;
        height: 400px;
    }
/*    .hbanner .hbanner-img{
        position: relative;
        width: 100%;
        margin-left: 0;
        left: 0;
    }*/
#timeline{
    width:960px;
}
#issues li{
    width: 960px;
}   
#dates li .title{
    left: -37px;
}
.pteam .activity-list ul{
    margin-right: -3%;
}
.pteam .activity-list ul li{
    width: 47%;
    margin-right: 3%;
    height: auto;
}
.pteam .activity-list ul li .activity-text{
    bottom: 10px;
}
.h-news .item .item-img .imagges{
            height: 280px !important;
        }
        .hbanner .hbanner-img{
            position: relative;
            left: 0;
            margin-left: 0;
            width: 100%;
        }
        .hbanner-con{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }
        .hbanner-title{
            margin-top: 8%;
        }
        .hbanner{
            height: auto;
        }
.train-con ul li
{
    float: left;
    text-align: center;
    width: 960px;
    height: 240px;
}
}
@media screen and (max-width: 960px){
    .phonor-con .phonor-item{
        height: 396px;
    }
    .container{
     overflow-x:hidden;
    }
    .pccontent{
    display: none;
    }
    .phone-content{
        float: left;
        margin: 0px 0;
        display: block;
    }
    .phone-content img{
        width: 90%;
        margin-left: 5%;
    }
    .psituation-con .psituation-left{
        width: 100%;
    }
    .psituation-con .psituation-right{
        width: 100%;
        margin-top: 30px;
    }
    .psituation-con .psituation-bottom ul li{
        width: 50%;
    }
    .psituation-con .psituation-bottom ul li{
        width: 50%;
        margin-top:-1px;
    }
    .psituation-con .psituation-bottom ul li .pstext{
        
        width: 60%;
    }
    .page-culture .pculture-text{
        width: 50%;
    }
    .page-culture .pculture-img{
        width: 48%;
    }
    .nav-list a{
        margin: 0 10px;
    }
    .footer-nav ul{
        max-width: 605px;
    }
    .footer-nav ul li a{
        padding: 31px 15px;
    }
    .footer .footer-info{
        width: 605px;
        margin: 0 auto;
        float: none;
    }
    .footer .footer-info .item{
        width: 100%;
        float: left;
        /*padding: 0 2%;*/
        margin: 20px 0;
    }
    .pdevelop-text{
        display: none;
    }       
    .phone-pdevelop-text{
        display: block;
        width: 100%;
    }
    .phone-pdevelop-text img{
        /*width: 100%;*/
    }
    .phone-pdevelop-text .list{
        border: 1px solid #e9e9e9;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .phone-pdevelop-text .list .p-img{
        float: left;
        width: 20%;
        /*margin: 0 15%;*/
        text-align: center;
    }
    .phone-pdevelop-text .list .p-img img{
        display: inline;
        padding-top: 15px;
    }
    .phone-pdevelop-text .list .p-text{
        float: left;
        width: 60%;
        text-align: center;
        
    }
    .phone-pdevelop-text .list .p-text p{
        margin: 10px 0;
    }
    .phone-pdevelop-text .list.odd .p-img{
        float: right;
    }
     .phone-pdevelop-text .list.odd .p-text{
        float: right;
    }
    .pre{
        left: 0 !important;
    }
    .next{
        right: 0 !important;
    }
    .copyright .page-cen{
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
    .pnational-slider ul li{
        width: 24%;
        
        box-sizing: border-box;
    }
    .ppatent-slider{
        margin: 60px 0;
        /*display: none;*/
    } 
    .ppatent-slider ul{
        margin-right: 0;
    }
    .ppatent-slider ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .ppatent-slider ul li .p-right{
        width: 70%;
        
    }
    .phone-ppatent{
         margin: 60px 0;
        display: block;
    }
    .phone-ppatent img{
        width: 100%;
    }
    .pnational-slider{
        margin: 30px 0;
    }
    .psection-top img{
        width: 100%;
    } 
    .psection .psection-left p,.psection .psection-top p{
        line-height: 24px;
    }
    .hbanner-title h2{
        line-height: 50px;
    }
    .gotop{
        right: 10px;
    }
    .notice-item .item .ntitle{
        width: 60%;
    }
    .payment-con ul li{
        width: 100%;
        margin-right: 0;
        height: 200px;
        margin-bottom: 30px;
    }
    .careers-slider ul{
        margin-right: 0;
    }
    .careers-slider ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .h-news .item{
        width: 100%;
    }
    .h-news .item ul li .text{
        width: 80%;
    }
    .copyright .copyright-icon span{
        margin: 0 3px;
    }
    .homeabout .aboutin{
       padding-left: 2%;
       padding-right: 2%;
    }
    .homebusiness .aboutin{
       padding-left: 2%;
       padding-right: 2%;
    }
    
    .banner-tag .page-cen{
        max-width: 620px;
    }
    .page-contact .contact-con .item p{
        height: 40px;
        line-height: 20px;
        vertical-align: middle;
    }
    .page-contact .contact-con .item p.fp1{
            background: url("../images/picon1.png") left 10px no-repeat;
        }
        .page-contact .contact-con .item p.fp2{
             background: url("../images/picon2.png") left  top no-repeat;
         }
        .page-contact .contact-con .item p.fp3{
            background: url("../images/picon3.png") left  top no-repeat;
        }
        .pagination{
            right: 20px
        }
        #timeline{
            width:600px;
            height: 800px;
        }
        #issues{
            height: 500px;
            top: 175px;
        }
        #issues li{
            width: 600px;
            height: 600px;
        }   
        #dates li .title{
            left: -15px;
        }
        #issues li .time-img{
            width: 100%;
        }
        #issues li .time-text{
            width: 100%;
        }
        #issues li .time-img{
            margin-left: 0;
        }
        #dates li .title{
            left: 68px;
        }
        #dates li .year{
            margin-left: 91px;
        }
        .bounced .bounced-block{
            width: 600px;
            margin-left: -300px;
        }
        .bounced .bounced-slider ul li{
            width: 600px;
            height: 328px;
        }
        .bounced .bounced-slider .text{
            height: 100px;
        }
        .bounced .bounced-slider .text h2{
            margin: 20px;
        }
        .search-result ul li{
            width: 48%;
            margin-right:  1%;
            margin-left:  1%;
            height: auto;
        }
        .hbanner .hbanner-img{
           position: absolute;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
        }
        .hbanner-con{
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
        }
        .hbanner-title{
            margin-top:190px;
        }
        .hbanner{
            height: 585px;
        }
        .homeabout .aboutin ul li{
            width: 50%;
            height: 190px;
        }
        .homeabout .aboutin ul li.listnumber1{
            background:url("../images/in01.png") top center no-repeat;
        }
         .homeabout .aboutin ul li.listnumber2{
            background:url("../images/in02.png") top center no-repeat;
        }
         .homeabout .aboutin ul li.listnumber3{
            background:url("../images/in03.png") top center no-repeat;
        }
         .homeabout .aboutin ul li.listnumber4{
            background:url("../images/in04.png") top center no-repeat;
        }
        .homeabout .aboutin ul li .list-text.text-top{
            top: auto;
            bottom:-10px;
        }
/*        .homebusiness-con ul{
            text-align: center;
        }*/
        .homebusiness-con ul li{
            width: 33.33%;
            float: left;
            /*float: none;*/
            /*display:inline-block;*/
            margin-top: 20px;
        }
        
        .homebusiness-con ul li.li_two{
            margin-left: 9.33%;
        }
        .homebusiness-con ul li .icon{
            width: 150px;
            height: 150px;
            background-size: cover;
            float: left;
            margin-left: 20%;
        }
        .homebusiness-con ul li .text{
            width: 80%;
            float: left;
            margin-top: 0px;
            margin-left: 20%;
        }
        .homebusiness-con ul li h2{
            display: none;
        }
        .homebusiness-con ul li .icon img{
            margin-top: 34px;
        }
        .psection .psection-left{
            width: 100%;
        }
        .psection .psection-right{
            width: 100%;
        }
        .footbr{
            display: block;
        }
        .copyright .copyright-text p{
            line-height: 30px;
        }
        .copyright .copyright-text{
            margin-top: 20px;
        }
        .psection-more-item ul li{
            width: 92%;
        }
        .detail-silder{
            width: 600px;
        }
        .detail-silder ul li{
            width: 600px;
            height: 260px;
        }
        .small-detail-silder{
            position: absolute;
            width: 520px;
            left: 50%;
            margin-left: -260px;
            bottom: -0px;

        }
        .train-con ul li{
            width: 600px;
        }
        .homebusiness-con ul{
            margin-right: 0;
        }
}


/*头部缩小*/
@media only screen and (min-width: 960px) and (max-width: 1440px) {
    .indexheader2{
         height: 60px;
    } 
    .indexheader2 .header-con{
        height: 60px;
    }
    .indexheader2  .logo{
        width: 100px;
        margin-top: 7px;
    }
    .indexheader2 .logo img{
        width: 100%;
    }
    .indexheader2 .herder_right .nav{
        margin-top: 12px;
    }
    .indexheader2 .herder_top{
        display: none;
    }
    .homebusiness-con ul{
        margin-left: 50px;
    }
    .homebusiness-con ul li .text{
        margin-left: 20px;
        margin-top: -50px;
    }
    
}

.slider .item{position:relative};
.zhaopin{
    
}
.zhaopin .item{
    width: 135px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.newsUpDown{width:auto;height:auto;text-align:left;margin:10px 20px;}
.newsUpDown a{color:#999;font-weight:bold}
.newsUpDown a i{font-weight:normal}
.newsUpDown a:hover{color:#E60012;}

/*careers地图*/
.careers_map{opacity:0;height:100%;width:100%;background:rgba(0,0,0,.4);position:fixed;top:0;left:0;text-align:center;z-index:9999}
.careers_map>div:not(.close){height:50%;width:70%;margin-top:16%;display:inline-block;border-radius:10px;border:20px solid #fff;}
.careers_map>div.close{cursor:pointer;display:inline-block;position:absolute;top:0;right:0;margin-right:14%;
    margin-top:16%;height:16px;width:16px;   
    }
.careers_map>div.close img{height:16px;width:16px; 
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;}
.careers_map>div.close:hover img{    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*产业技术底部*/
.ppatent-slider ul li .p-right {margin-top:80px;}
.research{position: relative;}
.research .topText{position: absolute;top:20px;padding-right:10%;text-align:center;width:100%;margin-top:20px}
.research .topText ul{display:inline-block;width:1200px;text-align:left;margin-left: 10px;}
.research .topText ul li{display:inline-block;text-align:left;width:295px;}
.research .topText ul li:before{}
@media screen and (max-width: 1440px){
    .research .topText ul{display:inline-block;width:886px;text-align:left;margin-left:10px;}
    .research .topText ul li{display:inline-block;text-align:left;width:290px;}
}
@media screen and (max-width: 960px){
    .research .topText{margin-top:0px}
    .research .topText ul{display:inline-block;width:600px;text-align:left;margin-left:17px;}
    .research .topText ul li{display:inline-block;text-align:left;width:293px;}
  
}

.psection .page-block-con .page-cen .content .ttt{width:100%;text-align:center;margin-top:50px; }
.psection .page-block-con .page-cen .content .ttt ul li{display:inline-block;width:33%;height:70px;line-height:0px;}

.psection .page-block-con .page-cen .content .ttt ul li span{display:inline-block;vertical-align:middle;font-size:23px;
    margin-left:10px;color:#666;font-weight:300;height:56px;
}


.research-slider .next.disabled,.research-slider .pre.disabled{display:none!important}




