@import url(../font/Montserrat/stylesheet.css);
@import url(../font/siyuan/stylesheet.css);

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}

textarea{
	position: static;
}

form {
	height: auto;
	width: 100%;
}

i {
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
}


input:focus::placeholder {
	color: transparent !important;
}



body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	font-family: 'syL','Montserrat';
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	background-color: #f5f7f7;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
button,
a {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
}


html{
	font-size: 26px !important;
}



@media (min-width: 768px) {
	html {
		font-size: 28px !important;
	}
}

@media (min-width: 1025px) {
	html {
		font-size: 30px !important;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}






.bgcover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.container {
	max-width: calc(100% - 100vw/6);
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}



.h120{
	height: 2rem;
	width: 100%;
}



.IndexNavBox{
	display: block;
	width: 100%;
	height: 2rem;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 999;
	transition: all .2s ease-out;
}

.IndexNavBox .container{
	display: flex;
	align-items: center;
	height: 100%;
	overflow: initial;
}




.logo{
	display: block;
	text-indent: -9999em;
	width: 6.05rem;
	height: 1.32rem;
}

.IndexNav{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.IndexNav>ul{
	height: 100%;
	display: flex;
	align-items: center;
}

.IndexNav>ul>li{
	padding: 0 0.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.IndexNav>ul>li>a{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 0.5rem;
	color: #ffffff;
	line-height: 1;
}

.IndexNavActive>a{
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-weight: bold;
}

.IndexNavChilder{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translateX(-50%);
	padding-top: 0.5rem;
	box-sizing: border-box;
}

.IndexNavChilder::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 0.3rem solid transparent;  
	border-right: 0.3rem solid transparent;  
	border-bottom: 0.5rem solid #fff; 
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.IndexNavChilder ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.25rem;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1	);
}

.IndexNavChilder ul li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.IndexNavChilder ul li a{
	color: #202020;
	line-height: 1;
	font-size: 0.45rem;
	padding: 0.5rem 0;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f7f7;
}


.navBtnIcon{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	position: relative;
}

.navBtnIcon>a,.navBtnIcon>div{
	width: 0.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navBtnIcon>a:first-child{
	padding-left: 1.05rem;
}

.navBtnIcon>div{
	padding: 0 1.05rem;
	position: relative;
}


.navBtnIcon::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.3);
}

.navBtnIcon>a>img,.navBtnIcon>div>img{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
}




.indexBanner{
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.indexBanner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBannerSwiper{
	width: 100%;
	height: 100%;
}

.indexBannerSwiper .swiper-slide{
	position: relative;
	z-index: 0;
}


.bannerCon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding-bottom: 35px;
    box-sizing: border-box;
}

.bannerCon .container{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}

.bannerCon .container>span{
	font-size: 1.55rem;
	line-height: 1;
	margin-bottom: 0.65rem;
	color: #fff;
}

.bannerCon .container p{
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	color: #fff;
}

.noBorderLook{
	display: flex;
	align-items: center;
	height: 0.5rem;
}

.noBorderLook span{
	font-size: 0.4rem;
	line-height: 1;
	color: #fff;
}

.noBorderLook img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 0.3rem;
}

.indexBannerPage{
	width: 0.65rem !important;
	height: 100%;
	top: 0;
	left: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.indexBannerPage span{
	width: 0.2rem;
	height: 0.2rem;
	background-color: rgba(255, 255, 255,1);
	margin: 0.5rem 0 !important;
}

.indexBannerPage .swiper-pagination-bullet-active{
	position: relative;
}

.indexBannerPage .swiper-pagination-bullet-active::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 2px solid rgba(255, 255, 255, 1);
	padding: 0.18rem;
	border-radius: 50%;
}





.appointmentBox{
	width: 100%;
	/*padding-right: 10%;
	margin-top: -2.95rem;*/
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.appointmentConBox{
	max-width: calc(100% - 100vw/6);
	width: 92%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}

.appointmentCon{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	padding-right: 1.5rem;
	box-sizing: border-box;
	padding-bottom: 1.6rem;
	padding-left: 2.3rem;
}

.appointmentTitle{
	width: 100%;
	padding-top: 1rem;
	box-sizing: border-box;
	padding-bottom: 0.8rem;
	display: flex;
	align-items: flex-end;
}

.appointmentTitle span{
	font-size: 0.55rem;
	color: #202020;
	line-height: 1;
	margin-right: 0.7rem;
}
.appointmentTitle p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 1;
}

.appointmentTitle p em{
	font-style: normal;
	color: #ab1d17;
	line-height: 1;
}

.appointmentInput{
	width: 100%;
	height: auto;
}

.appointmentInput form{
	width: 100%;
	display: flex;
}
.appointmentILeft{
	flex: 1;
	margin-right: 0.65rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.appointmentILeft>input{
	width: 24%;
	display: block;
	padding: 0 0.75rem;
	box-sizing: border-box;
	background-color: #f5f7f7;
	font-size: 0.35rem;
	height: 1.18rem;
	line-height: 1;
}


.appointmentILeft div{
	width: 24%;
	background-color: #f5f7f7;
	font-size: 0.35rem;
	align-items: center;
	display: flex;
	overflow: hidden;
	height: 1.18rem;
}

.appointmentILeft div input{
	display: block;
	background-color: transparent;
	padding: 0 0.75rem;
	box-sizing: border-box;
	line-height: 1;
	height: 100%;
	width: 70%;
}

.appointmentILeft div img{
	display: block;
	width: 30%;
}




.appointmentILeft input::placeholder{
	font-size: 0.3rem;
	color: #999999;
}


.appointmentInput form button{
	width: 4.55rem;
	height: 1.18rem;
	background-color: #ab1d17;
	color: #fff;
	font-size: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}




.indeTabBox{
	overflow: initial;
	margin-bottom: 5rem;
}

.indexTabTitle{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 2.3rem;
	box-sizing: border-box;
}

.indexTabTitleTxt{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.indexTabTitleTxt span{
	font-size: 1rem;
	color: #333333;
	margin-bottom: 0.6rem;
	line-height: 1;
	font-family: 'syM' !important;
}
.indexTabTitleTxt p{
	font-size: 0.4rem;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
}

.indexTabTitleTxt span em{
	font-style: normal;
	color: #ab1d17;
	line-height: 1;
}



.indexTabCon{
	width: 100%;
	display: flex;
	background-color: #fff;
	margin-top: 2.05rem;
}

.indexTabLeft{
	width: 24%;
	border-right: 1px solid #f2f2f2;
	height: auto;
}
.indexTabLeft ul{
	display: flex;
	flex-direction: column;
}

.indexTabLeft ul li{
	width: 100%;
	height: 2.11rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.indexTabLeft ul li img{
	margin-left: 2.3rem;
	margin-right: 0.45rem;
	display: block;
	width: 0.65rem;
	height: 0.65rem;
}

.indexTabLeft ul li span{
	font-size: 0.45rem;
	color: #272727;
}

.indexTabActive{
	background-color: #ab1d17 !important;
	position: relative;
}

.indexTabActive span{
	color: #fff !important;
}

.indexTabActive::after{
	content: '';
	display: block;
	 width: 0;
	height: 0;
	border-left: 0.25rem solid #ab1d17;
	border-top:  0.25rem solid transparent;
	border-bottom:  0.25rem solid transparent;
	position: absolute;
	top: 50%;
	right: -0.25rem;
	transform: translateY(-50%);
}


.indexTabIcon img:nth-child(2){
	display: none;
}
.indexTabIcon img:nth-child(1){
	display: block;
}
.indexTabActive .indexTabIcon img:nth-child(2){
	display: block !important;
}
.indexTabActive .indexTabIcon img:nth-child(1){
	display: none !important;
}


.indexTabRight{
	width: 76%;
	padding: 1.25rem 2.75rem;
	box-sizing: border-box;
	position: relative;
}

.indexTabList{
	display: none;
	width: 100%;
	flex-direction: column;
}


.tabListTitle{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}
.tabListTitle img{
	display: block;
	width: 0.68rem;
	height: auto;
	margin-right: 0.6rem;
}

.tabListTitle span{
	font-size: 0.8rem;
	line-height: 1;
	color: #333333;
}

.tabListO{
	font-size: 0.5rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.55rem;
}

.tabListT{
	font-size: 0.4rem;
	line-height: 1.5;
	color: #666666;
}


.tabNumBox{
	margin: 1.75rem 0;
	display: flex;
	align-items: center;
}

.tabNumList{
	width: 50%;
	display: flex;
	align-items: center;
	height: auto;
}

.tabNumList span{
	font-size: 1.55rem;
	color: #202020;
	line-height: 1;
	margin-right: 0.65rem;
}

.tabNumList p{
	font-size: 0.35rem;
	color: #666666;
	line-height: 1.7;
}

.tabNumAfter::after{
	content: '+';
	font-size: 0.75rem;
	line-height: 1;
	vertical-align: top;
	font-weight: bold;
}

.seeDetail{
	width: 4.55rem;
	height: 1.18rem;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seeDetail span{
	font-size: 0.4rem;
	line-height: 1;
	color: #202020;
}

.seeDetail img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 0.3rem;
}


.seeDetailRed{
	width: 4.55rem;
	height: 1.18rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ab1d17;
}
.seeDetailRed span{
	font-size: 0.4rem;
	line-height: 1;
	color: #ffffff;
}

.seeDetailRed img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 0.3rem;
}

.seeDetailRedKF img{
	width: 0.5rem !important;
	height: auto;
	margin-left: 0;
	margin-right: 0.3rem;
}


.indexTabTitleKF{
	align-items: center !important;
	padding: 0 0 0 2.3rem !important;
}



.tabTipBox{
	width: 22.23rem;
	max-width: calc(100vw/2 - 1.75rem);
	height: 6.35rem;
	padding: 0 3.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	right: calc(-100%/12);
	bottom: -1.35rem;
}

.tabTipCon{
	width: 100%;
	height: 80%;
	display: flex;
	flex-flow: row wrap; 
	position: relative;
	overflow-y: auto;
}

 .tabTipCon::-webkit-scrollbar {
	  width : 3px; 
	  height: 1px;
  }
  .tabTipCon::-webkit-scrollbar-thumb {
  border-radius: 3px;
	background  : rgba(255, 255, 255, 0.6);
  }
  .tabTipCon::-webkit-scrollbar-track {
  border-radius: 3px;
  }


.tabTipBox::before{
	position: absolute;
	content: '#';
	top: 10%;
	left: 1.5rem;
	color: rgba(255, 255, 255, 0.6);
}

.tabTipCon a{
	margin-right: 1.35rem;
	font-size: 0.35rem;
	color: #dfbbba;
	line-height: 1.2rem;
}



.indeYearBox{
	margin-top: 5rem;
}

.indexVideoBox{
	width: 100%;
	margin-top: 1.95rem;
	display: flex;
	flex-direction: column;
}

.indexVideCon{
	display: flex;
	height: auto;
	overflow: hidden;
}


.indexVideoL{
	width: 50%;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	
}

.indexVideoL video{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease-out;
	object-fit: fill;
	transform: scale(1);
}


.indexVideoL img{
	display: none;
	width: 1.63rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.indexVideoR{
	width: 50%;
	padding: 0 2.35rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.indexVideoR>span{
	font-size: 0.8rem;
	color: #333333;
	margin-bottom: 0.95rem;
	margin-top: 1.35rem;
}


.indexVideoR p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 2;
	margin-bottom: 2.35rem;
}

.indexYearNumBox{
	padding: 2.7rem 0 2.35rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.indexYearNumList{
	display: flex;
	flex-direction: column;
}

.indexYearNumList span{
	font-size: 2.2rem;
	color: #202020;
	line-height: 1;
	margin-bottom: 0.8rem;
	display: flex;
}

.indexYearNumList p{
	font-size: 0.35rem;
	color: #666666;
	line-height: 1.7;
}

.redColor span{
	color: #ab1d17 !important;
}

.indexYearNumList span em{
	font-size: 0.5rem;
	font-style: normal;
	margin-top: 15%;
}



.YaerAfter::after{
	content: 'Years+';
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1;
	vertical-align:top;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
}

.PercentAfter::after{
	content: '%+';
	font-size: 0.6rem;
	line-height: 1;
	vertical-align:top;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
}

.TxtAfter::after{
	content: '\4e07';
	font-size: 0.5rem;
	line-height: 1;
	vertical-align:top;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
}


.IndexLogoBox{
	background-color: #ffffff;
	width: 100%;
	padding: 2.75rem 0 2.5rem;
}

.logoListBox{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.logoListBox ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	margin-top: 1.9rem;
}

.logoListBox ul li{
	width: 20%;
	height: 3.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
	position: relative;
}

.logoListBox ul li:nth-child(5n){
	border-right: none;
}

.logoListBox ul li:nth-child(-n+5){
	border-top: none;
}

.logoListBox ul li:nth-child(-n+4)::after{
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background-color: #ab1d17;
	position: absolute;
	right: -0.13rem;
	bottom: -0.13rem;
	z-index: 9;
}

.moreLogoList ul li:nth-child(-n+14)::after{
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background-color: #ab1d17;
	position: absolute;
	right: -0.13rem;
	bottom: -0.13rem;
	z-index: 9;
	display: block;
}


.moreLogoList ul li:nth-child(5n)::after{
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background-color: #ab1d17;
	position: absolute;
	right: -0.13rem;
	bottom: -0.13rem;
	z-index: 9;
	display: none;
}



.logoListBox ul li img{
	display: block;
	max-width: 50%;
	max-height: 50%;
	transition: all .3s ease-out;
}

.IndexNewBox{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.IndexNewSwiper{
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 1.8rem 0 1rem;
}

.indexNewList{
	width: 32%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	z-index: 0;
}

.IndexNewImg{
	height: 6.75rem;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease;
	z-index: -1;
}


.indexNewListCon{
	padding: 1.5rem 1.1rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
}


.indexNewTime{
	font-size: 0.4rem;
	color: #666666;
}
.indexNewListCon p{
	margin: 0.6rem 0 1.25rem;
	line-height: 2;
	font-size: 0.5rem;
	display: -webkit-box;          
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;    
	overflow: hidden;        
}

.noBorderLookB{
	display: flex;
	align-items: center;
	height: 0.5rem;
}

.noBorderLookB span{
	font-size: 0.4rem;
	line-height: 1;
	color: #333333;
}

.noBorderLookB img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 0.3rem;
}






.lineDown{
	position: relative;
}


.lineDown::after{
	content: '';
	width: 100%;
	height: 0.25rem;
	background-color: #ab1d17;
	position: absolute;
	bottom: 0;
	left: 0;
}


.footerBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #313031;
}


.footerCon{
	padding: 3rem 0 2.6rem;
	box-sizing: border-box;
	width: 100%;
	display: flex;
}

.footerLeft{
	display: flex;
	flex-direction: column;
	width: calc(100%/12*3);
	height: auto;
	overflow: hidden;
}

.footerLogo{
	width: 6.78rem;
	height: 1.5rem;
	display: flex;
	
}

.footerLogo img{
	display: block;
	width: 100%;
}

.footerLeft div{
	margin-top: 3rem;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footerLeft div a{
	color: #fff;
	font-size: 0.45rem;
	line-height: 1.8rem;
	flex: 0 0 33.333%;
	display: block;
}


.footerRight{
	flex: 1;
	margin-left: 4.8rem;
	height: auto;
	overflow: hidden;
}
.footerRT{
	display: flex;
	height: auto;
	width: 100%;
}

.footerRTxt{
	flex: 1;
	font-size: 0.35rem;
	display: block;
	line-height: 3;
	color: rgba(255, 255, 255, 0.8);
}

.footerCodeBox{
	display: flex;
	justify-content: flex-end;
	margin-left: 1.75rem;
}

.footerCodeBox div{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 1.45rem;
}

.footerCodeBox div img{
	display: block;
	width: 2.5rem;
	height: auto;
	margin-bottom: 0.5rem;
}

.footerCodeBox div span{
	font-size: 0.35rem;
	line-height: 1;
	color: #fff;
}

.footerMess{
	margin-top: 1.65rem;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: hidden;
}

.footerNum{
	display: flex;
	align-items: center;
}

.footerNum p{
	font-size: 0.75rem;
	line-height: 1;
	margin-right: 1.15rem;
	color: #fff;
}
.footerAddress{
	margin-top: 1.05rem;
	line-height: 1;
	color: #fff;
	font-size: 0.4rem;
}


.copyRightBox{
	width: 100%;
	height: 2rem;
	background-color: rgba(36, 35, 36, 0.8);
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.copyRightLeft{
	padding-left: calc(100%/12);
	font-size: 0.35rem;
	color: #fff;
}
.copyRightLeft a{
	color: #fff;
	display: inline-block;
	font-size: 0.35rem;
}

.copyRightRight{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.copyRightRight a{
	font-size: 0.35rem;
	color: #fff;
	margin-right: 0.95rem;
}

.indexTop{
	width: 3.25rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #ab1d17;
}

.indexTop img{
	display: block;
	width: 0.7rem;
	height: auto;
}





.popupBox{
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.popupCon{
	max-width: 800px;
	width: 92%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.popupCon video{
	width: 100%;
	display: block;
	height: auto;
}

.popupClose{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	opacity: 0.8;
	cursor: pointer;
}


.searchPopup{
	background-color: rgba(0, 0, 0, 0.7);
}

.searchCon{
	width: 22rem;
	height: 1.4rem;
	border-radius: 0.3rem;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0.5rem;
	box-sizing: border-box;
	overflow: hidden;
}

.searchCon input{
	flex: 1;
	height: 100%;
	font-size: 0.4rem;
	color: #ffffff;
	line-height: 1;
	background-color: transparent;
}

.searchCon input::placeholder{
	color: #ffffff !important;
}


.searchCon button{
	width: 3.6rem;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
	justify-content: center;
	font-size: 0.4rem;
	color: #fff;
	background-color: #ab1d17;
}







.otherBanner{
	width: 100%;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.otherBanner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.otherBannerCon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.otherBannerCon .container{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.otherBannerCon .container>span{
	font-size: 1.55rem;
	line-height: 1;
	margin-bottom: 0.65rem;
	color: #fff;
	margin-top: 3.33rem;
	font-family: 'syM';
}

.otherBannerCon .container p{
	font-size: 0.4rem;
	line-height: 1;
	margin-bottom: 1.8rem;
	color: #fff;
	text-transform: uppercase;
}


.otherTabNav{
	width: 100%;
	padding-right: calc(100%/12);
	box-sizing: border-box;
	margin-top: -0.9rem;
	height: 2.25rem;
}


.otherTabNavCon{
	width: 100%;
	padding-left: calc(100%/12);
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index: 1;
	height: 100%;
}

.otherTabNavItem{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.otherTabNavItem a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1.5rem;
	font-size: 0.5rem;
	color: #033333;
}


.otherTabNavActive{
	color: #ab1d17 !important;
	box-sizing: border-box;
	border-bottom: 3px solid #ab1d17;
	font-weight: bold;
}

.crumbleBox{
	padding: 1.6rem 2.3rem 2rem;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	overflow: hidden;
}

.crumbleBox a{
	display: flex;
	align-items: center;
	height: auto;
}

.crumbleBox span{
	padding: 0 0.38rem;
	display: block;
	font-size: 0.35rem;
	color: #666666;
	line-height: 1;
}

.crumbleBox a img{
	display: block;
	width: 0.4rem;
	height: auto;
}

.crumbleBox i{
	display: block;
	font-size: 0.35rem;
	color: #666666;
	line-height: 1;
}


.expertConBox{
	overflow: initial;
	margin-top: 1.65rem;
	margin-bottom: 2.75rem;
	position: relative;
}

.expertConTxt{
	padding: 2.13rem 2.3rem;
	box-sizing: border-box;
	width: 100%;
}

.expertConTxt span{
	font-size: 0.6rem;
	color: #333333;
	line-height: 1.5;
	display: block;
	width: 100%;
	font-family: 'syM';
}

.expertConTxt span em{
	font-style: normal;
	color: #ab1d17;
}

.expertConTxt p:not(:first-child){
	font-size: 0.4rem;
	color: #666666;
	line-height: 2;
	display: block;
	width: 100%;
	margin-top: 1.1rem;
}



.expertConBox img{
	display: block;
	width: 100%;
}


.expertConBox::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 100%/12);
	background-color: #fff;
	z-index: -1;
	height: 75%;
}


.newsListBox{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding: 0 2.3rem;
	box-sizing: border-box;
}

.newsListBox .indexNewList{
	margin-bottom: 0.8rem;
	margin-right: 2%;
}

.newsListBox .indexNewList:nth-child(3n){
	margin-right: 0;
}



.pageBox{
	margin-top: 1.25rem;
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageBox>a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageBox>a img{
	display: block;
	width: 0.53rem;
	height: auto;
}

.pageBox>a span{
	font-size: 0.5rem;
	color: #333333;
	line-height: 1;
	padding: 0 0.3rem;
	box-sizing: border-box;
	text-transform: uppercase;
}

.pageBox ul{
	margin: 0 0.75rem;
	display: flex;
}

.pageBox ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageBox ul li a{
	font-size: 0.5rem;
	color: #333333;
	line-height: 1;
	padding: 0 0.75rem;
}

.pageActive a{
	font-weight: bold;
	color: #ab1d17 !important;
}


.videoCon{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 0 2.3rem;
	box-sizing: border-box;
}

.videoTop{
	margin: 0 0 2.1rem;
	width: 100%;
	display: flex;
	height: 10rem;
}

.newVideoTxt{
	height: 100%;
	width: 45%;
	padding: 2.05rem 2.13rem 0 1.5rem;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.newVideoTxt span{
	font-size: 0.6rem;
	color: #fff;
	line-height: 1.5;
	display: block;
	width: 100%;
	height: auto;
}

.newVideoTxt p{
	font-size: 0.4rem;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.07rem;
	line-height: 2.5;
	margin-top: 0.9rem;
	display: block;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden; 
}

.videoTopCon{
	width: 55%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.videoTopCon video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
	transition: all .3s ease-out;
	transform: scale(1);
}

.videoTopCon img{
	display: none;
	width: 1.6rem;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.newVideoList{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: auto;
	margin-bottom: 1.95rem;
	overflow: hidden;
}

.newVideoItem{
	width: 32%;
	margin-right: 2%;
	height: 8.25rem;
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.newVideoItem:nth-child(3n){
	margin-right: 0;
}

.newVideoBg{
	width: 100%;
	height: 6.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size:  auto 100%;
	transition: all .3s ease-out;
	
}

.newVideoBg img{
	display: block;
	width: 1.6rem;
	height: auto;
}

.newVideoItem span{
	color: #333333;
	font-size: 0.5rem;
	line-height: 1;
	margin-top: 1rem;
}

.newDCon{
	width: 100%;
	display: flex;
	height: auto;
	overflow: hidden;
}

.newDLeft{
	display: flex;
	flex-direction: column;
	width: 75%;
	padding: 0 2.3rem;
	box-sizing: border-box;
}

.nesDLeftCon{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #c4c6c6;
}

.nesDLeftCon h1{
	font-size: 0.8rem;
	line-height: 1.5;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0.05rem;
}

.nesDIcon{
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}

.nesDIcon div{
	margin-right: 1.65rem;
	display: flex;
	align-items: center;
}

.nesDIcon div img{
	display: block;
	width: 0.47rem;
	height: auto;
	margin-right: 0.2rem;
}
.nesDIcon div span{
	font-size: 0.38rem;
	color: #666666;
	line-height: 1;
}


.nesDBox{
	padding: 1.2rem 0 0;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #c4c6c6;
}

.nesDBox p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 0.9rem;
	display: block;
	width: 100%;
	min-height: 0.9rem;
}

.nesDBox span{
	text-wrap:unset !important;
}

.nesDBox img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto 0.9rem;
	max-width: 100% !important;
	
}

.nesDBox h3{
	font-size: 0.6rem;
	line-height: 1.4rem;
	min-height: 1.4rem;
}

.nesDshare{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 1.45rem;
	margin-bottom: 1.45rem;
}



.nesDshare span{
	font-size: 0.4rem;
	color: #333333;
	line-height: 1;
}
.nesDshare a{
	margin-left: 0.9rem;
	width: 0.6rem;
	height: 0.65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.nesDshare a>img{
	display: block;
	width: 100%;
	height: auto;
}

.nesDshare a>img:last-child{
	display: none;
}

.nesDshare .wxcode{
	display: none;
	position: absolute;
	top: -4.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 0.2rem;
	border: 2px solid #ffffff;
}

.nesDshare .wxcode img{
	display: block;
	width: 100%;
	height: auto;
}


.phoneWXCode{
	background-color: rgba(0, 0, 0, .8);
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.phoneWXCode div{
	width: 60%;
	height: auto;
	overflow: hidden;
}

.phoneWXCode div img{
	display: block;
	width: 100%;
}

.phoneWXCode span{
	font-size: 0.5rem;
	color: #fff;
	margin: 0.5rem 0;
}

.phoneWXCode>img{
	display: block;
	width: 0.8rem;
	padding: 0.15rem;
	height: auto;
	border: 1px solid #fff;
	border-radius: 50%;
}



@media (max-width:1024px) {
	.nesDshare .wxcode{
		display: none;
	}
}





.newDPage{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin: 1.65rem 0 3.4rem;
}

.newPageLR{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 5.4rem) /2);
}

.newPageLR img{
	display: block;
	width: 0.53rem;
	height: auto;
}
.newPageLR span{
	margin: 0 0.3rem;
	font-size: 0.4rem;
	color: #333333;
	flex: 1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	min-width: 0;
	display: block;
}

.newPageLR p{
	margin: 0 0.3rem;
	font-size: 0.4rem;
	color: #333333;
	text-transform: uppercase;
}


.newPageC{
	margin: 0 2.25rem;
	width: 0.45rem;
	height: 0.45rem;
}

.newPageC img{
	display: block;
	width: 100%;
}




.newDRight{
	display: flex;
	width: 25%;
	height: auto;
	overflow: hidden;
	flex-direction: column;
	
}

.thTitle{
	width: 100%;
	font-size: 0.8rem;
	color: #333333;
	margin-bottom: 1rem;
}



.TJListBox{
	width: 100%;
	height: auto;
	flex-direction: column;
	display: flex;
}



.TJList{
	width: 100%;
	height:auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	z-index: 0;
	margin-bottom: 0.65rem;
}

.TJNewImg{
	height: 5.55rem;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .1s ease-out;
	z-index: -1;
}


.TJListCon{
	padding: 6.5rem 0.9rem 1.25rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0);
}


.TJListTime{
	font-size: 0.35rem;
	color: #666666;
	line-height: 1;
}
.TJListCon p{
	margin: 0.4rem 0 0.9rem;
	line-height: 2;
	font-size: 0.4rem;
	display: -webkit-box;          
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;    
	overflow: hidden;        
}

.noBorderLookB{
	display: flex;
	align-items: center;
	height: 0.5rem;
}

.noBorderLookB span{
	font-size: 0.4rem;
	line-height: 1;
	color: #333333;
}

.noBorderLookB img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 0.3rem;
}

.caseListBox{
	padding: 0 2.3rem;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}


.caseList{
	width: 32%;
	height:6.6rem;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 0.85rem;
	padding: 1.2rem 0.95rem;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	
}

.caseList:nth-child(3n){
	margin-right: 0;
}

.caseLTop{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.caseList p{
	padding:0.6rem 0 0;
	box-sizing: border-box;
	min-height: 0;
	line-height: 1.5;
	font-size: 0.45rem;
	display: -webkit-box;          
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;    
	overflow: hidden;
}

.caseList .noBorderLookB span{
	font-size: 0.35rem;
}

.nesDBox div{
	font-size: 0.45rem;
	line-height: 1;
	color: #033333;
	font-weight: bold;
	margin-bottom: 0.65rem;
}

.TJcaseList{
	width: 100%;
	height:6rem;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 0.85rem;
	padding: 0.95rem 0.9rem;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	
}


.TJcaseList p{
	padding:0.6rem 0 0;
	box-sizing: border-box;
	min-height: 0;
	line-height: 1.5;
	font-size: 0.38rem;
	color: #033333;
	display: -webkit-box;          
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;    
	overflow: hidden;
}

.TJcaseList .noBorderLookB span{
	font-size: 0.35rem;
}


.mapBox{
	width: 100%;
	margin-top: 1.55rem;
	overflow: initial;
	margin-bottom: 5rem;
	position: relative;
	z-index: 0;
}

#map{
	width: 100%;
	height: 15rem;
}

.mapTopBox{
	width: 22.25rem;
	height: 7.2rem;
	padding: 0 1.75rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 1;
	right: calc(-100%/12/2);
	bottom: -2.1rem;
}

.mapTopList{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}

.mapTopList img{
	width: 0.55rem;
	display: block;
	height: auto;
	margin-right: 0.95rem;
}

.mapTopList div{
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 0.4rem;
	color: #fff;
	line-height: 1;
}

.mapTopList div span{
	font-size: 0.75rem;
	margin-right: 1.15rem;
	color: #fff;
	line-height: 1;
}

.mapTopList:nth-child(2){
	margin: 1.05rem 0;
}


.contactConBox{
	padding: 0 2.3rem;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 3.5rem;
	display: flex;
}

.contactLeft{
	width: 38%;
	flex-direction: column;
	display: flex;
	height: auto;
}



.contactTitle{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.95rem;
	height: auto;
	overflow: hidden;
}

.contactTitle span{
	font-size: 1rem;
	color: #333333;
	margin-bottom: 0.6rem;
}
.contactTitle p{
	font-size: 0.4rem;
	color: #999999;
	line-height: 1;
}

.contactShare{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
}

.contactShare span{
	font-size: 0.35rem;
	color: #666666;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.contactShare>div{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}

.contactShare>div>a{
	display: block;
	width: 0.7rem;
	height: auto;
	margin-right: 0.85rem;
	position: relative;
}

.contactShare>div>a>img{
	display: block;
	width: 100%;
	height: auto;
}

.contactShare>div>a>img:nth-child(2){
	display: none;
}


.ewmTop{
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}



.contactCode{
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	overflow: hidden;
}

.contactCode div{
	width: 2.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 1.75rem;
}

.contactCode div img{
	width: 2.75rem;
	height: 2.75rem;
	display: block;
	margin-bottom: 0.6rem;
}

.contactCode div span{
	font-size: 0.35rem;
	color: #666666;
	line-height: 1;
}

.contactRight{
	width: 62%;
	height: auto;
	overflow: hidden;
}

.contactRight form{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.contactInputTwo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.85rem;
}

.contactInput{
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	margin-bottom: 0.85rem;
	position: relative;
}

.contactInput input{
	width: 100%;
}

.contactInput img{
	display: block;
	width: 0.38rem;
	position: absolute;
	top: 50%;
	right: 0.25rem;
	transform: translateY(-50%);
}

.inputShow{
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 99;
}

.inputShow ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
	background-color: #fff;
	padding: 0 2rem;
	box-sizing: border-box;
}
.inputShow ul li{
	font-size: 0.4rem;
	line-height: 1;
	padding: 0.5rem 0;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #f2f2f2;
}



.contactRight form input{
	background-color: transparent;
	font-size: 0.45rem;
	color: #333333;
	line-height: 1;
	height: 1.6rem;
	border-bottom: 1px solid #dcdede;
}


.contactInputTwo input{
	width: 48%;
}


.contactTextarea{
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.85rem;
}

.contactTextarea textarea{
	background-color: transparent;
	border: none;
	font-size: 0.45rem;
	color: #333333;
	line-height: 1.5;
	width: 100%;
	padding: 0.25rem 0;
	border-bottom: 1px solid #dcdede;
	height: 3rem !important;
}



.contactRight form input::placeholder{
	font-size: 0.45rem;
	color: #333333;
}

.contactRight form textarea::placeholder{
	font-size: 0.45rem;
	color: #333333;
}


.yzmBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

.yzmBox div{
	display: flex;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.yzmBox div input{
	flex: 1;
}


.yzmBox div img{
	width: 2.92rem;
	height: 0.88rem;
	display: block;
}



.aboutConBox{
	margin-top: 1.5rem;
}

.aboutTopTxt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2.2rem 2.3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.aboutTopTxt p span{
	font-family: 'syM';
	width: 100%;
	font-size: 0.6rem;
	color: #333333;
	line-height: 2;
	display: block;
	letter-spacing: 0;
	margin-top: 0;
}

.aboutTopTxt>p:not(:first-child){
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.4rem;
	line-height: 2;
	color: #666666;
	letter-spacing: 0.05rem;
	margin-top: 1.1rem;
}

.aboutImg{
	display: block;
	width: 100%;
	height: auto;
}

.aboutVideoR span{
	margin: 0;
	font-size: 1rem;
	font-family: 'syM';
}

.aboutVideoR div{
	font-size: 0.4rem;
	line-height: 1;
	color: #999999;
	text-transform: uppercase;
	margin-top: 0.7rem;
}

.aboutVideoR p{
	margin: 1.2rem 0 0 !important;
}


.centerIndex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 2.75rem;
	margin-bottom: 1.5rem;
}

.centerIndex span{
	font-size: 1rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-family: 'syM';
}
.centerIndex p{
	font-size: 0.4rem;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
}

.xtCon{
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 2.75rem;
}

.xtCon .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xtList{
	width: 19%;
	height: 10.07rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #f5f7f7;
	
	padding: 0 0.25rem;
	box-sizing: border-box;
}

.xtList img{
	display: block;
	width: 1.43rem;
	height: auto;
	margin-bottom: 1.25rem;
	margin-top: 2.5rem;
}

.xtList p{
	font-size: 0.35rem;
	line-height: 1;
	color:#666666;
	margin-bottom: 0.55rem;
}

.xtList span{
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}





.timePlanPage{
	display: flex;
	height: 100%;
	width: auto;
	align-items: center;
}

.timePlanPage div{
	width: 0.82rem;
	height: auto;
	overflow: hidden;
	margin-left: 0.75rem;
}

.timePlanPage div img{
	width: 100%;
	height: auto;
	display: block;
}


.indexTabTitleCenter{
	align-items: center;
}

.tpPrev,.tpNext{
	display: block !important;
}


.tpPrev.swiper-button-disabled{
	filter:grayscale(50%) brightness(0);
	opacity: .5;
}

.tpNext.swiper-button-disabled{
	filter:grayscale(50%) brightness(0);
	opacity: .5;
}




.timePlanSwiper{
	width: 100%;
	overflow: hidden;
	height: auto;
}


.time-line-box {
  margin-top: 1.55rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.time-line-box ul:after {
  content: '';
  background: url(../img/about//line.png) repeat-x left bottom;
  height: 1.3rem;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 9;
}


.time-line-box ul li {
  float: left;
  width: 10.6rem;
  position: relative;
  padding-top: 2.85rem;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
  margin-left: -5.3rem;
}
.time-line-box ul li:after {
  content: '';
  height:100%;
  border-left: #ab1d17 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 0.7rem;
  color: #ab1d17;
  position: relative;
  margin-bottom: 10px;
}

.time-line-box ul li dl dd {
  color: #333;
  font-size: 0.4rem;
  line-height: 1.8;
  position: relative;
}

.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n-1) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n-1):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n-1) dt:after {
  left: -34px;
}
.time-line-box ul li:nth-child(2n-1) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #ab1d17 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}


.LogoSwiperPage{
	display: flex;
	height: auto;
	width: 100%;
	align-items: center;
	margin-top: 1.8rem;
}

.LogoSwiperPage div{
	width: 0.82rem;
	height: auto;
	overflow: hidden;
	margin-right: 0.75rem;
}

.LogoSwiperPage div img{
	width: 100%;
	height: auto;
	display: block;
}

.logoPrev.swiper-button-disabled{
	filter:grayscale(50%) brightness(0);
	opacity: .5;
}

.logoNext.swiper-button-disabled{
	filter:grayscale(50%) brightness(0);
	opacity: .5;
}

.logoSwiperBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	margin-bottom: 4.75rem;
}

.logoSwiperL{
	width: 30%;
	height: auto;
	overflow: hidden;
	padding: 0 2.3rem;
	box-sizing: border-box;
}


.logoSwiperTitle{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}


.logoSwiperTitle span{
	font-size: 1rem;
	color: #333333;
	margin-bottom: 0.6rem;
}
.logoSwiperTitle p{
	font-size: 0.4rem;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
}



.logoSwiper{
	width: 70%;
	height: 19.3rem;
	overflow: hidden;
}
.logoSwiper .swiper-slide{
	height: calc((100% - 60px) /3);
}


.logoSwiperList{
	width: 100%;
	height: 100%;
	padding: 0.55rem 0.8rem;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.logoSLTop{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.logoSLTop img{
	display: block;
	width: 1.8rem;
	height: auto;
}

.logoTitle{
	width: 100%;
	line-height: 1.3;
	color: #fff;
	font-size: 0.6rem;
	display: none;
}

.logoSLBottom{
	display: flex;
	height: auto;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.logoSLBottom span{
	font-size: 0.4rem;
	color: #ab1d17;
	line-height: 1.5;
	margin-bottom: 0.2rem;
	text-align: center;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;   
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
}

.logoSLBottom p{
	height: 0.6rem;
	display: block;
	font-size: 0.35rem;
	color: #727272;
}


.aboutCopNav{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 2.3rem;
	margin: 1.4rem 0;
	box-sizing: border-box;
}

.aboutCopNav ul{
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
}

.aboutCopNav ul li{
	font-size: 0.5rem;
	flex: 0 0 12.5%;
	color: #333333;
	height: 1.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 0.4rem;
}

.aCopActive{
	background-color: #ab1d17;
	color: #fff !important;
}

.aCopLogoBox{
	width: 100%;
	background-color: #fff;
	height: auto;
	overflow: hidden;
	padding-bottom: 2.5rem;
}


.joinSwiperBox{
	width: 100%;
	height: 10rem;
	display: flex;
	margin-top: 2rem;
}

.leftSwiper,.RightSwiper{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.leftSwiper .swiper-slide,.RightSwiper .swiper-slide{
	background-size: auto 100%;
	transition: all .5s ease-out;
}



.Joinnext{
	top: 50%;
	right:1.2rem;
	transform: translateY(-50%);
	position: absolute;
	height: 0.53rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
}

.Joinprev{
	top: 50%;
	left: 1.2rem;
	transform: translateY(-50%);
	position: absolute;
	height: 0.53rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
}

.Joinnext img,.Joinprev img{
	display: block;
	width: 0.53rem;
	height: auto;
}



.jSPage{
	width: 100%;
	position: absolute;
	bottom: 1rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	
}
.jSPage span{
	width: 0.1rem;
	height: 0.1rem;
	background-color: rgba(255, 255, 255,1);
	margin: 0 0.5rem!important;
}

.jSPage .swiper-pagination-bullet-active{
	position: relative;
}

.jSPage .swiper-pagination-bullet-active::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid rgba(255, 255, 255, 1);
	padding: 0.18rem;
	border-radius: 50%;
}


.joinSCon{
	width: 50%;
	height: 100%;
	padding: 0 2.3rem;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}

.joinSCon span{
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 1.2rem;
	font-family: 'syM';
}

.joinSCon p{
	line-height: 1rem;
	font-size: 0.4rem;
	color: #666666;
}

.joinBg{
	width: 100%;
	height: 10rem;
}

.joinBg .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}


.joinBg p span{
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 0.3rem;
	color: #fff;
}

.joinBg p:first-child{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.joinBg p:last-child{
	line-height: 1.5;
	margin-top: 0.9rem;
	font-size: 0.4rem;
	color:rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}

.joinTableBox{
	margin-top: 1.75rem;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.joinList{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.6rem;
	cursor: pointer;
}

.joinItem{
	padding: 0 2.3rem;
	box-sizing: border-box;
	width: 100%;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.joinItem span{
	font-size: 0.5rem;
	color: #333333;
	line-height: 1;
}

.joinItem ul{
	flex: 1;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.joinItem ul li{
	margin-right: 3.75rem;
	font-size: 0.45rem;
	color: #333333;
}

.joinItem img{
	display: block;
	width: 0.53rem;
	height: auto;
	margin-left: 2.5rem;
	margin-right: 0.65rem;
}

.joinItemShow{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1.5rem 2.3rem;
	background-color: #fff;
	display: none;
}

.joinItemShow div{
	margin-bottom: 1.15rem;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.joinItemShow div:last-child{
	margin-bottom: 0;
}

.joinItemShow div span{
	font-size: 0.5rem;
	color: #333333;
	margin-bottom: 0.4rem;
}


.joinItemShow div p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 2;
}



.joinActive .joinItem{
	background-image: url('../img/about/upBg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.joinActive .joinItem span{
	color: #fff;
}
.joinActive .joinItem ul li{
	color: #fff;
}

.joinActive .joinItem img{
	filter:invert(1);
	transform: rotate(180deg);
}


.joinActive .joinItemShow{
	display: block !important;
}



.serveBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 1.75rem;
	position: relative;
}



.serveBox::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 100%/12);
	background-color: #fff;
	z-index: -1;
	height: 100%;
}




.serveBoxTxt{
	padding: 2.13rem 2.3rem;
	box-sizing: border-box;
	width: 100%;
}

.serveBoxTxt .serveBoxBTile{
	font-size: 0.6rem;
	color: #333333;
	font-family: 'syM';
	line-height: 2;
	display: block;
	width: 100%;
}

.serveBoxTxt .serveBoxSTile span{
	font-size: 0.5rem;
	color: #333333;
	line-height: 2;
	display: block;
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}


.serveBoxTxt p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 2.5;
	display: block;
	width: 100%;
}

.serveIconBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 2.25rem;
	display: flex;
	align-items: center;
	padding: 0 2.3rem;
	box-sizing: border-box;
}

.serveIconBox div{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.serveIconBox div img{
	width: 1.63rem;
	height: 1.63rem;
	display: block;
	margin-bottom: 0.55rem;
}
.serveIconBox div span{
	font-size: 0.6rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.serveIconBox div p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 1.5;
}

.serveScope{
	padding: 0 0 2.5rem 2.3rem;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.serveScope div{
	font-size: 0.8rem;
	color: #ab1d17;
	line-height: 1;
	width: 100%;
}

.serveScope ul{
	display: flex;
	flex-flow: row wrap;
	height: auto;
	width: 100%;
}

.serveScope ul li{
	flex: 0 0 25%;
	padding-left: 0.55rem;
	padding-right: 0.4rem;
	line-height: 1.3;
	box-sizing: border-box;
	position: relative;
	margin-top: 1.1rem;
	font-size: 0.5rem;
	color: #333333;
}

.serveScope ul li::after{
	content: '';
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #ab1d17;
	position: absolute;
	left: 0;
	top: 0.25rem;
}





.serveConBox{
	display: flex;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.serveConLeft{
	width: 66.6666%;
	height: 16.5rem;
	overflow: hidden;
	padding: 1.5rem 2.3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}



.serveConTitle{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: hidden;
}

.serveConTitle span{
	font-size: 1rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.35rem;
	font-family: 'syM';
}

.serveConTitle p{
	font-size: 0.4rem;
	color: #999999;
	line-height: 1.5;
	text-transform: uppercase;
}

.serveConTxt{
	font-size: 0.4rem;
	line-height: 2;
	color: #666666;
	display: block;
	width: 100%;
}

.serveConLeft ul{
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.serveConLeft ul li{
	flex: 0 0 33.333%;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.07rem;
}

.serveConLeft ul li img{
	height: auto;
	width: 0.88rem;
	display: block;
	object-fit: cover;
}

.serveConLeft ul li span{
	font-size: 0.6rem;
	color: #333333;
	line-height: 1;
	margin: 0.4rem 0 0.3rem 0;
}

.serveConLeft ul li p{
	font-size: 0.4rem;
	color: #666666;
	line-height: 1;
}

.serveConRight{
	width: 33.3333%;
	height: 16.5rem;
	padding: 1.5rem;
	box-sizing: border-box;
}

.serveConRight span{
	font-size: 0.8rem;
	line-height: 1;
	color: #fff;
}

.serveConRight ul{
	width: 100%;
	margin-top: 0.5rem;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.serveConRight ul li{
	padding: 0.8rem 0;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.serveConRight ul li:last-child{
	border-bottom: 0;
}

.serveConRight ul li i{
	font-size: 0.5rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.6rem;
	color: #fff;
}

.serveConRight ul li p{
	font-size: 0.45rem;
	line-height: 1;
	color: #fff;
}

.BMap_cpyCtrl span{
	display: none !important;
}





.logoActive{
	background-image: url('../img/about/logoLine.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.logoActive img{
	display: none;
}

.logoActive .logoTitle{
	display: block;
}
.logoActive .logoSLBottom span{
	color: #fff;
}
.logoActive .logoSLBottom p{
	color: #fff;
}


@keyframes jump {
	from { margin-top: -0.3rem; }
	to { margin-top: 0; }
}










.phoneHead{
	display: none;
}

.phoneCJItem {
	width: 100%;
	height: auto;
	position: relative;
}

.phoneCJChoose {
	width: 100%;
	background-color: #E5E5E5;
	height: 2.2rem;
	padding: 0 4%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}

.phoneCJChoose div {
	font-size: 0.42rem;
	color: #4D4D4D;
}

.phoneCJChoose img {
	width: 7px;
	height: auto;
	display: block;
}

.phoneCJSelect {
	display: none;
	position: fixed;
	top: 4.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	z-index: 5;
}

.pSearch{
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 1.8rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.5rem;
	margin-top: 0.25rem;
}

.pSearch form{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}


.pSearch input{
	background-color: transparent;
	width: calc(100% - 0.75rem);
	font-size: 0.5rem;
}


.pSearch input::placeholder{
	font-size: 0.5rem;
	color: #999999;
}

.pSearch img{
	display: block;
	width: 0.75rem;
	filter:brightness(0);
	opacity: .6;
}


.phoneCJSelect ul {
	width: 100%;
	background-color: #000000;
	height: calc(100vh - 4.4rem);
	overflow: auto;
	padding: 0 0.5rem;
	box-sizing: border-box;
}

.phoneCJSelect ul li {

	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.4rem;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.phoneCJSelect ul li a{
	font-size: 0.65rem;
	color: #ffffff;
	text-align: center;
}


.phoneHead ,.phoneNavBox{
	display: none;
}

.kePhone{
	display: none;
}

.footerCon{
	padding: 3rem 0 0 !important;
}

.friend{
	height: auto;
	padding: 0.5rem 0;
	display: flex;
	margin-bottom: 0.5rem;
}

.friend span{
	font-size: 0.45rem;
	color: #fff;
}

.friend div{
	display: flex;
	flex-flow: row wrap;
	flex: 1;
	padding-left: 0.5rem;
}

.friend div a{
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	font-size: 0.45rem;
	color: #fff;
}



.shareBtnBox .IndexNavChilder{
	width: 150%;
}

.shareBtnBox .IndexNavChilder ul li a{
	justify-content: flex-start;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.5rem 0.3rem;
}

.shareBtnBox .IndexNavChilder ul li a img{
	margin-right: 0.1rem;
	width: 0.6rem;
}



.webMapBox{
	width: 100%;
	margin: 2.1rem 0;
}

.webMapList{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
}

.webMapList span{
	padding: 0 1.45rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-color: #ab1d17;
	color: #fff;
	font-size: 0.5rem;
	font-family: 'syM';
	height: 2rem;
}

.webMapCon{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	padding: 1rem 0;
	box-sizing: border-box;
	border-right: 2px solid #f3f3f3;
	border-left: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	background-color: #fff;
}

.webMapCon a{
	display: block;
	padding: 0 1.45rem;
	box-sizing: border-box;
	line-height: 2.5;
	font-size: 0.4rem;
}





/* 团队 */

.teamListBox{
	padding: 0 2.3rem;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}


.teamList{
	width: 49%;
	height:7.5rem;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 0.85rem;
	/* padding: 1.2rem 0.95rem; */
	background-color: #fff;
	position: relative;
	display: flex;
	box-sizing: border-box;
	
}

.teamList:nth-child(2n){
	margin-right: 0;
}

.teamLeft{
	width: 5.6rem;
	max-width: 42%;
}

.teamLeft img{
	display: block;
	width: 100%;
	height: auto;
}

.teamRight{
	flex: 1;
	min-width: 0;
	padding: 0.75rem 0.85rem 0.75rem 1rem;
	box-sizing: border-box;
}
.tameAuto{
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-overflow-scrolling:auto;
}

.tameAuto::-webkit-scrollbar {
  width: 3px;
}
 
.tameAuto::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
 
.tameAuto::-webkit-scrollbar-thumb {
  background-color: #ab1d17;
  border-radius: 0px;
}
 
.tameAuto::-webkit-scrollbar-thumb:hover {
  background-color: #ab1d17;
}

.teamRight .teamName{
	font-size: 0.6rem;
	color: #000000;
	line-height: 1;
	margin-bottom: 0.35rem;
	font-family: 'syR';
}


.teamRight span{
	font-size: 0.35rem;
	color: #ab1d17;
	line-height: 1;
}

.teamZwList{
	display: flex;
	flex-direction: column;
	margin-top: 0.55rem;
}

.teamZwList p{
	padding:0.08rem 0;
	box-sizing: border-box;
	min-height: 0;
	line-height: 1.4;
	font-size: 0.4rem; 
	letter-spacing: 1px;
}

.teamList .noBorderLookB span{
	font-size: 0.35rem;
}


/* 资质 */



.rongyuListBox{
	padding: 0 2.3rem;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}


.rongyuList{
	width: 32%;
	height:auto;
	overflow: hidden;
	margin-right:2%;
	padding: 1.2rem 2%;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin-top: 1.6rem;
	
}

.rongyuList:nth-child(3n){
	margin-right: 0;
}

.rongyuLTop{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 7.125rem;
	overflow: hidden;
}

.rongyuLTop img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: zoom-in;
}


.rongyuList span{
	box-sizing: border-box;
    font-family: 'syM';
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: center;
    padding: 0.5rem 10% 0;

}




