﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #FFF;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
  -webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dd {
  margin: 0px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0b5cac;
  text-decoration: none;
}
.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}
.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}
img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}
.c {
  clear: both;
  overflow: hidden;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
/*--End 分页样式---------*/
/************/
.banner_w {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 680px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}
.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .img li {
  float: left;
  overflow: hidden;
}
.banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.banner .num li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.banner .num li.on {
  background-color: #004fac;
}
.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}
.banner:hover .btn {
  display: block
}
.banner .btn_l {
  left: 15%;
}
.banner .btn_r {
  right: 15%;
}
/******************************/
.top_bg {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
.header, .content {
  width: 1200px;
  margin: 0 auto;
}
.h_con {
  height: 107px;
  padding: 18px 0 0;
  overflow: hidden;
}
.logo {
  float: left;
  width: 230px;
  padding: 0px 20px 0 0;
}
.logo img {
  width: 259px;
  height: 106px;
}
.h_dw {
  float: left;
  line-height: 20px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  font-weight: normal;
  padding: 20px 0 0 20px;
  position: relative;
  height: 75px;
}
.h_dw:before {
  content: "";
  width: 1px;
  height: 75px;
  background: #e5e5e5;
  position: absolute;
  top: 20px;
  left: 0;
}
.h_dw em {
  display: block;
  padding-bottom: 10px;
  line-height: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  font-style: normal;
}
.h_tel {
  float: right;
  height: 80px;
  line-height: 28px;
  padding: 20px 30px 0 53px;
  font-size: 16px;
  color: #666;
  background: url(images/tel.gif) no-repeat 0 24px;
}
.h_tel b {
  font-size: 26px;
  color: #333;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.h_code {
  width: 125px;
  height: 92px;
  overflow: hidden;
  float: right;
  padding-right: 7px;
  margin-top: 5px;
}
.h_code em {
  width: 90px;
  height: 90px;
  display: block;
  line-height: 0;
  position: relative;
  float: left;
}
.h_code img {
  width: 90px;
  height: 90px;
}
.h_code em:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  content: "";
  animation: light 5s infinite;
  -webkit-animation: light 5s infinite;
  ;
}
.h_code span {
  display: block;
  float: right;
  width: 30px;
  height: 90px;
  background: #0869b2;
}
.h_code i {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 20px;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-style: normal;
}
.h_tel {
  float: right;
  height: 60px;
  line-height: 28px;
  padding: 25px 30px 0 53px;
  font-size: 16px;
  color: #666;
  background: url("../images/tel.jpg") left 20px no-repeat;
}
.nav ul li {
  float: left;
  font-size: 16px;
  background: url("../images/xian.jpg") right center no-repeat;
  padding: 0 31px;
  line-height: 60px;
}
.nav ul li:last-child {
  background: none;
}
.nav ul li.on, .nav ul li:hover {
  background: #0869b2;
}
.nav ul li.on a, .nav ul li:hover a {
  color: #fff;
}
.banner_aa_w {
  display: none;
}
/********************************************************/
.lk_con_a_w {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  line-height: 40px;
}
.lk_con_a_l {
  float: left;
}
.lk_con_a_l span {
  font-weight: bold;
  font-size: 16px;
}
.lk_con_a_l a {
  font-size: 15px;
  padding-right: 15px;
  color: #666;
}
.lk_con_a_r {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 0 18px;
  border-radius: 20px;
}
.ss_r_raa input {
  border: 0;
  outline: 0;
  height: 40px;
  font-size: 15px;
  width: 225px;
  line-height: 40px;
  padding: 2px 0 0 0;
  float: left;
}
.ss_r_raa button {
  border: 0;
  outline: 0;
  padding: 10px 0 0 0;
  margin: 0;
  width: 21px;
  height: 22px;
  float: right;
  background: none;
}
.ss_r_raa button img {
  cursor: pointer;
}
/**/
.pr {
  position: relative;
}
.hz {
  padding: 60px 0 70px;
}
.hz_tit {
  height: 45px;
  background: url(../images/hz_tbg.gif) repeat-x 0 13px;
}
.hz_tit a {
  display: block;
  font-size: 32px;
  color: #333;
  background: #fff;
  width: 260px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
.hz_qie {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 0;
}
.hz ul li {
  width: 200px;
  float: left;
  margin-right: 25px;
}
.hz ul li em {
  display: block;
  width: 200px;
  height: 100px;
  line-height: 0;
  overflow: hidden;
  border: #eee 1px solid;
  box-sizing: border-box;
}
.hz ul li img {
  width: 200px;
  height: 100px;
}
.hz ul li span {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 14px;
  color: #666;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.hz ul li:hover em {
  border: #999 1px solid;
}
.hz p {
  width: 25px;
  height: 50px;
  position: absolute;
  top: 160px;
}
.hz p a {
  width: 25px;
  height: 50px;
  display: block;
}
.hz_l a {
  background: url(../images/hz_lico01.gif) no-repeat;
}
.hz_l a:hover {
  background: url(../images/hz_lico02.gif) no-repeat;
}
.hz_r a {
  background: url(../images/hz_rico01.gif) no-repeat;
}
.hz_r a:hover {
  background: url(../images/hz_rico02.gif) no-repeat;
}
.hz_l {
  left: 0;
}
.hz_r {
  right: 0;
}
/***************************/
.hezuo{
	display:none;
}

.lkcon_b_w{
	background-color: #f0f0f0;
	padding: 60px 0;
}
.lkcon_b_bt01{
	    font-size:40px;
	text-align: center;
	line-height:50px;
	font-weight: bold;
}
.lkcon_b_bt01 span{
	padding-left: 10px;
	color: #0869b2;
}
.lkcon_b_bt02{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	text-align: center;
}

/********************/
.lkcon_b_nr{
	margin:60px auto 0;
}
.lkcon_b_nr_l{
	float: left;
	width: 250px;
}
.lkcon_b_nr_l01{
	box-sizing: border-box;
	padding: 20px 20px 20px 80px;
	background: url("../images/lb.png") 30px center no-repeat #0869b2;
}
.lkcon_b_nr_l01a{
	font-size: 22px;
	color: #fff;
}
.lkcon_b_nr_l01b{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.lkcon_b_nr_l02{
	background: #fff;	box-sizing: border-box;
	padding: 20px;
}
.lkcon_b_nr_l02 ul li{
	font-size: 16px;
	    line-height: 55px;
	border-bottom: 1px dashed #8b8484;
}
.lkcon_b_nr_r{
	float: right;
	width: 935px;
}
.lkcon_b_nr_r ul li{
	float: left;
	width: 305px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.lkcon_b_nr_r ul li:nth-child(3n){
	margin-right: 0;
}
.lkcon_b_nr_r ul li .lkcon_b_nr_r_pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lkcon_b_nr_r ul li .lkcon_b_nr_r_pic img{
	width: 100%;
	height: 100%;transition: all 0.6s ease;
}
.lkcon_b_nr_r ul li:hover .lkcon_b_nr_r_pic img{
	transform: scale(1.1);
}
.lkcon_b_nr_r ul li .lkcon_b_nr_r_name{
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e5e5e5;
}
.lkcon_c_w{
	background: url("../images/bja.png") top center no-repeat;
	height: 196px;
}
.lkcon_c_l{
	float: left;
	color: #fff;
}
.lkcon_c_l01{
	margin-top: 65px;
	font-size: 36px;
	font-weight: bold;
	
}
.lkcon_c_l02{
	margin-top:25px;
	font-size: 22px;
	margin-left:150px;
}
.lkcon_c_r{
	float: right;
	color: #fff;
}
.lkcon_c_r01{
	font-size: 16px;
	margin-top:45px;
}
.lkcon_c_r02{
		margin-top: 10px;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: bold;
}
.lkcon_c_r03{
	margin-top: 20px;
	width: 140px;
	float: right;
	background-color: #0869b2;
	height: 40px;
	border-radius: 20px;
	text-align: center;	font-size:16px;
	line-height: 40px;
}
.lkcon_c_r03 a{
	color: #fff;
}
.lkcon_c_r03 a:hover{
	color: #ffff00;
}

/**************************************/

/*************/
.con_b_w{
	position:relative;
	z-index:11;
}
.con_b_w01{
	margin: 40px auto;

}
.con_b_w01 .lkcon_b_bt01 span{
	padding-left: 0;
	padding-right: 8px;
}
.con_b{

	margin:0 auto 60px;
	width:1200px;

}
.con_b_a_l{
	float:left;
	width:709px;
	overflow:hidden;
	height:392px;}
.con_b_a_l img{
	width:100%;
	height:100%;	
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_a_l:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);	
}
.con_b_a_r{
	float:right;}
.con_b_a_r_01{
	text-align:right;
	font-size:40px;
	font-weight:bold;
	line-height:40px;
	color:#fff;}
.con_b_a_r_02{
	margin-top:35px;
	background-color:#fff;
	width:400px;
	line-height:50px;
	text-align:center;
	height:50px;
	font-size:32px;
	color:#295ea8;
}
.con_b_a_r_02 span{
	font-weight:bold;

	padding:0px 5px;}
.con_b_a_r_03{
	text-align:right;
	font-size:18px;
	color:#fff;
	margin-top:15px;}
.con_b_a_r_04{
	margin-top:50px;
	text-align:right;
	font-size:30px;color:#295ea8;
}
.con_b_a_r_04 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-left:10px;}
.con_b_a_r_05{
	font-size:30px;
	text-align:right;
	margin-top:15px;
	line-height:40px;
	color: #e67817;
	font-weight:bold;}
.con_b_a_r_06{
	height:3px;
	width:80px;
	margin-top:15px;
	float:right;
	background-color:#295ea8;}
.con_b_a_r_07{
	text-align:right;
	padding-bottom:30px;
	font-size:16px;
	padding-right:30px;
	background:url(../images/hx_01_a.jpg) right 22px no-repeat;
	line-height:47px;
	padding-top:10px;}
	
/*******con_b_b***********/
.con_b_b{
	margin-top:50px;}
.con_b_b_r{
	float:right;
	width:657px;
	height:422px;
	overflow:hidden;
}
.con_b_b_r img{
	width:100%;
	height:100%;
		transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_b_r:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);	
}
.con_b_b_l{
	float:left;	
}

.con_b_b_l_01{
	margin-top:80px;
	text-align:left;
	font-size:30px;color:#295ea8;
}
.con_b_b_l_01 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-right:10px;}
.con_b_b_l_02{
	font-size:30px;
	text-align:left;
	margin-top:15px;
	color: #e67817;
	line-height:40px;
	font-weight:bold;}
.con_b_b_l_03{
	height:3px;
	width:80px;
	margin-top:15px;
	background-color:#295ea8;}
.con_b_b_l_04{
	text-align:left;
	padding-bottom:30px;
	font-size:16px;
	padding-left:30px;
	background:url(../images/hx_01_a.jpg) left 25px no-repeat;
	line-height:47px;
	padding-top:10px;}
/***************con_b_c_l************/
.con_b_c{
	margin-top:50px;}
.con_b_c_l{
	float:left;
	width:657px;
	height:422px;
	overflow:hidden;
}
.con_b_c_l img{
		width:100%;
	height:100%;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_c_l:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.con_b_c_r{
	float:right;}

.con_b_c_r_01{
	margin-top:80px;
	text-align:right;
	font-size:30px;color:#295ea8;
}
.con_b_c_r_01 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-left:10px;}
.con_b_c_r_02{
	font-size:30px;
	text-align:right;
	margin-top:15px;
	color: #e67817;
	line-height:40px;
	font-weight:bold;}
.con_b_c_r_03{
	height:3px;
	width:80px;
	float:right;
	padding-left:10px;
	margin-top:15px;
	background-color:#295ea8;}
.con_b_c_r_04{
	text-align:right;
	padding-bottom:30px;
	font-size:16px;
	padding-right:30px;
	background:url(../images/hx_01_a.jpg) right 22px no-repeat;
	line-height:47px;
	padding-top:10px;}
/********************************/
.clear {
    clear: both;
    height: 0;
}
.case{background:#eee;overflow: hidden;padding: 70px 0 100px;}
.case_tit{font-size: 40px;color: #1a1a1a;text-align: center;height: 90px;line-height: 40px;overflow: hidden;font-weight: normal;}
.case_tit a{color: #1a1a1a;}
.case_tit span{display: block;font-size: 18px;color: #666;padding: 8px 0 0;}
.case_nav{padding: 25px 0 0;height: 80px;}
.case_nav ul li{width: 125px;float: left;margin-left:6px;}
.case_nav ul li a{display: block;font-size: 16px;color: #333;width: 123px;height: 43px;text-align: center;line-height: 43px;overflow: hidden;border: #a0a0a0 1px solid;border-radius: 30px;}
.case_nav ul li.cur a,.case_nav ul li a:hover{background: #0869b2;border: #0869b2 1px solid;color: #fff;}
.case_nav ul li:first-child{margin-left: 0;}
.poster-main {position: relative;}
.poster-main .poster-btn a { position: absolute; top: 225px; display:block;  width:46px; height:46px;}
.poster-main .poster-prev-btn a {background:url(../images/case_lico01.png) no-repeat; left: -80px; }
.poster-main .poster-prev-btn a:hover{background:url(../images/case_lico02.png) no-repeat;}
.poster-main .poster-next-btn a {background:url(../images/case_rico01.png) no-repeat; right: -80px; }
.poster-main .poster-next-btn a:hover{background:url(../images/case_rico02.png) no-repeat;}
.poster-main .poster-next-btn{right:0px;}
.poster-main .poster-prev-btn{left:0px;}
.case_m dl dd{width: 84%;height: 90px;background: rgba(0,0,0,0.65);overflow: hidden;position: absolute;bottom: 0;left: 0;padding: 20px 8% 0;}
.case_m dl dd h5{height: 35px;line-height: 35px;overflow: hidden; margin: 0;}
.case_m dl dd h5 a{font-size: 20px;color: #fff;}
.case_desc{font-size: 14px;color: rgba(255,255,255,0.7);height: 30px;line-height: 30px;overflow: hidden;}
.case_m dl dd span{position: absolute;top: 25px;right: 8%;display: block;width: 60px;}
.case_m dl dd span a{display: block;font-size: 14px;color: #333;width: 60px;text-align: center;height: 60px;line-height: 60px;background: #fff;border-radius: 50%;-webkit-transition:transform .3s;transition:transform .3s;}
.case_m dl dd span a:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.poster-item{ margin: 0 auto; line-height: 0;}
.poster-main .poster-list .poster-item {position: absolute;}
.poster-main .poster-list .poster-item img {display: block;width: 100%;}
.poster-main .poster-btn {position: absolute;top: 0;cursor: pointer;}
.poster-list{ margin-top:50px;}
.lkcase_a{ display:none;}

.lkcon_d_w{
	background: url("../images/bjb.jpg") top center no-repeat;
	height: 196px;
}
.lkcon_d{
	text-align: center;
	color: #fff;
	padding-top:66px;
	font-size: 26px;
	width:900px;
	line-height: 40px;
}
.lkcon_e_w{
	margin:0px auto;
	padding-top: 60px;
	height: 900px;
	background: url("../images/about.jpg") left bottom no-repeat #f4f3f3;
}
.lkcon_e{
	position:relative;
}
.lkcon_e_nr{
	background-color: #fff;
	padding: 30px 45px;	position:relative;
	top:250px;
	right: 0;
	width: 70%;
	z-index: 11;
	box-sizing: border-box;
	height:750px;
	float: right;
}
.lkcon_e_nr01{
	text-align: center;
}
.lkcon_e_nr02{
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #333;
	text-align: center;
}
.lkcon_e_nr03{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.lkcon_e_more{
	float: right;
	width: 160px;
	margin-top: 30px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
}
.lkcon_f_w{
	margin-top:50px; 
}
.lkcon_f{
	margin-top: 50px;
}
.lkcon_f_l{
	float: left;
	width: 630px;
}
.lkcon_f_l01{
	font-size:20px;
	background-color: #0869b2;
	width: 140px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.lkcon_f_l02{
	margin-top: 30px;
}
.lkcon_f_l02 ul li{
	float: left;
	width:283px;
	overflow: hidden;
	margin-right: 64px;
}
.lkcon_f_l02 ul li:last-child{
	margin-right: 0px;
}
.lkcon_f_l02 ul li .lkcon_f_l02_pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lkcon_f_l02 ul li .lkcon_f_l02_pic img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s ease;
}
.lkcon_f_l02 ul li:hover .lkcon_f_l02_pic img{
	transform: scale(1.1);
}
.lkcon_f_l02_name{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 30px;
}
.lkcon_f_l02_jj{
	font-size: 14px;
	color: #666;
}
.lkcon_f_r{
	float: right;
	width: 500px;
}
.lkcon_f_r01{
	font-size: 30px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}
.lkcon_f_r02{
	margin-top:20px;
}
.lkcon_f_r02 ul li{
	margin-bottom: 20px;
}
.lkcon_f_r02_bt{
	font-size: 18px;
}
.lkcon_f_r02_jj{
	font-size:15px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #dfdfdf;
	color: #666;
}
.link_w{
	background-color: #0869b2;	padding-top:20px;
	padding-bottom: 10px;
	margin-top:50px;
}
.link_l{
	float: left;
	color: #fff;
	margin-right:25px;
}
.link_l01{
	font-size:30px;
	text-transform: uppercase;
}
.link_l02{
	font-size: 14px;
	color: #fff;
}
.link_r{
	float: left;
}
.link_r a{
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 12px;
}
.foot_w{
	background-color: #191919;
	padding: 20px 0 45px;
	border-bottom: 1px solid #303030;
}
.foot_la02{
	color: #fff;
	font-size:22px;
	font-weight: bold;
}
.foot_l{
	float: left;
	padding-right: 50px;	padding-bottom: 30px;
	background: url("../images/xian.png") right top no-repeat;
}
.foot_la{
	width: 204px;
	text-align: center;
	padding-top: 40px;
}
.foot_la02{
	margin-top: 10px;
}
.foot_lb{
	padding-left:50px;
	color: #fff;
}
.foot_lb01{
	padding-top: 40px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.foot_lb02{
	height: 2px;
	width: 30px;
	background-color: #0869b2;
}
.foot_lb03{
	margin-top:25px;
	font-size: 14px;
	line-height: 30px;

}
.foot_lc03{
	width: 270px;	margin-top:25px;
	font-size: 14px;
	line-height: 30px;
}
.foot_lc03 a{
	float: left;
	width: 135px;
	color: #fff;
}
.foot_l.foot_lc{
	padding-right: 20px;
}
.foot_l.foot_ld{
	padding-right: 0px;
	background:none;
}
.foot_lb04{
	margin-top: 15px;
	font-size: 15px;
}
.foot_w01{
	border-top: 1px solid #000;
	background-color: #191919;
	line-height: 30px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.foot_w01 a{
	color: #fff;
}
/**********************************************/
/**********************联系我们***********/
.ny_banner_w{
	height:440px;
	position:relative;
}
.ny_banner_w img{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.ny_wz{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#888;
	
}
.ny_wz a{
	color:#888;}
.ny_wz a:hover{
	color:#333;}
.contact_w{
	background-color:#f5f5f5;
	padding:60px 0;}
.contact_n{
}
.contact_n_l{
	float:left;
	width:550px;

		background-color:#fff;
	box-sizing:border-box;
	padding:40px;
	height:400px;
}
.contact_n_la{
	font-size:28px;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}
.contact_n_la span{
	display:block;
	font-size:18px;
	color:#666;
	line-height:40px;
	font-weight:normal;
	font-family:Arial;
}
.contact_n_lb{
	font-size:16px;
	line-height:36px;
	color:#666;
}
.contact_n_r{
	float:right;
	width:650px;
	height:400px;
	overflow:hidden;}
/****************关于我们********************/
.about_n_l{
	float:left;
	width:660px;

		background-color:#fff;
	box-sizing:border-box;
	padding:40px;
	height:400px;
}
.about_n_r{
	float:right;
	width:540px;
	overflow:hidden;
	height:400px;}
.about_n_r img{
	width:540px;
	height:400px;
	transition:all 0.6s ease;
}
.about_n_r:hover img{
	transform:scale(1.1);
}
.yzaa h2 {
    font-weight: normal;
    text-align: center;
	margin-bottom:50px;
}
.yzaa h2 span {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}
.yzaa h2 i {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-style: normal;
}
.con_a p.xx{
	margin-bottom:60px;}
.about_more{
	margin:40px auto 40px;
	width:180px;
	text-align:center;
	background-color:#0869b2;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.about_more a{
	color:#fff;
}
.about_c{
	margin-bottom:60px;}
/*******************************************************/
.fr_a {
    float: right;
}
.newsw{ margin-bottom: 60px;}
.newsw .ull{border:1px solid #eee;}
.newsw li::after{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
.newsw{background:#fff;padding:20px;overflow:hidden; margin:0px auto 40px;}
.newsw .ul1 li{position:relative;width:100%; clear:both; overflow:hidden; border:1px solid #f5f5f5;}
.newsw .ul1 li::after{position:absolute;bottom:0;left:0;width:100%;height:0;content:'';color:#fff;background:#f7f7f7;}
.newsw .ul1 li:hover::after{height:100%;}
.newsw .ul1 li a{position:relative;z-index:1;display:block;padding:40px 20px;border-bottom:1px solid #ccc;clear: both;
    overflow: hidden;}
.newsw .ul1 li .imgk{overflow:hidden;width:280px;border:1px solid #eee;}
.newsw .ul1 li .imgk img{width:100%;}
.newsw .ul1 li .lin{float:left;width:790px;}
.newsw .ul1 li .lin .lidate{font-family:'Arial';font-weight:bold;float:left;width:72px;text-align:center;color:#666;border-top:2px solid #707070;}
.newsw .ul1 li .lin .lidate .p1{font-size:30px;margin-top:15px;}
.newsw .ul1 li .lin .lidate .p2{font-size:12px;margin-top:15px;}
.newsw .ul1 li .lin .linn{float:left;width:660px;padding-left:50px;}
.newsw .ul1 li .lin .linn h4{font-size:18px;color:#333;font-weight:normal;}
.newsw .ul1 li .lin .linn p{font-size:14px;line-height:27px;overflow:hidden;margin-top:18px;color:#888;}
.newsw .ul1 li .lin .linn .morehn{font-size:14px;line-height:32px;width:97px;height:32px;margin-top:24px;text-align:center;color:#ff0000;border:1px solid #ff0000;}
.newsw .ul1 li:hover .lidate{color:#000;border-top-color:#000;}
.newsw .ul1 li:hover .lin .linn h4{color:#000;}
/******************************/
.yzaa .xx {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
}
.news_a_w{
	padding-bottom:50px;
	border-top:2px solid #f5f5f5;}
.news_a_w .yzaa h2 i{
	padding-top:50px;}
.news_a_w .yzaa .xx{
	margin-bottom:30px;
	margin-top:20px;}
.news_a_w  .yzaa h2{
		margin-bottom:0}
	/***************************************xiangqing***********/
	/************************/
.caseshow_a_nr{
	margin:20px auto 60px;
	background-color: #fff;

	box-sizing: border-box;
}
.caseshow_a_nr_bt{
	text-align: center;
	font-size: 22px;
	color: #333;
	padding-top: 0px;

}
.caseshow_a_nr_time{
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	border-bottom: 1px dashed #dfdfdf;
	border-top: 1px dashed #dfdfdf;
}
.caseshow_a_nr_jj{
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
}
.caseshow_a_nr_moreaa{
	margin-top: 60px;
}
.caseshow_a_nr_more{
	font-size: 15px;
	color: #333;margin-bottom:10px;
}
/*******************************/
.pro_l{
	float:left;
	width:240px;}
.pro_r{
	float:right;
	width:940px;
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;}
.pro_n_w {
    background-color: #f5f5f5;
    padding:40px 0 60px;
}
.pro_lbt{
	background-color:#0869b2;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	box-sizing:border-box;
	padding-left:20px;
}
.pro_lnr ul li{
	clear:both;
	height:50px;
	line-height:50px;
	font-size:16px;
	background-color:#fff;
	margin-bottom:4px;
	box-sizing:border-box;
	padding-left:20px;}
.pro_r_bt{
	font-size:22px;
	line-height:36px;
	padding-bottom:12px;
	border-bottom:1px solid #dfdfdf;}
.pro_lnr ul li a{
	color:#666;}
.pro_lnr ul li a:hover{
	color:#d63b36;}
.pro_r_nr{
	margin-top:20px;}
.pro_r_nr ul li{
	float:left;
	width:286px;
	overflow:hidden;
	border:1px solid #dfdfdf;
	box-sizing:border-box;
	margin-bottom:21px;transition:all 0.6s ease;
	margin-right:21px;}
.pro_r_nr ul li:hover{
	border:1px solid #0869b2;
}
.pro_r_nr ul li:nth-child(3n){
	margin-right:0;}
.pro_r_nr ul li .pro_pic{
	width:286px;
	height:286px;
	overflow:hidden;
}

.pro_r_nr ul li .pro_pic img{
	width:286px;
	height:286px;
	transition:all 0.6s ease;
}
.pro_r_nr ul li:hover .pro_pic img{
	transform:scale(1.1);
}
.pro_jj{
	padding:5px 15px;}
.pro_jj_a{
	font-size:18px;
	line-height:36px;}
.pro_jj_b{
	font-size:14px;
	padding-bottom:25px;
	line-height:22px;
	color:#666;}
.pro_r_nr{
	min-height:400px;}
.proshow_r_nr{
	margin-top:20px;
	padding-bottom:150px;
}
	
/* 本例子css */
		.slideBox{ width:370px; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:100%; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
	.pro_r_nr01_r{
		float:right;
		width:500px;}
	.pro_r_nr01_l{
		float:left;
		width:370px;
	}
	.pro_r_nr01_r01{
		margin-top:15px;
		line-height:50px;
		border-bottom:1px solid #dfdfdf;
		font-size:24px;}
	.pro_r_nr01_r02{
		margin-top:20px;
		font-size:15px;
		color:#666;}
.pro_r_nr01_r03{
	
}
	.proshow01{
		margin-top:30px;
		font-size:22px;
		padding-bottom:5px;
		width:88px;
		border-bottom:3px solid #333;
}
.proshow02{
	margin-top:20px; width: 905px;
	color:#666;
	line-height:30px;
	font-size:15px;}
.proshow02 {
    margin-top: 20px;
    color: #666;
    line-height: 30px;
    font-size: 15px;
    width: 905px;
}
.pro_r_nr01_r03{
	margin-top:20px;
	width: 140px;
	height:46px;
	line-height:46px;
	font-size:16px;
	border-radius:8px;
	text-align: center;
	background-color: #0869b2;	color:#fff;
}
.pro_r_nr01_r03 a{
	color:#fff;
}
.pro_r_nr01_r04{
	font-size:18px;
	margin-top: 30px;
	color: #666;
	margin-left: 10px;
}
.pro_r_nr01_r04 span{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #0869b2;
}
.pro_r_nr01_r04 span a{
	color: #0869b2;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
	background-color: #0869b2;
}
.fixednav .nav ul li.on{
	background-color:#fff;
	color:#333;
}
.fixednav .nav ul li a{
	color:#fff;
}
.fixednav .nav ul li.on a{
	color:#333;
}


/****************************/
.yz{height: 583px;padding-top: 50px;box-sizing: border-box;}
.yz h2{font-weight: normal;text-align: center;}
.yz h2 span{display: block;font-size: 30px;color: #333333;line-height: 30px;}
.yz h2 i{display: block;font-size: 40px;color: #333333;line-height: 40px;padding-top: 10px;font-weight: bold; font-style: normal;}
.yz .xx{display: block;font-size: 15px;color: #666;line-height: 24px;margin-top: 40px;text-align: center;}
.yz ul{ margin: 37px 50px 0;height: 226px;text-align: center;}
.yz ul li{ float:left;width:220px;height: 226px;border-right: 1px solid #dddddd;box-sizing: border-box;transition:all 0.5s;position: relative;z-index: 10;}
.yz ul li:last-child{ border-right: 0;}
.yz ul li em{ display: block;margin: 32px auto 0;width: 62px;height: 62px;overflow: hidden;}
.yz ul li em img{display: block;width: 62px;height: 62px;transition:all 0.5s;}
.yz ul li.cur{ box-shadow: 0 0 32px 13px rgba(44,47,62,0.10);}
.yz ul li.cur img:nth-child(1){ margin-top:-62px;}
.yz ul li.cur p{ display:block;}
.yz ul li b{ display: block;font-size: 22px;color: #333;line-height: 22px;font-weight: normal;padding-top: 20px;padding-bottom: 9px;}
.yz ul li span{ display: block;font-size: 12px;color: #333;line-height: 12px;opacity: 0.2;text-transform: uppercase;}
.yz ul li p{ display: none;font-size: 14px;line-height: 20px;color:#2c2f3e;padding:0 52px 0;}
.yz ul li.cur span{ display:none;}
.yz ul li.cur b{ font-weight: bold;color:#2c2f3e;}

/***********************/
/**************/
.con_c_nr ul li{
	float: left;
	width: 385px;
	margin-right: 22.5px;
}
.con_c_nr ul li:nth-child(3n){
	margin-right: 0;
}
.con_c_pic{
	width: 385px;
	height: 290px;
	overflow: hidden;
}
.con_c_pic img{
	width: 385px;
	height: 290px;
	transition: all 0.6s ease;
}
.con_c_pic:hover img{
	transform: scale(1.1);
}
.con_c_name{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.con_c_name a{
	color: #666;
}
.con_c_name a:hover{
	color: #d63b35;
}
/***************************/
.con_c{
	margin: 50px auto 10px;
}
.con_c_bt{
	margin: 0 auto 50px;
	width: 703px;
	padding-top: 60px;
	background: url("../images/bt01.png") center 70px  no-repeat;
}
.con_c_bt01{
	position: relative;
	margin: 0 auto;
	width: 550px;
	text-align: center;
	height: 60px;
}
.con_c_bt02{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size:18px;
	color: #fff;
}
.con_c_bt01a{
	position: absolute;
	z-index: 33;
	top:-30px;
}
.con_c_bt01b{
	position: absolute;
	z-index: 1;
	font-size:110px;
	font-weight: bold;
	text-transform: uppercase;
	color: #faeded;
	text-align: center;
	width: 100%;top:-15px;
}
.con_c_bt01a .con_c_bt01aaa{
	margin-left: 80px;
}

/**********************************/

.kunr{  padding-top:10px; height: 340px;}


.kunr dl{ width:189px; float:left; margin-right:13.2px; background:#f0f0f0; height:303px;     box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem #eee;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
.kunr dt{ width:189px; height:170px; overflow:hidden;}
.kunr dt img{ display:block;width:189px; height:170px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s; }
.kunr dl:hover dt img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}
.kunr dd em{display:block; width:42px; height:42px; margin:0 auto; position:relative; margin-top:-21px; z-index:1; background:#0869b2;border-radius:42px; font:20px Arial; text-align:center; font-weight:bold; line-height:42px; color:#fff;}
.kunr dd h3{ font:20px "Microsoft YaHei"; text-align:center; font-weight:lighter; color:#404040; line-height:28px; padding-top:20px;}
.kunr dd h3 span{ display:block; font-size:18px;}
.kunr dd h3 b{ color:#000;/*e3a946;*/}
.kunr .nones{ margin-right:0;}


/*************************************/
.contact_n_lc{
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.contact_n_lc a{
	text-decoration: underline;
	color: #666;
}
.about_n_laa{
	float: none;
	width: 100%;
	height: auto;
}

.fwdh {
    background-color: #0869b2;
    box-sizing: border-box;
    padding: 30px 10px 30px 20px;
}
.fwdha{
	font-size:18px;
	color: #fff;
}
.fwdhb{
	font-size:28px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #fff;
}


/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 100%;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #0869b2;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #0869b2;
	color: #fff;
}

/**********************************/

/**********************************/
.case_lm{
	margin-bottom: 30px;
	margin-top: 10px;
	clear: both;
}
.case_lm ul{
	display:flex;
	justify-content: space-between;
}
.case_lm ul li{
	width: 16%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	cursor: pointer;
	
}
.case_lm ul li a{
	display:block;
}
.case_lm ul li.on,.case_lm ul li:hover{
	background-color: #0869b2;
	color: #fff;
}
.case_lm ul li.on a,.case_lm ul li:hover a{
	color: #fff;
}

.proshow02 img{
	max-width: 100%;
	max-width: 790px;
}
/***********************/

/******************************************/
.nav ul li.on, .nav ul li:hover {
    background: #47a5f0;
}
.nav ul li a {
    color: #fff;
}
.pronr_lcon{
	margin-top: 20px;
	border-top:1px solid #5f81a9;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
	line-height: 28px;
}

.nav_w.main_w {
    background: #2a67ae;
    overflow: hidden;
}
.nav ul li.on a, .nav ul li:hover a {
    color: #fff;
}
dl.poster-item {
    overflow: hidden;
}