.main{ line-height: 30px; padding: 5% 0;}
body {
    --theme-bg: #e0001d;
}

@media screen and (max-width:768px){
    .row{ margin: 0;}
    .main{ padding: 4% 15px; }
}
.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 #sousuo{ background: #c1082a; color: #fff; padding: 3%; position: relative; width: 70px; text-align: center;}
#top_index #sousuo:before{ position: absolute; left: -10px; top: -100%; content: ''; background: var(--theme-bg); width: 200%; height: 300%;}
#top_index #sousuo i{ position: relative; z-index: 1; color: #fff; font-size: 30px;}
#top_index .top_tel_con{ margin-right: 80px;}
#top_index .top_tel_con .float-start{ margin-left: 10px !important;}
#top_index .top_tel_con p{ font-size: 24px; color: #282828;}

.search-text{border: 1px solid #ddd;line-height: 38px;padding-left: 5px;width: 80%;}
.fdj{ height: 40px; line-height: 40px;background: url("../images/fdj.png") center no-repeat var(--theme-bg);outline: none;color: #fff;width: 20%;transition:.4s;}
.fdj:hover{background: url("../images/fdj.png") center no-repeat #444;}
.btn{border-radius: 0 !important;}

@media screen and (max-width:1800px){
}
@media screen and (max-width:1600px){
    #top_index .top_tel_con{ margin-right: 50px;}
    #top_index .top_tel_con .float-start{ line-height: 25px;}
}
@media screen and (max-width:1500px){
    #top_index #sousuo { width: 60px;}
    #top_index #sousuo i{ font-size: 20px;}
}
@media screen and (max-width:1440px){
    #top_index .top_tel_con{ font-size: 12px;}
    #top_index .top_tel_con p{ font-size: 16px;}
    #top_index #sousuo:before{ left: 0;}
}
@media screen and (max-width:1200px){
    #top_index #sousuo { width: 50px;}
}
@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: #181c24; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; overflow: hidden; color: #999999; position: relative;}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}

#end_nr_bj .main{ padding: 4% 0; }
#end_nr_bj dl{ margin: 6% 0 0 !important;}
#end_nr_bj dl dd{ color: #777777;}
#end_nr_bj dl dd i{ font-size: 20px; margin-right: 10px; }

#end_nr_bj ul{}
#end_nr_bj ul .tit{ color: #fff; margin-bottom: 10px; font-size: 18px;}
#end_nr_bj ul li{ line-height: 35px; color: #777777; font-size: 14px;}

#end_nr_bj .main .ewm{ display: inline-block; margin: 0 auto; background: #fff; border-radius: 10px; padding: 10px 10px 5px;}
#end_nr_bj .main .ewm img{ width: 100%; }
#end_nr_bj .main .ewm span{ display: block; color: #333333; height: 30px; line-height: 30px;}

@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    #end_nr_bj .main .ewm{ margin-top: 3%; width: 40%;}
}


#end_line{ height: auto; padding: 10px 0; line-height: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.3); }
#end_line a{ color: rgba(255,255,255,0.3);}
#end_line a:hover{ color: #fff;}

.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){
}
@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_zx{ background: url("../images/endlx_bj.jpg") no-repeat center;}
#end_zx .font{ color: #fff; font-size: 26px; line-height: 45px;}
#end_zx .anniu{ border: 1px solid rgba(255,255,255,0.5); height: 58px; width: 200px; line-height: 58px; text-align: center; color: #fff; float: right; font-size: 16px; transition: 0.3s;}
#end_zx .anniu:hover{ background: var(--theme-bg); border: 1px solid var(--theme-bg);}
@media screen and (max-width:991px){
    #end_zx .anniu{ float: none; margin-top: 3%;}
}
@media screen and (max-width:768px){
    #end_zx .font{ font-size: 18px; line-height: 30px;}
    #end_zx .anniu{ height: 45px; line-height: 45px; font-size: 14px;}
}


.tit_before{ position: relative; }
.tit_before:before{ text-transform: uppercase; content: attr(data-title); position: absolute; left: 0; top: 0; width: 100%; font-family: Arial; font-size: 120px; color: rgba(255,255,255,0.01) !important; -webkit-text-stroke: 1px #f2f2f2; text-stroke: 1px #f2f2f2; font-weight: bold;}
.tit_in{ position: relative; z-index: 1;}
.tit_in p{ display: inline-block; color: #000000; font-size: 42px;}
.tit_in span{ display: block; font-size: 16px; color: #666666; text-transform: uppercase;}
.more_in i{ width: 43px; height: 43px; line-height: 43px; text-align: center; background: var(--theme-bg); color: #fff; font-size: 16px; border-radius: 100%; margin-left: 10px;}
.more_in{ color: #000000; text-transform: uppercase; font-size: 16px;}
@media screen and (max-width:1800px){
    .tit_in p{ font-size: 34px;}
    .tit_in span{ font-size: 16px;}
}
@media screen and (max-width:1600px){
    .tit_in p{ font-size: 30px;}
    .tit_in span{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    .tit_before:before{ font-size: 90px;}
}
@media screen and (max-width:1200px){
    .tit_before:before{ font-size: 70px;}
    .tit_in{ line-height: 25px;}
    .tit_in p{ font-size: 22px;}
    .tit_in p:before{ width: 40px;}
    .more_in i{ font-size: 14px; width: 35px; height: 35px; line-height: 35px;}
    .more_in{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .tit_before:before{ font-size: 50px;}
    .more_in{ position: relative; z-index: 1;}
}
@media screen and (max-width:768px){
    .tit_before:before{ font-size: 36px;}
}
@media screen and (max-width:500px){
    .tit_before:before{ font-size: 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 -15px !important; }
#cpnr .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 8%; background: #f8f8f8; padding: 30px;}
#cpnr .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; margin-bottom: 30px; position: relative; overflow: hidden; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpnr .gallery-top .swiper-slide ul li .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;mix-blend-mode: multiply;}
#cpnr .gallery-top .swiper-slide ul li .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#cpnr .gallery-top .swiper-slide ul li .tit span{ display: block; color: #999999; font-size: 16px; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 20px; padding-top: 10px; position: relative;}
#cpnr .gallery-top .swiper-slide ul li .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx span{ display: block; width: 20px; height: 20px; background: #f8f8f8; line-height: 20px; text-align: center; color: #999; margin-left: 10px; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx i{ color: #999; transform:rotate(0); 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 span{ background: var(--theme-bg);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx i{ color: #fff; transform:rotate(-45deg);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx:before{ width: 100%;}

#cpnr .gallery-thumbs { height: auto; padding: 0; width: 66%; box-sizing: border-box; position: absolute; left: 20%; 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; border-radius: 25px;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 18px; padding: 0;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 18px;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 14px;}
    #cpnr .gallery-thumbs .swiper-slide{ line-height: 25px;}
    #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 .tit p{ font-size: 16px;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 12px;}
    #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 .tit span{ display: none;}
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ margin-top: 10px;}
}



#cpys{ position: relative;}
#cpys .swiper { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpys .mySwiper2 { height: auto; width: 100%;}
#cpys .mySwiper2 .swiper-slide{ position: relative;}
#cpys .mySwiper2 .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 43%; position: relative; overflow: hidden;}
#cpys .mySwiper2 .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpys .mySwiper2 .swiper-slide .font{ position: absolute; left: 0; top: 0; color: #fff; z-index: 1; width: 100%;}
#cpys .mySwiper2 .swiper-slide .font .container{ padding-top: 8%;}
#cpys .mySwiper2 .swiper-slide .font .container .tit{ display: inline-block; line-height: 50px; position: relative; padding-bottom: 30px;}
#cpys .mySwiper2 .swiper-slide .font .container .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 2px; height: 15px; background: #fff; transform:rotate(20deg);}
#cpys .mySwiper2 .swiper-slide .font .container .tit p{ font-size: 48px; font-weight: bold !important;}
#cpys .mySwiper2 .swiper-slide .font .container .tit span{ font-size: 16px; text-transform: uppercase;}
#cpys .mySwiper2 .swiper-slide .font .container .content{ font-size: 22px; width: 40%; padding-top: 30px; line-height: 40px;}
#cpys .cpys_hover{ position: absolute; left: 0; bottom: 10%; z-index: 1; width: 100%;}
#cpys .mySwiper { box-sizing: border-box; overflow: inherit; overflow: hidden; }
#cpys .mySwiper .swiper-slide { color: #656565; background: #fff; min-height: 220px; cursor: pointer; transition: 0.5s; }
#cpys .mySwiper .swiper-slide .font{ padding: 50px 30px 0; overflow: hidden; position: relative;}
#cpys .mySwiper .swiper-slide .font em{ font-size: 40px; transition: 0.3s;}
#cpys .mySwiper .swiper-slide .font .tit{ line-height: 30px; padding-top: 20px;}
#cpys .mySwiper .swiper-slide .font .tit p{ font-size: 30px; color: #212121; font-weight: bold !important;}
#cpys .mySwiper .swiper-slide .font .tit span{ text-transform: uppercase; font-size: 14px; color: #adadad;}
#cpys .mySwiper .swiper-slide .font .tit h4{ color: rgba(255,255,255,0.7); font-size: 22px; display: none;}
#cpys .mySwiper .swiper-slide-thumb-active{ background: var(--theme-bg);}
#cpys .mySwiper .swiper-slide-thumb-active .font{ padding-top: 70px; color: #fff;}
#cpys .mySwiper .swiper-slide-thumb-active .font em{ float: right; width: 20%; font-size: 60px; height: 60px; line-height: 60px; position: relative; z-index: 2;}
#cpys .mySwiper .swiper-slide-thumb-active .font .tit{ float: left; width: 80%; padding: 0; line-height: 50px;}
#cpys .mySwiper .swiper-slide-thumb-active .font .tit span{ position: absolute; left: 5%; top: 25%; z-index: 1; font-size: 60px; color: var(--theme-bg) !important; -webkit-text-stroke: 1px rgba(255,255,255,0.15); text-stroke: 1px rgba(255,255,255,0.15); font-weight: bold; }
#cpys .mySwiper .swiper-slide-thumb-active .font .tit h4{ display: block; position: relative; z-index: 2;}
#cpys .mySwiper .swiper-slide-thumb-active .font .tit p{ color: #fff; position: relative; z-index: 2;}
@media (min-width: 1440px) and (max-width: 1920px) {
    #cpys .mySwiper .swiper-slide-thumb-active{ width: 30% !important;}
}
@media screen and (max-width:1700px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 50%;}
}
@media screen and (max-width:1600px){
    #cpys .mySwiper .swiper-slide .font .tit p{ font-size: 24px;}
    #cpys .mySwiper .swiper-slide .font .tit h4{ font-size: 20px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit p{ font-size: 40px;}
    #cpys .mySwiper .swiper-slide-thumb-active .font em{ font-size: 50px; height: 50px; line-height: 50px;}
}
@media screen and (max-width:1440px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 55%;}
    #cpys .mySwiper2 .swiper-slide .font .container .content{ width: 100%;}
    #cpys .mySwiper .swiper-slide-thumb-active .font .tit span{ font-size: 45px;}
    #cpys .mySwiper .swiper-slide .font .tit h4{ font-size: 16px;}
    #cpys .mySwiper .swiper-slide-thumb-active{ }
}
@media screen and (max-width:1200px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 65%;}
}
@media screen and (max-width:991px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 75%;}
    #cpys .mySwiper .swiper-slide{ min-height: 180px;}
    #cpys .mySwiper .swiper-slide .font{ padding-top: 30px;}
    #cpys .mySwiper .swiper-slide .font .tit{ padding-top: 10px;}
    #cpys .cpys_hover{ bottom: 10px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit{ line-height: 40px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit p{ font-size: 30px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit span{ font-size: 14px;}
    #cpys .mySwiper2 .swiper-slide .font .container .content{ font-size: 18px;}
    #cpys .mySwiper .swiper-slide-thumb-active .font em{ font-size: 40px; height: 40px; line-height: 40px;}
}
@media screen and (max-width:768px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 90%;}
    #cpys .mySwiper .swiper-slide{ min-height: 155px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit{ line-height: 30px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit p{ font-size: 24px;}
    #cpys .mySwiper2 .swiper-slide .font .container .tit span{ font-size: 12px;}
    #cpys .mySwiper2 .swiper-slide .font .container .content{ font-size: 14px; line-height: 25px;}
}
@media screen and (max-width:650px){
}
@media screen and (max-width:550px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 100%;}
}
@media screen and (max-width:450px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 120%;}
}




#scsl{ margin-top: 3%;}
#scsl .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
}
#scsl .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;
}
#scsl .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 100%; border-radius: 20px; position: relative; overflow: hidden;}
#scsl .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#scsl .swiper-slide .pic .font{ position: absolute; left: -10%; bottom: 5%; width: 80%; height: auto; border-radius: 10px; background: #fff; transition:0.4s; padding: 4% 5%; opacity: 0;}
#scsl .swiper-slide .pic .font .float-start{ line-height: 30px;}
#scsl .swiper-slide .pic .font p{ color: #070002; font-size: 22px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
#scsl .swiper-slide .pic .font span{ display: block; color: #a4a3a3; font-size: 14px; text-transform: uppercase;}
#scsl .swiper-slide .pic .font i{ background: var(--theme-bg); width: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; font-size: 14px; border-radius: 100%;}
#scsl .swiper-slide:hover img{ transform: scale(1.1);}
#scsl .swiper-slide:hover .pic .font,#scsl .swiper-slide-next .pic .font{ opacity: 1; left: 10%;}
#scsl .swiper-pagination{ bottom: 0;}
#scsl .swiper-pagination .swiper-pagination-bullet-active{ background: var(--theme-bg);}
@media screen and (max-width:1200px){
    #scsl .swiper-slide:before{ display: none;}
}
@media screen and (max-width:991px){
    #scsl .swiper-slide .pic .font p{ font-size: 16px; height: 30px; line-height: 30px;}
    #scsl .swiper-slide .pic .font span{ font-size: 14px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:765px){
}




.gsjjbj{ background: url("../images/jj_bj.jpg") no-repeat center bottom;}
.gsjj .tit_before{ line-height: 40px; margin-bottom: 4%;}
.gsjj .tit_before em{ display: block; font-size: 20px; color: #666666;}
.gsjj .tit_before:before{  text-align: center;}
.gsjj .font{ position: absolute; right: 0; top: 0; width: 130%; z-index: 1; background: url("../images/jjnr_bj.png") no-repeat center right var(--theme-bg); padding: 8%; color: #fff;}
.gsjj .font .con{ margin: 3% 0 5%; line-height: 35px; color: rgba(255,255,255,0.6); font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.gsjj .font .tit p{ font-size: 30px; font-weight: bold; }
.gsjj .font .tit span{ color: rgba(255,255,255,0.5); text-transform: uppercase;}
.gsjj .font .more{ height: 48px; width: 150px; font-size: 16px; transition: 0.3s; border: 1px solid rgba(255,255,255,0.5); border-radius: 25px; color: #fff;}
.gsjj .font .more i{ margin-left: 10px;}
.gsjj .font .more:hover { background: #fff; color: var(--theme-bg);}
.gsjj ul{ position: absolute; right: 0; bottom: 5%; width: 100%;}
.gsjj ul h2{ color: var(--theme-bg); font-size: 62px; font-family: Impact; position: relative;}
.gsjj ul h2 sup{ font-size: 18px; position: absolute; right: -20px; top: 10px;}
.gsjj ul p{ color: #777777; font-size: 16px; padding-top: 10px;}
@media screen and (max-width:1700px){
    .gsjj ul{ bottom: 0;}
    .gsjj ul h2{ font-size: 50px;}
    .gsjj ul h2 sup{ font-size: 16px; right: -10px;}
    .gsjj .font .con{ font-size: 14px; line-height: 28px;}
    .gsjj .font .more{ height: 40px; font-size: 14px;}
    .gsjj .font .tit p{ font-size: 24px;}
    .gsjj .tit_before em{ font-size: 18px;}
    .gsjj iframe{ height: 500px !important;}
}
@media screen and (max-width:1440px){
    .gsjj .font .con{ -webkit-line-clamp: 2;}
    .gsjj ul h2{ font-size: 40px;}
    .gsjj ul h2 sup{ font-size: 14px; right: 0;}
    .gsjj ul p{ font-size: 14px; padding: 0;}
    .gsjj .font .con{ margin: 3% 0;}
    .gsjj .tit_before em{ font-size: 16px;}
    .gsjj iframe{ height: 400px !important;}
}
@media screen and (max-width:1200px){
    .gsjj .font{ padding: 6%;}
    .gsjj .tit_before em{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .gsjj .font,.gsjj ul{ position: relative; width: 100%;}
    .gsjj ul{ margin-top: 3% !important;}
    .gsjj iframe{ height: 400px !important;}
}




#xwpicnr_in{ position: relative; margin-top: 3% !important; }
#xwpicnr_in .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xwpicnr_in .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    background: #fff;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwpicnr_in .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xwpicnr_in .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicnr_in .swiper-slide .font{ background: #fff; width: 100%; padding: 8% 0 0;}
#xwpicnr_in .swiper-slide .font .news_time{ color: #999999; font-size: 14px;}
#xwpicnr_in .swiper-slide .font .content{ padding-top: 10px; width: 100%;}
#xwpicnr_in .swiper-slide .font .content .news_title{ color: #282828; font-size: 22px; width: 100%; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#xwpicnr_in .swiper-slide .font .content .news_content{ color: #a7a7a7; margin-top: 5%; transition: 0.3s; font-size: 16px;}
#xwpicnr_in .swiper-slide:hover .font .content .news_content{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #xwpicnr_in .swiper-slide .news_time{ font-size: 16px;}
    #xwpicnr_in .swiper-slide .font .content .news_title{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #xwpicnr_in .swiper-slide .font .content .news_title{ line-height: 25px;}
    #xwpicnr_in .swiper-slide .font .content .news_content{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #xwpicnr_in .swiper-slide .news_time{ font-size: 14px !important;}
}
@media screen and (max-width:768px){
}



/*公司简介*/
.tit_jj{ position: relative; background: url("../images/icon.png") no-repeat left bottom; padding-bottom: 30px;}
.tit_jj:after{ position: absolute; content: ''; right: 0; top: 0;  background: url("../images/jj_logo_zy.png") no-repeat right center; width: 128px; height: 100%;}
.tit_jj:before{ text-transform: uppercase; content: attr(data-title); position: absolute; left: 0; top: 10px; width: 100%; font-family: Arial; color: #fff !important; font-size: 100px; text-shadow: 1px 1px #f0f0f0,-1px -1px #f0f0f0,1px -1px #f0f0f0,-1px 1px #f0f0f0; font-weight: bold;}
.tit_jj h2{ color: #000000; font-size: 34px; font-weight: bold !important; z-index: 1; position: relative; }
.tit_jj i{ width: 60px; height: 1px; background: #282828; z-index: 1; position: relative; margin: 0 20px;}
.tit_jj p{ color: #000000; font-size: 26px; z-index: 1; position: relative; padding-top: 10px;}
.jjtit{ color: #282828; font-size: 18px; text-transform: uppercase; font-weight: normal !important; position: relative; z-index: 1;}

.con_jj{ color: #666666; font-size: 16px; padding: 5% 0 3%; line-height: 40px;}
@media screen and (max-width:1440px){
    .tit_jj h2{ font-size: 32px;}
    .tit_jj:before{ font-size: 60px;}
    .tit_jj p{ font-size: 15px;}
    .con_jj{ font-size: 14px; line-height: 35px; padding: 2% 0 0;}
}
@media screen and (max-width:1200px){
    .con_jj{ line-height: 30px;}
    .tit_jj h2{ font-size: 26px;}
}
@media screen and (max-width:991px){

    .tit_jj:before{ font-size: 40px;}
    .tit_jj p{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .tit_jj{ margin: 0 15px; width: 94%;}
    .tit_jj h2{ font-size: 20px;}
    .tit_jj i{ width: 20px; margin: 0 5px;}
    .tit_jj p{ font-size: 12px; padding: 0;}
    .tit_jj:before{ font-size: 35px;}
    .tit_jj:after{ display: none;}
}
@media screen and (max-width:550px){
    .tit_jj{ margin: 0 0 0 15px;}
    .tit_jj h2{ font-size: 18px;}
    .tit_jj i{ display: none;}
}



.jjlb{ width: 100%;}
.jjlb li{ background: url("../images/jjlb_line.png") no-repeat right center; width: 25%; text-align: center;}
.jjlb h2{ color: var(--theme-bg); font-size: 62px; font-family: Impact; position: relative; text-align: right; display: inline;}
.jjlb h2 sup{ font-size: 18px; position: absolute; right: -20px; top: 10px;}
.jjlb p{ color: #777777; font-size: 16px; padding-top: 10px;}
.jjlb li:last-of-type{ background: none;}
@media screen and (max-width:1440px){
    .jjlb h2{ font-size: 50px;}
    .jjlb h2 sup,.jjlb p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .jjlb h2{ font-size: 40px;}
}
@media screen and (max-width:991px){
    .jjlb{ margin-bottom: 30px !important;}
    .jjlb h2{ font-size: 30px;}
    .jjlb h2 sup,.jjlb p{ font-size: 12px; padding: 0;}
}



.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }



#whbj{ background: url("../images/whbj.jpg") no-repeat center; overflow: hidden;}
#whbj .tit_in{ position: relative; z-index: 2;}
#whbj .tit_in p,#whbj .tit_in span{ color: #fff;}
#whbj .tit_before:before{ -webkit-text-stroke: 1px rgba(255,255,255,0.1); text-stroke: 1px rgba(255,255,255,0.1);}
#whbj .main{ padding-bottom: 0;}


#wenhua{ padding: 0; margin-top: 3%;}
#wenhua .swiper-container {
    width: 100%;
    height: 100%;
}
#wenhua .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    color: #fff;
    padding: 5% 0 20%;
    /* 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;
}
#wenhua .swiper-slide:before{ position: absolute; right: 0; bottom: 0; content: ''; width: 1px; height: 300%; background: rgba(255,255,255,0.1);}
#wenhua .swiper-slide:last-of-type:before{ display: none;}
#wenhua .swiper-slide .tit i{ font-size: 40px; transition: 0.5s;}
#wenhua .swiper-slide .tit h2{ font-size: 28px; background: url("../images/wh_icon.png") no-repeat center bottom; padding: 30px 0 50px; margin-bottom: 50px !important; transition: 0.5s;}
#wenhua .swiper-slide .tit p{ font-size: 18px; color: rgba(255,255,255,0.7); min-height: 70px; transition: 0.5s;}
#wenhua .swiper-slide .num{ position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center;}
#wenhua .swiper-slide .num p{ color: rgba(255,255,255,0.5); font-size: 50px; font-family: Bahnschrift; padding-bottom: 10px;}
#wenhua .swiper-slide .num span{ color: rgba(255,255,255,0.5); font-size: 16px; font-family: auto; text-transform: uppercase; font-weight: 100;}
#wenhua .swiper-slide:hover .tit i{ transform:translateY(-20px);}
#wenhua .swiper-slide:hover .tit h2{ transform:translateY(-30px);}
#wenhua .swiper-slide:hover .tit p{ transform:translateY(-40px);}
@media screen and (max-width:1440px){
    #wenhua .swiper-slide .tit p{ font-size: 16px;}
    #wenhua .swiper-slide .tit h2{ font-size: 24px;}
    #wenhua .swiper-slide .num p{ font-size: 40px;}
    #wenhua .swiper-slide .num span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #wenhua .swiper-slide .tit p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #wenhua .swiper-slide .tit p{ font-size: 13px;}
    #wenhua .swiper-slide .num p{ font-size: 30px; padding: 0;}
    #wenhua .swiper-slide .num span{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #wenhua .swiper-slide .tit h2{ margin-bottom: 30px !important;}
    #wenhua .swiper-slide .tit p{ margin-bottom: 50px !important;}
}





#rybj{ padding: 0; margin-top: 3%;}
#rybj .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#rybj .swiper-slide {
    text-align: center;
    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 .pic{width: 100%; position: relative; z-index: 1; background: url("../images/rybj.png") no-repeat center top #fff; background-size: 100% 100%; padding: 20px;}
#rybj .swiper-slide .pic p{ width: 100%; height: 0; padding-bottom: 140%; 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 .pic span img{transform: scale(1.05);}
#rybj .swiper-slide:hover p{ color: var(--theme-bg);}
@media screen and (max-width:765px){
    #rybj{ background-size: 100%;}
    #rybj .swiper-slide p{ font-size: 14px;}
}


/*产品中心*/
#sider{ width: 20%;}
#main_right{ width: 77%;}

#cp_sider{ background: #f8f8f8; padding: 10%;}
.cpzx_tit{ background: url("../images/wh_icon.png") no-repeat right center; border-bottom: 1px solid #eeeeee; padding-bottom: 15px;}
.cpzx_tit p{ color: var(--theme-bg); font-size: 24px; font-weight: bold;}
.cpzx_tit span{ display: block; color: #666666; text-transform: uppercase; font-size: 14px;}
.cpsub_lb{ padding-top: 6% !important;}
.cpsub_lb li{ color: #666666; font-size: 18px; height: 50px; line-height: 50px;}
.cpsub_lb li#li-on{ color: var(--theme-bg);}

.cplb li{ text-align: left; margin-bottom: 8%; background: #f8f8f8; padding: 30px;}
.cplb li .pic{ width: 100%; height: 0; padding-bottom: 75%; margin-bottom: 30px; position: relative; overflow: hidden; transition: 0.3s;}
.cplb li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cplb li .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;mix-blend-mode: multiply;}
.cplb li .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cplb li .tit span{ display: block; color: #999999; font-size: 16px; transition: 0.3s;}
.cplb li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 20px; padding-top: 10px; position: relative;}
.cplb li .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: 0.3s;}
.cplb li .zx span{ display: block; width: 20px; height: 20px; background: #f8f8f8; line-height: 20px; text-align: center; color: #999; margin-left: 10px; transition: 0.3s;}
.cplb li .zx i{ color: #999; transform:rotate(0); transition: 0.5s;}
.cplb li:hover .pic p img{ transform: scale(1.1);}
.cplb li:hover .zx span{ background: var(--theme-bg);}
.cplb li:hover .zx i{ color: #fff; transform:rotate(-45deg);}
.cplb li:hover .zx:before{ width: 100%;}
@media screen and (max-width:1440px){
    .cpsub_lb li{ font-size: 16px;}
    .cplb li .tit span{ font-size: 14px;}
    .cplb li .tit p{ font-size: 18px;}
}

@media screen and (max-width:991px){
    #sider{ display: none;}
    #main_right{ width: 100%;}
}




.home_zy{ color: #666666; font-size: 16px; margin: 3% 0;}
.home_zy a{ padding: 0 5px; color: #666666;}
.home_zy a:last-of-type{ color: var(--theme-bg);}
.home_zy i{ margin-right: 10px; font-size: 20px;}




.pro_left{ padding: 0; position: relative; overflow: hidden;}
.pro_left .swiper-container {
    width: 100%;
    height: 100%;
}

.pro_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;
}
.pro_left .swiper-slide p{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; background: #fff;}
.pro_left .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; mix-blend-mode: multiply;}
.pro_left .swiper-pagination{ bottom: 3%;}
.pro_left .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 3px; transition:0.3s; opacity: 1; background: #7c7c7c;}
.pro_left .swiper-pagination-bullet-active{ width: 60px; background: var(--theme-bg); opacity: 1;}


.pro_font{ padding: 0 3%; position: relative; overflow: hidden;}
.pro_font .tit{ padding-bottom: 20px; line-height: 50px;}
.pro_font .tit p{ color: #666666; font-size: 24px;}
.pro_font .tit h2{ color: #000000; font-size: 34px; font-weight: bold !important;}
.pro_font .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 10%; height: 3px; background: var(--theme-bg);}
.pro_font .con{ margin: 5% 0; color: #282828; background: #f9f9f9; font-size: 16px; padding: 3%;}
.pro_font .con p{ display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.pro_font dl{ margin: 0 0 3% !important;}
.pro_font dl dd{ font-size: 16px;}
.pro_font dl dd i{ color: var(--theme-bg); font-size: 24px; margin-right: 10px;}
.pro_font .zixun{ height: 65px; line-height: 65px; border: 1px solid var(--theme-bg); background: var(--theme-bg); color: #fff; width: 40%; font-size: 18px; transition: 0.3s; position: relative; z-index: 1; margin-right: 20px;}
.pro_font .zixun i{ font-size: 20px; margin-left: 20px;}
.pro_font .zixun a{ color: #fff;}
.pro_font .zixun:last-of-type{ border: 1px solid #000000; background: none; color: #000000;}
.pro_font .zixun:last-of-type a{ color: #000000 !important;}
.pro_font .zixun:hover{ background: #333; border: 1px solid #333;}
.pro_font .zixun:hover a{ color: #fff !important;}

#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center; border-bottom: 1px solid #efefef; padding-top: 2%;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 18px; margin-right: 7%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover a{ color: var(--theme-bg);}
.cpbt li:hover:after{ position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; content: ''; background: var(--theme-bg);}
.cpbt li.current a{ color: var(--theme-bg);}
.cpbt li.current:hover:after{ left: 0; width: 100%; background: var(--theme-bg);}
.cpbt li.current:after{ left: 0; width: 100%; background: var(--theme-bg);}
@media screen and (max-width:1800px){
}
@media screen and (max-width:1600px){
    .pro_font .tit h2{ font-size: 32px;}
    .pro_font .tit p{ font-size: 20px;}
}
@media screen and (max-width:1440px){
    .cpbt li{ width: 20%;}
    .pro_font .tit h2{ font-size: 26px;}
    .pro_font .tit p{ font-size: 16px;}
    .pro_font .con{ font-size: 14px;}
    .pro_font dl dd{ font-size: 14px;}
    .pro_font dl dd i{ font-size: 20px;}
    .pro_font .zixun{ width: 45%; height: 40px; line-height: 40px; font-size: 16px;}
}
@media screen and (max-width:1200px){
    .pro_font .con{ margin: 5% 0;}
    .pro_font ul li span{ font-size: 16px;}
    .pro_font .tit h2{ font-size: 20px;}
    .home_zy{ margin-top: 5%;}
    .pro_font .con p{-webkit-line-clamp: 2;}
    .pro_font dl dd{ font-size: 13px;}
    .pro_font dl dd i{ margin: 0;}
    .pro_font .zixun{ font-size: 14px;}
    .pro_font .zixun i{ font-size: 16px;}
}

@media screen and (max-width:991px){
    .cpbt li{ width: 25%;}
    .pro_font dl{ margin: 3% 0 !important;}
    .pro_font{ padding: 3%;}
    .home_zy{ margin-top: 8%;}
}
@media screen and (max-width:768px){
    .cpbt li{ font-size: 14px;}
    .home_zy{ margin-top: 15%;}
}



.cp_con{ color: #666666; font-size: 16px; line-height: 35px; margin-bottom: 5%;}
.cp_con img{ display: block; margin: 0 auto; max-width: 100%;}

#tuijian{ margin-top: 3%; position: relative;}
#tuijian .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 5%;
}
#tuijian .swiper-slide {
    transition: 0.3s;
    background: #f8f8f8;
    padding: 30px;
    /* 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;
}
#tuijian .swiper-slide a{ display: block; width: 100%;}
#tuijian .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 100%; margin-bottom: 30px; position: relative; overflow: hidden; transition: 0.3s;}
#tuijian .swiper-slide .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#tuijian .swiper-slide .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;mix-blend-mode: multiply;}
#tuijian .swiper-slide .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#tuijian .swiper-slide .tit span{ display: block; color: #999999; font-size: 16px; transition: 0.3s;}
#tuijian .swiper-slide .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 20px; padding-top: 10px; position: relative;}
#tuijian .swiper-slide .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: 0.3s;}
#tuijian .swiper-slide .zx span{ display: block; width: 20px; height: 20px; background: #f8f8f8; line-height: 20px; text-align: center; color: #999; margin-left: 10px; transition: 0.3s;}
#tuijian .swiper-slide .zx i{ color: #999; transform:rotate(0); transition: 0.5s;}
#tuijian .swiper-slide:hover .pic p img{ transform: scale(1.1);}
#tuijian .swiper-slide:hover .zx span{ background: var(--theme-bg);}
#tuijian .swiper-slide:hover .zx i{ color: #fff; transform:rotate(-45deg);}
#tuijian .swiper-slide:hover .zx:before{ width: 100%;}
@media screen and (max-width:1440px){
}

@media screen and (max-width:768px){
    .cp_con{ font-size: 14px;}
}



/*企业实力*/
#shili .row{ margin-top: 2%; margin-bottom: 5%;}
#shili .font{ background: url("../images/sl_bj.png") no-repeat center var(--theme-bg); background-size: 100% 100%; padding: 7% 0 0 3%; position: relative;}
#shili .font ul{ color: #fff; font-size: 20px; line-height: 50px !important;}
#shili .pic{ padding-left: 0 !important;}
#shili_pic{ padding: 0; position: relative;}
#shili_pic .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#shili_pic .swiper-slide {
    text-align: center;
    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;
}
#shili_pic .swiper-slide .pic{ overflow: hidden; width: 100%; height: 0; padding-bottom: 50%; position: relative;}
#shili_pic .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s; }
#shili_pic .swiper-button-prev:after,#shili_pic .swiper-button-next:after{ display: none;}
#shili_pic .swiper-button-prev,#shili_pic .swiper-button-next{ width: 65px; height: 65px; line-height: 65px; border: 1px solid #fff; text-align: center; transition: 0.3s; overflow: hidden;}
#shili_pic .swiper-button-prev:before,#shili_pic .swiper-button-next:before { content: ""; position: absolute; left: -150%; top: -150%; background: #fff; width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#shili_pic .swiper-button-prev{ left: -30%; bottom: 15%; top: auto; right: auto;}
#shili_pic .swiper-button-next{ left: -22%; bottom: 15%; top: auto; right: auto;}
#shili_pic .swiper-button-prev i,#shili_pic .swiper-button-next i{ position: relative; z-index: 1; font-size: 30px; color: #fff; transition: 0.3s;}
#shili_pic .swiper-button-prev:hover i,#shili_pic .swiper-button-next:hover i{ color: #20317f;}
#shili_pic .swiper-button-prev:hover:before,#shili_pic .swiper-button-next:hover:before { transform: scale(1);}
@media screen and (max-width:1440px){
    #shili .font ul{ line-height: 40px !important; font-size: 16px;}
    #shili_pic .swiper-button-prev, #shili_pic .swiper-button-next{ width: 40px; line-height: 40px; height: 40px;}
    #shili_pic .swiper-button-prev i, #shili_pic .swiper-button-next i{ font-size: 20px;}
}
@media screen and (max-width:991px){
    #shili .font{ padding: 5%;}
    #shili .pic{ padding-right: 0 !important;}
}
@media screen and (max-width:765px){
    #shili_pic{ background-size: 100%;}
    #shili_pic .swiper-slide p{ font-size: 14px;}
}



#cfsb{ margin-top: 3%;}
#cfsb .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#cfsb .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;
}
#cfsb .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; background: #000; position: relative; overflow: hidden;}
#cfsb .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 0.6; transition:0.3s;}
#cfsb .swiper-slide .pic .font{ position: absolute; left: -10%; bottom: 5%; width: 80%; height: auto; border-radius: 10px; background: var(--theme-bg); transition:0.4s; padding: 4% 5%; opacity: 0;}
#cfsb .swiper-slide .pic .font .float-start{ line-height: 30px;}
#cfsb .swiper-slide .pic .font p{ color: #fff; font-size: 22px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
#cfsb .swiper-slide .pic .font span{ display: block; color: rgba(255,255,255,0.5); font-size: 14px; text-transform: uppercase;}
#cfsb .swiper-slide .pic .font i{ color: #fff; font-size: 30px;}
#cfsb .swiper-slide:hover img{ transform: scale(1.1); opacity: 1;}
#cfsb .swiper-slide:hover .pic .font,#cfsb .swiper-slide-next .pic .font{ opacity: 1; left: 10%;}
#cfsb .swiper-slide-next .pic img{ opacity: 1;}
@media screen and (max-width:1200px){
    #cfsb .swiper-slide:before{ display: none;}
}
@media screen and (max-width:991px){
    #cfsb .swiper-slide .pic .font p{ font-size: 16px; height: 30px; line-height: 30px;}
    #cfsb .swiper-slide .pic .font span{ font-size: 14px; height: 30px; line-height: 30px;}
    #cfsb .swiper-slide-active .pic .font{ opacity: 1; left: 10%;}
    #cfsb .swiper-slide-active .pic img{ opacity: 1;}
    #cfsb .swiper-slide-next .pic .font{ opacity: 0; left: -10%;}
    #cfsb .swiper-slide-next .pic img{ opacity: 0.6;}
}
@media screen and (max-width:765px){
}



/*客户案例*/
.qysl_nr{ margin: 3% -15px 0 !important;}
.qysl_nr .col-12{ padding: 0 0.5%;}
.qysl_nr li{ margin-bottom: 3%; position: relative; overflow: hidden;}
.qysl_nr li p{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.qysl_nr li p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
.qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 133%;}
.qysl_nr li .nr{ position: absolute; left: 0; top: 50%; z-index: 1; text-align: center; background: rgba(224,0,29,0.8); width: 100%; height: 0; padding-top: 0; transition: 0.3s; overflow: hidden; opacity: 0;}
.qysl_nr li .nr h4{ border: 1px solid #fff; display: inline-block; color: #fff; width: auto; padding: 10% 5%; font-size: 18px;}
.qysl_nr li .nr h4 span{ display: block; font-family: Arial; padding-top: 20%; font-size: 14px; text-transform: uppercase;}
.qysl_nr .col-12:nth-of-type(2) li .nr{ padding-top: 0;}
.qysl_nr li:hover .nr{ top: 0; height: 100%; padding-top: 18%; opacity: 1;}
.qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 50%;}
@media screen and (max-width:991px){
    .qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 65%;}
    .qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 18%;}
}



#shipin{ margin-top: 3%;}
#shipin .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#shipin .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;
}
#shipin .swiper-slide a{ display: block; width: 100%;}
#shipin .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; border-radius: 20px; background: #000; position: relative; overflow: hidden;}
#shipin .swiper-slide .pic:before{ position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: url("../images/sp.png") no-repeat center; z-index: 2;}
#shipin .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; opacity: 0.8; position: absolute; transition:0.3s;}
#shipin .swiper-slide p{ color: #333333; font-size: 20px; width: 100%; text-align: left; padding-top: 20px;}
#shipin .swiper-slide:hover .pic img{transform: scale(1.1);}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:765px){
}


/*新闻中心*/
#cydt{ margin: 3% 0 7%; }
#cydt .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#cydt .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    background: #fff;
    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;
}
#cydt .swiper-slide .font{ width: 100%; padding: 5% 0; transition: 0.3s;}
#cydt .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
#cydt .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cydt .swiper-slide .news_title{ padding: 0 0 3%; width: 100%; color: #333333; font-weight: bold; font-size: 20px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#cydt .swiper-slide .content{ width: 100%; min-height: 60px; color: #999999; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cydt .swiper-slide .news_time{ padding-top: 3%; width: 100%; color: #bdbdbd; font-size: 16px;}
#cydt .swiper-slide .news_time i{ display: inline-block; margin-right: 10px;}
#cydt .swiper-slide:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cydt .swiper-slide:hover:before{ width: 100%;}
#cydt .swiper-slide:hover .pic img{transform: scale(1.1);}
#cydt .swiper-slide:hover .news_title{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #cydt .swiper-slide .news_time{ font-size: 14px;}
    #cydt .swiper-slide .news_title{ font-size: 18px;}
    #cydt .swiper-slide .content{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #cydt .swiper-slide .news_time{ font-size: 14px !important;}
}
@media screen and (max-width:768px){
    #cydt .swiper-slide .news_title{ font-size: 16px;}
}


#indexNews{ margin-top: 3% !important;}
#indexNews li{width: 100%;height: auto; border-bottom: 1px solid #ededed; padding: 5% 0; transition: 0.3s; margin-bottom: 2%; position: relative; }
#indexNews li .news_title{ text-align: left; color: #282828; font-size: 22px; font-weight: bold; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; height: 50px; transition: 0.3s;}
#indexNews li .news_info{ margin: 2% 0 3%; min-height: 60px; color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#indexNews li i{ font-size: 20px;}
#indexNews li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#indexNews li:hover:before{ width: 100%;}
#indexNews li:hover .news_title{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #indexNews li .news_title{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    #indexNews li .news_title{ font-size: 20px;}
}
@media screen and (max-width:991px){
    #indexNews li .news_title{ font-size: 18px; height: 40px;}
}
@media screen and (max-width:768px){
    #indexNews li .news_title{ font-size: 16px;}
}



.news_lb{ margin: 0 -15px !important;}
.news_lb li{ margin-bottom: 5%; position: relative; transition: 0.3s;}
.news_lb li .font{ width: 100%; padding: 5% 0; transition: 0.3s;}
.news_lb li .pic{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.news_lb li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.news_lb li .news_title{ padding: 0 0 3%; width: 100%; color: #333333; font-weight: bold; font-size: 20px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.news_lb li .content{ width: 100%; min-height: 60px; color: #999999; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.news_lb li .news_time{ padding-top: 3%; width: 100%; color: #bdbdbd; font-size: 16px;}
.news_lb li .news_time i{ display: inline-block; margin-right: 10px;}
.news_lb li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
.news_lb li:hover:before{ width: 100%;}
.news_lb li:hover .pic img{transform: scale(1.1);}
.news_lb li:hover .news_title{ color: var(--theme-bg);}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}



#xwinfo_bj .bai{ padding: 3%; box-shadow: 0 0 15px rgba(0,0,0,0.05); border-radius: 10px;}
#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;}
#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: #ca1323;}
@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;}
}
@media screen and (max-width:768px){
    #xwinfo_bj .news-detail-title .float-right{ display: none;}
}










/*联系我们*/
#lxwm{ position: absolute; right: 5%; width: 27%; height: auto; z-index: 1; padding: 3% 3% !important; background: var(--theme-bg);}
#lxwm .tit{ background: url("../images/lx_line.png") no-repeat left bottom; color: #fff; font-size: 28px; font-weight: bold !important; height: 60px;}
#lxwm li{ border-bottom: 1px solid rgba(255,255,255,0.2); padding: 5% 0;}
#lxwm li p{ color: rgba(255,255,255,0.7); font-size: 16px;}
#lxwm li span{ font-size: 16px; color: #fff;}
#lxwm li dl dd{ width: 50%; float: left; font-size: 16px; color: #fff;}
#lxwm li dl dd,#lxwm li dl{ margin: 0 !important;}
#lxwm li:last-of-type{ border-bottom: none;}
@media screen and (max-width:1200px){
    #lxwm{ width: 30%;}
}
@media screen and (max-width:991px){
    #lxwm{ width: 100%; position: relative; margin: 15px 0 0 !important; right: auto; top: auto;}
}




/*公共*/
#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: 12% 0 0;}
#zi_banner .main .tit{ background: url("../images/icon.png") no-repeat left bottom; padding-bottom: 30px; line-height: 30px;}
#zi_banner .main h2{ font-size: 36px;}
#zi_banner .main p{ font-size: 20px; color: rgba(255,255,255,0.8); 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: -14%;}
    #zi_banner .main{ padding-top: 18%;}
}
@media screen and (max-width:991px){
    #zi_banner .pic img{ width: 200%;}
    #zi_banner .main{ padding-top: 24%; 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 .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: #b7aca8;}
#homebj .home i{ margin-right: 10px; font-weight: bold; font-size: 18px;}
#homebj .home a{ padding: 0 5px; color: #b7aca8;}
#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: #f6f6f6;}
.bai{ background: #fff;}


.piclb li{ margin-bottom: 5%;}
.piclb li .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; background: #000; position: relative; overflow: hidden;}
.piclb li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 1; transition:0.3s;}
.piclb li .pic .font{ position: absolute; left: -10%; bottom: 5%; width: 80%; height: auto; border-radius: 10px; background: var(--theme-bg); transition:0.4s; padding: 4% 5%; opacity: 0;}
.piclb li .pic .font .float-start{ line-height: 30px;}
.piclb li .pic .font p{ color: #fff; font-size: 22px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.piclb li .pic .font span{ display: block; color: rgba(255,255,255,0.5); font-size: 14px; text-transform: uppercase;}
.piclb li .pic .font i{ color: #fff; font-size: 30px;}
.piclb li .pic .tit{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,0.5); color: #fff; font-size: 16px; padding-left: 20px; transition: 0.5s;}
.piclb li:hover .pic img{ transform: scale(1.1); opacity: 0.6;}
.piclb li:hover .pic .font{ opacity: 1; left: 10%;}
.piclb li:hover .pic .tit{ bottom: -100%;}

.piclb li .pic1{ display: block; width: 100%; height: 0; padding-bottom: 75%; background: #fff; position: relative; overflow: hidden; border: 1px solid #efefef;}
.piclb li .pic1 .img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.piclb li .pic1 .img img{ max-width: 100%; height: 100%; opacity: 1; transition:0.3s;}
.piclb li .pic1 .font{ position: absolute; left: -10%; bottom: 5%; width: 80%; height: auto; border-radius: 10px; background: var(--theme-bg); transition:0.4s; padding: 4% 5%; opacity: 0;}
.piclb li .pic1 .font .float-start{ line-height: 30px;}
.piclb li .pic1 .font p{ color: #fff; font-size: 22px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.piclb li .pic1 .font span{ display: block; color: rgba(255,255,255,0.5); font-size: 14px; text-transform: uppercase;}
.piclb li .pic1 .font i{ color: #fff; font-size: 30px;}
.piclb li .pic1 .tit{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,0.5); color: #fff; font-size: 16px; padding-left: 20px; transition: 0.5s;}
.piclb li:hover .pic1 .img img{ transform: scale(1.1); opacity: 0.6;}
.piclb li:hover .pic1 .font{ opacity: 1; left: 10%;}
.piclb li:hover .pic1 .tit{ bottom: -100%;}

/*翻页*/
.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;
}
