/* banner */
.banner .img {
	width: 100%;
	height: 100%;
}

.banner .img img {
	display: block;
	width: 100%;
	height: 100%;
}

/* aboutUs */
.aboutUs {
	overflow: hidden;
}

.aboutUs .intro>p {
	width: 90%;
	padding: 0 30px;
	margin: 0 auto;
	text-align: justify;
}

.aboutUs .intro>table {
	margin: 0 auto;
}

/* intro */
.aboutUs .intro .introNav {
	height: 60px;
	border-bottom: 1px solid #ddd;
}

.aboutUs .intro .introNav .navA {
	float: left;
	/* width: 144px; */
	padding: 0 10px;
	text-align: center;
	line-height: 60px;
	border-right: 1px solid #ddd;
	font-size: 16px;
	color: #666;
}

.aboutUs .intro .introNav .navA:first-child {
	border-left: 1px solid #ddd;
}

.aboutUs .intro .introNav .navA>span {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .introNav .navA-on {
	color: #005bac;
}

/* comp */
.aboutUs .intro .comp .box1 {
	display: flex;
	margin: 105px auto 0;
}

.aboutUs .intro .comp .box1 .left {
	margin-right: 70px;
	width: 750px;
}

.aboutUs .intro .comp .box1 .left h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 500;
	color: #333;
}

.aboutUs .intro .comp .box1 .left p {
	margin-bottom: 40px;
	font-size: 16px;
	color: #666;

	line-height: 30px;
	letter-spacing: 2px;
	text-indent: 2em;
}

.intro .comp .box1 .left .bold {
	font-weight: bold;
}

.aboutUs .intro .comp .box1 .right {
	position: relative;
	overflow: hidden;
	width: 619px;
	height: 385px;
}

.aboutUs .intro .comp .box1 .right .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aboutUs .intro .comp .box1 .right .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .intro .comp .box1 .right .imgPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.aboutUs .intro .comp .box1 .right .imgPlay img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .comp .box1 .right .imgPlay .background {
	/* display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -37px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.7s;
	z-index: -1;
}

.aboutUs .intro .comp .box1 .right .scale {
	transform: scale(1.1);
}

.aboutUs .intro .comp .box1 .right .superScale {
	transform: scale(15);
}

.aboutUs .intro .comp .box2 {
	margin: 0 auto 0;
	background: #f8f8f8;
}

.aboutUs .intro .comp .box2 .numScroll {
	display: flex;
	padding: 60px 0;
}

.aboutUs .intro .comp .box2 .numScroll .box {
	flex-grow: 1;
	width: 288px;
	text-align: center;
	border-right: 1px solid #e1e0e0;
}

.aboutUs .intro .comp .box2 .numScroll .box:last-child {
	border-right: initial;
}

.aboutUs .intro .comp .box2 .numScroll .box .top>span {
	font-size: 16px;
	color: #666;
}

.aboutUs .intro .comp .box2 .numScroll .box .top>span:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #005bac;
}

.aboutUs .intro .comp .box2 .numScroll .box .down>p {
	font-size: 18px;
	color: #333;
}

.aboutUs .intro .comp .box3 {
	position: relative;
}

.aboutUs .intro .comp .box3 .boxBg {
	width: 1920px;
	height: 100%;
}

.aboutUs .intro .comp .box3 .boxBg .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .comp .box3 .boxContent {
	position: absolute;
	/* top: 50px;
  left: 550px; */
	top: 0;
	left: 0;
	width: 100%;
}

.aboutUs .intro .comp .box3 .boxContent .content {
	position: relative;
	top: 55px;
	left: 550px;
	width: 1121px;
}

.aboutUs .intro .comp .box3 .boxContent .txts {
	font-size: 16px;
	color: #666;
}

.aboutUs .intro .comp .box3 .boxContent .txts>p {
	margin-bottom: 50px;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 2em;
}

.aboutUs .intro .comp .box3 .boxContent .down {
	display: flex;
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle {
	flex-shrink: 0;
	position: relative;
	/* float: left; */
	/* margin-right: 74px; */
	width: 170px;
	height: 148px;
	/* overflow: hidden; */
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .img {
	width: 100%;
	height: 100%;
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .angleContent {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 100%;
	text-align: center;
	/* margin: -24px 0 0 -18px; */
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .angleContent .top>span {
	font-size: 16px;
	color: #666;
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .angleContent .top>span:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #005bac;
}

.aboutUs .intro .comp .box3 .boxContent .down .sexangle .angleContent .down>p {
	margin: auto;
	font-size: 18px;
	color: #333;
}

.aboutUs .intro .comp .box3 .boxContent .down .line {
	/* float: left; */
	margin: auto;
	width: 100px;
	height: 1px;
	background: #e5e5e5;
}

.aboutUs .intro .comp .box3 .boxContent .down .right {
	margin: auto;
	text-align: center;
}

.aboutUs .intro .comp .box3 .boxContent .down .right h4 {
	font-size: 16px;
	color: #005bac;
}

.aboutUs .intro .comp .box3 .boxContent .down .right h2 {
	font-size: 30px;
	color: #005bac;
}

.aboutUs .intro .comp .box3 .boxContent .down .right h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
}

.aboutUs .intro .comp .box3 .boxContent .rightPhone {
	display: none;
	margin: 10px 0;
	text-align: center;
}

.aboutUs .intro .comp .box3 .boxContent .rightPhone h4 {
	font-size: 14px;
	color: #005bac;
}

.aboutUs .intro .comp .box3 .boxContent .rightPhone h2 {
	font-size: 16px;
	color: #005bac;
}

.aboutUs .intro .comp .box3 .boxContent .rightPhone h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

/* glory */
/* com titleBar */
.aboutUs .intro .titleBar {
	margin: 20px auto 100px;
	text-align: center;
}

.aboutUs .intro .titleBar>h2 {
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

.aboutUs .intro .titleBar>h3 {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.aboutUs .intro .titleBar .honor_img a {
	display: block;
	width: 100%;
	margin-top: 20px;
	height: 100%;
}

.aboutUs .intro .titleBar .honor_img a img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .glory .gloryBox {
	position: relative;
}

.aboutUs .intro .glory .swiperGlory {
	width: 95%;
	overflow: hidden;
}

.aboutUs .intro .glory .swiperGlory .wrapperGlory {
	margin: auto;
}

.aboutUs .intro .glory .swiperGlory .slideGlory {
	position: relative;
	width: 15%;
	flex-grow: 1;
	cursor: pointer;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box .num {
	font-size: 22px;
	color: #333;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box .point {
	margin: auto;
	width: 20px;
	height: 20px;
	background: #fff;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box .point img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box .point .imgNone {
	display: none;
}

.aboutUs .intro .glory .swiperGlory .slideGlory .box .txt {
	font-size: 16px;
	color: #333;
}

.aboutUs .intro .glory .swiperGlory .line {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	z-index: -1;
}

.aboutUs .intro .glory .gloryBox .btnGlory {
	margin-top: -20px;

	width: 40px;
	height: 40px;
	border: 2px solid #dfdfdf;
	border-radius: 50%;
	background-size: contain;
	color: #dfdfdf;
	outline: none;
}

.aboutUs .intro .glory .gloryBox .nextGlory {
	margin-right: -20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dfdfdf'%2F%3E%3C%2Fsvg%3E");
}

.aboutUs .intro .glory .gloryBox .prevGlory {
	margin-left: -20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dfdfdf'%2F%3E%3C%2Fsvg%3E");
}

.aboutUs .intro .glory .controlPage {
	display: none;
	position: relative;
	/* display: flex;
  flex-direction: column; */
	margin: 60px auto 0;
}

.aboutUs .intro .glory .controlPage:first-child {
	display: block;
}

.aboutUs .intro .glory .controlPage .box {
	display: flex;
	padding-bottom: 76px;
}

.aboutUs .intro .glory .controlPage .box:first-child {
	padding-top: 65px;
}

.aboutUs .intro .glory .controlPage .box .part {
	width: 720px;
}

.aboutUs .intro .glory .controlPage .box .part:first-child {
	margin-right: 70px;
}

.aboutUs .intro .glory .controlPage .box .part .img {
	width: 259px;
	height: 162px;
	overflow: hidden;
}

.aboutUs .intro .glory .controlPage .box .part .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .intro .glory .controlPage .box .part .img img:hover {
	transform: scale(1.1);
}

.aboutUs .intro .glory .controlPage .rightBox .part .img {
	float: right;
}

.aboutUs .intro .glory .controlPage .leftBox .part .img {
	float: left;
}

.aboutUs .intro .glory .controlPage .rightBox .partTxt {
	text-align: left;
}

.aboutUs .intro .glory .controlPage .leftBox .partTxt {
	text-align: right;
}

.aboutUs .intro .glory .controlPage .box .part .month {
	font-size: 20px;
	font-weight: bold;
	color: #005bac;
	font-style: italic;
}

.aboutUs .intro .glory .controlPage .box .part .title {
	margin: 10px 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.aboutUs .intro .glory .controlPage .box .part .p {
	text-align: left;
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.aboutUs .intro .glory .controlPage .box .part span {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.aboutUs .intro .glory .controlPage>.img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
}

/* honor */
.aboutUs .intro .honor .slideTxtBoxHonor {
	margin-bottom: 80px;
}

.aboutUs .intro .honor .slideTxtBoxHonor .hd {
	display: flex;
	height: 45px;
	border: 1px solid #e6e6e6;
}

.aboutUs .intro .honor .slideTxtBoxHonor .hd>ul {
	display: flex;
	margin: auto;
}

.aboutUs .intro .honor .slideTxtBoxHonor .hd>ul>li {
	width: 140px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #666;
	transition: all 0.7s;
	cursor: pointer;
}

.aboutUs .intro .honor .slideTxtBoxHonor .hd>ul .li-on {
	background: #005bac;
	color: #fff;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul {
	display: flex;
	margin-top: 50px;
	margin-bottom: 7px;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts {
	flex-shrink: 0;
	width: 640px;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts li {
	position: relative;
	padding: 20px 0 10px;
	width: 460px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #e0dfdf;
	cursor: pointer;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts .li-on {
	color: #005bac;
	border-bottom: 1px solid #005bac;
	width: 100%;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts li .dot {
	display: none;
	position: absolute;
	bottom: -4px;
	right: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #005bac;
	transition: all 0.7s;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts li .dot-on {
	display: block;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts .pagenation {
	display: flex;
	margin-top: 40px;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts .pagenation>div {
	display: flex;
	width: 90px;
	height: 40px;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts .pagenation a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #cecece;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	color: #cecece;
	transition: all 0.7s;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .txts .pagenation a:hover {
	color: #005bac;
	border: 1px solid #005bac;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .honorImg {
	/* width: 800px; */
	width: 100%;
	height: 500px;
	border: 1px solid #e0dfdf;
	box-shadow: 0px 5px 5px #ccc;
	overflow: hidden;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .honorImg>ul>li {
	display: none;
	margin: auto;
	padding: 60px 0;
	width: 575px;
	height: 384px;
	transition: all 0.7s;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .honorImg>ul>li:first-child {
	display: block;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .honorImg>ul>li>.img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .intro .honor .slideTxtBoxHonor .bd>ul .honorImg>ul>li>.img img:hover {
	transform: scale(1.1);
}

/* leader */
.aboutUs .intro .leader {
	margin-bottom: 90px;
	height: 100%;
}

.aboutUs .intro .leader>ul>li {
	display: inline-block;
	/* float: left; */
	margin-top: 60px;
	width: 32%;
	height: 100%;
	margin-right: 2%;
}

.aboutUs .intro .leader>ul>li:nth-child(3n) {
	margin-right: 0;
}

.aboutUs .intro .leader>ul>li .img {
	overflow: hidden;
}

.aboutUs .intro .leader>ul>li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .intro .leader>ul>li .img img:hover {
	transform: scale(1.1);
}

.aboutUs .intro .leader>ul>li p {
	text-align: center;
	font-size: 16px;
	height: 48px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.aboutUs .intro .leader .clear {
	clear: both;
}

/* culture */
.aboutUs .intro .culture .box1 {
	display: flex;
	margin-bottom: 60px;
	/* margin-top: 30px; */
}

.aboutUs .intro .culture .box1 .box {
	position: relative;
	margin-right: 45px;
	width: 450px;
	height: 230px;
	box-shadow: 0 0 5px #ccc;
	transition: all 0.7s;
}

.aboutUs .intro .culture .box1 .box:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px #ccc;
}

.aboutUs .intro .culture .box1 .box:last-child {
	margin-right: initial;
}

.aboutUs .intro .culture .box1 .box .num {
	margin-right: 10px;
	float: right;
	font-size: 24px;
	color: #e5e5e5;
}

.aboutUs .intro .culture .box1 .box h3 {
	padding-top: 95px;
	padding-left: 35px;
	font-size: 24px;
	color: #005bac;
}

.aboutUs .intro .culture .box1 .box .p {
	margin-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aboutUs .intro .culture .box1 .box .icon {
	position: absolute;
	top: -45px;
	left: 18px;
}

.aboutUs .intro .culture .box1 .box .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .intro .culture .box2 {
	/* position: relative; */
	padding: 60px 0;
	background: #f8f8f8;
	z-index: -1;
}

.aboutUs .intro .culture .box2 .top {
	position: absolute;
	top: 0;
	left: 75%;
}

.aboutUs .intro .culture .box2 .top .line {
	width: 39px;
	height: 1px;
	background: #e5e5e5;
}

.aboutUs .intro .culture .box2 .top .num {
	margin: 10px 0 5px;
	font-size: 24px;
	color: #e5e5e5;
}

.aboutUs .intro .culture .box2 .top h3 {
	font-size: 24px;
	color: #005bac;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture {
	position: relative;
	z-index: 999;
	display: flex;
	flex-direction: row-reverse;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd {
	/* float: right; */
	/* margin-top: 100px; */
	/* margin-left: 40px; */
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd ul li {
	display: flex;
	padding: 20px 10px;
	width: 100%;
	transition: all 0.7s;
	cursor: pointer;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd ul li:hover {
	box-shadow: 0 0 20px #eee;
	background: #fff;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd ul li .img {
	margin: auto 0;
	padding-right: 10px;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd ul li .txts h2 {
	font-size: 24px;
	color: #005bac;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .hd ul li .txts p {
	font-size: 16px;
	color: #333;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .bd {
	width: 70%;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .bd ul .img {
	width: 100%;
	height: 100%;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .bd ul .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .intro .culture .box2 .slideTxtBoxCulture .bd ul .img img:hover {
	transform: scale(1.1);
}

.footerIntro5 {
	margin: 0;
}

/* new */
.aboutUs .new .newsNav {
	height: 60px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}

.right_select {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 5%;
}

.date1 {
	display: flex;
	align-items: center;

}

.date1 .select {
	display: block;
	border: 1px solid #999;
	border-radius: 10px;
	outline: none;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 10px;
	color: #666;
}

.date1 .select>option {
	display: block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #666;
	font-size: 14px;
}

.date1 .select_text {
	font-size: 16px;
	color: #666;
}

.aboutUs .new .newsNav .navA {
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 60px;
	border-right: 1px solid #ddd;
	font-size: 16px;
	color: #666;
}

.aboutUs .new .newsNav .navA:first-child {
	border-left: 1px solid #ddd;
}

.aboutUs .new .newsNav .navA>span {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .new .newsNav .navA-on {
	color: #005bac;
}

.aboutUs .new .newsCenter .box {
	display: flex;
	padding: 57px 0 47px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dad9d9;
}

.aboutUs .new .newsCenter .box .left {
	flex-shrink: 0;
	width: 433px;
	height: 285px;
}

.aboutUs .new .newsCenter .box .left .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aboutUs .new .newsCenter .box .left .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .new .newsCenter .box .left .img img:hover {
	transform: scale(1.1);
}

.aboutUs .new .newsCenter .box .right {
	position: relative;
	flex-grow: 1;
	padding: 23px 0 32px 70px;
	transition: all 0.7s;
}

.aboutUs .new .newsCenter .box .right:first-child {
	padding-top: 0;
}

.aboutUs .new .newsCenter .box .right>a {
	display: flex;
	transition: all 1s;
}

.aboutUs .new .newsCenter .box .right>a .lineNone {
	margin: auto 0;
	width: 0px;
	height: 2px;
	background: #005bac;
	transition: all 0.15s;
}

.aboutUs .new .newsCenter .box .right>a>p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	transition: all 0.7s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aboutUs .new .newsCenter .box .right .liInTheLi {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.aboutUs .new .newsCenter .box .right .liInTheLi>span {
	display: block;
	margin: 19px 0 15px 0;
	font-size: 16px;
	color: #999;
}

.aboutUs .new .newsCenter .box .right .liInTheLi>p {
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* comMore+ */
.aboutUs .comMorePlus {
	width: 136px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 1px;
	outline: none;
}

.aboutUs .comMorePlus a {
	display: block;
	border: 1px solid #cbcaca;
	font-size: 16px;
	color: #999;
	outline: none;
	transition: all 0.6s;
}

.aboutUs .comMorePlus a:hover {
	border: 1px solid #005bac;
	background: #005bac;
	color: #fff;
}

.aboutUs .new .newsCenter .right .newsMore {
	position: absolute;
	bottom: 30px;
}

.aboutUs .new .newsCenter .pagination {
	display: flex;
	flex-wrap: wrap;
}

.aboutUs .new .newsCenter .pagination>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;

}

.aboutUs .new .newsCenter .pagination>ul>li {
	flex-grow: 1;
	margin: 39px 5px 84px;
}

.aboutUs .new .newsCenter .pagination>ul a {
	display: block;
	padding: 0 10px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #f2f2f2;
	font-size: 16px;
	color: #666;
	margin-right: 8px;
	transition: all 0.3s;
}

.aboutUs .new .newsCenter .pagination>ul span {
	display: block;
	padding: 0 10px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #f2f2f2;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
	margin-right: 8px;
}

.aboutUs .new .newsCenter .pagination>ul>li:first-child>a {
	width: 60px;
}

.aboutUs .new .newsCenter .pagination>ul>li:last-child>a {
	width: 60px;
}

.aboutUs .new .newsCenter .pagination>ul a:hover {
	background: #005bac;
	color: #fff;
}

.aboutUs .new .newsCenter .pagination>ul span:hover {
	background: #005bac;
	color: #fff;
}

.aboutUs .new .newsCenter .pagination>ul>li .a-on {
	background: #005bac;
	color: #fff;
}

/* newDetail */
.aboutUs .newDetail .blueBox {
	width: 100%;
	height: 85px;
	background: #005bac;
}

/* 公共contentNav */
.aboutUs .contentNav {
	border-bottom: 1px solid #f4f4f4;
	height: 250px;
	padding-top: 28px;
	background: url(../images/people_detail.jpg);
	background-size: 100% 100%;
}

.aboutUs .contentNav .w1440 {

	height: 100%;

}

.aboutUs .contentNav .publicLeft {
	/* flex-grow: 1; */
	display: flex;
	margin: 30px 120px 0;

	height: 28px;
}

.aboutUs .contentNav .publicLeft .home {
	display: flex;
	transition: all 0.7s;
}

.aboutUs .contentNav .publicLeft .home .homeLogo .img01 {
	transition: all 0.5s;
}

.aboutUs .contentNav .publicLeft .home .homeLogo .img02 {
	display: none;
	transition: all 0.5s;
}

.aboutUs .contentNav .publicLeft .home .homeTxt {
	/* margin: auto 5px; */
	margin: 5px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s;
}

.detail_title {
	margin-top: 66px;
}

.detail_title .left_name h6 {
	font-size: 40px;
	line-height: 38px;
	color: #333;
	font-weight: 800;
	margin-left: 120px;
}

.detail_title .left_name p {
	margin-left: 120px;
	font-size: 16px;
	line-height: 38px;
	color: #666;
}

.detail_title .right_input a {
	display: block;
	width: 270px;
	height: 48px;
	background-color: #005bac;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	margin-right: 100px;
}

.aboutUs .contentNav .publicLeft .location a {
	margin: 0;
	font-size: 14px;
	color: #333;
	transition: all 0.3s;
}

.aboutUs .contentNav .publicLeft .location a:hover {
	color: #005bac;
}

.aboutUs .contentNav .publicLeft .location .location-on {
	color: #005bac;
}

.aboutUs .contentNav .publicLeft .location span {
	font-size: 18px;
	color: #999;
}

.aboutUs .contentNav .publicLeft .location span:last-child {
	display: none;
}

.aboutUs .contentNav .publicRight {
	/* margin: auto 0; */
	position: relative;
}

.aboutUs .contentNav .publicRight .publicAffNav {
	display: flex;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: 50%;
	margin-top: -20px;
}

.aboutUs .contentNav .publicRight .publicAffNav a {
	display: flex;
	width: 100px;
	height: 40px;
	border-radius: 3px;
	color: #333;
}

.aboutUs .contentNav .publicRight .publicAffNav .publicAffNav-on {
	background: #005bac;
	color: #fff;
}

.aboutUs .contentNav .publicRight .publicAffNav a span {
	margin: 0 auto;
	line-height: 40px;
}

.aboutUs .newDetail .detailContent .top {
	margin: -150px auto 40px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.aboutUs .newDetail .detailContent .top>h2 {
	margin-top: 50px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aboutUs .newDetail .detailContent .top .topTxt>span {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	color: #999;
}

.aboutUs .newDetail .detailContent .img {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.aboutUs .newDetail .detailContent .img>a {
	display: block;
	overflow: hidden;
	cursor: auto;
	margin: 70px auto 20px;
}

.aboutUs .newDetail .detailContent .img>a>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .newDetail .detailContent .img>span {
	text-align: center;
	font-size: 16px;
	color: #333;
}

.aboutUs .newDetail .detailContent .txts {
	margin-left: 5px;
	font-size: 16px;
	color: #666;
}

.aboutUs .newDetail .detailContent .txts>p {
	line-height: 45px;
	text-indent: 32px;
}

.aboutUs .newDetail .detailContent .txts>h2 {
	line-height: 45px;
	text-indent: 32px;
	font-size: 16px;
	color: #333;
}

.aboutUs .newDetail .detailContent .pagination {
	margin: 80px 0 100px;
	border-top: 1px solid #eee;
}

.aboutUs .newDetail .detailContent .pagination>a {
	display: flex;
	margin: 10px 0;
	font-size: 16px;
	color: #999;
	transition: all 0.3s;
}

.aboutUs .newDetail .detailContent .pagination>a:hover {
	color: #005bac;
}

.aboutUs .newDetail .detailContent .pagination>a>p {
	margin-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* HR */
.aboutUs .HR .box1 .hd ul {
	display: flex;
	margin-top: 39px;
}

.aboutUs .HR .box1 .hd ul li {
	margin-right: 30px;
}

.aboutUs .HR .box1 .hd ul li:last-child {
	margin-right: 0;
}

.aboutUs .HR .box1 .hd li {
	position: relative;
	width: 460px;
	height: 140px;
	overflow: hidden;
	cursor: pointer;
}

.aboutUs .HR .box1 .hd li .content {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .HR .box1 .hd li .content .img {
	width: 100%;
	height: 100%;
}

.aboutUs .HR .box1 .hd li .content .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .HR .box1 .hd li .content .img .imgCorr {
	display: none;
}

/* .aboutUs .HR .box1 .hd li:first-child .content .img .imgCorr {
  display: block;
} 
.aboutUs .HR .box1 .hd li:first-child .content .img .imgErr {
  display: none;
} */
.aboutUs .HR .box1 .hd li .content .txts {
	position: absolute;
	top: 0;
	left: 0;
	margin: 38px 0 0 30px;
	color: #fff;
}

.aboutUs .HR .box1 .hd li .content .txts h2 {
	font-size: 36px;
}

.aboutUs .HR .box1 .hd li .content .txts h3 {
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

.aboutUs .HR .box1 .bd>ul {
	display: flex;
	flex-direction: column;
}

.aboutUs .HR .box1 .bd>ul .title {
	display: flex;
	padding: 55px 0 19px;
	border-bottom: 1px solid #dad9d9;
}

.aboutUs .HR .box1 .bd>ul .title h3 {
	flex-grow: 1;
	font-size: 22px;
	color: #333;
}

.aboutUs .HR .box1 .bd>ul .h3 {
	display: flex;
}

.aboutUs .HR .box1 .bd>ul .h3>span,
.aboutUs .HR .box1 .bd>ul .h3>div {
	margin: auto 0;
}

.aboutUs .HR .box1 .bd>ul .h31 {
	width: 322px;
}

.aboutUs .HR .box1 .bd>ul .h32 {
	width: 477px;
}

.aboutUs .HR .box1 .bd>ul .h33 {
	width: 299px;
}

.aboutUs .HR .box1 .bd>ul .h34 {
	width: 279px;
}

.aboutUs .HR .box1 .bd>ul .h35 {
	width: 62px;
}

.aboutUs .HR .box1 .bd>ul .txt {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #dad9d9;
	transition: all 0.3s;
}

.aboutUs .HR .box1 .bd>ul .txt:hover {
	background: #f3f9ff;
	box-shadow: 0 0 2px #005bac;
}

.aboutUs .HR .box1 .bd>ul .txt .Name {
	display: flex;
}

.aboutUs .HR .box1 .bd>ul .txt .Name .lineNone {
	margin: auto 0;
	width: 0px;
	height: 3px;
	background: #005bac;
	transition: all 0.15s;
}

.aboutUs .HR .box1 .bd>ul .txt .Name>span {
	font-size: 20px;
	color: #333;
}

.aboutUs .HR .box1 .bd>ul .txt .city {
	width: 272px;
	font-size: 16px;
}

.aboutUs .HR .box1 .bd>ul .txt span {
	display: inline-block;
	font-size: 18px;
	color: #666;
}

.aboutUs .HR .box1 .bd>ul .txt .img img {
	display: block;
	width: 29px;
	height: 29px;
}

.aboutUs .HR .box1 .bd>ul .txt .img .imgBlue {
	display: none;
}

.aboutUs .HR .box1 .pagination {
	display: flex;
}

.aboutUs .HR .box1 .pagination>ul {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
}

.aboutUs .HR .box1 .pagination>ul {
	flex-grow: 1;
	margin: 19px 5px 24px;
}

.aboutUs .HR .box1 .pagination>ul a {
	display: block;

	min-width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #f2f2f2;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
	margin-right: 10px;
	padding: 0 10px;
	cursor: pointer;
}

.aboutUs .HR .box1 .pagination>ul span {
	display: block;
	display: block;
	margin-right: 10px;
	min-width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #f2f2f2;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
	padding: 0 10px;
	cursor: pointer;

}

.aboutUs .HR .box1 .pagination>ul>li:first-child>a {
	width: 60px;
}

.aboutUs .HR .box1 .pagination>ul>li:last-child>a {
	width: 60px;
}

.aboutUs .HR .box1 .pagination>ul a:hover {
	background: #005bac;
	color: #fff;
}

.aboutUs .HR .box1 .pagination>ul span:hover {
	background: #005bac;
	color: #fff;
}

.aboutUs .HR .box1 .pagination>ul .a-on {
	background: #005bac;
	color: #fff;
}

.aboutUs .HR .box2 {
	background: url(../images/index06/images/06banner_about05.jpg);
}

.aboutUs .HR .box .top {
	/* height: 1px; */
	overflow: hidden;
}

.aboutUs .HR .box .top .title {
	float: left;
	display: flex;
	margin-top: 23px;
}

.aboutUs .HR .box .top .title .line {
	margin: 8px 11px 0 0;
	width: 4px;
	height: 36px;
	border-radius: 2px;
	background: #005bac;
}

.aboutUs .HR .box .top .title h2 {
	font-size: 30px;
	color: #333;
}

.aboutUs .HR .box .top .watchMore {
	float: right;
	margin-top: 29px;
}

.aboutUs .HR .box .top .watchMore a {
	font-size: 18px;
	color: #666;
	transition: all 0.7s;
}

.aboutUs .HR .box .top .watchMore a:hover {
	color: #005bac;
}

.aboutUs .HR .box .down {
	display: flex;
	margin: 30px 0 0 0;
	padding: 0 0 24px 0;
}

.aboutUs .HR .box2 .down .content {
	margin-right: 30px;
	padding-bottom: 20px;
	width: 32%;
	height: 100%;
	border-bottom: 1px solid #dfdfdf;
	transition: all 0.7s;
}

.aboutUs .HR .box2 .down .content:last-child {
	margin-right: 0;
}

.aboutUs .HR .box2 .down .content:hover {
	border-bottom: 1px solid #005bac;
}

.aboutUs .HR .box2 .down .content .img {
	display: block;
	width: 460px;
	height: 303px;
	overflow: hidden;
}

.aboutUs .HR .box2 .down .content .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .HR .box2 .down .content .img img:hover {
	transform: scale(1.1);
}

.aboutUs .HR .box2 .down .content a {
	display: block;
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.aboutUs .HR .box2 .down .content p {
	font-size: 16px;
	color: #999;
}

.aboutUs .HR .box3 .down .content {
	margin-right: 21px;
	transition: all 0.7s;
}

.aboutUs .HR .box3 .down .content:hover {
	transform: scale(1.01);
	box-shadow: 0 0 25px #f6fbff;
}

.aboutUs .HR .box3 .down .content:last-child {
	margin-right: 0;
}

.aboutUs .HR .box3 .down .content .img {
	position: relative;
	display: block;
	background-color: #f9f9f9;
}

.aboutUs .HR .box3 .down .content .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .HR .box3 .down .content .img .imgOn {
	display: none;
}

.aboutUs .HR .box3 .down .content .img span {
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
}

/* HRDetail */
.aboutUs .HRDetail .blueBox {
	width: 100%;
	height: 85px;
	background: #005bac;
}

.aboutUs .HRDetail .txts {
	margin-bottom: 85px;
	padding-left: 120px;
}

.aboutUs .HRDetail .txts h2 {
	margin: 65px 0 44px 0;
	font-size: 35px;
	color: #333;
}

.aboutUs .HRDetail .content .location {
	padding: 35px 0 170px 120px;
	border-top: 1px solid #eaeaea;
}

.aboutUs .HRDetail p {
	line-height: 36px;
	font-size: 16px;
	color: #333;
}

/* aboutUsSubComp */
.aboutUs .subComp {
	margin: 64px auto;
}

.aboutUs .subComp ul {
	display: flex;
}

.aboutUs .subComp ul:first-child {
	margin-bottom: 32px;
}

.aboutUs .subComp ul li {
	margin-right: 32px;
	overflow: hidden;
	transition: all 0.7s;
}

.aboutUs .subComp ul li:last-child {
	margin-right: 0;
}

.aboutUs .subComp ul:last-child li:first-child {
	margin-right: 33px;
}

.aboutUs .subComp ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .subComp ul li a .img {
	width: 100%;
	height: 100%;
}

.aboutUs .subComp ul li a .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .subComp ul li a .img .superImg {
	transform: scale(1.1);
}

.aboutUs .subComp ul li a .txts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .subComp ul li a .txts:hover {
	background: rgba(0, 0, 0, 0.4);
}

.aboutUs .subComp ul li a .txts .content {
	position: absolute;
	top: 85%;
	left: 2%;
	/* padding: 280px 0 0 31px; */
	color: #fff;
	transition: all 1s;
}

.aboutUs .subComp ul li a .txts h2 {
	font-size: 22px;
}

.aboutUs .subComp ul li a .txts .line {
	margin: 18px 0 23px;
	width: 50px;
	height: 3px;
	background: #fff;
}

.aboutUs .subComp ul li a .txts p {
	line-height: 30px;
	font-size: 16px;
}

/* contact */
.aboutUs .contact {
	display: flex;
	margin: 55px auto;
}

.aboutUs .contact .left {
	margin-right: 6px;
}

.aboutUs .contact .left .txts h2 {
	margin-bottom: 20px;
	padding: 40px 50px 30px 20px;
	font-size: 20px;
	color: #005bac;
	background: #e3edf8;
}

.aboutUs .contact .left .txts>div {
	display: flex;
}

.aboutUs .contact .left .txts p {
	padding-left: 21px;
	white-space: nowrap;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.aboutUs .contact .left .txts span {
	padding-right: 15px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.aboutUs .contact .right .img {
	width: 1043px;
	height: 567px;
	overflow: hidden;
}

.aboutUs .contact .right .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .contact .right .img img:hover {
	transform: scale(1.1);
}

/* special */
.aboutUs .special>.box .title {
	display: flex;
	/* margin: 70px auto 35px; */
	padding: 70px 0 15px;
}

.aboutUs .special>.box .title>.box {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.aboutUs .special>.box .title>.box h2 {
	text-align: center;
}

.aboutUs .special>.box .title>.box .zh {
	position: relative;
	font-size: 36px;
	color: #333;
	z-index: 10;
}

.aboutUs .special>.box .title>.box .en {
	position: absolute;
	top: 25%;
	left: 38%;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #f0f0f0;
	z-index: 9;
}

.aboutUs .special>.box .title>.box .line {
	margin: 21px auto 0;
	width: 72px;
	height: 5px;
	background: #00b9ef;
}

.aboutUs .special>.box1 .content>p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.aboutUs .special>.box1 .content .span {
	margin: 36px auto 80px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.aboutUs .special>.box1 .content .span span:first-child {
	margin-right: 54px;
}

.aboutUs .special>.box2 {
	background: url(../images/index06/images/06banner_about10.jpg);
	overflow: hidden;
}

.aboutUs .special>.box2 .title>.box .en {
	left: 39%;
}

.aboutUs .special>.box2 .content {
	position: relative;
	/*display: flex;*/
	padding: 0 0 84px 0;
}

.aboutUs .special>.box2 .sideMenu {
	flex-shrink: 0;
	margin-right: 45px;
	width: 330px;
	height: 477px;
}

.aboutUs .special>.box2 .sideMenu .name {
	position: relative;
	margin-bottom: 22px;
	width: 100%;
	height: 50px;
	background: #00b9ef;
}

.aboutUs .special>.box2 .sideMenu .name h2 {
	position: relative;
	margin: auto;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}

.aboutUs .special>.box2 .sideMenu .name .tri {
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -24px;
	width: 0;
	height: 0;
	border: 24px solid;
	border-color: #00b9ef transparent transparent transparent;
	z-index: 1;
}

.aboutUs .special>.box2 .sideMenu>h3 {
	display: flex;
	padding: 12px 21px;
	background: #ddd;
	transition: all 0.7s;
	cursor: pointer;
}

.aboutUs .special>.box2 .sideMenu>.h3 {
	background: #00b9ef;
}

.aboutUs .special>.box2 .sideMenu>h3 i {
	flex-grow: 1;
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	transition: all 0.7s;
}

.aboutUs .special>.box2 .sideMenu>h3 .i {
	color: #fff;
}

.aboutUs .special>.box2 .sideMenu>h3 .img {
	width: 22px;
	height: 22px;
	overflow: hidden;
}

.aboutUs .special>.box2 .sideMenu>h3 .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .special>.box2 .sideMenu>h3 .img .imgSlideDown {
	display: none;
}

.aboutUs .special>.box2 .sideMenu>h3 .img1 .imgSlide {
	display: none;
}

.aboutUs .special>.box2 .sideMenu>h3 .img1 .imgSlideDown {
	display: block;
}

.aboutUs .special>.box2 .sideMenu>ul {
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

.aboutUs .special>.box2 .sideMenu>ul li {
	display: flex;
	/* margin: 12px 21px; */
	padding: 12px 21px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
	cursor: pointer;
}

.aboutUs .special>.box2 .sideMenu>ul li span {
	flex-grow: 1;
}

.aboutUs .special>.box2 .sideMenu>ul li .img {
	display: none;
	width: 10px;
	height: 18px;
	overflow: hidden;
}

.aboutUs .special>.box2 .sideMenu>ul li .img1 {
	display: block;
}

.aboutUs .special>.box2 .sideMenu>ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .special>.box2 .sideMenu>ul .li-on {
	background: #f2f9fc;
	color: #00b9ef;
}

.aboutUs .special>.box2 .sideMenu>.ul {
	border: 1px solid #00b9ef;
}

.aboutUs .special>.box2 .right {
	display: none;
}

.aboutUs .special>.box2 .right1 {
	display: block;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial {
	display: none;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial1 {
	display: block;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .hd ul {
	display: flex;
	height: 50px;
	background: #00b9ef;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .hd ul li {
	width: 120px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .hd ul .li-on {
	background: #0085ac;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul {
	height: 707px;
	overflow: scroll;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box1 {
	padding: 20px 0 25px;
	border-bottom: 1px solid #ededed;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box1 h2 {
	font-size: 28px;
	color: #333;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box1 p {
	font-size: 16px;
	color: #00b9ef;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box2 {
	padding: 20px 0 20px;
	border-bottom: 1px solid #ededed;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box2 h3 {
	font-size: 18px;
	color: #333;
}

.aboutUs .special>.box2 .right .slideTxtBoxSpecial .bd ul .page .box2 p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.aboutUs .special>.box3 {
	position: relative;
	background: url(../images/index06/images/06banner_about11.jpg);
}

.aboutUs .special>.box3 .title>.box .zh {
	color: #fff;
}

.aboutUs .special>.box3 .title>.box .en {
	left: 42%;
	color: rgba(255, 255, 255, 0.1);
}

.aboutUs .special>.box3 .title>.box .line {
	background: #fff;
}

.aboutUs .special>.box3 .content {
	margin-bottom: 89px;
	padding-bottom: 89px;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 {
	overflow: hidden;
	margin-right: 27px;
	width: 462px;
	/* height: 260px; */
	height: 100%;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3:last-child {
	margin-right: 0;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .imgPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .imgPlay img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .imgPlay .background {
	/* display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -37px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.7s;
	z-index: -1;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .scale {
	transform: scale(1.1);
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .superScale {
	transform: scale(15);
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .txts {
	margin-top: 20px;
	margin-bottom: 36px;
	color: #fff;
	text-align: center;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .txts h2 {
	font-size: 20px;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .txts p {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .returnPlay {
	display: flex;
	/* margin-bottom: 5px; */
	width: 135px;
	height: 35px;
	margin: 0 auto 5px;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .returnPlay a {
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	transition: all 0.7s;
}

.aboutUs .special>.box3 .swiperBox3 .slideBox3 .returnPlay a:hover {
	background: #485c9c;
}

.aboutUs .special>.box3 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	/* right: 10%; */
	right: 190px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23676c78'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}

.aboutUs .special>.box3 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	/* left: 10%; */
	left: 190px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23676c78'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}

.aboutUs .special>.box4 {
	position: relative;
	margin-bottom: 129px;
}

.aboutUs .special>.box4 .slideBox4 {
	margin-right: 22px;
}

.aboutUs .special>.box4 .title>.box .en {
	left: 41%;
}

.aboutUs .special>.box4 .img {
	width: 343px;
	height: 257px;
	overflow: hidden;
}

.aboutUs .special>.box4 .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .special>.box4 .img img:hover {
	transform: scale(1.1);
}

.aboutUs .special>.box4 .paginationBox4 {
	left: 50%;
	margin-left: -36px;
}

.aboutUs .special>.box4 .swiper-pagination-bullet {
	margin: 45px 4px 0;
	width: 10px;
	height: 11px;
	border-radius: 0;
}

.aboutUs .special>.box4 .swiper-pagination-bullet-active {
	background: #00b9ef;
}

.aboutUs .special>.box5 {
	position: relative;
	background: url(../images/index06/images/06banner_about12.jpg);
}

.aboutUs .special>.box5 .title>.box .en {
	left: 40%;
}

.aboutUs .special>.box5 .picFocus {
	display: flex;
	margin-bottom: 94px;
}

.aboutUs .special>.box5 .picFocus .bd ul li a {
	position: relative;
	display: block;
	width: 942px;
	height: 543px;
	overflow: hidden;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .imgPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .imgPlay img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .imgPlay .background {
	/* display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -37px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.7s;
	z-index: -1;
}

.aboutUs .special>.box5 .picFocus .bd ul li a .scale {
	transform: scale(1.1);
}

.aboutUs .special>.box5 .picFocus .bd ul li a .superScale {
	transform: scale(19);
}

.aboutUs .special>.box5 .picFocus .hd ul {
	margin-left: 34px;
}

.aboutUs .special>.box5 .picFocus .hd ul li {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 219px;
	height: 126px;
	border: 4px solid transparent;
	overflow: hidden;
	transition: all 0.7s;
}

.aboutUs .special>.box5 .picFocus .hd ul .li-on {
	border: 4px solid #00b9ef;
}

.aboutUs .special>.box5 .picFocus .hd ul li:nth-child(odd) {
	margin-right: 10px;
}

.aboutUs .special>.box5 .picFocus .hd ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.aboutUs .special>.box6 {
	position: relative;
	background: url(../images/index06/images/06banner_about13.jpg);
}

.aboutUs .special>.box6 .title>.box .zh {
	color: #fff;
}

.aboutUs .special>.box6 .title>.box .en {
	/* display: none; */
	left: 38%;
	color: rgba(255, 255, 255, 0.1);
}

.aboutUs .special>.box6 .title>.box .line {
	background: #fff;
}

.aboutUs .special>.box6 .content {
	display: flex;
	/* margin-bottom: 78px; */
	overflow: hidden;
}

.aboutUs .special>.box6 .content .left {
	background: #f5f6f6;
}

.aboutUs .special>.box6 .content .left .img {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.aboutUs .special>.box6 .content .left .img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: all 1s;
}

.aboutUs .special>.box6 .content .left .img img:hover {
	transform: scale(1.1);
}

.aboutUs .special>.box6 .content .left .txts {
	margin: 20px 15px 15px 15px;
}

.aboutUs .special>.box6 .content .left .txts>a {
	display: block;
}

.aboutUs .special>.box6 .content .left .txts>a:hover {
	color: #1356ad;
}

.aboutUs .special>.box6 .content .left .txts>a h4 {
	font-size: 20px;
	color: #333;
}

.aboutUs .special>.box6 .content .left .txts>a h4:hover {
	color: #1356ad;
}

.aboutUs .special>.box6 .content .left .txts p {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.aboutUs .special>.box6 .content .right {
	flex-grow: 1;
	padding-left: 33px;
}

.aboutUs .special>.box6 .content .right .imgs {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutUs .special>.box6 .content .right .imgs>div>div:first-child {
	position: relative;
	width: 391px;
	height: 220px;
	overflow: hidden;
}

.aboutUs .special>.box6 .content .right .imgs>div>div img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.aboutUs .special>.box6 .content .right .imgs>div>div img:hover {
	transform: scale(1.2);
}

.aboutUs .special>.box6 .content .right .imgs>div>div .layer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 115px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #00b9ef;
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
}

.aboutUs .special>.box6 .content .right .imgs>div {
	width: 49% !important;
}

.aboutUs .special>.box6 .content .right .imgs .box1 {
	margin-right: 34px;
}

.aboutUs .special>.box6 .content .right .imgs>div>a {
	display: block;
	margin: 10px 0;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
	/* width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
}

.aboutUs .special>.box6 .content .right .imgs>div>a:hover {
	color: #1356ad;
}

.aboutUs .special>.box6 .content .right .imgs>div>span {
	font-size: 16px;
	color: #fff;
}

.aboutUs .special>.box6 .content .right .txts .box {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutUs .special>.box6 .content .right .txts .box>a {
	flex-grow: 1;
	display: flex;
	padding: 18px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s;
}

.aboutUs .special>.box6 .content .right .txts .box>a span {
	flex-grow: 1;
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aboutUs .special>.box6 .content .right .txts .box>a .span-on {
	color: #1356ad;
}

.aboutUs .special>.box6 .content .right .txts .box>a .time {
	font-size: 16px;
	font-weight: bolder;
	color: #93979a;
	transition: all 0.5s;
}

.aboutUs .special>.box6 .content .right .txts .box>a .time-on {
	color: #1356ad;
}

.aboutUs .special>.box6 .content .right .txts .box .more {
	display: block;
	font-size: 16px;
	color: #bba8ae;
	text-align: center;
	transition: all 0.5s;
}

.aboutUs .special>.box6 .content .right .txts .box .more:hover {
	color: #fff;
}

.aboutUs .special>.box7 .content .box .head {
	display: flex;
	height: 60px;
	background: #f4f4f4;
}

.aboutUs .special>.box7 .content .box .head .content {
	margin: auto;
	display: flex;
}

.aboutUs .special>.box7 .content p {
	margin-bottom: 10px;
}

.aboutUs .special>.box7 .content div {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.aboutUs .special>.box7 .content div span {
	display: block;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 10px;
}

.aboutUs .special>.box7 .content .box .head .line {
	margin: auto;
	width: 320px;
	height: 1px;
	background: #80a7cf;
}

.aboutUs .special>.box7 .content .box .head .point {
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2469b1;
}

.aboutUs .special>.box7 .content .box .head h2 {
	margin: 0 12px;
	font-size: 20px;
	color: #2469b1;
}

.aboutUs .special>.box7 .content .box .body {
	margin: 22px 53px 28px;
}

.aboutUs .special>.box7 .content .box .body a {
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 22px;
	padding: 20px 66px;
	width: 180px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border: 1px solid #eaeaea;
}

.aboutUs .special>.box7 .content .box .body a:nth-child(4n) {
	margin-right: 0;
}

.aboutUs .special>.box7 .content .box .body2 a {
	display: inline-block;
	margin: 44px 0 127px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
}