@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: #fff;
}

A:hover{
	color: #1e50ae;
}

.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_bj{
	width:100%;
	background:#eeeeee;
	}
.head{
	width: 1200px;
	margin:auto;
	height:140px;
}

.logo{
	float:left;
	width:180px;
	margin-top:15px;
	}

.nav{
	width:880px;
	height:50px;
	float:right;
}
.nav ul{
	width:920px;
	margin:60px auto 0;
	}
.nav ul li{ 
	text-align:center; 
	height: 50px;
	display:inline-block;
	position: relative;
	}
.nav ul li a{
	display: block;
	padding:0 11px;
	line-height: 50px;
	color: #333333;
	font-size:15px;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#0860b7;
}
.nav .submenu{ 
	width:120%;
	position:absolute; 
	top:50px;
	display:none; 
	z-index:999;
	border-top:1px solid rgba(20,64,148,0.8);
	background-image:none;
	background-color: rgba(20,64,148,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8144094,endColorstr=#C8144094);
	
	}
.nav1 .submenu , .nav2 .submenu{ 
	width:180px;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:left;
	width:100%;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
	color:#fff;
	border-top:1px solid rgba(20,64,148,0.8);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#1e50ae  !important;
	color:#fff;
	}
/*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-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:#1e50ae;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#1e50ae;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-45px;
	}
	
/*标题*/
.bt{
	padding:60px 0 30px 0;
	color:#0860b7;
	font-size:25px;
	
}

/**/

.product_index{
	width:1200px;
	margin:auto;
	overflow:hidden;
	padding-bottom:80px;
	}
.botx{
	border-bottom:1px  dotted #ccc;
	}
.product_index ul{
	width:1300px;
	}
.product_index ul li{
	width:292px;
	float:left;
	margin-right:10px;
	}
.product_index ul li img{
	border:1px solid #ddd;
	}
.product_index ul li .ejfl{
	display:block;
	line-height:30px;
	background:url(jt.png) no-repeat center left;
	padding-left:15px;
	}
.product_index ul li .yjfl{
	line-height:60px;
	font-size:20px;
	color:#333333;
	font-weight:bold;
	}
.product_index ul li .yjfl:hover{
	color:#fbcf00;
	}
.product_index ul li .pmore{
	width:110px;
	height:28px;
	text-align:center;
	color:#fff;
	background:#0860b7;
	display:block;
	line-height:28px;
	margin-top:40px;
	}
.product_index ul li .pmore:hover{
	background:#fbcf00;
	}
/**/
.gszz{
	width:100%;
	background:#eeeeee;
	padding-bottom:90px;
	}
.gszz .bt{
	width:1200px;
	margin:auto;
		}
#swiper2{
	width:1200px;
	margin:auto;
	}
#swiper2 .swiper-slide{
	background:none;
	}
#swiper2 .swiper-slide p{
	background:#fff;
	height:90px;
	line-height:90px;
	padding:0 15px;
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	border-bottom:2px solid #0860b7;
	}
#swiper2 .swiper-slide p b{
	font-weight:normal;
	font-size:22px;
	}
#swiper2 .swiper-slide p img{
	float:right;
	margin-top:40px;
	}
#swiper2 .swiper-slide span{
	display:block;
	line-height:28px;
	margin-top:20px;
	color:#333;
	}
#swiper2 .swiper-button-next, #swiper2  .swiper-button-prev{
	margin-top:-80px;
	}
/**/
.news{
	width:1200px;
	margin:auto;
	}
.news ul{
	width:570px;
	}
.news ul li{
	height:140px;
	overflow:hidden;
	padding:10px 0 30px;
	}
.news ul li img{
	float:left;
	height:100px;
	width:140px;
	}
.news ul li h2{
	width:400px;
	float:right;
	}
.news ul li h2 b{
	font-size:16px;
	color:#333;
	}
.news ul li h2 p{
	font-weight:normal;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	}
.news ul li h2  span{
	display:block;
	margin-top:5px;
	color:#999;
	font-weight:normal;
	}

/**/
.foot{
	background:#0860b7;
	margin-top:80px;
	}
.foot ul{
	width:1200px;
	padding:40px 0;
	margin:auto;
	}
.foot ul .contact{
	width:280px;
	float:left;
	}
.foot ul .contact p{
	line-height:30px;
	color:#fff;
	}
.foot ul .foot_nav{
	width:860px;
	float:right;
	}
.foot ul .foot_nav p{
	display:block;
	width:65px;
	float:left;
	margin-left:50px;
	}
.foot ul .foot_nav p a{
	color:#fff;
	display:block;
	line-height:30px;
	}
.foot ul .foot_nav .nav1 , .foot ul .foot_nav .nav2{
	width:150px;
	}
.foot ul .foot_nav p a b{
	display:block;
	border-bottom:1px solid #fff;
	font-size:15px;
	padding:0 0 12px 0;
	margin-bottom:12px; 
	}
.bqsy{
	border-top:1px solid #fff;
	background:#0860b7;
	height:55px;
	}
.bqsy ul{
	width:1200px;
	line-height:55px;
	margin:auto;
	color:#fff;
	}	
.bqsy ul a{
	color:#fff;
	}	
.bqsy ul span{
	float:right;
	}	
/**/	
.xbanner{
	background:url(banner.jpg);
}
.xbanner ul{
	padding: 130px 0;
	}
.xbanner h2{
	text-align: center;
	font-size: 36px;
	color: #fff;
	text-transform:uppercase;
}
.xbanner h4{
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	font-weight: normal;
}
.fwxm_top{
	text-align: center;
}
.fwxm_top a{
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom:5px;
}
.fwxm_top a:hover , .fwxm_top .gl{
	background: #0860b7;
	color: #fff;
	border: 1px solid #0860b7;
}
/**/
.mian{
	width: 1200px;
	margin: 60px auto 100px;
}
/**/
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #0860b7;
}
.page-num-current{
	background: #0860b7;
	color: #fff;
}
/**/
.newslist{

	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 205px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 240px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 240px;
}

.newslist li .nr{
	width: 920px;
	float: right;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 35px;
}
.news_show{
	width: 1200px;
	margin: 30px auto  0;
}
.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;
}

.nr{
	line-height: 28px;
}
/**/


.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: 30px auto 0;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 285px;
	float: left;
	height: 424px;
	margin:0 20px 20px 0 ;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 374px;
}
.case ul li{
	width: 285px;
	float: left;
	height: 257px;
	margin:0 20px 20px 0 ;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.case ul li img{
	width: 275px;
	height: 210px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 40px;
}
/**/
.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: 1200px;
	height: 160px;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 360px;
	float: left;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	padding: 16px;
	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 .firstRow {
    background: #ededed;
}

.biaoge tr td{
	padding:10px 20px;
	color:#666;
	font-size:13px;
	line-height:18px;
	min-width:70px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.biaoge .firstRow td{
	font-size:18px;
	font-weight:bold;
	padding:20px 20px;
	} 
.biaoge tr td img{
	display:block;
	margin:auto;
	}

.biaoge {
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
}


#tabcontent table{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	
	}
#tabcontent  table .firstRow {
    background: #ededed;
}

#tabcontent  table tr td{
	padding:10px 20px;
	color:#666;
	font-size:13px;
	line-height:18px;
	min-width:70px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
#tabcontent  table .firstRow td{
	font-size:18px;
	font-weight:bold;
	padding:20px 20px;
	} 
#tabcontent  table tr td img{
	display:block;
	margin:auto;
	}

#tabcontent table {
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
}
/**/
.show_product img{
	display: block;
	margin: auto;
	border:2px solid #ddd;
}
.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: #0860b7;
    color: #fff;
    width: 220px;
    text-align: center;
}
/**/
.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 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: #0860b7;
	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;
}

.imgnei img{
	margin:auto;
	max-width:1200px;
	}
.prxj_cont{
	line-height:28px;
	margin-bottom:20px;
	padding-bottom:20px;
	}
.prxj_cont h2{
	font-size:24px;
	color:#000;
	padding-bottom:15px;
	}
.prxj_cont img{
	width:300px;
	float:right;
	display:block;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
	}
.biaotou{
	background:#0860b7;
	}	
.biaoge  .biaotou td{
	color:#fff;
	}	
.biaoge img{
	width:180px;
	}	
.fhcpjs{
	border:1px solid #ddd;
	width:180px;
	height:42px;
	display:block;
	line-height:40px;
	margin:20px auto 0;
	background:url(fh.png) no-repeat 10px 10px;
	padding-left:40px;
	transition:all 0.6s ease;
	}	
.fhcpjs:hover{
	background-color:#f7d400;
	color:#fff;
	border:1px solid #f7d400;
	}	
	
.product_show_l{
	width:680px;
	float:left;
	border:1px solid #ddd;
	}
.product_show_r{
	width:480px;
	float:right;
	}
.product_show_r h2{
	font-size:24px;
	margin-bottom:10px;
	color:#000;
	}
.product_show_r h3{
	font-size:18px;
	padding:20px 0 10px 0;
    color: #0860b7;
	}
.product_show_r p{
	line-height:24px;
	}
.tabmenu {
	width:100%;
	margin-top:30px;
	height:80px;
	background: #dcdddd;
	}
.tabmenu li { 
    text-align:center; 
	float:left; 
	display:block; 
	width:50%; height:80px; 
	overflow:hidden;
	
	line-height:80px; 
	display:inline; 
	font-size:20px;
	
	}
.tabmenu .cli {
	background-color: #0860b7; 
	 cursor:pointer; 
	 color:#fff;
	 }

#tabcontent {
	width:100%;
}
#tabcontent dl {width:100%; line-height:28px;}
#tabcontent dl dd{
	text-align:center;
	font-size:24px;
	padding:30px 0;
	}
#tabcontent .hidden {
	display:none;
	}
.prdlist3{
	width:1200px;
	overflow:hidden;
	}
.prdlist3 ul{
	width:1300px;
	}
.prdlist3 ul li{
	width:380px;
	float:left;
	margin:0 30px 30px 0;
	border-bottom:1px solid #ddd;
	}	
.prdlist3 ul li img{
	width:380px;
	height:350px;
	}	
.prdlist3 ul li h2{
	font-size:18px;
	color:#0860b7;
	padding:20px 0;
	}
.prdlist3 ul li p{
	padding-bottom:40px;
	line-height:24px;
	}	
	
.prdlist1{
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
	margin-top:50px;
	}	
.prdlist1 h2{
	text-align:center;
	font-size: 24px;
	font-weight:normal;
	margin-bottom:20px;
	}	
.prdlist1 h3{
	font-weight:normal;
	margin-bottom:20px;
	line-height:28px;
	}
.prdlist1 img{
	width:500px;
	float:left;
	}
.prdlist1 li{
	width:650px;
	float:right;
	}
.prdlist1 li h4{
	font-size:15px;
	margin-bottom:20px;
	}
.prdlist1 li  a{
	display:block;
	line-height:45px;
	padding-left:10px;
	}
.prdlist1 li  a:hover{
	background:#f5f5f5;
	color:#000;
	}



