@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
body{min-width: 1300px;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
img{-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
a{text-decoration: none; color: #303030;-webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;}
a:hover{text-decoration: none; color: #98ce32;}
*{box-sizing: border-box;}
body {
    background: #fff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;
}
.trans{-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
.clear-fix:before,.clear-fix:after{
    content:"";
    display:table;
}
.clear-fix:after{clear:both;}

.container{width: 1300px; padding-left: 10px;padding-right: 10px;  margin-left: auto; margin-right: auto; position:relative;}
.fl{  float: left;}
.fr{  float: right; }
.mt-50{ margin-top: 50px; }
.bold{  font-weight: bold; }
.c-auto{display: block;margin-left: auto;margin-right: auto;}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{  display: block;  width: 100%;  height: 100%; }
.img-res{display: block; max-width: 100%; height: auto;}
.mt20{
    margin-top: 20px;
}
::-webkit-scrollbar              {/* 1 */width:11px; background-color: #e5e5e5;}
:no-button       {/* 2 */ }
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 1px #e5e5e5; width:5px;  border-radius:4px; background-color:#bebebe;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#e5e5e5;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}


@font-face {
    font-family: bth;
    src: url('../fonts/bth.ttf');
}

.header-top{
    height: 33px;
    line-height: 32px;
    border-bottom: 1px solid #dcdcdc;
    color: #999999;
}
.header-top span{
    float: left;

}
.header-top a{
    color: #999;

}
.logo{
    float: left;
    display: block;
    margin-top: 26px;
}
.logo-r{
    float: left;
    font-size: 20px;
    color: #389721;
    height: 51px;
    background: url("../images/border.png") no-repeat left center;
    padding-left: 22px;
    padding-top: 8px;
    margin-left: 19px;
    margin-top: 30px;
}
.header-r{
    float: right;
}
.header-r i{
    float: left;
    display: block;
    width: 1px;
    height: 33px;
    background: url("../images/border2.png") no-repeat;
    margin:  24px 21px 0;
}
.qr-wrap{
    float: left;
    line-height: 35px;
    margin-top: 23px;
    font-size: 12px;
}
.qr-wrap .qr-icon{
    display: block;
    float: left;
    position: relative;
    width: 35px;
    height: 35px;
    background: #5cbd45 url("../images/qr-icon.png") no-repeat center;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.qr-icon:hover .qr-box{
    display: block;
}
.qr-box{
    width: 146px;
    height: 158px;
    background: url("../images/qr-box.png") no-repeat center bottom;
    left: -55px;
    position: absolute;
    top: 35px;
    text-align: center;
    display: none;
    z-index: 999;
}
.qr-box img{
    display: block;
    width: 94px;
    height: 94px;
    margin: 30px auto 0;
}
.qr-box span{
    font-size: 14px;
    line-height: 14px;
}
.phone-wrap{
    float: left;
    height: 38px;
    background: url("../images/phone.png") no-repeat left bottom;
    padding-left: 43px;
    margin-top: 21px;
}
.phone-wrap span{
    font-size: 12px;
    line-height: 12px;
}
.phone-wrap p{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -2px;
}
.main-nav{
    float: right;
}
.main-nav li{
    float: left;
    margin: 0 20px 0;
    font-size: 16px;
}
.main-nav li a{
    display: block;
    padding: 0 8px 10px;
    border-bottom: 4px solid transparent;
}
.main-nav li.on a{
    border-bottom: 4px solid #5cbd45;
}
.banner{
    position: relative;
    width: 100%;
    height: 712px;

}
.banner .hd{
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 23px;
}
.banner .hd ul li{
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    margin: 0 6px;
    cursor: pointer;
}
.banner .hd ul li.on{
    background: #5cbd45;
}
.banner .bd ul li{
    width: 100%;
    height: 712px;
    background-size: cover;
}
.part-tit{
    text-align: center;
    border: 2px solid #4bb033;
    width: 670px;
    height: 45px;
    margin: 0 auto 0;
    position: relative;
}
.part-tit h2{
    font-size: 40px;
    font-family: "思源黑体 CN Heavy";
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
    margin-top: -17px;
}
.part-tit span{
    font-size: 20px;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    line-height: 20px;
    margin-top: 8px;
}
.part1{
    padding-top: 130px;
    padding-bottom: 50px;
}
.about-wrap{
    margin-top: 80px;
}
.about-l{
    float: left;
    width: 502px;

}
.about-l video{
    width: 100%;
    height: 314px;
    outline: none;
}
.about-r{
    float: right;
    width: 684px;
    padding-top: 25px;
}
.about-r p{
    font-size: 16px;
    line-height: 30px;
}
.about-link{
    margin-top: 30px;
}
.about-link a{
    display: inline-block;
    height: 54px;
    padding-left: 84px;
    padding-top: 5px;
    color: #333;
    float: left;
}
.about-link a h3{
    font-size: 18px;

}
.about-link a span{
    font-size: 12px;
}
.about-link1{
    background: url("../images/icon1.png") no-repeat left center;
    margin-left: 20px;
}
.about-link2{
    background: url("../images/icon2.png") no-repeat left center;
}
.about-r i{
    display: block;
    width: 1px;
    border-right: 1px dashed #a0a0a0;
    height: 52px;
    float: left;
    margin: 0 98px 0 108px;
}
.part2{
    padding-top: 50px;
    padding-bottom: 80px;
}
.ljgd{
    text-align: right;
    margin-top: 24px;
}
.pro-wrap{
    margin-top: 20px;
}
.pro-box{
    width: 610px;

}
.pro-name{
    margin-top: 28px;
    line-height: 30px;
}
.pro-name img{
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 45px;
    margin-right: 36px;
}
.pro-name span{
    font-size: 30px;
    font-weight: bold;
}
.pro-name a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("../images/add1.png") no-repeat center;
    float: right;
    border: 1px solid #4bb033;
    margin-right: 34px;
}
.pro-name a:hover{
    background:#4bb033 url("../images/add2.png") no-repeat center;
}
.pro-box ul{
    margin-top: 25px;
}
.pro-box ul li{
    float: left;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    margin: 0 15px;
}
.pro-box ul li a{
    display: inline-block;
    padding-right: 22px;
    background: url("../images/green-arr.png") no-repeat right center;
}
.part3{
    padding-top: 95px;
    background: url("../images/part3-bg.jpg");
    padding-bottom: 100px;
}
.case-slide{
    margin-top: 40px;
}
.case-slide .hd{
    line-height: 30px;
}
.case-slide .hd ul{
    float: left;
}
.case-slide .hd ul li{
    width: 100px;
    height: 32px;
    border: 1px solid #e6e6e6;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
    border-radius: 16px;
    float: left;
    margin-right: 30px;
}
.case-slide .hd ul li:hover{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.case-slide .hd ul li.on{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.case-slide .hd a{
    float: right;
}

.case-slide .bd{
    margin-top: 42px;
}
.case-slide .bd ul li{
    width: 408px;
    height: 398px;
    border-bottom: 1px solid #bcbcbc;
    background: #fff;
    float: left;
}
.case-slide .bd ul li:hover{
    border-bottom: 1px solid #4bb033;
}
.case-slide .bd ul li:nth-child(2){
    margin: 0 28px ;
}
.case-img{
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.case-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.case-intro-l{
    width: 186px;
    float: left;
    padding-top: 40px;
}
.case-intro-l span{
    font-size: 16px;
}
.case-intro-l a{
    width: 100px;
    height: 30px;
    display: block;
    border-radius: 15px;
    line-height: 30px;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(153,153,153,0.2);
    margin: 14px auto 0;
}
.case-intro-l a:hover{
    box-shadow: none;
    background: #4bb033;
    color: #fff;
}
.case-intro-r{
    font-size: 12px;
    width: 220px;
    float: right;
    padding-right: 28px;
    margin-top: 35px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.part4{
    padding-top: 75px;
    padding-bottom: 55px;
}
.news-slide{
    margin-top: 40px;
}
.news-slide .hd{
    line-height: 30px;
}
.news-slide .hd ul{
    float: left;
}
.news-slide .hd ul li{
    width: 100px;
    height: 32px;
    border: 1px solid #e6e6e6;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
    border-radius: 16px;
    float: left;
    margin-right: 30px;
}
.news-slide .hd ul li:hover{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.news-slide .hd ul li.on{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.news-slide .hd a{
    float: right;
}
.hl-news{
    width: 615px;
    height: 338px;
    float: left;
    position: relative;
}
.hl-bt{
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    padding-top: 88px;
    background: linear-gradient(to top,rgba(0,0,0,0.6),transparent);
}
.hl-bt span{
    width: 36px;
    height: 20px;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    background: #4bb033;
    top: 92px;
    font-size: 10px;
    line-height: 20px;
    padding-left: 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.hl-bt h3{
    margin-left: 54px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-top: 2px;
}
.hl-bt a{
    display: block;
    width: 74px;
    height: 26px;
    border: 1px solid #fff;
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 13px;
    margin-right: 33px;
}
.news-slide .bd{
    margin-top: 40px;
}
.news-wrap{

}
.news-wrap ul{
    float: right;
}
.news-wrap ul li{
    width: 615px;
    height: 110px;

    margin-bottom: 4px;
}
.news-wrap ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #f1f1f1 url("../images/add3.png") no-repeat right 23px center;
}
.news-wrap ul li a:hover{
    background: #4bb033 url("../images/add4.png") no-repeat right 23px center;
    color: #fff;
}
.news-date{
    float: left;
    width: 120px;
    text-align: center;
    margin-top: 25px;
}
.news-date p{
    font-size: 30px;
    font-weight: bold;
}
.news-date span{
    font-size: 12px;
}
.news-r{
    width: 420px;
    float: left;
    margin-top: 30px;
}
.news-r h3{
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: normal;
    margin-top: 2px;
}
.part5{
    background: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 70px;
}
.part5-tit{
    font-weight: bold;
    font-size: 26px;
}
.part5-tit span{
    font-weight: normal;
    font-size: 16px;
}
.ptn-list{
    margin-left: -11px;
    margin-top: 40px;
}
.ptn-list li{
    float: left;
    width: 204px;
    height: 82px;
    margin-left: 11px;
    margin-bottom: 11px;
}
.footer{
    background: #242922;
    color: #fff;
    padding-bottom: 50px;
}
.f-logo{
    margin-top: 98px;
    float: left;

}
.ft-l{
    float: left;
    width: 396px;
    margin-top: 56px;
    margin-left: 140px;
}
.ft-l-tit{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ft-l-tit span{
    font-size: 12px;
    font-weight: normal;
}
.ft-ctt{
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 40px;
}
.ft-ctt1{
    font-weight: bold;
    font-size: 20px;
    background: url("../images/f-icon1.png") no-repeat left center;
}
.ft-ctt2{
    background: url("../images/f-icon2.png") no-repeat left center;
}
.ft-ctt3{
    background: url("../images/f-icon3.png") no-repeat left center;
}
.ft-c{
    float: left;
    margin-top: 86px;
    font-size: 12px;
    color: #999999;
}
.ft-c img{
    display: block;
    width: 84px;
    height: 84px;
    float: left;
}
.ft-c-r{
    width: 114px;
    float: left;
    text-align: center;
    margin-top: 24px;
}
.ft-r{
    float: right;
    font-size: 12px;
    color: #999999;
    margin-top: 90px;
}
.ft-r a{
    color: #999999;
}
.ft-r p{
    margin-bottom: 12px;
}
.f-link{
    background: #1d221b;
    padding-top: 30px;
    padding-bottom: 15px;
}
.f-link ul{
    padding: 0 160px ;
}
.f-link ul li{
    float: left;
    font-size: 12px;
    margin: 0 15px 12px;
}
.f-link ul li a{
    color: #757575;
}
.in-banner{
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 145px;
}
.in-bn-txt h2{
    font-size: 40px;
    display: inline-block;
    position: relative;
}
.in-bn-txt h2:after{
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/bn-icon.png");
    top: -6px;
    right: -34px;
}
.in-bn-txt h3{
    font-size: 36px;
    font-weight: normal;
}
.in-bn-txt i{
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin: 20px 0 ;
}
.in-bn-txt{
    font-size: 20px;
}
.in-bn-txt span{
    font-size: 16px;
}
.crumb-bg{
    width: 100%;
    position: absolute;
    height: 42px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    color: #fff;
}
.erji{
    float: left;
}
.erji li{
    float: left;
    font-size: 16px;
    line-height: 42px;
    margin-right: 30px;
}
.erji li a{
    display: inline-block;
    padding: 0 30px;
    color: #fff;
}
.erji li.on a{
    background: #4bb033;
}
.erji li a:hover{
    background: #4bb033;
}
.crumbs{
    float: right;
    font-size: 12px;
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    background: url("../images/home.png") no-repeat left center;

}
.crumbs a{
    color: #fff;
    margin: 0 2px;
}
.in-wrap{
    padding-top: 55px;
    padding-bottom: 90px;
}
.in-tit{

}
.in-tit h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 4px;
}
.in-tit span{
    display: inline-block;
    position: relative;
    line-height: 14px;
    color: #999999;
}
.in-tit span:before{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: -78px;
    top: 7px;
}
.in-tit span:after{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    right: -78px;
    top: 7px;
}
.busi-slide{
    width: 100%;
    height: 612px;
    position: relative;
    margin-top: 55px;
    background: url("../images/busi-bg.png") no-repeat center top;
}
.busi-slide .hd ul li{
    float: left;
    border: 1px solid #979797;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 12px;
    cursor: pointer;
}
.busi-slide .hd{
    position: absolute;
    bottom: 38px;
    left: 54px;
    z-index: 999;
}
.busi-slide .hd ul li.on{
    border: 1px solid #4bb033;
    background: #4bb033;
}

.busi-slide .bd .ywly{
    width: 100%;
    height: 612px;
    position: relative;
}
.ywly-intro{
    width: 509px;
    height: 477px;
    color: #fff;
    background: #4bb033;
    position: absolute;
    top: 41px;
    left: 42px;
    padding: 62px 80px 0 52px;
}
.ywly-intro h3{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 5px;
}
.ywly-intro span{
    font-size: 12px;
}
.ywly-intro i{
    display: block;
    width: 89px;
    height: 1px;
    background: #fff;
    margin: 115px 0 15px;
}
.ywly-intro p{
    line-height: 24px;
    letter-spacing: 1px;
}
.ywly-img{
    width: 734px;
    height: 502px;
    background: #fff;
    padding: 13px;
    position: absolute;
    right: 34px;
    top: 112px;
}
.news-list{
    margin-top: 16px;
}
.news-list li{
    width: 100%;
    padding: 50px 0 ;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.news-list li:hover{
    background: #f9f9f9;
}

.news-list li:hover .news-date2 div{
    background: url("../images/arrow.png") no-repeat left 42px center;
}
.news-list li a{
    display: block;
    color: #333;
}
.news-img{
    float: left;
    width: 315px;
    height: 174px;
    overflow: hidden;
}
.news-c{
    width: 634px;
    float: left;
    margin-left: 84px;
    padding-top: 34px;
}
.news-c h3{
   font-size: 18px;
    font-weight: normal;
}
.news-c p{
    color: #666;
    margin-top: 20px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.news-date2{
    float: right;
    width: 90px;
    text-align: center;
    margin-top: 28px;
}
.news-date2 span{
    color: #999;
    font-size: 24px;
}
.news-date2 div{
    margin-top: 34px;
    border-left: 1px solid #dcdcdc;
    height: 32px;
    background: url("../images/arrow.png") no-repeat left 33px center;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.page-wrap{
    margin-top: 40px;
}
.page-wrap a,.page-wrap span{
    float: left;
    margin: 0 6px;
}
.page-wrap  a{
    display: block;
    padding: 4px 10px 4px;
    border-radius: 15px;
    background: #e6e6e6;
}
.page-wrap span{
    display: block;
    padding: 4px 10px 4px;
    background: #4bb033;
    color: #fff;
    border-radius: 15px;
}
.page-wrap a:hover{
    background: #4bb033;
    color: #fff;
}
.case-dt-tit span{
    position: relative;
    display: inline-block;
    font-size: 24px;
    background: #fff;
    padding: 0 20px;
    line-height: 24px;
}
.case-dt-tit span:before{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: -58px;
    top: 12px;
}
.case-dt-tit span:after{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    right: -58px;
    top: 12px;
}
.case-dt-txt{
    line-height: 32px;
    margin-top: 40px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 55px;
}
.case-dt-txt img{
    display: block;
    margin: 30px auto 0;
}
.flip{
    margin-top: 40px;
}
.case-list{
    margin-left: -28px;
    margin-top: 15px;
}
.case-list li{
    float: left;
    width: 408px;
    height: 354px;
    background: #f7f7f7;
    margin-left: 28px;
    margin-bottom: 56px;
    border-bottom: 1px solid #bcbcbc;
}
.case-img2{
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.case-list li div.clear-fix{
    padding: 35px 25px 0;
}
.case-list li div span{
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.case-list li div a{
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    color: #333333;
    background: #ffffff;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 1px 5px rgba(153,153,153,0.2);
}
.case-list li:hover{
    border-bottom: 1px solid #4bb033;
}
.case-list li:hover img{
    transform: scale(1.15);
}
.case-list li div a:hover{
    color: #fff;
    background: #4bb033;
}
.fac-list{
    margin-top: 50px;
}
.fac-list li{
    float: left;
    width: 608px;
    height: 380px;
    border: 1px solid #dcdcdc;
    padding-top: 13px;
    margin-bottom: 50px;
}
.fac-list li:nth-child(2n){
    float: right;
}
.fac-list li a{
    display: block;
    margin: 0 auto ;
    width: 580px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.fac-list li a div{
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    padding-top: 88px;
    background: linear-gradient(to top,rgba(0,0,0,0.6),transparent);
}
.fac-list li a div span{
    display: block;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    border-left: 5px solid #fff;
    margin-left: 30px;
    color: #fff;
    padding-left: 14px;
}
.fac-list li a:hover img{
    transform: scale(1.12);
}
.gsjj-wrap{
    margin-top: 68px;
}
.gsjj-l{
    width: 640px;
    height: 385px;
    float: left;
    background: #eeeeee;
    padding: 50px 50px 0;
}
.gsjj-l h3{
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #4bb033;
    height: 50px;
    padding-left: 20px;
}
.gsjj-l p{
    margin-top: 22px;
    line-height: 32px;
}
.gsjj-r{
    width: 640px;
    height: 385px;
    float: right;
    margin-top: 35px;
}
.qywh-wrap{
    margin-top: 80px;
    padding-bottom: 90px;
}
.qywh-wrap img{
    display: block;
    margin-top: 60px;
}
.fzlc-bg{
    width: 100%;
    background: url("../images/fzlc-bg.jpg") no-repeat center;
    background-size: cover;
    height: 629px;
    padding-top: 70px;
}
.dev-slide{
    position: relative;
    width: 100%;
    margin-top: 55px;
    background: url("../images/line.png") no-repeat center bottom 48px;
}
.dev-slide .hd span{
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.dev-slide .hd span.prev{
    background: url("../images/l-arr.png") no-repeat center;
    left: -49px;
}
.dev-slide .hd span.next{
    background: url("../images/r-arr.png") no-repeat center;
    right: -49px;
}
.dev-intro{
    width: 186px;
    height: 266px;
    background: url("../images/dev-box.png") no-repeat center;
    padding: 0 22px;
    position: relative;

}
.dev-intro:before{
    content: '';
    display: block;
    width: 168px;
    height: 4px;
    background: #4bb033;
    position: absolute;
    left: 9px;
    top: 6px;
}
.dev-intro h3{
    height: 60px;
    padding-top: 20px;
    border-bottom: 1px solid #4bb033;
    font-size: 14px;
}
.dev-intro p{
    line-height: 20px;
    font-size: 12px;
    margin-top: 15px;
    max-height: 160px;
}
.dev-slide .bd ul li{
    float: left;
    margin: 0 28px;
}
.dev-slide .bd ul li i{
    display: block;
    margin: 2px auto 0;
    width: 24px;
    height: 25px;
    background: url("../images/quan.png") no-repeat center;
}
.dev-date{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}
.qyzz-wrap{
    padding-top: 90px;
}
.dev-slide .bd .tempWrap{
    margin: 0 auto ;
}

.honor-slide{
    margin-top: 50px;
}
.honor-slide .bd ul li{
    width: 276px;
    height: 260px;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding-top: 12px;
    float: left;
    margin: 0 22px;
}
.honor-slide .bd ul li img{
    display: block;
    width: 250px;
    height: 178px;
    margin: 0 auto ;
}
.honor-slide .bd ul li i{
    display: block;
    width: 60px;
    height: 1px;
    background: #cdcdcd;
    margin: 16px auto 16px;
}
.honor-slide .bd ul li span{
    font-size: 16px;
}
.honor-slide .hd ul li{
    float: left;
    width: 14px;
    height: 14px;
    background: #cdcdcd;
    border-radius: 50%;
    margin: 50px 10px 0;
    cursor: pointer;
    font-size: 0;
}
.honor-slide .hd ul li.on{
    background: #8e8e8e;
}
.ctt-wrap{
    margin-top: 120px;
}
.ctt-l{
    width: 640px;
    float: left;

}
.ctt-r{
    width: 640px;
    float: left;
}
.ctt-tit{
    font-weight: bold;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    border-left: 5px solid #4bb033;
    padding-left: 12px;
}
.ctt-icon{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    margin-left: 17px;
}
.ctt-icon1{background: #a0a0a0 url("../images/ctt-icon1.png") no-repeat center;}
.ctt-icon2{background: #a0a0a0 url("../images/ctt-icon2.png") no-repeat center;}
.ctt-icon3{background: #a0a0a0 url("../images/ctt-icon3.png") no-repeat center;}
.ctt-way-l{
    float: left;
    width: 84px;
    margin-left: 9px;
    font-size: 16px;
    line-height: 25px;
    min-height: 1px;
}
.ctt-way-r{
    float: left;
    width: 470px;
    font-size: 16px;
    line-height: 25px;
}
.ctt-way-r span{
    font-size: 18px;
    font-weight: bold;
}
.ctt-row{
    margin-top: 16px;
}

.qr-box2{
    width: 90px;
    text-align: center;
}
.qr-box2 img {
    display: block;
    width: 90px;
    height: 90px;
}
.qr-box2 span{
    font-size: 14px;
    font-weight: normal;
}
.ctt-way2{
    margin-top: 36px;
}
.msg-form{
    width: 620px;
    margin-left: 20px;
    background: #ededed;
    height: 285px;
    padding: 18px 18px 0;
    margin-top: 22px;
}
.msg-form input[type=text]{
    outline: none;
    border: none;
    background: #fff;
    width: 278px;
    height: 42px;
    padding: 0 15px;
}
.msg-form-row{
    margin-bottom: 18px;
}
.msg-form textarea{
    width: 100%;
    height: 134px;
    background: #fff;
    resize: none;
    outline: none;
    border: none;
    padding: 10px 15px 5px;
}
.msg-form input[type=text].yzm-inp{
    width: 100px;
    height: 36px;
    float: left;
}
.yzm-img{
    float: left;
    width: 100px;
    height: 36px;
    margin-left: 4px;
}
.msg-form input[type=submit]{
    float: right;
    width: 118px;
    height: 36px;
    color: #fff;
    background: #4bb033;
    outline: none;
    border: none;
    font-size: 16px;
}
.map-wrap-part{
    margin-top: 36px;
}
.map-wrap{
    margin-top: 36px;
}
.map-wrap p{
    padding-left: 16px;
    font-size: 18px;
}
.map-ctn{
    width: 600px;
    height: 410px;
    margin-top: 22px;
}

.zp-dt{
    border: 1px solid #cdcdcd;
    padding: 40px 75px 50px;
    line-height: 28px;
}
.zp-slide div.on{
    background: #c1c1c1;
    color: #fff;
}
.zp-slide div.on .jia{
    background: url("../images/jian.png") no-repeat center;
}
.zp-tit{
    height: 76px;
    line-height: 76px;
    background: #f4f4f4;
    margin-top: 2px;
}
.jia{
    width: 26px;
    height: 26px;
    background: url("../images/jia.png") no-repeat center;
    float: right;
    margin-top: 25px;
    margin-right: 37px;
    margin-left: 26px;
    cursor: pointer;
}
.zhiwei{
    float: left;
    width: 210px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 72px;
}
.renshu{
    font-size: 18px;
}
.tjl{
    width: 96px;
    height: 32px;
    cursor: pointer;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #4bb033;
    border-radius: 15px;
    margin-top: 23px;
    position: relative;
    z-index: 998;
}
.up-popup{
    width: 575px;
    height: 286px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 999;
    text-align: center;
    padding-top: 60px;
    display: none;
}
.close-btn{
    background: url("../images/close.png") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.jl-up{
    width: 118px;
    height: 32px;
    background: #999999;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    margin: 0 auto 0;
    position: relative;
    border-radius: 15px;
}
.jl-up input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.up-popup p{
    font-size: 12px;
    color: #999999;
    margin: 12px 0 15px;
}
.up-yzm input{
    float: left;
    height: 34px;
    border: 1px solid #dcdcdc;
    outline: none;
    padding-left: 12px;
    width: 120px;
}
.up-yzm .yzm-img{
    float: left;
    width: 100px;
    height: 34px;
    border: 1px solid #dcdcdc;
}
.up-popup input[type=submit]{
    display: block;
    margin: 38px auto 0;
    background: #cb1918;
    color: #fff;
    border-radius: 15px;
    width: 118px;
    height: 32px;
    border: none;
    outline: none;
    font-size: 16px;
}
.in-tit2 h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
}
.in-tit2 h3:before{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: -78px;
    top: 15px;
}
.in-tit2 h3:after{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    right: -78px;
    top: 15px;
}
.sanji{
    margin-top: 36px;
}
.sanji ul li{
    float: left;
    margin: 0 14px;
}
.sanji ul li a{
    display: block;
    width: 100px;
    height: 32px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    line-height: 30px;
}
.sanji ul li.on a{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.sanji ul li a:hover{
    background: #4bb033;
    color: #fff;
    border: 1px solid #4bb033;
}
.cpjs-part1{
    margin-top: 80px;
}
.cpjs-part1-l{
    float: left;
    width: 600px;
    padding-left: 10px;
}
.cpjs-part1-r{
    float: right;
    padding-right: 30px;
    width: 600px;
    padding-top: 70px;
}
.cpjs-tit{

}
.cpjs-tit span{
    font-weight: bold;
    color: #4bb033;
    font-size: 36px;
}
.cpjs-tit h2{
    font-size: 22px;
}
.cpjs-txt{
    margin-top: 50px;
}
.cpjs-txt h3{
    font-size: 18px;
    font-weight: bold;
}
.cpjs-txt p{
    font-size: 16px;
    margin-top: 36px;
    line-height: 32px;
}
.pro-adv-list{
    margin-top: 60px;
}
.pro-adv-list li{
    float: left;
    width: 590px;
    margin-bottom: 50px;
}
.pro-adv-list li:nth-child(2n){
    float: right;
}
.pro-adv-list li h3{
    font-size: 20px;
    font-weight: bold;
    color: #4bb033;
}
.pro-adv-list li p{
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 14px;
}
.cpjs-part2{
    margin-top: 140px;
}
.cpjs-part3{
    margin-top: 5px;
    background: url("../images/cpjs-part3-bg.png");
    padding-bottom: 86px;
    padding-top: 90px;
}
.cpjs-part3 img{
    margin-top: 50px;
}
.cpjs-gg{
    height: 20px;
    line-height: 20px;
    border-right: 4px solid #4bb033;
    text-align: right;
}
.cpjs-gg p{
    margin-bottom: 4px;
}
.azlc-part1{
    margin-top: 65px;
}
.azlc-list{
    background: url("../images/dashed.png") no-repeat top 55px center;
}
.azlc-list li{
    float: left;
    width: 33.3333%;
    height: 316px;
    position: relative;
    padding: 0 45px;

}
.azlc-img{
    width: 114px;
    height: 114px;
    border: 4px solid #4bb033;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 0;
}
.azlc-list li span{
    font-size: 40px;
    font-family: Arial;
    font-weight: 900;
    color: #4bb033;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    top: 35px;
    left: 99px;
}
.azlc-part2{
    margin-top: 100px;
}
.azlc-part2-l{
    float: left;
    width: 50%;
}
.azlc-list li p{
    margin-top: 18px;
    line-height: 24px;
}
.zysx{
    margin-top: 40px;
    padding-left: 16px;
    font-size: 16px;
}
.azlc-part2-r{
    float: right;
    width: 50%;
    padding-left: 58px;
}
.az-video{
    width: 430px;
    height: 268px;
    margin-top: 30px;
}
.az-video video{
    width: 100%;
    height: 100%;
    outline: none;
}
.mm-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    z-index: 999;
    top: 0;
}



#case-mm {
    position: relative;
    width: 1200px;
    margin: 50px auto 0;
}

#case-mm .swiper-container {
    padding-bottom: 60px;
}

#case-mm  .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#case-mm  .swiper-slide img{
    display:block;
}
#case-mm  .swiper-slide p {
    line-height: 78px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 20px;
    margin: 0;
}
#case-mm .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url("../images/l-arrow.png") no-repeat center;
    outline: none;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}

#case-mm .swiper-button-prev:hover {
    opacity: 0.6;
}

#case-mm .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url("../images/r-arrow.png") no-repeat center;
    outline: none;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}

#case-mm .swiper-button-next:hover {
    opacity: 0.6;
}

.jmdl-tit{

}
.jmdl-tit h2{
    font-size: 24px;
    margin-bottom: 4px;
}
.jmdl-tit span{
    color: #999999;
}
.jmdl-part1{
    padding-top: 80px;
    padding-bottom: 110px;
}
.jmdl-part1-c{
    position: relative;
    margin-top: 75px;
}
.jmdl-part1-c i{
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    width: 1px;
    height: 142px;
    background: #dcdcdc;
}
.jmdl-part1-box{
    width: 50%;
    float: left;
}
.jmdl-part1-box img{
    margin: 0 auto ;
}
.jmdl-part1-box h3{
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 15px;
}
.jmdl-part1-box p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.jmdl-part2{
    background: #f4f6f4;
    padding-top: 42px;
    padding-bottom: 50px;
}
.jmdl-part2 img{
    margin-top: 20px;
}
.jmdl-part3{
    padding-top: 60px;
    padding-bottom: 70px;
}
.jmdl-part3-list{
    margin-top: 45px;
}
.jmdl-part3-list li{
    text-align: center;
    width: 380px;
    height: 328px;
    background: #f6f6f6;
    float: left;
    padding-top: 40px;
}
.jmdl-part3-list li:nth-child(2n){
    margin: 0 70px;
}
.jmdl-part3-list li h2{
    color: #4bb033;
    font-size: 64px;
    font-family: 优设标题黑;
}
.jmdl-part3-list li span{
    font-weight: bold;
    font-size: 20px;
    color: #4bb033;
}
.jmdl-part3-list li i{
    display: block;
    width: 20px;
    height: 1px;
    background: #c9c9c9;
    margin: 18px auto 16px;
}
.jmdl-part3-list li p{
    font-size: 16px;
    line-height: 28px;
}
.jmdl-part4{
    background: url("../images/jmdl-part4.jpg") no-repeat center;
    background-size: cover;
    height: 579px;
    width: 100%;
    padding-top: 60px;
}
.hhr-bg{
    background: #fff;
    width: 1150px;
    height: 374px;
    margin: 32px auto 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    padding: 65px 143px 0;
}
.hhr-form{
    font-size: 16px;
}
.hhr-form input[type=text]{
    border: 1px solid #dcdcdc;
    padding: 0 16px;
    width: 280px;
    height: 52px;
    float: left;
    margin-left: 10px;
    outline: none;
}
.hhr-form-row input[type=text]:first-child{
    margin-left: 0;
}
.hhr-form-row{
    margin-bottom: 18px;
}
.hhr-form textarea{
    width: 100%;
    height: 102px;
    resize: none;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 10px 15px 5px;
}
.hhr-form input[type=text].yzm-inp2{
    width: 140px;
    height: 42px;
    margin-right: 10px;
}
.yzm-img2{
    width: 122px;
    height: 42px;
    border: 1px solid #dcdcdc;
    float: left;
}
.hhr-form input[type=submit]{
    float: right;
    width: 204px;
    height: 54px;
    color: #fff;
    background: #4bb033;
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
}