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;
    outline:none;
}
body { background:#fff; color:#666; font-size:20px; font-family: "Microsoft YaHei",Verdana, Arial, Helvetica, sans-serif; line-height: 30px;
-webkit-text-size-adjust:none;
}
td,th,caption { font-size:14px; }
address, caption, cite, code, dfn, em, strong, th, var,h1,h2,h3,h4,h5{ font-style:normal; font-weight:normal;}
a { color:#666; text-decoration:none;
    cursor: pointer; }
a:hover { text-decoration:none; }
img { border:none; display: block;}
select, input,option{
    text-indent: 10px;
}
video{
    cursor: pointer;
} 
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
/*html,body{
    width: 100%;
    height: 100%;
}*/

.section-con .cen-con>a.wfEditorMode{
    position: absolute;
    top: -5px;
}

.pagebody{
    width: 100%;
    /*margin: 0 auto;*/
    overflow: hidden;
}
.header{
    width: 100%;
    position: relative;
    height: 100px;
}
.header .cen-con{
    width: 584px;
    margin:0 auto;
}
.header .nav-bar{
    float: right;
    margin-top: 38px;
}
.header .nav-bar .icon{
     width: 40px;
     height: 4px;
     background: url("../images/line.png") no-repeat;
    margin: 5px 0;
 }
.header .logo{
   float: left;
    margin-top: 26px;
}
.section{
    width: 100%;
    position: relative;
}
.cen-con{
    width: 584px;
    margin:0 auto; 
}
.text-center{
    text-align: center;
}
.banner .wfEditorMode{
    position: absolute;
    top: 20px;
    right: 0;
}
.banner a{
    display: block;
}
.banner  .swiper-pagination{position: absolute;bottom: 20px !important;left: 0;}
.banner .swiper-pagination-bullet{background: url(../images/quan12.png) center no-repeat;width: 14px;height: 14px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.banner  .swiper-pagination-bullet-active{ background: url(../images/quan11.png) center no-repeat;width: 14px;height: 14px;background-size: 100%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.banner img{
    display: block;
}
.banner-title{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    
}
.banner-title .banner-title-con{
     width: 584px;
    margin:0 auto;
}
.swiper-slide-active .banner-title .banner-title-con h1{
    -webkit-animation:doudong1 2s  ease-in-out;
    -o-animation:doudong1 2s  ease-in-out;
    animation:doudong1 2s  ease-in-out;
}
.banner-title .banner-title-con p{
    opacity: 0;
     transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    margin-top: 30px;
}
.swiper-slide-active .banner-title .banner-title-con p{
    opacity: 1;
     margin-top: 0px;
     transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
}

@keyframes doudong1{
    0%{
        -webkit-transform:rotateX(0deg);
        -ms-transform:rotateX(0deg);
        -o-transform:rotateX(0deg);
        transform:rotateX(0deg);
    }
    50%{

        -webkit-transform:rotateX(90deg);
        -ms-transform:rotateX(90deg);
        -o-transform:rotateX(90deg);
        transform:rotateX(90deg);
    }
    100%{
        -webkit-transform:rotateX(0deg);
        -ms-transform:rotateX(0deg);
        -o-transform:rotateX(0deg);
        transform:rotateX(0deg);
    }
}


.banner-title .banner-title-con h1{
    font-size: 30px;
    letter-spacing:  18px;
    font-weight: 100;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("../images/line.png") bottom left  no-repeat;
}
.banner-title .banner-title-con p{
    font-weight: 100;
    font-size: 20px;
    color: #fff;
}
.pages-img{
 
}
.pages-img video{
    width: 100%;
    height: 382px;
    position: relative;
    z-index: 5;
}
.pages-top{
    position: absolute;
    top: 0;
    left: 30px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.active .pages-top{
    opacity: 1;
    left: 0;
}
.pages-img img{
    display: block;
}
.sectionindex h2{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.sectionindex a{
    display: block;
}
.sectionindex p{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.sectionindex li{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.active.sectionindex h2{
    opacity: 1;
     transition-delay: 0.2s;
     -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
} 
.active.sectionindex p{
    opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}
.active.sectionindex li:nth-child(1){
     opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}
.active.sectionindex li:nth-child(2){
     opacity: 1;
     transition-delay: 0.8s;
     -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
     -o-transition-delay: 0.8s;
}
.active.sectionindex li:nth-child(3){
     opacity: 1;
     transition-delay: 1.1s;
     -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
     -o-transition-delay: 1.1s;
}
.active.sectionindex li:nth-child(4){
     opacity: 1;
     transition-delay: 1.4s;
     -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
     -o-transition-delay: 1.4s;
}
.section-con{
    width: 100%;
    left: 0;
    top: 0;
}
.s-absolute{
    position: absolute;
}
.stechnology-con{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.stechnology-con h2{
    font-weight: 100;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.stechnology-con p{
    font-weight: 100;
    font-size: 20px;
    color: #ffffff;
}
.stechnology-con ul{
   margin-top: 30px; 
}
.stechnology-con ul li{
    display: inline-block;
    margin: 0 5px;
}
.ssmart-con {
margin-top: 330px;
}
.ssmart-con h2{
    font-size: 30px;
    color: #999999;
     font-weight: 100;
}
.ssmart-con p{
    font-size: 20px;
    color: #999;
    font-weight: 100;
    letter-spacing: 2px;
}
.ssmart-con   ul{
   margin-top: 30px; 
}
.ssmart-con  ul li{
    display: inline-block;
    margin-right:  10px;
}
.mini-con{
   margin-top: 96px;
}
.mini-con h2{
    font-size: 30px;
    color: #999999;
     font-weight: 100;
}
.mini-con h3{
    font-size: 20px;
    color: #999999;
     font-weight: 100;
     margin: 10px 0;
}
.mini-con p{
    font-size: 20px;
    color: #999;
    font-weight: 100;
    letter-spacing: 2px;
}
.mini-con ul{
   margin-top: 30px; 
}
.mini-con ul li{
    display: inline-block;
    margin: 0 5px;
}
.footer{

}
.footer .footer-top{
    width: 100%;
    background: #3e3e3e;
    height: 52px;
    line-height: 52px;
}
.footer .footer-top ul {

}
.footer .footer-top ul li{
   display: inline-block;
   margin-right: 14px;
}
.footer .footer-top ul li a{
    font-size: 16px;
    color: #b2b2b2;
}
.footer-bottom{
   height: 115px;
   background: #323232;
}
.footer-bottom .f-logo{
    float: left;
    margin-top: 45px;
}
.footer-bottom .f-text{
    margin-top: 22px;
    margin-left: 15px;
   float: left;
   font-size: 12px;
   line-height: 23px;
   color: #b2b2b2;
   position: relative;
}
.footer-bottom .f-text img{position: absolute;left: 105px;top: -221px;display: none;}

.footer-bottom .f-text a{
    color: #b2b2b2;
}



/*��憿�*/
.pagebanner-con{
    margin-top: 140px;
}
.pagebanner-con2{
    margin-top: 100px;
    text-align: center;
}
.pagebanner-con h2{
    font-size: 34px;
    color: #fff;
    font-weight: 100;
}
.pagebanner-con h2  strong{
    font-weight: bold;
}
.s-title{
    width: 100%;
    /*margin:*/ 
}
.s-title .title{
    padding:  30px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 30px 0;

}
.s-title .title h2{
    padding-left: 10px;
    font-size: 34px;
    color: #000000;
    background: url("../images/h2bg.png") left center no-repeat;

}
.about-text p{
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.company-idea{
    width: 100%;
}
.company-idea .item{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.company-idea .item .item-img img{
    width: 100%;
}
.company-idea .item .item-text{
    position: absolute;
    height: 122px;
    width: 100%;
    background: url("../images/ideabg.png") repeat;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.company-idea .item .item-text .title{
    width: 460px;
    float: left;
    margin-top: 30px;
}
.company-idea .item .item-text .icon{
    width: 108px;
    float: right;
    margin-top: 20px;
}
.company-idea .item .item-text .title h2{
    font-size: 25px;
    color: #fff;
    margin-left: 22px;
}
.company-idea .item .item-text .title p{
    font-size: 18px;
    color: #fff;
    margin-left: 22px;
}

.presence{
     margin-bottom: 60px;
    position: relative;
}


.presence .sp-img{
    height: 396px;
    overflow: hidden;
}
.presence .sp-img img{
    width: 100%;
}
.presence .sp-text{
    margin: 20px 0;
}
.presence .sp-text p{
    font-size: 20px;
}
.s-slider .arrow{
    position: absolute;
    width: 100%;
    
}
.presence  .arrow{
    top: 40%;
    left: 0;
    z-index: 5;
}
.s-slider .arrow a{
    position: absolute;
    width: 20px;
    height: 32px;
}
.s-slider .arrow a.arrow-left{
    left: 20px;
    background: url("../images/aleft.png") no-repeat;
}
.s-slider .arrow a.arrow-right{
    right: 20px;
    background: url("../images/aright.png") no-repeat;
}


.honor-slider {
      width: 100%;
    height: 394px;
    background: #f7f7f7;
    border: 1px solid #ccc ;
    box-sizing: border-box;
    position: relative;
}
.honor-slider .sp-img{
    width: 360px;
    margin: 45px auto;
    overflow: hidden;
}
.honor-slider .sp-img img{
    width: 100%;
}
.honor-slider .arrow{
    top: 40%;
    left: 0;
    z-index: 5;
}
.s-slider .arrow2 a.arrow-left{
    left: 20px;
    background: url("../images/ar_left.png") no-repeat;
}
.s-slider .arrow2 a.arrow-right{
    right: 20px;
    background: url("../images/ar_right.png") no-repeat;
}


.develop-con{
    height:713px;
    margin:0 auto;
    width:100%;
    position:relative;
/*    display: none;*/
   background: url("../images/libg_02.jpg") center no-repeat;
}
.time-con{
    margin-top: 60px;
    float: left;
}
#timeline{
    width:584px;
    overflow:hidden;
    position:relative;
    background:url('../images/licbg.png') 0px 52px no-repeat}





#dates{
    
}
#dates li{
    float:left;width:94px;height:108px;font-size:20px;text-align:center;position: relative;
}
#dates li .title{
    position: absolute;top:-3px;left: 82px;display: block;width: 91px;height: 70px;line-height: 38px;display: none;
}
#dates li .year{
    position: absolute;top:75px;left: 65px;
}
#dates a{color:#fff;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: 20px;color: #fff;display: block;}
#issues{
    float: left;
    width:100%;
    height:500px;
    overflow:hidden;
    position:relative;
    margin-top: 60px;
}
#issues li{
    list-style:none;
    float:left;
    color: #fff;
}
#issues li .pic{
    width: 584px;
    display: block;
    margin-top: 30px;
}
#issues li img{
  width: 100%;
    
}
#next.disabled,#prev.disabled{opacity:0.2;}
.timearrow{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.welcome-text{

}
.welcome-text strong{
    font-size: 20px;
    color: #7fbe25;
    display: inline-block;
    margin-bottom: 20px;
}
.welcome-text  p{
    margin-bottom: 20px;
}
.welcome-text  img{
    margin: 0 auto; 
}
.recruit-con{
    position: relative;
}
.recruit-con .recruit-sel select{
    width: 180px;
    height: 50px;
    display: inline-block;
    border:1px solid #ccc;
    margin-right: 14px;
    font-size: 20px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}
.recruit-con .recruit-sel input{
     width: 180px;
    height: 50px;
    display: inline-block;
    border:1px solid #ccc;
    background: none;
    font-size: 20px;
    color: #666;
    box-sizing: border-box;
}
.recruit-con .search-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    background: url(../images/search.png) center no-repeat;
    float: right;
 }   
    
    
.yuanjiao{
      -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.sel-result{
    margin: 30px 0;
}
.sel-result ul li{
    margin: 10px 0;
}

.sel-result ul li .result-detail{
    display: none;
}
.sel-result ul li .result-detail table{
    margin: 30px 0;
}
.sel-result ul li .result-detail.active{
    display: block;
}
.sel-result .result-title{
    width: 100%;
    font-size: 20px;
    color: #999;
}
.sel-result .result-title .title{
    width: 75%;
    float: left;
}
.sel-result .result-title .time{
    float: left;
    width: 25%;
    background: url("../images/add.png") right center no-repeat;
}
.staff-slider .arrow{
    top:60%;
}
.contact-sel select{
    width: 100%;
    height: 50px;
    display: inline-block;
    border:1px solid #ccc;
    font-size: 20px;
    color: #666;
    background: #fff;
}
.identification-item {
    margin: 30px 0;
}
.identification-item span{
    display: inline-block;
    padding-left: 20px;
    margin-right: 30px;
}
.identification-item span.sp1{
    background: url("../images/micon1.png") left center no-repeat;
}
.identification-item span.sp2{
    background: url("../images/micon2.png") left center no-repeat;
}

.identification-item span.sp3{
    background: url("../images/micon3.png") left center no-repeat;
}

.identification-item span.sp4{
    background: url("../images/micon4.png") left center no-repeat;
}
.map-con {
    width: 100%;
}
.map-con img{
    margin: 0 auto;
}
.map-info{
    width: 100%;
    background: #7fbe25;
    margin: 30px 0 60px 0;
}
.map-info .map-text{
    padding: 20px;
    color: #fff;
}
.map-info .map-text h2{
    font-size: 26px;
    font-weight: 100;
    margin: 5px 0;
}
.map-info .map-text h3{
    font-size: 28px;
    font-family: "Arial";
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:  1px solid #bfdf92;
}
.map-info .map-text h4{
   font-size: 20px;
    font-weight: 100;
    background: url("../images/coicon.png") 5px center no-repeat;
    padding-left: 30px;
     margin: 5px 0;
}
.map-info .map-text p{
   font-size: 20px;
    font-weight: 100;
    background: url("../images/coicon1.png") 0 6px no-repeat;
    padding-left: 30px;
     margin: 5px 0;
     color: #fff;
}
.map-info .map-text p a{color: #fff}



.main{
    width: 100%;
    height: auto;
}

/*.scheme1*/
.scheme1{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.scheme1_list{
    width: 100%;
    height: auto;
    position: relative;
}
/*.scheme1_list .wfEditorMode{
    position: absolute;
    top:30px;
    right: 0;
}*/




.scheme1_list ul li{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.scheme1_list ul li .cen-con .article{
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 50px;
}
.scheme1_list ul li .pic{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.scheme1_list ul li .pic img{
    display: inherit;
    width: 100%;
    height: auto;
}

/*.scheme2*/
.scheme2{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.scheme2 .pic{
    width: 100%;
    height: auto;
}
.scheme2 .pic img{
    display: inherit;
    width: 100%;
}
.scheme2 .article{
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 50px;
}
.scheme2 h3{
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    font-weight: bold;
}
.sc_section1{
    width: 100%;
}
.sc_section3 .pic{
    margin-bottom: 30px;
}
.sc_section3_list{
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}
.sc_section3_list ul li{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.sc_section3_list ul li .left{
    float: left;
    width: 24%;
    height: auto;
}
.sc_section3_list ul li .left img{
    display: inherit;
    width: 100%;
}
.sc_section3_list ul li .right{
    float: left;
    width: 76%;
    height: auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.sc_section3_list ul li .right h3{
    margin-bottom: 10px;
}
.sc_section3_list ul li .right .r_article{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.sc_section4 .pic{
    margin-bottom: 30px;
}
.sc_section4_list{
    width: 100%;
}
.sc_section4_list ul{
    margin: 0 -2%;
}
.sc_section4_list ul li{
    float: left;
    width: 29.333333%;
    margin: 0 2%;
}
.sc_section4_list ul li img{
    display: inherit;
    width: 100%;
}
.sc_section4_list ul li p{
    width: 100%;
    font-size: 20px;
    color: #16afbf;
    line-height: 30px;
    height: 60px;
    text-align: center;
    margin-top: 20px;
}
.sc_section5 .pic{
    margin-bottom: 30px;
}
.sc_section5 .cen-con .article{
    margin-top: 10px;
    margin-bottom: 30px;
}
.sc_section6 .pic{
    margin-bottom: 30px;
}
.sc_section6 .cen-con .article{
    margin-top: 10px;
    margin-bottom: 30px;
}

/*industry_scheme_list*/
.industry_scheme_list{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.industry_list{
    width: 100%;
    height: auto;
}
.industry_list ul li{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
.industry_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
}
.industry_list ul li .pic img{
    display: inherit;
    width: 100%;
}
.industry_list ul li .title{
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ideabg.png) repeat;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.industry_list ul li .title p{
    float: left;
    width: auto;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
}
.industry_list ul li .title .icon{
    float: right;
    width: 70px;
    height: 60px;
    border-left: 1px solid #ffffff;
}
.industry_list ul li .title .icon img{
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}



/*technical*/
.technical{
    width: 100%;
    margin-bottom: 100px;
}
.te_section1{
    width: 100%;
    height: auto;
}
.te_section1 .article{
    width: 100%;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 30px;
}
.te_section1_list{
    width: 100%;
    height: 700px;
    background:url(../images/technical_se_bj.jpg) no-repeat; 
}
.te_section1_list .cen-con{
    padding-top: 80px;
    box-sizing: border-box;
}
.te_section1_list ul li{
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 40px;
}
.te_section1_list ul li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.te_section1_list ul li p{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    text-align: center;
  
}
.te_section2{
    width: 100%;
}
.te_section2 .article{
    width: 100%;
    margin-bottom: 50px;
}
.te_section2 .article p{
    font-size: 20px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}
.te_section2 .article p strong{
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
}
.te_section2 .article .pic{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.te_section2 .article .pic img{
    width: 100%;
    display: inherit;
}

.te_section4 .article {
    width: 100%;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 70px;
}
.te_section4 .pic{
    width: 100%;
    height: auto;
}
.te_section4 .pic img{
    width: 100%;
    display: inherit;
}
.te_section5 .article {
    width: 100%;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 70px;
}
.te_section5 .pic{
    width: 100%;
    height: auto;
/*    -webkit-animation: pointAnimations 60s linear infinite;
    -moz-animation: pointAnimations 60s linear infinite;
    -ms-animation: pointAnimations 60s linear infinite;
    animation: pointAnimations 60s 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)}} 


.te_section5 .pic img{
    width: 100%;
    display: inherit;
}
.te_section3_list{
    width: 100%;
}
.te_section3_list ul {
    margin: 60px -5px;
}
.te_section3_list ul li{
    float: left;
    width: 108.8px;
    height: 72px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 0 5px;
    margin-bottom: 20px;
}
.te_section3_list ul li img{
    display: inherit;
    width: 106.8px;
    height: 70px;
}

/*�祉鍂*/
.smart_home_section{
    width: 100%;
}
.smart_home_section .list{
    width: 100%;
}
.smart_home_section .list ul li{
    float: left;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}
.smart_home_section .list ul li a{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #666666;
    background-color: #e6e6e6;
    text-align: center;
}
.smart_home_section .list ul li a.active{
    background-color: #7fbe25;
    color: #ffffff;
}

/*smart_home2*/
.he2_section2 .pic{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.he2_section2 .pic img{
    width: 100%;
    display: inherit;
}
.he2_section3_list{
    width: 100%;
    height: auto;
}
.he2_section3_list ul li{
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.he2_section3_list ul li h3{
    line-height: 36px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.he2_section3_list ul li .pic{
    width: 100%;
    height: auto;
}
.he2_section3_list ul li .pic img{
    display: inherit;
    width: 100%;
}
.he2_section3_list ul li .article{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.he2_section3_list ul li .article p{
    font-size: 20px;
    color: #999999;
    line-height: 36px;
}
.he2_section3_list ul li .article p strong{
    font-weight: bold;
    color: #666666;
}


/*smart_home3*/
.smart_home3{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.he3_section2{
    width: 100%;
    height: auto;
}
.he3_section2_list{
    width: 100%;
    padding-top: 10px;
} 
.he3_section2_list ul li{
    float: left;
    width: 50%;
    margin-bottom: 40px;
}
.he3_section2_list ul li img{
    display: block;
    margin: 0 auto;
}
.he3_section2_list ul li p{
    font-size: 24px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}
.he3_section3_list{
    width: 100%;
}
.he3_section3_list ul li{
    float: left;
    width: 100%;
}
.he3_section3_list ul li .pic{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
.he3_section3_list ul li .pic img{
    display: inherit;
    width: 100%;
}
.he3_section3_list ul li .article{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.he3_section3_list ul li .article p{
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}
.he3_section3_list ul li .article p strong{
    font-weight: bold;
}


/*smart_home1*/
.he1_section2{
    width: 100%;
}
.he1_section2 .pic{
    width: 100%;
    height: auto;
}
.he1_section2 .pic img{
    display: block;
    margin: 0 auto;
}

.pro_top {
    margin-top: 40px;
}
.pro_top ul{
    margin-right: -20px;
}
.pro_top ul li{
    width: 282px;
    float: left;
    margin-right: 20px;
}
.pro_top ul li video{
    width: 100%;
    height: 180px;
    z-index: 5;
}
.pro_top ul li img{
    width: 100%;
}
.pro_top ul li p{
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}
.new-pro .sp-text{
    position: absolute;
    width: 50%;
    top: 34%;
    left: 50%;
    /*text-align: center;*/
    color: #fff;
    
}
.new-pro .sp-text a{
    display: block;
    color: #fff;
}
.new-pro .sp-text h2{
    font-size: 28px;
    
    
}
.new-pro .sp-text p{
    font-size: 20px;
}

.prolist {
    margin-bottom: 60px;
}
.prolist ul{
    margin-right: -20px;
}
.prolist ul li{
    width: 282px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.prolist ul li .pro-img{
    width: 100%;
    height: 282px;
    overflow: hidden;
}
.prolist ul li img{
    width: 100%;
}
.prolist ul li .text{
    position: absolute;
    padding:  20px;
    top: 0;
    left: 0;
    
} 
.prolist ul li .text h2{
    color: #fff;
    font-size: 24px;
    
}
.prolist ul li .text p{
    color: #fff;
    font-size: 20px;
    
}
.prodetail-item .title{
    
}
.prodetail-item .title h2{
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin: 30px 0;
}
.prodetail-fun .info img {
    max-width: 100%;
    
}
.prodetail-fun  .info ul{
    margin-bottom: 30px;
}
.prodetail-fun  .info p{
    color: #999;
    padding-left: 15px;
    background: url("../images/pdian.png") 0 13px  no-repeat;
}
.prodetail-param .info-table {
    width: 100%;
}
.prodetail-param .info-table table{
    width: 100%;
}
.prodetail-param .info-table table td{
    width: 50%;
     padding: 10px 0;
     color: #999;
     padding-left: 20px;
}
.prodetail-param .info-table table tr td:nth-child(2n+1){
   font-size: 24px;
   color: #666;
}
.prodetail-param .info-table table tr:nth-child(2n+0){
       background: #fff;
}
.prodetail-param .info-table table tr:nth-child(2n+1){

     background: #e5e5e5;
}
.pro-down{
    margin: 60px 0;
    text-align: center;
}
.pro-down a{
    display: inline-block;
    width: 282px;
    height: 80px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #fff;

}
.prodetail-con ul{
    margin-bottom: 60px;
}
.prodetail-con ul li{
    width: 100%;
    
}
.prodetail-con ul li img{
    width: 100%;
}
.pro-down a.download{
    background: #0ea7ba;
    margin-right: 14px;
}
.pro-down a.buy{
    background: #7fbe25;
}
.proList-con{
    margin-bottom: 60px;
}
.proList-con ul{
    margin-right: -20px;
}
.proList-con ul li{
    width: 282px;
    
    float: left;
    margin-right: 20px;
    /*margin-bottom: 20px;*/
    min-height: 382px;   
    position: relative;
    
}
.proList-con ul li .pic{
    width: 100%;
    height: 282px;
     overflow: hidden;
     background: #fafafa;
}
.proList-con ul li p{
    text-align: center;
    margin: 20px 0;
}


.proList-con ul li a.wfEditorMode{
    position: absolute;
    top:30px;
    right: 0;
}
.proList-con ul li  img{
    width: 100%;
}
.pro-more{
    width: 100%;
    color: #7fbe25;
}
.pro-more ul{
    margin: 30px 0;
}
.pro-more ul li{
    display: none;
    background: #7fbe25;
    border: none;
    color: #fff;
    font-size: 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
   
}
.pro-more ul li.next{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-more ul li.next a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}
.pro-more ul li.hidden{
    background: #ccc;
}
.picon{
    margin: 20px 0;
}

.prodetail-slider{
     width: 100%;
        height: 420px;
        margin-bottom: 120px;
        
}

 .prodetail-slider .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
 .prodetail-slider   .swiper-slide {
     height: 100%;
        /*background-size: cover;*/
        background-repeat: no-repeat;
        background-position: center;
    }
 .prodetail-slider   .gallery-top {
        height: 80%;
        width: 100%;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
 .prodetail-slider   .gallery-thumbs {
        height: 35%;
        box-sizing: border-box;
        padding: 10px 0;
    }
 .prodetail-slider   .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        background-size: 60%;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    .prodetail-slider   .gallery-thumbs .swiper-slide-active{
         border: 1px solid #7fbe25;
    }
  .prodetail-slider  .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

    .prodetail-slider   .gallery-top .swiper-button-next{
         background: url("../images/ar_right.png") no-repeat;
    }
    .prodetail-slider   .gallery-top .swiper-button-prev{
        background: url("../images/ar_left.png") no-repeat;
        
    }

.pro-more p{
    text-align: center;
}
.expand-con{
    
}
.expand-con .expand-top{
    
}
.expand-con .expand-top .text p{
    
}
.expand-con .expand-top  .map {
    margin: 30px 0;
}
.expand-con .expand-top  .map img{
    width: 100%;
    
}
.h_join-con {
    
}
.h_join-con ul{
    
}
.h_join-con ul li .icon{
    width: 62px;
    height: 62px;
    background: url("../images/adbg.png") no-repeat;
    float: left;
    margin: 30px 20px;
}
.h_join-con ul li.even{
    background: #fafafa;
}
.h_join-con ul li .icon img{
    margin: 12px;
}
.h_join-con ul li .text{
    float: left;
    width: 480px;
    margin: 30px 0;
} 
.apply-con{
    
}
.apply-con .apply-text {
    
}
.apply-con .apply-btn{
    margin-top: 60px;
}
.apply-con .apply-btn .btn{
    width: 274px;
    height: 74px;
    background: #0ea7ba;
    line-height: 74px;
    text-align: center;
    float: left;
      -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  border-radius: 37px; 
}
.apply-con .apply-btn .btn2{
    margin-right: 36px;
}
.apply-con .apply-btn .btn a{
    color: #fff;
    display: inline-block;
    text-indent: 30px;
}
.apply-con .apply-btn .btn a.geren{
    background: url("../images/geren.png") left center no-repeat;
}
.apply-con .apply-btn .btn a.qiye{
    background: url("../images/qiye.png") left center no-repeat;
}

.experience-con{
    
}
.experience-con ul{
    margin-right: -32px;
}
.experience-con ul li{
    width: 276px;
    float: left;
    margin-right: 32px;
    height: 426px;
    overflow: hidden;
}
.experience-con ul li a{
    display: block;
}


.experience-con ul li .ex-img{
    height: 206px;
    width: 100%;
    overflow: hidden;
}
.experience-con ul li .ex-img img{
    width: 100%;
}
.experience-con ul li .ex-text{
    margin-bottom: 60px;
}
.experience-con ul li .ex-text h2{
    font-size: 24px;
    color: #7fbe25;
    margin: 20px 0;
}
.join_form{
    
}
.join_form  ul li{
    height: 53px;
    line-height: 53px;
}
.join_form  ul li:nth-child(2n+1){
    background: #e5e5e5;
}
.join_form  ul li .pe_text{
    display: inline-block;
    width: 40%;
    float: left;
    text-indent: 20px;
}
.join_form  ul li .pe_input{
    width: 60%;
    display: inline-block;
    float: left;
} 
.join_form  ul li .pe_input input[type=text]{
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 53px;
    background: none;
}
.join_form  ul li .pe_input label{
    margin-left: 20px;
}
.join_form .pe_btn{
    width: 100%;
    margin-top: 30px ;
    margin-bottom: 90px;
}
.join_form .pe_btn input{
    width: 100%;
    height: 80px;
    background: #7fbe25;
    border: none;
    color: #fff;
    font-size: 24px;
      -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
} 
.join_form .pe_text_spc{
    width: 100%;
    float: left;
    text-indent: 20px;
}
.join_form .pe_input_spc{
    width: 100%;
    float: left;
    background: #fff;
}
.join_form textarea{
     width: 100%;
    box-sizing: border-box;
    border: none;
    height: 120px;
    background: none;
    margin-top: 20px;
    text-indent: 20px;
}
.join_form  ul li.input-userresource{
    height: auto;
}
.join_form  ul li.verifyCode {
    background: #e5e5e5;
}
.join_form ul li.verifyCode .pe_input_spc input[type=text]{
    width: 40%;
    float: left;
    margin-top: 0px;
    border: none;
    text-indent: 20px;
    height: 53px;
}
.join_form  ul li .pe_input_spc img{
    float: left;
     margin-top: 5px;
}
.join_form  ul li .pe_input_spc a{
    float: left;
     margin-top: 0px;
} 

.join_form  ul li.error input,.join_form  ul li.error input,.join_form  ul li.error textarea{
    border: 1px solid #ff0000 !important;
    
}



.solve-con {
    
}
.solve-con ul{
    margin-right: -40px;
}
.solve-con ul li{
    width: 274px;
    margin-right: 38px;
    float: left;
    margin-bottom: 30px;
}
.solve-con .solve-img{
    width: 100%;
    height: 274px;
    background: #14b0bf;
      -moz-border-radius: 137px;
  -webkit-border-radius: 137px;
  border-radius: 137px;
  overflow: hidden;
}
.solve-con .solve-img img{
    width: 100%;
}
.solve-con .solve-text{
    margin: 20px;
    text-align: center;
}
.server-con {
    margin: 30px 0;
}
.server-con h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
.data-con{
    width: 100%;
    position: relative;
}
.data-con .data-img img{
    width: 100%;
}
.data-con .data-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 168px;
}
.data-con .data-text h2{
    font-size: 24px;
    color: #fff;
}
.data-con .data-text p{
    font-size: 20px;
    color: #fff;
}
.layout{
    width: 100%;
}
.layout img{
    width: 100%;
}
.layout-con{
    margin: 30px 0;
}
.layout-con h2{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.cooper-item{
    margin: 60px 0;
}
.cooper-item ul{
    margin-right: -40px;
}
.cooper-item ul li{
    margin-right: 40px;
    width: 168px;
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.cooper-item ul li a{
    
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 99;
}
.cooper-item ul li img{
    margin: 0 auto;
    max-width: 100%;
}
.cooper-more{
        width: 100%;
    height: 80px;
     margin: 60px 0;
}
.cooper-more ul li{
    display: none;
    background: #7fbe25;
    border: none;
    color: #fff;
    font-size: 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
   
}
.cooper-more ul li.next{
    display: block;
    width: 100%;
    height: 100%;
}
.cooper-more ul li.next a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}
.cooper-more ul li.hidden{
    background: #ccc;
}
.support{
    
}
.support .btn-list{
      width: 100%;
    height: 80px;
    background: #7fbe25;
    border: none;
    
    font-size: 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    margin-bottom:  30px ;
}
.support .btn-list a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.support .support-text{
    margin: 30px 0;
}
.support  .support-search{
    width: 100%;
    height: 50px;
    position: relative;
}
.support  .support-search select,.support  .support-search input{
    width: 282px;
    height: 50px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none;
    border: 1px solid #ccc;
    color: #999;
    text-indent: 20px;
    box-sizing: border-box;
}
.support  .support-search select{
    margin-right: 12px;
}
.support .search-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    background: url("../images/search.png") center no-repeat;
    float: right;
}
.problem-item{
    margin: 60px 0;
}
.problem-item ul li{
    border-bottom: 1px solid #ccc;
}
.problem-item ul li .title{
    background: url("../images/padd.png") right center no-repeat;
}
.problem-item ul li.active .title{
    background: url("../images/padd2.png") right center no-repeat;
}
.problem-item ul li .title h2{
    background: url("../images/que.png") left center no-repeat;
    padding-left: 30px;
    color: #7fbe25;
    font-size: 24px;
    margin:  20px 0;
}
.problem-item ul li .info{
    margin: 20px 0;
    display: none;
}
.problem-item ul li.active .info{
    display: block;
}
.problem-item ul li .info p{
    color: #999999;
    margin-left: 30px;
}
.videos-item{
    margin: 60px 0;
}
.videos-item ul{
    margin-right: -20px;
}
.videos-item ul li{
    width: 282px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.videos-item ul li .vid-img{
    height: 187px;
    width: 100%;
    overflow: hidden;
}
.videos-item ul li .vid-img video{
    width: 100%;
    height: 100%;
}
.videos-item ul li img{
    width: 100%;
}
.videos-item ul li .vid-text{
    margin: 20px 0;
}
.instructions-item{
    margin: 60px 0;
}
.instructions-item ul{
    margin-bottom: 30px;
}
.instructions-item ul li{
    border-bottom:  1px solid #ccc;
}
.instructions-item ul li .instr-title{
       background: url("../images/downicon.png") right center no-repeat;
}
.instructions-item ul li .instr-title h2{
       background: url("../images/downdian.png") left center no-repeat;
       padding-left: 20px;
       margin: 20px 0;
}

.news-top{
    border-bottom: 1px solid #ccc;
}
.news-top .news-top-text{
    
}
.news-top .news-top-text h2{
    font-size: 24px;
    padding: 10px 0;
}
.news-top .news-top-text p{
    color: #999;
    padding-bottom: 10px;
}
.news-top .news-top-img{
    width: 100%;
    height: 383px;
    overflow: hidden;
}
.news-top .news-top-img img{
    width: 100%;
}
.news-top .news-top-more {
    margin: 30px 0;
}
.news-top .news-top-more p{
    color: #cccccc;
    text-align: right;
    
    
}
.news-list {
    margin-bottom: 60px;
}
.news-list  ul{
    
}
.news-list  ul li{
    border-bottom: 1px solid #ccc;
    padding:  20px 0;
}
.news-list  ul li h2{
     font-size: 24px;
    padding: 20px 0;
}
.news-list  ul li p.time{
    margin-bottom: 20px;
}
.news-list  ul li p.time strong{
    float: right;
    color: #ccc;
}
.news-list  ul li p{
    color: #999;
}
.wustaff-text{
    margin: 20px 0;
}
.wustaff{
    margin: 30px 0 60px 0;
    position: relative;
}
.wustaff .arrow{
    top:148px;
    left: 0;
    z-index: 5;
}
.pages{
    /*margin:60px 0;*/
    width: 100%;
    margin-bottom: 90px;
}
.pages ul{
    margin-right: 0;
    clear: both;
    text-align: center;
    width: 100%;
    
}
.pages ul li{
    
    width: 200px;
    height: 55px;
    line-height: 55px;
    
      -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
    display: none;
    
}
.pages ul li.next,.pages ul li.previous{
    display: block;
    display: inline-block;
    background: #7fbe25;
    margin: 0 43px;
}

.pages ul li.disabled{
    background: #ccc;
}
.pages ul li a{
    color: #fff;
}
.pages ul li.hidden{
    background: #ccc;
}
.joindetail-con{
    margin: 60px 0;
}
.joindetail-con .jion_title{
    text-align: center;
}
.joindetail-con .jion_title h2{
    font-size: 24px;
    color: #7fbe25;
    margin: 20px 0;
}
.joindetail-con .jion_title p{
    font-size: 20px;
    color: #999;
    margin-bottom:  20px;
}
.joindetail-con .join_content p{
    color: #999;
}
.joindetail-con .join_content img{
    width: 100%;
}
.joindetail-con .goback{
    text-align: center;
    margin: 90px 0;
}
.joindetail-con .goback a{
    display: block;
      width: 100%;
    height: 55px;
    line-height: 55px;
    
   -moz-border-radius: 28px;
   -webkit-border-radius: 28px;
   border-radius: 28px;
   background: #7fbe25;
   color: #fff;
}
.case-con{
    
}
.case-con .case-info{
    width: 100%;
    margin-bottom: 30px;
}
.case-con .case-item{
    width: 100%;
    margin-bottom: 60px;
}
.case-con .case-item ul li {
    margin-bottom: 60px;
}
.case-con .case-item ul li a{
    display: block;
}
.case-con .case-item ul li .case-pic{
    width: 100%;
    height: 383px;
    overflow: hidden;
}
.case-con .case-item ul li .case-pic img{
    display: block;
    width: 100%;
}
.case-con .case-item ul li .case-text{
    
}
.case-con .case-item ul li .case-text h2{
    font-size: 24px;
    margin: 10px 0;
}
.allday-con{
    width: 100%;
    position: relative;
    height: 794px;

}
.allday-slider  .item{
     width: 640px;
    height: 794px;
    float: left;
    position: relative;
}
.allday-slider  .item .all-pic{
    width: 100%;
}
.allday-slider  .item .all-pic img{
    width: 100%;
}
.allday-slider  .item .all-text{
    width: 470px;
    height: auto;
    position: absolute;
    top: 390px;
    right: 0;
    color: #fff;
}
.time-slider{
    position: absolute;
    width: 90px;
    height: 100%;
    top: 0;
    left: 28px;
    background: url("../images/s_line.png") repeat-y;
    z-index: 999;
}
.time-slider ul,.time-slider .caroufredsel_wrapper{
    width: 590px !important;
    height: 100% !important;
}
.time-slider ul{
    margin-top: 30px;
}
.time-slider ul li{
    width: 90px;
    height: 110px;
}
.time-slider ul li p{
    color: #fff;
    background: url("../images/am.png") 0 15px no-repeat;
    padding-left: 20px;
}
.time-slider ul li.selected p{

    background: url("../images/am2.png") 0 15px no-repeat;
}
.bottomlogo{
    position: relative;
    /*left: 0;*/
    /*bottom:60px;*/
    margin-top: 120px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.bottomlogo p{
    color: #fff;
}
.bottomlogo img{
    display: inline-block;
}
.allday-con .gallery-top{
    width: 100%;
    height: 100%;
}
.allday-con  .gallery-top  .swiper-slide {
     height: 100%;
        background-size: cover;
        background-position: center;
    }
.allday-con .all-text{
    width: 470px;
    height: auto;
    position: absolute;
    top: 390px;
    right: 0;
    color: #fff;
}
.allday-con   .gallery-thumbs{
     position: absolute;
    width: 90px;
    height: 100%;
    top: 0;
    left: 28px;
    background: url("../images/s_line.png") repeat-y;
    z-index: 999;
}
.allday-con .gallery-thumbs  .swiper-slide{
     width: 90px;
    height: 110px;
}
.allday-con .gallery-thumbs  .swiper-slide p{
    color: #fff;
    font-size: 20px;
    background: url("../images/am.png") 0 15px no-repeat;
    padding-left: 20px;
    cursor: pointer;
}
.allday-con .gallery-thumbs  .swiper-slide-active p{
     background: url("../images/am2.png") 0 15px no-repeat;
     color: #7fbe25;
}
.home-item{
    background:  #0ea7ba;
}

.home-item ul{
    /*margin-right: -20px;*/
}
.home-item ul li{
    float: left;
    width: 170px;
    height: 170px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin:  20px 0 20px 20px;
}
.home-item ul li .icon{
     width: 100%;
    height: 104px;
    text-align: center;
}
.home-item ul li .icon img{
    display: inline-block;
    margin-top: 40px;
}
.home-item ul li  .text{
    text-align: center;
    color: #fff;
}
.home-item ul li.active{
    background: #fff;
    
}
.home-item ul li.active .text{
    color: #0ea7ba;
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1; 
   -webkit-animation-delay: 0s;
}
.home-item ul li .icon img.coloricon{
    display: none;
}
.home-item ul li.active .icon img.coloricon{
    display: inline-block;
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1; 
   -webkit-animation-delay: 0s;
}
.home-item ul li.active .icon img.whiteicon{
    display: none;
}
.home-item-text{
    margin: 60px 0;
}
.home-item-text li{
    display: none;
    margin: 0 20px;
}
.home-item-text li p{
    font-size: 20px;
    color: #666;
}
.home-item-text li.active{
    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; 
}
50% {
opacity: 0;
}
100% {
opacity: 1; 
}
}
.new-pro{
    margin: 30px 0 60px 0;
    position: relative;
}
.new-pro .arrow{
    top:180px;
    left: 0;
    z-index: 5;
}
.app-nav{
    margin-top: 155px;
    color: #fff;
}
.app-nav h2{
    font-size: 30px;
    font-weight: 100;
    
} 
.app-nav h2 strong{
    font-weight: bold;
    margin-right: 10px;
}
.app-btn {
    margin-top: 20px;
}
.app-btn .btn a{
    width: 192px;
    height: 51px;
    display: inline-block;
    text-indent: 68px;
    line-height: 51px;
    color: #fff;
}
.app-btn .btn {
    margin-bottom: 20px;
}
.app-btn .btn a.ios{
    background: url("../images/appbtn1.png") center no-repeat;
}
.app-btn .btn a.andro{
    background: url("../images/appbtn2.png") center no-repeat;
}
.search-area{
    margin-top:60px;
}
.search-area .search_input {
    border-width: 1px;
    border-style: solid;
    border-color: #7fbe25;
    width: 408px;
    float: left;
    font-size: 20px;
    height: 29px;
    line-height: 29px;
    padding: 1px 53px 2px 5px;
}
.search-area .btn{
    width: 116px;
    height: 36px;
    background: url(../images/vbg_new.png) no-repeat;
    border: 0;
    cursor: pointer;
    float: left;
    /*text-indent: 999px;*/
    color: #fff;
}
.prompt-text{
    margin: 30px 0;
    text-indent: 28px;
    color: #7fbe25;
}
.search-sec{
    width: 100%;
    margin-top: 60px;
}
.search-sec li{
    width: 100%;
    margin-bottom: 30px;
}
.search-sec li a{
    display: block;
}
.search-sec li .result-img img{
    width: 100%;
}
.search-sec li .result-title{
    margin: 30px 0;
}
.about-video{
    width: 100%;
/*    height: 312px;*/
}
.about-video video{
     width: 100%;
    height: 312px;
}
.app-section{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.app-section .app-pic{
     width: 100%;
}
.app-section .app-pic img{
    width: 100%;
}
.app-con{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}
.app-con .app-title{
    text-align: center;
    width: 100%;
}
.app-con .app-title h2{
    font-size: 34px;
    color: #fff;  
    margin-bottom: 20px;
}
.app-con .app-title p{
    color: #fff;
}
.app-con .app-title.app-color h2{
    font-size: 34px;
    color: #7fbe25;   
}
.app-con .app-title.app-color p{
    color: #000;
}
.app-con  .app-icon{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.app-con  .app-icon ul li{
    display: inline-block;
    width: 98px;
    box-sizing: border-box;
    clear: both;
    background: url(../images/appline1.png) 85px 5px no-repeat;
}
.app-con  .app-icon2 ul li{
    background: url(../images/appline2.png) 85px 5px no-repeat;
}
.app-con  .app-icon3 ul li{
    background: url(../images/appline3.png) 85px 5px no-repeat;
}
.app-con  .app-icon ul li:last-child{
    background: none;
}

.app-con  .app-icon ul li img{
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.app-con  .app-icon ul li p{
    /*display: inline;*/
    width: 38px;
    line-height: 26px;
    float: left;
    font-size: 16px;
     color: #ccc;
}
.app-con  .app-icon2 ul li p{
   
    color: #fff;
}
.app-con  .app-icon3 ul li p{
   
    color: #666;
}
.app-con-pic{
    width: 100%;
    text-align: center;
    margin-top: 145px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    position: relative;
}
.app-section.active .app-con-pic{
    margin-top: 45px;
     opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}
.app-con-pic img{
    display: inline-block;
}
.app-con-pic img.dialog{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -205px;
     -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.app-section.active .app-con-pic img.dialog1{
     opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;
}
.app-section.active .app-con-pic img.dialog2{
     opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
}
.wp_sc_section .article{
    margin-top: 20px;
}
.wp_sc_section .article strong{
    padding-left: 20px;
    background: url("../images/strongbg.png") 0 9px no-repeat;
}
.wp_sc_section ul{
    margin-right: -5px;
}
.wp_sc_section ul li{
    float: left;
    width: 289px;
    height: 382px;
    margin-right:  5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.wp_sc_section ul li img{
    width: 100%;
}
.wp_sc_section ul li p{
    display: none;
}
.full-pic{
    width: 100%;
}
.full-pic img{
    display: block;
    width: 100%;
}
.solu-text {
    margin: 30px 0;
}
.utot-text strong{
    font-weight: bold;
    color: #666;
} 
.compare-con{
    width: 100%;
    position: relative;
}
.compare-con .compare-item{
    float: left;
    width: 50%;
    text-align: center;
}
.compare-con  .compare-right {
    background: url(../images/shuline.png) 0 50px no-repeat;
}
.compare-con .compare-item .compare-top
{
    width: 100%;
    position: relative;
}
.compare-con .compare-item .compare-top .pic img{
    display: inline-block;
}
.compare-con .compare-item .compare-top .text{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}
.compare-con .compare-item .compare-top .text h2{
    color: #fff;
    font-size: 24px;
}
.compare-con .vs-pic{
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    margin-top: 90px;
}
.compare-item .compare-bootom{
    margin:30px 0; 
}
.compare-item .compare-bootom ul li{
    width: 100%;
    height: 265px;
    position: relative;
     opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    
    
}







.fuwu-con img,.dbimg{
    opacity: 0;
         transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}


.dbimg.active{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;    
}



.section.active .fuwu-con img{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}


.expand-con  li{
     opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;   
}


.section.active  .expand-con  li:nth-child(1),.section.active  .expand-con  li:nth-child(2){
     opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}

.section.active  .expand-con  li:nth-child(3),.section.active  .expand-con  li:nth-child(4){
     opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;
}


.section.active  .expand-con  li:nth-child(5),.section.active  .expand-con  li:nth-child(6){
     opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
}

.section.active  .expand-con  li:nth-child(7),.section.active  .expand-con  li:nth-child(8){
     opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;
}


.recommend-con  li{

     opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;  

}

.section.active  .recommend-con  li:nth-child(1),.section.active  .recommend-con  li:nth-child(2){
      opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;   
}

.section.active  .recommend-con  li:nth-child(3),.section.active  .recommend-con  li:nth-child(4){
      opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;   
}

.section.active  .recommend-con  li:nth-child(5),.section.active  .recommend-con  li:nth-child(6){
      opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;   
}

.section.active  .recommend-con  li:nth-child(7),.section.active  .recommend-con  li:nth-child(8){
      opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;   
}

.sc_section3  .pic{
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;    
}



 .sc_section3.active  .pic{
      opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;      
}

 .sc_section3.active  .pic01{
      opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;      
}

.wp_sc_section  .tit,.wp_sc_section  .tit1{
     opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;     
}

.wp_sc_section.active .tit{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;    
}

.wp_sc_section.active  .tit1{
        opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;    
}

.wp_sc_section.active .tit01{
         opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;  
}

.wp_sc_section.active .tit02{
         opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;  
}

.wp_sc_section.active .tit03{
         opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;  
}


.wp_sc_section .pic{
      opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;      
}

.wp_sc_section.active .pic{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;     
}

.sc_sections  .pic{
      opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s; 
}

.sc_sections.active  .pic{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;  
}


.sc_section3_list li,.sc_section4_list li,.sc_section5  .pic02 img,.pic_item li{
      opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s; 

}

.sc_sections.active .sc_section3_list li:nth-child(1),.sc_sections.active .sc_section4_list li:nth-child(1),.sc_section3.active .sc_section3_list li:nth-child(1){
    opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;  
}

.sc_sections.active .sc_section3_list li:nth-child(2),.sc_sections.active .sc_section4_list li:nth-child(2),.sc_section3.active .sc_section3_list li:nth-child(2){
    opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;  
}

.sc_sections.active .sc_section3_list li:nth-child(3),.sc_sections.active .sc_section4_list li:nth-child(3),.sc_section3.active .sc_section3_list li:nth-child(3){
    opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;  
}

.sc_sections.active .pic02 img{
       opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;    
}

.sc_section5.active .pic{
       opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;    
}

.sc_section5.active .pic03{
       opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;    
}


.wp_sc_section.active .pic_item li:nth-child(1){

        opacity: 1;
       transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;  
}

.wp_sc_section.active .pic_item li:nth-child(2){

        opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;  
}

.wp_sc_section.active .pic_item li:nth-child(3){

        opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;  
}

.wp_sc_section.active .pic_item li:nth-child(4){

        opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;  
}



.section.active .compare-item .compare-bootom ul li:nth-child(1){
   opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}
.section.active .compare-item .compare-bootom ul li:nth-child(2){
   opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;
}
.section.active .compare-item .compare-bootom ul li:nth-child(3){
   opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
}
.section.active .compare-item .compare-bootom ul li:nth-child(4){
   opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;
}



.compare-item .compare-bootom ul li h2{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.compare-left ul li img{
    display: inline-block;
    margin-top: 60px;
}
.compare-item .compare-bootom ul li .icon{
    position: absolute;
    left: -9.5px;
    top: 5px;
    animation: myfirst 1s linear 0s infinite alternate;
	-webkit-animation: myfirst 1s linear 0s infinite alternate;
	-moz-animation: myfirst 1s linear 0s infinite alternate;
	-o-animation: myfirst 1s linear 0s infinite alternate;
}


@keyframes myfirst
{
	form{transform:scale(1)}
	to{transform:scale(1.3)}
}
@-webkit-keyframes myfirst{
	from{-webkit-transform:scale(1)}
	to{-webkit-transform:scale(1.3)}
}
@-moz-keyframes myfirst{
	from{-moz-transform:scale(1)}
	to{-moz-transform:scale(1.3)}
}
@-o-keyframes myfirst{
	from{-moz-transform:scale(1)}
	to{-moz-transform:scale(1.3)}
}
.order-item{
    
}
.se-item ul{
    margin: 60px 0;
}
.se-item ul li{
    width: 100%;
    height: 100px;
    background: url(../images/orderbg.png) no-repeat;
    margin-bottom: 20px;
    line-height: 100px;
    opacity: 0;
     transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    
}
.section.active .se-item ul li:nth-child(1){
   opacity: 1;
     transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
}
.section.active .se-item ul li:nth-child(2){
   opacity: 1;
     transition-delay: 1s;
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -o-transition-delay: 1s;
}
.section.active .se-item ul li:nth-child(3){
   opacity: 1;
     transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
}
.section.active .se-item ul li:nth-child(4){
   opacity: 1;
     transition-delay: 2s;
     -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
     -o-transition-delay: 2s;
}



.se-item ul li.line-two{
     line-height: 25px;
}
.se-item ul li p{
    margin-left: 60px;
    color: #fff;
}
.fuwu-con{
    
}
.fuwu-con .fuwu-top-text{
    margin: 30px 0;
}
.fuwu-con .fuwu-top .list{
    width: 50%;
    float: left;
    
}
.fuwu-con .fuwu-top .list .text{
    margin-top: 60px;
}
.fuwu-con .fuwu-top .list .text h2{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.pms-con .pic{
    width: 100%;
    text-align: center;
}
.pms-con .pic img{
    display:inline-block;
}
.pms-data{
    width: 100%;
}
.pms-data ul{
    
}
.pms-data ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 60px;
}
.pms-data ul li h2{
    font-size: 20px;
    color: #8dcdb5;
}
.pms-data ul li h2 strong{
    font-size: 100px;
    
}
.pms-data ul li p{
    margin: 30px 0;
}
.bms-info{
    width: 100%;
    position: relative;
    margin: 60px 0;
}
.bms-info .pic{
    width: 100%;
}
.bms-info .pic img{
    display:inherit;
    width: 100%;
}
.bms-info  .text{
    position: absolute;
    width: 170px;
    text-align: center;
    
}
.bms-info  .text .title{
    margin-bottom: 75px;
}
.bms-info  .text h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.bms-info  .text1{
    top: 45px;
    margin-left: -85px;
    left:50%;
}
.bms-info  .text2{
    top: 285px;
    left:20px;
}
.bms-info  .text3{
    top: 285px;
    right: 20px;
}
.expand-con{
    margin-top:60px;
    margin-bottom: 120px;
}
.expand-con ul {
    text-align: center;
}
.expand-con ul  li{
    width: 240px;
    /*float: ;*/
    display: inline-block;
    margin: 10px 17px; 
}
.expand-con ul  li a{
    display: block;
    width: 100%;
}
.expand-con ul  li .text{
    width: 100%;
    height: 98px;
    background: #8dcdb5;
    text-align: center;
    overflow: hidden;
    clear: both;
}
.expand-con ul  li .text img{
    margin-top: 10px;
    float: left;
    margin-left: 40px;
    
}
.expand-con ul  li a{
    display: block;
    width: 100%;
}
.expand-con ul  li .text span{
    float: left;
    color: #fff;
    margin-top: 35px;
}
.expand-con ul  li .pic{
    width: 100%;
    /*height: 193px;*/
    overflow: hidden;
}
.expand-con ul  li .pic img{
    display: inherit;
    width: 100%;
}
.recommend-con{
    margin-top:60px;
    margin-bottom: 120px;
}
.recommend-con ul{
     text-align: center;
}
.recommend-con ul  li{
    width: 240px;
    /*float: ;*/
    display: inline-block;
    margin: 10px 17px; 
   /* border: 2px solid #8dcdb5;*/
    box-sizing: border-box;
}
.recommend-con ul  li a{
    display: block;
    width: 100%;
}
.recommend-con ul  li .text{
    width: 100%;
    height: 98px;
    background: #8dcdb5;
    text-align: center;
    overflow: hidden;
    line-height: 98px;
}
.recommend-con ul  li .text p{
    color: #fff;
}

.recommend-con ul  li .pic{
    width: 100%;
   /* height: 193px;*/
    overflow: hidden;
}
.recommend-con ul  li .pic img{
    display: inherit;
    width: 100%;
}


.newbtn{position:absolute;left: 50%;top: 57%;margin-left:-95px;}
.newbtn img{height: 45%;margin-top: 12px;margin-left: 16px;display: inline-block;}
.newbtn{    width: 190px;
    height: 50px;
    display:block;
    background:#7fbe25;
    border-radius: 25px;
    color: #fff;
}
.newbtn span{float: right;margin-top: 8px;font-size: 15px;margin-right: 6px}

.titlebox {margin-top: 30px}

.titlebox .tit {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    height: 18px;
    line-height: 18px;
    background: url("http://www.sunetfax.com/wl/cn/static/web/img/sh3_d.png") 0 7px no-repeat;
    padding-left: 20px;}

.titlebox .tit1 {
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
    color: #666666;
    margin-top: 16px;
    margin-bottom: 30px;
}


 .titlebox  .tit2 {
    height: 50px;
    width: 100%;
    border-top: 1px solid #7fbe26;
    border-bottom: 1px solid #7fbe26;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 67px;
    color: #7fbe26;
}
.skbox{margin-bottom: 25px}
.skbox .tit {
    font-size: 24px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 25px;
}

.skbox .tit1 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.pic02  img{float: left;width: 28%;margin-left: 5%}
.pic02 .text{float: left;width: 45%;margin-left: 10%}
.pic02 .text  h3{margin-top: 100px;color: #7fbe26;margin-bottom: 20px;font-size: 30px}