﻿* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #666;
	font-size: 14px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #ec6023;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	float: right;
}
.pages ul {
	height: 50px!important;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.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 #ff5400;
	background-color: #db0303;
	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!important;
}
.pages a:hover {
	color: #fff !important;
	background-color: #0158b5;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #c13224;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
.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;
}

.logo_txt {
	float: left;
	margin-right: 10px;
	margin-top:20px;
}
.logo_txt img{ margin-left:0; display:inline-block;}
.logo_txt p {
	height: 36px;
	line-height: 36px;
	font-size: 33px;
	color: #222;
	font-weight:700;
	letter-spacing:3px;
	margin-bottom:10px
}
.logo_txt span {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #162752;
	text-align: center;
}
.tel {
	float: right;
	width: 250px;
	margin-top: 25px;
	color: #000;
	background:url(../images/tel.jpg) no-repeat center left;
	padding-left:100px;
}
.tel img {
	margin-left: 0px;
	width: 96px;
	display:inline-block;
}
.tel span {
	font-size: 20px;
	color: #ff0000;
}
.header {
	width: 100%;
	z-index: 9999;
}
.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
	color: #777;
	border-bottom: 1px solid #ccc;
	font-size:12px;
}
.top .topl {
	width: 700px;
	float: left;
	text-align: left;
}
.top .topl h1{font-size:12px; display:inline-block;}
.top .topl span a{font-size:20px; color:#fff;}
.top .topr {
	float: right;
}
.top .topr span a{ color:#fc0101;font-weight:bold; margin-right:30px;}
.top .topr a {
	color: #000
}
.head {
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom:15px;
}
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom:1px #ccc solid;
	background-color:#0055aa;
}
.nav ul {
	width: 1200px;
	margin: 0 auto;
}
.nav li {
	float: left;
	margin: 0 3px;
}
.f_nav a{background-color:#ec6023;}
.nav li a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	letter-spacing: 2px;
}
.nav li:hover {
	background-color:#292929;
}
.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;
}
.so {
	width:1200px;
	margin:0 auto;
	height: 70px;
	z-index:9999;
	margin-top:-120px;

}
.ss {
	width: 1200px;
	margin: 0 auto;
	text-align: left;

}
.ss li{
	width:390px;
	height:70px;
	line-height:70px;
	background:rgba(45,44,44,0.85);
	text-align:center;
	display: block;
	float: left;
	color: #fff;
	font-size: 30px;
	margin-right:10px;
	
}
.ss li:hover{background: rgba(0,85,170,0.85);}
.product {
	width:1280px;
	margin:0 auto;
	padding:30px 0px;
	border:1px #e5e5e5 solid;

}
.indextit {
	text-align: center;
	margin-bottom: 30px;
}
.indextit h2 {
	text-align: center;
	line-height: 88px;
	font-size: 40px;
    font-weight:normal;
	color:#222;
}
.indextit h2 a{
	color: #222;
	letter-spacing: 3px;
	}
.indextit img{width:100%; margin:0 auto; margin-top:18px;}
.indextit font {
}
.indextit span {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	width: 200px;
	border-radius: 16px;
	margin: 20px auto;
	height: 40px;
	background-color: #f9990f;
	display: block;
}
.indextit p{font-size:23px; color:#ec6023;}
.protit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
}
.proFl {
	width: 270px;
	float: left;
	background-color:#f3f3f3;
}
.proFl_t {
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #3e3838;
	color: #fff;
	font-size: 24px;
	border-top-left-radius:30px;
	border-top-right-radius:15px;
}

.proFl h3 {
	height: 60px;
	line-height: 60px;
	text-align:left;
	padding-left:20px;
	font-size: 16px;
	font-weight: normal;
	border-bottom:1px #e5e5e5 dotted;
	background-color:#ec6023;
	color:#fff;
}
.proFl h3 a {
	color: #fff;
}
.proFl h3:hover{background-color:#ec6023;}
.proFl h3:hover a{color:#fff;}
.proFl ul li{width:90%; margin:0 auto;height:60px;line-height:60px;font-size:15px; background:url(../images/row.png) no-repeat 30px center;border-bottom:1px #e5e5e5 solid; padding-left:55px;}
.proFl ul li:hover a{color:#ec6023;}
.proFl ul li:hover {font-size:16px!important;}
.proFl_lx {
	margin-top:10px;
	background-color: #f3f3f3;
	color: #000;
	padding: 25px 10px;
	border-bottom:5px #ccc solid;
}
.proFl_lx .p1{background:url(../images/left_tel.png) no-repeat left center; padding-left:60px; border-bottom:1px #ccc dashed; height:50px; font-size:14px; color:#666;}
.proFl_lx font{font-size:20px;color:#ec6023;}
.proFl_lx .p2{background:url(../images/left_dz.png) no-repeat left center; padding-left:60px; border-bottom:1px #ccc dashed;height:70px; padding-top:10px; font-size:14px; color:#666}
.p2 p{font-weight:bold;color:#000;}
.protit span {
	color: #f16a0e;
	font-size: 36px;
}
.protit a {
	color: #f16a0e;
}
.proList {
	width: 900px;
	float: right;
}
.proList ul {
	margin: 0;
	padding: 0;
}
.proList ul li {
	width: 277px;
	float: left;
	margin: 0px 12px 10px 10px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.proList ul li p {
	overflow: hidden;
}
.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: 207px;
	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;
}
.honor ul li a img{width:272px;height:408px; border:1px #e5e5e5 solid; padding:1px;}

.pr {
	margin-top: -25px;
}
.about {
	width: 100%;
    padding: 70px 0px;
    background: url(../images/abbg1.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
	margin-top:50px;
}
.aboutC {
	width: 1250px;
    margin: 0 auto;
    line-height: 30px;
    padding: 50px 20px;
    background-color: #fff;
}
.aboutC h2 {
	font-size: 42px;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-weight:normal;
}
.aboutC h3{font-size:20px; height:40px;line-height:40px; text-align:center;font-weight:normal; margin-bottom:20px; color:#fff; background-color:#ec6023; margin-left:14px; margin-right:14px;}
.aboutC p {
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height:30px;
	text-align:center;
	 margin-bottom:15px;
	 margin-bottom:20px;
}
.aboutC .more{width:220px;height:50px;line-height:50px; display:block; border-radius:5px; text-align:center;margin:0 auto; background-color:#3e3838;}
.aboutC .more a{color:#fff;}
.chejian{width:100%;margin:0;padding:0; margin-bottom:30px;}
.chejian ul li{float:left; margin-left:14px;}
.chejian ul li img{width:285px;}
.news {
	width: 1196px;
	margin: 0 auto;
	padding:50px 0px;
}
.news ul li{float:left;width:299px; padding:30px 20px; border:1px #ccc solid; margin-bottom:15px;}

.news ul li h3{font-size:16px; color:#333;height:36px; line-height:20px;}
.news .line{height:1px;width:16px;color:#ec6023;}
.news img{width:90%;margin:0 auto; margin-top:16px;margin-bottom:16px;}
.news span{line-height:24px;font-size:14px; color:#666; margin-top:10px;}
.news .more{border:1px #ec6023 solid; color:#ec6023;width:90px; height:30px; line-height:30px;font-size:14px; text-align:center; margin-top:20px;}
.news ul li:hover {color:#fff!important; background-color:#ec6023;}
.news ul li:hover span{color:#fff;}
.news ul li:hover p{color:#fff;}
.news ul li:hover h3{color:#fff;}
.news ul li:hover .more{border:1px #fff solid; color:#fff;}
.link {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/link.jpg) no-repeat left top;
	line-height: 54px;
	padding-left: 170px;
}
.footer {
	padding: 40px 0px;
	background-color: #3e3838;
	color:#fff;
	border-top:10px #e5e5e5 solid;
	}
.fl{width:900px;margin-right:50px;float:left;}
.fl .fl-nav ul li{float:left; padding:0px 18px; line-height:20px;border-left: 2px solid #fff;}
.fl .fl-nav ul li a{color:#fff;}
.fl .fl-nav ul li:nth-child(1){border-left:none;}
.fl .fl-des{margin-left:18px;line-height:40px; margin-top:40px;}
.fl .fl-des a{color:#fff;}
.fl h2{font-size:36px;margin-left:18px; margin-top:20px;}
.fl h3{width:100px;font-size:20px;border-bottom:1px #fff solid; margin-bottom:10px;line-height:60px; color:#fff;}
.fl p{line-height:30px; text-align:left;  }
.fr{width:200px; float:right;}
.fr h3{width:140px;font-size:14px; font-weight:normal;margin-bottom:10px;line-height:30px; color:#fff; text-align:center;}
.fr img{float:left; width:135px;}
.footbtm{height:60px;line-height:60px;border-top:1px #ccc solid;background-color:#ec6023; color:#fff;}
.footbtm a{color:#f3f3f3;}

.abbanner {
	height: 400px;
	background: url(../images/bannerA.jpg) no-repeat center;
	margin-top: 2px;
}
.newbanner {
	height: 400px;
	background: url(../images/bannerN.jpg) no-repeat center;
	margin-top: 2px;
}
.probanner {
	height: 400px;
	background: url(../images/bannerP.jpg) no-repeat center;
	margin-top: 2px;
}
.lxbanner {
	height: 400px;
	background: url(../images/bannerL.jpg) no-repeat center;
	margin-top: 2px;
}
.main {
	margin-bottom:50px;
	min-height: 500px;
	position:relative;
	padding-top:50px;
}
.neiNav {
	margin-bottom: 20px;
	height: 47px;
}
.neiNav li {
	float: left;
	text-align: center;
	width: 238px;
	font-size: 16px;
	border: 1px solid #efefef;
}
.neiNav li a {
	display: block;
	height: 45px;
	line-height: 45px;
}
.neiNav li a.cur, .neiNav li a:hover {
	background: #c13224;
	color: #fff;
}
.neiNav li a:hover, .neiNav li.cur a {
	background: #c13224;
	color: #fff;
	font-weight: bold;
}
.nLeft {
	width: 270px;
	float: left;
	overflow: hidden;
}
.npro {
	background-color: #ccc;
}
.nproT {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #e70012;
	color: #fff;
	font-size: 24px;
}
.npro h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	background: url(/skin/images/ncp_libg.jpg) no-repeat center center;
}
.npro h3 a {
	color: #fff;
	padding-left: 30px;
}
.npro ul li {
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	padding-left: 30px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #fff dotted;
}
.nLcontact {
	background-color: #c13224;
	color: #fff;
	padding: 30px;
}
.nLcontact h2 {
	background: url(/skin/images/zx.png) no-repeat center center;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.nLcontact p {
	line-height: 30px;
}
.nRight {
	width: 900px;
	float: right;
	background-color:#fff;
}
.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;
}
.page_top {
	border-bottom: 1px #e5e5e5 solid;
	height: 35px;
	line-height: 50px;
	margin-bottom: 30px;
}
.page_top h2 {
	float: left;
	font-size: 24px;
	line-height:30px;
	text-align: left;
	color: #000;
	font-weight:bold;}
.page_top p {
	float: right;
	line-height: 36px;
	font-size: 12px;
	margin-right: 10px;
}
.list_top {
	border: 1px #e5e5e5 solid;
	height: 60px;
	text-align: center;
	padding: 10px 0px;
	background-color: #f3f3f3;
	margin-bottom: 30px;
}
.list_top h2 {
	font-size: 30px;
	color: #ee1214;
}
.list_top span {
	font-size: 12px;
}
.content {
	line-height: 36px;
	padding: 10px;
	font-size: 14px;
	color: #333;
}
.content img {
	text-align: center;
}
.list {
	margin-bottom: 15px;
}
.list li {
	line-height: 30px;
	border-bottom: 1px #ccc solid;
	padding: 5px 0px;
	list-style:circle;
	margin-left:20px;
}
.list li h3 {
	float: left;
}
.list li span {
	color: #999;
	float: right;
	margin-right: 15px;
}
.list li p {
	line-height: 30px;
}
.list li a {
	padding-left: 20px;
	display: block;
}
.content img {
	max-width: 700px;
}
.content .xq {
	border-bottom: 10px #ec6023 solid;
	color: #c13225;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}
.content .date {
	text-align: center;
}
.content .date span {
	color: #999;
	font-size: 12px;
	margin-right: 20px;
}
.prepage {
	margin: 20px 0;
	border-top: 1px #e5e5e5 dotted;
	padding: 10px 0px;
}
.prepage p {
	font-size: 12px;
	line-height: 30px;
}
.prepage p a {
	color: #c13225;
}
.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;
}
.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/20110525/bg2.jpg) repeat-x bottom;
	float: left;
}
.Anli_01_02_01 {
	height: 36px;
	background-image: url(/images/20110525/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;
}
.youshi{width:100%; padding-top:50px;background-color:#fff; border-top:10px #ec6023 solid;border-bottom:10px #ec6023 solid;}
.youshi .title{font-size:30px;color:#333; text-align:center;   }
.youshi .line{height:1px;width:700px;margin:0 auto; margin-top:10px;margin-bottom:10px; color:#000; background-color:#000;}
.youshi .title p{font-size:18px; line-height:24px; color:#222; text-align:center;}
.ys{width:1200px; height:1322px;margin:0 auto; background:url(/skin/images/ysbg.jpg) no-repeat center center; margin-top:40px;}
.ys img{margin:0;}
.proCon{ position:relative;}
.proCon h2{text-align:center; font-size:36px; margin-bottom:20px; font-weight:normal;}
.zixun{height:100px; border-top:1px #e5e5e5 solid; border-bottom:1px #e5e5e5 solid; position:absolute; bottom:10px;}
.zixun h3{height:100px;line-height:100px;font-size:24px; display:inline-block; vertical-align:top; color:#ff5400;}
.prolx{border-top:1px #e5e5e5 solid; border-bottom:1px #e5e5e5 solid;}
.shili{width:100%;height:620px; margin-top:50px; }
.join {
	width: 100%;
    padding: 70px 0px;
    background: url(../images/abbg1.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
	padding:120px 0px;
}
.join h2{width:1250px; margin:0 auto; border:1px #ccc solid; padding:80px 0px;font-size:30px; text-align:center; color:#fff;}
.join .more{width:180px; border:1px #e5e5e5 solid; text-align:center; margin:0 auto; margin-top:50px;}
.join .more a{ color:#fff; font-size:20px; font-weight:normal; height:40px;line-height:40px;}
#four_flash{position:relative;width:1300px;height:350px; margin:0 auto;position:absolute;}
#four_flash .flashBg{width:1180px;height:350px; margin:0 auto;position:relative;overflow:hidden; padding:0px 20px;}
#four_flash .flashBg ul.mobile{width:2000%;height:350px; position:absolute;left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:225px;height:340px;margin-left:8px;margin-right:7px;color:#333;}
#four_flash .flashBg ul.mobile li:hover{ color:#0158b5;}
#four_flash .flashBg ul.mobile li img{width:225px;height:200px;display:block; margin:0 auto;}
#four_flash .flashBg ul.mobile li dd{font-size:14px;width:250px;line-height:60px;text-align:center;border-bottom:1px solid #6C6E85;}
#four_flash .flashBg ul.mobile li p{font-size:16px; text-align:center;width:250px; line-height:24px;margin-top:10px;}
#four_flash .flashBg ul.mobile li a{display:block;border:0px;margin:8px auto;}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:70px; left:0px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:70px; right:0px; }

.iprot{height:60px;line-height:60px; border-bottom:1px #e5e5e5 solid;}
.iprot .xh{height:40px;line-height:40px;width:80px; background-color:#ec6023; margin-left:0px; text-align:center; color:#fff; font-size:20px; display:inline-block;}
.iprot .name{font-size:20px; margin-left:2px; display:inline-block;background-color:#ec6023;height:40px;line-height:40px; padding:0px 20px;}
.iprot .name a{ color:#fff;}
.iprot .more{line-height:80px;margin-right:20px; color:#b60808; float:right; }
.iprot .more a{color:#666}
.iprop{width:100%; margin-top:20px;}
.iprop ul li {
	width: 277px;
	float: left;
	margin: 0px 12px 10px 10px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.iprop ul li p {
	overflow: hidden;
}
.iprop ul li a span {
	height: 42px;
	line-height: 42px;
	color: #333;
	display: block;
	text-align: center;
	padding: 0px 20px;
}
.iprop ul li a img {
	width: 276px;
	height: 207px;
	transition: 800ms ease-in-out;
	-webkit-transition: 800ms ease-in-out;
	overflow: hidden;
}
.iprop ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 1 !important;
}

.fixed-sub {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -170px;
    height: 340px;
    width: 65px;
    z-index: 999;
}
.fixed-sub li {
    margin-bottom: 3px;
    position: relative;
}
.fixed-sub li a {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    padding-top: 7px;
    background: #ec6023;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.fixed-sub li span {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.fixed-sub li .icon_01 {
    background-image: url(../images/icon01.png);
}
.fixed-sub li .icon_02 {
    background-image: url(../images/icon02.png);
}
.fixed-sub li .icon_03 {
    background-image: url(../images/icon03.png);
}
.fixed-sub li .icon_04 {
    background-image: url(../images/icon04.png);
}
.fixed-sub li p {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
.fixed-sub li .wx{display:none;width:200px; height:auto; position:absolute; top:0px; right:66px;}
.fixed-sub li .wx img{width:200px; border-radius:10px;}
.fixed-sub li .dh {
    display: none;
    position: absolute;
	top:0px;
    right: 66px;
    width: 180px;
    letter-spacing: 1px;
    border-radius: 3px;
    height: 65px;
    line-height: 65px;
    font-size:18px;
    background: #e03a00;
    color: #FFFFFF;
}
.fixed-sub li:hover a {
	background: #e03a00;
}
.fixed-sub li:hover .wx {
	display: block;
}
.fixed-sub li:hover .dh {
	display: block;
}

.liuyan{padding:30px; width:100%; background-color:#f3f3f3;}
.liuyan table tr{height:50px; line-height:50px;}
.liuyan .form-group{padding-bottom:10px}
.liuyan h2{ text-align:center; margin-bottom:30px}
.liuyan span{color:#ff0000;}
.liuyan input{
	width: 250px;
    height: 32px;
    line-height: 32px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 5px;
}
.liuyan textarea {
    width: 250px;
    height: 80px;
    color: #666;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0 5px;
}
.liuyan .coolbg{
	width: 102px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #999;
    border-radius: 2px;
    color: #FFF;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}
}

