/* 公共按钮 */
a.ind_more {
	background-color: #ba1829;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding: 15px 45px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	z-index: 1;
}

.ind_more>i {
	margin-left: 0.5em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	right: 0;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}

.ind_more::after {
	background-color: #ba1829;
	-webkit-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	background-color: rgba(102, 102, 102, 0.1);
}

@media screen and (min-width: 1024px) {
	.ind_more:hover::after {
		width: 100%;
		left: 0;
		-webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
		transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
	}
}

@media screen and (max-width: 767px) {
	a.ind_more {
		padding: 8px 18px;
		font-size: 14px;
		margin-top: 10px;
	}
}


/* 首页联系方式 s*/
.index-contact {
	padding: 120px 0 140px;
	text-align: center;
	line-height: 1.25;
	background-color: #fff;
}

.index-contact .contain {
	letter-spacing: 0.05em;
	padding-left: 0.05em;
}

.index-contact .p1 {
	color: #333333;
	font-size: 18px;
}

.index-contact .p2 {
	color: #ba1829;
	margin-top: 15px;
	font-size: 36px;
}

.index-contact .p3 {
	color: #ba1829;
	margin-top: 15px;
	font-size: 36px;
}

.index-contact .p4 {
	margin-top: 35px;
}

.index-contact .icon {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #ba1829;
	border-radius: 50%;
}

.index-contact .tel {
	color: inherit;
}

.index-contact .tel .this {
	display: inline-block;
	vertical-align: middle;
}

.index-contact .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 240px;
	height: 24px;
	line-height: 24px;
	padding: 15px 20px;
	margin: 5px;
	border: #ba1829 solid 1px;
	border-radius: 100px;
	text-align: center;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	box-sizing: content-box;
	font-size: 18px;
	z-index: 1;
	overflow: hidden;
}

.index-contact .btn.telBtn {}

.index-contact .btn.consultBtn {
	background-color: #ba1829;
	color: #fff;
	font-weight: bold;
}

.index-contact .btn.telBtn:hover {
	color: #BA1829;
}

.index-contact .btn.consultBtn:after {
	background-color: rgba(0, 0, 0, 0.1);
	content: " ";
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	width: 120%;
	padding-bottom: 120%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 250ms ease-out 0ms;
	transition: all 250ms ease-out 0ms;
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 1025px) {
	.index-contact .btn.consultBtn:hover:after {
		-webkit-transition: all 350ms ease-in 0ms;
		transition: all 350ms ease-in 0ms;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 767px) {
	.index-contact {
		padding: 40px 0;
	}

	.index-contact .p3 {
		font-size: 24px;
	}

	.index-contact .p4 {
		margin-top: 20px;
	}

	.index-contact .btn {
		padding: 8px 0 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.index-contact .p1 {
		font-size: 14px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.index-contact .p2 {
		font-size: 20px;
	}
}

/* 首页联系方式 e */



/* 关于我们 s */
html {
	font-size: 50px;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 45px;
	}
}

@media screen and (max-width: 1440px) {
	html {
		font-size: 40px;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 35px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 25px;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 20px;
	}
}

.fz36,
.index-about .left .dt,
.index-head .dt,
.index-contact .p2,
.index-contact .p3,
.footer-t .bottom .fTel .sdd,
.subpage-head .cn,
.sAbout-intro .left .dt,
.sBusiness-steps .head .dt {
	font-size: 36px;
}

@media screen and (max-width: 1440px) {

	.fz36,
	.index-about .left .dt,
	.index-head .dt,
	.index-contact .p2,
	.index-contact .p3,
	.footer-t .bottom .fTel .sdd,
	.subpage-head .cn,
	.sAbout-intro .left .dt,
	.sBusiness-steps .head .dt {
		font-size: 32px;
	}
}

@media screen and (max-width: 1024px) {

	.fz36,
	.index-about .left .dt,
	.index-head .dt,
	.index-contact .p2,
	.index-contact .p3,
	.footer-t .bottom .fTel .sdd,
	.subpage-head .cn,
	.sAbout-intro .left .dt,
	.sBusiness-steps .head .dt {
		font-size: 28px;
	}
}

@media screen and (max-width: 768px) {

	.fz36,
	.index-about .left .dt,
	.index-head .dt,
	.index-contact .p2,
	.index-contact .p3,
	.footer-t .bottom .fTel .sdd,
	.subpage-head .cn,
	.sAbout-intro .left .dt,
	.sBusiness-steps .head .dt {
		font-size: 24px;
	}
}

.fz32,
.sAbout-intro .left .ds,
.sBusiness-service .oList .item .dt .cn,
.sBusiness-flow .left .head .cn,
.sCase-intro .head .title {
	font-size: 32px;
}

@media screen and (max-width: 1440px) {

	.fz32,
	.sAbout-intro .left .ds,
	.sBusiness-service .oList .item .dt .cn,
	.sBusiness-flow .left .head .cn,
	.sCase-intro .head .title {
		font-size: 28px;
	}
}

@media screen and (max-width: 1024px) {

	.fz32,
	.sAbout-intro .left .ds,
	.sBusiness-service .oList .item .dt .cn,
	.sBusiness-flow .left .head .cn,
	.sCase-intro .head .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {

	.fz32,
	.sAbout-intro .left .ds,
	.sBusiness-service .oList .item .dt .cn,
	.sBusiness-flow .left .head .cn,
	.sCase-intro .head .title {
		font-size: 20px;
	}
}

.fz28,
.sBusiness-flow .right .txt .dt,
.sView-head .title {
	font-size: 28px;
}

@media screen and (max-width: 1440px) {

	.fz28,
	.sBusiness-flow .right .txt .dt,
	.sView-head .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {

	.fz28,
	.sBusiness-flow .right .txt .dt,
	.sView-head .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {

	.fz28,
	.sBusiness-flow .right .txt .dt,
	.sView-head .title {
		font-size: 18px;
	}
}

.fz24,
.index-banner .fns .right .counts .now,
.index-axdvantage-wrap .p1,
.index-axdvantage-wrap .p3,
.sAbout-culture-list .item .dt .cn,
.sBusiness-flow .left .head .en,
.sContact-map .float-info .line .btn .sdd {
	font-size: 24px;
}

@media screen and (max-width: 1440px) {

	.fz24,
	.index-banner .fns .right .counts .now,
	.index-axdvantage-wrap .p1,
	.index-axdvantage-wrap .p3,
	.sAbout-culture-list .item .dt .cn,
	.sBusiness-flow .left .head .en,
	.sContact-map .float-info .line .btn .sdd {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {

	.fz24,
	.index-banner .fns .right .counts .now,
	.index-axdvantage-wrap .p1,
	.index-axdvantage-wrap .p3,
	.sAbout-culture-list .item .dt .cn,
	.sBusiness-flow .left .head .en,
	.sContact-map .float-info .line .btn .sdd {
		font-size: 18px;
	}
}

.fz20,
.maskItem .mask .wrapIn .title,
.index-about .left .dd .p1,
.index-business-list .item .txt .title,
.index-business-list .item .mask .wrapIn .title,
.index-case-swiper .item .mask .wrapIn .title,
.index-contact .btn.telBtn,
.index-contact .btn.consultBtn,
.subpage-nav .link2,
.sAbout-culture-list .item .dd,
.sAbout-axdvantage-list .item .cn,
.sBusiness-steps .oList .item .txt .cn,
.sCase-list .item .mask .wrapIn .title,
.sCase-list .item .title,
.sNews-list .item .txt .title {
	font-size: 20px;
}

@media screen and (max-width: 1440px) {

	.fz20,
	.maskItem .mask .wrapIn .title,
	.index-about .left .dd .p1,
	.index-business-list .item .txt .title,
	.index-business-list .item .mask .wrapIn .title,
	.index-case-swiper .item .mask .wrapIn .title,
	.index-contact .btn.telBtn,
	.index-contact .btn.consultBtn,
	.subpage-nav .link2,
	.sAbout-culture-list .item .dd,
	.sAbout-axdvantage-list .item .cn,
	.sBusiness-steps .oList .item .txt .cn,
	.sCase-list .item .mask .wrapIn .title,
	.sCase-list .item .title,
	.sNews-list .item .txt .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {

	.fz20,
	.maskItem .mask .wrapIn .title,
	.index-about .left .dd .p1,
	.index-business-list .item .txt .title,
	.index-business-list .item .mask .wrapIn .title,
	.index-case-swiper .item .mask .wrapIn .title,
	.index-contact .btn.telBtn,
	.index-contact .btn.consultBtn,
	.subpage-nav .link2,
	.sAbout-culture-list .item .dd,
	.sAbout-axdvantage-list .item .cn,
	.sBusiness-steps .oList .item .txt .cn,
	.sCase-list .item .mask .wrapIn .title,
	.sCase-list .item .title,
	.sNews-list .item .txt .title {
		font-size: 16px;
	}
}

.fz18,
.index-about .left .ds .col .sdt .sub,
.index-head .ds,
.index-news-swiper .item .txt .title,
.index-contact .p1,
.footer-t .bottom .fTel .sdt,
.sAbout-intro .left .df .col .sdt .sub,
.sAbout-culture-list .item .dt .en,
.sBusiness-steps .head .dd {
	font-size: 18px;
}

@media screen and (max-width: 1440px) {

	.fz18,
	.index-about .left .ds .col .sdt .sub,
	.index-head .ds,
	.index-news-swiper .item .txt .title,
	.index-contact .p1,
	.footer-t .bottom .fTel .sdt,
	.sAbout-intro .left .df .col .sdt .sub,
	.sAbout-culture-list .item .dt .en,
	.sBusiness-steps .head .dd {
		font-size: 16px;
	}
}

.fz16,
.imax,
.btn.btn-rarr,
.maskItem .mask .wrapIn .title_en,
.index-banner .fns .right .counts,
.index-about .left .dd .p2,
.index-business-list .item .txt .title_en,
.index-business-list .item .mask .wrapIn .title_en,
.index-case-tab .Tg .btn,
.index-case-swiper .item .mask .wrapIn .title_en,
.footer-t .top .fNav .item,
.footer-t .bottom .fQrcode,
.footer-t .bottom .fContact,
.sAbout-intro .left .dd,
.sBusiness-steps .oList .item .txt .en,
.sBusiness-service .oList .item .dt .en,
.sBusiness-service .oList .item .dd,
.sCase-list .item .mask .wrapIn .title_en,
.sView-head .aside,
.sView-foot,
.sNews-list .item .txt .abstract,
.sContact-map .float-info .line .btn .sdt {
	font-size: 16px;
}

@media screen and (max-width: 1440px) {

	.fz16,
	.imax,
	.btn.btn-rarr,
	.maskItem .mask .wrapIn .title_en,
	.index-banner .fns .right .counts,
	.index-about .left .dd .p2,
	.index-business-list .item .txt .title_en,
	.index-business-list .item .mask .wrapIn .title_en,
	.index-case-tab .Tg .btn,
	.index-case-swiper .item .mask .wrapIn .title_en,
	.footer-t .top .fNav .item,
	.footer-t .bottom .fQrcode,
	.footer-t .bottom .fContact,
	.sAbout-intro .left .dd,
	.sBusiness-steps .oList .item .txt .en,
	.sBusiness-service .oList .item .dt .en,
	.sBusiness-service .oList .item .dd,
	.sCase-list .item .mask .wrapIn .title_en,
	.sView-head .aside,
	.sView-foot,
	.sNews-list .item .txt .abstract,
	.sContact-map .float-info .line .btn .sdt {
		font-size: 14px;
	}
}

.fz14 {
	font-size: 14px;
}

@media screen and (max-width: 1440px) {
	.fz14 {
		font-size: 12px;
	}
}

.fz48,
.index-about .left .ds .col .sdt .num,
.subpage-head .en,
.sAbout-intro .left .df .col .sdt .num {
	font-size: 48px;
}

@media screen and (max-width: 1440px) {

	.fz48,
	.index-about .left .ds .col .sdt .num,
	.subpage-head .en,
	.sAbout-intro .left .df .col .sdt .num {
		font-size: 42px;
	}
}

@media screen and (max-width: 1024px) {

	.fz48,
	.index-about .left .ds .col .sdt .num,
	.subpage-head .en,
	.sAbout-intro .left .df .col .sdt .num {
		font-size: 36px;
	}
}

@media screen and (max-width: 768px) {

	.fz48,
	.index-about .left .ds .col .sdt .num,
	.subpage-head .en,
	.sAbout-intro .left .df .col .sdt .num {
		font-size: 30px;
	}
}

img.fixedbg,
img.bg,
.pic img,
.videoBg {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.bg,
.shadow,
.wh100,
.mask,
.shade>.box,
.shade>.ysqMoveBox,
.shade>.ysqJsBox,
.videoBg {
	z-index: 2;
	position: absolute !important;
	left: 0;
	top: 0;
	max-width: none !important;
	width: 100%;
	height: 100%;
}

div.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.subpage-wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.subpage-wrap .index-head {
	position: relative;
	padding-top: 0;
	padding-bottom: 1rem;
	z-index: 2;
	text-align: center;
}

/* sAbout */
.sAbout-section {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding: 2.4rem 0;
}

.sAbout-intro {
	padding: 3.2rem 0;
	position: relative;
	overflow: hidden;
}

.sAbout-intro .contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.sAbout-intro .contain:after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.sAbout-intro .contain {
		display: block;
	}
	
}
@media screen and (max-width: 767px){
	.sAbout-intro .contain{
		padding: 0 3%;
	}
}

.sAbout-intro .left {
	width: 55%;
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sAbout-intro .left .dt .en {
	font-size: 2em;

	color: #ba1829;
	text-transform: uppercase;
}

.sAbout-intro .left .ds {
	margin-top: 0.2rem;
	line-height: 1.25;
	color: #ba1829;
}

.sAbout-intro .left .dd {
	color: #333333;
	margin-top: 0.8rem;
}

.sAbout-intro .left .dd>p {
	text-indent: 2em;
}

.sAbout-intro .left .df {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.sAbout-intro .left .df:after {
	display: none;
}

.sAbout-intro .left .df .col .sdt .num {
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	color: #ba1829;
	font-style: normal;
	line-height: 1;
}

.sAbout-intro .left .df .col .sdt .sub {
	display: inline-block;
	vertical-align: bottom;
	color: #666666;
	line-height: 1.5;
}

.sAbout-intro .left .df .col .sdd {
	margin-top: 0.2rem;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.sAbout-intro .right {
	position: relative;
	z-index: 2;
	width: 40%;
}

.sAbout-intro .right:after {
	z-index: -1;
	pointer-events: none;
	content: " ";
	position: absolute;
	left: -12px;
	bottom: -12px;
	width: 100%;
	height: 100%;
	background-image: url(../images/dcts-about-intro.png);
	background-size: 90.10416667% auto;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.sAbout-intro .right .pic {
	position: relative;
	width: 100%;
	height: 0 !important;
	padding-bottom: 87.109375%;
	background-color: #f1f1f1;
	cursor: pointer;
}
.sAbout-intro .right .pic::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/bf.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

/* 视频弹窗 */
.tacnhuang{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;background: rgba(0,0,0,0.8);display: none;}

.tacnhuang .tbox{width: 70%;height: 70vh;position: relative;margin: 15vh auto;}

.tacnhuang .tbox .out{display: block;width: 40px;height: 40px;background:url(../images/out.png) center no-repeat;background-size: cover;position: absolute;top: 0;right: -50px;z-index: 3;cursor: pointer;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;}

.tacnhuang .tbox .out:hover{transform: rotate(90deg);-webkit-transform: rotate(90deg);}

.tacnhuang .tbox .video{width: 100%;overflow: hidden;height: 100%;}

.tacnhuang .tbox .video video{display: block;width: 100%;max-height: 100%;}

.tacnhuang .tbox  img{display: block;margin: 0 auto;max-width: inherit;height: 100%;}

.img_tacnhuang .tbox{width: 800px;background: #fff;-moz-box-shadow:1px 1px 10px #fff; -webkit-box-shadow:1px 1px 10px #fff; box-shadow:1px 1px 10px #fff;border-radius: 5px;padding: 1px;}

.img_tacnhuang .tbox .img{width: 400px;margin: 80px auto 30px;position: relative;overflow: hidden;}

.img_tacnhuang .tbox .img img{display: block;width: 100%;}

.img_tacnhuang .tbox .img img.kuang{display: block;position: absolute;top: 0;left: 0;}

.img_tacnhuang .tbox .tt{width: 400px;height: 60px;background: #f9f9f9;text-align: center;margin: 0 auto;border:1px solid #ddd;display: flex;align-items: center;line-height: 1.5;justify-content: center;}

.jg_tacnhuang .tbox .video{background: #fff;}



@media only screen and (max-width:768px ) {
	.sAbout-intro .right .pic::before{
		width: 50px;
		height: 50px;
		background-size: 100% auto;
		margin-left: -25px;
		margin-top: -25px;
	}
	.tacnhuang .tbox .out{right: 0;top: 0px;}
	.tacnhuang .tbox{padding-top: 80px;}
	.tacnhuang .tbox{width: 80%;height: 80vh;position: relative;margin: 15vh auto 5vh;}
}



@media screen and (min-width: 1025px) {
	.sAbout-intro .contain {
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	.sAbout-intro .left {
		padding-left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-intro {
		padding: 1.6rem 0;
	}

	.sAbout-intro .left,
	.sAbout-intro .right {
		width: 100%;
		padding: 0;
	}

	.sAbout-intro .right {
		margin-top: 0.8rem;
	}

	.sAbout-intro .right:after {
		left: -8px;
		bottom: -8px;
	}
}

@media screen and (max-width: 640px) {
	.sAbout-intro .left .df .col .sdt .num {
		font-size: 24px;
	}

	.sAbout-intro .left .df .col:nth-child(2n+2) .sdd {
		width: 6em;
	}
}

.sAbout-culture .index-head .dt {
	color: #fff;
}

.sAbout-culture .index-head .ds {
	color: rgba(255, 255, 255, 0.5);
}

.sAbout-culture-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.sAbout-culture-list:after {
	display: none;
}

.sAbout-culture-list .item {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 2;
}

.sAbout-culture-list .item:nth-child(1n+1) {
	width: 24.5%;
	margin-left: 0.66666667%;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sAbout-culture-list .item:nth-child(4n+1) {
	margin-left: 0;
}

.sAbout-culture-list .item:nth-child(1n+5) {
	margin-top: 0.66666667%;
}

.sAbout-culture-list .item .dt {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 1rem 0.6rem;
	white-space: nowrap;
}

.sAbout-culture-list .item .dt:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}

.sAbout-culture-list .item .dt .icoImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 48px;
	height: 48px;
}

.sAbout-culture-list .item .dt .cn {
	margin-top: 0.6rem;
}

.sAbout-culture-list .item .dt .en {
	margin-top: 0.2rem;
	opacity: .1;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}

.sAbout-culture-list .item .dd {
	position: relative;
	z-index: 3;
	text-align: center;
	letter-spacing: 0.15em;
	padding-left: 0.15em;
	line-height: 1.5;
	padding: 0.5rem 0.2rem;
	font-size: 16px;
}

@media screen and (min-width: 1025px) {
	.sAbout-culture-list .item:hover {
		background-color: rgba(230, 0, 39, 0.7);
	}

	.sAbout-culture-list .item:hover .dt:after {
		background-color: rgba(204, 4, 38, 0.7);
	}

	.sAbout-culture-list .item:hover .dt .en {
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-culture-list .item:active {
		background-color: rgba(230, 0, 39, 0.7);
		-webkit-transition: 0ms;
		transition: 0ms;
	}

	.sAbout-culture-list .item:active .dt:after {
		background-color: rgba(204, 4, 38, 0.7);
		-webkit-transition: 0ms;
		transition: 0ms;
	}

	.sAbout-culture-list .item:active .dt .en {
		opacity: 1;
		-webkit-transition: 0ms;
		transition: 0ms;
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-culture-list .item:nth-child(1n+1) {
		width: 49%;
		margin-left: 2%;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sAbout-culture-list .item:nth-child(2n+1) {
		margin-left: 0;
	}

	.sAbout-culture-list .item:nth-child(1n+3) {
		margin-top: 2%;
	}

	.sAbout-culture-list .item .dd {
		letter-spacing: 0.05em;
		padding-left: 0.05em;
	}
}

.sAbout-axdvantage {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-bottom: 4.4rem;
}

.sAbout-axdvantage .canvasRoom {
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	top: auto;
	background-image: none !important;
}

.sAbout-axdvantage .canvasRoom>canvas {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	margin-top: -8%;
}

.sAbout-axdvantage-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.sAbout-axdvantage-list:after {
	display: none;
}

.sAbout-axdvantage-list .item {
	color: #ba1829;
	line-height: 1.5;
	text-align: center;
}

.sAbout-axdvantage-list .item:nth-child(1n+2) {
	margin-left: 1%;
}

.sAbout-axdvantage-list .item:nth-child(5n) {
	margin-right: 0;
}

.sAbout-axdvantage-list .item .icon {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 2.88rem;
	height: 2.88rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: -9999px 0;
	min-width: 80px;
	min-height: 80px;
	z-index: 2;
}

.sAbout-axdvantage-list .item .icon:before,
.sAbout-axdvantage-list .item .icon:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}

.sAbout-axdvantage-list .item .icon:before {
	z-index: 0;
	pointer-events: none;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: inherit;
}

.sAbout-axdvantage-list .item .icon:after {
	z-index: -1;
	pointer-events: none;
	border: #ba1829 dashed 1px;
}

.sAbout-axdvantage-list .item .cn {
	margin-top: 0.6rem;
}

.sAbout-axdvantage-list .item .en {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	opacity: .5;
}

.index-head .dt {
	color: #333333;
}

.index-head .ds {
	margin-top: 0.2rem;
	color: #999999;
	line-height: 1.5;
}

@media screen and (min-width: 1025px) {
	.sAbout-axdvantage-list .item:hover .icon:before {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	.sAbout-axdvantage-list .item:hover .icon:after {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-axdvantage-list .item:active .icon:before {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: 0ms;
		transition: 0ms;
	}

	.sAbout-axdvantage-list .item:active .icon:after {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 0ms;
		transition: 0ms;
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-axdvantage-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sAbout-axdvantage-list .item {
		width: 33%;
	}

	.sAbout-axdvantage-list .item:nth-child(1n+1) {
		margin-left: .5%;
	}

	.sAbout-axdvantage-list .item:nth-child(3n+1) {
		margin-left: 0;
	}

	.sAbout-axdvantage-list .item:nth-child(1n+4) {
		margin-top: 0.8rem;
	}

	.sAbout-axdvantage-list .item .cn {
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 640px) {
	.sAbout-axdvantage-list .item .en {
		font-size: 12px;
		line-height: 16px;
	}
}

.sAbout-qualification .index-head .dt {
	color: #fff;
}

.sAbout-qualification .index-head .ds {
	color: rgba(255, 255, 255, 0.5);
}

.sAbout-qualification-offsetMove {
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sAbout-qualification-offsetMove .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.sAbout-qualification-offsetMove .item:nth-child(1n+2) {
	margin-left: 1rem;
}

.sAbout-qualification-offsetMove .item .img {
	height: 300px;
	width: auto;
	min-width: 160px;
}

.sAbout-qualification-offsetMove .item .img>img {
	height: 100%;
}

.sAbout-qualification-offsetMove .ctr-qualification.prev {
	right: 100%;
	margin-right: 0.6rem;
}

.sAbout-qualification-offsetMove .ctr-qualification.next {
	left: 100%;
	margin-left: 0.6rem;
}

.sAbout-qualification-offsetMove._bindjs .ctr {
	display: block;
}

@media screen and (max-width: 1440px) {
	.sAbout-qualification-offsetMove .ctr-qualification.prev {
		right: 100%;
		margin-right: 5px;
	}

	.sAbout-qualification-offsetMove .ctr-qualification.next {
		left: 100%;
		margin-left: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.sAbout-qualification-offsetMove .item .img {
		height: 260px;
	}

	.sAbout-qualification-offsetMove .ctr-quilification {
		display: none !important;
	}
}

.sAbout-qualification-offsetMove.notScroll .item .img {
	min-width: 0;
	height: 6rem;
}

.sAbout-qualification-offsetMove.notScroll .item .img img {
	display: block;
}

@media screen and (min-width: 1025px) {
	.sAbout-qualification-offsetMove.notScroll .overview {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		width: 100%;
	}

	.sAbout-qualification-offsetMove.notScroll .overview:after {
		display: none;
	}
}


@media screen and (max-width: 767px){
	.sAbout-culture-list .item .dt .cn{
		font-size: 16px;
	}
	
	.sAbout-culture-list .item .dd,.sAbout-axdvantage-list .item .cn{
		font-size: 14px;
	}
}

/* 关于我们 e */
