.main{ line-height: 30px; padding: 2% 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;padding: 0 150px;background: rgba(255,255,255,.1);border-bottom: 1px solid rgba(255,255,255,.2); z-index: 99; position: relative;}
#top_index:hover{
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	transition: all 0.3s;
}
#top_index:hover #nav > li >a{color: #282828;}
#logo{ padding: 0.5% 0; text-align: right;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; position: relative; z-index: 1;filter: grayscale(0) brightness(100);}
#top_index:hover #logo a img{filter: grayscale(0) brightness(1);}
.c-logo{ position: fixed; top: 0px;left: 0px;padding: 2%;width: 97%; z-index: 99999; cursor: pointer; display: none;background-color: #FFF;}
.c-logo a{ display: block; border: 0px;}
.c-logo a img{ max-width: 95%; transition:0.5s; position: relative; z-index: 1; }
#top_language{ transition:0.5s; padding: 0;}
.language_witch{display: block;}
.language_witch .head_lan {width: 135px;position: relative;background: #fff;border-radius: 30px;border: 1px solid rgba(0,0,0,.1);}
.language_witch .head_lan .lan_con {width: auto;display: flex;height: 38px;justify-content: center;align-items: center; cursor: pointer;}
.language_witch .head_lan .lan_con .lan_tit {width: auto;line-height: 36px;display: flex;align-items: center;}
.language_witch .head_lan .lan_con .lan_tit .map {
    margin-right: 0px;
    margin-left: 0;
    font-size: 0;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 100%;
    background: url("../images/world.gif") #005eaa no-repeat center center;
    background-size: cover;
    display: block;
}
.language_witch .head_lan .lan_con .lan_tit a {
    color: #333;
    font-size: 14px;
    padding: 0 0 0 10px;
}
.language_witch .head_lan .lan_list {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 3px 0px 10px 0px;
    position: fixed;
    z-index: 99;
    top: 65px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
}
.language_witch .head_lan .lan_list p {
    padding: 3px;
}
.language_witch .head_lan .lan_list.cur {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
}
.language_witch .head_lan .lan_list a {
    color: #666;
    display: block;
    text-align: center;
    padding: 2px 5px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
}
.language_witch .head_lan .lan_list span {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}
.language_witch .head_lan .lan_list p:nth-child(1) span {
    background: url("../images/cn.jpg") no-repeat left center;
}
.language_witch .head_lan .lan_list p:nth-child(2) span {
    background: url("../images/en.jpg") no-repeat left center;
}
#mLanguage li:nth-child(1) a {
    background: url("../images/cn.jpg") no-repeat left center;
}
#mLanguage li:nth-child(2) a {
    background: url("../images/en.jpg") no-repeat left center;
}
@media screen and (max-width:1740px){

}
@media screen and (max-width:1500px){
    #logo .font{ display: none !important;}

}

@media screen and (max-width: 1430px){
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1225px){
}
@media (min-width: 992px){
  #top_index {padding: 0px;}
}
@media (min-width: 991px) and (max-width: 1530px){
#logo a img { max-width: 90%;}
}
@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%;filter: grayscale(0) brightness(1);}
}
@media screen and (max-width:768px){
    #logo{ padding: 1%;}
    #logo a img{ max-width: 95%;}
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; width: 11%; height: 50px; line-height: 50px; font-size: 17px; font-weight: normal; color: #282828; text-align: center; transition:0.5s; /*position: relative;*/}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #FFF;}
#nav li a p{ position: relative; z-index: 2;}
#nav li:hover a{ color: #282828;}
#nav li a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 5px; display: block; height:4px; background-color: #15317f; width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#nav li 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);}

#nav li .navson{display: none; position: absolute;left: 50%;transform: translateX(-50%); top:120%; z-index: 999; width: 96%; padding: 2%; background: rgba(242,243,241,1);}
#nav li .navson .navleft{float: left; width: 60%;}
#nav li .navson .navright{float: right; width: 38%;}
#nav li .navson .navright img{ object-fit: cover;width: 100%;}
#nav li .navson a{ display: block; float:left; width: 50%; color: #282828!important; height: 40px; line-height: 40px;  text-align: center;font-size: 14px; position: relative;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#nav li .navson a:hover{background:rgba(255,255,255,0.8);}
#nav li .navson a:after{ display: none !important;}

@media (min-width: 1200px) and (max-width: 1542px){
#nav li .navson{top:110%;}
}	
@media (min-width: 1200px) and (max-width: 1440px){
  #nav li{ font-size: 15px;}
}
@media screen and (max-width: 1330px){
#nav li .navson{top:100%;}
}	
@media (min-width: 768px) and (max-width: 1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 15px;}
}

.top_bj_active{ width: 100%; z-index: 99999; background: #fff !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #nav li a{color: #282828;}
.top_bj_active #logo{ padding: 0.5% 0;}
.top_bj_active #logo img{ /*transform: scale(0.9);*/filter: grayscale(0) brightness(1); }
.top_bj_active #nav{ font-size: 16px; }
.top_bj_active #top_language .language_witch span{ font-size: 13px;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 55px;}
.top_bj_active .c-logo{ padding: 0.5% 0;}
.top_bj_active .c-switch i{background: #333 !important;}
.top_bj_active .c-logo img{ transform: scale(0.9);}




.bannerSet {margin-top: -72px; z-index: 1;}
#banner,#mobile_banner{ position: relative;}
#banner video{ width: 100%; max-height: 940px; object-fit: cover;}
#banner img{ width: 100%;max-height: 940px;object-fit: cover;}
#banner .swiper-container{line-height: 0;}
#banner .swiper-button-lock {display: block;}
#banner .swiper-pagination{ bottom: 8%; width: auto; text-align: left; margin-left: 10%;}
#banner .swiper-pagination-bullet{ width: 10px; height: 10px;margin: 0px 5px !important; border-radius: 5px; transition:0.3s;background: rgba(255,255,255,0.6);}
#banner .swiper-pagination-bullet-active{ width: 30px;border-radius: 5px; background: rgba(255,255,255,1);}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ width:100%; height: 100%; color: #FFF; font-size: 25px; border: 0px #FF0004 solid;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 50px; line-height: 50px; border-radius: 50%; top: auto; bottom: 7%;border: 1px dashed rgba(255,255,255,0.8); text-align: center;}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover{background: rgba(238,80,11,1);border: 1px solid rgba(238,80,11,1);}
#banner .swiper-button-next{ right: 5%; }
#banner .swiper-button-prev{left:auto; right:9%; }

#banner .b_scrool {position: absolute;left: calc((100% - 90px) / 2);bottom: 70px;color: #fff;width: 90px;z-index: 10;}
#banner .b_scrool i {display: block;width: 20px;height: 30px;margin: 0 auto;border-radius: 12px;border: 2px #fff solid;position: relative;}
#banner .b_scrool i:before {content: "";display: block;width: 4px;height: 10px;background: #fff;border-radius: 2px;position: absolute;left: 50%;transform: translate(-50%,0);top: 3px;animation: scrollmouse 2s linear infinite;}
@keyframes scrollmouse{from{transform:translate(-50%,0);opacity:1}to{transform:translate(-50%,10px);opacity:0}}
#banner .b_scrool span {text-transform: uppercase;color: #fff;display: block;font-family: arial;line-height: 20px;margin-top: 12px;font-size: 12px;}

#mobile_banner video{ width: 100%; max-height: 800px; object-fit: cover;}
#mobile_banner img{ width: 100%;max-height: 800px;object-fit: cover;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}

#about_banner .swiper-pagination-bullet-active {background: #d33f23;}

@media screen and (max-width:1600px){
	#banner .swiper-button-prev{right:10%; }
}

@media screen and (max-width:1440px){
	#banner .swiper-button-prev{right:11%; }
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}


#ssbj{ border-bottom: 1px solid #eaeaea; height: 65px; line-height: 65px; font-size: 14px; overflow: hidden;}
#ssbj a{  padding: 0 1%; color: #999999;}
#ssbj a:hover{ color: #15317f;}
#ssbj span{ color: #15317f;}
.zy_search_form{ width: 80%; float: right; margin-top: 15px; height: 40px; line-height: 40px; background: #f4f4f4; border: 1px solid #f4f4f4; border-radius: 5px;}
.zy_search_form #search_name{ width: 80%; height: 38px; line-height: 38px; float: left; background: #f4f4f4; outline: none; color: #999; font-size: 13px; text-indent: 20px;}
.zy_search_form #button{ width: 20%; height: 38px; line-height: 38px; background: url("../images/ss.png") no-repeat center #f4f4f4; float: right; cursor: pointer; border:none;outline: none; transition: 0.3s;}
@media screen and (max-width:768px){
    .zy_search_form{ width: 100%; margin-top: 4%; float: none;}
}

.nav_zi li{ float: left; width: 12.5%;}
.nav_zi li i{ float: left; color: #15317f; font-size: 10px; margin-right: 5px;}
.nav_zi li a{ color: #333333 !important;}
.nav_zi li:hover a{ color: #15317f !important;}

/*底部*/
#end_bj{width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; overflow: hidden; color: #999999; position: relative;}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: -5px; display: block; height:2px; 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_nr_bj .main{ padding: 2% 0; }
#end_nr_bj .main .float-left{ border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .main .float-left .end_logo{ padding: 0 0 5%; text-align: left;}
#end_nr_bj .main .float-left .end_logo img{ max-width: 100%;}
#end_nr_bj .main .float-left p{ color: #fff; line-height: 35px;}
#end_nr_bj .main .float-left p i{ float: left; font-size: 18px; margin-right: 2%;}

#end_nr_bj .main .end_lx{ padding: 1% 5% 0; border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .main .end_lx .tit{ color: #fff; font-size: 24px;}
#end_nr_bj .main .end_lx .tit span{ font-size: 14px; text-transform: uppercase; font-family: Arial; padding-left: 10px;}
#end_nr_bj .main .end_lx ul{ padding-top: 10%;}
#end_nr_bj .main .end_lx ul li{ float: left; width: 33%; height: 35px; line-height: 35px;}
#end_nr_bj .main .end_lx ul li a{ color: #fff;}
#end_nr_bj .main .end_lx ul li i{ float: left; margin-right: 5%; font-size: 12px;}

#end_nr_bj .main .end_lx .language a{display: inline-block;margin-right: 10px;}

#end_nr_bj .main .float-right{ text-align: center;}
#end_nr_bj .main .float-right .ewm{ display: inline-block; width: 35%; padding: 0 1%;}
#end_nr_bj .main .float-right .ewm span{ display: block;margin-top: 5px; height: auto; line-height: 22px; color: #fff;}
#end_nr_bj .main .float-right img{ max-width: 100%;}

@media screen and (max-width:1400px){
    #end_nr_bj .main .float-left ul{ font-size: 12px;}
}
@media screen and (max-width:1200px){
    #end_nr_bj .main .float-left ul{ width: 20%;}
    #end_nr_bj .main .end_lx .tit{ font-size: 15px;}
    #end_nr_bj .main .end_lx .tit span{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #end_nr_bj .main .float-left ul:nth-of-type(2){ width: 65%;}
    #end_nr_bj .main .float-left ul:last-of-type{ width: 35%;}
	#end_nr_bj .main .float-right .ewm {width: 45%;}
}
@media screen and (max-width:767px){
    #end_nr_bj .main .float-left ul:nth-of-type(2){ width: 100%;}
    #end_nr_bj .main .float-right{ padding-top: 5%;}
    #end_nr_bj .main .end_lx{ border: none;}
	#end_nr_bj .main .end_lx ul{ padding-top: 5%;}
}


#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }
#end_line a{ color: #7c8187;}
#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: #15317f ;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}
@media screen and (max-width:1440px){
    #end_logo ul li .float-left p{ font-size: 16px;}
    #end_logo ul li .float-left span{ font-size: 12px;}
}
@media screen and (max-width:1200px){
    #end_logo ul li{ margin-bottom: 2%;}
    #end_logo ul li:nth-of-type(2):before{ display: none;}
}
@media screen and (max-width:991px){
    #end_link{ display: none;}
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 4% 0 1%;}
}
@media screen and (max-width:765px){
    .footer_zx i{ padding: 2% 0 1%;}
}


/*首页*/
.tit_top{padding:2% 0;}
.tit_in{ text-align: center;}
.tit_in h2{ color: #333333; font-size: 36px; margin-bottom: 10px !important;}
.tit_in h2 span{ color: #15317f; font-weight: bold;}
.tit_in p{ display: inline-block; color: #999; font-size: 16px; text-transform: uppercase; position: relative;}
.tit_in p:before{ position: absolute; left: -130px; top: 50%; content: ''; width: 100px; height: 1px; background: #cecece;}
.tit_in p:after{ position: absolute; right: -130px; top: 50%; content: ''; width: 100px; height: 1px; background: #cecece;}
@media screen and (max-width:991px){
    .tit_in h2{ font-size: 28px;}
    .tit_in p{ font-size: 14px;}
	#zi_banner.bannerSet {margin-top: 0; z-index: 1;}
}
@media screen and (max-width:768px){
    .tit_in h2{ font-size: 18px; margin: 0 !important;}
    .tit_in p{ font-size: 12px;}
	.tit_top{padding-top:0;}
}
@media screen and (max-width:765px){
    .tit_in h2{ font-size: 18px;}
}
#product-bg{padding: 5% 0;}
#cpnr{ margin-top: 3%;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 2% 0 0;}
#cpnr .gallery-top .swiper-slide ul{ margin: 0 -15px !important;}
#cpnr .gallery-top .swiper-slide li{ margin-bottom: 1%; position: relative;}
#cpnr .gallery-top .swiper-slide li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s; }
#cpnr .gallery-top .swiper-slide li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide li .pic p{ position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; padding: 0 5px; line-height: 60px; color: #fff; z-index: 1; font-size: 16px; background: rgba(0,0,0,0.3); text-align: center; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: 0.5s;}
#cpnr .gallery-top .swiper-slide li .font{ position: absolute; left: 50%; top: 50%;border: 1px #efefef solid; background: rgba(255,255,255,0.9); width: 0; height: 0; padding: 8% 0; text-align: center; z-index: 2; transition: 0.4s; opacity: 0; overflow: hidden;}
#cpnr .gallery-top .swiper-slide li .font .tit{padding: 0 5px; color: #333333; font-size: 20px; font-weight: bold; background: url("../images/cptit_line.png") no-repeat center bottom; height: 40px;line-height: 40px;overflow: hidden;}
#cpnr .gallery-top .swiper-slide li .font .con{ color: #7f7f7f; font-size: 16px; padding: 3% 5% 5%;min-height:60px;}
#cpnr .gallery-top .swiper-slide li .font .con span{ color: #15317f;}
#cpnr .gallery-top .swiper-slide li .font .more{ display: inline-block; width: 40%; height: 35px; line-height: 35px; background: #15317f; border-radius: 20px; color: #fff;}
#cpnr .gallery-top .swiper-slide li:hover .pic img{transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide li:hover .pic p{ bottom: -60px;}
#cpnr .gallery-top .swiper-slide li:hover .font{ width: 80%; height: 80%; left: 10%; top: 10%; opacity: 1;
-webkit-border-radius:8px;
-ms-border-radius:8px;
-o-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;}
#cpnr .gallery-thumbs { height: auto; margin-bottom: 1%; padding: 0; box-sizing: border-box; position: relative;}
#cpnr .gallery-thumbs .swiper-slide { height: 65px; line-height: 65px; background: #f0f0f0; font-size: 16px; color: #333333; cursor: pointer; padding-left: 1%;}
#cpnr .gallery-thumbs .swiper-slide i{ float: left; font-size: 20px; color: #15317f; margin-right: 3%;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active{ color: #fff; background: #053e95;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active i{ color: #fff;}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs{ padding: 0;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .swiper-slide li .pic p{ height: 40px; line-height: 40px; font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li .font .con{ display: none;}
    #cpnr .gallery-top .swiper-slide li .font .more{ margin-top: 10%;}
    #cpnr .gallery-top .swiper-slide li .font .tit{ font-size: 16px;}
}
@media screen and (max-width:765px){
    #cpnr .gallery-top .swiper-slide p{ font-size: 12px;}
    #cpnr .gallery-top .swiper-slide li .font .more{ display: none;}
    #cpnr .gallery-top .swiper-slide li .font .tit{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li .pic p{ font-size: 12px;}
}

#ysbj{padding: 5% 0;}
#ysbj .tit_in h2,#ysbj .tit_in h2 span,#ysbj .tit_in p{ color: #fff;}


#youshi{ margin-top: 4%; overflow: hidden;}
#youshi .swiper-container {
    width: 100%;
    height: 100%;
}
#youshi .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 3% 0 2%;

    /* 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;
}

#youshi .swiper-slide .pic{ /*background: url("../images/ys_pic.png") no-repeat center;*/ width: 80px; height: 80px; line-height: 80px; text-align: center; }
#youshi .swiper-slide .pic i{ display: none; color: #15317f; font-size: 57px;transition-duration: 0.6s;/*border: 1px #15317f dashed; border-radius: 50%;*/}
#youshi .swiper-slide:hover .pic i{transform: rotate(0deg) rotateX(0) rotateY(360deg);}
#youshi .swiper-slide p i{ color: #15317f;}
#youshi .swiper-slide:nth-of-type(1) .pic i:nth-of-type(1){ display: block;}
#youshi .swiper-slide:nth-of-type(2) .pic i:nth-of-type(2){ display: block;}
#youshi .swiper-slide:nth-of-type(3) .pic i:nth-of-type(3){ display: block;}
#youshi .swiper-slide:nth-of-type(4) .pic i:nth-of-type(4){ display: block;}
#youshi .swiper-slide h3{ color: #333333; font-weight: bold; font-size: 18px; padding: 5% 0 2%;}
#youshi .swiper-slide span{ display: block; padding: 3% 10%; text-align: center; color: #999999; font-size: 16px; min-height: 110px;}
#youshi .swiper-slide p{ color: #bfbfbf;}
@media screen and (max-width:768px){
    #youshi{ padding: 0 3%;}
}


#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: rgba(255,255,255,0.9); transition:0.4s; padding: 3% 5%; opacity: 0;}
#scsl .swiper-slide .pic .font p{ color: #333333; font-size: 20px; font-weight: bold; height: 40px; line-height: 40px; border-bottom: 1px solid #e8e8e7; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative; padding-left: 3%;}
#scsl .swiper-slide .pic .font p:before{ position: absolute; left: 0; top: 20%; width: 3px; height: 60%; background: #15317f; content: '';}
#scsl .swiper-slide .pic .font p i{ float: right; color: #c31414; font-size: 20px;}
#scsl .swiper-slide .pic .font span{ display: block; color: #7f7f7f; font-size: 16px; height: 40px; line-height: 40px;}
#scsl .swiper-slide:hover img{ transform: scale(1.1);}
#scsl .swiper-slide:hover .pic .font{ opacity: 1; left: 10%;}

#scsl .swiper-button-next:after,#scsl .swiper-button-prev:after{ display: none;}
#scsl .control-bar .prev_next{ right: 0; opacity: 1; z-index: 8;}
#scsl .control-bar .prev_next.prev{ left: 0; opacity: 1; z-index: 8;}
#scsl .control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .w-btn:hover { background-color: #15317f ; color: #ffffff; }
#scsl .control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .prev_next i::before, #scsl .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#scsl .control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#scsl .control-bar .prev_next.next i { margin-left: 10px; }
#scsl .control-bar .prev_next.next i::before, #scsl .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
#scsl .control-bar .prev_next.prev i { margin-right: 10px; }
#scsl .control-bar .prev_next.prev i::before, #scsl .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
#scsl .control-bar .prev_next:hover i { width: 20px; margin: 0; }
#scsl .control-bar .prev_next:hover i::before, #scsl .control-bar .prev_next:hover i::after { width: 8px; }
#scsl .control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .more i::before, #scsl .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .more i::before { top: -6px; }
#scsl .control-bar .more i::after { bottom: -6px; }
#scsl .control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

@media screen and (max-width:1200px){
    #scsl .swiper-slide:before{ display: none;}
}
@media screen and (max-width:991px){
    #scsl .swiper-slide .pic .font p{ font-size: 16px; height: 30px; line-height: 30px;}
    #scsl .swiper-slide .pic .font span{ font-size: 14px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:765px){
}

#gssj_bj{padding:2% 0;}

#duty_bj{padding-top:2%;}
#duty_bj .swiper-slide .tit{display: block; width: 100%;}
#duty_bj .swiper-slide p{ width: 100%; text-align: center; height: 50px; transition: 0.3s; background: #efefef; line-height: 50px; color: #333333; font-size: 16px; padding:0 5px; overflow: hidden;}

#gswh_bj{ padding: 4% 0;}
#gswh_bj .tit_in{margin: 2% auto;}
#gswh_bj .tit_in h2 span { color: #FFF;}
#gswh_bj .tit_in p{ color: #FFF;}
#gswh_bj .content_zy{text-align: center;color: #FFF;}

#gsjj_bj{padding:2% 0;}
#gsjj_bj .content{ padding-top: 3%;}
#gsjj_bj .pic img{ max-width: 100%;}
#gsjj_bj .pic video{ max-width: 100%; object-fit: cover;}
#gsjj_bj .nr{ color: #666666; line-height: 35px; font-size: 16px;}
#gsjj_bj .nr .bt{ padding-bottom: 2%; position: relative; background: url("../images/jj_tit_line.png") repeat-x left bottom;}
#gsjj_bj .nr .bt p{ color: #15317f; font-size: 32px; font-weight: bold; height: 40px;}
#gsjj_bj .nr .bt span{ display: block; color: #333333; font-size: 20px;}
#gsjj_bj .nr .content_zy{ /*margin: 5% 0;*/ color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    overflow: hidden;}
#gsjj_bj .nr .content_zy a{ color: #15317f;}
#gsjj_bj ul{ text-align: center; padding-top: 3%;}
#gsjj_bj ul li{ display: inline-block; width: 23.5%; text-align: center;}
#gsjj_bj ul li a{margin:0px;padding:0px;}
#gsjj_bj ul li p{ display: inline-block; background: url("../images/jj_lb.png") no-repeat center; width: 74px; height: 86px; line-height: 86px;}
#gsjj_bj ul li p i{ font-size: 30px; color: #fff; transition: 0.3s;}
#gsjj_bj ul li span{ display: block; color: #666666; font-size: 16px; padding-top: 5px;}
#gsjj_bj ul li:hover p i{-webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media screen and (max-width:1439px){
	#gsjj_bj .nr .content_zy{-webkit-line-clamp: 6;}
}
@media screen and (max-width:1200px){
    #gsjj_bj .nr .bt p{ font-size: 26px;}
    #gsjj_bj .nr .bt span{ font-size: 16px;}
    #gsjj_bj .nr .content_zy{ font-size: 14px;-webkit-line-clamp: 5;}
}
@media screen and (max-width:991px){
    #gsjj_bj .nr{ margin-top: 5%;}
    #gsjj_bj .nr .bt p{ font-size: 24px; height: 30px;}
    #gsjj_bj .nr .bt span{ font-size: 14px;}
    #gsjj_bj ul li span{ font-size: 14px;}
	#gsjj_bj .nr .content_zy{-webkit-line-clamp:inherit;}
}


#ggbj{position: relative;}
#ggbj:before{ position: absolute; right: 0; top: 0; content: ''; background: url("../images/gg_line.png") no-repeat center left; width: 47%; height: 100%;}
#ggbj .container{ padding: 3% 0; color: #fff;}
#ggbj .font{ text-align: center;}
#ggbj .font h2{ font-size: 30px; font-weight: bold !important;}
#ggbj .font p{ display: inline-block; font-size: 20px; height: 60px; line-height: 60px; position: relative;}
#ggbj .font p:before{ position: absolute; left: -70px; top: 40%; content: ''; background: url("../images/gg_tit_left.png") no-repeat left top; width: 52px; height: 8px;}
#ggbj .font p:after{ position: absolute; right: -70px; top: 40%; content: ''; background: url("../images/gg_tit_right.png") no-repeat left top; width: 52px; height: 8px;}
#ggbj .font .more{ display: inline-block; margin-top: 1%; width: 25%; height: 45px; line-height: 45px; background: #c00505; border-radius: 5px; color: #fff; transition: 0.3s;}
#ggbj .font .more:hover{ background: #fff; color: #15317f;}
#ggbj .zixun{ padding: 0 0 0 8%;}
#ggbj .zixun .tel_con .pic{ float: left; transition: 0.3s; padding: 15px 10px 0 0;}
#ggbj .zixun .tel_con .pic img{ max-width: 100%;}
#ggbj .zixun .tel_con .float-left{ width: 80%; font-size: 16px; line-height: 35px; transition: 0.3s;}
#ggbj .zixun .tel_con .float-left span{ display: block; font-size: 36px; font-family: Impact; }
#ggbj .zixun .zx{ float: left; margin-top: 5%; border: 1px solid rgba(255,255,255,0.2); height: 50px; line-height: 50px; font-size: 16px; padding: 0 8%;}
#ggbj .zixun .zx i{ float: left; font-size: 20px; margin-right: 15px;}

@media screen and (max-width:1440px){
    #ggbj .font h2{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #ggbj .zixun .tel_con .pic{ width: 20%;}
    #ggbj .zixun .tel_con .float-left span{ font-size: 30px;}
    #ggbj .zixun .zx{ font-size: 14px;}
    #ggbj .font h2{ font-size: 24px;}
}
@media screen and (max-width:991px){
	#ggbj .container {padding: 5% 0;}
    #ggbj .font h2{ font-size: 16px;}
    #ggbj .font p{ font-size: 14px;}
}


#xw_bj{}
#gssb_bj{padding-top: 2%;}
#sub_xw_bj{ padding-top: 0; background: #fcfcfc;}
#hyxw_bj{padding-top:2%;}
#scsb_bj{}
#szgc_bj{}
#hzkh_bj{padding-top: 2%;}
#yycj_bj{}
#cpzs_bj{}
#zljs_bj{padding-top: 2%;}
#xwpic,#xwnr{ margin-top: 3%;}
#xwpicnr .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#xwpicnr .swiper-slide {
    text-align: center;
    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;
}
#xwpicnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
#xwpicnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicnr .swiper-slide .font{ background: #fff; width: 100%; padding: 3%; text-align: left;}
#xwpicnr .swiper-slide .font .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; border-bottom: 1px solid #ececec; }
#xwpicnr .swiper-slide .font .news_info{ color: #999999; font-size: 14px; margin: 1% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwpicnr .swiper-slide .font .news_time{ line-height: 30px; color: #999999; font-size: 14px;}
#xwpicnr .swiper-slide .font .news_time i{ float: left; margin-right: 10px;}
#xwpicnr .swiper-pagination{ right: 10px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicnr .swiper-pagination .swiper-pagination-bullet{ background: #15317f; width: 10px; height: 10px;}



#xwpicgg .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#xwpicgg .swiper-slide {
    text-align: center;
    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;
}
#xwpicgg .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
#xwpicgg .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicgg .swiper-slide .font{ background: #fff; width: 100%; padding: 3%; text-align: left;}
#xwpicgg .swiper-slide .font .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; border-bottom: 1px solid #ececec; }
#xwpicgg .swiper-slide .font .news_info{ color: #999999; font-size: 14px; margin: 1% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwpicgg .swiper-slide .font .news_time{ line-height: 30px; color: #999999; font-size: 14px;}
#xwpicgg .swiper-slide .font .news_time i{ float: left; margin-right: 10px;}
#xwpicgg .swiper-pagination{ right: 10px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicgg .swiper-pagination .swiper-pagination-bullet{ background: #15317f; width: 10px; height: 10px;}

#indexNews li{ background: #fff; padding: 6.1% 5%; transition: 0.3s; cursor: pointer;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; border-bottom: 1px solid #ececec; transition: 0.3s;}
#indexNews li .news_info{ color: #999999; font-size: 14px; margin: 1% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
#indexNews li .news_time{ float: left; line-height: 30px; color: #999999; font-size: 14px;}
#indexNews li .news_time i{ float: left; margin-right: 10px;}
#indexNews li .more{ float: right; height: 30px; line-height: 30px; background: #053e95; border-radius: 15px; color: #fff; padding: 0 5%; transition: 0.3s;}
#indexNews .row{ margin-top: 4%;}
#indexNews .row li{ padding: 10% 7%;}
#indexNews .row li .news_info{ font-size: 13px; padding: 2% 0;}
#indexNews li:hover{ background: #053e95;}
#indexNews li:hover .news_title,#indexNews li:hover .news_info,#indexNews li:hover .news_time{ color: #fff;}
#indexNews li:hover .news_title{ border-bottom: 1px solid rgba(255,255,255,0.2);}
#indexNews li:hover .more{ background: #fff; color: #15317f;}
@media screen and (max-width:991px){
    #indexNews .row li{ margin-bottom: 4%;}
}
@media screen and (max-width:768px){
    #indexNews .row .col-12{ padding: 0;}
	#hyxw_bj .news-list2 {margin-bottom: 0;}
}



/*公司简介*/
.gsjj .pic{ text-align: center;}
.gsjj .pic img{ max-width: 100%;}
.gsjj .font .bt{ background: url("../images/jj_tit_line.png") repeat-x left bottom;text-align: center; padding-bottom: 2%; line-height: 38px; position: relative;}
.gsjj .font .bt:before{ position: absolute; content: ''; left: 0; top: 20%; text-transform: uppercase; color: rgba(192,5,5,0.03); width: 100%; height: 100%; font-size: 70px; font-family: Bahnschrift; }
.gsjj .font .bt p{ color: #333333; font-size: 32px; font-weight: bold;}
.gsjj .font .bt p b{ float: left; margin-right: 5px; display: block; width: 13px; height: 30px; border-radius: 2px; background: #15317f; transition: all linear 0.3s; transform: skewX(-20deg);}
.gsjj .font .bt p i{ float: left; margin-left: 10px;}
.gsjj .font .bt span{ display: block; clear: both; color: #666666; font-size: 18px;}
.gsjj .font .content_zy{ color: #666666; font-size: 15px; /*padding: 2% 0; */line-height: 35px;}
.gsjj .font .content_zy img{height:auto; max-width:100%; margin-bottom:5px;}
@media screen and (max-width:1200px){
    .gsjj .font .bt:before{ font-size: 60px;}
}
@media screen and (max-width:991px){
    .gsjj .font .bt p{ font-size: 26px;}
    .gsjj .font .bt span{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .gsjj .font .bt:before{ display: none;}
    .gsjj .font .bt p{ font-size: 22px;}
    .gsjj .font .bt span{ font-size: 12px;}
}


#qywh{ margin-top: 4%; overflow: hidden;}
#qywh .swiper-container {
    width: 100%;
    height: 100%;
}
#qywh .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 2%;

    /* 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;
}
#qywh .swiper-slide .pic{ float: left; width: 25%; text-align: center; padding-top: 2%; }
#qywh .swiper-slide .pic img{ display: none; max-width: 100%; filter: drop-shadow(-8px 5px 8px rgba(8, 43, 83, 0.1)); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#qywh .swiper-slide:nth-of-type(1) .pic img:nth-of-type(1){ display: inline-block;}
#qywh .swiper-slide:nth-of-type(2) .pic img:nth-of-type(2){ display: inline-block;}
#qywh .swiper-slide:nth-of-type(3) .pic img:nth-of-type(3){ display: inline-block;}
#qywh .swiper-slide .float-left{ width: 75%;}
#qywh .swiper-slide h3{ color: #333333; font-weight: bold !important; font-size: 22px;}
#qywh .swiper-slide span{ display: block; padding-top: 3%; color: #666666; font-size: 16px;}
#qywh .swiper-slide:hover .pic img{ -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; filter: drop-shadow(8px -5px 8px rgba(8, 43, 83, 0.1));}
@media screen and (max-width:1440px){
    #qywh .swiper-slide span{ font-size: 14px;}
    #qywh .swiper-slide .float-left{ padding-left: 3%; line-height: 30px;}
}
@media screen and (max-width:1366px){
	#indexNews li{padding: 3.1% 5%;}
}
@media screen and (max-width:991px){
    #qywh .swiper-slide .pic{ padding: 0;}

}
@media screen and (max-width:768px){
    #qywh{ padding: 0 3%;}
}


#gsjj_gg{ background: url("../images/jj_gg_bj.jpg") no-repeat center fixed;}
#gsjj_gg .container{ padding: 2% 0; text-align: center; color: #fff;}
#gsjj_gg h2{ font-size: 36px; font-weight: bold !important; font-family: '思源宋体';}
#gsjj_gg p{ font-size: 16px; line-height: 50px;}
#gsjj_gg .more{ display: inline-block; padding: 0 5%; font-size: 18px; margin-top: 2%; height: 45px; line-height: 45px; background: #15317f; border-radius: 25px;}
@media screen and (max-width:1200px){
    #gsjj_gg h2{ font-size: 30px;}
}
@media screen and (max-width:991px){
    #gsjj_gg h2{ font-size: 22px;}
    #gsjj_gg p{ font-size: 14px; line-height: 30px;}
}


#crcm{ margin-top: 3%; overflow: hidden}
#crcm .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#crcm .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;
}
#crcm .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#crcm .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#crcm .swiper-slide .pic .font{ position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(0,0,0,0.5); transition:0.4s; padding: 0; opacity: 0; text-align: center; overflow: hidden;}
#crcm .swiper-slide .pic .font:before{ position: absolute; content: ''; left: 5%; top: 5%; width: 90%; height: 90%; border: 1px dashed rgba(255,255,255,0.3);}
#crcm .swiper-slide .pic .font p{ color: #fff; font-size: 16px;padding:0 6%; padding-top: 4%;}
#crcm .swiper-slide .pic .font i{ color: #fff; font-size: 50px;}
#crcm .swiper-slide:hover img{ transform: scale(1.1);}
#crcm .swiper-slide:hover .pic .font{ opacity: 1; left: 0; top: 0; width: 100%; height: 100%; padding: 30% 0 0;}

@media screen and (max-width:1200px){
    #crcm .swiper-container{ padding-bottom: 7%;}
	#gssb_bj #crcm .swiper-container{ padding-bottom: 0;}
	#duty_bj #crcm .swiper-container{ padding-bottom: 0;}
	#scsb_bj #zzry .swiper-container{ padding-bottom: 0;}
	#szgc_bj #crcm .swiper-container{ padding-bottom: 0;}
	#cxtp_bj #cxtp .swiper-container{ padding-bottom: 0;}
	#hzkh_bj #zzry .swiper-container{ padding-bottom: 0;}
	#yycj_bj #crcm .swiper-container{ padding-bottom: 0;}
}
@media screen and (max-width:768px){
#cpzs_bj{padding-top: 2%;}
}
@media screen and (max-width:765px){
    #crcm .swiper-container{ padding-bottom: 15%;}
	#gssb_bj #crcm .swiper-container{ padding-bottom: 0;}
	#scsb_bj #zzry .swiper-container{ padding-bottom: 0;}
	#szgc_bj #crcm .swiper-container{ padding-bottom: 0;}
	#cxtp_bj #cxtp .swiper-container{ padding-bottom: 0;}
	#hzkh_bj #zzry .swiper-container{ padding-bottom: 0;}
	#yycj_bj #crcm .swiper-container{ padding-bottom: 0;}
}



#ygfc_bj{background: #fcfcfc;padding-top:2%;}
#zzry_bj{padding-top: 2%;}
#zzry{ margin-top: 3%;overflow: hidden;}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
}
#zzry .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 .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; background: #fff; border: 1px solid #efefef; text-align: center;}
#zzry .swiper-slide .pic a{ display: flex; justify-content: center; /*align-items: center;*/ width: 100%; height: 100%; left: 0; position: absolute; padding: 10px;}
#zzry .swiper-slide .pic a img{ max-width: 100%; max-height: 100%; transition:0.3s;object-fit: cover;}
#zzry .swiper-slide p{ width: 100%; text-align: center; height: 50px; transition: 0.3s; background: #efefef; line-height: 50px; color: #333333; font-size: 16px; padding:0 5px; overflow: hidden;}
#zzry .swiper-slide:hover p{ background: #15317f; color: #fff;}
#zzry .swiper-slide:hover p a{color: #fff;}

#zljs_bj{padding-top: 2%;}
#zljs{ margin-top: 3%;overflow: hidden;}
#zljs .swiper-container {
    width: 100%;
    height: 100%;
}
#zljs .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;
}
#zljs .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 100%; position: relative; background: #fff; border: 1px solid #efefef; text-align: center;}
#zljs .swiper-slide .pic a{ display: flex; justify-content: center; /*align-items: center;*/ width: 100%; height: 100%; left: 0; position: absolute; padding: 10px;}
#zljs .swiper-slide .pic a img{ max-width: 100%; max-height: 100%; transition:0.3s;object-fit: cover;}
#zljs .swiper-slide p{ width: 100%; text-align: center; height: 50px; transition: 0.3s; background: #efefef; line-height: 50px; color: #333333; font-size: 16px; padding:0 5px; overflow: hidden;}
#zljs .swiper-slide:hover p{ background: #15317f; color: #fff;}
#zljs .swiper-slide:hover p a{color: #fff;}

@media screen and (max-width:1200px){
    #zzry .swiper-container{ padding-bottom: 7%;}
	#zljs .swiper-container{ padding-bottom: 0;}
}
@media screen and (max-width:768px){
#sub_xw_bj { padding-top: 2%;}
}
@media screen and (max-width:765px){
    #zzry .swiper-container{ padding-bottom: 15%;}
	#zljs .swiper-container{ padding-bottom: 0;}
}

#cxtp_bj{}
#cxtp{ margin-top: 3%;overflow: hidden;}
#cxtp .swiper-container {
    width: 100%;
    height: 100%;
}
#cxtp .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;
}
#cxtp .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; background: #fff; border: 1px solid #efefef; text-align: center;}
#cxtp .swiper-slide .pic a{ display: flex; justify-content: center; /*align-items: center;*/ width: 100%; height: 100%; left: 0; position: absolute; padding: 10px;}
#cxtp .swiper-slide .pic a img{ max-width: 100%; max-height: 100%; transition:0.3s;object-fit: cover;}
#cxtp .swiper-slide p{ width: 100%; text-align: center; height: 50px; transition: 0.3s; background: #dedede; line-height: 50px; color: #333333; font-size: 16px; padding:0 5px; overflow: hidden;}
#cxtp .swiper-slide:hover p{ background: #15317f; color: #fff;}
#cxtp .swiper-slide:hover p a{color: #fff;}
@media screen and (max-width:1200px){
    #cxtp .swiper-container{ padding-bottom: 7%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    #cxtp .swiper-container{ padding-bottom: 15%;}
}

.fw_font h3{ color: #333333; font-size: 24px;}
.fw_font h3 span{ color: #999999; font-size: 16px; text-transform: uppercase; padding-left: 10px;}
.fw_font p{ color: #15317f; font-size: 30px; font-family: Impact; margin-top: 3% !important;}
.fw_font p i{ float: left; font-size: 30px; margin-right: 10px;}
.fw_lb{ padding-top: 1% !important;}
.fw_lb li{ float: left; text-align: center; padding: 0 3%;}
.fw_lb span{ display: block; float: left; color: #c0c0c0;}
.fw_lb span i{ font-size: 20px;}
.fw_lb li i{ color: #c0c0c0; font-size: 45px; margin-bottom: 10px; transition: 0.3s;}
.fw_lb li p{ color: #333333; font-size: 14px;}
.fw_lb li:hover i,.fw_lb li:hover p{ color: #15317f;}
@media screen and (max-width:1440px){
    .fw_lb li{ padding: 0 2%;}
    .fw_font h3{ font-size: 20px;}
    .fw_font h3 span{ font-size: 12px;}
}




/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner p{ text-align: center; overflow: hidden;}
#zi_banner p img{ width: 100%;}
#zi_banner p video{ width: 100%;object-fit: cover;max-height: 800px;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #zi_banner p img{ width: 150%; margin-left: -25%;}
	#zi_banner p video{ width: 150%; margin-left: -25%;}
}
@media screen and (max-width:768px) {
    #zi_banner p img { width: 150%; margin-left: -25%;}
	#zi_banner p video{ width: 150%; margin-left: -25%;}
}


#lxwm_in li{ background: #fff; text-align: center; padding: 10% 3%; border: 1px solid #efefef; box-shadow: 0 0 10px rgba(0,0,0,0.08);}
#lxwm_in li .tit{ font-size: 22px; color: #333; font-weight: bold;}
#lxwm_in li .pic{ padding: 8% 0;}
#lxwm_in li .pic i{ font-size: 50px; color: #15317f;}
#lxwm_in li .con{ color: #7d8084; min-height: 60px;}
@media screen and (max-width:991px){
    #lxwm_in li{ margin-bottom: 2%;}
    #home ul li{ width: 25%; font-size: 14px;}
}
@media screen and (max-width:768px){
    #home ul li{ width: 25%; font-size: 14px; line-height: 40px; padding: 0;}
    #home ul li a{ height: 40px; line-height: 40px;}
}
.in_title{ line-height: 40px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}



.contactb{padding: 4% 0;}
.contactba .forma{height: auto;overflow: hidden;}
.contactba .forma span{display: block;font-size: 20px;line-height: 45px;}
.contactba .forma input{float: left;width: 32%;margin-right: 2%;line-height: 40px;padding-left: 2%;border: 1px solid #e6e6e6;}
.contactba .forma input:last-child{margin-right: 0px;}
.contactba textarea {display: block;padding-left:2%;width: 100%;height: 90px;background: #fff;line-height: 35px;border: 1px solid #e6e6e6;}
.contactba .code {width: 50%;}
.contactba .code input {width: 31%;line-height: 40px;float: left;}
.contactba .code .verify {cursor: pointer;float: left;margin:0 2%;width: 31%;height: 40px;text-align: center;}
.contactba .code .verify img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;border: 1px solid #e6e6e6;}
.contactba .submit {position: relative; float: left;display: block;width: 31%;height: 40px;text-align: center;line-height: 40px;background: #b70000;color: #fff;}
.contactba .submit em {display: block; position: relative;z-index: 3;transition:.6s;}
.contactba .submit em{position: relative;z-index: 3;}
.contactba .submit:after{position: absolute;width: 100%;height: 100%;max-height: 0;z-index: 1;content: '';background-color: #444;left: 0;bottom: 0;transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);}
.contactba .submit:hover:after {max-height: 100%;max-width: 100%;}

.contactba .form-tr {overflow: hidden;margin-top: 2%;}
.contactba input {display: block;width: 90%;padding-left:2%;height: 40px;line-height: 40px;background: #fff;border: 1px solid #e6e6e6;}

.tit_zx{ padding-bottom: 3%;}
.tit_zx p{ color: #1c4f9a; font-size: 20px; font-weight: bold;}
.tit_zx span{ display: block; padding-bottom: 3%; color: #666; font-size: 18px; text-transform: uppercase; position: relative;}
.tit_zx span:before{ position: absolute; left: 0; bottom: 0; width: 5%; height: 3px; background: #1c4f9a; content: '';}

.lxzx .content{ padding: 5% 0 !important;}
.lxzx .tel span{ font-family: Bahnschrift; font-size: 30px; color: #15317f ;}
@media screen and (max-width:991px){
    .contactaa{ position: relative;}
    .contactaa li{ border: 1px solid #efefef;}
}



.pro-sider .in-title{ background: #15317f; color: #fff; padding: 8% 10% 5%; position: relative; text-align: center;}
.pro-sider .in-title p{ font-size: 30px; padding-bottom: 1%;}
.pro-sider .in-title span{ font-family: arial; font-size: 16px; text-transform: uppercase;}
.pro-sider .in-title i{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 12%; text-align: center; font-size: 70px; font-family: Bahnschrift; font-weight: bold; color: rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: -3px;}

.pro-sider .bai{ color: #333333; font-size: 15px; line-height: 35px;}
.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px 0;}
.pro-sider-ul li{ padding: 0 20px; border-bottom: 1px dashed #e5e5e5; background: #fff; color: #333333; font-size: 16px; width: 100%; cursor: pointer; height: 60px; line-height: 60px; transition: 0.3s;}
.pro-sider-ul li i{ float: right; color: #a7a7a7; font-size: 20px;}
.pro-sider-ul li:hover{ background: #f5f6f8;}
.pro-sider-ul #li-on{ background: #f5f6f8;}
@media screen and (max-width:1440px){
    .pro-sider .in-title i{ font-size: 60px;}
}
@media screen and (max-width:1200px){
    .pro-sider .in-title p{ font-size: 28px;}
    .pro-sider .in-title span{ font-size: 14px;}
    .pro-sider .in-title i{ display: none;}
    .pro-sider-ul li{ font-size: 14px;}
    .pro-sider-ul li i{ font-size: 12px;}
    .pro-sider .bai{ font-size: 12px;}
}

.news-list2 {margin-top: 3%; margin-bottom: 1.125rem;}
.news-list2 .item {box-sizing: border-box;}
.news-list2 .item-wrap{border: 1px solid #ededed;padding-bottom: 10px;box-shadow: 0px 0px 35px rgba(62,73,197,0.2);border-radius: 10px;}
.news-list2 .con-box .date {font-size: 0; line-height: 0; }
.news-list2 .con-box .date i{ display: inline-block;}
.news-list2 .con-box a { display: block;}
.news-list2 .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.news-list2 .con-box .d {font-size: 2.5rem; line-height: 4rem; color: #999;  transition: all .2s;}
.news-list2 .con-box .ym {  font-size: 14px;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.news-list2 .con-box .img {height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news-list2 .con-box .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;transition: 0.3s;}
.news-list2 .con-box a:hover .img img{transform: scale(1.1);}
.news-list2 .con-box .date,.news-list2 .con-box .tit,.news-list2 .con-box .con,.news-list2 .con-box .detail{ padding: 0 20px;}
.news-list2 .con-box .tit { margin-top: 10px; font-size: 18px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;}
.news-list2 .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.news-list2 .con-box .detail {margin: 0 auto; height: 30px; font-size: 0; text-align: left;  margin-top: 1.875rem;
    transition: all .2s;}
.news-list2 .con-box .detail span { display: inline-block; *display: inline; zoom: 1; font-size: 14px; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.news-list2 .con-box:hover .detail{ color: #ccc;}
.news-list2 .con-box:hover .detail span{ color: #ccc; /*background-image: url("../images/news-detail2.png");*/}
.news-list2 .con-box:hover .d,.news-list2 .con-box:hover .ym{ color: #999 ;}
@media screen and (max-width:1200px){

}
@media screen and (min-width:765px){
	.news-list2 .con-box .con {min-height: 50px;}
}
@media screen and (max-width:991px){
	.news-list2 .item {margin-bottom: 1.5rem;}
}
@media screen and (max-width:765px){
	.news-list2 .con-box .con {min-height:auto;}
}


.news-list3 {/*border-left: 1px solid #ededed;border-top: 1px solid #ededed;*/margin-bottom: 1.125rem;}
.news-list3 .item {/*padding: 2.5rem 2.5rem 2.5rem;*/box-sizing: border-box;margin-bottom: 1.5rem;/*border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;*/}
.news-list3 .item-wrap{border: 1px solid #ededed;padding-bottom: 10px;box-shadow: 0px 0px 35px rgba(62,73,197,0.2);border-radius: 10px;}
.news-list3 .con-box .date {font-size: 0; line-height: 0; }
.news-list3 .con-box .date i{ display: inline-block;}
.news-list3 .con-box a { display: block;}
.news-list3 .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.news-list3 .con-box .d {font-size: 2.5rem; line-height: 4rem; color: #999;  transition: all .2s;}
.news-list3 .con-box .ym {  font-size: 14px;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.news-list3 .con-box .img {/*margin: 2% 0;*/ height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news-list3 .con-box .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;transition: 0.3s;}
.news-list3 .con-box a:hover .img img{transform: scale(1.1);}
.news-list3 .con-box .date,.news-list3 .con-box .tit,.news-list3 .con-box .con,.news-list3 .con-box .detail{ padding: 0 20px;}
.news-list3 .con-box .tit { margin-top: 10px; font-size: 18px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;}
.news-list3 .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.news-list3 .con-box .detail {margin: 0 auto; height: 30px; font-size: 0; text-align: left;  margin-top: 1.875rem;
    transition: all .2s;}
.news-list3 .con-box .detail span { display: inline-block; *display: inline; zoom: 1; font-size: 14px; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.news-list3 .con-box:hover .detail{ color: #ccc;}
.news-list3 .con-box:hover .detail span{ color: #ccc; /*background-image: url("../images/news-detail2.png");*/}
.news-list3 .con-box:hover .d,.news-list3 .con-box:hover .ym{ color: #999 ;}
@media screen and (max-width:1200px){
    .news-list3 .con-box .detail{ }
    .news-list3 .con-box:hover .detail{ }
}
@media screen and (min-width:765px){
	.news-list3 .con-box .con {min-height: 50px;}
}
@media screen and (max-width:765px){
	.news-list3 .con-box .con {min-height:auto;}
}

.goods-search{width: 90%;max-width: 735px;text-align: center;margin: 0 auto;}
.goods-search form{ margin: 0 auto; width: calc(100% - 2px);border: 1px solid rgba(21, 49, 127, 1);display: flex;height: 55px;overflow: hidden;border-radius: 50px;background-color: #fff;}
.goods-search form input{width: calc(100% - 100px);padding-left: 20px;}
.goods-search form button{width: 100px;background-color: rgba(21, 49, 127, 1);}
.goods-search form button svg{fill: #fff;}

.product-list {/*border-left: 1px solid #ededed;border-top: 1px solid #ededed;*/margin-bottom: 1.125rem;}
.product-list .item {/*padding: 1rem 1rem 1.5rem;*/box-sizing: border-box;/*border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;*/}
.product-list .item .item-wrap{margin: 1rem 1rem 0.5rem; border: 1px solid #ededed;}
.product-list .con-box .date {font-size: 0;}
.product-list .con-box a { display: block;}
.product-list .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.product-list .con-box .d {font-size: 2.5rem; line-height: 4rem; color: #999;  transition: all .2s;}
.product-list .con-box .ym {  font-size: 1.5rem;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.product-list .con-box .img {height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.product-list .con-box .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;transition: 0.3s;}
.product-list .con-box a:hover .img img{transform: scale(1.1);}
.product-list .con-box .tit { padding: 10px; text-align: center; font-size: 15px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;}
.product-list .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.product-list .con-box .detail {margin: 0 auto; width: 45%; height: 30px; font-size: 0; text-align: center; border: 1px solid #ccc; border-radius: 20px; transition: all .2s;margin-bottom: 1rem;}
.product-list .con-box .detail span { display: inline-block; *display: inline; zoom: 1; font-size: 14px; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.product-list .con-box:hover .detail{ background: #15317f ; color: #fff; border: 1px solid #15317f ; width: 50%;}
.product-list .con-box:hover .detail span{ color: #fff; background-image: url("../images/news-detail2.png");}
.product-list .con-box:hover .d,.product-list .con-box:hover .ym{ color: #15317f ;}
@media screen and (max-width:1200px){
    .product-list .con-box .detail{ width: 60%;}
    .product-list .con-box:hover .detail{ width: 70%;}
}
@media screen and (min-width:765px){
	.product-list .con-box .con {min-height: 50px;}
}
@media screen and (max-width:765px){
	.product-list .con-box .con {min-height:auto;}
}

@media screen and (max-width:768px){
	.goods-search{margin-bottom: 3%;}
	.goods-search form{height:40px;}
	.goods-search form input{width: calc(100% - 60px);padding-left: 20px;}
    .goods-search form button{width: 60px;}
	.goods-search form button svg{width: 22px;height:22px;}
}



.news02 {padding: 0;}
.news02 li{ margin-bottom: 20px;}
.news02 .col-12{ padding: 0 10px;}
.news02 .slide{ transition: 0.3s;}
.news02 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news02 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news02 .setimgbox {padding-bottom: 105%;}
.news02 .setimgbox img {object-fit: contain;}
.news02 .slide:hover .imgbox img {transform: scale(1.1);}
.news02 .txtbox { height: 50px; line-height: 50px; text-align: center; color: #fff; padding-left: 5%; font-size: 16px; position: absolute; left: 0; bottom: 0; z-index: 3; width: 100%; transition: 0.3s;background: rgba(0,0,0,0.5);}
.news02 .slide:hover .txtbox{ opacity: 0;}
.news02 .content{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-align: center; color: #fff; opacity: 0; transition: 0.3s;}
.news02 .content p{ font-size: 22px; padding: 30% 0 3%; transition: 0.4s;}
.news02 .content i{ font-size: 30px;}
.news02 .slide:hover .content{ opacity: 1;}
.news02 .slide:hover .content p{ padding-top: 23%;}

.news02 .slide:hover > a > .setimgbox > .content p{ padding-top: 40%;}



#zpjy{ background: url("../images/zpjy.jpg") no-repeat center fixed; border-radius: 10px; text-align: center; color: #fff;}
#zpjy .tit{ font-size: 30px;}
#zpjy i{ font-size: 26px;}
#zpjy .con{ padding: 1% 20% 0; font-size: 16px;}
@media screen and (max-width:768px){
    #zpjy .con{ font-size: 14px; padding: 2%;}
}


.inner_contact_02{ margin: 5% 0 0;}
.inner_contact_02 .td1{ line-height: 40px; border-right: 1px solid #dbdbdb;}
.inner_contact_02 .td1 p{ color: #333333; font-size: 22px;}
.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: #666666; font-size: 16px;}
.inner_contact_02 .td2 p span{ color: #15317f ; font-size: 24px;}
.inner_contact_02 .td5{ text-align: center; padding-top: 2%;}
.inner_contact_02 .td5 a{ display: block; height: 45px; line-height: 45px; float: right; padding: 0 10%; background: #15317f ; border-radius: 5px; color: #fff;font-size: 14px;}
@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: 16px;}
    .inner_contact_02 .td1 span{ font-size: 14px;}
    .inner_contact_02 .td1 p{ font-size: 18px;}
}

#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: #f4f4f4; color: #666666; padding: 2%; margin: 0;}
#jobs_ul li .jobs_box{ padding:20px 3.5% 36px; background: #fff; 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 {
    width: 50%;float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    width: 43.5%;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;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}


/*产品中心*/
.pro_tit{ text-align: center; line-height: 40px;}
.pro_tit h2{ color: #333333; font-size: 40px; font-weight: bold !important;}
.pro_tit h2 span{ color: #15317f;}
.pro_tit p{ color: #333333; font-size: 18px;}
@media screen and (max-width:991px){
    .pro_tit h2{ font-size: 30px;}
    .pro_tit p{ font-size: 14px; line-height: 30px;}
}



#cpclass{ margin: 4% 0;}
#cpclass .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#cpclass .swiper-slide {
    text-align: center;
    transition:0.3s;
    border-right: 1px solid #e9e9e9;

    /* 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;
}
#cpclass .swiper-slide .pic{ float: left; width: 48px; height: 48px; line-height: 45px; border: 1px solid #cfcfcf; border-radius: 100%; transition:0.3s;}
#cpclass .swiper-slide .pic i{ color: #cfcfcf; font-size: 26px; transition:0.3s;}
#cpclass .swiper-slide .float-left{ float: left; padding-left: 10px; text-align: left; line-height: 25px;}
#cpclass .swiper-slide .float-left p{ color: #333333; font-size: 18px;}
#cpclass .swiper-slide .float-left span{ font-size: 12px; color: #999; text-transform: uppercase;}
#cpclass .swiper-slide:hover .pic{ background: #15317f; border: 1px solid #15317f;}
#cpclass .swiper-slide:hover .pic i{ color: #fff;}
#cpclass .swiper-slide:hover .float-left p,#cpclass .swiper-slide:hover .float-left span{ color: #15317f;}
#cpclass #li-on .pic{ background: #15317f; border: 1px solid #15317f;}
#cpclass #li-on .pic i{ color: #fff;}
#cpclass #li-on .float-left p,#cpclass #li-on .float-left span{ color: #15317f;}
@media screen and (max-width:765px){
}

.cp_class_lb ul{ }
.cp_class_lb ul li{ background: #fff; border: 1px solid #e0e0e0; margin:0 0 4%; padding: 20px; cursor: pointer; transition: 0.3s;}
.cp_class_lb ul li .row{ margin: 0;}
.cp_class_lb ul li .tit{ color: #333333; height: 40px; font-size: 22px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; position: relative; font-weight: bold; margin-bottom: 2%; transition: all linear 0.3s;}
.cp_class_lb ul li .tit span{ padding-left: 10px; font-size: 14px; text-transform: uppercase; font-weight: none;}
.cp_class_lb ul li .tit:before{ position: absolute; left: 5px; top: 0; content: ''; width: 13px; height: 30px; border-radius: 2px; background: #15317f; transition: all linear 0.3s; transform: skewX(-20deg);}
.cp_class_lb ul li .tit p{ position: relative; padding-left: 10px; transition: 0.3s;}

.cp_class_lb ul li .pic{ width: 100%; height: 0; padding-bottom: 40%; background: #fff; position: relative; overflow: hidden;}
.cp_class_lb ul li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}

.cp_class_lb ul li .float-left{ text-align: left; padding-top: 3%;}
.cp_class_lb ul li .float-left .bt{ border-bottom: 1px dashed #e0e0e0; color: #333333; font-size: 16px; height: 40px;}
.cp_class_lb ul li .float-left .bt i{ float: left; color: #15317f; font-size: 20px; margin-right: 10px;}
.cp_class_lb ul li .float-left .nr{ margin: 5% 0; color: #999; font-size: 15px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cp_class_lb ul li .more{ display: inline-block; background: #15317f; text-align: center; transition: 0.3s; height: 40px; line-height: 40px; width: 80%; color: #fff; margin-top: 2%; position: relative; overflow: hidden;}
.cp_class_lb ul li .more:before{ position: absolute; left: 0; top: 0; content: ''; width: 0; height: 40px; background: #cd3737; border-top-right-radius: 20px; border-bottom-right-radius: 20px; transition: 0.4s;}
.cp_class_lb ul li .more p{ position: relative;}
.cp_class_lb ul li:hover .more:before{ width: 80%;}
.cp_class_lb ul li:hover .tit:before{ background: #15317f; transform: skewX(0deg); width: 100%;}
.cp_class_lb ul li:hover .tit{ color: #fff;}
.cp_class_lb ul li:hover .tit p{ padding-left: 20px;}
.cp_class_lb ul li:hover{ box-shadow: 0 0 10px rgba(0,99,187,0.2);}
@media (min-width: 991px) and (max-width: 1440px){
    .cp_class_lb ul li dl{ display: none;}
    .cp_class_lb ul li .pic{ padding-bottom: 35%;}
    .cp_class_lb ul li .float-left .nr{ font-size: 12px; line-height: 25px;}
}
@media screen and (max-width:1200px){
    .cp_class_lb ul li .pic{ padding-bottom: 45%;}

}

@media screen and (max-width:991px){
    .cp_class_lb ul li .pic{ padding-bottom: 70%; margin-bottom: 2%;}
}
@media screen and (max-width:768px){
    .cp_class_lb ul li .tit span{ display: none;}
}

.pro_con{ box-shadow: 0 0 10px rgba(0,99,187,0.2); border-radius: 10px; padding: 2%; position: relative; overflow: hidden;}
.pro_con:before{ position: absolute; right: -40px; top: -40px; content: ''; background: url("../images/hot.png") no-repeat right top; width: 171px; height: 171px;}
.pro_con:after{ position: absolute; right: 0; bottom: 10%; content: ''; background: url("../images/xing.png") no-repeat right center; width: 100%; height: 60px;}
.pro_con .row{ margin: 0;}
.cp_left{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden; }
.cp_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right{ padding: 2% 2% 0;}
.cp_right h2{ color: #333333; font-size: 28px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.cp_right h2:before{ position: absolute; left: 5px; top: 0; content: ''; width: 13px; height: 30px; border-radius: 2px; background: #15317f; transition: all linear 0.3s; transform: skewX(-20deg);}
.cp_right h2 p{ position: relative; padding-left: 10px;}
.cp_right .content{ border-bottom: 1px dashed #ececec; border-top: 1px dashed #ececec; color: #666666; font-size: 16px; padding: 3% 0; margin: 3% 0;}
.cp_right ul{ margin: 5% 0 !important;}
.cp_right ul .bt{ color: #666666; font-size: 18px; font-weight: bold; height: 50px;}
.cp_right ul li{ padding: 0 1%;}
.cp_right ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.cp_right ul li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right ul li p{ background: #fff; text-align: center; width: 100%; height: 30px; line-height: 30px; font-size: 13px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cp_right .zixun-btn{ height: 50px; line-height: 50px; background: #15317f; color: #fff; border-radius: 5px; text-align: center; font-size: 16px; transition: 0.3s; position: relative; z-index: 1;}
.cp_right .zixun-btn i{ display: inline-block; font-size: 20px; margin-right: 10px;}
.cp_right .zixun-btn:hover{ background: #333;}
@media screen and (max-width:1200px){
    .pro_con:after{ display: none;}
    .cp_right .content{ font-size: 12px;}
    .cp_right h2{ font-size: 20px;}
    .cp_right ul .bt{ font-size: 14px; height: 30px;}
    .cp_right ul{ margin: 2% 0 !important;}
}
@media screen and (max-width:991px){
    .pro_con:before{ display: none;}
    .cp_left{ padding-bottom: 60%;}
    .cp_right{ margin-top: 3%;}
}


.hui{ background: #f5f6f8;}
.bai{ background: #fff;}



#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 25%; 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: #cf0000;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #cf0000;}

@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}


.cpinfo_con .content{ padding: 5%; color: #666666;}

#cpys{overflow: hidden;}
#cpys .swiper-container {
    width: 100%;
    height: 100%;
}
#cpys .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    padding: 3% 0 2%;
    cursor: default;

    /* 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;
}
#cpys .swiper-slide .pic{ text-align: center; height: 50px; line-height: 50px; }
#cpys .swiper-slide .pic i{ display: none; color: #15317f ; font-size: 50px;}
#cpys .swiper-slide:nth-of-type(1) .pic i:nth-of-type(1){ display: block;}
#cpys .swiper-slide:nth-of-type(2) .pic i:nth-of-type(2){ display: block;}
#cpys .swiper-slide:nth-of-type(3) .pic i:nth-of-type(3){ display: block;}
#cpys .swiper-slide:nth-of-type(4) .pic i:nth-of-type(4){ display: block;}
#cpys .swiper-slide h3{ color: #333333; font-weight: bold !important; font-size: 18px; padding: 8% 0 2%;}
#cpys .swiper-slide span{ display: block; padding: 3% 5%; text-align: center; color: #999999; font-size: 13px; line-height: 25px; min-height: 75px;}
#cpys .swiper-slide:hover{ background: #15317f ;}
#cpys .swiper-slide:hover .pic i,#cpys .swiper-slide:hover h3,#cpys .swiper-slide:hover span{ color: #fff !important;}
@media screen and (max-width:1400px){
    #cpys .swiper-slide span{ min-height: 90px;}
}
@media screen and (max-width:768px){
    #cpys{ padding: 0 3%;}
}


.cp_tit{ text-align: center; margin-top: 6%;}
.cp_tit h1{ color: #333333; font-size: 26px; font-weight: bold !important; position: relative;}
.cp_tit p{ position: relative; color: rgba(192,5,5,0.05); font-family: Bahnschrift; font-size: 60px; text-transform: uppercase; margin-top: -2% !important;}
@media screen and (max-width:1200px){
    .cp_tit p{ font-size: 50px; margin-top: -4% !important;}
}
@media screen and (max-width:991px){
    .cp_tit p{ font-size: 40px; margin-top: -5% !important;}
}
@media screen and (max-width:768px){
    .cp_tit p{ font-size: 30px;}
}

#anli{ margin-top: 4%; overflow: hidden;}
#anli .swiper-container {
    width: 100%;
    height: 100%;
}
#anli .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#anli .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#anli .swiper-slide p{ background: #f5f6f8; width: 100%; height: 50px; text-align: center; line-height: 50px; color: #333333; font-size: 16px; transition: 0.3s;}
#anli .swiper-slide:hover p{ background: #15317f ; color: #fff;}
@media screen and (max-width:768px){
    #anli{ padding: 0 3%;}
}


#xgcp{ margin-top: 4%; overflow: hidden;}
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
}
#xgcp .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    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;
}
#xgcp .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#xgcp .swiper-slide p{ background: #f5f6f8; width: 100%; height: 50px; text-align: center; line-height: 50px; color: #333333; font-size: 16px; transition: 0.3s;}
#xgcp .swiper-slide:hover p{ background: #15317f ; color: #fff;}
@media screen and (max-width:768px){
    #xgcp{ padding: 0 3%;}
}


/*翻页*/
.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;
}
/*底部导航*/
.footBar {width:100%;height:60px;margin:0 auto;position:fixed;z-index:60;left:0;bottom:0;background:#053e95;}
.footBar li {width:20%;height:60px;float:left;text-align:center;} 
.footBar li a {display:block;padding:10px 0;color:#fff;}
.footBar li a i {width:24px;height:24px;display:block;text-align:center;margin:0 auto;}
.footBar li a i img {width:24px;height:24px;overflow:hidden;}

.footBar a.ahome {width:60px;height:55px;padding-top:0px;display:block;
background:-webkit-linear-gradient(top ,#fff ,#D9D9D9 100%);text-align:center;border-radius:50%;
box-shadow:0 0 1px 3px rgb(0 0 0 / 40%);position:fixed;bottom:20px;left:50%;margin-left:-30px;color:#333;z-index:999;}
.footBar a.ahome img {width:45%;}
.footBar a.ahome i {width:50px;height:20px;line-height:20px;margin:0 auto;display:block;color:#666;text-align:center;font-style:normal;}

.ui-popup-screen {width:100%;height:100%;z-index:99;position:fixed;top:0;left:0;background:#000;opacity:0.6;}
.weixin-popup {width:220px;height:220px;background:#fff;left:50% !important;bottom:220px !important;margin-left:-110px;position:fixed;z-index:2199;display:none;border-radius:3px;}
.weixin-popup img {width:220px;height:220px;border-radius:3px;}
@media screen and (min-width: 993px) {
    .footBar,.weixin-popup { display:none;}
	#end_nr_bj .main{ padding: 4% 0; }
}
@media screen and (max-width: 993px) {
    #end_bj { padding-bottom: 70px;}
}
/*友情链接*/
.ind-links{padding: 22px 0;background: #f4f4f4;}
.ind-links h5{ display: inline-block; font-size:18px;line-height: 32px;color: #404040;}
.ind-links p{ display: inline-block; line-height: 32px;color: #666;}
.ind-links p a{vertical-align: middle;padding: 0 6px 0 3px;}