@charset "UTF-8";
/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button,input{margin:0;padding:0; border:0;}
body{font-size:14px;font-family:'Microsoft Yahei'; color:#444;}
input,textarea,button{padding: 0;font-family: Verdana, Arial;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{ list-style-type:none;}
/*img{border:0;vertical-align:middle}*/
select,input,textarea,button{vertical-align:middle;outline:none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none;}
button:hover { cursor:pointer;}
a {color:#444;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1100px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.clearfix:before, .clearfix:after {  
content:"";  
display:table;  
}  
.clearfix:after {  
clear:both;  
}  
.clearfix {  
zoom:1;  
} 
.fl{float: left;}
.fr{float: right;}
.pors{position: relative;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.layouts {
	width:1100px;
	margin:0 auto;
	position:relative;
}
.font12 {font-size:12px;}
.font15 {font-size:15px;}
.font24 {font-size:24px;}
.font30 {font-size:30px;}
.font36 {font-size:36px;}
.green {color:#009443;}
.gray {color:#9e9c9c;}
.orange {color:#dd891f;}
.blue {color:#0191c0;}
.black {color:#000;}
.red {color:#fc1839;}
/*-header-*/
.header {
	position:relative;
}
.header .top {
	height:36px;
	line-height:36px;
	color:#fff;
	background-color:#009443;
}
.header .top .black-bg {
   position:absolute;
   top:0;
   left:50%;
   height:36px;
   width:50%;
   background-color:#3a3a3a;
}
.header .top-cont {
	background-color:#3a3a3a;
}
.header .top .r-side .phone {
   display:inline-block;
   height:15px;
   width:15px;
   background:url(../images/i1.png) no-repeat left top;
   vertical-align:-3px;
}
.header .top .lan-wrap .green {
	display:inline-block;
	padding:0 12px;
	color:#2cc270;
}
.header .top .lan-wrap .line {
	display:inline-block;
	vertical-align: -3px;
	height:15px;
	width:2px;
	margin-top:10px;
	background-color:#2cc270;
}

.header .top .weixin {position:relative;}
.header .top .code {
    z-index:5;
    position:absolute;
    right:0;
    top:30px;
    display:none;
}
.header .top .weixin:hover .code {
    display:block;
}


.header-main {
	padding:24px 0;
}
.header-main .menu-list {
	float:right;
	margin-top:8px;
}
.header-main .menu-list .items {
    position: relative;
    float: left;
    margin: 17px 2px 0;
    font-size: 15px;
}
.header-main .menu-list .per {
	position:relative;
	display:block;
	height:26px;
	padding:0 20px;
	line-height:26px;
	background-color:#fff;
}
.header-main .menu-list .per.active,.header-main .menu-list li:hover .per {
	color:#fff;
	background-color:#009443;
} 
.header-main .menu-list .str {
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-4.5px;
	display:none;
	width:9px;
	height:6px;
    background:url(../images/str.png) no-repeat left top;
}
.header-main .menu-list .per.active .str {
	display:block;
}
.s-s-menu {
	z-index:3;
	position:absolute;
	width:100%;
	line-height:26px;
	text-align:center;
	background-color:#009443;
}
.s-s-menu a {
	display:block;
	font-size:12px;
	color:#a6eec6;
}
.s-s-menu a:hover {
	color:#fff;
}
/*-index-banner-*/
.fullSlide{ width:100%;  position:relative;    }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;   overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block;  }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:20px; left:0; height:30px; line-height:30px; text-align:center;
		 _background:#000; _filter:alpha(opacity=60); 
	}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin:5px; background-color:#fff;
	overflow:hidden; line-height:9999px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; }
.fullSlide .bd li img {display:block; width:100%;}
.fullSlide .hd ul .on{ background-color:#056a33;}
/*-index-business-*/
.index-title {
	width:630px;
	margin:0 auto;
	padding:45px 0 75px;
	text-align:center;
}
.index-title .a-title {
	position:relative;
	padding-bottom:15px;
	font-size:28px;
	color:#0d2b4d;
	border-bottom:1px solid #ddd;
}
.index-title .a-title .line {
	position:absolute;
	bottom:-1px;
	left:50%;
	margin-left:-27px;
	display:block;
	height:3px;
	width:54px;
	background-color:#009443;
}
.index-title .tab-wrap {
	margin-top:35px;
}
.index-title .tab-wrap .tab {
	position:relative;
	display:inline-block;
	width:110px;
	text-align:center;
	color:#9a9b9c;
}
.index-title .tab-wrap .tab.active {
	color:#329bcc;
}
.index-title .tab-wrap .song {
    display:none;
    height:9px;
    width:7px;
    margin-right:8px;
    background:url(../images/more.png) no-repeat left top;
}
.index-title .tab-wrap .tab.active .song {
	display:inline-block;
}
.index-title .tab-wrap .line {
	position:absolute;
	right:0;
	top:5px;
	display:block;
	height:10px;
	width:1px;
	background:url(../images/line.png) no-repeat left top;
}
.picScroll-left{ width:1200px;  overflow:hidden; position:relative;  margin:0 auto 70px;  }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:0 67px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 30px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.picScroll-left .prev,.picScroll-left .next {
	position:absolute;
	top:180px;
	display:block;
	height:50px;
	width:50px;
}
.picScroll-left .prev {
	left:-13px;
	background:url(../images/prev1.png) no-repeat left top;
}
.picScroll-left .next {
	right:-13px;
	background:url(../images/next1.png) no-repeat left top;
}
.index-business{
	width:1200px;
	margin:0 auto;
}
.index-business .i-b-list {
	padding:0 50px;
	margin-bottom:65px;
	text-align:center;
}
.index-business .items {
	position:relative;
	display:inline-block;
	width:295px;
}
.index-business .items.last {
	margin-right:0;
}
.index-business .items .s-green {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:35px;
	height:34px;
	padding:10px 8px;
	text-align:center;
	color:#fff;
	background-color:#009443;
}
.index-business .items .add {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	height:28px;
	width:28px;
	background:url(../images/b1a.png) no-repeat left top;
}
.index-business .items:hover .add {
	background:url(../images/b1.png) no-repeat left top;
}
.index-business .items .text-wrap {
	height:235px;
	padding:0 25px;
	color:#978f8f;
	background-color:#eee;
}
.index-business .items:hover .text-wrap {
	color:#fff;
   background-color:#009443;
}
.index-business .items .title {
	padding:33px 0 22px;
	font-size:20px;
	color:#333;
}
.index-business .items:hover .title {
	color:#fff;
}
.index-business .items .text {
	line-height:24px;
}
/*-index-example-*/
.index-example {
	background-color:#f2f2f2;
}
.index-example .scrollBox{ width:1070px;padding:10px 15px;background-color:#fff; position:relative; }
.index-example .scrollBox .piclist{ overflow:hidden; zoom:1;}
.index-example .scrollBox .ohbox{overflow:hidden; position:relative;width:1070px;left:0}
.index-example .scrollBox .piclist li,.example-list1 li{float:left; display:inline; width:345px;background:#fff;margin-right:17px;}
.index-example .scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;   }
.index-example .scrollBox .pageBtn span{display:block;width:50px;height:50px;position:absolute;top:230px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.index-example .scrollBox .pageBtn .prev{left:-80px;background:url(../images/next.png) no-repeat left top;}
.index-example .scrollBox .pageBtn .next{right:-80px;background:url(../images/prev.png) no-repeat left top;}
.index-example .scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 413px; }
.index-example .scrollBox .pageBtn .list li{ background:url(images/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden;  }
.index-example .scrollBox .pageBtn .list li.on{background-position:-114px -57px }
.index-example .scrollBox .img-wrap,.example-list1 .img-wrap {
   position:relative;
   display:block;
}
.index-example .scrollBox .img-wrap .mask,.example-list1 .img-wrap .mask {
	position:absolute;
	left:0;
	top:0;
	display:none;
	height:100%;
	width:100%;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.index-example .scrollBox .img-text:hover .mask,.example-list1 .img-text:hover .mask {
	display:block;
}
.index-example .scrollBox .img-wrap .icon,.example-list1 .img-wrap .icon {
	position:absolute;
	left:50%;
	top:50%;
	display:none;
	height:44px;
	width:44px;
	margin-left:-22px;
	margin-top:-22px;
	background:url(../images/add.png) no-repeat left top;
}
.index-example .scrollBox .img-text:hover .icon,.example-list1 .img-text:hover .icon {
	display:block;
}
.index-example .scrollBox .text-wrap,.example-list1 .text-wrap {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}
.index-example .scrollBox .s-title,.example-list1 .s-title {
	position:relative;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:18px;
	color:#000;
}
.index-example .scrollBox .s-title .line,.example-list1 .s-title .line {
    position: absolute;
    bottom: 0;
    left: 130px;
    display: block;
    width: 46px;
    height: 3px;
    background-color: #ccc;
}
.index-example .scrollBox .text,.example-list1 .text {
	height:60px;
	line-height:30px;
	overflow:hidden;
}
.index-example .scrollBox .more,.example-list1 .more {
	display:block;
	width:116px;
	height:32px;
	margin:0 auto;
	margin-top:25px;
	color:#fff;
	line-height:32px;
	text-align:center;
	background-color:#009443;
}
.index-example .btn-wrap {
	padding:55px 0 95px;
	text-align:center;
}
.index-example .btn-wrap .more {
	display:inline-block;
	width:120px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#fff;
	background-color:#009443;
}
/*-index-news-*/
.index-news{
	background-color:#fff;
}
.index-news .img-wrap {
	float:left;
	display:block;
	margin-left:30px;
}
.index-news .i-n-total {
	padding-bottom:95px;
}
.index-news .n-list {
	float:left;
	width:650px;
	margin-left:50px;
}
.index-news .n-list .items {
	display:block;
	margin-bottom:34px;
}
.index-news .n-list .items:last-child {
	margin-bottom:0;
}
.index-news .n-list .date {
	float:left;
	width:123px;
	height:64px;
	padding:25px 0;
	color:#aba6a6;
	text-align:center;
	background-color:#d9d9d9;
}
.index-news .n-list .items:hover .date {
	color:#fff;
	background-color:#454a47;
}
.index-news .n-list .r-side {
	float:left;
	width:495px;
	height:114px;
	padding:0 15px;
	background-color:#eee;
}
.index-news .n-list .items:hover .r-side {
	background-color:#d9d7d7;
}
.index-news .n-list .r-side .title {
	padding:10px 0 5px;
	font-size:20px;
	color:#333;
}
.index-news .n-list .items:hover .title {
	color:#009443;
}
.index-news .n-list .r-side .detail {
	height:40px;
	margin-bottom:5px;
	color:#8b8f8d;
	line-height:20px;
	overflow:hidden;
}
/*-footer-*/
.footer .footer-main {
	padding:10px 0 20px;
	color:#ccc;
	background-color:#117c41;
}
.footer .footer-main > div {
	background:url(../images/footer-bg.png) no-repeat center center;
}
.footer .footer-main .each {
	float:left;
}
.footer .footer-main .each-a {
	width:300px;
	padding:0 20px;
}
.footer .footer-main dt {
	margin-bottom:10px;
	font-size:18px;
	color:#fff;
}
.footer .footer-main .r-side {
	padding-top:5px;
	margin-left:30px;
	font-size:16px;
	line-height:1.5rem;
	color:#c8cacc;
}
.footer .footer-main .focus {
	display:block;
	width:84px;
	height:25px;
	margin-top:15px;
	line-height:25px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background-color:#0a6031;
}
.footer .footer-main .focus .icon {
	display:inline-block;
	height:9px;
	width:6px;
	margin-left:5px;
	background:url(../images/i3.png) no-repeat left top;
}
.footer .footer-main .each-b {
	width:460px;
}
.footer .footer-main .each-b .dd-a {
    line-height:36px;
}
.footer .footer-main .each-b .icon {
	display:inline-block;
	height:20px;
	width:21px;
	margin-right:6px;
    vertical-align:-7px;
}
.footer .footer-main .each-b .icon1 {background:url(../images/i4.png) no-repeat left top;}
.footer .footer-main .each-b .icon2 {background:url(../images/i5.png) no-repeat left top;}
.footer .footer-main .each-b .icon3 {background:url(../images/i6.png) no-repeat left top;}
.footer .footer-main .each-b .icon4 {background:url(../images/i7.png) no-repeat left top;}
.footer .footer-main .link-wrap {margin-top:0px;}
.footer .footer-main .link {
   display:inline-block;
   width:44px;
   height:44px;
   margin-right:13px;
   background:url(../images/h1.png) no-repeat;
}
.footer .footer-main .link1 { background-position:left top;}
.footer .footer-main .link2 { background-position:-44px top;}
.footer .footer-main .link3 { background-position:-88px top;}
.footer .footer-main .link4 { background-position:right top;}
.footer .footer-main .link1:hover { background-position:left bottom;}
.footer .footer-main .link2:hover { background-position:-44px bottom;}
.footer .footer-main .link3:hover { background-position:-88px bottom;}
.footer .footer-main .link4:hover { background-position:right bottom;}
.footer .footer-main .each-c .input-text {
   width:115px;
   height:24px;
   padding-left:10px;
   margin-right:6px;
   margin-top:12px;
   line-height:24px;
   color:#aaa;
   background-color:#3b9764;
}
.footer .footer-main .each-c textarea {
	width:240px;
	height:60px;
	padding:10px;
	margin-top:12px;
	color:#aaa;
	background-color:#3b9764;
	border:0 none;
}
.footer .footer-main .each-c button {
	width:260px;
	height:32px;
	margin-top:18px;
	font-family:'Microsoft Yahei';
	color:#fff;
	background-color:#0a6031;
}
.footer .friend-link {
	margin-top:20px;
	color:#fff;
} 
.footer .friend-link a {
	display:inline-block;
	padding-right:20px;
	color:#cad1c4;
}
.footer .bottom {
	height:45px;
	line-height:45px;
	color:#fff;
	background-color:#2a2c2d;
}
/*-page-global-*/

.page-tab {
    background-color:#f3f3f3;
}
.page-tab .tab {
    position:relative;
    float: left;
    display: block;
    height: 58px;
    font-size: 14px;
    color: #7c7f7d;
    line-height: 58px;
    text-align: center;
    
    }
.page-tab li.on .tab, .page-tab li:hover .tab {
    font-size: 16px;
    color: #009443;
}
.page-tab li {
    float:left;
    padding:0 35px;
    border-left: 1px solid #ded8d8;
}
.page-tab li.on,.page-tab li:hover {
     background-color: #fff;
}
.page-tab .str {
        position:absolute;
        left:50%;
        bottom:-17px;
        display:none;
        margin-left:-4.5px;
    }
.page-tab li.on .str, .page-tab li:hover .str {
    display:block;
}
.page-tab .line {
    position:absolute;
    left:50%;
    bottom:13px;
    display:none;
    width:100%;
    height:1px;
    margin-left:-50%;
    background-color:#009443;
}
.page-tab li.on .line, .page-tab li:hover .line {
    display:block;
}



.page-title {
	height:230px;
	text-align:center;
	background-color:#eeeded;
}
.page-title .title {
	padding:45px 0 2px;
	font-family:'微软雅黑';
	font-size:30px;
	color:#000;
}
.page-title .tips {
	z-index:3;
	position:relative;
	width:180px;
	margin:0 auto;
	font-size:16px;
	color:#888;
}
.page-title .line {
	position:absolute;
	left:50%;
	bottom:9px;
	margin-left:-330px;
	display:block;
	width:660px;
	height:1px;
	background-color:#d7d3d3;
}
.page{
	margin:-10px 0 50px;
}
.page a {
	display:inline-block;
	height:20px;
	width:20px;
	margin:0 4px;
	line-height:21px;
	font-family:'宋体';
	color:#504444;
	font-size:13px;
	background-color:#aaa;
}
.page a.on,.page a:hover {
	color:#fff;
	background-color:#034d24;
}
.page .next,.page .prev {
	width:58px;
	color:#fff;
	background-color:#037938;
}
/*-案例-*/
.example-list,
.example-list1,
.example-detail,
.service-wrap,
.news-detail,
.business-detail,
.contact-detail,
.join-detail，
.feedback {
	margin-top:0px;
	background-color:#fff;
}
.example-list {padding:20px 30px 70px 30px;}
.example-list1 {padding:10px 10px 70px 10px;}
.example-list .img-text {
	padding:25px 0 20px;
	border-bottom:1px dashed #d2cdcd;
}
.example-list .img-text .text-wrap {
	float:right;
	width:740px;
}
.example-list .img-text .text-wrap .title {
	font-size:18px;
	color:#02652e;
	line-height:26px;
}
.example-list .img-text .title .date {
	float:right;
	font-size:14px;
	color:#8e8f8f;
}
.example-list .img-text .text-wrap .text {

	margin-bottom:15px;
	color:#888;
	line-height:28px;
}
.example-list .e-i-t {
	display:block;
}
.example-list1 li {
	margin-bottom:15px;
}
.example-list1 li:nth-child(3n) {
	margin-right:0;
}
.example-detail {
	padding:50px 80px 20px;
}
.example-detail .title-wrap {
	padding-bottom:25px;
}
.example-detail .b-title {
	float:left;
	font-size:24px;
	color:#333;
}
.example-detail .title-wrap .r-s {
	display:inline-block;
	padding-left:25px;
	margin-top:10px;
	font-size:16px;
	color:#969494;
}
.example-detail .title-wrap .time {
	background:url(../images/i8.png) no-repeat left center;
}
.example-detail .title-wrap .number {
	margin-left:45px;
	background:url(../images/i9.png) no-repeat left center;
}
.example-detail .artical .text {
	padding:35px 0 25px;
	color:#999;
	line-height:34px;
}
.share-wrap {
	font-size:16px;
	color:#000;
}
.share-wrap .share {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:5px;
	background:url(../images/share.png) no-repeat;
	vertical-align:-8px;
}
.share-wrap .share1 {
	background-position:left top;
}
.share-wrap .share2 {
	background-position:-40px top;
}
.share-wrap .share3 {
	background-position:-80px top;
}
.share-wrap .share4 {
	background-position:-120px top;
}
.share-wrap .share5 {
	background-position:-160px top;
}
.share-wrap .share6 {
	background-position:right top;
}
/*-关于我们-*/
.about-top {
	min-height:500px;
	padding:100px 20px 0 0;
	background:url(../images/about-bg.jpg) no-repeat center top;
}
.about-top .title-wrap {
	float:left;
	width:430px;
	text-align:right;
	font-size:60px;
	color:#fff;
}
.about-top .title-wrap .a-title {
	position:relative;
	font-size:30px;
}
.about-top .title-wrap .a-title .dot {
	position:absolute;
	right:100px;
	top:-40px;
	display:block;
	font-size:60px;
}
.about-top .r-side {
	margin-left:500px;
	padding-top:20px;
	font-family:'宋体';
	color:#817e7e;
	line-height:30px;
}
.about-main {
	padding-bottom:25px;
	color:#666;
	line-height:34px;
	text-align:justify;
} 
.about-main .wrap-a {
	padding-top:35px;
}
.about-main .wrap-a .l-text {
	margin-right:470px;
}
.about-main .m-text {
	padding:35px 0 45px;
}
.about-main .icon-wrap {
	text-align:center;
}
.about-main .icon-wrap .each {
	display:inline-block;
	width:340px;
	font-size:20px;
	color:#000;
	line-height:60px;
}
/*-service-*/
.service-wrap {
	padding:0 45px;
	line-height:34px;
}
.service-wrap .title {
	padding:25px 0;
	font-size:24px;
	color:#333;
}
.service-wrap .g-title {
	margin-bottom:20px;
	font-size:18px;
	color:#108f49;
}
.service-wrap .text-wrap {
	padding:20px 0;
	line-height:34px;
	color:#999;
}
/*-news-detail-*/
.news-detail {
	padding:55px 60px 110px;
}
.news-detail .title-wrap {
	width:790px;
	margin:0 auto;
	text-align:center;
	border-bottom:1px solid #eee;
}
.news-detail .title-wrap .r-title {
	margin-bottom:13px;
	font-size:24px;
	color:#da0000;
}
.news-detail .title-wrap .date-writer {
	color:#94918f;
	margin-bottom:22px;
}
.news-detail .artical  {
	margin-top:30px;
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
}


.news-detail .artical .w-img {
	padding:50px 0 70px;
}
.news-detail .p-n-wrap {
	margin-bottom:40px;
}
.news-detail .p-n-wrap .gray {
    display:inline-block;
    margin-right:120px;
}
.business-detail {
	padding:40px 140px 20px;
	line-height:24px;
}
.business-detail .title {
	margin-bottom:30px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.business-detail .text {
	padding-top:30px;
	font-size:16px;
	line-height:34px;
}
.contact-detail {
	padding:25px 25px 20px;
}
.contact-detail .icon-wrap {
   padding:60px 0 40px;
   font-size:30px;
   color:#000;
   text-align:center;
}
.contact-detail .icon-wrap .icon {
	display:inline-block;
	width:50px;
	height:54px;
	margin-right:25px;
	background:url(../images/i10.png) no-repeat left top;
	vertical-align:-18px;
}
.contact-detail .scon-wrap .each {
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin: 0 0px 25px 110px;
    width: 39%;
    text-align: left;
}
.contact-detail .scon-wrap .scon {
	display:inline-block;
	height:41px;
	width:41px;
	margin-right:15px;
	background:url(../images/i11.png) no-repeat;
	vertical-align:-15px;
}
.contact-detail .scon-wrap .scon1 {
	background-position:left top;
}
.contact-detail .scon-wrap .scon2 {
	background-position:-41px top;
}
.contact-detail .scon-wrap .scon3 {
	background-position:right top;
}
.join-detail {
	padding:35px 40px 100px;
	background-color:#fff;
}
.join-detail.join-join {
	padding:30px 60px 20px;
}
.join-detail .title {
	margin-bottom:30px;
	font-size:20px;
	color:#333;
}
.join-detail th {
	font-size:16px;
	color:#009443;
	font-weight:normal;
	line-height:45px;
	background-color:#eee;
}
.join-detail tr {
	border-bottom:1px dashed #ddd;
}
.join-detail tr:first-child {
	border-bottom:0 none;
}
.join-detail td a {
	display:block;
	width:100%;
	line-height:45px;
}
.join-join .stitle {
	height:42px;
	padding-left:20px;
	line-height:42px;
	font-size:16px;
	color:#333;
	background-color:#eee;
}
.join-join .detail {
	padding:20px 0 0 20px;
	font-family:'宋体';
	color:#666;
	line-height:34px;
}
.feedback {
	padding:45px 200px 100px;
	font-size:16px;
}
.feedback .tips {
	padding:75px 0 45px;
	text-align:center;
}
.feedback .label-input {
	margin-bottom:12px;
}
.feedback label {
	float:left;
	display:inline-block;
	width:200px;
	height:34px;
	margin-right:5px;
	line-height:34px;
	text-align:right;
}
.feedback .input-text {
	float:left;
	width:250px;
	height:34px;
	color:#333;
	padding-left:10px;
	border:1px solid #ddd;
}
.feedback textarea {
	float:left;
	width:400px;
	height:100px;
	padding:10px;
	color:#333;
	border:1px solid #ddd;
}
.feedback .g-btn {
	width:160px;
	height:45px;
	font-family:'Microsoft Yahei';
	font-size:16px;
	line-height:45px;
	text-align:center;
	color:#fff;
	background-color:#06542a;
}

.noinfo{
	text-align:center;
	margin-top:50px;
}

.about-main > div {
	width:1040px;
	margin-top:0px;
	padding:0 30px;
	background-color:#fff;
}