﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
blockquote,
textarea,
p,
th,
td,
table {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

body,
input,
select,
button,
textarea {
	font-size: 12px;
	font-family: '微软雅黑', Arial, Verdana;
	color: #333;
}
/*统一不同浏览器字体大小*/
table {
	border-collapse: collapse;
}
button {
	cursor: pointer;
}
fieldset {
	border: 0;
}
img {
	vertical-align: top;
	border: 0 none;
}
/*图片去边框并居中*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	text-align: left;
}
/*Sevnup add------文本左对齐*/
i,
cite,
em {
	font-style: normal;
	font-weight: normal;
}
span,
div,
li {
	letter-spacing: 1px;
}
abbr,
acronym {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
	outline: none;
	blur: expression(this.onFocus=this.blur());
	color: #333;
	cursor: pointer;
}
body {
	font-size: 12px;
	font-family: '微软雅黑', Arial, Verdana;
	background: #fff;
}
/*???????*/
q:before,
q:after {
	content: '';
}
/*<q></q>标签之间的文字两头加上引号(")*/
/* IE Opera去掉点击链接时的虚线外框 */
area {
	blr: expression(this.onFocus=this.blur());
}
/* 图片热点去掉点击链接时的虚线外框 */
a:focus {
	-moz-outline-style: none;
	blr: expression(this.onFocus=this.blur()); /* FF去掉点击链接时的虚线外框 */
}
html {
	overflow: -moz-scrollbars-vertical;
}
/*在FF浏览器下始终显示滚动条 到达不太浏览器效果一致*/
.clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

clearfix:after {
}
.clearfix {
	zoom: 1;
}
.m_t10 {
	margin-top: 10px;
}
.w_auto {
	width: 1080px;
	margin: 0px auto;
}

@keyframes slideright {
	0% {
		transform: translateX(-120%);
	}
	100% {
		transform: translateX(0px);
	}
}

#top {
	background: #fff;
}
#top .top_box {
	display: flex;
}
#top .top_box .logo {
	flex: 1;
	padding: 10px;
}
#top .top_box .logo a {
	width: 201px;
	height: 34px;
	display: block;
	background-image: url('../img/logo.png');
	background-size: 201px 34px;
}
#top .top_box .sousuo {
	width: 200px;
	height: 32px;
	margin-top: 15px;
	border: solid 1px #ddd;
	border-radius: 16px;
	position: relative;
	display: inline-block;
}
#top .top_box .sousuo::after {
	content: '';
	position: absolute;
	right: -18px;
	top: 5px;
	width: 1px;
	height: 25px;
	background-color: #ccc;
}
#top .top_box .sousuo input {
	margin-left: 20px;
	width: 150px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #555;
	outline: none;
	border: none;
}
#top .top_box .sousuo .btn-search {
	background-image: url('../img/top_sousuo.png');
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 8px;
	width: 27px;
	height: 27px;
	top: 3px;
}
#top .out-link {
	display: flex;
	margin-top: 24px;
	margin-left: 30px;
}
#top .out-link .link {
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 12px;
}
#top .out-link .icon-mbg {
	background-image: url('../img/icon-mbg.png');
}
#top .out-link .icon-jd {
	background-image: url('../img/icon-jd.png');
}
#top .out-link .icon-tm {
	background-image: url('../img/icon-tm.png');
}

#top_nav {
	background: #e5e5e5;
	height: 70px;
	position: relative;
	z-index: 9999;
}
#nav {
	margin: auto;
}
#nav ul {
	display: flex;
	width: 1000px;
}
#nav .nav_li {
	margin: 0 5px;
}
#nav .nav_a {
	display: block;
	width: 120px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #444;
	position: relative;
	z-index: 10;
}
#nav .nav_a:hover,
#nav .nav_a.hover {
	color: #fff;
}
#nav .nav_a:hover::before,
#nav .nav_a.hover::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #b4b7b9;
	z-index: -1;
}

.top_nav_z {
	height: 39px;
	background: url('../img/nav_z.png');
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
}
.top_nav_z a {
	display: inline-block;
	background: url('../img/arrows/thid-gray-r.png') left center no-repeat;
	padding: 0 5px 0 10px;
	margin-right: 10px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #666;
}
.top_nav_z a:hover {
	color: #2881eb;
	background: url('../img/arrows/home_arrow1.png') left center no-repeat;
}
.top_nav_z ._a {
	margin-left: 100px;
}
.top_nav_z ._b {
	margin-left: 140px;
}
.top_nav_z ._c {
	margin-left: 360px;
}
.top_nav_z ._d {
	margin-left: 580px;
}
.top_nav_z ._e {
	text-align: right;
}
.top_nav_z ._f {
	text-align: right;
}

#foot_1 {
	background: #ededed;
	padding-top: 25px;	
    padding-bottom: 20px;
}
#foot_1 ul li {
	float: left;
	margin-top: 20px;
}
#foot_1 ul li h1 {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#foot_1 ul li.foot_1_li {
	border-right: 1px solid #ccc;
}
#foot_1 ul li div.foot_1_div a {
	display: block;
	padding: 0 8px 10px 8px;
	text-align: center;
	font-size: 12px;
	color: #444;
    margin: 0 16px;
}
#foot_1 .ewm {
	width: 267px;
	float: right;
	background: url('../img/ewm.png') center no-repeat;
	height: 164px;
}
#foot {
	padding: 15px 0 0 0;
	background: #fff;
}
#foot .link {
	height: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
}
#foot .link span {
	font-weight: bold;
}
#foot .link a {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #666666;
	margin-top: 8px;
	margin: 8px 5px 0;
}
#foot .foot_cp {
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
#foot .foot_cp a {
	color: #fff;
}

#page {
	text-align: center;
	height: 50px;
	margin: 10px 0 20px 0;
}
#page a,
#page span {
	padding: 8px 15px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	margin: 3px;
	border-radius: 5px;
}
#page a:hover,
#page .RepeaterNumberList_Now {
	background: #2881eb;
	transition: all 0.5s ease 0s;
	border: 1px solid #2881eb;
	color: #fff;
}

#znbg .c_top_nav {
	height: 235px;
}
#znbg .c_top_nav_title {
	display: block;
	width: 200px;
	float: left;
	margin: 30px 25px;
}
#znbg .c_top_nav_title:hover .c_top_nav_img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-o-transform: rotate(360deg); /* Opera */
	-moz-transform: rotate(360deg); /* Firefox */
}
#znbg .c_top_nav_img {
	display: block;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.5s ease 0s; /* Safari 和 Chrome */
	-o-transition: -o-transform 0.5s ease 0s; /* Opera */
}
#znbg .c_top_nav_name {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
#znbg .znbg_1 {
	background: url('../img/yuantu.png') 120px 0;
}
#znbg .znbg_2 {
	background: url('../img/yuantu.png') 120px -120px;
}
#znbg .znbg_3 {
	background: url('../img/yuantu.png') 120px -240px;
}
#znbg .znbg_4 {
	background: url('../img/yuantu.png') 120px -600px;
}
#znbg .znbg_5 {
	background: url('../img/yuantu.png') 120px -961px;
}
#znbg .znbg_6 {
	background: url('../img/yuantu.png') 120px -721px;
}
#znbg .znbg_7 {
	background: url('../img/yuantu.png') 120px -1795px;
}
#znbg .hover .znbg_1,
#znbg .c_top_nav_title:hover .znbg_1 {
	background: url('../img/yuantu.png') 0px 0px;
}
#znbg .hover .znbg_2,
#znbg .c_top_nav_title:hover .znbg_2 {
	background: url('../img/yuantu.png') 0px -120px;
}
#znbg .hover .znbg_3,
#znbg .c_top_nav_title:hover .znbg_3 {
	background: url('../img/yuantu.png') 0px -240px;
}
#znbg .hover .znbg_4,
#znbg .c_top_nav_title:hover .znbg_4 {
	background: url('../img/yuantu.png') 0px -600px;
}
#znbg .hover .znbg_5,
#znbg .c_top_nav_title:hover .znbg_5 {
	background: url('../img/yuantu.png') 0px -961px;
}
#znbg .hover .znbg_6,
#znbg .c_top_nav_title:hover .znbg_6 {
	background: url('../img/yuantu.png') 0px -721px;
}
#znbg .hover .znbg_7,
#znbg .c_top_nav_title:hover .znbg_7 {
	background: url('../img/yuantu.png') 0px -1795px;
}
.xjt {
	height: 11px;
	display: block;
	background: url('../img/jiantou_x.png') center bottom no-repeat;
	margin-top: 15px;
	display: none;
}
.hover .xjt {
	height: 11px;
	display: block;
	background: url('../img/jiantou_x.png') center bottom no-repeat;
	margin-top: 15px;
	display: block;
}

.c {
	background: #ccc;
}
.left {
	width: 20%;
	height: 200px;
	text-align: right;
	float: left;
}
.left h1 {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	margin-right: 17px;
	display: inline-block;
	border-bottom: 1px solid #aaa;
}
.left ul {
	margin-right: 17px;
}
.left ul li {
	height: 40px;
	line-height: 40px;
}
.left ul li a {
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.left ul li a:hover {
	background: url('../img/arrows/thid-gray-l.png') right center no-repeat;
}
.left ul li.hover a {
	background: url('../img/arrows/thid-gray-l.png') right center no-repeat;
}
.right {
	float: right;
	width: 80%;
	background-color: #fff;
	height: auto !important;
	min-height: 450px;
	margin-top: 2px;
	overflow: hidden;
}
.right .c_c {
	width: 900px;
	padding: 20px 0 0 40px;
	text-align: justify;
	animation: 1s ease 0.25s normal both 1 running slideright;
	-moz-animation: 1s ease 0.25s normal both 1 running slideright; /* Firefox */
	-webkit-animation: 1s ease 0.25s normal both 1 running slideright; /* Safari 和 Chrome */
	-o-animation: 1s ease 0.25s normal both 1 running slideright; /* Opera */
}

.left_h {
	width: 100%;
}
.left_h h1 {
	font-size: 24px;
	color: #333;
	padding: 20px 10px 15px;
	margin: 0 20px;
	border-bottom: 1px solid #aaa;
}
.left_h ul {
	margin-left: 35px;
}
.left_h ul li {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 20px;
}
.left_h ul li a {
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.left_h ul li a:hover {
	background: url('../img/arrows/thid-gray-l.png') right center no-repeat;
}
.left_h ul li.hover a {
	background: url('../img/arrows/thid-gray-l.png') right center no-repeat;
}
.right_h {
	width: 100%;
	height: auto !important;
	min-height: 450px;
	background-color: #fff;
	overflow: hidden;
}
.right_h .c_c {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 40px;
	animation: 1s ease 0.25s normal both 1 running slideright;
	-moz-animation: 1s ease 0.25s normal both 1 running slideright; /* Firefox */
	-webkit-animation: 1s ease 0.25s normal both 1 running slideright; /* Safari 和 Chrome */
	-o-animation: 1s ease 0.25s normal both 1 running slideright; /* Opera */
}
#c_left ul li {
	position: relative;
}
.jt {
	width: 14px;
	height: 40px;
	background: url('../img/l_jt.png') center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: -31px;
	display: none;
}
.left ul li.hover .jt {
	display: block;
}
.r_h {
	overflow: hidden;
}
.content {
	border-top: 1px solid #ccc;
	width: 960px;
	padding: 20px;
	animation: 1s ease 0.25s normal both 1 running slideright;
	-moz-animation: 1s ease 0.25s normal both 1 running slideright; /* Firefox */
	-webkit-animation: 1s ease 0.25s normal both 1 running slideright; /* Safari 和 Chrome */
	-o-animation: 1s ease 0.25s normal both 1 running slideright; /* Opera */
}

#yzs .c_top_nav {
	height: 235px;
}
#yzs .c_top_nav_title {
	display: block;
	width: 180px;
	float: left;
	margin: 30px 35px;
}
#yzs .c_top_nav_title:hover .c_top_nav_img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-o-transform: rotate(360deg); /* Opera */
	-moz-transform: rotate(360deg); /* Firefox */
}
#yzs .c_top_nav_img {
	display: block;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.5s ease 0s; /* Safari 和 Chrome */
	-o-transition: -o-transform 0.5s ease 0s; /* Opera */
}
#yzs .c_top_nav_name {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
#yzs .yzs_1 {
	background: url('../img/yuantu.png') 120px -960px;
}
#yzs .yzs_2 {
	background: url('../img/yuantu.png') 120px -1080px;
}
#yzs .yzs_3 {
	background: url('../img/yuantu.png') 120px -1200px;
}
#yzs .yzs_4 {
	background: url('../img/yuantu.png') 120px -360px;
}
#yzs .yzs_5 {
	background: url('../img/yuantu.png') 120px -720px;
}
#yzs .c_top_nav_title:hover .yzs_1 {
	background: url('../img/yuantu.png') 0px -960px;
}
#yzs .c_top_nav_title:hover .yzs_2 {
	background: url('../img/yuantu.png') 0px -1080px;
}
#yzs .c_top_nav_title:hover .yzs_3 {
	background: url('../img/yuantu.png') 0px -1200px;
}
#yzs .hover .yzs_1 {
	background: url('../img/yuantu.png') 0px -960px;
}
#yzs .hover .yzs_2 {
	background: url('../img/yuantu.png') 0px -1080px;
}
#yzs .hover .yzs_3 {
	background: url('../img/yuantu.png') 0px -1200px;
}
#yzs .hover .yzs_4 {
	background: url('../img/yuantu.png') 0px -360px;
}
#yzs .hover .yzs_5 {
	background: url('../img/yuantu.png') 0px -720px;
}
.banner {
	position: relative;
	overflow: hidden;
}
.banner a {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
}

.swiper-container{
	min-width: 1000px;
}
.swiper-container img{
	min-width: 1000px;
}

#c_right .news {
	padding-top: 0;
}
.news h2 {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	border-bottom: 1px dashed #999;
}
.news h3 {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	text-align: center;
}
.news .news_d_date {
	text-align: center;
	display: block;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
.news_list li img {
	width: 200px;
	height: 100px;
	border: 5px solid #cccccc;
	float: left;
}
.news_list li {
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
.news_list li span {
	display: block;
	float: right;
	width: 660px;
}
.news_list li .list_title {
	font-size: 16px;
	color: #333;
}
.news_list li .list_title em {
	float: right;
	font-size: 12px;
	padding-right: 10px;
}
.list_d {
	line-height: 25px;
	margin-top: 10px;
	color: #666;
	height: 50px;
}
.list_more {
	text-align: right;
	color: #2881eb;
	margin-top: 5px;
	padding-right: 10px;
}

#c_right .fzlc {
	padding-top: 0;
}
.fzlc h2 {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	border-bottom: 1px dashed #999;
}
.time {
	margin-top: 20px;
	position: relative;
	padding-left: 50px;
}
.time_c {
	width: 860px;
	height: 95px;
	background: url('../img/time_bg.png') repeat-x 0px 64px;
}
.time_c li {
	float: left;
	margin: 0 34px;
	background: url('../img/time_y.png') center 57px no-repeat;
	height: 95px;
	width: 39px;
	cursor: pointer;
	position: relative;
}
.time_c_s {
	display: block;
	height: 41px;
	width: 39px;
	background: url('../img/time_h.png');
	text-align: center;
	color: #fff;
	padding-top: 12px;
	display: none;
}
.time_c_x {
	display: block;
	text-align: center;
	color: #2881eb;
	position: absolute;
	bottom: 0;
	width: 39px;
}
.time_c li:hover .time_c_s {
	display: block;
}
.time_c li:hover .time_c_x {
	display: none;
}
.time_c li.hover .time_c_s {
	display: block;
}
.time_c li.hover .time_c_x {
	display: none;
}
.prev,
.next {
	display: block;
	width: 50px;
	height: 50px;
}
.prev {
	background: url('../img/fzlc_l.png');
	left: 0;
	position: absolute;
	top: 39px;
}
.next {
	background: url('../img/fzlc_r.png');
	right: 0;
	position: absolute;
	top: 39px;
}

.dsj_nr {
	display: none;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 40px;
}

.ryzz li {
	width: 298px;
	float: left;
	margin: 9px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 5px;
	display: table;
	text-align: center;
}
.ryzz li:hover {
	border: 1px solid #ccc;
	box-shadow: -3px 0px 3px #ccc, 3px 0px 3px #ccc, 0px -3px 3px #ccc, 0px 3px 3px #ccc;
}
.ryzz li span {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.ryzz li img {
	width: 298px;
	height: 250px;
}

.test {
	width: 560px;
	height: 400px;
	background-color: blue;
	padding: 10px 8px 6px;
	border: 2px solid #c0c0c0;
	margin-bottom: 10px;
	border-radius: 10px;
	behavior: url(ie-css3.htc);
}
.join tr {
	cursor: pointer;
}
.join th {
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.join td {
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.tr_s {
	background: #f0f0f0;
}

.join_tk {
	padding: 10px;
	height: 530px;
}

.lx {
	padding-bottom: 20px;
}
.ly {
	width: 470px;
	background: url('../img/ly.png') left top no-repeat;
	float: left;
}
#s_c_l {
	margin-top: 40px;
}
.input,
.input1 {
	width: 210px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 5px;
}
.input1 {
	margin-left: 10px;
}
#s_c_l li span {
	color: #101010;
	display: block;
	float: left;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	width: 210px;
}
#s_c_l li .input_t1 {
	margin-left: 25px;
}
#TextArea1 {
	width: 444px;
	height: 152px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
#Submit1 {
	width: 90px;
	height: 40px;
	background-color: #267eea;
	color: #fff;
	border: 0px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}

.dt {
	margin-left: 20px;
	width: 470px;
	background: url('../img/ly.png') -525px top no-repeat;
	float: left;
}
.dt_img {
	margin-top: 40px;
}

#ywy .c_top_nav {
	height: 235px;
}
#ywy .c_top_nav_title {
	display: block;
	width: 200px;
	float: left;
	margin: 30px 25px;
}
#ywy .c_top_nav_title:hover .c_top_nav_img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-o-transform: rotate(360deg); /* Opera */
	-moz-transform: rotate(360deg); /* Firefox */
}
#ywy .c_top_nav_img {
	display: block;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	transition: transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.5s ease 0s; /* Safari 和 Chrome */
	-o-transition: -o-transform 0.5s ease 0s; /* Opera */
}
#ywy .c_top_nav_name {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
#ywy .znbg_1 {
	background: url('../img/yuantu.png') 120px -480px;
}
#ywy .znbg_2 {
	background: url('../img/yuantu.png') 120px -600px;
}
#ywy .znbg_3 {
	background: url('../img/yuantu.png') 120px -720px;
}
#ywy .znbg_4 {
	background: url('../img/yuantu.png') 120px -960px;
}
#ywy .c_top_nav_title:hover .znbg_1 {
	background: url('../img/yuantu.png') 0px -480px;
}
#ywy .c_top_nav_title:hover .znbg_2 {
	background: url('../img/yuantu.png') 0px -600px;
}
#ywy .c_top_nav_title:hover .znbg_3 {
	background: url('../img/yuantu.png') 0px -720px;
}
#ywy .c_top_nav_title:hover .znbg_4 {
	background: url('../img/yuantu.png') 0px -960px;
}
#ywy .hover .znbg_1 {
	background: url('../img/yuantu.png') 0px -480px;
}
#ywy .hover .znbg_2 {
	background: url('../img/yuantu.png') 0px -600px;
}
#ywy .hover .znbg_3 {
	background: url('../img/yuantu.png') 0px -720px;
}
#ywy .hover .znbg_4 {
	background: url('../img/yuantu.png') 0px -960px;
}

#c_right .case {
	padding-top: 0;
}
.case h2,
.case_title {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	border-bottom: 1px dashed #999;
}
.case h3 {
	font-size: 24px;
	color: #333;
	padding: 20px 5px 15px;
	text-align: center;
}
.case .news_d_date {
	text-align: center;
	display: block;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
.case_list li img {
	width: 320px;
	height: 240px;
	float: left;
}
.case_list li {
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
.case_list li span {
	display: block;
	float: right;
	width: 630px;
}
.case_list li .list_title {
	font-size: 16px;
	color: #333;
}
.case_list li .list_title em {
	float: right;
	font-size: 12px;
	padding-right: 10px;
}
.case_list li span.list_d {
	height: 180px;
}

.case_t {
	float: right;
}
.case_t a {
	display: block;
	float: left;
	margin: 15px 10px 0;
	font-size: 18px;
	width: 110px;
	height: 34px;
	text-align: center;
	line-height: 35px;
	background: url('../img/case.png');
}
.case_t a:hover,
.case_t a.hover {
	background: url('../img/case_h.png');
}

.case_it {
	float: right;
}
.case_it a {
	display: block;
	float: left;
	margin: 15px 10px 0;
	font-size: 18px;
	width: 85px;
	height: 34px;
	text-align: center;
	line-height: 35px;
	background: url('../img/case.png');
}
.case_it a:hover,
.case_it a.hover {
	background: url('../img/case_h.png');
}

#banner {
	width: 100%;
	height: 550px;
}

.sy_1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sy_1_left {
	width: 1080px;
	float: left;
	margin-top: 15px;
}
.sy_1_left .title {
	position: relative;
	width: 1078px;
	border: 1px solid #f0f0f0;
	height: 16px;
}
.title_c {
	position: absolute;
	top: -17px;
	width: 100%;
}
.title_c a,
.title_c span {
	background: #fff;
	color: #2881eb;
	padding: 5px;
	font-size: 16px;
	margin: 0 10px;
	line-height: 20px;
}
.title_c a {
	float: right;
	font-size: 15px;
}
.title_c span {
	float: left;
}
.sy_news {
	margin-top: 20px;
}
.sy_news_img {
	width: 229px;
	height: 112px;
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
}
.sy_news_img img {
	width: 229px;
	height: 112px;
}
.sy_news a {
	float: right;
}
.sy_news a span {
	display: block;
	width: 740px;
}
.sy_news_title {
	font-size: 16px;
	color: #2881eb;
}
.sy_news_date {
	margin-top: 5px;
	font-size: 14px;
	color: #999;
}
.sy_news_d {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	background: url('../img/arrows/home_arrow1.png') left 3px no-repeat;
	line-height: 180%;
	padding-left: 10px;
}
.sy_news_d em {
	color: #2881eb;
}

.sy_1_left_bottom {
	width: 100%;
	margin-top: 22px;
}
.sy_news_list_title {
	height: 33px;
}
.sy_news_list_title span {
	cursor: pointer;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 540px;
	border: 1px solid #c7cbce;
	float: left;
	text-align: center;
	background: #2881eb;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: background 0.5s ease 0s; /* Safari 和 Chrome */
	-o-transition: background 0.5s ease 0s; /* Opera */
}
.sy_news_list {
	width: 1078px;
	display: block;
	color: #666;
	height: 165px;
	border-left: 1px solid #c7cbce;
	border-right: 1px solid #c7cbce;
	border-bottom: 1px solid #c7cbce;
}
.sy_news_list li {
	height: 165px;
}
.sy_news_list a {
	width: 1058px;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 1px 0 0 0;
	background: url('../img/sy_news.png') 5px center no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
}
.sy_news_list a:hover {
	color: #2881eb;
}
.sy_news_list a em {
	float: right;
	margin-right: 15px;
}
.sy_news_list_title .on {
	background-color: #fff;
	color: #666;
	border-top: 2px solid #2881eb;
	border-left: 1px solid #c7cbce;
	border-right: 1px solid #c7cbce;
	border-bottom: 0;
}
.sy_1_right {
	float: right;
	display: block;
}
.sy_2 .title {
	position: relative;
	width: 100%;
	border: 1px solid #f0f0f0;
	height: 16px;
}

.case_img {
	position: relative;
	height: 230px;
}
.case_img img {
	width: 350px;
	height: 230px;
	cursor: pointer;
	position: absolute;
}
.case_img li {
	width: 350px;
	height: 230px;
	float: left;
	margin: 0 6px;
	position: relative;
	overflow: hidden;
}
.case_img .prev,
.case_img .next {
	width: 49px;
	position: absolute;
	height: 230px;
	display: block;
	z-index: 99;
}
.case_img .prev {
	background: url('../img/sy_case1.png') right center no-repeat;
	top: 0;
	left: 0;
}
.case_img .next {
	background: url('../img/sy_case2.png') left center no-repeat;
	top: 0;
	right: 0;
}
.sy_case_h {
	width: 100%;
	height: 100%;
	background: url('../img/sy_case_h.png') center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}

.sy_3 {
	margin-top: 20px;
	margin-bottom: 60px;
}
.sy_3 .title {
	color: #2881eb;
	font-size: 16px;
	padding-left: 15px;
}
.sy_3_img {
	margin-top: 10px;
}
.sy_3_img img {
	width: 123px;
	height: 55px;
}
.sy_3_img li {
	width: 123px;
	height: 55px;
	float: left;
	border: 1px solid #eee;
	margin: 0 5px;
}
