.list-product {
	padding: 6% 0;
	overflow: hidden;
	padding-bottom:1%;
}

.list-product li {
	float: left;
	width: 32%;
	padding: 0 1.3%;
	margin-bottom: 3%;
}

.list-product .img {
	/* padding-top: 66%; */
}

.list-product .txt {
	text-align: center;
	font-size: 20px;
	padding: 4%;
	border-bottom: 3px solid #efefef;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.list-product a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	display: block;
}

.list-product a:hover {
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.list-product a:hover .txt {
	border-color: #0d386b;
	color: #0d386b;
}

.ban-intro {
	padding-top: 36%;
}

.intro-row1 .img {
	float: left;
	width: 48%;
	/* padding-top: 31%; */
}

.intro-row1 .txt {
	padding-left: 8%;
	overflow: hidden;
}

.intro-bd .con {
	font-size: 18px;
	line-height: 1.8;
	color: #464646;
}

.intro-bd .con p {
	margin-bottom: 1em;
}

.t5 {
	font-size: 28px;
	color: #323232;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.t6 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom:9px;
}

.intro-meta {
	clear: both;
	padding-top: 6%;
	overflow: hidden;
	text-align: center;
	text-align: justify;
	line-height: 1;
	font-size: 0;
}

.intro-meta:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.intro-meta li {
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	padding: 0 2%;
}

.intro-meta li:last-child:after {
	display: none;
}

.intro-meta li:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 1px;
	background-color: #e5e6e6;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro-meta li .num {
	font-weight: bold;
	color: #0d386b;
	font-size: 65px;
	margin-bottom: 0.4em;
}

.intro-meta li p {
	font-size: 24px;
}

.intro-row2 .video-intro {
	float: right;
	width: 48%;
}

.intro-row2 .txt {
	float: left;
	width: 46%;
}

.swiper-wrapper .img {
	width: 100%;
	height: 100%;
}

.swiper {
	position: relative;
	margin: 0 -60px;
}

.swiper-box {
	position: relative;
}

.certi-card {
	padding: 40px 60px;
	background-color: #fff;
	border: 1px solid #dcdddc;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 30px 0;
}

.certi-card .img {
	padding-top: 70%;
	-webkit-background-size: contain;
	background-size: contain;
}

.certi-card h4 {
	font-size: 28px;
	margin-top: 0.8em;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.5;
}

.certi-card h6 {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 20px;
}

.swiper h4 {
	font-weight: bold;
	color: #0d386b;
}

.swiper h6 {
	font-weight: bold;
	text-align: center;
	display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.swiper .swiper-slide-active .certi-card {
	-webkit-box-shadow: 0 0 30px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 6px rgba(0,0,0,0.1);
}

.swiper-arrow svg {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.swiper-arrow svg path {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.swipper-nav {
	text-align: right;
}

.swiper-arrow {
	position: relative;
	width: 45px;
	height: 45px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ababab;
	margin-left: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.swiper-arrow:hover {
	border-color: #0d386b;
}

.swiper-arrow:hover .icon path {
	fill: #0d386b;
}

.history-hd-bg {
	padding: 5% 0;
	background-color: #f7f7f7;
}

.history-hd {
	position: relative;
	padding-left: 150px;
	padding-right: 150px;
}

.history-hd .item {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
}

.history-hd h3 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #adadad;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.history-hd .dot {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	bottom: 20px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 10;
	background-color: #dbdddc;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.history-hd .dot:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.history-hd .slick-track {
	z-index: 10;
}

.history-hd .slick-list:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background-color: #dbdddc;
	height: 1px;
	bottom: 20px;
	z-index: 0;
}

.history-hd .swiper-arrow {
	position: absolute;
	font-size: 0;
	cursor: pointer;
	margin-left: 0;
	z-index: 50;
	bottom: -10px;
}

.history-hd .swiper-prev {
	left: 40px;
}

.history-hd .swiper-next {
	right: 40px;
}

.history-hd .slick-current h3 {
	color: #0d386b;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}

.history-hd .slick-current .dot {
	width: 28px;
	height: 28px;
	background-color: #0d386b;
}

.history-hd .slick-current .dot:after {
	top: -6px;
	bottom: -6px;
	right: -6px;
	border: 1px solid #0d386b;
	left: -6px;
}

.history-bd {
	margin-top: 50px;
}

.history-bd h2 {
	font-size: 170px;
	font-weight: bold;
	color: #e9e9e9;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.history-bd .con p {
	margin-bottom: 0;
	font-size: 28px;
}

.history-bd .img {
	width: 57%;
	padding-top: 5%;
	float: right;
	margin-right: -2px;
}


.history-bd .img p{
	font-size:23px;
}


.history-bd .txt {
	overflow: hidden;
	padding-right: 4%;
}

.list-solo {
	overflow: hidden;
	margin: 0 -1.5%;
}

.list-solo li {
	float: left;
	padding: 1.5%;
	width: 50%;
}

.list-solo li .img {
	padding-top: 100%;
	position: relative;
}

.list-solo li .img:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(38%, rgba(13,56,107,0.54)), color-stop(71%, #0d386b), to(#0d386b));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,56,107,0.54) 38%, #0d386b 71%, #0d386b 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,56,107,0.54) 38%, #0d386b 71%, #0d386b 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(13,56,107,0.54) 38%, #0d386b 71%, #0d386b 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
}

.list-solo li .txt {
	color: #fff;
	z-index: 10;
	display: table-cell;
	overflow: hidden;
	vertical-align: bottom;
}

.list-solo li h3 {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	margin-top: 0.6em;
}

.list-solo li h4 {
	color: #fff;
	font-size: 28px;
	margin: 0.4em 0 0.4em 0;
}

.list-solo li h5 {
	font-weight: bold;
	font-size: 18px;
	margin: 0.8em 0 0.2em 0;
}

.list-solo li h5:first-child {
	margin-top: 0;
}

.list-solo li .pad {
	position: absolute;
	right: 6%;
	bottom: 6%;
	left: 6%;
	top: 6%;
	z-index: 10;
	overflow: auto;
}

.list-solo li .outer {
	width: 100%;
	height: 100%;
	display: table;
}

.list-solo li .bar {
	overflow: hidden;
}

.list-solo li .con {
	font-size: 18px;
	line-height: 1.8;
	height: 0;
	overflow: hidden;
}

.list-solo .pad {
	scrollbar-color: #8f54a0 #fff;
}

.list-solo .pad::-webkit-scrollbar {
	width: 10px;
}

.list-solo .pad::-webkit-scrollbar-track {
	background: none;
}

.list-solo .pad::-webkit-scrollbar-thumb {
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.qr-solo {
	text-align: center;
	padding: 4% 0;
	margin-top: 1.5%;
}

.qr-solo img {
	max-width: 150px;
}

.qr-solo .con {
	margin-top: 0.6em;
	font-size: 22px;
	font-weight: bold;
}

.friend-link select {
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	background-image: url("data:image/svg+xml,%3Csvg t='1624357357620' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1053' width='200' height='200'%3E%3Cpath d='M512.528026 680.228981L911.514089 281.232684c11.085476-11.095709 29.093619-11.095709 40.154536 0 11.101849 11.084453 11.101849 29.075199 0 40.164769l-414.204674 414.207743c-1.246387 2.228761-0.946558 4.970198-2.84172101 6.871501-6.073322 6.073322-14.159488 8.504698-22.09113399 7.932669-7.936763 0.572028-16.022928-1.859347-22.083971-7.932669-1.905396-1.90028-1.603521-4.646833-2.855024-6.883781L73.373101 321.398476c-11.076266-11.090593-11.076266-29.080316 0-40.164768 11.106965-11.09570901 29.075199-11.095709 40.178071 0l398.976854 398.995273z' fill='%23fff' p-id='1054'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	-webkit-background-size: 14% 14%;
	background-size: 14%;
}

.friend-link select option {
	color: #000;
}

.fd-l {
	width: 80%;
}

.fd-r {
	width: 20%;
}

.m-solo-con {
	display: none;
	padding: 10px 6%;
	border: 1px solid #e5e5e5;
}
