@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}
.neiye{
	background:#fafafa;
	}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #ba0001;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
 	}	

.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.container{
	width: 1200px;
	margin:auto;
}

/*top*/
.head_bj{
	height:70px;
	background:#fff;
	}
.head{
	margin:auto;
	height:100px;
	}
.logo{
	width:80px;
	float:left;
	}
.logo img{
	height:50px;
	margin-top:10px;
	}
.fixed{
	position:fixed;
	z-index:999;
	width:100%;
	background-color: rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	}
/**/
.nav{
	width:900px;
	float:right;
	}

.nav ul li{
	width:100px;
	float:left;
	position:relative;
	}
.nav ul li a{
	color: #333333;
	font-size:14px;
	line-height:70px;
	display:block;
	font-weight:bold;
	text-align:center;
}

.nav ul li a:hover , .nav ul .sy a{
	color:#ba0001;
}

.nav .submenu{ 
	width:160px;
	position:absolute; 
	top:70px;
	display:none;
	border:1px solid #f1f1f1; 
	z-index:999;
	background-image:none;
	background:#fff;
	padding:5px 0;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	width:100%;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    height:28px;
	padding:0 20px;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#eee !important;
	color:#333;
	}

/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#c1282d;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:10px;
	height: 10px;
	opacity:0.8;
	background:#dddddd;
	z-index:999;
	}
.swiper-pagination-bullet-active {
	background:#c1282d;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	z-index:999;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-75px;
	}
/**/
.bt{
	text-align:center;
	width:100%;
	padding-bottom:40px;
	padding-top:50px;
	}
.bt h2{
	font-size:24px;
	text-align:center;
	}
.bt h4{
	font-size:30px;
	text-align:center;
	color:#333;
	padding:5px 0;
	}
.bt p{
	text-align:center;
	font-size:14px;
	color:#777;
	}
/**/
.shuoshu{
	padding-bottom:50px;
	overflow:hidden;
	}
.shuoshu ul{
	width:1300px;
	}
.shuoshu ul li{
	width:288px;
	float:left;
	margin-right:16px;
	}
.shuoshu ul li h4{
	width:88px;
	height:88px;
	border:2px solid #222;
	padding:2px;
	border-radius:44px;
	margin:auto;
	transition:all 0.6s;
	}
.shuoshu ul li h4 b{
	width:80px;
	height:80px;
	background:#fff;
	border-radius:40px;
	display:block;
	overflow:hidden;
	transition:all 0.6s;
	}
.shuoshu ul li h4 b img{
	transition:all 0.6s;
	}
.shuoshu ul li h2{
	font-size:16px;
	color:#222;
	text-align:center;
	line-height:35px;
	padding:10px 0;
	}
.shuoshu ul li span{
	display:block;
	width:30px;
	height:1px;
	background:#222;
	margin:0 auto 15px;
	}
.shuoshu ul li p{
	text-align:center;
	font-size:13px;
	line-height:20px;
	}
.shuoshu ul li:hover h4{
	border:2px solid #ba0511;
	}
.shuoshu ul li:hover h4 b{
	background:#ba0511;
	}
.shuoshu ul li:hover h4 b img{
	margin-top:-80px;
	}
/**/
.index_fl{
	background:#f4f4f4;
	}
#swiper2{
	padding-bottom:50px;
	}
#swiper2 .swiper-slide{
	position:relative;
	overflow:hidden;
	}
#swiper2 .swiper-slide p{
	position:absolute;
	z-index:99;
	width:100%;
	top:0px;
	height:100%;
	background-color: rgba(0,0,0,0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	text-align:center;
	color:#fff;
	font-size:16px;
	transition:all 0.6s;
	font-weight:bold;
	}
#swiper2 .swiper-slide p img{
	width:40px;
	margin:480px auto 5px;
	transition:all 0.6s;
	}
#swiper2 .swiper-slide .cp100{
	width:100%;
	}
#swiper2 .swiper-slide:hover p{
	z-index:99;
	background-color: rgba(0,0,0,0.7);
	}
#swiper2 .swiper-slide:hover p img{
	margin:180px auto 5px;
	}
/**/
#swiper3{
	padding-bottom:60px;
	}
#swiper3 .swiper-slide{
	display:block;
	}
#swiper3 .swiper-slide .newsimg{
	width:100%;
	}
#swiper3 .swiper-slide b{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:15px 0 10px 0;
	}
#swiper3 .swiper-slide p{
	font-size:12px;
	color:#888;
	text-align:center;
	}
#swiper3 .swiper-slide span{
	text-align:center;
	display:block;
	margin-top:10px;
	}
#swiper3 .swiper-slide span img{
	display:inline-block;
	margin-right:10px;
	}
/**/
	
.foot{
	background:#333;
	margin-top:60px;
	}
.foot ul{
	width:1200px;
	margin:auto;
	padding:40px 0;
	}
.foot ul .foot_gsjj{
	width:315px;
	float:left;
	}
.foot ul li b{
	color:#fff;
	font-size:16px;
	display:block;
	margin-bottom:20px;
	}
.foot ul li p{
	color:#999;
	}
.foot ul .foot_gsjj p{
	line-height:28px;
	}
.foot ul .foot_contact{
	width:315px;
	margin:0 50px;
	float:left;
	}
.foot ul .foot_contact p{
	line-height:24px;
	}
.foot ul .foot_contact p img{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	margin-right:3px;
	}
.foot ul .foot_fwxm{
	float:left;
	width:270px;
	}
.foot ul .foot_fwxm a{
	display:block;
	width:100px;
	height:35px;
	float:left;
	text-align:center;
	line-height:33px;
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid #999;
	color:#999;
	}
.foot ul .foot_fwxm a:hover{
	border:1px solid #ba0001;
	color:#ba0001;
	
	}
.foot ul .foot_ewm{
	width:180px;
	float:right;
	}
/**/
.bqsy{
	background:#222;
	padding:18px 0;
	}
.bqsy ul{
	width:1200px;
	margin:auto;
	color:#999;
	text-align:center;
	}
.bqsy ul a{
	color:#999;
	}
/**/


.mian{ 
   width: 1200px;
   margin: 50px auto 0;
}
.mian_left{
    width: 240px;
    float: left;
}
.left_bt{
	background:#ff525e;
	color:#fff;
	padding-left:30px;
	height:45px;
	font-size:16px;
	line-height:45px;
	}

.mian_left_nav{
	width: 240px;
	background: #fff;
	border:5px solid #eee;
	}
.mian_left_nav ul li a{
	border-bottom: 1px solid #eee;
	padding:10px 30px;
	display: block;
}
.mian_left_nav ul li a:hover , .mian_left_nav ul li .gl{
	background: #eee;
	color: #333;
}
.mian_left_contact{
	width: 240px;
	background: #fff;
	line-height:26px;
	padding:10px;
	border:5px solid #eee;
	}
.mian_right{
 width: 930px;
 float: right;
 background: #fff;
}
.mian_right_bt{
 height: 45px;
 line-height: 45px;
 background: #ff525e;
 color: #fff;
 font-size: 16px;
 font-weight:normal;
 padding-left: 20px;
}
.mian_right_bt a{
	 color: #fff;
 font-size: 16px;
	}
.mian_right_n{
padding: 20px;
}
.mian_about{
  line-height: 30px;
}
.mian_about img{
	max-width: 890px;	
}
.newslist{

	width: 890px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	overflow: hidden;
	padding-bottom:10px;
	margin-bottom: 20px;
	
}


.newslist li .nr{
	width: 890px;
	float: right;
	
}
.newslist li .nr b{
	font-size: 18px;
	padding-bottom:10px;
	display:block;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 40px;
}

.productlist ul li img{
	width:240px;
	float:left;
	}
.productlist ul li .nr{
	width: 620px;
	float: right;
	line-height:28px;
	color:#666;
	
}


.pagination{
	text-align: center;
	padding: 20px 0 20px 0;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #ff525e;
}
.page-num-current{
	background: #ff525e;
	color: #fff;
}
.news_bt h2{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 23px;
    text-align: center;
}
.news_bt h4{
	color: #999;
     font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}

.index_pr{
	width: 940px;
	margin: 20px auto 0;
	overflow: hidden;
}
.index_pr_bt{
	border: 1px  solid #ccc;
	line-height: 60px;
	padding: 0 20px;
	font-size:20px;
	font-weight:bold;
	margin: 0px auto 20px; 
}

.index_pr ul{
	width: 1000px;
}
.index_pr ul li{
	width: 280px;
	float: left;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 25px;
}
.index_pr ul li p{
	display:block;
	line-height: 35px;
	text-align: center;
	}
.index_pr ul li img{
	width: 278px;
	border: 1px solid #ddd;
	height: 188px;
}

.index_pr_ul img{
	width: 220px;
	border: 1px solid #ddd;
	float: left;
	height: 200px;
}
.index_pr_ul p{
	display: block;
	float: left;
	margin-left: 20px;
	width: 700px;
	line-height: 30px;
}
.index_pr_ul p b{
	font-size:20px;
	line-height:50px;
	}
.operate h3 {
	font-size: 16px;
	background: #f7f7f7;
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
}

.operate ul li {
	display: inline;
}

.operate ul li a {
	background: url(bg1.png) no-repeat 200px 18px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #555;
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #d2d2d2;
}

.operate ul li a.noline {
	border-bottom: none;
}

.operate ul li a:hover {
	color: #8caf00;
}

.operate ul li a.selected:hover {
	color: #fff;
}

.operate ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}

.operate ul li {
	border-bottom: 1px solid #d2d2d2;
	display: inline-block;
	width: 100%;
	min-width:950px;
	position: relative;
	min-height: 43px;
	_height: 43px;
	z-index: 10;
	zoom: 1
}

.operate ul li h4 {
	cursor: pointer;
	background: url(j_c.png) no-repeat 920px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	display: block;
	line-height: 60px;
	font-weight: normal;
}

.operate ul li.noline {
	border-bottom: none;
}

.none {
	display: none
}

.operate ul li.selected h4 {
	background: url(j_o.png) no-repeat 920px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #ff525e;
	font-weight: bold;
}
.operate ul li.selected h4 span{
   font-size: 18px;
	color: #333;
	font-weight: normal;
}

.operate li .list-item {
	padding: 20px 0;
	position: relative;
	zoom: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.down{
	width: 950px;
	overflow: hidden;
}
.down ul{
	width: 1000px;
	
}
.down ul li{
	width: 460px;
	margin-right: 30px;
	float: left;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
}
.down ul li span{
	float: right;
	margin-top: 10px;
}
.khts{
	width: 1200px;
	overflow:hidden;
}
.btnry h2{
	font-size: 36px;
	color: #515151;
	text-align: center;
}
.btnry h4{
	font-size: 24px;
	text-align: center;
	color: #e1e1e1;
	font-weight: normal;
    font-family: ywzt;
    margin-top: 12px;
}
.btnry  span{
	background: #c40c17;
	display: block;
	width: 50px;
	height: 4px;
	margin: 10px auto 0;
}
.nr100{
	width: 96%;
	display:block;
	height: 160px;
	padding: 20px;
	margin:auto;
	box-sizing:border-box;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 46%;
	float: left;
	margin: 10px 2%;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 40%;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-left:5%;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.submit{
	background: #333;
    width: 300px;
    height: 40px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}
.conatct_n{
	width: 1200px;
	overflow: hidden;
	margin-top: 140px;
}
.conatct_n ul{
	width: 1300px;
}

.conatct_n ul li{
	width: 388px;
	float: left;
	height: 250px;
	padding: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-right: 17px;
	background: #fff;
}
.conatct_n ul li b{
	display: block;
	color: #000;
	font-size: 15px;
	
}
.caeslist{
	width:890px;
	overflow:hidden;
	}
.caeslist ul{
	width:950px;
	
	}
.caeslist ul li{
	height:430px;
	width:380px;
	float:left;
	margin-bottom:20px;
	margin-right:25px;
	}
.caeslist ul li img{
	width:380px;
	height:380px;
	}


.caeslist ul li p{
	height:50px;
	line-height:50px;
	text-align:center;
	background:#ddd;
	}
.mian_biaoge table {
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
	}
.mian_biaoge table  tr td{
	padding:5px 10px;
	text-align:center;
	color:#666;
	font-size:13px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.mian_biaoge table  tr td img{
	display:block;
	margin:auto;
	}
.mian_biaoge table  tr:hover , .mian_biaoge table  .gl{
	background:#ededed;
	}
.mian_biaoge table  {
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
}
.prshowh2{
	text-align:center;
	font-size:20px;
	padding:20px 0;
	color:#333;
	}
.prshowh4{
	width:100%;
	margin-top:10px;
	background:#eee;
	margin-bottom:20px;
	}
.prshowh4 b{
	display:block;
	width:130px;
	text-align:center;
	color:#fff;
	line-height:45px;
	background:#ff525e;
	}	
	
.imgcp img{
	margin-top:10px;
	width:100%;
	}	
	
	




























