.inside_banner{
	position: relative;
	height: 300px;
	overflow: hidden;
}
.inside_banner .in_banner_box{
	position: absolute;	
}

.inside_box{
	padding: 40px 0;	
}

@media (max-width: 1199px){
	.inside_box{
		border-top: 1px solid #e6e6e6;	
	}
}
@media (min-width: 768px){
	.inside_box .col-sm-3{
		margin-left: -30px;
		padding-right: 0;
	}
	.inside_box .col-sm-9{
		float: right;
		margin-right: -30px;
		padding-left: 0;
	}	
}

.side_menu{
	margin-bottom: 20px;
	overflow: hidden;	
}
.side_menu ul li{
	position: relative;
	height: 50px;
	background: #eee;
	border-bottom: 1px solid #fff;
}
.side_menu ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 4px;
	height: 50px;
	background: #039831;
	content: "";
	opacity: 0;
	transition: .2s;
}
.side_menu ul li.active:before,
.side_menu ul li:hover:before{
	opacity: 1;
	transition: .2s;
}
.side_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20%;
	line-height: 50px;
	font-size: 16px;
	color: #666;	
}

.in_title{
	padding: 0 15px;
	font-size: 20px;
	color: #333;	
}

.in_box{
	padding: 30px 15px;	
}

.page_box{
	line-height: 30px;
	color: #737373;
	text-indent: 2em;
}
.page_box img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}

.project_box{
	margin: 0 -15px;
}
.project_box a{
	margin-bottom: 20px;
	display: block;
	max-width: 286px;
	height: 250px;
}
.project_box a .honor_img{
	height: 180px;
	overflow: hidden;
}
.project_box a .honor_img img{
	margin: auto;
}
.project_box a span{
	margin-top: 10px;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
}
.project_box a:hover span{
	color: #039831;
}

.project_text{
	font-size: 16px;
	color: #333;
	text-indent: 0;
}
.honor_text{
	font-size: 16px;
	color: #333;
	text-indent: 0;
	text-align: center;	
}

.demo {
	position: relative;
	opacity: 0;
	transition: .2s ease;
	margin: 0 auto 60px;
}
.grid {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.grid-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 31%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media (max-width: 991px){
	.grid-item{
		width: 45%;	
	}
}
.honor_box{
	margin: 0 -25px;	
}
.honor_box a span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;	
}
.honor_box a:hover span{
	color: #039831;
}


.news_box a{
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	overflow: hidden;	
}
.news_box a .news_text{
	padding: 10px 0;
}
.news_box a h3{
	font-size: 16px;
	color: #666;
}
.news_box a .news_t{
	margin-top: 10px;
	font-size: 12px;
	line-height: 26px;
	color: #999;	
}
.news_box a .time{
	float: right;
	display: block;
	width: 100%;
	text-align: right;
}
@media (min-width:992px){
	.news_box a .time{
		margin-bottom: 60px;	
	}
}
.news_box a .more{
	float: right;
	display: block;
}
.news_box a:hover .more{
	margin-right: 20px;
	background: #039831;
	color: #fff;
	transition: .3s;
}

.page{
    clear: both;
	overflow: hidden;
    padding: 20px 15px;
} 
.page a,.page span{
	display: inline-block;
    margin: 5px 3px;
    width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #e5e5e5;
	color: #666;
	border-radius: 3px;
	overflow: hidden;
	transition: .3s;
	text-align: center;
}
.page a:hover,
.page span.current{
    color: #fff;
    background: #039831;
	transition: .3s;
}
.page a.prev{
	width: 80px;
	background: #e5e5e5 url("../images/prev.png")/*tpa=http://www.wendergroup.cn/Public/home/images/prev.png*/ no-repeat center center;
	transition: .3s;
}
.page a.prev:hover{
	background: #039831 url("../images/prev_hover.png")/*tpa=http://www.wendergroup.cn/Public/home/images/prev_hover.png*/ no-repeat center center;
	transition: .3s;
}
.page a.next{
	width: 80px;
	background: #e5e5e5 url("../images/next.png")/*tpa=http://www.wendergroup.cn/Public/home/images/next.png*/ no-repeat center center;
	transition: .3s;
}
.page a.next:hover{
	background: #039831 url("../images/next_hover.png")/*tpa=http://www.wendergroup.cn/Public/home/images/next_hover.png*/ no-repeat center center;
	transition: .3s;
}

.job_point{
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 16px;
	background: #ebebeb;	
}
.job_point i{
	margin-right: 20px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #62ce5a;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 50%;
}


.contact_form{
	margin-bottom: 20px;
	padding: 0;	
}
.contact_form .form-control{
	width: 100%;
	border-radius: 0;
	background: #eee;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 16px;
	resize: none;
	color: #737373;
}

.contact_form .form_name{
	padding: 0;	
}
.contact_form .form_tel{
	padding-right: 0;	
}
@media (max-width: 767px){
	.contact_form .form_tel{
		padding: 0;	
	}	
}

.contact_form .btn-default{
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #56d491;
	color: #fff;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	transition: .3s;	
}
.contact_form .btn-default:hover{
	background: #039831;
	color: #fff;
	transition: .3s;	
}

.contact_list{
	padding: 0 30px;	
}
@media (max-width: 767px){
	.contact_list{
		padding: 0;	
	}	
}
.contact_list ul li{
	line-height: 35px;
}
.contact_list ul li:first-child{
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;	
}

.allmap{
	margin-top: 30px;
	width: 100%;
	padding: 0 15px;
	height: 300px;
}


.article_box .article_title{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;	
}
.article_box .article_title h2{
	font-size: 20px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
.article_box .article_title .t_small{
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.article_box .article_text{
	padding: 20px 0;
	text-indent: 2em;
	line-height: 30px;
	color: #737373;
}
.article_box .article_text img{
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.article_box .article_other p,
.article_box .article_other p a{
	color: #737373;
}
.article_box .article_other p a:hover{
	color: #039831;	
}

.product_box{
	margin: 0 -15px;
}
.product_box a{
	display: block;
	max-width: 250px;
	height: 330px;
}
.product_box a .pro_img{
	height: 250px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.product_box a .pro_img img{
	margin: auto;
}
.product_box a span{
	margin-top: 10px;
	display: block;
	line-height: 20px;
	color: #666;
	text-align: center;
}
.product_box a:hover span{
	color: #039831;	
}

.product_detail .product_title{
	font-size: 20px;
	color: #333;	
}
.product_detail .product_img img{
	margin: 20px auto;
}
.product_detail .product_t{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
.product_detail .product_t:before{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: 14px;
	height: 14px;
	background: #039831;
	content: "";	
}
.product_detail ul li{
	margin: 10px 0;
	color: #737373;	
}