* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-width: 1200px;
	font: 15px/1.5 "Microsoft Yahei", Arial;
	color: #222;
	background: #FFF;
}
img {
	border: 0px;
}
ul,ol {
	list-style-type: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea,select {
	font: 15px/1 "Microsoft Yahei", Arial;
	color: #222;
	outline: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
h1,h2,h3,h4,h5,h6{
	font-size: 14px;
}
a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}
a:hover,a:active {
	color: #000;
	text-decoration: none;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
.arrow {
	font-family: 'Small Fonts';
	font-style: normal;
}
.hs {
	color: #fcf300
}
.autocut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.wrapper, .wrap {
	width: 1200px;
	margin: 0 auto;
}
.wrapper {
	margin-bottom: 50px;
	min-height: auto;
	padding-top: 60px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hid {
	height: auto;
	overflow: hidden;
} 
/******************************
 ** 首页风格
 ******************************/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	clear: both;
	/*margin-top: -60px;*/
		margin-top: 0px;
}
.banner .banner_bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.banner img {
	max-width: 100%;
	height: auto;
}
.banner .prev,.banner .next {
	position: absolute;
	top: 47%;
}
.banner .prev {
	left: 30px;
}
.banner .next {
	right: 30px;
}  
/*轮播图*/
.section {
	height: 100%;
}
.slideBox .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	width: 100%;
}
.slideBox .hd ul li {
	display: inline-block;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #ffbb22;
	color: #fff;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	text-align: center;
}
.slideBox .bd img {
	max-width: 100%;
	height: auto;
}
/*欢迎板块*/
.topper {
	background: #eaeaea;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #323232;
}
.topper a {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin: 0 7px;
}
/*头部*/
.topper2 {
	position: relative;
	height: 138px;
}
.topper2 div {
	display: inline-block;
}
.topper2 .logo {
	width: auto;
}
.topper2 img {
	display: block;
	max-width: 100%;
	margin-top: 12px;
}
.topper2 .slogon {
	width: 320px;;
	height: 31px;
	line-height: 31px;
	border-radius: 15px;
	border: 1px solid #23ac39;
	position: absolute;
	left: 200px;
	top: 30px;
}
.topper2 .slogon div {
	margin: auto 15px;
    font-size: 18px;
    color: #23ac39;
    width: 290px;
	text-align: center;
	border-left: 1px solid #23ac39;
	border-right: 1px solid #23ac39;
}
.topper2 .slogon span:nth-child(2) {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: 20px;
	color: #040404;
	line-height: 1.3;
}
.topper2 .top_wx {
	position: absolute;
	right: 310px;
	top: -1px;
}
.topper2 .tel {
	width: 223px;
	padding-left: 50px;
	background: url(../image/tel.png) left center no-repeat;
	position: absolute;
	right: 0;
	top: 38px;
}
.topper2 .tel span {
	display: inline-block;
	width: 100%;
	color: #040404;
	font-size: 18px;
	line-height: 1.3;
}
.topper2 .tel span:nth-child(2) {
	font-size: 35px;
	font-family: Impact;
	color: #23ac39;
}
/*导航*/
.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
	background: #23ac39;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.nav .list {
	display: inline-block;
	width: 100%;
}
.nav li {
	display: inline-block;
	width: 150px;
	height: 60px;
	text-align: center;
	position: relative;
	float: left;
}
.nav li > a {
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
}
.nav li.current > a, .nav li:hover > a {
	background: #ffff4e;
	color: #23ac39;
}
.nav li .current {
	background: #ffff4e;
	color: #23ac39;
}
.nav .drop {
	position: absolute;
	left: 0;
	top: 60px;
	width: 150px;
	text-align: center;
	overflow: hidden;
	display: none;
	z-index: 999;
	font-size: 15px !important;
	background: rgba(0,0,0,0.6);
}
.nav li:hover .drop {
	display: inline-block;
}
.nav .drop dl {
	width: auto;
	overflow: hidden;
}
.nav .drop dd {
	height: 40px;
	line-height: 40px;
}
.nav .drop dd a {
	display: block;
	width: 150px;
	background: #ffff4e;
	color: #23ac39;
}
.nav .drop dd a:hover {
	background: #23ac39;
	color: #fff;
}
/*banner*/
.swiper-container {
	margin-top: -20px !important;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img {
	max-width: 100%;
	height: auto;
}
.txtScroll-top {
	height: 87px;
	overflow: hidden;
	margin-top: -12px;
	background: url(../image/hot_newsbg.png) top center no-repeat;
	background-size: cover;
}
.txtScroll-top .bd {
	width: 1020px;
	height: 50px;
	float: right;
	margin-top: 32px;
}
.txtScroll-top .bd li {
	display: inline-block;
	width: 100%;
	height: 50px;
}
.txtScroll-top .bd li .date {
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 42px;
	float: left;
	font-size: 16px;
	color: rgba(51,51,51,.7);
}
.txtScroll-top .bd li .pid {
	display: inline-block;
	width: 120px;
	height: 25px;
	line-height: 25px;
	margin-right: 30px;
	float: left;
	font-size: 16px;
	color: rgba(51,51,51,.7);
	text-align: center;
	border: 1px solid #707070;
}
.txtScroll-top .bd li a {
	color: rgba(51,51,51,.7);
	font-size: 16px;
	line-height: 25px;
}
.txtScroll-top .bd li .right {
	margin-right: 20px;
	margin-top: 10px;
}
/*内页搜索框*/
.searcher {
	background: #f3f3f3;
	background: -webkit-linear-gradient(top, #fff, #f3f3f3);
	height: 45px;
	border-bottom: 1px #ddd solid;
}
.searcher .hot {
	line-height: 45px;
}
.searcher .hot strong {
	margin-right: 15px;
	color: #333;
}
.searcher .hot span, .searcher .hot a {
	margin-right: 15px;
	color: #333;
}
.searcher .hot a:hover {
	text-decoration: underline;
}
.searcher .sos {
	margin-top: 9px;
}
.searcher .sos dt {
	width: 250px;
	float: left;
}
.searcher .sos dd {
	; float: left;
}
.searcher .sos .txt {
	width: 95%;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 5%;
	font-size: 12px;
	border: 0;
	background: url(../image/searcher-input.png) left center no-repeat;
	color: #999;
}
.searcher .sos .submit {
	width: 68px;
	padding: 0 0 0 15px;
	height: 28px;
	background: url(../image/searcher-submit.png) left center no-repeat;
	border: 0;
	color: #FFF;
	cursor: pointer;
}
.searcher .sos .submit:hover {
	opacity: .9;
	filter: Alpha(opacity=90);
}
/*返回顶部*/
.fhtop {
	position: fixed;
	right: 10px;
	bottom: 200px;
	width: 80px;
	color: #333;
	background: #f2f2f2;
	border: 1px #ddd solid;
	text-align: center;
	padding: 5px 0;
	z-index: 999;
}
.fhtop span {
	display: block;
	font-family: "微软雅黑";
	font-size: 30px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
 /* Internet Explorer */
	-moz-transform: rotate(-90deg);
 /* Firefox */
	-webkit-transform: rotate(-90deg);
 /* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
 /* Opera */
}
.index_pro {
	width: 100%;
	padding-bottom: 30px;
}
#in_02 {
	width: 1200px;
	margin: 0 auto;
}
#in_02_r {
	width: 1000px;
	float: right;
	height: 490px;
	overflow: hidden;
}
.picList {
	padding: 0px;
	margin: 0;
	width: 1000px;
	overflow: hidden;
}
.picList ul {
	overflow: hidden;
	display: table;
	text-align: center;
}
.picList ul li {
	display: inline-block;
	width: 314px;
	height: 314px;
	margin: 8px 8px;
	position: relative;
}
.picList ul li .a {
	display: inline-block;
	width: 314px;
	height: 314px;
}
.picList ul li a img {
	display: block;
	width: 314px;
	height: 314px;
	margin: 0 auto;
}
.picList ul li a .icptit {
	width: 314px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #23ac39;
	font-weight: normal;
	background: #ffff4e;
	position: absolute;
	bottom: 0;
	left: 0;
}
.picList ul li:hover a .icptit {
	background: #23ac39;
	color: white;
}
/*适用行业*/
.hangye {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e9eaf5;
}
.hangye ul {
	display: inline-block;
	width: 100%;
	height: 230px;
}
.hangye ul li {
	display: inline-block;
	width: 113px;
	height: 230px;
	float: left;
	overflow: hidden;
	margin: 0 1px;
	position: relative;
}
.hangye ul li .a {
	margin-top: 38px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.hangye ul li img.b {
	margin-top: 38px;
	position: absolute;
	width: 113px;
    height: 113px;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.hangye ul li:hover img.a {
	display: block;
}
.hangye ul li span {
	display: inline-block;
	width: 100%;
	height: 23px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	margin-top: 18px;
	color: #332c2b;
	position: absolute;
	top: 65%;
}
.hangye ul img.c {
	float: left;
	margin: 0 11px;
}
.hangye ul li:nth-child(1) {
	float: left;
	margin-left: 12px;
}
.hangye ul li:last-child {
	float: left;
	margin-right: 0;
}
.content2 {
	width: 100%;
	height: 929px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url('../image/ys_bg.jpg') no-repeat center center;
}
.content2 .title span:nth-child(1) {
	color: #ffffff;
	margin-top: 40px;
}
.content2 .title span:nth-child(2) {
	color: rgba(255,255,255,0.7);
}
.ul_5 {
	width: 100%;
	margin-top: 30px;
}
.ul_5 li {
	width: 550px;
	height: 310px;
	float: left;
	position: relative;
	padding:20px;
}
.ul_5 li:nth-child(1) {
	background: url('../image/bg1.png') no-repeat left center;
	margin-bottom: 20px;
	background-size: contain;
}
.ul_5 li:nth-child(2) {
	background: url('../image/bg2.png') no-repeat right center;
	margin-bottom: 20px;
	background-size: contain;
}
.ul_5 li:nth-child(3) {
	background: url('../image/bg3.png') no-repeat left center;
	background-size: contain;
}
.ul_5 li:nth-child(4) {
	background: url('../image/bg4.png') no-repeat right center;
	background-size: contain;
}
.ul_5 li:nth-child(1),.ul_5 li:nth-child(3) {
	margin-right: 20px;
}
.ul_5 li .text .t {
	float: left;
	text-align: left;
	font-size: 42px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	margin-top: 28px;
	margin-left: 60px;
}
.ul_5 li .text .p {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	overflow: hidden;
	text-align: justify;
	margin-left: 60px;
	margin-top: 15px;
}
.ul_5 li:nth-child(2) .text .p {
	width: 440px;
	line-height: 1.6;
}
.ul_5 li .c {
	position: absolute;
	font-size: 20px;
	color: #23ac39;
	right: 10px;
	bottom: 5px;
	letter-spacing: 2px;
}
/*首页工程案例*/
.case_div {
	width: 100%;
	height: 390px;
}
.case_div .title {
	height: 130px;
}
.case_div .title span:nth-child(1) {
	margin-top: 35px;
}
.case_div .picScroll-left {
	width: 100%;
	height: auto;
	margin-top: 15px;
	position: relative;
}
.case_div .picScroll-left .prev,.case_div .picScroll-left .next {
	position: absolute;
}
.case_div .picScroll-left .prev {
	position: absolute;
	left: 0;
	top: 45%;
}
.case_div .picScroll-left .next {
	position: absolute;
	right: 0;
	top: 45%;
}
.case_div .picScroll-left .bd {
	width: 1140px;
	margin:0 15px;
	padding:0 15px;
}
.case_div .picScroll-left ul li {
	display: inline-block;
	float: left;
	width: 370px;
	margin:0 5px;
	height: 229px;
	position: relative;
}
.case_div .picScroll-left ul li a {
	display: inline-block;
	width: 370px;
	height: 229px;
}
.case_div .picScroll-left ul li img.a {
	width: 370px;
	height: 229px;
}
.case_div .picScroll-left ul li div {
	width: 370px;
	height: 229px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(1,163,60,0.8);
	display: none;
	transition: all 5s ease 2s;
}
.case_div .picScroll-left ul li div span:nth-child(1) {
	margin-top: 30px;
	font-size: 14px;
	color: white;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.case_div .picScroll-left ul li div span:nth-child(2) {
	background: #fff;
	font-size: 20px;
	color: #23ac39;
	margin: 0 auto;
	width: 93px;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	height: 93px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.case_div .picScroll-left ul li div img:nth-child(3) {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.case_div .picScroll-left ul li:hover div {
	display: block;
}
/*客户评价*/
.pj {
	width: 100%;
	height: 125px;
	overflow: hidden;
	background: url(../image/pj_bg.png) top center no-repeat;
	margin-top: 10px;
}
.pj div.left {
	width: 200px;
	height: 125px;
	color: white;
}
.pj span:nth-child(1) {
	display: inline-block;
	width: 200px;
	font-size: 30px;
	padding-left: 30px;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 35px;
	font-weight: bold;
	line-height: 1.1;
}
.pj span:nth-child(2) {
	width: 200px;
	font-size: 12px;
	padding-left: 30px;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 1.1;
}
.txtScroll-top2 {
	width: 998px;
	height: 125px;
	overflow: hidden;
}
.txtScroll-top2 .hd {
	width: 11px;
	height: 125px;
	float: right;
	margin-right: 15px;
}
.txtScroll-top2 .hd ul {
	display: block;
	margin-top: 25px;
}
.txtScroll-top2 .hd li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 5px 0;
	background: white;
	overflow: hidden;
	color: white;
	border-radius: 50%;
}
.txtScroll-top2 .hd li.on {
	background: #23ac39;
	color: #23ac39;
}
.txtScroll-top2 .bd {
	width: 920px;
	height: 125px;
	float: right;
}
.txtScroll-top2 .bd li {
	width: 100%;
	height: 125px;
}
.txtScroll-top2 .bd li img {
	display: inline-block;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-top: 22px;
}
.txtScroll-top2 .bd li a {
	display: inline-block;
	width: 780px;
	margin-right: 30px;
}
.txtScroll-top2 .bd li .t {
	width: 100%;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding-left: 0 !important;
	margin-top: 22px;
}
.txtScroll-top2 .bd li .con {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
	padding-left: 0 !important;
	margin-top: 10px;
}
/*首页新闻*/
.m1 {
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
.m1 .a {
	width: 800px;
	position: relative;
}
.m1 .a .hd {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #d1d1d1;
}
.m1 .a .hd a {
	display: inline-block;
	text-align: center;
	position: relative;
	height: 55px;
	width: 138px;
	line-height: 55px;
	background: white;
	color: #32312f;
	font-size: 24px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 28px;
}
.m1 .a .hd a:nth-child(1) {
	background: url(../image/news_1.png) 0 center no-repeat;
	margin-right: 20px;
}
.m1 .a .hd a:nth-child(1).on {
	background: url(../image/news_1hover.png) 0 center no-repeat;
}
.m1 .a .hd a:nth-child(2) {
	background: url(../image/news_2.png) 0 center no-repeat;
}
.m1 .a .hd a:nth-child(2).on {
	background: url(../image/news_2hover.png) 0 center no-repeat;
}
.m1 .a .hd a.on {
	color: #23ac39;
	border-bottom: 1px solid #23ac39;
}
.m1 .a .right_more {
	position: absolute;
	right: 10px;
	top: 15px;
}
.m1 .a .bd {
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}
.m1 .a .bd ul li {
	width: 100%;
	overflow: hidden;
}
.m1 .a .con2 {
	width: 100%;
	height: 134px;
	margin-bottom: 10px;
}
.m1 .a .con2 img {
	width: 223px;
	height: 134px;
}
.m1 .a .con2 .a {
	width: 540px;
	height: 90px;
	overflow: hidden;
	margin-top: 22px;
}
.m1 .a .con2 .a .t {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #312b2b;
	margin-bottom: 10px;
}
.m1 .a .con2 .a .c {
	width: 100%;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.8;
}
.m1 .a .con2 .more {
	display: inline;
	color: #06a436;
	font-size: 14px;
}
.m1 .a .con {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	color: #635f56;
	overflow: hidden;
	margin-right: 50px;
	position: relative;
	border-bottom: 1px dashed #ddd;
}
.m1 .a .con a {
	color: #635d5f;
}
.m1 .a .con span {
	display: inline-block;
}
.m1 .a .con span.t {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m1 .a .con:hover span.t {
	color: #01a33e;
}
.m1 .b {
	width: 310px;
	height: 435px;
	border-bottom: 1px dashed #d1d1d1;
	position: relative;
}
.m1 .b .prev,.m1 .b .next {
	position: absolute;
}
.m1 .b .prev {
	left: 0;
	top: 33%;
}
.m1 .b .next {
	right: 0;
	top: 33%;
}
.m1 .b .tt {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #d1d1d1;
}
.m1 .b .tt a:nth-child(1) {
	display: inline-block;
	width: 140px;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #01a33e;
	font-size: 24px;
	color: #01a33e;
}
.m1 .b .tt a:nth-child(2) {
	float: right;
	margin-top: 13px;
}
.m1 .b .bd .con3 {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.m1 .b .bd .con3 img {
	display: block;
	width:310px;
	height: 192px;
	margin-top: 20px;
}
.m1 .b .bd .con3 .t span,.m1 .b .bd .con3 .c span:nth-child(1) {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
	margin-right: 10px;
}
.m1 .b .bd .con3 .t span {
	background: #535353;
}
.m1 .b .bd .con3 .c span:nth-child(1) {
	background: #23ac39;
	vertical-align: top;
	float: left;
}
.m1 .b .bd .con3 .t {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	margin-top: 20px;
	color: #1c1a0e;
	line-height: 2.3;
}
.m1 .b .bd .con3 .c {
	display: block;
	width: 100%;
	color: #645d64;
	font-size: 14px;
	margin: 0 auto;
	text-align: justify;
}
.m1 .b .bd .con3 .c span:nth-child(2) {
	display: inline-block;
	width: 90%;
	float: right;
}
.mainnr_ipro {
	float: right;
	width: 980px;
}
.mainnr_ipro .head {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #ccc solid;
}
.mainnr_ipro .head h2 {
	font-size: 22px;
	border-bottom: 2px #23ac39 solid;
}
.mainnr_ipro .head span {
	float: right;
}
.mainnr_ipro .list {
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.mainnr_ipro .list li {
	float: left;
	display: inline-block;
	width: 300px;
	height: 300px;
	margin: 10px 12px;
	background: #fff;
	position: relative;
}
.mainnr_ipro .list li  img {
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
.mainnr_ipro .list li h3 {
	width: 300px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #23ac39;
	font-weight: normal;
	background: #ffff4e;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mainnr_ipro .list li h3 a {
	color: #23ac39;
}
.mainnr_ipro .list li:hover h3 {
	background: #23ac39;
	color: #fff;
}
.mainnr_ipro .list li:hover a {
	color: #fff;
}
.mainnr_honor {
	float: left;
}
.mainnr_honor .head {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #ccc solid;
}
.mainnr_honor .head h2 {
	font-size: 22px;
	border-bottom: 2px #1a2d7c solid;
}
.mainnr_honor .head span {
	float: right;
}
.mainnr_honor .list {
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.mainnr_honor .list li {
	display: inline-block;
	margin: 5px 10px;
	background: #fff;
	float: left;
}
.mainnr_honor .list li  img {
	display: block;
	width: 270px;
	margin: 0 auto;
}
.mainnr_honor .list li h3 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}
.mainnr_honor .list li h3 a {
	font-size: 14px;
	color: #333;
}
.mainnr_honor2 {
	float: left;
}
.mainnr_honor2 .head {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #ccc solid;
}
.mainnr_honor2 .head h2 {
	font-size: 22px;
	border-bottom: 2px #1a2d7c solid;
}
.mainnr_honor2 .head span {
	float: right;
}
.mainnr_honor2 .list {
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.mainnr_honor2 .list li {
	display: inline-block;
	float: left;
	margin: 5px 10px;
	background: #fff;
	border: 1px solid #1a2d7c;
}
.mainnr_honor2 .list li  img {
	display: block;
	width: 270px;
	margin: 0 auto;
}
.mainnr_honor2 .list li h3 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}
.mainnr_honor2 .list li h3 a {
	font-size: 14px;
	color: #333;
}
/*产品内页*/
#right_content {
	width: 980px;
	height: auto;
	margin: 15px auto;
	min-height: 600px;
	_height: 600px;
	_height: 100%;
	line-height: 24px;
	color: #2e2e2e;
	font-size: 16px;
	float: right;
}
#zy_pro {
	width: 100%;
	height: 430px;
	margin: 0 auto;
}
#zy_pro_l {
	width: 400px;
	height: 400px;
	padding:2px;
	border: solid 1px #cecece;
	text-align: center;
	float: left;
	position: relative;
	margin-top: 25px;
}
#zy_pro_r {
	width: 530px;
	height: 400px;
	float: right;
	position: relative;
	margin-top: 25px;
}
#zy_pro_title {
	width: 530px;
	height: 44px;
	line-height: 44px;
	background: #23ac39;
	position: absolute;
	left: 0px;
	top: 0px;
}
#zy_pro_title span {
	color: #fff;
	font-size: 24px;
	padding-left: 10px;
}
#zy_pro_info {
	width: 530px;
	height: 300px;;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50px;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
}
#zy_pro_info span {
	color: #23ac39;
}
#zy_pro_btn {
	width: 530px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 175px;
}
#zy_pro_btn a.zy_qq_btn {
	border: solid 1px #efbf33;
	background: #efbf33;
	color: #666;
}
#zy_pro_btn a.zy_order_btn {
	border: solid 1px #d4d4d4;
	background: #1a2d7c;
	color: #fff;
}
#zy_pro_btn a {
	width: 155px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: block;
	margin-right: 30px;
	font-size: 12px!important;
}
#zy_pro_btn a:hover {
	background: #fff;
	border: solid 1px #d4d4d4;
	color: #666666;
}
#zy_pro_nav {
	width: 100%;
	height: 42px;
	margin: 20px auto;
	margin-top: 35px;
	border-top: solid 3px #1a2d7c;
	background: #e6e6e6;
}
#zy_pro_nav a {
	float: left;
	display: block;
	width: 139px;
	text-align: center;
	transition: all 0.4s;
	margin-right: 1px;
	line-height: 42px;
	height: 42px;
	color: #333333!important;
	font-size: 16px!important;
	background: #e9e9e9;
}
#zy_pro_nav a:hover {
	background: #0072e6;
	color: #fff!important;
}
#zy_pro_nav .hover {
	background: #1a2d7c;
	color: #fff!important;
}
.zy_pro_detail {
	width: 100%;
	margin: 20px auto;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.zy_pro_detail p img {
	max-width: 100%;
}
#zy_pro_xgt {
	width: 450px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 140px;
	color: #666666;
	font-size: 14px;
}
#zy_pro_xg {
	width: 450px;
	height: 120px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 170px;
}
.subpro_rxfw {
	border-bottom: 1px solid #ffff00;
	padding: 13px 8px;
	background: url(../image/tel4.png) 5px center no-repeat;
	padding-left: 50px;
	position: absolute;
	top: 350px;
	width: 385px;
	font-family: impact;
}
.subpro_rxfw span:nth-child(1) {
	float: left;
	display: inline-block;
	font-size: 18px;
	color: #23ac39;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Microsoft Yahei", Aria;
}
.subpro_rxfw span:nth-child(2) {
	float: left;
	display: inline-block;
	color: #23ac39;
	font-size: 34px;
	font-weight: bold;
}
/*内页标题*/
.tit_2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}
.tit_2 h3 {
	width: 100%;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
}
.tit_2 h4 {
	width: 100%;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
}
/* 工程案例 */
.icase {
	margin: 25px auto 0 auto;
}
.icase .list {
	display: table;
	width: 1200px;
	text-align: center;
}
.icase .list li {
	display: inline-block;
	float: left;
	width: 380px;
	height: 375px;
	overflow: hidden;
	margin: 10px 8px;
	border: 1px solid #ddd;
	position: relative;
	transition: all 1s;
}
.icase .list li .img {
	width: 100%;
	overflow: hidden;
}
.shouchang {
	width: 160px;
	height: 160px;
	bottom: -65px;
	right: -30px;
	background-color: #23ac39;
	position: absolute;
	z-index: 3;
	transform: rotate(60deg) translate3d(45%, 0%, 0);
	display: none;
}
.shouchang img {
	position: absolute;
	display: inline-block;
	font-size: 20px;
	color: #999;
	cursor: pointer;
	transform: rotate(-60deg);
	top: 26%;
	left: -2px;
	z-index: 4;
	width: 42px !important;
	height: 22px !important;
}
.icase .list li .img img {
	display: block;
	width: 100%;
}
.icase .list li h3 {
	text-align: left;
	height: 24px;
	color: #333;
	line-height: 24px;
	padding: 10px 0;
	padding-left: 2.57%;
}
.icase .list li h3 a {
	display: inline-block;
	width: 96%;
	height: 24px;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.icase .list li p {
	height: 48px;
	padding: 0 10px 0px 10px;
	color: #898989;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	background: url(../image/jt2.png) no-repeat 277px 40px;
}
.icase .list li:hover {
	border: 1px solid #23ac39;
}
.icase .list li:hover h3 a {
	color: #23ac39;
}
.icase .list li:hover .shouchang {
	display: block;
	transition: all 3s;
}
/*视频中心*/
.ivideo {
	margin: 25px auto 0 auto;
}
.ivideo .list {
	display: table;
	width: 1200px;
	text-align: center;
}
.ivideo .list li {
	display: inline-block;
	float: left;
	width: calc(100% / 3 - 22px);
	height: 290px;
	overflow: hidden;
	margin: auto 10px;
	margin-bottom: 20px;
	border: 1px solid #ededed;
}
.ivideo .list li .img {
	width: 100%;
	position: relative;
}
.ivideo .list li .img a img {
	display: block;
	max-width: 100%;
	width: 378px;
	height: 245px;
}
.ivideo .list li h3 {
	height: 24px;
	color: #333;
	line-height: 24px;
	padding: 10px 0;
	padding-left: 2.57%;
}
.ivideo .list li h3 a {
	display: inline-block;
	width: 96%;
	height: 24px;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ivideo .list li p {
	width: 305px;
	height: 48px;
	padding: 0 10px 0px 10px;
	color: #898989;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	background: url(../image/jt2.png) no-repeat 277px 40px;
}
.ivideo .list li:hover {
	border: 1px solid #23ac39;
}
.ivideo .list li:hover h3 a {
	color: #23ac39;
}
.ivideo .list li .img .hover_child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
}
.ivideo .list li .img .hover_child>img {
	position: absolute;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}
.ivideo .list li .img .hover_child:hover {
	opacity: 1;
	transition: opacity 0.4s;
}
/* 工程案例详情 */
.itemTop {
	padding: 3.76% 0 3.76% 0;
	overflow: hidden;
	border-bottom: #c6c6c6 solid 1px;
}
.itemMainLeft {
	float: left;
	width: 660px;
	margin-left: 225px;
	margin-top: 32px;
	line-height: 0;
}
.itemMainRight {
	float: right;
	width: 203px;
	padding-top: 20px;
}
.itemMainRightSlick .slick-slide {
	outline: 0;
	padding: 5% 0;
	cursor: pointer;
}
.itemMainRightSlick .slick-slider {
	margin-right: 0;
	margin-left: 0;
}
.itemMainRightSlick .slick-slide img {
	width: 100%;
}
.itemMainRightSlick .slick-list {
	padding: 0 !important;
}
.itemMainRightSlick .slick-prev {
	position: absolute;
	width: 42px;
	height: 20px;
	left: 50%;
	margin-left: -21px;
	top: -5%;
	background: url(../image/item5.jpg) no-repeat center;
	background-size: cover;
}
.itemMainRightSlick .slick-next {
	position: absolute;
	width: 42px;
	height: 20px;
	left: 50%;
	margin-left: -21px;
	bottom: -5%;
	background: url(../image/item6.jpg) no-repeat center;
	background-size: cover;
	top: auto;
}
.itemMainRightSlick .imgk {
	position: relative;
}
.itemMainRightSlick .imgky {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	border: 0;
	outline: 0;
}
.mainnr {
	margin-left: -10px;
	padding: 20px 10px;
}
.ipro .item,.mainnr .item2 {
	float: left;
	width: 299px;
	height: 260px;
	margin-bottom: 20px;
	border: 1px solid #cecece;
	margin-left: 10px;
	background: #fff;
	border-bottom: 2px solid #cecece;
}
.item2 {
	height: 305px !important;
}
.ipro .item .img,.mainnr .item2 .img {
	width: 293px;
	height: 215px;
	padding: 3px;
}
.itemhei {
	height: 260px !important;
}
.ipro .item .img img,.mainnr .item2 .img img {
	display: block;
	width: 293px;
	height: 215px;
}
.ipro .item h3,.mainnr .item2 h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #e0e0e0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fpfl {
	width: 212px;
	background: #ebebeb;
	margin-bottom: 25px;
}
.fpfl li {
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.fpfl li a {
	color: #000;
	display: block;
}
.fenleitit {
	font-size: 18px !important;
	font-weight: normal !important;
	height: 47px !important;
	line-height: 47px !important;
	border-bottom: 1px #2e89cc solid;
	background: #1a2d7c !important;
	margin: 0 !important;
	width: 212px !important;
	border-radius: 0 !important;
}
/* 新闻 */ 
.nynewsnav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 30px;
}
.nynewsnav ul li {
	float: left;
	height: 50px;
	background: #f0f0f0;
	margin-right: 10px;
}
.nynewsnav ul li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.nynewsnav ul li:hover,.nynewsnav ul li.hover {
	background: #23ac39;
}
.nynewsnav ul li:hover a,.nynewsnav ul li.hover a {
	color: #fff;
}
.nynewslist {
	width: 1200px;
	margin: 0 auto;
}
.nynewslist ul li {
	width: 1200px;
	height: 160px;
	margin: 15px 0;
	border-bottom: 1px #eee solid;
}
.nynewslist ul li h3 {
	float: left;
	width: 226px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
.nynewslist ul li h3 img {
	width: 226px;
	height: 140px;
}
.nynewslist ul li div {
	float: right;
	width: 920px;
}
.nynewslist ul li div h5 {
	display: inline-block;
}
.nynewslist ul li div h5 a {
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.nynewslist ul li div h5 a b {
	color: #1a2d7c;
}
.nynewslist ul li div h6 {
	display: inline-block;
	font-weight: normal;
	width: 100%;
}
.nynewslist ul li div h6 span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.nynewslist ul li div h6 a {
	margin-top: 10px;
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	border: 1px #eee solid;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.nynewslist ul li div h6 a:hover {
	background: #23ac39;
	color: #fff;
	border: 1px #44aefa solid;
}
/*技术应用*/
.nyyylist {
	width: 930px;
	float: left;
	margin-left: 25px;
}
.nyyylist ul li {
	width: 100%;
	height: 180px;
	margin: 10px 0;
	border-bottom: 1px #f1f1f1 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nyyylist ul li h3 {
	float: left;
	width: 230px;
	height: 143px;
	overflow: hidden;
	text-align: center;
	margin-top: 19px;
}
.nyyylist ul li h3 img {
	width: 231px;
	height: 143px;
}
.nyyylist ul li div {
	float: right;
	width: 680px;
	margin-top: 12px;
}
.nyyylist ul li div h5 {
	display: inline-block;
}
.nyyylist ul li div h5 a {
	line-height: 40px;
	font-size: 19px;
	color: #23ac39;
	font-weight: normal;
}
.nyyylist ul li div h5 a b {
	color: #1a2d7c;
}
.nyyylist ul li div h6 {
	display: inline-block;
	font-weight: normal;
	width: 100%;
}
.nyyylist ul li div h6 span {
	float: left;
	width: 95%;
	font-size: 14px;
	line-height: 26px;
/* border-top: #dadada 1px dotted; */
	padding-top: 10px;
	color: #8c8c8c;
}
.nyyylist ul li div h6 a {
	margin-top: 17px;
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	border: 1px #23ac39 solid;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #23ac39;
}
.nyyylist ul li:hover div h6 a {
	background: #ffff4e;
	color: #23ac39;
	border: 1px #ffff4e solid;
}
.nyyylist ul li:hover {
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 0 5px #cfcfcf inset;
	box-shadow: 0 0 5px #cfcfcf inset;
}
.title {
	width: 100%;
	height: 140px;
}
.title span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.title span:nth-child(1) {
	font-size: 40px;
	color: #333333;
	margin-top: 20px;
	font-weight: 600;
}
.title span:nth-child(2) {
	font-size: 18px;
	color: #838383;
}
.iboutbg {
	height: 555px;
	background: white;
	margin-top: 40px;
}
.topimg {
	width: 585px;
	height: 282px;
	float: left;
}
.iboutbg .left {
	width: 585px;
}
.iboutbg .fourul {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.iboutbg .fourul li {
	display: inline-block;
	float: left;
	width: 33.3%;
	height: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iboutbg .fourul li div {
	height: 60px;
	margin-top: 20px;
	border-right: 1px solid #e3e0f5;
}
.iboutbg .fourul li:nth-child(3) div {
	border-right: none;
}
.iboutbg .fourul li a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.iboutbg .fourul li span:nth-child(1) {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-top: 8px;
	line-height: 1.3;
}
.iboutbg .fourul li span:nth-child(2) {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #a2a2a2;
	text-align: center;
	text-transform: uppercase;
}
.iboutbg .fourul li:hover {
	background: #f7f6fc;
}
.iboutbg .fourul li:hover span:nth-child(1) {
	color: #0e9f42;
}
.jjnr {
	width: 580px;
	height: 377px;
	float: right;
}
.jjnr .top {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #dadada;
}
.jjnr .top span:nth-child(1) {
	display: inline-block;
	width: 100%;
	font-size: 54px;
	font-weight: bold;
	color: #23ac39;
	line-height: 0.8;
}
.jjnr .top span:nth-child(2) {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #000;
}
.jjnr p {
	font-size: 14px;
	line-height: 2.0;
	color: #585a57;
	text-align: justify;
	margin-top: 20px;
}
.jjnr .more {
	display: inline-block;
	width: 145px;
	height: 33px;
	line-height: 33px;
	color: white;
	text-align: center;
	border-radius: 20px;
	background: #23ac39;
	font-size: 15px;
	margin-top: 20px;
}
/*底部表单样式*/
.section-3-h2 {
	margin-top: 30px;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.section-3-p {
	margin-top: 10px;
	color: #666666;
	text-align: center;
	margin-bottom: 25px;
}
.section-3-input {
	width: 300px;
	height: 40px;
	background-color: #f3f3f3;
	float: left;
	margin-left: 270px;
}
.section-3-phone {
	margin-left: 70px;
}
.section-inputss {
	width: 1180px;
	margin: auto;
}
.section-3-input label {
	line-height: 41px;
	padding-left: 20px;
}
.section-3-input input {
	border: none;
	background: #F3F3F3;
	padding: 5px;
	width: 220px;
}
.liuyan {
	background: #F3F3F3;
	width: 675px;
	height: 200px;
	margin: 32px 0px 40px 268px;
}
.liuyan label {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
.awm_textarea1 {
	width: 600px;
	background: #F3F3F3;
	border: none;
	resize: none;
	margin-top: 10px;
	line-height: 1.3;
	height: 170px;
}
.tijiao input {
	border: none;
	background: #F3F3F3;
	width: 224px;
	height: 48px;
	font-size: 16px;
	margin-bottom: 50px;
	border-radius: 5px;
	color: #333333;
	margin-left: 480px;
}
.section-3-input,.tijiao,.liuyan {
	border-radius: 5px;
}
.section-label label {
	padding-left: 16px;
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 3;
}
.section-xingming {
	width: 460px;
	height: 50px;
	background: #F3F3F3;
	border-radius: 5px;
	float: left;
}
.section-inputs22 {
	width: 100% !important;
	border-top: #c6c6c6 solid 1px !important;
}
.section-inputs2 {
	width: 80%;
	overflow: hidden;
	border-top: none;
	margin-bottom: 20px;
	float: right;
}
.section-inputs2 form {
	width: 950px;
	margin-left: 125px;
}
.section-inputs {
	width: 1180px;
	margin-top: 40px;
	overflow: hidden;
}
.section-inputs2 .section-xingming {
	background: none;
}
.section-inputs2 .section-phones {
	background: none;
}
.section-inputs2 .section-liuyan {
	background: none;
}
.section-inputs2 .section-xingming input {
	border: none;
	background: url(../image/ren.png) no-repeat 5px center #F3F3F3;
	width: 340px;
	height: 45px;
	padding-left: 35px;
}
.section-inputs2 .section-phones input {
	border: none;
	background: url(../image/tel3.png) no-repeat 5px center #F3F3F3;
	width: 340px;
	height: 45px;
	padding-left: 35px;
}
.section-xingming input {
	border: none;
	background: #F3F3F3;
	width: 310px;
	height: 40px;
}
.section-phones {
	width: 460px;
	height: 45px;
	background: #F3F3F3;
	border-radius: 5px;
	float: left;
	margin-left: 30px;
}
.section-phones input {
	border: none;
	background: #F3F3F3;
	width: 310px;
	height: 40px;
}
.awm_textarea {
	padding: 3px;
	border: none;
	background: #F3F3F3;
	width: 710px;
	height: 130px;
	resize: none;
	line-height: 1.3;
}
.section-inputs2 .section-liuyan {
	padding: 12px 0px 0px 0px;
	width: 100%;
	height: 100px;
	margin: 3px 0px 0px 0px;
	border-radius: 5px;
}
.section-inputs2 .section-liuyan .awm_textarea {
	padding: 3px;
	border: none;
	background: url(../image/con1.png) no-repeat 5px 5px #F3F3F3;
	padding-left: 35px;
	padding-top: 5px;
	width: 828px;
	height: 90px;
	resize: none;
	line-height: 1.3;
}
.section-liuyan {
	padding: 12px 0px 0px 0px;
	background: #F3F3F3;
	width: 790px;
	height: 160px;
	margin: 30px 0px 0px 0px;
	border-radius: 5px;
}
.section-tijiao2 button {
	border: none;
	background: transparent;
	background-color: #23ac39;
	width: 230px;
	height: 45px;
	color: white;
	font-size: 16px;
	margin-bottom: 50px;
	border-radius: 5px;
	margin: 10px 0 10px 360px;
	text-align: center;
	cursor: pointer;
}
/*产品详情表单*/
.pageXinrong * {
	list-style: none;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	box-sizing: border-box;
	outline: none;
}
.pageXinrong .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}
.pageXinrong .clearfix {
	zoom: 1;
}
.pageXinrong {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.pageXinrong>h1 {
	text-align: center;
	font-size: 26px;
	color: #333;
	padding-bottom: 10px;
}
.pageXinrong>h1>i {
	display: block;
	width: 35px;
	height: 2px;
	background: #4a8bfd;
	margin: 20px auto 0;
}
.pageXinrong .wrap .pageXinrong_boxMiddle {
	float: right;
	width: 930px;
	margin-right: 0px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle form {
	width: 700px;
	margin: 0 auto;
}
.title_big {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title5 {
	width: auto;
	height: 120px;
	text-align: center;
	margin: 0 auto;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title5 span {
	display: inline-block;
	width: 100%;
	color: #181817;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title5 span:nth-child(1) {
	font-size: 14px;
	text-transform: uppercase;
	color: #dedede;
	margin-top: 10px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title5 span:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title5 img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.pageXinrong .wrap .pageXinrong_boxMiddle .title {
	color: #0173bc;
	font-size: 18px;
	line-height: 2;
}
.pageXinrong .wrap .pageXinrong_boxMiddle h2 {
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	width: 60px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle h2 span {
	color: red;
	padding-right: 5px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle input {
	width: 600px;
	height: 40px;
	border: none;
	border-radius: 5px;
	text-indent: 3em;
	outline: none;
	margin-bottom: 20px;
	transition: all 0.5s step-start;
	float: left;
}
.pageXinrong .wrap .pageXinrong_boxMiddle input:nth-child(2) {
	background: url(../image/ren.png) no-repeat 5px center #F3F3F3;
}
.pageXinrong .wrap .pageXinrong_boxMiddle input:nth-child(4) {
	background: url(../image/tel3.png) no-repeat 5px center #F3F3F3;
}
.pageXinrong .wrap .pageXinrong_boxMiddle textarea:nth-child(6) {
	background: url(../image/con1.png) no-repeat 5px 5px #F3F3F3;
}
.pageXinrong .wrap .pageXinrong_boxMiddle input:focus,.pageXinrong .wrap .pageXinrong_boxMiddle textarea:focus {
	border: 1px solid #327BFD;
}
.pageXinrong .wrap .pageXinrong_boxMiddle textarea {
	width: 600px;
	height: 102px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-indent: 3em;
	padding-top: 10px;
	transition: all 0.5s step-start;
}
.pageXinrong .wrap .pageXinrong_boxMiddle p {
	text-align: center;
	margin-top: 36px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle button {
	width: 210px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px auto 10px;
	background: #23ac39;
	border: 1px solid #23ac39;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: auto;
	font-size: 16px;
	letter-spacing: 1px;
}
.pageXinrong .wrap .pageXinrong_boxMiddle button:hover {
	background: #ffff4e;
	border: 1px solid #ffff4e;
	color: #23ac39;
}
/*产品内页相关产品推荐、表单*/
.itl {
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	background: #f2f2f2;
}
.itl .itl-tl {
	width: 150px;
	text-align: center;
	background: #007112;
	color: #fff;
	display: block;
}
.marquee1 {
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.itemxg {
	width: 298px;
	height: 260px;
	text-align: center;
	float: left;
	margin: 10px 8px;
	background: #f3f3f3;
	border: 1px #ddd solid;
}
.itemxg img {
	height: 220px;
	width: 298px;
}
.marquee2 {
	height: 500px;
	overflow: hidden;
	width: 220px;
	margin: 10px auto;
}
.itemrx {
	width: 190px;
	height: 200px;
	text-align: center;
	margin: 5px 0;
	background: #f3f3f3;
	border: 1px #ddd solid;
}
.itemrx img {
	height: 160px;
	width: 190px;
}
.ydtit {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	color: #d00;
}
.iqfa2 .txt {
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
	border: 1px #ddd solid;
	width: 445px;
	margin-top: 10px;
	text-indent: 20px;
}
.iqfa2 .text {
	height: 150px;
	line-height: 30px;
	background-color: #f3f3f3;
	border: 1px #ddd solid;
	width: 445px;
	margin-top: 10px;
	text-indent: 20px;
}
.iqfa2 .submit {
	height: 40px;
	line-height: 40px;
	background: #007112;
	color: #fff;
	font-size: 18px;
	width: 200px;
	border: 0;
	border-radius: 10px;
	margin: 15px auto;
}
/*底部*/
.link {
	background: #e8e8e8;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.link a {
	padding: 0 8px;
}
.footer {
	clear: both;
	height: 390px;
	overflow: hidden;
	background: #231d21;
}
.footer .a {
	width:1200px;
	padding-bottom: 5px;
	border-bottom: 1px solid #342b30;
}
.navb {
	margin-top: 50px;
}
.navb ul {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #342b30;
}
.navb li {
	float: left;
	width: 100px;
	height: 45px;
	text-align: center;
}
.navb li:nth-child(1) {
	margin-left: -20px;
}
.navb li span {
	display: inline-block;
	line-height: 1;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #444;
}
.navb li a {
	line-height: 1.3;
	color: rgba(255,255,255,0.7);
	display: block;
	font-size: 14px;
}
.navb li a:hover {
	color: #fff;
	text-decoration: underline;
}
.lx_b {
	line-height: 2.1;
	color: white;
}
.lx_b p {
	font-size: 14px;
	color: #c1c1c1;
}
.lx_b p a {
	color: #c1c1c1;
}
.lx_b p a:hover {
	text-decoration: none;
}
.aimg {
	margin-top: 50px;
}
.bottom_r {
	font-weight: normal;
	width: 350px;
	margin-left: 40px;
	margin-top: 42px;
}
.bottom_r a:hover {
	color: #fff;
	text-decoration: underline;
}
.bqsy {
	color: #c1c1c1;
	height: 58px;
	line-height: 58px;
	font-size: 12px;
	text-align: center;
}
.bqsy a {
	color: #c1c1c1;
}
.wx {
	text-align: center;
	margin: 40px auto 20px auto;
}
.wx img {
	width: 110px;
	height: 110px;
}
.wx p {
	font-size: 12px;
	font-size: 14px;
	color: #c1c0be;
	line-height: 1.2;
}
.footer .b {
	width: 250px;
	margin-top: 50px;
	color: #c5c0c4;
}
.footer .b span {
	text-align: center;
}
.footer .b span:nth-child(1) {
	display: inline-block;
	width: 100%;
	font-size: 24px;
}
.footer .b span:nth-child(2) {
	display: block;
	width: 100px;
	height: 1px;
	background: #c5c0c4;
	margin: 10px auto;
}
.footer .b span:nth-child(3) {
	display: inline-block;
	width: 100%;
}
.footer .b form input,.footer .b form button  {
	width: 100%;
	background: none;
	border: 1px solid #342b30;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #c5c0c4;
}
.footer .b form input[name="name"] {
	margin: 15px 0 10px 0;
}
.footer .b form button[type="submit"] {
	background: #23ac39;
	color: white;
	text-align: center;
	padding-left: 0;
	font-size: 16px;
	margin-top: 18px;
	cursor: pointer;
	letter-spacing: 1.5px;
}
/*首页产品侧边栏*/
.sub_cont {
	width: 184px;
	overflow: hidden;
	margin-top: 10px;
}
.sub_cont li {
	width: 100%;
	height: 70px;
	background: url(../image/pro_bg.png) bottom center no-repeat;
	background-size: cover;
}
.sub_cont h5 {
	position: relative;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #23ac39;
}
.sub_cont h5 a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.sub_cont h5 a:hover {
	background: #ffff4e;
	color: #23ac39;
}
.sub_cont h5.on {
	border: none;
}
.big_list1 li:last-child {
	background: none;
	height: 50px;
}
.ilxwm {
	background: url(../image/lx.png) center 5px  white no-repeat;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	width: 184px;
	height: 275px;
	text-align: center;
	position: relative;
	padding-top: 5px;
	border-left: 1px solid #23ac39;
	border-right: 1px solid #23ac39;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ilxwm p {
	font-size: 18px;
	margin-top: 5px;
	color: #ffff4e;
	display: inline-block;
}
.ilxwm p img {
	margin-right: 5px;
}
.ilxwm .imp {
	font-family: Impact;
	padding-bottom: 10px;
	font-size: 29px !important;
	color: #fff;
	line-height: 1;
	width: 100%;
	display: inline-block;
}
.ilxwm span {
	display: inline-block;
	width: 182px;
	height: 68px;
	background: #23ac39;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*内页产品侧边栏*/ 
.sub_cont2 {
	width: 195px;
	border: 1px #0173bc solid;
	background: #0173bc;
}
.sub_cont2 h5 {
	position: relative;
	height: 40px;
	line-height: 40px;
	font: 14px/38px "Microsoft YaHei";
	color: #fff;
	overflow: hidden;
	border-bottom: dashed 1px #fff;
	background: white;
	border-bottom: 10px solid #0173bc;
}
.sub_cont2 h5 a {
	display: block;
	color: #0173bc;
	font-size: 16px;
	margin-left: 60px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
.sub_cont2 h5 img {
	margin-left: 5px;
}
.sub_cont2 h5 a:hover,.sub_cont .cur1 a {
	text-decoration: none;
}
.sub_cont2 h5.on {
	border: none;
}
.fixednav {
	position: fixed;
	top: 0px;
	z-index: 999;
}
.big_list2 li {
	position: relative;
}
.big_list2 li:last-child h5 {
	border-bottom: none;
}
.big_list2 li:hover .sub_list2 {
	display: block;
}
.sub_list2 {
	font: 14px/38px "Microsoft YaHei";
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
	z-index: 999;
	background: rgb(1, 115, 188);
	width: 140px;
	border-left: 1px solid #757575;
}
.sub_list2 li {
	padding-left: 25px;
	height: 33px;
	line-height: 33px;
	vertical-align: top;
	overflow: hidden;
	margin: 0 2px;
}
.sub_list2 li a {
	display: block;
	color: #fff;
}
.sub_list2 li a:hover {
	color: #efbe33;
}
.sub_list2 .nobg {
	background: none;
}
.sub_list2 .nobd {
	border: none;
}
.sub_list2 li.cur a {
	color: #015EB5;
}
dl.lxwm2 {
	z-index: 99999;
	background-color: #0173bc;
	overflow: hidden;
	padding: 20px 0;
	width: 197px;
}
dl.lxwm2 dt {
	float: left;
	margin-left: 10px;
}
dl.lxwm2 dd {
	margin-left: 55px;
	color: #fff;
}
dl.lxwm2 dd p {
	font-size: 20px;
	font-family: "Arial";
}
.inf2 {
	width: 175px;
	background: #ebebeb;
	line-height: 2.0;
	padding: 10px;
	border: 1px solid rgba(1, 115, 188,0.5);
}
.words {
	overflow: hidden;
	margin-right: -1.3%;
	padding-top: 5px;
}
.words li {
	width: 46%;
	float: left;
/* border:1px dashed #d0d0d0; */
	border: 1px dashed rgba(1, 115, 188,0.4);
	background: #fdfdfd;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.words li a {
	font-size: 13px;
	width: 96%;
	margin: 0 2%;
}
.right_word {
	margin: 0 2.5%;
}
/*常见答疑*/
.top_scoll {
	width: 185px;
	padding: 10px 5px;
	border: 1px solid #0173bc;
	background: white;
	height: 90px;
	overflow: hidden;
	padding-bottom: 15px;
}
.top_scoll li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}
.top_scoll li span {
	display: inline-block;
}
.top_scoll li span:nth-child(1) a {
	font-size: 14px;
	color: #0173bc;
}
.top_scoll li span:nth-child(1) .a {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0173bc;
	margin-bottom: 3px;
	margin-right: 8px;
}
.top_scoll li span:nth-child(2) {
	width: 90%;
	padding-left: 12px;
	font-size: 12px;
	color: #989898;
}
.nybox {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebar {
	width: 200px;
}
.mainny {
	float: left;
	width: 100%;
}
.topclass {
	width: 197px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #0173bc;
}
.topclass h2 {
	font-size: 25px;
}
.leftnav {
	margin: 0 0 15px 0;
	background: #ebebeb;
	padding-bottom: 20px;
}
.side_menu dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	color: #fff;
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #fff, #f5f5f5);
	margin: 10px 5%;
	border-radius: 23px;
	border: 1px #ddd solid;
}
.side_menu dd a {
	display: block;
	color: #222;
	font-size: 15px;
	border-radius: 23px;
}
.side_menu dd a:hover {
	background: #007112;
	background: -webkit-linear-gradient(top, #2a9038, #007112);
	color: #fff;
	border-radius: 23px;
}
.side_menu dd a span {
	float: right;
}
.inf {
	width: 192px;
	background: #ebebeb;
	line-height: 2.0;
	padding: 10px;
	margin: 0 0 20px 0;
}
.sdlist li {
	line-height: 44px;
	background: url(../image/newlsicon.png) no-repeat 0 13px;
	text-indent: 18px;
	border-bottom: 1px #c9c9c9 dashed;
	height: 44px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sdlist li span {
	float: right;
	color: #666;
	font-size: 12px;
}
.mainny .head {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #ccc solid;
}
.mainny .head h2 {
	font-size: 20px;
	border-bottom: 3px #23ac39 solid;
	text-align: left;
}
.mainny .head span {
	float: right;
}
.zxzz {
	margin-top: 10px;
}
.zxzz a {
	display: block;
	float: left;
	width: 149.5px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.zxzz .zzl {
	background: #0b8417;
	color: #fff;
}
.zxzz .zzr {
	background: #bfbfbf;
}
.zxzz a:hover {
	background: #0b8417;
}
.iqfa2 {
	width: 452px;
	height: 430px;
	margin: 20px 0px;
	margin-right: 15px;
}
.iqfa2 .head {
	height: 45px;
	line-height: 45px;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
	position: relative;
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9, #eee);
}
.iqfa2 .head h2 {
	font-size: 20px;
	color: #1a2d7c;
	font-weight: 400;
	background: none !important;
	line-height: 45px !important;
	width: 100px !important;
	float: left;
}
.iqfa2 .head .mon {
	color: #fff !important;
	background: #1a2d7c;
	height: 20px;
	border-radius: 20px;
	padding: 0 10px;
	margin-top: 15px;
	border: 0 !important;
	float: right;
	display: block;
	width: 60px;
	; margin-right: 5px;
	line-height: 20px;
}
.iqfa2 .head .mon:hover {
	background: #e97402;
	border: 0 !important;
	color: #fff;
}
.iqfa2 .list3 {
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
}
.iqfa2 .item3 {
	border-top: 1px solid #e0e0e0;
	padding: 10px 0;
}
.iqfa2 .item3:first-child {
	border-top: 0;
}
.iqfa2 .item3 h3 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding: 0 0 0 35px;
	margin-bottom: 6px;
	text-align: left !important;
	width: 100% !important;
}
.iqfa2 .item3 p {
	padding: 0px 0 0 35px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
.product-info2 {
	position: relative;
	padding: 10px 300px 10px 0;
	min-height: 35px;
}
.product-info2 .cpzx {
	float: left;
}
.cpn_t {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.product-info2 .tel {
	width: 220px;
	padding: 0 0 0 50px;
	line-height: 1.1;
	position: absolute;
	right: 0;
	top: 10px;
}
.product-info2 .tel dt {
	font-size: 16px;
	font-weight: 700;
}
.product-info2 .tel dd {
	font-size: 28px;
	color: #1a2d7c;
	font-weight: 700;
}
.relink {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.relink p {
	float: right;
	width: 50%;
	text-align: right;
	overflow: hidden;
}
.relink p:first-child {
	float: left;
	text-align: left;
}
.cpzx {
	padding: 10px 20px;
	margin-left: 40px;
}
.cpzx a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
}
.cpzx .zzl {
	background: #c1c1c1;
}
.cpzx .zzr {
	background: #1a2d7c;
}
.cpzx a:hover {
	background: #515151;
}
#prev_next li {
	width: 45%;
	float: left;
}
.article-head {
	padding: 20px 0 10px;
}
.article-head h2 {
	width: 240px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 16px;
	color: #23ac39;
}
.original2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.original2 img {
	display: block;
	height: auto;
	margin: 0 auto;
}
.fromcp {
	margin-bottom: 15px;
}
.fromcp h1 {
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	background: #f2f2f2;
}
.fromcp h1 b {
	width: 150px;
	text-align: center;
	background: #555;
	color: #fff;
	display: block;
}
.fromcp .required .tip {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-style: normal;
	color: #F00;
}
.fromcp .txt {
	width: 550px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	color: #999;
	padding: 0 5px;
	border: 1px #ddd solid;
	background: #F2F2F2;
}
.fromcp .text {
	width: 785px;
	border: 0;
	background: #FFF;
	padding: 5px 5px;
	line-height: 20px;
	height: 100px;
	color: #999;
	border: 1px #ddd solid;
	background: #F2F2F2;
}
.fromcp img.code {
	float: left;
	width: 80px;
	height: 40px;
	margin-left: 10px;
}
.fromcp input.code {
	float: left;
	width: 128px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	padding: 0 10px;
	color: #999;
}
.fromcp .submit, .fromcp .reset {
	float: left;
	width: 200px;
	height: 42px;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
}
.fromcp .submit {
	background: #f0a522;
}
.fromcp .reset {
	background: #6db215;
	margin: 0 0 0 10px;
}
.fromcp .submit:hover {
	background: #e69912;
}
.fromcp .reset:hover {
	background: #106fbf;
}
.fromcp .onfocus, .fromcp .onfocus input.code {
	border-color: #aaa;
}
.fromcp .required {
	margin-top: 15px;
}
.fromcp .row-3 {
	padding: 10px 10px 0 600px;
}
.article {
	line-height: 2.6;
	padding: 10px 0 20px 0;
	font-size: 16px;
	position: relative;
	z-index: 888;
}
.shuiyin {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 999;
	width: 860px;
}
/*联系我们*/
.contact {
	width: 100%;
	height: 338px;
	overflow: hidden;
	background: #23ac39;
	border-top-right-radius: 100px;
	border-bottom: 5px solid #ffff4e;
}
.contact #allmap {
	float: left;
	width: 49.74%;
	height: 408px;
}
.contact #article {
	float: right;
	width: 43.07%;
	margin-right: 1.53%;
	color: white;
	font-size: 14px;
}
.contact #article p {
	margin-top: 16px;
}
.contact #article p:nth-child(1) {
	font-size: 16px;
	color: white;
	line-height: 3.3;
	width: 95%;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	margin-top: 28px;
}
.contact #article p:nth-child(2) {
	margin-top: 33px;
}
.contact #article p img {
	vertical-align: middle;
	margin-right: 15px;
}
.meta {
	text-align: center;
	padding: 10px;
	color: #888;
	border-bottom: 1px #ddd solid;
}
.article-container {
	padding: 0 20px;
}
/*在线留言*/
.recommend-form {
	border: 1px solid #ddd;
}
.recommend-form .head {
	height: 38px;
	line-height: 38px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.recommend-form .head h2 {
	font-size: 18px;
	color: #6db215;
	border-left: 5px solid #6db215;
	padding: 0 0 0 20px;
}
.recommend-form .main {
	width: auto;
	overflow: hidden;
	padding: 40px 20px 20px;
}
.recommend-form .main > * {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	position: relative;
}
.recommend-form .row-1 {
	width: 350px;
	height: auto;
	padding: 0 0 0 50px;
	border: 1px solid #ddd;
}
.recommend-form .row-2 {
	width: 710px;
	height: auto;
	padding: 0 0 0 0;
	border: 1px solid #ddd;
}
.recommend-form .row-3 {
	width: 800px;
	height: auto;
}
.recommend-form .ico-name {
	background: url(../image/form-name2.png) 15px center no-repeat;
}
.recommend-form .ico-phone {
	background: url(../image/form-phone2.png) 15px center no-repeat;
}
.recommend-form .ico-email {
}
.recommend-form .required .tip {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-style: normal;
	color: #F00;
}
.recommend-form .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	color: #999;
}
.recommend-form .text {
	width: 700px;
	border: 0;
	background: #FFF;
	padding: 5px 5px;
	line-height: 20px;
	height: 100px;
	color: #999;
}
.recommend-form img.code {
	float: left;
	width: 110px;
	height: 42px;
	margin-left: 10px;
}
.recommend-form input.code {
	float: left;
	width: 178px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	padding: 0 10px;
	color: #999;
}
.recommend-form .submit, .recommend-form .reset {
	float: left;
	width: 200px;
	height: 42px;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
}
.recommend-form .submit {
	background: #ffff4e;
}
.recommend-form .reset {
	background: #23ac39;
	margin: 0 0 0 10px;
}
.recommend-form .onfocus, .recommend-form .onfocus input.code {
	border-color: #aaa;
}
/******************************
 ** 自定义字体
 ******************************/
@font-face {
	font-family: 'FZHLJW';   /*字体名称*/
  src: url(../font/方正华隶简使ttff');     /*字体源文件*/
}
/******************************
 ** 兼容性
 ******************************/
body > * {
	_display: none;
}
.BMap_bubble_content {
	font-size: 12px;
	line-height: 16px;
}
.floating_ck{position:fixed;right:0;top:28%;z-index:999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#23ac39;border-bottom:solid 1px #23ac39;}
.floating_ck dl dd:hover .floating_left{display:block;}
.qq{background-image:url(../image/c_qq.png);}
.shangqiao{background-image:url(../image/c_shangqiao.png);}
.qrcord{background-image:url(../image/c_weixin.png);}
.cliuyan{background-image:url(../image/c_liuyan.png);}
.return{background-image:url(../image/c_return.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../image/wx.jpg);display:block;width:145px;height:145px;margin:auto;margin-top:7px;background-size: 100% 100%;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li {
	display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 15px;
    margin: 0 2px;
    line-height: 20px;
    background: #fff;
    color: #999;
    font-size: 14px;
}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 4px 15px;margin: 0 2px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
