/** about css codes **/
.sec-about-1{
	background-color: #fff;
}
.in-about-head-zh{
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	line-height: 1.2;
	height: auto;
	overflow: hidden;
}
.in-about-head-zh.bai{
	color: #fff;
}
.in-about-head-zh span{
	display: inline-block;
	position: relative;
}
.in-about-head-zh span::before,
.in-about-head-zh span::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #091f58;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -65px;
}
.in-about-head-zh.bai span::before,
.in-about-head-zh.bai span::after{
	background-color: #fff;
}
.in-about-head-zh span::after{
	left: auto;
	right: -65px;
}
.in-about-head-en{
	text-align: center;
	color: #091f58;
	font-size: 14px;
	line-height: 1.2;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.in-about-head-en.bai{
	color: #fff;
}
.in-about-head-en span{
	display: inline-block;
	position: relative;
}
.in-about-pic{
	height: auto;
	overflow: hidden;
}
.in-about-pic img{
	width: 100%;
	height: auto;
}
.in-about-content-wrap{
	height: auto;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 20px;
}
.in-about-webname{
	color: #091f58;
	font-size: 18px;
	height: auto;
	overflow: hidden;
}
.in-about-info{
	color: #414140;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	line-height: 2.25;
	margin-bottom: 20px;
}
.in-about-icons{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
}
.in-about-icons .ico{
	height: auto;
	overflow: hidden;
}
.in-about-icons .ico i{
	color: #091f58;
	font-size: 40px;
	line-height: 44px;
}
.in-about-icons .title{
	color: #2a2a2a;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.in-about-icons .intro{
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.75;
}
.in-about-row{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.in-about-org{
	height: auto;
	overflow: hidden;
}
.in-about-org img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.sec-about-2{
	padding: 0;
	background-color: #091f58;
}
.in-about-wh{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.in-about-wh .item{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	background-color: #091f58;
}
.in-about-wh .item .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-about-wh .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-wh-rt{
	padding-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.in-wh-box{
	height: auto;
	overflow: hidden;
}
.in-about-wh-head-zh{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	height: auto;
	overflow: hidden;
}
.in-about-wh-head-zh span{
	display: inline-block;
}
.in-about-wh-head-en{
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.in-about-wh-list{
	height: auto;
	overflow: hidden;
}
.in-about-wh-list ul li{
	color: #fff;
	height: auto;
	min-height: 68px;
	overflow: hidden;
	padding-left: 100px;
	margin: 25px 0;
	position: relative;
}
.in-about-wh-list ul li .title{
	font-size: 16px;
}
.in-about-wh-list ul li .intro{
	font-size: 14px;
	margin-top: 5px;
}
.in-about-wh-list ul li::before{
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
	line-height: 58px;
	color: #273a6c;
	font-size: 30px;
	font-family: 'iconfont';
}
.in-about-wh-list ul li::after{
	content: '';
	width: 68px;
	height: 68px;
	border-radius: 100%;
	border: 5px solid rgba(255,255,255,.2);
	position: absolute;
	left: 0;
	top: 0;
}
.in-about-wh-list ul li.ico-tb1::before{
	content: '\e75a';
}
.in-about-wh-list ul li.ico-tb2::before{
	content: '\e759';
}
.in-about-wh-list ul li.ico-tb3::before{
	content: '\e75c';
}
.in-about-wh-list ul li.ico-tb4::before{
	content: '\e75b';
}

.sec-about-3{
	background-image: url(../images/about/about-4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.sec-about-4{
	background-color: #fff;
}

.in-about-fc-item{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}
.in-about-fc-item a{
	display: block;
}
.in-about-fc-item .pic{
	height: auto;
	overflow: hidden;
}
.in-about-fc-item .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.in-about-fc-item .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(23,43,97,.5);
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.in-about-fc-item .cover .title{
	font-size: 16px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.in-about-fc-item:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.in-about-fc-item:hover .cover{
	opacity: 1;
	visibility: visible;
}

.sec-about-5{
	background-image: url(../images/about/about-5.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.sec-about-6{
	background-color: #fff;
}
.slick-about-slick{
	height: auto;
	overflow: hidden;
}
.slick-about-slick .item{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 15px;
}
.slick-about-slick .item a{
	display: block;
	position: relative;
}
.slick-about-slick .item .image{
	height: auto;
	overflow: hidden;
}
.slick-honor .item .image{
	border: 1px solid #f0f0f0;
	padding: 10px;
	background-color: #fff;
}
.slick-about-slick .item .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.slick-about-slick .item .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.slick-about-slick .item .cover .title{
	font-size: 16px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.slick-about-slick .item:hover .image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.slick-about-slick .item:hover .cover{
	opacity: 1;
	visibility: visible;
}
.slick-business-arrows,
.slick-honor-arrows{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.slick-business-arrows a,
.slick-honor-arrows a{
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #003366;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #003366;
	font-size: 24px;
	margin: 0 5px;
}
.slick-business-arrows a:hover,
.slick-honor-arrows a:hover{
	color: #fff;
	background-color: #003366;
}

.sec-about-7{
	background-image: url(../images/about/about-6.jpg);
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: cover;
}


@media (min-width: 768px) {
	.in-about-head-zh{
		font-size: 24px;
	}
	.in-about-head-en{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.in-about-webname{
		font-size: 20px;
	}
	.in-about-icons .title{
		font-size: 16px;
	}
	.in-about-wh-head-zh{
		font-size: 24px;
	}
	.in-about-wh-head-en{
		font-size: 16px;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.in-about-head-zh{
		font-size: 30px;
	}
	.in-about-webname{
		font-size: 24px;
	}
	.in-about-info{
		margin-top: 15px;
		margin-bottom: 0;
	}
	.in-about-icons .title{
		font-size: 18px;
	}
	.in-about-icons .intro{
		font-size: 16px;
	}
	.in-about-wh-head-zh{
		font-size: 30px;
	}
	.in-about-wh .item{
		width: 50%;
	}
	.in-about-wh-list ul li .title{
		font-size: 20px;
	}
	.in-about-wh-list ul li .intro{
		font-size: 16px;
	}
	.in-about-pic{
		height: 420px;
	}
	.in-about-pic img{
		height: 100%;
		object-fit: cover;
	}
	.in-about-content-wrap{
		margin-bottom: 0;
		height: 420px;
	}
}
@media (min-width: 1200px) {
	.in-about-webname{
		font-size: 26px;
	}
	.in-about-info{
		font-size: 15px;
		margin-top: 20px;
	}
}

@media (min-width: 1460px) {
	.in-about-info{
		font-size: 16px;
		margin-top: 25px;
	}
}

/** scrollbar **/
.myScrollbar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(9,31,88,.8);
}