@font-face {
    font-family: 'ziti2';
    src: url("../images/W8.TTF");
}
@font-face {
    font-family: 'ziti3';
    src: url("../images/aparajb.ttf");
}
*{
    box-sizing: border-box;
}
/*header*/
.logo{
    position: relative;
    height: 110px;
}
.logo>a{
    display: block;
    float: left;
    z-index: 1000;
}
.logo>a img{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.logo>a .text{
    float: left;
    margin-top: 25px;
}
.logo>a .text .fir{
    font-family: 'ziti2';
    color:#063f74;
    font-size:32px;
}
.logo>a .text .sec{
    color:#717171;
    font-size:18px;
    letter-spacing: 4px;
    margin-top: 9px;
}

.tel{
    float:right;
    margin-top: 25px;
    background: url("../images/24h.png") no-repeat left center;
    padding-left: 45px;
}
.tel small{
    display: block;
    font-size: 14px;
    color: #878787;
}
.tel b{
    font-weight: normal;
    font-size: 38px;
    color: #85ce03;
    font-family: 'ziti3';
}
.header{
    background: #053e73;
    line-height: 60px;
}
.nav>a,.navproshow>a{
    display: block;
    width: 171px;
    line-height: 60px;
    float:left;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
    overflow: hidden;
    border-left:1px solid #145088;
}
.nav>a:last-child{
    border-right:1px solid #145088;
}
.nav>a>span,.navproshow>a>span{
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width:100%;
    height: 100%;
    display: block;
    top:0;
    left:0;
}
.nav>a:before,.navproshow>a:before{
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 0;
    background:#85ce03;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav>a:hover:before,.navproshow>a:hover:before{
    height: 100%;
}
.nav .navproshow{
    float: left;
    position: relative;
    /*background: url("../images/xiala.png") no-repeat bottom 10px center;*/
}
.nav>a:first-child span{
    padding-left: 32px;
    background: url(../images/home1.png) no-repeat left 38px center;
}

.nav{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thyNavStyle:before{
    height: 100%;
}

/*main*/
.title{
    text-align: center;
    margin-bottom: 33px;
}
.title h2{
    float: left;
    font-size: 30px;
    color: #053e73;
    display: inline;
    font-weight: 700;
    line-height: 50px;
}
.title h2 span{
    font-size: 34px;
    color: #85ce03;
    font-family: ziti3;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 38px;
    background: url(../images/yuan.png) no-repeat left 16px top 18px;
}
.title a{
    float: right;
    display: block;
    position: relative;
    width:115px;
    height: 40px;
    line-height: 40px;
    background: #85ce03;
    border-radius: 30px;
    text-align:center;
    overflow: hidden;
}
.title a i{
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    background: #053e73;
    top:100%;
    left:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
.title a:hover i{
    top:0;
}
.title a span{
    position: absolute;
    width:100%;
    height: 100%;
    line-height: 40px;
    color:#fff;
    font-size:16px;
    top:0;
    left:0;
    z-index: 3;
}

/*search*/
.hotline{
    float:left;
    width: 910px;
}
.hotline span{
    float:left;
    font-size: 16px;
    color: #505050;
    font-weight: bold;
}
.hotline a{
    float:left;
    color: #868686;
    font-size: 14px;
    font-weight: lighter;
    margin-left: 20px;
}
.searchbg{
    line-height: 68px;
    border-bottom: 1px solid #dfdfdf;
}
.searchborder{
    float:right;
    position: relative;
    right: 0;
    top: 18px;
    width: 264px;
    height: 38px;
    line-height: 38px;
    color: #333;
    background: #eeeeee;
}
.searchborder input[type=text]{
    color: #333;
    width: 235px;
    border: 0;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    height: 34px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 20px 0 0 20px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0;
    width: 35px;
    height: 38px;
    right: 0;
    background: url("../images/search1.png") no-repeat center;
    color: #fff;
    font-size: 14px;
}
.searchborder input[type=text]:focus{
    outline: none;
    color: #333;
}
.searchborder input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#9d9d9d;
    font-size:16px;
}

.searchborder input:-moz-placeholder,textarea:-moz-placeholder{
    color:#9d9d9d;
    font-size:16px;
}

.searchborder input::-moz-placeholder,textarea::-moz-placeholder{
    color:#9d9d9d;
    font-size:16px;
}
.searchborder input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#9d9d9d;
    font-size:16px;
}

/*优势*/
.you-item{
    padding:60px 0 88px 0;
}
.you-list{
    float: left;
    width:154px;
    margin-right: 55px;
}
.you-list:last-child{
    margin-right: 0;
}
.you-list .imgbox{
    width:100%;
    height: 178px;
    background: url("../images/ybg1.png") no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.you-list .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.you-list:hover .imgbox{
    background: url("../images/ybg2.png") no-repeat center;
}
.you-list p{
    text-align:center;
    font-size:20px;
    font-weight: 700;
    color:#383838;
    margin-top: 10px;
}
/*product*/
.productbg{
    padding-bottom:85px;
}


.profl_left{
    float:left;
    background: #3b3b3b;
    width: 200px;
    height: 165px;
    position: relative;
    text-align: center;
}
.profl_left img{
    position: absolute;
    bottom:0;
    right:0;
}

.profl_left h4{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 42px;
}
.profl_left p{
    font-size: 18px;
    margin-top: 7px;
    color: #ffffff;
}

.index_type{
    float: left;
    width:380px;
    margin-right: 30px;
}
.index_type:nth-child(3n){
    margin-right: 0;
}
.index_type:nth-child(-n+3){
    margin-bottom: 30px;
}
.index_type .imgbox{
    width:100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.index_type .imgbox .pic-img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_type .imgbox:hover .pic-img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.index_type .imgbox .meng{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(5,62,115,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.index_type .imgbox:hover .meng{
    opacity: 1;
    visibility: visible;
}
.index_type .imgbox .text{
    position: absolute;
    z-index: 3;
    width:100%;
    padding:0 30px;
    left:0;
    bottom:30px;
}
.index_type .imgbox .text .fir{
    float: left;
    color:#fff;
    font-size:22px;
}
.index_type .imgbox .text img{
    float: left;
    margin-left: 8px;
    margin-top: 16px;
}
.index_type .imgbox .text .line{
    width:20%;
    height: 5px;
    background: #85ce03;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
}
.index_type .imgbox:hover .text .line{
    width:100%;
}



.banner2{
    background: url("../images/banner2.jpg") no-repeat center;
    height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}
.banner2 .code{
    float:left;
    width: 123px;
    text-align: center;
    color: #fff;
}
.code img{
    width:100%;
}
.code p{
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
}
.banner_text{
    margin-left: 34px;
    color: #fff;
    float:left;
    width: 500px;
}
.banner_text h4{
    font-size: 32px;
}
.banner_text p{
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 23px;
    font-weight: lighter;
}
.banner_text small{
    display: inline-block;
    padding-left: 61px;
    font-size: 14px;
    line-height: 45px;
    background: url("../images/tel.png") no-repeat 26px center;
    border:1px solid #fff;
    border-radius: 30px;
    padding-right: 26px;
}
.banner_text small span{
    font-size: 26px;
    vertical-align: top;
    padding-left: 6px;
}
.banner_form{
    float:right;
    width: 484px;
    color: #fff;
}
.banner_form>p{
    font-size: 18px;
    margin-bottom: 10px;
}
#indexform div{
    float:left;
    width: 336px;
}
#indexform div:last-of-type{
    float:right;
    width: 131px;
}
#indexform input[type=text]{
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 46px;
    background:#fff url("../images/user.png") no-repeat 295px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
}
#indexform input[name=tel]{
    background:#fff url("../images/tel2.png") no-repeat 295px center;
}
#indexform input[type=submit]{
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 55px;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#4fc426 url("../images/jt2.png") no-repeat center 55px;
}
.introbg{
    background: #f3f3f3;
    padding-bottom: 55px;
}
.swiper-intro .swiper-slide>div{
    display: block;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 16px;
    height: 355px;
}
.swiper-intro .swiper-slide>div b{
    width: 100%;
    display: block;
    height: 203px;
}
.intro_text>p{
    font-size: 18px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 16px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background:url("../images/video.png") no-repeat right center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-intro a:hover .intro_text p{
    color: #0285da;
}
.intro_text small{
    font-size: 14px;
    color: #949494;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.intro{
    position: relative;
}
.intro .swiper-button-next{
    right:-90px;
    width: 65px;
    height: 65px;
    background: url("../images/intro_r.png") no-repeat center;
}
.intro .swiper-button-prev{
    left:-90px;
    width: 65px;
    height: 65px;
    background: url("../images/intro_l.png") no-repeat center;
}
.btn_more{
    text-align: center;
    margin-top: 46px;
}
.btn_more .clear{
    display: inline-block;
}
.btn_more a{
    float:left;
    min-width: 188px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
    color: #616161;
    position: relative;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.btn_more a:last-of-type{
    background: #0285da;
    color: #fff;
    margin-left: 23px;
}
.btn_more a:before{
    background: #4fc426;
    content:attr(data-attr);
    width:100%;
    color: #fff;
    display: block;
    height: 3px;
    position: absolute;
    bottom:0;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.btn_more a:hover:before{
    height: 100%;
}



.swiperBox{
    position: relative;
    width:1200px;
    height: 220px;
}

.swiperBox .swiperM{
    width:1200px;
    margin:0 auto;

}
.swiperBox .swiperM .case-list{
    float: left;
    width:285px;
    margin-right: 20px;
}
.swiperBox .swiperM .imgbox{
    width:100%;
    height: 220px;
    position: relative;
}
.swiperBox .swiperM .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.swiperBox .swiperM .imgbox span{
    display: block;
    position: absolute;
    width:100%;
    line-height: 44px;
    font-size:14px;
    color:#fff;
    text-align:center;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 1%;
}
.swiperBox .swiperM .imgbox:hover span{
    line-height: 50px;
}



.swiper-pagination{

    left:50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    bottom: -53px;

}

.swiper-pagination-bullet{

    width:12px;

    height: 12px;

    border-radius: 0;

    margin-right:10px;

}

.swiper-pagination-bullet:last-child{

    margin-right: 0;

}

.swiper-pagination-bullet-active{

    background:#dd2129;

}

.swiperM .swiper-slide span{
    display: block;
    line-height: 45px;
    width:100%;
    text-align: center;
    color:#646464;
    font-size: 16px;

}

/*合作单位*/
.hezuo{
    padding:60px 0 50px 0;
}
.swiper-container-hezuo .swiper-slide{
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.swiper-container-hezuo .imgbox{
    width:100%;
    height: 100px;
    border:1px solid #e5e5e5;
    position: relative;
}
.swiper-container-hezuo .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}



/*news*/
.news{
    width: 593px;
    height: 477px;
    float:left;
    overflow: hidden;
    background: #f6f6f6;
}
.newstit{
    border-bottom: 2px solid #fff;
}
.newstit a{
    float:left;
    line-height: 64px;
    width:50%;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}
.newstit_hover{
    background: #0285da;
    color: #fff!important;
}
.ques{
    background: #f6f6f6;
    float:right;
    width: 594px;
    height: 477px;
    overflow: hidden;
}
.news_show{
    width: 100%;
    padding:23px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_show>div>a{
    display: block;
}
.news_show>div>a b{
    width: 222px;
    height: 152px;
    float:left;
}
.news_text{
    float:left;
    width: 279px;
    margin-left: 20px;
    height: 150px;
    position: relative;
}
.news_text p{
    font-size: 16px;
    color: #3e3e3e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_text small{
    font-size: 14px;
    color: #909090;
    margin-top: 9px;
    line-height: 28px;
    display: block;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_show>div>a:hover .news_text small{
    color: #0285da;
}
.news_show>div{
    display: none;
}
.news_text span{
    font-size: 14px;
    color: #bcbcbc;
    position: absolute;
    bottom:0;
    left:0;
}
.news_show ul{
    margin-top: 10px;
}
.news_show ul li a{
    display: block;
    line-height: 56px;
    border-bottom: 1px dashed #e3e3e3;
}
.news_show ul li:last-of-type a{
    border-bottom: 0;
}
.news_show ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_show ul li a p{
    float:left;
    font-size: 16px;
    color: #3e3e3e;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_show ul li a:hover p{
    color: #0285da;
}
.news_show ul li a span{
    float:right;
    font-size: 14px;
    color: #656565;
}
.ques_show ul li{
    padding-top: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.ques_show ul li a{
    display: block;
}
.ques_show{
    padding:0 32px;
    height: 395px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ques_show ul li a p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    color: #3e3e3e;
    background: url("../images/ask.png") no-repeat left center;padding-left:40px;display: block;
}
.ques_show ul li a small{
    font-size: 14px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    color: #909090;padding-left:40px;display: block;   background: url("../images/ans.png") no-repeat left center;
}
.ques_show ul li a:hover small{
    color: #0285da;
}
.questit{
    border-bottom: 2px solid #fff;
    line-height: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 32px;
    margin-bottom: 16px;
}
.questit h4{
    font-size: 18px;
    color: #0285da;
    float:left;
}
.questit a{
    font-size: 16px;
    color: #6f6f6f;
    float:right;
}



.jianjie
{
    padding:98px 0 73px 0;
    background: url("../images/jianjiebg.jpg") no-repeat center;
   }
.jianjie .jianjie-left{
    float: right;
    width:550px;
}
.jianjie .jianjie-left .fir{
    font-size: 22px;
    font-weight: 700;
    color: #85ce03;
    margin-bottom: 24px;
    margin-top: 56px;
}

.jianjie .jianjie-left .thr{
    font-size:14px;
    line-height: 30px;
    color:#fff;
}
.jianjie .jianjie-left .thr a{
    color:#83cb0b;
    font-weight: 700;
}
.jianjie .jianjie-left .thr a:hover{
    text-decoration: underline;
}
.jianjie .jianjiebox img{
    float: left;
}
.jianjie .jianjiebox .moive{
    background: #fff;
    float: left;
    width: 614px;
    height: 370px;
    box-shadow: 0px 0px 6px #131313;
    border-radius: 10px;
    overflow: hidden;
}
.casebox{
    margin-top: 54px;
}
.jianjie .title{
    margin-bottom: 15px;
}


.index_news{
    padding:60px 0;
    background: #f6f6f6;
}
.index_news .index_news_list{
    float: left;
    width:378px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 33px;
}
.index_news .index_news_list:nth-child(3){
    margin-right: 0;
}
.index_news .index_news_list .imgbox{
    width:100%;
    height: 192px;
}
.index_news .index_news_list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.index_news .index_news_list .text{
    background: #fff;
    padding:30px 25px;
    height:230px;
}
.index_news .index_news_list .text h3{
    font-size:16px;
    color:#3e3e3e;
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_news .index_news_list .text .des{
    font-size:14px;
    color:#919191;
    line-height: 28px;
    margin: 15px 0 13px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index_news .index_news_list .text .line{
    width:100%;
    height: 1px;
    background: #e2e2e2;
    position: relative;
}
.index_news .index_news_list .text .line:after{
    display: block;
    position: absolute;
    content:"";
    left:0;
    top:0;
    width:0;
    height: 1px;
    background: #85ce03;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_list:hover .text .line:after{
    width:328px;
}
.index_news .index_news_list .text span{
    font-size:14px;
    color:#85ce03;
    display: block;
    line-height: 35px;
    margin-top: 12px;
    text-transform: uppercase;
}



    /*company*/
.company{
    height: 478px;
    text-align: left;
    background: url("../images/combg.jpg") no-repeat center;
}
.company .title{
    text-align: left;
}
.company .btn_more{
    text-align: left;
}
.company p{
    width: 420px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}




/*meter*/
.meter{
    padding-top: 50px;
    padding-bottom: 68px;
}
.meter li{
    float:left;
    margin-right: 21px;
}
.meter li:last-of-type{
    margin-right: 0;
}
.meter li span{
    display: block;
    line-height: 43px;
    color: #4fc426;
    padding-bottom: 5px;
    font-size: 30px;
    background: url("../images/metline.png") no-repeat left bottom;
}
.meter li b{
    font-size: 24px;
    color: #0285da;
    display: block;
    margin-top: 10px;
    margin-bottom: 17px;
}
.meter li a{
    width: 386px;
    height: 230px;
}
.meter li a p{
    position: absolute;
    width:100%;
    height: 100%;
    color: #fff;
    left:0;
    top:0;
    padding-top: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(69, 165, 36, 0.71) url("../images/search.png") no-repeat center 80px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.meter li a:hover p{
    opacity: 1;
}

/*footer*/
#footer{
    background: #28292b;
    padding-bottom: 50px;
}
#footer .footer-top .footer-logo{
    float: left;
    width:135px;
    height: 135px;
    border-radius: 0 0 10px 10px;
    background: #85ce03;
}
#footer .footer-top .footer-logo img{
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}
#footer .footer-top .fot_nav{
    float: right;
    width:875px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding:50px 0 30px 0;
    position: relative;
}
#footer .footer-top .fot_nav:after{
    position: absolute;
    bottom:0;
    left:0;
    width:200%;
    height: 1px;
    background: #3c3d3f;
    content:"";
}
#footer .footer-top .fot_nav a{
    display: block;
    color:#fff;
    font-size:16px;
    position: relative;
}
#footer .footer-top .fot_nav a:after{
    display: block;
    content:"";
    position: absolute;
    right:-37px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:1px;
    height: 13px;
    background: #3c3d3f;
}
#footer .footer-top .fot_nav a:last-child:after{
    display: none;
}
#footer .footer-bottom{
    margin-top: 30px;
}
#footer .footer-bottom-left{
    float: left;
}
#footer .footer-bottom-left p {
    font-size:14px;
    color:#646668;
    line-height: 28px;
}
#footer .footer-bottom-left p a{
    color:#646668;
}
#footer .footer-bottom-left p a:hover{
    text-decoration: underline;
    color:#fff;
}
.code{
    float:right;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    padding:10px;
}
.code img{
    width: 100%;
}
#footer .footer-bottom .footer-text{
    float: right;
    margin-right: 30px;
}
#footer .footer-bottom .footer-text a{
    display: block;
    float: right;
    display: block;
    position: relative;
    width:115px;
    height: 40px;
    line-height: 40px;
    background: #85ce03;
    border-radius: 30px;
    text-align:center;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 14px;
}
#footer .footer-bottom .footer-text a i{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #053e73;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
#footer .footer-bottom .footer-text a:hover i{
    top:0;
}
#footer .footer-bottom .footer-text a span{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    top: 0;
    left: 0;
    z-index: 3;
}
#footer .footer-bottom .footer-text p{
    text-align:right;
}
#footer .footer-bottom .footer-text .fir{
    font-size: 14px;
    color: #646668;
}
#footer .footer-bottom .footer-text .sec{
    font-size: 34px;
    color: #85ce03;
    font-family: ziti3;
}
.gotop {
    width: 50px;
    height: 50px;
    background: #fff url(../images/gotop.png) no-repeat center;
    border: 1px solid #eee;
    position: fixed;
    right: 3%;
    bottom: 7%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.gotop.active {
    opacity: 1;
    visibility: visible;
}

.fot_bottom{
    float:right;
    width: 326px;
}
.fot_bottom span,.fot_bottom a{
    font-size: 14px;
    display: block;
    color: #d6d8dc;
    line-height: 30px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    float:left;
}
.fot_bottom .login{
    float:right;
}
.fot_bottom a:hover{   text-decoration: underline}

.link{
    background: #2c2c2c;
    line-height: 50px;
}
.link span{
    float:left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.link a{
    float:left;
    font-size: 14px;
    margin-left: 10px;
    line-height: 50px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.link a:hover{
    text-decoration: underline;
}

/*totop*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;
    background:url(../images/r_b.png) 0px bottom no-repeat;
}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.ic_ul{width:1200px;margin:0 auto;}
.ic_ul li{width:240px;height:68px;text-align:center;line-height:68px;float:left;position:relative;
    background: #f0f0f0;
    font-size: 18px;
    border-right: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #454545;
    cursor: pointer;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.ic_ul li a{
    display: block;
    color: #454545;
}
.ic_ul li:hover a{
    background: #0285da!important;
    color: #fff!important;
}
.ic_ul li.active a{
    background: #0285da!important;
    color: #fff!important;
}
.ic_ul li:hover:after{
    position: absolute;
    content: '';
    left:50%;
    bottom:0;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.ic_ul li.active:after{
    position: absolute;
    content: '';
    left:50%;
    bottom:0;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.ic_ul li:last-of-type{
    border-right: 0;
}
.company_inner .company_des{
    font-size: 15px;
    line-height: 30px;
    color: #6b6b6b;
    margin: 30px 0;
}
#certify {
    position: relative;
}
#certify .swiper-container {
    padding-bottom: 60px;
    overflow: inherit;
}
#certify .swiper-slide {
    width: 520px;
    height: 355px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: -40px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
}
#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}
.info_fc{
    padding-bottom: 150px;
    overflow: hidden;
}
.info_company_title {
    text-align: center;
    padding: 80px 0 70px 0;
    position: relative;
}
.info_company_title b {
    display: block;
    font-size: 35px;
    color: #494949;
    position: relative;
    z-index: 2;
}
.info_company_title small {
    display: block;
    font-size: 64px;
    color: #ecf1f6;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}
.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}
.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333;
}
.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}
.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}
.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.contact-inner{
    margin:60px 0;
}
.contact-inner .c-left{
    float: left;
    width:600px;
}
.contact-inner .c-right{
    float: left;
    width:600px;
    height: 304px;
}
.contact-inner .c-right-top{
    height: 198px;
    width:100%;
    background: #006835;
    padding:50px 0 0 90px;
}
.contact-inner .c-right-top p{
    color:#fff;
    margin-bottom: 5px;
}
.contact-inner .c-right-bottom{
    width:100%;
    height: 106px;
    background: #f6f6f6;
    padding-left: 90px;
}
.contact-inner .c-right-bottom .imgbox{
    float: left;
    margin-top: 10px;
}
.contact-inner .c-right-bottom .imgbox p{
    float: left;
    width:40px;
    color:#636363;
    font-size:14px;
    margin-top: 21px;
}
.contact-inner .c-right-bottom .imgbox img{
    float: left;
    width:87px;
}
.contact-inner .c-right-bottom .contact-a{
    float: left;
    display: block;
    width: 115px;
    line-height: 34px;
    border: solid 1px #eb9b2a;
    color: #eb9b2a;
    font-size: 14px;
    text-align:center;
    margin-top: 34px;
    margin-left: 36px;
}
.contact-inner .c-right-bottom .contact-a:hover{
    background: #eb9b2a;
    color:#fff;
}

.ncontact{
    margin: 50px 0;
}
.ncontact li{width: 285px;height: 230px;float: left;margin-right: 20px;cursor: pointer;transition: 0.2s;position: relative}
.ncontact li:nth-child(4){margin-right: 0}
.ncontact li:nth-child(1){background: #d8eefb url("../images/cabout.png") top 30px center no-repeat;}
.ncontact li:nth-child(1):hover{background: #bae3fb url("../images/cabout.png") top 30px center no-repeat;
    box-shadow: 0px 3px 10px 2px #ddd;transform: translateY(-8px)}
.ncontact li:nth-child(2){background: rgba(28,90,193,0.3) url("../images/clink.png") top 30px center no-repeat;}
.ncontact li:nth-child(2):hover{background: rgba(28,90,193,0.4) url("../images/clink.png") top 30px center no-repeat;
    box-shadow: 0px 3px 10px 2px #ddd;transform: translateY(-8px)}
.ncontact li:nth-child(3){background: #ebf3da  url("../images/ctel.png") top 30px center no-repeat;}
.ncontact li:nth-child(3):hover{background: #e4f3c3 url("../images/ctel.png") top 30px center no-repeat;
    box-shadow: 0px 3px 10px 2px #ddd;transform: translateY(-8px)}
.ncontact li:nth-child(4){background: #d8eefb url("../images/add.png") top 30px center no-repeat;}
.ncontact li:nth-child(4):hover{background: #c4e7fb url("../images/add.png") top 30px center no-repeat;
    box-shadow: 0px 3px 10px 2px #ddd;transform: translateY(-8px)}
.tc {
    text-align: center;
}
.mt100 {
    margin-top: 100px!important;
}
.f18 {
    font-size: 18px;
}
.c6 {
    color: #666;
}
.f14 {
    font-size: 14px;
}
.mt10 {
    margin-top: 10px!important;
}
.mt5 {
    margin-top: 5px!important;
}
.swiper-banner{
    position: relative;
}
.swiper-banner .banner-bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 72px;
    background: url(../images/banner-bottom.png) no-repeat center;
    z-index: 100;
}
.swiper-button-white {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 15px 25px!important;
}