.main{ line-height: 30px; padding: 5% 0;}
.maintop{ padding-top: 3%;}
body {
    --theme-bg: #26328d;
}

@media screen and (max-width:768px){
    .row{ margin: 0;}
    .main{ padding: 4% 15px; }
    .maintop{ padding-top: 15%;}
}
.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") repeat center top; width: 100%; height: 100%; background-size: 100%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}


#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
}


/*头部*/
.header { z-index: 9999; background-color: #fff; box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header.scroll_bottom { top: -150px; }

#top_index{ height: auto; margin: 0 auto; overflow: hidden;}
#logo{ padding: 1% 0; text-align: center;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s; position: relative; z-index: 1; }
#top_index .top_tel_con{ line-height: 25px;}
#top_index .top_tel_con i{ margin-right: 10px; }
#top_index .top_tel_con span{ display: block; color: #282828; font-size: 12px;}
#top_index .top_tel_con p{ font-size: 24px; color: #282828;}


@media screen and (max-width:1700px){
    #top_index .top_tel_con i{ display: none;}
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1500px){
    #top_index .top_tel_con p{ font-size: 22px;}
}
@media screen and (max-width:1440px){
    #top_index .top_tel_con{ font-size: 12px;}
    #top_index .top_tel_con p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 80%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    /*#logo a img{ max-width: 50%;}*/
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; font-size: 18px; font-weight: normal; color: #282828; text-align: center; transition:0.5s;}
#nav li .big{ display: block; position: relative; z-index: 1; color: #282828;}
#nav li .big p{ position: relative; z-index: 2;}
#nav li:hover .big{ color: #282828;}
#nav li .big:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 5px; display: block; height:5px; background-color: var(--theme-bg); width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#nav li .big:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#nav li .navson{display: none; text-align: left; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: #fff; box-shadow: -10px 10px 10px rgba(0,0,0,0.1); background-size: auto 95%; color: #333; top: 100%; width: 100vw;}
#nav li .navson .main{ padding: 3% 0;}
#nav li .navson .col-lg-3:before{ position: absolute; content: ''; right: 0; top: -50%; width: 200%; height: 200%; background: #f6f7f9;}
#nav li .navson .col-lg-3 p,#nav li .navson .col-lg-3 span,#nav li .navson .col-lg-3 em{ display: block; position: relative; z-index: 1;}
#nav li .navson .col-lg-3 p{ color: var(--theme-bg); font-size: 22px; padding-bottom: 5%;}
#nav li .navson .col-lg-3 span{ color: #666666; text-transform: uppercase; padding: 5% 0 8%; line-height: 25px; font-size: 12px;}
#nav li .navson .col-lg-3 em{ display: inline-block; color: #666666; font-size: 14px; transition: 0.3s; position: relative;}
#nav li .navson .col-lg-3 em:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; transition: 0.3s; height: 1px; background: var(--theme-bg);}
#nav li .navson .col-lg-9{ padding: 0 0 0 7%;}
#nav li .navson .tit{ color: #282828; font-size: 30px;}
#nav li .navson .tit span{ text-transform: capitalize; color: #cccccc; padding-left: 15px; font-family: Arial !important;}
#nav li .navson .con{ color: #666666; font-size: 15px; padding: 2% 0 4%;}
#nav li .navson dl dd{ float: left; border: 1px solid #eeeeee; height: 50px; line-height: 50px; width: 20%; margin: 0 0 1% 0; font-size: 15px; position: relative; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; border-right: none; padding: 0 10px;}
#nav li .navson dl dd:last-of-type{ border-right: 1px solid #eeeeee;}
#nav li .navson dl dd:hover{ background: var(--theme-bg); border: 1px solid var(--theme-bg); border-right: none;}
#nav li .navson dl dd:hover a{ color: #fff;}
#nav li .navson .col-lg-3 em:hover{ color: var(--theme-bg);}
#nav li .navson .col-lg-3 em:hover:before{ width: 100%;}

@media (min-width: 1200px) and (max-width: 1440px){
  #nav li{ font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 15px;}
}

#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: var(--theme-bg); 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{ background: url("../images/end_bj.jpg") no-repeat center; background-size: 100% 100%; width: 100%; text-align: left; color: rgba(255,255,255,0.6);}
#end_bj a{ color: rgba(255,255,255,0.6); transition: 0.3s; position: relative;}
#end_bj a:hover{ color: #fff;}

#end_bj .main{ padding: 3% 0; }
#end_bj .end_nav{ padding-right: 5%;}
#end_bj ul .tit{ color: #fff; margin-bottom: 20px; font-size: 18px; font-weight: bold !important;}
#end_bj ul li{ line-height: 40px; color: rgba(255,255,255,0.6); font-size: 16px; }

#end_bj .main .ewm{ width: 35%; text-align: center;}
#end_bj .main .ewm p{ background: url("../images/wx_line.png") no-repeat center; background-size: 100% 100%; padding: 15px; }
#end_bj .main .ewm p img{ width: 100%;}
#end_bj .main .end_tel{ color: #fff; font-size: 40px; font-family: Bahnschrift;}
#end_bj .main .end_tel i{ color: #d52325; font-size: 45px; margin-right: 15px;}
#end_bj .main .end_tel1{ margin: 5% 0;}

#end_line{ height: auto; padding: 20px 0; line-height: 30px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: rgba(255,255,255,0.6); font-size: 14px;}
#end_line a{ color: rgba(255,255,255,0.6);}



.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 50; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: var(--theme-bg);}
.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){
    #end_bj .main .end_tel{ font-size: 30px;}
    #end_bj .main .ewm{ width: 45%;}
}
@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%;}
    #end_bj .main .ewm{ float: none; margin: 0 auto;}
    #end_bj .end_logo p{ font-size: 16px;}
}


/*首页*/
#jjbj{ background: url("../images/jjbj.jpg") no-repeat center top; background-size: 100% 100%;}
#jjbj .tit{ color: #282828; line-height: 35px; position: relative; padding-bottom: 30px;}
#jjbj .tit h3{ font-size: 46px; font-weight: bold !important;}
#jjbj .tit span{ font-size: 24px; text-transform: uppercase;}
#jjbj .tit p{ font-size: 30px; margin-top: 10px !important;}
#jjbj .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 40px; background: var(--theme-bg);}
#jjbj .content{ color: #282828; font-size: 16px; margin: 5% 0 7%; line-height: 35px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#jjbj ul li{ width: 25%; position: relative;}
#jjbj ul li:before{ position: absolute; right: 25%; top: 15%; content: ''; width: 1px; height: 70%; background: #e2e2e2;}
#jjbj ul li h2{ color: var(--theme-bg); font-size: 36px; font-weight: bold !important;}
#jjbj ul li h2 sub{ color: #666666; font-size: 14px; font-weight: normal;}
#jjbj ul li .content{ color: #666666; font-size: 14px;}
#jjbj .jjleft{ padding-right: 7%;}
#jjbj dl{ margin: 7% 0 0;}
#jjbj dl dd{ background: var(--theme-bg); border-radius: 10px; line-height: 25px; width: 24%; color: #fff; padding: 2.5% 0; transition: 0.3s;}
#jjbj dl dd a{ color: #fff;}
#jjbj dl dd i{ font-size: 36px; margin-right: 15px;}
#jjbj dl dd h4{ font-size: 16px;}
#jjbj dl dd span{ color: rgba(255,255,255,0.4); font-size: 14px; text-transform: uppercase;}
#jjbj dl dd:hover{ background: #d0021b;}


.tit_in .tit{ line-height: 50px;}
.tit_in .tit p{ color: #333333; font-size: 33px; text-transform: uppercase;}
.tit_in .tit h2{ color: #333333; font-size: 30px;}
.tit_in .tit h2 i{ color: #d0021b; font-size: 16px; margin: 0 15px;}
.tit_in .tit h2 span{ font-size: 20px;}
.tit_in .more{ color: #000000; font-size: 16px;}
.tit_in .more i{ width: 35px; height: 35px; background: var(--theme-bg); color: #fff; font-size: 16px; line-height: 35px; text-align: center; border-radius: 100%; margin-left: 15px; transition: 0.3s;}
.tit_in .more:hover i{ border-radius: 0;}

.con_zy{ font-size: 16px; line-height: 40px;}
@media screen and (max-width:1600px){
    #jjbj ul li{ width: 30%;}
    #jjbj dl dd i{ font-size: 28px;}
    #jjbj dl dd h4{ font-size: 15px;}
    #jjbj dl dd span{ font-size: 12px;}
    #jjbj .tit h3{ font-size: 40px;}
    #jjbj .tit span{ font-size: 20px;}
    #jjbj .tit p{ font-size: 20px;}
}
@media screen and (max-width:1440px){
    #jjbj .jjleft{ padding-right: 2%;}
    #jjbj ul li h2{ font-size: 26px;}
    #jjbj dl dd{ padding: 1.5% 0; }
    #jjbj dl dd i{ font-size: 24px;}
    #jjbj dl dd h4{ font-size: 13px;}
    #jjbj .tit h3{ font-size: 30px;}
    #jjbj .tit span{ font-size: 16px;}
    #jjbj .tit p{ font-size: 16px; margin: 0 !important;}
    #jjbj .content{ font-size: 14px; margin: 4% 0 5%;}
    .tit_in .tit h2{ font-size: 24px;}
    .tit_in .tit p{ font-size: 28px;}
    .tit_in .tit h2 span{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #jjbj dl dd{ width: 48%; float: left;}
    #jjbj dl dd:nth-of-type(2n){ float: right;}
    #jjbj .tit{ padding-bottom: 15px;}
    #jjbj ul li:before{ right: 20%;}
}
@media screen and (max-width:991px){
    #jjbj .tit h3{ font-size: 24px;}
    #jjbj .tit span{ font-size: 14px;}
    #jjbj .tit p{ font-size: 14px; margin: 0 !important;}
    #jjbj ul li{ width: 33%;}
    #jjbj ul li:before{ display: none;}
}
@media screen and (max-width:768px){
    .tit_in .tit h2 span,.tit_in .tit h2 i{ display: none;}
    .tit_in .tit p,.tit_in .tit h2{ font-size: 20px;}
    .tit_in .tit{ line-height: 30px;}
}





#cpnr{ position: relative;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 0;}
#cpnr .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px;}
#cpnr .gallery-top .swiper-slide ul{ padding: 0 !important; margin: 0 -10px !important; }
#cpnr .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 10%;}
#cpnr .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 70%; margin-bottom: 30px; position: relative; overflow: hidden; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .tit{ color: #282828; font-size: 26px; margin-bottom: 15px; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .con{ color: #666666; min-height: 60px; font-size: 16px; line-height: 30px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpnr .gallery-top .swiper-slide ul li .zx{ color: #282828; font-size: 20px; margin-top: 10px; position: relative; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx p{ position: relative;}
#cpnr .gallery-top .swiper-slide ul li .zx p:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--theme-bg); content: ''; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx i{ color: #040000; font-size: 20px; margin-left: 10px; transform:rotate(-45deg); transition: 0.5s;}
#cpnr .gallery-top .swiper-slide ul li:hover .pic p img{ transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx{ color: var(--theme-bg);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx p:before{ width: 0;}
#cpnr .gallery-top .swiper-slide ul li:hover .zx i{ transform:rotate(0); margin-left: 20px;}
#cpnr .gallery-top .swiper-slide ul li:hover .tit{ color: var(--theme-bg); font-weight: bold;}

#cpnr .gallery-thumbs { height: auto; padding: 0; width: 50%; box-sizing: border-box; position: absolute; right: 0; top: -60px;}
#cpnr .gallery-thumbs .swiper-slide { cursor: pointer; transition: 0.3s;}
#cpnr .gallery-thumbs .swiper-slide .tit{ height: 50px; line-height: 50px; font-size: 15px; color: #282828; text-align: center;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #cpnr .gallery-top .swiper-slide ul li .tit{ font-size: 20px;}
    #cpnr .gallery-top .swiper-slide ul li .con{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ font-size: 16px;}
    #cpnr .gallery-thumbs{top: -60px;}
}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs{ padding: 0; left: 0; width: 100%;}
    #cpnr{ margin-top: 3%;}
    #cpnr .gallery-thumbs{ position: relative; top: 0;}
    #cpnr .gallery-top .swiper-slide ul li{ padding: 10px;}
    #cpnr .gallery-top .swiper-slide ul .col-6{ padding: 0 5px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .swiper-slide ul{ margin: 0 auto !important;}
}
@media screen and (max-width:768px){
    #cpnr .gallery-top .swiper-slide ul li .zx{ margin-top: 10px;}
}




#blue{ background: var(--theme-bg); color: #fff;}
#blue p{ font-size: 30px; font-weight: bold !important; text-transform: uppercase; margin-right: 20px !important;}
#blue span{ font-size: 20px;}
#blue h2{ font-size: 36px; font-weight: bold !important; margin-top: 10px !important;}
#blue .main{ padding: 3% 0;}
#blue .tit{ margin-top: 10px;}
#blue .tit p{ font-size: 16px !important; font-weight: normal !important; margin-left: 10px !important;}
#blue .tit i{ width: 30px; height: 30px; background: #d0021b; border-radius: 100%; color: #fff; text-align: center; line-height: 30px; font-size: 20px;}
#blue .tit span{ padding: 0 10px; font-size: 26px; font-weight: bold !important;}

.mes-form3 { margin: 3% auto 0; overflow: hidden; width: 100%; padding: 0;}
.mes-form3 .row{ margin: 0 auto !important;}
.mes-form3 .form-tr { padding: 0; overflow: hidden;}
.mes-form3 .form-tr input { display: block; width: 94%; padding: 0 2%; height: 45px; line-height: 45px; background: #fff; color: #333; border-radius: 5px; border: none;}
.mes-form3 .form-tr .code { overflow: hidden;}
.mes-form3 .form-tr .code input { width: 60%; float: left;}
.mes-form3 .form-tr .code .verify { cursor: pointer; float: left; margin-left: 2%; width: 35%; height: 45px; line-height: 45px; text-align: center; font-size: 0;}
.mes-form3 .form-tr .code .verify img { display: inline-block; vertical-align: middle; max-width: 100%; height: 40px;}
.mes-form3 .form-tr .submit2 { display: block; width: 80%; height: 45px; text-align: center; line-height: 45px; background: #d0021b; color: #fff; font-size: 16px; border-radius: 5px; transition:0.3s;}
.mes-form3 .form-tr .submit2:hover { background: #333;}
.mes-form3 .form-tr .error { height: auto;}
@media screen and (max-width:1440px){
    .mes-form3{ width: 100%;}
    #blue h2{ font-size: 30px;}
    #blue p{ font-size: 26px;}
    #blue span{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .mes-form3{ width: 100%;}
    .mes-form3 .form-tr input{ margin-bottom: 10px;}
    .mes-form3 .form-tr .submit2{ width: 95%;}
}
@media screen and (max-width:768px){
    #blue h2{ font-size: 24px;}
    #blue p{ font-size: 20px;}
    #blue span{ font-size: 14px;}
    .mes-form3 .form-tr{ padding-left: 15px;}
    .mes-form3 .form-tr input,.mes-form3 .form-tr .submit2{ height: 40px; line-height: 40px;}
}



.anli{position: relative; overflow: hidden;}
.anli .swiper-container {padding-bottom: 4%;}
.anli .swiper-slide { display: flex; flex-direction: column;  position: relative; padding: 3% 0;}
.anli .swiper-slide .inimg{ }
.anli .swiper-slide .inimg a{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.anli .swiper-slide .inimg a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
.anli .swiper-slide p{ background: #f3f3f3; color: #595959; font-size: 16px; height: 55px; line-height: 55px; text-align: center; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.anli .swiper-slide:hover .inimg img{ transform: scale(1.1);}
@media screen and (max-width:1440px){
    .anli .swiper-slide p{ font-size: 14px;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}


#link{ margin-top: 3% !important;}
#link li{ width: 13.5%; margin: 1.5%; float: left; height: 80px; text-align: center; transition: 0.5s; cursor: default;}
#link li img{ width: 100%; max-height: 100%; vertical-align: middle;}
#link li:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
@media screen and (max-width:1200px){
    #link li{ width: 23%; margin: 1%;}
    #link li img{ max-width: 90%;}
}
@media screen and (max-width:768px){
    #link li{ width: 31%; margin: 2% 1%;}
    #link li{ height: 50px; line-height: 50px;}
}




/*公司简介*/
.jjtit{ position: relative; padding: 0 5% 0 0;}
.jjtit h2{ color: #282828; font-size: 46px; font-weight: bold !important;}
.jjtit p{ font-size: 24px; text-transform: uppercase; padding: 5px 0 20px !important;}
.jjtit span{ display: inline-block; font-size: 22px; position: relative; line-height: 40px;}
.jjtit span:nth-of-type(2):before{ position: absolute; left: 0; bottom: 5px; content: ''; width: 100%; height: 5px; background: var(--theme-bg); }
/*.jjtit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 40px; height: 4px; background: var(--theme-bg);}*/
.jjtit .pic img{ width: 70%; margin-top: 20px;}



.jjfont{ font-size: 16px; line-height: 35px; overflow-y: scroll;}
.jjfont::-webkit-scrollbar{
    width:3px;
    height:6px;
}
.jjfont::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
.jjfont::-webkit-scrollbar-thumb{
    background: #c3002f;
}


.jjlb{ margin-top: 3% !important;}
.jjlb li h2{ font-size: 100px; color: var(--theme-bg); font-family: Arial !important;}
.jjlb li p{ font-size: 18px;}

#whbj{ background: url("../images/whbj.jpg") no-repeat center; text-align: center; color: #fff;}
#whbj .main{ padding: 3% 0; line-height: 45px;}
#whbj h2{ font-size: 44px; font-weight: bold !important;}
#whbj p{ font-size: 22px;}


@media screen and (max-width:1600px){
    .jjtit span{ font-size: 18px;}
    .jjtit h2{ font-size: 38px;}
    .jjtit p{ font-size: 20px;}
    .jjlb li h2{ font-size: 76px;}
}
@media screen and (max-width:1440px){
    .jjtit span{ font-size: 16px;}
    .jjlb li h2{ font-size: 60px;}
    .jjfont{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #whbj h2{ font-size: 34px;}
    #whbj p{ font-size: 18px;}
}
@media screen and (max-width:991px){
    .jjtit span{ font-size: 14px; line-height: 30px;}
    .jjlb li h2{ font-size: 40px;}
    .jjlb li p{ font-size: 14px;}
    .jjfont{ margin-top: 5%;}
}
@media screen and (max-width:768px){
    .jjlb li{ float: left; width: 50%; margin-bottom: 20px;}
    .jjtit h2{ font-size: 30px;}
    .jjtit p{ font-size: 16px;}
    #whbj h2{ font-size: 24px;}
    #whbj p{ font-size: 16px;}
}




#rybj{ padding: 0; margin-top: 3%;}
#rybj .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#rybj .swiper-slide {
    text-align: center;
    border: 1px solid #ececec;
    padding: 15px;
    transition: 0.3s;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#rybj .swiper-slide:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0; opacity: 0; transition: all 0.5s; background: var(--theme-bg); content: '';}
#rybj .swiper-slide .pic{width: 100%; position: relative; z-index: 1;}
#rybj .swiper-slide .pic p{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition:0.3s; }
#rybj .swiper-slide .pic span{ display: block; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; position: absolute; text-align: center; transition:0.3s; overflow: hidden; }
#rybj .swiper-slide .pic span img{ max-width: 100%; height: 100%; transition: 0.3s;}
#rybj .swiper-slide p{ position: relative; z-index: 1; font-size: 18px; padding-top: 20px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#rybj .swiper-slide:hover:before{ height: 30%; opacity: 1;}
#rybj .swiper-slide:hover .pic span img{transform: scale(1.05);}
#rybj .swiper-slide:hover p{ color: #fff;}

#rybj.activeDown,#rybj.activeDown a{cursor:none !important;}
@media screen and (max-width:765px){
    #rybj{ background-size: 100%;}
    #rybj .swiper-slide p{ font-size: 14px;}
}




#lingyu{ padding: 0; margin-top: 3%;}
#lingyu .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#lingyu .swiper-slide {
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    /* 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;
}
#lingyu .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition:0.3s;  }
#lingyu .swiper-slide .pic img{ display: block; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; position: absolute; text-align: center; transition:0.3s; overflow: hidden;}
#lingyu .swiper-slide .tit{ position: absolute; color: #fff; left: 0; bottom: -100%; transition: 0.5s; padding: 30px; background: var(--theme-bg); width: 100%;}
#lingyu .swiper-slide .tit p{ font-size: 26px; transition: 0.3s; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#lingyu .swiper-slide .tit span{ text-transform: uppercase; font-size: 14px;}
#lingyu .swiper-slide .tit i{ font-size: 20px;}
#lingyu .swiper-slide:hover .pic span img{transform: scale(1.05);}
#lingyu .swiper-slide:hover .tit{ bottom: 0;}
#lingyu .swiper-slide-active .tit{ bottom: 0;}
@media screen and (max-width:1440px){
    #lingyu .swiper-slide .tit{ padding: 8px 15px; line-height: 25px;}
    #lingyu .swiper-slide .tit p{ font-size: 20px;}
    #lingyu .swiper-slide .tit span{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #lingyu{ background-size: 100%;}
    #lingyu .swiper-slide p{ font-size: 14px;}
    #lingyu .swiper-slide .tit p{ font-size: 16px;}
}




/*产品中心*/
.cplb li{ text-align: center; margin-bottom: 8%;}
.cplb li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition: 0.3s; margin-bottom: 3%; border: 1px solid #efefef;}
.cplb li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cplb li .tit p{ color: #000; font-size: 26px; transition: 0.3s; padding-bottom: 10px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cplb li .tit span{ display: block; color: #666666; font-size: 18px; transition: 0.3s;}
.cplb li dl{ margin-top: 5% !important;}
.cplb li dl dd{ width: 30%; margin: 0 5px; height: 45px; line-height: 45px; background: #ececec; border-radius: 25px; transition: 0.3s;}
.cplb li dl dd:first-of-type{ background: #0e3487; color: #fff;}
.cplb li dl dd:first-of-type a{ color: #fff;}
.cplb li dl dd:hover{ background: #d0021b; color: #fff;}
.cplb li dl dd:hover a{ color: #fff;}
@media screen and (max-width:1700px){
    .cplb li .tit p{ font-size: 24px;}
    .cplb li .tit span{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    .cplb li .tit p{ font-size: 20px; padding: 0;}
    .cplb li .tit span{ font-size: 14px;}
    .cplb li dl dd{ height: 35px; line-height: 35px;}
}
@media screen and (max-width:1200px){
    .cplb li .tit p{ font-size: 16px; padding: 0;}
    .cplb li .tit span{ font-size: 12px;}
    .cplb li dl dd{ height: 35px; line-height: 35px; font-size: 12px;}
}


#cpbt{ text-align: left;}
#cpbt .tit{ color: #000000; font-size: 26px; text-align: left;}
#cpbt ul{ padding: 15% 0 20% !important;}
#cpbt ul li{ height: 50px; line-height: 50px; margin-bottom: 3%; font-size: 18px; color: #999999; position: relative;}
#cpbt ul li a{ color: #999999;}
#cpbt ul li:before{ position: absolute; left: 0; bottom: 0; width: 0; content: ''; height: 2px; background: var(--theme-bg); transition: 0.3s;}
#cpbt ul li:hover:before{ width: 20%;}
#cpbt ul li:hover a{ color: var(--theme-bg) !important;}
#cpbt .fanhui{ height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); width: 80%; color: var(--theme-bg); font-size: 16px; transition: 0.3s;}
#cpbt .fanhui i{ margin-right: 10px; font-size: 20px;}
#cpbt .fanhui:hover{ background: var(--theme-bg); color: #fff;}

@media screen and (max-width:1700px){
    #cpbt .tit{ font-size: 22px;}
}
@media screen and (max-width:1440px){
    #cpbt .tit{ font-size: 18px;}
    #cpbt ul li{ font-size: 16px; height: 40px; line-height: 40px;}
}
@media screen and (max-width:1200px){
    #cpbt ul li{ font-size: 14px;}
    #cpbt .fanhui{ font-size: 14px;}
    #cpbt .tit{ font-size: 16px;}
}





.cpinfo{ padding-top: 5%;}

.pro_con{ position: relative; overflow: hidden;}
.pro_con .row{ margin: 0;}

.cp_left{ padding: 0; position: relative; overflow: hidden;}
.cp_left .swiper-container {
    width: 100%;
    height: 100%;
}

.cp_left .swiper-slide {
    text-align: center;

    /* 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;
}
.cp_left .swiper-slide p{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.cp_left .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cp_left .swiper-pagination{ bottom: 3%;}
.cp_left .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 3px; transition:0.3s; opacity: 1; background: #7c7c7c;}
.cp_left .swiper-pagination-bullet-active{ width: 60px; background: #d0021b; opacity: 1;}



.cp_right{ padding: 0 2%;}
.cp_right .tit{ line-height: 40px; border-bottom: 1px solid #e5e5e5; padding-bottom: 3%; position: relative;}
.cp_right .tit h2{ color: #333333; font-size: 32px; font-weight: bold !important;  white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.cp_right .tit p{ color: #666666; font-size: 18px;}
.cp_right .content{ color: #999999; font-size: 16px; line-height: 35px; margin: 5% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.cp_right .zixun-btn{ width: 30%; height: 50px; line-height: 50px; background: var(--theme-bg); color: #fff; text-align: center; font-size: 16px; transition: 0.3s; border: 1px solid var(--theme-bg);}
.cp_right .zixun-btn i{ font-size: 22px; margin-right: 10px;}
.cp_right .zixun-btn:hover{ background: #d0021b; border: 1px solid #d0021b;}
.cp_right .more{ width: 40%; margin-left: 5%; color: var(--theme-bg); height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); font-size: 20px; font-weight: bold; transition: 0.3s;}
.cp_right .more i{ font-size: 24px; margin-right: 10px;}
@media screen and (max-width:1700px){
    .cp_right .tit h2{ font-size: 28px;}
    .cp_right .tit p{ font-size: 16px;}
    .cp_right .more{ width: 40%;}
}
@media screen and (max-width:1440px){
    .cp_right .tit h2{ font-size: 22px;}
    .cp_right .zixun-btn{ width: 40%;}
    .cp_right .content{ font-size: 14px; line-height: 30px;}
    .cp_right .tit p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .cp_right .content{ font-size: 12px; line-height: 25px;}
    .cp_right h2{ font-size: 18px;}
    .cp_right .tit p{ font-size: 12px;}
    .cp_right .more{ width: 50%; font-size: 16px;}
    .cp_right .more i{ font-size: 18px;}
    .cp_right .zixun-btn{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .cp_right .tit h2{ font-size: 24px;}
    .cp_right .more{ margin: 0;}
    .cp_right{ padding: 4%;}
}
@media screen and (max-width:768px){
    .cp_right .tit h2{ font-size: 18px;}
    .cpinfo{ padding-top: 13%;}
    .cpinfo .main{ padding: 5% 0;}
}


.cp_content{ padding: 3%;}
.cp_tit{ color: #000000; font-size: 26px; position: relative; padding-left: 20px;}
.cp_tit:before{ position: absolute; left: 0; top: 15%; content: ''; width: 2px; height: 70%; background: var(--theme-bg);}

.cpnr{ padding-top: 3%; font-size: 16px; line-height: 35px; color: #333; overflow-x: scroll;}
.cpnr table{ width: 100% !important;}
.cpnr table td{ text-align: center; width: auto !important; border: 1px solid #efefef;}
.cpnr img{ max-width: 100%; height: auto !important;}


#info_ys{ margin: 0 0 5% !important; position: relative;}
#info_ys .pic{ width: 85px; height: 85px; background: var(--theme-bg); line-height: 85px; text-align: center; transition: 0.3s; border-radius: 3px;}
#info_ys .pic i{ color: #fff; font-size: 40px;}
#info_ys li{ margin-top: 5%; background: #f8f8f8; padding: 2.5%; border-radius: 3px;}
#info_ys .font{ width: 80%; padding-left: 3%;}
#info_ys .font .tit{ color: var(--theme-bg); height: 40px;}
#info_ys .font .tit p{ font-size: 24px;}
#info_ys .font .tit span{ font-size: 14px; text-transform: uppercase; padding-left: 10px;}
#info_ys .font .con{ color: #666666; font-size: 16px; display: block; line-height: 25px;}
#info_ys li:hover .pic{ background: #d0021b;}
@media screen and (max-width:1440px){
    #info_ys .font .tit{ font-size: 24px;}
    #info_ys .font .con{ font-size: 13px;}
    #info_ys .font .tit:before{ font-size: 36px;}
    #info_ys .font .tit p{ font-size: 22px;}
    .cp_tit{ font-size: 22px;}
}
@media screen and (max-width:1200px){
    #info_ys .font .tit p{ font-size: 20px;}
    #info_ys .pic{ width: 80px; height: 80px; line-height: 80px;}
    #info_ys .pic i{ font-size: 35px;}
    #info_ys .font .tit{ font-size: 20px; height: 30px;}
    #info_ys .font .con{ font-size: 12px;}
    #info_ys .font .tit:before{ font-size: 30px;}
    .cp_tit{ font-size: 20px;}
    .cpnr{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #info_ys .font .tit p{ font-size: 18px;}
    .cp_tit{ font-size: 18px;}
}


#xgcp{position: relative; }
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xgcp .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;
}
#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 .tit{ padding: 7% 0; line-height: 25px; height: auto; width: 100%; transition: 0.3s; text-align: center;}
#xgcp .swiper-slide .tit p{ display: inline-block; font-size: 20px; color: #222222; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp .swiper-slide .tit span{ display: block; position: relative; text-transform: uppercase; font-size: 16px; color: #666666;}
#xgcp .swiper-slide:hover img{ transform: scale(1.1);}
@media screen and (max-width:1200px){
    #xgcp .swiper-slide .tit p{ font-size: 14px;}
    #xgcp .swiper-slide .tit span{ font-size: 12px;}
}


#cp_xw{ margin-top: 3% !important;}
#cp_xw li{width: 100%;height: auto; margin:0 auto; padding: 20px 0; transition: 0.3s;}
#cp_xw li .row{ margin: 0;}
#cp_xw li .right{ float: right; padding: 0 0 0 4% !important; line-height: 25px;}
#cp_xw li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#cp_xw li .news_info{ color: #999999; font-size: 14px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cp_xw li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; background: #f3f3f3; color: #333333;font-size: 14px; padding: 10px 0 0 !important; margin: 0 !important; transition: 0.3s;}
#cp_xw li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: var(--theme-bg); font-size: 45px; font-weight: bold;}
#cp_xw li:hover .news_time{ background: var(--theme-bg);}
#cp_xw li:hover .news_time,#cp_xw li:hover .news_time span{ color: #fff;}
/*#cp_xw li:hover .news_info{ color: rgba(255,255,255,0.6);}*/
/*#cp_xw li:hover .news_time{ border-right: 1px solid rgba(255,255,255,0.2);}*/
@media screen and (max-width:768px){
    #cp_xw li .news_time span{ font-size: 40px;}
}
@media screen and (max-width:1200px){
    #cp_xw li .news_time span{ font-size: 45px;}
    #cp_xw li .news_time{ font-size: 13px;}
}
@media screen and (max-width:991px){
    #cp_xw li .news_time span{ font-size: 32px;}
    #cp_xw li .news_time{ line-height: 15px;}
}





/*新闻中心*/
.home_zy{ height: 60px; color: #a2a2a2; font-size: 16px;}
.home_zy i{ display: inline-block; color: var(--theme-bg); font-size: 20px; margin-right: 10px;}
.home_zy a{ color: #a2a2a2; padding: 0 5px;}
.home_zy a:last-of-type{ color: var(--theme-bg);}
#xwinfo_bj{ padding-top: 2%;}
#xwinfo_bj .bai{ padding: 3%; box-shadow: 0 0 15px rgba(0,0,0,0.05);}
#xwinfo_bj .main{ padding-top: 6%;}
#xwinfo_bj .news-detail-title{ line-height: 35px;}
#xwinfo_bj .news-detail-title .h3{ color: #000000; font-size: 30px; font-weight: normal !important; padding: 0 !important; border: none !important;}
#xwinfo_bj .news-detail-title .b{ color: #666666; font-size: 14px; margin-top: 1% !important; padding-bottom: 2%; border-bottom: 1px solid #d7d7d7;}

#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 #d7d7d7; border-bottom: none !important;}
#xwinfo_bj .newsPage .page-a{ float: left; color: #999; font-size: 16px; 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: var(--theme-bg); height: 45px; line-height: 45px;}
#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: var(--theme-bg);}
@media screen and (max-width:1440px){
    #xwinfo_bj .main{ padding-top: 9%;}
}
@media screen and (max-width:1200px){
    #xwinfo_bj .news-detail-title .h3{ font-size: 24px;}
}
@media screen and (max-width:991px){
    #xwinfo_bj .main{ padding-top: 12%;}
    #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;}
    .home_zy{ font-size: 14px; height: 50px;}
    .home_zy i{ font-size: 18px;}
}
@media screen and (max-width:768px){
    #xwinfo_bj .main{ padding-top: 15%;}
    #xwinfo_bj .news-detail-title .float-right{ display: none;}
    #xwinfo_bj .news-detail-title .h3{ font-size: 16px;}
    #xwinfo_bj .news-detail-title .b{ font-size: 12px;}
    #xwinfo_bj .news-detail{ font-size: 14px; line-height: 30px;}
    .home_zy{ font-size: 13px;}
    .home_zy i{ font-size: 16px;}
}
@media screen and (max-width:500px){
    #xwinfo_bj .main{ padding-top: 22%;}
}



.gonggao{ margin-top: 3%;}
.gonggao .row{ margin: 0;}
.gonggao .pic{ height: 0; padding-bottom: 25%; position: relative; overflow: hidden; transition: 0.5s;}
.gonggao .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
.gonggao .pic:hover img{ transform: scale(1.1);}
.gonggao .font{ padding: 2% 3%;}
.gonggao .font .gg_1 .tit{ color: var(--theme-bg); font-weight: bold; font-size: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.gonggao .font .gg_1 .content{ color: rgba(40,40,40,0.5); font-size: 16px; margin: 3% 0 2%; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.gonggao .font .gg_1 .more{ color: var(--theme-bg); margin-bottom: 20px;}
.gonggao .font .gg_1 .more i{ margin-left: 10px; font-size: 16px;}
.gonggao .font .gg_2{ padding-top: 2%; border-top: 1px solid #e9e9e9;}
.gonggao .font .gg_2 .tit{ color: rgba(40,40,40,0.7); font-size: 16px; height: 40px; line-height: 40px;}
.gonggao .font .gg_2 .tit p{ float: left; width: 85%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.gonggao .font .gg_2 .tit span{ display: block; float: right; color: rgba(40,40,40,0.5); font-size: 14px;}
.gonggao .font .gg_2 .tit:hover,.gonggao .font .gg_1 .tit:hover{ color: var(--theme-bg);}
@media screen and (max-width:1200px){
    .gonggao .pic{ padding-bottom: 32%;}
    .gonggao .font .gg_1 .tit{ font-size: 22px;}
    .gonggao .font .gg_1 .content{ font-size: 14px; }
    .gonggao .font .gg_2 .tit{ font-size: 14px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:991px){
    .gonggao .pic{ padding-bottom: 50%;}
    .gonggao .font .gg_2 .tit p{ width: 80%;}
}
@media screen and (max-width:768px){
    .gonggao .font .gg_1 .tit{ font-size: 18px;}
}




.xwnr{ margin-top: 3%;}
.sppic{ position: relative;}
.sppic .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden; background: #000;}
.sppic .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s; opacity: 0.8;}
.sppic .font{ position: absolute; left: 0; bottom: 0; z-index: 1; padding: 3%;width: 100%;}
.sppic .font p{ color: #fff; font-size: 26px; width: 70%; font-weight: bold !important; line-height: 40px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.sppic .font span{ display: block; text-align: right; color: rgba(255,255,255,0.5); font-size: 16px; width: 30%;}
.sppic i{ position: absolute; left: 45%; top: 40%; color: #fff; font-size: 80px;}



.xwbj{ background: url("../images/xwbj.jpg") no-repeat center top;}

#shipin{position: relative; overflow: hidden; margin: 0 8%;}
#shipin .swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px 20px 40px;
}
#shipin .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    /* 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;
}
#shipin .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; }
#shipin .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#shipin .swiper-slide .content{ position: relative; width: 100%; padding: 15px; background: #f6f9fc; transition: 0.3s;}
#shipin .swiper-slide .content h2{ width: 100%; color: #282828; font-size: 20px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
#shipin .swiper-slide .content p{ font-size: 15px; color: #999; min-height: 60px; margin: 20px 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#shipin .swiper-slide .content span{ display: block; color: #9a9a9a; font-size: 16px;}
#shipin .swiper-slide .content h3{ display: block; padding: 0 15px; font-size: 14px; text-transform: uppercase; background: var(--theme-bg); height: 35px; line-height: 35px; color: #fff; border-radius: 5px; transition: 0.3s;}
#shipin .swiper-slide:hover .pic img{ transform: scale(1.1);}
#shipin .swiper-slide:hover .content{ background: var(--theme-bg);}
#shipin .swiper-slide:hover .content h2{color: #fff;}
#shipin .swiper-slide:hover .content p{ color: rgba(255,255,255,0.6);}
#shipin .swiper-slide:hover .content span{ color: rgba(255,255,255,.5);}
#shipin .swiper-slide:hover .content h3{ background: #d52325;}
@media screen and (max-width:1440px){
    .sppic .pic{ padding-bottom: 72%;}
    .sppic .font p{ font-size: 22px;}
    #shipin .swiper-slide .content p{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    #shipin .swiper-slide .content p{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #shipin{ margin-top: 3% !important;}
}
@media screen and (max-width:765px){
}



.xw_line{ border-right: 1px solid #ddd;}
.xw_line .tit_in .font h4{ font-size: 26px; padding-bottom: 10px !important;}
.xw_line .tit_in .font p{ font-size: 38px; line-height: 40px; color: var(--theme-bg);}

#xw_main .content{ color: #666666; font-size: 16px; border-bottom: 1px solid #f5f5f5; margin-bottom: 6%; padding: 4% 0;}
.xw_bai{ background: #fff; padding: 3%; line-height: 40px; font-size: 16px;}
.xw_bai h1{ color: #000000; font-size: 26px; font-weight: bold !important; line-height: 40px;}
.xw_bai .click{ color: var(--theme-bg); font-size: 16px;}
.xw_bai .click i{ display: inline-block; font-size: 20px; margin-right: 10px;}
.xw_bai img{ display: block; max-width: 100%; margin: 2% auto;}
@media screen and (max-width:1440px){
    .xw_line .tit_in .font h4{ font-size: 22px;}
    .xw_line .tit_in .font p{ font-size: 30px;}
}
@media screen and (max-width:1200px){
    .xw_line .tit_in .font p{ font-size: 20px; line-height: 25px;}
    .xw_line .tit_in .font h4{ font-size: 18px;}
    #xgxw li p{ font-size: 16px; line-height: 25px;}
    #xgxw li span{ font-size: 14px;}
}


@media screen and (max-width:768px){
    .xw_bai .click{ font-size: 13px;}
    .xw_bai .click i{ font-size: 14px;}
    .xw_bai{ font-size: 14px; line-height: 30px;}
}


#prev_next{ height: 70px; line-height: 70px; margin-top: 10px !important; padding: 0 3% !important;}
#prev_next li{ float: left; width: 49%; color: #999999; background: #fff; padding: 0 3%; border: 1px solid #ddd;}
#prev_next li .page-a{white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#prev_next li a{ color: #999999; transition: 0.3s;}
#prev_next li:last-of-type{ float: right; text-align: right;}
#prev_next li:hover{ color: var(--theme-bg);}
#prev_next li:hover a{ color: var(--theme-bg);}
@media screen and (max-width:991px){
    #prev_next li{  width: 100%; line-height: 25px; font-size: 13px; margin-top: 2%;}
    .xw_bai h1{ font-size: 18px; height: auto; line-height: 30px;}
    #prev_next li:last-of-type{ text-align: left;}
}





#xwleft{ padding: 20% 0 10%;}
#xwleft p{ color: var(--theme-bg); font-size: 34px; font-weight: bold;}
#xwleft h1{ font-size: 18px; color: #000; font-weight: bold !important; margin: 4% 0 !important;}
#xwleft .con{ color: #999; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}

@media screen and (max-width:1500px){
    #xwleft p{ font-size: 24px;}
}
@media screen and (max-width:1200px){
    #xwleft p{ font-size: 20px;}
    #xwleft h1{ font-size: 16px;}
    #xwleft .con{ font-size: 14px;}
}
@media screen and (max-width:768px){
}


.xwinfo_tit{ color: #333333; font-size: 20px; font-weight: bold;}
#xgxw_pic{ margin-top: 5%; overflow: hidden;}
#xgxw_pic img{ max-width: 100%; transition: 0.3s;}
#xgxw_pic:hover img{ transform: scale(1.05);}
#xgxw{ padding: 0 !important;}
#xgxw li{ margin-top: 5%;}
#xgxw li p{ color: #000; font-size: 18px; font-weight: bold; transition: 0.3s; line-height: 30px;}
#xgxw li span{ color: #999; font-size: 18px;}
#xgxw li:hover{ color: var(--theme-bg); }
@media screen and (max-width:1200px){
    #xgxw li{ font-size: 12px;}
}




#indexNews{ margin-top: 5% !important;}
#indexNews li{ width: 100%; height: auto; padding: 30px 15px; background: #fff; margin-bottom: 40px; box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s; }
#indexNews li i{ color: var(--theme-bg); font-weight: bolder; margin-right: 20px; transition: 0.3s;}
#indexNews li .mid{ width: 98%;}
#indexNews li .mid_m{ width: 90%;}
#indexNews li .news_title{ text-align: left; color: #282828; font-weight: bold; font-size: 26px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; padding-bottom: 10px;}
#indexNews li .news_info{ color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#indexNews li em{ color: var(--theme-bg); font-size: 30px; transition: 0.3s;}
#indexNews li .xw_r{ width: 95%;}
#indexNews li .xw_m{ width: 95%;}
#indexNews li .xw_m_r{ width: 90%;}
#indexNews li:hover{ background: var(--theme-bg);}
#indexNews li:hover .news_title{ color: #fff;}
#indexNews li:hover .news_info{ color: rgba(255,255,255,0.6);}
#indexNews li:hover i,#indexNews li:hover em{ color: #fff;}
@media screen and (max-width:1200px){
    #indexNews li .news_title{ font-size: 20px;}
}
@media screen and (max-width:768px){
    #indexNews li .news_title{ font-size: 18px;}
    #indexNews li .news_info{ font-size: 14px;}
    #indexNews li .mid{ width: 90%;}
}



/*联系我们*/
.mes-form .name{ background: url("../images/ly1.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .tel{ background: url("../images/ly2.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .content{ background: url("../images/ly3.png") no-repeat 10px 10px #fff !important; line-height: 40px; padding-left: 52px !important; }
.mes-form .captcha{ background: url("../images/ly4.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }


.lx_p{ padding-top: 5%;}
.lxwm_bai{ width: 100%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 10px; position: absolute; left: 0; top: -30%; z-index: 1;}
.lxwm_bai ul{ padding: 1% 2% !important;}
.lxwm_bai li{ float: left; width: 33%; margin: 1.2% 0; min-height: 55px; transition: 0.3s; cursor: pointer;}
.lxwm_bai li i{ width: 50px; line-height: 50px; height: 50px; border: 1px solid #d7d7d7; border-radius: 5px; text-align: center; color: var(--theme-bg); font-size: 26px; margin-right: 10px; transition: 0.3s;}
.lxwm_bai li .font{ line-height: 25px;}
.lxwm_bai li p{ color: #666666; font-size: 16px;}
.lxwm_bai li span{ color: #000000; font-size: 20px;}
.lxwm_bai li:hover i{ background: #d0021b; border: 1px solid #d0021b; color: #fff;}
.lx_wx{ text-align: center;}
.lx_wx img{ max-width: 45%;}
.lx_wx span{ display: block; height: 30px; line-height: 30px;}
@media screen and (max-width:1600px){
    .lxwm_bai li p{ font-size: 14px;}
    .lxwm_bai li span{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    .lxwm_bai li p{ font-size: 14px;}
    .lxwm_bai li span{ font-size: 14px;}
    .lx_p{ padding-top: 8%;}
    .lxwm_bai{ top: -35%;}
}
@media screen and (max-width:991px){
    .lxwm_bai{ position: relative; margin-bottom: 5%;}
    .lx_p{ padding: 0;}
    .lxwm_bai li{ width: 50%;}
    .lx_wx{ padding: 3% 0;}
}
@media screen and (max-width:768px){
    .lxwm_bai li{ width: 100%;}
}




/*人才招聘*/

#linian{ margin: 2% auto; overflow: hidden; position: relative;}
#linian .swiper-container {
    width: 100%;
    height: 100%;
}
#linian .swiper-slide {
    text-align: left;
    transition:0.5s;
    background: #f8f8f8;
    padding: 3%;

    /* 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;
}
#linian .swiper-slide:nth-of-type(2){ background: #f2f2f2;}
#linian .swiper-slide:nth-of-type(3){ background: #ebebeb;}
#linian .swiper-slide:nth-of-type(4){ background: #e0e0e0;}
#linian .swiper-slide i{ font-size: 20px; color: #333333; font-weight: bold;}
#linian .swiper-slide span{ color: #999999; text-transform: uppercase;}
#linian .swiper-slide h3{ color: #333333; font-size: 30px; font-weight: bold !important; margin-top: 100px !important;}
#linian .swiper-slide p{ color: #999999; font-size: 18px; min-height: 60px; margin-top: 20px !important;}
#linian .swiper-slide:hover{ background: var(--theme-bg);}
#linian .swiper-slide:hover i,#linian .swiper-slide:hover h3{ color: #fff;}
#linian .swiper-slide:hover span,#linian .swiper-slide:hover p{ color: rgba(255,255,255,0.5);}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #linian .swiper-slide h3{ font-size: 26px;}
    #linian .swiper-slide p{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #linian .swiper-slide h3{ font-size: 22px;}
}
@media screen and (max-width:765px){
}



.inner_contact_02{ margin-top: 0;}
#jobs_title{padding:0; width:100%; background: var(--theme-bg); color: #fff;font-size: 16px;height: 54px;line-height: 54px; text-align: center;}
.inner_contact_02 .td1{width: 25%;float: left; text-align: center;}
.inner_contact_02 .td2{width: 25%;float: left; text-align: center;}
.inner_contact_02 .td3{width: 25%;float: left; text-align: center;}
.inner_contact_02 .td4{width: 17.41%;float: left; text-align: center;}
.inner_contact_02 .td5{width: 25%;float: left; text-align: center;}
.inner_contact_02 .td5 a{color: var(--theme-bg);font-size: 14px;}
@media screen and (max-width:991px){
    .zhaopin{ background-size: 100%;}
    .inner_contact_02 .td1{ width: 35%;}
}
@media screen and (max-width:768px){
    .inner_contact_02 .td2{ width: 30%;}
    .inner_contact_02 .td4{ width: 37%;}
    .inner_contact_02 .td1{ width: 65%;}
}


#jobs_ul{ margin-top: 5%; width: 100%;}
#jobs_ul li{width: 100%;}
#jobs_ul li .jobs_title{font-size: 16px; width: 100%; height: 100px; line-height: 100px; background: rgba(255,255,255,0.6); color: #777; border-bottom: solid 1px #efefef; transition: 0.3s;}
#jobs_ul li .jobs_hover{ background: var(--theme-bg) !important; color: #fff;}
#jobs_ul li .jobs_hover a{ color: #fff;}
#jobs_ul li .jobs_box{padding:20px 3.5% 36px;background: rgba(245,245,245,0.7); position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0px !important;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
    font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
    font-size: 14px;
    color: #777777;
    line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .float-left {
    float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    float: right;
}
#jobs_ul li .jobs_box .info2 .float-left .info-box {
    border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #dd0004;
    font-size: 16px;
    color: #ffffff;
    float: right;
    transition: 0.3s;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
    background: #bc9b6f;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}

@media screen and (max-width:1200px){
    #jobs_ul li .jobs_title{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #jobs_ul li .jobs_title{ height: 80px; line-height: 80px;}
}
@media screen and (max-width:768px){
    #jobs_ul li .jobs_box .info2 h3,#jobs_ul li .jobs_box .info1 p{ font-size: 14px;}
}







/*公共*/
#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%; color: #fff; z-index: 1; line-height: 50px; padding: 14% 0 0;}
#zi_banner .main h2{ font-size: 30px; margin-top: 20px !important;}
#zi_banner .main h2 i{ width: 100px; height: 2px; background: #fff; margin-left: 20px;}
#zi_banner .main p{ font-size: 48px; font-weight: bold !important; font-style: italic; color: #fff; text-transform: uppercase;}


@media screen and (max-width:1600px) {
    #zi_banner .main h2{ font-size: 36px;}
    #zi_banner .main p{ font-size: 18px;}
}
@media screen and (max-width:1440px) {
    #zi_banner .main .tit{ line-height: 33px;}
    #zi_banner .main h2{ font-size: 30px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #zi_banner .pic img{ width: 150%; margin-left: -35%;}
    #zi_banner .main{ padding-top: 18%;}
}
@media screen and (max-width:991px){
    #zi_banner .main{ padding-top: 20%; line-height: 30px;}
    #zi_banner .main .tit{ padding-bottom: 20px;}
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #zi_banner .pic img{ width: 200%; margin-left: -70%;}
    #zi_banner .main{ padding-top: 23%;}
    #zi_banner .main h2{ font-size: 22px;}
    #zi_banner .main p{ font-size: 14px;}
}

#homebj{ height: 70px; line-height: 70px; color: #333333; border-bottom: 1px solid #ececec;}
#homebj ul li{ margin-right: 8%; position: relative; font-size: 16px; text-align: center;}
#homebj ul li:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#homebj ul li:hover:before{ left: 25%; width: 50%;}
#homebj ul li:hover a{ color: var(--theme-bg);}

#homebj .home{ height: 60px; color: #666666;}
#homebj .home i{ margin-right: 10px; font-weight: bold; font-size: 18px;}
#homebj .home a{ padding: 0 5px; color: #666666;}
#homebj .home a:last-of-type{ color: var(--theme-bg);}
@media screen and (max-width:1200px) {
    #homebj .home{ font-size: 12px;}
    #homebj .home i{ font-size: 14px; margin: 0;}
    #homebj ul li{ font-size: 14px;}
}
@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%;}

}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    /* 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;
}
#cpnav .swiper-slide:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cpnav .swiper-slide:hover:before{ left: 25%; width: 50%;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1200px){
    #cpnav .swiper-slide{ font-size: 14px;}
}
@media screen and (max-width:765px){
}


.hui{ background: #f7f7f7;}
.bai{ background: #fff;}


.pic_lb li{ margin-bottom: 5%; transition: 0.5s;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 65%; 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 .img1{display: block; width: 100%; height: 0; padding-bottom: 76%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img1 p{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; border: 1px solid #efefef; text-align: center; transition: 0.3s;}
.pic_lb li .img1 p img{  max-width: 100% !important; height: 100%;}
.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 .img1 .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 .img1 .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 .img1 .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img1 .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img1 .font .text1 div{transform:translateY(101%);}
.pic_lb li .img1 .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img1 .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:hover .img1 .font{ opacity: 1;}
.pic_lb li:hover .img1 .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li .tit{ width: 100%; padding: 4%; background: #f6f9fc; transition: all 0.5s;}
.pic_lb li .tit p{ width: 80%; color: #303030; font-size: 18px; height: 50px; line-height: 50px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.pic_lb li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s;}
.pic_lb li .tit span i{ transform:rotate(-45deg); font-size: 20px; transition: 0.5s;}
.pic_lb li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.pic_lb li:hover .pic img{ transform: scale(1.1);}
.pic_lb li:hover .tit span{ background: var(--theme-bg);}
.pic_lb li:hover .tit span i{ color: #fff; transform:rotate(0deg);}
.pic_lb li:hover .tit{ background: #fff;}

@media screen and (max-width:991px){
    .pic_lb li .img .font .text1{ font-size: 14px;}
    .pic_lb li .title p{ font-size: 14px;}
    .pic_lb li .tit p{ font-size: 16px;}
}




#link_zy{ background: #fff; border: 1px solid #e6e6e6; border-right: none; border-bottom: none;}
#link_zy li{ width: 20%; float: left; height: 145px; text-align: center; line-height: 145px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; transition: 0.3s; cursor: default;}
#link_zy li img{ max-width: 80%; max-height: 90%; vertical-align: middle;}
#link_zy li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
@media screen and (max-width:1200px){
    #link_zy li{ width: 25%;}
}
@media screen and (max-width:768px){
    #link_zy li{ height: 50px; line-height: 50px;}
}





.fuwu{position: relative; overflow: hidden; }
.fuwu .swiper-container { overflow: inherit;}
.fuwu .swiper-slide { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #f6f6f6; padding-bottom: 3%;}
.fuwu .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; transition: 0.3s;}
.fuwu .swiper-slide .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.fuwu .swiper-slide em{ display: block; background: rgba(17,52,113,0.3); width: 100px; height: 100px; border-radius: 100%; padding: 5px; margin-top: -50px; position: relative; z-index: 1;}
.fuwu .swiper-slide em i{ width: 90px; height: 90px; line-height: 90px; background: #113485; border-radius: 100%; text-align: center; color: #fff; font-size: 40px;}
.fuwu .swiper-slide h2{ color: #333333; font-size: 32px; font-weight: bold !important; margin-top: 10% !important; position: relative;}
.fuwu .swiper-slide h2:before{ color: rgba(51,51,51,0.05); text-transform: uppercase; content: attr(data-title); font-weight: bold; font-size: 60px; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: -20px; height: 100%; display: block; width: 100%;}
.fuwu .swiper-slide p{ color: rgba(51,51,51,0.3); font-size: 16px; text-transform: uppercase;}
.fuwu .swiper-slide span{ display: block; padding: 3% 0 5%;}
.fuwu .swiper-slide .font{ position: absolute; left: -100%; top: 0; z-index: 2; color: #fff; text-align: center; background: #113485; width: 100%; height: 100%; padding: 5%; opacity: 0; transition: 0.3s;}
.fuwu .swiper-slide .font .pic1{ position: absolute; left: 0; top:0; width: 100%; height: 0; padding-bottom: 120%; overflow: hidden; }
.fuwu .swiper-slide .font .pic1 img{width: 100%; height: 100%; object-fit: cover; filter:blur(20px); opacity: 0.2; left: 0; position: absolute; text-align: center;}
.fuwu .swiper-slide .font .tit h2,.fuwu .swiper-slide .font .tit p{ color: #fff;}
.fuwu .swiper-slide .font .tit h2:before{ color: rgba(255,255,255,0.1);}
.fuwu .swiper-slide .font .con{ font-size: 16px; padding: 10% 0;}
.fuwu .swiper-slide .font .more{ margin: 0 auto; height: 50px; line-height: 50px; background: #c3002f; border-radius: 5px; color: #fff; width: 70%; transition: 0.3s;}
.fuwu .swiper-slide .font .tit,.fuwu .swiper-slide .font .con,.fuwu .swiper-slide .font .more{ position: relative; z-index: 2;}
.fuwu .swiper-slide:hover .font{ left: 0; opacity: 1;}
.fuwu .swiper-slide .font .more:hover{ background: #fff; color: #000;}
@media screen and (max-width:1600px){
    .fuwu .swiper-slide .font .con{ font-size: 13px; line-height: 25px;}
}
@media screen and (max-width:14400px){
    .fuwu .swiper-slide h2{ font-size: 28px;}
    .fuwu .swiper-slide p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .fuwu .swiper-slide h2{ font-size: 24px;}
}
@media screen and (max-width:768px){
    .fuwu{ padding: 15px;}
}





/*翻页*/
.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;
}
