/* set the character sets */
 @charset "utf-8";
/* reset browser default styles */
* { padding: 0px; margin: 0px; }
li { list-style: none; }
a:link, a:visited, a:hover, a:active {text-decoration:none !important;color:#666;}
body { width:100%; overflow-x:hidden; font:normal 14px/24px "Microsoft YaHei"; background:#fff; color:#4b4b4b; }
 
/* global styles */
.wrap {width: 1200px;margin: 0px auto;overflow: hidden;}
.clearfix{clear:both;}
.pull_lt{float:left;}
.pull_rt{float:right;}
/* home */
body{
    background: #f4f4f4;
}
.nav{
    height: 128px;
    overflow: visible;
    width: 1270px;
}
.nav>ul>li.on{
    background: #fd8b04;
}
.nav>ul>li.on > a{
    color: #fff;
}
.nav>a>img{
    /* width: 174px; */
    height: 63px;
    margin-top: 32px;
    display: inline-block;
    vertical-align: top;
}
.nav>ul{
    width: 942px;
    display: inline-block;
    vertical-align: top;
    /*overflow: hidden;*/
    margin-left: 20px;
}
.nav>ul>li{
    line-height: 128px;
    float: left;
    height: 128px;
    position: relative;
}
.nav>ul>li>a{
    font-size: 16px;
    color: #333;
    padding: 0 14px;
    display: block;
    height: 100%;
}
.nav>ul>li:nth-last-of-type(1) .sub_link{
    padding: 0;
    opacity: 0;
}
.nav>ul>li:nth-last-of-type(2) .sub_link{
    padding: 0;
    opacity: 0;
}
.sub_link{
    width: 140px;
    position: absolute;
    top: 128px;
    left: -16px;
    background: rgba(0,0,0,.6);
    padding-top: 18px;
    z-index: 9;
    padding-bottom: 20px;
       display: none;
}
.sub_link>li{
    line-height: 22px;
    text-align: center;
    padding: 5px 0;
    height: auto;
}
.sub_link>li>a{
    font-size: 14px;
    color: #ddd;
}
.sub_link>li:hover>a{
    color: #fff;
}
.nav>ul>li:hover{
    background: #fd8b04;
}
.nav>ul>li:hover>a{
    color: #fff;
}
.nav .login{
    display: inline-block;
    width: 48px;
    height: 27px;
    background: #fd8b04;
    line-height: 27px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    /*display:none;*/
}
.nav .tc{
    display: inline-block;
    width: 125px;
    height: 27px;
    font-size: 14px;
    color: #fd8b04;
    margin-top: 53px;
    position: relative;
}
.nav .tc>a{
    font-size: 14px;
    color: #333;
    position: absolute;
    width: 100%;
    line-height: 28px;
    background: #ddd;
    top: 26px;
    left: 0;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    display: none;
}
.banner{
    width: 100%;
    height: 620px;
    position: relative;
}
.banner .hd{
    bottom: 35px;
    position: absolute;
    z-index: 99;
    text-align: center;
    left: 45%;
}
.banner .hd>ul{
    text-align: center;
    overflow: hidden;
}
.banner .hd>ul>li{
    width: 44px;
    height: 4px;
    background: #666666;
    display: inline-block;
    margin: 0 12px;
    font-size: 0;
}
.banner .hd>ul>li.on{
    background: #fd8b04;
}
.banner .hd>ul{}
.banner .bd{}
.banner .bd ul{}
.banner .bd ul>li{
    width: 100%;
    height: 620px;
}
.banner .bd>ul li>a{
    display: block;
    height: 100%;
}
.data{
    margin-top: 86px;
}
.data>dl{
   width: 220px;
   display: inline-block;
   vertical-align: top; 
   margin:0 38px;
}
.data>dl>dt{
    width: 195px;
    height: 195px;
    margin:0 auto;
    border-radius: 50%;
    background: url(../images/dash.png);
    position: relative;
}
.data>dl:hover>dt>img{
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.data>dl>dt>img{
    width: 153px;
    height: 153px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin:auto;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}
.data>dl>dd{
    margin-top: 35px;
    display: block;
    text-align: center;
}
.data>dl>dd>h6{
    font-size: 24px;
    color: #333;
}
.data>dl>dd>p{
    font-size: 18px;
    color: #999;
    margin-top: 20px;
    line-height: 30px;
}
.tit{
    width: 1035px;
    height: 70px;
    margin:0 auto;
}
.pro{
    margin-top: 77px;
}
.pro .tit{
    background: url(../images/tit-product.png) no-repeat;
}
.pro>ul{
    overflow: hidden;
    margin-top: 50px;
}
.pro>ul>li{
    width: 600px;
    height: 263px;
    float: left;
    overflow: hidden;
    position: relative;
     transition: all 2s ease;
}
.pro>ul>li .pro-img{
    width: 300px;
    height: 263px;
    float: left;
    overflow: hidden;
}
.pro>ul>li .pro-img>img{
    width: 100%;
}
.pro>ul>li .pro-info{
    width: 300px;
    height: 263px;
    float: left;
}
.pro>ul>li:nth-of-type(3) .pro-img,
.pro>ul>li:nth-of-type(4) .pro-img,
.pro>ul>li:nth-of-type(3) .pro-info,
.pro>ul>li:nth-of-type(4) .pro-info{
    float: right;
}
.pro>ul>li .pro-info>h2{
    font-size: 18px;
    color: #666;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-top: 60px;
}
.pro>ul>li .pro-info>h2:after{
    content: "";
    display: block;
    width: 47px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    bottom: -8px;
}
.pro>ul>li .pro-info>h2>p{
    color: #333;
    line-height: 40px;
}
.pro>ul>li .pro-info>span{
    display: block;
    width: 140px;
    margin:0 auto;
    text-align: center;
    color: #999;
    margin-top: 16px;
}
.pro>ul>li>a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 596px;
    height: 263px;
    background: url(../images/hover.png) no-repeat;
    z-index: 33;
    opacity: 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.pro>ul>li:hover>a{
    opacity: 1
}
.pro>ul>li>a>b{
    background: #fff;
    display: block;
    position: absolute;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.pro>ul>li:hover>a>b:nth-of-type(1),.pro>ul>li:hover>a>b:nth-of-type(3){
    width: 540px;
}
.pro>ul>li:hover>a>b:nth-of-type(2),.pro>ul>li:hover>a>b:nth-of-type(4){
    height: 206px;
}
.pro>ul>li>a>b:nth-of-type(1){
    width: 0px;
    height: 1px;
    top: 28px;
    left: 28px;
}
.pro>ul>li>a>b:nth-of-type(3){
    width: 0px;
    height: 1px;
    bottom: 28px;
    right: 28px;
}
.pro>ul>li>a>b:nth-of-type(2){
    width: 1px;
    height: 0;
    top: 28px;
    right: 28px;
}
.pro>ul>li>a>b:nth-of-type(4){
    width: 1px;
    height: 0;
    bottom: 28px;
    left: 28px;
}
.solute{
    margin-top: 77px;
}
.solute .tit{
    background: url(../images/tit-solution.png) no-repeat;
}
.solute .solute-type{
    margin-top: 30px;
}
.solute .solute-type .bd{
    width: 100%;
    height: 350px;
    position: relative;
}
.solute .solute-type .bd .slide{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.solute .solute-type .bd .on{
    visibility: visible;
}
.solute .solute-type .bd .slide ul{
    
}
.solute .solute-type .bd .slide ul>li{
    width: 1200px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.solute .solute-type .bd .slide ul>li p{
    position: absolute;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    color: #fff;
    line-height: 90px;
    font-size: 24px;
    z-index: 33;
    text-align: center;
    background: #fd8b04;
    width: 320px;
    opacity: 0.8;
}
.solute .solute-type .bd .slide ul>li>a{
    display: block;
}
.solute .solute-type .bd .slide ul>li>a>img{
    width: 100%;
}
.solute .solute-type .hd{}
.solute .solute-type .hd>ul{
    overflow: hidden;
}
.solute .solute-type .hd>ul .on{
    color: #fff;
    background: #fd8b04;
}
.solute .solute-type .hd>ul>li{
    float: left;
    font-size: 24px;
    width: 400px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    color: #333;
    background: #efeeee;
}
.case{
    margin-top: 77px;
}
.case .tit{
    background: url(../images/tit-case.png) no-repeat;
}
.case .case-type{
    margin-top: 50px;
}
.case .case-type .hd{
    width: 286px;
    display: inline-block;
    vertical-align: top;
    /*border-right: #dcdcdc solid 1px;*/
}
.case .case-type .hd>ul{}
.case .case-type .hd>ul>li{
    width: 270px;
    height: 148px;
    background: #f1f1f1;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}
.case .case-type .hd>ul>li a{
    color: #333;
}
.case .case-type .hd>ul>li:before{
    content: "";
    display: block;
    width: 36px;
    height: 42px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: -15px;
    top: 56px;
    z-index: 88;
    visibility: hidden;
}
.case .case-type .hd>ul>li.on:before{
    visibility: visible;
}
.case .case-type .hd>ul>li.on{
    background: #fd8b04;
}
.case .case-type .hd>ul>li.on>a{
    color: #fff;
}
.case .case-type .hd>ul>li p{
    font-size: 24px;
    padding-top: 50px;
}
.case .case-type .hd>ul>li span{
    font-size: 14px;
    margin-top: 14px;
    display: block;
}
.case .case-type .bd{
    width: 909px;
    display: inline-block;
    vertical-align: top;
}
.case .case-type .bd>ul{
    width: 1000px;
    display: none;
}
.case .case-type .bd>ul.on{
    display: block;
}
.case .case-type .bd>ul .first{
    width: 605px;
    height: 417px;
}
.case .case-type .bd>ul>li{
    width: 300px;
    height: 205px;
    overflow: hidden;
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
    position: relative;
}
.case .case-type .bd>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}
.case .case-type .bd>ul>li>a>img{
    width: 100%;
    height: 100%;
}
.case .case-type .bd>ul>li>a>div{
    width: 100%;
    height: 84px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(249,146,27,0.9);
    z-index: 88;
    color:#fff;
    display: none; 
}
.case .case-type .bd>ul>li:hover>a>div{
    display: block;
}
.case .case-type .bd>ul>li>a>div>h6{
    font-weight: 400;
    font-size: 18px;
    text-indent: 20px;
    padding-top: 18px;
}
.case .case-type .bd>ul>li>a>div>p{
    font-size: 12px;
    text-indent: 20px;
}
.about{
    margin-top: 77px;
}
.about .tit{
    background: url(../images/tit-about.png) no-repeat;
    margin-bottom: 40px;
}
.about .about-con{
    width: 920px;
    display: inline-block;
    vertical-align: top;
}
.about .about-con>ul{
    display: none;
}
.about .about-con>ul.on{
    display: block;
}
.about .about-con>ul>li{}
.about .about-con>ul>li .video{
    width: 317px;
    display: inline-block;
    vertical-align: top;
    height: 249px;
    margin-right: 40px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.about .about-con>ul>li .video>a{
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin:0 auto;
}
.about .about-con>ul>li .con-info{
    width: 556px;
    display: inline-block;
    vertical-align: top;
}
.about .about-con>ul>li .con-info>h2{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
}
.about .about-con>ul>li .con-info>span{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    display: block;
    position: relative;
}
.about .about-con>ul>li .con-info>span:after{
    content: "";
    display: block;
    width: 43px;
    height: 2px;
    background: #fe760e;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.about .about-con>ul>li .con-info>p{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    line-height: 22px;
}
.about .about-con>ul>li .con-info>a{
    display: block;
    width: 127px;
    height: 43px;
    background: #f08200;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 45px;
}
.about .about-type{
     width: 240px;
     display: inline-block;
     vertical-align: top;
     margin-left: 35px;
}
.about .about-type>ul{}
.about .about-type>ul>li{
    width: 240px;
    height: 75px;
    background: #d9d9d9;
    
    text-align: center;
    line-height: 75px;
    margin-bottom: 30px;
    cursor: pointer;
}
.about .about-type>ul>li>a{
    font-size: 24px;
    color: #fff;
}
.about .about-type>ul>li.on{
    background: #f08200;
}
.about .about-type>ul>li img{
    margin-right: 20px;
    vertical-align: sub;
}
.about .about-type>ul>li:nth-of-type(2) img{
    position: relative;
    top: 4px;
}
.tech{
    margin-top: 77px;
}
.tech .tit{
    background: url(../images/tit-tech.png);
    width: 970px;
}
.tech .tech-list{
    margin-top: 50px;
    position: relative;
}
.tech .tech-list>a{
    width: 39px;
    height: 39px;
    position: absolute;
    top: -92px;
}
.tech .tech-list .prev{
    background: url(../images/al.png) no-repeat;
    left: 25px;
}
.tech .tech-list .next{
    background: url(../images/ar.png) no-repeat;
    right: 25px;
}
.tech .tech-list .prev:hover{
    background: url(../images/al1.png) no-repeat;
}
.tech .tech-list .next:hover{
    background: url(../images/ar1.png) no-repeat;
}
.tech-item{
    width: 980px;
    margin:0 auto;
}
.tech-item ul{}
.tech-item ul>li{}
.tech-item ul>li>a{
    display: block;
    /*height: 100%;*/
}
.tech-item ul>li>a>img{
    width: 168px;
    height: 212px;
    vertical-align: top;
}
.tech-item ul>li>a .tech-info{
    width: 790px;
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
}
.tech-item ul>li>a .tech-info>h4{
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
}
.tech-item ul>li>a .tech-info>p{
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    line-height: 25px;
}
.information{
    margin-top: 68px;
}
.information .tit{
    background: url(../images/tit-info.png) no-repeat;
}
.information .info-type{
    margin-top: 36px;
}
.information .info-type .info-tit{}
.information .info-type .info-tit>ul{
    width: 941px;
    margin:0 auto;
}
.information .info-type .info-tit>ul>li{
    width: 164px;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
    border:#666666 solid 1px;
    margin:0 33px;
    cursor: pointer;
}
.information .info-type .info-tit>ul>li.on{
    background: #fd8b04;
    border-color: #fd8b04;
    color: #fff;
}
.information .info-type .info-tit>ul>li:hover{
    background: #fd8b04;
    border-color: #fd8b04;
    color: #fff;
}
.information .info-type .info-tit>ul>li.on>a{
    color: #fff
}
.information .info-type .info-tit>ul>li:hover>a{
    color: #fff;
}
.information .info-type .info-con{
    width: 970px;
    margin:0 auto;
}
.information .info-type .info-con>ul{
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    display: none;
}
.information .info-type .info-con>ul.on{
    display: block;
}
/*.information .info-type .info-con>ul:before{
    content: "";
    display: block;
    width: 1px;
    height: 360px;
    position: absolute;
    top: 46px;
    left: 390px;
    background: #bbbbbb;
    z-index: 1
}
.information .info-type .info-con>ul:after{
    content: "";
    display: block;
    width: 1px;
    height: 360px;
    position: absolute;
    top: 46px;
    right: 390px;
    background: #bbbbbb;
    z-index: 1
}*/
.information .info-type .info-con>ul>li{
    width: 445px;
    /*height: 107px;*/
    float: left;
    margin:23px 0;
    position: relative;
    z-index: 2
}
.information .info-type .info-con>ul>li:nth-last-of-type(1):after,.information .info-type .info-con>ul>li:nth-last-of-type(2):after{
    display: none !important;
}
.information .info-type .info-con>ul>li:nth-of-type(odd):after{
    content: "";
    display: block;
    width: 1px;
    height: 166px;
    position: absolute;
    top: 0px;
    right: 53px;
    background: #bbbbbb;
    z-index: -1
}
.information .info-type .info-con>ul>li:nth-of-type(even):after{
    left: 53px;
     content: "";
    display: block;
    width: 1px;
    height: 166px;
    position: absolute;
    top: 0px;
    background: #bbbbbb;
    z-index: -1
}
.information .info-type .info-con>ul>li:nth-of-type(odd){
    float: left;
}
.information .info-type .info-con>ul>li:nth-of-type(odd) .info-con-img{float: right;}
.information .info-type .info-con>ul>li:nth-of-type(odd) .info-con-txt{float: left;}
.information .info-type .info-con>ul>li:nth-of-type(even) .info-con-txt{float: right;}
.information .info-type .info-con>ul>li:nth-of-type(even) .info-con-img{float: left;}
.information .info-type .info-con>ul>li:nth-of-type(odd) .info-con-txt>h6{text-align: right;}
.information .info-type .info-con>ul>li:nth-of-type(even) .info-con-txt>h6{text-align: left;}
.information .info-type .info-con>ul>li:nth-of-type(even){
    float: right;
}
.information .info-type .info-con>ul>li>a{
    display: block;
    /*height: 100%;*/
    overflow: hidden;
}
.information .info-type .info-con>ul>li>a .info-con-img{
    display: inline-block;
    vertical-align: top;
    width: 107px;
    height: 107px;
    overflow: hidden;
}
.information .info-type .info-con>ul>li>a .info-con-img>img{
    width: 100%;
}
.information .info-type .info-con>ul>li>a .info-con-txt{
    width: 316px;
}
.information .info-type .info-con>ul>li>a .info-con-txt>h6{
    font-weight: 400;
    font-size: 16px;
    color: #fd8b04;
    margin-top: 15px;
}
.information .info-type .info-con>ul>li>a .info-con-txt>p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 2px;
}
.information .info-type .info-con>ul>li .more{
    display: block;
    width: 92px;
    height: 30px;
    background: #fd8b04;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    clear: both;
    border-radius: 6px;
    margin-top: -17px;
    visibility: hidden;
}
.information .info-type .info-con>ul>li:nth-of-type(even) .more{
    float: right;
}
.information .info-type .info-con>ul>li:hover .more{
    visibility: visible;
}
.coop{
    margin-top: 77px;
}
.coop .tit{
    background: url(../images/tit-partner.png) no-repeat;
    width: 967px;
}
.coop .coop-type{}
.coop .coop-type .coop-tit{
    margin-top: 45px;
}
.coop .coop-type .coop-tit>ul{
    width: 941px;
    margin: 0 auto;
}
.coop .coop-type .coop-tit>ul>li{
    width: 164px;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
    border: #666666 solid 1px;
    margin: 0 33px;
    cursor: pointer;
}
.coop .coop-type .coop-tit>ul>li.on{
    background: #fd8b04;
    border-color: #fd8b04;
    color: #fff;
}
.coop .coop-type .coop-list{
    position: relative;
    height: 300px;
    margin-top: 40px;
}
.coop .coop-type .coop-list .coop-item{
    visibility: hidden;
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
}
.coop .coop-type .coop-list .coop-item.on{
   visibility: visible;
}
.coop .coop-type .coop-list .coop-item>a{
    width: 39px;
    height: 39px;
    position: absolute;
    top: -178px;
}
.coop .coop-type .coop-list .coop-item .prev{
    background: url(../images/al.png) no-repeat;
    left: 25px;
}
.coop .coop-type .coop-list .coop-item .next{
    background: url(../images/ar.png) no-repeat;
    right: 25px;
}
.co>ulop .coop-type .coop-list .coop-item .prev:hover{
    background: url(../images/al1.png) no-repeat;
}
.coop .coop-type .coop-list .coop-item .next:hover{
    background: url(../images/ar1.png) no-repeat;
}
.coop .coop-type .coop-list .coop-item .bd{
    /*width: 1220px !important;*/
}
.coop .coop-type .coop-list .coop-item .bd ul{
}
.coop .coop-type .coop-list .coop-item .bd ul>li{
    width: 290px;
    height: 114px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.coop .coop-type .coop-list .coop-item .bd ul>li>img{}
.footer{
    background: #232323;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer>p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.footer>p:after{
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #3e3e3e;
    text-align: center;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
.footer .wrap{}
.footer .wrap .come{
    width: 228px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #ddd;
}
.footer .wrap .come>ul{}
.footer .wrap .come>ul>li{
    width: 100%;
    padding: 16px 0;
    background: url(../images/border.png) no-repeat bottom center;
    color: #dddcdc;
}
.footer .wrap .come>ul>li>img{
    vertical-align: sub;
    margin-right:12px;
    margin-left: 2px;
}
.footer .wrap .come>p{
    display: block;
    text-align: center;
    width: 115px;
    margin:15px auto;
}
.footer .wrap .come>p>img{
    margin-top: 10px;
}
.footer .wrap .form{
    width: 287px;
    display: inline-block;
    vertical-align: top;
    margin-left: 65px;
}
.footer .wrap .form>form{
    width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.footer .wrap .form>form>input{
    width: 100%;
    height: 38px;
    border:#434242 solid 1px;
    border-radius: 5px;
    text-indent: 20px;
    margin-bottom: 20px;
    background: #2b2b2b;
     font-size: 14px;
    color: #999;
}
.footer .wrap .form>form>textarea{
    padding: 13px;
    border:#434242 solid 1px;
    border-radius: 5px;
    height: 85px;
    background: #2b2b2b;
    width: 289px;
    resize: none;
     font-size: 14px;
    color: #999;
    box-sizing: border-box;
}
.footer .wrap .form>form>button{
    width: 100px;
    height: 38px;
    border:#434242 solid 1px;
    border-radius: 5px;
    color: #ddd;
    font-size: 14px;
    background: #2b2b2b;
    margin-top: 13px;
}
.footer .wrap .map{
    width: 580px;
    height: 359px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 5px;
}
.footer .wrap .map>img{
    width: 100%;
}
.bottom{
    width: 100%;
    height: 66px;
    background: #1a1a1a;
}
.bottom>p{
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 66px;
}
.bottom>p>span{
    padding: 0 8px;
}
/* company-info */
.wrap-banner{
    width: 100%;
    height: 564px;
}
.company-info{
    width: 1242px;
    /*min-height: 486px;*/
    background: url(../images/bg-txt.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
    margin-top: -150px;
    padding-bottom: 50px;
}
.title{
    width: 118px;
    height: 29px;
    margin:0 auto;
}
.company-info .title{
    padding-top: 70px;
    background: url(../images/tit-com1.png) no-repeat bottom center;
}
.company-info>p{
    width: 1076px;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
    padding: 6px 0;
    line-height:26px;
}
.company-info>p:nth-of-type(2){
    text-indent: 0 !important;
}
.company-fm{
    margin-top: 40px;
}
.company-fm .title{
    background: url(../images/tit-com2.png) no-repeat center;
}
.company-fm .company-fm1{
    position: relative;
    margin-top: 35px;
}
.company-fm .company-fm1>ul{
    overflow: hidden;
    width: 1210px;
}
.company-fm .company-fm1>ul>li{
    float: left;
    margin-right: 10px;
    margin-bottom: 11px;
    position: relative;
    overflow: hidden;
}
.company-fm .company-fm1>ul>li:hover>img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.company-fm .company-fm1>ul .fm1{
    width: 350px;
    height: 510px;
}
.company-fm .company-fm1>ul .fm2{
    width: 375px;
    height: 334px;
}
.company-fm .company-fm1>ul .fm3{
    width: 375px;
    height: 161px;
    position: absolute;
    bottom: 0;
    left: 358px;
}
.company-fm .company-fm1>ul .fm4{
    width: 449px;
    height: 139px;
}
.company-fm .company-fm1>ul .fm5{
    width: 219px;
    height: 360px;
}
.company-fm .company-fm1>ul .fm6{
    width: 219px;
    height: 360px;
}
.company-fm .company-fm1>ul>li>img{
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.company-fm .company-fm1>ul>li>p{
    font-size: 24px;
    color: #fff;
    line-height: 56px;
    height: 56px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
}
.pic-team{
    margin-top: 46px;
}
.pic-team .title{
    background: url(../images/tit-com3.png) no-repeat center;
}
.pic-team>img{
    width: 1242px;
    height: 531px;
    display: block;
    margin:0 auto;
    margin-top: 30px;
}
.pic-team>p{
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-top: 15px;
    margin-bottom: 35px;
}
/*honor-list*/
.certificate{
    padding-top: 60px;
    background: #fff;
    position: relative;
    overflow: visible;
    margin-bottom: 56px;
    width: 1100px;
    margin:0 auto;
    margin-top: -135px;
}
.certificate .certificate-type{}
.certificate .certificate-type>ul{
    text-align: center;
    font-size: 0;
}
.certificate .certificate-type>ul>li{
    width: 240px;
    height: 74px;
    border:#333333 solid 1px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    margin:0 10px;
    display: inline-block;
    cursor: pointer;
}
.certificate .certificate-type>ul>li.on{
    background: #f08200;
    border-color: #f08200;
    color: #fff;
}
.certificate .certificate-list{
    position: relative;
    height: 1210px;
}
.certificate .certificate-list .certificate-item{
    width: 1022px;
    margin:0 auto;
    margin-top: 40px;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}
.certificate .certificate-list .certificate-item.on{
    visibility: visible;
}
.certificate .certificate-list .certificate-item>a{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 430px;
    z-index: 99;
}
.certificate .certificate-list .certificate-item>a.prev{
    background: url(../images/al3.png) no-repeat;
    background-size: 100%;
    left: -158px;
}
.certificate .certificate-list .certificate-item>a.next{
    background: url(../images/ar3.png) no-repeat;
    background-size: 100%;
    right: -158px;
}
.certificate .certificate-list .certificate-item>a.prev:hover{
    background: url(../images/al4.png) no-repeat;
    background-size: 100%;
}
.certificate .certificate-list .certificate-item>a.next:hover{
    background: url(../images/ar4.png) no-repeat;
    background-size: 100%;
}
.certificate .certificate-list .certificate-item .ul{
    width: 1100px;
}
.certificate .certificate-list .certificate-item .ul li{
    width: 231px;
    float: left;
    margin-right: 33px;
    margin-bottom: 27px;
}
.certificate .certificate-list .certificate-item .ul li>div{
    width: 231px;
    height: 317px;
    overflow: hidden;
    position: relative;
    background: #f0eced;
}
.certificate .certificate-list .certificate-item .ul li>div img{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.certificate .certificate-list .certificate-item .ul li>p{
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 6px;
}
/*product-show*/
.product{
    padding-top: 60px;
    background: #fff;
    margin:0 auto;
    margin-top: -135px;
    position: relative;
    overflow: visible;
    margin-bottom: 56px;
    width: 1100px;
}
.product .product-type{}
.product .product-type>ul{
    text-align: center;
    font-size: 0;
}
.product .product-type>ul>li{
    width: 240px;
    height: 74px;
    border:#333333 solid 1px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    margin:0 10px;
    display: inline-block;
    cursor: pointer;
}
.product .product-type>ul>li.on{
    background: #f08200;
    border-color: #f08200;
    color: #fff;
}
.product .product-list{
    position: relative;
    height: 1130px;
}
.product .product-list .product-item{
    width: 1024px;
    margin:0 auto;
    margin-top: 40px;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}
.product .product-list .product-item.on{
    visibility: visible;
}
.product .product-list .product-item>a{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 522px;
    z-index: 99;
}
.product .product-list .product-item>a.prev{
    background: url(../images/al3.png) no-repeat;
    background-size: 100%;
    left: -158px;
    background-size: 100%;
}
.product .product-list .product-item>a.next{
    background: url(../images/ar3.png) no-repeat;
    background-size: 100%;
    right: -158px;
}
.product .product-list .product-item>a.prev:hover{
    background: url(../images/al4.png) no-repeat;
    background-size: 100%;
}
.product .product-list .product-item>a.next:hover{
    background: url(../images/ar4.png) no-repeat;
    background-size: 100%;
}
.product .product-list .product-item .ul{
    width: 1100px;
}
.product .product-list .product-item .ul>ul{
    padding-left: 3px;
    position: relative;
    left: -3px;
    width: 1100px !important;
}
.product .product-list .product-item .ul li{
    width: 323px;
    float: left;
    margin-right: 26px;
    margin-bottom: 58px;
}
.product .product-list .product-item .ul li div{
    width: 323px;
    height: 267px;
    border:#c6c7c7 solid 1px;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 3px;
    position: relative;
}
.product .product-list .product-item .ul li:hover div{
    box-shadow: 0px 6px 8px #e3e3e3;
}
.product .product-list .product-item .ul li div>img{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product .product-list .product-item .ul li p{
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 13px;
}
/*case-show*/
.casus{
    padding-top: 60px;
    background: #fff;
    width: 1100px;
    margin:0 auto;
    margin-top: -135px;
    position: relative;
    overflow: visible;
    margin-bottom: 50px;
}
.casus .casus-type{}
.casus .casus-type>ul{
    text-align: center;
    font-size: 0;
}
.casus .casus-type>ul .on{
    background: #f08200;
    border-color: #f08200;
    color: #fff;
}
.casus .casus-type>ul>li{
    width: 240px;
    height: 74px;
    border:#333333 solid 1px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    margin:0 10px;
    display: inline-block;
    cursor: pointer;
}
.casus .casus-list{
    position: relative;
    height: 1120px;
    margin-top: 40px;
}
.casus .casus-list .casus-item{
    visibility: hidden;
    width: 1050px;
    margin:0 auto;
    left: 0;
    right: 0;
    position: absolute;
}
.casus .casus-list .casus-item.on{
    visibility: visible;
}
.casus .casus-list .casus-item>a{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 398px;
    z-index: 99;
}
.casus .casus-list .casus-item>a.prev{
    background: url(../images/al3.png) no-repeat;
    background-size: 100%;
    left: -140px;
}
.casus .casus-list .casus-item>a.next{
    background: url(../images/ar3.png) no-repeat;
    background-size: 100%;
    right: -140px;
}
.casus .casus-list .casus-item>a.prev:hover{
    background: url(../images/al4.png) no-repeat;
    background-size: 100%;
}
.casus .casus-list .casus-item>a.next:hover{
    background: url(../images/ar4.png) no-repeat;
    background-size: 100%;
}
.casus .casus-list .casus-item .ul{
    width: 1100px;
}
.casus .casus-list .casus-item .ul li{
    width: 520px;
    height: 343px;
    float: left;
    position: relative;
    margin-bottom: 14px;
    margin-right: 13px;
    overflow: hidden;
}
.casus .casus-list .casus-item .ul>ul>li:nth-of-type(1){
    height: 343px;
}
.casus .casus-list .casus-item .ul li>img{
    width: 100%;
}
.casus .casus-list .casus-item .ul li>a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/hover2.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}
.casus .casus-list .casus-item .ul li:hover>a{
    opacity: 1
}
.casus .casus-list .casus-item .ul li>a:before{
    content: "";
    display: block;
    width: 55px;
    height: 56px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin:auto;
    z-index: 33;
    background: url(../images/icon-add.png) no-repeat;
}
.casus .casus-list .casus-item .ul li>a>div{
    position: absolute;
    bottom: 30px;
    color: #fff;
    width: 430px;
    margin:0 auto;
    left: 0;
    right: 0;
}
.casus .casus-list .casus-item .ul li>a>div>p{
    font-size: 30px;
    margin-bottom: 15px;
}
.casus .casus-list .casus-item .ul li>a>div>span{
    font-size: 20px;
}
/*在线问答*/
.online{
    color: #333;
    width: 1000px !important ;
    margin:0 auto;
}
.online .title{
    width: 100%;
    height: auto;
}
.online .title>img{
    text-align: center;
    display: block;
    width: 118px;
    margin:0 auto;
}
.online .title>p{
    font-size: 14px;
    text-align: center;
    margin-top: 23px;
}
.online>img{
    width: 860px;
    display: block;
    margin:0 auto;
    margin-bottom: 44px;
    margin-top: 66px;
}
.online .online-fill{
    margin-top: 25px;
}
.online .online-fill p{
    font-size: 18px;
}
.online .online-fill p>span{
    font-size: 18px;
    color: #f30a0a;
}
.online .online-fill>form{
    font-size: 16px;
    margin-top: 17px
}
.online .online-fill>form .serve{
    margin-top: 15px;
}
.online .online-fill>form p{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.online .online-fill>form p>span{
    font-size: 16px;
}
.online .online-fill>form .serve>div{
    display: inline-block;
    vertical-align: top;
}
.online .online-fill>form .serve>div>label{
    font-weight: 400;
    margin-right: 34px;
    background: url(../images/checked.png) no-repeat left top;
    background-size: 23px 23px;
    color: #999;
}
.online .online-fill>form .serve>div>label.on{
    background: url(../images/checked2.png) no-repeat left top;
    background-size: 26px 24px;
    color: #333;
}
.online .online-fill>form .serve>div>label>input{
    margin-right: 6px;
    visibility: hidden;
    width: 26px;
}
.online .online-fill>form .fy{
    margin-top: 25px;
}
.online .online-fill>form .fy>p{
    line-height: 41px;
}
.online .online-fill>form .fy>p>span{}
.online .online-fill>form .fy>select{
    width: 275px;
    height: 43px;
    border:#dddcdc solid 1px;
    border-radius: 4px;
    background: #f1efef;
    display: inline-block;
    vertical-align: top;
    color: #999;
    text-indent: 20px;
    outline: none;
}
.online .online-fill>form .fy>section>option{
    text-indent: 20px;
    height: 30px;
    border-color: #ddd;
}
.online .online-fill>form .desc{
    margin-top: 30px;
}
.online .online-fill>form .desc>p{}
.online .online-fill>form .desc>textarea{
    width: 870px;
    height: 125px;
    padding: 15px 13px;
    border:#dddcdc solid 1px;
    border-radius: 4px;
    background: #f1efef;
    font-size: 14px;
    color: #999;
    margin-top: 13px;
    resize: none;
    outline: none;
}
.online .online-fill>form .date_buy,.online .online-fill>form .date_yy{
    margin-top: 40px;
   /* display: inline-block;
    vertical-align: top;*/
    width: 470px;
}
.online .online-fill>form p{
    
}
.online .online-fill>form .date_buy>p,.online .online-fill>form .date_yy>p{
    line-height: 41px;
}
.online .online-fill>form .input-group{
    width: 330px;
    height: 43px;
    /*float: right;*/
    vertical-align: top;
}
.online .online-fill>form .input-group>input{
    height: 43px;
    padding: 0;
    text-indent: 15px;
}
.online .online-fill>form>button{
    display: block;
    width: 149px;
    height: 55px;
    margin:0 auto;
    background:#f08200;
    color: #fff;
    font-size: 18px;
    border:none;
    margin-top: 40px;
    outline: none;
    border-radius: 4px;
}
.online .online-fill .item_3{
    padding-top: 30px;
    border-top: #bdbaba solid 1px;
    margin-top: 30px;
}
.online .online-fill .item_3>dl{
    width: 324px;
    display: inline-block;
    vertical-align: top;
}
.online .online-fill .item_3>dl>dt{
    width: 160px;
    margin:0 auto;
}
.online .online-fill .item_3>dl>dt>img{
    text-align: center;
    display: block;
}
.online .online-fill .item_3>dl>dd{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
/*partner*/
.h940{
    height: 940px !important
}
/*infomation*/
.news{
    background: #fff;
    margin-top: -143px;
    margin-bottom: 58px;
    box-shadow: 0px 2px 4px 2px #dedede;
    /*padding-top: 55px;*/
}
.news .information{
    
}
/*分页样式*/
.page{
    clear: both;
}
.page .pagination{
    text-align: center;
    margin: 0px auto;
    margin-top: 25px;
    margin-bottom: 40px;
}
.page .pagination .prev{
    margin-top:6px;
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/al5.png) no-repeat;
    border:none;
    /*margin-right: 15px;*/
}
.page .pagination .prev>a{}
.page .pagination .active{}
.page .pagination .active>a{
    color: #fff;
}
.page .pagination>li{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border:#f08200 solid 1px;
    margin: 0 5px;
    border-radius: 4px;
}
.page .pagination>li.active{
    background: #f08200;
}
.page .pagination>li>a{
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    display: block;
    color: #f08200;
}
.page .pagination .next{
    display: inline-block;
        margin-top: 6px;
    width: 16px;
    height: 17px;
    background: url(../images/ar5.png) no-repeat;
    vertical-align: middle;
    border:none;
    /*margin-left: 15px;*/
}
.page .pagination .next>a{}
/*contact-us*/
.contact{
    margin-top: -138px;
}
.contact .contact_us{
    width: 100%;
    height: 480px;
    background: url(../images/bg-contact.png) no-repeat;
}
.contact .contact_us .tit{
    background: url(../images/tit-contact.png) no-repeat bottom center;
    padding-top: 55px;
}
.contact .contact_us>ul{
    width: 1086px;
    margin:0 auto;
    margin-top: 35px;
    background: url(../images/bg-ul.png) no-repeat;
    background-size: 100% 100%;
    height: 243px;
    overflow: hidden;
}
.contact .contact_us>ul>li{
    width: 25%;
    height: 243px;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
}
.contact .contact_us>ul>li:nth-of-type(4){
    background: #ffab47
}
.contact .contact_us>ul>li:hover{
    background: #f9941c
}
.contact .contact_us>ul>li:before,.contact .contact_us>ul>li:after{
    content: "";
    display: block;
    width: 65px;
    height: 242px;
    position: absolute;
    top: 0;
    z-index: 33;
    display: none;
}
.contact .contact_us>ul>li:hover:before,.contact .contact_us>ul>li:hover:after{
    display: block;
}
.contact .contact_us>ul>li:before{
    background: url(../images/left.png) no-repeat;
    left: -65px;
}
.contact .contact_us>ul>li:after{
    background: url(../images/right.png) no-repeat;
    right: -65px;
}
.contact .contact_us>ul>li>img{
    left: 0;
    right: 0;
    margin:0 auto;
    bottom: 136px;
    position: absolute;
}
.contact .contact_us>ul>li>p{
    width: 180px;
    font-size: 14px;
    top: 124px;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
    line-height: 23px;
    position: absolute;
}
.contact .arrive{
    margin-top: 70px;
    text-align: center;
    margin-bottom: 175px;
}
.contact .arrive .arrive-tit{
    width: 828px;
    height: 68px;
    background: url(../images/tit-arrive.png) no-repeat;
    margin:0 auto;
}
.contact .arrive>dl{
    display: inline-block;
    width: 368px;
    vertical-align: top;
    margin:0 6px;
    margin-top: 48px;
}
.contact .arrive>dl>dt{
    width: 59px;
    height: 59px;
    display: inline-block;
    vertical-align: top;
}
.contact .arrive>dl>dt>img{}
.contact .arrive>dl>dd{
    width: 288px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 14px;
}
.contact .arrive>dl>dd>span{
    display: block;
    line-height: 56px;
    color: #000;
    font-size: 18px;
}
.contact .arrive>dl>dd>p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
/*team*/
.team{
    width: 1242px;
    height: auto;
    background: url(../images/vg2.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
    margin-top: -165px;
    margin-bottom: 58px;
    padding-bottom: 36px;
}
.team .tit{
    width: 970px;
    height: 70px;
    background: url(../images/tit-tech.png) no-repeat bottom center;
    padding-top: 90px;
}
 .team .tech-item ul{
    margin-top: 56px;
 }
 .team .tech-item ul>li{
    padding-bottom: 53px;
 }
 .team .tech-item ul>li>a>img{
    width: 231px;
    height: 231px;
    border-radius: 50%;
    margin-top: 6px;
 }
  .team .tech-item ul>li>a .tech-info{
    width: 699px;
    margin-left: 45px;
  }
    .team .tech-item ul>li>a .tech-info>p{
        color: #666;
    }
 .team .tech-item ul>li>a .tech-info>button{
    width: 119px;
    height: 36px;
    border:#f08200 solid 1px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    background: #fff;
    margin-top: 13px;
    color: #f08200;
 }
 .team .page{
    /*margin-top: 80px;*/
 }
 /*video*/
.video{
    margin-top: -142px;
    overflow: visible;
    width: 1100px;
}
.video .video-main{
    width: 1090px;
    height: 410px;
    margin:0 auto;
    overflow: hidden;
}
.video .video-main>a:after{
    content: "";
    display: block;
    width: 96px;
    height: 96px;
    background: url(../images/icon-vi.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin:auto;
    z-index: 7;
}
.video .video-main>a{
    position: relative;
    display: block;
    height: 100%;
}
.video .video-main>a>img{
    width: 100%;
}
.video .video-list{
    margin-bottom: 90px;
    position: relative;
}
.video .video-list>a{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 366px;
    z-index: 99;
}
.video .video-list .prev{
    background: url(../images/al3.png) no-repeat;
    background-size: 100%;
    left: -120px;
}
.video .video-list .next{
    background: url(../images/ar3.png) no-repeat;
    background-size: 100%;
    right: -120px;
}
.video .video-list .prev:hover{
    background: url(../images/al4.png) no-repeat;
    background-size: 100%;
    left: -120px;
}
.video .video-list .next:hover{
    background: url(../images/ar4.png) no-repeat;
    background-size: 100%;
    right: -120px;
}
.video .video-list .video-item{}
.video .video-list .video-item .ul{}
.video .video-list .video-item .ul li{
    width: 540px;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    margin:0px 5px;
    margin-top: 40px;
}
.video .video-list .video-item .ul li>a{
    display: block;
    height: 100%;
}
.video .video-list .video-item .ul li>a>img{
    width: 100%;
}
.video .video-list .video-item .ul li>a>div{
    width: 540px;
    height: 101px;
    background: url(../images/bg-video.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-size: 100%;
}
.video .video-list .video-item .ul li>a p{
    width:372px;
    margin-left: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 19px;
}
.black{
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 990;
    display: none;
}
.dl{
    width: 702px;
    height: 0px;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin:auto;
    background: #fff;
    border-radius: 6px;
    z-index: 999;
    /*display: none;*/
    overflow: hidden;
}
.zc{
    width: 702px;
    height: 0px;
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    margin:auto;
    background: #fff;
    border-radius: 6px;
    z-index: 999;
    /*display: none;*/
    overflow: hidden;
}
.forget{
    width: 702px;
    height: 0px;
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    margin:auto;
    background: #fff;
    border-radius: 6px;
    z-index: 999;
    /*display: none;*/
    overflow: hidden;
}
.zc .check input{
    width: 16px;
    height: 16px;
    vertical-align: top;
    background: #f5f3f3;
    margin-left: 80px;
    margin-right: 4px;
    border-color: #dcdcdc;
}
.zc button{
    margin-top: 30px;
}
.zc .check>p{
    font-size: 12px;
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}
.zc .check>p>a{
    color: #f08200
}
.common-style-login>img{
    width: 713px;
    margin-left: -6px;
    margin-top: -3px;
}
.common-style-login>p{
    width: 500px;
    margin:0 auto;
    font-size: 12px;
    color: #ef8c17;
    margin-top: 4px;
}
.common-style-login>form{
    width: 500px;
    margin:0 auto;
}
.common-style-login>form>div{
    margin-top: 17px;
}
.common-style-login>form>div>img{
    vertical-align: top;
    margin-right: 23px;
}
.common-style-login>form>div>input{
    vertical-align: top;
    width: 268px;
    height: 44px;
    border-radius: 44px;
    border:#eaeaea solid 1px;
    text-indent: 23px;
    font-size: 14px;
    outline: none;
}
.common-style-login>form>div>a{
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 12px;
    color: #333;
    margin-left: 22px;
}
.common-style-login>form button{
    height: 43px;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 36px;
    outline: none;
}
.common-style-login>form .button1{
    width: 126px;
    height: 43px;
    color: #f08200;
    border:#f08200 solid 1px;
    background: #fff;
    margin-left: 94px;
}
.common-style-login>form .button2{
    width: 157px;
    background: #f08200;
    border:none;
    color: #fff;
    margin-left: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 43px;
    margin-top: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
}
.zc>form .button1{
    margin-left: 94px;
    color: #fff;
    background: #f08200;
    border:none;
}
.zc>form .button2{
    border:#f08200 solid 1px;
    width: 157px;
    background: #fff;
    color: #f08200;
    margin-left: 40px;
}
.online .online-fill>form .date_buy{
    margin-right: 18px;
}
.online .online-fill>form .date_buy,.online .online-fill>form .date_yy{
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    width: 480px;
}
.online .online-fill>form p{
    
}
.online .online-fill>form .date_buy>p,.online .online-fill>form .date_yy>p{
    line-height: 41px;
    float: left;
}
.online .online-fill>form .date_buy>p{
    margin-right: 50px;
}
.partner .certificate-item .ul li{
    margin-right: 10px !important;
    width: 248px !important;
}
.partner .certificate-item .ul li>div{
    margin-right: 10px !important;
    width: 248px !important;
    height: 248px !important;
    overflow: hidden;
}