@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: #f6f6f6;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #287BD0;
}

.top_header {
	background: url("ysqgk_banner.jpg") no-repeat center 0px;
	height: 482px;
	margin-bottom: 30px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}

.top_side a {
	display: block;
	float: right;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}

.hint_list {
	width: 1200px;
	margin: 30px auto;
	background-color: #fff;
	padding: 20px;
}

.hint_title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #fd4057;
}

.hint_info {
	padding-top: 10px;
}

.hint_info p {
	text-indent: 2em;
	font-size: 18px;
	line-height: 40px;
}

.big_list ul > li {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 40px;
}

.big_list.consultation ul > li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
}

.big_list ul > li:nth-child(3n) {
    margin-right: 0;
}
.big_list.consultation ul > li:nth-child(2n) {
    margin-right: 0;
}

.big_list ul > li a {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #494949;
    padding: 70px 10px 30px;
    transition: all .4s;
}
.big_list ul > li a:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
}
.big_list ul > li a i {
    font-size: 80px;
    padding: 30px;
    color: #fff;
    background-color: #5aa4fe;
    border-radius: 50%;
}
.big_list ul > li a p {
    margin-top: 40px;
}

.title_list {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.tc {
	position: fixed;
	top: 150px;
	width: 100%;
	height: 500px;
	z-index: 99;
}

.tc>div {
	background-color: #fff;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
}

.fh {
	width: 100%;
	height: 21px;
}

.fh a {
	display: block;
	float: right;
	cursor: pointer;
	color: #085d98;
}

.tc_main {
	margin-top: 20px;
	padding: 0 30px;
}

.tc_main h3 {
	display: block;
	margin: 20px 0;
	color: #085d98;
	font-size: 24px;
	text-align: center;
}

.tc_main p {
	line-height: 40px;
	font-size: 18px;
	height: 350px;
	overflow: auto;
	text-indent: 2em;
}

.bg {
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	min-height: 935%;
	position: absolute;
	top: 0%;
	z-index: 98;
}

/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.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;
}