@charset "utf-8";
/* CSS Document */
*{
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fefefe;
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
.clear{
	clear: both;
}
.head{
	width: 1200px;
	margin: 0 auto;
	height: 110px;
	overflow: hidden;
}
.logo{
	width: 101px;
	height: 106px;
	float: left;
}
.logo img{
	width: 101px;
	height: 106px;
}
.nav_ul{
	float: left;
	font-size: 0;
	margin-top: 40px;
	margin-left: 77px;
}
.nav_ul li{
	display: inline-block;
	border-bottom: solid 2px transparent;
	text-align: center;
	font-size: 16px;
	color: #4e4e4e;
	padding: 0 23px;
	padding-bottom: 11px;
}
.nav_ul .on{
	border-bottom: solid 2px #005baa;
}
.serve{
	float: right;
	margin-right: 40px;
	margin-top: 30px;
}
.serve p{
	color: #005baa;
	font-size: 14px;
	margin-bottom: 8px;
}
.serve h1{
	font-weight: bold;
	font-size: 16px;
	color: #005baa;
}
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}
#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 30px;
	height: 64px;
}
#next-img{
	background: url(../images/prve.png) no-repeat;
}
#prev-img{
	background: url(../images/next.png) no-repeat;
}
#next-img{
	left: 96px;
}
#prev-img{
	right: 96px;
}

#focus-bubble{
	position: absolute;
	left: 48%;
	bottom: 10px;
	z-index: 999;
}
#focus-bubble li{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 17px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: rgba(0,0,0,1);
}
#focus-bubble{
	width: auto!important;
	bottom: 76px;
	text-align: center;
}
.case_bg{
	background-color: #fefefe;
	padding-top: 55px;
}
.case{
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
.case_left{
	width: 662px;
	float: left;
}
.cale_top{
	overflow: hidden;
	margin-bottom: 20px;
}
.cat_left{
	float: left;
	font-size: 16px;
	color: #005baa;
}
.cat_left span{
	color: #b9b9b9;
	font-size: 18px;
	display: inline-block;
	line-height: 18px;
	border-left: solid 1px #474747;
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 2px;
	float: right;
}
.cat_right{
	float: right;
	color: #cb3333;
	font-size: 18px;
	margin-bottom: 2px;
}
.cat_right span{
	color: #000;
}
.fangtai .center{
   width:100%;
   height:100%;
	position: relative;
}
.fangtai .center #fsD1{
   width:100%;
   height:100%;
}
.fangtai .center #fsD1 span{
   display:inline-block;
   width:40px;
   height:40px;
}
.fangtai .center #fsD1 #D1pic1{
   width:100%;
   height:100%;
}
.focus .prev{
	background:url(../images/prve01.png) no-repeat center;
	background-size: cover;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:20px;
}  
.focus .next{
	background:url(../images/next01.png) no-repeat center;
	background-size: cover;
	cursor:pointer;
	position:absolute;
    top:50%;
	right: 20px;
} 
.case_right{
	float: right;
	width: 480px;
}
.case_news{
	width: 480px;
	height: 510px;
  	background-color: rgb(247, 247, 247);
  	box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.38);
	padding: 11px 14px;
}
.case_news li{
	padding: 14px 0;
	border-bottom: solid 1px #e5e5e5;
}
.case_news li h1{
	font-size: 15px;
	color: #404040;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}
.case_news li div{
	font-size: 14px;
	color: #878787;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.case_news li span{
	font-size: 13px;
	color: #474646;
	display: block;
	text-align: right;
	margin-top: 8px;
}
.cooperation_box{
	background-color: #fafafa;
	margin-top: 32px;
	padding-top: 30px;
	padding-bottom: 100px;
}
.cooperation{
	width: 1200px;
	margin: 0 auto;
}
.coo_top h1{
	text-align: center;
	font-size: 16px;
	color: #474646;
}
.coo_top span{
	display: block;
	width: 65px;
	height: 2px;
	background-color: #7ca91c;
	margin: 0 auto;
	margin-top: 10px;
}
.cootxt{
	font-size: 14px;
	color: #888;
	width: 416px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}
.coo_ul{
	text-align: center;
}
.coo_ul li{
	display: inline-block;
	margin: 0 20px;
}
.zizhibg{
	background-color: #fefefe;
	padding-top: 56px;
	margin-bottom: 75px;
}
.zizhi{
	width: 1200px;
	margin: 0 auto;
}
.zz_ul{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 75px;
}
.zz_ul li{
	display: inline-block;
	margin: 0 15px;
}
.more{
	width: 140px;
	height: 45px;
	background-color: #005baa;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
}
.more:hover{
	color: #fff;
}
.products_box{
	background: url(../images/bg.png) no-repeat;
	height: 880px;
}
.products{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	padding: 0 30px;
	padding-top: 57px;
}
.products li{
	width: 368px;
	height: 384px;
	background-color: rgba(255,255,255,0.87);
	display: inline-block;
	text-align: center;
	line-height: 384px;
	margin: 13px 5px;
	position: relative;
}
.products li img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s ease 0s;
}
.products li:hover img{
	transform: scale(1.1,1.1);
}
.probox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 15px;
	color: #fff;
	text-align: center;
	transform: scale(0,0);
	transition: all 0.5s ease 0s;
}
.probox::before{
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.products li:hover .probox{
	transform: scale(1,1);
}
.footer_box{
	background-color: #f2f2f2;
	padding-bottom: 66px;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.fot_left{
	width: 540px;
	float: left;
	padding-top: 14px;
	border-right: solid 1px #e5e5e5;
}
.fot_left h1{
	width: 393px;
	height: 38px;
	background-color: #e6e6e6;
	line-height: 38px;
	font-size: 14px;
	color: #373737;
	padding-left: 40px;
}
.fot_left div{
	font-size: 14px;
	color: #777777;
	line-height: 36px;
	width: 390px;
	padding-left: 40px;
	margin-top: 12px;
}
.fot_mid{
	padding-left: 48px;
	float: left;
}
.fot_mid a{
	display: block;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 32px;
}
.fot_right{
	width: 450px;
	float: right;
}
.fot_mar{
	overflow: hidden;
}
.fot_mar li{
	width: 50%;
	float: left;
	font-size: 0;
}
.fot_mar li img{
	width: 95px;
	height: 95px;
	display: inline-block;
}
.fot_mar li p{
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
	margin-left: 17px;
}
.fottxt{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 25px;
}
.fotban{
	color: #c95d2c;
	font-size: 14px;
	margin-top: 18px;
}
.banner img{
	width: 100%;
}
.about{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 106px;
}
.ab_top{
	text-align: center;
	margin-top: 45px;
}
.ab_con{
	overflow: hidden;
	margin-top: 54px;
}
.ab_con img{
	float: left;
	width: 574px;
	height: 350px;
}
.ab_right{
	float: right;
	width: 520px;
	height: 350px;
	padding-top: 18px;
}
.ab_right h1{
	font-size: 16px;
	color: #595959;
	border-left: solid 3px #b12323;
	padding-left: 12px;
}
.ab_right div{
	font-size: 14px;
	color: #6d6d6d;
	line-height: 24px;
	margin-top: 30px;
}
.kong{
	width: 1200px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 26px;
}
.ko_list{
	font-size: 0;
	padding-bottom: 22px;
	border-bottom: solid 1px #adadad;
	text-align: center;
	width: 1136px;
	margin: 0 auto;
}
.ko_list li{
	width: 160px;
	height: 196px;
	border: dashed 1px #d4d4d4;
	padding: 18px 15px;
	text-align: center;
	display: inline-block;
	margin: 0 14px;
}
.ko_list li p{
	background-color: #d4d4d4;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	margin-top: 28px;
}
.kog_con{
	padding: 44px 34px;
}
.kog_con img{
	max-width: 100%;
}
.ko_list .mmp p{
	background-color: #005baa;
}
.aip_ul{
	margin-top: 50px;
	font-size: 0;
	padding: 0 12px;
	overflow:hidden;
}
.aip_ul li{
	width: 260px;
	height: 306px;
	background-color: #fff;
  	box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.33);
	padding: 0 35px;
	margin: 17px;
	float: left;
	position: relative;
	transition: all 0.5s ease 0s;
}
.aip_ul li img{
	width: 100%;
	margin-top: 30px;
	height: 162px;
	transition: all 0.5s ease 0s;
}
.aip_ul li:hover img{
	transform: scale(1.3,1.3);
	margin-top: 80px;
}
.aip{
	text-align: center;
}
.aip_ul li:hover .aip{
	display: none;
}
.aip h1{
	font-size: 15px;
	color: #3b3b3b;
}
.aip div{
	color: #9e9e9e;
	font-size: 14px;
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
}
.aip_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,91,170,0.6);
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.aip_ul li:hover .aip_box{
	height: 100%;
}
.aip_box h1{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 28px;
	margin-top: 120px;
}
.aip_box span{
	width: 113px;
	height: 40px;
	line-height: 40px;
	display: block;
	border: solid 1px #fff;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
}
.contact{
	width: 1200px;
	margin: 0 auto;
	padding-top: 36px;
}
.con_title img{
	width: 100%;
}
.con_ul{
	overflow: hidden;
	padding-top: 50px;
}
.con_ul li{
	width: 50%;
	float: left;
}
.con_ul li .contu{
	width: 93px;
	height: 93px;
	border: dashed 1px #696969;
	border-radius: 50%;
	text-align: center;
	line-height: 93px;
	margin: 0 auto;
	margin-bottom: 28px;
}
.con_ul li p{
	color: #555;
	font-size: 15px;
	text-align: center;
}
.biao{
	margin-top: 58px;
}
.biao img{
	margin-right: 16px;
	margin-left: 20px;
}
.ditu{
	margin-top: 20px;
	margin-bottom: 30px;
}
.ditu img{
	max-width: 100%;
}
.news_show{
	width: 1200px;
	padding: 0 42px;
	margin: 0 auto;
	margin-top: 24px;
}
.new_top{
	font-size: 16px;
	color: #4e4e4e;
	background: url(../images/icon_10.png) no-repeat bottom;
	height: 56px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
}
.content_show{
	font-size: 14px;
	color: #616161;
	margin-top: 20px;
	margin-bottom: 80px;
}
.content_show img{
	max-width: 100%;
}
.news_list{
	width: 1200px;
	padding: 0 44px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.news_ul{
	margin-top: 38px;
}
.news_ul li{
	margin-bottom: 44px;
}
.news_ul li img{
	width: 270px;
	height: 170px;
	float: left;
}
.news_txt{
	width: 825px;
	background-color: #fafafa;
  	box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.33);
	padding: 0 18px;
	float: left;
	height: 170px;
	padding-top: 15px;
}
.newup{
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 6px;
}
.newup h1{
	font-size: 16px;
	color: #434343;
	font-weight: bold;
}
.newup span{
	color: #ca4343;
	font-size: 14px;
	margin-top: 6px;
	display: block;
}
.uptxt{
	font-size: 14px;
	color: #7d7d7d;
	height: 60px;
	overflow: hidden;
	margin-top:8px;
}
.gend{
	font-size: 14px;
	color: #b12323;
	text-align: right;
	margin-top: 8px;
}
.ab_ul{
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 50px;
}
.ab_ul li{
	width: 344px;
	background-color: #f7f7f7;
	padding-bottom: 26px;
	margin: 20px;
	float: left;
}
.ab_ul li img{
	width: 344px;
	height: 344px;
}
.ab_ul li p{
	color: #4e4e4e;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
.page{
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color: #3c3c3c;
	margin: 0 13px;
}
.page .select{
	color: #da5f0e;
}
.zz_ul{
	overflow: hidden;
}
.zz_ul li{
	width: 260px;
	height: 240px;
	float: left;
	margin: 11px;
}
.zz_ul li img{
	width: 260px;
	height: 240px;
}
.fPic img{
	width: 662px;
	height: 512px;
}












