.main{ line-height: 30px; padding: 5% 0;}

/*@media screen and (max-width:768px){*/
/*    .row{ margin: 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; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center; width: 100%; height: 100%; background-size: 50%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}
.jw-controlbar { width: 100% !important;}

#dituContent label {
    max-width: unset!important;
    text-align: center;
}
@media screen and (max-width:1200px){
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
    .p15{ padding-left: 15px; padding-right: 15px;}
}


@keyframes fn1 {
    0% {
        opacity: 0;
        clip-path: inset(100% 0 0 0);
        transform: translate3d(0%, 20px, 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}
.fn1 {
    animation-name: fn1;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}


.canshu_nr{ overflow: hidden;}



/*头部*/
#top_index{ height: auto; margin: 0 auto; transition: 0.3s; width: 100%; z-index: 99; position: fixed; border-bottom: 1px solid rgba(255,255,255,0.2);}
#top_index_zy{ height: auto; margin: 0 auto; position: relative; transition: 0.3s; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#top_index_zy .menu .menu_button>.line{ background: #333 !important;}
#logo{ text-align: center; transition: 0.3s;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s;}
.top_tel{ color: #fff; font-size: 24px;}
/*.top_tel i{ font-size: 65px; height: 55px; line-height: 65px; margin-right: 10px; background-image: linear-gradient(to bottom, #c70602, #ff8b2d); background-clip:text; -webkit-background-clip:text; color: transparent; transition: 0.3s;}*/
/*.top_tel p{ font-size: 14px; color: #282828;}*/
/*.top_tel span{ display: block; font-size: 30px; font-family: Impact; text-shadow: 1px 1px 0px #fff; color: #ec4815;}*/

.top_tel i{ font-size: 65px; height: 55px; line-height: 65px; margin-right: 10px; color: #fff; transition: 0.3s;}
.top_tel p{ font-size: 14px; color: #fff;}
.top_tel span{ display: block; font-size: 30px; font-family: Impact; color: #fff;}


#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; font-size: 16px; text-align: center; transition:0.5s; padding: 3% 0;}
#nav li .big{ display: block; position: relative; z-index: 1; line-height: 22px; color: #222; font-weight: bold; }
/*#nav li:before{ position: absolute; left: 50%; bottom: 0; content: ''; background: #fff; height: 3px; width: 0; transition: 0.3s;}*/
/*#nav li:hover:before{ width: 20%; left: 40%;}*/

#nav li .navson{display: none; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: url("../images/ne_1.jpg") no-repeat left bottom #fff; box-shadow: 0 10px 10px rgba(0,0,0,0.05); color: #333; top: 100%; z-index: 99999; width: 100vw;}
#nav li .navson .main{ padding: 50px 0;}
#nav li .navson .nav_font{ width: 50%; text-align: left; line-height: 30px;}
#nav li .navson .nav_font h4{ color: #282828; font-size: 24px; height: 50px; font-weight: bold !important; position: relative;}
#nav li .navson .nav_font h4:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 5%; height: 3px; background-image: linear-gradient(to right, #c70602, #ff8b2d);}
#nav li .navson .nav_font .wenzi{ margin: 5% 0 0;}
#nav li .navson .nav_font .wenzi dd{ float: left; text-align: left; transition: all 0.5s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; line-height: 40px; width: 22%; margin-right: 2%;}
#nav li .navson .nav_font .wenzi dd i{ display: inline-block; font-size: 12px; margin-right: 10px;}
#nav li .navson .nav_font .wenzi dd a{ color: #666666; font-size: 16px;}
#nav li .navson .nav_font .wenzi dd:hover a{ color: #fff;}
#nav li .navson .nav_font .wenzi dd:hover{ padding-left: 2%; background-image: linear-gradient(to right, #c70602, #ff8b2d); border-radius: 20px;}
#nav li .navson .nav_pic{ width: 50%;}
#nav li .navson .nav_pic dd{ width: 45%;}
#nav li .navson .nav_pic dd a{ display: block; width: 100%; height: 0; border: 1px solid #efefef; padding-bottom: 75%; position: relative; overflow: hidden;}
#nav li .navson .nav_pic dd a img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
/*#top_index_zy #nav li .big{ color: #666;}*/

.top_bj_active{ width: 100%; z-index: 20; background: rgba(0,0,0,0.7) !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); position: fixed !important;}
.top_bj_active #logo{ padding: 0.2% 0;}
.top_bj_active #logo img{ transform: scale(0.8);}
.top_bj_active #nav li{ padding: 1% 0;}
.top_bj_active #nav li .big{ color: #fff !important;}
.top_bj_active .top_tel p{ color: #fff;}

@media screen and (max-width:1800px){
}
@media screen and (max-width:1700px){
}
@media screen and (max-width:1600px){
    #nav li .big p{ display: none;}
    #nav li{ padding: 3% 0;}
}
@media screen and (max-width:1440px){
    #logo a img{ max-width: 100%;}
    .top_tel{ font-size: 20px;}
    .top_tel i{ display: none;}
}
@media screen and (max-width:1350px){
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1200px){
    #nav li{ font-size: 14px;}
    #nav li .navson .nav_font .wenzi dd a{ font-size: 12px;}
    #nav li .navson .nav_font h4{ font-size: 20px;}
}
@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #top_index .row{ margin: 0 !important;}
    #logo{ text-align: left; padding: 2%;}
}
@media screen and (max-width:768px){
    #logo a img{ max-width: 85%;}
    #logo{ padding: 2%;}
    .top_bj_active #logo{ padding: 2%;}
    .top_bj_active #logo img{ transform: scale(1);}
}


#banner,#mobile_banner{ position: relative;}
#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.7; background: #fff;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #be0505; opacity: 1;}
#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: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}



/*底部*/
#end_bj{ width: 100%; text-align: left; position: relative; color: #666666; background: #f6f7fb;}
#end_bj a{ color: #666666; transition: 0.3s; position: relative;}
#end_bj a:hover{ color: #000;}
#end_bj .main{ padding: 3% 0;}

#end_logo{ padding: 20px 0; border-bottom: 1px solid #eeeeee;}

.end_tel{ color: #fff; font-size: 38px; font-family: Bahnschrift;}
.end_tel i{ font-size: 50px; height: 60px; line-height: 60px; margin-right: 10px; background-image: linear-gradient(to bottom, #c70602, #ff8b2d); background-clip:text; -webkit-background-clip:text; color: transparent;}
.end_tel .float-start{ line-height: 25px;}
.end_tel p{ color: #282828; font-size: 14px;}
.end_tel span{ font-size: 30px; background-image: linear-gradient(to bottom, #c70602, #ff8b2d); background-clip:text; -webkit-background-clip:text; color: transparent; font-weight: bold;}

.end_nav{ width: 20%; margin-right: 5% !important;}
.end_nav li{ height: 35px; line-height: 35px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.end_nav li.big{ color: #282828; font-size: 16px; height: 50px; font-weight: bold; margin-bottom: 15px; position: relative;}
.end_nav li.big:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 20px; height: 1px; background: #e9e9e9;}
.end_nav li.big:after{ position: absolute; left: 0; bottom: 0; content: ''; width: 10px; height: 2px; background-image: linear-gradient(to right, #c70602, #ff8b2d);}
.end_lxwm{ padding-left: 4%;}
.end_lx p{ height: auto; line-height: 35px; color: #666666;}
.end_lx p:last-of-type{ line-height: 20px;}

.end_ewm{ margin-top: 5%; width: 38%; float: left; margin-right: 10px; text-align: center;}
.end_ewm p{ display: inline-block;  }
.end_ewm p img{ max-width: 100%;}
.end_ewm span{ display: block; color: #7c8187; font-size: 16px; padding-top: 10px; text-align: center;}

#end_line{ text-align: center; height: auto; padding: 10px 0; line-height: 30px; color: #666; border-top: 1px solid #eeeeee; }
#end_line a{ color: #666;}
#end_line a:hover{ color: #000;}
@media screen and (max-width:1500px){
    .end_tel{ font-size: 34px;}
}
@media screen and (max-width:1400px){
    .end_tel{ font-size: 28px;}
    .end_tel span{ font-size: 26px;}
}
@media screen and (max-width:1200px){
    .end_nav li.big{ font-size: 16px;}
    .end_nav li{ font-size: 12px;}
}
@media screen and (max-width:991px){
    .end_tel ul li{ float: left;}
    .end_lx{ width: 100%;}
    .ewm{ margin-top: 3% !important;}
    .end_ewm p img{ max-height: 150px;}
}
@media screen and (max-width:768px){
    .ewm{ width: 45%;}
    #end_bj .main{ padding: 5% 0;}
    .end_tel{ display: none !important;}
}





.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 50; width:100%; line-height: 25px; position: fixed; background-color:#26292e;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#26292e;}
.footer_zx a:last-of-type{ background: #ef4913;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
}




/*首页*/
#gsjjbj{ background: url("../images/jjbj.jpg") no-repeat center top;}
#gsjj .font .tit{ margin: 3% 0 1%; line-height: 40px; position: relative;}
#gsjj .font .tit p{ color: #282828; font-size: 30px; position: relative; z-index: 1;}
#gsjj .font .tit h2{ color: #282828; font-size: 30px; font-weight: bold !important; position: relative; z-index: 1;}
#gsjj .font .tit h2 span{ background-image: linear-gradient(to bottom, #c70602, #ff8b2d); background-clip:text; -webkit-background-clip:text; color: transparent;}
#gsjj .font .tit:before{ position: absolute; left: 0; top: 0; content: 'ABOUT US'; width: 100%; height: 100%; color: #f0f0f0; font-size: 74px; font-style: italic; font-weight: bold; text-transform: uppercase;}
#gsjj .font .content{ margin: 4% 0 5%; font-size: 16px; line-height: 35px; color: #666666; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
#gsjj .font .more{ height: 40px; line-height: 40px; color: #fff; text-align: center; border-radius: 20px; width: 20%; background-image: linear-gradient(to right, #c70602, #ff8b2d); transition: 0.3s;}
#gsjj .font .more:hover{ letter-spacing: 3px; background: #003fa5;}
#gsjj .pic p{ display: inline-block;}
#gsjj .pic p img{ position: relative; z-index: 1;}
#gsjj .pic p:before{ position: absolute; right: -5px; bottom: 0; border-radius: 15px; content: ''; background: #003c9f; width: 95%; height: 95%;}

#gsjjbj ul{ margin-top: 3% !important;}
#gsjjbj ul li{ width: 25%; background: #fff; transition: 0.3s; border-right: 1px solid #f2f2f2; padding: 2% 3%; overflow: hidden; position: relative; cursor: pointer;}
#gsjjbj ul li:before{ position: absolute; right: -90px; bottom: -90px; content: ''; width: 140px; height: 140px; border-radius: 100%; background: rgba(255,255,255,0.09); transition: 0.3s;}
#gsjjbj ul li:after{ position: absolute; right: -80px; bottom: -90px; content: ''; width: 160px; height: 160px; border-radius: 100%; background: rgba(255,255,255,0.05); transition: 0.5s;}
#gsjjbj ul li:last-of-type{ border-right: none;}
#gsjjbj ul li p{ color: #282828; font-size: 18px; transition: 0.3s;}
#gsjjbj ul li span{ display: block; color: rgba(102,102,102,0.6); text-transform: uppercase; transition: 0.3s;}
#gsjjbj ul li .float-start{ line-height: 25px;}
#gsjjbj ul li .float-start:before{ position: absolute; left: 0; bottom: -28px; width: 24px; height: 24px; content: ''; background: url("../images/jjlb_icon.png") no-repeat; opacity: 0; transition: 0.3s;}
#gsjjbj ul li i{ color: #8e8e8e; font-size: 40px;}
#gsjjbj ul li:hover{ background: #06439f;}
#gsjjbj ul li:hover p,#gsjjbj ul li:hover i{ color: #fff;}
#gsjjbj ul li:hover span{ color: rgba(255,255,255,0.6);}
#gsjjbj ul li:hover:before{ opacity: 1; right: -70px; bottom: -70px;}
#gsjjbj ul li:hover:after{ opacity: 1; right: -50px; bottom: -70px;}
#gsjjbj ul li:hover p,#gsjjbj ul li:hover span{ transform: translateY(-15px);}
#gsjjbj ul li:hover .float-start:before{ opacity: 1; bottom: -20px;}
@media screen and (max-width:1440px){
    #gsjj .font .tit p{ font-size: 26px;}
    #gsjj .font .tit h2{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #gsjj .font .tit p{ font-size: 22px;}
    #gsjj .font .tit h2{ font-size: 24px;}
    #gsjjbj ul li span{ font-size: 12px;}
    #gsjjbj ul li i{ font-size: 34px;}
    #gsjj .font .content{ font-size: 14px; line-height: 30px;}
    #gsjj .font .tit:before{ font-size: 60px;}
}
@media screen and (max-width:991px){
    #gsjj .font{ margin-bottom: 3%;}
    #gsjjbj ul li{ width: 50%; float: left; border-bottom: 1px solid #f2f2f2; padding: 3%;}
    #gsjjbj ul li:nth-of-type(2){ border-right: none;}
}
@media screen and (max-width:768px){
    #gsjjbj ul li p{ font-size: 16px;}
    #gsjjbj ul li i{ font-size: 30px;}
    #gsjj .font .more{ width: 35%;}
    #gsjj{ padding: 15px;}
    #gsjjbj ul li:hover .float-start:before{ display: none;}
    #gsjjbj ul li:hover p,#gsjjbj ul li:hover span{ transform: translateY(0);}
}



.tit_in{ text-align: center; position: relative;}
.tit_in p{ display: inline-block; margin: 0 auto; color: #282828; font-size: 36px; font-weight: bold !important; position: relative; z-index: 1;}
.tit_in p:before{ position: absolute; left: -20px; top: 50%; content: ''; background: url("../images/tit_icon_left.png") no-repeat center; width: 7px; height: 7px;}
.tit_in p:after{ position: absolute; right: -20px;; top: 50%; content: ''; background: url("../images/tit_icon_right.png") no-repeat center; width: 7px; height: 7px;}
.tit_in span{ display: block; color: #666666; font-size: 16px; position: relative; z-index: 1;}
.tit_in:before{ position: absolute; left: 0; top: 0;  content: attr(data-title); width: 100%; height: 100%; color: #f0f0f0; font-size: 74px; font-style: italic; font-weight: bold; text-transform: uppercase;}
@media screen and (max-width:991px){
    .tit_in p{ font-size: 26px;}
    .tit_in:before{ font-size: 46px;}
    .tit_in span{ font-size: 14px;}
}



#cpbj{ background: url("../images/cpbj.jpg") no-repeat center top fixed;}
#cpzx{ margin: 3% 0 0;}
#cpzx .swiper-slide { background-position: center; position: relative;}
#cpzx .gallery-top { height: auto; padding: 0; color: #333; overflow: hidden;}
#cpzx .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px; color: #fff;}
#cpzx .gallery-top .swiper-slide .tit{ font-size: 26px; font-weight: bold;}
#cpzx .gallery-top .swiper-slide .tit i{ background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent; font-size: 36px; margin-right: 10px;}
#cpzx .gallery-top .swiper-slide .con{ font-size: 16px; margin: 5% 0;}
#cpzx .gallery-top .swiper-slide dl dd{ height: 40px; line-height: 40px; border-radius: 20px; width: 35%; margin-right: 10px; background-image: linear-gradient(to right, #ff9549, #ee4611); transition: 0.3s;}
#cpzx .gallery-top .swiper-slide dl dd a{ color: #fff;}
#cpzx .gallery-top .swiper-slide dl dd i{ font-size: 24px;}
#cpzx .gallery-top .swiper-slide dl dd:last-of-type{ background: #003fa5;}
#cpzx .gallery-top .swiper-slide dl dd:hover{ letter-spacing: 3px;}
#cpzx .gallery-top .swiper-slide ul{ margin-top: 5% !important;}
#cpzx .gallery-top .swiper-slide ul li{ color: rgba(255,255,255,0.6); font-size: 16px; line-height: 40px; position: relative; padding-left: 30px; transition: 0.3s;}
#cpzx .gallery-top .swiper-slide ul li a{ color: rgba(255,255,255,0.6);}
#cpzx .gallery-top .swiper-slide ul li:before{ position: absolute; left: 3px; top: 0; content: ''; width: 1px; height: 100%; background: rgba(255,255,255,0.3);}
#cpzx .gallery-top .swiper-slide ul li:after{ position: absolute; left: 0; top: 40%; content: ''; width: 8px; height: 8px; background: rgba(255,255,255,0.5); border-radius: 100%; border: 1px solid rgba(255,255,255,0.7); transition: 0.3s;}
#cpzx .gallery-top .swiper-slide ul li i{ margin-right: 10px; transition: 0.3s;}
#cpzx .gallery-top .swiper-slide ul li:hover a{ color: #fff;}
#cpzx .gallery-top .swiper-slide ul li:hover i{ background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
#cpzx .gallery-top .swiper-slide ul li:hover:after{ background-image: linear-gradient(to right, #ff9549, #ee4611); border: 1px solid #ee4611;}

#cpzx .gallery-thumbs { height: auto; text-align: left; overflow: hidden; padding: 0 !important; margin: 0 !important;}
#cpzx .gallery-thumbs .swiper-wrapper{ width: auto;}
#cpzx .gallery-thumbs .swiper-slide { width: 100%; cursor: pointer; height: 100px; line-height: 100px; position: relative; }
#cpzx .gallery-thumbs .swiper-slide span{ width: 100px; height: 100px; border-radius: 100%; background: rgba(255,255,255,0.3); text-align: center; line-height: 100px; margin-left: 30px; position: relative;}
#cpzx .gallery-thumbs .swiper-slide span:before{ position: absolute; left: 7.5px; top: 7.5px; content: ''; width: 85px; height: 85px; line-height: 85px; background: #fff; border-radius: 100%; transform: scale(0); transition: all 0.5s; opacity: 0; }
#cpzx .gallery-thumbs .swiper-slide span i{ color: #fff; font-size:36px; position: relative; z-index: 1;}
#cpzx .gallery-thumbs .swiper-slide p{ color: rgba(255,255,255,0.5); font-size: 18px; transition: 0.3s;}
#cpzx .gallery-thumbs .swiper-slide-thumb-active p{ color: #fff;}
#cpzx .gallery-thumbs .swiper-slide-thumb-active span i{ color: #f25d27;}
#cpzx .gallery-thumbs .swiper-slide-thumb-active span:before{transform: scale(1); opacity: 1;}
@media screen and (max-width:1440px){
    #cpzx .gallery-top .swiper-slide dl dd{ width: 45%;}
    #cpzx .gallery-top .swiper-slide .con{ font-size: 14px; line-height: 25px;}
    #cpzx .gallery-top .swiper-slide ul li{ height: 35px; line-height: 35px; font-size: 14px;}
    #cpzx .gallery-thumbs .swiper-slide span{ width: 80px; height: 80px; line-height: 80px; margin-left: 10px;}
    #cpzx .gallery-thumbs .swiper-slide span:before{ width: 70px; height: 70px; line-height: 70px; left: 5px; top: 5px;}
    #cpzx .gallery-thumbs .swiper-slide span i{ font-size: 30px;}
    #cpzx .gallery-thumbs .swiper-slide{ line-height: 80px;}
    #cpzx .gallery-thumbs .swiper-slide p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #cpzx .gallery-thumbs{ margin-top: 5% !important;}
}
@media screen and (max-width:768px){
    #cpzx{ padding: 15px;}
}


.link_tit h2{ color: #282828; font-size: 26px; font-weight: bold !important;}
.link_tit h2 i{ background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent; font-size: 40px; font-weight: normal; margin-right: 10px;}
.link_tit p{ font-size: 20px; color: #666666;}


#link{ background: #fff; border: 1px solid #e6e6e6; border-right: none; border-bottom: none; margin: 3% 0 5% !important;}
#link li{ height: 130px; text-align: center; line-height: 130px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; transition: 0.3s; cursor: default;}
#link li img{ max-width: 100%; max-height: 100%; vertical-align: middle;}
#link li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
@media screen and (max-width:1200px){
    #link li:nth-of-type(13),#link li:nth-of-type(14),#link li:nth-of-type(15){ display: none;}
}
@media screen and (max-width:991px){
    .link_tit p{ font-size: 14px;}
    .link_tit h2{ font-size: 22px;}
    .link_tit h2 i{ font-size: 30px;}
}
@media screen and (max-width:768px){
    #link li{ height: 100px; line-height: 100px;}
}



#jjfa{ background: url("../images/jjfa_bj.jpg") no-repeat center; padding: 2% 0 0;}

#huanjing{ margin-top: 3%;}
#huanjing .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#huanjing .swiper-slide { background-size: cover; background-position: center; position: relative;}

#huanjing .hj_bj{ position: relative; padding: 3% 3% 3% 0; margin-top: 3%;}
#huanjing .hj_bj:before{ position: absolute; right: 0; top: 0; content: ''; background: url("../images/jjfa_bj1.jpg") no-repeat left center #fff; width: 110%; height: 100%; border-top-right-radius: 30px;}
#huanjing .gallery-top { height: auto; width: 100%; margin: 0; position: relative; overflow: hidden;}
#huanjing .gallery-top .row{ margin: 0;}
#huanjing .gallery-top .swiper-slide .pic{ display: block; height: 0; padding-bottom: 33%; position: relative; overflow: hidden; border-radius: 10px;}
#huanjing .gallery-top .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#huanjing .gallery-top .swiper-slide .font{ padding: 0 0 0 2%; position: relative;}
#huanjing .gallery-top .swiper-slide .font .tit p{ color: #003fa5; font-size: 16px;}
#huanjing .gallery-top .swiper-slide .font .tit h3{ color: #282828; font-size: 26px; font-weight: bold !important;}
#huanjing .gallery-top .swiper-slide .font .content{ padding: 3% 0; color: #666666; font-size: 16px; line-height: 33px; background: url("../images/fa_line.png") repeat-x center bottom;}
#huanjing .gallery-top .swiper-slide .font dl{ padding: 5% 0; margin-bottom: 3%; background: url("../images/fa_line.png") repeat-x center bottom; }
#huanjing .gallery-top .swiper-slide .font dl dd{ width: 32%; text-align: center;}
#huanjing .gallery-top .swiper-slide .font dl dd p{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#huanjing .gallery-top .swiper-slide .font dl dd p img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#huanjing .gallery-top .swiper-slide .font .tel i{ background-image: linear-gradient(to bottom, #c70602, #ff8b2d); background-clip:text; -webkit-background-clip:text; color: transparent; font-size: 65px; height: 55px; line-height: 55px; }
#huanjing .gallery-top .swiper-slide .font .tel .float-left{ line-height: 25px; padding-left: 10px;}
#huanjing .gallery-top .swiper-slide .font .tel p{ color: #666666; font-size: 12px;}
#huanjing .gallery-top .swiper-slide .font .tel span{ color: #282828; font-size: 28px; font-family: Impact;}
.cp-tools { padding: 0; overflow: hidden; }
.cp-tools a{ float: right; display: block; background: #003fa5; border-radius: 20px; width: 70%; height: 40px; line-height: 40px; color: #ffffff; transition: 0.3s; }
.cp-tools a i{ font-size: 20px;}
.cp-tools a:hover{ letter-spacing: 3px;}

#huanjing .gallery-thumbs { height: auto; text-align: center; box-sizing: border-box; overflow: hidden;}
#huanjing .gallery-thumbs .swiper-slide { cursor: pointer; padding: 0; transition:0.3s; color: #fff;}
#huanjing .gallery-thumbs .swiper-slide p{ margin: 0 auto !important; width: 90px; height: 90px; line-height: 90px; background: rgba(255,255,255,0.3); border-radius: 100%; position: relative;}
#huanjing .gallery-thumbs .swiper-slide p:before{ position: absolute; content: ''; left: 5px; top: 5px; width: 80px; height: 80px; background-image: linear-gradient(to right, #ff9549, #ee4611); border-radius: 100%; transform: scale(0); transition: all 0.5s; opacity: 0; }
#huanjing .gallery-thumbs .swiper-slide p i{ font-size: 40px; position: relative; z-index: 1;}
#huanjing .gallery-thumbs .swiper-slide .tit{ line-height: 25px; padding-top: 20px;}
#huanjing .gallery-thumbs .swiper-slide h3{ font-size: 18px;}
#huanjing .gallery-thumbs .swiper-slide span{ text-transform: uppercase;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active p:before{ transform: scale(1); opacity: 1; }

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    .cp-tools a{ width: 100%;}
    #huanjing .gallery-top .swiper-slide .font .tit h3{ font-size: 22px;}
    #huanjing .gallery-top .swiper-slide .font .tit p{ font-size: 14px;}
    #huanjing .gallery-top .swiper-slide .font .content{ font-size: 14px; line-height: 25px;}
    #huanjing .gallery-thumbs .swiper-slide h3{ font-size: 16px;}
    #huanjing .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #huanjing .hj_bj{ padding: 3%;}
    #huanjing .hj_bj:before{ width: 100%;}
    #huanjing .gallery-top .swiper-slide .pic{ padding-bottom: 55%;}
    .cp-tools a{ width: 50%;}
}
@media screen and (max-width:768px){
}



#youshi{position: relative; margin-top: 4%; overflow: hidden;}
#youshi .swiper-container {
    width: 100%;
    height: 100%;
}
#youshi .swiper-slide {
    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;
}
#youshi .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 160%; background: #001e4a; position: relative; overflow: hidden; border-radius: 5px;}
#youshi .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
#youshi .swiper-slide span{ position: absolute; bottom: 5%; left: 43%; z-index: 1; display: block; width: 45px; height: 45px; line-height: 45px; text-align: center; border-radius: 100%; border: 1px solid #fff; transition:0.5s; margin-top: 10%; color: #fff;}
#youshi .swiper-slide .tit{ position: absolute; bottom: 0; left: 0; height: auto; line-height: 30px; padding: 0 0 0; width: 100%; text-align: center; color: #fff; transition:0.3s;}
#youshi .swiper-slide .tit a{ color: #fff;}
#youshi .swiper-slide .tit p{ font-size: 24px; font-weight: bold; color: #fff; transition:0.5s;}
#youshi .swiper-slide .tit .icon{ padding-bottom: 5%; font-size: 48px; font-style: italic; font-family: Impact; opacity: 0; transition:0.5s;}
#youshi .swiper-slide .tit .con{ margin: 8% 17% 0; opacity: 0; transition:0.8s; min-height: 160px; }
#youshi .swiper-slide:hover .pic img{ transform: scale(1.2); opacity: 0.4;}
#youshi .swiper-slide:hover .tit p{ padding-bottom: 0;}
#youshi .swiper-slide:hover .tit .icon{ opacity: 1;}
#youshi .swiper-slide:hover .tit .con{ opacity: 1; margin-bottom: 60%;}
@media screen and (max-width:1200px){
    #youshi .swiper-slide:hover .tit .con{ margin-bottom: 40%;}
}

@media screen and (max-width:991px){
    #youshi .swiper-slide .tit .icon{ font-size: 36px;}
    #youshi .swiper-slide .tit .con{ margin: 5% 5% 0;}
}
@media screen and (max-width:768px){
    #youshi .swiper-slide .tit .icon{ display: none;}
    #youshi .swiper-slide .tit .con{ min-height: 150px; line-height: 25px;}
    #youshi .swiper-slide:hover .tit .con{ margin-bottom: 30%;}
}



.index03 {padding: 2% 0 0; overflow:hidden; position:relative;}
.index03 .title {color:#dc1f1f;}
/*.index03 .swiper-container {margin-top:50px;}*/
.index03 .t3 {color:#fff;font-size:16px;position:absolute;bottom:20px;left:20px;height:35px;line-height:35px; background-image: linear-gradient(to right, #c70602, #ff8b2d); padding: 0 3%;}
.index03 .swiper-slide {position:relative;overflow:hidden;}
.index03 .swiper-slide-next:after,.index03 .swiper-slide-prev:after {content:'';position:absolute;left:0;top:0;bottom:0;right:0;background: #011433;opacity: .7;}
.index03 .swiper-slide-next .t3 {display: none;}
.index03 .swiper-slide .pic{width: 100%; height: 0; padding-bottom: 45%; position: relative; overflow: hidden;}
.index03 .swiper-slide .pic img { width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.index03 .float-txtbox {display:none;}
.index03-bottom {display:flex;width:200px;margin:15px auto 0;}
.index03-bottom div {flex:1;text-align:center;line-height: 15px;height:15px;cursor:pointer; outline: none;}
.index03-bottom .swiper-pagination {position:unset; font-size: 16px; font-weight: bold;}
.index03-bottom .swiper-pagination-current {color:#c70602;}

.index03 .swiper-button-next:after,.index03 .swiper-button-prev:after{ display: none;}
.index03 .swiper-button-next i,.index03 .swiper-button-prev i{ color: #fff; font-size: 30px;}
.index03 .swiper-button-next,.index03 .swiper-button-prev{ background: rgba(255,255,255,0.2); width: 50px; height: 80px;}
.index03 .swiper-button-next{ right: 3%;}
.index03 .swiper-button-prev{ left: 3%; }


@media(min-width:1200px) {
    .index03 .swiper-slide {width:75%;}
    .index03 .float-txtbox {display:block;background:#fff;height:50%;width:550px;max-width:100%;position:absolute;right:0;top:25%;transform:translateX(100%);transition: 1s all;padding:25px;box-sizing:border-box;}
    .index03 .float-txtbox:before {content:'+';position:absolute;left:0;bottom:0;transform:translateX(-100%);font-size:15px;display:block;background:#c70602;color:#fff;text-align:center;height:50px;width:50px;line-height: 50px;}
    .index03 .float-txtbox .tit {font-size:22px;line-height:50px;margin-bottom:25px;font-weight:bold;border-bottom:1px solid #eee;}
    .index03 .float-txtbox .con {line-height: 32px;font-size:15px;color:#666; text-indent: 2rem;}
    .index03 .swiper-slide:hover .float-txtbox {transform:translateX(0);transition: 1s all;}
    .index03 .t3 {font-size:18px;bottom:50px;left:50px;height:65px;line-height:65px;}
    .index03-bottom {margin:30px auto 0;}
}
@media(min-width:1920px) {
    .index03 .swiper-slide {width:60%;}
}

#xwbj{ background: url("../images/xwbj.jpg") no-repeat center;}
#xwzx{ margin-top: 3%; position: relative;}
#xwzx:before{ position: absolute; left: -50%; top: 0; content: ''; width: 200%; height: 1px; background: #efefef;}
#xwzx .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xwzx .swiper-slide {
    text-align: left;
    transition:0.3s;
    border-left: 1px solid #efefef;
    padding: 3% 2% 1%;
    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;
}
#xwzx .swiper-slide:before{ position: absolute; left: -3px; top: 20px; content: ''; width: 5px; height: 25px; background: #f04c15; transition: 0.3s;}
#xwzx .swiper-slide:hover:before{ height: 70px;}
#xwzx .swiper-slide strong { display: block; margin: 2% 0; color: #000; font-size: 18px; font-weight: bold; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; transition: 0.38s;}
#xwzx .swiper-slide p { color: #898989; font-size: 14px; line-height: 2.2; margin: 3% 0 3% !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwzx .swiper-slide i{ width: 25px; height: 25px; line-height: 23px; text-align: center; font-size: 12px; border: 1px solid #d0d0d0; border-radius: 100%; transition: 0.3s;}
#xwzx .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 60%; margin-top: 7%; position: relative; overflow: hidden;}
#xwzx .swiper-slide .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xwzx .swiper-slide .time { color: #666666; font-size: 14px; font-family: Arial;}
#xwzx .swiper-slide .time span{ color: #282828; font-size: 24px; font-weight: bold;}
#xwzx .swiper-slide:hover .time,#xwzx .swiper-slide a:hover .time span { color: #f04c15;}
#xwzx .swiper-slide:hover strong { color: #f04c15;}
#xwzx .swiper-slide:hover i{ color: #fff; background-image: linear-gradient(to right, #c70602, #ff8b2d); border: 1px solid #ff8b2d;}
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media (max-width:1450px) and (min-device-height: 800px){
    .informate__li { margin-top: -5% !important;}
}

@media screen and (max-width:1800px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:765px){
}


#lxbj{ background: url("../images/lxbj.jpg") no-repeat center fixed; position: relative;}
#lxbj .main{ padding-bottom: 8%;}
.contact__left { width: 46%; padding-top: 1%;}
.contact__tt { color: #fff;}
.contact__tt .tit{ position: relative;}
.contact__tt .tit:before{ position: absolute; left: -20px; top: 10px; content: ''; background: url("../images/tit_icon_left.png") no-repeat; width: 7px; height: 7px;}
.contact__tt .tit h4 { font-weight: bold !important; font-size: 30px;}
.contact__tt .tit p{ text-transform: uppercase;}
.contact__adress{ margin-top: 5%;}
.contact__adress .d-flex { margin-bottom: 16px;}
.contact__adress .d-flex p{ color: rgba(255,255,255,0.5);}
.contact__adress .d-flex span{ font-size: 26px;}
.contact__adress .d-flex em{ font-size: 16px;}
.contact__adress .d-flex i { margin-right: 18px; color: #fff; font-size: 30px; font-style: normal;}
.contact__adress .ewm{ margin: 2% 5% 0 0 !important; width: 25%; text-align: center;}
.contact__adress .ewm img{ max-width: 100%;}
.contact__adress .ewm em{ display: block; color: #fff; font-size: 16px; width: 100%; text-align: center; height: 50px; line-height: 50px;}

.contact__area {box-sizing: border-box; padding: 5%; width: 50%; background: rgba(255, 255, 255, 0.1); border-radius: 10px;}
.measge__tt { margin-bottom: 34px; color: #fff;}
.measge__tt h2{ font-size: 24px; font-weight: bold !important;}
.measge__tt p{ font-size: 14px; line-height: 25px; margin-top: 2% !important;}
.contact__row { width: 100%; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.contact__row .text { box-sizing: border-box; margin-bottom: 25px; padding-left: 19px; width: 46.87%; height: 52px; line-height: 52px; color: #fff; font-size: 16px; border-radius: 6px; border: none; background: rgba(255, 255, 255, 0.3);}
.contact__row img{ width: 100px; margin-left: 10px;}
.contact__row .submit2{ border: none; padding: 0; margin: 0; width: 46.87%; height: 52px; line-height: 52px; text-align: center; border-radius: 30px; color: #fff; font-size: 16px; transition: 0.48s; background-image: linear-gradient(to right, #c70602, #ff8b2d); cursor: pointer;}
.contact__row .submit2:hover{ background: #06439f;}
.contact__row .text::-webkit-input-placeholder { color: #fff;}
.contact__row .text:focus::-webkit-input-placeholder { opacity: 0;}
.contact__row .textarea { width: 100%; line-height: 1.5; padding: 12px 19px; height: 138px; resize: none;}
.contact__s { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.contact__s input { border: none; padding: 0; margin: 0; width: 46.87%; height: 52px; line-height: 52px; text-align: center; border-radius: 5px; color: #fff; font-size: 16px; transition: 0.48s; background: #9f9f9f; cursor: pointer;}

.home__footer { position: absolute; left: 0; bottom: 0; padding: 17px 0; z-index: 5; width: 100%; background: rgba(0, 0, 0, 0.3); text-align: center;}
.home__footer p,.home__footer a { display: inline-block; color: #fff; font-size: 14px;}
.home__footer p { margin-right: 19px;}
@media screen and (max-width:991px){
    .measge__tt h2{ font-size: 20px;}
    .measge__tt p{ font-size: 12px;}
    .contact__area,.contact__left{ width: 100%;}
    .contact__area{ margin-bottom: 3%;}
    #lxbj .main{ padding: 30px 15px 70px;}
    .contact__tt .tit h4{ font-size: 22px;}
    .contact__tt .tit p{ font-size: 12px;}
    .contact__adress .d-flex{ margin-bottom: 0;}
    .contact__adress{ margin-top: 2%;}
    .contact__adress .d-flex span{ font-size: 20px;}
}



/*公司简介*/
#gsjj_zy{ background: url("../images/zy_jjbj.jpg") no-repeat right center #fff;}
#gsjj_zy .pic{ position: relative;}
#gsjj_zy .pic img{ position: relative; margin-left: -158px;}
#gsjj_zy .font{ padding: 5% 0 0 5%;}
#gsjj_zy .font .tit{ border-bottom: 1px solid #f0f0f0; position: relative; padding-bottom: 20px;}
#gsjj_zy .font .tit:before{ position: absolute; width: 10%; height: 3px; content: ''; left: 0; bottom: -1px; background-image: linear-gradient(to right, #c70602, #ff8b2d);}
#gsjj_zy .font .tit:after{ position: absolute; font-weight: bold; right: -15%; bottom: 0;  content: attr(data-title); height: 100%; line-height: 150%; color: rgba(255,255,255,0.01) !important; -webkit-text-stroke: 1px #f4f4f4; text-stroke: 1px #f4f4f4; font-size: 150px; text-transform: uppercase;}
#gsjj_zy .font .tit h2{ color: #282828; font-size: 36px; font-weight: bold !important; padding-top: 15px;}
#gsjj_zy .font .tit span{ font-size: 16px;}
#gsjj_zy .font .con{ padding: 5% 0 0; line-height: 35px; font-size: 16px; color: #666666;}

.tit_jj{ border-bottom: 1px solid #f0f0f0; position: relative; line-height: 35px; padding-bottom: 20px;}
.tit_jj:before{ position: absolute; width: 5%; height: 3px; content: ''; left: 0; bottom: -1px; background-image: linear-gradient(to right, #c70602, #ff8b2d);}
.tit_jj:after{ position: absolute; font-weight: bold; right: -7%; bottom: 0;  content: attr(data-title); height: 100%; line-height: 50%; color: rgba(255,255,255,0.01) !important; -webkit-text-stroke: 1px #f4f4f4; text-stroke: 1px #f4f4f4; font-size: 150px; text-transform: uppercase;}
.tit_jj h2{ color: #282828; font-size: 36px; font-weight: bold !important; background: url("../images/tit_icon_left.png") no-repeat left center; padding-left: 25px;}
.tit_jj p{ color: #666666; font-size: 16px;}
@media screen and (max-width:1700px){
    #gsjj_zy .pic img{ margin-left: -230px;}
    #gsjj_zy .font .tit:after{ font-size: 110px; right: 0;}
    #gsjj_zy .font .tit h2{ font-size: 32px;}
    #gsjj_zy .font .tit span{ font-size: 14px;}
}
@media screen and (max-width:1600px){
    .tit_jj h2{ font-size: 30px;}
    .tit_jj:after{ font-size: 110px; right: 0;}
}
@media screen and (max-width:1500px){
    #gsjj_zy .pic img{ margin-left: -250px;}
    #gsjj_zy .font .tit h2{ font-size: 28px;}
    #gsjj_zy .font .con{ font-size: 14px;}
    #gsjj_zy .font .tit:after{ font-size: 90px;}
}
@media screen and (max-width:1440px){
    .tit_jj h2{ font-size: 28px;}
    .tit_jj:after{ font-size: 80px; line-height: 100%;}
    #gsjj_zy .pic img{ margin-left: -340px;}
    #gsjj_zy .font .tit:after{ display: none;}
}
@media screen and (max-width:1200px){
    #gsjj_zy .pic img{ margin-left: -420px;}
}
@media screen and (max-width:991px){
    .tit_jj:after{ display: none;}
    .tit_jj h2{ font-size: 26px;}
    .tit_jj p{ font-size: 14px;}
    #gsjj_zy .pic img{ margin-left: 0; max-width: 100%;}
    #gsjj_zy .font{ padding: 5% 15px 0;}
}
@media screen and (max-width:768px){
    .tit_jj{ margin: 0 15px; padding-bottom: 10px;}
    .tit_jj p{ font-size: 12px;}
    .tit_jj h2{ font-size: 20px;}
}

#qywh{ margin: 0 !important;}
#qywh .col-12{ padding: 0;}
#qywh .swiper { width: 100%; height: 100%; }
#qywh .swiper-slide {
    color: #fff;
    text-align: left;

    /* 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-box-align: center;
    -ms-flex-align: center;
}
#qywh .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
#qywh .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#qywh .swiper-slide { background-size: cover; background-position: center;}
#qywh .mySwiper2 { height: 100%; width: 100%; background: url("../images/whbj.jpg") no-repeat center; background-size: 100%; position: relative;}
#qywh .mySwiper2 .swiper-slide{ padding: 5% 0 0 10%;}
#qywh .mySwiper2 .swiper-slide .tit i{ font-size: 60px; margin-right: 20px; height: 50px; line-height: 50px;}
#qywh .mySwiper2 .swiper-slide .tit p{ font-size: 30px;}
#qywh .mySwiper2 .swiper-slide .tit span{ font-size: 16px; text-transform: uppercase; color: rgba(255,255,255,0.3);}
#qywh .mySwiper2 .swiper-slide .con{ font-size: 16px; padding: 3% 3% 0 0; line-height: 35px;}
#qywh .mySwiper { height: 100%; box-sizing: border-box;}
#qywh .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.8; background: #01275f;}
#qywh .mySwiper .swiper-slide-thumb-active { opacity: 1;}
#qywh .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
#qywh .jiantou .swiper-button-next,#qywh .jiantou .swiper-button-prev{ width: 60px; height: 60px; background: #fff; border-radius: 100%;}
#qywh .jiantou .swiper-button-next:after,#qywh .jiantou .swiper-button-prev:after{ font-size: 25px; color: #06439f;}
#qywh .jiantou .swiper-button-next{ top: 40%; right: -30px;}
#qywh .jiantou .swiper-button-prev{ top: auto; bottom: 30%; left: auto; right: -30px;}
#qywh .mySwiper2 .swiper-pagination{ color: #fff; font-size: 30px; text-align: left; left: 10%; bottom: 50px; color: rgba(255,255,255,0.5);}
#qywh .mySwiper2 .swiper-pagination .swiper-pagination-current{ font-size: 40px; color: #fff;}
@media screen and (max-width:1600px){
    #qywh .mySwiper2 .swiper-pagination{ display: none;}
}
@media screen and (max-width:1440px){
    #qywh .jiantou .swiper-button-prev{ bottom: 20%;}
    #qywh .mySwiper2 .swiper-slide .tit p{ font-size: 24px;}
    #qywh .mySwiper2 .swiper-slide .tit i{ font-size: 50px;}
    #qywh .mySwiper2 .swiper-slide .con{ font-size: 14px; line-height: 30px;}
}
@media screen and (max-width:1200px){
    #qywh .mySwiper2 .swiper-slide{ padding-top: 3%;}
    #qywh .mySwiper2 .swiper-slide .con{ padding-right: 10%; padding-top: 2%;}
}
@media screen and (max-width:991px){
    #qywh .jiantou .swiper-button-next{ top: auto; bottom: -30px; right: 40%;}
    #qywh .jiantou .swiper-button-prev{ top: auto; bottom: -30px; left: 40%;}
    #qywh .mySwiper2 .swiper-slide .con{ padding-bottom: 15%;}
    #qywh .mySwiper2{ background-size: auto;}
}
@media screen and (max-width:768px){
    #qywh .mySwiper2 .swiper-slide .tit{ line-height: 30px;}
    #qywh .mySwiper2 .swiper-slide .tit p{ font-size: 22px;}
    #qywh .mySwiper2 .swiper-slide .tit span{ font-size: 12px;}
    #qywh .jiantou .swiper-button-next{ top: auto; bottom: -30px; right: 30%;}
    #qywh .jiantou .swiper-button-prev{ top: auto; bottom: -30px; left: 30%;}
}






.cqfm{ margin-top: 3% !important;}
.cqfm .col-12{ padding: 0;}
.cqfm li{ position: relative;}
.cqfm li .bf{ top: 50%; }
.cqfm .pic img{ width: 100%; border-right: 1px solid #fff;}

#zzry{ background: url("../images/ry_bj.jpg") no-repeat center fixed;}
#zzry .tit_jj{ border-bottom: 1px solid rgba(255,255,255,0.2);}
#zzry .tit_jj i{ margin-right: 10px;}
#zzry .tit_jj h2{ background: none; padding-left: 0; color: #fff;}
#zzry .tit_jj p{ color: rgba(255,255,255,0.5);}
#zzry .tit_jj:after{  line-height: 145%; -webkit-text-stroke: 1px rgba(255,255,255,0.1); text-stroke: 1px rgba(255,255,255,0.1); }

#zzry ul{ margin-top: 3% !important;}
#zzry ul li{ background: #fff; width: 49%; padding: 3%; position: relative; overflow: hidden;}
#zzry ul li s{ color: #f2ebda; font-size: 120px; height: 120px; line-height: 120px; position: absolute; right: 20px; bottom: -30px;}
#zzry ul li i{ font-size: 50px; height: 60px; line-height: 60px; background-image: linear-gradient(to bottom, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent; }
#zzry ul li p{ font-size: 18px; font-weight: bold; color: #282828;}
#zzry ul li span{ display: block; width: 70%; color: #666666; font-size: 14px; line-height: 25px; padding-top: 10px;}
#zzry ul li em{ display: block; border: 1px solid #d4d4d4; width: 25px; height: 25px; text-align: center; line-height: 25px; margin-top: 5%; border-radius: 100%; transition: 0.3s;}
#zzry ul li:hover em{ background-image: linear-gradient(to right, #c70602, #ff8b2d); border: 1px solid #ff8b2d; color: #fff;}
#zzry ul li .font,#zzry ul li .pic{ position: relative; z-index: 1; width: 50%;}
#zzry ul li .pic img{ max-width: 100%;}
@media screen and (max-width:1440px){
    #zzry ul li span{ width: 90%;}
}
@media screen and (max-width:991px){
    #zzry ul li{ width: 100%; margin-bottom: 3%;}
}
@media screen and (max-width:768px){
    #zzry ul,.cqfm{ margin: 3% 15px 0 !important;}
}

/*产品中心*/
#pro_class .swiper { width: 100%; height: 100%;}
#pro_class .swiper-slide {

    /* Center slide text vertically */
    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;
}
#pro_class .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
#pro_class .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#pro_class .swiper-slide { background-size: cover; background-position: center;}
#pro_class .mySwiper2 { height: 80%; width: 100%;}
#pro_class .mySwiper2 .swiper-slide img { margin-left: 5px; width: 100vw; height: 85vh;}
#pro_class .mySwiper2 .swiper-slide .font{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; color: #fff; overflow: hidden;}
#pro_class .mySwiper2 .swiper-slide .font:before{ position: absolute; content: ''; left: -240%; top: -100%; width: 300%; height: 300%; background: rgba(0,44,111,0.5); border-top-right-radius: 50%; border-bottom-right-radius: 50%; transition-delay: 0s; -webkit-transition-delay: 0s; opacity: 0;}
#pro_class .mySwiper2 .swiper-slide .font:after{ position: absolute; content: ''; left: -250%; top: -100%; width: 300%; height: 300%; background: rgba(0,44,111,0.8); border-top-right-radius: 50%; border-bottom-right-radius: 50%; transition-delay: 0s; -webkit-transition-delay: 0s; opacity: 0;}
#pro_class .mySwiper2 .swiper-slide-active .font:before{ opacity: 1; left: -235%; -webkit-transition: all 1s .4s ease-out; transition: all 1s .4s ease-out;}
#pro_class .mySwiper2 .swiper-slide-active .font:after{ opacity: 1; left: -240%; -webkit-transition: all 1s .3s ease-out; transition: all 1s .3s ease-out;}
#pro_class .mySwiper2 .swiper-slide .font .main{ position: relative; z-index: 1; padding: 8% 0 0;}
#pro_class .mySwiper2 .swiper-slide .font .main .tit{ transform: translateY(50px); opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
#pro_class .mySwiper2 .swiper-slide .font .main .tit span{ display: block; width: 80px; height: 80px; border-radius: 100%; background: rgba(255,255,255,0.3); text-align: center; line-height: 80px; position: relative;}
#pro_class .mySwiper2 .swiper-slide .font .main .tit span:before{ position: absolute; left: 5px; top: 5px; content: ''; width: 70px; height: 70px; line-height: 70px; background: #fff; border-radius: 100%;}
#pro_class .mySwiper2 .swiper-slide .font .main .tit span i{ background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent; font-size:36px; position: relative; z-index: 1;}
#pro_class .mySwiper2 .swiper-slide .font .main .tit p{ font-size: 30px; font-weight: bold; padding-top: 20px;}
#pro_class .mySwiper2 .swiper-slide .font .main .con{ font-size: 16px; line-height: 35px; width: 40%; padding: 2% 0; transform: translateY(80px); opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
#pro_class .mySwiper2 .swiper-slide .font .main ul{ margin-bottom: 2% !important; transform: translateY(100px); opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li{ color: rgba(255,255,255,0.6); font-size: 16px; line-height: 40px; position: relative; padding-left: 30px; transition: 0.3s;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li a{ color: rgba(255,255,255,0.6);}
#pro_class .mySwiper2 .swiper-slide .font .main ul li:before{ position: absolute; left: 3px; top: 0; content: ''; width: 1px; height: 100%; background: rgba(255,255,255,0.3);}
#pro_class .mySwiper2 .swiper-slide .font .main ul li:after{ position: absolute; left: 0; top: 40%; content: ''; width: 8px; height: 8px; background: rgba(255,255,255,0.5); border-radius: 100%; border: 1px solid rgba(255,255,255,0.7); transition: 0.3s;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li i{ margin-right: 10px; transition: 0.3s;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li:hover a{ color: #fff;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li:hover i{ background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
#pro_class .mySwiper2 .swiper-slide .font .main ul li:hover:after{ background-image: linear-gradient(to right, #ff9549, #ee4611); border: 1px solid #ee4611;}


/*#pro_class .mySwiper2 .swiper-slide .font .main ul{ transform: translateY(100px); opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li{ margin-right: 20px; text-align: center; margin-bottom: 30px;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li span{ display: block; width: 55px; height: 55px; text-align: center; line-height: 55px; border: 1px solid rgba(255,255,255,0.5); border-radius: 10px; position: relative; overflow: hidden;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li span i{ position: relative; z-index: 1; font-size: 30px; transition: 0.3s;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li span:before{ position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: #fff; transform: scale(0); transition: all 0.5s; opacity: 0;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li:hover span:before{ transform: scale(1); opacity: 1;}*/
/*#pro_class .mySwiper2 .swiper-slide .font .main ul li:hover span i{ color: #003fa5;}*/
#pro_class .mySwiper2 .swiper-slide .font .main dl{ transform: translateY(150px); opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
#pro_class .mySwiper2 .swiper-slide .font .main dl dd{ height: 40px; line-height: 40px; border-radius: 20px; width: 10%; margin-right: 10px; background-image: linear-gradient(to right, #ff9549, #ee4611); transition: 0.3s;}
#pro_class .mySwiper2 .swiper-slide .font .main dl dd a{ color: #fff;}
#pro_class .mySwiper2 .swiper-slide .font .main dl dd i{ font-size: 24px;}
#pro_class .mySwiper2 .swiper-slide .font .main dl dd:last-of-type{ background: #003fa5;}
#pro_class .mySwiper2 .swiper-slide .font .main dl dd:hover{ letter-spacing: 3px;}
#pro_class .mySwiper2 .swiper-slide-active .font .main .tit,#pro_class .mySwiper2 .swiper-slide-active .font .main .con,#pro_class .mySwiper2 .swiper-slide-active .font .main ul,#pro_class .mySwiper2 .swiper-slide-active .font .main dl{ transform: translateY(0); opacity: 1; -webkit-transition: all 1s .3s ease-out; transition: all 1s .3s ease-out;}

#pro_class .mySwiper { height: 90px; line-height: 90px; box-sizing: border-box; }
#pro_class .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 1; color: #282828; font-size: 18px; font-weight: bold; position: relative; cursor: pointer;}
#pro_class .mySwiper .swiper-slide:before{ position: absolute; left: 50%; top: 0; content: ''; height: 3px; width: 0; background-image: linear-gradient(to right, #c70602, #ff8b2d); transition: 0.3s;}
#pro_class .mySwiper .swiper-slide i{ font-size: 40px; font-weight: normal; margin-right: 10px; background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
#pro_class .mySwiper .swiper-slide-thumb-active:before {  width: 50%; left: 25%;}
#pro_class .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
@media screen and (max-width:1600px){
    #pro_class .mySwiper2 .swiper-slide .font .main .tit span{ width: 70px; height: 70px; line-height: 70px;}
    #pro_class .mySwiper2 .swiper-slide .font .main .tit span:before{ width: 60px; height: 60px; line-height: 60px;}
    #pro_class .mySwiper2 .swiper-slide .font .main .tit span i{ font-size: 30px;}
    #pro_class .mySwiper2 .swiper-slide .font .main .tit p{ font-size: 26px;}
    #pro_class .mySwiper2 .swiper-slide .font .main .con{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    #pro_class .mySwiper2 .swiper-slide .font .main{ padding-top: 8%;}
    #pro_class .mySwiper2 .swiper-slide .font .main dl dd{ width: 13%;}
}
@media screen and (max-width:1200px){
    #pro_class .mySwiper2 .swiper-slide .font .main .con{ width: 55%; font-size: 14px;}
    #pro_class .mySwiper2 .swiper-slide .font .main .tit p{ font-size: 22px;}
}
@media screen and (max-width:991px){
    #pro_class .mySwiper2 .swiper-slide .font .main dl dd{ width: 20%;}
    #pro_class .mySwiper2 .swiper-slide-active .font:before{ left: -220%;}
    #pro_class .mySwiper2 .swiper-slide-active .font:after{ left: -225%;}
    #pro_class .mySwiper2 .swiper-slide .font .main .con{ width: 70%;}
    #pro_class .mySwiper2 .swiper-slide .font .main{ padding-top: 10%;}
}
@media screen and (max-width:768px){
    #pro_class .mySwiper2 .swiper-slide .font .main dl dd{ width: 30%;}
    #pro_class .mySwiper2 .swiper-slide .font .main{ padding-left: 15px;}
    #pro_class .mySwiper2 .swiper-slide img{ height: 75vh;}
    #pro_class .mySwiper2 .swiper-slide .font .main ul{ display: none;}
}


#info_banner{ position: relative; }
.homebj{ width: 100%;  position: absolute; left: 0; bottom: 0; z-index: 1; color: rgba(255,255,255,0.7);}
.homebj .home{ height: 60px;}
.homebj .home i{ font-size: 20px;}
.homebj .home a{ color: rgba(255,255,255,0.7); padding: 0 10px;}

.proinfo_tit:before{ display: none;}
.proinfo_tit{ border-bottom: none;}

#info_bj{ background: url("../images/info_bj.jpg") no-repeat center top #f6f7fb;}

.pro_con{ position: relative; overflow: hidden; background: #fff; border-radius: 20px;}
.pro_con .row{ margin: 0!important;}

.pro_left{ height: 0; padding-bottom: 35%; position: relative; overflow: hidden; }
.pro_left p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s; text-align: center;}
.pro_left p img{ max-width: 100%; height: 100%;}

.pro_right{ padding: 2% 3%;}
.pro_right .tit{ color: #282828; font-size: 30px; font-weight: bold; }
.pro_right .tit_fu{ height: 50px; line-height: 50px; border: 1px dashed #df0001; color: #df0001; padding-left: 20px; font-size: 16px; margin-top: 3%;}
.pro_right .tit_fu i{ width: 25px; height: 25px; background: #df0001; line-height: 25px; text-align: center; color: #fff; margin-right: 10px;}
.pro_right .content{ color: #666; font-size: 16px; margin: 3% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.pro_right dl{ padding: 5% 0 0 !important; background: url("../images/fa_line.png") repeat-x center top;}
.pro_right dl dd{ color: #666666; font-size: 16px; width: 33%; text-align: center;}
.pro_right dl dd p{ margin: 0 auto !important; width: 125px; height: 125px;  border-radius: 100%; border: 5px solid #e7e7e7; overflow: hidden;}
.pro_right dl dd p img{ width: 100%; height: 100%; }
.pro_right .line{ background: url("../images/fa_line.png") repeat-x center top; padding-top: 3%;}
.pro_right .cp-tools{ width: 25%;}
.pro_right .cp-tools a{ width: 100%;}
@media screen and (max-width:1440px){
    .pro_right .tit_fu{ font-size: 14px; padding-left: 10px;}
    .pro_right .tit{ font-size: 26px;}
    .pro_right dl dd{ font-size: 14px;}
    .pro_right dl dd p{ width: 100px; height: 100px; line-height: 80px;}
}
@media screen and (max-width:1200px){
    .pro_right .content{ font-size: 12px;}
    .pro_right .tit_fu i{ display: none;}
    .pro_right .tit_fu{ font-size: 12px;}
    .pro_right .tit{ font-size: 22px;}
    .pro_right dl dd p{ width: 80px; height: 80px; line-height: 60px;}
}
@media screen and (max-width:991px){
    .pro_left{ padding-bottom: 70%;}
}
@media screen and (max-width:768px){
    .pro_right dl dd{ float: left; width: 50%;}
}


.cp_con{ border-radius: 20px; padding: 2% 3%; margin-top: 3%;}
.cptit{ border-bottom: 1px solid #f0f0f0; color: #282828; font-size: 30px; font-weight: bold; position: relative; height: 50px;}
.cptit:before{ position: absolute; left: 0; bottom: -1px; width: 5%; height: 3px; content: ''; background-image: linear-gradient(to right, #c70602, #ff8b2d);}
.pro_nr{ padding-top: 3%; font-size: 16px; line-height: 35px;}
.pro_nr img{ max-width: 100%; margin: 15px 0;}


.cpys li{ width: 17%; text-align: center; position: relative; padding: 1% 0; cursor: pointer;}
.cpys li .pic{ margin: 0 auto; width: 120px; height: 120px; position: relative; padding: 20px;}
.cpys li .pic:before{ position: absolute; left: 0; top: 0; content: ''; width: 120px; height: 120px; border-radius: 100%; background-image: linear-gradient(to right, #c70602, #ff8b2d); opacity: 0.1;}
.cpys li .pic em{ display: block; position: relative; z-index: 1; width: 80px; height: 80px; line-height: 80px;}
.cpys li .pic em:before{ position: absolute; left: 0; top: 0; content: ''; width: 80px; height: 80px; line-height: 80px; border-radius: 100%; background-image: linear-gradient(to right, #c70602, #ff8b2d); opacity: 0.2;}
.cpys li .pic em i{ font-size: 40px; position: relative; z-index: 2;  background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
.cpys li h4{ color: #282828; font-size: 20px; font-weight: bold !important; padding-top: 20px;}
.cpys li .font{ position: absolute; left: 15%; top: 0; z-index: 2; border-radius: 10px; width: 70%; height: 100%; background-image: linear-gradient(to bottom, #ff9549, #ee4611); color: #fff; transform: scale(0); transition: all 0.5s; opacity: 0;}
.cpys li .font p{ padding: 10% 15% 15%; line-height: 25px;}
.cpys li .font span{ display: block; font-size: 20px; font-weight: bold; position: relative; height: 60px; line-height: 60px;}
.cpys li .font span:before{ position: absolute; left:45%; top: 0; content: ''; width: 10%; height: 3px; background: #fff; }
.cpys li:hover .font{ transform: scale(1); opacity: 1;}



.in_02 .mySwiper2{height: auto;overflow: hidden;}
.in_02 .mySwiper2 .row{position: relative;height: auto;overflow: hidden;}
.in_02 .mySwiper2 .swiper-slide p{ width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
.in_02 .mySwiper2 .swiper-slide p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}

.in_02 .mySwiper{ overflow: inherit; padding: 0 3% 0 0;}
.in_02 .mySwiper .swiper-wrapper{display: block !important;}
.in_02 .in02a{ height: auto; transition-duration: 0ms !important;transform: translate3d(0px, 0px, 0px) !important; position: relative; z-index: 2 !important;}
.in_02 .mySwiper .con{ margin: 35px 0; color: #999; font-size: 16px;}
.in_02 .mySwiper .tit{ color: #282828; font-size: 30px; font-weight: bold; height: 50px; border-bottom: 1px solid #f0f0f0; position: relative;}
.in_02 .mySwiper .tit:before{ position: absolute; width: 10%; height: 3px; content: ''; left: 0; bottom: -1px; background-image: linear-gradient(to right, #c70602, #ff8b2d); }

.in_02 .mySwiper .swiper-slide{float: left; margin-right: 2% !important; width: 30% !important;cursor: pointer; margin-bottom: 1rem;transition:.4s; text-align: center;color: #666666; font-size: 18px; font-weight: bold; border:1px solid #e9e9e9; line-height: 45px;height: 45px !important; border-radius: 5px; padding-left: 3%;}
.in_02 .mySwiper .swiper-slide p{ white-space: nowrap;text-overflow:ellipsis; overflow: hidden; }
.in_02 .mySwiper .swiper-slide i{ margin-right: 10px; font-size: 20px; background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
.in_02 .mySwiper .swiper-slide:hover{ background-image: linear-gradient(to bottom, #ff9549, #ee4611); color: #fff; border:1px solid #ff9549; }
.in_02 .mySwiper .swiper-slide:hover i{ color: #fff;}
.in_02 .mySwiper .swiper-slide-thumb-active{ background-image: linear-gradient(to bottom, #ff9549, #ee4611); color: #fff; border:1px solid #ff9549; }
.in_02 .mySwiper .swiper-slide-thumb-active i{ color: #fff;}



#xgcp{position: relative; margin:5% 0 0;}
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xgcp .swiper-slide {
    transition:0.3s;
    position: relative;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    /* 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;
}
#xgcp .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xgcp .swiper-slide .con{ width: 100%; border-top: 1px solid #f0f0f0; text-align: center; padding: 25px 0; line-height: 30px;}
#xgcp .swiper-slide .con .tit{ color: #282828; font-size: 18px; font-weight: bold;}
#xgcp .swiper-slide .con p{ color: #666666; font-size: 16px;}
#xgcp .swiper-slide .con i{ width: 25px; height: 25px; border: 1px solid #d9d9d9; line-height: 23px; color: #333; border-radius: 100%; margin: 10px auto 0; font-size: 12px; transition: 0.3s;}
#xgcp .swiper-slide:hover .con i{ background-image: linear-gradient(to bottom, #ff9549, #ee4611); border: 1px solid #ff9549; color: #fff;}

@media screen and (max-width:1600px){
    .in_02 .mySwiper .tit{ font-size: 26px;}
    .in_02 .mySwiper .swiper-slide{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    .in_02 .mySwiper .swiper-slide{ font-size: 14px; padding-left: 1%;}
    .in_02 .mySwiper .swiper-slide i{ font-size: 16px; margin-left: 5px;}
    .in_02 .mySwiper .con{ font-size: 14px; margin: 20px 0;}
    .in_02 .mySwiper .tit{ font-size: 22px;}
    .cptit{ font-size: 22px;}
    .cpys li h4{ font-size: 18px;}
    .cpys li .font{ width: 100%; left: 0;}
    .cpys li .font span{ font-size: 16px;}
    #xgcp .swiper-slide .con p{ font-size: 14px; padding: 0 5%; min-height: 60px;}
}
@media screen and (max-width:1200px){
    .cpys li .font p{ padding: 10% 5%;}
    .cpys li h4{ font-size: 16px;}
    .in_02 .mySwiper .swiper-slide{ font-weight: normal;}
}
@media screen and (max-width:991px){
    #xgcp .swiper-slide .tit{ font-size: 16px;}
    .cpys li{ float: left; width: 33%;}

}
@media screen and (max-width:450px){
    .cpys li{ float: left; width: 50%;}
}


.cp_class { height: 90px; line-height: 90px; box-sizing: border-box; margin: 0 auto !important; }
.cp_class li { width: 25%; height: 100%; opacity: 1; color: #282828; font-size: 18px; font-weight: bold; position: relative; cursor: pointer;}
.cp_class li:before{ position: absolute; left: 50%; top: 0; content: ''; height: 3px; width: 0; background-image: linear-gradient(to right, #c70602, #ff8b2d); transition: 0.3s;}
.cp_class li i{ font-size: 40px; font-weight: normal; margin-right: 10px; background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
.cp_class li:hover:before {  width: 70%; left: 15%;}
.cp_class li#li-on:before {  width: 70%; left: 15%;}

#cplb li{ background: url("../images/cppic_bj.jpg") no-repeat center; margin-bottom: 5%; padding: 0 0 2%; position: relative;}
#cplb li .img{display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#cplb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s; mix-blend-mode: multiply;}
#cplb li .title{ color: #282828; font-size: 18px; font-weight: bold; height: 80px; line-height: 80px; text-align: center; width: 100%;}
#cplb li .font{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,44,111,0.8); text-align: center; color: #fff; line-height: 35px; padding-top: 40%; transform: scale(0); transition: all 0.5s; opacity: 0;}
#cplb li .font h3{ font-size: 18px; font-weight: bold !important;}
#cplb li .font p{ font-size: 16px;}
#cplb li .font i{ width: 25px; height: 25px; background-image: linear-gradient(to bottom, #ff9549, #ee4611); border: 1px solid #ff9549; line-height: 23px; color: #fff; border-radius: 100%; margin: 25px auto 0; font-size: 12px; transition: 0.3s;}
#cplb li:hover .font{ transform: scale(1); opacity: 1;}


.demo-honor-k{ position: relative; overflow: hidden;}
.demo-honor-k .font{ position: absolute; left: 0; top: 0; z-index: 1; padding: 12% 8% 0; width: 100%; height: 100%; color: #fff; line-height: 40px; cursor: pointer;}
.demo-honor-k .font p{ font-size: 30px; font-weight: bold; transform: translateY(20px); transition: all 0.5s;}
.demo-honor-k .font span{ display: block; font-size: 16px; transform: translateY(30px); transition: all 0.5s;}
.demo-honor-k .font .more{ width: 130px; height: 35px; line-height: 35px; border-radius: 25px; background-image: linear-gradient(to right, #ff9549, #ee4611); margin-top: 5%; color: #fff; opacity: 0; transform: translateY(20px); transition: all 0.5s;}
.demo-honor-k .font:hover .more{ opacity: 1; transform: translateY(0);}
.demo-honor-k .font:hover p,.demo-honor-k .font:hover span{transform: translateY(0);}
.demo-honor-k .honor-img{ position: relative; width: 100%; height: 0; padding-bottom: 110%; overflow: hidden;}
.demo-honor-k .honor-img1{ padding-bottom: 75% !important;}
.demo-honor-k .honor-img2{ padding-bottom: 39.5% !important;}
.demo-honor-k .honor-img img{ transition: all 0.5s;transform: scale(1.05); width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.demo-honor-k:hover .honor-img img{ transform: scale(1)}
@media(max-width: 1440px){
    .demo-honor-k .font p{ font-size: 26px;}
    .demo-honor-k .font span{ font-size: 14px;}
}
@media(max-width: 1200px){
    .demo-honor-k .font p{ font-size: 22px;}
    .demo-honor-k .font span{ transform: translateY(10px);}
    .demo-honor-k .font{ padding-top: 8%;}
}
@media(max-width: 991px){
    .demo-honor-k .honor-img{ padding-bottom: 40%;}
    .cp_class li{ width: 33%;}
    .demo-honor-k .font span{ line-height: 25px;}
}
@media(max-width: 768px){
    .demo-honor-k .font p{ font-size: 18px;}
    .demo-honor-k .font .more{ height: 30px; line-height: 30px; width: 100px; font-size: 12px;}
    .demo-honor-k .font span{ display: none;}
}



/*新闻*/
.pic_lb li{ margin-bottom: 5%;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.pic_lb li .img .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img .font .text1 div{transform:translateY(101%);}
.pic_lb li .img .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img .font .text2 div{transform:translateY(-104%);}
.pic_lb li:hover .font .text-style1 div{ transform:translateY(0%); transition:transform 0.5s 0.5s;}
.pic_lb li:hover .img .font{ opacity: 1;}
.pic_lb li:hover .img .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}
.pic_lb li .title{ line-height: 25px; padding: 20px 0; min-height: 90px; width: 100%; text-align: center; transition: 0.3s; position: relative;}
.pic_lb li .title p{ font-size: 16px;}
.pic_lb li .title span{ display: block; color: rgba(0,0,0,0.3);}
.pic_lb li .title:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 1px; background: #ccc; transition: 0.5s;}
/*.pic_lb li:hover .title:before{ width: 100%; left: 0;}*/
.pic_lb li:hover .title{ opacity: 0;}


#xw_tj_bj{ background: url("../images/ne_1.jpg") no-repeat center;}


.news_lb li{ margin-bottom: 5%; position: relative; transition: 0.3s;}
.news_lb .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden;}
.news_lb .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.news_lb li .font{ border: 1px solid #efefef; padding: 30px 30px 20px; transition: 0.3s;}
.news_lb li .font .news_title{ height: 40px; font-size: 20px; font-weight: bold !important; color: #333333; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.news_lb li .font .d-flex{ height: 50px; line-height: 50px; border-top: 1px solid #efefef;}
.news_lb li .font .d-flex p{ color: #999; font-family: Arial; border: none;}
.news_lb li .font .d-flex p i{ margin-right: 10px;}
.news_lb li .font .d-flex em{ font-size: 24px; color: #999;}
.news_lb li:hover{ background: #003fa5;}
.news_lb li:hover .font{ border: 1px solid #003fa5;}
.news_lb li:hover .font .news_title{ color: #fff;}
.news_lb li:hover .d-flex{ border-top: 1px solid rgba(255,255,255,0.2);}
.news_lb li:hover .d-flex p,.news_lb li:hover .d-flex em{ color: rgba(255,255,255,0.7);}
.news_lb li:hover .pic img{ transform: scale(1.2);}
@media screen and (max-width:1600px){
    .news_lb li .font .news_title{ font-size: 18px;}
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    .news_lb li .font{ padding: 20px;}
    .news_lb li .font .news_title{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #xw_tj_bj{ padding: 15px;}
}


#xw_tj{ margin: 0 !important;}
#xw_tj .col-12{ padding: 0;}
#xw_tj .swiper { width: 100%; height: 100%; }
#xw_tj .swiper-slide {
    color: #333;
    text-align: left;

    /* 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-box-align: center;
    -ms-flex-align: center;
}
#xw_tj .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#xw_tj .swiper-slide { background-size: cover; background-position: center;}
#xw_tj .mySwiper2 { height: 100%; width: 100%; position: relative;}
#xw_tj .mySwiper2 .swiper-slide{ padding:0; overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 40px; color: #222; font-weight: bold; height: auto; line-height: 55px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .content{ font-size: 16px; margin: 5% 5% 5% 0; color: #999; line-height: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .time{ color: #999;}
#xw_tj .mySwiper2 .swiper-slide .time i{ margin-right: 10px;}
#xw_tj .mySwiper { height: 100%; box-sizing: border-box;}
#xw_tj .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.5; border-radius: 10px; overflow: hidden;}
#xw_tj .mySwiper .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 40%; border-radius: 10px; position: relative; overflow: hidden; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide:hover .pic img{ transform: scale(1.15);}
#xw_tj .mySwiper .swiper-slide-thumb-active { opacity: 1;}
#xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 40px; height: 40px; background: #bdbdbd; border-radius: 25px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next:after,#xw_tj .mySwiper2 .swiper-button-prev:after{ font-size: 16px; color: #fff;}
#xw_tj .mySwiper2 .swiper-button-next{ top: auto; bottom: 0; left: 50px;}
#xw_tj .mySwiper2 .swiper-button-prev{ top: auto; bottom: 0; left: 0;}
#xw_tj .mySwiper2 .swiper-button-next:hover,#xw_tj .mySwiper2 .swiper-button-prev:hover{ background: #003fa5;}
@media screen and (max-width:1700px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-right: 5%;}
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 26px; line-height: 40px;}
}
@media screen and (max-width:1440px){
    #xw_tj .mySwiper2 .swiper-slide .content{ margin: 3% 5% 3% 0;}
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 22px; line-height: 30px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ font-size: 14px; }
}
@media screen and (max-width:1200px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ line-height: 25px;}
    #xw_tj .mySwiper2 .swiper-button-next{ top: auto; bottom: 0; right: 20px; left: auto;}
    #xw_tj .mySwiper2 .swiper-button-prev{ top: auto; bottom: 0; right: 70px; left: auto;}
}
@media screen and (max-width:991px){
    #xw_tj .mySwiper .swiper-slide .pic{ margin-top: 5%;}
}



#xwinfo_bj .news-detail-title{ line-height: 35px;}
#xwinfo_bj .news-detail-title .h3{ color: #000000; font-size: 40px; font-weight: bold !important; padding: 0 !important; border: none !important;}
#xwinfo_bj .news-detail-title .b{ color: #666666; font-size: 16px; margin-top: 2% !important; padding-bottom: 2%; border-bottom: 1px solid #efefef;}

#xwinfo_bj .news-detail{ font-size: 16px; line-height: 35px; color: #666666; padding: 3% 0;}
#xwinfo_bj .news-detail .img{ text-align: center; margin-bottom: 2%;}
#xwinfo_bj .news-detail .img img{ max-width: 100%;}
#xwinfo_bj .news-detail img{ max-width: 100%; display: block; margin: 2% auto;}
#xwinfo_bj .newsPage{ padding: 0; margin: 0 !important; border-top: 1px solid #efefef;}
#xwinfo_bj .newsPage .page-a{ float: left; color: #999; font-size: 14px; width: 45%; height: 90px; line-height: 90px; padding-right: 5%; transition: 0.3s; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#xwinfo_bj .newsPage .page-a a{ color: #999; transition: 0.3s;}
#xwinfo_bj .newsPage .more{ color: #fff; font-size: 16px; transition: 0.3s; background: #003fa5; height: 45px; line-height: 45px; border-radius: 25px;}
#xwinfo_bj .newsPage .more i{ color: #fff; font-size: 20px; margin-right: 10px;}
#xwinfo_bj .newsPage .more:hover{ letter-spacing: 3px;}
#xwinfo_bj .newsPage .page-a:hover,#xwinfo_bj .newsPage .page-a:hover a{ color: #003fa5;}
@media screen and (max-width:1200px){
    #xwinfo_bj .news-detail-title .h3{ font-size: 24px;}
}
@media screen and (max-width:991px){
    #xwinfo_bj .news-detail-title .h3{ font-size: 20px;}
    #xwinfo_bj .news-detail-title .float-right p{ width: 25px; height: 25px; line-height: 25px;}
    #xwinfo_bj .newsPage{ padding: 3% 0;}
    #xwinfo_bj .newsPage .page-a{ width: 100%; height: 40px; line-height: 40px; font-size: 14px;}
    #xwinfo_bj .newsPage .page_more{ display: none;}
    #xwinfo_bj .news-detail-title .b{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #xwinfo_bj .news-detail-title .float-right{ display: none;}
}



/*联系我们*/
#map{ background: url("../images/jjfa_bj1.jpg") no-repeat left bottom; background-size: 100%;}
#map .lianxi{ padding: 7% 5% 10% 0; height: 100vh; overflow-y: scroll;}
#map .lianxi ul .line{ padding: 7% 0 0; color: #999; font-size: 16px; line-height: 35px;}
#map .lianxi ul li{ margin-bottom: 3%;}
#map .lianxi ul li i{ font-size: 36px; margin-right: 15px; background-image: linear-gradient(to bottom, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
#map .lianxi ul li .float-start{ line-height: 25px; color: #999; font-size: 20px;}
#map .lianxi ul li .float-start p{ color: #666;}
#map .lianxi ul .ewm{ display: inline-block; width: 25%; text-align: center; margin: 5% 0 !important;}
#map .lianxi ul .ewm span{ display: block; height: 40px; line-height: 40px; color: #666;}
#map .lianxi ul .ewm img{ width: 100%;}

#map .lianxi::-webkit-scrollbar{
    width:3px;
    height:6px ;
}
#map .lianxi::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #efefef;
}
#map .lianxi::-webkit-scrollbar-thumb{
    background: #efefef;
}

@media screen and (max-width:991px){
    #map .lianxi{ height: auto !important; overflow-y: auto;}
    #map .lianxi ul li .float-start{ width: 85%;}
}
@media screen and (max-width:768px){
    #map .lianxi ul .line{ padding: 5% 15px;}
}


#lx_pro{ background: url("../images/lxwmbj.jpg") no-repeat center fixed;}
#lx_pro .main{ padding: 5% 0 8%;}
#lx_pro p{ color: #fff; font-size: 36px; font-weight: bold; line-height: 50px;}
#lx_pro span{ display: block; float: left; margin-top: 3%; height: 50px; line-height: 50px; border: 1px solid rgba(255,255,255,0.5); padding: 0 40px; text-transform: uppercase; font-size: 16px; color: #fff; transition: 0.3s;}
#lx_pro span:hover{ background: #003fa5; border: 1px solid #003fa5; }
@media screen and (max-width:1200px){
    #lx_pro p{ font-size: 28px;}
}
@media screen and (max-width:991px){
    #lx_pro p{ font-size: 22px; line-height: 35px;}
    #lx_pro span{ height: 40px; line-height: 40px; font-size: 14px;}
    #lx_pro{ padding-left: 15px;}
}

/*解决方案*/
#fa_class{ background: url("../images/jjfa_bj.jpg") no-repeat center fixed;}
#fa_class .main{ padding: 3% 0;}
#fa_class_nr{position: relative;}
#fa_class_nr .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#fa_class_nr .swiper-slide {
    transition:0.3s;
    position: relative;
    cursor: pointer; padding: 0; color: #fff;
    text-align: center;
    /* 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;
}
#fa_class_nr .swiper-slide a{ color: #fff;}
#fa_class_nr .swiper-slide p{ margin: 0 auto !important; width: 90px; height: 90px; line-height: 90px; background: rgba(255,255,255,0.3); border-radius: 100%; position: relative;}
#fa_class_nr .swiper-slide p:before{ position: absolute; content: ''; left: 5px; top: 5px; width: 80px; height: 80px; background-image: linear-gradient(to right, #ff9549, #ee4611); border-radius: 100%; transform: scale(0); transition: all 0.5s; opacity: 0; }
#fa_class_nr .swiper-slide p i{ font-size: 40px; position: relative; z-index: 1;}
#fa_class_nr .swiper-slide .tit{ line-height: 25px; padding-top: 20px;}
#fa_class_nr .swiper-slide h3{ font-size: 18px;}
#fa_class_nr .swiper-slide span{ text-transform: uppercase; color: rgba(255,255,255,0.5);}
#fa_class_nr .swiper-slide:hover p:before{ transform: scale(1); opacity: 1; }
@media screen and (max-width:1200px){
    #fa_class_nr .swiper-slide h3{ font-size: 16px;}
    #fa_class_nr .swiper-slide span{ font-size: 12px;}
}
@media screen and (max-width:991px){
}


.fa_lb{ position: relative;}
.fa_lb .bj{ position: absolute; left: 0; bottom: 0; width: 100%; height: auto;}
.fa_lb .bj img{ max-width: 100%;}
.fa_lb .main{ position: relative; z-index: 2;}
.fa_lb .row{ margin-top: 3%;}
.fa_lb .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition:0.3s;}
.fa_lb .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
.fa_lb .con{ font-size: 16px; padding: 0 0 5%;}
/*.fa_lb ul li{ width: 23%; margin-right: 2%;}*/
/*.fa_lb ul li p{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition:0.3s;}*/
/*.fa_lb ul li p img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}*/


#fa_lb_nr{ position: relative; margin-top: 3%; padding-top: 5%;}
#fa_lb_nr .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#fa_lb_nr .swiper-slide {
    text-align: left;
    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;
}
#fa_lb_nr .swiper-slide p{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition:0.3s;}
#fa_lb_nr .swiper-slide p img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#fa_lb_nr .swiper-button-next,#fa_lb_nr .swiper-button-prev{ width: 33px; height: 33px; color: #333; background: #dcdcdc; border-radius: 100%; top: 0;}
#fa_lb_nr .swiper-button-next:after,#fa_lb_nr .swiper-button-prev:after{ font-size: 12px;}
#fa_lb_nr .swiper-button-next{ right: auto; left: 50px;}
#fa_lb_nr .swiper-button-prev{ left: 0;}

@media screen and (max-width:1440px){
    #fa_lb_nr{ padding-top: 10%; margin-top: 7%;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #fa_lb_nr{ padding-top: 5%; margin-top: 5%;}
    .fa_lb .pic{ margin-top: 5%;}
}
@media screen and (max-width:768px){
    .fa_lb .row{ margin: 5% 0 0;}
    .fa_lb .con{ font-size: 14px;}
}



/*生产工艺*/
.scnl{ padding-top: 3%;}
.scnl .tit{ padding-right: 10%; color: #666666; font-size: 16px; line-height: 35px;}
.scnl ul li{ text-align: center;}
.scnl ul li p{ width: 88px; height: 88px; border: 1px dashed #e6e6e6; border-radius: 100%; padding: 6px;}
.scnl ul li p em{ display: block; width: 76px; height: 76px; line-height: 76px; border-radius: 100%; background-image: linear-gradient(to bottom, #ff9549, #ee4611); position: relative; overflow: hidden;}
.scnl ul li p em:before{ position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: #003fa5; transform: scale(0);transition: all 0.5s; opacity: 0;}
.scnl ul li p em i{ position: relative; z-index: 1; color: #fff; font-size: 36px;}
.scnl ul li span{ display: block; font-size: 16px; height: 40px; line-height: 40px;}
.scnl ul li:hover p em:before{ transform: scale(1); opacity: 1;}

#scsb{ position: relative;}
#scsb .scsb_jb{ position: absolute; left: 0; top: 0; content: ''; z-index: 2; width: 100%; height: 100%;background-image: linear-gradient(to right, rgba(1,39,95,0.8), rgba(255,255,255,0.01));}
#scsb .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#scsb .swiper-slide {
    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;
}
#scsb .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 30%; position: relative; overflow: hidden;}
#scsb .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#scsb .swiper-button-next,#scsb .swiper-button-prev{ width: 60px; height: 60px; background: rgba(255,255,255,0.3); border-radius: 100%;}
#scsb .swiper-button-next:after,#scsb .swiper-button-prev:after{ color: #fff; font-size: 20px;}
#scsb .swiper-button-prev{ left: 10%; top: 40%;}
#scsb .swiper-button-next{ right: auto; left: 10%; top: 60%;}
@media screen and (max-width:1200px){
    #scsb .swiper-button-prev{ top: 30%;}
    .scnl .tit{ padding-right: 5%; font-size: 14px;}
    .scnl ul li span{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .scnl .tit{ margin-bottom: 3%;}
    .scnl{ margin: 0;}
}
@media screen and (max-width:768px){
    #scsb .swiper-button-next,#scsb .swiper-button-prev{ width: 40px; height: 40px;}
    #scsb .swiper-button-next:after,#scsb .swiper-button-prev:after{ font-size: 16px;}
}

#pzfw{ padding: 3% 0 5% !important;}
#pzfw li{ float: left; width: 49.8%; margin-top: 0.5%; position: relative; cursor: pointer; overflow: hidden;}
#pzfw li:nth-of-type(2n){ float: right;}
#pzfw li .pic{display: block; width: 100%; height: 0; padding-bottom: 45%; position: relative; overflow: hidden; background: #031232;}
#pzfw li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 0.5;transition: all 0.5s;}
#pzfw li .font{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; text-align: center; color: #fff; padding-top: 15%;}
#pzfw li .font h2{ font-size: 24px; transform: translateY(30px);transition: all 0.5s;}
#pzfw li .font span{ display: block; color: rgba(255,255,255,0.5); transform: translateY(40px);transition: all 0.5s;}
#pzfw li .font span i{ font-size: 24px;}
#pzfw li .font p{ font-size: 16px; padding: 2% 25% 0; transform: translateY(50px);transition: all 0.5s; opacity: 0;}
#pzfw li:hover .font p,#pzfw li:hover .font h2,#pzfw li:hover .font span{ transform: translateY(0); opacity: 1;}
#pzfw li:hover .pic img{ transform: scale(1.15);}

#peitao{ margin: 2% -10px 0 !important;}
#peitao li{ position: relative; margin-top: 5%;}
#peitao .pic{display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#peitao .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: all 0.5s;}
#peitao li .tit{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,12,44,0.6); color: #fff; text-align: center; font-size: 16px;transition: all 0.5s;}
#peitao li .tit i{ font-size: 35px; opacity: 0;transition: all 0.5s;}
#peitao li:hover .pic img{transform: scale(1.15);}
#peitao li:hover .tit{ height: 100%; padding-top: 25%;}
#peitao li:hover .tit i{ opacity: 1;}
@media screen and (max-width:1440px){
    #pzfw li .font p{ padding: 2% 15% 0;}
}
@media screen and (max-width:1200px){
    #pzfw li .font h2{ font-size: 20px;}
    #pzfw li .font p{ font-size: 14px; padding: 2% 10% 0;}
    #pzfw li .font{ padding-top: 10%;}
}
@media screen and (max-width:991px){
    #pzfw li .font h2{ font-size: 16px;}
    #pzfw li .font span{ font-size: 12px;}
    #pzfw li .font p{ font-size: 12px; padding: 2% 10% 0; line-height: 20px;}
    #pzfw li .font{ padding-top: 10%;}
}
@media screen and (max-width:768px){
    #pzfw li{ width: 100%;}
    #pzfw{ padding: 3% 15px 5% !important;}
    #peitao { margin: 2% 0 0 !important;}
    #peitao li:hover .tit{ padding-top: 15%;}
}


/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; z-index: 1; color: #fff; padding-top: 13%; line-height: 50px; text-align: center;}
#zi_banner .main .tit{ line-height: 80px;}
#zi_banner .main h2{ font-size: 40px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 20px; height: 50px; font-weight: 100;}

.bf{width: 80px;height: 80px;background: #fff;border-radius: 50%;position: absolute;top: 100%;left: 50%;z-index: 3;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);cursor: pointer;}
.bf span{display: block;width: 80px;height: 80px; line-height: 80px; position: absolute; top: 0; left: 0;z-index: 3;text-align: center;}
.bf span i{ font-size: 50px; background-image: linear-gradient(to right, #ff9549, #ee4611); background-clip:text; -webkit-background-clip:text; color: transparent;}
.bf s{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(255, 255, 255, 0.3);border-radius: 50%; animation: pulsate 1.5s ease-out infinite; -webkit-animation: pulsate 1.5s ease-out infinite;}
@keyframes pulsate {0% {transform: scale(1);-webkit-transform: scale(1);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.5);-webkit-transform: scale(1.5);opacity: 0; } }
@-webkit-keyframes  pulsate {0% {transform: scale(1);-webkit-transform: scale(1);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.5);-webkit-transform: scale(1.5);opacity: 0; } }


#zi_banner .homelb{ position: absolute; left: 0; bottom: -50px; width: 100%; z-index: 1;}
#zi_banner ul{ overflow: hidden; margin: 0 auto !important; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
#zi_banner ul li{ overflow: hidden; width: 25%; background: #fff; transition: 0.3s; border-right: 1px solid #f2f2f2; padding: 2% 3%; position: relative; cursor: pointer;}
#zi_banner ul li:before{ position: absolute; right: -90px; bottom: -90px; content: ''; width: 140px; height: 140px; border-radius: 100%; background: rgba(255,255,255,0.09); transition: 0.3s;}
#zi_banner ul li:after{ position: absolute; right: -80px; bottom: -90px; content: ''; width: 160px; height: 160px; border-radius: 100%; background: rgba(255,255,255,0.05); transition: 0.5s;}
#zi_banner ul li:last-of-type{ border-right: none;}
#zi_banner ul li p{ color: #282828; font-size: 18px; transition: 0.3s;}
#zi_banner ul li span{ display: block; color: rgba(102,102,102,0.6); text-transform: uppercase; transition: 0.3s;}
#zi_banner ul li .float-start{ line-height: 25px;}
#zi_banner ul li .float-start:before{ position: absolute; left: 0; bottom: -28px; width: 24px; height: 24px; content: ''; background: url("../images/jjlb_icon.png") no-repeat; opacity: 0; transition: 0.3s;}
#zi_banner ul li i{ color: #8e8e8e; font-size: 40px;}
#zi_banner ul li:hover{ background: #06439f;}
#zi_banner ul li:hover p,#zi_banner ul li:hover i{ color: #fff;}
#zi_banner ul li:hover span{ color: rgba(255,255,255,0.6);}
#zi_banner ul li:hover:before{ opacity: 1; right: -70px; bottom: -70px;}
#zi_banner ul li:hover:after{ opacity: 1; right: -50px; bottom: -70px;}
#zi_banner ul li:hover p,#zi_banner ul li:hover span{ transform: translateY(-15px);}
#zi_banner ul li:hover .float-start:before{ opacity: 1; bottom: -20px;}


@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 30px;}
    #zi_banner .main p{ font-size: 16px; height: 40px; line-height: 40px;}
}
@media screen and (max-width:1200px){
    #zi_banner ul li span{ font-size: 12px;}
    #zi_banner ul li i{ font-size: 30px;}
    #zi_banner ul li p{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 20%;}
    #zi_banner .main h2{ font-size: 28px;}
    #zi_banner .main p{ font-size: 16px;}
    #zi_banner .homelb{ position: relative; bottom: 0;}
    #zi_banner ul li{ float: left; width: 50%; padding: 3%; border-bottom: 1px solid #f2f2f2;}
    #zi_banner ul li:nth-of-type(2n){ border-right: none;}
    .bf{ top: 110%;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 25%;}
    #zi_banner .main h2{ font-size: 24px;}
    #zi_banner .main p{ font-size: 14px;}
    .bf{ width: 60px; height: 60px;}
    .bf span{ width: 60px; height: 60px; line-height: 60px;}
    .bf span i{ font-size: 40px;}
    #zi_banner ul li:hover .float-start:before{ display: none;}
    #zi_banner ul li:hover p,#zi_banner ul li:hover span{ transform: translateY(0);}
}
@media screen and (max-width:560px) {
    /*#zi_banner .main{ padding-top: 23%;}*/
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ display: none;}
    .bf{ top: 130%;}
}




/*#homebj{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 70px; line-height: 70px; color: #fff; background: rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.5);}*/
/*#homebj ul li{ margin-right: 8%; position: relative; font-size: 16px; text-align: center;}*/
/*#homebj ul li a{ color: #fff;}*/
/*#homebj ul li:hover a{ color: #fff;}*/
/*.home{ text-align: right; color: #fff;}*/
/*.home i{ display: inline-block; margin-right: 10px; font-weight: bold; font-size: 18px;}*/
/*.home a{ padding: 0 8px; color: #fff;}*/
/*.home a:last-of-type{ color: #fff;}*/

/*@media screen and (max-width:1500px) {*/
/*}*/
/*@media screen and (max-width:1440px) {*/
/*    .home{ font-size: 12px;}*/
/*    .home i{ display: none;}*/
/*}*/
/*@media screen and (max-width:991px) {*/
/*    #homebj ul li{ float: left; width: 17%; text-align: center; margin: 0 !important; font-size: 14px;}*/
/*    #homebj{ padding: 10px 0; height: auto !important; line-height: 30px;}*/
/*}*/
/*@media screen and (max-width:768px) {*/
/*    #homebj ul li{ width: 25%;}*/

/*}*/

.hui{ background: #f4f6fa;}
.bai{ background: #fff !important;}








/*翻页*/
.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;
}
