@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor: pointer
}
;
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
        color: #20a64b;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 59px;
	width: 20px
}
#roll_top {
	background: url(../images/top.gif) no-repeat
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 20px;
	margin-right: -485px;
	position: fixed;
	right: 42.9%;
	top: 77.5%;
	_margin-right: -485px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}
/*end reset*/



/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header_top {
	overflow: hidden;
	width: 100%;
	height: 30px;
	background-color: #eee;
}
.header_top p {
	float: left;
	line-height: 30px;
	font-size: 13px;
	color: #333;
}
.header_top ul {
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
.header_top li {
	float: left;
	font-size: 13px;
	color: #333;
	padding: 0 10px;
	border-right: 1px solid #333;
}
.header_top li.last {
	border: none;
	padding-right: 0;
}
.header_center {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 126px;
}
.header_center h1 {
	float: left;
	margin-top: 20px;
}
.header_center h3 {
	float: left;
	margin-top: 20px;
}
.header_center h2 {
	float: left;
	padding: 5px 0;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-size: 24px;
	color: #20a64b;
	margin-left: 20px;
}
.header_center h2 em {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 5px;
}
.header_center .phone {
	overflow: hidden;
	float: right;
	
	
}
.header_center .phone p {
	font-size: 13px;
	color: #666;
}
.header_center .phone span {
	display: block;
	font-size: 22px;
	color: #ff6600;
}
.header_nav {
	overflow: hidden;
	width: 100%;
	height: 55px;
	background: url(../images/nav.png) left top repeat-x;
	line-height: 55px;
}
.header_nav ul {
	overflow: hidden;
}
.header_nav li {
	float: left;
	font-size: 14px;
	background: url(../images/nav_b.png) no-repeat right center;
}
.header_nav li a {
	text-decoration: none;
	display: block;
	color: #fff;
}
.header_nav li:last-child {
	background: none
}
.header_nav li.cur, .header_nav li:hover {
	background: url(../images/nav_c.png) repeat-x left top;
}
.header .phone{float:right;background:url(../images/hdphone.png) no-repeat left center;padding-left:60px;margin-top:37px;font-size:30px;color:#ffba00;font-weight:normal}.header .phone p{font-size:14px;color:#333}

.lv{
	color:#64b804;
}
.mt20 {
    margin-top: 50px;
}
.tac {
    text-align: center;
}
.shinei01{
	background:url(../images/04.png) no-repeat center;
	height:11px;
}
.mt52 {
    margin-top: 52px;
}
.mt16{
    margin-top: 16px;
}
.fs24{ font-size:24px;}
/*服务项目*/
.w{ width:1200px; margin:0 auto;}
.xmw{
	width:170px;
}
.mt52 {
    margin-top: 32px;
}
.xmwml{
	margin-left:135px;
}
.xmwml01{
	margin-left:424px;
}
.xiangmu1{
	width:170px;
	height:170px;
	border-radius:20px;
	background:url(../images/06.jpg) no-repeat;
}
.xiangmu2{
	width:170px;
	height:170px;
	border-radius:20px;
	background:url(../images/07.jpg) no-repeat;
}
.xiangmu3{
	width:170px;
	height:170px;
	border-radius:20px;
	background:url(../images/08.jpg) no-repeat;
}
.xiangmu4{
	width:170px;
	height:170px;
	border-radius:20px;
	background:url(../images/09.jpg) no-repeat;
}
.xiangmu5{
	background:url(../images/11.png) no-repeat center;
	height:150px;
}
.fs36{font-size:36px;}
.lh30{ line-height:30px;}
.fs18{ font-size:16px;}
.ml62{margin-left:62px;}
.mr62{margin-right:62px;}
.mt12{margin-top:12px;}


.mt45{margin-top:55px;}
.lh30{line-height:30px;}
.fs48{font-size:48px;}
.fwb{font-weight:bold;}
.black{color:#000 !important;}
.fs30{font-size:30px;}
/*服务项目*/
.advantage{overflow:hidden;width:100%;background:url("../images/advantagebg.jpg") no-repeat center;height:673px; margin-top:50px;}.advantage .advantageList{width:100%;margin-top:-50px;height:385px;position:relative;*}.advantage li{
	width:236px;
	padding:0 15px;
	position:absolute;
	text-align:center;
	height:309px;
	color:#fff;
	background-image: url(../images/yslibg.png);
	background-repeat: repeat-x;
	background-position: center top;
}.advantage li h3{font-size:24px;margin-top:45px;}.advantage li p{margin-top:6px;line-height:22px;font-size:14px;}.advantage li i{position:absolute;background:url("../images/advantageli.png") no-repeat center top;width:25px;height:25px;left:50%;margin-left:-12px;}.advantage li.li01{left:0;top:185px;}.advantage li.li02{left:310px;top:185px;}.advantage li.li03{right:310px;top:185px;}.advantage li.li04{right:0;top:185px;}.advantage .adc-img{margin-left:1px;margin-top:-110px;}.advantage li.li01 i{bottom:-105px;}.advantage li.li02 i{bottom:-83px;}.advantage li.li03 i{bottom:-75px;}.advantage li.li04 i{bottom:-95px;}.advantage li:hover{background-position:bottom;color:#724217}.advantage li:hover i{background-position:bottom;}


.m3_box{background:url(../images/m3_bg.png) no-repeat center center; height:1100px; margin-top:30px;}


.menu{width:221px;}
.menu .tit{height:67px; line-height:67px; font-size:24px; color:#fff; background:#2ea733; text-align:center;}
.menu .con{ border:1px solid #ddd; border-top:none; border-bottom:none; padding:0 0 40px 0; background:url(../images/menu.png) no-repeat 0 bottom;}
.menu .con ul{ overflow:hidden;}
.menu .con li { border-bottom:1px solid #ddd;}
.menu .con li a{display:block; height:87px; line-height:87px; font-size:16px; color:#333; text-align:center; overflow:hidden; padding:0 10px;}
.menu .con li a:hover{background:#d8ebcf; color:#1e9723;} 

.menu .tel{background:#2ea733; padding:10px 20px;}
.menu .tel em,.menu .tel span,.menu .tel a{display:block; color:#fff;}

.menu .tel em{ font-size:16px;}
.menu .tel span{font-size:24px; font-family:Arial; line-height:26px;}
.menu .tel a{width:92px; height:30px; border:1px solid #36e03d; border-radius:5px; text-align:center; line-height:30px; margin:10px auto; font-size:14px;}
.menu .tel a:hover{background:#36e03d;}


.m3_rcon {width:961px; float:right;}
.m3_rcon .tit{font-size:24px; color:#2ea733; font-weight:bold;}
.m3_rcon .tit span{color:#ccc; font-size:12px; font-family:Arial; padding:0 0 0 3px; font-weight:normal;}
.m3_rcon .con{background:#d8ebcf; padding:0 0 14px 14px; overflow:hidden; }
.m3_rcon .con li{float:left; margin:14px 14px 0 0;}
.m3_rcon .con li .img{width:295px; height:290px; border:3px solid #fff; text-align:center; background:#fff; overflow:hidden;}
.m3_rcon .con li:hover .img{ border:3px solid #50b552;}
.m3_rcon .con li .img img{width:295px; height:290px;}
.m3_rcon .con li p{border:1px solid #c5ddba; width:293px; height:42px; margin:10px auto 0; border-radius:20px;}
.m3_rcon .con li span{display:block; border:1px solid #fff; width:294px; height:40px; border-radius:20px;}
.m3_rcon .con li span a{display:block;height:40px; line-height:40px; text-align:center; overflow:hidden; font-size:14px; padding:0 10px; border-radius:20px; font-family:宋体;}

.m3_rcon .con li:hover span a{ background:#2ea733; color:#fff;}


/*下拉列表*/
.header_cq ul li{ float:none; width:150; margin:0;}
.header_cq ul{display:none;}
.header_cq li:hover ul{display:block; position:absolute; width:150px; background:url(../images/nav.png);text-align:center;}
.header_cq li:hover ul li {  border-right:none; height:40px; line-height:40px;}
.header_cq ul{position:absolute;
  z-index:1000;}


.footer {
	overflow: hidden;
	width: 100%;
	background-color: #26272a;
}
.footer .f_nav {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background-color: #313236;
}
.footer .f_nav ul {
	overflow: hidden;
	width: 100%;
}
.footer .f_nav li {
	float: left;
	font-size: 14px;
	height: 48px;
	border-top: 2px solid #313236;
	background: url(../images/nav_b.png) right center no-repeat;
	line-height: 48px;
}
.footer .f_nav li a {
	color: #fff;
	text-decoration: none;
	display: block
}
.footer .f_nav li:last-child {
	background: none
}
.footer .f_nav li:hover {
	border-color: #ffba00;
}
.footer .f_nav li:hover a {
	color:#ffba00;
}
.footer .f_center {
	width: 1000px;
	margin: 0 auto;
}
.footer .f_center h2 {
	float: left;
	margin-top: 15px;
}
.footer .f_center .info {
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
        margin-bottom: 10px;
}
.footer .f_center .info p {
	font-size: 13px;
	color: #c3c3c3;
	line-height: 32px;
}
.footer .f_center .ewm {
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-top: 55px;
}
.footer .f_center .ewm img {
	display: block;
	margin-bottom: 10px;
}
.footer .f_center .ewm em {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #c3c3c3;
}
.footer .f_btm {
	overflow: hidden;
	width: 100%;
	height: 40px;
	border-top: 1px solid #313236;
	margin-top: 40px;
}
.footer .f_btm p {
	width:1200px;
	text-align:center;
	line-height: 40px;
	color: #858585;
	font-size: 13px;
}
.footer .f_btm .container a {
	margin-top: 12px;
	color: #858585;
	font-size: 13px;
}



.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
/* å°é£žseo  www.yuzcw.com è®©æ¯ä¸ªäººéƒ½èƒ½è½»æ¾å»ºç«™ */
@charset "utf-8";
/* CSS Document */

/*banner*/
.banner {
	overflow: hidden;
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center top;
}
#flashs {
	position: relative;
	height: 500px;
	overflow: hidden;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}
#flashs .btn {
	text-indent: -99999em;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	left: 50%;
	bottom: 13px;
	padding: 0 1px;
	border: 2px solid #20a64b;
	width: 146px;
	margin-left: -60px;
*padding-bottom:2px
}
#flashs .btn span {
	display: block;
	cursor: pointer;
	float: left;
	width: 46px;
	height: 8px;
	background-color: #f7f7f7;
	margin: 2px 1px;
	opacity: 0.42;
}
#flashs .btn span.cur {
	background-color: #20a64b;
	opacity: 1;
}
/*search*/
.search {
	overflow: hidden;
	width: 100%;
	height: 32px;
	padding: 12px 0;
	background-color: #d3d3d3;
}
.search p {
	float: left;
	line-height: 32px;
	font-size: 13px;
	color: #333;
}
.search p a {
	color: #333;
	margin-right: 10px;
}
.search .sbox {
	overflow: hidden;
	height: 32px;
	background: url(../images/search.png) no-repeat center top;
	width: 289px;
	float: right;
}
.search input {
	overflow: hidden;
	padding: 0 10px;
	width: 210px;
	height: 32px;
	border: none;
	background: none;
	outline: none;
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 32px;
}
.search span {
	display: block;
	width: 59px;
	height: 32px;
	cursor: pointer;
	float: right
}
/*title*/
.title {
	overflow: hidden;
	width: 100%;
}
.title h2 {
	text-align: center;
	font-size: 24px;
	color: #20a64b;
	background: url(../images/title_bg.png) no-repeat center;
	margin-bottom: 5px;
}
.title h2 a {
	color: #20a64b;
}
.title p {
	font-size: 12px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
/*hezuo*/
.hezuo {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
	background-color: #f9f9f9;
	padding-bottom: 40px;
}
.hezuo .hebox {
	overflow: hidden;
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.hezuo .hebox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 30px;
}
.hezuo .hebox .btn01 {
	background: url(../images/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.hezuo .hebox .btn02 {
	background: url(../images/hezuo__btn02.png) no-repeat center top;
	right: 0
}
.hezuo .hebox i:hover {
	background-position: bottom
}
.hezuo .heWin {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 140px;
	position: relative;
}
.hezuo .heWin ul {
	overflow: hidden;
	position: absolute
}
.hezuo .heWin li {
	float: left;
	width: 190px;
	height: 140px;
	margin-right: 12px;
}
.hezuo .heWin li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.hezuo .heWin li a {
	display: block;
	text-decoration: none
}
.hezuo .heWin li img {
	display: block;
	margin-bottom: 10px;
}
/*pro*/
.pro {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 230px;
}
.pro .leftpro h3 {
	background: url(../images/pro01.png) no-repeat center;
	width: 100%;
	height: 105px;
}
.pro .leftpro h3 b {
	font-size: 28px;
	color: #fff;
	font-family: Impact;
	display: block;
	padding-left: 25px;
	padding-top: 30px;
	font-weight: normal
}
.pro .leftpro h3 em {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 226px;
	border: 2px solid #20a64b;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
*padding-bottom:20px;
	height: 573px;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 204px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro .leftpro .menu li >a {
	display: block;
	width: 190x;
	height: 35px;
	background: url(../images/pro02-1.png) no-repeat 170px center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #20a64b;
	border-radius: 5px;
	padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../images/pro02.png) no-repeat 170px center;
	background-color: #20a64b;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 25px 0;
	padding-left: 65px;
	width: 165px;
	background: url(../images/pro_phone.png) no-repeat 15px center;
	background-color: #20a64b;
}
.pro .leftpro .phone p {
	font-size: 13px;
	color: #fff;
}
.pro .leftpro .phone em {
	display: block;
	font-size: 20px;
	color: #fff;
}
.pro .rightpro {
	overflow: hidden;
	width: 740px;
	float: right;
}
.pro .rightpro .list {
	overflow: hidden;
	width: 110%;
}
.pro .rightpro li {
	overflow: hidden;
	float: left;
	width: 230px;
	height: 245px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #eee;
}
.pro .rightpro li img {
	display: block;
	margin-bottom: 15px;
}
.pro .rightpro li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}
.pro .rightpro li:hover {
	background-color: #f07f1b;
}
.pro .rightpro li:hover span {
	color: #fff;
}
/*baozhang*/
.baozhang {
	overflow: hidden;
	width: 100%;
	height: 810px;
	background: url(../images/baozhang_bg.jpg) no-repeat center top;
	margin-bottom: 30px;
	margin-top: -10px;
}
.baozhang h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/title_bg02.png) no-repeat center bottom;
	margin-top: 35px;
	margin-bottom: 40px;
}
.baozhang .bzBox {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 685px;
	position: relative
}
.baozhang .bzBox img {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	margin-top: 231px
}
.baozhang .bzBox .wen {
	overflow: hidden;
	width: 190px;
	position: absolute;
	display: none
}
.baozhang .bzBox h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.baozhang .bzBox p {
	font-size: 13px;
	color: #c6e6ff;
	line-height: 25px;
}
.baozhang .wen01 {
	padding-top: 133px;
	padding-right: 180px;
	background: url(../images/baozhang01.png) no-repeat right top;
	left: 0;
	top: 20px;
}
.baozhang .wen02 {
	padding-left: 175px;
	padding-top: 133px;
	background: url(../images/baozhang02.png) no-repeat left top;
	right: 0;
	top: 20px;
}
.baozhang .wen03 {
	padding-right: 178px;
	padding-top: 155px;
	background: url(../images/baozhang03.png) no-repeat right top;
	left: 0;
	top: 310px;
}
.baozhang .wen04 {
	padding-left: 175px;
	padding-top: 155px;
	background: url(../images/baozhang04.png) no-repeat left top;
	right: 0;
	top: 310px;
}
.baozhang .wen05 {
	padding-left: 135px;
	padding-top: 115px;
	background: url(../images/baozhang05.png) no-repeat left top;
	left: 338px;
	bottom: 0
}
/*case*/
.case {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.case .casebox {
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
	position: relative;
}
.case .casebox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 115px;
}
.case .casebox .btn01 {
	background: url(../images/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.case .casebox .btn02 {
	background: url(../images/hezuo__btn02.png) no-repeat center top;
	right: 0
}
.case .casebox i:hover {
	background-position: bottom
}
.case .casewin {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: 326px;
	position: relative;
}
.case .casewin ul {
	overflow: hidden;
	position: absolute
}
.case .casewin li {
	float: left;
	width: 250px;
	margin-right: 33px;
	height: 360px;
	background-color: #eee;
}
.case .casewin li a {
	display: block;
	text-decoration: none;
}
.case .casewin li img {
	display: block;
	margin-bottom: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
.case .casewin li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case .casewin li:hover {
	background-color: #ffba00;
}
.case .casewin li:hover span {
	color: #fff;
}
/*æµç¨‹*/
.liucheng {
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
	background-color: #f9f9f9;
}
.liucheng img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}


.probg { width: 100%; height: 878px; background: url(../images/probg.jpg) no-repeat center; overflow: hidden; }

.pro { width: 1200px; margin: 0 auto; overflow: hidden; }
.pro .prolist { margin-top: 40px; text-align: center; }
.pro .prolist li { width: 130px; height: 40px; line-height: 40px; color: #555; background: #e8e8e8; font-size: 16px; border-radius: 5px; margin: 0 5px; display: inline-block; transition: all .2s ease; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro .prolist li.on { background: #3aad41; color: #fff; }
.pro .procon { margin-top: 50px; width: 1200px; overflow: hidden; }
.pro .procon .procont { width: 1200px; height: auto; }
.pro .procon .procont ul { width: 1220px; overflow: hidden; }
.pro .procon .procont ul li { width: 285px; height: 260px; float: left; margin-right: 20px; margin-bottom: 20px; }
.pro .procon .procont ul li .img { width: 285px; height: 210px; border: 1px solid #eee; box-sizing: border-box; }
.pro .procon .procont ul li .img img { width: 100%; height: 100%; }
.pro .procon .procont ul li .name { width: 285px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; background: #eee; color: #555; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro .procon .procont ul li:hover .name { background: #3aad41; color: #fff; }
.pro .procon .procont ul li:hover .img { border: 1px solid #3aad41; }
/*youshi*/
.youshi {
	overflow: hidden;
	width: 100%;
	margin-top: -20px;
	margin-bottom:50px;
}
.youshi .ttitle {
	overflow: hidden;
	padding: 35px 0;
	background-color: #20a64b;
}
.youshi .ttitle h2 {
	text-align: center
}
.youshi .ttitle em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.youshi .yslist {
	overflow: hidden;
	width: 100%;
	height: 291px;
}
.youshi .yslist .wen {
	overflow: hidden;
	width: 507px;
	color: #333
}
.youshi .yslist h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}
.youshi .yslist p {
	padding-left: 14px;
	background: url(../images/youshi_s02.png) no-repeat left 8px;
	font-size: 13px;
	line-height: 25px;
}
.youshi .yslist .wen.wen01 p {
	background: url(../images/youshi_s01.png) no-repeat left 8px;
}
.youshi .phone {
	overflow: hidden;
	padding-left: 55px;
	background: url(../images/phone.png) no-repeat left center;
	margin-top: 20px;
}
.youshi .phone span {
	display: block;
	font-size: 13px;
	color: #333;
}
.youshi .phone em {
	display: block;
	font-size: 22px;
	color: #ff6600;
}
.youshi .youshi01 {
	background: url(../images/youshi_01.jpg) no-repeat center top;
}
.youshi .youshi02 {
	background: url(../images/youshi_02.jpg) no-repeat center top;
}
.youshi .youshi03 {
	background: url(../images/youshi_03.jpg) no-repeat center top;
}
.youshi .youshi04 {
	background: url(../images/youshi_04.jpg) no-repeat center top;
}
.youshi .youshi05 {
	background: url(../images/youshi_05.jpg) no-repeat center top;
}
.youshi .wen.wen01 {
	color: #fff;
	margin-left: 98px;
	margin-top: 30px;
}
.youshi .wen02 {
	float: right;
	margin-top: 35px;
}
.youshi .wen03 {
	margin-left: 98px;
	margin-top: 35px;
}
.youshi .wen04 {
	float: right;
	margin-top: 55px;
}
.youshi .wen05 {
	margin-left: 98px;
	margin-top: 40px;
	width: 425px !important;
}
/*about*/
.about {
	overflow: hidden;
	width: 100%;
	height: 510px;
	background: url(../images/about_bg.jpg) no-repeat center top;
}
.about h2 {
	text-align: center;
	font-size: 36px;
	color: #20a64b;
	margin-top: 45px;
	padding-bottom: 15px;
	background: url(../images/about.png) no-repeat center bottom;
	margin-bottom: 30px;
}
.about .abox {
	overflow: hidden;
	background-color:rgba(255, 255, 255, 0.8);
	width: 1200px;
	margin: 0 auto;
}
.about .abox img {
	display: block;
	float: left;
	border: 5px solid #fff;
}
.about .awen {
	overflow: hidden;
	float: right;
	width: 570px;
    margin:20px ;
}
.about .awen p {
	font-size: 13px;
	color: #333;
	line-height: 28px;
	text-align: justify;
	height: 13 0px;
	overflow: hidden;
}
.about .awen .btn {
	overflow: hidden
}
.about .awen .btn a {
	float: left;
	margin-right: 14px;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 80px;
	border: 2px solid #fff;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=60);
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
.about .awen .btn em {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.about .awen .btn .em01 {
	background: url(../images/about01.png) no-repeat center top;
}
.about .awen .btn .em02 {
	background: url(../images/about02.png) no-repeat center top;
}
.about .awen .btn .em03 {
	background: url(../images/about03.png) no-repeat center top;
}
.about .awen .btn .em04 {
	background: url(../images/about04.png) no-repeat center top;
}
.about .awen .btn a:hover em {
	background-position: bottom
}
.about .awen .btn a:hover {
	border-color: #f07f1b;
	background-color: #f07f1b;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff
}
/*è¯ä¹¦*/
.zhengshu {
	overflow: hidden;
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 55px;
	padding-bottom: 45px;
}
.zhengshu .zsbox {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	margin-top: 45px;
}
.zhengshu .zsbox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 172px;
}
.zhengshu .zsbox .btn01 {
	background: url(../images/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.zhengshu .zsbox .btn02 {
	background: url(../images/hezuo__btn02.png) no-repeat center top;
	right: 0
}
.zhengshu .zsbox i:hover {
	background-position: bottom
}
.zhengshu .zswin {
	overflow: hidden;
	width: 1000px;
	height: 350px;
	margin: 0 auto;
	position: relative
}
.zhengshu .zswin ul {
	overflow: hidden;
	position: absolute
}
.zhengshu .zswin li {
	float: left;
	width: 237px;
	height: 350px;
	background-color: #fff;
	margin-right: 17px;
}
.zhengshu .zswin li img {
	display: block;
	margin: 18px auto;
}
.zhengshu .zswin li span {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}
.zhengshu .zswin il a {
	display: block;
	text-decoration: none
}
/*ç•™è¨€*/
.liuyan {
	overflow: hidden;
	width: 100%;
	background: url(../images/ly_bg.jpg) no-repeat center bottom;
	background-color: #f9f9f9;
}
.liuyan .wen {
	overflow: hidden;
	float: left;
	margin-top: 85px;
	width: 480px;
}
.liuyan .wen h3 {
	font-size: 40px;
	color: #fff;
}
.liuyan .wen p {
	font-size: 26px;
	color: #20a64b;
	line-height: 42px;
	background-color: #fff;
	margin-top: 10px;
}
.liuyan .wen span {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 40px;
}
.liuyan .phone {
	overflow: hidden;
	padding-left: 55px;
	background: url(../images/ly_phone.png) no-repeat left center;
}
.liuyan .phone em {
	display: block;
	font-size: 13px;
	color: #fff;
}
.liuyan .phone b {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.liuyan .lybox {
	overflow: hidden;
	width: 457px;
	height: 367px;
	background-color: #fff;
	border-top: 3px solid #f07f1b;
	float: right
}
.liuyan .lybox h4 {
	font-size: 26px;
	color: #f07f1b;
	margin-left: 25px;
	margin-top: 40px;
}
.liuyan .lybox p {
	font-size: 16px;
	color: #333;
	margin-bottom: 22px;
	margin-left: 25px;
}
.liuyan .lybox .inbox {
	overflow: hidden;
	margin-left: 25px;
*margin-left:12px;
	width: 100%
}
.liuyan .lybox input {
	overflow: hidden;
	width: 180px;
	padding: 0 10px;
	height: 42px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	line-height: 42px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
}
.liuyan .lybox textarea {
	overflow: hidden;
	width: 385px;
	display: block;
	margin-bottom: 10px;
	height: 80px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
	resize: none;
}
.liuyan .lybox b {
	display: block;
	width: 150px;
	height: 47px;
	background-color: #f07f1b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 47px;
*margin-left:13px;
}
/*news*/
.news {
	overflow: hidden;
	width: 100%;
	padding: 30px 0 30px 0;
}
.news .nbox {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto
}
.news .newsbox {
	overflow: hidden;
	float: left;
	margin: 0 10px;
	border: 1px solid #dbdbdb;
	width: 378px;
	height: 400px;
}
.news h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 6px;
	border-left: 6px solid #20a64b;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
.news img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.news .list {
	overflow: hidden;
	width: 350px;
	margin: 0 auto
}
.news .list li {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	color: #666;
	line-height: 35px;
}
.news .list li em {
	float: left;
	color: #40a3ee;
	margin-right: 5px;
}
.news .list li a {
	display: block;
	float: left;
	width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}
.news .list li span {
	float: right
}
.news .wenda {
	overflow: hidden;
	width: 350px;
	margin: 0 auto;
	height: 420px;
	position: relative
}
.news .wenda ul {
	overflow: hidden;
	position: absolute
}
.news .wenda li {
	overflow: hidden;
	height: 90px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e4e4e4;
}
.news .wenda h5 {
	font-weight: normal;
	font-size: 13px;
	padding-left: 32px;
	background: url(../images/news_w.png) no-repeat left center;
	line-height: 25px;
	margin-bottom: 15px;
}
.news .wenda h5 a {
	color: #f07f1b;
}
.news .wenda p {
	padding-left: 32px;
	background: url(../images/news_d.png) no-repeat left top;
	font-size: 13px;
	color: #333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/*link*/
.link {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
}
.link .linkbox {
	overflow: hidden;
	width: 1160px;
	margin: 0 auto;
	padding: 25px 20px;
	border: 1px solid #dbdbdb;
}
.link .linkbox h3 {
	float: left;
	font-size: 18px;
}
.link h3 a {
	color: #20a64b;
}
.link h3 em {
	color: #999;
	margin-left: 5px;
}
.link ul {
	overflow: hidden;
	float: right;
	width: 1025px;
}
.link li {
	float: left;
	white-space: nowrap;
	margin: 5px 15px;
	font-size: 13px;
}
.link li a {
	color: #666;
}
/* -- å¼¹å‡ºçª—å£ -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}


.common h2 {
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	padding: 48px 0 0;
	}
.project{ overflow:hidden; text-align:center; font-size:18px; color:#545454; padding-top:10px; margin:50px;}
.project ul{overflow:hidden;/* margin-left:-41px; */padding-bottom: 40px;}
.project li{width:207px;padding-bottom:30px;padding-top:20px;float: right;margin-left: 21px;display:inline;background:#EAFDE6;line-height:32px;text-align:center;}
.project li:hover{ background:#BDF9B0;}
.project h2{  color:#20A64B; }
.project b{ display:block; width:50px; height:1px; background:#20A64B; margin:20px auto;}
.project a{ text-decoration:underline; color:#20A64B;}
.common-title{text-align:center;margin-top: -30px;}
.common-title h2{ color:#666666;}
.common-title b{ display:block; margin:20px auto 12px; width:117px; height:1px; background:#d4d4d4;}
.common-title p{ font-size:18px;  padding-top:25px; padding-bottom:20px;}
.common{width: 1140px;margin:0 auto;}

@charset "UTF-8";
body { font-family: "微软雅黑"; color: #333333; margin: 0; font-size: 14px; }

img { border: 0; }

a:link { color: #333; text-decoration: none; }

a:visited { color: #333; text-decoration: none; }

a:hover { color: #333; text-decoration: none; }

a:active { color: #333; text-decoration: none; }

ol, ul { list-style: none; }

ol, ul, li, table, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

p { margin: 0; padding: 0; }

.right { float: right; }

.left { float: left; }

.text_r { text-align: right; }

.hidden { display: none; }

.clear { clear: both; }

button, input, select, textarea { font: 14px/1 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; }

.head { width: 1200px; margin: 0 auto; height: 120px; overflow: hidden; }
.head .logo { width: 193px; height: 86px; float: left; padding-top: 17px; }
.head .logo img { width: 193px; height: 86px; }
.head .line { width: 1px; height: 50px; background: #d2d2d2; float: left; margin: 35px 40px; }
.head .intro { float: left; color: #666; font-size: 18px; margin-top: 29px; }
.head .intro .key { padding: 2px 5px; background: #ff6600; color: #fff; border-radius: 5px; margin-right: 5px; }
.head .intro .ms { margin-top: 8px; padding: 0; font-size: 22px; color: #009944; }
.head .tel { margin-top: 23px; float: right; }
.head .tel .cont { overflow: hidden; }
.head .tel .cont .img { float: left; width: 48px; height: 48px; margin-right: 10px; }
.head .tel .cont .img img { width: 100%; height: 100%; }
.head .tel .cont .zi { float: left; color: #959595; text-align: center; margin-top: 3px; font-size: 16px; line-height: 24px; }
.head .tel .cont .num { float: left; font-size: 20px; color: #009944; font-weight: bold; margin-left: 10px; }
.head .tel .city { font-size: 14px; color: #888; margin-top: 3px; text-align: right; }

#menu { width: 100%; height: 50px; background: #018b3e; }

#nav { width: 1200px; height: 50px; margin: 0 auto; position: relative; z-index: 99; }
#nav .mainlevel { width: 120px; float: left; height: 50px; line-height: 50px; text-align: center; color: #fefefe; font-size: 15px; }
#nav .mainlevel a { color: #fff; }
#nav .mainlevel:hover { background: #ff9000; }
#nav .mainlevel.active { background: #ff9000; }
#nav .mainlevel ul { display: none; position: absolute; background: #ff9000; }
#nav .mainlevel ul li { width: 120px; padding: 10px 0; border-top: 1px solid #ffa531; font-size: 13px; line-height: 20px; }
#nav .mainlevel ul li a:hover { background: none; }

.banner { position: relative; height: 500px; overflow: hidden; }
.banner .slides { position: relative; z-index: 1; }
.banner .slides li { height: 500px; }
.banner .flex-control-nav { position: absolute; bottom: 10px; z-index: 100; width: 100%; text-align: center; }
.banner .flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1; }
.banner .flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer; }
.banner .flex-control-nav .flex-active { background-position: 0 0; }

.inside-banbox { width: 100%; position: relative; overflow: hidden; height: 320px; }

.inside-ban { position: absolute; width: 1920px; height: 320px; left: 50%; margin-left: -960px; }

.main_tit { text-align: center; width: 800px; margin: 50px auto 0; padding-bottom: 18px; background: url(../images/title_line.png) no-repeat center bottom; }
.main_tit .title { font-size: 34px; font-weight: bold; }
.main_tit .intro { font-size: 16px; color: #999; margin-top: 8px; line-height: 24px; }

.fuwu { width: 1200px; margin: 0 auto; overflow: hidden; }
.fuwu .fuwu_cont { width: 1200px; overflow: hidden; padding-top: 50px; }
.fuwu .fuwu_cont li { width: 25%; float: left; }
.fuwu .fuwu_cont li .fuwu_img { width: 180px; height: 180px; margin: 0 auto; position: relative; z-index: 9; overflow: hidden; border-radius: 50%;}
.fuwu .fuwu_cont li .fuwu_img img { width: 100%; height: 100%;transition:All 0.4s ease-in-out;  -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; }
.fuwu .fuwu_cont li .fuwu_img img:hover { transform:scale(1.2); -webkit-transform:scale(1.2);  -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2);}
.fuwu .fuwu_cont li .name { text-align: center; font-size: 22px; margin-top: 15px; }
.fuwu .fuwu_cont li .intro { text-align: center; color: #888; font-size: 14px; margin-top: 3px; }

.guanyubg { width: 100%; height: 462px; margin-top: 50px; background: url(../images/aboutbg.jpg) no-repeat center; overflow: hidden; }

.guanyu { width: 1200px; height: 358px; background: #fff; margin: 50px auto; }
.guanyu .video { padding:50px 30px; width: 400px; float: left; }
.guanyu .about { padding:50px 30px; width: 680px; float: left; line-height: 34px; font-size: 16px; color: #666; }
.guanyu .about .tit { font-size: 30px; color: #018b3e; margin-bottom: 20px; text-align: center;}
.guanyu .about .cont{text-indent: 2em; height: 204px; overflow: hidden;}


.gaoganbg { width: 100%; height: 1028px; background: url(../images/gaoganbg.jpg) no-repeat center; overflow: hidden; }

.gaogan { width: 1200px; margin: 0 auto; }
.gaogan .title { font-size: 34px; font-weight: bold; color: #333; margin-top: 50px; text-align: center; }
.gaogan .title .col { color: #26942c; }
.gaogan .ggcon { margin-top: 50px; width: 1200px; overflow: hidden; }
.gaogan .ggcon ul { overflow: hidden; }
.gaogan .ggcon ul li { width: 280px; float: left; cursor: pointer; padding: 0 10px; }
.gaogan .ggcon ul li .img { width: 280px; height: 200px; overflow: hidden; }
.gaogan .ggcon ul li .img img { width: 100%; height: 100%; transition: All 0.6s ease-in-out; -webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out; }
.gaogan .ggcon ul li .img img:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); }
.gaogan .ggcon ul li .name { font-size: 22px; color: #444; margin-top: 20px; text-align: center; }
.gaogan .ggcon ul li .intro { font-size: 12px; color: #666; line-height: 20px; height: 60px; margin-top: 10px; text-align: center; overflow: hidden; }
.gaogan .needcon { width: 690px; margin-top: 50px; overflow: hidden; }
.gaogan .needcon ul { overflow: hidden; }
.gaogan .needcon ul li { width: 230px; float: left; padding-top: 20px; cursor: pointer; }
.gaogan .needcon ul li .img { width: 170px; height: 170px; margin: 0 auto; transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; }
.gaogan .needcon ul li .img img { width: 100%; height: 100%; }
.gaogan .needcon ul li .img:hover { transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px); }
.gaogan .needcon ul li .name { text-align: center; margin-top: 10px; font-size: 16px; font-weight: bold; color: #444; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.probg { width: 100%; height: 710px; background: url(../images/probg.jpg) no-repeat center; overflow: hidden; }

.pro { width: 1200px; margin: 0 auto; overflow: hidden; }
.pro .prolist { margin-top: 25px; text-align: center; }
.pro .prolist li { width: 130px; height: 40px; line-height: 40px; color: #555; background: #e8e8e8; font-size: 16px; border-radius: 5px; margin: 0 5px; display: inline-block; transition: all .2s ease; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro .prolist li.on { background: #3aad41; color: #fff; }
.pro .procon { margin-top: 25px; width: 1200px; overflow: hidden; }
.pro .procon .procont { width: 1200px; height: auto; }
.pro .procon .procont ul { width: 1220px; overflow: hidden; }
.pro .procon .procont ul li { width: 285px; height: 260px; float: left; margin-right: 20px; margin-bottom: 20px; }
.pro .procon .procont ul li .img { width: 285px; height: 210px; border: 1px solid #eee; box-sizing: border-box; }
.pro .procon .procont ul li .img img { width: 100%; height: 100%; }
.pro .procon .procont ul li .name { width: 285px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; background: #eee; color: #555; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro .procon .procont ul li:hover .name { background: #3aad41; color: #fff; }
.pro .procon .procont ul li:hover .img { border: 1px solid #3aad41; }

.casebg { width: 100%; height: 780px; background: url(../images/casebg.jpg) no-repeat center; overflow: hidden; }

.case { width: 1200px; margin: 0 auto; overflow: hidden; }
.case .casecont { margin-top: 40px; width: 1200px; overflow: hidden; }
.case .casecont li { width: 280px; height: 260px; margin: 0 10px 20px; border: 1px solid #ddd; float: left; background: #fff; box-sizing: border-box; }
.case .casecont li .img { width: 278px; height: 208px; }
.case .casecont li .img img { width: 100%; height: 100%; }
.case .casecont li .name { width: 278px; height: 50px; line-height: 50px; font-size: 14px; color: #333; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.case .casecont li:hover { background: #3aad41; border: 1px solid #3aad41; }
.case .casecont li:hover .name { color: #fff; }

.rongyu { width: 1200px; margin: 0 auto; overflow: hidden; }
.rongyu .rycont { width: 1200px; overflow: hidden; margin: 40px 0 20px; }
.rongyu .rycont ul { float: left; }
.rongyu .rycont ul li { width: 220px; height: 215px; cursor: pointer; float: left; margin: 0 10px 20px; display: inline; overflow: hidden; }
.rongyu .rycont ul li img { width: 220px; height: 165px; border: 1px solid #ddd; box-sizing: border-box; }
.rongyu .rycont ul li .name { height: 50px; line-height: 50px; width: 225px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.rongyu .rycont ul li:hover .name { color: #FF6600; }

.newsbg { width: 100%; height: 500px; overflow: hidden; background: #f4f4f4; }

.news { width: 1200px; margin: 40px auto; }

.news_con { width: 340px; height: 380px; float: left; margin-right: 30px; padding: 20px; }
.news_con .tit { height: 30px; border-bottom: 1px solid #ddd; width: 340px; }
.news_con .tit .name { float: left; font-size: 18px; color: #027635; padding: 0 15px; height: 28px; border-bottom: 3px solid #027635; }
.news_con .tit .more a { float: right; font-size: 14px; color: #555; }
.news_con .tit .more a:hover { color: #FF6600; }
.news_con .first { margin-top: 20px; height: 112px; width: 340px; }
.news_con .first img { float: left; width: 150px; height: 112px; margin-right: 15px; }
.news_con .first .cont .title { font-size: 16px; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news_con .first .cont .time { font-size: 12px; color: #999; margin: 6px 0; }
.news_con .first .cont .intro { font-size: 13px; color: #666; line-height: 20px; height: 60px; overflow: hidden; }
.news_con .first:hover .title { color: #FF6600; }
.news_con .newslist { margin-top: 20px; width: 340px; }
.news_con .newslist li { width: 340px; height: 32px; line-height: 32px; background: url(../images/news_icon.png) no-repeat left center; text-indent: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news_con .newslist li a { color: #444; }
.news_con .newslist li a:hover { color: #FF6600; }

.wenda { width: 340px; margin-top: 20px; }
.wenda .wen { width: 320px; height: 40px; line-height: 40px; padding: 0 10px; border-bottom: 1px solid #ddd; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; }
.wenda .hui { width: 320px; padding: 0 10px; margin: 10px 0; height: 60px; line-height: 20px; font-size: 13px; color: #666; overflow: hidden; }

.frilink { width: 1200px; margin: 25px auto 15px; overflow: hidden; }
.frilink .tit { float: left; font-size: 16px; background: url(../images/link.png) no-repeat left center; text-indent: 15px; }
.frilink a { color: #555; margin: 0 10px 10px; float: left; }
.frilink a:hover { color: #FF6600; }

.bottombg { width: 100%; height: auto; background: #eee; padding: 30px 0; overflow: hidden; }

.bottom { width: 1200px; margin: 0 auto; }
.bottom .foot_nav { text-align: center; }
.bottom .foot_nav a { color: #444; display: inline-block; margin: 0 15px; }
.bottom .foot_nav a:hover { color: #FF6600; }
.bottom .foot_con { margin-top: 50px; margin-left: 280px; overflow: hidden;}
.bottom .foot_con .erweima { float: left; width: 100px; margin-right: 20px; }
.bottom .foot_con .erweima img { width: 100%; height: 100%; }
.bottom .foot_con .erweima p { margin: 5px 0 0; padding: 0; text-align: center; font-size: 13px; color: #444; }
.bottom .foot_con .cont { float: left; margin-left: 10px; font-size: 13px; color: #444; line-height: 30px; width: 440px; }
.bottom .foot_con .cont p { margin: 0; padding: 0; }

.inside { background: #f8f8f8; width: 100%; overflow: hidden; }

.inside_con { padding: 30px; margin: 40px 0; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); border-radius: 5px; border: 1px solid #E8E8E8; }

.inside_addbg { height: 40px; width: 100%; border-bottom: 1px solid #eee; background: #f4f4f4; }
.inside_addbg .add { width: 1200px; margin: 0 auto; line-height: 40px; color: #666; }
.inside_addbg a { color: #666; }
.inside_addbg a:hover { color: #FF6600; }

.center { width: 1200px; margin: 0 auto; overflow: hidden; }

.inside_tit { font-size: 34px; padding: 20px 0; text-align: center; border-bottom: 1px solid #e8e8e8; }

.inclass { margin-top: 40px; text-align: center; }
.inclass li { margin: 0 5px; display: inline-block; transition: all .2s ease; margin-bottom: 10px; }
.inclass li a { padding: 0 20px; display: block; height: 40px; line-height: 40px; color: #555; background: #e8e8e8; font-size: 16px; border-radius: 5px; }
.inclass li a:hover { background: #3aad41; color: #fff; }
.inclass li a.on { background: #3aad41; color: #fff; }

.in_case { padding-top: 30px; overflow: hidden; }
.in_case li { width: 280px; height: 300px; margin: 0 10px 20px; border: 1px solid #ddd; float: left; background: #fff; box-sizing: border-box; position: relative; z-index: 1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.in_case li .img { width: 278px; height: 208px; }
.in_case li .img img { width: 100%; height: 100%; }
.in_case li .name { width: 258px; padding: 0 10px; height: 50px; line-height: 60px; font-size: 16px; color: #333; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.in_case li .fenlei { width: 258px; padding: 0 10px; text-align: center; font-size: 14px; color: #666; height: 30px; line-height: 30px; }
.in_case li:hover { z-index: 2; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.in_pro { padding-top: 30px; overflow: hidden; }
.in_pro li { width: 280px; height: 270px; margin: 0 10px 20px; border: 1px solid #ddd; float: left; background: #fff; box-sizing: border-box; position: relative; z-index: 1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.in_pro li .img { width: 278px; height: 208px; }
.in_pro li .img img { width: 100%; height: 100%; }
.in_pro li .name { width: 258px; padding: 0 10px; height: 50px; line-height: 60px; font-size: 16px; color: #333; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.in_pro li:hover { z-index: 2; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.pagination { padding: 40px 0; text-align: center; }

.pagination ul li { display: inline; margin: 0 3px; }

.pagination ul li a { background: #fff; height: 28px; display: inline-block; *display: inline; *zoom: 1; padding: 0 12px; border: 1px solid #DDD; line-height: 28px; vertical-align: middle; }

.pagination ul li a:hover { background-color: #F8F8F8; text-decoration: none; }

.pagination ul li.active a { background-color: #3aad41; border-color: #3aad41; }

.pagination ul li.active a:link { color: #FFF; }

.pagination ul li.active a:visited { color: #FFF; }

.pagination ul li.active a:hover { color: #FFF; }

.pagination ul li.active a:active { color: #FFF; }

.pagination ul li.active a:hover { background-color: #3aad41; border-color: #3aad41; cursor: default; }

.caseshow { width: 1200px; padding: 30px 0; overflow: hidden; border-bottom: 1px solid #ddd; }

.case-slide { width: 602px; float: left; }
.case-slide .case-big { border: 1px solid #DDD; height: 450px; overflow: hidden; }
.case-slide .case-big img { width: 600px; height: 450px; }
.case-slide .case-small { height: 100px; overflow: hidden; margin-top: 10px; }
.case-slide .case-small .prev { width: 30px; height: 100px; text-align: center; font: bold 18px/100px '宋体'; color: #FFF; float: left; background: #666; }
.case-slide .case-small .next { width: 30px; height: 100px; text-align: center; font: bold 18px/100px '宋体'; color: #FFF; float: right; background: #666; }
.case-slide .case-small .prev:active, .case-slide .case-small .next:active { background: #333; }
.case-slide .case-small .case-slide { width: 520px; height: 100px; float: left; margin: 0 10px; display: inline; position: relative; overflow: hidden; }
.case-slide .case-small .case-slide .case-wrap { position: absolute; left: 0; top: 0; }
.case-slide .case-small .case-slide .item { width: 120px; height: 90px; padding: 5px; float: left; }
.case-slide .case-small .case-slide .item.active { border: 1px solid #F00; padding: 4px; }
.case-slide .case-small .case-slide .item img { width: 120px; height: 90px; }

.case-info { float: left; margin-left: 20px; width: 500px; padding: 30px; height: 500px; overflow: hidden; background-color: #fff; border: 1px solid #e8e8e8; }
.case-info .tit { font-size: 26px; height: 80px; line-height: 40px; margin-bottom: 10px; overflow: hidden; }
.case-info .time { padding: 20px 0; font-size: 16px; color: #666; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
.case-info .cont { margin-top: 20px; height: 330px; overflow: hidden;}
.case-info .cont li { font-size: 18px; padding: 8px 0; background: url(../images/gou.png) no-repeat left center; background-size: 18px 18px; padding-left: 25px; cursor: pointer; }

.pro-info { float: left; margin-left: 20px; width: 500px; padding: 30px; height: 500px; overflow: hidden; background-color: #fff; border: 1px solid #e8e8e8; }
.pro-info .tit { font-size: 26px; height: 80px; line-height: 40px; margin-bottom: 10px; overflow: hidden; }
.pro-info .intro { margin: 20px 0; padding-top: 20px; border-top: 1px solid #e2e2e2; line-height: 30px; height: 150px; overflow: hidden; }

.caseintro { padding: 30px 20px; line-height: 30px; }

.previous { width: 1200px; height: 80px; background: #f2f2f2; overflow: hidden; padding: 10px 0; margin: 20px 0; }
.previous li { height: 40px; line-height: 40px; padding-left: 20px; }
.previous li a:hover { color: #FF6600; }

.relate { margin: 30px 0; }
.relate .tit { height: 50px; line-height: 50px; border-bottom: 1px solid #ddd; }
.relate .tit .title { font-size: 24px; height: 48px; border-bottom: 3px solid #009944; padding: 0 20px; float: left; }

.in_about { padding: 30px 20px; overflow: hidden; line-height: 30px; }
.in_about table { width: 1090px; border-collapse: collapse; margin-bottom: 30px; }
.in_about table td { border: 1px solid #ddd; border-collapse: collapse; height: 30px; line-height: 30px; padding: 10px; }
.in_about table span { width: 80px; height: 30px; background: #f0f0f0; display: block; text-align: center; margin: 0 10px; font-weight: bolder; }

.in_ry { padding: 30px 0; overflow: hidden; }
.in_ry ul { overflow: hidden; }
.in_ry ul li { width: 358px; height: 269px; margin: 0 10px 20px; float: left; position: relative; cursor: pointer; overflow: hidden; }
.in_ry ul li img { width: 100%; height: 100%; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; transition: all 0.6s; }
.in_ry ul li .zhebg { width: 358px; height: 269px; position: absolute; background: #000; top: 0; left: 0; }
.in_ry ul li .name { font-size: 22px; color: #fff; text-align: center; position: absolute; top: 120px; width: 358px; left: -358px; }
.in_ry ul li:hover img { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }

.in_wenda { padding: 50px; overflow: hidden; }
.in_wenda .inwen { line-height: 30px; margin-top: -1px; font-size: 16px; padding: 15px 20px; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; cursor: pointer; }
.in_wenda .inwen.hover, .in_wenda .inwen:hover { background: #f3fef7; }
.in_wenda .inhui { padding: 30px; color: #666; line-height: 24px; }

.in_list { margin: 30px; overflow: hidden; }
.in_list ul { overflow: hidden; }
.in_list ul li { padding: 20px; border-bottom: 1px solid #ddd; height: 150px; }
.in_list ul li img { float: left; width: 200px; height: 150px; margin-right: 30px; }
.in_list ul li .cont { overflow: hidden; }
.in_list ul li .cont .title { font-size: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.in_list ul li .cont .intro { font-size: 14px; height: 75px; line-height: 25px; overflow: hidden; color: #888; margin-top: 10px; }
.in_list ul li .cont .time { margin-top: 10px; }
.in_list ul li:hover { background: #f3fef7; }

.listshow { padding: 30px 0; overflow: hidden; }
.listshow .name { font-size: 26px; padding: 0 20px 30px; text-align: center; line-height: 36px; }
.listshow .time { text-align: center; height: 38px; line-height: 38px; color: #666; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; }
.listshow .previ { border-top: 1px solid #e8e8e8; padding: 20px; margin-top: 30px; }
.listshow .previ a:hover { color: #FF6600; }

.review { margin: 30px 0; overflow: hidden; }
.review .list { width: 31%; margin: 0 1% 20px; float: left; padding: 15px 10px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; outline: none; }
.review .qita { width: 97%; max-width: 97%; margin: 0 1% 20px; height: 120px; max-height: 160px; line-height: 20px; outline: none; padding: 15px 10px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; }
.review .num { width: 97%; margin: 0 1% 20px; padding: 15px 10px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; outline: none; }
.review .push { width: 47.5%; margin: 0 1% 20px; padding: 15px 0; float: left; font-size: 16px; text-align: center; background: #009944; color: #fff; border: 1px solid #018B3E; border-radius: 6px; box-sizing: border-box; outline: none; cursor: pointer; }
.review .cz { background: #eee; border: 1px solid #ddd; color: #555; }

.message { border-top: 1px solid #ddd; }
.message .cont { padding: 20px 30px; border-bottom: 1px dashed #ddd; }
.message .cont .name { font-weight: bold; padding: 10px 0; border-bottom: 1px solid #eee; }
.message .cont .name .time { float: right; color: #666; font-weight: normal; }
.message .cont .intro { color: #555; line-height: 26px; padding: 10px 0; }
.message .cont .intro p { margin: 0; padding: 0; }
.message .cont .huifu { color: red; line-height: 26px; }

/*# sourceMappingURL=style.css.map */
