@media only screen and (max-width: 1200px){
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.br1{
	border:none;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #dd0816 none repeat scroll 0 0;
}
/*------------首页通用样式-------------*/
.navbar-brand img{
	width:100px;
}
.navbar-nav > li > a {
   padding-top: 10px;
   padding-bottom: 10px;
   color: #000;
   font-size: 14px;
   text-align:center;
}

.t_b{
	max-width: 1200px;
	margin: 0 auto -4px;
	overflow: hidden;
}
.t_w{
	max-width: 1200px;
	margin: auto;
}
.t_b p,.t_w p{
	float: left;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}
.t_b p{
	float: left;
	border-bottom: 2px solid #2e9800;
	padding-bottom: 10px;
	padding-left: 10px;
}
.t_b span{
	margin-top: 4px;
	display: block;
	float: left;
	font-size: 12px;
	margin-left: 8px;
	display:none;
}
.t_b a{
	display: none;
	/*float: right;
	padding:  4px 10px;
	color: #fff;
	font-size: 14px;
	background: #2e9800;
	font-family: "宋体";
	letter-spacing: 1px;*/
}
.t_w p span{
	font-size: 12px;
	margin-left: 14px;
}
.t_b p,.t_b p span{
	color: #000;
}
.t_w p,.t_w p span{
	color: #fff;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.banner img{
	min-height: 70px;
	width: 100%;
}
.content_t{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}
/*---------------内容区域1-------------------*/
.content_mid {
    height: auto;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 10px 0;
}
.content1{
	padding: 10px;
	border: none;
}
.content1 img{
	margin: 0 10px;
}
.img_box{
	width:25%;
	height:auto;
	overflow:hidden;	
	position:relative;
	float:left;
	max-height:60px;
}
.img_fox{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	text-align:center;
	line-height:60px;
	display:block;	
}
.img_fox span{
	color:#fff;
	font-size:8px;
	transition:font-size 0.4s;
    -webkit-transition: font-size 0.4s; /* Safari */
}
.img_fox:hover span{
	font-size:8px;
	cursor:pointer;
}
.bor_t{
	border-bottom: 1px solid #2e9800;
	padding: 10px 0;
}
.bor_t h1{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.show-box img{
	width: 700px;
	height:292px;
}
.upper{
	font-size: 10px;
	color: #000;
	text-transform : uppercase;
	/*letter-spacing: 0px;*/
}
.txt_box{
	margin-top: 20px;
	margin-bottom: 30px;
}
.txt_box p{
	font-size: 12px;
	color: #000;
	line-height: 24px;
}
.txt_box a{
	display: block;
	float: none;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	font-size: 12px;
	background: #2e9800;
	margin: 10px auto;
	text-align: center;
}
.show_left,.show_right{
	padding: 0;
}
.show_left img{
	width: 100%;
	height: 867px;
}
.show_right{
	border: 2px solid #3b7f0a;
}
.show_right img{
	width: 100%;
	border-bottom: 5px solid #3b7f0a;
	height: 214px;
}
.show_right img:last-child{
	border: none;
}
.show_right .btn{
    text-align: center;
    width: 70px;
   	height: 190px;
    position: absolute;
	top: 40%;   
    left: -70px;
    background: url(../img/icon1.png) no-repeat center;
}

.new_box{
	padding: 0;
	display: block;
	max-width: 370px;
	border: 1px solid transparent;
	border-bottom: 4px solid transparent;
}
.new_box:hover{
	border: 1px solid #469010;
	border-bottom: 4px solid #469010;
}
.new_box h2{
	font-size: 16px;
}
.new_box p{
	color: #666;
}
.new_img{
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.new_img div{
	position: absolute;
	top:100%;
	left: 0;
	background: rgba(60,157,18,0.8);
	z-index: 99;
	width: 100%;
	height: 100%;
	transition: top 0.5s;
    -webkit-transition: top 0.5s;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}
.new_img div span{
	padding: 4px 10px;
	border: 2px solid #fff;
	font-size: 12px;
	color: #fff;
	margin: auto;
}
.new_img:hover div{
	top:0;	
}
.new_img img{
	width: 100%;
}
.new_txt{
	padding: 0 20px 20px 20px;
}
.video{
	width: 100%;
	max-height: 480px;
	border: 1px solid #000;
}
.between{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.show_left img{
	width: 100%;
	height: auto;
	max-height: 867px;
}
/*----------新闻列表------------*/	
.topic{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 10px;
}
.topic a{
	color: #fff;
	background: #ccc;
	font-size: 14px;
	padding: 5px 15px;
	display: inline-block;
}
.topic a:hover{
	background: #2e9800;
}
.topic .active{
	background: #2e9800;
}
.newlist{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #2e9800;
	border-top: 1px solid #2e9800;
}
.newlist li{
	display: block;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.newlist li:hover{
	background: #d5e3cc;
}
.newlist li h2{
	font-size: 18px;
	color: #000;
}
.newlist li p{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	line-height: 24px;
}
.newlist li .button{
	padding: 5px 10px;
	background: #2e9800;
	color: #fff;
	font-size: 12px;
	border: none;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	display:block;
	margin: 30px 0;
}
.page li{
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	background: #5a5a5a;
	display: inline-block;
}
.page .next{
	background: #2e9800;
} 
/*---------新闻详情--------------*/
.new{
	border-top: 2px solid #7c7c7c;
	background: #fff;
	padding: 15px 15px 30px 15px;
}
.new .tit{
	border-bottom: 1px solid #9D9D9D;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.new .tit span{
	margin: 10px 0;
	font-size: 12px;
}
.new .tit h4{
	font-size: 18px;
	color: #000;
}
.new p{
	font-size: 12px;
	color: #000;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.new img{
	margin-top: 20px;
}
/*----------------*/
.time_s{
	font-size: 12px;
	color: #333;
	position: relative;
	padding-left: 24px;
	display: block;
	margin: 10px 0;
}
.time_s::before {
    background: url(../img/time.png) no-repeat center;
    content: " ";
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 2px;
    width: 15px;
}
.hezuo{
	display:none;
}
.friend {
    background: #373737 none repeat scroll 0 0;
    border-bottom: 1px solid #454545;
    padding: 10px;
    width: 100%;
}
.friend span {
    color: #fff;
    font-size: 14px;
}
.friend a {
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
}
.footer .logo_box{
	float:none;
	padding-top:10px;
}
.footer .logo_box .img {
    margin: 0 10px;
}
.footer .contact_box {
    padding-top: 10px;
}
.footer .contact_box ul {
    border:none;
    padding:0 10px;
}
.product{
	display: block;
	clear: both;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-bottom:10px;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	text-align: center; 
}
.product li{
	text-align: center;
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin:1px;
	padding:0;
	display: inline-block;	
}
.product li a{
	display: block;
	background: #ccc;
	color:#000;
	font-size: 14px;
	cursor: pointer;
}
.product_left{
	width: 100%;
	height:auto;
	overflow:hidden;
	background: #2E9800;
	padding:20px 10px;
}
.product_left h4{
	font-size: 30px;
	color: #fff;
	padding: 20px 0 10px 0;
	text-align:center;
}
.product_left h4 span{
	color: #fff;
	font-size: 16px;
	margin-left: 0px;
	margin-top:10px;
}
.product_left h3{
	font-size: 18px;
	color: #fff;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	width:100%;
	text-align:center;
}
.product_left span{
	color: #fff;
	font-size: 10px;
	text-align:center;
	display:block;
}
.product_txt{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	width: 100%;
	text-indent: 2em;
	margin-top: 20px;
}
.product_right{
	position: absolute;
	right: 0;
	top: 100px;	
	width: 730px;
	height: 460px;
	z-index: 99;
	display:none;
}
.product_right img{
	width: 100%;
	height: 100%;
}
.intro{
	max-width: 1200px;
	margin: 90px auto;
	padding: 0 10px;
	text-align:center;
}
.intro img{
	width:80%;
	margin:10px auto;
	display:block;
}
.intro p{
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-indent: 0em;
}
.contact_word .contact_us,.contact_word .leave_word{
	width: 100%;
	float: none;
}
.contact_word .leave_word{
	padding: 10px;  
	width: 100%!important; 
	height:auto;
	overflow:hidden;	
}
.show_box0 img{
	width: 100%;
	min-height: 200px;
	margin-top: 10px;
	display:block;
}
.intro{
    margin: 30px auto;
    max-width: 1200px;
}
.swiper-button-prev{
	background:url(../img/left.png) no-repeat center;
	width:40px;
	height:60px;
}
.swiper-button-next{
	background:url(../img/right.png) no-repeat center;
	width:40px;
	height:60px;
}
.contact_word .contact_us>div img{
	width: 60px;
	height:60px;
	float: none;
	display:block;
	margin:auto;
}
.contact_word .contact_us section > span {
    float: none;
    font-size: 12px;
}
.contact_word .contact_us section {
    border-bottom: 1px solid #ccc;
    height:auto;
	overflow:hidden;
    margin-left: 0;
    padding:10px;
	display:block;
	text-align:center;
}
.contact_word .contact_us > span span:nth-child(2) {
    color: #747474;
    font-size: 14px;
	display:none;
}

}
