@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: #11499A;
}

.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('fzGBK.ttf') 
}
/*top*/

.head{
	 
	 width: 100%;
	height: 168px;
	position: absolute;
	top: 0px;
	z-index: 999;
	border-bottom: 2px solid #fff;
}
.head_nav{
	width: 1200px;
	 margin: auto;
}
.logo{
	width: 275px;
	float: left;
	margin-top: 15px;
	position:relative;
}
.logo .enqh{
	color:#fff;
	position:absolute;
	height:20px;
	bottom:5px;
	right:0px;
	font-size:20px;
	display:block;
	}


.nav{
	width: 670px;
	float: left;
	margin-top: 50px;
	margin-left: 60px;
	position: relative;
	
}

.nav ul .nav_li{ 
	width:110px; 
	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:110px; 
	height:40px;
	display:block;
	position:relative;
    z-index: 999;
	}
.nav ul .nav_li .nav_li_a span{
	font-size: 12px;
}
.nav ul .sy .nav_li_a{
	background:none;
	}
.submenu{ 
	width:140px;
	padding-bottom: 2px;  
	position:absolute; 
	top:40px;
	display:none; 
	z-index:99; 
	}



.submenu ul{ 
	width:140px; 
	background:none;
	margin:0px;
	border: none;
	 }
.submenu ul li{ 
	width:110px; 
	background-color: rgba(51,153,153,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8339999,endColorstr=#C8339999);
	height:30px; 
	text-align: center;
	line-height:30px; 
	margin-top: 1px;	
	}
.submenu  ul li a{ 
	color:#FFF; 
	font-size:12px; 
	line-height:30px; 
	}
.submenu  ul li a:hover{
	display: block;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height:30px; 
	background: #339999;
	}

.nav ul .sy .nav_li_a{ 
	background: #399;
	width:110px;
	color: #fff;
	}
.head_right{
	width: 170px;
	float: right;
	color: #fff;
	font-size: 18px;
	text-align: right;
	margin-top:15px;
}
.head_right a{
	display: block;
	text-align: right;
	color: #fff;
	line-height: 28px;
	font-size: 18px;
}
.head_right img{
	display: inline-block;
}

/*banner*/
.swiper-container {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
.swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	height: 980px;
	width: 100%;
	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:16px;
	height: 16px;
	border-radius:50%;
	opacity:0.6;
	background:#000;
	}
.swiper-pagination-bullet-active {
	background:#ce6f09;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:10px;
	}
.bt{
	width: 1200px;
	margin: auto;
}
.bt h2{
	font-size: 30px;
	color: #11499a;
	text-align: center;
}
.bt span{
	display: block;
	width: 45px;
	height: 6px;
	background: #11499A;
	margin: 20px auto;
}
.bt  p{
	color: #11499A;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}
.bt h4{
	text-align: center;
}
.bt h4 a{
	display: inline-block;
	line-height: 36px;
	padding: 0 20px;
	font-weight: normal;
	background: #11499A;
	color: #fff;
}
.bt h4 a:hover , .bt h4 .gl{
	background:#399;
	}
.about{
	width: 1200px;
	border: 1px solid #ddd;
	border-bottom: 8px solid #11499a;
	background: #fff;
	z-index: 999;
	margin: auto;
	box-shadow: 0px 5px 5px #ccc;
	position: relative;
	margin-top: -100px;
	padding-bottom: 50px;
}
.about h2{
	text-align: center;
	color: #11499a;
	font-size: 25px;
	line-height: 120px;
	font-weight: normal;
}
.about ul li{
	width: 399px;
	float: left;
	height: 335px;
	background: url(about_fg.jpg) no-repeat right;
	padding: 0 50px;
}
.about ul li img{
	margin: 20px auto;
}
.about ul li p{
	line-height: 25px;
}
.about ul li a{
	color: #11499a;
	display: block;
	margin-top: 20px;
}
.index_mz{
	width: 100%;
	background:#ebedec;
	margin-top: 60px;
	padding-bottom:120px;
}
.index_mz ul{
	width: 1200px;
	margin: auto;
	padding-top:100px;
}
.index_mz ul .mz_top{
	width: 540px;
	float: right;
	padding-left: 17px;
}
.index_mz ul  h2{
	background: url(mz_bt.png) no-repeat top center;
	width: 457px;
	height: 83px;
	color: #fff;
	text-align: center;
	margin:auto;
	line-height: 53px;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	}
.index_mz  .index_mzimg{
	float:left;
	width:640px;
	height:360px;
	margin-top:5px;
	}
.index_mz ul .mz_top p{
	line-height: 30px;
}
.index_mz ul .mz_top a{
	display: block;
	width: 120px;
	height: 34px;
	color: #fff;
	line-height: 34px;
	border-radius: 17px;
	text-align: center;
	margin-top: 10px;
	background: #ca1c1d;
}

.index_mz ul .mz_bot{
	width: 885px;
	float: right;
	padding-top: 20px;
}
.index_mz ul .mz_bot P{
	display: block;
	width: 278px;
	height: 278px;
	float: left;
	margin-left: 17px;
	padding: 10px;
	overflow: hidden;
	background: url(mz_bk.png);
}
.index_mz ul .mz_bot P img{
	width: 258px;
	transition: all 0.6s ease;
	height: 258px;
}
.index_mz ul .mz_bot P:hover img{
	transform: scale(1.05);	
}
.index_pr_bj{
	width: 100%;
	background: #a0d8ef;
	padding: 70px 0 100px 0;
}
.index_pr{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.index_pr ul{
	width: 1300px;
	padding-top: 40px;
}
.index_pr ul li{
	width: 276px;
	float: left;
	line-height: 50px;
	text-align: center;
	margin-right: 32px;
}
.index_pr ul li p{
	display:block;
	width:274px;
	border:1px solid #ddd;
	height:274px;
	overflow:hidden;
	}
.index_pr ul li img{
	box-shadow: 0px 2px 2px #6fb2ce;
	transition: all 0.6s ease;
}

.mian .index_pr ul li img{
	box-shadow: none;
	}

.index_pr ul li:hover img{
	transform: scale(1.05);	
}
.mian .index_pr ul li:hover img{
	transform: scale(1.1);	
}
.news{
	padding-top:70px ;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.news ul{
	width: 1300px;
	padding-top: 60px;
}
.news ul li{
	width: 580px;
	float: left;
	margin-right: 40px;
}
.news ul li img{
	float: left;
}
.news ul li p{
	display: block;
	width: 440px;
	float: right;
}
.news ul li p b{
	display: block;
	color: #11499a;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}
.news ul li p span{
	display: block;
	text-align: right;
	line-height: 40px;
}
.foot{
	background: #11499a;
	margin-top: 80px;
	padding: 20px 0;
}
.foot ul{
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.foot ul a{
	color: #fff;
}
.foot ul .left{
	width: 520px;
	color: #fff;
	line-height: 22px;
}
.foot ul .left img{
	margin-bottom: 15px;
}
.foot ul .right{
	width: 480px;
}
.foot ul .right p{
	display: block;
	float: right;
	height:180px;
	text-align:right;
	line-height: 22px;
	margin-left: 60px;
}
.foot ul .right p a{
	display: block;
	color: #fff;
	text-align:right;
}
.foot ul .right p a b{
	font-size: 16px;
	line-height: 40px;
}
.foot ul .right span{
	display: block;
	width: 92px;
	float: right;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-top: 40px;
}


.mian{
	width: 1200px;
	margin: 50px auto 0px;
}
.news_show{
	width: 1200px;
	margin: 40px 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;
}
.pagexx {
    line-height: 30px;
}
.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: #285f93;
}
.page-num-current{
	background: #285f93;
	color: #fff;
}

.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: 1178px;
	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;
}
.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: 180px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 180px;
	height: 180px;
}

.newslist li .nr{
	width: 970px;
	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;
}
.page1{
	padding-top: 30px;
}
.page1 p{
	color: #6c757d;
	line-height: 25px;
}
.page1 p a{
	color: #6c757d;
}

.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 0;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 285px;
	float: left;
	height: 250px;
	margin:0 20px 20px 0 ;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 200px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 40px;
}

.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: #11499a;
    color: #fff;
    width: 130px;
    text-align: center;
}
.xxnr{
	line-height:22px;
	color:#666;
	}
.xxnr img{
	margin:auto;
	}	
.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;
}