.main{ line-height: 30px; padding: 5% 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; background: url("../images/shuiyin.png") no-repeat center top; width: 100%; height: 100%; background-size: 100% 100%;}*/


#dituContent label {
  max-width: unset!important;
  text-align: center;
}


/*头部*/
#top_bj{ width: 100%; height: auto; transition:0.5s; background: #fff; }
#top_index{ height: auto; margin: 0 auto;}
#logo{ padding-top: 2%; padding-bottom: 2%; text-align: left;}
#logo a{ display: block; float: left;}
#logo a img{ max-width: 100%;}
#logo .float-left{ border-left: 1px solid #d6d6d6; padding-left: 2%; margin-left: 2%;}
#logo .float-left p{ color: #0051a3; font-weight: bold; font-size: 26px;}
#logo .float-left span{ color: #2b2b2b; font-size: 16px;}
#top_tel{ color: #666666; transition:0.5s;}
#top_tel .top_tel_con{ position: relative; z-index: 1; padding: 7% 0 0 5%; }
#top_tel .top_tel_con i{ font-size: 45px; float: right; margin-top: 15px; color: #009944;}
#top_tel .top_tel_con .left{ float: right; width: 45%; padding-left: 3%; font-size: 14px; line-height: 25px;}
#top_tel .top_tel_con span{ font-size: 28px; font-family: Impact; color: #0051a3;}
@media screen and (max-width:1400px){
    #top_tel .top_tel_con span{ font-size: 26px;}
}
@media screen and (max-width:768px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 4% 30px; text-align: left;}
    #logo a img{ max-width: 80%;}
}

#top_bj #nav_bj{ background: #0051a3;}

#nav{ height: auto; transition:0.3s; margin: 0 auto !important;}
#nav li{ float: left; width: 12%; height: 50px; line-height: 50px; font-size: 16px; font-weight: normal; color: #fff; text-align: center; transition:0.5s;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #fff;}
#nav li:hover{ background: #009944;}
#nav li:hover a{ color: #fff;}


@media (min-width: 1200px) and (max-width: 1440px){
  #nav li{ font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 15px;}
}


#ssbj{ background: #f2f2f2; height: 55px; border-bottom: 1px solid #eeeeee;}
#ssbj .rmss{ line-height: 55px; color: #666666;}
#ssbj .rmss i{ float: left; color: #0657b2; margin-right: 10px;}
#ssbj .rmss a{ padding: 0 1%; color: #666666;}
#ssbj .rmss span{ color: #333333;}
.zy_search_form{ width: 100%; height: 40px; line-height: 40px; float: right;}
.zy_search_form #search_name{ width: 80%; height: 38px; line-height: 38px; background: #fff; float: left; outline: none; color: #676767; font-size: 13px; text-indent: 20px;}
.zy_search_form #button{ width: 20%; height: 38px; line-height: 38px; color: #fff; background: #0051a3; float: right; cursor: pointer; border:none; outline: none; transition: 0.3s;}
@media screen and (max-width:768px){
    .zy_search_form{ width: 100%; margin-top: 4%; float: none;}
}



#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 5%;}
#banner .swiper-pagination-bullet{ width: 12px; height: 12px; transition:0.3s;}
#banner .swiper-pagination-bullet-active{ width: 50px; border-radius: 8px;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 50px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }


#slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
#slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
#slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
#slideBox1 .hd li.on{ background:#fff;  }
#slideBox1 .bd{ position:relative; z-index:0; }
#slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
#slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
#slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
#slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }



/*底部*/
#end_nr_bj{ background: #0051a3; width: 100%; height: auto; overflow: hidden; color: rgba(255,255,255,0.5);}
#end_nr_bj a{ color: rgba(255,255,255,0.5); transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(255, 255, 255, .3);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#end_nr_bj a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#end_nr_bj .main{ padding: 2% 0;}
#end_nr_bj .main .end_con ul{ border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .main .tit{ font-size: 16px !important; color: #fff; font-weight: bold; position: relative; height: 40px;}
#end_nr_bj .main .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #46af33; width: 30px; transition:0.3s;}
#end_nr_bj .main .tit:hover:before{ width: 60px;}
#end_nr_bj .main .end_con ul li{ line-height: 30px; transition:0.3s;}
#end_nr_bj .main .end_con .lxwm{ color: rgba(255,255,255,0.5);}

#end_nr_bj .main .pic .end_tel{ color: rgba(255,255,255,0.7);}
#end_nr_bj .main .pic .end_tel i{ float: left; font-size: 40px; color: #fff; margin: 5px 10px 0 0;}
#end_nr_bj .main .pic .end_tel span{ display: block; color: #fff; font-size: 26px;}
#end_nr_bj .main .pic .end_tel .float-left{ line-height: 25px;}
#end_nr_bj .main .pic .end_wx p{ float: left; width: 35%;}
#end_nr_bj .main .pic .end_wx p img{ max-width: 100%; display: inline-block;}
#end_nr_bj .main .pic .end_wx .float-left{ color: rgba(255,255,255,0.7); padding: 5% 0 0 5%;}
#end_nr_bj .main .pic .end_wx .float-left span{ display: block; color: #fff; font-size: 16px;}
@media screen and (max-width:1400px){
    #end_nr_bj .main .left ul{ padding: 0 3%;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main{ padding: 5% 0;}
    #end_nr_bj .main .end_con .lxwm{ padding: 0 5%;}
    #end_nr_bj .main .pic{ text-align: center;}
}


#end_line{ height: auto; padding: 10px 0; color: #818181; font-size: 14px; background: #282828;}


.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#e50113;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#0051a3;}
.footer_zx a:last-of-type{ background: #444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}




/*首页*/
#khal{ margin: 0;}
#khal .swiper-slide { background-position: center; position: relative;}
#khal .swiper-slide img{ max-width: 100% !important; height: auto;}

#khal .gallery-thumbs { height: auto; text-align: left; background: #f5f5f5;}
#khal .gallery-thumbs .swiper-wrapper{ padding: 0; height: auto;}
#khal .gallery-thumbs .swiper-slide { border-bottom: 1px solid #eeeeee; cursor: pointer; height: auto; color: #333333; font-size: 16px; padding-top: 7%; padding-left: 20px;}
#khal .gallery-thumbs .swiper-slide i{ float: left; margin-right: 10px;}
#khal .gallery-thumbs .swiper-slide-thumb-active { color: #0054a3; }

#cplogo{ background: url("../images/lb_bt.jpg") no-repeat left top; color: #fff; padding: 15% 10%;}
#cplogo p{ font-size: 36px; font-family: Bahnschrift; text-transform: uppercase;}
#cplogo span{ display: block; position: relative; font-size: 24px; padding: 5% 0;}
#cplogo span:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 10%; height: 1px; background: #fff;}
#cptel{ display: inline-block; width: 100%; margin: 0; padding: 7%;}
#cptel p i{ float: left; color: #656565; margin-right: 10px;}
#cptel span{ color: #0060b7; font-size: 30px; font-family: Bahnschrift;}


#khal .gallery-top { height: auto; padding: 0;}
#khal .gallery-top .big{ width: 95%; float: right; background: #f6f7fc;}
#khal .gallery-top .big li{ margin: 0;}
#khal .gallery-top .big .pic{ width: 100%; height: 0; padding-bottom: 38%; position: relative; overflow: hidden;}
#khal .gallery-top .big .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#khal .gallery-top .big .pic dl{ position: absolute; left: 0; top: 0; background: #009944; z-index: 1; width: 60px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; text-align: center; color: #fff; padding: 2% 0 5%;}
#khal .gallery-top .big .pic dl dt{ font-weight: normal; position: relative; line-height: 22px; padding: 10px 0;}
#khal .gallery-top .big .pic dl dt i{ font-size: 20px;}
#khal .gallery-top .big .pic dl dt:before{ position: absolute; width: 50%; left: 25%; bottom: 0; height: 1px; background: rgba(255,255,255,0.5); content: '';}
#khal .gallery-top .big .font{ padding: 5% 5% 0;}
#khal .gallery-top .big .font .tit{ color: #0051a3; font-size: 24px; font-weight: bold; border-bottom: 1px dashed #c5c5c5;}
#khal .gallery-top .big .font .content{ color: #666666; font-size: 14px;}
#khal .gallery-top .big .font dl{ border-top: 1px dashed #c5c5c5; padding: 5% 0; margin: 0;}
#khal .gallery-top .big .font dl dt{ height: 30px; line-height: 30px; font-weight: normal; color: #333333; margin-right: 2%; transition:0.3s;}
#khal .gallery-top .big .font dl dt span{ color: #009944; font-weight: bold;}
#khal .gallery-top .big .font dl dt i{ float: left; margin-right: 10px; color: #0054a3; font-size: 20px;}
#khal .gallery-top .small{ width: 97%; float: right; background: #fff; padding: 20px 15px; text-align: center;}
#khal .gallery-top .small li{ display: inline-block; padding: 1%; transition:0.3s;}
#khal .gallery-top .small li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#khal .gallery-top .small li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#khal .gallery-top .small li .pic dl{ position: absolute; left: 0; top: 0; background: #009944; z-index: 1; width: 60px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; text-align: center; color: #fff; padding: 2% 0 5%;}
#khal .gallery-top .small li .pic dl dt{ font-weight: normal; position: relative; line-height: 22px; padding: 10px 0;}
#khal .gallery-top .small li .pic dl dt i{ font-size: 20px;}
#khal .gallery-top .small li .pic dl dt:before{ position: absolute; width: 50%; left: 25%; bottom: 0; height: 1px; background: rgba(255,255,255,0.5); content: '';}
#khal .gallery-top .small li .tit{ background: #f5f5f5; color: #666666; font-size: 16px; line-height: 40px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#khal .gallery-top .small li:hover img{ transform: scale(1.1);}


@media (min-width: 768px) and (max-width: 1200px){
    #khal .gallery-top .big .font .tit{ font-size: 18px;}
}

.item-tools { height: 48px; line-height: 48px; text-align: center; width: 90%; overflow: hidden;}
.item-tools a { display: block; float: left; flex: 1; width: 50%; border-radius: 5px; background-color: #009944; color: #ffffff; margin-right: 10px; }
.item-tools a.btn-free { background-color: #0051a3; color: #fff; }
.item-tools a:hover { background-color: #009944; color: #ffffff; }
.item-tools a:hover ~ .btn-ask { background-color: #0051a3; color: #fff; }

@media (min-width: 768px) and (max-width: 1200px){
    #khal .gallery-thumbs .swiper-slide p{ font-size: 16px;}
    #khal .gallery-thumbs .swiper-slide span{ font-size: 12px;}
    #khal #top_tel .right span{ font-size: 24px;}
    #khal .gallery-top .big .font{ padding: 5%;}
    .item-tools{ height: 40px; line-height: 40px;}
}
@media screen and (max-width:768px){
    #khal .gallery-top .big .pic{ padding-bottom: 75%;}
    #khal .gallery-thumbs .swiper-wrapper{ padding: 0 0 1%;}
    #khal .gallery-thumbs .swiper-slide{ height: auto; line-height: 25px; padding: 3% 0 3% 2%; border: none;}
    #khal .gallery-thumbs .swiper-slide p{ font-size: 14px;}
    #khal .gallery-thumbs .swiper-slide span{ font-size: 12px;}
    #khal .gallery-top .big,#khal .gallery-top .small{ width: 100%; float: none;}
    #khal .gallery-top .big .font{ padding: 5%;}
    #khal .gallery-top .small{ padding: 5px;}
    .item-tools{ width: 100%;}
    #khal .gallery-top .small li p{ font-size: 14px;}
}


#gg_bj{ background: url("../images/gg.jpg") no-repeat center fixed;}
#gg_bj .main{ padding: 2% 0; color: #fff;}
#gg_bj .main h1{ font-size: 36px; font-weight: bold !important;}
#gg_bj .main h4{ background: #009944; height: 45px; line-height: 45px; display: inline-block; font-size: 18px; padding: 0 5%; border-radius: 30px;}
#gg_bj .main p{ font-size: 18px;}
#gg_bj .main p span{ font-family: Impact; font-size: 32px; padding-left: 10px;}

.tit_in{ text-align: center; position: relative;}
.tit_in h1{ color: #333333; font-size: 36px; position: relative; z-index: 2;}
.tit_in h1 span{ color: #0051a3; font-weight: bold;}
.tit_in p{ position: absolute; z-index: 1; width: 100%; top: 5px; color: #f8f8f8; font-size: 70px; font-family: Impact; text-transform: uppercase;}
.tit_in i{ font-size: 18px; text-transform: uppercase; color: #a9a9a9; margin-top: 10px; font-family: arial; }
@media screen and (max-width:768px){
    .tit_in p{ font-size: 30px; top: 0;}
    .tit_in h1{ font-size: 24px;}
    .tit_in i{ font-size: 13px; margin-top: 5px;}
    #gg_bj .main h1{ font-size: 20px;}
    #gg_bj .main h4{ font-size: 14px; line-height: 25px; height: auto; padding: 1% 8%;}
    #gg_bj .main p{ font-size: 16px;}
    #gg_bj .main p span{ font-size: 24px;}
    #gg_bj .main{ padding: 5% 0;}
}


#youshi{ margin: 5% 0 0; position: relative;}
#youshi .pic{ text-align: center;}
#youshi .pic img{ max-width: 100%;}
#youshi .font1{ left: 0; top: 0; width: 45%;}
#youshi .font2{ left: 0; top: 40%; width: 33%;}
#youshi .font2 .content{ width: 80% !important;}
#youshi .font3{ left: 0; bottom: 0; width: 40%;}
#youshi .font4{ right: 0; top: 0; width: 45%;}
#youshi .font5{ right: 0; top: 40%; width: 33%;}
#youshi .font5 .content{ width: 80% !important;}
#youshi .font6{ right: 0; bottom: 0; width: 40%;}
#youshi .font{ position: absolute;}
#youshi .font .fontnr{ width: 80%;}
#youshi .font .tit{ position: relative; padding-bottom: 10px;}
#youshi .font .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 1px; background: #eaeaea; width: 110%;}
#youshi .font .tit:after{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #079c49; width: 10%;}
#youshi .font .tit p{ color: #333333; font-size: 22px; font-weight: bold;}
#youshi .font .tit span{ color: #666666; font-size: 16px;}
#youshi .font .content{ color: #666666; font-size: 15px; width: 65%; padding-top: 3%; line-height: 25px;}
#youshi .font .content span{ color: #079c49;}
#youshi .font .num{ width: 20%; position: relative; z-index: 1;}
#youshi .font .num img{ width: 118px;}
#youshi .font4 .tit,#youshi .font4 .content,#youshi .font5 .tit,#youshi .font5 .content,#youshi .font6 .tit,#youshi .font6 .content{ text-align: right;}
#youshi .font4 .content,#youshi .font5 .content,#youshi .font6 .content{ float: right;}
#youshi .font4 .tit:before,#youshi .font5 .tit:before,#youshi .font6 .tit:before{ left: auto; right: 0;}
#youshi .font4 .tit:after,#youshi .font5 .tit:after,#youshi .font6 .tit:after{ left: auto; right: 0;}
#youshi .font1 .fontnr,#youshi .font2 .fontnr,#youshi .font3 .fontnr,#youshi .font4 .num,#youshi .font5 .num,#youshi .font6 .num{ float: left;}
#youshi .font1 .num,#youshi .font2 .num,#youshi .font3 .num,#youshi .font4 .fontnr,#youshi .font5 .fontnr,#youshi .font6 .fontnr{ float: right;}
@media (min-width: 1200px) and (max-width: 1400px){
    #youshi .font2{ width: 26%;}
    #youshi .font5{ width: 30%;}
}
@media (min-width: 768px) and (max-width: 1200px){
    #youshi .font{ position: relative; width: 90%; clear: both; margin: 0 0 3% 5%;}
    #youshi .font .num{ width: 20%;}
    #youshi .font .num img{ width: 100%;}
    #youshi .font .fontnr{ width: 80%;}
    #youshi .font .content{ width: 100%; font-size: 14px; line-height: 25px;}
}
@media screen and (max-width:765px){
    #youshi .font{ position: relative; width: 90%; clear: both; margin: 0 0 5% 5%;}
    #youshi .pic img{ max-width: 45%;}
    #youshi .font .num{ width: 30%;}
    #youshi .font .num img{ width: 100%;}
    #youshi .font .fontnr{ width: 70%;}
    #youshi .font .content.#youshi .font2 .content,#youshi .font5 .content{ width: 100%;}
    #youshi .font .tit:before{ width: 100%;}
    #youshi .font .tit{ line-height: 20px;}
    #youshi .font .tit p{ font-size: 18px;}
    #youshi .font .tit span{ font-size: 14px;}
    #youshi .font .content{ width: 100%; font-size: 14px; line-height: 25px;}
}


.hui{ background: #f2f2f2;}
.hui .tit_in p{ color: #ebebeb;}

#gshj{ position: relative;}
#gshj .swiper-container {
    width: 100%;
    height: 100%;
    padding: 5% 0;
}
#gshj .swiper-slide {
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#gshj .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#gshj .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;transition:0.3s; }
#gshj .swiper-slide p{ width: 100%; height: 70px; line-height: 70px; background: #fff; transition:0.3s; }
#gshj .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(0, 0, 0, 0.1));}
#gshj .swiper-slide:hover .pic img{ transform: scale(1.1);}
#gshj .swiper-slide:hover p{ background: #1568b4; color: #fff; }
#gshj .swiper-pagination-bullet{ width: 12px; height: 12px;}




#hezuo{ margin-top: 3%; }
#hz_font{ background: #0051a3; color: #fff; padding: 2%;}
#hz_font h2{ font-weight: bold !important; border-bottom: 1px solid rgba(255,255,255,0.5); float: left; height: 50px;}
#hz_font p{ clear: both; color: rgba(255,255,255,0.5); padding-top: 8%; line-height: 20px; font-size: 16px;}
#hz_font .more{ height: 40px; line-height: 40px; background: #46af33; text-align: center; color: #fff; width: 100%; margin-top: 30%;}

#hzal{ padding: 0;}
#hzal li{ float: left; width: 20%; border-right: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;}
#hzal li img{ width: 100%;}
@media screen and (max-width:768px){
    #hzal li{ width: 32%;}
    #hzal li:last-of-type{ display: none;}
}


#gg2_bj{ background: url("../images/gg1.jpg") no-repeat center fixed;}
#gg2_bj .main{ padding: 2% 0 0;}
#gg2_bj .gg_pic img{ max-width: 100%;}
#gg2_bj .gg_font{ text-align: center; color: #fff;}
#gg2_bj .gg_font h1{ font-weight: bold !important; letter-spacing: 10px;}
#gg2_bj .gg_font p{ font-size: 16px; letter-spacing: 7px; padding-top: 10px;}
@media screen and (max-width:1400px){
    #gg2_bj .gg_font h1{ letter-spacing: 7px;}
}
@media screen and (max-width:1200px){
    #gg2_bj .gg_font h1{ letter-spacing: 0; font-size: 30px;}
    #gg2_bj .gg_font p{ letter-spacing: 0;}
}
@media screen and (max-width:768px){
    #gg2_bj .gg_font h1{ font-size: 20px; letter-spacing: 0;}
    #gg2_bj .gg_font p{ padding: 0; letter-spacing: 0; font-size: 12px;}
    #gg2_bj .main{ padding: 5% 0;}
}


.mes-form3 { margin: 3% auto 0; overflow: hidden; width: 100%; padding: 0;}
.mes-form3 .row{ margin: 0;}
.mes-form3 .form-tr { padding: 0; overflow: hidden;}
.mes-form3 .form-tr input { display: block; width: 94%; padding: 0 2%; height: 45px; line-height: 45px; background: #fff; color: #333; border-radius: 5px; border: none;}
.mes-form3 .form-tr .code { overflow: hidden;}
.mes-form3 .form-tr .code input { width: 55%; float: left;}
.mes-form3 .form-tr .code .verify { cursor: pointer; float: left; margin-left: 10px; width: 38%; height: 35px; line-height: 35px; text-align: center; font-size: 0;}
.mes-form3 .form-tr .code .verify img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.mes-form3 .form-tr .submit2 { display: block; width: 90%; height: 45px; text-align: center; line-height: 45px; background: #46af33; color: #fff; font-size: 16px; border-radius: 5px; transition:0.3s;}
.mes-form3 .form-tr .submit2 i{ display: inline-block; font-size: 18px; padding-right: 10px;}
.mes-form3 .form-tr .submit2:hover { background: #333;}
.mes-form3 .form-tr .error { height: 1rem; line-height: 1rem;}
@media screen and (max-width:768px){
    .mes-form3{ width: 80%;}
    .mes-form3 .form-tr input,.mes-form3 .form-tr .submit2{ height: 40px; line-height: 40px;}
    .mes-form3 .form-tr .submit2{ margin-top: 2%;}
}


#gsjj{ margin: 3% 0 0; background: #f2f2f2;}
#gsjj .pic{ padding: 0;}
#gsjj .pic img{ max-width: 100%;}
#gsjj .nr{ color: #666666; line-height: 35px; padding: 3%;}
#gsjj .nr .bt{ padding-bottom: 3%; border-bottom: 1px solid #d2d2d2; color: #333333; font-size: 26px;}
#gsjj .nr .content_zy{ padding: 3% 0; font-size: 15px;}
#gsjj .nr .more{ float: left; margin-top: 1%; height: 45px; line-height: 45px; background: #46af33; width: 30%; border-radius: 25px; text-align: center; color: #fff; transition: 0.3s;}
#gsjj .nr .more i{ display: inline-block; padding-left: 10px;}
#gsjj .nr .jjtel{ float: left; margin-left: 5%; line-height: 25px; font-size: 14px; background: url("../images/tel.png") no-repeat left center; padding-left: 60px;}
#gsjj .nr .jjtel span{ font-family: Bahnschrift; font-size: 26px; color: #0051a3;}
#gsjj .nr:hover .more{ background: #0051a3; letter-spacing: 5px;}
@media screen and (max-width:1200px){
    #gsjj .nr .content_zy{ font-size: 14px; line-height: 25px;}
}



#crcm{ position: relative;}
#crcm .swiper-container {
    width: 100%;
    height: 100%;
    padding: 3% 0 0;
}
#crcm .swiper-slide {
    text-align: center;
    overflow: hidden;
    transition: 0.3s;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#crcm .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#crcm .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#crcm .swiper-slide p{ width: 100%; height: 50px; line-height: 50px; background: #f2f2f2; transition:0.3s; }
#crcm .swiper-slide:hover .pic img{ transform: scale(1.1);}
#crcm .swiper-slide:hover p{ background: #0051a3; color: #fff; }
#crcm .swiper-button-next,#crcm .swiper-button-prev{ background: #0051a3; width: 45px; height: 45px; line-height: 45px; top: 48%; transition:0.3s;}
#crcm .swiper-button-next:after,#crcm .swiper-button-prev:after{ display: none;}
#crcm .swiper-button-next i,#crcm .swiper-button-prev i{ font-size: 40px; color: #fff; transition: 0.3s;}
#crcm .swiper-button-next{ right: -2%;}
#crcm .swiper-button-prev{ left: -2%;}
#crcm .swiper-button-next:hover,#crcm .swiper-button-prev:hover{ background: #46af33;}
@media screen and (max-width:768px){
    #crcm .swiper-container{ padding: 3% 5%;}
    #crcm .swiper-button-next{ right:0;}
    #crcm .swiper-button-prev{ left:0;}
    #crcm .swiper-button-next,#crcm .swiper-button-prev{ width: 30px;}
    #crcm .swiper-button-next i,#crcm .swiper-button-prev i{ font-size: 30px;}
}

.xwnr .tit .float-left{ overflow: hidden;}
.xwnr .tit .float-left p{ float: left; color: #333333; font-size: 24px; font-weight: bold; padding-right: 10px;}
.xwnr .tit .float-left span{ display: block; float: left; color: #999999; font-size: 14px; line-height: 35px;}
@media screen and (max-width:768px){
    .xwnr{ padding-bottom: 3%;}
}

#indexNews{ margin-top: 5% !important; background: #fff;}
#indexNews li{width: 100%;height: auto; margin:0 auto; padding: 5% 3%; transition: 0.3s; border-bottom: solid 1px #f2f2f2; }
#indexNews li .right{ line-height: 25px;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .news_info{ color: #999999; font-size: 14px;}
#indexNews li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-right:solid 1px #e8e8e9; color: #666666;font-size: 1.5rem; padding: 0 !important; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #666666; font-size: 50px; font-family: Bahnschrift;}
#indexNews li:last-of-type{ border-bottom: none;}
#indexNews li:hover{ background: #004da2;}
#indexNews li:hover .news_title,#indexNews li:hover .news_time,#indexNews li:hover .news_time span{ color: #fff;}
#indexNews li:hover .news_info{ color: rgba(255,255,255,0.6);}
@media screen and (max-width:768px){
    #indexNews li .news_time span{ font-size: 40px;}
    #indexNews li .news_time{ font-size: 1rem;}
}

#xwpicnr{ margin-top: 5%;}
#xwpicnr .swiper-container {
    width: 100%;
    height: 100%;
}
#xwpicnr .swiper-slide {
    text-align: center;
    transition:0.3s;
    position: relative;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwpicnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
#xwpicnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicnr .swiper-slide .font{ background: #fff; width: 100%; padding: 2% 0;}
#xwpicnr .swiper-slide .right{ text-align: left; padding: 0 2% !important; line-height: 25px;}
#xwpicnr .swiper-slide .news_title{ text-align: left; color: #626364; font-size: 20px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; line-height: 30px; font-weight: bold; }
#xwpicnr .swiper-slide .news_info{ color: #999999; font-size: 0.8em;}
#xwpicnr .swiper-slide .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-right:solid 1px #ccc; color: #666666;font-size: 1
.5rem; padding: 0 !important; margin: 0 !important;}
#xwpicnr .swiper-slide .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #626364; font-size: 36px; font-weight: bold;}
#xwpicnr .swiper-pagination{ right: 20px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicnr .swiper-pagination .swiper-pagination-bullet{ background: #004da2; width: 10px; height: 10px;}






/*公司简介*/

#zi_banner{ width: 100%; height: auto; position: relative; overflow: hidden;}
#zi_banner img{ width: 100%;}
@media screen and (max-width:768px){
    #zi_banner img{ width: 150%; margin-left: -24%;}
}



#gsjjnr{ background: #f2f2f2; border-top-left-radius: 50px; overflow: hidden; margin-top: 3%;}
#gsjjnr .pic{ padding: 0;}
#gsjjnr .pic img{ max-width: 100%; border-bottom-right-radius: 50px;}
#gsjjnr .nr{ padding: 3%; position: relative;}
#gsjjnr .nr .bt{ border-bottom: 1px dashed #cccccc; padding-bottom: 10px;}
#gsjjnr .nr .bt p{ color: #2b2b2b; font-weight: bold; font-size: 26px;}
#gsjjnr .nr .bt span{ color: #999999; font-size: 16px; text-transform: uppercase;}
#gsjjnr .nr .content_zy{ padding-top: 3%; color: #666666; font-size: 16px;}
#gsjjnr .nr .font{ position: absolute; right: 0; top: 0; z-index: 1; width: 70px; height: 55px; background: #009944; text-align: center; line-height: 55px; font-size: 24px; font-weight: bold; color: #fff;}

#whbj{ background: url("../images/gsjj_whbj.jpg") no-repeat center fixed; position: relative;}
#whbj:before{ position: absolute; left: 0; bottom: 3%; letter-spacing: 10px; content: 'corporate culture'; text-transform: uppercase; color: #ebebeb; font-size: 135px; font-family: Impact; text-align: center; width: 100%; height: 50px;}
#whbj .main{ padding-bottom: 8%;}
#whbj .tit_in p{ color: #e9e9e9;}
#whbj li{ background: #fff; text-align: center; padding: 15% 0; border-top-left-radius: 50px; border-top-right-radius: 50px; transition:0.3s;}
#whbj li p{ height: 90px; width: 90px; line-height: 90px; color: #fff; background: #009944; border-radius: 100%; display: inline-block; transition:0.3s;}
#whbj li p i{ font-size: 45px; transition:0.3s;}
#whbj li h2{ color: #333333; font-size: 28px; font-weight: bold !important; padding: 10% 0 5%;}
#whbj li .content{ color: #666666; font-size: 20px; line-height: 35px;}
#whbj li:hover{ background: #0051a3;}
#whbj li:hover h2,#whbj li:hover .content{ color: #fff;}
#whbj li:hover p{ background: #fff;}
#whbj li:hover p i{ color: #0051a3;}


.cqfm{ margin-top: 3% !important;}
.cqfm li{ position: relative; margin-bottom: 6%;}
.cqfm li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.cqfm li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
.cqfm li .newsTitBg{position: absolute;bottom: 0;left: 0;width: 100%;height: 20%; text-align: center; color: #fff; z-index: 1;transition:.4s; background: linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0 ,0) 100%);background: -o-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0 0,0) 100%);background: -ms-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);background: -moz-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);}
.cqfm li p{ position: absolute;bottom: 0;left: 0; z-index: 3; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #fff;}
.cqfm li:hover .newsTitBg{ height: 80%;}
.cqfm li:hover .pic img{ transform: scale(1.1);}

.map{ background: url("../images/map.jpg") no-repeat center #f2f2f2;}
.map .tit_in p{ color: #ebebeb;}

#zzry{ position: relative;}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
    padding: 3% 0 0;
}
#zzry .swiper-slide {
    text-align: center;
    overflow: hidden;
    transition: 0.3s;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#zzry .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#zzry .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#zzry .swiper-slide p{ width: 100%; height: 50px; line-height: 50px; transition:0.3s; }
#zzry .swiper-slide:hover .pic img{ transform: scale(1.1);}
#zzry .swiper-slide:hover p{ background: #0051a3; color: #fff; }
#zzry .swiper-button-next,#zzry .swiper-button-prev{ background: #0051a3; width: 45px; height: 45px; line-height: 45px; top: 48%;}
#zzry .swiper-button-next:after,#zzry .swiper-button-prev:after{ display: none;}
#zzry .swiper-button-next i,#zzry .swiper-button-prev i{ font-size: 40px; color: #fff; transition: 0.3s;}
#zzry .swiper-button-next{ right: -2%;}
#zzry .swiper-button-prev{ left: -2%;}
#zzry .swiper-button-next:hover,#zzry .swiper-button-prev:hover{ background: #009944;}
@media screen and (max-width:768px){
    #zzry .swiper-container{ padding: 3% 5%;}
    #zzry .swiper-button-next{ right:0;}
    #zzry .swiper-button-prev{ left:0;}
    #zzry .swiper-button-next,#zzry .swiper-button-prev{ width: 30px; height: 40px;}
    #zzry .swiper-button-next i,#zzry .swiper-button-prev i{ font-size: 30px;}
}






.cp_class{ background: #f6f7fc;}
.cp_class:nth-of-type(2n){ background: #fff;}
.cp_class .tit_in p{ color: #efefef;}
.cp_class .more{ margin: 0 auto; text-align: center; background: #0051a3; border-radius: 20px; font-size: 16px; transition: 0.3s; width: 15%; height: 40px; line-height: 40px; transition: 0.3s;}
.cp_class .more a{ color: #fff;}
.cp_class .more:hover{ background: #009944;}
.cp_class .more:hover a{ color: #fff;}





/*产品中心*/

#xwzx .swiper-container {
    margin: 0 0 1%;
    width: 100%;
    padding: 3% 0;
    height: 100%;
}
#xwzx .swiper-slide {
    text-align: center;
    transition:0.3s;
    background: #ffffff;
    padding: 1%;
    border: 1px solid #efefef;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwzx .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; }
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#xwzx .swiper-slide .tit{ width: 100%; color: #333333; font-size: 16px; padding-top: 8%; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xwzx .swiper-slide .nr{ width: 100%; color: #999999; padding: 3% 0;}
#xwzx .swiper-slide .gengduo{ height: 40px; line-height: 40px; margin-bottom: 8%; border: 1px solid #e0e0e0; border-radius: 20px; width: 50%; transition: 0.3s;}
#xwzx .swiper-slide:hover .gengduo{ background: #009944; border: 1px solid #009944; color: #fff;  }
#xwzx .swiper-slide:hover .gengduo a{ color: #fff;}
#xwzx .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}




.hui{ background: #f4f6f8;}

#cplb .swiper-container {
    margin: 0 0 5%;
    width: 100%;
    height: 100%;
}
#cplb .swiper-slide {
    text-align: center;
    transition:0.3s;
    background: #ffffff;
    padding: 2% 0;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cplb .swiper-slide .pic{ width: 49px; height: 49px; overflow: hidden; margin: 0 auto 2%; }
#cplb .swiper-slide .pic img{ margin-left: 0; transition: 0.3s;}
#cplb .swiper-slide p{ color: #333; font-size: 15px;}
#cplb .swiper-slide:hover{ background: #0051a3; }
#cplb .swiper-slide:hover .pic img{ margin-left: -49px;}
#cplb .swiper-slide:hover p{ color: #fff;}
@media screen and (max-width:765px){
    #cplb .swiper-slide p{ font-size: 14px;}
}


#cpnr li{ text-align: center; transition:0.3s; background: #ffffff; padding: 1%; border: 1px solid #efefef; margin-bottom: 5%;}
#cpnr li .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; }
#cpnr li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpnr li .tit{ width: 100%; color: #333333; font-size: 16px; padding-top: 8%; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#cpnr li .nr{ width: 100%; color: #999999; padding: 3% 0;}
#cpnr li .gengduo{ height: 40px; line-height: 40px; margin: 0 auto 8%; border: 1px solid #e0e0e0; border-radius: 20px; width: 50%; transition: 0.3s;}
#cpnr li:hover .gengduo{ background: #0051a3; border: 1px solid #0051a3; color: #fff;  }
#cpnr li:hover .gengduo a{ color: #fff;}





.cp_con li{ border: 1px solid #eceae9; transition: 0.3s;}
.cp_con li .pic{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
.cp_con li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
.cp_con li .tit{ color: #666666; font-size: 16px; text-align: center; font-weight: bold; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; height: 50px; line-height: 50px; margin-top: 10px;}
.cp_con li dl{ text-align: center;}
.cp_con li dl dt{ float: left; width: 45%; margin: 0 1%; height: 45px; line-height: 45px; border: 1px solid #e0e0e0; font-size: 15px; transition:0.3s;}
.cp_con li dl dt:last-of-type{ float: right; border: 1px solid #0051a3; color: #0051a3;}
.cp_con li dl dt:last-of-type a{ color: #0051a3;}
.cp_con li:hover{ box-shadow: -5px 8px 10px rgba(204,204,204,0.5);}
.cp_con li:hover dl dt{ background: #009944; color: #fff;}
.cp_con li:hover dl dt a{ color: #fff;}
.cp_con li:hover dl dt:last-of-type{ background: #0051a3; color: #fff;}

.cptel i{ float: left; color: #e50110; font-size: 45px; margin: 6% 4% 0 0;}
.cptel .left{ padding-left: 10px; line-height: 28px;}
.cptel .left p{ color: #666666; font-size: 14px;}
.cptel .left span{ color: #e50110; font-size: 32px; font-weight: bold;}

#cpgg{ background-color: #0051a3; background-image: linear-gradient(to right, #0051a3 , #3d8b80); padding: 1% 0;}
#cpgg li{ color: #fff;}
#cpgg li i{ float: left; font-size: 50px;}
#cpgg li .float-left{ padding-left: 5%; line-height: 35px; width: 83%;}
#cpgg li .float-left p{ font-size: 24px;}
#cpgg li .float-left span{ display: block; line-height: 20px;}
@media screen and (max-width:1400px){
    #cpgg li .float-left{ width: 78%; line-height: 20px;}
    #cpgg li .float-left p{ font-size: 20px;}
    #cpgg li .float-left span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #cpgg li .float-left{ width: 75%; line-height: 20px;}
}
@media screen and (max-width:765px){
    #cpgg li{ padding: 0 0.5%; margin: 3% 0;}
    #cpgg li i{ font-size: 35px;}
    #cpgg li .float-left{ width: 80%; line-height: 20px;}
    #cpgg li .float-left p{ font-size: 16px;}
    #cpgg li .float-left span{ font-size: 12px;}
}


#xgcp{ padding: 7% 0 2%;}
#xgcp li{ margin-bottom: 10%;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; background: #f4f4f4; text-align: center; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp li:hover p{ background: #009944; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}


#cpbtqh{ width: 100% !important; transition:0.3s; background: #f6f6f6; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 55px; line-height: 55px; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #333333;  font-size: 16px; width: 25%; text-align: center; position: relative; transition:0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover{ background: #0051a3; color: #fff;}
.cpbt li:hover a{ color: #fff !important;}
.cpbt li.current a{ color: #333;}
.cpbt li.current{ background: #fff; border-top: 3px solid #0051a3;}
.cpbtqh_active{ top: 100px; position: fixed; left: 0; z-index: 9;}
@media screen and (max-width:1440px){
    .cpbtqh_active{ top: 90px;}
}
@media screen and (max-width:1400px){
    .cpbtqh_active{ top:11.5%;}
}
@media screen and (max-width:1200px){
    .cpbtqh_active{ top:10.5%;}
}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}

.tit_cp{ text-align: center; color: #333333; font-size: 24px; position: relative; height: 40px; margin: 3% auto;}
.tit_cp span{ color: #e50113; font-weight: bold;}
.tit_cp:before{ position: absolute; left: 46%; bottom: 0; width: 8%; height: 1px; background: #d0d0d0; content: '';}
.tit_cp:after{ position: absolute; left: 48%; bottom: -10px; width: 4%; height: 1px; background: #d0d0d0; content: '';}



#shili{ margin-top: 5% !important; }
#shili li i{ background: #0051a3; width: 150px; height: 150px; border-radius: 100%; text-align: center; line-height: 150px; color: #fff; font-size: 50px; margin: 0 auto; transition: 0.3s;}
#shili li p{ text-align: center; color: #666666; font-size: 18px; padding-top: 3%;}
#shili li p span{ color: #e50113;}
#shili li:hover i{animation: swing 1s; background: #009944;}
@-webkit-keyframes swing{
    20%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    60%{-webkit-transform:rotate(5deg);}
    80%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
    20%{-moz-transform:rotate(15deg);}
    40%{-moz-transform:rotate(-10deg);}
    60%{-moz-transform:rotate(5deg);}
    80%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
    20%{-ms-transform:rotate(15deg);}
    40%{-ms-transform:rotate(-10deg);}
    60%{-ms-transform:rotate(5deg);}
    80%{-ms-transform:rotate(-5deg);}
    100%{-ms-transform:rotate(0);}
}
@keyframes swing{
    20%{transform:rotate(15deg);}
    40%{transform:rotate(-10deg);}
    60%{transform:rotate(5deg);}
    80%{transform:rotate(-5deg);}
    100%{transform:rotate(0);}
}





#shebei{ margin-top: 5% !important;}
#shebei .big{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
#shebei .big img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#shebei .tit{ text-align: center; font-weight: bold; color: #333333; font-size: 24px; height: 60px; line-height: 60px;}
#shebei .tit span{ color: #e50113;}
#shebei .small{ margin-bottom: 10%; position: relative;}
#shebei .small .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#shebei .small .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#shebei .small p{ position: absolute; width: 60%; height: 40px; line-height: 40px; bottom: 5%; left: 20%; background: rgba(0,78,161,0.8); text-align: center; color: #fff; transition: 0.3s; font-size: 15px;}
#shebei .small:hover p{ bottom: 0; left: 0; width: 100%;}
#shebei .small:hover .pic img{transform: scale(1.1);}
@media screen and (max-width:765px){
    #shebei .tit{ height: auto; line-height: 30px; padding: 3% 0;}
}


#shouhou{ margin-top: 5% !important;}
#shouhou li{ background: #f8f8f8; text-align: center; margin-bottom: 5%; padding: 5% 0;}
#shouhou li .pic{ padding: 5% 0;}
#shouhou li p{ color: #55575e; font-size: 18px;}
#shouhou li span{ display: block; color: #8a8f96; padding: 3% 10% 0;}




.contact_item{ padding:0; text-align: center; margin-top: 3%;}
.contact_item li{ display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 33px;top:46px;z-index: 1;}
.contact_item_ewm img{width: 84px;height: 84px;position: absolute;left: 0;top:0;transition: all .4s;vertical-align: top;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}

.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px; margin-top: 3% !important;}
.in_title p{ font-size: 30px; color: #3e3e3e;}



.news-list3 {padding-bottom: 1.125rem; margin-top: 3%;}
.news-list3 .item {box-sizing: border-box;border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;}
.news-list3 .con-box .date {font-size: 0;}
.news-list3 .con-box a { display: block;}
.news-list3 .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.news-list3 .con-box .d {font-size: 4rem; line-height: 4.25rem; color: #999;  transition: all .2s;}
.news-list3 .con-box .ym {  font-size: 1.5rem;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.news-list3 .con-box .img {margin-top: .9375rem;}
.news-list3 .con-box .tit { font-size: 15px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;
}
.news-list3 .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden;}
.news-list3 .con-box .detail { width: 30%; height: 30px; font-size: 0; text-align: center; border: 1px solid #ccc; border-radius: 20px; margin-top: 1.875rem;
    transition: all .2s;}
.news-list3 .con-box .detail span { display: inline-block; *display: inline; zoom: 1; font-size: .3125rem; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.news-list3 .con-box:hover .detail{ background: #009944; color: #fff; border: 1px solid #e50113; width: 35%;}
.news-list3 .con-box:hover .detail span{ color: #fff; background-image: url("../images/news-detail2.png");}
.news-list3 .con-box:hover .d,.news-list3 .con-box:hover .ym{ color: #0051a3;}
@media screen and (max-width:765px){
    .news-list3 .con-box .detail{ width: 30%;}
}



.news01 {padding: 3% 0 0;}
.news01 li{ margin-bottom: 5%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news01 .shuiyin{position: absolute; background: url("../images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #efefef;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #009944; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news01 .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news01 .slide:hover .txtbox span{ color: #fff;}
@media screen and (max-width:1200px){
    .news01 .txtbox{ font-size: 14px;}
}




#indexNews li{width: 100%;height: auto; margin:0 auto; padding: 5% 2%; transition: 0.3s; border-bottom: solid 1px #e8e8e9; }
#indexNews li .right{ padding: 0 0 0 4% !important; line-height: 25px;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .news_info{ color: #999999; font-size: 14px;}
#indexNews li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-right:solid 1px #e8e8e9; color: #666666;font-size: 1.5rem; padding: 0 !important; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #666666; font-size: 50px; font-family: Bahnschrift;}
#indexNews li:last-of-type{ border-bottom: none;}
#indexNews li .row{ margin: 0;}
#indexNews li:hover{ background: #0051a3;}
#indexNews li:hover .news_title,#indexNews li:hover .news_time,#indexNews li:hover .news_time span{ color: #fff;}
#indexNews li:hover .news_info{ color: rgba(255,255,255,0.6);}
@media screen and (max-width:768px){
    #indexNews li .news_time span{ font-size: 40px;}
}

.pro-nav {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;

    line-height: 50px;
}
.pro-sub-nav {
    margin: 0 auto !important;
}
.pro-sub-nav li {
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    width: 14%;
    position: relative;

}

.pro-sub-nav li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 0;
    bottom:0;
    right: 0;
    margin: auto;
    background: #999
}
.pro-sub-nav li:nth-last-of-type(1):after {
    position: absolute;
    content: "";
    width: 0px;
    height: 20px;
    top: 10px;
    right: 0;
}
.pro-sub-nav li.current a{ color: #009944}

.pro-sub-nav li.current a:after{ width: 100%; left:0;  color: #009944}
.pro-sub-nav li a {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    position: relative;

}
.pro-sub-nav li a:after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #009944;
    left: 45%;
    transition: all 0.5s
}
.pro-sub-nav li a:hover:after {
    width: 100%;
    left: 0;
}
.pro-sub-nav li a:hover {
    color: #009944
}
.fix li a:hover {
    color: #009944;
}
.fix {
    transition: all 0.5s;
    background:rgba(255,255,255,1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}
.fix li a {
    color: #333; font-weight: 100
}
@media screen and (max-width:768px){
    .pro-sub-nav li{ width: 24%; height: 40px; line-height: 40px;}
    .pro-sub-nav li a{ font-size: 14px;}
    .fix{ top:47px;}
}





.bga{background: #fbfbfd;}
.contactaa li {font-size: 16px;}
.contactaa li i{font-size: 20px; float: left; margin-right: 10px;}
.contactaa li span{color: #d70000;height: auto;overflow: hidden;margin-bottom: 1rem;line-height: 40px;}
.contactaa li p{line-height: 30px;}

.contactba .forma{height: auto;overflow: hidden;}
.contactba .forma span{display: block;font-size: 20px;line-height: 45px;}
.contactba .forma input{float: left;width: 32%;margin-right: 2%;line-height: 40px;padding-left: 2%;border: 1px solid #e6e6e6;}
.contactba .forma input:last-child{margin-right: 0px;}
.contactba textarea {display: block;padding-left:2%;width: 100%;height: 90px;background: #fff;line-height: 35px;border: 1px solid #e6e6e6;}
.contactba .code {width: 50%;}
.contactba .code input {width: 31%;line-height: 40px;float: left;}
.contactba .code .verify {cursor: pointer;float: left;margin:0 2%;width: 31%;height: 40px;text-align: center;}
.contactba .code .verify img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;border: 1px solid #e6e6e6;}
.contactba .submit {position: relative; float: left;display: block;width: 31%;height: 40px;text-align: center;line-height: 40px;background: #009944;color: #fff;}
.contactba .submit em {display: block; position: relative;z-index: 3;transition:.6s;}
.contactba .submit em{position: relative;z-index: 3;}
.contactba .submit:after{position: absolute;width: 100%;height: 100%;max-height: 0;z-index: 1;content: '';background-color: #444;left: 0;bottom: 0;transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);}
.contactba .submit:hover:after {max-height: 100%;max-width: 100%;}

.contactba .form-tr {overflow: hidden;margin-top: 2%;}
.contactba input {display: block;width: 90%;padding-left:2%;height: 40px;line-height: 40px;background: #fff;border: 1px solid #e6e6e6;}







/*公共*/
.pro-sider {
 float: none;
 background: #fff;
 margin-bottom: 5%;
}
.pro-sider .in-title {
    padding: 3%;
 overflow: hidden;
    background-color: #0051a3;
 line-height: 30px;
}
.pro-sider .in-title h3 {
  line-height: 60px;
    padding-left: 8%;
  font-size: 20px;
  color: #fff;
}
.pro-sider .in-title h3 i{ display: block; float: right; color: #fff; font-size: 30px;}
.pro-sider .in-title em {
 font-size: 12px;
 color: rgba(255,255,255,0.5);
 font-family: arial;
 text-transform: uppercase;
}

.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px; border: 1px solid #ebebeb;}
.pro-sider-ul .ul-li{ padding: 0;}
.pro-sider-ul .big { display: block; cursor: pointer; background: #f6f6f6; margin-bottom: 5px; padding: 0 15px; height: 40px; line-height: 40px; transition: 0.3s;}
.pro-sider-ul .big i{ float: left; color: #9c9c9c; font-size: 20px; padding-right: 20px;}
.pro-sider-ul .big p{ color: #333333; font-size: 18px;}
.pro-sider-ul .big:hover { background: #009944; color: #fff !important; }
.pro-sider-ul .big:hover i{ color: #fff;}
.pro-sider-ul .small{ display: block; height: 40px; line-height: 40px; font-size: 14px; margin: 0 15px; padding-left: 60px; border-bottom: 1px dashed #efefef;}
.pro-sider-ul #li-on a{ background: #009944; color: #fff !important;}
.pro-sider-ul #li-on i{color: #fff;}
@media screen and (max-width:768px){
    .pro-sider-ul .ul-li{ padding: 3% 0 3% 2%;}
    .pro-sider-ul .ul-li p{ font-size: 13px;}
    .pro-sider-ul .ul-li span{ font-size: 12px;}
}

.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
