@media (max-width:767px){
		.city_name { margin-left:0;}
		}
		@media (min-width:768px){
		.city_name { margin-left:2rem;}
		}
.city_name{color:#888; line-height:8.3rem}
header .top_nav{
	height: 45px;
	line-height: 45px;
	color: #d9d9d9;
	background-color: #757575;
}

header .top_tips{
	font-size: 14px;
}

header a{
	font-size: 14px;
	color: #d9d9d9;
	vertical-align: middle;
}

header a:hover{
	color: #d9d9d9;
}

.login_cutrule {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}

header .navbar{
	min-height: 100px;
	margin: 0;
}

header .navbar-brand{
	min-height: 100px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	background-size: 90%;
	padding: 0;
}

 header .navbar-nav>li{
	min-height: 100px;
	line-height: 100px;
}

header .navbar-nav>li>a{
	display: inline-block;
	vertical-align: middle;
	color: #434343;
	padding:2px 0 0 0;	
	border-bottom: 2px #fff solid;
	margin: 15px;
}

header .nav>li>a:focus, .nav>li>a:hover{
	background: #fff;
	color: #4AA341;
	border-bottom: 2px #4AA341 solid;
}  

header .navbar-toggle{
	padding: 10px 15px;
	margin-top: 32px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #ccc;
	border: 1px solid #ccc;
}

 header .navbar-toggle .icon-bar{
	background: #fff;
}

header #mobile_navbar{
	margin: 0;
	padding: 0;
}

header .mobile_navbar{
	background: rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
}

header .mobile_navbar>li{
	min-height: unset;
	line-height: normal;
	background: #ccc;
}

header .mobile_navbar>li>a{
	border-bottom: none;
	padding:0;
	color: #555;
}

header .mobile_navbar li:focus, .mobile_navbar>li:hover{
	background: #fff;
}

header .mobile_navbar li:focus>a, .mobile_navbar>li:hover>a{
	background: none;
	color:#333;
	border:none;
}

header .mobile_navbar li>a:focus, .mobile_navbar>li>a:hover{
	background: none;
	color:#333;
	border:none;
} 

.img_box video{width:100%;height: 20rem;}

.swiper-slide img{
	width: 100%;
	height: 497px;
}

.swiper-slide .img_box{
	position: relative;
	width: 100%;
}

.swiper-slide .img_box .title_box{
	position: absolute;
	width: 100%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
.swiper-slide .title_box h1,.swiper-slide .title_box h2{
	text-shadow:0.5rem 0.2rem 0.6rem #000;
}

.swiper-slide .img_box .title_box .title{
	font-weight: bold;
	font-size: 45px;
	color: rgb(255, 255, 255);
}

.swiper-slide .img_box .title_box .desc{
	font-weight: bold;
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-shadow: 3px 3px 3px #000;
}

.swiper-slide .img_box .bottom_btn{
	position: absolute;
	width: 100%;
	bottom: 100px;
	text-align: center;
	margin: 0 auto;
}

.swiper-slide .img_box .bottom_btn a{
	background-color: rgba(000,122,255,0.7);
	border-color: rgba(000,122,255,1);
	color: #fff;
}

main .menu_icon{
	/*padding-top: 5rem;
	padding-bottom:5rem;*/
}

main .wrap_box{
	text-align: center;
	padding-bottom: 5rem;
}

main .wrap_box .title{
	font-weight:bold;
	font-size: 18px;
	line-height: 2rem;
}

main .wrap_box .desc{
	font-size: 13px;
	line-height: 2rem;
}

main .img_absolute{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 200px;
	overflow: hidden;
}

main .img_absolute .img_white{
	position: absolute;
	left: 0;
	top: 0;
	animation: imgMoveIn 0.5s;
	animation-fill-mode:forwards;
}

main .img_absolute .img_red{
	position: absolute;
	left: 0;
	animation: redimgMoveOut  0.5s;
	animation-fill-mode:forwards;
}

main .img_absolute:hover> .img_white{
	animation: imgMoveOut  0.5s;
	-moz-animation: imgMoveOut  0.5s;	/* Firefox */
	-webkit-animation: imgMoveOut 0.5s;	/* Safari 和 Chrome */
	-o-animation: imgMoveOut 0.5s;	/* Opera */
	animation-fill-mode:forwards;
}

main .img_absolute:hover >.img_red{
	animation: redimgMoveIn 0.5s;
	-moz-animation: redimgMoveIn0.5s;	/* Firefox */
	-webkit-animation: redimgMoveIn 0.5s;	/* Safari 和 Chrome */
	-o-animation: redimgMoveIn 0.5s;	/* Opera */
	animation-fill-mode:forwards;
}

main .product{
	background: url('../images/product_bg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

main .wrap_title_box{
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}

main .wrap_title_box .wrap_title{
	color: #ffffff;
}

.wrap_relative{
	position: relative;
	display: inline-block;
}

main .wrap_title_box h2{
	margin: 0;
	font-size: 26px;
}

main .wrap_title_box .title_left{
	height: 33px;
	line-height: 33px;
	position: absolute;
	left: -170px;
	top: 0;
}

main .wrap_title_box .title_right{
	height: 33px;
	line-height: 33px;
	position: absolute;
	right: -170px;
	top: 0;
}

main .wrap_title_box .sub_title{
	font-size: 18px;
}

main .wrap_five_box{
	display: inline-block;
	font-size: 0;
} 

main .wrap_five_box .col_5_box{
	display: inline-block;
	width: 20%
}

main .wrap_five_box .col_5_box img{
	width: 100%;
}

main .wrap_img{
	display: block;
	position: relative;
}

main .wrap_img .cate_title{
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	padding-bottom: 5px;
	border-bottom: 1px solid #4AA341;
	z-index: 99;
}

main a:hover .wrap_img::before{
	width: 100%;
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

main a:hover .wrap_img .cate_title
{
	color: #cc0000;
}

/*新闻中心*/
main .news{
	padding-bottom: 30px;
}
main .news .wrap_title_box .wrap_title{
	color: #333;
}

main .news .left .content_box .title{
	font-size: 18px;
	color: #333;
}

main .news .left .content_box .desc{
	margin: 0;
	padding:0;
	color: #666;
	font-size: 14px;
}

main .news .right .content_box{`
	padding: 15px 15px 0 15px;
	border:1px solid rgb(217, 217, 217);
}

main .news .right .hj_list{
	padding: 0 15px;
}

main .news .right .hj_list .title_content{
	border-bottom: 1px dashed #c6c6c6;
	display: flex;
	width: 100%;
	padding: 7.5px 0px;
	align-items: center;
}

main .news .right .hj_list a{
	width: 0;
	flex: 1;
}

main .news .right .hj_list .title{
	font-size: 14px;
	color: #5A5A5A;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px; 
	width: 90%;
	margin: 0px;
	padding: 0;
}

main .news .right .hj_list .date{
	font-size: 14px;
	color: #acacac;
}

main .news .right .page{
	padding: 5px 15px;
}

/*底部导航*/
footer{
	background-image: url(../images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:30px 0px 0px 0px;
}

footer .img_box{
	max-width: 100%;
}


footer .title{
	color: #d9d9d9;
	font-size: 18px;
}

footer .nav_wrap{
	display: inline-block;
	margin-top: 20px;
}

footer .nav_wrap .nav_item{
	padding: 0px 0px 15px 0;
	color: #666666;
	display: block;
}

footer .friends_wrap{
	display: inline-block;
	margin-top: 20px;
}

footer .friends_wrap .nav_item{
	padding: 0px 0px 10px 0;
	color: #666666;
	font-size: 14px;
}

footer .contact_us{
	margin-top: 20px;
}

footer .contact_us .contact_content{
	color: #666666;
}

footer .wrap_img{
	margin-top: 20px;
}

footer .bg_line{
	width: 100%;
	height: 1px;
	background: url(../images/footer_bg_line.jpg);
	background-size: 100%;
}

footer .copyright{
	padding: 15px 0px;
	color: #666666;
	margin: 20px auto;
	text-align: center;
}

/*about.css*/
#page .top_title_content{
	background: url(../images/about_bg.jpg);
}

#page .top_title_content h1{
	margin: 0;
	padding:35px 0;
	color: #fff;
}

#page .wrap_content{
	text-align: center;
}

#page h3{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #4AA341;
	margin-bottom: 15px;
}

#page .company_desc .img_box{
	margin-bottom: 20px;
}

/*优势*/
#page .content_box{
	border:1px #cccccc solid;
	padding: 30px 20px;
	margin-top: 20px;
}

#page .parent_content_box:nth-child(1) > .content_box,#page .parent_content_box:nth-child(2) > .content_box,#page .parent_content_box:nth-child(3) > .content_box{
	margin-top: 0;
}


#page .advantage_box .content_box .img_box{
	width: 60px;
	margin-right:10px;
	float: left;
}

#page .promise ul,#page .promise ol{
		padding-left: 15px;
	}

#page .products_nav{
	display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
#page .products_nav .nav_item
{
	padding: 5px 10px;
    border:1px solid #4AA341;
    display: inline-block;
    color: #333;
    margin: 0px 2.5px 0px 2.5px;
    font-size: 14px;
    border-radius: 5px
}

#page .products_nav .active{
	 color: #fff;
	 background-color: #4AA341; 
}

#page .products_nav:hover > .active{
	 color: #333;
	 background-color: #fff; 
}

#page .products_nav .nav_item:hover
{
	color: #fff;
	background-color: #4AA341; 
	text-decoration: none;
}

#page .product_content .wrap_box{
	padding: 0px;
}

#page .product_content .wrap_img img{
	width: 100%;
}

#page .product_content a:hover .wrap_img::before{
	width: 100%;
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

#page .product_content .wrap_box .title{
	color: #333;
	font-weight: normal;
	font-size: 14px;
	margin: 5px;
}

/*产品详情页*/
#page .products_detail .thumb{
	width: 200px;
	margin:20px auto;
}

#page .products_detail .detail{
	text-align: left;
}

#page .news{
	padding: 0px;
}

#page .news a{
	text-decoration:none;
	color: #333;
}

/*#page .news .hj_list_content{
	padding-bottom: 40px;
}*/

#page .news .hj_list_content .hj_list{
	padding: 30px 20px;
	display: flex;
	margin-top: 40px;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

#page .news .hj_list_content .right_content{
	flex: 1;
	padding:0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid #dedede;
	width: 0px;
}

#page .news .hj_list_content .right_content .title{
	font-size: 30px;
	padding: 0;
	margin:0;
}

#page .news .hj_list_content .date{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
}

#page .news .hj_list_content .date .day{
	font-size: 50px;
	color: #57ddae;
}

#page .news .hj_list_content .date .year{
	font-size: 20px;
	color: #333;
}

#page .news .hj_list_content .img_box{
	width: 148px;
}

#page .news .hj_list_right_content{
	margin-top: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    padding: 25px 15px 5px 15px;
    margin-bottom: 20px;
}

#page .news .hj_list_right_content h2{
	font-size: 22px;
	margin:0px;

}

#page .news .hj_list_right_content .category_list{
	margin:15px 0;
	padding: 0 0 0 15px;
}

#page .news .hj_list_right_content .category_list li{
	margin-bottom: 7px;
	list-style: none;
}

#page .news .hj_list_right_content .category_list li a{
	color: #408239;
	text-decoration: none;
}

#page .news .hj_list_right_content .category_list .cat_item{
	padding:10px 0px;
}

#page .news .hj_list_right_content .category_list .cat_item + .cat_item{
	border-top: #eee solid 1px;
}

/*文章详情页*/
#page .breadcrumb{
	margin-top: 10px;
	margin-bottom: 10px;
}

#page .news .hj_detail{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	margin-top:40px;
	padding: 15px;
}

#page .news .hj_detail{
	text-align: center;
}

#page .news .hj_detail h1{
	font-size: 20px;
	margin:15px 0px 15px 0px;
}

#page .news .hj_detail .sub_title{
	margin-bottom:15px;
}

#page .news .hj_detail .desc{
	text-align: justify;
	line-height: 2.5rem;
}

#page .news .hj_detail .desc img{
    margin: 0.5rem auto;
}

/*联系我们*/
#page .contact .btn-send{
	background-color: #4AA341;
	text-align: center;
	color: #fff;
}

#page #map{
	height: 280px;
}

@media(min-width:768px){
    .ani{ display:none;}
}

@media (max-width: 767px) {

	.swiper-slide img{
		width: 100%;
		height: auto;
	}

	header .navbar{
		min-height: 50px;
		margin: 0;
	}
	
	header .navbar-brand{
		min-height: 70px;
		background: url(../images/logo.png);
		background-repeat: no-repeat;
		width: 138px;
		background-size: 90%;
		padding: 0;
		margin: 15px 15px 10px;
	}

	.swiper-slide .img_box .title_box{
		top: 50%;
	}

	.swiper-slide .img_box .title_box .title{
		font-weight: unset;
		font-size: 20px;
		color: rgb(255, 255, 255);
		margin: 0;
	}

	.swiper-slide .img_box .title_box .desc{
		font-weight: unset;
		font-size: 12px;
		color: rgb(255, 255, 255);
		padding: 0.5rem 5rem;
		margin: 0;
	}

	.swiper-slide .img_box .bottom_btn{
		position: absolute;
		width: 100%;
		bottom: 10px;
		text-align: center;
		margin: 0 auto;
	}

	.swiper-slide .img_box .title_box a{
		background-color: rgba(000,122,255,0.7);
		border-color: rgba(000,122,255,1);
		color: #fff;
		margin-top: 0.5rem;
	}

	main .wrap_box{
		padding: 10px;
		margin: 0;
	}

	main .wrap_box img{
		width: 60px;
	}

	main .wrap_box .title {
		font-weight: normal;
		font-size: 16px;
		color: #434343;
		line-height: normal;
	}

	main .news_mobile{
		margin-top: 30px;
		margin-bottom: 3px;
	}

	main .news_mobile .title{
		font-size: 20px;
		color: #434343;
		font-weight: bold;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		display: inline-block;
		border-bottom: 1px solid #4AA341;
	}

	main .news_mobile .desc{
		font-size: 14px;
		padding: 0px;
		margin: 0px;
		text-align: justify;
	}

	main .news_mobile .desc::after{
		content: "";
		float: right;
	}

	main .news_list .item_list{
		margin-bottom:10px;
		border-bottom: 1px solid #e2e2e2;
	}

	main .news_list .item_list img{
		vertical-align: initial;
	}

	main .news_list .item_list a{
		font-size:15px;
		color: #5a5a5a;
		padding-left: 10px;
	}

	footer{
		padding: 10px 0px 0;
	}

	footer .contact_us{
		margin: 0px;
	}

	footer .contact_us p{
		margin-bottom:3px;
		font-size: 14px;
	}
	
	footer .copyright{
		padding: 0px;
		margin:10px 0px 0px 0px;
	}

	footer .copyright p{
		font-size: 12px;
		margin:0px;
	} 

	/*优势页面*/
	#page .col-md-4:nth-last-child(1) > .content_box,#page .col-md-4:nth-last-child(2) > .content_box,#page .col-md-4:nth-last-child(3) > .content_box{
		margin-bottom: 20px;
	}

	/*产品导航*/
	#page .products_nav{
		    text-align: center;
		    margin-top: 15px;
		    margin-bottom: 0px;
		    margin: 0 auto;
	}

	#page .products_nav .nav_item{
		margin-bottom: 15px;
	}

	#page .news .hj_list_content{
		padding-bottom:0; 
	}

	#page .news .hj_list_content .hj_list{
		padding: 15px;
		margin-top: 20px;
	}

	#page .news .hj_list_content .right_content{
		padding:0px 10px 0px 0px;
		width: 0px;
	}

	#page .news .hj_list_content .right_content .title{
		font-size:20px;
		font-weight:bold;
	}

	#page .news .hj_list_content .date{
		padding-left: 10px;
	}

	#page .news .hj_list_content .date .day{
		font-size: 35px;
	}

	#page .news .hj_list_right_content{
		margin-top:0px;
		margin-bottom: 20px;
	}



}

.wrap_relative{
	position: relative;
}

.hj_text_right{
	text-align: right;
}

.img_box img{
	max-width: 100%;
}

.reqtip{
	color: #f00;
}

.ellipsis_1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis_2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
}

#page .product_content .wrap_box .ellipsis_3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:12px; color:#777; margin: 0 auto 10px auto; line-height:1em;
}

.ellipsis_3 span{margin: auto 2px;}

.hj_padded_l_10{
	padding-left: 10px;
}

.hj_padded_r_10{
	padding-right: 10px;
}

.hj_padded_l_15{
	padding-left: 15px;
}

.hj_padded_r_15{
	padding-right: 15px;
}

.hj_padded_t_30{
	padding-top:30px;
}

.hj_margin_t_10{
	margin-top: 10px;
}
.hj_margin_t_20{
	margin-top: 20px;
}

.hj_margin_b_20{
	margin-bottom: 20px;
}

.products_detail .title{ margin-bottom: 10px; }
.hj_detail p{ margin-bottom: 10px; }

.products_detail{ padding: 0 5px; }

.container .page_btn{padding: 15px 5px;}

.products_detail img, .hj_detail img{ max-width: 100%;}

.products_detail video{ background:#000;}

@media (max-width:767px){
		.products_detail video {width:100%; height:25rem;}
		}
		@media (min-width:768px){
		.products_detail video {width:70%; height:40rem;}
		}

@-moz-keyframes w-footel {
	0% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
70% {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity:.3;
	opacity:.3
}
100% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
}@-webkit-keyframes w-footel {
	0% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
70% {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity:.3;
	opacity:.3
}
100% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
}@keyframes w-footel {
	0% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
70% {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity:.3;
	opacity:.3
}
100% {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
}

.m_foot_box {
  font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #4AA341;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.m_foot_box {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	background:#4AA341;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:100
}
.m_foot_box a {
	display:block;
	width:100%;
	height:60px;
	padding:15px 0 0;
	line-height:30px;
	text-align:center;
	font-size:30px;
	color:#fff;
	vertical-align:middle
}
.m_foot_box a em {
	display:inline-block;
	width:30px;
	height:30px;
	margin:2px 10px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/tel.png) no-repeat;
	background-size:cover;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-animation:w-footel .5s ease infinite;
	animation:w-footel .5s ease infinite;
	-ms-animation:w-footel .5s ease infinite;
	-moz-animation:w-footel .5s ease infinite
}
.m_foot_box a span {
	display:inline-block;
	vertical-align:top;
	font-weight:100
}
@media only screen and (min-width:1000px) {
	.m_foot_box {
	display:none
}
}