.main{ line-height: 30px; padding: 5% 0;}
.maintop{ padding-top: 3%;}
.main_top_zy{ padding-top: 5%;}
body {
    --theme-bg: #33a46e;
}

@media screen and (max-width:1440px){
    .main_top_zy{ padding-top: 10%;}
}
@media screen and (max-width:991px){
    .main_top_zy{ padding-top: 15%;}
}
@media screen and (max-width:768px){
    .row{ margin: 0;}
    .main{ padding: 4% 15px; }
    .maintop{ padding-top: 15%;}
    .main_top_zy{ padding-top: 20%;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") repeat center top; width: 100%; height: 100%; background-size: 100%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}


#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
}


/*头部*/
.header { z-index: 9999; background-color: #fff; box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header.scroll_bottom { top: -115px; }

#top_index{ height: auto; margin: 0 auto; overflow: hidden;}
#logo{ padding: 1% 0; text-align: center;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s; position: relative; z-index: 1; }
#top_index .top_tel_con{ line-height: 25px;}
#top_index .top_tel_con i{ margin-right: 10px; font-size: 30px; color: var(--theme-bg); }
#top_index .top_tel_con p{ font-size: 24px; color: var(--theme-bg); font-weight: bold;}


@media screen and (max-width:1700px){
    #top_index .top_tel_con i{ display: none;}
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1500px){
    #top_index .top_tel_con p{ font-size: 22px;}
}
@media screen and (max-width:1440px){
    #top_index .top_tel_con{ font-size: 12px;}
    #top_index .top_tel_con p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 80%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    /*#logo a img{ max-width: 50%;}*/
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; font-size: 18px; font-weight: normal; color: #282828; text-align: center; transition:0.5s;}
#nav li .big{ display: block; position: relative; z-index: 1; color: #282828; text-transform: uppercase;}
#nav li .big p{ position: relative; z-index: 2;}
#nav li:hover .big{ color: #282828;}
#nav li .big:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 5px; display: block; height:5px; background-color: var(--theme-bg); width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#nav li .big:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#nav li .navson{display: none; text-align: left; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: #fff; box-shadow: -10px 10px 10px rgba(0,0,0,0.1); background-size: auto 95%; color: #333; top: 100%; width: 100vw;}
#nav li .navson .main{ padding: 3% 0;}
#nav li .navson .col-lg-3:before{ position: absolute; content: ''; right: 0; top: -50%; width: 200%; height: 200%; background: #f6f7f9;}
#nav li .navson .col-lg-3 p,#nav li .navson .col-lg-3 span,#nav li .navson .col-lg-3 em{ display: block; position: relative; z-index: 1;}
#nav li .navson .col-lg-3 p{ color: var(--theme-bg); font-size: 22px; padding-bottom: 5%;}
#nav li .navson .col-lg-3 span{ color: #666666; text-transform: uppercase; padding: 5% 0 8%; line-height: 25px; font-size: 12px;}
#nav li .navson .col-lg-3 em{ display: inline-block; color: #666666; font-size: 14px; transition: 0.3s; position: relative;}
#nav li .navson .col-lg-3 em:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; transition: 0.3s; height: 1px; background: var(--theme-bg);}
#nav li .navson .col-lg-9{ padding: 0 0 0 7%;}
#nav li .navson .tit{ color: #282828; font-size: 30px;}
#nav li .navson .tit span{ text-transform: capitalize; color: #cccccc; padding-left: 15px; font-family: Arial !important;}
#nav li .navson .con{ color: #666666; font-size: 15px; padding: 2% 0 4%;}
#nav li .navson dl dd{ float: left; border: 1px solid #eeeeee; height: 50px; line-height: 50px; width: 20%; margin: 0 0 1% 0; font-size: 15px; position: relative; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; border-right: none; padding: 0 10px;}
#nav li .navson dl dd:last-of-type{ border-right: 1px solid #eeeeee;}
#nav li .navson dl dd:hover{ background: var(--theme-bg); border: 1px solid var(--theme-bg); border-right: none;}
#nav li .navson dl dd:hover a{ color: #fff;}
#nav li .navson .col-lg-3 em:hover{ color: var(--theme-bg);}
#nav li .navson .col-lg-3 em:hover:before{ width: 100%;}

@media (min-width: 1200px) and (max-width: 1440px){
  #nav li{ font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 15px;}
}

#banner,#mobile_banner{ position: relative;}
#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.7; background: #fff;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: var(--theme-bg); opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}


/*底部*/
#end_bj{ background: #2b2b2b; 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 #end_logo{border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0;}
#end_bj #end_logo span{ color: #fff; font-size: 24px; margin-left: 30px;}
#end_bj #end_logo span i{ font-size: 30px; margin-right: 10px;}

#end_bj .main{ padding: 3% 0; }
#end_bj .end_nav{ padding-right: 5%;}
#end_bj ul{ width: 17%;}
#end_bj ul .tit{ color: #fff; margin-bottom: 20px; font-size: 16px; }
#end_bj ul li{ line-height: 40px; color: rgba(255,255,255,0.5); font-size: 14px; text-transform: uppercase; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; width: 90%;

}

#end_bj .main .ewm{ width: 45%; text-align: center;}
#end_bj .main .ewm img{ width: 100%;}


#end_line{ height: auto; padding: 20px 0; line-height: 30px; background: #1a1a1a; text-align: center; color: rgba(255,255,255,0.6); font-size: 14px;}
#end_line a{ color: rgba(255,255,255,0.6);}



.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 50; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: var(--theme-bg);}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #end_bj #end_logo span{ font-size: 16px;}
    #end_bj ul{ width: 35%;}
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
    .end_tel{ display: none !important;}
}


/*首页*/
.tit_in .tit{ line-height: 50px;}
.tit_in .tit h2{ color: #282828; font-size: 48px; font-weight: bold !important; background: url("../images/tit_line.png") no-repeat left bottom; padding-bottom: 30px;}
.tit_in .tit h2 span{ color: var(--theme-bg); text-transform: uppercase;}
.tit_in .tit p{ color: rgba(40,40,40,0.5); font-size: 16px; text-transform: uppercase;}
.more_in{ color: #fff; text-transform: uppercase; border-radius: 10px; text-align: center; line-height: 50px; font-size: 16px; width: 150px; height: 50px; background: var(--theme-bg); transition: 0.3s;}
.more_in a{ color: #fff;}
.more_in:hover{ background: #333; border-radius: 25px;}


#cpnr{ position: relative;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 0;}
#cpnr .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px;}
#cpnr .gallery-top .swiper-slide ul{ padding: 0 !important; margin: 0 -10px !important; }
#cpnr .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 10%; background: #f9f9f9; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .nr{ padding: 25px 15px;}
#cpnr .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .tit{ color: #000000; font-size: 18px; border-bottom: 1px solid #e0e0e0; height: 40px; text-transform: capitalize;white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#cpnr .gallery-top .swiper-slide ul li .con{ border-bottom: 1px solid #e0e0e0; padding: 10px 0;}
#cpnr .gallery-top .swiper-slide ul li .con p{ color: #282828; font-size: 16px; font-weight: bold !important; text-transform: uppercase;}
#cpnr .gallery-top .swiper-slide ul li .con span{ display: block; min-height: 60px; color: rgba(40,40,40,0.6); font-size: 14px; line-height: 30px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpnr .gallery-top .swiper-slide ul li .zx{ color: rgba(40,40,40,0.6); font-size: 14px; margin-top: 10px; position: relative; transition: 0.3s; text-transform: uppercase;}
#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,#cpnr .gallery-top .swiper-slide ul li:hover .con{ border-bottom: 1px solid rgba(255,255,255,0.3);}
#cpnr .gallery-top .swiper-slide ul li:hover .tit,#cpnr .gallery-top .swiper-slide ul li:hover .con p{ color: #fff;}
#cpnr .gallery-top .swiper-slide ul li:hover .con span,#cpnr .gallery-top .swiper-slide ul li:hover .zx{ color: rgba(255,255,255,0.5);}

#cpnr .gallery-thumbs { height: auto; padding: 0; width: 70%; box-sizing: border-box; position: absolute; right: 0; top: -130px;}
#cpnr .gallery-thumbs .swiper-slide { cursor: pointer; transition: 0.3s;}
#cpnr .gallery-thumbs .swiper-slide .tit{ height: 70px; line-height: 70px; padding: 0 20px; font-size: 16px; color: #282828; text-align: center; background: #f6f6f6; border: 1px solid #dededf; text-transform: capitalize;}
#cpnr .gallery-thumbs .swiper-slide .tit span{ font-size: 20px;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    .tit_in .tit p{ line-height: 25px; padding-top: 20px !important;}
    #cpnr{ margin-top: 20px;}
    #cpnr .gallery-thumbs{ position: relative; width: 100%; top: 0;}
    #cpnr .gallery-top .swiper-slide ul li .tit{ font-size: 16px;}
    #cpnr .gallery-top .swiper-slide ul li .con p{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ font-size: 12px;}
}
@media screen and (max-width:1200px){
    .tit_in .tit h2{ font-size: 38px;}
    .tit_in .tit p{ font-size: 14px;}
    #cpnr .gallery-thumbs .swiper-slide .tit{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .tit{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .con span{ font-size: 12px; line-height: 25px; min-height: 50px;}
    #cpnr .gallery-top .swiper-slide ul .col-6{ padding: 0 5px;}
}
@media screen and (max-width:991px){
    .tit_in .tit h2{ font-size: 30px;}
    .more_in{ width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    #cpnr .gallery-top .swiper-slide ul{ margin: 0 auto !important;}
    #cpnr .gallery-thumbs .swiper-slide .tit span{ display: none !important;}
    .tit_in .tit p{ font-size: 12px; line-height: 25px; margin-top: 15px !important;}
    #cpnr .gallery-top .swiper-slide ul li .con p{ display: none;}
}
@media screen and (max-width:768px){
    .tit_in .tit h2{ background: none; padding: 0;}
    .tit_in .tit p{ display: none; }
}


#ysbj{ background: url("../images/ysbj.jpg") no-repeat center; overflow: hidden;}
#ysbj .tit_in .tit h2{ color: #fff;}
#ysbj .tit_in .tit p{ color: rgba(255,255,255,0.7);}


.youshi{ margin-top: 5%;}
.youshi .swiper-slide { background-position: center; position: relative; }
.youshi .gallery-top { overflow: hidden; height: auto; position: relative; padding: 0 !important;}
.youshi .gallery-top .swiper-slide{ padding: 0 0 0 5%; color: #fff;}
.youshi .gallery-top .swiper-slide .num{ height: 55px; overflow: hidden;}
.youshi .gallery-top .swiper-slide .num p{ font-size: 90px; font-weight: bold; font-family: Rany !important; height: 90px; line-height: 90px;}
.youshi .gallery-top .swiper-slide .tit{ line-height: 50px; padding-top: 20px;}
.youshi .gallery-top .swiper-slide .tit h2{ font-size: 36px; font-weight: bold !important; font-family: "Arial Black" !important;}
.youshi .gallery-top .swiper-slide .tit p{ font-size: 24px; font-family: Arial !important;}
.youshi .gallery-top .swiper-slide .con{ font-size: 18px; line-height: 35px; padding: 20px 0 50px;}
.youshi .gallery-top .swiper-slide .more{ width: 150px; height: 50px; background: var(--theme-bg); line-height: 50px; color: #fff; text-align: center; border-radius: 10px; font-size: 16px;}

.youshi .gallery-thumbs { height: auto; text-align: left; position: relative;}
.youshi .gallery-thumbs:before{ position: absolute; right: 0; bottom: -200%; content: ''; width: 1px; height: 500%; background: rgba(255,255,255,0.2);}
.youshi .gallery-thumbs .swiper-wrapper{ width: auto;}
.youshi .gallery-thumbs .swiper-slide { position: relative; cursor: pointer; font-size: 16px; color: #fff; height: auto; padding: 20px 0; transition: 0.3s;}
.youshi .gallery-thumbs .swiper-slide:before{ position: absolute; right: 0; bottom: 0; content: ''; width: 300%; height: 1px; background: rgba(255,255,255,0.2);}
.youshi .gallery-thumbs .swiper-slide:after{ position: absolute; z-index: 1; right: 150%; top: 0; content: ''; width: 150%; height: 100%; background: linear-gradient(to right, rgba(51,164,110,0), #33a46e); transition: 0.5s;}
.youshi .gallery-thumbs .swiper-slide p{ position: relative; z-index: 2; transition: 0.3s; width: 80%; overflow: hidden; text-overflow: ellipsis;white-space: pre;}
.youshi .gallery-thumbs .swiper-slide span{ display: block; z-index: 2; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #fff; border-radius: 10px; transition: 0.3s; margin-right: 20px; opacity: 0;}
.youshi .gallery-thumbs .swiper-slide span i{ color: var(--theme-bg); font-size: 30px; transform:rotate(-45deg);}

.youshi .gallery-thumbs .swiper-slide:hover:after{ right: 0 !important;}
.youshi .gallery-thumbs .swiper-slide-thumb-active span{ opacity: 1;}
.youshi .gallery-thumbs .swiper-slide-thumb-active:after{ right: 0;}
@media screen and (max-width:1800px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    .youshi .gallery-thumbs .swiper-slide:after{ width: 200%; right: 160%;}
    .youshi .gallery-thumbs .swiper-slide-thumb-active:after{ right: 0 !important;}
    .youshi .gallery-top .swiper-slide .num p{ font-size: 70px;}
    .youshi .gallery-top .swiper-slide .tit h2{ font-size: 30px;}
    .youshi .gallery-top .swiper-slide .tit p{ font-size: 20px;}
    .youshi .gallery-top .swiper-slide .con{ font-size: 16px;}
    .youshi .gallery-top .swiper-slide .more{ height: 40px; line-height: 40px; width: 120px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .youshi .gallery-thumbs{ overflow: hidden; padding: 0;}
    .youshi .gallery-thumbs:before{ display: none;}
    .youshi .gallery-thumbs .swiper-slide{ overflow: hidden !important; padding-left: 20px;}
    .youshi .gallery-top .swiper-slide{ padding: 0;}
}
@media screen and (max-width:768px){
}


#gsbj{ background: url("../images/jjbj.jpg") no-repeat center bottom;}
#gsbj .jjcon{ color: #393939; font-size: 16px; margin: 5% 0; line-height: 38px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;}
#gsbj .jjmore i{ width: 60px; height: 60px; background: var(--theme-bg); line-height: 60px; text-align: center; font-size: 36px; color: #fff;}
#gsbj .jjmore p{ color: #000; font-size: 18px; text-transform: uppercase; text-decoration: underline; margin-left: 20px !important;}

#jjlb{ background: url("../images/jjlb_bj.jpg") no-repeat center fixed;}
#jjlb .main{ padding: 0;}
#jjlb .jjlb_num{ width: 75%; padding: 3% 0 !important; color: #fff;}
#jjlb .jjlb_num li{ width: 25%; position: relative; text-align: center;}
#jjlb .jjlb_num li:before{ position: absolute; right: 0; top: 25%; content: ''; width: 1px; height: 50%; background: rgba(255,255,255,0.4); transform:rotate(20deg);}
#jjlb .jjlb_num li:last-of-type:before{ display: none;}
#jjlb .jjlb_num h2{ font-size: 64px; font-family: Rany !important; font-weight: bold !important;}
#jjlb .jjlb_num h2 sub{ font-size: 18px; font-weight: normal !important;}
#jjlb .jjlb_num p{ font-size: 16px; text-transform: uppercase;}
#jjlb .jjlb_con{ background: rgba(0,0,0,0.1); padding: 3% 2%; color: #fff;}
#jjlb .jjlb_con h2{ font-size: 30px; text-transform: capitalize; margin-bottom: 20px !important;}
#jjlb .jjlb_con p{ font-size: 18px; text-transform: uppercase; line-height: 40px;}
#jjlb .jjlb_con p i{ display: inline-block; margin-left: 20px;}
@media screen and (max-width:1440px){
    #jjlb .jjlb_con{ display: none !important;}
    #jjlb .jjlb_num{ width: 100%;}
}
@media screen and (max-width:1200px){
    #jjlb .jjlb_num h2{ font-size: 50px;}
    #jjlb .jjlb_num p,#jjlb .jjlb_num h2 sub{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #gsbj .jjmore{ margin-bottom: 20px;}
    #jjlb .jjlb_num h2{ font-size: 40px;}
    #jjlb .jjlb_num p,#jjlb .jjlb_num h2 sub{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #jjlb .jjlb_num li{ float: left; width: 50%; margin: 10px 0 !important;}
}

#xwbj{ background: url("../images/albj.jpg") no-repeat center;}
#xwnr{position: relative; overflow: hidden;}
#xwnr .swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px 20px 40px;
}
#xwnr .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; }
#xwnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwnr .swiper-slide .content{ position: relative; width: 100%; padding: 15px; background: #f6f9fc; transition: 0.3s;}
#xwnr .swiper-slide .content h2{ width: 100%; color: #282828; font-size: 20px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
#xwnr .swiper-slide .content p{ font-size: 15px; color: #999; min-height: 60px; margin: 20px 0 !important; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwnr .swiper-slide .content span{ display: block; color: #9a9a9a; font-size: 16px;}
#xwnr .swiper-slide .content h3{ display: block; padding: 0 15px; font-size: 14px; text-transform: uppercase; background: var(--theme-bg); height: 35px; line-height: 35px; color: #fff; border-radius: 5px; transition: 0.3s;}
#xwnr .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwnr .swiper-slide:hover .content{ background: var(--theme-bg);}
#xwnr .swiper-slide:hover .content h2{color: #fff;}
#xwnr .swiper-slide:hover .content p{ color: rgba(255,255,255,0.6);}
#xwnr .swiper-slide:hover .content span{ color: rgba(255,255,255,.5);}
#xwnr .swiper-slide:hover .content h3{ background: #d52325;}
@media screen and (max-width:1440px){
    #xwnr .swiper-slide .content p{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    #xwnr .swiper-slide .content p{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #xwnr{ margin-top: 3% !important;}
}
@media screen and (max-width:768px){
    #xwnr .swiper-container{ padding: 0;}
}


.lxwm_in .tit h2{ color: #333333; font-size: 48px; font-weight: bold !important; font-family: Rany !important;}
.lxwm_in .tit h2 span{ color: var(--theme-bg);}
.lxwm_in .tit p{ color: #b9b9b9; font-size: 16px; padding: 2% 20%;}
.lxwm_in .more_in{ display: inline-block;}
#lxwm_in_nr{ margin-top: 5%;}
.lxwm_left{ background: url("../images/lxpic.jpg") no-repeat center top; background-size: 100% 100%; color: #fff; padding: 3%;}
.lxwm_left .tit{ font-size: 36px; font-weight: bold; font-family: Rany !important; border-bottom: 1px solid rgba(255,255,255,0.2); height: 60px;}
.lxwm_left ul{ padding-top: 5% !important;}
.lxwm_left ul li{ padding: 5% 0;}
.lxwm_left ul li i{ width: 55px; height: 55px; background: #fff; text-align: center; line-height: 55px; color: var(--theme-bg); font-size: 30px; border-radius: 100%; margin-right: 20px;}
.lxwm_left ul li p{ font-size: 16px; font-weight: bold;}
.lxwm_left ul li span{ font-size: 16px;}

.lxwm_right{ padding: 0 0 0 5%;}
.lxwm_right .tit{ margin-bottom: 5% !important;}
.lxwm_right .tit h2{ color: #333333; font-size: 48px; font-weight: bold !important; font-family: Rany !important;}
.lxwm_right .tit h2 span{ color: var(--theme-bg);}
.lxwm_right .tit p{ padding: 0; text-align: left; color: rgba(40,40,40,0.8); font-size: 16px; text-transform: uppercase;}
@media screen and (max-width:1200px){
    .lxwm_in .tit p{ padding: 2% 0;}
    .lxwm_left .tit{ font-size: 30px;}
    .lxwm_left ul li i{ display: none;}
    .lxwm_right .tit h2{ font-size: 40px;}
}
@media screen and (max-width:991px){
    .lxwm_in .tit h2{ font-size: 36px;}
}
@media screen and (max-width:768px){
    .lxwm_right{ padding: 30px 0 0;}
    .lxwm_left ul li{ padding: 5px 0;}
}

.contact__row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact__row .text {
    box-sizing: border-box;
    margin-bottom: 38px;
    padding-left: 10px;
    width: 46.87%;
    height: 52px;
    line-height: 52px;
    color: #929292;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #c5c4c4;
}
.contact__row img{ width: 100px; margin-left: 10px;}
.contact__row .submit2{
    border: none;
    padding: 0;
    margin: 0;
    width: 46.87%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    transition: 0.48s;
    background: var(--theme-bg);
    cursor: pointer;
}
.contact__row .submit2:hover{ background: #333333;}
.contact__row .text::-webkit-input-placeholder {
    color: #929292;
}
.contact__row .text:focus::-webkit-input-placeholder {
    opacity: 0;
}
.contact__row .textarea {
    width: 100%;
    line-height: 1.5;
    padding-left: 10px;
    height: 100px;
    resize: none;
    font-family: "微软雅黑";
}


/*公司简介*/
.tit_zy{ position: relative;}
.tit_zy:before{ content: 'Chengxin  Vibration'; position: absolute; left: 0; top: 0; color: rgba(0,0,0,0.03); font-size: 145px; font-family: Impact; text-transform: uppercase;}
.tit_zy p{ color: var(--theme-bg); font-size: 26px; text-transform: uppercase;}
.tit_zy h2{ color: #000; font-size: 42px; font-weight: bold !important; text-transform: uppercase; padding: 20px 0 !important;}
.content_zy{ padding-top: 3%; line-height: 35px; font-size: 16px;}
.tit_zy_80{ width: 80%;}
@media screen and (max-width:1700px){
    .tit_zy:before{ font-size: 120px; }
    .tit_zy h2{ font-size: 32px;}
}
@media screen and (max-width:1440px){
    .tit_zy:before{ font-size: 80px; }
    .tit_zy h2{ font-size: 26px;}
}
@media screen and (max-width:768px){
    .tit_zy:before{ font-size: 50px; }
    .tit_zy h2{ font-size: 20px;}
    .tit_zy i{ display: none;}
}
@media screen and (max-width:500px){
    .tit_zy:before{ font-size: 30px; }
    .tit_zy p{ font-size: 20px;}
}

.gsjj_zy ul{ padding-left: 10% !important;}
.gsjj_zy ul li{ border-bottom: 1px solid #d4d4d4; padding: 10% 0;}
.gsjj_zy ul li p{ color: #282828; font-size: 16px; text-transform: capitalize;}
.gsjj_zy ul li h2{ color: var(--theme-bg); font-size: 60px; font-family: Impact !important;}
.gsjj_zy ul li h2 sub{ font-size: 20px; padding-left: 5px;}
.gsjj_zy ul li i{ color: var(--theme-bg); font-size: 50px;}
@media screen and (max-width:1440px){
    .gsjj_zy ul li h2{ font-size: 46px;}
}
@media screen and (max-width:1200px){
    .gsjj_zy ul li h2,.gsjj_zy ul li i{ font-size: 40px;}
}
@media screen and (max-width:991px){
    .gsjj_zy ul{ padding: 0 !important;}
    .gsjj_zy ul li{ float: left; width: 50%; padding: 20px 10px;}
}
@media screen and (max-width:500px){
    .gsjj_zy ul{ padding: 0 !important;}
    .gsjj_zy ul li{ float: none; width: 100%; padding: 10px 10px;}
}


#qywh{ margin-top: 3%;}
#qywh .swiper-container {
    width: 100%;
    height: 100%;
}
#qywh .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    padding: 4% 0;

    /* 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;
}
#qywh .swiper-slide .font{ background: #fff; padding: 15% 10%; position: relative; transition: 0.3s;}
#qywh .swiper-slide .font i{ color: var(--theme-bg); font-size: 45px;}
#qywh .swiper-slide .font h1{ color: #000000; font-size: 24px; text-transform: uppercase; padding: 10% 0 8%;}
#qywh .swiper-slide .font p{ color: #444b53; font-size: 16px;}
#qywh .swiper-slide .font:before{ position: absolute; left: 33px; bottom: -20px; content: ''; width:0; height:0; border:10px solid transparent; border-top-color:#fff; }
#qywh .swiper-slide .font:after{ position: absolute; left: 33px; top: -20px; content: ''; width:0; height:0; border:10px solid transparent; border-bottom-color:#fff; }
#qywh .swiper-slide:nth-of-type(even) .font:before{ display: none;}
#qywh .swiper-slide .num{ width: 45px; height: 45px; border-radius: 100%; text-align: center; line-height: 45px; font-size: 16px; font-family: Arial; background: #fff; margin: 20px; transition: 0.3s; float: left;}
#qywh .swiper-slide:hover .font,#qywh .swiper-slide:hover .num{ background: var(--theme-bg);}
#qywh .swiper-slide:hover .font i,#qywh .swiper-slide:hover .font h1,#qywh .swiper-slide:hover .font p,#qywh .swiper-slide:hover .num{ color: #fff;}
#qywh .swiper-slide:nth-of-type(odd):hover .font:before{ border-top-color:var(--theme-bg);}
#qywh .swiper-slide:nth-of-type(even):hover .font:after{ border-bottom-color:var(--theme-bg);}
@media screen and (max-width:768px){
    #qywh{ padding: 0 3%;}
}


#zzry{ position: relative; margin-top: 3%;}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#zzry .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    padding: 15px 15px 0;
    border: 1px solid #ececec;
    /* 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;
}
#zzry .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 138%; position: relative; overflow: hidden;}
#zzry .swiper-slide .pic a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#zzry .swiper-slide .pic a img{ max-width: 100%; height: 100%;}
#zzry .swiper-slide p{ width: 100%; text-align: center; color: #444; height: 50px; line-height: 50px; position: relative;}
#zzry .swiper-slide:before{ position: absolute; left: 50%; bottom: 0; content: ''; height: 3px; width: 0; background: var(--theme-bg); transition: 0.3s;}
#zzry .swiper-slide:hover:before{ width: 100%; left: 0;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}


.crcm{position: relative; padding: 4% 0 0; }
.crcm .swiper-slide { display: flex; flex-direction: column;  position: relative;}
.crcm .swiper-slide .inimg{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 20px; background: #000;}
.crcm .swiper-slide .inimg img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
.crcm .swiper-slide .font{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; color: #fff; transition: 0.3s; text-align: center; padding-top: 30%;}
.crcm .swiper-slide .font i{ color: var(--theme-bg); font-size: 60px; height: 60px; line-height: 60px; opacity: 0; transition: 0.5s;}
.crcm .swiper-slide .font p{ height: 50px; line-height: 50px; font-size: 18px; opacity: 0; transition: 0.5s;}
.crcm .swiper-slide:hover .inimg img{ transform: scale(1.1); opacity: 0.6;}
.crcm .swiper-slide:hover .font i{ opacity: 1; transform:translateY(-20px);}
.crcm .swiper-slide:hover .font p{ opacity: 1; transform:translateY(-10px);}
@media screen and (max-width:991px){
}





/*产品中心*/
.tit_cp{ padding: 3% 0;}
.tit_cp h1{ color: var(--theme-bg); font-size: 36px;}
.tit_cp h1 i{ font-size: 30px; margin-right: 15px;}
.tit_cp .more{ color: #fff; transition: 0.3s; background: var(--theme-bg); height: 40px; line-height: 40px; border-radius: 20px; width: 10%; text-align: center; }
.tit_cp .more a{ color: #fff;}
.tit_cp .more:hover{ background: #333;}
@media screen and (max-width:1440px){
    .tit_cp h1{ font-size: 28px;}
}
@media screen and (max-width:991px){
    .tit_cp h1{ font-size: 22px;}
    .tit_cp .more{ width: 18%; font-size: 13px;}
}
@media screen and (max-width:768px){
    .tit_cp h1{ font-size: 20px;}
    .tit_cp .more{ width: 23%; font-size: 12px;}
}


.cpnr{ padding: 6% 0 !important;}
.cpnr .col-6{ padding: 0 20px;}
.cpnr li{ text-align: left; background: #fff; transition: 0.3s; margin-bottom: 30px !important;}
.cpnr li .nr{ padding: 25px 15px;}
.cpnr li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s;}
.cpnr li .pic p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.cpnr li .tit{ color: #000000; font-size: 18px; border-bottom: 1px solid #e0e0e0; height: 40px; text-transform: capitalize; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.cpnr li .con{ border-bottom: 1px solid #e0e0e0; padding: 10px 0;}
.cpnr li .con p{ color: #282828; font-size: 16px; font-weight: bold !important; text-transform: uppercase;}
.cpnr li .con span{ display: block; min-height: 60px; color: rgba(40,40,40,0.6); font-size: 14px; line-height: 30px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cpnr li .zx{ color: rgba(40,40,40,0.6); font-size: 14px; margin-top: 10px; position: relative; transition: 0.3s; text-transform: uppercase;}
.cpnr li:hover{ background: var(--theme-bg);}
.cpnr li:hover .pic p img{ transform: scale(1.1);}
.cpnr li:hover .tit,.cpnr li:hover .con{ border-bottom: 1px solid rgba(255,255,255,0.3);}
.cpnr li:hover .tit,.cpnr li:hover .con p{ color: #fff;}
.cpnr li:hover .con span,.cpnr li:hover .zx{ color: rgba(255,255,255,0.5);}


.cpnr_list{ padding-top: 3% !important;}
.cpnr_list li{ text-align: left; background: #fff; transition: 0.3s; margin-bottom: 30px;}
.cpnr_list li .nr{ padding: 25px 15px;}
.cpnr_list li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s;}
.cpnr_list li .pic p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.cpnr_list li .tit{ color: #000000; font-size: 18px; border-bottom: 1px solid #e0e0e0; height: 40px; text-transform: capitalize;}
.cpnr_list li .con{ border-bottom: 1px solid #e0e0e0; padding: 10px 0;}
.cpnr_list li .con p{ color: #282828; font-size: 16px; font-weight: bold !important; text-transform: uppercase;}
.cpnr_list li .con span{ display: block; min-height: 60px; color: rgba(40,40,40,0.6); font-size: 14px; line-height: 30px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cpnr_list li .zx{ color: rgba(40,40,40,0.6); font-size: 14px; margin-top: 10px; position: relative; transition: 0.3s; text-transform: uppercase;}
.cpnr_list li:hover{ background: var(--theme-bg);}
.cpnr_list li:hover .pic p img{ transform: scale(1.1);}
.cpnr_list li:hover .tit,.cpnr_list li:hover .con{ border-bottom: 1px solid rgba(255,255,255,0.3);}
.cpnr_list li:hover .tit,.cpnr_list li:hover .con p{ color: #fff;}
.cpnr_list li:hover .con span,.cpnr_list li:hover .zx{ color: rgba(255,255,255,0.5);}


@media screen and (max-width:1440px){
    .cpnr li .con{ font-size: 14px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .cpnr li dl dd{ font-size: 12px;}
    .cpnr li dl dd i{ font-size: 16px; padding-left: 0;}
}
@media screen and (max-width:768px){
    .cpnr li .tit{ font-size: 14px; height: 30px; line-height: 30px;}
    .cpnr li .tit span{ display: none;}
    .cpnr li .tit p{ width: 100%; text-align: center;}
    .cpnr .col-6{ padding: 0 5px;}
    .cpnr li .con p{ display: none;}
}




.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: 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;}
}
@media(max-width: 1200px){
    .cpzytit .font p{ font-size: 60px;}
    .cpzytit .tit h2{ font-size: 14px;}
    .cpzytit .tit p{ font-size: 20px;}
}
@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%;}
}
@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;}
}
@media(max-width: 500px){
    .cpzytit{ padding-top: 25%;}
}

.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%; 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; text-transform: capitalize;}
.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; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
.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; text-transform: uppercase;}
.cp_right dl dt i{ color: var(--theme-bg); font-size: 18px; margin-right: 10px;}
.cp_right dl dd{ color: #666666; font-size: 16px; margin: 20px 0 0 !important; text-transform: capitalize;}
.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:1700px){
    .cp_right ul li p:before{ display: none;}
    .cp_right ul li{ padding: 0 10px;}
}
@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;}
    .cp_right .zixun-btn{ font-size: 22px;}
    .cp_right .zixun-btn i{ font-size: 30px;}
    .cp_right .order-btn i{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    .cp_right ul li{ padding: 0 5px; margin-right: 5px;}
    .cp_right .con{-webkit-line-clamp: 2; line-height: 30px;}
    .cp_right dl dd{ font-size: 14px;}
    .cp_right .cp_ewm{ display: none;}
    .cp_right .cpdg{ width: 100%;}
}
@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;}
    .cp_right dl dd{ float: left; width: 33%;}
}
@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; text-transform: uppercase;}
.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{ padding-left: 25px;}
.tit_cpinfo p{ color: #2a2a2a; font-size: 24px; font-weight: bold !important; position: relative; text-transform: uppercase;}
.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;}
.con_zy img{ display: block; margin: 20px auto !important;}
.con_zy table{ width: 100% !important; margin: 20px 0 !important;}
.con_zy table td{ text-align: center !important; 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; height: 60px;}
#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: 210px; 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: var(--theme-bg); 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: 14px; text-transform: capitalize;}
#xgcp .swiper-slide .more{ color: var(--theme-bg); 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: 0 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; min-height: 65px; margin-bottom: 30px; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    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{ margin-top: 3% !important;}
.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; }


#lxbj{ background: url("../images/lxbj.jpg") no-repeat center; background-size: 100% 100%;}
#lxbj .main{ padding: 9% 0;}
#lxbj .tit{ color: #fff; line-height: 50px;}
#lxbj .tit h2{ font-size: 40px; font-weight: bold !important;}
#lxbj .tit p{ color: rgba(255,255,255,0.5); font-size: 16px;}
#lxbj dl{ color: #fff; width: 40%; margin: 20px 0 !important; border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(255,255,255,0.2); padding: 20px 0;}
#lxbj dl dd i{ width: 70px; height: 70px; line-height: 70px; border-radius: 100%; color: #fff; font-size: 40px; text-align: center; background: var(--theme-bg);}
#lxbj dl dd .float-start{ padding-left: 10px;}
#lxbj dl dd p{ color: var(--theme-bg); font-size: 26px; font-weight: bold;}
#lxbj dl dd span{ color: #fff; font-size: 18px;}
#lxbj .tel{ color: #fff; font-size: 18px;}
#lxbj ul{ padding-top: 3% !important;}
#lxbj ul li{ margin-right: 30px; text-align: center; color: #fff; width: 10%;}
#lxbj ul li img{ width: 100%;}
@media screen and (max-width:1700px){
    #lxbj dl{ width: 45%;}
}
@media screen and (max-width:1440px){
    #lxbj dl{ width: 55%;}
}
@media screen and (max-width:1200px){
    #lxbj .tit h2{ font-size: 35px;}
    #lxbj dl{ width: 70%;}
}
@media screen and (max-width:991px){
    #lxbj dl{ width: 80%;}
    #lxbj ul li{ width: 20%;}
}
@media screen and (max-width:768px){
    #lxbj dl{ width: 100%;}
    #lxbj dl dd{ margin: 2% 0;}
    #lxbj dl dd .float-start{ width: 80%; padding-left: 5%;}
    #lxbj .tit p{ line-height: 25px;}
    #lxbj .main{ padding-top: 20%;}
    #lxbj .tit h2{ font-size: 26px;}
}

#lxwm_in{ background: url("../images/lxbj.png") no-repeat left center; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; padding: 5% 0 0 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%;}
}




/*人才招聘*/







/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; color: #fff; z-index: 1; line-height: 50px; padding: 12% 0 0;}
#zi_banner .main h2{ font-size: 40px; margin-top: 20px !important;}
#zi_banner .main p{ }


@media screen and (max-width:1600px) {
    #zi_banner .main h2{ font-size: 36px;}
    #zi_banner .main p{ font-size: 18px;}
}
@media screen and (max-width:1440px) {
    #zi_banner .main .tit{ line-height: 33px;}
    #zi_banner .main h2{ font-size: 30px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #zi_banner .pic img{ width: 150%; margin-left: -35%;}
    #zi_banner .main{ padding-top: 18%;}
}
@media screen and (max-width:991px){
    #zi_banner .main{ padding-top: 20%; line-height: 30px;}
    #zi_banner .main .tit{ padding-bottom: 20px;}
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #zi_banner .pic img{ width: 200%; margin-left: -70%;}
    #zi_banner .main{ padding-top: 23%;}
    #zi_banner .main h2{ font-size: 22px;}
    #zi_banner .main p{ font-size: 14px;}
}

#homebj{ height: 70px; line-height: 70px; color: #333333; border-bottom: 1px solid #ececec;}
#homebj ul li{ margin-right: 8%; position: relative; font-size: 16px; transition: 0.3s; text-align: center; text-transform: capitalize; font-family: "Arial Black" !important;}
#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 span{ color: var(--theme-bg);}
@media screen and (max-width:1440px) {
    #homebj ul li{ margin-right: 20px; font-size: 14px;}
}
@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: 25%; 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: 50%; float: left;}

}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpnav .swiper-slide:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--theme-bg); transition: 0.3s;}
#cpnav .swiper-slide:hover:before{ left: 25%; width: 50%;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1200px){
    #cpnav .swiper-slide{ font-size: 14px;}
}
@media screen and (max-width:765px){
}


.hui{ background: #f7f7f7;}
.bai{ background: #fff;}


.pic_lb li{ margin-bottom: 5%; transition: 0.5s;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.pic_lb li .img1{display: block; width: 100%; height: 0; padding-bottom: 76%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img1 p{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; border: 1px solid #efefef; text-align: center; transition: 0.3s;}
.pic_lb li .img1 p img{  max-width: 100% !important; height: 100%;}
.pic_lb li .img .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img .font .text1 div{transform:translateY(101%);}
.pic_lb li .img .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img .font .text2 div{transform:translateY(-104%);}

.pic_lb li .img1 .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img1 .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img1 .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img1 .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img1 .font .text1 div{transform:translateY(101%);}
.pic_lb li .img1 .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img1 .font .text2 div{transform:translateY(-104%);}

.pic_lb li:hover .font .text-style1 div{ transform:translateY(0%); transition:transform 0.5s 0.5s;}
.pic_lb li:hover .img .font{ opacity: 1;}
.pic_lb li:hover .img .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li:hover .img1 .font{ opacity: 1;}
.pic_lb li:hover .img1 .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li .tit{ width: 100%; padding: 4%; background: #f6f9fc; transition: all 0.5s;}
.pic_lb li .tit p{ width: 80%; color: #303030; font-size: 18px; height: 50px; line-height: 50px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.pic_lb li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s;}
.pic_lb li .tit span i{ transform:rotate(-45deg); font-size: 20px; transition: 0.5s;}
.pic_lb li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.pic_lb li:hover .pic img{ transform: scale(1.1);}
.pic_lb li:hover .tit span{ background: var(--theme-bg);}
.pic_lb li:hover .tit span i{ color: #fff; transform:rotate(0deg);}
.pic_lb li:hover .tit{ background: #fff;}

@media screen and (max-width:991px){
    .pic_lb li .img .font .text1{ font-size: 14px;}
    .pic_lb li .title p{ font-size: 14px;}
    .pic_lb li .tit p{ font-size: 16px;}
}






/*翻页*/
.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;
}
