﻿@charset "utf-8";
/*全局样式*/
.clearfix {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
.pr {
	position: relative;
}
.oh {
	overflow: hidden;
}
/* 在线客服样式 */
.kefuBox {
	position: fixed;
	z-index: 1000;
	top: 180px;
	right: 0;
	width: auto;
	_position: absolute;
_top: expression(documentElement.scrollTop +45);
}
.kefuBox .kefuLeft {
	float: left;
	overflow: hidden;
	width: 30px;
	height: 157px;
	cursor: pointer;
}
.kefuBox .kefuRight {
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}
.kefuBox .kefuTop {
	width: 154px;
	height: 46px;
}
.kefuBox .kefuClose {
	float: right;
	overflow: hidden;
	width: 154px;
	height: 46px;
	display: block;
	cursor: pointer;
}
.kefuBox .kefuBottom {
	width: 154px;
	height: 12px;
}
.kefuBox .kefuCont {
	width: 130px;
	padding: 0 12px;
	overflow: hidden;
}
.kefuBox .kefuCont ul {
	margin: 0;
	padding: 0;
}
.kefuBox .kefuCont ul li {
	width: 80px;
	line-height: 28px;
	overflow: hidden;
	height: 28px;
	padding-left: 40px;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.kefuBox .kefuCont ul li a {
	color: #333;
}
.kefuBox .kefuCont ul li.pic {
	width: 130px;
	height: 89px;
	margin-bottom: 10px;
	padding: 0;
}
.kefuBox .kefuCont ul li.qq {
	
}

.kefuBox .kefuCont ul li.codeer {
	display: block;
	width: 130px;
	height: 165px;
	text-align: center;
	color: #fff;
	padding: 10px 0 0;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-bottom: 0;
}
.kefuBox .kefuCont ul li.codeer p {
	display: block;
	height: 35px;
	line-height: 35px;
}
.kefuBox .kefuCont ul li.codeer span {
	display: block;
	width: 116px;
	height: 116px;
	padding: 7px;
}
.kefuBox .kefuCont ul li.codeer span img {
	width: 116px;
	height: 116px;
}
/*分页样式*/
.pagination {
	padding: 25px 0 15px;
	text-align: center;
	overflow: hidden;
}
.pagination a {
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.pagination a.a1 {
	line-height: 30px;
	height: 30px;
	margin-top: 0;
	padding: 0 12px;
}
.pagination a:hover {
	text-decoration: none;
	color: #000;
	background: #f1f1f1;
}
.pagination span {
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #fff;
	background: #fb0;
}
/* 内页留言样式 */

/* #56a400 */

.yzh-table-feedback tr {
	height: 40px;
}
.yzh-table-feedback .input-label {
	font-size: 14px;
	line-height: 20px;
	width: 80px;
	height: 20px;
	padding: 5px;
	vertical-align: top;
}
.yzh-table-feedback .left_cont {
	vertical-align: middle;
}
.yzh-table-feedback .input-text {
	line-height: 34px;
	width: 400px;
	height: 34px;
	margin-bottom: 15px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 5px;
	transition: 0.3s;
}
.yzh-table-feedback .input-textarea {
	width: 470px;
	height: 150px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	transition: 0.3s;
}
.yzh-table-feedback .input-verifycode {
	line-height: 14px;
	width: 100px;
	height: 16px;
	margin-bottom: 15px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #fff;
	transition: 0.3s;
}
.yzh-table-feedback .input-text:focus, .input-textarea:focus, .yzh-table-feedback .input-verifycode:focus {
	border-color: #0af;
	outline: 0;
}
.yzh-table-feedback .yzh-btn {
	font-size: 18px;
	line-height: 35px;
	display: block;
	float: left;
	width: 110px;
	height: 35px;
	margin-right: 15px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border: 0;
	background: #0af;
	font-family: "Microsoft yahei";
	border-radius: 4px;
	transition: 0.3s;
}
.yzh-table-feedback .yzh-btn:hover {
	background: #0085C9;
}
.yzh-table-feedback .btn:hover {
	background: #333;
}
.yzh-table-feedback .checkcode {
	border: 1px solid #ccc;
	cursor: pointer;
}
/*---网站地图---*/
.yzh-map-main {
	overflow: hidden;
	margin: 10px 0;
	padding-bottom: 35px;
	background: #fff;
	font-family: "宋体";
}
.yzh-map-main .sitemap_con {
	width: 1000px;
	margin: 0 auto;
	color: #666;
}
.yzh-map-main .sitemap_con .map_top {
	border-bottom: 2px solid #555;
	margin-bottom: 35px;
}
.yzh-map-main .sitemap_con .map_top img {
	float: left;
}
.yzh-map-main .site_r_link {
	width: 120px;
	margin-top: 35px;/*上边界根据需要进行调整*/
	padding: 5px 10px;
	background: #f8f8f8;
	text-align: center;
	background: #555;
	color: #fff;
}
.yzh-map-main .site_r_link a {
	color: #fff;
}
.yzh-map-main .site_r_link a:hover {
	text-decoration: underline;
}
/*站点地图，显示方式样式，上边界根据需要进行调整*/
.yzh-map-main .site_plc {
	padding: 5px 0;
	text-indent: 10px;
}
.yzh-map-main .sitemap_con h4 {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	margin-bottom: 5px;
	font-family: "微软雅黑";
}
.yzh-map-main .b4 {
	margin-bottom: 20px;
	overflow: hidden;
}
.yzh-map-main .b4 ul {
}
.yzh-map-main .b4 li {
	line-height: 30px;
	width: 155px;
	float: left;
	padding-left: 14px;
}
/*百度地图样式*/
#baidu-map {
	width: 700px;
	height: 450px;
	border: #ccc solid 1px;
	margin: 0 auto
}
.bTop {
	background: #e2e2e2 none repeat scroll 0 0;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #fff;
}
.bTop a {
	margin: 0 10px;
}
.bTop a:hover {
	color: #ca2300;
}
.bHeader {
	height: 119px;
	overflow: hidden;
	background: url("../images/header.gif") repeat scroll 0 0;
}
.bHeader .logo {
	padding-top: 16px;
}
.bHeader .cxt {
	padding-top: 26px;
}
.bHeader .tel {
	background: url("../images/tell.png") no-repeat scroll 100px 1px;
	color: #333;
	line-height: 30px;
	margin-left: 40px;
	margin-top: 10px;
	text-align: right;
}
.bHeader .tel span {
	color: #ca2300;
	display: block;
	font-family: arial;
	font-size: 30px;
}
#bannerresearch {
	background: #fff none repeat scroll 0 0;
	position: relative;
	width: 100%;
}
#bannerresearch .intro {
	left: 0;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 60%;
	width: 100%;
}
#bannerresearch .intro h1 {
	font-size: 85px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#bannerresearch .intro p {
	font-size: 24px;
	margin: 0 0 30px;
	line-height: 100px;
}
#bannerresearch a {
	color: 50565d;
}
.content {
	height: auto;
	content: "";
	display: block;
	clear: both;
}
.container {
	color: #444;
	margin: 0 auto;
	width: 100%;
}
.advantage {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #333333;
	height: 33px;
	line-height: 33px;
	margin: 18px auto 0;
	padding-left: 10px;
	width: 1188px;
}
.advantage .adv_title {
	color: #005a98;
	float: left;
	font-size: 15px;
	font-weight: bolder;
}
.advantage .adv_01 {
	background: url("../images/adv01.jpg") no-repeat scroll left center;
	float: left;
	margin-left: 8px;
	margin-right: 30px;
	padding-left: 27px;
}
.advantage .adv_02 {
	background: url("../images/adv02.jpg") no-repeat scroll left center;
	float: left;
	margin-right: 30px;
	padding-left: 27px;
}
.advantage .adv_03 {
	background: url("../images/adv03.jpg") no-repeat scroll left center;
	float: left;
	margin-right: 30px;
	padding-left: 27px;
}
.advantage .adv_04 {
	background: url("../images/adv04.jpg") no-repeat scroll left center;
	float: left;
	margin-right: 30px;
	padding-left: 27px;
}
.advantage .adv_05 {
	background: url("../images/adv05.jpg") no-repeat scroll left center;
	float: left;
	padding-left: 27px;
}
.newss {
	background: #f2f4f9 none repeat scroll 0 0;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}
.news_con {
	margin: 0 auto;
}
.local {
	background: url("../images/local.png") no-repeat scroll 0 0;
	color: #666;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	width: 1200px;
	margin: auto;
}
.local span {
	color: #333;
}
.news_list {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}
.news_list li::after {
	clear: both;
	content: "";
	display: table;
}
.news_list li {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bbb;
	margin-top: 40px;
	padding: 15px;
	position: relative;
	height:140px;
}
.news_time {
	background: #f2f2f2 none repeat scroll 0 0;
	height: 110px;
	padding: 0 0 24px;
	width: 130px;
	z-index: 9999;
	position: relative;
}
.z {
	float: left;
}
.news_time .day {
	color: #666;
	display: block;
	font-family: "Impact";
	font-size: 52px;
	height: 72px;
	text-align: center;
}
.news_time .year {
	color: #333;
	display: block;
	line-height: 22px;
	text-align: center;
}
.news_time .type {
	
	display: block;
	margin-top: 4px;
	padding-top: 6px;
	text-align: center;
}
.news_time .type a {
	color: #333;
	font-family: "瀹嬩綋", Arial;
}
.news_cont {
	height: 134px;
	margin-right: 40px;
	overflow: hidden;
	width: 980px;
	position: relative;
}
.y {
	float: right;
}
.news_cont h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 3px;
}
.news_cont h2 a {
	color: #333;
}
.news_cont .demo {
	line-height: 24px;
	margin-top: 14px;
	width: 780px;
}
.news_cont .vis {
	color: #999;
	line-height: 38px;
	margin-top: 8px;
}
.news_list li.on {
	background: #f7f7f7 none repeat scroll 0 0;
	border-color: #f86539;
}
.news_list li.on .news_time {
	background: #f86539 none repeat scroll 0 0;
}
.news_list li.on .news_time .day {
	color: #fff;
}
.news_list li.on .news_time .year {
	color: #eee;
}
.news_list li.on .news_time .author {
	color: #eee;
}
.news_list li.on .news_time .type a {
	color: #fff;
}
.deline {
	background: #c9c9c9 none repeat scroll 0 0;
	height: 1px;
	margin-bottom: 12px;
	margin-top: 12px;
	position: relative;
	width: 100%;
	display:none;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.deline span {
	background: #000 none repeat scroll 0 0;
	height: 2px;
	left: 2%;
	position: absolute;
	top: -2px;
	width: 105px;
}
.page {
	margin: 0 auto 100px;
	overflow: hidden;
	width: 1100px;
}
#pages {
	overflow: hidden;
	padding: 25px 0 15px;
	text-align: center;
}
#pages a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	color: #333;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	padding: 0 12px;
	text-align: center;
}
.news_list li::before {
	background: #f2f2f2 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 1s ease 0s;
	width: 0;
	z-index: 0;
}
.news_list li:hover::before {
	width: 100%;
	z-index: 0;
}
.news_cont .more {
	border: 1px solid #ddd;
	color: #2eafbb;
	display: inline-block;
	float: right;
	line-height: 34px;
	padding: 0 20px;
	position: relative;
	top: -50px;
}
#pages a.a1 {
	height: 30px;
	line-height: 30px;
	margin-top: 0;
	padding: 0 12px;
}
#pages a:hover {
	background: #f1f1f1 none repeat scroll 0 0;
	color: #000;
	text-decoration: none;
}
#pages span {
	background: #113885 none repeat scroll 0 0;
	border: 1px solid #113885;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0 12px;
	text-align: center;
}
.news_con_int {
	padding-bottom: 20px;
}
.news_title {
	font-family: "微软雅黑";
	font-size: 22px;
	margin-bottom: 20px;
}
.news_title_add {
	color: #999;
	margin-bottom: 20px;
}
.news_word {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}
#nv_portal .vw .d {
	margin: 0;
}
#nv_portal .vw .h, #nv_portal .vw .s, #nv_portal .vw .d, #nv_portal .vw .o, #nv_portal .vw .pren, #nv_forum .vw .h, #nv_forum .vw .s, #nv_forum .vw .d {
	margin-left: 15px;
	margin-right: 15px;
}
.vw .d {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	margin: 15px 0;
	min-height: 100px;
}
.vwtb {
	height: 300px;
	table-layout: fixed;
	width: 100%;
}
.news_Page {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}
.news_Page dl dt {
	color: #404040;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.news_Page dl dt a {
	color: #404040;
}
.news_Page dl dd {
	float: right;
	padding-top: 5px;
}
.news_Page a.return {
	background: #eb3900 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 30px;
}
.news_bg_01 {
	border-top: 1px solid #eee;
	margin: 0 auto;
	height: 400px;
}
.news_01 {
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 30px;
	width: 1200px;
}
.news_con_left {
	border-right: 1px solid #eee;
	float: left;
	padding-right: 45px;
}
.news_con_01 dl {
	border-bottom: 1px dashed #d8d8d8;
	padding: 20px 0 10px;
	width: 550px;
}
.news_title_01 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
.z {
	float: left;
}
.news_con_01 dd {
	line-height: 20px;
	margin-top: 30px;
}
.news_con_right {
	float: left;
	padding-left: 45px;
}
.news_Page dl {
	margin-top: 10px;
}
.subNav {
	height: 28px;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
}
.subNav a {
	background: #1b1f29 none repeat scroll 0 0;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: 16px/28px "微软雅黑";
	height: 28px;
	margin: 0 12px;
	padding: 5px 25px;
	transition: all 0.5s ease 0s;
}
.subNav a:hover, .subNav a.current {
	background: #e73633 none repeat scroll 0 0;
}
.aboutBox1 {
	overflow: hidden;
	padding: 30px 0 60px;
}
.grWidth {
	margin: 0 auto;
	width: 1220px;
}
.aboutBox1 .title {
	background: url("../images/icon.jpg") no-repeat scroll center bottom;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	text-align: center;
}
.aboutBox1 .title span {
	color: #e8312e;
}
.aboutFont {
	color: #6a6a6a;
	font-size: 14px;
	height: auto;
}
.aboutFont p {
	margin-bottom: 15px;
	text-indent: 2em;
}
.aboutWarp {
	background: #f6f6f6 none repeat scroll 0 0;
	overflow: hidden;
	padding: 60px 0;
}
.aboutTitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.aboutTitle strong {
	color: #e8312e;
}
.aboutTitle span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.glimpse {
	background: url("../images/honor_bg.jpg") no-repeat scroll center 16px;
	padding-bottom: 70px;
	text-align: center;
}
.Strength {
	background: url("../images/index_202.gif") repeat-y scroll 187px center;
	margin: 0 auto;
	position: relative;
	width: 1100px;
}
.Strength h3 {
	padding-left: 114px;
}
.Strength h3 span {
	background: url("../images/index_201.png") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	height: 66px;
	line-height: 46px;
	text-align: center;
	width: 152px;
}
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.Strength dl {
	padding-top: 25px;
	width: 1000px;
}
.Strength dl dt {
	background: url("../images/index_203.png") no-repeat scroll 0 0;
	color: #eb3900;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 106px;
	line-height: 106px;
	margin-top: 50px;
	text-indent: 25px;
	width: 197px;
}
.Strength dl dd {
	background: #fff none repeat scroll 0 0;
	color: #353534;
	float: right;
	padding: 30px 40px;
	width: 695px;
}
.Strength dl dd h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.Strength dl dd p {
	padding-bottom: 15px;
}
.Strength ul {
	position: absolute;
	right: 0;
	top: 90px;
	width: 65px;
}
.Strength ul li {
	height: 35px;
	padding-bottom: 5px;
	width: 65px;
}
.Strength ul li a.cur {
	background: #0873ce none repeat scroll 0 0;
	color: #fff;
}
.Strength ul li a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;
	color: #636363;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 65px;
}
#bannernei {
	overflow: hidden;
	position: relative;
}
#bannernei {
	height: 300px;
	width: 100%;
}
#bannernei img {
	opacity: 0.8;
	position: absolute;
}
#bannernei .wrapper {
	left: 50%;
	margin: -65px auto 30px -350px;
	position: absolute;
	top: 50%;
	width: 700px;
}
#bannernei .counter {
	background: #000 none repeat scroll 0 0;
	border-radius: 5px;
	opacity: 0.8;
	padding: 20px 0;
	text-align: center;
	filter:alpha(opacity=80);
}
.col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
	position: relative;
}
.col_fourth {
	width: 23%;
}
#bannernei .fa-2x {
	color: #4ad1e5;
	display: table;
	float: none;
	margin: 0 auto;
}
#bannernei .count-title {
	color: #fff;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
#bannernei .counter span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#bannernei .count-text {
	color: #dadada;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.end {
	margin-right: 0;
}
.section > .row {
	margin-bottom: 40px;
}
.row {
	height: 150px;
	margin: auto;
	width: 980px;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
*::-moz-placeholder {
 color: #95999e;
}
*::-moz-selection {
 background: #4174c5 none repeat scroll 0 0;
 color: #fff;
}
.casebg {
	background: #f2f4f9 none repeat scroll 0 0;
	padding-bottom: 20px;
	padding-top: 30px;
}
.anlilist {
	margin: 0 auto;
	position: relative;
	width: 1190px;
}
.anlilist ul {
	margin: 0;
	padding: 0;
}
.anlilist ul li.cur {
	margin-right: 0;
}
.anlilist ul li {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 3px #d9dbdb;
	display: inline;
	float: left;
	height: 330px;
	margin-right:20px;
	margin-bottom: 28px;
	padding: 7px 0;
	position: relative;
	width: 380px;
}
.anlipic {
	height: 276px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 366px;
}
.anlipic img, .zhongbiaolistimg img, .fanganlist dl dd span img {
	transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.anlipic img {
	height: 276px;
	left: 50%;
	margin-left: -183px;
	margin-top: -138px;
	position: absolute;
	top: 50%;
	width: 366px;
}
.anlilist ul li h3 {
	font-size: 16px;
	height: 21px;
	overflow: hidden;
	padding: 20px 7px 0;
	text-align:center;
}
.anlilist ul li p.anlitext {
	height: 46px;
	overflow: hidden;
	padding: 10px 7px 0;
}
.anlipic img:hover, .zhongbiaolistimg img:hover, .fanganlist dl dd span img:hover {
	transform: scale(1.05);
	transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.anlilist ul li h4 {
	border-top: 1px solid #ececec;
	font-size: 12px;
	margin-top: 12px;
	padding: 5px 7px 0;
}
.pageNews {
	background: #f9f9f9 none repeat scroll 0 0;
	overflow: hidden;
}
.newsDetailed {
	border-bottom: 1px solid #dee1e2;
	padding: 80px 0 50px;
	text-align: center;
}
.newsDetailed h3 {
	color: #4a4a4a;
	font-size: 25px;
	line-height: 30px;
}
.newsDetailed h4 {
	color: #717171;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 25px;
}
.newsDetailed h4 span {
	padding: 0 15px;
}
.newsDetaitshow {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
}
.newsPage {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 10px 0;
	width: 1200px;
}
.newsPage dl {
	margin: 0;
	padding: 0;
}
.newsPage dl dt {
	color: #404040;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.newsPage dl dt a {
	color: #404040;
}
.newsPage dl dt a:hover {
	color: #007bc4;
}
.newsPage dl dd {
	float: right;
	padding-top: 5px;
}
.newsPage a.return {
	background: #e73633 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 30px;
}
.caseNews {
	padding-bottom: 40px;
}
.hidden {
	overflow: hidden;
}
.w1200 {
	margin: 0 auto;
	width: 1200px;
}
.caseNews .tie {
	margin-bottom: 20px;
}
.caseNews h2 {
	font-size: 16px;
}
.maiNews {
	float: left;
	width: 378px;
}
.caseNews h2 {
	font-size: 16px;
}
.maiNews h2 {
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.maiNews h2 a {
	float: right;
	height: 18px;
	padding-top: 11px;
}
.w1200 a {
	color: #666666;
}
.maiNews ul {
	padding-top: 10px;
}
.maiNews ul li {
	height: 35px;
	line-height: 35px;
}
.maiNews ul li a {
	color: #666;
	display: block;
	float: left;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.4s ease 0s;
	white-space: nowrap;
	width: 240px;
}
.maiNews ul li span {
	color: #999;
	display: block;
	float: right;
	font-size: 12px;
	height: 30px;
	text-align: right;
	width: 100px;
}
.ml28 {
	margin-left: 28px;
}
.mainW {
	padding-bottom: 60px;
	position: relative;
	z-index: 99;
}
.pageht {
	height: 25px;
}
.wrap {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.peBar {
	margin-top: 0;
	overflow: hidden;
	position: relative;
	width: 222px;
	z-index: 11;
}
.l {
	float: left;
}
.left-title {
	background: #003894 none repeat scroll 0 0;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.left-title h2 {
	font-size: 30px;
	line-height: 40px;
}
.left-title p {
	color: #96b826;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.left-nav {
	background: #fff none repeat scroll 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0;
}
.left-nav li {
	margin-top: 1px;
}
.left-nav li a {
	background-color: #eee;
	background-image: url("../images/icon-b-jiao.png");
	background-position: 20px 50%;
	background-repeat: no-repeat;
	color: #555;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	position: relative;
}
.left-contact ul li.icon-fax span {
	background-image: url("../images/icon-contact-d.png");
}
.left-contact ul li.icon-mail span {
	background-image: url("../images/icon-contact-e.png");
}
.left-contact ul li.icon-add span {
	background-image: url("../images/icon-contact-f.png");
}
i, em, cite {
	font-style: normal;
}
.list_pro_left {
	background-color: #fff;
	margin-top: 20px;
}
.scale a:hover dt img {
	transform: scale(1.1);
}
a:hover {
	color: #008dd7;
}
.page-product-list dl:nth-child(3n) {
	margin-right: 0;
}
.page-product-list dl:first-child+dl+dl {
	margin-right: 0;
}

.page-product-list dl:first-child+dl+dl+dl+dl+dl {
	margin-right: 0;
}

.page-product-list dl:first-child+dl+dl+dl+dl+dl+dl+dl+dl {
	margin-right: 0;
}
.page-product-list dl:first-child+dl+dl+dl+dl+dl+dl+dl+dl+dl+dl+dl {
	margin-right: 0;
}


.left-nav li a:hover, .left-nav li a.active {
	background-color: #f1974e;
	background-image: url("../images/icon-w-jiao.png");
	color: #fff;
}
#bosi dl dt span, #box dl dt span {
	background-color: #008dd7;
	overflow: hidden;
	position: absolute;
}
#bosi dl dt span.botop {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
}
#bosi dl dt span.boright {
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}
#bosi dl dt span.bobottom {
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0;
}
#bosi dl dt span.boleft {
	bottom: 0;
	height: 0;
	left: 0;
	width: 1px;
}
.side-product-title {
	background-color: #eee;
	color: #555;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	padding-left: 20px;
}
.left-contact {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #688 #eee #eee;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	overflow: hidden;
	padding: 15px;
}
.left-contact ul li {
	border-bottom: 1px dotted #ddd;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	padding: 0 0 6px 26px;
	position: relative;
}
.left-contact ul li.icon-tel span {
	background-image: url("../images/icon-contact-c.png");
}
.left-contact ul li span {
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 22px;
	left: -2px;
	position: absolute;
	top: -1px;
	width: 22px;
}
.left-contact ul li:nth-last-child(1) {
	border: medium none;
}
.mainsss {
	float: left;
	margin-left: 28px;
	width: 950px;
}
.mainTop {
	border-bottom: 1px solid #bfbfbf;
	height: 50px;
	position: relative;
}
.mainTop h3 {
	color: #555;
	font-size: 24px;
	line-height: 50px;
}
.mainTop .location {
	position: absolute;
	right: 0;
	top: 0;
}
.location {
	color: #666;
	font-size: 12px;
	line-height: 50px;
}
.location a::after {
	color: #888;
	content: ">";
	font-family: "宋体";
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	position: absolute;
	right: -9px;
	top: 1px;
}
.location a.locationHome {
	background-position: left 18px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.location a {
	color: #666;
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	padding: 0 10px 0 20px;
	position: relative;
}
.pageht {
	height: 25px;
}
.page-product-list {
	margin-top: 10px;
}
.page-product-list dl {
	float: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	width: 303px;
}
#bosi dl dt, #box dl dt {
	position: relative;
}
.page-product-list dl dt {
	height: 303px;
	position: relative;
}
#bosi dl dt img, #box dl dt img {
	border: 1px solid #e5e5e5;
	padding: 4px;
}
#bosi dl dt span.botop {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
}
#bosi dl dt span, #box dl dt span {
	background-color: #008dd7;
	overflow: hidden;
	position: absolute;
}
#bosi dl dt span.boright {
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}
#bosi dl dt span.bobottom {
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0;
}
#bosi dl dt span.boleft {
	bottom: 0;
	height: 0;
	left: 0;
	width: 1px;
}
.page-product-list dl dd {
	color: #555;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	transition-duration: 0.3s;
}
.cl {
	clear: both;
}
.productTop {
	height: 550px;
}
.l {
	float: left;
}
.tb-pic {
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}
.tb-pic, .tb-pic img {
	max-height: 450px;
	max-width: 450px;
}
.tb-pic, .tb-pic a {
	height: 450px;
	width: 450px;
}
.tb-pic, .tb-pic a {
	height: 450px;
	width: 450px;
}
.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.productOrder a {
	background: #666 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	width: 130px;
}
.hotLine {
	background-image: url("../images/tel.png");
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 0 20px 40px;
	position: relative;
}
.hotLine h3 {
	color: #333;
	font-size: 24px;
	line-height: 24px;
}
.proInfoBo {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.productIntro {
	height: 452px;
	position: relative;
	width: 440px;
}
.r {
	float: right;
}
.productIntro h2 {
	border-bottom: 1px dotted #aaa;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 10px 0;
}
.product-introduce-title ul li {
	background-color: #008dd7;
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 50px;
	padding: 0 40px;
}
.product-introduce-title {
	background-color: #f5f5f5;
	height: 50px;
	margin-top: 30px;
}
.productBottom h2 {
	background-color: #f5f5f5;
	border-left: 4px solid #008dd7;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}
.tb-picList {
	height: 62px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: 450px;
}
.tb-picList .tb-thumb {
	height: 62px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 400px;
}
.tb-picList .tb-thumb ul {
	display: table;
	position: absolute;
	width: 999999px;
}
.tb-picList .tb-thumb li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 76px;
}
.tb-picList .tb-thumb a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dadada;
	display: table-cell;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.tb-picList .tb-thumb img {
	cursor: pointer;
	max-width: 100%;
}
.tb-picList .tb-thumb em {
	border: 2px solid #008dd7;
	height: 58px;
	left: 0;
	position: absolute;
	top: 0;
	width: 58px;
}
.value {
	color: #666666;
	font-family: "微软雅黑", sans-serif;
	font-size: 14px;
	line-height: 2em;
}
.zoomMask {
	background: url("../images/mask.png") repeat scroll 0 0;
	cursor: move;
	position: absolute;
	z-index: 999;
}
.zoomDiv {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	display: none;
	height: 200px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 200px;
	z-index: 999;
}
.tb-picList .prev {
	left: 0;
}
.tb-picList .prev, .tb-picList .next {
	font-family: "simsun";
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	top: 20px;
}
.tb-picList .next {
	right: 0;
}
.subNav a:hover {
	color: #fff!important;
}
.page-news-list {
	padding-top: 10px;
	position: relative;
}
.page-news-list ul {
	border-bottom: 1px dotted #aaa;
	padding: 20px 0;
}
.page-news-list dl {
	height: 190px;
}
#bosi dl dt, #box dl dt {
	position: relative;
	cursor:pointer;

}
.page-news-list dl dt {
	float: left;
	height: 190px;
	overflow: hidden;
	position: relative;
	width: 240px;
}
#bosi dl dt span, #box dl dt span {
	background-color: #008dd7;
	overflow: hidden;
	position: absolute;
}
#bosi dl dt img, #box dl dt img {
	border: 1px solid #e5e5e5;
	padding: 4px;
}
.page-news-list dl dd {
	float: left;
	font-size: 12px;
	height: 190px;
	letter-spacing: 1px;
	margin-left: 30px;
	position: relative;
	width: 680px;
	cursor:pointer;
}
.page-news-list dl dd h3 {
	color: #333;
	font-size: 18px;
	line-height: 50px;
	padding: 0 0 4px;
	transition-duration: 0.3s;
}
.page-news-list dl dd p {
	color: #666;
	line-height: 22px;
}
.page-news-list dl dd h6 {
	bottom: 0;
	color: #888;
	left: 0;
	position: absolute;
}
.pic-list {
    position: relative;
    top: 0;
}
.pic-list ul {
    float: left;
    margin: 25px 25px 0 0;
    overflow: hidden;
    width: 300px;
}
.pic-list dl {
}
.pic-list dl dt {
    overflow: hidden;
    position: relative;
}
.pic-list dl dd {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding-top: 5px;
    text-align: center;
}
.pic-list a:hover dl dd {
    color: #008dd7;
}
.page-pic-list ul {
    margin: 25px 25px 0 0;
    width: 300px;
}
.page-pic-list ul:nth-child(3n) {
    margin-right: 0;
}
.page-honor-list ul {
    margin: 23px 23px 0 0;
    width: 220px;
}
.page-honor-list ul:nth-child(4n) {
    margin-right: 0;
}

.page-honor-list ul:first-child+ul+ul+ul {
    margin-right: 0;
}



.anlilist ul li:nth-child(3n) {
    margin-right: 0;
}
.anlilist ul li:nth-of-type(3n) {
    margin-right: 0;
}

.anlilist ul li:first-child+li+li{ margin-right: 0;}
.anlilist ul li:first-child+li+li+li+li+li{ margin-right: 0;}
.anlilist ul li:first-child+li+li+li+li+li+li+li+li{ margin-right: 0;}
table td, table th {
    border: 1px solid #ecedf1;
    padding: 12px 20px;
    text-align: left;
    transition: background 0.3s ease 0s;
}

.webbg, .anlibg {
    background: #f4f4f4 url("../images/index_54.jpg") no-repeat scroll center top;
    position: relative;
    width: 100%;
}
.anlititle {
    margin: 0 auto;
    padding: 65px 0;
    text-align: center;
    width: 1180px;
}
.anliclass {
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
    text-align: center;
    width: 1180px;
}
.anliclass a.cur {
    background: url("../images/Icon21.png") no-repeat scroll 0 0;
    color: #fff;
}
.anliclass a {
    background:url("../images/Icon20.png") no-repeat scroll 0 0;
    color: #7e7e7e;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    margin: 0 5px;
    width: 109px;
}
.Contact {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dee0e0;
    border-radius: 10px;
    box-shadow: 0 -1px 5px #e5e6e6;
    height: 550px;
    margin: 0 auto;
    position: relative;
    width: 1180px;
}
.Contact h3 {
    font-size: 24px;
    line-height: 26px;
    padding: 50px 0;
    text-align: center;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.Contact ul {
    margin: 0;
    padding: 0;
}
.Contact ul li {
    border-right: 1px solid #e7e7e7;
    float: left;
    height: 200px;
    padding: 0 12px;
    width: 270px;
}
.Contact ul li a {
    display: block;
    height: 180px;
    padding-top: 20px;
    width: 270px;
}
.Contact ul li a.adress span {
    background:url("../images/Icon57.gif") no-repeat scroll 0 0;
    display: block;
    height: 65px;
    width: 80px;
}
.Contact ul li a span {
    margin: 0 auto 15px;
}
.Contact ul li p {
    font-size: 14px;
    text-align: center;
}
.Contact ul li p.font18 {
    font-size: 18px;
    padding-top: 3px;
}
.Contact ul li a.Tel span {
    background:url("../images/Icon58.gif") no-repeat scroll 0 0;
    display: block;
    height: 65px;
    width: 80px;
}
.Contact ul li a.Fax span {
    background:url("../images/Icon59.gif") no-repeat scroll 0 0;
    display: block;
    height: 65px;
    width: 80px;
}.Contact ul li a span {
    margin: 0 auto 15px;
}
.Contact ul li a.Email span {
    background:url("../images/Icon60.gif") no-repeat scroll 0 0;
    display: block;
    height: 65px;
    width: 80px;
}
.cooperationlist {
    padding: 46px 0 30px;
    text-align: center;
}
.cooperationlist h4 {
    color: #0795d7;
    font-size: 21px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.cooperationlist a {
    color: #0795d7;
    display: inline-block;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin-left: 30px;
}
.qdqq {
    background: url("../images/qdicon02.jpg") no-repeat scroll left center;
    display: inline-block;
    padding-left: 45px;
}
.Contact dl {
    background: #8b0a0d none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    height: 58px;
    left: -1px;
    position: absolute;
    width: 1182px;
}
.Contact dl dt.business {
    height: 56px;
    margin-left: 185px;
    padding: 2px 0 0 15px;
    width: 75px;
}
.Contact dl dt {
    background: #b3090d none repeat scroll 0 0;
    display: inline;
    float: left;
    height: 58px;
    width: 90px;
}
.Contact dl dt h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.Contact dl dt.business p {
    color: #fff;
}
.Contact dl dt p {
    color: #233950;
    font-size: 10px;
    line-height: 15px;
}
.Contact dl dd.business {
    padding-left: 12px;
    width: 430px;
}.Contact dl dd {
    color: #fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
}
.Contact dl dt.Customer {
    height: 53px;
    padding: 5px 0 0 15px;
    width: 75px;
}
.Contact dl dd.Customer {
    padding-left: 12px;
    width: 355px;
}
.ContactRide {
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 45px;
    width: 1180px;
}
.Contact dl dd.Customer {
    padding-left: 12px;
    width: 355px;
}
.Contact dl dd a {
    color: #fff;
    padding-right: 10px;
}
.Contact dl dt.Customer p {
    color: #fff;
    line-height: 12px;
}
.Contact dl img {
    bottom: 0;
    display: block;
    left: 40px;
    position: absolute;
}.Contact ul li a:hover {
    background: #eb3900 none repeat scroll 0 0;
    color: #fff;
}.Contact ul li a.adress:hover span {
    background:url("../images/Icon057.gif") no-repeat scroll 0 0;
}.Contact ul li a.Tel:hover span {
    background:url("../images/Icon058.gif") no-repeat scroll 0 0;
}.Contact ul li a.Fax:hover span {
    background:url("../images/Icon059.gif") no-repeat scroll 0 0;
}.Contact ul li a.Email:hover span {
    background:url("../images/Icon060.gif") no-repeat scroll 0 0;
}
.ContactRide dl {
    border-bottom: 1px solid #dddddd;
    padding-top: 35px;
}

.ContactRide dl dt {
    color: #3c3c3c;
    float: left;
    font-size: 24px;
    font-weight: bold;
    width: 75px;
}
.ContactRide dl dd h4 {
    font-weight: bold;
    padding-bottom: 30px;
}
.ContactRide dl dd p {
    padding-bottom: 30px;
	line-height:24px;
	font-size:14px;
	
}.about-culture {
    overflow: hidden;
    padding: 30px 20px 30px 30px;
}
.culture-txt {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    width:600px;
	margin-left:10px;
}
.commonleft {
    float: left;
}
.culture-txt li {
    margin-top: 25px;
	padding-left: 40px;
	width:510px;
	float:left;
}
.culture-txt h2::after {
    background: #aaa none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -40px;
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.culture-txt h2 {
    font-size: 20px;
}
.culture-txt h2 {
    color: #273c92;
    font-size: 16px;
    position: relative;
}
.contentbox {
    padding: 40px;
}
.contentbox {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
}
.commonweb {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
.main_con {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.contact {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor #dddddd #dddddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    height: auto;
    width: 1198px;
}
.h50 {
    height: 50px;
    width: 100%;
}
.contact_about {
    margin: 0 auto;
    width: 1080px;
}
.contact_about_t {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 20px;
    height: 35px;
    width: 100%;
}
.contact_about_name {
    border-bottom: 2px solid #ff6600;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}
.contact_about_name1 {
    border-bottom: 0 none;
    border-top: 2px solid #ff6600;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.contact_about_name {
    border-bottom: 2px solid #ff6600;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}
.h65 {
    height: 65px;
    width: 100%;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.about_info_txt {
    border-right: 1px solid #ddd;
    width: 728px;
}
.about_info_txt p {
    color: #555;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 28px;
    width: 690px;
}
.about_info_img {
    background:url("../images/contact_about.png") no-repeat scroll 0 0;
    height: 450px;
    width: 315px;
}
.contact_about .contact_person {
    background: url("../images/contact_person.png") no-repeat scroll 0 0;
    height: 350px;
    width: 100%;
}

.contact_about_name {
    border-bottom: 2px solid #ff6600;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}
.h40 {
    height: 40px;
    width: 100%;
}
.contact_about .contact_history {
    background:url("../images/contact_history.png") no-repeat scroll 0 0;
    height: 520px;
    width: 100%;
}
.contact_about .culture {
    margin: 0 auto;
    overflow: hidden;
    width: 1064px;
}
.contact_about .culture_imgbg {
    background:url("../images/culture.jpg") no-repeat scroll center top;
    color: #888;
    height: 185px;
    margin: 0 auto;
    overflow: hidden;
    width: 768px;
}.contact_about .culture_img {
    display: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 455px;
}
.contact_about .culture_img_t {
    font-size: 32px;
    font-weight: bold;
    height: 60px;
}
.contact_about .culture_img_t font {
    font-size: 28px;
    font-weight: normal;
    padding-left: 12px;
}
.contact_about .culture_img_d {
    font-size: 16px;
    line-height: 28px;
}
.contact_about .culture_bg {
    background: url("../images/culture_07.jpg") no-repeat scroll center bottom;
    height: 170px;
    position: relative;
}
.contact_about .culture_li {
    cursor: pointer;
    float: left;
    height: 180px;
    width: 266px;
}
.contact_about .culture_li .culture_li_til {
    color: #fff;
    font-family: "寰蒋闆呴粦";
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}
.contact_about .culture_li .culture_li_stil {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.contact_about .culture_mos {
    background:url("../images/culture_10.jpg") no-repeat scroll 0 0;
    height: 113px;
    margin: 0 auto;
    width: 1002px;
}

.abouts .con {
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto;
    width: 1170px;
}
.abouts .con1 .img {
    float: right;
    margin-top: 80px;
	box-shadow:0px 0px 10px #6c6c6c;
}.abouts .con1 .txt {
    float: left;
    width:100%;
}.abouts .title {
    color: #000;
    font-size: 28px;
    line-height: 1.5em;
    padding-bottom: 20px;
}
.abouts .title span {
    background: #ffa800 none repeat scroll 0 0;
    display: block;
    height: 4px;
    width: 68px;
}
.abouts .con {
    font-size: 14px;
    line-height: 35px;
}.abouts .con3_bg {
    background: #f5f5f5 none repeat scroll 0 0;
}.abouts .con3_bg {
    background: #f5f5f5 none repeat scroll 0 0;
}
.abouts .con3_bg .con3 {
    padding: 40px 0 70px;
}
.abouts .con3_bg .con3 .title {
    padding-bottom: 60px;
}
.abouts .con3_bg .con3 .list {
    background: url("../images/about_img3.jpg") no-repeat scroll 0 0;
font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    height: 346px;

    position: relative;
}
.abouts .con3_bg .con3 .list li {
    position: absolute;
    width: 300px;
}
.abouts .con3_bg .con3 .list .li1 {
    left: 112px;
    top: 35px;
}
.abouts .con3_bg .con3 .list .li2 {
    left: 112px;
    top: 210px;
}
.abouts .con3_bg .con3 .list .li3 {
    left: 784px;
    top: 35px;
}
.abouts .con3_bg .con3 .list .li4 {
    left: 784px;
    top: 206px;
}
.abouts .con2 .img {
    bottom: 50px;
    position: absolute;
    right: 0;
	box-shadow:0px 0px 10px #6c6c6c;
}.abouts .con2 .txt {
    padding: 40px 0 0;
    width: 523px;
}.abouts .con2 {
    height: 350px;
    padding: 10px 0 50px;
    position: relative;
}