@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #fdfdfd;
}
.index{
background: #fff;
}

A:hover{
	color: #d63914;
}

.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+ */
}
/*top*/

.head{
	background:url(top_bj.jpg)  no-repeat center top;
	}

.logo_w{
	width:900px;
	height:120px;
	margin:auto;
	}
.logo{
	width:183px;
	float:left;
	margin-top:20px;
	}
.logo img{
	width:183px;
	}
.nav{
	width:540px;
	float:left;
	margin-left:100px;
}
.nav ul li{ 
	width:90px; 
	float:left;
	text-align:center; 
	height: 120px; 
	float: left;
	position: relative;
	}
.nav ul li a{
	display: block;
	width: 90px;
	line-height: 120px;
	color: #FFF;
	font-size:13px;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#999;
}
.nav .submenu{ 
	width:90px;
	padding-bottom: 2px;  
	position:absolute; 
	top:118px;
	display:none; 
	z-index:999;
	padding-bottom:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	background:#0c1736 !important;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #fff;
	text-align:center;
    line-height: 28px;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
	border-bottom:1px solid #040d25;
	width:90px;
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	color:#999;
	}
.ss{
	float:right;
	width:20px;
	}
.ss img{
	width:20px;
	margin-top:50px;
	}	
/*banner*/

.swiper-container {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
.swiper-slide {
	text-align:center;
	font-size:18px;
	width: 100%;
	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:#e04242;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#df3939;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-45px;
	}
/*分页*/
.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: #041033;
}
.page-num-current{
	background: #041033;
	color: #fff;
}
.claer{
	clear:both;
	}
.pr_fl{
	width:900px;
	margin:20px auto;
	overflow:hidden;
	}
.pr_fl ul{
	width:1100px;
	}
.pr_fl ul li{
	width:290px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	background:url(fl_bj.jpg);
	}
.pr_fl ul li h2{
	width:290px;
	height:40px;
	background:url(fl_nav.jpg) no-repeat;
	padding-left:30px;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
	}
.pr_fl ul li  p{
		padding:10px 0;
		}
.pr_fl ul li img{
	height:170px;
	margin:auto;
	
	}
.sdys{
	width:900px;
	overflow:hidden;
	margin:20px auto;
	}
.sdys ul{
	width:1000px;
	}
.sdys ul li{
	width:200px;
	float:left;
	margin-top:30px;
	margin-right:33px;
	}
.sdys ul li h2{
	height:30px;
	font-weight:normal;
	line-height:30px;
	font-size:15px;
	}
.sdys ul li img{
	float:left;
	margin-right:5px;
	}
.sdys ul li p{
	padding:15px 0;
	font-size:13px;
	line-height:25px;
	color:#888;
	}

.xbanner{
	width:100%;
	padding:60px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background:url(xbanner_bj.png)
	}
.xbanner img{
	margin:auto;
	}
.about_w{
	width:900px;
	margin:50px auto;
	}
.about{
	width:560px;
	float:left;
	line-height:22px;
	}
.about h2{
	font-size:15px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	}
.about img{
	border:1px solid #ddd;
	padding:5px;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	}
.news{
	width:300px;
	float:right;
	}
.news h2{
	font-size:15px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	}
.news ul li{
	border-bottom:1px dashed #ddd;
	line-height:32px;
	padding-left:15px;
	background:url(news_jt.gif) no-repeat center left;
	}
.foot_top_bj{
	height:10px;
	margin-top:50px;
	background:url(foot_top_bj.png)
	}
.foot{
	background:url(foot_bj.gif) #303030;
	}
.foot ul{
	width:900px;
	margin:auto;
	padding:50px 0;
	}
.foot ul li{
	width:240px;
	float:left;
	margin-right:25px
	}
.foot ul li a{
	display:block;
	line-height:24px;
	color:#999;
	font-size:12px;
	}
.foot ul li h2{
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
	}
.foot ul .nav_foot {
	width:90px;
	}
.foot ul .nav_foot a{
	background:url(news_jt2.gif) no-repeat center left;
	border-bottom:1px dashed #999;
	padding-left:20px;
	color:#999;
	line-height:27px;
	}
.foot ul  .ewm_foot{
	width:180px;
	float:right;
	margin-right:0px;
	}
.foot ul  .ewm_foot img{
	width:90px;
	margin:20px auto 10px;
	}
.foot ul  .ewm_foot p{
	text-align:center;
	color:#fff;
	}
.foot ul .contatc_foot{
	margin-left:50px;
	font-size:14px;
	color:#999;
	}
.foot ul .contatc_foot img{
	margin-bottom:15px;
	}
.bqsy{
	text-align:center;
	background:#101010;
	padding:30px 0;
	}
.head_top{
	height:115px;
	width:900px;
	margin:auto;
	}
.head_top .left{
	font-size:20px;
	color:#fff;
	width:200px;
	line-height:90px;
	}
.head_top .right{
	line-height:90px;
	color:#fff;
	text-align:right;
	}
.head_top .right a{
	color:#fff;
	}
.mian{
	width:900px;
	margin:auto;
	}
.btfl{
	text-align:center;
	padding:10px 0 20px 0;
	}
.btfl a{
	display:inline-block;
	padding:4px 8px;
	font-size:12px;
	border-radius: 3px;
	}
.btfl a:hover , .btfl .gl{
	color:#333;
	background: #CCC;
	}
.mian_right{
	width:600px;
	float:left;
	margin-top:45px;
	}
.about_nr{
	line-height:26px;
	}
.about_nr img{
	display:block;
	margin:auto;
	}	
.mian_left{
	width:260px;
	float:right;
	padding-left:40px;
	margin-top:40px;
	background:url(s_bj.png) no-repeat left top;
	min-height:530px;
	}
.left_bt{    
    color: #303030;
    border-bottom: dotted 1px #cbcbcb;
	line-height:40px;
	margin-bottom:10px;
	font-size:15px;
	}
.mian_left_contact{
	line-height:26px;
	}
.index_pr{
	width: 600px;
	margin:auto;
	overflow: hidden;
}

.index_pr ul{
	width: 700px;
}
.index_pr ul li{
	float: left;
    width: 186px;
    height: 135px;
    padding: 0;
    margin: 0 20px 20px 0;
}

.index_pr ul li img{
	width: 186px;
    height: 135px;
}
.nr100{
	width: 100%;
	display:block;
	height: 90px;
	padding: 10px;
	margin:auto;
	box-sizing:border-box;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.submit{
	background: #333;
    width: 100%;
    height: 40px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
.newslist ul li{
	margin-bottom:40px;
	}
.newslist ul li .yy{
	margin-top:50px;
	}
.newslist ul li h2{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	}
.newslist ul li span{
	margin:10px 0;
	display:block;
	padding:8px 0;
	color: #aaa;
	font-size:12px;
	border-bottom:1px solid #f6f6f6;
	border-top:1px solid #f6f6f6;
	}
.newslist ul li  h4{
	width:100%;
	border:1px solid #f6f6f6;
	border-radius:5px;
	}
.newslist ul li  h4 img{
	max-width:600px;
	max-height:175px;
	margin:auto;
	}
.newslist ul li b{
	display:block;
	width:82px;
	height:32px;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	background:url(more.jpg);
	margin-top:20px;
	}
.newslist ul li  p{
	line-height:24px;
	margin-top:15px;
	font-size:12px;
	color:#999;
	}	
.newslist ul .news_p  p{
	font-size:14px;
	color:#666;
	}
.mian_left_newslist	 ul li{
	margin-bottom:15px;
	border-bottom:1px  dashed #ddd;
	padding-bottom:15px;
	}
.mian_left_newslist	 ul li  h4{
	margin:0 auto 5px;
	}
.mian_left_newslist	 ul li  h4 img{
	max-width:220px;
	max-height:90px;
	margin:auto;
	}
.mian_left_newslist	 ul li p{
	margin-top:5px;
	}	
.productlist{
	width:900px;
	overflow:hidden;
	}	
.productlist ul{
	width:1000px;
	padding-top:20px;
	}	
.productlist ul li{
	width:208px;
	float:left;
	margin-right:22px;
	margin-top:10px;
	}
.productlist ul li h2{
	width:208px;
	height:145px;
	border-radius: 3px;
    padding: 6px;
	transition:all 0.6s ease;
	border: solid 1px #ececec;
	}	
.productlist ul li h2 img{
	max-width:196px;
	max-height:133px;
	margin:auto;
	vertical-align:middle;
	} 	
.productlist ul li p{
	line-height:30px;
	font-size:12px;
	text-align:center;
	}	
.productlist ul li:hover h2{
	border: solid 1px #041033;
	}	
.newslist ul li .ico{
	max-width:600px;
	margin-top:20px;
	margin:auto;
	}	
.newslist ul .news_p img{
	max-width:600px;
	margin:auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	




