*{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑";
}
body{
	background: #f3f3f3;
}
ul,ol,p,span{
	margin: 0;
	padding: 0;
}
ul,li {
	list-style: none;
}
@media (min-width: 1200px){
	.navbar-nav{
		float: right;
	}
}
/* div{
	box-sizing: border-box;
} */
a {
	text-decoration: none;
	color: #000;
}
img {
	margin: 0px;
	padding: 0px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cen{
	text-align: center;
}
.content{
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;
}
.content_mid{
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding:30px 0;
}
.content_t{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	padding: 20px 0 20px 0;
	margin: 0 0 40px 0;
}
.br1{
	border-bottom: 1px solid #999;
}
.br2{
	border-bottom: 1px solid #fff;
}
.content_m{
	max-width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}
.txt_h3{
	font-size: 26px;
	text-align: center;
	color: #000;
}
.history{
	width: 1200px;
	margin: 50px auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.his_box{
	width:960px; 
	height:100px; 
	overflow:hidden;
	position:relative;
	margin: auto;
}
.his_list{
	width:6000px; 
	position:absolute; 
	left:0px; 
	top:0;
}
.his_list li{
	float:left;
	width:220px;
	text-align: center;
	background: #f2f2f2;
	color: #999999;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
	max-height: 100px;
	box-sizing: border-box;
	border: 2px solid #ddd;
}
.his_list li img{
	width: 100%;
	height:100px;
}
.his_list .act{
	background: #da251c;
	color: #fff;
}
.btn_l{
	width:70px;
	height:100px;
	background:#4d200f;
	cursor:pointer;
	text-align:center;
	line-height:100px; 
	color:#fff; 
	font-size:40px; 
	font-family:"宋体";
	position: absolute;
	left: 0;
}
.btn_r{ 
	width:70px;
	height:100px;
	background:#4d200f;
	cursor:pointer;
	text-align:center;
	line-height:100px; 
	color:#fff; 
	font-size:40px; 
	font-family:"宋体";
	position: absolute;
	right:0;
	top:0
}
.his_txt{
	width: 900px;
	margin:auto; 
	/* display: none;  */
}

.his_txt p{
	font-size: 14px;
	color: #000;
	padding: 20px 0; 
	text-align: left;
	line-height: 36px;
}
/*----------导航-----------*/
nav{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	background: rgba(0,0,0,0.3);
}
.nav_box{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	overflow: hidden;
	z-index: 9999;
}
.container-fluid{
	max-width:1200px;
	/*overflow: hidden;*/
	margin: auto;
}
.navbar-nav > li > a {
   padding-top: 50px;
   padding-bottom: 50px;
   color: #fff;
   font-size: 20px;
}
.navbar-nav > li > a:hover{
   background: #4d200f;
   color: #fff;
}
.navbar-nav2 > li > a:hover{
	background: #4d200f;
}
.navbar-nav2 > li > a {
   color: #000;
}

.navbg{
	background: #fff;
	height: auton;
	overflow:hidden;
	margin-bottom: 0;
	/* min-height:122px; */
}
.swiper-pagination .swiper-pagination-bullet {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    width: 20px;
}
/*----------banner-----------*/
.swiper-pagination{
	text-align: right;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5%;
    right: 5%;
    width: 95%;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 100px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #dd0816;
}
.banner_img{
	width:100%;
	display:block;
	min-height:200px;
}
.swiper-button-prev{
	background:url(../img/left.png) no-repeat center;
	width:120px;
	height:160px;
}
.swiper-button-next{
	background:url(../img/right.png) no-repeat center;
	width:120px;
	height:160px;
}
/*------------首页通用样式-------------*/
.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: 22px;
	font-weight:bold;
	letter-spacing: 1px;
}
.t_b p{
	float: left;
	border-bottom: 4px solid #4d200f;
	padding-bottom: 10px;
	padding-left: 20px;
}
.t_b span{
	margin-top: 10px;
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 14px;
}
.t_b a{
	float: right;
	padding:  4px 10px;
	color: #fff;
	font-size: 14px;
	background: #4d200f;
	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: 50px;
}
.banner img{
	min-height: 70px;
	width: 100%;
}
/*---------------内容区域1-------------------*/
.content1{
	padding: 50px;
	border: 1px solid #4d200f;
}
.content1 img{
	margin: 0 10px;
}
.bor_t{
	border-bottom: 1px solid #4d200f;
	padding: 10px 0;
}
.bor_t h1{
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
}
.show-box img{
	width: 700px;
	height:292px;
}
.upper{
	font-size: 14px;
	color: #000;
	text-transform : uppercase;
	letter-spacing: 1px;
}
.txt_box{
	margin-top: 20px;
	margin-bottom: 30px;
}
.txt_box p{
	font-size: 14px;
	color: #000;
	line-height: 36px;
}
.txt_box a{
	display: block;
	float: right;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	background: #4d200f;
}
.show_left,.show_right{
	padding: 0;
}
.show_left img{
	width: 100%;
	height: 867px;
}
.show_right{
	border: 6px 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;
}
.between{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.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: 20px;
}
.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: 8px 20px;
	border: 2px solid #fff;
	font-size: 14px;
	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; */
}
/*----------新闻列表------------*/
.topic{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
}
.topic a{
	color: #fff;
	background: #ccc;
	font-size: 20px;
	padding: 10px 25px;
	display: inline-block;
}
.topic a:hover{
	background: #4d200f;
}
.topic .active{
	background: #4d200f;
}
.newlist{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #4d200f;
	border-top: 1px solid #4d200f;
}
.newlist li{
	display: block;
	padding: 60px 0;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.newlist li:hover{
	background: #d5e3cc;
}
.newlist li h2{
	font-size: 24px;
	color: #000;
}
.newlist li p{
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 30px;
}
.newlist li .button{
	padding: 10px 20px;
	background: #4d200f;
	color: #fff;
	font-size: 14px;
	border: none;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	display:block;
	margin: 50px 0;
}
.page li{
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	background: #5a5a5a;
	display: inline-block;
	margin:0 5px;
}
.page .next{
	background: #4d200f;
} 
/*---------新闻详情--------------*/
.new{
	border-top: 2px solid #7c7c7c;
	background: #fff;
	padding: 30px 30px 70px 30px;
}
.new .tit{
	border-bottom: 1px solid #9D9D9D;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.new .tit span{
	margin: 20px 0;
}
.new .tit h4{
	font-size: 24px;
	color: #000;
}
.new p{
	font-size: 14px;
	color: #000;
	line-height: 36px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.new img{
	margin: 40px auto;
	max-width:100%;
	display:block;
}
/*----------------*/
.time_s{
	font-size: 12px;
	color: #333;
	position: relative;
	padding-left: 24px;
	display: block;
	margin: 20px 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;
}
/* -----------底部----------- */
.footer{
	background: #373737;
	padding-bottom: 50px;
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
.footer .logo_box{
	text-align: center;
	padding-top: 80px;
}
.footer .logo_box .img{
	margin: 0 20px;
}
.code{
	width:140px;
	height: 140px;
	margin: 0 auto 10px;
	display: block;
}
.footer .contact_box{
	padding-top: 60px;
}
.footer .contact_box ul{
	border-left:1px solid #ddd;
	padding-left: 50px ;	
}
.footer .contact_box ul li{
	font-size: 12px;
	color: #fff;
	margin-bottom:10px; 
	
}
.footer .contact_box ul li:nth-child(1){
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.teamwork_box{
	background: #d33d35;
	padding: 20px 0;
} 
.teamwork_box span{
	color: #ffffff;
	font-size: 14px;
}
.teamwork_box img{
	margin-left:4px; 
}
.copyright{
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
	height: auto;
	background: #c6140b;
}
.banquan{
	width: 100%;
	background: #1e1e1e;
	padding: 25px 0;
	text-align: center;		
}
.banquan span{
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}
.jishu{
	width: 100%;
	padding: 10px 0;
	background: #1e1e1e;
	font-size: 14px;
	text-align: center;
	color:#fff;
}
/*---------产品展示---------*/
.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: 110px;
	height: 50px;
	line-height: 50px;
	margin:1px;
	padding:0;
	display: inline-block;	
}
.product li a{
	display: block;
	background: #ccc;
	color:#000;
	font-size: 16px;
	cursor: pointer;
}
.product li .act{
	color: #fff;
	background: #4d200f;
}
.product li a:hover{
	color: #fff;
	background:  #4d200f;
}
.product li .re{
	background: #fff;
	color: #dd3f39;
	font-size: 16px;
}
.product .col-lg-4{
	margin:0 0 20px 0;
	/* background: #fff; */
	padding-bottom:20px;
}
.pro{
	position: relative;
	max-width:1200px;
	margin:0 auto;
}
.product_left{
	width: 900px;
	height: 650px;
	background: #4d200f;
	padding-left: 40px;
	padding-top:80px;
}
.product_left h4{
	font-size: 50px;
	color: #fff;
	padding: 140px 0 10px 0;
}
.product_left h4 span{
	color: #fff;
	font-size: 20px;
	margin-left: 30px;
}
.product_left h3{
	font-size: 24px;
	color: #fff;
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	width:400px;
}
.product_left span{
	color: #fff;
	font-size: 14px;
}
/*.product_left p{
	width: 600px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
}*/
.product_txt{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	width: 400px;
	text-indent: 2em;
	margin-top: 30px;
}
.product_right{
	position: absolute;
	right: 0;
	top: 100px;	
	width: 730px;
	height: 460px;
	z-index: 99;
}
.product_right img{
	width: 100%;
	height: 100%;
}
.intro{
	max-width: 1200px;
	margin: 90px auto;
}
.intro p{
	line-height: 36px;
	color: #000;
	font-size: 20px;
	text-indent: 2em;
}
.show_box0{	
	overflow: hidden;
	height: auto;
	margin: auto;
	max-width:900px;
	/* background: #fff; */
}
.show_box0 img{
	width: 100%;
	max-height: 600px;
	margin-top: 100px;
}
.friend{
	width: 100%;
	padding: 20px 0;
	background: #373737;
	border-bottom: 1px solid #454545;
}
.friend span{
	color: #fff;
	font-size: 18px;
}
.friend a{
	color: #fff;
	font-size: 18px;
	margin: 0 5px;
}
.img_box{
	width:100%;
	height:auto;
	overflow:hidden;	
	position:relative;
}
.img_fox{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	text-align:center;
	line-height:210px;
	display:block;	
}
.img_fox span{
	color:#fff;
	font-size:18px;
	transition:font-size 0.4s;
    -webkit-transition: font-size 0.4s; /* Safari */
}
.img_fox:hover span{
	font-size:22px;
	cursor:pointer;
}
.v-bg{
	background: url(../img/spbg.png) no-repeat center;
}
/*.show_box0 .swiper-button-prev,.show_box0 .swiper-button-next{
	
}*/
.width100{width: 100%;}
.contact_body>.header{background-color: #fff;width: 100%;}
.haed_content{width: 1200px;margin: 0 auto}
.logo_box{float: left;}
.link_box{display: block;float: left;height: 89px;}
.link_box>a{text-decoration: none;color:black;  font-weight: 600;font-size: 16px;}
.contact_body .content{background-image: url("../img/2.jpg");background-size: 100%}
.contact_body .content>.width100:nth-child(2){text-align: center;padding-top: 0px;}
.contact_body .content>.width100:nth-child(2) span{height:50px;display: block}
.contact_body .content>.width100 .contact_bt{border: 0;width: 86px;background-color: #4d200f;color: #fff;padding-top: 10px;padding-bottom: 10px;}
.contact_body .content>.width100:nth-child(3)>div{margin: 0 auto;max-width: 1200px;height:auto;overflow:hidden;padding:20px 0;}
.contact_word>div{background-color: #fff;}
.contact_word .contact_us,.contact_word .leave_word{width: 48%;float: left}
.contact_word .contact_us>span span:nth-child(1){color:#4d200f;font-size: 16px}

.contact_word .contact_us>span{border-bottom: 2px solid #4d200f;padding-bottom: 15px;padding-top: 47px;display: block;width: 175px;margin-left:25px;}
.contact_word .contact_us>span span:nth-child(2){color:#747474;font-size: 14px}
.contact_word .contact_us section{margin-left: 25px;padding-top: 16px;border-bottom: 1px solid #ccc;height:90px;}
.contact_word .contact_us>div{padding-top: 24px;}
.contact_word .contact_us>div img{width: 67px;height:67px;float: left}
.contact_word .contact_us section>span{float: left;font-size: 14px}
.contact_word .contact_us section>span p{margin-top: 10px;margin-bottom: 9px;margin-left: 20px;}
.contact_word .internet{margin-top:23px!important; }
.contact_word .leave_word{ padding-left: 108px;  width: 41%!important;  }
.contact_word .leave_word>span{    border-bottom: 2px solid #4d200f;  padding-bottom: 15px;  padding-top: 47px;  display: block;  width: 220px; }
.contact_word .leave_word>span>span:first-child{    color: #4d200f;  font-size: 16px;}
.contact_word .leave_word>span>span:last-child{       color: #747474;  font-size: 14px;}
.leave_word>div{padding-top: 40px;}
.leave_word section:nth-child(2),.leave_word section:nth-child(3){margin-top: 25px;}
.leave_word section:nth-child(3) textarea{height:110px;width: 100%;}
.leave_word span{color:#686868}
.leave_word section:nth-child(3) span{float: left;padding-top: 15px;padding-right: 10px;}
.leave_word input{border:1px solid #b5b5b5;width: 242px;height:37px;}
.leave_word>div>div{padding-left:100px;padding-top: 20px;}
.leave_bt{border: 0;background-color: #4d200f;color: #fff;padding:10px 43px 10px 43px;font-size: 14px; margin:10px 0;}