.main{ line-height: 30px; padding: 4% 0;}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") 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;}
}


/*头部*/
#top_index{ height: auto; margin: 0 auto; overflow: hidden;}
#logo{ text-align: center; padding: 1% 0;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s;}
.top_tel_con{ color: #fff; position: relative; }
.top_tel_con:before{ position: absolute; left: 0; top: -35%; width: 120%; height: 170%; background: #c40000; content: '';}
.top_tel_con i{ float: left; position: relative; margin: 5px 10px 0 0;}
.top_tel_con i svg{ width: 36px;}
.top_tel_con i svg path{ fill: #fff;}
.top_tel_con .float-start{ position: relative; font-size: 15px;}
.top_tel_con .float-start span{ font-size: 30px; font-family: Bahnschrift;}
@media screen and (max-width:1600px){
    .top_tel_con .float-start span{ font-size: 26px;}
    .top_tel_con .float-start{ line-height: 25px; font-size: 14px;}
}
@media screen and (max-width:1500px){
}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1300px){
}
@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: 70%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    #logo a img{ max-width: 95%;}
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; padding: 0 2%; height: 50px; line-height: 50px; font-size: 16px; color: #333333; text-align: center; transition:0.5s; position: relative;}
#nav li a{ display: block; color: #282828; position: relative; z-index: 1; }
#nav li:after{ position: absolute; left: 0; top: -100px; content: ''; width: 100%; height: 100%; background: #c40000; transition: 0.5s all;}
#nav li:hover a{ color: #fff;}
#nav li:hover:after{ height: 400%;}

@media screen and (max-width:1560px){
}
@media screen and (max-width:1400px){
  #nav li{ font-size: 14px;}
}
@media screen and (max-width:1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 12px;}
}



.top_bj_active{ width: 100%; z-index: 20; background: #fff !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% 0;}
/*.top_bj_active #logo img{ transform: scale(0.8);}*/
.top_bj_active #nav li{ font-size: 16px;}
.top_bj_active #nav li:hover:after{ height: 320%;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 55px;}
@media screen and (max-width:1200px){
    .top_bj_active #nav li{ font-size: 14px;}
}



#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: #104fa2; 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:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}



/*底部*/
#end_bj{ background: url("../images/end_bj.jpg") no-repeat center #151a2b; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; overflow: hidden; color: #999999; position: relative; border-top: 1px solid rgba(255,255,255,0.2);}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(255, 255, 255, .3);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;}
#end_nr_bj a: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);}

#end_nav{ border-bottom: 1px solid rgba(255,255,255,0.1);}
#end_nav ul li{ padding: 2% 0;}
#end_nav ul li a{ color: #fff; font-size: 16px;}
#end_nr_bj .main{ padding: 3% 0;}
#end_nr_bj .main .tit{ color: #fff; position: relative; padding-bottom: 10px;}
#end_nr_bj .main .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 40px; height: 3px; background: #c40000;}
#end_nr_bj .main .tit span{ font-size: 36px; font-family: Bahnschrift; text-transform: uppercase;}
#end_nr_bj .main .tit p{ font-size: 20px;}
#end_nr_bj .main .content{ padding-top: 20%;}
#end_nr_bj .main .content p{ color: #fff; height: 40px; font-size: 16px;}
#end_nr_bj .main .content p i{ float: left; font-size: 20px; margin-right: 10px;}
#end_nr_bj #end_logo .pic img{ max-width: 100%;}
#end_nr_bj #end_logo .font{ color: rgba(255,255,255,0.5); font-size: 16px; padding: 8% 0;}
#end_nr_bj #end_logo .font1{ color: #fff; font-size: 16px; padding-top: 3%;}
#end_nr_bj #end_wx .ewm{ padding: 20% 0 0; text-align: center;}
#end_nr_bj #end_wx .ewm img{ width: 100%;}
#end_nr_bj #end_wx .ewm span{ display: block; height: 40px; line-height: 40px; color: #fff;}

#end_line{ height: auto; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.2); }
#end_line a{ color: rgba(255,255,255,0.2);}
#end_line a:hover{ color: #fff;}
#end_line .main{ padding: 10px 0;}
@media screen and (max-width:1400px){
    #end_nr_bj .main .content,#end_nr_bj #end_wx .ewm{ padding-top: 5%;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #end_nr_bj .main .tit span{ font-size: 30px;}
    #end_nr_bj .main .tit p{ font-size: 18px;}
    #end_nr_bj .main .content{ padding: 3% 0;}
    #end_nr_bj .main .content p{ font-size: 14px;}
    #end_nr_bj #end_wx .ewm{ padding-top: 3%;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main .tit span{ font-size: 26px;}
    #end_nr_bj .main .tit p{ font-size: 16px;}
}



.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#151a2b;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#151a2b;}
.footer_zx a:last-of-type{ background: #c40000;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
    .footer_zx i{ padding: 4% 0 1%;}
}
@media screen and (max-width:765px){
    .footer_zx i{ padding: 2% 0 1%;}
}


/*首页*/
.tit_in{ text-align: center; background: url("../images/tit_line.png") no-repeat center bottom; padding-bottom: 10px;}
.tit_in h2{ display: inline-block; color: #333333; font-size: 40px; font-weight: bold !important; position: relative;}
.tit_in h2 span{ color: #c40000;}
.tit_in h2:before{ position: absolute; left: -50px; top: 10px; background: url("../images/tit_left.png") left top; width: 30px; height: 28px; content: '';}
.tit_in h2:after{ position: absolute; right: -50px; top: 10px; background: url("../images/tit_right.png") left top; width: 30px; height: 28px; content: '';}

.tit_in_bai{ background: url("../images/tit_line1.png") no-repeat center bottom; position: relative;}
.tit_in_bai h2{ color: #fff;}
.tit_in_bai h2 span{ color: #fff;}
@media screen and (max-width:991px){
    .tit_in h2{ font-size: 26px;}
}
@media screen and (max-width:768px){
    .tit_in h2{ font-size: 20px;}
}



.cp_class{ padding-top: 4% !important;}
.cp_class li{ display: inline-block; width: 31%; margin: 0 0.5% 0.5%; padding: 3% 2%; background: url("../images/cpbj.jpg") no-repeat center; background-size: 100% 100%; overflow: hidden; transition: 0.3s;}
.cp_class li .pic img{ max-width: 100%; transition: 0.5s;}
.cp_class li .font{ padding: 5% 0 0 5%;}
.cp_class li .font .tit{ line-height: 25px;}
.cp_class li .font .tit p{ color: #333333; font-size: 24px; font-weight: bold; transition: 0.3s;}
.cp_class li .font .tit span{ color: #999999; font-size: 12px; text-transform: uppercase;}
.cp_class li .font dl{ padding: 10% 0 30%; margin: 0;}
.cp_class li .font dl dd{ color: #666666; margin: 0; position: relative; padding-left: 15px; line-height: 25px;}
.cp_class li .font dl dd:before{ position: absolute; left: 0; top: 35%; content: ''; width: 6px; height: 6px; background: #c40000;}
.cp_class li .font .more{ height: 35px; background: #c40000; transition: 0.3s; color: #fff; width: 80%; line-height: 35px; text-align: center;}
.cp_class li:hover .font .more{ background: #333;}
.cp_class li:hover .pic img{transform: scale(1.1);}
.cp_class li:hover .tit p{ color: #c40000;}
.cp_class li:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.1);}



@media screen and (max-width:1200px){
    .cp_class li{ width: 47%;}
}
@media screen and (max-width:991px){
    .cp_class li{ width: 100%;}
}

.ysbj{ position: relative;}
.ysbj:before{ position: absolute; left: 0; top: 0; content: ''; background: url("../images/ysbj.jpg") repeat-y center fixed; width: 100%; height: 500px;}
.ysbj .row{ position: relative;}
.ysbj .shili{ margin-top: 8%; background: rgba(255,255,255,0.95); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.ysbj .shili .tit .float-start{ background: #c40000; height: 66px; line-height: 66px; color: #fff; font-size: 20px; padding: 0 5%;}
.ysbj .shili .tit .float-start i{ display: inline-block; font-size: 24px; margin-right: 10px;}
.ysbj .shili .tit .float-end{ color: #666666; font-size: 16px; text-transform: uppercase; padding-right: 20% !important; transition: 0.3s;}
.ysbj .shili .content{ color: #666666; font-size: 16px; padding: 5%;}
.ysbj .shili .tit .float-end:hover{ color: #c40000; font-weight: bold;}
#zzry{ padding: 0 5% 5%; position: relative;}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#zzry .swiper-slide {
    text-align: left;
    transition:0.3s;
    padding: 15px 10px;

    /* 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{ display: block; width: 100%; background: #fff; height: 0; padding-bottom: 130%; position: relative; text-align: center; transition: 0.5s;}
#zzry .swiper-slide .pic a{ display: block; width: 100%; height: 100%; left: 0; position: absolute;}
#zzry .swiper-slide .pic a img{ max-width: 100%; max-height: 100%; transition:0.3s;}
#zzry .swiper-slide .pic:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.2);}
@media screen and (max-width:1440px){
}
@media screen and (max-width:991px){
    #zzry .swiper-slide .pic{ padding-bottom: 60%;}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:765px){
}

.ysbj .shili ul{ padding-bottom: 4% !important;}
.ysbj .shili ul li{ width: 250px; height: 250px; border: 2px solid rgba(255,255,255,0); box-shadow: 0 0 10px rgba(205,48,47,0.2); border-radius: 100%; text-align: center; transition: 0.3s;}
.ysbj .shili ul li h2{ color: #333333; font-size: 16px; padding-top: 15%;}
.ysbj .shili ul li h2 span{ color: #c40000; font-size: 60px; font-family: Bahnschrift; letter-spacing: -3px;}
.ysbj .shili ul li p{ font-size: 16px; color: #666666; padding: 0 0 10%;}
.ysbj .shili ul li svg{ width: 42px;}
.ysbj .shili ul li svg path{ fill: #c40000;}
.ysbj .shili ul li:hover{ border: 2px solid #c40000; box-shadow: none;}
@media screen and (max-width:1200px){
    .ysbj .shili ul li{ width: 200px; height: 200px;}
    .ysbj .shili ul li svg{ width: 30px;}
    .ysbj .shili ul li h2{ font-size: 14px;}
    .ysbj .shili ul li h2 span{ font-size: 40px;}
    .ysbj .shili ul li p{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .ysbj .shili ul li{ width: 200px; height: 200px;}
    .ysbj .shili ul li svg{ width: 30px;}
    .ysbj .shili ul li h2{ font-size: 14px;}
    .ysbj .shili ul li h2 span{ font-size: 40px;}
    .ysbj .shili ul li p{ font-size: 14px;}
}
@media screen and (max-width:500px){
    .ysbj .shili ul li{ width: 150px; height: 150px;}
    .ysbj .shili ul li i{ display: none;}
    .ysbj .shili ul li h2{ padding-top: 22%;}
    .ysbj .shili ul li h2 span{ font-size: 30px;}
    .ysbj .shili ul li p{ line-height: 25px; font-size: 12px;}
}


#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: 75%; 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: url("../images/al_tit_bj.png") repeat center rgba(255,255,255,0.9); transition:0.4s; padding: 3% 5%; opacity: 0;}
#scsl .swiper-slide .pic .font .tit .float-start{ color: #333333; font-size: 24px; position: relative; height: 50px;}
#scsl .swiper-slide .pic .font .tit .float-start span{ color: #c40000;}
#scsl .swiper-slide .pic .font .tit .float-start:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 45px; height: 3px; background: #c40000;}
#scsl .swiper-slide .pic .font .tit .float-end{ width: 130px; height: 40px; background: #c40000; line-height: 40px; text-align: center; color: #fff;}
#scsl .swiper-slide .pic .font p{ display: block; color: #7f7f7f; font-size: 16px; height: 40px; line-height: 40px; padding-top: 10px;}
#scsl .swiper-slide:hover img{ transform: scale(1.1);}
#scsl .swiper-slide:hover .pic .font{ opacity: 1; left: 10%;}
@media screen and (max-width:1200px){
    #scsl .swiper-slide:before{ display: none;}
}
@media screen and (max-width:991px){
    #scsl .swiper-slide .pic .font .tit .float-start{ font-size: 16px; height: 40px;}
    #scsl .swiper-slide .pic .font p{ font-size: 14px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:768px){
    #scsl .swiper-slide .pic .font .tit .float-start{ width: 100%;}
    #scsl .swiper-slide .pic .font .tit .float-end{ display: none;}
}

#gsjj_bj{ background: url("../images/jj_bj.jpg") no-repeat center fixed;}
#gsjj_bj .content{ color: #fff; margin: 3% 5%; font-size: 16px; text-align: center;}
#gsjj_bj ul li{ height: 50px; border: 1px solid rgba(255,255,255,0.5); width: 20%; text-align: center; line-height: 50px; margin: 0 2%; color: #fff; transition: 0.3s;}
#gsjj_bj ul li:last-of-type{ background: #c40000; border: 1px solid #c40000;}
#gsjj_bj ul li a{ color: #fff;}
#gsjj_bj ul li:hover{ color: #333; background: #fff; border: 1px solid #fff;}
#gsjj_bj ul li:hover a{ color: #333;}
@media screen and (max-width:991px){
    #gsjj_bj .content{ font-size: 14px; margin: 3%;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;}
    #gsjj_bj ul li{ width: 40%;}
}
#jj_wh{ margin-top: 3%; overflow: hidden;}
#jj_wh .swiper-container {
    width: 100%;
    height: 100%;
}
#jj_wh .swiper-slide {
    text-align: center;
    transition:0.3s;
    padding: 3%;
    cursor: default;
    background: rgba(255,255,255,0.8);

    /* 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;
}
#jj_wh .swiper-slide i{ transition: 0.5s;}
#jj_wh .swiper-slide i svg{ width: 40px;}
#jj_wh .swiper-slide i svg path{ fill: #c40000; transition: 0.3s;}
#jj_wh .swiper-slide p{ color: #333333; font-size: 18px; font-weight: bold; padding: 10px 0;}
#jj_wh .swiper-slide span{ display: block; color: #666666; font-size: 16px; min-height: 60px;}
#jj_wh .swiper-slide:hover{ background: rgba(196,0,0,0.8);}
#jj_wh .swiper-slide:hover i{transform:rotate3d(1,1,1,360deg);-webkit-transform:rotate3d(1,1,1,360deg); }
#jj_wh .swiper-slide:hover i svg path{ fill: #fff;}
#jj_wh .swiper-slide:hover p,#jj_wh .swiper-slide:hover span{ color: #fff;}
@media screen and (max-width:1400px){
    #jj_wh .swiper-slide span{ font-size: 14px;}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:765px){
}



#xwbj{ background: url("../images/xwbj.jpg") no-repeat center fixed;}
#indexNews{ margin-top: 3% !important;}
#indexNews li{ background: #fff; padding: 7% 5%; margin-bottom: 5%; transition: 0.3s; cursor: pointer; position: relative; overflow: hidden;}
#indexNews li .news_time{ float: left; color: #333333; line-height: 35px;}
#indexNews li .news_time p{ font-size: 46px;}
#indexNews li .news_time span{ font-size: 16px;}
#indexNews li .more{ float: right; height: 35px; line-height: 35px; background-image: linear-gradient(to bottom, #d03333 , #c40000); border-radius: 5px; color: #fff; padding: 0 7%; transition: 0.3s;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 16px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; height: 50px; line-height: 40px; border-bottom: 1px solid #e3e3e3; transition: 0.3s; position: relative;}
#indexNews li .news_title:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 15%; height: 1px; background: #c40000;}
#indexNews li .news_info{ color: #999999; font-size: 14px; padding: 3% 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
#indexNews li .content{ position: absolute; left: 0; top: 0; z-index: 1; background: #000; width: 100%; height: 100%; overflow: hidden; transition: 0.3s; opacity: 0;}
#indexNews li .content .pic{ display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#indexNews li .content .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 0.4;}
#indexNews li .content .tit{ position: absolute; z-index: 3; width: 100%; text-align: center; color: #fff; padding-top: 13%;}
#indexNews li .content .tit p{ display: inline-block; width: 76px; height: 76px; border-radius: 100%; border: 1px dashed #fff; line-height: 76px;}
#indexNews li .content .tit p svg{ width: 30px;}
#indexNews li .content .tit p svg path{ fill: #fff;}
#indexNews li .content .tit span{ display: block; font-size: 16px; padding-top: 4%;}
#indexNews li:hover .content{ opacity: 1;}
@media screen and (max-width:1400px){
    #indexNews li .content .pic{ padding-bottom: 70%;}
}
@media screen and (max-width:1200px){
    #indexNews li .content .pic{ padding-bottom: 78%;}
}
@media screen and (max-width:768px){
    #indexNews li .content .pic{ padding-bottom: 65%;}
}

/*公司简介*/
#gsjj_zy_bj{ background: url("../images/gsjj_bj.jpg") no-repeat center fixed;}
#gsjj_zy_bj .main{ padding-top: 3%;}
.home{ width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2);}
.home .container .float-start{ color: #fff;}
.home .container .float-start a{ color: #fff; padding: 0 10px;}
.home .container .float-start i{ display: inline-block;}
.home .container li{ color: #fff; padding: 1.5% 3%; font-size: 15px; transition: 0.3s; position: relative;}
/*.home .container li:before{ position: absolute; right: 0; top: 30%; content: ''; width: 1px; height: 40%; background: rgba(255,255,255,0.2);}*/
.home .container li:after{ position: absolute; left: 50%; bottom: -2px; content: ''; width: 0; height: 3px; background: #ce000c; transition: 0.3s;}
.home .container li a{ color: #fff;}
.home .container li:hover:after{ width: 70%; left: 15%; }
.home .container li:last-of-type:before{ display: none;}
@media screen and (max-width:991px){
    .home .container li{ float: left; width: 16%; text-align: center; font-size: 14px;}
}
@media screen and (max-width:768px){
    .home .container li{ width: 33%;}
}
#gsjj_zy_bj .content{ color: #fff; padding: 3% 0 0;}
.tit_jj{ display: inline-block; color: #333333; padding-right: 5%; position: relative; line-height: 50px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.tit_jj h2{ font-size: 26px; position: relative; z-index: 1;}
.tit_jj h2 span{ font-size: 16px; text-transform: uppercase;}
.tit_jj:before{ position: absolute; left: -13px; top: -13px; content: ''; background: url("../images/tit_right.png") no-repeat left top; width: 30px; height: 28px;}
.tit_jj:after{ position: absolute; right: 0; top: 0; content: ''; background: url("../images/yh.png") no-repeat right top; text-align: right; width: 50%; height: 100%; font-size: 120px; color: #c40000;}
.tit_jj p{ font-size: 20px; position: relative; padding-left: 100px;}
.tit_jj p:before{ position: absolute; left: 0; top: 50%; content: ''; width: 80px; height: 2px; background: #ce000c;}
.tit_jj_bai{ color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1);}
#gsjj_zy_bj .content .con{ padding: 3% 0 0; font-size: 16px; line-height: 35px; opacity: 0.8;}
#gsjj_zy_bj .content ul{ padding-top: 5% !important;}
#gsjj_zy_bj .content ul li{ cursor: pointer;}
#gsjj_zy_bj .content ul li h2{ font-size: 52px; font-family: Bahnschrift;transition: 0.3s;}
#gsjj_zy_bj .content ul li p{ padding: 5px 0 0 5px;}
#gsjj_zy_bj .content ul li p span{ display: block; height: 20px; line-height: 20px; background: #ce000c; padding: 0 5px; transition: 0.3s;}
#gsjj_zy_bj .content ul li:hover{ filter: drop-shadow(-8px 5px 8px rgba(196, 0, 0, 0.5));}
#gsjj_zy_bj .content ul li:hover h2{ color: #ce000c;}
#gsjj_zy_bj .content ul li:hover p span{ background: #fff; color: #ce000c;}
@media screen and (max-width:1400px){
    .tit_jj p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    .tit_jj p{ font-size: 15px;}
}
@media screen and (max-width:991px){
    #gsjj_zy_bj .content ul li h2{ font-size: 40px;}
    #gsjj_zy_bj .content ul li p{ font-size: 12px; line-height: 20px;}
    .tit_jj p{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #gsjj_zy_bj .content ul li{ float: left; width: 50%; margin-bottom: 5%;}
    .tit_jj h2{ font-size: 20px;}
    .tit_jj p{ font-size: 14px; padding-left: 40px;}
    .tit_jj:before{ display: none;}
    .tit_jj p:before{ width: 30px;}
    #gsjj_zy_bj .content{ font-size: 14px; line-height: 30px; padding: 3% 15px;}
}
@media screen and (max-width:500px){
    .tit_jj p{ font-size: 14px; padding-left: 0;}
    .tit_jj p:before{ display: none;}
}


#ldzc_bj{ background: url("../images/ldzc_bj.png") no-repeat 7% bottom;}
#ldzc_bj .con{ padding: 5% 0 0; color: #666666; font-size: 15px; line-height: 35px;}

#whbj{ background: url("../images/whbj.jpg") no-repeat center fixed;}
#whbj ul{ padding-top: 5% !important;}
#whbj ul li{ color: #fff;}
#whbj ul li p{ float: left; margin-right: 10px !important; width: 50px; height: 50px; text-align: center; line-height: 50px;}
#whbj ul li p i{ position: relative; font-size: 30px; color: #bc0304;}
#whbj ul li p:before{ position: absolute; left: 0; top: 0; content: ''; background: url("../images/wh_before.png") no-repeat left top; width: 50px; height: 50px; }
#whbj ul li h3{ font-size: 20px; font-weight: bold !important;}
#whbj ul li span{ font-size: 16px;}
@media screen and (max-width:1200px){
    #whbj ul li h3{ font-size: 16px;}
    #whbj ul li span{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #whbj ul li{ width: 100%; margin-bottom: 5%;}
    #whbj ul li h3{ font-size: 18px;}
    #whbj ul li span{ font-size: 14px;}
    #ldzc_bj .pic{ padding-top: 5%;}
}
@media screen and (max-width:768px){

}

.zuji .tit_jj p,.crcm .tit_jj p{ font-size: 16px;}
.zuji ul{ padding-top: 3% !important;}
.zuji ul li{ margin-top: 5%; cursor: pointer;}
.zuji ul li p span{ display: block; width: 45px; height: 45px; background: #ce000c; border-radius: 100%; text-align: center; line-height: 45px; color: #fff; position: relative; transition: 0.5s;}
.zuji ul li p{ width: 55px; height: 55px; background: #f5ccce; border-radius: 100%; padding: 5px; transition: 0.5s;}
.zuji ul li .float-start{ padding-left: 3%; color: #666666; font-size: 16px;}
.zuji ul li:hover p{ background: #ccc;}
.zuji ul li:hover p span{ background: #333;}
.zuji dl{ padding-top: 3%;}
.zuji dl dd{ padding: 0 0.5%; position: relative; overflow: hidden;}
.zuji dl dd .pic{ background: #000; overflow: hidden;}
.zuji dl dd .pic img{ width: 100%; transition: 0.3s;}
.zuji dl dd .font{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; z-index: 1; writing-mode: vertical-lr; font-size: 24px; font-weight: bold; padding: 7%; letter-spacing: 5px; transition: 0.5s;}
.zuji dl dd:hover .pic img{transform: scale(1.1); opacity: 0.5;}
.zuji dl dd:hover .font{ letter-spacing: 10px; }
@media screen and (max-width:1440px){
    .zuji .tit_jj p{ padding: 0;}
    .zuji .tit_jj p:before{ display: none;}
    .zuji ul li .float-start{ font-size: 14px; line-height: 25px;}
}
@media screen and (max-width:1200px){
    .zuji .tit_jj p{ font-size: 14px;}
}


.crcm .con ul{ padding-top: 10% !important;}
.crcm .con ul li{ background: #c40000; height: 40px; line-height: 40px; color: #fff; float: left; position: relative; padding: 0 20px 0 25px; font-size: 16px;}
.crcm .con ul li p{ position: absolute; left: -16px; top: 4px; width: 30px; height: 30px; background: #c40000; border: 2px solid #fff; border-radius: 100%; text-align: center; line-height: 26px;}
.crcm .con ul li p i{ color: #fff; font-size: 16px;}

#crcm_nr{ overflow: hidden; margin-top: 5%;}
#crcm_nr .swiper-container {
    width: 100%;
    height: 100%;
}
#crcm_nr .swiper-slide {
    text-align: left;
    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;
}
#crcm_nr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; text-align: center; overflow: hidden;}
#crcm_nr .swiper-slide .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#crcm_nr .swiper-slide .pic p{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; height: 50px; transition: 0.3s; background: rgba(0,0,0,0.5); line-height: 50px; color: #fff; font-size: 16px;}
#crcm_nr .swiper-slide:hover p{ background: rgba(196,0,0,0.9); color: #fff;}
#crcm_nr .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1400px){
    .crcm .con ul li{ padding: 0 10px 0 15px; font-size: 14px;}
    .crcm .tit_jj p{ padding: 0;}
    .crcm .tit_jj p:before{ display: none;}
}
@media screen and (max-width:1200px){
    .crcm .tit_jj p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .crcm .con ul{ padding: 5% 0 !important; margin-bottom: 5% !important;}
    .crcm .con ul li{ float: left; width: 21%; margin:  0 2%; text-align: center;}
}
@media screen and (max-width:768px){
    .crcm .con ul li{ width: 45%; margin-bottom: 5%;}
}


#rybj{ background: url("../images/rybj.jpg") no-repeat center fixed;}
#zzry_zy{ overflow: hidden; margin-top: 5%;}
#zzry_zy .swiper-container {
    width: 100%;
    height: 100%;
}
#zzry_zy .swiper-slide {
    text-align: left;
    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;
}
#zzry_zy .swiper-slide .pic{ display: block; width: 100%; height: 0; background: #fff; padding-bottom: 72%; position: relative; text-align: center; overflow: hidden;}
#zzry_zy .swiper-slide .pic a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; }
#zzry_zy .swiper-slide .pic img{ max-width: 100%; height: 100%; transition: 0.3s;}
#zzry_zy .swiper-slide .pic p{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; height: 50px; transition: 0.3s; background: rgba(0,0,0,0.5); line-height: 50px; color: #fff; font-size: 16px;}
#zzry_zy .swiper-slide:hover p{ background: rgba(196,0,0,0.9); color: #fff;}
#zzry_zy .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}


/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner p{ text-align: center; overflow: hidden;}
#zi_banner p img{ width: 100%;}
#home_zy{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; padding-top: 2%;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #zi_banner p img{ width: 150%; margin-left: -15%;}
}
@media screen and (max-width:768px) {
    #zi_banner p img { width: 240%; margin-left: -25%;}
}
@media screen and (max-width:450px) {
    #zi_banner p img { width: 300%; margin-left: -25%;}
}



.hui{ background: #f8f9fb;}
.bai{ background: #fff;}
.pro-sider{ background: #fff;}
.pro-sider .in-title{ padding: 8% 5% 0;}
.pro-sider .in-title p{ font-size: 18px; color: #35363b; position: relative; padding-left: 20px;}
.pro-sider .in-title p:before{ position: absolute; left: 0; top: 10%; width: 3px; height: 80%; background: #c40000; content: '';}
.pro-sider .in-title p span{ font-family: arial; font-size: 12px; color: #aeaeae; text-transform: uppercase;}
.pro-sider-ul { height: auto; text-align: left; padding: 15px 15px 30px !important;}
.pro-sider-ul li{ border-bottom: 1px solid #e8e9eb; width: 100%; cursor: pointer; height: 60px; line-height: 60px;}
.pro-sider-ul li .float-left{ color: #666666; font-size: 16px;}
.pro-sider-ul li i{ float: right; color: #999; font-size: 20px;}
.pro-sider-ul li:hover .float-left,.pro-sider-ul li:hover i{ color: #c40000;}
.pro-sider-ul #li-on .float-left,.pro-sider-ul #li-on i{ color: #c40000;}
@media screen and (max-width:1440px){
    .pro-sider .in-title p span{ display: none;}
}
@media screen and (max-width:1200px){
    .pro-sider .in-title p{ font-size: 20px;}
    .pro-sider .in-title span,.pro-sider-ul li .float-left{ font-size: 14px;}
}


#xgcp{ padding: 30px 15px !important;}
#xgcp li{ margin-bottom: 10%; background: #fff; border: 1px solid #ededed; border-radius: 5px; padding: 10px; transition: 0.3s;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li .tit{ padding-top: 2%;}
#xgcp li p{ border-left: 2px solid #c40000; height: 15px; line-height: 15px; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; padding-left: 10px;}
#xgcp li span{ display: block; width: 20px; height: 20px; background: #c30008; border-radius: 100%; line-height: 20px; text-align: center; color: #fff;transition: 0.3s;}
#xgcp li:hover{ background: #c40000; border: 1px solid #c40000;}
#xgcp li:hover p{ color: #fff; border-left: 2px solid #fff;}
#xgcp li:hover span{ background: #fff; color: #c30008;}
#xgcp li:hover .pic img{ transform: scale(1.1);}



.news01 {padding: 0;}
.news01 li{ margin-bottom: 7%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
/*.news01 .shuiyin{position: absolute; background: url("../images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.news01 .txtbox span{ width: 100%; display: block; z-index: 1; position: relative; transition:0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #c40000; height: 2px; width:100%;  left: 0; bottom: 0;
    transition: all 0.5s;
    -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;
}
.news01 .slide:hover .txtbox::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);
}
.news01 .slide:hover .txtbox span{ color: #c40000;}


.news01 li .wrapUp {
    position: relative;
    overflow: hidden;
}
.news01 li .mask {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}
.news01 li .mask:before,
.news01 li .mask:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bgi-business-item.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}
.news01 li .mask:before {
    -webkit-clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news01 li .mask:after {
    -webkit-clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.news01 li .mask .wrapIn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 80%;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.news01 li .mask .wrapIn .title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.25;
    font-size: 16px;
}
.news01 li .mask .wrapIn .title_en {
    margin-top: 0.2rem;
    text-transform: uppercase;
    opacity: .3;
    line-height: 1.25;
}
.news01 li .mask .wrapIn .hr {
    margin-top: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    width: 44px;
    height: 1px;
    background-color: #fff;
}
.news01 li .mask .wrapIn .rarr {
    margin-top: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 40px;
    background-image: url(../images/arrow-rarr1.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
    .news01 li:hover .mask {
        -webkit-transition: all 250ms ease-out 0ms;
        transition: all 250ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .news01 li:hover .mask:before,
    .news01 li:hover .mask:after {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 400ms ease-out 0ms;
        transition: all 400ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
    }
    .news01 li:hover .mask .wrapIn {
        -webkit-transition: all 250ms ease-out 340ms;
        transition: all 250ms ease-out 340ms;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}


.news_nr {padding: 0;}
.news_nr .t1 {color:#222;font-size:22px;display:inline;}
.news_nr .t2 {color:rgba(51,51,51,.42);font-size:14px;margin-left:25px;display:inline;}
.news_nr .t3 {display:block;flex:1;max-width:130px;color:#fff;background:#282475;text-align:center;line-height:35px;margin-left:3px;}
.news_nr .t3:hover,.news_nr .t3.active {background: #db2016;}
.news_nr .title i {width:50px;height:3px;background: #db2016;display:block;margin-top:15px;}
.news_nr .slide {margin-bottom: 8% !important; transition:.3s all ease; background: #fff; border: 1px solid #efefef;}
.news_nr .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news_nr .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news_nr .imgbox .jh{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; left: 0; top: 0; z-index: 2; color: #fff; padding-top: 30%; opacity: 0; transition: 0.3s;}
.news_nr .imgbox .jh i{ color: rgba(255,255,255,0.8); font-size: 40px;}
.news_nr .imgbox1 {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news_nr .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news_nr .imgbox1 p img{ max-width: 100%; height: 100%;}
.news_nr .txtbox { padding: 5%; position: relative;}
.news_nr .txtbox .time{ position: absolute; width: 70px; height: 70px; background: #c40000; right: 20px; top: -45px; z-index: 8; text-align: center; color: #fff; line-height: 20px;}
.news_nr .txtbox .time p{ padding-top: 15px; font-weight: bold; font-size: 16px;}
.news_nr .txtbox .time span{ text-transform: uppercase;}
.news_nr .c1 {color:#282828;font-size:18px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; border-bottom: 1px dashed #cacaca; padding: 10px 0;}
.news_nr .c2 { margin-top:15px; color:#8b8b8b; font-size: 14px; line-height: 28px; height: auto; overflow:hidden; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.news_nr .c3 {margin-top:15px;transition:.36s all ease; text-transform: uppercase;}
.news_nr .slide:hover { filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2)); background: #fff;}
.news_nr .slide:hover .imgbox img {transform: scale(1.1); filter:blur(2px);}
.news_nr .slide:hover .c1,.news_nr .slide:hover .c3 {color:#c40000;}
.news_nr .slide:hover .jh{ opacity: 1;}


#lxwm_in li{ background: #f5f7fa; text-align: center; padding: 10% 3%;}
#lxwm_in li .tit{ font-size: 22px; color: #666;}
#lxwm_in li .pic{ padding: 8% 0;}
#lxwm_in li .con{ color: #7d8084;}
@media screen and (max-width:991px){
    #lxwm_in li{ margin-bottom: 2%;}
}

.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}


/*产品中心*/
.cpclass{ background: url("../images/cpinfo_bj.jpg") no-repeat center fixed;}
.cpclass .main{ padding-top: 3%; position: relative;}
.cpclass .cp_class_nr{ margin: 0 auto !important; padding-top: 5% !important;}
.cpclass .cp_class_nr .pic{ text-align: center;}
.cpclass .cp_class_nr .pic img{ max-width: 100%;}
.cpclass .cp_class_nr .content{ color: #fff; padding: 10% 0; line-height: 40px; font-size: 16px;}
.cpclass .cp_class_nr .more{ height: 45px; line-height: 45px; transition: 0.3s; background: #c40000; color: #fff; text-align: center;}
.cpclass .cp_class_nr .more:hover{ background: #333;}
.cpclass .cp_class_nr .eng{ color: rgba(255,255,255,0.05); text-transform: uppercase; font-family: Bahnschrift; font-size: 36px; margin-top: 10%;}
.mouse1{
    width: 20px; height: 37px; position: absolute; z-index: 2; bottom: 5%; animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; -o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate; display: block; left: 50%; margin-left: -10px; color: transparent; font-size: 0;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@media screen and (max-width:1440px){
    .cp_class_nr .tit_jj p{ padding: 0;}
    .cp_class_nr .tit_jj p:before{ display: none;}
}
@media screen and (max-width:1200px){
    .cp_class_nr .tit_jj p{ padding: 0; font-size: 16px;}
    .cpclass .cp_class_nr .content{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .cp_class_nr .tit_jj p{ font-size: 14px;}
}

.cpinfo_lb li{ margin-bottom: 5%;}
.cpinfo_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; text-align: center; overflow: hidden;}
.cpinfo_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.cpinfo_lb li .img .font{ position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(19,28,64,0.5); transition:0.4s; padding: 0; opacity: 0; text-align: center; overflow: hidden;}
.cpinfo_lb li .img .font:before{ position: absolute; content: ''; left: 5%; top: 5%; width: 90%; height: 90%; border: 1px dashed rgba(255,255,255,0.3);}
.cpinfo_lb li .img .font p{ color: #fff; font-size: 16px; padding-top: 4%;}
.cpinfo_lb li .img .font i{ color: #fff; font-size: 50px;}
.cpinfo_lb li .title{ border: 1px solid #e1e1e1; height: 48px; line-height: 48px; width: 100%; font-size: 16px; text-align: center; transition: 0.3s;}
.cpinfo_lb li:hover .title{ background: #c40000; border: 1px solid #c40000; color: #fff;}
.cpinfo_lb li:hover .img .font{ opacity: 1; left: 0; top: 0; width: 100%; height: 100%; padding: 30% 0 0;}


.cp_info_nr{ background: rgba(255,255,255,0.8); margin-top: 4%; padding: 3%;}
.cp_left{ height: 0; padding-bottom: 38%; position: relative; overflow: hidden; }
.cp_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right{ padding: 0 3%; }
.cp_right .tit{ color: #333333; font-size: 36px; position: relative;}
.cp_right .tit h2{ position: relative; z-index: 1; }
.cp_right .tit:before{ position: absolute; left: -13px; top: -13px; content: ''; background: url(../images/tit_right.png) no-repeat left top; width: 30px; height: 28px;}
.cp_right dl{ padding: 5% 0; margin: 0;}
.cp_right dl dd{ height: 40px; line-height: 40px; background: #e6dce3; color: #c40000; font-size: 16px; padding: 0 5%;}
.cp_right .content{ border-top: 1px dashed #bebebe; padding: 5% 0 7%;}
.cp_right .content p{ color: #666666; font-size: 15px; line-height: 35px;}
.cp_right ul li{ background: url("../images/cpinfo_bj1.png") no-repeat -200% -55% #c40000; padding: 10% 10%; color: #fff; overflow: hidden; transition: 0.3s;}
.cp_right ul .col-6:last-of-type li{ background: url("../images/cpinfo_bj2.png") no-repeat -130% 40px #141d44;}
.cp_right ul li .bt p{ font-size: 26px; position: relative;}
.cp_right ul li .bt p:before{ position: absolute; left: -22%; top: 40%; content: ''; width: 20%; height: 7px; background: #fff;}
.cp_right ul li .bt span{ font-size: 16px;}
.cp_right ul li .more{ height: 26px; line-height: 26px; color: #fff; float: right; margin-top: 8%; padding: 0 10px; border: 1px solid #fff; border-radius: 15px; transition: 0.3s;}
.cp_right ul li .more:hover{ background: #fff; color: #333;}
.cp_right ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.3);}
@media screen and (max-width:1200px){
    .cp_right dl dd{ font-size: 14px;}
    .cp_right ul li .bt{ line-height: 25px;}
    .cp_right ul li .bt p{ font-size: 20px;}
    .cp_right ul li .bt span{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .cp_left{ padding-bottom: 60%;}
    .cp_right{ margin-top: 3%;}
    .cp_right dl dd{ float: left; width: 25%; text-align: center;}
    .cp_right .tit{ margin-top: 5%;}
}
@media screen and (max-width:768px){
    .cp_right dl dd{ float: left; width: 47%; margin:  0 1% 3%;}
    .cp_right ul li .more{ font-size: 12px;}
}


.cpnr_con{ padding: 3% 0 5%; font-size: 16px; color: #666;line-height: 35px;}
.ystit{ text-align: center; color: #333333; font-size: 36px;}
.ystit i{ display: inline-block; color: #dc1b1b; font-size: 36px; margin-right: 10px;}
.ystit span{ font-size: 48px; color: #c40000; font-weight: bold; font-family: Bahnschrift;}

.ysnr1{ padding: 5% 0 !important;}
.ysnr1 li{ position: relative; width: 168px; height: 168px; text-align: center; color: #333333; font-size: 30px; line-height: 40px; padding-top: 20px; transition: 0.3s; cursor: pointer;}
.ysnr1 li:hover{ color: #c40000;}
.ysnr1 li .pic{ transition: 0.5s;}
.ysnr1 li .pic img{ width: 100%; transition: 0.5s;}
.ysnr1 li p{ position: absolute; left: 0; width: 100%; height: auto; top: 30%; z-index: 1;}
/*.ysnr1 li:hover .pic img{transform: rotate(360deg);}*/
.ysnr2 li{ cursor: default;}
.ysnr2 p{ width: 75px; height: 75px; background: #c40000; border-radius: 100%; line-height: 75px; text-align: center; color: #fff; font-size: 42px; transition: 0.3s;}
.ysnr2 span{ display: block; font-size: 36px; border-bottom: 2px solid #c40000; height: 50px; padding: 0 10px; margin-left: 20px; position: relative; transition: 0.3s;}
.ysnr2 span:before{ position: absolute; left: 0; bottom: -2px; height: 3px; width: 0; background: #333; content: ''; transition: 0.3s;}
.ysnr2 li:hover p{ background: #333;}
.ysnr2 li:hover span:before{ width: 100%;}
@media screen and (max-width:1440px){
    .ystit{ font-size: 30px;}
    .ysnr1 li{ font-size: 26px; line-height: 35px; padding-top: 30px;}
    .ysnr2 span{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    .ystit{ font-size: 26px;}
    .ysnr1 li{ font-size: 22px; line-height: 30px; padding-top: 20px; width: 130px; height: 100px;}
    .ysnr2 p{ width: 60px; height: 60px; font-size: 36px; line-height: 60px;}
    .ysnr2 span{ font-size: 24px;}
}
@media screen and (max-width:991px){
    .ysnr1,.ysnr2{ text-align: center;}
    .ysnr1 li{ margin: 0 5%; display: inline-block;}
    .ysnr2 li{ display: inline-block !important; width: 45%; margin: 0 2% 4%;}
    .ysnr2 p{ float: left;}
    .ysnr2 span{ display: block; float: left; width: 70%;}
    .cpnr_con{ padding: 5%; font-size: 14px !important;}
    .cpnr_con p,.cpnr_con p span{ font-size: 14px !important;}
}
@media screen and (max-width:768px){
    .ystit{ font-size: 22px;}
    .ysnr2 li{ width: 100%;}
}




#xgcp{ overflow: hidden; margin-top: 5%;}
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
}
#xgcp .swiper-slide {
    text-align: left;
    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;
}
#xgcp .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; text-align: center; overflow: hidden;}
#xgcp .swiper-slide .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#xgcp .swiper-slide p{ width: 100%; border: 1px solid #e1e1e1; text-align: center; height: 50px; transition: 0.3s; line-height: 50px; color: #333; font-size: 16px;}
#xgcp .swiper-slide:hover p{ background: #c40000; color: #fff; border: 1px solid #c40000;}
#xgcp .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}


#cpys{ overflow: hidden; margin-top: 5%;}
#cpys .swiper-container {
    width: 100%;
    height: 100%;
}
#cpys .swiper-slide {
    text-align: center;
    transition:0.3s;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 3%;
    min-height: 590px;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#cpys .swiper-slide .tit{ height: 55px; background: #c40000; line-height: 55px; border-radius: 30px; color: #fff; font-size: 24px; font-weight: bold; width: 90%; text-align: center;}
#cpys .swiper-slide ul{ width: 90%; padding: 10% 0 !important;}
#cpys .swiper-slide ul li{ border-bottom: 1px dashed #d8d8d8; height: 45px; line-height: 45px; font-size: 16px;}
#cpys .swiper-slide ul li i{ color: #c40000; float: left;}
#cpys .swiper-slide ul li i:last-of-type{ float: right;}
#cpys .swiper-slide .content{ color: #333333; font-size: 16px; padding: 10% 0;}










/*翻页*/
.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;
}
