.logoPng {
	cursor: pointer;
	width: 170px;
	position: relative;
	top: 19px;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background-color: #eee;
}

.header {
	position: fixed;
	top: 0;
	height: 100px;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: white;
}

.headerContent {
	width: 1200px;
	margin: auto;
	line-height: 100px;
	height: 100px;
}

.headerRight {
	float: right;
	width: auto;
}

.headerRight a {
	width: 100px;
	height: 99px;
	color: #999;
	text-align: center;
	float: left;
	cursor: pointer;
}

.headerRight a {
	color: #999;
	text-decoration: none;
}

.headerRight a:hover {
	color: #33b7cf !important;
	border-bottom: 3px solid #33b7cf;
}

.indexBgimg {
	background: url(../img/indexbg.png) center center;
	height: auto;
	width: 100%;
	position: relative;
}

.content {
	margin-top: 15px;
	width: 100%;
	height: auto;
}

.userXy {
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin-top: 100px;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 25px;
}

.dongtaiPage {
	min-height: 860px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.Xyactive {
	border-bottom: 3px solid #33b7cf;
	color: #333 !important;
}

.selectList {
	height: 50px;
	line-height: 50px;
	margin: auto;
	width: 1200px;
	text-align: center;
}

.selectList ul {
	float: right;
}

.selectList ul li {
	width: 100px;
	color: #999;
	float: left;
}

.selectList ul li:hover {
	color: #33b7cf;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #33b7cf;
}

.xieyiContent {
	width: 1000px;
	margin: auto;
	/* margin-bottom: 260px; */
	text-align: left;
}

.xieyiContent h2 {
	font-size: 35px;
	color: #333;
}

.xieyiContent p {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

.dongtaiCtn {
	width: 100%; 
	margin-top: 110px;
	border-bottom: 2px solid #d3d7d8;
}

.shuoming {
	padding-top: 125px;
	display: none;
}

.shuoming div h2 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	padding-bottom: 15px;
	margin-top: 30px;
}

.shuoming div p {
	font-size: 14px;
	text-indent: 25px;
	color: #333;
	line-height: 25px;
} 
.yanchu  li {
		width: 31% !important;
		height: 230px !important;
	}
	.yanchu  li:nth-child(2n+3){
		margin-right: 1% !important;
	}
.yanchuselectList {
	height: 50px;
	line-height: 50px;
	margin: auto;
	width: 1200px;
	text-align: center;
}

.yanchuselectList ul {
	float: right;
}

.yanchuselectList ul li {
	width: 100px;
	float: left;
	color: #999;
}

.yanchuselectList ul li:hover {
	color: #33b7cf;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #33b7cf;
}

.yanchuCtn {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.yanchuLink {
	display: none;
}

.show {
	display: block;
}

.yanchuLink ul {
	height: auto;
	/*overflow: hidden;*/
	width: 100%;
}

.yanchuLink ul li {
	/* width: 30%; */
	width: 18%;
	margin-top: 30px;
	float: left;
	margin-right: 2%;
}

/* .yanchuLink ul li:nth-child(3) {
	margin-right: 0%;
} */

/* .yanchuLink ul li:nth-child(6) {
	margin-right: 0%;
} */

.yanchuLink ul li p {
	color: #666;
	font-size: 14px;
	padding-top: 5px;
}

.yanchuLink ul li img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	/* border-radius: 8px; */
}

.yanchuCtnDetails {
	width: 1250px;
	height: auto;
	min-height: 650px;
	margin: 50px auto;
	text-align: center;
}

.phoneMy {
	height: auto;
	overflow: hidden;
	width: 800px;
	margin: auto;
	padding-top: 180px;
	position: relative;
}

.phoneMyCtn {
	height: 90px;
	margin-bottom: 70px;
}

.phoneMyCtn div {
	float: left;
	width: 33%;
	margin-top: 60px;
	display: block;
}

.phoneMyCtn h3 {
	font-size: 21px;
	color: #333;
	font-weight: 400;
}

.phoneMyCtn p {
	font-size: 16px;
	color: #333;
	margin-top: 25px;
}

.phoneleft {
	float: left;
}

.phoneRight {
	float: right;
}

.phoneMyBottom {
	width: auto;
	margin: auto;
	padding-top: 20px;
	text-align: left;
}

.phoneMyBottom h5 {
	font-size: 21px;
	color: #666;
	font-weight: 300;
}

.phoneMyBottom p {
	font-size: 14px;
	color: #666;
	line-height: 15px;
	margin-top: 20px;
}

.color333 {
	color: #666;
}

@media only screen and (min-width:320px) and (max-width:750px) {
	.yanchuCtnDetails {
		width: 994px !important;
	}

	.headerContent {
		width: 1000px !important;
	}

	.selectList {
		width: 1000px !important;
	}

	.yanchuselectList {
		width: 1000px !important;
	}

	.content {
		width: 1250px !important;
	}
}

.userXy a {
	color: #999;
	text-decoration: none;
	font-size: 16px;
}

.userXy p {
	font-size: 16px;
}

.userXy img {
	position: relative;
	top: 5px;
}

#indexBgimg2 p a {
	cursor: pointer;
}

.mt20 {
	margin-top: 20px;
}

.xieyiTile p {
	margin-top: 5px !important;
}

.mt160 {
	margin-top: 160px;
}

.color999 {
	color: #999 !important;
}

.xieyiHead h1 {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
	font-weight: 400;
}

.fz30 {
	font-size: 21px !important;
}

.fz20 {
	font-size: 14px !important;
}

.fz24 {
	font-size: 24px !important;
}

.mt125 {
	margin-top: 125px !important;
}

@media only screen (min-width: 900px) and (max-width: 1400px) {
	#indexBgimg2 {
		height: 712px !important;
		background-size: 117%;
	}  
	#yanchuCtnDetails {
		background-color: red;
		min-height: 450px !important;
	}
}
@media only screen (min-width: 1500px) {
	#indexBgimg2 {
		height: 880px;
	}
}

/*app*/
.bgWhite {
	background-color: #fff;
}

.bgEEE {
	background-color: #eee;
}

.downLoadBanner {
	height: 345px;
	background: url(../img/downloadBanner.png) center center;
	background-size: 100%;
}

.title {
	text-align: center;
}

.title img {
	width: 190px;
	margin-top: 45px;
}

.downBtn {
	text-align: center;
	padding-bottom: 20px;
}

.downBtn div {
	border: 1px solid #d4f4f2;
	width: 156px;
	padding: 2px;
	margin: 35px auto;
	border-radius: 80px;
}

.downBtn button {
	padding: 16px 50px;
	border-radius: 80px;
	outline: none;
	background-color: #33b7ce;
	border: 0;
	color: #fff;
	font-size: 14px;
}

.downList {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 40px;
}

.downList p {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
}

.videoContent {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
}
.video{
	position: absolute;
	width: 800px;
	height: 400px;
	display: grid;
	top: 30%;
	left: 50%;
	margin-left: -400px;
	background-color:#333333;
}
.video video {
	width: 800px;
	height: 356px;
}
.video button {
	width: 100%;
	font-size: 14px;
	height: 40px;
	position: absolute;
	bottom: 0;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: #ccc;
}