@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: #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%;
	 background: #fff;
	 
}

.logo{
	width: 1200px;
	margin:30px auto;
}

.nav{
	width: 100%;
	height: 40px;
	position: relative;
	background: #046068;
	
}

.nav ul{ 
	width:1200px;
	margin: auto; 
	 }
.nav ul .nav_li{ 
	width:150px; 
	float:left;
	text-align:center; 
	height: 40px; 
	
	}
.nav ul .nav_li .nav_li_a{ 
	color:#FFF; 
	font-size:15px; 
	line-height:40px;
	text-align: center;  
	width:150px; 
	height:40px;
	display:block;
	position:relative;
    z-index: 999;
	}


.nav ul .sy .nav_li_a{
	background:none;
	}
.submenu{ 
	width:150px;  
	position:absolute; 
	top:40px;
	background: #1a53b3; 
	display:none; 
	z-index:99; 
	border-top:1px solid #174da9;
	}

.submenu .dhyb{
	float:right; 
	width:150px; 
	
	}

.submenu .dhzb{ 
	width:150px; 
	overflow:hidden;
  }
.submenu .dhzb dd{ 
	width:150px; 
}
.submenu .dhzb dd ul{ 
	width:150px; 
	background:none;
	margin:0px;
	border: none;
	 }
.submenu .dhzb dd ul li{ 
	width:150px; 
	height:40px; 
	text-align: center;
	line-height:40px; 
	border-bottom:1px solid #174da9;
	
	}
.submenu .dhzb dd ul li a{ 
	color:#FFF; 
	font-size:13px; 
	line-height:30px; 
	}
.submenu .dhzb dd ul li a:hover{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height:40px; 
	background: #c42409
	}
.submenu .dhzb dd ul li a span{
	font-family: "宋体";
}


.nav ul .sy .nav_li_a{ 
	background: #003f44;
	width:150px;
	color: #fff;
	}

/*banner*/


#focusBar{
	width:100%;
	height:565px;
	clear:both;
	z-index: 2;
	position: relative;
	overflow:hidden;
	}
#focusBar li{
	width:100%;
	clear:both;
	height:565px;
	display:none;
	position:absolute;
	background-position:  center !important;
	/* position:relative;*/
	}
#focusBar .focusL{
	height:565px;
	position:absolute;
	z-index:9;
	width: 1200px;
	 top:0px;
	 left:-600px;
	 margin-left:50%;
	 }
#focusBar .focusR{
	height:565px;
	position:absolute;
	z-index:19;
	width: 1000px;
	top:0px;
	left:-500px;
	margin-left:50%;
	}

a.arrL,a.arrR{
	display:block;
	width:52px;
	height:144px;
	position:absolute;
	top:180px;
	z-index:99;
	cursor:pointer;
	background:url(bt_arr.png) no-repeat;
	}
a.arrL{
	left:-52px;
	background-position:0px 0px;
	}
a.arrR{
	right:-52px;
	background-position:-68px 0px;
	}
a.arrL:hover{
	background-position:0px -144px;
	}
a.arrR:hover{
	background-position:-68px -144px;
	}
.bt{
	width: 1200px;
	margin: 50px auto 20px;
	text-align:center
}
.bt h2{
	font-size: 35px;
	text-align: center;
	color: #046068;
}
.bt span{
	display: block;
	width: 60px;
	height: 6px;
	margin: 15px auto;
	background: #046068;
}
.bt a{
	display:inline-block;
	line-height:45px;
	padding:0 20px;
	background:#d5d5d5;
	color:#046068
	}
.bt a:hover{
    background:#046068;
	color:#fff
	}
.bt .gl{
	 background:#046068;
	color:#fff
	}
.product_index{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.product_index ul{
	width: 1300px;
}
.product_indexfl a{
	width: 230px;
	height: 48px;
	float: left;
	background: #d5d5d5;
	text-align: center;
	display: block;
	line-height: 48px;
	color: #046068;
	margin-right: 12.5px;
	margin-bottom: 12.5px;
}
.product_indexfl a:hover{
	background: #046068;
	color: #fff;
}
.product_indexcp li{
	width: 290px;
	float: left;
	height: 285px;
	background: #046068;
	margin-bottom: 13px;
	margin-right: 13px;
	text-align: center;
	
}
.product_indexcp li a{
	color: #fff;
	line-height: 45px;
}
.about{
	width: 100%;
	background: url(about_bj.jpg);
	margin:80px auto;
	height: 300px;
	padding: 1px 0 30px 0;
}
.about .bt h2{
	color: #fff;
}
.about .bt span{
	background: #fff;
}
.about ul{
	width: 1200px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.about ul a{
	color: #fff;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	margin: 10px auto 0;
	line-height: 40px;
	border: 1px solid #fff;
}
.fwys{
	width: 1200px;
	margin: auto;
}
.fwys ul{
	width: 600px;
}
.fwys ul li{
	height: 200px;
}
.fwys ul li h2{
	width: 82px;
	float: left;
	text-align: center;
	font-size: 35px;
	color: #fff;
	height: 192px;
	padding-top: 8px;
	background: url(bt_bj.jpg) no-repeat ;
}
.fwys ul li p{
	display: block;
	width: 500px;
	float: right;
	line-height: 30px;
}
.fwys ul li p b{
	font-size: 30px;
	line-height: 50px;
	color: #046068;
	display: block;
	margin-bottom: 10px;
}
.zyjs_w{
	width: 100%;
	margin-top: 50px;
	padding: 30px 0 100px 0;
	background: #f6f6f6;
}
.zyjs{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.zyjs_w .bt b{
	font-weight: normal;
	color: #333;
}
.zyjs_w .bt p{
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 35px;
}
.zyjs ul{
	width: 1300px;
}
.zyjs ul li{
	width: 288px;
	height: 288px;
	margin-right: 13px;
	border-radius: 144px;
	float: left;
	transition: all 0.3s ease;
	border: 1px solid #a3a3a3;
}

.ico1{
	background: url(td1.png);
}
.ico2{
	background: url(td2.png);
}
.ico3{
	background: url(td3.png);
}
.ico4{
	background: url(td4.png);
}
.zyjs ul li span{
	display: block;
	width: 80px;
	height: 80px;
	margin: 40px auto 0px;
	transition: all 0.3s ease;
	background-position: 0px 0;
}
.zyjs ul li h2{
	font-size: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.zyjs ul li h4{
	width: 50px;
	height: 5px;
	background: #046068;
	margin: 15px auto;
}
.zyjs ul li p{
	text-align: center;
}
.zyjs ul li:hover{
	
	background: #046068;
	border: 1px solid #046068;
}
.zyjs ul li:hover h2 , .zyjs ul li:hover p{
	color: #fff;
}
.zyjs ul li:hover h4{
	background: #fff;
}
.zyjs ul li:hover span{
	background-position: 0px 80px;
}
.news{
	width: 1200px;
	margin: 50px auto 0;
	overflow: hidden;
}
.news ul{
	width: 572px;
	margin-top: 50px;
}
.news ul .more{
	display: block;
	width: 185px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	background: #046068;
}
.news ul li{
	margin-top: 25px;
	height: 100px;
}
.news ul li b{
	color: #333;
	font-size: 15px;
	line-height: 30px;
}
.news ul li span{
	display: block;
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: #fff;
	float: right;
	text-align: center;
	margin: 15px 0;
	background: #046068;
}
.foot{
	width: 100%;
	height: 300px;
	margin-top: 100px;
	background: #046068;
}
.foot ul{
	width: 1200px;
	margin: auto;
	padding-top: 70px;
}
.contact{
	width: 400px;
	float: left;
	color: #FFF;
	line-height: 30px;
	font-size: 14px;
}
.contact b{
	font-size: 25px;
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
.foot_nav{
	width: 600px;
	float: right;
	margin-top: 40px;
	
}
.foot_nav a{
	display: block;
	width: 150px;
	line-height: 40px;
	float: left;
	text-align: right;
	color: #fff;
}


.bqsy{
	text-align: center;
	color: #ccc;
	line-height: 50px;
	background: #035158;
}
.bqsy a{
	color: #ccc;
}
.banner_n {
    width: 100%;
    height: 450px;
    background: url(banner.jpg) no-repeat center;
}
.banner_n ul{
	 width: 100%;
    height: 450px;
}

.nav_n{
	height: 68px;
	width: 100%;
	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: #c42409;
}

.out {
  
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.news_show{
	width: 1200px;
	margin: 30px 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: #046068;
}
.page-num-current{
	background: #046068;
	color: #fff;
}
.product {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.product ul{
	width: 1300px;

}
.product ul li {
	display: block;
	width: 288px;
	height: 285px;
	border: 1px  solid #e7e7e7;
	background: #fff;
	background:#046068;
	float: left;
	margin-top: 13px;
	margin-right: 13px;
	transition: all 0.6s ease;
}
.product ul li .img , .product ul li img{
	width: 288px;
	height: 240px;
	overflow: hidden;
	display: block;
	transition: all 0.3s ease;
}

.product ul li .title{
	text-align: center;
    
	line-height: 45px;
	font-size: 15px;
	height: 45px;
	color:#fff;
	display: block;
	
}



.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: #046068;
    color: #fff;
    width: 130px;
    text-align: center;
}
.xxnr{
	line-height:22px;
	color:#666;
	}
.xxnr img{
	display:block;
	margin:auto;
	}
.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: 288px;
	float: left;
	height: 290px;
	margin:13px 13px 0 0;
	border:1px solid #ddd;
	overflow: hidden;
	background:#046068;
	
	position: relative;
}
.ryzzlist ul li img{
	width: 288px;
	height: 238px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 45px;
	color:#fff;
	font-weight:normal	
}
.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%;
	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 1140px 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 1140px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #046068;
	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: 100%;
	height: 600px;
}
.khts{
	width: 1200px;
	margin: 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: #a10119;
	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;
}
.xxnr img{
	max-width:1200px
	}