.main{ line-height: 30px; padding: 5% 0;}
body {
    --theme-bg: #ff781a;
}
@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center; width: 100%; height: 100%; background-size: 80%;}*/

.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){
    .main{ padding: 5% 15px;}
    .p15{ padding-left: 15px !important;; padding-right: 15px !important;}
    .layui-layer{ width: 94% !important; left: 3% !important;}
}



/*头部*/
#top_index{ height: auto; margin: 0 auto; position: fixed; z-index: 2100; transition: 0.3s; padding: 0; }
#logo{ text-align: center; padding: 1%; transition: 0.3s; position: relative;}
#logo:before{ position: absolute; right: 0; top: 20%; content: ''; width: 1px; height: 60%; background: rgba(255,255,255,0.2);}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.3s;}
#logo .show{ display: inline-block;}
#logo .hidden{ display: none;}
#top_index .top_tel_con{ margin-right: 10px; }
#top_index .top_tel_con i{ color: var(--theme-bg); font-size: 30px; -webkit-transition: all .35s; -webkit-animation: rotateIns 2s ease infinite;}
#top_index .top_tel_con p{ font-size: 26px; font-weight: bold; color: #fff; margin-left: 10px !important;}
@-webkit-keyframes rotateIns {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; width: 14%; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; transition:0.5s;}
#nav li .big{ display: inline-block; color: #fff; position: relative; z-index: 1; }
#nav li .big:before{ position: absolute; left: 0; bottom: 28%; background: var(--theme-bg); content: ''; height: 4px; width: 0; transition: 0.3s;}
#nav li:hover .big:before{ width: 100%;}
#nav li:hover .big{ color: var(--theme-bg) !important;}
#nav .navli_hover .big:before{ width: 100%;}
#nav .navli_hover .big{ }

#nav li .navson{display: none; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: #fff; color: #333; top:100%; z-index: 99999; width: 100vw; box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
#nav li .navson .container{ padding: 50px 0;}
#nav li .navson .nav_font{ border-right: 1px solid #ededed; text-align: left; line-height: 30px;}
#nav li .navson .nav_font h4{ color: #333333; font-size: 18px; font-weight: bold !important;}
#nav li .navson .nav_font span{ color: #666666; font-size: 16px;}
#nav li .navson .nav_font p{ width: 50%; margin-top: 10px !important; height: 40px; line-height: 40px; background-image: linear-gradient(to top, #ff781a, #ff781a); font-size: 16px; transition: 0.3s; color: #fff; border-radius: 25px; text-align: center;}
#nav li .navson .nav_font p:hover{ background: #333;}
#nav li .navson .nav_lb dl{ margin: 0; padding-left: 1%; height: 100%;}
#nav li .navson .nav_lb dl dd{ width: 20%; text-align: center; margin: 0; transition: 0.3s;}
#nav li .navson .nav_lb dl dd .pic{ width: 100%; height: 0; padding-bottom: 80%; border-radius: 5px; position: relative; overflow: hidden;}
#nav li .navson .nav_lb dl dd .pic img{ width: 100%; height: 100%; object-fit: cover; border-radius: 5px; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#nav li .navson .nav_lb dl dd a{ color: #333; transition: 0.3s;}
#nav li .navson .nav_lb dl dd .tit{ height: 40px; line-height: 40px;}
#nav li .navson .nav_lb .nav_pic dd{ width: 15%;}
#nav li .navson .nav_lb dl dd:hover img{ transform: scale(0.9);}
#nav li .navson .nav_lb dl dd:hover a{ color: var(--theme-bg);}

.topsearch input {font-size: 16px; width: calc(100% - 150px); padding: 0 15px; color: #333; font-family: "微软雅黑"; border: 1px solid #999; border-radius: 30px;}
.topsearch button {background: #E50000; color: #FFF !important; padding: 0 40px; font-size: 16px; text-align: center; border-radius: 30px; border: none; margin-top: 10px;}

@media screen and (max-width:1780px){
    #top_index .top_tel_con p{ font-size: 20px;}
    #top_index .top_tel_con i{ font-size: 23px;}
}
@media screen and (max-width:1650px){
    /*#top_index .top_tel_con i{ display: none;}*/
}
@media screen and (max-width:1500px){
    #top_index .top_tel_con p{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    #nav{ margin-top: 0;}
    #top_index .top_tel_con{ display: none !important;}
}
@media screen and (max-width:991px){
    #logo:before{ display: none;}
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 50%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    /*#logo a img{ max-width: 50%;}*/
}

.top_bj_active{ width: 100%; z-index: 20; top: 0; background: rgba(0,0,0,0.7); box-shadow: 0 0 20px rgba(0,0,0,0.1); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% !important;}
.top_bj_active #logo img{ transform: scale(0.9);}
.top_bj_active #nav li{ font-size: 16px;}

.top_index_active{ background: #fff !important; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.top_index_active #logo:before{ background: rgba(0,0,0,0.1) !important;}
.top_index_active #logo .show{ display: none;}
.top_index_active #logo .hidden{ display: inline-block;}
.top_index_active #nav li{ font-size: 16px;}
.top_index_active #nav li .big{ color: #333;}
.top_index_active .top_tel_con i,.top_index_active .top_tel_con p{ color: var(--theme-bg)!important;}
.top_index_active #c-header .c-switch i{ background: #333;}


#flash_pc {overflow:hidden; background: #fff; }
#flash_pc .swiper-pagination-bullet { opacity: 1;}
#flash_pc.swiper .swiper-slide img { width: 100%; height: auto; object-fit: cover; -webkit-transition: all 7s; transition: all 7s; transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
#flash_pc.swiper .swiper-slide.swiper-slide-active img { transform:scale(1,1); -webkit-transform:scale(1,1);}
.flash-box-btn{ position: absolute;left:7vw;bottom:10%; z-index: 55;width:180px;}
.flash-box-btn .banner-swp i svg{ width:30px; height: 30px; fill:#fff}
.flash-box-btn .banner-swp.banner-swiper-next i svg{ transform: rotate(180deg)}
.num-ico-up{ border-bottom:1px solid rgba(255,255,255,0.25)}
.num-ico-up i svg{ width:20px; height: 20px; fill:#fff}
.num-ico-up #num{ font-size: 36px; color:#fff; font-family: 'shuzi'; opacity: 0.8; margin-left: 10px;}

@media(max-width: 1200px){
    #flash_pc.swiper .swiper-slide a>img{ height:600px}
}
@media(max-width: 991px){
    #flash_pc.swiper .swiper-slide a>img{ height:450px}
}


#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: #ff781a; 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%; }


.banner-swiper .swiper-button-white:after,.banner-swiper .swiper-button-white:after{ color: #fff;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}

#mobile_banner{ position: relative;}
#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}





/*底部*/
#end_bj{ background: #1f262f; background-size: 100% 100%; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; 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 .end_lx1{ border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0;}
#end_nr_bj .end_lx1 .end_logo img{filter: grayscale(100%) brightness(100);}
#end_nr_bj .end_lx1 .end_tel{ color: #fff;}
#end_nr_bj .end_lx1 .end_tel i{ font-size: 40px; margin-right: 15px;}
#end_nr_bj .end_lx1 .end_tel p{ font-size: 16px;}
#end_nr_bj .end_lx1 .end_tel span{ font-size: 24px;}

#end_nr_bj .end_lx{ color: #b5bbc4; line-height: 35px; border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_lx p{ clear: both !important;}
#end_nr_bj .end_lx i{ float: left; margin-right: 10px; margin-top: 10px;}
#end_nr_bj .end_lx span{ display: block; float: left; width: 90%;}
#end_nr_bj .end_nav{ border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_nav ul{ width: 15%;}
#end_nr_bj .end_nav ul li:first-of-type{ color: #fff; font-size: 18px; margin-bottom: 10px;}
#end_nr_bj .end_nav ul li{ height: 35px; line-height: 35px; overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#end_nr_bj .end_nav ul li a{ font-size: 14px; color: #b5bbc4; transition: 0.3s;}
#end_nr_bj .end_nav ul li:hover a{ color: #fff;}

#end_nr_bj .main .ewm{ color: #fff; text-align: center;}
#end_nr_bj .main .ewm h3{ font-size: 18px; font-weight: bold !important;}
#end_nr_bj .main .ewm p{ margin: 15px auto 5px !important; width: 50%; background: rgba(255,255,255,0.1); border-radius: 10px; padding: 15px;}
#end_nr_bj .main .ewm img{ width: 100%;}
#end_nr_bj .main .ewm span{ display: block; font-size: 14px;}

#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #96a4b5; border-top: 1px solid #2e3a48; }
#end_line a{ color: #96a4b5;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; 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:1700px){
    #end_nr_bj .end_lx span{ width: 84%;}
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #end_nr_bj .end_nav ul li:first-of-type{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #end_nr_bj .main .ewm p{ width: 30%;}
    #end_nr_bj .main .ewm{ margin-top: 3% !important;}
    #end_nr_bj .end_lx{ border: none;}
}

.hyyy {max-width: 1100px; margin: 0 auto;}
.hyyy img {max-width: 100%; height: auto;}

@media screen and (max-width:768px){
    #end_nr_bj .main .ewm p{ width: 50%;}
    #end_nr_bj .end_lx1{ display: none;}
    .footer_zx i{ padding: 2% 0 1%;}
	.hyyy {max-width: 100%;}
	.hyyy img {max-width: 100%; height: auto;}
}




/*首页*/
.tit_in{ position: relative; z-index: 1; line-height: 35px;}
.tit_in:before{ position: absolute; left: -40px; top: -18px; content: ''; background: url("../images/sj.png") no-repeat left top; background-size: 100% 100%; width: 78px; height: 63px;}
.tit_in p{ display: inline-block; color: #000000; font-size: 30px; position: relative; z-index: 1;}
.tit_in span{ display: block; font-size: 36px; color: #1e1e1e; font-family: Bahnschrift; font-weight: bold; text-transform: uppercase; position: relative; z-index: 1;}
.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 0 60px;}
#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; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 100%; 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;}
#cpnr .gallery-top .swiper-slide ul li .font{ padding: 20px;}
#cpnr .gallery-top .swiper-slide ul li .tit p{ color: #282828; font-size: 22px; text-align: center; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; margin-bottom: 10px !important;}
#cpnr .gallery-top .swiper-slide ul li .tit span{ display: block; line-height: 30px; color: #999999; font-size: 16px; transition: 0.3s; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpnr .gallery-top .swiper-slide ul li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 10px; 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: #fff; 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{ background: var(--theme-bg);}
#cpnr .gallery-top .swiper-slide ul li:hover .pic p img{ transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide ul li:hover .tit p{ color: #fff;}
#cpnr .gallery-top .swiper-slide ul li:hover .tit span{ color: rgba(255,255,255,0.5);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx{ color: rgba(255,255,255,0.7);}
#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-top .swiper-pagination{ top: auto; bottom: 0;}
#cpnr .gallery-top .swiper-pagination-progressbar{ background: rgba(0,0,0,0.2);}
#cpnr .gallery-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: var(--theme-bg) !important;}


#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;}
    #cpnr .gallery-top .swiper-slide ul li .font{ padding: 0;}
    #cpnr .gallery-top .swiper-slide ul li .tit p{ margin: 0 !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;}
}


#jjbj{ background: url("../images/jjbj.jpg") no-repeat center bottom;}
#jjbj .main{ background: url("../images/jj_eng.png") no-repeat right 80px;}
#jjbj .row{ margin-top: 3% !important;}
#jjbj .tit{ position: relative; padding-bottom: 10px;}
#jjbj .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 100px; background: var(--theme-bg); height: 3px;}
#jjbj .tit p{ color: #dedede; font-size: 36px; font-family: Bahnschrift; text-transform: uppercase; padding-bottom: 5px !important;}
#jjbj .tit span{ color: #434343; font-size: 30px;}
/*#jjbj .content{ font-size: 16px; color: #666666; width: 95%; line-height: 40px; margin: 5% 0 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}*/

#jjbj .content{ width: 95%; color: #999999; font-size: 16px; padding-right: 20px; line-height: 35px; height: 180px; margin: 5% 0; overflow-y: scroll;}
#jjbj .content::-webkit-scrollbar{
    width:3px;
    height:6px;
}
#jjbj .content::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
#jjbj .content::-webkit-scrollbar-thumb{
    background: #ff781a;
}


#jjbj .more{ position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#jjbj .more p{ position: relative; z-index: 1;}
#jjbj .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#jjbj .more:hover:before{ transform: scale(1);}
#jjbj .more:hover p{ color: #fff;}
#jjbj .pic{ position: relative;}
#jjbj .pic i{ width: 60px; height: 60px; background: var(--theme-bg); position: absolute; left: 0; bottom: -20px; line-height: 60px; text-align: center; color: #fff; font-size: 20px;}

.gsjj_lb{ padding-top: 3% !important;}
.gsjj_lb li{ text-align: center; position: relative; padding: 0 4%;}
.gsjj_lb li:before{ position: absolute; right: 0; top: 0; content: ''; width: 1px; height: 60%; border-right: 1px solid #d9d9d9;}
.gsjj_lb li:last-of-type:before{ display: none;}
.gsjj_lb li .float-start{ text-align: left !important;}
.gsjj_lb li p{ color: #ff781a; font-size: 55px; min-height: 44px; font-family: Bahnschrift; letter-spacing: -3px; position: relative; display: inline-block; transition: 0.3s;}
.gsjj_lb li p sub{ color: #fff; font-size: 13px; text-align: center; width: 20px; height: 20px; background: #ff781a; border-radius: 100%; line-height: 20px; position: absolute; right: -30px; bottom: 25%; letter-spacing: 0;}
.gsjj_lb li span{ display: block; font-size: 16px; padding-top: 5px;}
.gsjj_lb li i{ float: right; color: #ff781a; font-size: 46px; margin-left: 10%;}




@media screen and (max-width:1440px){
    .gsjj_lb li p{ font-size: 50px;}
    .gsjj_lb li p sub{ font-size: 14px;}
    .gsjj_lb li span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .gsjj_lb li{ line-height: 30px;}
    .gsjj_lb li p{ font-size: 32px; background: none; min-height: auto;}
    .gsjj_lb li p sub{ right: -80%;}
    .gsjj_lb li span{ font-size: 12px;}
    .gsjj_lb li i{ font-size: 36px;}
}
@media screen and (max-width:991px){
    #jjbj .main{ background: url("../images/jj_eng.png") no-repeat right 80px; background-size: 100%;}
    #jjbj .pic{ margin-top: 3%;}
    #jjbj .more{ width: 35%;}
    #jjbj{ padding: 20px 0;}
    #jjbj .content{ width: 100%;}
    .gsjj_lb li:nth-of-type(2n):before{ display: none;}
    .gsjj_lb li{ margin: 2% 0; line-height: 25px;}
    .gsjj_lb li p{ font-size: 40px;}
}


#anli{ position: relative;}
#anli .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#anli .swiper-slide { background-size: cover; background-position: center; position: relative;}
#anli .gallery-top { height: auto; width: 100%; padding: 0 0 60px;}
#anli .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px;}
#anli .gallery-top .swiper-slide ul{ padding: 0 !important; margin: 0 -15px !important; }
#anli .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 8%; background: #f8f8f8; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#anli .gallery-top .swiper-slide ul li .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .font{ padding: 20px;}
#anli .gallery-top .swiper-slide ul li .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; margin-bottom: 10px !important;}
#anli .gallery-top .swiper-slide ul li .tit span{ display: block; line-height: 30px; color: #999999; font-size: 16px; transition: 0.3s; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#anli .gallery-top .swiper-slide ul li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 10px; padding-top: 10px; position: relative;}
#anli .gallery-top .swiper-slide ul li .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: #fff; transition: 0.3s;}
#anli .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;}
#anli .gallery-top .swiper-slide ul li .zx i{ color: #999; transform:rotate(0); transition: 0.5s;}
#anli .gallery-top .swiper-slide ul li:hover{ background: var(--theme-bg);}
#anli .gallery-top .swiper-slide ul li:hover .pic p img{ transform: scale(1.1);}
#anli .gallery-top .swiper-slide ul li:hover .tit p{ color: #fff;}
#anli .gallery-top .swiper-slide ul li:hover .tit span{ color: rgba(255,255,255,0.5);}
#anli .gallery-top .swiper-slide ul li:hover .zx{ color: rgba(255,255,255,0.7);}
#anli .gallery-top .swiper-slide ul li:hover .zx i{ color: #fff; transform:rotate(-45deg);}
#anli .gallery-top .swiper-slide ul li:hover .zx:before{ width: 100%;}
#anli .gallery-top .swiper-pagination{ top: auto; bottom: 0;}
#anli .gallery-top .swiper-pagination-progressbar{ background: rgba(0,0,0,0.2);}
#anli .gallery-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: var(--theme-bg) !important;}


#anli .gallery-thumbs { height: auto; padding: 0; width: 66%; box-sizing: border-box; position: absolute; left: 20%; top: -60px;}
#anli .gallery-thumbs .swiper-slide { cursor: pointer; transition: 0.3s;}
#anli .gallery-thumbs .swiper-slide .tit{ height: 50px; line-height: 50px; font-size: 15px; color: #282828; text-align: center; border-radius: 25px;}
#anli .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 18px; padding: 0;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 18px;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 14px;}
    #anli .gallery-thumbs .swiper-slide{ line-height: 25px;}
    #anli .gallery-thumbs{top: -60px;}
}
@media screen and (max-width:1200px){
    #anli .gallery-thumbs{ padding: 0; left: 0; width: 100%;}
    #anli{ margin-top: 3%;}
    #anli .gallery-thumbs{ position: relative; top: 0;}
    #anli .gallery-top .swiper-slide ul li{ padding: 10px;}
    #anli .gallery-top .swiper-slide ul .col-6{ padding: 0 5px;}
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 16px;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 12px;}
    #anli .gallery-top .swiper-slide ul li .zx{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #anli .gallery-top .swiper-slide ul{ margin: 0 auto !important;}
}
@media screen and (max-width:768px){
    #anli .gallery-top .swiper-slide ul li .tit span{ display: none;}
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 14px;}
    #anli .gallery-top .swiper-slide ul li .zx{ margin-top: 10px;}
}



/*#ysbj{ background: url("../images/ysbj.jpg") no-repeat center;}*/
/*#ysbj .tit_in span,#ysbj .tit_in p{ color: #fff;}*/


#wenhua{ position: relative; margin-top: 5% !important; padding: 0 3px;}
#wenhua .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wenhua .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    border: 1px solid #fff;
    padding: 4% 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#wenhua .swiper-slide i{ height: 60px; line-height: 60px; margin-bottom: 10%; transition: 0.3s;}
#wenhua .swiper-slide p{ color: #fff; font-size: 24px; transition: 0.3s;}
#wenhua .swiper-slide span{ color: rgba(255,255,255,0.5); text-transform: uppercase; font-size: 14px; display: block; transition: 0.3s;}
#wenhua .swiper-slide .con{ color: #fff; line-height: 32px; font-size: 16px; padding-top: 5%; min-height: 180px;}
#wenhua .swiper-slide:hover{ background: rgba(38,49,65,0.8); border: 1px solid rgba(38,49,65,0.8);}
#wenhua .swiper-slide:hover b{ opacity: 1; right: -10px; top: 0;}
#wenhua .swiper-slide:hover i,#wenhua .swiper-slide:hover p{ color: #fff;}
#wenhua .swiper-slide:hover span{ color: rgba(255,255,255,0.7);}
#wenhua .swiper-slide:hover i{ transform: translateY(-20px); }
#wenhua .swiper-slide:hover p,#wenhua .swiper-slide:hover span{ transform: translateY(-20px);}
@media screen and (max-width:1440px){
    #wenhua .swiper-slide p{ font-size: 22px;}
    #wenhua .swiper-slide span{ font-size: 15px;}
}
@media screen and (max-width:1200px){
    #wenhua .swiper-slide .con{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #wenhua .swiper-slide i{ font-size: 40px;}
    #wenhua .swiper-slide p{ font-size: 20px;}
    #wenhua .swiper-slide span{ display: block; min-height: 77px; font-size: 14px;}
}



.recommendbox { margin-top: 3%; padding: 2.5% 0; }
.recommendbox .swiper-container { width: 50% !important; margin: 0 auto; border-radius: 20px; overflow: hidden; }
.recommendbox .swiper-container .swiper-slide { }
.recommendbox .swiper-container.currentSwiper { position: relative; z-index: 2; }
.recommendbox .swiper-container.leftSwiper, .recommendbox .swiper-container.rightSwiper { cursor: pointer; position: absolute; z-index: 1; margin: auto; top: 0; bottom: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.recommendbox .swiper-container.leftSwiper { left: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.recommendbox .swiper-container.rightSwiper { right: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.recommendbox .swiper-container.noCurrentSwiper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }



#xinwen{position: relative; margin-top: 3%;}
#xinwen .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xinwen .swiper-slide {
    transition:0.5s;
    position: relative;
    border: 1px solid #f2f4f7;
    background: #f2f4f7;
    /* 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;
}
#xinwen .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden;}
#xinwen .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwen .swiper-slide .con{ width: 100%; padding: 3% 5%; text-align: left;}
#xinwen .swiper-slide .con .time{ color: #a6a6a6; font-size: 14px; font-family: 'engfont';}
#xinwen .swiper-slide .con .tit{ font-size: 18px; color: #26334c; width: 100%; margin: 3% 0 3%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#xinwen .swiper-slide .con .txt{ font-size: 14px; color: #666; width: 100%; height: 52px; margin-bottom: 3%; line-height: 180%; overflow: hidden;}
#xinwen .swiper-slide .con .more{ font-size: 14px; color: #999;}
#xinwen .swiper-slide .con .more i{ font-size: 16px; margin-left: 10px;}
#xinwen .swiper-slide:hover img{ transform: scale(1.1);}
#xinwen .swiper-slide:hover{ background: var(--theme-bg);}
#xinwen .swiper-slide:hover .con .time,#xinwen .swiper-slide:hover .con .tit,#xinwen .swiper-slide:hover .con .more,#xinwen .swiper-slide:hover .con .txt{ color: #fff;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #xinwen .swiper-slide .con .tit{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #xinwen .swiper-slide .con .tit{ display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;}
}


.xwmore{ margin-top: 3%; height: 60px; border: 1px solid #e6e8ed; text-align: center; width: 100%; line-height: 60px; color: #666f80; font-size: 16px; transition: 0.5s;}
.xwmore i{ margin-left: 10px; font-size: 12px;}
.xwmore:hover{ background: var(--theme-bg); color: #fff;}






#ssjs{ text-align: center; margin-top: 3%; padding: 0 8%;}
#ssjs .swiper-container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#ssjs .swiper-slide {
    transition:0.3s;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
#ssjs .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 45%; position: relative; overflow: hidden; background: #000;}
#ssjs .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; opacity: 0.5; transition: 0.3s;}
#ssjs .swiper-slide .font{ padding: 7% 5%; width: 35%; color: #fff; text-align: left; position: absolute; left: 5%; bottom: -70px; z-index: 1; background: rgba(255,120,26,0.9); opacity: 0; transition: 0.5s; overflow: hidden;}
#ssjs .swiper-slide .font .tit{ background: url("../images/al_line.png") repeat-x center bottom; position: relative; padding-bottom: 20px; line-height: 45px; }
#ssjs .swiper-slide .font .tit p{ color: #fff; font-size: 30px; font-weight: bold;}
#ssjs .swiper-slide .font .tit span{ position: absolute; left: 0; top: 0; font-size: 60px; font-family: Bahnschrift; color: rgba(255,255,255,0.1); text-transform: uppercase; font-weight: bold; letter-spacing: -2px;}
#ssjs .swiper-slide .font .tit .nr{ color: #fff; font-size: 20px;}
#ssjs .swiper-slide .font ul{ padding: 10% 0 !important;}
#ssjs .swiper-slide .font ul li i{ float: left; margin-right: 10px; margin-top: 6px;}
#ssjs .swiper-slide .font ul li{ font-size: 16px; line-height: 30px; margin-bottom: 6%; color: #fff !important;}
#ssjs .swiper-slide .font .jiantou{ display: block; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.5); text-align: center; line-height: 40px; transition: 0.3s; color: #fff;}
#ssjs .swiper-slide .font:before{ position: absolute; left: -20%; bottom: -50%; content: ''; width: 480px; height: 480px; border-radius: 100%; background: rgba(255,255,255,0.05); transition: transform .5s,opacity .3s; opacity: 0; transform: translate(-30%, 30%);}
#ssjs .swiper-slide .font:after{ position: absolute; right: -20%; bottom: -60%; content: ''; width: 480px; height: 480px; border-radius: 100%; background: rgba(255,255,255,0.05);  transition: transform .8s,opacity .5s; opacity: 0; transform: translate(-30%, 20%);}

#ssjs .swiper-slide-active .pic img{ opacity: 1;}
#ssjs .swiper-slide-active .font{ opacity: 1; bottom: 0;}
#ssjs .swiper-slide-active .font:before,#ssjs .swiper-slide-active .font:after{opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}
#ssjs .swiper-slide:hover .font .jiantou{ background: #fff;}
#ssjs .swiper-slide:hover .font .jiantou i{ color: #c81323;}
#ssjs .swiper-slide:hover .font:before,#ssjs .swiper-slide:hover .font:after{ transform: translate(-10%, 10%);}

#ssjs .swiper-button-next:after,#ssjs .swiper-button-prev:after{ display: none;}
#ssjs .swiper-button-next{ background: #ff781a; width: 90px; height: 50px; line-height: 50px; right: -45px; top: 45%; transition: 0.3s;}
#ssjs .swiper-button-prev{ background: #ff781a; width: 90px; height: 50px; line-height: 50px; left: -45px; top: 45%; transition: 0.3s;}
#ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ color: #fff; font-size: 35px;}

#ssjs .swiper-button-next:hover,#ssjs .swiper-button-prev:hover{ background: #333;}

@media screen and (max-width:1440px){
    #ssjs .swiper-slide .font{ width: 40%; padding: 3%;}
    #ssjs .swiper-slide .font ul{ padding: 5% 0 !important;}
}
@media screen and (max-width:1200px){
    #ssjs .swiper-button-next{ right: 0;}
    #ssjs .swiper-button-prev{ left: 0;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 50px; height: 50px; line-height: 50px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 25px;}
    #ssjs .swiper-slide .font .tit{ line-height: 30px;}
    #ssjs .swiper-slide .font .tit p{ font-size: 24px;}
    #ssjs .swiper-slide .font .tit span{ font-size: 40px;}
    #ssjs .swiper-slide .font .tit .nr{ font-size: 16px;}
    #ssjs .swiper-slide .font .jiantou{ display: none;}
    #ssjs .swiper-slide .font ul li{ line-height: 30px; font-size: 14px;}
    #ssjs .swiper-slide .font:before{ left: -50%; bottom: -85%;}
    #ssjs .swiper-slide .font:after{ right: -60%; bottom: -90%;}
}
@media screen and (max-width:991px){
    #ssjs{ padding: 0;}
    #ssjs .swiper-slide{flex-direction: column;}
    #ssjs .swiper-slide .font{ position: relative; left: 0; bottom: 0; width: 100%; opacity: 1; min-height: 245px;}
    #ssjs .swiper-slide .font ul{ padding: 2% 0 0 !important;}
    #ssjs .swiper-slide .font ul li{ margin: 0;}
    #ssjs .swiper-slide .font{ padding: 3%;}
    #ssjs .swiper-slide{ padding-bottom: 0;}
    #ssjs .swiper-slide .font:before,#ssjs .swiper-slide .font:after{ display: none;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ top: 30%;}
}
@media screen and (max-width:768px){
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 40px; height: 40px; line-height: 40px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 20px;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ top: 25%;}
}











/*公司简介*/
#wenhua_zy{ padding: 0; margin-top: 3%;}
#wenhua_zy .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wenhua_zy .swiper-slide {
    text-align: left;
    transition: 0.3s;
    background: url("../images/whbj1.png") no-repeat left top;
    background-size: 100% 100%;
    padding: 5% 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;
    -webkit-box-align: center;
}
#wenhua_zy .swiper-slide i{ width: 67px; height: 67px; display: block; overflow: hidden;}
#wenhua_zy .swiper-slide i img{ margin-left: 0; transition: 0.3s;}
#wenhua_zy .swiper-slide h2{ display: block; color: #222222; font-size: 24px; margin-top: 100px !important; transition: 0.3s;}
#wenhua_zy .swiper-slide p{ color: #666666; font-size: 18px; padding-top: 20px !important; min-height: 100px; transition: 0.3s;}
#wenhua_zy .swiper-slide:hover{ background: url("../images/whbj2.png") no-repeat left top; background-size: 100% 100%;}
#wenhua_zy .swiper-slide:hover i img{ margin-left: -67px;}
#wenhua_zy .swiper-slide:hover h2{ color: #fff;}
#wenhua_zy .swiper-slide:hover p{ color: rgba(255,255,255,0.5);}
@media screen and (max-width:1440px){
    #wenhua_zy .swiper-slide p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #wenhua_zy .swiper-slide h2{ font-size: 20px;}
    #wenhua_zy .swiper-slide p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #wenhua_zy .swiper-slide{ padding-top: 10%;}
}
@media screen and (max-width:765px){
    #wenhua_zy .swiper-slide p{ font-size: 14px;}
}


.zzry{position: relative; margin-top: 4%;}
.zzry .swiper-container {padding-bottom: 7%; overflow: hidden;}
.zzry .swiper-slide { display: flex; flex-direction: column; background: #fff; padding: 35px 35px 20px; border-radius: 20px; position: relative;}
.zzry .swiper-slide .inimg{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.zzry .swiper-slide .inimg a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.zzry .swiper-slide .inimg a img{ max-width: 100%; height: 100%; transition: 0.5s;}
.zzry .swiper-slide p{ border-top: 1px solid #ecf2f3; height: 70px; line-height: 70px; text-align: center; color: #717171; font-size: 16px; transition: 0.3s; margin-top: 35px !important;}
.zzry .swiper-slide:hover .inimg img{transform: scale(1.1);}
.zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 75px; height: 75px; border-radius: 100%; background: #fff; border: 1px solid #e6e7e7; line-height: 75px; text-align: center; color: #636363; top: auto; bottom: 0;  opacity: 1 !important; z-index: 3; transition: 0.3s;}
.zzry .swiper-button-prev{ left: 44%;}
.zzry .swiper-button-next{ right: 44%;}
.zzry .swiper-button-next:after,.zzry .swiper-button-prev:after{ font-size: 22px;}
.zzry .swiper-button-next:hover,.zzry .swiper-button-prev:hover{ background: var(--theme-bg);}
.zzry .swiper-button-next:hover:after,.zzry .swiper-button-prev:hover:after{ color: #fff;}
@media screen and (max-width:1440px){
    .zzry .swiper-container{ padding-bottom: 10%;}
    .zzry .swiper-button-prev{ left: 42%;}
    .zzry .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:991px){
    .zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 50px; height: 50px; line-height: 50px;}
    .zzry .swiper-button-next:after,.zzry .swiper-button-prev:after{ font-size: 20px;}
}
@media screen and (max-width:768px){
    .zzry .swiper-button-prev{ left: 38%;}
    .zzry .swiper-button-next{ right: 38%;}
    .zzry .swiper-container{ padding-bottom: 15%;}
}
@media screen and (max-width:450px){
    .zzry .swiper-button-prev{ left: 35%;}
    .zzry .swiper-button-next{ right: 35%;}
}




/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative; overflow: hidden;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; text-align: left; width: 100%; z-index: 2; color: #fff; padding: 12% 0 0 0; line-height: 40px;}
#zi_banner .main .tit{ position: relative; padding-left: 20px; margin-top: 2%;}
#zi_banner .main .tit:before{ left: 0; top: 5%; content: ''; width: 2px; height: 85%; background: var(--theme-bg); position: absolute;}
#zi_banner .main h2{ font-size: 36px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 16px;}
#zi_banner .home{ position: absolute; left: 0; bottom: 0; z-index: 2; text-align: right; width: 100%; height: 60px; line-height: 60px; color: #fff;}
#zi_banner .home i{ display: inline-block; color: #fff; margin-right: 10px;}
#zi_banner .home a{ padding: 0 5px; color: #fff;}
#zi_banner .cphome{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%;}
#zi_banner .cphome .container{ position: relative; height: 95px; color: #fff;}
#zi_banner .cphome .container:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 150%; height: 100%; background: rgba(0,0,0,0.5);}

#zi_banner .main_xw{ position: absolute; top: 45%; left: 0; width: 100%; color: #fff; z-index: 2; height: 50px; line-height: 50px; padding: 0;}
#zi_banner .main_xw .news-detail-title .h3{ text-align: center; color: #fff !important; border-bottom: none; font-weight: bold !important; margin-bottom: 2%; font-size: 42px; line-height: 65px;}
#zi_banner .main_xw .news-detail-title .b{ text-align: center !important; color: #efefef !important; font-size: 18px;}


@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 30px; }
    #zi_banner .main .news-detail-title .h3{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 14px;}
    #zi_banner .main{ padding-top: 8%;}
    #zi_banner .main .news-detail-title .h3{ font-size: 22px;}
    #zi_banner .main .news-detail-title .b{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #zi_banner .home{ font-size: 12px;}
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 15%;}
    #zi_banner .main p{ line-height: 20px;}
    #zi_banner .main .news-detail-title .h3{ line-height: 35px;}
    #zi_banner .main .news-detail-title .b{ font-size: 14px;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 20%;}
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ font-size: 12px;}
    #zi_banner .main .news-detail-title .h3{ font-size: 14px; line-height: 20px;}
    #zi_banner .main .news-detail-title .b{ font-size: 12px;}
}


#homebj{ height: 80px; line-height: 80px; box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
#homebj li{ padding: 0 2%; transition: 0.3s; position: relative; font-size: 15px;}
#homebj li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 6px; background: var(--theme-bg); transition: 0.3s;}
#homebj li i{ margin-right: 10px; display: none;}
#homebj li i:nth-of-type(1){ display: block;}
#homebj li em{ position: absolute; left: 44%; bottom: 0; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: transparent transparent #fff;}
#homebj li:hover{ background: #0050aa; color: #fff;}
#homebj li:hover a{ color: #fff;}
#homebj li:hover:before{ width: 100%; left: 0;}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .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;
}
#cpnav .swiper-slide a{ display: block; width: 100%; color: #fff; height: 95px; line-height: 95px; font-size: 18px; transition: 0.3s;}
#cpnav .swiper-slide a i{ margin-left: 20px;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1800px){
    #cpnav .swiper-slide a{font-size: 16px;}
}
@media screen and (max-width:1600px){
    #cpnav .swiper-slide a{font-size: 15px;}
}
@media screen and (max-width:1440px){
    #zi_banner .cphome .container{ height: 70px;}
    #cpnav .swiper-slide a{ height: 70px; line-height: 70px; font-size: 13px;}
}
@media screen and (max-width:768px){
    #zi_banner .cphome .container{ height: 50px;}
    #cpnav .swiper-slide a{ height: 50px; line-height: 50px; font-size: 13px;}
}


.hui{ background: #f1f3f6;}
.bai{ background: #fff;}


/*.khal li{ margin-bottom: 5%; transition: 0.3s;}*/
/*.khal li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}*/
/*.khal li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}*/
/*.khal li .tit{ width: 100%; padding: 8%; background: #f5f5f5; transition: 0.5s;}*/
/*.khal li .tit p{ width: 80%; color: #303030; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }*/
/*.khal li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s; margin-top: 5%;}*/
/*.khal li .tit span i{ transform:rotate(-45deg); font-size: 20px;}*/
/*.khal li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1);}*/
/*.khal li:hover .pic img{ transform: scale(1.1);}*/
/*.khal li:hover .tit span{ background: var(--theme-bg);}*/
/*.khal li:hover .tit span i{ color: #fff;}*/
/*.khal li:hover .tit{ background: url("../images/cphover_bj.jpg") no-repeat bottom center;}*/


.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: 60%; 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: #f5f5f5; 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;}
}



#alpic{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
#alpic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}


/*产品中心*/
/*.cpsub_lb{ position: relative;}*/
/*!*.cpsub_lb:before{ position: absolute; right: 0; top: 0; width: 1px; height: 100%; content: ''; background: #dddddd;}*!*/
/*.cpsub_lb li{ margin-bottom: 5px; background: #e8e8e8; height: 40px; line-height: 40px; padding-left: 10px;}*/
/*.cpsub_lb li p{ color: #333; font-size: 16px; padding-left: 10px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}*/
/*.cpsub_lb li i{ font-size: 14px;}*/
/*.cpsub_lb li i img{ width: 30px; height: auto; vertical-align: middle; transition: 0.3s;}*/
/*.cpsub_lb li:hover{ background: var(--theme-bg);}*/
/*.cpsub_lb li:hover i{ color: #fff;}*/
/*.cpsub_lb li:hover i img{ filter: grayscale(100%) brightness(100);}*/
/*.cpsub_lb li:hover p{  color: #fff;}*/
/*.cpsub_lb li#li-on{ background: var(--theme-bg);}*/
/*.cpsub_lb li#li-on i{ color: #fff;}*/
/*.cpsub_lb li#li-on i img{ filter: grayscale(100%) brightness(100);}*/
/*.cpsub_lb li#li-on p{ color: #fff;}*/



.cpsub_lb{ position: relative; padding-bottom: 3% !important;}
.cpsub_lb li{ float: left; width: 13%; margin: 0 5px 5px; background: #e8e8e8; height: 40px; line-height: 40px; padding-left: 10px;}
.cpsub_lb li p{ color: #333; font-size: 16px; padding-left: 10px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.cpsub_lb li i{ font-size: 14px;}
.cpsub_lb li i img{ width: 30px; height: auto; vertical-align: middle; transition: 0.3s;}
.cpsub_lb li:hover{ background: var(--theme-bg);}
.cpsub_lb li:hover i{ color: #fff;}
.cpsub_lb li:hover i img{ filter: grayscale(100%) brightness(100);}
.cpsub_lb li:hover p{  color: #fff;}
.cpsub_lb li#li-on{ background: var(--theme-bg);}
.cpsub_lb li#li-on i{ color: #fff;}
.cpsub_lb li#li-on i img{ filter: grayscale(100%) brightness(100);}
.cpsub_lb li#li-on p{ color: #fff;}



.tit_cp i{ width: 50px; overflow: hidden;}
.tit_cp i img{ width: 50px; position:relative; margin-left: -50px; filter:drop-shadow(50px 0px 0 #0b53c0);}
.tit_cp p{ font-size: 36px; margin-left: 20px !important;}

.cplb{ margin-top: 1% !important;}
.cplb li{ background: #fff; border-radius: 10px; padding: 10% 5%; margin-top: 8%; text-align: center; position: relative; overflow: hidden;}
.cplb li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 5px; background: #ff781a; transition: 0.3s;}
.cplb li .img{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; margin: 8% 0;}
.cplb li .img p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cplb li .img p img{ max-width: 100%; height: 100%; transition: 0.5s;}
.cplb li .title{}
.cplb li .title h3{ color: #333333; font-size: 22px; height: 40px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.cplb li .title em{ color: #999999; font-size: 16px;}
.cplb li .more{ color: #ff781a; font-size: 16px; transform: translateY(25px); opacity: 0; transition: 0.3s;}
.cplb li .more i{ font-size: 20px; margin-left: 10px;}
.cplb li:hover:before{ left: 0; width: 100%;}
.cplb li:hover .img img{transform: scale(1.1);}
.cplb li:hover .more{ opacity: 1; transform: translateY(0); }
.cplb li:hover .title h3{ color: var(--theme-bg);}


.cpzytit{ padding: 8% 0 3%;}
.cpzytit .tit{ line-height: 45px;}
.cpzytit .tit h2{ font-size: 18px; color: var(--theme-bg);}
.cpzytit .tit p{ color: #2e2e2e; font-size: 24px;}
.cpzytit .font{ text-align: right;}
.cpzytit .font h2{ color: #222222; font-size: 30px; font-weight: bold !important; position: relative; margin-top: -70px !important;}
.cpzytit .font p{ font-size: 120px; font-family: Bahnschrift !important; font-weight: bold !important; background: linear-gradient(to bottom, rgba(191,191,191,0.2), rgba(255,255,255,0.01)); -webkit-background-clip: text; color: transparent; height: 120px; line-height: 120px; text-transform: uppercase;}
@media(max-width: 1600px){
    .cpsub_lb li p{ font-size: 14px;}
}

@media(max-width: 1440px){
    .cplb li .title h3{ font-size: 20px; height: 30px;}
    .cplb li .title em{ font-size: 14px;}
    .cplb li .more{ font-size: 14px;}
    .cpzytit .font p{ font-size: 80px;}
    .cpsub_lb li{ width: 19%;}
}
@media(max-width: 1200px){
    .cpzytit .font p{ font-size: 60px;}
    .cpzytit .tit h2{ font-size: 14px;}
    .cpzytit .tit p{ font-size: 20px;}
    .cpsub_lb li{ width: 23%;}
}
@media(max-width: 991px){
    .tit_cp p{ font-size: 28px;}
    .tit_cp i{ width: 40px;}
    .tit_cp i img{ width: 40px;}
    .cpzytit{ padding-top: 13%;}
    .cpsub_lb li i{ display: none;}
    .cpsub_lb li p{ padding: 0 !important; font-size: 12px;}
    .cpsub_lb li{ height: 30px; line-height: 30px;}
}
@media(max-width: 768px){
    .tit_cp{ margin-top: 5%;}
    .tit_cp p{ font-size: 22px;}
    .tit_cp i{ width: 30px;}
    .tit_cp i img{ width: 30px;}
    .cpzytit{ padding-top: 18%;}
    .cplb li .title h3{ font-size: 16px;}
    .cplb li .title em{ font-size: 12px;}
    .cplb li .more{ font-size: 12px;}
    .cpsub_lb li{ width: 31%;}
}
@media(max-width: 500px){
    .cpzytit{ padding-top: 25%;}
}
@media(max-width: 400px){
    .cpsub_lb li{ width: 47%;}
}


.cpleft .swiper {
    width: 100%;
    height: 100%;
}

.cpleft .swiper-slide {
    text-align: center;
    overflow: hidden;
    /* 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;
}
.cpleft .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; text-align: center; overflow: hidden; margin: 0 auto !important; background: #fff;}
.cpleft .swiper-slide .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cpleft .swiper-slide .pic p img{ max-width: 100%; max-height: 100%;}
.cpleft .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
.cpleft .swiper-slide { background-size: cover; background-position: center;}
.cpleft .mySwiper2 { height: 80%; width: 100%;}
.cpleft .mySwiper2 .swiper-button-next:after,.cpleft .mySwiper2 .swiper-button-prev:after{ color: var(--theme-bg);}
.cpleft .mySwiper { height: 22%; box-sizing: border-box; padding: 10px 0 0;}
.cpleft .mySwiper .swiper-slide { width: 25%; height: 100%;}
.cpleft .mySwiper .swiper-slide .pic{ border: 2px solid #fff; transition: 0.3s; background: #fff;}
.cpleft .mySwiper .swiper-slide .pic p img{ max-width: 100%; height: 100%;}
.cpleft .mySwiper .swiper-slide-thumb-active .pic { border: 2px solid var(--theme-bg); }
@media screen and (max-width:1200px){
    .cpleft .mySwiper{  height: 30%;}
    .cpleft .mySwiper2{ height: 70%;}
}
@media screen and (max-width:991px){
    .cpleft{ padding-top: 3% !important;}
}

.cp_right{ padding-right: 5%;}
.cp_right h2{ font-size: 36px; font-weight: bold !important; padding: 20px 0 10px !important;}
.cp_right ul{ padding: 15px 0 30px !important; border-bottom: 1px solid #e5e5e5; position: relative;}
.cp_right ul:before{ position: absolute; left: 0; bottom: -1px; content: ''; width: 10%; height: 2px; background: var(--theme-bg);}
.cp_right ul li{ border: 1px solid #e4eaef; height: 54px; line-height: 54px; font-size: 16px; padding: 0 20px 0 45px; margin-right: 20px;}
.cp_right ul li p{ position: relative;}
.cp_right ul li p:before{ position: absolute; left: -25px; top: 23px; content: ''; width: 12px; height: 8px; background: var(--theme-bg); transform: skewX(-30deg);}
.cp_right .con{ color: #666666; font-size: 16px; margin: 5% 0 7%; line-height: 35px;}
.cp_right dl{ margin-bottom: 8% !important;}
.cp_right dl dt{ color: #2d2d2d; font-size: 18px; font-weight: bold; border-bottom: 1px solid #dedede; height: 45px;}
.cp_right dl dt i{ width: 20px; height: 20px; background: var(--theme-bg); color: #fff; font-size: 13px; line-height: 20px; margin-right: 10px; text-align: center;}
.cp_right dl dd{ color: #666666; font-size: 16px; margin: 20px 0 0 !important;}
.cp_right .cpdg{ width: 90%;}
.cp_right .order-btn{ height: 55px; line-height: 55px; border-radius: 10px; color: #fff; font-size: 16px; background: var(--theme-bg);}
.cp_right .order-btn a{ color: #fff;}
.cp_right .order-btn i{ font-size: 26px; margin-right: 20px;}
.cp_right .zixun-btn{ font-size: 30px; padding-left: 30px;}
.cp_right .zixun-btn i{ font-size: 34px; color: var(--theme-bg);}
.cp_right .zixun-btn span{ display: block; font-weight: bold; margin-left: 10px; color: var(--theme-bg);}
.cp_right .cp_ewm{ width: 55px; height: 55px; text-align: center; line-height: 55px; border-radius: 100%; background: var(--theme-bg); position: relative;}
.cp_right .cp_ewm i{ color: #fff; font-size: 28px;}
.cp_right .cp_ewm em{ position: absolute; left: -42.5px; bottom: 50px; z-index: 1; display: block; overflow: hidden; width: 140px; height: auto; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 0 15px rgba(0,109,207,0.5); opacity: 0; transition: 0.5s;}
.cp_right .cp_ewm em img{ width: 100%;}
.cp_right .cp_ewm:hover em{ opacity: 1; bottom: 70px;}
@media screen and (max-width:1440px){
    .cp_right h2{ font-size: 30px;}
    .cp_right ul li{ font-size: 13px;}
    .cp_right ul li i{ font-size: 10px;}
    .cp_right .con{ font-size: 14px;}
    .cp_right .order-btn{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .cp_right .zixun-btn{ font-size: 22px;}
    .cp_right .zixun-btn i{ font-size: 30px;}
    .cp_right .order-btn i{ font-size: 20px;}
    .cp_right ul li{ padding: 0 5px 0 30px; margin-right: 5px;}
    .cp_right .con{-webkit-line-clamp: 2; line-height: 30px;}
    .cp_right dl dd{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .cp_right .cpdg{ width: 100%;}
    .cp_right .cp_ewm{ display: none;}
    .cp_right h2{ font-size: 24px;}
    .cp_right .con{ margin: 3% 0;}
    .cpleft{ padding: 3% 0 0;}
}
@media screen and (max-width:768px){
    .cp_right ul li{ float: left; width: 48%;}
    .cp_right .order-btn{ height: 40px; line-height: 40px;}
}
@media screen and (max-width:450px){
    .cp_right .zixun-btn{ font-size: 18px;}
    .cp_right .zixun-btn i{ font-size: 18px;}
}



#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center; border-bottom: 1px solid #efefef; margin-top: 2%;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ color: #666666; font-size: 16px; width: 12%; 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:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: var(--theme-bg);}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: var(--theme-bg);}
.cpbt li.current:after{ left: 25%; width: 50%; background: var(--theme-bg);}
@media screen and (max-width:1200px){
    .cpbt li{ width: 15%;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .cpbt li{ width: 25%; font-size: 13px;}
}


.tit_cpinfo{width: 225px; margin: 0 auto;}
.tit_cpinfo p{ color: #2a2a2a; font-size: 24px; font-weight: bold !important; position: relative;}
.tit_cpinfo p:before{ position: absolute; left: -25px; top: 12px; content: ''; width: 12px; height: 8px; background: var(--theme-bg); transform: skewX(-30deg);}
.tit_cpinfo span{ color: #999999; font-size: 16px; font-family: Bahnschrift; text-transform: uppercase; padding-left: 10px;}
.con_zy{ color: #696969; font-size: 16px; padding: 3% 0 5%; line-height: 35px; max-width: 1000px; margin: 0 auto;}
.con_zy p img {max-width: 100%; height: auto;}
.con_zy table{ width: 100% !important; margin-top: 3% !important;}
.con_zy table td{ border: 1px solid #efefef;}
@media screen and (max-width:991px){
    .con_zy{ font-size: 14px; line-height: 30px;}
    .tit_cpinfo p{ font-size: 18px;}
    .tit_cpinfo span{ font-size: 14px;}
}

#cpinfo_ys{ position: relative; margin: 2% 0 0;}
#cpinfo_ys .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}
#cpinfo_ys .swiper-slide {
    text-align: left;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    background: #f7f9fa;
    border: 1px solid #f3f4f5;
    padding: 2.5%;

    /* 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;
}
#cpinfo_ys .swiper-slide .tit{ border-bottom: 1px solid #e3e7ed; position: relative; transition: 0.3s; padding-bottom: 10px;}
#cpinfo_ys .swiper-slide .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 15%; height: 2px; background: var(--theme-bg); transition: 0.3s;}
#cpinfo_ys .swiper-slide .tit i{ color: var(--theme-bg); font-size: 40px;}
#cpinfo_ys .swiper-slide .tit .float-start{ padding-left: 20px;}
#cpinfo_ys .swiper-slide .tit .float-start p{ color: #333333; font-size: 24px; font-weight: bold;}
#cpinfo_ys .swiper-slide .tit .float-start span{ color: #474747; font-size: 14px; text-transform: uppercase;}
#cpinfo_ys .swiper-slide .con{ color: #666666; font-size: 16px; line-height: 35px; padding-top: 8%; min-height: 235px; transition: 0.3s;}
#cpinfo_ys .swiper-slide:hover{ background: var(--theme-bg); border-radius: 20px;}
#cpinfo_ys .swiper-slide:hover .tit{ border-bottom: 1px solid rgba(255,255,255,0.1);}
#cpinfo_ys .swiper-slide:hover .tit:before{ background: #fff;}
#cpinfo_ys .swiper-slide:hover .tit i{ color: #fff;}
#cpinfo_ys .swiper-slide:hover .tit .float-start p{ color: #fff;}
#cpinfo_ys .swiper-slide:hover .tit .float-start span{ color: rgba(255,255,255,0.5);}
#cpinfo_ys .swiper-slide:hover .con{ color: rgba(255,255,255,0.7);}


@media screen and (max-width:1700px){
    #cpinfo_ys .swiper-slide .tit .float-start p{ font-size: 20px;}
    #cpinfo_ys .swiper-slide .tit .float-start span{ font-size: 12px;}
    #cpinfo_ys .swiper-slide .con{ font-size: 15px; line-height: 30px;}
}
@media screen and (max-width:1200px){
    #cpinfo_ys .swiper-slide .tit .float-start p{ font-size: 18px;}
    #cpinfo_ys .swiper-slide .tit .float-start span{ font-size: 12px;}
    #cpinfo_ys .swiper-slide .con{ font-size: 14px; line-height: 30px;}
}
@media screen and (max-width:991px){
}


.fuwu{ margin-top: 2% !important;}
.fuwu li{ border: 1px solid #e7eaee; text-align: center; width: 10%; padding: 15px 0; border-radius: 10px; transition: 0.3s;}
.fuwu li i{ color: #666666; font-size: 30px; height: 40px; line-height: 40px; transition: 0.3s;}
.fuwu li p{ color: #343434; font-size: 16px; transition: 0.3s;}
.fuwu li:hover{ background: #a1acb8;}
.fuwu li:hover i,.fuwu li:hover p{ color: #fff;}
@media screen and (max-width:1200px){
    .fuwu li p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .fuwu li{ float: left; width: 23%; margin: 1%;}
}

#xgcp{ overflow: hidden;}
#xgcp .swiper-container {
    margin: 0;
    width: 100%;
    padding: 2% 0 0;
    height: 100%;
}
#xgcp .swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 3% 2% 2%;
    text-align: center;
    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;
}
#xgcp .swiper-slide:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 5px; background: #ff781a; transition: 0.3s;}
#xgcp .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; margin: 8% 0;}
#xgcp .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
#xgcp .swiper-slide .title{}
#xgcp .swiper-slide .title h3{ color: #333333; font-size: 22px; height: 40px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xgcp .swiper-slide .title em{ color: #999999; font-size: 16px;}
#xgcp .swiper-slide .more{ color: #ff781a; font-size: 16px; transform: translateY(25px); opacity: 0; transition: 0.3s;}
#xgcp .swiper-slide .more i{ font-size: 20px; margin-left: 10px;}
#xgcp .swiper-slide:hover:before{ left: 0; width: 100%;}
#xgcp .swiper-slide:hover .img img{transform: scale(1.1);}
#xgcp .swiper-slide:hover .more{ opacity: 1; transform: translateY(0); }
#xgcp .swiper-slide:hover .title h3{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #xgcp .swiper-slide .title h3{ font-size: 18px; height: 30px;}
    #xgcp .swiper-slide .title em{ font-size: 14px;}
    #xgcp .swiper-slide .more{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #xgcp .swiper-slide{ padding-top: 5%;}
}






/*新闻中心*/
.xwinfo{ padding: 5% 7%; font-size: 16px; line-height: 40px; border-radius: 20px; margin-top: 3%;}
.xwinfo img{ display: block; margin: 0 auto 3%; max-width: 80%;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .xwinfo{ padding: 5%; font-size: 14px; line-height: 30px;}
}

.xwtit{ text-align: left; position: relative; line-height: 50px; padding-bottom: 20px;}
.xwtit h3{ color: #3c3c3c; font-size: 30px; font-weight: bold !important;}
.xwtit p{ color: rgba(60,60,60,0.1); font-family: eng; font-size: 48px; text-transform: uppercase;}
.xwtit span{ display: block; font-size: 16px; color: #999;}
.xwtit:before{ position: absolute; content: ''; left: 0; bottom: 0; width: 4%; height: 2px; background: var(--theme-bg);}


#xw_tj{ margin: 3% 0 3% !important; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#xw_tj .col-12{ padding: 0;}
#xw_tj .swiper { width: 100%; height: 100%; }
#xw_tj .swiper-slide {
    color: #333;
    text-align: left;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#xw_tj .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#xw_tj .swiper-slide { background-size: cover; background-position: center;}
#xw_tj .mySwiper2 { height: 100%; width: 100%; position: relative;}
#xw_tj .mySwiper2 .swiper-slide{ overflow: hidden; padding: 10% 7% 0;}
#xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 28px; color: #333333; height: auto; line-height: 50px; margin-bottom:20px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .content{ font-size: 16px; margin: 3% 0 5%; color: #545454; line-height: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .time{ color: #999; margin-right: 10px; font-family: 'engfont' !important;}
#xw_tj .mySwiper2 .swiper-slide .time i{ margin-right: 10px; font-size: 20px;}
#xw_tj .mySwiper2 .swiper-slide .more{ float: right; position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#xw_tj .mySwiper2 .swiper-slide .more p{ position: relative; z-index: 1;}
#xw_tj .mySwiper2 .swiper-slide .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#xw_tj .mySwiper2 .swiper-slide .more:hover:before{ transform: scale(1);}
#xw_tj .mySwiper2 .swiper-slide .more:hover p{ color: #fff;}
#xw_tj .mySwiper { height: 100%; box-sizing: border-box;}
#xw_tj .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.5; overflow: hidden;}
#xw_tj .mySwiper .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide:hover .pic img{ transform: scale(1.05);}
#xw_tj .mySwiper .swiper-slide-thumb-active { opacity: 1;}
#xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 60px; height: 60px; background: var(--theme-bg); border-radius: 5px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next:after,#xw_tj .mySwiper2 .swiper-button-prev:after{ display: none;}
#xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ color: #fff; font-size: 24px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next{ top: auto; bottom: 20px; left: 130px;}
#xw_tj .mySwiper2 .swiper-button-prev{ top: auto; bottom: 20px; left: 50px;}
#xw_tj .mySwiper2 .swiper-button-next:hover,#xw_tj .mySwiper2 .swiper-button-prev:hover{ background: #333;}
#xw_tj .mySwiper2 .swiper-button-next:hover i,#xw_tj .mySwiper2 .swiper-button-prev:hover i{ color: #fff;}
@media screen and (max-width:1700px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-right: 5%;}
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 26px; line-height: 40px;}
}
@media screen and (max-width:1440px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 22px; line-height: 30px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ line-height: 25px;}
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 40px; height: 40px;}
    #xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-button-next{ left: 80px;}
    #xw_tj .mySwiper2 .swiper-button-prev{ left: 25px;}
    #xw_tj .mySwiper2 .swiper-slide .more{ width: 35%; height: 40px; line-height: 40px;}
}
@media screen and (max-width:991px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-bottom: 10%;}
    .xwtit h3{ font-size: 22px;}
    .xwtit span{ font-size: 14px;}
}
@media screen and (max-width:768px){
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ bottom: 10px;}
}


#xwclass li { margin-top: 7%; text-align: left; transition:0.3s; position: relative; border: 1px solid #f5f5f5; background: #f5f5f5; overflow: hidden;}
#xwclass li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: all 0.3s;}
#xwclass li .p-3{ width: 100%;}
#xwclass li .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#xwclass li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: all 0.5s;}
#xwclass li .news_title{ width: 100%; color: #333333; margin-bottom: 5px; font-size: 18px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwclass li .news_txt{font-size: 14px; line-height: 180%; height: 50px; color: #666; overflow: hidden;}
#xwclass li .news_time,#xwclass li .click{ color: #bfbfbf; font-size: 14px; font-family: 'engfont' !important;}
#xwclass li .news_time i,#xwclass li .click i{ color: #bfbfbf; font-size: 20px; margin-right: 10px;}
#xwclass li:hover .news_title{ color: var(--theme-bg);}
#xwclass li:hover:before{ width: 100%;}
#xwclass li:hover .pic img{transform: scale(1.2);}
#xwclass li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1); background: #fff;}



/*联系我们*/
.mes-form .name{ background: url("../images/ly1.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }
.mes-form .tel{ background: url("../images/ly2.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }
.mes-form .content{ background: url("../images/ly3.png") no-repeat 10px 10px #f6f6f6 !important; line-height: 40px; padding-left: 52px !important; }
.mes-form .captcha{ background: url("../images/ly4.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }


#lxwm_in{ background: url("../images/lxbj.png") no-repeat left center; width: 100%; padding: 4% 0 4% 10% !important;}
#lxwm_in .tit{ line-height: 50px;}
#lxwm_in .tit p{ color: var(--theme-bg); font-size: 24px;}
#lxwm_in .tit span{ color: #282828; font-size: 42px;}
#lxwm{ padding: 5% 0 7% !important;}
#lxwm li{ font-size: 16px; height: 45px; line-height: 45px; color: #999999;}
#lxwm li i{ display: inline-block; font-size: 20px; margin-right: 10px;color: var(--theme-bg); }
#lxwm_in .ewm{ text-align: center; width: 20%; margin-right: 3%; color: #999999; font-size: 16px;}
#lxwm_in .ewm p img{ width: 100%;}
#lxwm .tel p{ color: #999999; font-size: 18px;}
#lxwm .tel p i{ color: var(--theme-bg); margin-right: 10px; font-size: 20px;}
#lxwm .tel span{ display: block; padding: 10px 0 20px; color: #282828; font-size: 36px;}
@media screen and (max-width:1600px) {
    #lxwm_in .tit{ line-height: 40px;}
    #lxwm_in .tit p{ font-size: 20px;}
    #lxwm_in .tit span{ font-size: 32px;}
    #lxwm .tel span{ font-size: 32px;}
}
@media screen and (max-width:1200px) {
    #lxwm_in .tit{ line-height: 40px;}
    #lxwm_in .tit p{ font-size: 16px;}
    #lxwm_in .tit span{ font-size: 28px;}
    #lxwm .tel span{ font-size: 26px;}
    #lxwm li{ font-size: 14px;}
}
@media screen and (max-width:991px) {
    #lxwm{ padding: 3% 0 !important;}
    #lxwm li{ height: 35px; line-height: 35px;}
    #lxwm_in .ewm{ width: 15%;}
}
@media screen and (max-width:768px) {
    #lxwm{ padding: 7% 0 !important;}
    #lxwm_in .ewm{ width: 35%;}
}




/*翻页*/
.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;
}
