@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: #e6e6e6;
}
.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{
	width: 100%;
}

.logo{
	width: 1000px;
    height: 100px;
    overflow: hidden;
    margin: 0px auto;
}

.logo img{
	float:left;
	margin-top:5px;
	}
.logo  ul{
	height:100px;
	width:243px;
	margin-top:30px;
	float:right;
	padding-left:70px;
	background: url(tel.jpg) no-repeat left top;
	}
.logo  ul h2{
	font-size: 25px;
	font-weight:normal;
    color: #F00;
	}
.nav_top{
	height:50px;
	background: #B90000;
	}
.nav{
	width: 1000px;
	height:50px;
	margin:auto;
	position: relative;
	
}

.nav ul .nav_li{ 
	width:130px; 
	float:left; 
	text-align:center; 
	height: 50px; 
	}
.nav ul .nav_li .nav_li_a{ 
	color:#fff; 
	font-size:15px; 
	line-height:50px;
	text-align: center;  
	width:130px;
	height:50px;
	display:block;
	position:relative;
    z-index: 999;
	}

.nav ul .sy .nav_li_a{
	background:none;
	}
.submenu{ 
	width:130px;
	overflow:hidden;
	position:absolute; 
	top:50px;
	border-bottom:none;
	display:none; 
	z-index:99;
	background:#b90000;
	}


.submenu  ul li{ 
	width:130px;
	color:#fff;
	height:38px; 
	text-align: left;
	line-height:38px; 
	border-top:1px solid #d90000;	
	}
.submenu  ul li a{
	display:block;
	padding-left:10px;
	font-weight:bold;
	color:#fff;
	}


.nav ul .sy1 .nav_li_a:hover , .nav ul .sy .nav_li_a{ 
	width:130px;
	color: #FFF;
	background:#000;
	}
.submenu  ul li a:hover{
	color: #FFF;
	background:#000;
	line-height:38px;
	}		
	
	
/*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-next:after,.swiper-button-prev:after {
	color:#fff;
	}
.swiper-pagination-bullet {
	width:12px;
	height: 12px;
	border-radius:50%;
	opacity:0.6;
	background:#878787;
	}
.swiper-pagination-bullet-active {
	background:#f00;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 1px;
} 
#swiper1 .swiper-pagination-bullets{
	bottom: 10px;
} 
#swiper2 .swiper-pagination-bullet {
	width:12px;
	height: 12px;
	border-radius:50%;
	opacity:0.6;
	background:#fff;
	}
#swiper2 .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
	}

.bt h2{
	background: #B90000;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 25px;
    color: #FFF;
}	

.index_cpfl{
	width:1000px;
	margin:80px auto 0;
	overflow:hidden;
	}
.index_cpfl ul{
	width:1100px;
	}
.index_cpfl ul li{
	width:222px;
	float:left;
	margin-right:37px;
	}
.index_cpfl ul li img{
	width:220px;
	border:1px solid #ddd;
	}
.index_cpfl ul li h2{
	font-weight: 100;
    padding: 2px 0 0;
    text-align: center;
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    font-size: 16px;
		}
.index_cpfl ul li p{
	line-height: 23px;
    color: #666;
    padding: 0 10px 0 8px;
    text-align: justify;
    height: 75px;
    overflow: hidden;
	}
.index_cpfl ul li span{
	display: block;
    width: 90px;
	margin:auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    color: #d30000;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
	}
.product_index_bj{
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0px;
	margin-top:60px;
	}
.product_index{
	width:1000px;
	margin:auto;
	}	
.product_left{
	width: 220px;
    float: left;
    background: #FFF;
		}
.product_left h2{
	width: 220px;
    height: 100px;
    background: #b90000;
    line-height: 100px;
    color: #FFF;
    text-align: center;
    font-size: 27px;
    font-weight: 100;
	}
.product_left ul{
	width: 220px;
    height: 350px;
    overflow: hidden;
	}
.product_left ul li a{
	width: 220px;
    height: 49px;
    line-height: 49px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    vertical-align: center;
	display:block;
	font-size: 15px;
    padding-left: 55px;
    background: url(point1.png) no-repeat 27px 20px;
	}
.product_left ul li a:hover{
	background: url(point2.png) no-repeat 27px 20px;
	color:#f00;
	font-weight:bold;
	}
.product_left h3{
	width: 220px;
    height: 87px;
    background: url(show-c.jpg) no-repeat;
    line-height: 26px;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
	color: #FFF;
    font-size: 15px;
    font-weight: 400;
		}
.product_left h3 b {
    color: #FFF;
	display:block;
    font-size: 17px;
    font-weight: 600;
}
.product_right{
	width: 750px;
    height: 538px;
    overflow: hidden;
    background: #DDD;
	float:right;
	}
#swiper2 .swiper-wrapper{
	height:538px;
	}
#swiper2 .swiper-slide{
	background:none;
	display: block;
	height:538px;
}
#swiper2 .swiper-slide div{
	height:538px;
	}
#swiper2 .swiper-slide img{
	display: block;
	margin:auto;
	width: 75%;
}
#swiper2 .swiper-slide ul{
	background:#fff;

	padding:19px;
	}
#swiper2 .swiper-slide ul h2 {
    width: 720px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
}
#swiper2 .swiper-button-next, #swiper2 .swiper-button-prev{
	top:40%;
	}
.news{
	width:1000px;
	margin:60px auto 0;
	}
.news_left{
	float: left;
    width: 445px;
	}
.news_bti h2{
    width: 445px;
    padding-bottom: 10px;
    overflow: hidden;
	background:url(news_nt.jpg)  no-repeat bottom ;
    height: 30px;
    line-height: 17px;
    font-size: 18px;
	margin-bottom:15px;
    font-weight: bold;
	}
.news_bti h2  a{
    float: right;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
    background: url(more_ic.gif) no-repeat right 3px;
    text-align: right;
    padding-right: 20px;
		}
.news_left ul b{
	line-height:40px;
	}
.news_right {
    float: right;
    width: 445px;
}
.news_right ul li{
    width: 445px;
    height: 72px;
    padding: 4px 0 8px 0;
	}
.news_right ul li span{
	float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
	display:block;
    font-size: 18px;
    background: #333;
    color: #FFF;
    overflow: hidden;
    font-weight: 200;
	text-align:center;
	}
.news_right ul li p{
	float: right;
    width: 368px;
    line-height: 20px;
	display:block;
	}
.news_right ul li p b{
	display:block;
	}
.about{
	 width: 100%;
    background: #eee;
    padding: 50px 0px;
	margin-top:50px;
	}
.about h2{
	background:url(ab_bt.jpg) no-repeat bottom;
	width:1000px;
	margin:auto;
	height:30px;
	margin-bottom:20px;
	line-height: 17px;
    font-size: 18px;
    font-weight: bold;
	}
.about h2  a{
    float: right;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
    background: url(more_ic.gif) no-repeat right 3px;
    text-align: right;
    padding-right: 20px;
		}
.about ul{
	width:1000px;
	margin:auto;
	}
.about ul img{
	float:left;
	margin-top:5px;
	}
.about ul li{
	line-height:28px;
	width: 650px;
    float: right;
	}
.foot_top{
    width: 100%;
    background: #860000;
    padding: 50px 0 30px 0;
    overflow: hidden;
	}
.foot_top ul{
	width:1000px;
	margin:auto;
	}
.foot_topnav{
	width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
	}
.foot_topnav a {
	width: 100px;
    height: 35px;
    line-height: 35px;
    float: left;
    overflow: hidden;
	color: #FF7979;
	}
.foot_top ul h2{
    height: 20px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 10px;
	 }
.foot_top ul h2 span{
	font-weight:normal;
	}
.foot_topnavcp{
	width: 430px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 80px;
	}
.foot_topnavcp a{
	width: 168px;
    height: 34px;
    line-height: 34px;
	color: #FF7979;
    overflow: hidden;
    border: 1px solid #b60000;
    margin-right: 35px;
    float: left;
    margin-bottom: 5px;
    padding-left: 10px;
	}
.foot_top img{
	float:right;
	}
.foot{
	background:#760000;
	padding:30px 0;
	text-align:center;
	color:#FF7979;
	font-size:12px;
	line-height:26px;
	}
.foot a{
	color:#FF7979;
	font-size:12px;
	line-height:26px;
	}
.xbanner{
	height:250px;
	background:#ddd;
	}
.dqwz{
	width:1000px;
	margin:auto;
	border-bottom:1px solid #ddd;
	height:45px;
	line-height:45px;
	}
.mian{ 
   width: 1000px;
   margin: 0 auto 50px;
  
}

.mian_left{
    width: 220px;
    float: left;
	margin-top:20px;
}
.mian_left_nav ul li{
	position:relative;
	}
.mian_left_nav ul li a{
	text-transform: capitalize;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(l-n-bg.png) no-repeat 20px 17px #111111;
    height: 42px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    padding-left: 35px;
    border-bottom: 1px solid #333;
}
.mian_left_nav ul li a:hover , .mian_left_nav ul li .gl{
	background-color: #000;
	color: #fff;
}
.mian_left_nav ul li dl{
	position:absolute;
	z-index:2;
	left:220px;
	top:0px;
	visibility:hidden;
	width:220px;
	}
.mian_left_nav ul li:hover dl{
	visibility:visible;
	}
.mian_left_nav ul li:hover dl a{
	background:#333;
	border-bottom:1px solid #666;
	}
.mian_left_nav ul li:hover dl a:hover{
	background:#F08800;
	}
.mian_right{
    width: 760px;
    line-height: 28px;
    font-size: 14px;
	float:right;
	margin-top:20px;
}
.mian_right_bt{
 height: 55px;
 line-height: 55px;
 background: #860000;
 color: #fff;
 font-size: 22px;
 padding-left: 20px;
 display:none;
}




.pagination{
	text-align: center;
	padding: 20px 0 20px 0;
}
.page-item{
	display: inline-block;
	padding: 0 5px;
	font-size:12px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 0px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #860000;
}
.page-num-current{
	background: #860000;
	color: #fff;
}
.news_bt h2{
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 25px;
    padding: 15px 0px;
}
.news_bt h4{
	font-weight:normal;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px;
    background: #f3f3f3;
    color: #666;
}

.index_pr{
	width: 760px;
	overflow: hidden;
}


.index_pr ul{
	width: 850px;
}
.index_pr ul li{
	width: 242px;
	float: left;
	text-align: center;
	margin-right: 16px;
	margin-bottom: 15px;
}
.index_pr ul li p{
	display:block;
	line-height: 35px;
	text-align: center;
	background:#ddd;
	}
.index_pr ul li img{
	width: 240px;
	border: 1px solid #ddd;
	height: 196px;
}

.index_pr ul li:hover img{
	border: 1px solid #333;
	}
.index_pr ul li:hover p{
	color:#fff;
	background:#333;
	}

.biaoge{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	
	}
.biaoge tr td{
	padding:5px 2px;
	text-align:center;
	color:#666;
	font-size:13px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.biaoge tr td img{
	display:block;
	margin:auto;
	}
.biaoge tr:hover , .biaoge .gl{
	background:#ededed;
	}
.biaoge {
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
}
.zxlynnn  td{
	line-height:50px;
	height:50px
	}
.zxlynnn .form-control{    
    width: 100%;
    height: 33px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #CCC;
	}
.submit{
	margin: 16px auto;
    display: inline-block;
    padding: 0 18px!important;
    line-height: 22px;
    background: #ff9c00;
    border: 0px;
    height: 24px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
		}
		
.newslist{
	width:760px;
	}		
		
.newslist ul  li a{
	height: 44px;
    overflow: hidden;
    border-bottom: 1px #FFF solid;
    line-height: 28px;
    padding: 8px 0;
	display:block;
	background: url(point1.png) no-repeat 15px 16px  #f3f3f3;
    padding-left: 35px;
	}		
.newslist ul  li a span{
	float:right;
	margin-right:15px;
	}		
.newslist ul li a:hover{
	background: url(point3.png) no-repeat 15px 16px  #333;
	color:#fff;
	}		
.cpxximg{
	width:402px;
	float:left;
	}
.cpxximg .dimg img{
	width:400px;
	border:1px solid #ddd;
	}		
.cpxxtitle{
	width:320px;
	float:right;
	}		
.cpxxtitle h2{
	font-weight: 600;
    display: block;
    font-size: 17px;
    border-bottom: 1px dashed #DDD;
    padding: 7px 0px;
    margin-bottom: 10px;
	}		
.cpxxjsxq h2{
	BACKGROUND: #222;
    HEIGHT: 35px;
	width:110px;
	text-align:center;
	color:#fff;
	line-height:35px;
	margin:25px 0 15px 0;
	}	
.dgimg{
	width:400px;
	height:375px;
	}
.dgimg .swiper-button-next:after, .dgimg .swiper-button-prev:after{
	color:#ddd;
	}