.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:20px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:40px; color:#212121; line-height:45px; margin-bottom:20px; font-weight: bold;}
.titles1 h3 span{color:#df131e;}
.titles1 h3 strong{font-size:40px; padding: 0px 5px; color:#c9000b; text-shadow: 2px 0 2px white, -2px 0 2px white, 0 2px 2px white, 0 -2px 5px white, 2px 2px 4px rgb(0 0 0 / 0.5); /*text-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/}
.titles1 h4{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 400;    display: flex;
    justify-content: center;
    align-items: center;}
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1 h4:before {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-left.png") no-repeat;
    margin-right: 10px;
}
.titles1 h4:after {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-right.png") no-repeat;
    margin-left: 10px;
}

.titles2{ text-align:center; padding:20px 0px;position: relative;}
.titles2 h3{ /*font-family:HelveticaNeueCE; */font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;display: inline-block; padding:0px 50px;}
.titles2 h3 b{ color:#e50112;font-weight:bold;}
.titles2 h5{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 300;max-width: 900px;
    margin: auto;
    line-height: 30px;margin-top: 10px;}

.titles2 h3:before {
	content: url("/images/bg/title_bg_left.png");
    width: 77px;
    height: 20px;
	padding-right: 50px;
	overflow: hidden;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    left: 33%;*/
}
.titles2 h3:after {
    content: url("/images/bg/title_bg_right.png");
    width: 77px;
    height: 8px;padding-left: 50px;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    right: 33%;*/
}
@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}
.w1600{width:1600px; margin: auto;}

.titles3{ text-align:left; padding:20px 0px;position: relative;}
.titles3 h3{ font-family:HelveticaNeueCE; font-size:36px; color:#212121; line-height:38px; font-weight: bold; margin-bottom:10px;}
.titles3 h5{font-size:14px;color:#666;font-weight: 400;text-transform: capitalize;max-width: 800px;margin: auto;}

:root {
  --primary: #ffc246;
  --secondary: #384d62;
  --title-color: #1c0a1a;
  --text-color: #5a5a5a;
  --light-bg-color: #fafafa;
  --card-box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  --card-hover-box-shadow: 1px 20px 30px #C4C4C433; }

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: #e92b29;
    color: #FFFFFF;
    padding: 15px 40px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: #f49d0e;}


/*.gsjj-box{max-width:1280px; margin:auto;}
.gsjj-box .menubox a{ display:flex; justify-content: space-between;}
.gsjj-box .menubox a >strong{display:flex; align-items: center;    flex: auto;}
.gsjj-box .menubox a >strong:after{height:1px; display: block; border-bottom:1px dashed #ccc;content: "";flex: auto; margin:0px 20px;}
.gsjj-box .menubox a >span:nth-last-child(1){color:#333;}
.gsjj-box .grade-t{display:flex;align-items: center;flex-direction: row;}
.gsjj-box .grade-t h5{margin-left: 10px;font-size: 2rem;margin-bottom: 0px;}
.station1 .container{max-width:1280px;}
*/

.station1{display:none !important;}

.tit0l {
    font-size: 36px;
    letter-spacing: 8px;
    margin: 90px auto 0 auto;
    color: #666;
    text-align: center;
    font-weight: bold;
    max-width: 1180px;line-height:1.6rem;
}
.tit0l em {
        font-size: 14px;
        color: #bbbbbb;
        font-weight: normal;
        display: block;
        font-family: "Microsoft Yahei";
        text-transform: uppercase;
        background:url(../images/bg/line2.png) no-repeat center 13px;
        padding: 34px 0;
        font-style: normal;
        letter-spacing: 1px;
    }
.tit0l p{font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    margin-top: -20px;
    margin-bottom: 20px;}
.clearDiv{width:100%; overflow: hidden;}
.aboutCont {
        margin-top: 20px;
        max-height: 775px;
        background:url("../images/bg/bg-com.jpg") no-repeat center 0;
    }
    
.aboutCont {
        height: 775px;
    }
    
    .about-img {
        float: right;
        width: 958px;
        height: 775px;
        margin-right: -390px;
        overflow: hidden;
    }
    
    .about-img img {
        transition: all 0.5s;
		max-width:100%;
    }
    
    .about-img:hover img {
        transform: scale(1.05);
    }
    
    .yz dd {
        float: left;
        width: 532px;
    }
    
    .about-desc h2 {
        padding: 16px 0 32px;
        position: relative;
        font-weight: normal;
    }
    
    .about-desc h2 b,.about-desc h2 strong {
        display: block;
        font-size: 40px;
        color: #000;
        line-height: 15px;
        font-weight: normal;
        padding-top: 65px;
    }
    
    .about-desc h2 i,.about-desc h2 em {
        display: block;
        font-size: 28px;
        color: #333;
        line-height: 40px;
        padding-top: 24px;
        font-style: normal;
        font-weight: 100;
    }
    
    /*.about-desc h2 em {
        color: #c08f4c;
        display: block;
        font-style: normal;
    }*/
    
    .about-desc h2:after {
        position: absolute;
        width: 94px;
        height: 3px;
        content: "";
        background: #f05b1a;
        left: 0;
        bottom: 0;
    }
    
    .about-text {
        color: #666;
        line-height: 35px;
        margin: 35px 0 60px;
        font-size: 16px;width: 50%;
    }
    
    .about-desc ul {
        height: 167px;
        margin-left: -20px;
        width: 870px;
        position: absolute;
        z-index: 1;
    }
    
    .about-desc li {
        float: left;
        width: 25%;
        height: 155px;
        background: #033386;
        text-align: center;
    }
    
    .about-desc li em {
        font-size: 40px;
        color: #fff;
        font-style: normal;
        padding-top: 40px;
        display: inline-block;
    }
    
    .about-desc li i {
        display: inline-block;
        width: 22px;
        height: 22px;
        font: 14px "Microsoft YaHei UI";
        text-align: center;
        line-height: 22px;
        color: #fff;
        background: #61b1f1;
        border-radius: 25px;
    }
    
    .about-desc li:nth-child(2n) {
        background: #ffffff;
    }
	.about-desc li:nth-child(2n) em{color: #000;}
	.about-desc li:nth-child(2n) p{color: #333;}
    
    .about-desc li img {
        display: block;
        height: 50px;
        margin: 35px auto 22px;
        transition: all 0.5s;
    }
    
    .about-desc li p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        margin: 0;
    }
    
    .about-desc li:hover img {
        transform: rotateY(180deg);
    }




.scjdCont{width:100%;}
./*scjdCont *{width:100%;}*/
.scjdCont ul{}
.scjdCont ul li{float:left; width:auto; margin:0.5% 1% 0.5% 0%;}
.scjdCont ul li:nth(3n){margin-right:0px;}
.scjdCont li .Images{display: flex;}
.scjdCont li img{max-width:100%;height: 300px;}

.jsslCont{width:100%; padding:50px 0px;}
.jsslCont *{width:100%;}
.jsslCont ul{display:flex;flex-direction: row; justify-content: space-between;}
.jsslCont ul li{margin:0px 5px;}
.jsslCont ul li h5{color:#cc141d; display: flex;flex-direction: column;align-items: center;}
.jsslCont ul li h5:after{display: block; height:46px; width:30px; background-image:url("../images/icon/icon-zs.png"); background-repeat: no-repeat;margin-top:10px;content: " ";}
.jsslCont ul li:nth-child(1){margin-left:0px;}
.jsslCont ul li:nth-last-child(1){margin-right:0px;}
.jsslCont ul li img{max-width:100%;}

.zsCont{width:100%;}
.zsCont .wrap{max-width: 1420px;}
.zsCont ul{display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0px;
	flex-wrap: wrap;
}
.zsCont ul li{margin:1px;width: calc((100% / 7) - 2px);width:auto; margin:0px 20px;}
.zsCont ul li:nth-child(n+8){display:none;}
.zsCont ul li p{display:none;}
.zsCont ul li img{max-width:100%;}

.mapCont{width:100%;padding:50px 0px;}
.mapCont *{width:100%;}
.mapCont .map-t{font-size:16px; text-align: center;}
.map-c{display:flex;align-items: center; position: relative;}
.map-c img{max-width:100%; width:auto;}
.map-desc{position:absolute;width: 280px;right: 100px;}
.map-desc h5{font-size:28px; font-weight: bold;}

.hb_title{margin-top:0px;}
.hbCont{font-size: 30px;color: #1a1a1a;height: auto;line-height: 28px;position: relative;padding: 0 0 50px 0px; margin-top:40px;}
.hbCont .wrap{max-width: 1420px;}
.hbCont ul{display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0px;
	flex-wrap: wrap;
}
.hbCont ul li{margin:1px; }
.hbCont ul li:nth-child(n+15){display:none;}
/*============================================
cont-section 鍐呭绠€浠�
===========================================*/
.m-about{overflow:hidden;max-width: 1280px;margin: auto;margin-top: 60px;}
.m-about .pic{margin-top:0px;float:right;height:auto}
.m-about .pic img{display:block;width:100%;height:auto}
.m-about .con{padding-right:70px;overflow:hidden}
.m-about .tit{margin-top:0px;margin-bottom:36px; background: none; font-weight: bold; border: 0px;    font-size: 1rem;}
.m-about .tit h3{line-height:.97;font-weight:400;font-size:75px;color:#333; margin-bottom:20px;}
.m-about .tit h3 em{font-weight:700;font-size:93px;color:#df1f26;}
.m-about .tit span{display:block;font-size:22px;color:#666}
.m-about p{line-height:2;margin-bottom:25px;text-indent:0px;font-size:1rem;color:#666666;}

.m-about-c{width: 100%;overflow: hidden;}
.com-imgs{text-align: center; display: none;}

.com-video{background:url("/images/bg/bg-video.jpg") center no-repeat; background-size:cover;padding:100px 0px; display: none;}
.com-box{overflow:hidden;max-width: 1280px;margin: auto; color:#FFFFFF;  text-align: center; display: none;}
.com-box h3{font-size:3.9rem;margin-bottom: 2rem;}
.com-box p{font-size:1.5rem; font-weight: 300;}
.m-video{margin:50px auto; cursor: pointer;}

.com-2 ul{width:100%; display: flex;}
.com-2 ul li{margin:10px;}


.com-team{background:url("/images/bg/bg-team.jpg") center no-repeat; background-size:cover;padding:80px 0px;}
.com-team .com-box p{font-size:1.4rem;}
.com-team .more{margin:50px auto 0px auto;}
.com-team .more a{color:#FFFFFF; text-decoration: underline; font-size:1.4rem;}

.com-certificate{ padding:80px 0px;}
.com-certificate .wrap{display:flex; justify-content: space-between; align-items: center;}
.main-boxs{padding-bottom:0px !important;}

.art1 .ArtBack{justify-content: center;}
.art1 .ArtBack a{font-size: 16px;text-transform: uppercase;}
@media screen and (max-width: 1920px){
	
}
@media screen and (max-width: 1600px)
{

}
@media screen and (max-width: 1440px)
{
	
}
@media screen and (max-width: 1366px)
{
	
}
@media screen and (max-width: 1280px)
{
	
}
@media  (min-width: 1024px) and (max-width:1199px)
{
	
}
@media screen and (max-width: 1023px){
	html {font-size: 62.5%;/*10 梅 16 脳 100% = 62.5%*/}
	body {font-size: 1.4rem;/*1.4 脳 10px = 14px */}
	
	.titles1 h3{font-size:2.8rem; line-height: 1rem;}
	.titles1 h4{font-size:1.4rem;}
	.titles1:before {left: 10%; top:5.5rem;}
	.titles1:after {right: 10%; top:5.5rem;}
	
	.com-section{padding:20px 0px 0px 0px;}
	.com-section .wrap{flex-direction: column;padding: 15px;}
	.com-desc{width:100%;}
	.com-img{width:100%;}
	.counter-item .inner-box .desc-box span{font-size: 4rem;}
	
	.aboutCont{width:100%; height:auto;max-height: none;background: #f3f3f3;}
	.aboutCont .wrap{display:flex; flex-direction: column;}
	.about-img{max-width:100%;margin: auto;height: auto;}
	.about-desc{padding:20px;}
	.about-desc h2{padding: 16px 0 20px;}
	.about-desc h2 strong{padding-top:1rem;font-size:3.4rem;}
	.about-desc h2 i, .about-desc h2 em{font-size:2rem;}
	.about-text{width:100%;}
	.about-desc ul{position: relative; display:flex; flex-wrap: wrap;width: 100%; margin: 0px;height: auto;}
	.about-desc ul li{width:calc(50vw - 20px);height:calc(50vw - 20px);display: flex;justify-content: center;align-items: center;flex-direction: column;align-content: center;margin: 0px;padding: 0px; margin:0px;}
	.about-desc ul li:nth-of-type(3){background:#ffffff;}
	.about-desc ul li:nth-of-type(3) em{color: #000;}
	.about-desc ul li:nth-of-type(3) p{color: #333;}
	.about-desc ul li:nth-of-type(4){background:#033386;}
	.about-desc ul li:nth-of-type(4) em{color: #ffffff;}
	.about-desc ul li:nth-of-type(4) p{color: #ffffff;}
	
	.scjdCont{padding:0px 20px;}
	.scjdCont ul li{width:100%;}
	
	.zsCont{padding:0px 20px;}
	.zsCont ul li{width:100%;}
	.zsCont ul li img{max-width:100%;}
	
	.hbCont ul li{width:100%;text-align: center;}
	.hbCont ul li img{max-width:100%;}
	
	.features-section{padding: 20px 0px 0px 0px;}
	.features-section .title1 h3{font-size: 3.4rem;}
	.features-section .title1 h4{font-size: 2rem;}
	.features-section ul{align-items: normal;}
	.features-section ul li{width:48%;box-shadow: var(--card-box-shadow);}
	
	.cont-desc-wrap{display:flex; flex-direction: column;padding: 0px 20px;}
	.cont-desc{width:100%; padding:0px 20px;}
	.talbe-wrapper{padding:0px 20px; overflow: scroll;}
	
	.cont-ad .titles h3{font-size: 4rem;}
	.cont-ad .titles{padding: 0px 20px;}
	
	.cont-desc-imgs{padding:20px 0px 0px 0px;}
	.cont-desc-imgs ul{flex-wrap: wrap;}
	.cont-desc-imgs ul li{width: 50%;}
	
	.cont-colors .title-box p{font-size: 2rem;}
	.cont-colors .cont-desc{font-size: 1.5rem;    line-height: 3rem;}
	
	
	.wrap{max-width: 100%;}
	
	.mb_none{display: none;}
}

@media screen and (max-width: 767px)
{
	.station1 .container{flex-wrap: wrap;}
	.station1 a {
    font-size: 15px;
    display: block;
    color: #333333;
    line-height: 24px;
    padding: 10px 25px;
    margin-right: 20px;
    background-color: #f5f5f5;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-bottom: 10px;
    width: calc((48vw - 20px));
}
	.m-about .con{padding:10px;}
	.m-about p{line-height: 1.75em; font-size:1.4rem;}
	.m-about-c{padding:10px;}
	.com-certificate{padding:40px 0px}
	.com-certificate img{margin-bottom: 10px;width: calc((100% / 5) - 10px);}
	
}
@media screen and (max-width: 425px)
{
	.cont-desc h2{font-size: 3rem;}
	.com-2 ul{flex-wrap: wrap;}
}
@media screen and (max-width: 414px)
{
	
}


@media screen and (max-width: 375px)
{
	body {font-size: 14px;/*1.4 脳 10px = 14px */}
	
	
	
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}