body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #e4effd;
	color: #333;
	font-size: 16px;
}

.w1200 {
	width: 1200px;
	margin: auto;
	padding-top: 10px;
	position: relative;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.ysqgk-banner {
	height: 400px;
	background: url("ysqgk-banner.jpg") center no-repeat;
}

.ysqgk-main {
	width: 1200px;
	margin: auto;
	padding: 40px 0;
}

.ysqgk-tip {
	background: #fff;
	padding: 35px 50px;
}

.ysqgk-tip-title {
	color: #ef4349;
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}

.ysqgk-tip p {
	line-height: 2;
	text-indent: 2em;
	font-size: 20px;
}

.ysqgk-title {
	height: 35px;
	margin: 40px 0;
}

.ysqgk-title1 {
	background: url("ysqgk-title1.png") center no-repeat;
}

.ysqgk-title2 {
	background: url("ysqgk-title2.png") center no-repeat;
}

.ysqgk-title3 {
	background: url("ysqgk-title3.png") center no-repeat;
}

.ysqgk-row {
	height: 375px !important;
	background: #fff;
	padding: 0 50px;
}

.ysqgk-col {
	display: inline-block;
	width: 33.33%;
	float: left;
	padding: 0 80px;
	text-align: center;
	color: #333;
}

.ysqgk-col img {
	margin-top: 75px;
	transition: all 0.2s ease;
}

.ysqgk-col:hover img {
	transform: scale(1.1);
}

.ysqgk-col p {
	margin-top: 25px;
	font-size: 26px;
	font-weight: bold;
}

.ly-pop {
	display: none;
}

.ly-cover {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 99999999;
}

.ly-pop-container {
	width: 1200px;
	position: fixed;
	left: 50%;
	top: 150px;
	margin-left: -600px;
	background: #fff;
	z-index: 99999999;
}

.ly-pop-head {
	padding: 15px;
	text-align: right;
}

.ly-pop-head a {
	font-size: 24px;
}

.ly-pop-title {
	text-align: center;
	color: #085d98;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ly-pop-main {
	text-align: center;
	margin-bottom: 40px;
	height: 450px;
	overflow: auto;
}

.ly-pop-main video + video {
	margin-top: 20px;
}