body {
	background: #F4F5F7;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

[class*="col-"] {
	padding: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #f5e8e8;
	text-decoration: none;
}

.headerBox {
	padding-top: 50px;
}

.headerBox .navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.headerBox .active a {
	color: #EA6318 !important;
	background-color: #222 !important;
	border-bottom: 2px solid #EA6318;
}

.headerBox .navbar-brand {
	padding: 10px;
}

.headerBox .logo {
	height: 30px;
	width: auto;
}

.headerBox .searchIcon:before {
	padding-left: 15px;
	border-left: 1px solid #9D9D9D;
}

.listBox .thumbnail {
	border: 0 none;
	background: none;
	padding: 0;
	cursor: pointer;
	transition: 0.1s;
	height: 350px;
}

.listBox .thumbnail .timeTip {
	color: #999999;
}

.moreTip {
	padding-left: 26px;
	position: relative;
}

.moreTip:before {
	content: ' ';
	border-top: 1px solid #FCCA77;
	width: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}

.listBox .thumbnail:hover {
	box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -5px;

}

.bannerBox {
	position: relative;
}

.bannerBox .img {
	min-height: 120px;
	max-height: 200px;
}

.img {
	width: 100%;
	height: auto;
	max-width: 100%;

}

.bannerBox .titleBox {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: -40px;
}

.bannerBox .leaderTip {
	font-size: 30px;
}

.itemBox {
	background: #FFFFFF;
	margin: 50px 0;
	box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
}

.itemBox .item {
	padding-left: 0;
}

.itemBox .rtBox {
	padding-top: 10%;
	padding-right: 15%;
	padding-bottom: 10%;

}

.itemBox .rtBox .timeTip {
	color: #999999;
}

.itemBox .rtBox .leaderTip {
	font-size: 28px;
	color: #EA6318;
}

.itemBox .rtBox .moreTip {
	margin-top: 10%;
}

.pageBox {
	text-align: center;
}

.pageBox .pageList {
	background: none;
	border: 0 none;
	color: #999999;
}

.pageBox .pageList.active {
	color: #333333;
}

.pageBox .glyphicon {
	font-size: 12px;
	color: #666666;
	background: none;
}

.footerBox {
	background: #202020;
	padding: 20px 0;
	color: #FFFFFF;
	margin-top: 30px;
}

.footerBox .infoBox:before {
	display: block;
	content: " ";
	border-top: 1px solid #8C8C8C;
	width: 50%;
	padding-top: 10px;
	margin-top: 15px;

}

.footerBox .infoBox {
	font-size: 12px;
	color: #CCCCCC;
}


.footerBox .rtBox {
	display: flex;
	padding-top: 20px;
}

.footerBox .rtBox .leaderTip {
	font-size: 16px;
	padding-bottom: 15px;
	color: #FFFFFF;
}

.footerBox .rtBox a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.footerBox .rtBox .list {
	font-size: 12px;
	flex: 1;
	color: #CCCCCC;
}

.footerBox .rtBox .lastList {
	width: 80px;
	text-align: right;
}

.footerBox .bottomBox {
	border-top: 1px solid #4E4E4E;
	padding-top: 20px;
	margin-top: 20px;
}

.footerBox .bottomBox .img {
	height: 40px;
	width: auto;
}

.footerBox .bottomBox .rtTip {
	text-align: right;
	color: #CCCCCC;
	padding-right: 0;
}

.breadBox {
	background: #FFFFFF;
}

.breadBox .breadcrumb {
	margin-bottom: 0;
	background: #FFFFFF;
	color: #999999;
	padding-left: 0;
}

.breadBox .breadcrumb a {
	color: #999999;
	text-decoration: none;
}

.applicationBox .btnBox .btn {
	margin-right: 20px;
	padding: 5px 20px;
	color: #666666;
	border: 1px solid #CBD2D8;
	background: #FFFFFF;
}

.btnBox .btn:hover,
.btnBox .btn.activeBtn {
	color: #EA6318;
}

.applicationBox {
	padding-top: 30px;
	padding-bottom: 10px;
}

.applicationListBox.listBox .thumbnail {
	background: #FFFFFF;
	box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
}

.applicationListBox.listBox .thumbnail .caption {
	padding: 0 20px 20px 20px;
	position: relative;
}

.applicationListBox.listBox .thumbnail .caption .moreTip {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.applicationListBox.listBox .thumbnail:hover .moreTip,
.applicationListBox.listBox .thumbnail:hover h3 {
	color: #EA6318;
}

.productListBox.listBox .thumbnail .caption {
	padding: 0 20px 20px 20px;
	position: relative;
}

.productListBox.listBox .thumbnail .caption .moreTip {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.productListBox.listBox .thumbnail:hover .moreTip,
.productListBox.listBox .thumbnail:hover h3 {
	color: #EA6318;
}



.contactBox .bannerBox {
	height: 350px;
	background: url("../images/banner04.jpg") no-repeat;
	background-size: cover;
}

.contactBox .mapBox {
	background: #FFFFFF;
	position: relative;
	top: -80px;
	padding: 30px 20px;
	margin: 0 -5px;
}

.contactBox .mapBox .list {
	display: flex;
	border-right: 1px solid #B0B0B0;
}

.contactBox .mapBox .list.clearBorder {
	border: 0 none;
}

.contactBox .mapBox .list .rtBox {
	flex: 1;
	padding-right: 20px;
}

.contactBox .mapBox .list .listImg {
	height: 60px;
	width: auto;
	margin-right: 20px;
}

.contactBox .mapBox .list .leaderTip {
	color: #999999;
}

.contactListBox.listBox {
	position: relative;
	top: -30px;
}

.contactListBox.listBox .thumbnail {
	background: #FFFFFF;
	padding-bottom: 20px;
	box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}

.contactListBox.listBox .caption {
	padding: 0 20px;
}

.contactListBox.listBox .caption .glyphicon {
	font-weight: bold;
	color: #EA6318;
	margin-right: 10px;
}

.contactListBox.listBox .caption h3 {
	color: #EA6318;
}

.indexBox .indexBannerBox {
	height: 500px;
	background: url("./../images/index01.jpg") no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
	color: #FFFFFF;
	padding-top: 50px;
}

.indexBox .indexBannerBox .leaderTip {
	letter-spacing: 5px;
	font-size: 16px;
}

.indexBox .indexBannerBox .engTip {
	font-size: 36px;
	letter-spacing: 10px;
	padding: 20px 0;
}

.indexBox .indexBannerBox .infoTip {
	padding: 10px 20% 20px 20%;
	color: #BEBBB3;
	line-height: 20px;
	text-align: left;

}

.indexBox .indexBannerBox .btnOne {
	background: #EA6318;
	border-color: #EA6318;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px 30px;
}

.indexBox .indexBannerBox .btnTwo {
	background: none;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px 30px;
}

.indexBox .bannerBoxTwo {
	height: 180px;
	background: url("./../images/index02.jpg") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 30px;
	cursor: pointer;
}

.indexBox .bannerBoxTwo .leaderTip {
	font-size: 18px;
}

.indexBox .bannerBoxTwo .glyphicon {
	font-size: 20px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	padding: 10px 8px 10px 12px;
}

.indexBox .bannerImg {
	width: 100%;
}

.indexBox .ltBox {
	padding-top: 10%;
}

.indexBox .ltBox .btn {
	background: #EA6318;
	border-color: #EA6318;
	color: #FFFFFF;
	padding: 8px 50px;
	margin-top: 30px;

}

.indexBox .bgOne {
	background: #E8E9F0;
}

.indexBox .bgTwo {
	background: #FFFFFF;
}

.indexBox .swiper-slide {
	width: 33%;
}

.indexBox .swiper-slide .img {
	width: 100%;
	height: auto;
}

.indexBox .examBox {
	padding: 40px 0;
}

.indexBox .examBox .titleBox {
	text-align: center;
	padding-bottom: 50px;
}

.indexBox .examBox .titleBox .title {
	font-size: 30px;
	position: relative;

}

.indexBox .examBox.bgOne .titleBox .title:after {
	content: 'Sollution';
	position: absolute;
	background: #E8E9EF;
	font-size: 12px;
	left: 50%;
	bottom: -22px;
	padding: 5px 10px;
	margin-left: -34px;
	color: #666666;

}

.indexBox .examBox.bgTwo .titleBox .title:after {
	content: 'Product Series';
	position: absolute;
	background: #FFFFFF;
	font-size: 12px;
	left: 50%;
	bottom: -22px;
	padding: 5px 10px;
	margin-left: -52px;
	white-space: nowrap;
	color: #666666;

}

.indexBox .examBox.appBox .titleBox .title:after {
	content: 'Application Case';
	position: absolute;
	background: #E8E9F0;
	font-size: 12px;
	left: 50%;
	bottom: -22px;
	padding: 5px 10px;
	margin-left: -57px;
	white-space: nowrap;
	color: #666666;
}

.indexBox .examBox.cooperationBox .titleBox .title:after {
	content: '·';
	position: absolute;
	background: #F4F5F7;
	left: 50%;
	bottom: -70px;
	padding: 0px 10px 0 10px;
	margin-left: -10px;
	white-space: nowrap;
	color: #EA6318;
	font-size: 20px;
}

.indexBox .examBox.cooperationBox .title:before {
	bottom: -55px !important;
}

.indexBox .examBox.cooperationBox .subTip {
	color: #696A6C;
}

.indexBox .examBox.appBox .titleBox .title:before {
	left: -20px;
	right: -20px;
}

.indexBox .examBox.bgTwo .titleBox .title:before {
	left: -20px;
	right: -20px;
}

.indexBox .examBox .titleBox .title:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #EA6318;
	left: -5px;
	bottom: -10px;
	right: -5px;
}

.indexBox .listBox .thumbnail {
	position: relative;
}

.indexBox .bgTwo .listBox .thumbnail .caption {
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.indexBox .examBox .col-sm-4 {
	text-align: right;
}

.indexBox .examBox .glyphicon {
	color: #EA6318;
	border: 2px solid #EA6318;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	display: none;
}

.indexBox .examBox .col-sm-4 .btn {
	background: #EA6318;
	border-color: #EA6318;
	color: #FFFFFF;
	padding: 8px 50px;

}

.indexBox .productListBox .col-sm-12 .thumbnail {
	border: 0 none;
	padding: 0;
	position: relative;
}

.indexBox .productListBox .col-sm-12 .thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.indexBox .productListBox .col-sm-12.rtBox {
	background: #202020;
	position: relative;
	left: 0;
	min-height: 598px;
	padding-top: 10px;
}

.productListBox .col-sm-12 {
	background: #FFFFFF;
	padding: 0;
}

.productListBox .rtBox .list {
	display: flex;

}

.productListBox .rtBox .list .rt {
	flex: 1;
	padding: 15px 20px 15px 0;
	color: #868887;
}

.productListBox .rtBox .list .rt .leaderTip {
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 7px;
}

.productListBox .rtBox .list .lt {
	padding: 22px 20px;
}

.productListBox .rtBox .list .lt .numTip {
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 6px;
}

.productListBox .rtBox .list .lt .numTip:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #EA6318;
	bottom: 2px;


}

.productListBox .rtBox .list .lt .numTip:after {
	content: "";
	width: 1px;
	height: 50px;
	background: #4A4A4A;
	position: absolute;
	right: -10px;
	top: 10px;
}

.productListBox .rtBox .list .lt .timeTip {
	color: #868887;
}

.productListBox .rtBox .list.active {
	background: #00000d;
}

.indexBox .appBox {
	background: #E8E9F0;
}

.indexBox .cooperationBox {
	background: #F3F5F6;
}

.indexBox .cooperationBox .formBox {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: -2px 7px 32px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -2px 7px 32px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -2px 7px 32px 0px rgba(0, 0, 0, 0.15);
	text-align: right;
}

.indexBox .cooperationBox .formBox .form-control {
	border: 0 none;
	border-bottom: 1px solid #E4E4E4;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
}

.indexBox .cooperationBox .formBox .form-control.areaInp {
	height: 108px;
	border: 1px solid #E4E4E4;
	background: #F6F8FA;
}

.indexBox .cooperationBox .formBox .btn {
	box-shadow: -2px 7px 12px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -2px 7px 12px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -2px 7px 12px 0px rgba(0, 0, 0, 0.15);
	background: #EA6318;
	color: #FFFFFF;
}

.indexBox .headerBox {
	padding-top: 30px;
}

.applicationBox .list {
	display: flex;
	background: #FFFFFF;
	border-radius: 40px;
	border: 1px solid #DEDEDE;
	padding: 20px 30px;
}

.applicationBox .list .ct {
	flex: 1;
	padding-left: 10px;
}

.applicationBox .list .iconImg {
	width: auto;
	height: 40px;
	display: none;
}

.applicationBox .list .iconImg:nth-child(2) {
	display: block;
}



.applicationBox .list .iconImg:nth-child(1) {
	display: none;
}

.applicationBox .list:hover .leaderTip {
	color: #EA6318;
}

.applicationBox .list:hover {
	border-color:#EA6318;
}
.applicationBox .list .timeTip {
	color: #999999;
}

.applicationBox .list .btn {
	background: #EA6318;
	color: #FFFFFF !important;
	padding: 0px 20px;
	border-radius: 20px;
	border:0 none;
}

.applicationBox .list .btn a {
	color: #FFFFFF !important;
	text-decoration: none;
}

.applicationBox .downListBox {
	padding-top: 20px;
}


.aboutBox .companyBox {
	padding: 20px 0;
}

.aboutBox .companyImg {
	width: 100%;
	min-height: 350px;
	max-height: 500px;
	object-fit: cover;
}

.aboutBox .companyLineBox {
	padding: 20px 20px;
	line-height: 24px;
}

.aboutBox .companyLineBox .line {
	margin-bottom: 10px;
	text-indent: 20px;
}

.aboutBox .infoBox {
	background: #FFFFFF;
	padding: 20px 0;
}

.aboutBox .infoBox .list {
	background: url("/static/new/images/about13.png") no-repeat 30px;
	background-size: auto 100% !important;
	padding: 10px 0 10px 90px;
	border-right: 1px solid #CACACA;
}

.aboutBox .infoBox .list .leaderTip {
	font-size: 22px;
}

.aboutBox .infoBox .col-sm-6:nth-child(2) .list {
	background: url("/static/new/images/about14.png") no-repeat 30px;

}

.aboutBox .infoBox .col-sm-6:nth-child(3) .list {
	background: url("/static/new/images/about15.png") no-repeat 30px;

}

.aboutBox .infoBox .col-sm-6:nth-child(4) .list {
	background: url("/static/new/images/about16.png") no-repeat 30px;
	border: 0 none;

}

.aboutBox.indexBox .examBox .titleBox .title:before {
	left: -30px;
	right: -30px;
}

.aboutBox .examBox .titleBox .title:after {
	content: 'Development History';
	position: absolute;
	font-size: 12px;
	left: 50%;
	bottom: -22px;
	padding: 5px 10px;
	margin-left: -68px;
	color: #666666;
	white-space: nowrap;
	background: #F4F5F7;
}

.aboutBox .developImg {
	width: 100%;
	height: auto;
}

.aboutBox .developBox {
	background: url("./../images/index02.jpg") no-repeat;
	background-size: 100% auto;
	padding-top: 30px;
}

.aboutBox .developBox .titleBox {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding: 0 10% 10px 10%;
	line-height: 40px;
}

.aboutBox .developBox .listBox .thumbnail .caption {
	border: 1px solid #E6E7E9;
	text-align: center;
	padding: 20px 0;
	background: #FFFFFF;
}

.aboutBox .developBox .listBox .thumbnail .caption .title {
	font-size: 16px;
	font-weight: bold;
}

.aboutBox .developBox .listBox .thumbnail .caption .orangeTip {
	color: #EA6318;
	font-size: 20px;
	font-weight: bold;
}

.aboutBox .developBox .listBox .thumbnail .caption .col-sm-6 {
	padding-bottom: 0;
}

.aboutBox .developBox .listBox .thumbnail .caption .col-sm-4 {
	padding-bottom: 0;
}

.aboutBox .developBox .col-md-4:nth-child(2) .row {
	margin: 0 12%;
}

.aboutBox .developBox .col-md-4:nth-child(3) .row {
	margin: 0 10px;
}

.aboutBox.indexBox .examBox.bgOne {
	background: #FFFFFF;
}

.aboutBox.indexBox .examBox.bgOne .titleBox .title:after {
	content: 'Honor';
	position: absolute;
	background: #FFFFFF;
	font-size: 12px;
	left: 50%;
	bottom: -22px;
	padding: 5px 10px;
	margin-left: -34px;
	color: #666666;

}

.aboutBox .aboutImg {
	width: 100%;
	height: auto;
}


.aboutBox .devBox {
	position: relative;
}

.aboutBox .devBox .listBox {
	white-space: nowrap;
	overflow-x: auto;
	padding-top: 40px;

}

.aboutBox .devBox .listBox::-webkit-scrollbar {
	width: 5px;
	height: 8px;
}

.aboutBox .devBox .listBox::-webkit-scrollbar-track {
	background: #F4F7F8;
	border-radius: 10px;
}

.aboutBox .devBox .listBox::-webkit-scrollbar-thumb {
	background: rgba(219, 220, 222, 0.3);
	border-radius: 10px;

}

.aboutBox .listBox .list {
	border-top: 1px solid #DBDCDE;
	padding: 0 20px 20px 20px;
	display: inline-block;
	max-width: 200px;
	white-space: normal;
	position: relative;
	cursor: pointer;
	vertical-align: top;

}

.aboutBox .listBox .list .yearTip {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -40px;
	z-index: 1;
	text-align: center;
	width: 100%;
	left: 0;
}

.aboutBox .listBox .list:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -7px;
	top: -7px;
	border-radius: 50%;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.aboutBox .listBox .list .tip {
	color: #A3A3A5;
	padding-top: 20px;
}

.aboutBox .listBox .list.active .tip {
	color: #222222;
}

.aboutBox .listBox .list.active .yearTip {
	color: #EA6318;

}

.aboutBox .listBox .list.active:before {
	background: #EA6318;
}

.aboutBox .devBox .glyphicon-arrow-left {
	position: absolute;
	left: 0;
	top: 20px;
	background: #F4F5F7;
	z-index: 1;
	border: 1px solid #EA6318;
}

.aboutBox .devBox .glyphicon-arrow-right {
	position: absolute;
	right: 0;
	top: 20px;
	background: #F4F5F7;
	z-index: 1;
	border: 1px solid #EA6318;
}

.videoBox {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	z-index: 999;
	display: none;

}

.videoBox video {
	width: 100%;
	height: 100%;
	object-fit: fill
}

.videoBox .glyphicon-remove {
	position: fixed;
	right: 60px;
	top: 80px;
	font-size: 20px;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 50%;
	color: #EA6318;
	cursor: pointer;
}

.videoBox .glyphicon-remove:hover {
	background: #EA6318;
	color: #FFFFFF;
	text-decoration: none;
}

.nr-img {
	width: 120px;
	height: 90px;
	object-fit: cover;
}

.case-img {
	width: 370px;
	height: 200px !important;
	object-fit: fill;
}

.ny-img {
	height: 300px !important;
	object-fit: contain;
}

.home-product-img {
	width: 98%;
	object-fit: cover;
}

.home-product-title {
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 18px
}

.mySwiper {
	padding-left: 3%;
}

.detailBox {
	background: #FFFFFF;
	margin: 5px 0;
	box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 5px 17px 0px rgba(0, 0, 0, 0.1);
}

.detailBox .dt-title {
	padding: 30px 15% 30px;
}

.detailBox .dt-title .timeTip {
	color: #999999;
}

.detailBox .dt-title .leaderTip {
	font-size: 28px;
	color: #EA6318;
}

.detailBox .dt-title .moreTip {
	margin-top: 10%;
}

.dt-img-div {
	padding-bottom: 5%;
}

/*.contentBox {*/
/*	padding-left: 5%;*/
/*	padding-left: 5%;*/
/*}*/

.contentBox img {
	max-width: 100%;
}

.indexBox .indexVideoBox video {
	width: 100%;
}

.indexBox .indexVideoBox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}

.companyLineBox .leaderBox .leaderTip {
	font-size: 24px;
	padding-bottom: 10px;
	color: #EA6318;
}

.companyLineBox .leaderBox {
	position: relative;
}

.companyLineBox .leaderBox:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #EA6318;
	top: -15px
}

.aboutBox .aboutVideoBox {
	padding-top: 83px;
	max-width: 100%;
}
.aboutBox .aboutVideoBox  video{
	width:100%;
}
.aboutBox .companyLineBox .line {
	letter-spacing: 2px;
}


@media screen and (max-width:800px) {
	.indexVideoBox iframe{
		height: 300px !important;
	}
	.indexBox .indexBannerBox .infoTip {
		padding: 10px 5% 20px 5%;
	}

	.indexBox .indexBannerBox {
		height: 400px;
	}

	.indexBox .indexBannerBox .engTip {
		font-size: 24px;
		padding: 10px 0;
	}

	.indexBox .bannerBoxTwo {
		font-size: 12px;
		height: 200px;
	}

	.indexBox .bannerBoxTwo .leaderTip {
		font-size: 14px;
	}

	.indexBox .examBox.cooperationBox .titleBox .title:after {
		bottom: -85px;
	}

	.indexBox .examBox.cooperationBox .title:before {
		bottom: -70px !important;
	}

	.aboutBox .developBox .titleBox {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutBox .developBox {
		background-size: 100% 200px;
	}

	.aboutBox .developBox .listBox .thumbnail .caption .col-sm-6 {
		float: left;
		width: 50%;
	}

	.aboutBox .developBox .listBox .thumbnail .caption .col-sm-4 {
		width: 33.33%;
		float: left;
	}

	.indexBox .swiper-slide {
		width: 90%;
	}

	.videoBox video {
		object-fit: contain;
	}

	.ny-img {
		height: 300px !important;
	}

	.listBox .thumbnail {
		height: auto;
	}
}
