@charset "utf-8";
/* CSS Document */
body {
	font-family: "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-seri, "微软雅黑";
	font-size: 14px;
}

body, div, form, p, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	list-style: none;
}

img, a img {
	border: 0 none;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, button {
	vertical-align: middle;
	font-family: "微软雅黑";
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.isdis {
	display: block;
}

.undis {
	display: none;
}

.clear {
	clear: both;
}

*:focus {
	outline: none;
}

.padding_bottom {
	padding-bottom: 0px !important;
}

.titlebox {
	font-weight: 400;
	font-size: 17px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all;
	color: #333
}

.depict {
	width: 90%;
	color: #999999;
	font-size: 13px;
	line-height: 2.1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/**整行居中显示**/
.public {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.public_bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/**右线条**/
.lineright {
	position: relative;
}

.lineright:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-right: 1px solid #D9D9D9;
	color: #D9D9D9;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

/**上线条**/
.linetop {
	position: relative;
}

.linetop:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #E5E5E5;
	color: #E5E5E5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.width1200 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.top {
	padding: 10px 0px;
	position: relative;
}

.logo {
	width: 300px;
	overflow: hidden;
	float: left;
	max-height: 60px;
}
.logo img{
    max-height: 60px;
    float: left;
}
.logo span{
    font-size: 18px;
    display: inline-block;
    float: right;
    width: 220px;
}
.menus {
	float: right;
	margin-top:20px;
}

.menus a {
	margin-left: 35px;
	color: #333;
	line-height: 32px;
	float: left;
	font-size:16px;
	text-align: center;
}

.menus a:hover {

}

.menus_active {
	color: #45b334 !important;
	border-bottom:2px solid #45b334;
}

.login {
	border-radius: 5px;
	border: 1px solid #45b334;
	color: #45b334;
	width: 80px;
	height: 30px;
	padding: 0 10px;
}

.register {
	border-radius: 5px;
	background: #45b334;
	color: #FFF !important;
	width: 80px;
	height: 30px;
}

/*banner*/

.banner-box { min-height:500px; position: relative;}
.m-nav { overflow: hidden; z-index: 99; position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(50,50,50,0.4);}
.m-nav ul { width: 1200px; margin: 0 auto; border-right: 1px solid rgba(200,200,200,0.1);}
.m-nav li { float: left; width:25%;}
.m-nav li a { display: block; padding: 20px 40px; color: #fff; text-align: center; border-left: 1px solid rgba(200,200,200,0.1);}
.m-nav li a:hover { background-color: rgba(200,200,200,0.1);}
.m-nav li h3 { margin-bottom: 3px; color: #fff; height:30px; font-size:30px; font-variant:normal;font-weight: bold;}
.m-nav li p { color: #fff; font-size:18px;}
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*.banner img{ width:100%; overflow:hidden;}*/
.banner img {
	width: 100%;
	overflow: hidden;
}

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.slideBox .hd {
	position: absolute;
	height: 8px;
	line-height: 8px;
	bottom: 8px;
	left: 50%;
	margin-left: -28px;
	right: 0;
	z-index: 1;
}

.slideBox .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #000;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	vertical-align: top;
	width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}

.index_news {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}

.index_news_lists {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index_news_list {
	padding: 13px 0px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 10px;
}

.index_news_list_txt {
	font-size: 14px;
	color: #e83e3e
}

.index_news_ico {
	width: 100px;
	margin-right: 0.8em;
}

.index_news_ico img {
	width: 100%;
}

.apple {
	width: 100%;
	height: 45px;
	background: #fff;
	overflow: hidden;
}

.apple ul li {
	height: 45px;
}

.index_news_right {
	padding-left: 25px;
}

.index_news_more {
	border-radius: 15px;
	border: 1px solid #45b334;
	font-size: 13px;
	padding: 3px 8px;
	color: #45b334
}

.index_picbox {
	padding: 25px 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index_pic {
	width: 491px;
	margin-right: 163px;
}

.index_pics {
	width: 491px;
	margin-left: 163px;
}

.index_pica {
	width: 377px;
	margin-right: 163px;
}

.index_picb {
	width: 377px;
	margin-left: 163px;
}

.index_picb img {
	width: 100%;
}

.index_picd {
	width: 450px;
	margin-left: 80px;
	height: 240px;
	overflow: hidden;
}

.index_picd img {
	width: 100%;
}

.index_pice {
	width: 270px;
	margin-right: 80px;
	height: 200px;
	overflow: hidden;
}

.index_pice img {
	width: 100%
}

.index_pic_title {
	font-size: 22px;
	color: #333
}

.index_pic_deask {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}

.index_pic_comen {
	font-size: 14px;
	color: #666;
	line-height: 50px;
}

.index_tops {
	background: #f8f8f8;
	padding: 30px 0;
}

.index_tops_listnum {
	width: 1300px;
}
.index_tops_listnum .index_img{
	height: 170px;
	overflow: hidden;
}
.index_tops_listnum .index_img img{
	width:100%;
}
.index_tops_list {
	width: 269px;
	height: 233px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	background: #fff;
	position: relative;
	float: left;
	margin-right: 38.3px;
	cursor: pointer;
	margin-top: 10px;
}

.index_tops_listl {
	margin-bottom: 15px;
}

.index_tops_pic {
	width: 267px;
	height: 169px;
	overflow: hidden;
}

.index_tops_ico {
	background: #45b334;
	color: #FFF;
	text-align: center;
	padding: 7px 8px;
	margin-right: 8px;
	font-size: 20px;
}

.index_tops_card {
	border-top: 5px solid #45b334;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 150px;
}

.index_tops_opsl {
	font-size: 16px;
	color: #333;
	padding: 10px 15px;
	padding-bottom: 5px;
}

.index_tops_opsls {
	font-size: 14px;
	color: #666;
	padding: 0px 15px;
}

.index_tops_opslst {
	margin-bottom: 15px;
}

.index_tops_list:hover .index_tops_card {
	position: absolute;
	top: 0px;
	right: 0px;
}

.index_tops_center {
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
	padding: 15px 0;
}

.index_tops_foot {
	float: left;
	clear: both;
	padding: 10px;
	font-size: 14px;
	color: #656565;
	line-height: 26px;
}

.index_csl {
	padding-top: 35px;
	background: #2f3138;
}

.index_csl_bj {
	height: 432px;
	background: url(../../images/index07.png)
}

.index_csl_title {
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.index_csl_dekel {
	padding: 15px 225px;
	line-height: 35px;
	padding-top: 25px;
	text-align: center;
	color: #fff;

}

.index_bantu {
	height: 600px;
	overflow: hidden;
	background: url(../../images/index10.jpg) no-repeat right #2c546d
}

.index_bantus {
	padding-top: 180px;
}

.index_bantuf {
	padding-top: 65px;
}

.index_bantul {
	width: 25%;
	float: left;
	text-align: center;
}

.index_bantun {
	font-size: 70px;
	color: #dd552b
}

.index_bantut {
	font-size: 24px;
	color: #fff;
}

.runNum {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.runNum > li {
	list-style: none;
	width: 35px;
	float: left;
	position: absolute;
}

.index_map {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 0;
}

.index_mappic {
	width: 571px;
	margin-right: 153px;
}

.index_maptxt {
	line-height: 26px;
	color: #666;
	padding-bottom: 25px;
	font-size: 14px;
}

.index_maptxts {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 15px;
}

.index_maptxtd {
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}

.index_maptxtl {
	width: 33.333%;
	float: left;
}

.index_maptxtp {
	font-size: 18px;
	color: #dd552b
}

.index_maptxtr {
	font-size: 14px;
	color: #666;
	padding-top: 3px;
}

.index_come {
	height: 363px;
	background: url(../../images/index12.png) no-repeat left #5d5e60;
}

.index_come_top {
	padding-top: 55px;
}

.index_come_lis {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 45px;
}

.index_come_lisp {
	width: 33.333333%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	float: left;
	padding: 0px 35px;
	padding-left: 95px;
	box-sizing: border-box;
}

.index_come_lisp_ico {
	width: 80px;
	margin-right: 0.8em;
}

.index_come_lisp_ico img {
	width: 100%;
}

.index_come_lisp_txt {
	font-size: 13px;
	color: #fff;
	padding-top: 5px;
}

.index_come_li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-top: 35px;
}

.index_come_lisl {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}

.index_foot {
	padding: 35px 0px;
	text-align: center;
}

.index_foot_title {
	font-size: 23px;
	color: #333
}

.index_footlink {
	width: 200px;
	margin: 0px auto;
	margin-top: 36px;
}

.index_link {
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: #45b334;
	color: #fff;
}

.pagebanner {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.pagebanner img {
	width: 100%;
	margin-top: -45px;
}

.pagebanner h2{
	position: absolute;
	top: 42%;
	margin: 0 auto;
	left: 44%;
	color: #fff;
	font-size: 80px;
}

.position{
	background: #f8f8f8;
	height: 35px;
	width: 100%;
}

.position p{
	padding-top:5px
}

.news_list {
	padding-bottom: 30px;
	padding-top: 15px;
}

.news_list_link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px dashed #dedede;
	padding: 15px 10px;
}

.news_list_link:hover {
	background: #f1f1f1
}

.news_list_link:hover .titlebox {
	color: #45b334
}

.news_list_linkimg {
	width: 179px;
	height: 107px;
	overflow: hidden;
	margin-right: 0.8em;
}

.news_list_linkimg img {
	width: 100%;
}

.news_list_links {
	padding-top: 5px;
}

.news_list_links .fr {
	color: #45b334;
	font-size: 13px;
	line-height: 2.1;
	border: 1px solid #45b334;
	padding: 0px 8px;
	border-radius: 3px;
}

.news_detail {
	padding: 35px 0;
}

.news_detail_title {
	font-size: 18px;
	text-align: center;
}

.news_detail_time {
	padding: 10px 0px;
	font-size: 13px;
	color: #999;
	text-align: center;
	border-bottom: 1px dashed #d8d8d8
}

.news_detail_come {
	padding-top: 25px;
	line-height: 2.1;
	font-size: 14px;
	color: #666;
}
.news_detail_come table,tr,td{
	border:1px solid #666;
	color:#666;
	margin:15px auto;
	text-align: center;
	line-height: 35px;
}
.prenext li{
	float: left;
	margin: 40px 0;
	padding-left:40px;
	color:#666;
}
.about {
	background: #f8f8f8;
	padding: 35px 0;
}

.about_pice {
	width: 440px;
	margin-right: 163px;
}

.about_pice img {
	width: 100%
}

.about_pica {
	width: 440px;
	margin-left: 163px;
}

.about_pica img {
	width: 100%
}

.about_clso {
	position: relative;
}

.about_clsofoot {
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
}

.about_clsofootlist {
	width: 25%;
	height: 290px;
	padding-top: 65px;
	float: left;
	position: relative;
}

.about_clsofootlist_ico {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	margin-top: 25px;
	display: block;
}

.about_clsofootlist_ico img {
	width: 100%;
}

.about_clsofootlist_icos {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	margin-top: 25px;
	display: none;
}

.about_clsofootlist_icos img {
	width: 100%;
}

.about_clsofootlist_h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 5px;
}

.about_clsofootlist_ps {
	padding: 20px 60px;
	color: #666;
	line-height: 28px;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	display: none;
}

.about_clsofootlist.active {
	background: #45b334;
	color: #fff;
	transition: width 2s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s; /* Opera */
}

.about_clsofootlist.active .about_clsofootlist_ico {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	margin-top: 25px;
	display: none;
}

.about_clsofootlist.active .about_clsofootlist_ico img {
	width: 100%;
}

.about_clsofootlist_ico img {
	width: 100%;
}

.about_clsofootlist_icos {
	width: 50px;
	height: 50px;
	margin: 0px auto;
	margin-top: 25px;
	display: block;
}

.about_clsofootlist_icos img {
	width: 100%;
}

.about_clsofootlist.active .about_clsofootlist_h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

.about_clsofootlist.active .about_clsofootlist_ps {
	padding: 20px 60px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	display: block
}

.about_clso_feature {
	width: 168px;
	height: 425px;
	background: #fff;
	border: 1px solid #eee;
	margin-top: 15px;
	border-right: 0;
	float: left;
	position: relative;
}

.about_clso_feature_w {
	width: 194px;
}

.about_clso_feline {
	border-right: 1px solid #eee;
}

.about_clso_title {
	overflow: hidden;
	text-align: center;
}

.about_clso_titlelogo {
	width: 50px;
	margin: 0px auto;
	margin-top: 55px;
	margin-bottom: 55px;
}

.about_clso_titlelogo img {
	width: 100%;
}

.about_clso_ico {
	width: 43px;
	height: 43px;
	margin: 0px auto;
	display: none
}

.about_clso_titles {
	color: #333;
	font-size: 18px;
	line-height: 25px;
}

.about_clso_titlese {
	text-align: center;
	padding-top: 60px;
	color: #333;
	font-size: 18px;
	line-height: 25px;
}

.about_clso_h2 {
	font-size: 22px;
	color: #333;
}

.about_clso_h3 {
	font-size: 14px;
	color: #333;
	padding-top: 8px;
}

.about_clso_feature.active {
	width: 300px;
	height: 466px;
	border: 1px solid #eb4f38;
	margin-top: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transition: width 2s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s; /* Opera */
}

.about_clso_feature.active .about_clso_title {
	background: #45b334;
	text-align: left;
}

.about_clso_feature.active .about_clso_titlelogo {
	display: none;
}

.about_clso_feature.active .about_clso_titles {
	color: #fff;
	margin: 24px 0 24px 40px;
}

.about_clso_feature.active .about_clso_ico {
	width: 43px;
	height: 43px;
	margin: 0px auto;
	display: block;
	margin-top: 65px;
}

.about_fzlc {
	padding: 0px 5px;
}

.about_fzlcpic {
	width: 100%;
}

.about_fzlcpic img {
	width: 100%;
}

.tab {
	background: #f5f5f5;
	padding: 10px 0px;
}

.tablist {
	position: relative;
}

.tablist ul li {
	float: left;
	padding: 5px 10px;
	text-align: center;
	font-size: 13px;
	color: #333;
	margin-right: 35px;
	cursor: pointer
}

.tablist ul li.click {
	background: #45b334;
	border-radius: 15px;
	color: #fff
}

.tablist ul li a{
	color:#fff
}
.join_title {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding: 25px 0px 15px 0px;
}

.join_deyai {
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-bottom: 25px;
}

.join_pics {
	width: 346px;
	margin-left: 163px;
}

.join_picsa {
	width: 346px;
	margin-right: 163px;
}

.join_top {
	background: #f8f8f8;
	padding: 25px 0;
}

.join_tops {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding: 15px 0px;
}

.join_topsp {
	padding-bottom: 8px;
	color: #666;
	text-align: center;
}

.join_topse {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	width: 1500px;
	padding-bottom: 30px;
}

.join_topse_list {
	width: 152px;
	float: left;
	margin-right: 184px;
}

.join_topse_listico {
	width: 152px;
}

.join_topse_listtxt {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-top: 10px;
}

.join_topse_listpic {
	padding: 10px 0px;
}

.join_center {
	padding: 20px 0;
}

.join_center_listnum {
	width: 1300px;
	padding-top: 30px;
}

.join_center_list {
	width: 354px;
	height: 275px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #fff;
	position: relative;
	float: left;
	margin-right: 65.3px;
	margin-bottom: 25px;
	cursor: pointer
}

.join_center_list img{
	height: 215px;
}

.join_center_pic {
	width: 354px;
	height: 150px;
	overflow: hidden;
}

.join_center_ico {
	margin-right: 0.8em;
}

.join_center_card {
	border-top: 5px solid #45b334;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 150px;
}

.join_center_list:hover .join_center_card {
	position: absolute;
	top: 0px;
	right: 0px;
}

.join_center_center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 25px;
}

.join_center_centers {
	padding: 15px 25px;
}

.join_center_foot {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #656565;
	line-height: 26px;
}

.join_centere {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	width: 1500px;
	padding-bottom: 50px;
}

.join_centere_list {
	width: 129px;
	float: left;
	margin-right: 140px;
}

.join_centere_listico {
	width: 129px;
}

.join_from {
	padding: 25px 0px;
	background: #f8f8f8
}

.join_from_width {
	width: 930px;
	margin: 0px auto;
	padding-top: 25px;
}

.join_from_top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 15px;
	padding-top: 0px;
}

.join_from_tops {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 10px 15px;
	padding-top: 0px;
}

.join_from_margin {
	margin-right: 0.8em;
	min-width: 65px;
}

.join_from_input {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}

.join_from_inputs {
	width: 30%;
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}

.join_from_textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}

.join_from_foot {
	width: 350px;
	margin: 0px auto;
	padding-top: 25px;
}

.join_from_button {
	width: 100%;
	padding: 15px 0;
	border: 0px;
	background: #45b334;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

.rtment {
	padding: 25px 0;
	overflow: hidden;
}

.rtment ul {
	width: 1300px
}

.rtment ul li {
	width: 266px;
	float: left;
	box-shadow: 1px 1px 14px #c6c6c6;
	border-radius: 5px;
	margin-right: 43px;
}

.rtment ul li img {
	border-radius: 5px 5px 0px 0px;
}

.rtment ul li p {
	width: 100%;
	line-height: 90px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.rtment_top {
	padding: 25px 0;
	background: url(../../images/rtmentbj.png);
}

.rtment_tops {
	color: #fff;
}

.rtment_topsp {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
	width: 1300px;
}

.rtment_topsp_list {
	width: 162px;
	float: left;
	margin-right: 162px;
}

.rtment_topsp_list_ico {
	width: 113px;
	margin: 0px auto;
}

.rtment_topsp_listitle {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}

.rtment_topsp_listdisk {
	padding-top: 5px;
	color: #fff;
	text-align: center;
}

.rtment_foot {
	padding: 30px 0px;
}

.rtment_foot_line {
	border: 1px solid #e7e8ea;
	margin-bottom: 15px;
}

.rtment_foot_bj {
	background: #f8f8f8
}

.rtment_foot_coment {
	padding: 15px;
	line-height: 25px;
}

.accordion-item-active .accordion-header {
	background: #f8f8f8;
	transition: .25s;
}

.accordion-item-active .accordion-header h1 {
	color: #333;
}

.accordion-header {
	background: #f8f8f8;
	padding: 12px;
	cursor: pointer;
	min-height: 20px;
	transition: .25s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.accordion-header h1 {
	float: left;
	font-size: 16px;
	font-weight: 100;
	margin: 0;
	line-height: 1.3em;
	color: #333;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.accordion-content {
	display: none;
	padding: 15px;
	color: #212121;
	background: #FFF;
	font-size: 15px;
	line-height: 1.45em;
}

.accordion-content p {
	margin: 0;
	margin-bottom: 3px;
}

.accordion-header-icon {
	width: 13px;
	height: 12px;
	float: left;
	background: url(../../images/jia.jpg) no-repeat right;
	color: #f8f8f8;
	font-size: 0px;
}

.accordion-header-icon.accordion-header-icon-active {
	background: url(../../images/jian.jpg) no-repeat right;
	font-size: 0px;
}

.con_map {
	padding: 25px 0px;
	border-top: 1px dashed #dedede
}

.con_maps {
	margin-right: 0.8em;
	float: left;
}

.con_mapsr {
	width: 361px;
	padding: 15px;
	float: right;
	border: 1px solid #efeff1;
	box-shadow: 1px 1px 14px #f4f4f4;
	position: relative;
}

.con_mapsr:after {
}

.con_mapss {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 10px;
}

.con_mapss_ico {
	margin-right: 0.8em;
}

.con_mapss_title {
	font-size: 16px;
	color: #333;
	padding-bottom: 8px;
}

.con_mapss_djdsk {
	font-size: 13px;
	color: #999;
	line-height: 22px;
	padding-top: 8px;
}

.con_mapsd {
	width: 100%;
	height: 503px;
}

.con_mapsl {
	padding: 35px;
}

.con_mapsl ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.con_mapsl ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 125px;
}

.con_mapsl ul li h4 {
	font-size: 16px;
	font-weight: 100;
}

.con_mapsl ul li p {
	font-size: 14px;
	padding-top: 10px;
	color: #666
}

.con_mapse {
	padding: 5px 35px;
}

.con_mapse li {
	float: left;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-right: 35px;
	cursor: pointer
}

.con_mapse li.click {
	border-bottom: 3px solid #45b334;
	color: #45b334
}

.con_mapsp {
	clear: both;
	padding: 35px;
}

.con_mapst {
	padding-bottom: 15px;
	line-height: 25px;
}

.con_mapst span {
	color: #0f0f0f;
	float: left;
	padding-right: 15px;
}

.con_mapst p {
	color: #666;
	float: left;
	padding-right: 25px;
	font-size: 13px;
}

.fodl {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.fodl_text {
	font-size: 36px;
	text-align: center;
	color: #fff;
	padding-top: 96px;
}

.fodl_tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 249px;
	height: 49px;
	border: 3px solid #45b334;
	margin: 0px auto;
	border-radius: 5px;
	margin-top: 45px;
}

.fodl_tel_num {
	font-size: 24px;
	color: #45b334;
}

.fodl_tel_ico {
	width: 31px;
	height: 31px;
	margin-right: 0.5em;
	margin-left: 2em;
}

.fodbox {
	width: 476px;
	margin: 0px auto;
}

.fodbox_top {
	padding-top: 45px;
	padding-bottom: 20px;
	font-size: 24px;
}

.fodbox_center {
	padding-bottom: 25px;
}

.fodbox_foot {
	width: 240px;
	margin: 0px auto;
	padding-bottom: 45px;
	padding-top: 25px;
}

.about_fodo {
	padding: 25px 0;
}

.about_fodos {
	padding-top: 35px;
}

.about_fodoleft {
	width: 452px;
	float: left;
	background: #595758;
	color: #fff;
}

.about_fodoleft_title {
	font-size: 24px;
	padding: 15px 0px 5px 15px
}

.about_fodoleft_detail {
	font-size: 16px;
	padding: 5px 0px 15px 15px
}

.about_fodoright {
	float: right;
	width: 650px;
}

.about_fodoright_bj {
	width: 212px;
	height: 38px;
	background: url(../../images/sjs.jpg) no-repeat;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
}

.about_fodoright_btime {
	margin: 25px 0px;
}

.time-vertical {
	list-style-type: none;
	border-left: 1px dashed #707070;
	padding: 0px;
	height: 240px;
}

.time-vertical li {
	height: 60px;
	position: relative;
	padding-left: 25px;
}

.time-vertical li a {
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
	text-decoration: none;
	color: #000;
}

.time-vertical li b:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -10px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: #f18d1d;
}

.about_fodoright_bjsjs {
	padding: 15px 0px;
	line-height: 35px;
	color: #676767;
}

.fenye {
	clear: both;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
}
.fenye .digg{margin-left: 38%}
.fenye li{float: left;padding-right: 10px;}
.fenye a {
	color: #636363;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #45b334;
	border-radius: 4px;
}

.fenye span {
	color: #fff;
	background: #45b334;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 11px;
}

.fenye font {
	color: #45b334;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.fenye a:hover {
	background: #45b334;
	color: #fff;
	border: 1px solid #45b334;
}

.footer {
	background: #5B5C61;
	color: #fff;
	padding: 25px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
}

.footer-box {
	display: inline-block;
	margin: 0 auto;
	width: 1005px;
	border-bottom: 1px solid #dcdcdc
}

.footer-box ul {
	float: left;
	width: 145px;
	margin: 30px 70px 30px 0
}

.footer-box li {
	width: 145px;
	padding: 5px 0;
	text-align: left
}

.footer-box .category {
	padding: 15px 0;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}
.footer a{color:#fff !important;}
.footer-box li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none
}

.footer-box .footer-qrcode {
	width: 150px;
	height: 110px;
	padding: 3px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	text-align: center
}

.footer-qrcode img {
	width: 150px;
	height: 110px
}

.footer-qrcode span {
	font-size: 12px;
	color: #959595
}

.footer-box-btm ul {
	margin: 10px 0
}

.footer-box-btm li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #eaeaea
}

.footer-box-btm li a {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none
}

.footer-box-btm p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.footer-box-btm .p1 {
	margin-bottom: 5px
}

.footer-box-btm .p2, .footer-box-btm .p3 {
	margin-bottom: 20px;
	line-height:30px;
}

.shkl {
	position: relative;
	border-radius: 5px;
	border: 5px solid #fff365;
	float: left;
	display: block;
	position: fixed;
	text-align: center;
	line-height: 1.9em;
	text-indent: 24px;
	text-height: font-size;
	text-decoration: underline;
}

.floatbox {
	position: fixed;
	right: 15px;
	z-index: 999;
	background: #45b334;
	padding: 10px 15px;
	border-radius: 5px;
	top: 35%;
}

.floatlink {
	padding-bottom: 8px;
	display: block;
	position: relative;
}

.floatlink:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #E5E5E5;
	color: #E5E5E5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.floatico {
	width: 30px;
	height: 30px;
	margin: 0px auto;
	padding-top: 8px;
}

.floatico img {
	width: 100%;
}

.floattxt {
	padding-top: 3px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.kefutel{
	height:50px;
	right: 100px !important;
	color: #fff;
	display: none;
}
.kefutel p{
	margin:18px 0;
	font-size: 16px;
}


.index_customer{position:relative;padding:70px 0px 50px 0px;text-align:center;}
.index_customer .mainInfo{ font-size:36px;}
.index_customer .container{width:1161px;}
.index_customer .customerBtn{position:absolute;top:270px;width:64px;cursor:pointer;}
.index_customer .customerBtn.leftBtn{left:-100px;}
.index_customer .customerBtn.rightBtn{right:-100px;}
.index_customer .contents{position:relative;margin:10px auto 30px auto;height:320px;overflow:hidden;}
.index_customer .contents .contentss{position:absolute;top:0px;left:0px;}
.index_customer .contents .content{position:absolute;left:0px;top:30px;width:1161px;}
.index_customer .contents .content .story_item{width: 215px;height:150px;float: left;margin-right: 16px;}
.index_customer .contents .content img{border:1px solid #dbdbdb;width:215px;height:91px;margin:0 5px 10px 5px; display:inline}
.index_customer .contents .content img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.index_customer .contents .content img:hover{-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);}
.index_customer .linkBtn{margin:30px auto 0px auto;text-align: center;}
.linkBtn{background-image:url(../../images/rightIcon.png); background-repeat:no-repeat; background-size:36px auto; background-position:254px center;width:308px;height:58px;line-height:58px;text-align:left;border:2px solid #45b334;color:#45b334;font-size:22px;}
.linkBtn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.linkBtn span{margin-left:20px; display:inline}
.linkBtn:hover{color:#fff;background-color:#45b334;background-image:url(../../images/rightIconOn.png);}

.index_about{background:url(../../images/banner_b.jpg) no-repeat center top; height:850px;}
.i_title{ width:100%; text-align:center; padding-top:90px;}
.i_title img{ vertical-align:top;}
.i_title p,.index_tops h3{ width:100%; line-height:70px; font-size:24px; color:#333333; text-align:center;}
.i_title p,.index_tops h3 span{ font-size:14px; color:#333333; text-align:center;}
.i_about{ width:1200px; margin:0px auto; text-align:center;  overflow:hidden;}
.zidingyi{width:auto;}
.i_about li{width: 269px;float: left;text-align: center;background:#fff;margin: 5px;padding: 10px;}
.i_about li .tu{ width:158px; height:158px; border:5px solid #45b334; margin:0px auto; position:relative; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;transition: 0.7s;-moz-transition:  0.7s;-webkit-transition:  0.7s;-o-transition:  0.7s;}
.i_about li a:hover .tu{ background:#45b334;}
.i_about li .tu img{ width:100%; height:100%; vertical-align:top;border-radius: 50%;}
.i_about li .tu .white{ position:absolute; left:0px; top:0; z-index:999; opacity:0;transition: 0.7s;-moz-transition:  0.7s;-webkit-transition:  0.7s;-o-transition:  0.7s;width:101%; height:101%;}
.i_about li a:hover .tu .white{ opacity:1;}
.i_about li .title{ width:88%; height:50px; line-height:50px; text-align:center; font-size:16px; color:#555;overflow: hidden;}
.i_about li .desc{font-size: 12px;height: 75px;text-align: left;line-height: 20px;overflow: hidden;}
.i_about li a:hover p{ color:#45b334;}

#wxImg{display:none; width:200px;height:200px;position:absolute; right:280px;top:70px; z-index:100px}
.show{ display:block}

/*付费 start*/
.readall_box {
	position: relative;
	z-index: 2;
	padding: 0 0 25px;
	margin-top: -200px;
	text-align: center;
}
.readall_box .read_more_mask {
	height: 200px;
	background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
	background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
	background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
}
.read_more_btn {
	cursor: pointer;
	font-size: 16px;
	color: #45b334;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #45b334;
	line-height: 30px;
	padding: 5px 10px;
}
.shang_box {
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -280px;
	border: 1px dotted #dedede;
}
.shang_close {
	float: right;
	display: inline-block;
}
.shang_tit {
	width: 100%;
	height: 75px;
	text-align: center;
	line-height: 66px;
	color: #a3a3a3;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	margin-top: 7px;
	margin-right: 2px;
}
.shang_tit p {
	color: #45b334;
	text-align: center;
	font-size: 16px;
}
.shang_tit img{
	width: 150px;
	border: 4px solid #45b334;
}
.content {
	position: relative;
	z-index: 2;
}
.hide_box {
	z-index: 999;
	filter: alpha(opacity=50);
	background: #666;
	opacity: 0.5;
	-moz-opacity: 0.5;
	left: 0;
	top: 0;
	height: 99%;
	width: 100%;
	position: fixed;
}

/*付费 end*/

/* login */
.w600{height: 600px;padding-top: 132px;background: #45b334;background-size:100% 100%;}
.loginBody ul, .loginBody li {padding: 0;margin: 0;list-style: none;}
.register-wrap{width: 392px; background: #fff; border: 1px solid #ddd; border-radius: 20px; overflow: hidden; margin: 0 auto 30px;}
.register-nav{height: 55px;border-bottom: 1px solid #ddd;background: #f8f8f8;}
.register-nav li{float: left; width: 50%; text-align: center; line-height: 52px; font-size: 20px; color: #999; font-weight: bold; cursor: pointer;}
.register-nav li.curr{color: #45b334;border-bottom: 4px solid #45b334;}

.pop-layer {padding: 3px 40px 30px; color: #333; z-index: 100; }
.pop-layer li { display: block; width: 100%; padding-top: 10px;}
.pop-layer li label{display: block; width: 100%; font-size: 14px; line-height: 28px; color: #999;}
.pop-layer li input {display: block; width: 300px; font-size: 16px; line-height: 38px; color: #333; background: #fff; vertical-align: top; height: 38px; padding-left: 10px; border-radius: 6px; border: 1px solid #d7d7d7;}
.pop-layer .login-btn{padding-top: 24px;}
.pop-layer .login-btn .login-bn {display: block; width: 100%; height: 42px; font-size: 20px; color: #fff; background: #45b334; border-radius: 10px; cursor: pointer; vertical-align: top; border: 0; }
.register-con .register-li{display: none;}
.register-con .curr{display: block;}

.returnurl{text-align: center;}
.returnurl a{color: #fff;}
/*login end*/

/*publish start*/
.demand_box_table {margin:30px 0;}
.demand_box_table .demand_box_table_left{width: 42%;line-height: 50px;}
.demand_box_table .demand_box_table_left label{width:20%}
.demand_box_table .demand_box_table_left .demand_input_xinghao,.demand_input_brands{width:300px;height:35px;border:1px solid #ccc;border-radius: 5px}
.demand_input_file{padding-left:15px}
.demand_input_detail{margin-top:50px;width:300px;height:100px;}
.demand_box_table .demand_box_table_left label span{color:red}
.demand_box_table .demand_box_table_right{width: 45%;line-height: 50px;font-size: 15px;background: #ccc;border-radius: 5px;padding:10px;color:#fff}
.demand_box_table .demand_submit{background: #45b334;border-radius: 15px;color: #fff;width:100px;padding:5px 10px;outline: none;border:none}
/*publish end*/

/*详情页 start*/
.info{margin-top: 10px;padding-bottom: 20px;width:800px;float: left}
.info .info_base h1{font-family: "微软雅黑";
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	overflow: hidden;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #005BB7;}
.info .info_number{font-size: 14px;
	line-height: 25px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	padding-bottom: 5px;}
.info .info_number .bianhao {
	color: #000000;
	padding-right: 15px;
}
.info .item {
	line-height: 180%;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info .item dt {
	float: left;
	width: 100px;
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.info .item .name {
	color: #009900;
	font-size: 16px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.info .item .tel {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	color: #CC3300;
}
.info .tishi {
	border: 1px dashed #FC5727;
	line-height: 20px;
	padding: 5px 10px;
}
.info .neirong {
	margin-top: 10px;
}
.info .neirong .biaoti {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	height: 45px;
	padding-left: 25px;
}
.info .neirong * {
	font-size: 14px;
	max-width: 100%;
}
.info .neirong .biaoti span {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 43px;
	height: 43px;
	padding:0 20px;
	position: relative;
	bottom: -2px;
	border-width: 2px 2px 0 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	display: inline-block;
}
.info .details {
	font-size: 14px;
	line-height: 160%;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.info .details * {
	font-size: 14px;
	max-width: 100%;
	line-height: 150%;
}
.info .details img {
	margin:20px 0;
}
.info .tips{
	line-height: 20px;
	border: 1px dashed #822100;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.recommend{
	margin-top: 10px;
	width: 260px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0px 20px;
	float:right
}
.recommend .biaoti{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #0951A2;
	padding-top: 5px;
}
.recommend .list {
	padding-bottom: 15px;
}
.recommend .list li {
	margin-top: 15px;
}
.recommend .list a {
	display: block;
	height: 75px;
}
.recommend .list .pic {
	float: left;
	width: 110px;
}
.recommend .list img {
	height: 75px;
	width: 100px;
}
.recommend .list .wenzi {
	overflow: hidden;
	height: 75px;
}
.recommend .list a .wenzi .bt {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.recommend .list a .wenzi p {
	color: #999999;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	height: 34px;
	overflow: hidden;
}
/*详情页 end*/