﻿

html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #c43c2e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
	margin: 30px auto;
}
.pages ul {
	height: 50px!important;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #e40012;
	border-color: #fff;
}
.thisclass {
	border: 1px solid #d9d9d9;
	background-color: #c43c2e;
	padding: 5px 10px;
	color: #fff;
}
.pages ul li {
	width: auto!important;
	height: auto!important;
	margin-right: 0px!important;
	border: 0!important;
	float: left;
	margin-left: 10px;
}
.pages ul li span {
	text-align: center;
	display: inline-block;
}
.pages a:hover {
	color: #fff !important;
	background-color: #0767be;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #c43c2e;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.topbar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #DC241F;
}
.black {
	color: #fff;
}
.black a {
	color: #fff;
}
.logo {
	float: left;
	text-align: center;
	color: #fff;
}
.logo p {
	font-size: 16px;
	;
	display: block;
}
.logo span {
	font-size: 12px;
	display: block;
	transform: scale(0.6);
}
.logo_txt {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.logo_txt p {
	line-height: 27px;
	font-size: 19px;
	color: #fff;
	text-align: left;
	font-weight: 500;
}
.logo_txt .p_logo{font-size:22px; letter-spacing:3px;}
.logo_txt span{font-size:12px; color:#fff; display:block;}



.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 19%;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 500;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.slide-text > a.btn-default {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #ea0e05;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.service {
	padding: 50px 0px;
}
.service ul li {
	width: 280px;
	margin: 10px;
	float: left;
	background-color: #f3f3f3;
	text-align: center;
}
.xmtit-1 {
	background: url(../images/xm01.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-2 {
	background: url(../images/xm02.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-3 {
	background: url(../images/xm03.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-4 {
	background: url(../images/xm04.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-5 {
	background: url(../images/xm05.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-6 {
	background: url(../images/xm06.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-7 {
	background: url(../images/xm07.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.xmtit-8 {
	background: url(../images/xm08.jpg) no-repeat center center;
	height: 84px;
	padding-top: 34px;
}
.service span {
	background-color: rgba(197,15,6,0.8);
	font-size: 18px;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px 20px;
}
.service span a {
	color: #fff;
}
.xmcon {
	border: 1px #e5e5e5 solid;
	width: 278px;
	background-color: #f3f3f3;
	padding: 20px 0px;
	height: 222px;
}
.xmcon p {
	line-height: 30px;
	font-size: 16px;
}
.xmcon p a {
	color: #000;
}
.xmcon p a:hover {
	color: #c50f06;
}
.indextit {
	text-align: center;
	margin-bottom: 30px;
}
.indextit h2 {
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #222;
	letter-spacing: 5px;
	font-weight: bold;
}
.indextit p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	width: 100%;
	margin: 20px auto;
	display: block;
}
.pro {
	border: 1px #e5e5e5 solid;
	padding: 20px
}
.protit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
}
.proFl {
	width: 250px;
	float: left;
}
.proFl_t {
	margin-top: 10px;
	margin-bottom: 10px;
}
.proFl_line2 {
	float: right;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.proFl_t p {
	text-transform: Uppercase;
	font-size: 20px;
	color: #f9c700;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 10px;
}
.proFl_t span {
	color: #fff;
	letter-spacing: 3px;
	font-size: 30px;
}
.proFl ul {
	margin-top: 30px;
	padding: 0;
}
.proFl ul li {
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	float: left;
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 10px;
}
.proFl ul li:hover {
	border-bottom: 2px #DC241F solid;
}
.proFl ul li:hover a {
	color: #DC241F;
}
.proFl ul li a {
	display: block;
}
.proFl .line1 {
	width: 1px !important;
	height: 17px;
	background: url(../images/line1.jpg) 10px 40px;
	margin-top: 22px;
}
.protit span {
	color: #f16a0e;
	font-size: 36px;
}
.protit a {
	color: #f16a0e;
}
.proList {
	
	float: right;
}
.proList ul {
	margin: 0;
	padding: 0;
}
.proList ul li {
	width: 277px;
	height: 320px;
	float: left;
	margin: 0px 12px 10px 10px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.proList ul li p {
	overflow: hidden;
 x
}
.proList ul li a span {
	height: 42px;
	line-height: 42px;
	color: #333;
	display: block;
	text-align: center;
	padding: 0px 20px;
}
.proList ul li a img {
	width: 276px;
	height: 276px;
	transition: 800ms ease-in-out;
	-webkit-transition: 800ms ease-in-out;
	overflow: hidden;
}
.proList ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 1 !important;
}
.btmore {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	background: url(../images/more.png) no-repeat center center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.btmore:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
}
.pr {
	margin-top: -25px;
}
.youshi {
	width: 100%;
	padding: 80px 0px;
	margin: 50px 0px;
	background: url(../images/ysbg.jpg) no-repeat center center;
}
.ys {
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.ys h2 {
	font-size: 48px;
	font-weight: bold;
	color: #222;
}
.ys_s {
	width: 700px;
	float: left;
	margin-top: 30px;
}
.ys_s p {
	line-height: 90px;
	font-size: 16px;
}
.ysy {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background-color: #c4484a;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.about {
	height: 600px;
	background-color: #f3f3f3;
}
.aboutC {
	width: 566px;
	float: left;
	color: #fff;
	padding: 80px 0px;
	line-height: 30px;
}
.aboutC h2 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	letter-spacin: 5px;
}
.aboutC p {
	color: #333;
	font-size: 16px;
	text-align: left;
}
.honor {
	width: 614px;
	float: right;
	margin-top: 94px;
}
.honor p {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.honor img {
	float: left;
	margin-bottom: 9px;
	margin-left: 10px;
	transition: 800ms ease-in-out;
	-webkit-transition: 800ms ease-in-out;
	overflow: hidden;
	background-color: #000;
	border:7px #e5e5e5 solid;
}
.honor img:hover {
	background-color: #000;
	opacity: 0.6 !important;
	transition: 0.3s;
}
.abmore {
	width: 150px;
	float: left;
	height: 40px;
	margin-top: 20px;
	background-color: #e62022;
}
.abmore a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
	text-align: center;
}
.bzh {
	height: 218px;
	background: url(../images/bzh.jpg) no-repeat center;
}
.team {
	width: 100%;
	background-color: #f3f3f3;
	margin: 0 auto;
	padding: 50px 0px;
}
.team ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.team ul li {
	
	padding: 5px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.team ul li img {
	width: 278px!important;
	height: 200px;
	border: 1px #e5e5e5 solid;
	padding: 5px;
	transition: 800ms ease-in-out;
	-webkit-transition: 800ms ease-in-out;
	overflow: hidden;
}
.team ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.team ul li span {
	position: absolute;
	top: 100px;
}
.new {
	width: 100%;
	background: url(../images/newsbg.jpg) no-repeat bottom center;
}
.news {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.newsL {
	width: 750px;
	float: left;
}
.newsL dl {
	background-color: #f2f2f3;
	margin-bottom: 20px;
}
.newsL dl dt {
	float: left;
}
.newsL dl dd {
	float: right;
	width: 460px;
	padding-right: 20px;
}
.newsL dl dd h4 {
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}
.newsL dl dd h4 a {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.newsL dl dd p {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}
.newsList dl {
}
.newsList dl dt {
	float: left;
	width: 48%;
	line-height: 40px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	border-bottom: 1px #e5e5e5 dashed;
}
.newsList dl dt a:hover {
	color: #c43c2e;
}
.newsList dl dd {
	float: right;
}
.newstit {
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
}
.newscon {
	width: 480px;
	font-size: 14px;
	line-height: 20px;
}
.newstit h2 {
	font-size: 24px;
	color: #000;
	padding: 0px 20px;
	margin-bottom: 8px;
}
.newstit span {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.newsR {
	width: 440px;
	float: right;
}
.newsR em {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 24px;
	font-weight: bold;
	color: #c4484a;
}
.newsR i {
	display: block;
	width: 301px;
	height: 6px;
	float: left;
	background: url(../images/x.png) no-repeat center;
	margin-top: 8px;
}
.newsR h3 {
	display: block;
	height: 50px;
}
.newsR p {
	font-size: 15px;
	line-height: 30px;
}

.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fbff9f;
}
.footTop {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 20px;
}
.footTop ul li {
	float: left;
	margin: 0px 30px 0px 30px;
	font-size: 18px;
}
.footl {
	float: left;
	padding: 0px 50px;
	text-align: left;
}
.footl h2 {
	color: #fbff9f;
	display: block;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 20px;
}
.footl span {
	font-size: 18px;
}
.footl em {
	display: block;
	font-size: 14px;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding-left: 24px;
	background: url(../images/ad.png) no-repeat left;
	float: left
}
.footl p {
	font-size: 16px;
	line-height: 32px;
	padding-left: 20px;
	white-space: nowrap;
}
.main {
	margin-bottom: 50px;
	min-height: 500px;
}
.nLeft {
	width: 270px;
	float: left;
	overflow: hidden;
}
.nLeft_f {
	color: #fff;
	font-size: 24px;
	text-align: center;
	height: 80px!important;
	line-height: 80px!important;
	background-image: none!important;
	background-color: #c43c2e!important;
}
.nLeft ul li {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.nLeft ul li a {
	display: block;
	font-size: 18px;
}
.nLeft_a {
	width: 270px;
	float: left;
	overflow: hidden;
}
.nLeft_f_a {
	color: #fff;
	font-size: 24px;
	text-align: center;
	height: 60px!important;
	line-height: 60px!important;
	background-image: none!important;
	background-color: #000!important;
}
.nLxm li {
	background-color: #f3f3f3;
	height: 60px;
	line-height: 60px;
}
.nlXm li a {
	color: #000;
}
.nLxm li:hover {
	border-bottom: 2px #c43c2e solid;
}
.nLxm_a li {
	background-color: #c43c2e;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.nLxm_a li a {
	color: #fff;
}
.nLxinwen {
	width: 248px;
	margin-top: 20px;
	border: 1px #e5e5e5 solid;
	padding: 0px 10px 20px 10px;
}
.nLcontact {
	margin-top: 20px;
	height: 110px;
	background: url(../images/weixin.jpg) no-repeat left top;
	border-bottom: 3px #000 solid;
}
.nLcontact img {
	border: 1px #e5e5e5 solid;
}
.nLcontact h2 span {
	font-weight: normal;
	font-size: 18px;
}
.nLcontact h2 {
	font-size: 23px;
	margin-top: 15px;
	text-align: left;
	margin-left: 90px;
}
.nLxinwen li {
	text-align: left!important;
	height: 30px;
	line-height: 30px;
	width: 250px!important;
	margin: 0 auto;
	background-color: #fff!important;
}
.nLxinwen li a {
	font-size: 14px!important;
}
.nLeft_f1 {
	color: #333;
	font-size: 24px;
	text-align: center!important;
	height: 60px!important;
	line-height: 60px!important;
	border-bottom: 1px #333 solid;
	margin-bottom: 20px;
}
.nRight {
	width: 900px;
	float: right;
	padding: 10px 0px;
}
.nRight .proList {
	width: 905px;
}
.nPro ul li {
	width: 270px;
	height: 260px;
	float: left;
	margin: 7px;
	text-align: center;
}
.nPro ul li a p {
	height: 30px;
	line-height: 25px;
}
.nPro ul li a img {
	width: 268px;
	height: 230px;
}
.position {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	font-family: "Microsoft YaHei";
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
}
.position .searchF {
	width: 300px;
	height: 32px;
	background: url(../images/sea_t1.png) no-repeat left top;
	margin-top: 10px;
	float: right;
}
.position .searchF input {
	border: 0;
	float: left;
	outline: none;
}
.position .tint {
	width: 230px;
	height: 32px;
	padding-left: 10px;
	background: none;
	line-height: 32px;
	color: #777;
}
.position .bint {
	width: 58px;
	height: 32px;
	cursor: pointer;
	background: url(../images/sea_b1.png) no-repeat center top;
}
.position a {
	color: #434242;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	text-align: center;
	width: 130px;
}
.submenu li a:hover, .submenu li a.hover {
	background: #e40012 none repeat scroll 0 0;
	color: #fff;
}
.page_top {
	padding: 18px;
}
.page_top h2 {
	color: #c43c2e;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	letter-spacing: 5px;
	font-weight: normal;
}
.list_top {
	margin-bottom: 30px;
}
.list_top h2 {
	color: #c43c2e;
	border-left: 8px #c43c2e solid;
	padding-left: 25px;
	text-align: left;
	line-height: 60px;
	font-size: 36px;
	font-weight: normal;
}
.list_xm ul {
	margin: 0;
	padding: 0;
}
.list_xm ul li {
	float: left;
	padding: 5px 20px;
	border: 1px #e5e5e5 solid;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.list_honor ul {
	margin-left: 15px;
}
.list_honor ul li {
	float: left;
	width: 380px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.list_honor ul li.active{background-color:#c43c2e!important;}
.list_honor ul li.active a{ color:#fff!important;}
.list_honor ul li img {
	width: 100%;
	max-height:245px;
}
.list_honor ul li p {
	width: 60%;
	margin: 0 auto;
	line-height: 50px;
	display: block;
	text-align: center;
	border-bottom: 1px #666 solid;
	font-size: 16px;
}
.list {
	margin-bottom: 15px;
}
.list li {
	padding: 5px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}
.list li h3 {
	font-size: 16px;
	float: left;
	font-weight: bold;
	color: #666;
}
.list li span {
	color: #999;
	float: right;
}
.list li p {
	color: #666;
	margin-top: 30px;
}
.content {
	line-height: 36px;
	padding: 10px;
	font-size: 16px;
	color: #666;
}
.content img {
	text-align: center;
}
.show {
	margin-top: 30px;
}
.show_top {
	text-align: center;
	margin-bottom: 20px;
}
.show_top .title {
	border-bottom: 1px dotted #ddd;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	color: #000;
}
.show_top .date span {
	color: #999;
	font-size: 12px;
	margin-right: 20px;
}
.prepage {
	margin: 20px 0;
	border-top: 1px #e5e5e5 dotted;
	padding: 20px 0px;
}
.prepage p {
	font-size: 12px;
	line-height: 30px;
}
.prepage p a {
	color: #2278c5;
}
.conProL {
	width: 500px;
	float: left;
}
.conProR {
	width: 400px;
	float: right;
	color: 16px;
}
.conProR p {
	font-size: 24px;
	color: #2278c5;
}
.conProR_title {
	border-bottom: 1px dashed #e5e5e5;
	font-size: 26px;
	padding-bottom: 10px;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.gdTitle {
	font-size: 18px;
	margin-top: 0;
	background: url(../images/line.jpg) center center;
}
.gdTitle span {
	background-color: #fff;
	padding-right: 10px;
}
.gdDes {
	line-height: 24px;
	padding: 15px 10px 15px 0px;
}
.gdImg {
	padding: 10px 0px;
}
.anli {
	width: 100%;
	height: 303px;
	text-align: center;
	float: left;
}
.Anli_01 {
	width: 1200px;
	height: 303px;
	margin: 0px auto;
}
.Anli_01_02 {
	width: 1200px;
	height: 303px;
	background: url(../images/bg2.jpg) repeat-x bottom;
	float: left;
}
.Anli_01_02_01 {
	height: 36px;
	background-image: url(../images/bg3.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}
.Anli_01_02_01_01 {
	height: 36px;
	line-height: 36px;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
	color: #56a93f;
	float: left;
}
.Anli_01_02_01_02 {
	height: 36px;
	line-height: 36px;
	width: 321px;
	text-align: left;
	font-size: 14px;
	color: #56a93f;
	float: left;
	padding-right: 10px;
}
.Anli_01_02_01_02 a {
	line-height: 36px;
	text-align: left;
	font-size: 12px;
	color: #56a93f;
	float: right;
	text-align: right;
}
.Anli_left {
	height: 220px;
	width: 40px;
	margin-top: 110px;
	padding-left: 10px;
	float: left;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.Anli_pic {
	height: 220px;
	width: 1120px;
	margin-top: 110px;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}
.Anli_right {
	height: 220px;
	width: 40px;
	margin-top: 110px;
	float: left;
	background-image: url(../images/right.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
a.green:visited, a.green:link {
	color: #51ab3a;
}
a.green:hover {
	color: #F00;
}
a.green:active {
	color: #F00;
}
.box {
	width: 250px;
	height: 250px;
	float: left;
	margin: 0px 5px;
	padding-top: 5px;
	font-size: 12px;
}
.box a.imgBorder img {
	width: 240px;
	height: 204px;
}
.box a.imgBorder:link, .box a.imgBorder:visited {
	border: #CCCCCC solid 1px;
	width: 240px;
	height: 210px;
	padding: 2px;
	display: block;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
}
.box a.imgBorder:hover {
	border: #56a93f solid 1px;
	padding: 2px;
	width: 240px;
	height: 210px;
	display: block;
}
.anli_box_title {
	text-decoration: none;
	width: 128px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	color: #000;
}
.anli_box_title:hover {
	color: #56a93f;
	text-decoration: underline;
}
.dibu {
	height: 220px;
	padding: 10px;
	margin-top: 30px;
	border: 1px #e5e5e5 solid;
	background-color: #f3f3f3;
}
.dibu img {
	margin-left: 50px;
	margin-right: 40px;
	float: left;
}
.dibu p {
	font-size: 16px;
	line-height: 40px;
}
.dibu h2 {
	color: #0385d9;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.dibu span {
	font-size: 20px;
	display: block;
}
.liuyan {
	font-size: 18px;
	line-height: 70px;
}
.liuyan input {
	border-radius: 0;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
}
.liuyan textarea {
	border: 1px solid #ddd;
	height: 150px;
}
.liuyan .coolbg {
	width: 120px;
	height: 50px;
	line-height: 50px;
	background-color: #c43c2e;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.so {
	width: 100%;
	background-color: #000;
	height: 50px;
}
.soso {
	line-height: 50px;
	width: 1200px;
	margin: 0 auto;
}
.soso a {
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
}
.link{width:100%;height:45px;line-height:45px;border-top:1px #e5e5e5 solid;}
.link p{width:1200px;margin:0 auto;}
.link a {
	color: rgba(64,63,63,.9);
	margin: 0 15px;
}
.link a:hover {
	color: #c4484a;
	margin: 0 15px;
}

