.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") no-repeat center; width: 100%; height: 100%; background-size: 80%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}
.p15{ padding-left: 10px !important; padding-right: 10 !important;}

#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
}


.content_zy{ width: 100%; margin-bottom: 5%;}
.content_zy table{ width: 100% !important;}
.content_zy table td{ text-align: center; border: 1px solid #efefef; padding: 10px 0 !important; font-size: 13px;}
.content_zy table tr:nth-of-type(1){ background: #004098; color: #fff; font-size: 14px;}
.content_zy table tr td:nth-of-type(1){ background: #004098; color: #fff; font-size: 14px;}


/*头部*/
#top_index{ height: auto; margin: 0 auto; position: fixed; z-index: 55; transition: 0.3s; padding: 0; background: rgba(12,22,39,0.4);}
#logo{ text-align: center; transition: 0.3s; position: relative;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s;}
#logo .show{ display: inline-block;}
#logo .hidden{ display: none;}
#top_tel{ color: #fff; font-size: 14px; line-height: 25px; transition: 0.3s;}
#top_tel i{ font-size: 32px;}
#top_tel .float-start{ padding-left: 10px;}
#top_tel p{ font-family: Impact; font-size: 26px; transition: 0.3s;}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav .sub{ font-size: 16px; color: #fff; padding: 30px 0;  transition:0.5s; position: relative;}
#nav .sub .big{ display: block;color: #fff; transition: 0.5s; }
#nav .sub:before{ position: absolute; left: 50%; bottom: 0; background: #fff; content: ''; height: 3px; width: 0; transition: 0.3s;}
#nav .sub:hover:before{ width: 30%; left: 35%;}

#nav .sub .drop{ position: absolute; left: -50%; width: 200%; top: 100%; display: none;}
#nav .sub .drop li { opacity: 0; transform-origin: top center;}
#nav .sub .drop li a { background-color: rgba(12,22,39,0.6); height: 40px; line-height: 40px; color: #fff; display: block; font-size: 14px;}
#nav .sub:hover .drop{ display: block;}
#nav .sub:hover .menu6 li:first-of-type { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.1s;}
#nav .sub:hover .menu6 li:nth-of-type(2) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.2s;}
#nav .sub:hover .menu6 li:nth-of-type(3) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.3s;}
#nav .sub:hover .menu6 li:nth-of-type(4) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.3s;}
#nav .sub:hover .menu6 li:nth-of-type(5) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.3s;}
#nav .sub:hover .menu6 li:nth-of-type(6) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.3s;}
#nav .sub:hover .menu6 li:nth-of-type(7) { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.3s;}
#nav .sub:hover .menu6 li:last-of-type { animation: menu6 0.3s ease-in-out forwards; animation-delay: 0.4s; }
@keyframes menu6 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width:1750px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1400px){
    #top_tel p{ font-size: 22px;}
}
@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: 90%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
}


.top_bj_active{ width: 100%; z-index: 20; top: 0; background: rgba(0,0,0,0.7) !important; box-shadow: 0 0 20px rgba(0,0,0,0.1); position: fixed !important;}
.top_bj_active #logo img{ transform: scale(0.8);}
.top_bj_active #nav .sub{ padding: 15px 0; font-size: 16px;}
.top_bj_active #top_tel{ transform: scale(0.8);}



.banner {height: auto;overflow: hidden;z-index: 3;}
.banner .swiper-slide a{display: block;position: relative;}
.banner .swiper-slide .bimg{display: block;height: auto;overflow: hidden;}
.banner .swiper-slide .bimg img{display: block;width: 100%; height: auto; transition:all 1.2s ease 0s;}
.banner .swiper-slide-active .bimg img{animation: bimg 6s linear 0s;}
@keyframes bimg {
    0% {
        transform: scale(1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1.1);
        animation-timing-function: ease-out;
    }
}

.banner .swiper-pagination{bottom: 5% !important;}
.banner .swiper-pagination-bullet{transition:.4s;}
.banner .swiper-pagination-bullet-active{background: #fff;width: 8px;height: 30px;border-radius: 10px;}

#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){
}
@media screen and (max-width:991px){
}






/*底部*/
#end_bj{ background: url("../images/end_bj.jpg") no-repeat center bottom; background-size: 100% 100%; width: 100%; text-align: left; position: relative;}
#end_bj{ width: 100%; height: auto; color: #999999; position: relative;}
#end_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_bj a:hover{ color: #fff !important;}

#end_bj .main{ padding-top: 0; }
#end_bj #end_tel{ border-bottom: 1px solid rgba(255,255,255,0.05); padding: 20px 0;}
#end_bj #end_tel .float-start{ color: #fff; font-size: 16px; width: 70% !important;}
#end_bj #end_tel .float-start i{ font-size: 18px; margin-right: 10px;}
#end_bj #end_tel h2{ font-size: 24px;}
#end_bj #end_tel .float-end{ height: 40px; line-height: 40px; background: #e50012; border-radius: 20px; color: #fff; padding: 0 50px; transition: 0.3s;}
#end_bj #end_tel .float-end:hover{ background: #004098;}

#end_bj .end_nav ul li{ height: 40px; line-height: 40px; width: 16%; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#end_bj .end_nav ul li a{ color: rgba(255,255,255,0.5);}
#end_bj .end_nav ul .big{ color: #fff;}
#end_bj .end_nav ul .big span{ color: #e50012; font-size: 20px;}
#end_bj .end_nav p{ padding-top: 30px; color: rgba(255,255,255,0.5);}
#end_bj .end_nav p i{ color: #e50012; margin-right: 10px;}

#end_bj .float-right{ text-align: center;}
#end_bj .ewm{ padding: 10px; float: right; text-align: center;}
#end_bj .ewm p{ height: 160px;}
#end_bj .ewm img{ max-width: 100%; max-height: 100%;}
#end_bj .ewm span{ display: block; line-height: 22px; color: #fff; padding-top: 10%;}


@media screen and (max-width:1700px){
}
@media screen and (max-width:1440px){
    #end_bj .ewm p{ height: 125px;}
    #end_bj #end_tel h2{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    #end_bj .end_nav ul li{ width: 15%; padding: 0; font-size: 12px;}
    #end_bj #end_tel h2{ font-size: 18px;}
    #end_bj #end_tel .float-start,#end_bj #end_tel .float-start i{ font-size: 14px;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    #end_bj #end_tel .float-start{ font-size: 14px;}
    #end_bj #end_tel h2{ font-size: 18px;}
    #end_bj #end_tel .float-start,#end_bj .ewm{ width: 100% !important;}
    #end_bj #end_tel .float-end{ display: none;}
}


#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #96a4b5; border-top: 1px solid rgba(255,255,255,0.05); }
#end_line a{ color: #96a4b5;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: #0050aa;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
}




/*首页*/
.tit_in{ text-align: center; position: relative;}
.tit_in:before{ color: #f9f9f9; text-transform: uppercase; content: attr(data-title); font-weight: bold; font-size: 90px; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: 0; display: block; width: 100%;}
.tit_in h2{ position: relative; z-index: 1; color: #282828; font-size: 36px; display: inline-block;}
.tit_in h2 span{ color: #004098; font-weight: bold;}
.tit_in h2:before{ position: absolute; background: url("../images/tit_line1.png") no-repeat left center; width: 21px; height: 22px; left: -40px; top: 30%; content: '';}
.tit_in h2:after{ position: absolute; background: url("../images/tit_line.png") no-repeat left center; width: 21px; height: 22px; right: -40px; top: 30%; content: '';}
.tit_in p{ color: #666666; font-size: 18px; padding-top: 5px;}

.tit_bai h2,.tit_bai h2 span,.tit_bai p{ color: #fff;}
.tit_bai:before{ color: rgba(255,255,255,0.05);}

#cpzx{ margin: 3% 0 0;}
#cpzx .swiper-slide { background-position: center; position: relative;}
#cpzx .gallery-top { height: auto; color: #fff; overflow: hidden; padding: 0;}
#cpzx .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px; background: url("../images/cpbj.jpg") no-repeat center; background-size: 100% 100%; padding: 4%;}
#cpzx .gallery-top .swiper-slide .pic{ width: 55%; height: 0; padding-bottom: 40%; border-radius: 10px; position: relative; overflow: hidden; transition: 0.3s;}
#cpzx .gallery-top .swiper-slide .pic a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; text-align: center; position: absolute;}
#cpzx .gallery-top .swiper-slide .pic a img{ max-width: 100%; height: 100%; transition: 0.3s;}
#cpzx .gallery-top .swiper-slide .font{ width: 45%; padding-left: 3%;}
#cpzx .gallery-top .swiper-slide .tit h2{ color: #fff; font-size: 20px; font-weight: bold !important; background: url("../images/tit_line.png") no-repeat left center; padding-left: 40px;}
#cpzx .gallery-top .swiper-slide .tit p{ color: #fff; font-size: 16px;}
#cpzx .gallery-top .swiper-slide .con{ margin: 7% 0 10%; color: rgba(255,255,255,0.5); font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpzx .gallery-top .swiper-slide ul li{ text-align: center;}
#cpzx .gallery-top .swiper-slide ul li p{ font-size: 16px;}
#cpzx .gallery-top .swiper-slide ul li i{ width: 63px; height: 63px; border: 1px solid rgba(255,255,255,0.2); line-height: 60px; text-align: center; border-radius: 5px; font-size: 30px; transition: 0.3s;}
#cpzx .gallery-top .swiper-slide .more{ height: 45px; line-height: 45px; border: 1px solid rgba(255,255,255,0.2); width: 40%; border-radius: 5px; margin-top: 8%; transition: 0.3s; color: #fff;}
#cpzx .gallery-top .swiper-slide .more i{ margin-left: 10px; font-size: 20px;}
#cpzx .gallery-top .swiper-slide ul li:hover i{ background: #004098; border: 1px solid #004098; color: #fff;}
#cpzx .gallery-top .swiper-slide .more:hover{ background: #004098; border: 1px solid #004098; color: #fff;}
#cpzx .gallery-thumbs { height: auto; text-align: left; overflow: hidden; padding-right: 3%;}
#cpzx .gallery-thumbs .swiper-wrapper{ width: auto; background: #333333;}
#cpzx .gallery-thumbs .swiper-slide { width: 100%; cursor: pointer; padding: 7% 0 5% 10%; border-bottom: 1px solid rgba(255,255,255,0.1); position: relative; height: auto; background: #333333;}
#cpzx .gallery-thumbs .swiper-slide i{ color: rgba(255,255,255,0.5); font-size: 20px; margin-right: 10px;}
#cpzx .gallery-thumbs .swiper-slide p{ color: #fff; font-size: 18px}
#cpzx .gallery-thumbs .swiper-slide-thumb-active{ background: #004098; }
@media screen and (max-width:1440px){
    .tit_in h2{ font-size: 28px;}
    .tit_in p{ font-size: 16px;}
    .tit_in:before{ font-size: 60px;}
    .tit_in h2:before,.tit_in h2:after{ top: 20%;}
    #cpzx .gallery-thumbs .swiper-slide p{ font-size: 15px;}
    #cpzx .gallery-top .swiper-slide .tit p{ font-size: 14px;}
    #cpzx .gallery-top .swiper-slide .con{  font-size: 13px; line-height: 25px;}
    #cpzx .gallery-top .swiper-slide ul li p{ font-size: 14px;}
    #cpzx .gallery-top .swiper-slide .more{ font-size: 13px;}
    #cpzx .gallery-top .swiper-slide .more i{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #cpzx .gallery-thumbs .swiper-slide p{ font-size: 13px;}
    #cpzx .gallery-thumbs .swiper-slide i{ font-size: 16px;}
    #cpzx .gallery-top .swiper-slide .tit h2{ font-size: 18px;}
    #cpzx .gallery-top .swiper-slide ul li i{ width: 50px; height: 50px; line-height: 50px; font-size: 20px;}
    #cpzx .gallery-top .swiper-slide ul li p{ font-size: 12px;}
    #cpzx .gallery-top .swiper-slide .more{ font-size: 12px; width: 50%; margin-top: 3%;}
    #cpzx .gallery-top .swiper-slide .con{ font-size: 12px; margin: 3% 0;}
}
@media screen and (max-width:991px){
    #cpzx .gallery-thumbs{ margin: 0 0 3% !important; padding: 0 !important;}
    #cpzx .gallery-thumbs .swiper-slide{ padding: 2%;}
    .tit_in h2{ font-size: 22px;}
    .tit_in h2:before,.tit_in h2:after{ top: 10%;}
    .tit_in p{ font-size: 14px;}
    .tit_in:before{ font-size: 42px;}
}
@media screen and (max-width:768px){
    #cpzx .gallery-top .swiper-slide .pic,#cpzx .gallery-top .swiper-slide .font{ width: 100%;}
    #cpzx .gallery-top .swiper-slide .pic{ padding-bottom: 75%; margin-bottom: 3%;}
    .tit_in p{ font-size: 12px;}
    .tit_in:before{ font-size: 36px;}
}



#pro_in{ position: relative;}
#pro_in .swiper-container {
    width: 100%;
    height: 100%;
    padding: 3% 0 0;
    overflow: hidden;
}
#pro_in .swiper-slide {
    text-align: center;
    overflow: hidden;
    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;
}
#pro_in .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; border: 1px solid #ededed; transition: 0.3s; background: #fff;}
#pro_in .swiper-slide .pic img{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
/*#pro_in .swiper-slide .pic a img{ max-width: 100%; height: 100%; transition: 0.3s;}*/
#pro_in .swiper-slide .font{ width: 100%; background: #fafbfd; padding: 3%;}
#pro_in .swiper-slide .tit{ width: 100%; line-height: 30px; border-bottom: 1px solid #f4f4f4; padding: 5% 0;}
#pro_in .swiper-slide .tit h2{ font-size: 16px; color: #282828; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#pro_in .swiper-slide .tit p{ color: #999; transition: 0.3s;}
#pro_in .swiper-slide .more{ color: #666666; margin: 5% auto 3%; font-size: 14px; height: 50px; line-height: 50px; transition: 0.3s; width: 80%;}
#pro_in .swiper-slide .more i{ color: #004098; font-size: 20px; margin-left: 10px; transition: 0.3s;}
#pro_in .swiper-slide:hover img{ transform: scale(1.1);}
#pro_in .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}
#pro_in .swiper-slide:hover .more{ background: #004098; color: #fff;}
#pro_in .swiper-slide:hover .more i{ color: #fff;}
#pro_in .swiper-slide:hover .tit p{ color: #e8311f;}
@media screen and (max-width:1440px){
    #pro_in .swiper-slide .tit p{ font-size: 12px;}
}
@media screen and (max-width:1200px){
    #pro_in .swiper-slide .tit h2{ font-size: 14px;}
    #pro_in .swiper-slide .more{ height: 40px; line-height: 40px;}
}
@media screen and (max-width:768px){
    #pro_in .swiper-container{ padding: 3% 0;}
}


#ysbj{ background: url("../images/ysbj.jpg") no-repeat center top;}

#youshi{ margin-top: 3%;}
#youshi .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#youshi .swiper-slide { background-size: cover; background-position: center; position: relative;}

#youshi .gallery-top { height: auto; width: 100%; position: relative; overflow: hidden; padding: 15px;}
#youshi .gallery-top .swiper-slide{ padding: 3%; background: url("../images/ysbj.png") no-repeat left bottom #fff; border-radius: 5px; box-shadow: 0 0 15px rgba(0,29,68,0.1); }
#youshi .gallery-top .swiper-slide .pic{ height: 0; padding-bottom: 30%; position: relative; overflow: hidden; border: 1px solid #ededed; transition: 0.3s; background: #fff; border-radius: 10px;}
#youshi .gallery-top .swiper-slide .pic img{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#youshi .gallery-top .swiper-slide .tit{ background: url("../images/tit_line.png") no-repeat left top; padding-top: 35px; line-height: 40px;}
#youshi .gallery-top .swiper-slide .tit p{ color: #004098; font-size: 30px; font-weight: bold;}
#youshi .gallery-top .swiper-slide .tit span{ color: #282828; font-size: 20px;}
#youshi .gallery-top .swiper-slide .con{ color: #666666; font-size: 16px; padding: 5% 5% 7% 0; line-height: 35px;}
#youshi .gallery-top .swiper-slide .con i{ color: #004098;}
#youshi .gallery-top .swiper-slide .con p{ padding-left: 10px;}
#youshi .gallery-top .swiper-slide ul li{ height: 45px; line-height: 45px; background: #004098; color: #fff; width: 25%;}
#youshi .gallery-top .swiper-slide ul li a{ color: #fff;}
#youshi .gallery-top .swiper-slide ul li i{ margin-left: 10px; font-size: 18px;}
#youshi .gallery-top .swiper-slide ul li:last-of-type{ background: #e50012; margin-left: 2%;}

#youshi .gallery-thumbs { height: auto; box-sizing: border-box; overflow: hidden; padding: 15px; margin-top: 2%;}
#youshi .gallery-thumbs .swiper-slide { cursor: pointer; text-align: center; background: #fafbfd; padding: 2% 0; transition: 0.3s;}
#youshi .gallery-thumbs .swiper-slide .pic i{ display: none; color: #004098; font-size: 40px;}
#youshi .gallery-thumbs .swiper-slide:nth-of-type(1) .pic i:nth-of-type(1){ display: block;}
#youshi .gallery-thumbs .swiper-slide:nth-of-type(2) .pic i:nth-of-type(2){ display: block;}
#youshi .gallery-thumbs .swiper-slide:nth-of-type(3) .pic i:nth-of-type(3){ display: block;}
#youshi .gallery-thumbs .swiper-slide:nth-of-type(4) .pic i:nth-of-type(4){ display: block;}
#youshi .gallery-thumbs .swiper-slide .float-start{ padding-left: 20px;}
#youshi .gallery-thumbs .swiper-slide .float-start h3{ font-size: 18px; color: #282828;}
#youshi .gallery-thumbs .swiper-slide .float-start span{ text-transform: uppercase; color: #ccc; font-size: 14px;}
#youshi .gallery-thumbs .swiper-slide-thumb-active{ background: #004098;}
#youshi .gallery-thumbs .swiper-slide-thumb-active .pic i,#youshi .gallery-thumbs .swiper-slide-thumb-active .float-start h3,#youshi .gallery-thumbs .swiper-slide-thumb-active .float-start p span{ color: #fff !important;}

@media screen and (max-width:1440px){
    #youshi .gallery-top .swiper-slide .tit{ line-height: 30px;}
    #youshi .gallery-top .swiper-slide .tit p{ font-size: 26px;}
    #youshi .gallery-top .swiper-slide .tit span{ font-size: 16px;}
    #youshi .gallery-top .swiper-slide .con{ font-size: 14px; line-height: 30px;}
    #youshi .gallery-thumbs .swiper-slide .float-start h3{ font-size: 16px;}
    #youshi .gallery-thumbs .swiper-slide .float-start span{ font-size: 12px;}
    #youshi .gallery-thumbs .swiper-slide .pic i{ font-size: 36px;}
}
@media screen and (max-width:1200px){
    #youshi .gallery-top .swiper-slide ul li{ width: 35%;}
    #youshi .gallery-top .swiper-slide .tit{ line-height: 25px;}
    #youshi .gallery-top .swiper-slide .tit p{ font-size: 22px;}
    #youshi .gallery-top .swiper-slide .tit span{ font-size: 14px;}
    #youshi .gallery-top .swiper-slide .con{ font-size: 13px; line-height: 25px;}
    #youshi .gallery-top .swiper-slide ul li{ height: 35px; line-height: 35px;}
    #youshi .gallery-top .swiper-slide .con{ padding: 3% 5% 3% 0;}
}
@media screen and (max-width:991px){
    #youshi .gallery-top .swiper-slide .pic{ padding-bottom: 50%; margin-top: 3%;}
    #youshi .gallery-top .swiper-slide .tit p{ font-size: 20px;}
    #youshi .gallery-top .swiper-slide .con{ padding: 3% 0; font-size: 12px;}
}
@media screen and (max-width:768px){
}



#albj{ background: url("../images/albj.jpg") no-repeat center fixed;}
#anli{ position: relative; margin-top: 3% !important;}
#anli .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden; padding: 15px;
}
#anli .swiper-slide {
    text-align: center;
    transition:0.3s;
    position: relative;
    background: #f6f9fc;
    padding: 30px;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#anli .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 5px;}
#anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#anli .swiper-slide .pic .pic_bt{ position: absolute; left: 0; top: 0; z-index: 1; height: 40px; line-height: 40px; background: #e50012; color: #fff; font-size: 16px; width: 40%; border-bottom-right-radius: 5px;}
#anli .swiper-slide .pic .pic_bt i{ font-size: 23px;}
#anli .swiper-slide .font{ width: 100%; padding: 5% 0 0;}
#anli .swiper-slide .font .tit{ padding-bottom: 10px;}
#anli .swiper-slide .font .tit p{ color: #282828; font-weight: bold; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#anli .swiper-slide .font .tit span{ color: #666666; font-size: 14px; font-weight: normal;}
#anli .swiper-slide .font .more{ border-top: 1px solid #e8e8e8; height: 50px; line-height: 50px; color: #666666;}
#anli .swiper-slide .font .more i{ margin-left: 10px; color: #004098; font-size: 18px;}
#anli .swiper-slide:hover{ box-shadow: 0 0 15px rgba(255,255,255,0.5); transform: translateY(-10px);}
@media screen and (max-width:1600px){
    #anli .swiper-slide .pic .pic_bt{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    #anli .swiper-slide{ padding: 15px;}
    #anli .swiper-slide .pic .pic_bt{ width: 50%; }
    #anli .swiper-slide .font .tit p{ font-size: 16px;}
    #anli .swiper-slide .font .more{ height: 40px; line-height: 40px;}
}
@media screen and (max-width:1200px){
    #anli .swiper-slide .pic .pic_bt{ font-size: 12px;}
}


.gsjj .tit_in{ background: url("../images/tit_line.png") no-repeat left top; padding-top: 45px; text-align: left;}
.gsjj .tit_in:before{ text-align: left; top: 45%; }
.gsjj .tit_in h2:before,.gsjj .tit_in h2:after{ display: none;}
.gsjj .tit_in h2,.gsjj .tit_in p{ position: relative; z-index: 1;}
.gsjj .con{ color: #999; font-size: 16px; margin: 5% 0; line-height: 35px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.gsjj .more{ height: 45px; line-height: 45px; border: 1px solid #e9e9e9; width: 25%; color: #999; transition: 0.3s;}
.gsjj .more i{ color: #004098; margin-left: 10px; font-size: 18px;}
.gsjj .more:hover{ background: #004098; color: #fff;}
.gsjj .more:hover i{ color: #fff;}
.gsjj ul{ margin-top: 7% !important; position: relative;}
.gsjj ul:before{ position: absolute; content: ''; right: -20%; top: 15px; height: 1px; width: 200%; background: #eaeaea;}
.gsjj ul li{ text-align: center; color: #282828; font-size: 16px; font-weight: bold;}
.gsjj ul li p i{ position: relative; z-index: 1; color: #d2d2d2; font-size: 12px; height: 23px; line-height: 23px; transition: 0.3s;}
.gsjj ul li p em{ position: relative; z-index: 1; display: block; border: 1px solid #d2d2d2; width: 25px; height: 25px; background: #fff; transition: 0.3s; border-radius: 100%;}
.gsjj ul li p{ position: relative; margin: 0 auto !important; width: 25px; height: 25px;}
.gsjj ul li p:before{ position: absolute; content: ''; width: 150%; height: 150%; left: -25%; top: -25%; border-radius: 100%; background: rgba(229,0,18,.2); transform: scale(0); transition: all 0.3s; opacity: 0;}
.gsjj ul li span{ display: block; margin-top: 10px;}
.gsjj ul li:hover p em{ background: #e50012; border: 1px solid #e50012;}
.gsjj ul li:hover p i{ color: #fff;}
.gsjj ul li:hover p:before{transform: scale(1); opacity: 1;}
@media screen and (max-width:1440px){
    .gsjj .con{ font-size: 14px;}
    .gsjj ul li{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .gsjj .con{ font-size: 14px;}
    .gsjj ul li{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .gsjj ul{ margin: 5% 0 !important;}
    .gsjj .more{ width: 35%;}
}




#indexNews{}
#indexNews li{ border-bottom: 1px solid #ececec; padding: 3% 5%; transition: 0.3s; cursor: pointer; position: relative; overflow: hidden;}
#indexNews li:before{ content: ''; left: 0; bottom: 0; position: absolute; width: 0; transition: 0.3s; height: 2px; background: #004098;}
#indexNews li .news_time{ color: #282828; font-weight: bold; font-size: 24px; line-height: 35px;}
#indexNews li .news_time span{ font-size: 16px; font-weight: normal;}
#indexNews li .icon{ width: 25px; text-align: center; height: 25px; line-height: 25px; background: #c7c7c7; border-radius: 100%; color: #fff; transition: 0.3s;}
#indexNews li .news_title{ text-align: left; color: #282828; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; transition: 0.3s;}
#indexNews li .news_info{ color: #666666; font-size: 14px; padding: 1% 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
#indexNews li:hover .icon{ background: #e50012;}
#indexNews li:hover .news_title{ color: #004098;}
#indexNews li:hover:before{ width: 50%;}


#xwpic{ margin-top: 3%; overflow: hidden;}
#xwpic .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#xwpic .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwpic .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xwpic .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwpic .swiper-slide .row{ margin: 0 !important; padding: 5% 3%; width: 100%;}
#xwpic .swiper-slide .font{ height: auto;  transition:0.4s; padding: 5% 0 0; line-height: 40px;}
#xwpic .swiper-slide .font p{ color: #5a5858; font-size: 14px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
#xwpic .swiper-slide .font h2{ color: #282828; font-size: 18px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
#xwpic .swiper-slide .news_time{ text-align: center; background: #004098; color: #fff; border-radius: 5px; line-height: 20px; padding: 3% 0;}
#xwpic .swiper-slide .news_time p{ font-size: 45px; font-weight: bold; height: 45px; line-height: 45px;}
#xwpic .swiper-slide .news_time span{ font-size: 14px; color: rgba(255,255,255,0.5);}
#xwpic .swiper-slide:hover img{ transform: scale(1.1);}
#xwpic .swiper-slide .content{ position: absolute; left: 0; top: 100%; transition: 0.5s; width: 100%; height: 100%; background: url("../images/xwbj.jpg") no-repeat center; background-size: 100% 100%; color: #fff; padding: 8%;}
#xwpic .swiper-slide .content a{ color: #fff;}
#xwpic .swiper-slide .content .tit{ font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; margin-top: 5%;}
#xwpic .swiper-slide .content .con{ margin: 10% 0; color: rgba(255,255,255,0.5); display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
#xwpic .swiper-slide .content .news_time{ background: #fff;}
#xwpic .swiper-slide .content .news_time p,#xwpic .swiper-slide .content .news_time span{ color: #004098;}
#xwpic .swiper-slide:hover .content{ top: 0;}
@media screen and (max-width:1600px){
    #indexNews li .news_time span{ font-size: 14px;}
    #indexNews li .news_time{ font-size: 16px;}
    #indexNews li .news_title{ font-size: 16px;}
    #indexNews li .news_info{ line-height: 25px;}
    #indexNews li{ padding: 2% 3%;}
}
@media screen and (max-width:1440px){
    #indexNews li .news_info{ -webkit-line-clamp: 1;}
}
@media screen and (max-width:1200px){
    #xwpic .swiper-slide .news_time p{ font-size: 30px; height: 30px; line-height: 30px;}
    #xwpic .swiper-slide .font h2{ font-size: 15px;}
    #xwpic .swiper-slide .font p{ font-size: 12px;}
    #indexNews li .news_title{ font-size: 14px;}
    #indexNews li{ line-height: 22px;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:765px){
}


/*公司简介*/
.jj_tit .tit_in{ background: url("../images/tit_line.png") no-repeat left top; padding-top: 45px; text-align: left;}
.jj_tit .tit_in:before{ text-align: left; top: 45%; }
.jj_tit .tit_in h2:before,.jj_tit .tit_in h2:after{ display: none;}
.jj_tit .tit_in h2,.jj_tit .tit_in p{ position: relative; z-index: 1;}

.jj_tit{ background: url("../images/line.png") repeat-x left bottom; padding-bottom: 2%;}
.jj_con{ padding-top: 2%;}
.jj_tit ul li{ line-height: 20px;}
.jj_tit ul li h2{ display: inline-block; color: #282828; font-size: 48px; font-weight: bold !important; position: relative;}
.jj_tit ul li h2 sub{ position: absolute; right: -30px; bottom: 10px; display: block; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #d51e07; border-radius: 100%; color: #fff; font-size: 12px; font-weight: normal;}
.jj_tit ul li p{ color: #282828;}


.jj_con .font{ color: #666666; font-size: 16px; line-height: 35px; margin-top: 2%; height: 385px; overflow-y: scroll;}
.jj_con .font::-webkit-scrollbar{
    width:3px;
    height:6px;
}
.jj_con .font::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
.jj_con .font::-webkit-scrollbar-thumb{
    background: #004098;
}
@media screen and (max-width:1600px){
    .jj_tit ul li h2{ font-size: 42px;}
}
@media screen and (max-width:1440px){
    .jj_tit ul li h2{ font-size: 36px;}
    .jj_tit ul li h2 sub{ width: 20px; height: 20px; line-height: 20px;}
    .jj_tit .tit_in p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .jj_tit .tit_in h2{ font-size: 24px;}
    .jj_con .font{ font-size: 14px; line-height: 30px; height: 300px;}
    .jj_tit ul li h2{ font-size: 32px;}
    .jj_tit .tit_in:before{ font-size: 50px;}
}
@media screen and (max-width:991px){
    .jj_tit ul{ margin: 3% 0 !important;}
    .jj_con .font{ margin-bottom: 3%;}
}
@media screen and (max-width:768px){
    .jj_tit ul li{ float: left; width: 50%; margin: 2% 0;}
    .jj_tit ul li p{ font-size: 12px;}
}




.qywh{ background: #fafbfd; margin-top: 3%;}
.qywh .font{ padding: 5% 3% 0;}



#whnr{ overflow: hidden; }
#whnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#whnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#whnr .gallery-top { height: auto; width: 100%; position: relative; overflow: hidden; }
#whnr .gallery-top .swiper-slide{ }
#whnr .gallery-top .swiper-slide .tit{ line-height: 40px;}
#whnr .gallery-top .swiper-slide .tit p{ color: #004098; font-size: 30px; font-weight: bold;}
#whnr .gallery-top .swiper-slide .tit span{ color: #282828; font-size: 20px;}
#whnr .gallery-top .swiper-slide .con{ padding: 7% 0 12%;}
#whnr .gallery-top .swiper-slide .con i{ color: #004098; font-size: 12px;}
#whnr .gallery-top .swiper-slide .con p{ color: #666666; font-size: 16px; padding-left: 20px;}
#whnr .gallery-top .swiper-button-next,#whnr .gallery-top .swiper-button-prev{ width: 26px; height: 26px; background: #004098; border-radius: 100%; line-height: 26px; text-align: center; top: auto; bottom: 0;}
#whnr .gallery-top .swiper-button-next:after,#whnr .gallery-top .swiper-button-prev:after{ color: #fff; font-size: 12px;}
#whnr .gallery-top .swiper-button-next{ right: 0; left: 55px;}


#whnr .gallery-thumbs { height: auto; box-sizing: border-box; margin-top: 10%; position: relative;}
#whnr .gallery-thumbs:before{ position: absolute; content: ''; left: -20%; top: 12px; height: 1px; width: 200%; background: #eaeaea;}
#whnr .gallery-thumbs .swiper-slide{ text-align: center; color: #282828; font-size: 16px; font-weight: bold;}
#whnr .gallery-thumbs .swiper-slide p i{ position: relative; z-index: 1; color: #d2d2d2; font-size: 12px; height: 23px; line-height: 23px; transition: 0.3s;}
#whnr .gallery-thumbs .swiper-slide p em{ position: relative; z-index: 1; display: block; border: 1px solid #d2d2d2; width: 25px; height: 25px; background: #fff; transition: 0.3s; border-radius: 100%;}
#whnr .gallery-thumbs .swiper-slide p{ position: relative; margin: 0 auto !important; width: 25px; height: 25px;}
#whnr .gallery-thumbs .swiper-slide p:before{ position: absolute; content: ''; width: 150%; height: 150%; left: -25%; top: -25%; border-radius: 100%; background: rgba(229,0,18,.2); transform: scale(0); transition: all 0.3s; opacity: 0;}
#whnr .gallery-thumbs .swiper-slide span{ display: block; margin-top: 10px;}
#whnr .gallery-thumbs .swiper-slide-thumb-active p em{ background: #e50012; border: 1px solid #e50012;}
#whnr .gallery-thumbs .swiper-slide-thumb-active p i{ color: #fff;}
#whnr .gallery-thumbs .swiper-slide-thumb-active p:before{transform: scale(1); opacity: 1;}


#rybj{ background: url("../images/slbj.jpg") no-repeat center bottom #f8f9fc;}
#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;
    /* 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: 75%; 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: #fff; font-size: 16px; height: 50px; line-height: 50px; position: relative; transition: 0.3s;}
#zzry .swiper-slide:before{ position: absolute; left: 50%; bottom: 0; content: ''; height: 3px; width: 0; background: #fff; transition: 0.3s;}
#zzry .swiper-slide:hover:before{ width: 100%; left: 0;}
@media screen and (max-width:1440px){
    .qywh .font{ padding: 3%;}
    #whnr .gallery-top .swiper-slide .tit p{ font-size: 26px;}
    #whnr .gallery-top .swiper-slide .tit span{ font-size: 16px;}
    #whnr .gallery-top .swiper-slide .con p{ font-size: 14px;}
    #whnr .gallery-thumbs .swiper-slide{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #whnr .gallery-top .swiper-slide .tit p{ font-size: 22px;}
    #whnr .gallery-top .swiper-slide .tit{ line-height: 25px;}
    #whnr .gallery-top .swiper-slide .tit span{ font-size: 14px;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}

.shili .bai{ padding: 4% 3% 3%;}
.shili .tit_in{ background: url("../images/line.png") repeat-x left bottom; padding-bottom: 3%;}

#scsj{position: relative; margin: 5% 0 0;}
#scsj .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#scsj .swiper-slide {
    transition:0.3s;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#scsj .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; border: 1px solid #efefef;}
/*#scsj .swiper-slide .pic span{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}*/
#scsj .swiper-slide .pic span img{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
#scsj .swiper-slide .pic .pichover{ position: absolute; content: ""; background: rgba(0,41,85,0.6); left: 0; top: 0; right: 0; bottom: 0; width: 80%; height: 80%; margin:auto; transform: scale(0); transition: all 0.5s; opacity: 0; z-index: 99;}
/*#scsj .swiper-slide .pic:before{ position: absolute; content: ""; left: 0; bottom:0; top:0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 2; transform: scale(1.05); opacity: 0; transition: all 0.5s;}*/
#scsj .swiper-slide .pic .pichover i svg{ width: 40px; height: 40px; fill: #fff}
#scsj .swiper-slide .pic .pichover p{ font-size:18px; color: #fff; margin-top: 3% !important;}
#scsj .swiper-slide .tit{ width: 100%; height: 60px; line-height: 60px; font-size: 20px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; text-align: center;}
#scsj .swiper-slide:hover .pic .pichover{ transform: scale(1); opacity: 1}
/*#scsj .swiper-slide:hover .pic:before{ opacity: 1;}*/
#scsj .swiper-slide:hover .pic img{ transform: scale(1.1);}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #scsj .swiper-slide .tit{ font-size: 16px;}
}


/*产品中心*/
.cpnr{ padding: 0 !important; margin: 0 !important;}
.cpnr li { text-align: center; overflow: hidden; transition: 0.3s; margin-bottom: 5%;}
.cpnr li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; border: 1px solid #ededed; transition: 0.3s; background: #fff;}
/*.cpnr li .pic p{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}*/
.cpnr li .pic p img{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.cpnr li .font{ width: 100%; background: #fafbfd; padding: 3%;}
.cpnr li .tit{ width: 100%; line-height: 30px; border-bottom: 1px solid #f4f4f4; padding: 5% 0;}
.cpnr li .tit h2{ font-size: 16px; color: #282828; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cpnr li .tit p{ color: #999; transition: 0.3s;}
.cpnr li .more{ color: #666666; margin: 5% auto 3%; font-size: 14px; height: 50px; line-height: 50px; transition: 0.3s; width: 80%;}
.cpnr li .more i{ color: #004098; font-size: 20px; margin-left: 10px; transition: 0.3s;}
.cpnr li:hover .pic p img{ transform: scale(1.1);}
.cpnr li:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}
.cpnr li:hover .more{ background: #004098; color: #fff;}
.cpnr li:hover .more i{ color: #fff;}
.cpnr li:hover .tit p{ color: #e8311f;}

#cpclassbj{ background: url("../images/cpclass_bj.jpg") no-repeat center top #fafbfd; margin-top: 3%;}

#hotpro{ position: relative; }
#hotpro .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#hotpro .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    background: #fff;
    padding: 3% 5%;
    /* 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;
}
#hotpro .swiper-slide .hot{ position: absolute; right: 5%; top: 0; z-index: 1; height: 55px; line-height: 55px; background: #e50012; color: #fff; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; padding: 0 30px; font-size: 20px; font-weight: bold;}
#hotpro .swiper-slide .hot i{ font-size: 26px; margin-right: 10px;}
#hotpro .swiper-slide .row{ width: 100%;}
#hotpro .swiper-slide .pic{ overflow: hidden; width: 100%; height: 0; padding-bottom: 70%; position: relative; border-radius: 5px;}
#hotpro .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#hotpro .swiper-slide .font{ padding: 0 0 0 3%; }
#hotpro .swiper-slide .font .tit{ background: url("../images/tit_line.png") no-repeat left top; padding-top: 45px; text-align: left;}
#hotpro .swiper-slide .font .tit h2{ color: #004098; font-size: 20px; font-weight: bold !important;}
#hotpro .swiper-slide .font .tit p{ color: #282828; font-size: 16px;}
#hotpro .swiper-slide .font .con{ margin: 3% 0 5%; color: #666666; font-size: 14px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#hotpro .swiper-slide .font dl dd{ height: 45px; line-height: 45px; background: #004098; color: #fff; text-align: center; width: 20%; margin-right: 20px;}
#hotpro .swiper-slide .font dl dd a{ color: #fff;}
#hotpro .swiper-slide .font dl dd i{ font-size: 22px; margin-left: 10px;}
#hotpro .swiper-slide .font dl dd:last-of-type{ background: #e50012;}
#hotpro .swiper-slide:hover .pic img{ transform: scale(1.1);}
#hotpro .swiper-button-next,#hotpro .swiper-button-prev{ width: 35px; height: 35px; background: #004098; border-radius: 100%; line-height: 35px; text-align: center;}
#hotpro .swiper-button-next:after,#hotpro .swiper-button-prev:after{ color: #fff; font-size: 14px;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #hotpro .swiper-slide .font .tit{ background: none; padding: 0;}
    #hotpro .swiper-slide .hot{ font-size: 16px; height: 45px; line-height: 45px;}
    #hotpro .swiper-slide .hot i{ font-size: 20px;}
    #hotpro .swiper-slide .font dl dd{ width: 25%;}
    .cpnr li .tit p{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #hotpro .swiper-slide .pic{ margin-bottom: 3%;}
}
@media screen and (max-width:768px){
    #pro_in .swiper-container{ padding: 3% 0;}
    #hotpro .swiper-slide .font dl dd{ width: 35%;}
}




#cpinfo_bj{ background: url("../images/cpinfo_bj.jpg") no-repeat center;}
.home_zy{ height: 60px; color: #fff; font-size: 16px; margin-top: 3%;}
.home_zy i{ display: inline-block; font-size: 20px; margin-right: 10px;}
.home_zy a{ color: #fff; padding: 0 5px;}

.pro_con{ position: relative; overflow: hidden; background: #fff; padding: 3%;}
.pro_con .row{ margin: 0;}

/*.cp_left{ height: 0; padding-bottom: 35%; position: relative; overflow: hidden; }
.cp_left p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s; text-align: center;}
.cp_left p img{ max-width: 100%; height: 100%;}*/

.cp_left{ padding: 0; position: relative; overflow: hidden;}
.cp_left .swiper-container {
    width: 100%;
    height: 100%;
}

.cp_left .swiper-slide {
    text-align: center;
    background: #fff;

    /* 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;
}
.cp_left .swiper-slide p{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.cp_left .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cp_left .swiper-button-next:after,.cp_left .swiper-button-prev:after{ display: none;}
.cp_left .swiper-button-disabled{ opacity: 1 !important;}
.cp_left .swiper-button-next,.cp_left .swiper-button-prev{ width: 42px; height: 42px; background: #004098; border-radius: 5px; line-height: 42px; right: 0; transition: 0.3s;}
.cp_left .swiper-button-prev{ left: 0;}
.cp_left .swiper-button-prev i,.cp_left .swiper-button-next i{ color: #fff; font-size: 20px;}
.cp_left .swiper-button-next:hover,.cp_left .swiper-button-prev:hover{ background: #e50012;}



.cp_right{ padding: 3%;}
.cp_right .tit{ line-height: 40px; position: relative;}
.cp_right .tit h2{ color: #282828; font-size: 30px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.cp_right .tit p{ color: #e50012; font-size: 18px;}
.cp_right .con{ margin: 3% 0; color: #999; font-size: 15px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.cp_right dl{ background: url("../images/line.png") repeat-x left bottom; padding-bottom: 20px; margin-top: 3%;}
.cp_right dl dd{ color: #666666; font-size: 14px;}
.cp_right dl dd i{ color: #004098; font-size: 24px; margin-right: 10px;}
.cp_right ul{ margin: 5% 0 !important; background: url("../images/line.png") repeat-x left bottom; padding-bottom: 5% !important;}
.cp_right ul li{ padding: 0 1%;}
.cp_right ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; border: 1px solid #efefef;}
.cp_right ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s; text-align: center;}
.cp_right ul li .pic p img{ max-width: 100%; height: 100%;}
.cp_right .order-btn{ height: 55px; line-height: 55px; color: #fff; background: #e50012; text-align: center; font-size: 16px; transition: 0.3s;}
.cp_right .order-btn a{ color: #fff;}
.cp_right .order-btn i{ font-size: 20px; margin-right: 10px;}
.cp_right .order-btn:hover{ background: #004098;}
.cp_right .zixun p{ font-size: 26px; color: #282828; font-family: Impact;}
.cp_right .zixun span{ color: #666666; font-size: 14px;}
.cp_right .zixun .float-start{ line-height: 25px;}
.cp_right .zixun i{ color: #004098; margin-right: 10px; font-size: 30px;}
@media screen and (max-width:1440px){
    #cpinfo_bj .main{ padding-top: 6%;}
    .cp_right .tit h2{ font-size: 26px;}
    .cp_right .tit p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    .cp_right .tit p{ font-size: 14px;}
    .cp_right .tit h2{ font-size: 22px;}
    .cp_right dl dd i{ margin-right: 5px; font-size: 18px;}
    .cp_right .order-btn{ height: 45px; line-height: 45px;}
}
@media screen and (max-width:991px){
    .cp_left{ margin-top: 3%;}
    .cp_right{ margin-top: 3%;}
    #cpinfo_bj .main{ padding-top: 9%;}
}
@media screen and (max-width:768px){
    .home_zy{ font-size: 14px; margin-top: 10%;}
    .home_zy i{ font-size: 16px;}
    #cpinfo_bj .main{ padding-top: 11%;}
    .cp_right dl dd{ float: left; width: 50%;}
    .cp_right .zixun p{ font-size: 22px;}
}


#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 12%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #004098;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #004098;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #004098;}

.tit_cp{ background: url("../images/line.png") repeat-x left bottom; padding-bottom: 30px; line-height: 40px;}
.tit_cp p{ color: #004098; font-size: 30px; font-weight: bold; background: url("../images/tit_line.png") no-repeat left center; padding-left: 30px;}
.tit_cp span{ color: #666666; font-size: 18px;}

.cp_con{ font-size: 16px; line-height: 35px; padding: 3% 0 5%; color: #666666;}
#ppys li{ float: left; width: 49%; margin: 0.5%; background: #fafbfd; text-align: center; padding: 4% 3%; transition: 0.3s; }
#ppys li i{ color: #004098; font-size: 36px;}
#ppys li .float-start{ width: 60%; line-height: 25px;}
#ppys li .float-start p{ color: #282828; font-size: 18px;}
#ppys li .float-start span{ color: #999; font-size: 14px; text-transform: uppercase;}
#ppys li:hover{ background: #004098;}
#ppys li:hover .float-start p,#ppys li:hover .float-start span,#ppys li:hover i{ color: #fff;}
@media screen and (max-width:1440px){
    .cpbt li{ width: 15%;}
    #ppys li .float-start{ width: 80%;}
    #ppys li .float-start p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    .cpbt li{ width: 20%;}
    .tit_cp{ line-height: 30px;}
    .tit_cp p{ font-size: 26px;}
    .tit_cp span{ font-size: 16px;}
    .cp_con{ font-size: 14px;}
    #ppys li .float-start p{ font-size: 14px;}
    #ppys li .float-start span{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #ppys{ margin-bottom: 3% !important;}
    .cpbt li{ font-size: 14px;}
    .cp_con img{ max-width: 100% !important;}
}
@media screen and (max-width:768px){
    #ppys li i{ display: none;}
    #ppys li .float-start{ width: 100%;}
}


#cpgg{ background: url("../images/cpinfo_gg.jpg") no-repeat center fixed;}
.blue{ background: #004098; padding: 3%; color: #fff;}
#cpgg .tit p{ color: #fff; font-size: 24px; background: url("../images/tit_line_bai.png") no-repeat left center; padding-left: 30px;}
#cpgg .tit span{ color: #fff; font-size: 14px;}
#cpgg .font{ border-left: 1px solid rgba(255,255,255,0.2); padding-left: 5%; line-height: 40px;}
#cpgg .cply{ padding-right: 5%;}
#cpgg .font span{ font-size: 24px;}
#cpgg .font h2{ display: inline-block; font-size: 36px; font-weight: bold !important; position: relative;}
#cpgg .font h2:before{ position: absolute; left: 0; bottom: 3px; content: ''; width: 100%; height: 7px; background: rgba(255,255,255,0.2);}
#cpgg .font p{ font-size: 18px;}
#cpgg .font .row{ margin-top: 3%;}
#cpgg .order-btn{ height: 55px; line-height: 55px; color: #fff; background: #e50012; text-align: center; font-size: 16px; transition: 0.3s;}
#cpgg .order-btn a{ color: #fff;}
#cpgg .order-btn i{ font-size: 20px; margin-right: 10px;}
#cpgg .order-btn:hover{ background: #fff; color: #004098;}
#cpgg .order-btn:hover a,#cpgg .order-btn:hover i{ color: #004098;}
#cpgg .zixun p{ font-size: 26px !important; color: #fff; font-family: Impact;}
#cpgg .zixun span{ color: #fff; font-size: 14px;}
#cpgg .zixun .float-start{ line-height: 25px;}
#cpgg .zixun i{ color: #fff; margin-right: 10px; font-size: 30px;}
@media screen and (max-width:1440px){
    #cpgg .font h2{ font-size: 30px;}
    #cpgg .font p{ font-size: 16px;}
    #cpgg .order-btn{ height: 45px; line-height: 45px;}
    .mes-form .form-tr .code .verify{  margin-left: 10px !important;}
    #cpgg .zixun p{ font-size: 22px !important; }
}
@media screen and (max-width:1200px){
    .mes-form .form-tr .code .verify{ width: 90px !important;}
    .mes-form .form-tr .submit2{ margin-top: 0 !important;}
    #cpgg .font h2{ font-size: 26px;}
    #cpgg .font p{ font-size: 14px;}
    #cpgg .order-btn i{ display: none;}
}
@media screen and (max-width:991px){
    #cpgg .font{ border-left: none; padding-left: 0; line-height: 30px;}
    #cpgg .font h2{ font-size: 22px;}
    #cpgg .font span{ font-size: 18px;}
}


#hzal{ margin: 3% auto 0; overflow: hidden;}
#hzal .swiper-container {
    width: 100%;
    height: 100%;
}
#hzal .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;
}
#hzal .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; background: #fff; text-align: center;}
#hzal .swiper-slide .pic img{object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.5s;}
/*#hzal .swiper-slide .pic a img{ max-width: 100%; height: 100%;}*/
#hzal .swiper-slide p{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; text-align: center; height: 50px; transition: 0.5s; background: rgba(0,64,152,0.5); line-height: 50px; color: #fff; font-size: 16px;}
#hzal .swiper-slide:hover p{ bottom: -50px; opacity: 0;}



/*新闻中心*/
#zd_xw{ cursor: pointer;border-radius: 20px; border: 1px solid #efefef; padding: 2.5%; background: #fff; margin-top: 3%;}
#zd_xw .pic { height: 0; padding-bottom: 25%; position: relative; overflow: hidden; border-radius: 20px;}
#zd_xw .pic img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.5s;}
#zd_xw .font{ padding-left: 3%;}
#zd_xw .tit{color:#060606; font-size:22px; font-weight: bold; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: 0.5s;}
#zd_xw .content{ color: #666; font-size: 16px; margin: 5% 0; line-height: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
#zd_xw .time{ float: left; padding: 0 3%; height: 35px; background: #f2f4f5; font-size: 16px; text-align: center; color: #4c4c4c; line-height: 35px; transition: 0.3s;}
#zd_xw:hover .tit{ color:#004098;}
#zd_xw:hover .time{ color:#fff; background: #e50012;}

.news_nr {padding: 0;}
.news_nr .title i {width:50px;height:3px;background: #db2016;display:block;margin-top:15px;}
.news_nr .slide { border-radius: 20px; border: 1px solid #efefef; padding: 20px; margin-bottom: 12% !important; transition:.3s all ease;}
.news_nr .imgbox {width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden; border-radius: 20px;}
.news_nr .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.5s;}
.news_nr .txtbox { padding: 0 0 5%; position: relative;}
.news_nr .c1 { color:#060606; font-size:22px; font-weight: bold; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; padding: 10px 0 20px; transition: 0.5s;}
.news_nr .txtbox .time{ float: left; padding: 0 3%; height: 35px; background: #f2f4f5; font-size: 16px; text-align: center; color: #4c4c4c; line-height: 35px; transition: 0.3s;}
.news_nr .slide:hover .imgbox img {transform: scale(1.1);}
.news_nr .slide:hover .c1{ color:#004098;}
.news_nr .slide:hover .time{ color:#fff; background: #e50012;}
@media(max-width: 1440px){
    #zd_xw .tit{ font-size: 20px;}
    #zd_xw .content{ font-size: 14px;}
    #zd_xw .time{ font-size: 14px;}
    .news_nr .c1{ font-size: 18px;}
    .news_nr .txtbox .time{ font-size: 14px;}
}
@media(max-width: 991px){
    #zd_xw .pic{ padding-bottom: 50%; margin-bottom: 3%;}
}

#zi_banner .main .news-detail-title .h3{ text-align: center; color: #fff !important; border-bottom: none; font-size: 42px; line-height: 65px;}
#zi_banner .main .news-detail-title .b{ text-align: center !important; color: #efefef !important; font-size: 18px;}
.tit_zy{ color: #333333; font-size: 36px; font-weight: bold;}
.tit_zy_nr{ color: #3f3f3f; font-size: 18px; margin-top: 10px;}
.xwinfo{ padding: 5% 7%; font-size: 16px; line-height: 40px; border-radius: 20px; margin-top: 3%; box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.xwinfo img{ display: block; margin: 0 auto 3%; max-width: 80%;}
@media screen and (max-width:1440px){
    .tit_zy{ font-size: 32px;}
    .tit_zy_nr{ font-size: 16px;}
    #zi_banner .main .news-detail-title .h3{ font-size: 30px;}
    #zi_banner .main .news-detail-title .b{ font-size: 14px; margin: 1%;}
}
@media screen and (max-width:1200px){
    .tit_zy{ font-size: 30px;}
    .tit_zy_nr{ font-size: 14px;}
    #zi_banner .main .news-detail-title .h3{ font-size: 24px; line-height: 35px;}
    #zi_banner .main .news-detail-title .b{ font-size: 14px; margin: 0 !important;}
}
@media screen and (max-width:991px){
    .xwinfo{ padding: 5%; font-size: 14px; line-height: 30px;}
    .tit_zy{ font-size: 26px;}
}


/*人才招聘*/
#zpbj{ background: url("../images/zpbj.jpg") no-repeat center bottom;}
#zpbj .content{ text-align: center; color: #666666; font-size: 18px; padding: 3% 25% 3%;}
#zpbj em{ display: block; margin: 0 auto; color: #004098; font-size: 50px; height: 70px; line-height: 70px;}
@media screen and (max-width:1440px){
    #zpbj .content{ font-size: 16px; padding: 3% 15%;}
    #zpbj em{ font-size: 36px;}
}
@media screen and (max-width:991px){
    #zpbj .content{ font-size: 16px; padding: 3% 0;}
    #zpbj em{ font-size: 30px;}
}
@media screen and (max-width:768px){
    #zpbj .content{ font-size: 14px; padding: 3% 0;}
    #zpbj em{ font-size: 30px;}
}



#ypbj{ background: url("../images/zpbj1.jpg") no-repeat center top;}


.inner_contact_02{ margin: 4% 0 0;}
.inner_contact_02 .td1{ line-height: 40px;}
.inner_contact_02 .td1 p{ color: #333333; font-size: 18px; border-left: 3px solid #004098; padding-left: 5%; position: relative;}

.inner_contact_02 .td1 span{ color: #666666; font-size: 16px;}
.inner_contact_02 .td2{ line-height: 40px; padding-left: 5%;}
.inner_contact_02 .td2 p{ color: #333333; font-size: 16px;}
.inner_contact_02 .td2 p span{ color: #999999;}
.inner_contact_02 .td5{ text-align: center; padding: 0;}
.inner_contact_02 .td5 a{ display: block; float: right; padding: 10% 15%; background: #004098; color: #fff; font-size: 26px;}
@media screen and (max-width:768px){
    .inner_contact_02 .td4{ width: 30%;}
    .inner_contact_02 .td2 p{ font-size: 14px;}
    .inner_contact_02 .td2 p span{ font-size: 14px;}
    .inner_contact_02 .td1 span{ font-size: 12px;}
    .inner_contact_02 .td1 p{ font-size: 14px;}
}

#jobs_ul{padding:0;width: 100%;}
#jobs_ul li{width: 100%; margin-bottom: 1% !important;}
#jobs_ul li .jobs_title{font-size: 14px; width: 100%; line-height: 30px; background: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 8px; color: #666666; padding: 0; margin: 0; position: relative; z-index: 2;}
#jobs_ul li .jobs_box{ padding:20px 3.5% 36px; background: #f7f7f7; position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0px !important;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
    font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
    font-size: 14px;
    color: #777777;
    line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .float-left {
    float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    float: right;
}
#jobs_ul li .jobs_box .info2 .float-left .info-box {
    border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #1976a0;
    font-size: 16px;
    color: #ffffff;
    float: right;
    transition: 0.3s;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
    background: #333;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}
@media screen and (max-width:991px){
    #jobs_ul li .jobs_box .info2 .float-left .info-box{ border-right: none;}
}



/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative; overflow: hidden;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; z-index: 2; color: #fff; padding: 10% 0 0 0; line-height: 40px;}
#zi_banner .main h2{ height: 70px; line-height: 70px; font-size: 36px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 18px;}
#zi_banner .main .zx{ margin-top: 2%; background: #e50012; height: 50px; line-height: 50px; color: #fff; display: inline-block; padding: 0 40px; transition: 0.3s;}
#zi_banner .main .zx:hover{ background: #004098;}

#homebj{ height: 70px; line-height: 70px; color: #333333; border-bottom: 1px solid #ececec;}
#homebj ul .big{ background: #004098; color: #fff; font-size: 18px; font-weight: bold; padding-right: 30px; position: relative;}
#homebj ul .big p{ position: relative; z-index: 1;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#homebj ul .big:before{ background: #004098; position: absolute; right: 0; top: 0; content: ''; width: 300%; height: 100%;}
#homebj ul li{ width: 15%; font-size: 16px; text-align: center;}
#homebj ul li a{ display: inline-block; position: relative;}
#homebj ul li a:before{ position: absolute; content: ''; left: 0; top: 45%; width: 5px; height: 5px; border-radius: 100%; background: #004098; transition: 0.3s; opacity: 0;}
#homebj ul li:hover a:before{ left: -15px; opacity: 1;}
#homebj ul li:hover a{ color: #004098;}
.home{ text-align: right; color: #aaaaaa;}
.home i{ display: inline-block; margin-right: 10px; font-weight: bold; font-size: 18px;}
.home a{ padding: 0 5px; color: #aaaaaa;}
.home a:last-of-type{ color: #004098;}

@media screen and (max-width:1440px){
    #homebj ul .big{ font-size: 16px;}
    #homebj ul li{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    #zi_banner .main{ padding-top: 12%;}
    #zi_banner .main h2{ font-size: 30px; height: 40px; line-height: 40px;}
    #zi_banner .main p{ font-size: 16px;}
    #zi_banner .main .zx{ height: 40px; line-height: 40px;}
    .home{ font-size: 12px;}
    .home i{ display: none;}
}
@media screen and (max-width:1200px){
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 15%;}
    #zi_banner .main h2{ font-size: 28px;}
    #homebj ul li{ float: left; width: 17%; text-align: center; margin: 0 !important; font-size: 14px;}
    #homebj{ padding: 10px 0; height: auto !important; line-height: 30px;}
    #homebj ul .big{ display: none;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 20%;}
    #zi_banner .main h2{ font-size: 24px;}
    #zi_banner .main p{ font-size: 14px; line-height: 25px;}
    #zi_banner .main .zx{ display: none;}
    #homebj ul li{ width: 25%; font-size: 12px;}
}

.hui{ background: #fafbfd;}
.bai{ background: #fff;}



#cpnav{ padding: 0; overflow: hidden; width: 85%;}
#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 a{ display: block; width: 100%;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#cpnav .swiper-slide:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: #c80f23; transition: 0.3s;}
#cpnav .swiper-slide:hover:before{ left: 25%; width: 50%;}
#cpnav .swiper-slide:hover a{ color: #c80f23;}
@media screen and (max-width:991px){
}
@media screen and (max-width:765px){
}



.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 .img1{display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; text-align: center; overflow: hidden;}
.cpinfo_lb li .img1 span{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; text-align: center; background: #fff; border: 1px solid #e1e1e1; border-bottom: none;}
.cpinfo_lb li .img1 span img{ max-width: 100%; height: 100%; transition: 0.3s;}
.cpinfo_lb li .img .font{ position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(0,64,152,0.8); 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(43,133,234,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: 60px; line-height: 60px; width: 100%; font-size: 16px; text-align: center; transition: 0.3s;}
.cpinfo_lb li:hover .title{ background: #004098; border: 1px solid #004098; color: #fff;}
.cpinfo_lb li:hover .img .font{ opacity: 1; left: 5%; top: 5%; width: 90%; height: 90%; padding: 30% 0 0;}
.cpinfo_lb li:hover .img img{transform: scale(1.1); filter:blur(2px);}



#lxbj{ background: #fff; position: relative;}
#lxbj:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; content: ''; background: url("../images/cpinfo_bj.jpg") no-repeat center bottom;}
#lybj{ background: url("../images/lybj.jpg") no-repeat center;}

#lxwm_in li{ text-align: center; padding: 10% 3%; position: relative;}
#lxwm_in li i{ display: inline-block; color: #fff; font-size: 50px; border: 1px solid #fff; border-radius: 5px; width: 100px; height: 100px; line-height: 100px;}
#lxwm_in li .pic{ padding: 8% 0;}
#lxwm_in li .con{ color: #fff; font-size: 16px;}
#lxwm_in .col-12:last-of-type li:before{ display: none; }
@media screen and (max-width:991px){
    #lxwm_in li{ margin-bottom: 2%;}
}
@media screen and (max-width:768px){
    #lxwm_in li{ padding: 0;}
    #lxbj:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; content: ''; background: url("../images/cpinfo_bj.jpg") no-repeat center bottom;}
}

.mes-form1{ margin-top: 3% !important; padding:  0 10% !important;}
.mes-form1 input{ background: #fff !important; border: 1px solid #efefef !important;}
.mes-form1 textarea{ background: #fff !important; border: 1px solid #efefef !important; height: 150px !important;}








/*翻页*/
.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;
}
