﻿@import url("color.css");
@import url("font-awesome.css");
* {
	padding:0px;
	margin:0px;
}
body {
	font-size:14px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
ul {
	list-style:none;
}
hr {
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
}
.yuanjiao5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.yuanjiao {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius:100%;
}
.clear {
	width:100%;
	clear:both;
}
.pd {
	display:block;
	overflow:hidden;
	padding:15px;
	background:#fff;
}
.pages {
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
.pages li {
	list-style-type:none;
	display:inline;
}
.pages a {
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current {
	font-weight:700;
}
.shangxiapian {
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li {
	line-height:30px;
}
.search {
	width:175px;
	height:30px;
	overflow:hidden;
	margin-top:10px;
	float:right;
	position:relative;
}
.search .key_text {
	height:28px;
	float:left;
	width:160px;
	overflow:hidden;
	text-indent:10px;
	line-height:28px;
	outline:none;
	font-size:12px;
	background:none;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.search .search_btn {
	float:right;
	cursor:pointer;
	position:absolute;
	right:0;
	top:1px;
	z-index:5;
}
.main {
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content {
	line-height:25px;
}
.content img {
	max-width:100%;
	height:auto;
}
.lan {
	overflow:hidden;
	width:auto;
	float:right;
}
.lan span a {
	padding-left:30px;
	text-transform:uppercase;
	font-size:12px;
}
.cn {
	background:url(img/en.png) left center no-repeat;
	float:right;
	line-height:25px;
}
.sp {
	background:url(img/sp_fang.png) left center no-repeat;
	float:right;
	line-height:25px;
}
.en {
	background:url(img/cn.png) left center no-repeat;
	line-height:25px;
	float:left;
	margin-right:15px;
}
#top_zone {
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:25px;
	background:#61A7DA;
	line-height:25px;
	color:#fff;
	font-size:12px;
}
#top_zone a {
	color:#fff;
}
#top_zone a:hover {
	color:#fff;
	transition:0.5s;
}
#top_l {
	width:auto;
	float:left;
}
#top_l a {
	margin-right:10px;
}
#top_r {
	width:auto;
	float:right;
	overflow:hidden;
}
#top_r i {
	font-size:18px;
	margin-right:5px;
}
#header_zone {
	width:100%;
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
	height:95px;
	min-width:1200px;
	background:url(img/header_zone.png);
}
.header_zone {
	width:100%;
	min-width:1200px;
	background:#f5f5f5;
}
.header {
	width:1200px;
	margin:0px auto;
	height:100px;
}
.logo {
	float:left;
	margin-top:20px;
}
#header_r {
	width:auto;
	float:right;
	margin-top:10px;
}
#header_shang {
	width:auto;
	float:right;
}
#header_follow {
	width:auto;
	float:right;
	overflow:hidden;
}
#header_follow a {
	margin-left:8px;
}
#header_follow i {
	width:25px;
	height:25px;
	background:#fff;
	font-size:16px;
	text-align:center;
	line-height:25px;
}
#header_follow a:hover i {
	background:#DE182F;
	color:#fff;
	transition:0.6s;
}
#top_tel_01 {
	margin-top:10px;
	padding-left:50px;
	background:url(img/top_tel.png) left 7px no-repeat;
}
#top_tel_01 span {
	display:block;
}
#top_tel_01 strong {
	font-size:26px;
	font-weight:normal;
	display:block;
	font-family:Arial;
	color:#ff0000;
}
#nav_zone {
	width:100%;
	min-width:1200px;
	height:47px;
	background:url(img/nav_zone.jpg) repeat-x;
}
.nav {
	width:auto;
	float:left;
	margin-top:45px;
	margin-left:45px;
}
.nav .nLi {
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	height:52px;
}
.nav .nLi:last-child {
}
.nav .nLi h3 {
	display:block;
}
.nav .nLi h3 a {
	display:block;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
}
.nav .nLi h3 .line {
	display:block;
	width:0px;
	height:4px;
	margin:15px auto;
}
.nav .nLi:hover h3 .line, .nav .on h3 .line {
	width:80%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:52px;
	position:absolute;
	background:#f0f0f0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
	z-index:9999999;
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
	box-shadow:0px 2px 5px #999;
}
.nav .sub li {
	zoom:1;
}
.nav .sub a {
	display:block;
	padding:10px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	text-align:center;
}
 .nav .nLi:nth-child(1) {
 -webkit-animation-delay: 0.1s;
 animation-delay: 0.1s;
}
.nav .nLi:nth-child(2) {
 -webkit-animation-delay: 0.2s;
 animation-delay: 0.2s;
}
.nav .nLi:nth-child(3) {
 -webkit-animation-delay: 0.3s;
 animation-delay: 0.3s;
}
.nav .nLi:nth-child(4) {
 -webkit-animation-delay: 0.4s;
 animation-delay: 0.4s;
}
.nav .nLi:nth-child(5) {
 -webkit-animation-delay: 0.5s;
 animation-delay: 0.5s;
}
.nav .nLi:nth-child(6) {
 -webkit-animation-delay: 0.6s;
 animation-delay: 0.6s;
}
.nav .nLi:nth-child(7) {
 -webkit-animation-delay: 0.7s;
 animation-delay: 0.7s;
}
.nav .nLi:nth-child(8) {
 -webkit-animation-delay: 0.8s;
 animation-delay: 0.8s;
}
.nav .nLi:nth-child(9) {
 -webkit-animation-delay: 0.9s;
 animation-delay: 0.9s;
}
.nav .nLi:nth-child(10) {
 -webkit-animation-delay: 1s;
 animation-delay: 1s;
}
.index_title_01 {
	text-align:center;
	overflow:hidden;
}
.index_title_01 h2 {
	display:block;
	font-size:36px;
	text-transform:uppercase;
	color:#333!important;
	text-indent:10px;
	background:url(img/index_title_01.png) center center no-repeat;
}
.index_title_01_b h2 {
	padding-bottom:30px!important;
	background:url(img/index_title_01_b.png) bottom center no-repeat!important;
}
.index_title_02 {
	text-align:center;
	overflow:hidden;
}
.index_title_02 h2 {
	display:block;
	font-size:30px;
	text-transform:uppercase;
}
.index_title_02 p {
	display:block;
	margin-top:5px;
	text-transform:uppercase;
	color:#666;
	font-size:12px;
	text-align:center;
	background:url(img/index_title_02_p.png) center center no-repeat;
}
.index_title_02 p a {
	color:#666;
}
.index_title_03 {
	overflow:hidden;
}
.index_title_03 h2 {
	float:left;
	display:block;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}
.index_title_03 span {
	float:right;
	display:block;
	margin-top:2px;
}
.index_title_03 span a {
	display:block;
	padding:3px 10px;
}
.index_title_04 {
	text-align:center;
	overflow:hidden;
	padding-bottom:35px;
	background:url(img/about_title.png) bottom center no-repeat;
}
.index_title_04 h2 {
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.index_title_04 p {
	font-size:18px;
	text-transform:uppercase;
	display:block;
	color:#666;
	font-weight:bold;
	margin-top:8px;
}
.index_title_05 {
	overflow:hidden;
	text-align:center;
}
.index_title_05 h2 {
	display:block;
	text-transform:uppercase;
	font-size:48px;
	font-family:Times New Roman;
	color:#d7d7d7;
	font-weight:normal;
}
.index_title_05 h3 {
	display:block;
	font-size:30px;
	font-weight:normal;
}
.index_title_05 .line {
	width:70px;
	height:2px;
	display:block;
	margin:10px auto 0 auto;
}
.index_title_05 p {
	line-height:25px;
	width:60%;
	margin:10px auto 0 auto;
	color:#fff;
}
.index_title_06 {
	overflow:hidden;
}
.index_title_06 h2 {
	font-size:30px;
	display:block;
	text-transform:uppercase;
}
.index_title_06 span.line {
	width:115px;
	display:block;
	height:2px;
	margin-top:10px;
}
.index_title_07 {
	overflow:hidden;
	background:url(img/index_title_07.jpg) left 14px repeat-x;
}
.index_title_07 #l {
	float:left;
	padding-right:30px;
	background:#f5f5f5;
	overflow:hidden;
}
.index_title_07 #r {
	float:right;
	overflow:hidden;
	width:auto;
	margin-top:2px;
}
.index_title_07 #r a {
	display:block;
	padding:3px 10px;
	background:#A5251C;
	color:#fff;
	font-size:12px;
}
.index_title_07 #l h2 {
	font-size:20px;
	font-weight:normal;
	float:left;
}
.index_title_07 #l em {
	font-style:normal;
	color:#666;
	float:left;
	margin-left:20px;
	margin-top:4px;
	text-transform:uppercase;
}
.index_title_07 #l .line {
	display:block;
	width:50px;
	height:2px;
	background:#A5251C;
	margin-top:10px;
}
ul.index_cplist_01 {
	width:1230px;
	margin-top:25px;
	overflow:hidden;
}
ul.index_cplist_01 li {
	width:398px;
	float:left;
	overflow:hidden;
	margin:0 2px 2px 0;
}
ul.index_cplist_01 li h3 {
	display:block;
	width:100%;
	text-align:center;
	margin-top:15px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
ul.index_cplist_01 li h3 a {
	font-size:20px;
	font-weight:normal;
}
ul.index_cplist_01 li img {
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_cplist_02 {
	width:auto;
	height:484px;
	position:relative;
}
ul.index_cplist_02 li {
	overflow:hidden;
	position:absolute;
}
ul.index_cplist_02 li:hover {
	-moz-box-shadow:0px 0px 5px #333333;
	-webkit-box-shadow:0px 0px 5px #333333;
	box-shadow:0px 0px 5px #333333;
	transition:0.5s;
}
ul.index_cplist_02 li img {
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_cplist_02 #li1 {
	width:396px;
	height:237px;
	left:0;
	top:0;
}
ul.index_cplist_02 #li2 {
	width:396px;
	height:237px;
	left:0;
	bottom:0;
}
ul.index_cplist_02 #li3 {
	width:502px;
	height:484px;
	left:408px;
	top:0;
}
ul.index_cplist_02 #li4 {
	width:279px;
	height:237px;
	right:0;
	top:0;
}
ul.index_cplist_02 #li5 {
	width:279px;
	height:237px;
	right:0;
	bottom:0;
}
dl.index_cplist_03 {
	width:1300px;
	overflow:hidden;
}
dl.index_cplist_03 dd {
	width:355px;
	float:left;
	overflow:hidden;
	margin:55px 65px 0 0;
	text-align:center;
	background:#f0f0f0;
}
dl.index_cplist_03 dd img {
	max-width:100%;
	height:auto;
	display:block;
}
dl.index_cplist_03 dd h3 {
	display:block;
	margin-top:20px;
}
dl.index_cplist_03 dd h3 a {
	font-weight:normal;
	font-size:18px;
}
dl.index_cplist_03 dd p {
	line-height:25px;
	color:#666;
	margin-top:20px;
	display:block;
	text-align:left;
	height:100px;
	overflow:hidden;
	padding:0 15px;
}
dl.index_cplist_03 dd .detail {
	width:100px;
	height:35px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:35px;
	margin:20px auto 0 auto;
}
dl.index_cplist_04 {
	overflow:hidden;
	clear:both;
	width:1250px;
}
dl.index_cplist_04 dd {
	text-align:center;
	list-style-type:none;
	float:left;
	width:273px;
	margin:30px 36px 10px 0px;
	overflow:Hidden;
	text-align:center;
	background:url(img/yinying.png) center 250px no-repeat;
}
dl.index_cplist_04 dd img {
	width:269px;
	height:auto;
	display:block;
	border:2px solid #ccc;
}
dl.index_cplist_04 dd h3 {
	display:block;
	margin-top:30px;
	width:100%;
}
dl.index_cplist_04 dd h3 a {
	line-height:40px;
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.index_tuwenlist {
	width:auto;
	overflow:hidden;
}
.index_tuwenlist dl {
	width:auto;
	overflow:hidden;
	margin-top:35px;
	background:#f1f1f1;
	padding:15px;
}
.index_tuwenlist dl dt {
	width:105px;
	height:85px;
	float:left;
	text-align:center;
}
.index_tuwenlist dl dt img {
	max-width:100%;
	height:auto;
}
.index_tuwenlist dl dt .ri {
	display:block;
	color:#fff;
	font-size:40px;
	font-family:Arial;
	font-weight:bold;
	line-height:60px;
}
.index_tuwenlist dl dt .nian {
	display:block;
	color:#fff;
	font-family:Arial;
}
.index_tuwenlist dl dd {
	margin-left:125px;
}
.index_tuwenlist dl dd h3 {
	display:block;
}
.index_tuwenlist dl dd h3 a {
	font-size:16px;
	font-weight:normal;
}
.index_tuwenlist dl dd p {
	margin-top:15px;
	font-size:12px;
	line-height:22px;
	color:#666;
}
.index_tuwenlist dl dd .time {
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
dl.toutiao {
	width:auto;
	overflow:hidden;
}
dl.toutiao dt {
	width:230px;
	float:left;
}
dl.toutiao dt img {
	max-width:100%;
	height:auto;
	display:block;
}
dl.toutiao dd {
	margin-left:245px;
}
dl.toutiao dd h3 {
	display:block;
}
dl.toutiao dd h3 a {
	color:#0271d9;
	font-size:18px;
	font-weight:normal;
}
dl.toutiao dd p {
	margin-top:10px;
	color:#666;
	line-height:25px;
}
dl.toutiao dd .time {
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
dl.toutiao dd .detail {
	display:block;
	margin-top:10px;
	color:#0271d9;
}
ul.index_newslist_01 {
	width:auto;
	overflow:hidden;
}
ul.index_newslist_01 li {
	line-height:35px;
	border-bottom:1px dotted #d8d8d8;
}
ul.index_newslist_01 li a i {
	margin-right:6px;
}
ul.index_newslist_01 li span {
	float:right;
	color:#989898;
	font-size:12px;
}
.box {
	width:392px;
	overflow:hidden;
}
#box1 {
	float:left;
}
#box2 {
	float:left;
	margin-left:12px;
}
#box3 {
	float:right;
}
.box h2 {
	display:block;
	font-size:24px;
	text-transform:uppercase;
}
.box .pic {
	overflow:hidden;
	margin:10px 0 5px 0;
}
.box .pic img {
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_newslist_02 {
	width:1250px;
	overflow:hidden;
}
ul.index_newslist_02 li {
	width:285px;
	float:left;
	margin-right:15px;
}
ul.index_newslist_02 li img {
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_newslist_02 li h3 {
	display:block;
	margin-top:10px;
}
ul.index_newslist_02 li h3 a {
	font-size:16px;
	font-weight:normal;
}
ul.index_newslist_02 li p {
	margin-top:10px;
	line-height:25px;
	color:#666;
}
ul.index_newslist_02 li .time {
	display:block;
	margin-top:10px;
	font-size:12px;
	text-decoration:underline;
	color:#666;
}
ul.index_newslist_03 {
	width:auto;
	overflow:hidden;
	margin-top:25px;
}
ul.index_newslist_03 li {
	width:33.33333333%;
	overflow:hidden;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	float:left;
	height:299px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.index_newslist_03 li .ovrlyT {
	background: rgba(0, 0, 0, 0.25);
	height: 100%;
	left: 100%;
	position: absolute;
	top: -100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:2;
}
ul.index_newslist_03 li .ovrlyB {
	background: rgba(0, 0, 0, 0.25);
	height: 100%;
	left: -100%;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:3;
}
ul.index_newslist_03 li .buttons {
	position: absolute;
	top: 48%;
	left: 48%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:4;
}
ul.index_newslist_03 li .buttons .fa {
	background: rgb(256, 256, 256);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: rgba(50, 50, 50, 0.9);
	display: inline-block;
	margin: 0 1px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.2s 0.3s;
	-moz-transition: all 0.2s 0.3s;
	-o-transition: all 0.2s 0.3s;
	transition: all 0.2s 0.3s;
	opacity: 0;
}
ul.index_newslist_03 li:hover .ovrlyT {
	left: 0;
	top: 0;
}
ul.index_newslist_03 li:hover .ovrlyB {
	left: 0;
	top: 0;
}
ul.index_newslist_03 li:hover .buttons .fa {
	opacity: 1;
}
ul.index_newslist_03 li img {
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.6s;
}
ul.index_newslist_03 li:hover img {
	transform:scale(1.1);
}
ul.index_newslist_03 li a {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
ul.index_newslist_03 li a h3 {
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:45%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:translateY(-50px);
	transition:0.6s;
}
ul.index_newslist_03 li:hover a h3 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:translateY(0px);
}
ul.link_01 {
	overflow:hidden;
	width:auto;
	float:left;
}
ul.link_01 li {
	float:left;
	width:163px;
	overflow:hidden;
	margin:0px 4px 0 0;
}
ul.link_01 li img {
	max-width:100%;
	height:auto;
	display:block;
}
ul.link_02 {
}
ul.link_02 a {
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #ccc;
	line-height:15px;
	height:15px;
	overflow:hidden;
	margin:5px 0;
}
.lmmc {
	width:auto;
	height:50px;
	overflow:hidden;
	line-height:50px;
}
.lmmc h2 {
	text-indent:10px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.lmmc h2 i {
	margin-right:10px;
}
ul.index_contact_01 {
	width:auto;
	text-align:center;
	overflow:hidden;
}
ul.index_contact_01 li {
	display:inline-block;
 *display:inline;
 *zoom:1;
	padding-left:35px;
	font-size:18px;
	color:#dadada;
	margin:0 15px;
	line-height:30px;
}
ul.index_contact_01 #shouji {
	background:url(img/shouji.png) left center no-repeat;
}
ul.index_contact_01 #fax {
	background:url(img/fax.png) left center no-repeat;
}
ul.index_contact_01 #email {
	background:url(img/youxiang.png) left center no-repeat;
}
.zone {
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.more_01 {
	width:150px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
}
#zuo {
	width:262px;
	float:left;
	overflow:hidden;
	border:8px solid #00AFFE;
}
#zuo #zuo_title {
	overflow:hidden;
	color:#fff;
	background:#00AFFE;
	text-transform:uppercase;
	padding-bottom:10px;
}
#zuo #zuo_title h2 {
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
#zuo #zuo_title p {
	font-size:12px;
}
#zuo ul {
	height:478px;
	padding-top:20px;
	overflow:hidden;
	background:url(../images/zuo_bg.jpg) top center no-repeat;
}
#zuo ul li {
	line-height:30px;
	border-bottom:1px dotted #fff;
	text-indent:30px;
	background:url(img/shuangjiantou.png) 10px center no-repeat;
}
#zuo ul li a {
	color:#fff;
}
#zuo dl {
	padding:10px;
	overflow:hidden;
}
#zuo dl dt {
	display:block;
	border-bottom:2px solid #00AFFE;
	padding-bottom:5px;
}
#zuo dl dt i {
	color:#00AFFE;
	margin-right:8px;
}
#zuo dl dt a {
	font-size:18px;
}
#zuo dl dd {
 width:
}
#you {
	width:954px;
	float:right;
	overflow:hidden;
}
#you .title {
	overflow:hidden;
	height:44px;
	background:url(../images/you_title.jpg) left center no-repeat;
}
#you .title h2 {
	display:block;
	line-height:44px;
	text-indent:20px;
	font-size:18px;
	color:#fff;
}
#you ul {
	width:auto;
	padding:0 0 20px 20px;
	background:#eee;
	overflow:hidden;
}
#you ul li {
	width:212px;
	float:left;
	overflow:hidden;
	margin:20px 20px 0 0;
	text-align:center;
}
#you ul li img {
	width:210px;
	height:auto;
	display:block;
	border:1px solid #ccc;
}
#you ul li h3 {
	height:46px;
	display:block;
	line-height:23px;
	overflow:hidden;
}
#you ul li h3 a {
	font-size:14px;
	font-weight:normal;
}
#you ul li .more {
	width:100px;
	height:25px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:25px;
	background:#74AB08;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin:0px auto;
}
.footer_zone {
	width:100%;
	overflow:hidden;
	min-width:1200px;
	margin-top:35px;
	background:#110C09;
}
.footer {
	width:1200px;
	overflow:Hidden;
	margin:35px auto 0px auto;
	padding-bottom:25px;
}
.footer dl {
	float:left;
	min-width:147px;
}
.footer dl dt {
	display:block;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#fff;
	border-bottom:1px solid #c5c5c5;
	padding-bottom:10px;
}
.footer dl dt a {
	font-size:18px;
	color:#fff;
}
.footer dl dd {
	line-height:30px;
	color:#a5a5a5;
	background:url(img/yuan.png) left center no-repeat;
	padding-left:15px;
}
.footer dl dd a {
	font-size:14px;
	color:#a5a5a5;
}
#footer_lxxx {
	width:270px;
	margin-right:0!important;
}
#footer_lxxx i {
	font-size:16px;
	margin-right:10px;
}
dl.last {
	width:395px;
	overflow:hidden;
	padding-right:0!important;
	margin-right:0!important;
	float:right!important;
}
dl.last dd {
	padding:0!important;
	background:none!important;
}
dl.last a {
	color:#dfdfdf!important;
}
#fbiaodan {
	overflow:hidden;
	margin-top:10px;
}
#ftext {
	width:225px;
	float:left;
	background:#fff;
	border:none;
	height:40px;
	overflow:hidden;
	line-height:40px;
	text-indent:10px;
}
#fbtn {
	width:80px;
	float:right;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#E1040D;
	text-align:center;
	border:none;
}
#ewm {
	width:115px;
	overflow:hidden;
}
#ewm img {
	max-width:100%;
	height:auto;
	display:block;
}
#footer_follow {
	margin-top:15px;
}
#footer_follow a {
	margin:0 10px 0 0;
}
#footer_follow i {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:20px;
	background:#E1040D;
}
#copy_zone {
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#515151;
}
#copy {
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	line-height:25px;
	padding:10px 0;
	color:#7a7a7a;
	border-top:1px solid #333;
	text-align: center;
}
.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "????????????";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li img {
	float:left;
}
.ny_banner {
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.ny_banner img {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone {
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE, direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #C5C5BE;
	-webkit-box-shadow: 2px 2px 10px #C5C5BE;
	box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz {
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.wz span {
	color:#666;
	font-size:14px;
	float:right;
	background:url(../images/wz_ico.png) left center no-repeat;
}
.wz span a {
	color:#666;
	font-size:14px;
}
.wz h2 {
	font-size:24px;
	text-transform:uppercase;
	text-indent:40px;
	background:url(img/wz.png) left center no-repeat;
	line-height:50px;
	font-weight:normal;
}
.left_wrap {
	float:left;
	width:250px;
}
.left_wrap h2 {
	width:auto;
	height:45px;
	line-height:45px;
	text-indent:20px;
	color:#fff;
	font-size:18px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:normal;
}
.zlm {
	width:auto;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-top:none;
}
.zlm dl {
	overflow:hidden;
}
.zlm dl dt {
	height:40px;
	background:#f1f1f1;
	line-height:40px;
	text-indent:20px;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl dt a {
	color:#333;
}
.zlm dl dt:hover, .zlm dl #on {
	background:#fff;
}
.left_lxxx {
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	word-break:break-all;
}
.left_lxxx a {
	color:#333;
}
.right_wrap {
	width:930px;
	overflow:Hidden;
	float:right;
}
.right_title {
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2 {
	font-size:26px;
	font-weight:normal;
}
.tulist {
	overflow:hidden;
	clear:both;
	width:960px;
	margin-top:20px;
}
.tulist li {
	text-align:center;
	list-style-type:none;
	float:left;
	/*width:170px;*/
	width: 218px;
	margin:0 16px 20px 0px;
	overflow:Hidden;
	border:1px solid #d8d8d8;
	background-color:#fff;
	text-align:center;
}
.tulist li img {
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.tulist li h3 {
	background-color:#d8d8d8;
}
.tulist li h3 a {
	line-height:40px;
	font-size:14px;
	color:#333;
}
.tulist_02 {
	/*width:1250px;*/
}
.tulist_02 li {
	list-style-type:none;
	float:left;
	width:219px;
	margin-right:17px;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img {
	width:100%;
	height:auto;
}
.tulist_02 li h3 {
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:30px;
}
.tulist_03 {
	width:1250px;
	overflow:hidden;
}
.tulist_03 li {
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img {
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3 {
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a {
	color:#fff;
}
ul.wzlist {
	width:auto;
}
ul.wzlist li {
	line-height:40px;
	border-bottom:1px dotted #d8d8d8;
}
ul.wzlist li i {
	margin-right:10px;
}
ul.wzlist li a {
	font-size:14px;
}
ul.wzlist li span {
	float:right;
	margin-right:10px;
	color:#989898;
	font-size:12px;
}
.pro_main {
	margin-top:20px;
	overflow:hidden;
}
.pro_left {
	width:455px;
	float:left;
}
.pro_right {
	width:450px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2 {
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_right h3 {
	display:block;
	margin-top:30px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	color:#9A2418;
}
.pro_right h3 i {
	margin-right:10px;
}
.pro_info {
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
#tabbox {
	overflow:hidden;
	margin-top:50px;
}
.tab_conbox {
	border: 1px solid #d1d1d1;
	border-top: none;
}
.tab_con {
	display:none;
	padding:10px;
	line-height:25px;
}
.tab_con img {
	max-width:100%;
	height:auto;
}
.tab_con table {
	border-collapse:collapse;
}
.tab_con table td {
	border:1px solid #d8d8d8;
	padding:5px;
}
.tabs {
	height: 47px;
	border-bottom:1px solid #d8d8d8;
	width: 100%;
}
.tabs li {
	height:46px;
	line-height:46px;
	float:left;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
}
dl.tuwenlist {
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt {
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img {
	width:100%;
	height:auto;
}
dl.tuwenlist dd {
	margin-left:240px;
}
dl.tuwenlist dd h2 {
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info {
	font-size:14px;
	line-height:30px;
	color:#666;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
dl.tuwenlist dd span {
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a {
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	display:block;
	font-size:12px;
}
.ny_h1 {
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}
.wzinfo {
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time {
	display:inline-block;
 *display:inline;
 *zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(img/time.png) left center no-repeat;
}
.wzinfo .click {
	display:inline-block;
 *display:inline;
 *zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(img/click.png) left center no-repeat;
}
#feedback_txt {
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:45px;
	background:url(img/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan {
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p {
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label {
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:25px;
}
.itext {
	width:400px;
	height:25px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent {
	width:400px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn {
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
}
.ibtn:hover {
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
.fbiaodan {
}
.ftext {
	width:375px;
	height:40px;
	background:#f0f0f0;
	border:none;
	text-indent:10px;
	line-height:40px;
	color:#bfbfbf;
}
.fcontent {
	width:365px;
	height:120px;
	background:#f0f0f0;
	border:none;
	padding:5px;
	line-height:20px;
	color:#bfbfbf;
	margin-top:10px;
}
.fbtn {
	width:85px;
	height:35px;
	margin-top:10px;
	background:#5a5a5a;
	border:none;
	text-align:center;
	;
	line-height:35px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
#about_zone {
	height:530px;
	background:url(img/about_zone.jpg) center center no-repeat;
	margin-top:30px;
	color:#fff;
}
#about_title {
	overflow:hidden;
	margin-top:88px;
}
#about_title h2 {
	display:block;
	font-size:48px;
	text-transform:uppercase;
}
#about_title h3 {
	display:block;
	font-size:24px;
	text-transform:uppercase;
	margin-top:15px;
}
#about_txt {
	width:795px;
	line-height:30px;
	margin-top:10px;
}
#about_zone .more_01 {
	color:#fff!important;
	border:1px solid #fff!important;
	margin-top:30px;
	font-size:16px;
}
#news_box {
	width:550px;
	float:right;
	padding:15px;
	border:1px solid #ccc;
	overflow:hidden;
	height:378px;
}
#other_box {
	width:550px;
	float:left;
	overflow:hidden;
	padding:15px;
	border:1px solid #ccc;
	height:378px;
}
#other_pic img {
	max-width:100%;
	height:auto;
	display:block;
}
#other_txt {
	line-height:28px;
	margin-top:5px;
}
#news_pic img {
	max-width:100%;
	height:auto;
	display:block;
}

#copy a{
	
padding-left: 5px;
color: #7a7a7a;

}
