html {
	font-size: 62.5%;
}

body {
	width: 100%;
	background-color: #ffffff;
}

ul, dl, form, li, dd, dt, tr, td, h1, h2, h4, h3, h5, p, input, header, nav, figure, iframe, table {
	margin: 0;
	padding: 0;
}

ul, ol, dl, li, dd, dt {
	list-style: none;
}

/* ---- */
a {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #000000;
}

a:focus {
	outline: none;
	text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #ffffff inset;
	-webkit-text-fill-color: #383838;
}

input, textarea, select {
	font-family: "microsoft yahei";
}

p {
	color: #000000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.oh {
	margin: 0 auto;
	overflow: hidden;
}

.text-oh {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bd-flex {
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.bd-flex.center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bd-flex.baseline{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline ;
	align-items: baseline ;
}

.bd-flex.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.bd-flex2 {
	flex-wrap: wrap;
}

.display {
	display: none;
}

/* font-size */
.fs-14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs-15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.fs-16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs-18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fs-20 {
	font-size: 20px;
	font-size: 2rem;
}

.fs-24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.fs-32 {
	font-size: 32px;
	font-size: 3.2rem;
}

/* browser */
.ct-browser {
	width: 100%;
	overflow: hidden;
	padding: 10px 2% 0;
	background-color: #04b8cf;
	color: #ffffff;
	display: none;
}

.ct-browser p {
	font-size: 14px;
	font-size: 1.4rem;
}

.ct-browser p img, .ct-bs-ul li img {
	margin: -1px 0 2px;
	vertical-align: middle;
}

.ct-browser-ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #a2d2d8;
}

.ct-browser-ul li {
	padding-right: 40px;
	float: left;
}

.ct-browser-ul li a {
	color: #ffffff;
}

.btn-browser-close {
	cursor: pointer;
	float: right;
	margin: 6px 10px 0 0;
}

/* header */
.header {
	width: 100%;
	height: 80px;
	background-color: #000000;
}

.hd-sub {
	width: 1240px;
	height: 100%;
}

.hd-sub-logo {
	width: 184px;
	float: left;
	padding: 28px 0;
	line-height: 24px;
}

.hd-sub-logo img {
	width: 184px;
}

.hd-sub-ul {
	width: 1000px;
	width: calc(100% - 200px);
	height: 100%;
	float: right;
	text-align: right;
}

.hd-sub-ul li {
	padding: 28px 25px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #666666;
	display: inline-block;
	float: none;
	margin: 0;
}

.hd-sub-ul li:focus {
	outline: none;
}

.hd-sub-ul li.active {
	padding: 28px 25px 26px;
	line-height: 22px;
	background-color: #0d0d0d;
	color: #e65990;
	border-bottom: 2px solid #e65990;
}

.hd-sub-ul li a {
	border: none;
	padding: 0;
}

.hd-sub-ul li a:focus {
	background-color: transparent;
	outline: none;
}

.hd-sub-ul li a:link {
	color: #666666;
	text-decoration: none;
}

.hd-sub-ul li a:visited {
	color: #666666;
}

.hd-sub-ul li a:hover {
	color: #e65990;
	background-color: transparent;
}

.hd-sub-ul li a:active {
	color: #e65990;
}

.hd-sub-ul li.active a {
	background-color: #0d0d0d;
	color: #e65990;
}

.hd-sub-ul li.active a:focus {
	background-color: transparent;
	outline: none;
	border: none;
}

.hd-sub-ul li.action a:link {
	color: #ffffff;
}

.hd-sub-ul li.action a:visited {
	color: #ffffff;
}

.hd-sub-ul > li.active > a:hover {
	background-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
}

.hd-sub-ul li.action a:active {
	color: #ffffff;
}

/* footer */
.ft, .ft-copyright {
	width: 100%;
	background-color: #000000;
	padding: 50px 0 0;
}

.ft-copyright {
	text-align: center;
	padding: 15px 0;
	line-height: 30px;
	color: #666666;
	border-top: 1px solid #1A1A1A;
	margin-top: 50px;
	font-size: 1.4rem;
}

.ft-sub {
	width: 1240px;
	min-height: 138px;
	margin: 0 auto;
}

.ft-sub .logo {
	width: 117px;
	height: 39px;
	float: left;
	margin-right: 80px;
}

.ft-sub dl {
	width: 80px;
	float: left;
	margin-right: 60px;
}

.ft-sub dl dt, .ft-sub .ul-1 h4 {
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}

.ft-sub dl dd {
	color: #666666;
	line-height: 24px;
}

.ft-sub dl dd a {
	color: #666666;
}

.ft-sub dl dd a:hover {
	color: #ffffff;
	text-decoration: none;
}

.ft-sub .ul-1 {
	width: 380px;
	float: left;
}

.ft-sub .ul-1 h4 {
	text-align: left;
}

.ft-sub .ul-1 li {
	width: 120px;
	float: left;
	margin: 10px 5px 5px 0;
}

.ft-sub .ul-1 li img {
	width: 100%;
	vertical-align: middle;
	margin: -1px 0 2px;
}

.ft-sub .ul-2 {
	width: 230px;
	padding: 0 15px;
	float: right;
}

.ft-sub .ul-2 .tel {
	font-size: 30px;
	font-size: 3rem;
	color: #ffffff;
	background-image: -webkit-linear-gradient(left, #cbcdd6, #666a80);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ft-sub .ul-2 li {
	padding-right: 10px;
	float: right;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.ft-sub .ul-2 li .or-code {
	width: 125px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 46px;
	left: -40px;
	display: none;
}

.ft-sub .ul-2 li:hover .or-code {
	display: block;
}

.ft-sub .ul-2 li .or-code .tl1 {
	width: 14px;
	height: 8px;
	margin: 0 auto;
	background: url(../images/triangle1.png) no-repeat;
}

.ft-sub .ul-2 li .or-code .tl2 {
	width: 14px;
	height: 8px;
	margin: 0 auto;
	background: url(../images/triangle2.png) no-repeat;
}

.ft-sub .ul-2 li .or-code .ct-or {
	width: 125px;
	height: 125px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
}

.ft-sub .ul-2 li .or-code .ct-or img {
	display: block;
}

/* btn */
.btn-details {
	width: 260px;
	height: 50px;
	border-radius: 30px;
	border: none;
	text-shadow: none;
	color: #ffffff;
	margin: 10% 0 30px;
	position: relative;
	outline: none;
}

.icon-arrow {
	width: 16px;
	height: 12px;
	background: url(../images/icon-arrow.png) no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	left: 200px;
	-ms-transition: left .4s linear;
	-webkit-transition: left .4s linear;
	-o-transition: left .4s linear;
	transition: left .4s linear;
}

.btn-details:hover .icon-arrow {
	left: 220px;
}

/* gradient */
.bg-gradient {
	background-image: -webkit-linear-gradient(to right, #b485f8, #fc4978);
	background-image: -o-linear-gradient(to right, #b485f8, #fc4978);
	background-image: -moz-linear-gradient(to right, #b485f8, #fc4978);
	background-image: linear-gradient(to right, #b485f8, #fc4978);
	background-color: #fc4978;
}

.pager {
	width: 360px;
	margin: 60px auto 100px;
}

.pager > li.active > a, .pager > li.active > a:hover {
	background-color: #000000;
	border-color: #000000;
}

.pager > li.disabled > a {
	color: #333333;
}

.pager > li > a:focus, .pager > li > a:hover {
	color: #000000;
}

/* ----------------------- media ------------------------- */
@media screen and (max-width: 1440px) {
	.hd-sub {
		width: 1140px;
	}

	.ft, .ft-copyright {
		padding: 30px 0 0;
	}

	.ft-copyright {
		padding: 10px 0;
		line-height: 24px;
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.ft-sub {
		width: 1140px;
		min-height: 138px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1280px) {
	.hd-sub {
		width: 1140px;
	}

	.ft, .ft-copyright {
		padding: 30px 0 0;
	}

	.ft-copyright {
		padding: 10px 0;
		line-height: 20px;
		margin-top: 10px;
		font-size: 1.2rem;
	}

	.ft-sub {
		width: 1140px;
		min-height: 138px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.hd-sub {
		width: 1000px;
	}

	.fs-15 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.ft, .ft-copyright {
		padding: 30px 0 0;
	}

	.ft-copyright {
		padding: 10px 0;
		line-height: 20px;
		margin-top: 30px;
		font-size: 1.2rem;
	}

	.ft-sub {
		width: 1000px;
		min-height: 138px;
		margin: 0 auto;
	}

	.ft-sub .logo {
		margin-right: 30px;
	}

	.ft-sub dl {
		margin-right: 30px;
	}

	.ft-sub .ul-2 {
		padding: 0 10px;
	}
}















