.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;}
/*============================================
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;}
	
	.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)
{
	
}