.main{ line-height: 30px; padding: 5% 0;}
.maintop{ padding-top: 3%;}
body {
    --theme-bg: #c3000e;
}

@media screen and (max-width:768px){
    .row{ margin: 0;}
    .main{ padding: 4% 15px; }
    .maintop{ padding-top: 15%;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center top; width: 100%; height: 100%; background-size: 100% auto;}

.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;}
}


/*头部*/
#top_index{ height: auto; margin: 0 auto; position: fixed; z-index: 55; transition: 0.3s; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.15);}
#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: #fff; font-size: 30px; -webkit-transition: all .35s; -webkit-animation: rotateIns 2s ease infinite;}
#top_index .top_tel_con p{ font-size: 22px; 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; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; transition:0.5s;}
#nav li .big{ display: 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, #ff4e00, #fa7a0f); 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; 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);}

@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: 70%;}
}
@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;}




.lh-nav-btn{margin-left:18px; display:flex; align-items:center; position:relative; z-index:100;}
.lh-nav-btn span{display:block; width:52px; height:52px; border-radius:50%; background:var(--theme-bg); margin-right:14px; position:relative;}
.lh-nav-btn span:before,.lh-nav-btn span:after{content:''; display:block; width:22px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-7px 0 0 -11px;transition: all .8s cubic-bezier(.77,0,.175,1);}
.lh-nav-btn i:after{content:'';display:block; width:18px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -11px; transform-origin:left center;transition: all .8s cubic-bezier(.77,0,.175,1);}
.lh-nav-btn em{transition:cubic-bezier(0.215,.61,.355,1) .45s; color: #fff;}
.Nav .lh-nav-btn i:after{transform:scaleX(0);}
.Nav .lh-nav-btn span:before{transform:translate(0,6px) rotate(45deg);}
.Nav .lh-nav-btn span:after{transform:translate(0,-6px) rotate(-45deg);}
.lh-nav-btn span:after{margin:5px 0 0 -11px;}

.lh-nav-btn b{width:52px; height:52px; position:absolute; left:0; top:0;}
.lh-nav-btn b:before{content:''; display:block; width:200vh; height:200vh; margin:-100vh 0 0 -100vh; border-radius:50%; background:#fff; z-index:-1; position:absolute; left:50%; top:50%;transition: all .8s cubic-bezier(.77,0,.175,1); transform:scale(0);}
.Nav .lh-nav-btn b:before{transform:scale(1);}

.layer-shadow{position:fixed; left:0; top:0; width:100vw; height:100vh; z-index:98; background:rgba(0,0,0,.7); opacity:0; visibility:hidden; transition: cubic-bezier(0.215,.61,.355,1) .45s;}
.nav-layer{position:fixed; right:0; top:150px; bottom:0; z-index:101; padding:0 3.4375000000000004vw 0 0;pointer-events: none; opacity:0;transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.Nav .nav-layer{opacity:1; transition-delay:.8s;pointer-events:initial;}

.Nav .lh-nav-btn{color:#000;}
.Nav .layer-shadow{opacity:1; visibility:visible;}

.nav-item-box{text-align:right; height:calc(100vh - 250px); display:flex;flex-direction:column;}
.nav-item-box>*{flex:1; transform:translateY(60px); opacity:0;}
.Nav .nav-item-box>*{animation:navItem cubic-bezier(0.215,.61,.355,1) 1s forwards; animation-delay:.45s;}
@keyframes navItem{
    to{transform:translateY(0); opacity:1;}
}
.Nav .nav-item-box>*:nth-child(1){animation-delay:.55s;}
.Nav .nav-item-box>*:nth-child(2){animation-delay:.65s;}
.Nav .nav-item-box>*:nth-child(3){animation-delay:.75s;}
.Nav .nav-item-box>*:nth-child(4){animation-delay:.85s;}
.Nav .nav-item-box>*:nth-child(5){animation-delay:.95s;}
.Nav .nav-item-box>*:nth-child(6){animation-delay:1.05s;}
.Nav .nav-item-box>*:nth-child(7){animation-delay:1.15s;}
.Nav .nav-item-box>*:nth-child(8){animation-delay:1.25s;}
.nav-item dt{margin-top:2vh;}
.nav-item dt:first-child{margin-top:0;}
.nav-item dt a{position:relative; white-space:nowrap; line-height:36px;}
.nav-item dt a:hover{color:var(--theme-bg);}
.nav-item dt a:before{content: ''; display: block; width: 110%; height: 3px; background: #344154; position: absolute; left: -5%; top: 50%; margin-top: -1px; transform-origin: left center; transition: transform .8s; transform: scaleX(0); z-index: 2;}
.nav-item dt a:hover:before{transform:scaleX(1); transition-duration: .3s;}
.nav-item dt a em{opacity:1; font-size: 30px; font-weight: bold; transition: 0.3s;}
.nav-item dt span{position:absolute; left:0; top:0; width:100%; height:50%; overflow:hidden;transition: transform .8s;}
.nav-item dt a span,.nav-item dt a:before{display:none;}
.nav-item dt span:last-child{top:50%;}
.nav-item dt span:last-child:before{transform:translateY(-50%);display: block;}
.nav-item dt a:hover span:nth-child(2){transform: translateX(-5px) skew(-20deg);transition-duration: .3s;}
.nav-item dt a:hover span:nth-child(3){transform: translateX(5px) skew(-20deg);transition-duration: .3s;}
.nav-item dt span:before{content:attr(data-text);}
.nav-item dd{overflow:hidden;}
.nav-item dd>a{margin-left:2.083333333333333vw; position:relative; color:#666;margin-top:10px; z-index:1; display:inline-block; font-size: 16px;}
.nav-item dd>a:before{content:''; display:block; width:30px; height:30px; border-radius:50%; background:var(--theme-bg);background: -webkit-radial-gradient(var(--theme-bg),rgba(250,119,14,0),rgba(250,119,14,0)); position:absolute; right:0; bottom:0; z-index:-1; opacity:0;    transition: cubic-bezier(0.215,.61,.355,1) .45s; transform:translateX(-40px);}
.nav-item dd>a:hover:before{opacity:1; transform:translateX(0);}
.nav-item dd>a:first-child{margin-left:0;}

@media screen and (max-width:1440px){
    .nav-item dt a em{ font-size: 20px;}
    .lh-nav-btn{margin-left:10px;}
    .lh-nav-btn span{width:32px; height:32px; margin-right:0;}
    .lh-nav-btn em{display:none;}
    .lh-nav-btn span:before, .lh-nav-btn span:after{width:18px; height:1px; margin:-4px 0 0 -9px;}
    .lh-nav-btn span:after{margin:5px 0 0 -9px;}
    .lh-nav-btn i:after{width:14px; height:1.2px; margin:0 0 0 -9px;}
    .Nav .lh-nav-btn span:before{transform: translate(0,5px) rotate(45deg);}
    .Nav .lh-nav-btn span:after{transform: translate(0,-5px) rotate(-45deg);}
    .lh-nav-btn i:before{width:250vh; height:250vh;}
    .nav-item-box{height:calc(100vh - 80px);}
    .nav-layer{top:80px;}
    .nav-item dt a{line-height:22px;}
}



#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}
}




#mobile_banner{ position: relative;}
#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}







/*底部*/
#end_bj{ background: #252525; width: 100%; text-align: left; color: rgba(255,255,255,0.6);}
#end_bj a{ color: rgba(255,255,255,0.6); transition: 0.3s; position: relative;}
#end_bj a:hover{ color: #fff;}

#end_bj .main{ padding: 3% 0; }
#end_bj .end_nav{ padding-right: 5%;}
#end_bj ul .tit{ color: #fff; margin-bottom: 20px; font-size: 18px; font-weight: bold !important; position: relative; height: 50px;}
#end_bj ul .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; background: var(--theme-bg); width: 20px; height: 3px;}
#end_bj ul li{ line-height: 40px; color: #666666; font-size: 16px; }
#end_bj ul li a{ color: #666;}

#end_bj .main .ewm{ width: 35%; text-align: center; color: #666666;}
#end_bj .main .ewm p{ background: url("../images/wx_line.png") no-repeat center; background-size: 100% 100%; padding: 15px; }
#end_bj .main .ewm p img{ width: 100%;}
#end_bj .main .end_tel{ margin: 8% 0; color: #fff;}

#end_line{ height: auto; padding: 20px 0; line-height: 30px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: rgba(255,255,255,0.3); font-size: 14px;}
#end_line a{ color: rgba(255,255,255,0.3);}


#end_gg{ background: url("../images/end_ggbj.jpg") no-repeat center; background-size: 100% 100%; padding: 0;}
#end_gg .font{ color: #fff; padding-left: 5%; line-height: 50px;}
#end_gg .font p{ font-size: 44px;}
#end_gg .font span{ font-size: 22px; font-weight: 100;}
#end_gg .zixun{ float: right; width: 190px; height: 60px; line-height: 60px; text-align: center; font-size: 18px; background: #fff; color: var(--theme-bg); transition: 0.3s;}
#end_gg .zixun:hover{ background: var(--theme-bg); 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){
    #end_bj .main .ewm{ width: 45%;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #end_bj ul li{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
    #end_bj .main .ewm{ float: none; margin: 0 auto;}
    #end_bj .end_logo p{ font-size: 16px;}
}


/*首页*/
#cpbj{ background: url("../images/cpbj.jpg") no-repeat center top; background-size: 100% 100%;}
.tit_in{ text-align: center;}
.tit_in p{ color: rgba(103,103,103,0.5); font-size: 48px; text-transform: uppercase; padding-bottom: 20px !important;}
.tit_in h2{ color: #000000; font-size: 44px; position: relative; display: inline-block;}
.tit_in h2:before{ content: ''; position: absolute; left: -50px; top: 15px; background: url("../images/tit_left.png") no-repeat; width: 34px; height: 25px;}
.tit_in h2:after{ content: ''; position: absolute; right: -50px; top: 15px; background: url("../images/tit_right.png") no-repeat; width: 34px; height: 25px;}
@media screen and (max-width:1440px){
    .tit_in p{ font-size: 38px;}
    .tit_in h2{ font-size: 32px;}
    .tit_in h2:before,.tit_in h2:after{ top: 5px;}
}
@media screen and (max-width:991px){
    .tit_in p{ font-size: 30px; padding-bottom: 0 !important;}
    .tit_in h2{ font-size: 24px;}
    .tit_in h2:before,.tit_in h2:after{ display: none !important;}
}

#cpclass{ margin-top: 3%; overflow: hidden;}
#cpclass .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpclass .swiper-slide { background-size: cover; background-position: center; position: relative;}

#cpclass .gallery-top { background: #ffffff; height: auto; width: 100%; margin: 2% 0 2%; position: relative;}
#cpclass .gallery-top .row{ margin: 0;}
#cpclass .gallery-top .swiper-slide .pic{ height: 0; padding-bottom: 30%; position: relative; overflow: hidden; background: url("../images/cppic_bj.jpg") no-repeat center; background-size: 100% 100%;}
#cpclass .gallery-top .swiper-slide .pic img{ width: 100%;}
#cpclass .gallery-top .swiper-slide .font{ padding: 0 2.5%; position: relative;}
#cpclass .gallery-top .swiper-slide .font .tit{ position: relative; border-bottom: 1px solid #dadada; height: 60px;}
#cpclass .gallery-top .swiper-slide .font .tit p{ color: #323232; font-size: 28px; font-weight: bold;}
#cpclass .gallery-top .swiper-slide .font .tit span{ color: var(--theme-bg); font-size: 16px;}
#cpclass .gallery-top .swiper-slide .font .con{ margin: 3% 0; color: #333333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
#cpclass .gallery-top .swiper-slide .font .con span{ font-size: 16px; font-weight: bold; color: var(--theme-bg);}
#cpclass .gallery-top .swiper-slide .font dl{ margin: 2% 0 !important;}
#cpclass .gallery-top .swiper-slide .font dl dd{ width: 25%; height: 70px;}
#cpclass .gallery-top .swiper-slide .font dl dd i{ width: 55px; height: 55px; line-height: 55px; text-align: center; font-size: 24px; background: #cecece; border-radius: 30px; transition: 0.3s;}
#cpclass .gallery-top .swiper-slide .font dl dd div{ padding-left: 10px;}
#cpclass .gallery-top .swiper-slide .font dl dd div h4{ color: #333333; font-size: 16px;}
#cpclass .gallery-top .swiper-slide .font dl dd div span{ padding-top: 5px; display: block; color: #707070; font-size: 12px; text-transform: capitalize; line-height: 15px;}
#cpclass .gallery-top .swiper-slide .font dl dd:hover i{ background: var(--theme-bg); height: 70px; line-height: 70px; color: #fff;}
#cpclass .gallery-top .swiper-slide .font .tel i{ color: #000; font-size: 45px;}
#cpclass .gallery-top .swiper-slide .font .tel .float-left{ line-height: 30px; padding-left: 5px;}
#cpclass .gallery-top .swiper-slide .font .tel p{ color: #666666; font-size: 16px;}
#cpclass .gallery-top .swiper-slide .font .tel span{ color: var(--theme-bg); font-size: 30px; font-family: Rany; font-weight: bold !important;}
#cpclass .gallery-top .swiper-slide .font #zixun{ display: block; float: right; text-align: center; height: 60px; background: var(--theme-bg); width: 70%; line-height: 60px; color: #fff; transition: 0.3s; font-size: 16px; border: 1px solid var(--theme-bg);}
#cpclass .gallery-top .swiper-slide .font #zixun:hover{ background: #fff; color: var(--theme-bg); letter-spacing: 3px;}

#cpclass .gallery-thumbs { height: auto; text-align: center; box-sizing: border-box; background: #fff;}
#cpclass .gallery-thumbs .cptit{ float: left; background: var(--theme-bg); height: 80px; padding: 0 3%; text-align: center; line-height: 80px; color: #fff; font-size: 18px;}
#cpclass .gallery-thumbs .cptit i{ display: inline-block; margin-right: 10px; font-size: 22px;}
#cpclass .gallery-thumbs .swiper-slide { cursor: pointer; transition:0.3s;}
#cpclass .gallery-thumbs .swiper-slide .tit{ color: #333333; font-size: 18px; transition: 0.3s; position: relative; height: 80px; line-height: 80px;}
#cpclass .gallery-thumbs .swiper-slide .tit:before{ position: absolute; right: 0; top: 35%; content: ''; width: 1px; height: 30%; background: #ccc;}
#cpclass .gallery-thumbs .swiper-slide:last-of-type .tit:before{ display: none;}
#cpclass .gallery-thumbs .swiper-slide-thumb-active .tit{ color: var(--theme-bg); font-weight: bold;}




#cpgd_in{ position: relative; overflow: hidden;}
#cpgd_in .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
}
#cpgd_in .swiper-slide {
    text-align: center;
    overflow: hidden;
    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;
}
#cpgd_in .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; background: url("../images/cppic_bj.jpg") no-repeat center; background-size: auto 100%;}
#cpgd_in .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#cpgd_in .swiper-slide .tit{ color: #282828; padding: 5% 0; font-size: 18px; width: 100%;}
#cpgd_in .swiper-slide .font{ background: #fff; padding: 0 0 20px; width: 100%;}
#cpgd_in .swiper-slide .more{ background: var(--theme-bg); border: 1px solid var(--theme-bg); height: 40px; line-height: 40px; width: 40%; color: #fff; text-transform: uppercase; overflow: hidden; transition: 0.3s;}
#cpgd_in .swiper-slide .more a{ color: #fff; transition: 0.3s;}
#cpgd_in .swiper-slide:hover .more{ background: #fff;}
#cpgd_in .swiper-slide:hover .more a{ color: var(--theme-bg); letter-spacing: 3px;}

@media screen and (max-width:1440px){
    #cpclass .gallery-thumbs .swiper-slide .tit{ font-size: 16px;}
    #cpclass .gallery-top .swiper-slide .font dl dd i{ display: none;}
    #cpclass .gallery-top .swiper-slide .font .tit span{ font-size: 14px;}
    #cpclass .gallery-top .swiper-slide .font .tit p{ font-size: 24px;}
    #cpclass .gallery-top .swiper-slide .font .tel span{ font-size: 24px;}
    #cpclass .gallery-top .swiper-slide .font #zixun{ height: 45px; line-height: 45px; font-size: 14px;}
    #cpgd_in .swiper-slide .tit{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #cpclass .gallery-top .swiper-slide .font{ padding: 2%;}
    #cpclass .gallery-top .swiper-slide .font .con{ font-size: 14px;}
    #cpclass .gallery-top .swiper-slide .font dl dd{ font-size: 13px;}
    #cpclass .gallery-top .swiper-slide .font .tel span{ font-size: 20px;}
}
@media screen and (max-width:991px){
    #cpclass .gallery-thumbs .cptit{ display: none;}
    #cpclass .gallery-top .swiper-slide .pic{ padding-bottom: 60%;}
}
@media screen and (max-width:768px){
    #cpclass .gallery-top .swiper-slide .font{ padding: 0 30px;}
}



#cpys{ position: relative;}
#cpys_tit{ position: absolute; left: 8%; top: 8%; z-index: 5; color: #fff;}
#cpys_tit p{ color: rgba(255,255,255,0.5); font-size: 48px; text-transform: uppercase; padding-bottom: 20px !important;}
#cpys_tit h2{ font-size: 44px; display: inline-block; position: relative;}
#cpys_tit h2:before{ content: ''; position: absolute; right: -50px; top: 15px; background: url("../images/tit_right.png") no-repeat; width: 34px; height: 25px;}
#cpys .swiper { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpys .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
#cpys .mySwiper2 { height: auto; width: 100%;}
#cpys .mySwiper2 .swiper-slide{ position: relative;}
#cpys .mySwiper2 .swiper-slide .font{ position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 1; color: #fff; padding-top: 14%;}
#cpys .mySwiper2 .swiper-slide .font .container{ padding-right: 40%;}
#cpys .mySwiper2 .swiper-slide .font .tit{ font-size: 36px; font-weight: bold; position: relative;}
#cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 18px; padding-top: 30px; line-height: 40px;}
#cpys .mySwiper2 .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 42%; 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 .cpys_hover{ position: absolute; bottom: 5%; width: 100%;}
#cpys .mySwiper { box-sizing: border-box; overflow: inherit; }
#cpys .mySwiper .swiper-slide {color: #fff; text-align: left; padding: 2%; position: relative;}
#cpys .mySwiper .swiper-slide:before{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: none; border: 1px solid rgba(255,255,255,0.5); transition: 0.3s; }
#cpys .mySwiper .swiper-slide .pic{ position: relative;}
#cpys .mySwiper .swiper-slide .pic i{ font-size: 40px; margin: 40px 0 60px;}
#cpys .mySwiper .swiper-slide .pic em{ display: block; text-align: center; border-radius: 100%; width: 40px; height: 40px; line-height: 40px; border: 1px solid #fff; background: #fff; color: var(--theme-bg); transition: 0.3s;}
#cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 26px; font-weight: bold;}
#cpys .mySwiper .swiper-slide .pic .tit span{ display: block; text-transform: uppercase; font-size: 13px; color: rgba(255,255,255,0.5);}
#cpys .mySwiper .swiper-slide-thumb-active:before{ background: var(--theme-bg); border: 1px solid var(--theme-bg);}
#cpys .mySwiper .swiper-slide-thumb-active em{ background: none !important; color: #fff !important;}
@media screen and (max-width:1700px){
    #cpys .cpys_hover{ bottom: 8%;}
    #cpys .mySwiper .swiper-slide .pic i{ margin: 20px 0 30px;}
}
@media screen and (max-width:1600px){
    #cpys .mySwiper2 .swiper-slide .font .tit:before{ display: none;}

}
@media screen and (max-width:1440px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 50%;}
    #cpys_tit p{ font-size: 36px;}
    #cpys_tit h2{ font-size: 32px;}
    #cpys_tit h2:before{ top: 10px;}
    #cpys .mySwiper2 .swiper-slide .font .container{ padding-right: 25%;}
    #cpys .mySwiper2 .swiper-slide .font .tit{ font-size: 30px;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 16px;}
    #cpys .mySwiper .swiper-slide .pic i{ display: none;}
    #cpys .mySwiper .swiper-slide .pic em{ margin-top: 30px;}
}
@media screen and (max-width:1200px){
    #cpys .mySwiper2 .swiper-slide .font .container{ padding-right: 0;}
    #cpys .mySwiper2 .swiper-slide .font .tit{ font-size: 26px;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ padding-top: 2%;}
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 58%;}
    #cpys .mySwiper2 .swiper-slide .font{ padding-top: 20%;}
    #cpys .mySwiper .swiper-slide .pic .tit span{ font-size: 12px;}
    #cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 22px;}
}
@media screen and (max-width:991px){
    #cpys .mySwiper{ overflow: hidden;}
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 53%;}
    #cpys .cpys_hover{ position: relative; margin-top: 1%;}
    #cpys .mySwiper .swiper-slide:before{background: var(--theme-bg);}
    #cpys_tit p{ font-size: 26px; padding-bottom: 0 !important;}
    #cpys_tit h2{ font-size: 20px;}
    #cpys_tit h2:before{ display: none;}
    #cpys .mySwiper2 .swiper-slide .font .tit{ font-size: 20px; height: 50px;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 14px; line-height: 25px;}
}
@media screen and (max-width:575px){
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 70%;}
    #cpys .mySwiper2 .swiper-slide .font{ padding-top: 30%;}
    #cpys .mySwiper2 .swiper-slide .font .tit{ height: auto;}
}




#paodao_top{ margin: 5% auto !important;}
#paodao_top li{ cursor: pointer;}
#paodao_top li .pic{ margin-right: 10px; background: var(--theme-bg); border: 1px solid var(--theme-bg); border-radius: 100%; width: 70px; height: 70px; text-align: center; line-height: 70px; transition:0.3s;}
#paodao_top li .pic i{ color: #fff; font-size: 33px; transition:0.3s;}
#paodao_top li .font{ text-align: left; padding: 0; line-height: 35px;}
#paodao_top li .font p{ color: #333333; font-size: 26px; transition:0.3s;}
#paodao_top li .font span{ color: #666666; font-size: 16px; transition:0.3s;}
#paodao_top li:hover .pic{ background: var(--theme-bg); border: 1px solid var(--theme-bg);}
#paodao_top li:hover .pic i{ color: #fff;}
#paodao_top li:hover .font p{ color: var(--theme-bg); font-weight: bold;}
#paodao_top li:hover .font span{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #paodao_top li .pic{ width: 60px; height: 60px; line-height: 60px;}
    #paodao_top li .pic i{ font-size: 30px;}
    #paodao_top li .font p{ font-size: 22px;}
    #paodao_top li .font span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #paodao_top li{ padding: 0 0.5% 2%;}
    #paodao_top li .font p{ font-size: 20px;}
    #paodao_top li .font span{ font-size: 13px;}
}
@media screen and (max-width:991px){
    #paodao_top li{ float: left; width: 50%;}
    #paodao_top li .pic{ width: 50px; height: 50px; line-height: 50px;}
    #paodao_top li .pic i{ font-size: 26px;}
    #paodao_top li .font{ line-height: 25px;}
}
@media screen and (max-width:765px){
    #paodao_top li{ padding: 2% 0;}
    #paodao_top li .font p{ font-size: 16px;}
    #paodao_top li .font span{ font-size: 12px;}
    #paodao_top li .pic{ width: 40px; height: 40px; line-height: 40px;}
    #paodao_top li .pic i{ font-size: 22px;}
}



#scsl{ margin-top: 3%;}
#scsl .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#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: 65%; 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: rgba(255,255,255,0.9); transition:0.4s; padding: 4% 5% 3%; opacity: 0;}
#scsl .swiper-slide .pic .font p{ color: #000000; font-size: 20px; height: 50px; line-height: 60px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
#scsl .swiper-slide .pic .font p:before{ position: absolute; left: 0; top: 0; width: 50%; height: 3px; background: #c80f23; content: '';}
#scsl .swiper-slide .pic .font i{ width: 45px; height: 45px; line-height: 45px; text-align: center; background: #c80f23; border-radius: 100%; color: #fff; font-size: 20px;}
#scsl .swiper-slide-active .pic .font{ opacity: 1; left: 10%;}
@media screen and (max-width:1440px){
    #scsl{ padding: 0 20%;}
}
@media screen and (max-width:1200px){
    #scsl .swiper-slide:before{ display: none;}
}
@media screen and (max-width:991px){
    #scsl{ padding: 0 13%;}
    #scsl .swiper-slide .pic .font p{ font-size: 16px;}
    #scsl .swiper-slide .pic .font i{ width: 30px; line-height: 30px; height: 30px; font-size: 14px;}
}
@media screen and (max-width:768px){
    #scsl{ padding: 0;}
}



#gsjjbj{ background: url("../images/gsjjpic.jpg") no-repeat left top #f7f7f7;}
#gsjjbj .main{ padding-bottom: 0;}
#gsjj{ background: url("../images/gsjjbj.png") no-repeat left top; background-size: 100% 100%; padding: 7%; position: relative;}
#gsjj:before{ position: absolute; right: -160px; top: 0; content: ''; background: url("../images/gsjj_font.png") no-repeat center #fff; width: 160px; height: 100%;}
#gsjj .tit_in{ float: left; text-align: left;}
#gsjj .tit_in h2:before{ display: none;}
#gsjj .con{ color: #535353; font-size: 16px; line-height: 40px; margin: 20px 0 30px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;}
#gsjj .more{ border: 1px solid #e1e1e1; width: 150px; text-align: center; height: 48px; color: #666666; transition: 0.3s; line-height: 48px;}
#gsjj .more:hover{ background: var(--theme-bg); border: 1px solid var(--theme-bg); color: #fff;}




#gsjjlb{ background: url("../images/jjlb_bj.jpg") no-repeat center; background-size: 100% 100%; color: #fff; padding: 2% 0;}
#gsjjlb li{ position: relative; width: 25%; text-align: center;}
#gsjjlb li:before{ position: absolute; right: 0; top: 30%; content: ''; width: 1px; height: 50%; background: rgba(255,255,255,0.5); transform: skewX(-20deg) !important;}
#gsjjlb li h2{ font-weight: bold !important; font-size: 72px; }
#gsjjlb li h2 sub{ font-weight: normal; font-size: 20px;}
#gsjjlb li p{ font-size: 18px;}
#gsjjlb li:hover:before{ display: none;}


#xwbj{ background: url("../images/xwbj.jpg") no-repeat center; background-size: 100% 100%;}

#xwqh{ margin-top: 3%;}
#xwqh .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#xwqh .swiper-slide { background-size: cover; background-position: center; position: relative;}
#xwqh .gallery-top { height: auto; overflow: hidden; padding: 2% 0 0;}

#xwqh .gallery-thumbs { height: auto; text-align: center; margin-bottom: 1%; padding: 0 35%; box-sizing: border-box; position: relative;}
#xwqh .gallery-thumbs .swiper-slide { height: 45px; line-height: 45px; font-size: 18px; color: #999999; font-weight: bold; cursor: pointer; position: relative;}
#xwqh .gallery-thumbs .swiper-slide p{ position: relative; height: 40px; display: inline-block;}
#xwqh .gallery-thumbs .swiper-slide p:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#xwqh .gallery-thumbs .swiper-slide-thumb-active{ color: var(--theme-bg);}
#xwqh .gallery-thumbs .swiper-slide-thumb-active p:before{ width: 100%;}
@media screen and (max-width:991px){
    #xwqh .gallery-thumbs{ padding: 0;}
    #gsjjlb li h2{ font-size: 42px;}
    #gsjjlb li p{ font-size: 14px;}
    #gsjjlb li h2 sub{ font-size: 14px;}
    #gsjj .con{ font-size: 14px;}
}
@media screen and (max-width:768px){
    #gsjjlb li h2{ font-size: 30px;}
    #gsjjlb li p{ font-size: 12px;}
    #gsjjlb li h2 sub{ font-size: 12px;}
}

#indexNews li{ width: 100%; height: auto; margin:0 auto; transition: 0.3s; text-align: left; }
#indexNews li .pic{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
#indexNews li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#indexNews li .news_time{ color: rgba(44,44,44,0.5); font-size: 16px; margin-top: 30px; transition: 0.3s; }
#indexNews li .news_title{ color: #2c2c2c; font-size: 20px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; transition: 0.3s;}
#indexNews li:hover .news_time,#indexNews li:hover .news_title{ color: var(--theme-bg);}
#indexNews li:hover .news_title{ font-weight: bold;}
#indexNews li:hover .pic img{transform: scale(1.05);}
@media screen and (max-width:768px){
}



/*公司简介*/
#gsjjzy{ background: url("../images/cpbj.jpg") no-repeat center top; background-size: 100% 100%;}
.tit_zy{ min-height: 150px;}
.tit_zy p{ position: relative; color: var(--theme-bg); font-size: 24px; margin-bottom: 10px !important;}
.tit_zy h2{ position: relative; font-weight: bold !important; color: #000000; font-size: 40px;}
.tit_zy:before{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: attr(data-title); color: #fff; font-size: 150px; line-height: 150px; font-weight: bold !important; font-family: Rany !important; text-transform: uppercase; text-shadow: 0 2px 3px rgba(0,0,0,0.08);}
#gsjjzy .con{ font-size: 18px; padding: 3% 0; color: #454545; line-height: 40px;}
#gsjjzy ul li{ width: 20%;}
#gsjjzy ul h2{ color: var(--theme-bg); font-size: 80px; font-family: Rany !important; font-weight: bold !important;}
#gsjjzy ul h2 sub{ color: #333; font-size: 20px; font-weight: normal !important;}
#gsjjzy ul p{ color: #282828; font-size: 20px; border-top: 1px solid #d8d8d8; padding-top: 10px;}
@media screen and (max-width:1700px){
    .tit_zy:before{ font-size: 120px;}
}
@media screen and (max-width:1440px){
    .tit_zy:before{ font-size: 90px;}
    .tit_zy h2{ font-size: 34px;}
    #gsjjzy ul h2{ font-size: 60px;}
    #gsjjzy ul p,#gsjjzy ul h2 sub{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .tit_zy:before{ font-size: 70px;}
    .tit_zy h2{ font-size: 30px;}
    #gsjjzy ul h2{ font-size: 40px;}
    #gsjjzy ul p,#gsjjzy ul h2 sub{ font-size: 14px;}
    #gsjjzy .con{ font-size: 14px; line-height: 28px;}
}
@media screen and (max-width:768px){
    .tit_zy:before{ font-size: 30px;}
    .tit_zy h2{ font-size: 20px;}
    #gsjjzy ul h2{ font-size: 22px;}
    #gsjjzy ul p,#gsjjzy ul h2 sub{ font-size: 12px;}
}

#spbj{ background: url("../images/spbj.jpg") no-repeat center; text-align: center; color: #fff;}
#spbj .tit h2{ font-size: 48px; font-weight: bold !important;}
#spbj .tit p{ font-size: 15px; text-transform: uppercase;}
#spbj .con{ padding: 4% 0;}
#spbj .con p{ font-size: 54px;}
#spbj .con h2{ font-size: 72px; font-weight: bold !important; padding-top: 50px !important;}
#spbj .anniu p{ display: inline-block; border-radius: 100%; border: 1px dashed #fff; width: 85px; height: 85px; line-height: 85px; text-align: center;}
#spbj .anniu i{ font-size: 70px;}
#spbj .anniu span{ display: block; font-size: 16px; padding-top: 15px;}

#rybj{ background: url("../images/rybj.jpg") no-repeat center top; background-size: 100% 100%;}

#ryzz{ padding: 0; margin-top: 3%;}
#ryzz .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#ryzz .swiper-slide {
    text-align: center;
    border: 1px solid #ececec;
    padding: 2%;
    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;
}
#ryzz .swiper-slide:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0; opacity: 0; transition: all 0.5s; background: var(--theme-bg); content: '';}
#ryzz .swiper-slide .pic{width: 100%; position: relative; z-index: 1;}
#ryzz .swiper-slide .pic p{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition:0.3s; }
#ryzz .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; }
#ryzz .swiper-slide .pic span img{ max-width: 100%; height: 100%; transition: 0.3s;}
#ryzz .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;}
#ryzz .swiper-slide:hover:before{ height: 30%; opacity: 1;}
#ryzz .swiper-slide:hover .pic span img{transform: scale(1.05);}
#ryzz .swiper-slide:hover p{ color: #fff;}
@media screen and (max-width:1440px){
    #spbj .con h2{ font-size: 55px;}
    #spbj .con p{ font-size: 40px;}
}
@media screen and (max-width:991px){
    #spbj .con h2{ font-size: 40px;}
    #spbj .con p{ font-size: 32px;}
    #spbj .tit h2{ font-size: 36px;}
    #spbj .tit p{ font-size: 12px;}
    #spbj .con h2{ padding-top: 20px !important;}
}
@media screen and (max-width:765px){
    #ryzz{ background-size: 100%;}
    #ryzz .swiper-slide p{ font-size: 14px;}
    #spbj .con h2{ font-size: 26px;}
    #spbj .con p{ font-size: 20px;}
}


#whbj{ background: url("../images/whbj.jpg") no-repeat center; }
#whbj .tit_zy:before{ font-size: 145px; color: rgba(255,255,255,0.1); text-shadow: none;}
#whbj .tit_zy h2{ color: #fff;}



#wenhua{ padding: 0; margin-top: 5% !important;}
#wenhua .swiper-container {
    width: 100%;
    height: 100%;
}
#wenhua .swiper-slide {
    text-align: center;
    color: #fff;
    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;
}
#wenhua .swiper-slide .tit { padding: 30px 0;}
#wenhua .swiper-slide .tit h4{ font-size: 24px; font-weight: bold !important;}
#wenhua .swiper-slide .tit p{ color: var(--theme-bg); font-size: 16px; font-family: Rany !important; font-weight: 100; text-transform: uppercase;}
#wenhua .swiper-slide .con{ font-size: 18px; padding: 0 28%; line-height: 35px;}
@media screen and (max-width:1440px){
    #wenhua .swiper-slide .con{ padding: 0 5%;}
    #whbj .tit_zy:before{ font-size: 90px;}
}
@media screen and (max-width:1200px){
    #whbj .tit_zy:before{ font-size: 80px;}
}
@media screen and (max-width:991px){
    #whbj .tit_zy:before{ font-size: 60px;}
    #wenhua .swiper-slide .con{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #whbj .tit_zy:before{ font-size: 30px;}
}


.sccj_bt:before{ color: #f2f2f2;}
.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(195,0,14,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%;}
}




/*产品中心*/
#cpclass_lb li{ margin-bottom: 20px;}
#cpclass_lb li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; background: url("../images/cppic_bj.jpg") no-repeat center; background-size: auto 100%;}
#cpclass_lb li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#cpclass_lb li .font{ background: #fff; padding: 0 0 20px; width: 100%; text-align: center;}
#cpclass_lb li .tit{ color: #282828; padding: 20px 0 10px; font-size: 18px; width: 100%;}
#cpclass_lb li .more{ background: var(--theme-bg); border: 1px solid var(--theme-bg); height: 40px; line-height: 40px; width: 40%; color: #fff; text-transform: uppercase; overflow: hidden; transition: 0.3s; border-radius: 20px;}
#cpclass_lb li .more a{ color: #fff; transition: 0.3s;}
#cpclass_lb li:hover .more{ background: #fff; color: var(--theme-bg);}
#cpclass_lb li:hover .more a{ color: var(--theme-bg); letter-spacing: 3px;}
#cpclass_lb li:hover .pic img{transform: scale(1.05);}
#cpclass_lb li:hover .tit{ color: var(--theme-bg); font-weight: bold;}



#cp_left { height: auto; text-align: left; border: 1px solid #efefef; background: #fff; overflow: hidden; padding: 0 !important; margin: 0 !important;}
#cp_left .cpzx_tit{ background: var(--theme-bg); padding: 10% 0 10% 10%; position: relative;}
#cp_left .cpzx_tit:before{ position: absolute; left: 0; bottom: 0; width: 100%; content: 'product'; text-transform: uppercase; color: rgba(255,255,255,0.15); font-family: Rany; font-weight: bold !important; font-size: 70px; text-align: center; letter-spacing: 3px;}
#cp_left .cpzx_tit p{ display: inline-block; color: #fff; font-size: 30px; position: relative;}
#cp_left .cpzx_tit p:before{ position: absolute; left: 110%; top: 50%; content: ''; width: 70px; height: 1px; background: #fff;}
#cp_left #cpzx_tel{ padding: 7% 0;}
#cp_left #cpzx_tel .float-start{ line-height: 25px; padding-left: 10px;}
#cp_left #cpzx_tel p{ color: #686868; font-size: 13px;}
#cp_left #cpzx_tel span{ color: #282828; font-size: 24px;}
#cp_left li { width: 100%; cursor: pointer; border-bottom: 1px dashed #e5e5e5; padding: 5% 0 5% 10%; line-height: 22px; position: relative; height: auto;}
#cp_left li i{ color: #999; font-size: 12px; margin-right: 10px;}
#cp_left li p{ color: #333333; font-size: 18px}
#cp_left li span{ color: #999999; font-size: 12px; text-transform: uppercase;}
#cp_left li:hover p,#cp_left li:hover span,#cp_left li:hover i{ color: #c80f23;}
@media screen and (max-width:1440px){
    #cp_left li p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #cp_left li{ padding-left: 3%; line-height: 20px;}
    #cp_left .cpzx_tit{ padding: 8% 0 8% 5%;}
    #cp_left .cpzx_tit:before{ font-size: 50px;}
    #cp_left .cpzx_tit p{ font-size: 22px;}
    #cp_left #cpzx_tel span{ font-size: 20px;}
    #cp_left #cpzx_tel p{ font-size: 12px;}
    #cp_left li p{ font-size: 14px;}
    #cpclass_lb li .more{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #cp_left .cpzx_tit,#cp_left #cpzx_tel{ display: none !important;}
    #cp_left li,#cp_left{ border-bottom: none;}
}
@media screen and (max-width:768px){
    #cp_left li span{ display: none;}
}




#cpinfo_bj{ background: url("../images/cpinfo_bj.jpg") no-repeat center bottom;}

.home_zy{ height: 60px; color: rgba(255,255,255,0.5); font-size: 16px; margin-top: 3%;}
.home_zy i{ display: inline-block; color: rgba(255,255,255,0.5); font-size: 20px; margin-right: 10px;}
.home_zy a{ color: rgba(255,255,255,0.5); padding: 0 5px;}
.home_zy a:last-of-type{ color: #fff;}
.hui .home_zy,.hui .home_zy i,.hui .home_zy a{ color: #999999;}
.hui home_zy a:last-of-type{ color: #c80f23;}

.pro_con{ position: relative; overflow: hidden; background: #fff;}
.pro_con .row{ margin: 0;}

.pro_left{ height: 0; padding-bottom: 33%; position: relative; overflow: hidden; background: url("../images/cppic_bj.jpg") no-repeat center; background-size: 100% 100%; }
.pro_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}

.pro_right{ padding: 3%;}
.pro_right .tit{ line-height: 40px; padding-bottom: 5%; position: relative; border-bottom: 2px solid #e0e0e0;}
.pro_right .tit:before{ position: absolute; left: 0; bottom: -2px; content: ''; width: 20%; height: 2px; background: #c80f23;}
.pro_right .tit h2{ color: #000; font-size: 30px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.pro_right .tit p{ padding: 0 20px; color: #fff; font-size: 16px; height: 35px; line-height: 35px; background: #c80f23; border-radius: 20px;}
.pro_right .tit p i{ font-size: 22px; margin-right: 10px;}
.pro_right .canshu{ margin: 5% 0; color: #666666; background: #f6f6f6; padding: 3%;}
.pro_right .canshu table{ width: 100%; line-height: 25px;}
.pro_right .canshu table td{ border: none; font-size: 16px; color: #666;}
.pro_right .canshu table tr td:nth-of-type(1){ width: 20%; text-align: right;}
.pro_right .content{ color: #666; font-size: 16px; margin: 5% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.pro_right dl{ margin-bottom: 5% !important;}
.pro_right dl dd{ color: #282828; font-size: 15px; margin-right: 20px;}
.pro_right dl dd i{ color: #c80f23; font-size: 12px; margin-right: 5px;}
.pro_right .order-btn{ height: 55px; line-height: 55px; color: #c80f23; background: #fff; text-align: center; font-size: 16px; transition: 0.3s; border: 1px solid #c80f23; border-radius: 2px;}
.pro_right .order-btn a{ color: #c80f23;}
.pro_right .order-btn i{ font-size: 20px; margin-right: 10px;}
.pro_right .order-btn:hover{ background: #c80f23;}
.pro_right .order-btn:hover a{ color: #fff;}
.pro_right .zixun-btn{ height: 55px; line-height: 55px; color: #fff; background: #c80f23; text-align: center; font-size: 24px; transition: 0.3s;}
.pro_right .zixun-btn i{ margin-right: 10px; font-size: 20px;}
@media screen and (max-width:1440px){
    #cp_right li .font .title h3{ font-size: 22px;}
    #cp_right li .font .title p{ font-size: 15px;}
    #cp_right li .font .con,#cp_right li .font .more p{ font-size: 14px;}
    #cp_left .cpzx_tit p{ font-size: 24px;}
    .pro_right .tit h2{ font-size: 26px;}
    .pro_right .tit p{ font-size: 14px;}
    .pro_right .tit p i{ font-size: 18px;}
    .pro_right .canshu table td{ font-size: 14px;}
    .pro_right dl dd{ font-size: 13px;}
    .pro_right .order-btn{ font-size: 14px;}
    .pro_right .order-btn i{ font-size: 16px;}
    .pro_right .zixun-btn{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    .pro_right .content{ font-size: 12px;}
    .pro_right h2{ font-size: 20px;}
    .pro_right .zixun-btn,.pro_right .order-btn{ font-size: 16px;}
    .home_zy{ margin-top: 5%;}
    .pro_right .tit h2{ font-size: 22px;}
    .pro_right .canshu table td{ font-size: 12px;}
    .pro_right .canshu table{ line-height: 18px;}
    .pro_right dl dd{ margin-right: 10px;}
    .pro_right dl dd{ font-size: 12px;}
    .pro_right .order-btn i{ display: none;}
}
@media screen and (max-width:991px){
    .pro_right dl dd{ margin-right: 30px;}
    .pro_left{ padding-bottom: 60%; margin-top: 3%;}
    .pro_right{ margin-top: 3%;}
    .home_zy{ margin-top: 7%;}
}
@media screen and (max-width:768px){
    #cp_right li .pic,#cp_right li .font{ width: 100%;}
    #cp_right li .pic{ padding-bottom: 70%;}
    .pro_right .canshu table tr td:nth-of-type(1){ width: 25%;}
    .home_zy{ margin-top: 15%; font-size: 12px;}
    .home_zy i{ font-size: 14px;}
    .pro_right dl dd{ margin: 0;}
}


#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{ float: left; color: #666666; font-size: 18px; width: 15%; 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 a{ color: #cf0000;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #cf0000;}
.cpbt li.current a{ color: #cf0000;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #cf0000;}

@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    .cpbt li{ width: 20%;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .cpbt li{ font-size: 13px;}
}


.pro_con{ font-size: 16px; line-height: 35px;}


#anli{position: relative; margin: 5% 0 0;}
#anli .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#anli .swiper-slide {
    transition:0.3s;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#anli .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#anli .swiper-slide .pic .pichover{ position: absolute; content: ""; background: rgba(200,15,35,0.9); left: 0; top: 0; right: 0; bottom: 0; width: 90%; height: 90%; margin:auto; transform: scale(0); transition: all 0.5s; opacity: 0; z-index: 99;}
#anli .swiper-slide .pic:before{ position: absolute; content: ""; left: 0; bottom:0; top:0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 2; transform: scale(1.05); opacity: 0; transition: all 0.5s;}
#anli .swiper-slide .pic .pichover i svg{ width: 40px; height: 40px; fill: #fff}
#anli .swiper-slide .pic .pichover p{ font-size:18px; color: #fff; margin-top: 3% !important;}
#anli .swiper-slide .tit{ width: 100%; height: 60px; line-height: 60px; font-size: 16px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; text-align: center;}
#anli .swiper-slide:hover .pic .pichover{ transform: scale(1); opacity: 1}
#anli .swiper-slide:hover .pic:before{ opacity: 1;}
#anli .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #anli .swiper-slide .tit{ font-size: 16px;}
}



#xgcp{position: relative; margin:5% 0 0;}
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xgcp .swiper-slide {
    transition:0.3s;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xgcp .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; background: url("../images/cppic_bj.jpg") no-repeat center; background-size: 100% 100%;}
#xgcp .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xgcp .swiper-slide .con{ background: #f8f8f8; padding: 3%; width: 100%; transition: 0.3s;}
#xgcp .swiper-slide .tit{ height: 60px; line-height: 60px; font-size: 20px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; border-bottom: 1px solid #ebebeb; margin-bottom: 10px;}
#xgcp .swiper-slide .tit a{ color: #333333;}
#xgcp .swiper-slide .con p{ color: #999999; font-size: 14px;}
#xgcp .swiper-slide .con i{ color: #999999; font-size: 22px;}
#xgcp .swiper-slide:hover img{ transform: scale(1.1);}
#xgcp .swiper-slide:hover .con{ background-color: #c80f23;}
#xgcp .swiper-slide:hover .con .tit a,#xgcp .swiper-slide:hover .con p,#xgcp .swiper-slide:hover .con i{ color: #fff;}
#xgcp .swiper-slide:hover .con .tit{ border-bottom: 1px solid rgba(255,255,255,0.2);}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #xgcp .swiper-slide .tit{ font-size: 16px;}
}





#youshi_info{ margin-top: 3% !important;}
#youshi_info li{ border: 1px solid #f1f1f1; background: #f7f7f7; padding: 3%; color: #282828; width: 31%; float: left; margin: 1%; transition: 0.3s;}
#youshi_info li .tit h5{ font-size: 24px; font-weight: bold !important;}
#youshi_info li .tit span{ text-transform: uppercase;}
#youshi_info li .pic i{ color: #282828; font-size: 40px;}
#youshi_info li .content{ padding-top: 5%; font-size: 16px; color: #515151;}
#youshi_info li:hover{ background: #c80f23; color: #fff; }
#youshi_info li:hover .content{ color: rgba(255,255,255,0.5);}
#youshi_info li:hover .pic i{ color: #fff;}
@media screen and (max-width:1440px){
    #youshi_info li .content{ font-size: 13px;}
    #youshi_info li .tit h5{ font-size: 20px;}
    #youshi_info li .tit span{ font-size: 12px;}
}
@media screen and (max-width:1200px){
    #youshi_info li .content{ min-height: 102px;}
    #youshi_info li .tit h5{ font-size: 18px;}
}
@media screen and (max-width:991px){
    #youshi_info li{ padding: 2%;}
    #youshi_info li .content{ font-size: 12px; line-height: 25px;}
}
@media screen and (max-width:768px){
    #youshi_info li{ width: 48%;}
    #youshi_info li .pic{ text-align: center;}
    #youshi_info li .pic img{ width: 70%;}
    #youshi_info li .tit h5{ font-size: 16px;}
}







/*新闻中心*/
.news_lb{ margin: 0 -15px !important;}
.news_lb li{ margin-bottom: 5%; position: relative; transition: 0.3s;}
.news_lb li:before{ width: 0; height: 3px; background: var(--theme-bg); position: absolute; left: 0; bottom: 0; content: ''; transition: 0.3s;}
.news_lb .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.news_lb .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.news_lb .pic .news_time{ position: absolute; left: 0; bottom: 0; background: var(--theme-bg); height: 45px; line-height: 45px; transition: 0.3s; color: #fff; padding:  0 20px;}
.news_lb li .font{ border-bottom: 1px solid #e9e9e9; padding: 20px;}
.news_lb li .font .news_title{ height: 40px; font-size: 20px; font-weight: bold !important; color: #333333; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.news_lb li .font .news_content{ color: #999999; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.news_lb li:hover{ background: #f6f7f9;}
.news_lb li:hover:before{ width: 100%;}
.news_lb li:hover .news_time{ background: var(--theme-bg);}
@media screen and (max-width:1600px){
    .news_lb li .font .news_title{ font-size: 18px;}
    .news_lb li .font .news_content{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    .news_lb li .font .news_content{ line-height: 25px;}
}
@media screen and (max-width:1200px){
    .news_lb li .font{ padding: 20px 0;}
    .news_lb li .font .news_title{ font-size: 16px;}
    .news_lb li .font .news_content{ font-size: 12px;}
}



.news_first{ background: #f6f7f9;}
.news_first .col-12{ padding: 0 !important;}
.news_first .pic{display: block; width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.news_first .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.news_first .pic .news_time{ position: absolute; left: 0; top: 0; z-index: 1; font-size: 16px; background: var(--theme-bg); height: 50px; line-height: 50px; color: #fff; padding: 0 30px;}
.news_first .font{ padding: 6% 3% !important;}
.news_first .font h2{ color: rgba(0,0,0,0.6); font-size: 14px; }
.news_first .font .news_title{ color: #282828; padding: 5% 0 7%; font-size: 26px; font-weight: bold; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.news_first .font .news_content{ color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_first .font p{ display: block; color: #fff; background: var(--theme-bg); font-size: 14px; margin-top: 10% !important; width: 20%; height: 40px; line-height: 40px; border-radius: 20px; transition: 0.3s; text-align: center;}
.news_first .font:hover p{ background: var(--theme-bg); color: #fff;}
@media screen and (max-width:1700px){
    .news_first .font{ padding: 5% 3% !important;}
}
@media screen and (max-width:1440px){
    .news_first .font{ padding: 4% 3% !important;}
    .news_first .font .news_title{ font-size: 22px;}
    .news_first .font p{ width: 40%;}
}
@media screen and (max-width:1200px){
    .news_first .pic{ padding-bottom: 60%;}
    .news_first .font .news_title{ font-size: 20px;}
    .news_first .font .news_content{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .news_first .font .news_title{ padding: 10px 0 20px;}
    .news_first .font p{ margin-top: 20px !important;}
}


#xw_main .content{ color: #666666; font-size: 16px; border-bottom: 1px solid #f5f5f5; margin-bottom: 6%; padding: 4% 0;}
.xw_bai{ background: #fff; padding: 3%; line-height: 40px;}
.xw_bai h1{ color: #000000; font-size: 22px; line-height: 40px;}
.xw_bai .click{ color: #666666; font-size: 14px;}
.xw_bai .click i{ display: inline-block; margin-right: 10px;}
.xw_bai img{ display: block; max-width: 100%; margin: 2% auto;}



#prev_next{ height: 80px; line-height: 80px; margin-top: 10px !important; }
#prev_next li{ float: left; width: 49.5%; color: #999999; background: #fff; padding: 0 5%;}
#prev_next li .page-a{white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#prev_next li a{ color: #999999;}
#prev_next li:last-of-type{ float: right; text-align: right;}
#prev_next li:hover{ color: #c80f23;}
#prev_next li:hover a{ color: #c80f23;}
@media screen and (max-width:991px){
    #prev_next li{  width: 100%; line-height: 25px; font-size: 13px; margin-top: 2%;}
    .xw_bai h1{ font-size: 18px; height: auto; line-height: 30px;}
    #prev_next li:last-of-type{ text-align: left;}
}

.xwinfo_tit{ color: #333333; font-size: 20px; font-weight: bold;}

#xgnews{ padding: 30px 0 0 !important;}
#xgnews li{ margin-bottom: 10%; transition: 0.3s;}
#xgnews li .pic{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
#xgnews li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgnews li .tit{ border-bottom: 1px solid #efefef; height: 50px; line-height: 50px; font-size: 16px; font-weight: 100 !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#xgnews li:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #xgnews li .tit{ font-size: 12px;}
}










/*联系我们*/
.mes-form .name{ background: url("../images/ly1.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .tel{ background: url("../images/ly2.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }
.mes-form .content{ background: url("../images/ly3.png") no-repeat 10px 10px #fff !important; line-height: 40px; padding-left: 52px !important; }
.mes-form .captcha{ background: url("../images/ly4.png") no-repeat 10px center #fff !important; padding-left: 52px !important; }


.lx_p{ padding-top: 5%;}
.lxwm_bai{ width: 100%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 10px; position: absolute; left: 0; top: -30%; z-index: 1;}
.lxwm_bai ul{ padding: 1% 2% !important;}
.lxwm_bai li{ float: left; width: 50%; margin: 1.2% 0; min-height: 55px; transition: 0.3s; cursor: pointer;}
.lxwm_bai li i{ width: 50px; line-height: 50px; height: 50px; border: 1px solid #d7d7d7; border-radius: 5px; text-align: center; color: var(--theme-bg); font-size: 26px; margin-right: 10px; transition: 0.3s;}
.lxwm_bai li .font{ line-height: 25px;}
.lxwm_bai li p{ color: #666666; font-size: 16px;}
.lxwm_bai li span{ color: #000000; font-size: 20px;}
.lxwm_bai li:hover i{ background: var(--theme-bg); border: 1px solid var(--theme-bg); color: #fff;}
.lx_wx{ text-align: center;}
.lx_wx img{ max-width: 45%;}
.lx_wx span{ display: block; height: 30px; line-height: 30px;}
@media screen and (max-width:1600px){
    .lxwm_bai li p{ font-size: 14px;}
    .lxwm_bai li span{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    .lxwm_bai li p{ font-size: 14px;}
    .lxwm_bai li span{ font-size: 14px;}
    .lx_p{ padding-top: 8%;}
    .lxwm_bai{ top: -35%;}
}
@media screen and (max-width:991px){
    .lxwm_bai{ position: relative; margin-bottom: 5%;}
    .lx_p{ padding: 0;}
    .lxwm_bai li{ width: 50%;}
    .lx_wx{ padding: 3% 0;}
}
@media screen and (max-width:768px){
    .lxwm_bai li{ width: 100%;}
}











/*公共*/
#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; padding: 10% 0 0;}
#zi_banner .main h2{ font-size: 48px; margin-bottom: 10px !important;}
#zi_banner .main p{ font-size: 16px; font-family: Rany !important; font-weight: 100 !important; color: #fff; text-transform: uppercase; margin-bottom: 20px !important;}
#zi_banner .main i{ width: 36px; height: 36px; line-height: 36px; text-align: center; background: var(--theme-bg);}

@media screen and (max-width:1600px) {
    #zi_banner .main h2{ font-size: 36px;}
    #zi_banner .main p{ font-size: 18px;}
}
@media screen and (max-width:1440px) {
    #zi_banner .main .tit{ line-height: 33px;}
    #zi_banner .main h2{ font-size: 30px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #zi_banner .pic img{ width: 150%; margin-left: -35%;}
    #zi_banner .main{ padding-top: 18%;}
}
@media screen and (max-width:991px){
    #zi_banner .main{ padding-top: 20%; line-height: 30px;}
    #zi_banner .main .tit{ padding-bottom: 20px;}
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #zi_banner .pic img{ width: 200%; margin-left: -70%;}
    #zi_banner .main{ padding-top: 23%;}
    #zi_banner .main h2{ font-size: 22px;}
    #zi_banner .main p{ font-size: 14px;}
}

#homebj{ height: 70px; line-height: 70px; color: #333333; border-bottom: 1px solid #ececec; background: #f8f9fb;}
#homebj ul li{ margin-right: 8%; position: relative; font-size: 16px; text-align: center;}
#homebj ul li:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#homebj ul li:hover:before{ left: 25%; width: 50%;}
#homebj ul li:hover a{ color: var(--theme-bg);}

#homebj .home{ height: 60px; color: #666666;}
#homebj .home i{ margin-right: 10px; font-weight: bold; font-size: 18px;}
#homebj .home a{ padding: 0 5px; color: #666666;}
#homebj .home a:last-of-type{ color: var(--theme-bg);}
@media screen and (max-width:1200px) {
    #homebj .home{ font-size: 12px;}
    #homebj .home i{ font-size: 14px; margin: 0;}
    #homebj ul li{ font-size: 14px;}
}
@media screen and (max-width:991px) {
    #homebj ul li{ float: left; width: 17%; text-align: center; margin: 0 !important; font-size: 14px;}
    #homebj{ padding: 10px 0; height: auto !important; line-height: 30px;}
}
@media screen and (max-width:768px) {
    #homebj ul li{ width: 25%;}

}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpnav .swiper-slide:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cpnav .swiper-slide:hover:before{ left: 25%; width: 50%;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1200px){
    #cpnav .swiper-slide{ font-size: 14px;}
}
@media screen and (max-width:765px){
}


.hui{ background: #f7f7f7;}
.bai{ background: #fff;}


.pic_lb li{ margin-bottom: 5%; transition: 0.5s;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.pic_lb li .img1{display: block; width: 100%; height: 0; padding-bottom: 70%; 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: 30% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img1 .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img1 .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img1 .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img1 .font .text1 div{transform:translateY(101%);}
.pic_lb li .img1 .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img1 .font .text2 div{transform:translateY(-104%);}

.pic_lb li:hover .font .text-style1 div{ transform:translateY(0%); transition:transform 0.5s 0.5s;}
.pic_lb li:hover .img .font{ opacity: 1;}
.pic_lb li:hover .img .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li:hover .img1 .font{ opacity: 1;}
.pic_lb li:hover .img1 .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li .tit{ width: 100%; padding: 4%; background: #f6f9fc; transition: all 0.5s;}
.pic_lb li .tit p{ width: 80%; color: #303030; font-size: 18px; height: 50px; line-height: 50px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.pic_lb li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s;}
.pic_lb li .tit span i{ transform:rotate(-45deg); font-size: 20px; transition: 0.5s;}
.pic_lb li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.pic_lb li:hover .pic img{ transform: scale(1.1);}
.pic_lb li:hover .tit span{ background: var(--theme-bg);}
.pic_lb li:hover .tit span i{ color: #fff; transform:rotate(0deg);}
.pic_lb li:hover .tit{ background: #fff;}

@media screen and (max-width:991px){
    .pic_lb li .img .font .text1{ font-size: 14px;}
    .pic_lb li .title p{ font-size: 14px;}
    .pic_lb li .tit p{ font-size: 16px;}
}








/*翻页*/
.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;
}
