@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:15px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}

span{
	text-wrap:balance !important;
	}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #ff7800;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.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+ */
}
.container{
	width: 1200px;
	margin:auto;
}

/*top*/
.head{
	width:100%;
	background:#fff;
	height:120px;
	}
.fixed{
	height:60px;
	position:fixed;
	top:0px;
	z-index:999;
	}
.fixed .head_top{
	display:none;
	}
.fixed .logo{
	top:3px;
	}
.fixed .logo img{
	width:160px;
	}
.head_top{
	padding:11px 0;
	}
.head_top .right{
	width:200px;
	height:38px;
	background:rgb(238, 238, 238)
	}
.cpss{
    background: none;
    color: #999;
	border:none;
    margin-left: 10px;
    display: block;
    float: left;
	line-height:38px;
	width:150px;
    font-size: 15px;
}
.cpsssubmit{
	width:20px;
	height:20px;
	float:right;
	border:none;
	margin-top:8px;
	background:none;
	margin-right:15px;
	}
.cpsssubmit img{
	width:20px;
	}
.head_top .left{
	width:980px;
	text-align:right;
	line-height:38px;
	}
.head_nav{
	position:relative;
	}	
.logo{
	width:190px;
	float:left;
	position:absolute;
	top:-20px;
	}

.logo img{
	width:185px;
	}

.nav{
	width:728px;
	float:right;
	}
.nav a{
	line-height:60px;
	display:inline-block;
	padding:0 18px;
	font-size:16px;
	}

.nav a:hover , .nav .sy{
	color:#fff;
	background:rgb(13, 77, 122)
}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:40px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#387bcd !important;
	color:#fff;
	}
/*banner*/
.banner{
	position:relative;
	}
.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-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:#0d4d7a;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:10px;
	height: 10px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#0d4d7a;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-75px;
	}
/**/
.bt{
	padding:80px 0 40px 0;
	}
.bt h2{
	font-size:36px;
	color:#333;
	font-weight:normal;
	text-align:center;
	}
.bt span{
	display:block;
	text-align:center;
	line-height:30px;
	}
.bt p{
	text-align:center;
	color:#333;
	line-height:20px;
	}
.more{
	font-size:13px;
	color:rgb(13, 77, 122);
	width:102px;
	height:34px;
	line-height:32px;
	border:1px solid rgb(13, 77, 122);
	display:block;
	margin:auto;
	text-align:center;
	}	
.more:hover{
	background:rgb(13, 77, 122);
	color:#fff;
	}
/**/
.product_w{
	padding-bottom:60px;
	background: #fafafa;
	}
.product{
	width:1200px;
	margin:auto;
	text-align:center;
	overflow:hidden;
	}
.product ul{
	width:1300px;
	}
.product ul li{
	width:292px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0px 10px 20px 0;
	}
.product ul li h2{
	width:292px;
	height:216px;
	overflow:hidden;
	}
.product ul li img{
	width:292px;
	height:216px;
	}
.product ul li p{
	background:#fff;
	line-height:50px;
	text-align:center;
	}
.product ul li:hover img{
	transform:scale(1.08)
	}
.product ul li:hover p{
	color:rgb(13, 77, 122)
	}
/**/
.news{
	overflow:hidden;
	}
.news ul{
	width:1300px;
	}
.news ul li{
	width:230px;
	float:left;
	margin-bottom:20px;
	margin-right:11px;
	background:#fff;
	box-shadow: 4px 3px 3px #999;
	}
.news ul li img{
	width:230px;
	}
.news ul li p{
	padding:20px;
	}
.news ul li b{
	display:block;
	font-size:18px;
	margin-bottom:10px;
	}

.xbanner{
	margin-top:100px;
	}
.about ul{
	height:310px;
	}
.about ul img{
	width:410px;
	float:left;
	}
.about ul li{
	width:750px;
	float:right;
	}
.about ul li p{
	line-height:26px;
	}
.about ul li .more{
	margin:10px 0 0 0;
	}
/**/	
.foot{
	background: #fafafa;
	margin-top:100px;
	padding:40px 0;
	}
.foot .foot_nav {
	margin-bottom:40px;
	}
.foot .foot_nav a{
	display:inline-block;
	font-size:16px;
	padding:0 60px;
	}
.foot li{
	text-align:center;
	font-size:13px;
	}
/**/
/*内页*/
.listabout{
	border:1px solid #2074b0;
	padding: 30px;
	width:1200px;
	border-radius: 5px;
	margin:50px auto 0;
	}
.listabout p{
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
	}
.mian{
	margin:50px auto 0;
	}
.mian_nav{
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	}
.mian_nav img{
	display:inline-block;
	vertical-align:top;
	width:20px;
	margin-right:10px;
	}
.caselist{
	width:1200px;
	overflow:hidden;
	}
.caselist ul{
	width:1300px;
	}
.caselist ul li{
	width: 292px;
    float: left;
	height:216px;
    overflow: hidden;
    position: relative;
    margin: 0px 10px 20px 0;
	}
.caselist ul li .img{
	width:292px;
	height:216px;
	}
.caselist ul li .img img{
	width:292px;
	height:216px;
	}
.caselist ul li .txt{
	width: 292px;
	height:216px;
	background:rgb(0,0,0,0.3);
	position:absolute;
	z-index:9;
	top:0px;
	text-align:center;
	}
.caselist ul li .txt p{
	color:#fff;
	font-size:20px;
	text-align:center;
	padding-top:60px;
	}
.caselist ul li .txt span{
	display:inline-block;
	color:#fff;
	margin-top:10px;
	border:1px solid #fff;
	padding:5px 15px;
	}
.caselist ul li:hover img{
	transform:scale(1.08)
	}
.case_show h2{
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	color:#333;
	padding-bottom:15px;
	}	
.case_show p{
	line-height:28px;
	}
/**/
.mian_left{
	width:925px;
	float:left;
	}
.product_list{
	width:925px;
	overflow:hidden;
	}
.product_list ul{
	width:1000px;
	}
.product_list ul li{
	width:226px;
	float:left;
	margin-bottom:20px;
	margin-right:5px;
	}
.product_list ul li img{
	width:226px;
	height:170px;
	}
.product_list ul li p{
	border-bottom:1px solid #eee;
	text-align:center;
	line-height:45px;
	}

.mian_right{
	width:255px;
	float:right;
	}
.mian_ss{
	border:1px solid #eee;
	height:40px;
	border-radius:3px;
	}
.mian_right_jt{
	margin-top:10px;
	}
.mian_right_jt h2{
	background:#0d4d7a;
	color:#fff;
	line-height:50px;
	border-radius:5px 5px 0 0;
	padding-left:10px;
	}
.mian_right_jt ul{
	border:1px solid #ddd;
	padding:0 15px 15px 15px;
	}	
.mian_right_jt ul li{
	border-bottom:1px solid #ddd;
	line-height:40px;
	}
/**/
.show_product_left{
	width:650px;
	float:left;
	}
.show_product_left img{
	width:100%;
	}
.show_product_rihgt{
	float:right;
	width:500px;
	}	
.show_product_rihgt h2{
	font-size:30px;
	}
.show_product_rihgt ul{
	padding-top:40px;
	}
.show_product_rihgt ul li{
	width:230px;
	border:1px solid #ddd;
	padding:8px;
	}
.show_product_bot{
	width:1200px;
	margin:20px auto 0;
	}
.show_product_bot h2{
	font-size:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	}
.show_product_bot_left{
	width:260px;
	float:left;
	padding:20px;
	background:#f1f4f5;
	}
.show_product_bot_left img{
	width:220px;
	}
.show_product_bot_left p{
	text-align:center;
	line-height:35px;
	}
.show_product_bot_right{
	background:#f1f4f5;
	width:920px;
	padding:20px 30px;
	float:right;
	}
.show_product_bot_right p{
	line-height:28px;
	}
/*新闻内页*/
.newslists{
	width:880px;
	
	}
.newslists ul{
	border-bottom:1px  dashed #ddd;
	margin-top:20px;
	padding-bottom:20px;
	height:130px;
    }
.newslists ul img{
	width:180px;
	height:120px;
	float:left;
	border:3px solid #ddd
	}
.newslists ul li{
	 width:100%;
	 float:right
	}	
.newslists ul li h4{
	font-size:12px;
	font-weight:normal;
	color:#999;
	transition: all 0.6s ease 0s;
	}
.newslists ul li h1{
	 font-size:18px;
	 font-weight:normal;
	 line-height:25px;
	 margin-bottom:5px;
	 transition: all 0.6s ease 0s;
	}
.newslists ul li p{
	 color:#999;
	 line-height:22px;
	 font-size:13px;
	 transition: all 0.6s ease 0s;
	}
.newslists ul li:hover a {
	 color:#FF6000;
	}
.newslists ul li:hover p {
	 color:#FF6000;
	}
.newslists ul li:hover h4 {
	 color:#FF6000;
	}
.newslists ul li:hover h1 {
	 color:#FF6000;
	}
/*新闻详细*/	
.news_show h1{ 
     text-align:center;
	 font-size:20px;
	 color:#444;
	}
.news_show h4{
	 border-top:1px dashed #ccc;
	 border-bottom:1px dashed #ccc;
	 font-weight:normal;
	 text-align:center;
	 color:#ccc;
	 margin:20px 0;
	}
.news_show .neirq{
	line-height:26px;
	font-size:14px;
	
	}

/**/
.pagination{
	text-align: center;
	padding-top: 10px;
}
.page-item{
	display: inline-block;
	padding: 5px 10px;
	background: #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	display: inline-block;
	background: #f08326;
	padding: 0px 10px;
}
.page-num-current{
	background: #f08326;
	color: #fff;
}