@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: #f3f3f3;
}
.index{
background: #fff;
}


A:hover{
	color: #aa0a0a;
}

.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{
	width: 100%;
	background:#fff;
}
.logo{
	width:1200px;
	padding:25px 0;
	margin:auto;
	height:125px;
	}
.logo .left{
	width:630px;
	}
.logo .right{
	width:210px;
	float:right;
	height:50px;
	margin-top:18px;
	}
.logo .right img{
	display: inline-block;
	margin-top:8px;
	vertical-align: middle;
	}
.logo .right  p{
	float:right;
	width:155px;
	}
.logo .right  p span{
	display: block;
	font-size:26px;
	font-family: ywzt;
	color:#d8251e;
	}
.head_nav{
	width:100%;
	height:62px;
	background:#004082;
	}
	
.nav{
	width:1200px;
	margin:auto;
}


.nav ul li{ 
	width:150px; 
	float:left;
	text-align:center; 
	height: 62px; 
	float: left;
	position: relative;
	}
.nav ul li a{
	display: block;
	width: 150px;
	line-height: 62px;
	color: #fff;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#72bd47 
}
.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:62px;
	display:none; 
	z-index:999;
	border-top:1px solid rgba(255,255,255,0.3);
	background-image:none;
	background-color: rgba(114,189,71,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C872bd47,endColorstr=#C872bd47);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.3);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#004082  !important;
	color:#fff;
	}


/*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-next:after,.swiper-button-prev:after {
	color:#fff;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#72bd47;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
/*标题*/
.bt{
	padding:60px 0 30px 0;
}
.bt h2{
	text-align:center;
	font-size:36px;
	color:#333333;
	margin-bottom:10px;
	}
.bt p{
	text-align:center;
	font-size:16px;
	}
.bai h2 , .bai p{
	color:#fff;
	}
.bt h4{
	text-align:center;
	margin-top:20px;
	}
.bt h4 a{
	display:inline-block;
	padding:0px 50px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	font-weight:normal;
	margin-bottom:10px;
	border:1px solid #ddd;
	}
.bt h4 a:hover{
	background:#004082;
	border:1px solid #004082;
	color:#fff;
	}
/*产品*/		
.index_product{
	width:1200px;
	margin:auto;
	overflow:hidden;
	}
.index_product ul{
	width:1300px;
	}
.index_product ul li{
	width:288px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	padding:10px;
	transition:all 0.6s ease;
	border:1px solid #ddd;
	}
.index_product ul li h2{
	text-align:center;
	font-size:16px;
	line-height:40px;
	padding-top:5px;
	}
.index_product ul li p{
	text-align:center;
	color:#666666;
	padding:0 10px;
	}
.index_product ul li:hover{
	background:#004082;
	transition:all 0.6s ease;
	}
.index_product ul li:hover h2 , .index_product ul li:hover p{
	color:#fff;
	}
.more1{
	width:100px;
	height:38px;
	line-height:38px;
	color:#fff;
	background:#004082;
	float:left;
	text-align:center;
	margin:20px 0 20px 44px ;
	}
.index_product ul li:hover .more1{
	color:#fff;
	background:#72bd47;
	}
.more2{
	width:100px;
	height:38px;
	line-height:38px;
	color:#333333;
	background:#dddddd;
	float:left;
	text-align:center;
	margin-top:20px;
	}
.index_product ul li:hover .more2{
	color:#333333;
	background:#fff;
	}

/*公司简介*/	
.about_w{
	width:100%;
	background:url(ab_bj.jpg) no-repeat center top;
	margin-top:80px;
	}
.about{
	width:1200px;
	background:#FFF;
	margin:auto;
	box-shadow: 0px 3px 5px #888888;
	}	
.about ul li{
	width:600px;
	padding:40px;
	}
.about ul li h2{
	font-size:30px;
	margin-bottom:5px;
	}
.about ul li h2 span{
	display:block;
	width:60px;
	height:2px;
	margin-bottom:20px;
	background:#ff6600;
	}
.about ul li p{
	line-height:24px;
	}
.about ul li h2 p{
	font-weight:normal;
	font-size:13.5px;
	text-transform:uppercase;
	}
.about ul .right{
	background:#004082;
	}
.about ul li a{
	display:block;
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	margin-top:20px;
	color:#fff;
	background:#004082;
	}	
/*物料*/		
.case{
	width:1200px;
	margin:auto;
	}
#swiper2{
	padding-bottom:40px;
	}
#swiper2 .swiper-slide{
	border:1px solid #ddd;
	padding:10px;
	}
#swiper2 .swiper-pagination-bullets{
	bottom:0px;
	}
	
#swiper3{
	padding-bottom:40px;
	}
#swiper3 .swiper-slide{
	border:1px solid #ddd;
	padding:10px;
	}
#swiper3 .swiper-pagination-bullets{
	bottom:0px;
	}	
/*新闻*/			
.news_w{
	width:100%;
	height:750px;
	background:url(news_bj.jpg) no-repeat center;
	margin-top:80px;
	}
.news{
	width:1200px;
	margin:auto;
	}
.news .left{
	width:566px;
	background:#fff;
	height:460px;
	}
.news .left li{
	padding:25px 20px;
	}
.news .left li b{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:28px;
	}	
.news .left li  span{
	color:#999;
	line-height:36px;
	}
.news .left li p{
	line-height:24px;
	color:#666;
	}
.news .right{
	width:590px;
	}
.news .right li{
	border-bottom:1px dashed #fff;
	height:115px;
	padding-top:20px;
	}	
.news .right li .time{
	font-size:14px;
	width:75px;
	color:#fff;
	float:left;
	height:75px;
	display:block;
	border-right:1px solid #fff;
	text-align:left;
	}

.news .right li .time b{
	font-size:40px;
	color:#fff;
	display:block;
	float:left;
	}	
.news .right li .xwnr{
	width:490px;
	float:right;
	color:#fff;
	display:block;
	}
.news .right li .xwnr b{
	display:block;
	margin-bottom:10px;
	}
	
/*foot*/		
.foot{
	background:#222222;
	padding-top:60px;
	}	
.foot ul{
	width:1200px;
	margin:auto;
	}	
.foot ul li{
	width:180px;
	float:left;
	}
.foot ul .footnav3{
	width:200px;
	}
.foot ul li a{
	color:#aaaaaa;
	display:block;
	width:150px;
	line-height:28px;
	float:left;
	}	
.foot ul li .yj{
	width:100%;
	display:block;
	margin-bottom:20px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	}	
.foot ul .contact{
	width:340px;
	padding-left:100px;
	float:right;
	border-left:1px solid #4e4e4e;
	}
.foot ul li p{
	color:#aaaaaa;
	line-height:28px;
	}
.foot ul .ewm{
	width:120px;
	float:left;
	margin-left:30px;
	padding-top:10px;
	}
.foot ul .ewm p{
	text-align:center;
	line-height:35px;
	}
.foot ul .ewm img{
	width:120px;
	}
	
.bqsy{
	border-top:1px solid #4e4e4e;
	margin-top:50px;
	}	
.bqsy ul{
	line-height:60px;
	color:#aaaaaa;
	}	
.bqsy a{
	color:#aaaaaa;
	}	
	
.mian{ 
   width: 1200px;
   margin: 50px auto 100px;
}
.mian_left{
    width: 240px;
    float: left;
}
.left_bt{
	background:#72bd47;
	color:#fff;
	padding-left:30px;
	height:45px;
	font-size:16px;
	line-height:45px;
	}

.mian_left_nav{
	width: 240px;
	background: #fff;
	}
.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:15px;
	}
.mian_right{
 width: 930px;
 float: right;
 background: #fff;
}
.mian_right_bt{
 height: 45px;
 line-height: 45px;
 background: #004082;
 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{
	width:890px;
	overflow:hidden;
	}
.productlist ul{
	width:980px;
	}
.productlist ul li{
	width:290px;
	float:left;
	background:#ddd;
	margin-bottom:10px;
	margin-right:10px;
	}
.productlist ul li img{
	width:290px;
	height:204px;
	}
.productlist ul li p{
	text-align:center;
	line-height:35px;
	}

.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: #286093;
}
.page-num-current{
	background: #286093;
	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:  auto;
	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: 290px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.index_pr ul li p{
	display:block;
	line-height: 35px;
	text-align: center;
	}
.index_pr ul li img{
	width: 290px;
	height: 214px;
}
.ryzz ul li img{
	height:396px;
	width: 290px;
	}
.index_pr ul li h2{
	text-align:center;
	background:#f1f1f1;
	line-height:35px;
	height:40px;
	}

.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:890px;
	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 880px 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 880px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #286093;
	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: 98%;
	display:block;
	height: 160px;
	padding: 20px;
	margin:auto;
	box-sizing:border-box;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 48%;
	float: left;
	margin: 10px 1%;
	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: #72bd47;
    width: 300px;
    height: 40px;
    border: 0px;
	margin-left:1%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-right: 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;
	
}
.ryzzlist ul li{
	height:336px;
	}
.ryzzlist ul li img{
	height:306px;
	}
.ryzzlist1 ul li{
	height:196px;
	}
.ryzzlist1 ul li img{
	height:160px;
	}
.ryzzlist ul li h2{
	height:30px;
	line-height:30px;
	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:#004082;
	}	
	
.products_show_l{
	margin-top:20px;
	margin-left:20px;
	width:510px;
	float:left;
	}
.products_show_r{
	float:right;
	width:350px;
	margin-top:20px;
	margin-right:20px;
	}	
.products_show_r h1 {
    font-size: 20px;
    border: none;
    line-height: 28px;
    color: #333;
}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:500px; height:350px}


.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

.spec-preview{width:510px;height:365px;border:1px solid #DFDFDF; padding:4px;}



.spec-scroll{clear:both;margin-top:5px;width:510px;}
.spec-scroll .prev{float:left;margin-right:8px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:20px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:450px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:85px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:70px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}
	
	
	
.mian_shfw strong{
	font-size:20px;
	color:#004082;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	