@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 ;
	}
body{
	overflow-x: hidden;
	background: #f5f5f5;
}

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*/

.zxgg{
	width: 100%;
	height: 36px;
	background: #ebebeb;
}
.zxgg ul{
	width: 1200px;
	margin: auto;
	line-height: 36px;
	color: #999;
}
.zxgg ul span{
	float: right;
	color: #999;
}
.zxgg ul span a{
	color: #999;
}
.head{
	width: 100%;
	background:#fff;
}
.logo{
	width:1200px;
	padding:25px 0;
	margin:auto;
	height:70px;
	}
.logo .left{
	width:630px;
	}
.logo .right{
	width:350px;
	float:right;
	height:50px;
	margin-top:8px;
	}
.logo .right img{
	display: inline-block;
	margin-top:8px;
	vertical-align: middle;
	}
.logo .right  p{
	float:right;
	width:295px;
	}
.logo .right  p span{
	display: inline-block;
	font-size:26px;
	font-family: ywzt;
	color:#da661b;
	}
.head_nav{
	width:100%;
	height:62px;
	background:#015ec6;
	}
	
.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:#da661b 
}
.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(218,102,27,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8da661b,endColorstr=#C8da661b);
	
	}
.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%;
    }

.swiper-slide {
	text-align: center;
	/* 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:#f96507;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:38px;
	height: 6px;
	opacity:1;
	background:#222;
	border-radius:0px;
	margin:0 2px;
	}
.swiper-pagination-bullet-active {
	background:#f96507;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-63px;
	}
/**/

.bt{
	width: 1200px;
	margin: 0 auto 20px;
}
.bt h2{
	font-size: 33px;
	text-align: center;
	font-weight: normal;
	color: #333;
}
.bt p{
	text-align: center;
	line-height: 35px;
	text-transform:uppercase;
	font-size:16px;
	font-family:"Times New Roman", Times, serif
}
.about{
	width: 1200px;
	margin:80px auto;
}
.about ul video{
	float: left;
	width:580px;
	margin-top:12px;
}
.about ul li{
	width: 580px;
	float: right;
}
.about ul li h2{
	font-size: 26px;
	color: #555;
	line-height: 50px;
	font-weight: normal;
}
.about ul li p{
	margin: 6px auto;
	line-height: 30px;
}
.about ul li  a{
	display: block;
	width: 150px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	background: #da661b;
}
.product_indexw{
	width: 100%;
	padding: 50px 0 80px 0;
	background: url(pro_bj.jpg) no-repeat center;
}
.product_index{
	width: 1200px;
	margin: auto;
	position: relative;
}
.product_index .swiper-slide{
	background:#fff;
	}
.product_index .swiper-slide p{
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 15px 0 15px 0px;
	width:80%;
	margin:auto;
	color: #333;
	height: 25px;
	}	
.product_index .swiper-slide img{
	width:100%;
	}
.product_index .swiper-button-next{
	right:-60px;
	margin-top:-5px;
	background:none;
	}
.product_index .swiper-button-prev{
	left:-60px;
	background:none;
	margin-top:-5px;
	}
.product_index .swiper-button-next:after ,
.product_index .swiper-button-prev:after{
	color:#f96507;
	font-size:40px;
	}
.swiper-pagination1{
	text-align:center;
	}


.more{
	display: block;
	margin: 20px auto;
	width: 180px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background: #005ec5;
}
.more:hover{
	background: #044a96;
	color: #fff;
}
.fwys{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto 80px;
}
.fwys ul{
	width: 1300px;
}
.fwys ul li{
	width: 378px;
	float: left;
	margin-right: 33px;
}
.fwys ul li p{
	text-align: center;
	color: #fff;
	padding: 30px 35px;
}
.fwys ul li p b{
	font-size: 22px;
	font-weight: normal;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.fwys1{
	background: #43b4e4;
}
.fwys2{
	background: #0283ce;
}
.fwys3{
	background: #005ec5;
}
.xbanner{
	width: 100%;
	
}

.news{
	width: 1200px;
	margin: 50px auto 0;
	overflow: hidden;
}
.news img{
	float: right;
}
.news ul{
	width: 700px;
	float: left;
	border-top: 1px dashed #ddd;
}
.news ul li{
	width: 700px;
	height: 83px;
	padding: 17px 0;
	border-bottom: 1px dashed #ddd;
}
.news ul li .time{
	display: block;
	width: 82px;
	height: 82px;
	background: #005ec5;
	float: left;
	color: #fff;
	text-align: center;
}
.news ul li .time b{
	font-size: 34px;
	font-weight: normal;
	display: block;
	padding-top: 8px;
}
.news ul li .nr{
	display: block;
	width: 600px;
	float: right;
	color: #888;
	line-height:22px;
}
.news ul li .nr b{
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #333;
	margin: 4px 0 10px 0;
}

.foot{
	width: 100%;
	height: 300px;
	margin-top: 100px;
	background: #2a2a2a;
}
.foot ul{
	width: 1200px;
	margin: auto;
	padding-top: 70px;
}
.contact{
	width: 360px;
	float: left;
	color: #aaaaaa;
	line-height: 35px;
	font-size: 14px;
	padding-right:30px;
}
.contact b{
	font-size: 25px;
	color: #fff;
	line-height: 40px;
}
.foot_nav{
	width: 200px;
	float: left;
	padding: 0 160px;
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
}
.foot_nav a{
	display: block;
	width: 100px;
	line-height: 40px;
	float: left;
	text-align: center;
}
.ewm{
	width: 128px;
	text-align: center;
	float: left;
	color: #aaaaaa;
	font-size: 14px;
	float: right;
	line-height: 45px;
}


.bqsy{
	text-align: center;
	color: #676767;
	line-height: 50px;
	background: #1f1f1f;
}
.bqsy a{
	color: #676767;
}
.banner_n {
    width: 100%;
    height: 457px;
    background: url(xbanner.jpg) no-repeat center fixed;
}
.banner_n ul{
	 width: 100%;
    height: 457px;
}

.nav_n{
	height: 68px;
	width: 100%;
	min-width:1200px;
	background: #FFF;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.nav_n ul{
	width: 1200px;
	margin: auto;
}
.nav_n ul .left{
	width: 265px;
	margin-top: 20px;
}
.nav_n ul .left .home_n{
	width: 18px;
	height: 15px;
	display: block;
	background: url(home_n.jpg);
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.nav_n ul .left img{
	float: left;
	margin-top: 12px;
}
.nav_n ul .left h2{
	padding: 0 10px;
	float: left;
	color: #888;
	font-size: 20px;
}
.nav_n ul .right{
	width: 935px;
	text-align: right;
	line-height: 68px;
	
}
.nav_n ul .right a{
	line-height: 66px;
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	transition: all 0.4s;
	background: url(nav_n_bj.jpg) no-repeat -150px 64px;
	
}
.nav_n ul .right a:hover , .nav_n ul .right .gl{
    background-position: 0 64px;
	color: #005ec5;
}

.out {
  
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.news_show{
	width: 1100px;
	padding: 40px 50px 50px 50px;
	background: #fff;
	margin: 50px auto  0;
}
.pagexx {
    line-height: 30px;
}
.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;
}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.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: #005ec5;
}
.page-num-current{
	background: #005ec5;
	color: #fff;
}
.product {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.product ul{
	width: 1300px;

}
.product ul li {
	display: block;
	width: 280px;
	height: 275px;
	border: 1px  solid #e7e7e7;
	background: #fff;
	float: left;
	margin-top: 15px;
	margin-right: 24px;
	transition: all 0.6s ease;
}
.product ul li .img , .product ul li img{
	width: 280px;
	height: 220px;
	overflow: hidden;
	display: block;
	transition: all 0.3s ease;
}

.product ul li .title{
	text-align: center;
    background: url(cphover.jpg) no-repeat  0px -56px;
	line-height: 53px;
	font-size: 15px;
	height: 55px;
	display: block;
	transition: all 0.3s ease; 
	
}


.product ul li:hover .title{
	background-position: 0 0;
	color: #fff;
}
.product ul li:hover img{
	transform:scale(1.15);
}
.show_product img{
	display: block;
	margin: auto;
}
.show_product h2{
	font-size: 30px;
	text-align: center;
	color: #333;
	line-height: 65px;
}
.xxsm {
    border-bottom: 3px solid #ddd;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.xxsm ul {
    background: #005ec5;
    color: #fff;
    width: 130px;
    text-align: center;
}
.xxnr{
	line-height:22px;
	color:#666;
	}
.page1{
	padding-top: 30px;
}
.page1 p{
	color: #6c757d;
	line-height: 25px;
}
.page1 p a{
	color: #6c757d;
}
.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding-top: 20px;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 275px;
	float: left;
	height: 232px;
	margin: 20px 20px 0 0;
	overflow: hidden;	
	background: #fff;
	padding: 5px;
	position: relative;
	box-shadow: 3px 3px 3px #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 190px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 45px;
}
.newslist{

	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 280px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 280px;
	height: 180px;
}

.newslist li .nr{
	width: 870px;
	float: right;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 40px;
}
.nr{
	line-height: 28px;
}

.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:1200px;
	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 1040px 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 1040px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #a10119;
	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;
}
.map_lx{
	width:1200px;
	margin:50px auto 0;
	border: 1px  solid #DDD
}
.khts{
	width: 1200px;
	margin: 50px auto ;
	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: 1158px;
	height: 160px;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 360px;
	float: left;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-right: 30px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 200px;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.khts button{
	background: #ddd;
    width: 300px;
    height: 50px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #666;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
.biaoge{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.biaoge tr td{
	padding:5px 5px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.biaoge {
    word-break: break-all;
}
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:870px;
	float:right;
	background:#fff;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(pr_nav.png) no-repeat 220px 25px #015ec6;

	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	background:#fff;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	line-height:52px;
	font-size:16px;
	padding:0 25px;
	height:52px;
	background:url(xjt.png) no-repeat 230px 18px;
	}	
.product_nav  ul li a:hover{
	background:url(xjt.png) no-repeat 230px 18px #015ec6;
	color:#fff;
	}
.product_nav  ul li .sy{
	background:url(xjt.png) no-repeat 230px 18px #015ec6;
	color:#fff;
	}
.product_nav  ul li dt{
	border-left:1px solid #ddd;
	width:216px;
	height:30px;
	margin:auto;
	}
.product_nav  ul li dt .navl2{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 10px;
	}
.product_nav  ul li dl{
	padding-bottom:15px;
	}
.n_nav h2 {
    font-size: 20px;
    color: #015ec6;
    text-align: center;
}
.n_nav img {
    margin: 20px 0;
}
.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #f1f1f1;
	}
.productlist ul li span{
	width:278px;
	height:185px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:278px;
	height:185px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}