@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("zzzq_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;
}

.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: 42px;
    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;
}

.work_list li {
    float: left;
    width: 32%;
    background: rgba(90,164,254,.2);
    height: 120px;
    line-height: 120px;
    border-radius: 20px;
    padding: 0 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    transition: all .4s;
}

.work_list li:nth-child(3n) {
    margin-right: 0;
}

.work_list li: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;
}

.work_list li p {
    display: inline-block;
    line-height: normal;
    color: #5aa4fe;
    font-weight: bold;
    width: 220px;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.work_list li i {
    font-size: 50px;
    color: #5aa4fe;
}

.work_list li a.bjbl {
    float: right;
    width: 70px;
    height: 34px;
    line-height: 34px;
    border-radius: 65px;
    text-align: center;
    background: #5aa4fe;
    font-size: 18px;
    color: #ffffff;
    margin-top: 48px;
}

.item_box ul>li {
	float: left;
	width: 28%;
	height: 226px;
	background: rgba(90,164,254,.2);
	border-radius: 20px;
}
.item_box ul>li:not(:last-child) {
	margin-right: 8%;
}
.item_box ul>li .item_list {
	margin: 10px;
}
.item_list .item_img {
	text-align: center;
	margin-top: 15px;
}
.item_list .item_img img {
	width: 160px;
	height: 160px;
	border-radius: 5px;
	vertical-align: middle;
}
.item_box ul>li .item_txt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #5aa4fe;
}

/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.title {
	height: 32px;
	margin-bottom: 10px;
	border-bottom: 2px solid #287BD0;
}

.title h1 {
	float: left;
	line-height: 32px;
	color: #fff;
	background: #287BD0;
	font-size: 18px;
	padding: 0 10px;
}

.more {
	float: right;
	font-size: 12px;
	color: #A6A6A6;
	display: inline-block;
	line-height: 32px;
}

.ly-list {
	height: 200px;
	overflow: hidden;
}

.ly-list li {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	position: relative;
}

.ly-list li a {
	display: inline-block;
	max-width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ly-time {
	float: right;
	color: #B5B5B5;
}
