﻿@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;scroll-behavior: smooth;
}
/*------------------------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: 682px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 682px;
  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;
 
  padding-bottom: 15px;
}
.header, .content {
  width: 1200px;
  margin: 0 auto;
}
.h_con {
  height: 107px;
  padding: 18px 0 0;
  overflow: hidden;
}
.logo {
  float: left;

  padding: 23px 20px 0 0;
}
.logo img {
  width: 89px;
  height: 64px;
}
.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 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 0px 0 53px;
  font-size: 16px;
  color: #666;
  background: url("../images/tel.jpg") 55px 34px no-repeat;
}
.h_tel b{
	color:#1e88e5;
	font-size:30px;
}
.nav ul li {
  float: left;
  font-size: 16px;
  padding: 0 20px;
  line-height: 60px;
}
.nav ul li  a{
	color:#fff;}
.h_tel span{
	color:#e64a19;
	padding-left:25px;}
.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;
}
.nav_w{
	background-color:#1e88e5;}


/********************************************************/
.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: 15px;
}
.lk_con_a_l a {
  font-size: 14px;
  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: 14px;
  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: 42px;
	border-bottom: 1px dashed #dfdfdf;
}
.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: 160px;float: left;margin-left: 48px;}
.case_nav ul li a{display: block;font-size: 16px;color: #333;width: 158px;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: #fff;	padding-top:20px;
	padding-bottom: 10px;
	
}
.link_l{
	float: left;
	color: #333;
	margin-top:8px;
	margin-right:25px;
}
.link_l01{
	font-size:24px;
	text-transform: uppercase;
}
.link_l02{
	font-size: 14px;
	color: #333;
}
.link_r{
	float: left;
}
.link_r a{
	color: #333;
	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;

}
.foot_la{
	
	text-align: center;
	padding-top: 0px;
}
.foot_la02{
	margin-top: 30px;
	font-size:16px;
	text-align:left;
}
.foot_la03{
	text-align:left;
	margin-top:10px;
	color:#cdcdcd;
	margin-bottom:8px;
}
.foot_la04{
	width:40px;
	height:2px;
	background-color:#e64a19;}
.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:400px;
	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:#fff;
	padding:20px 0 60px;}
.contact_n{
}
.contact_n_l{
	float:left;
	width:550px;

		background-color:#f9f9f9;
	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:15px;
	line-height:24px;
	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:215px;
	overflow:hidden;
}

.pro_r_nr ul li .pro_pic img{
	width:286px;
	height:215px;
	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:450px; height:338px; 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:450px; height:338px; 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:420px;}
	.pro_r_nr01_l{
		float:left;
		width:450px;
	}
	.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;}
	.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;
}
/****************************/
.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 20px;
}
.fwdha{
	font-size:18px;
	color: #fff;
}
.fwdhb{
	font-size:28px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #fff;
}
/**********************************************************/
.cy_con_a{
	margin:40px auto 40px;}
.cy_con_a01{
	margin:40px auto 0;
}
.cy_con_a01 ul{
	display:flex;
	 flex-wrap: wrap;
	justify-content:space-between;
}
.cy_con_a01 ul li{
	position: relative;
	height:350px;
	overflow:hidden;
	margin-bottom:30px;
	width:32%;}
.cy_con_a01 ul li .cy_con_a01a{
	height:204px;
	overflow:hidden;
	width:100%;}
.cy_con_a01 ul li .cy_con_a01a img{
	transition:all 0.6s ease;
	width:100%;}
.cy_con_a01 ul li:hover .cy_con_a01a img{
	transform:scale(1.1);
}
.cy_con_a01b{
	background-color:#f6f6f6;
	box-sizing:border-box;
	height:146px;
	padding:20px;}
.cy_con_a01b01{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
	
	text-align:center;}
.cy_con_a01 ul li  .cy_con_a01c{
	box-sizing:border-box;
	padding:20px;
	height:350px;
	background:rgba(30,136,229,0.8);
	position:absolute;
	z-index:11;
	top:0px;
	width:100%;
		transform:translateY(350px);
		transition:all 0.6s ease;
	
}
.cy_con_a01 ul li:hover .cy_con_a01c{
transform:translateY(0px)	
}
.cy_con_a01c01{
	padding-top:65px;}
.cy_con_a01c01{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.cy_con_a01c01 a{
		color:#fff;
}
.cy_con_a01c01_x{
	height:1px;
	width:40px;
	margin:10px auto;
	background-color:#fff;}
.cy_con_a01c01_jj{
	margin-top:30px;
	box-sizing:border-box;
	padding:10px 40px;
	display:flex;	 flex-wrap: wrap;
justify-content:space-between;
}
.cy_con_a01c01_jj a{
	display:block;
	width:50%;
	text-align:center;
	color:#fff;
}
.cy_aboutsy_w{
	background:url(../images/aboutsy.jpg)  center no-repeat;
}
.cy_aboutsy{
	padding:60px 0;
	box-sizing:border-box;
}
.cy_aboutsy_l{
	float:left;
	width:500px;
}
.cy_aboutsy_l img{
	width:100%;
}
.cy_aboutsy_r{
	float:right;	
	width:calc(100% - 540px);
}
.cy_aboutsy_r01{
	font-size: 30px;
	margin-top:30px;
	font-weight:bold;
	color:#1e88e5;
}
.cy_aboutsy_r02{
	font-size:24px;
	font-weight:bold;
	color:#e64a19;
	margin-top:25px;
}
.cy_aboutsy_r03{
	font-size:16px;
	line-height:30px;
	margin-top:25px;
}

.cy_aboutsy_r04{
	margin-top:25px;
	font-size:14px;
}
.cy_aboutsy_r04 a{
	color:#666;
}
/******************************/
.cy_sz_w{
	background-color:#1e88e5;
}
.cy_sz{
	padding:60px 0;
	box-sizing:border-box;}
.cy_sz ul{
	display:flex;
	 flex-wrap: wrap;
	justify-content:space-between;}
.cy_sz ul li{
	width:20%;
	text-align:center;
	box-sizing:border-box;
	color:#fff;
	border-right:1px solid #fff;
}
.cy_sz ul li:last-child{
	border-right:0;}
.cy_sz_a{
		font-size:30px;
		font-weight:bold;
	color:#fff;
	height:50px;
}
.cy_sz_a sub{
	font-size:14px;
	font-weight:normal;}
.cy_sz_b{
font-size:14px;
	}

/********************************/
.cy_ysxm_w{
	background-color:#f5f5f5;
	padding:60px 0;
}
.cy_ysxm ul li{
	font-size:14px;
	text-align:center;
	clear:both;
	overflow:hidden;
	box-sizing:border-box;	text-align:center;
}
.cy_ysxm ul li:first-child{
	background-color:#fff;
	padding:20px 10px;
	font-weight:bold;
	font-size:22px;
}
.cy_ysxm ul li .cy_ysxm_l{
	float:left;
	width:220px;
	padding:20px 10px;box-sizing:border-box;
	border-right:2px solid #f5f5f5;
	display:flex;justify-content:center;align-items:center;
}
.cy_ysxm ul li .cy_ysxm_r{
	float:right;
	width:calc(100% - 220px);
box-sizing:border-box;padding:9px 60px;	display: flex;
    justify-content: center;
    align-items: center;
}

.cy_ysxm ul li:nth-child(2n+1) {
	background-color:#fff;

}
.cy_ysxm ul li:nth-child(2n) .cy_ysxm_l {
	border-right:2px solid #fff;
}
.cy_ysxm ul li:nth-child(2n) {
	background-color:#ededed;

}
.cy_ysxm ul li:nth-child(2) .cy_ysxm_r{
	padding:20px 10px;
	font-size:18px;
}
.cy_ysxm ul li:nth-child(2) .cy_ysxm_l{
	padding:20px 10px;
	font-size:18px;
}

.cy_ysxm02{
	margin:0px auto 0;}
.cy_ysxm02_nr{
	margin:40px auto 0;
}
.cy_ysxm02_nr ul{
		display:flex;
	/* flex-wrap: wrap;*/
	justify-content:space-between;
}
.cy_ysxm02_nr ul li{
	width:172px;
}
.cy_ysxm02_nr01a{
		height:172px;
	height:171px;
	box-sizing:border-box;
}
.cy_ysxm02_nr01{
	background:url(../images/l01.jpg) top center no-repeat;

}
.cy_ysxm02_nr02{
	background:url(../images/l02.jpg) top center no-repeat;}
.cy_ysxm02_nr03{
	background:url(../images/l03.jpg) top center no-repeat;}
.cy_ysxm02_nr04{
	background:url(../images/l04.jpg) top center no-repeat;}
.cy_ysxm02_nr05{
	background:url(../images/l05.jpg) top center no-repeat;}
.cy_ysxm02_nr06{
	background:url(../images/l06.jpg) top center no-repeat;}

.cy_ysxm02_nr01a{
	text-align:center;
	padding-top:105px;
	font-size:15px;}
.cy_ysxm02_nr ul li.l11{
	width:19px;
	padding-top:70px;
	padding-left:8px;
	padding-right:8px;
}
.cy_ysxm02_nr02aa{
	box-sizing:border-box;
	padding:10px 15px;
	text-align:center;
	font-size:14px;}
/************************************************/
.cy_cplm_w{
	margin:60px auto 20px;}
.cy_cplm01_w{
	background:url(../images/cp.jpg)  center no-repeat rgba(30,136,229,0.82);
	background-size:cover;margin:40px auto;

}
.cy_cplm02_w{
	background:rgba(30,136,229,0.92);
	padding:60px 0;
}
.cy_cplm01_a{
	border-bottom:3px solid #e64a19;
	padding-bottom:8px;
	font-weight:bold;
	width:240px;
	color:#fff;
	font-size:20px;
}
.cy_cplm01_b{
	margin-top:25px;
	color:#fff;
	font-size:14px;
	line-height:24px;}
.cy_cplm01_c{
	margin-top:40px;
	margin-bottom:40px;}
.cy_cplm01_c ul li{
	float:left;
	width:16%;
}
.cy_cplm01_c ul li:last-child{
	width:20%;
}
.cy_cplm01_c_bt{
	font-size:18px;
	color:#fff;
	font-weight:bold;}
.cy_cplm01_c_bt a{
	color:#fff;
}
.cy_cplm01_c_nr{
	margin-top:10px;
}
.cy_cplm01_c_nr a{
	color:#fff;
	display:block;
	line-height:24px;}
.cy_hzal{
	margin-top:50px;
	margin-bottom:30px;
}
.cy_hzal_a {
	display:flex;
		justify-content:space-between;
		background-color:#d8d8d8;
		font-size:18px;
		height:64px;
		line-height:64px;

}
.cy_hzal_aa{
	width:20%;
			border-right:1px solid #fff;
		border-left:1px solid #fff;
		cursor:pointer;
}
.cy_hzal_a .cy_hzal_aa.on{
	background-color:#e64a19;
		border-right:1px solid #e64a19;
		border-left:1px solid #e64a19;	
	color:#fff;}
.cy_hzal_a .cy_hzal_aa.on a{
	color:#fff;}
.cy_hzal_aa span{
	display:block;
	width:26px;
	height:26px;
	overflow:hidden;
	margin-top:20px;
	margin-right:8px;
	float:left;
	margin-left:55px;
}
.cy_hzal_aa span img{
	width:100%;}
.cy_hzal_a .cy_hzal_aa.on span img{
	transform:translateY(-26px)}
.cy_hzal_a .cy_hzal_aa span img{
	transform:translateY(0px)}
.cy_hzal_a .cy_hzal_aa:hover span img{
	transition:all 0.6s ease;
	transform:translateY(-26px)}
.cy_hzal_a .cy_hzal_aa:hover{
	background-color:#e64a19;

}
.cy_hzal_a .cy_hzal_aa:hover a{
	color:#fff;
}


/*首页-成功案例 开始*/
.ly_idxCase { width:100%; overflow:hidden; margin:0 auto; padding:50px 0; background:#fff;}

.ly_idxCase .lyIdxCase_main { width:1300px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_main .lyIdxCase_list { width:100%;min-height:260px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxCase_list .swiper-slide { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_list .swiper-slide a.pic { display:block;  height:256px; padding:2%;overflow:hidden; margin:0 auto;background-color:#fff; position:relative;text-align:center;border:1px solid #dedede;border-bottom: 0;}
.lyIdxCase_list .swiper-slide a img { max-width:100%; max-height:100%; vertical-align:middle; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxCase_list .swiper-slide a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.lyIdxCase_list .swiper-slide a:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxCase_list .swiper-slide a.tlt { display:block; width:100%; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; background-color:rgba(0, 0, 0, 0.4); }
.lyIdxCase_list .swiper-slide:hover .tlt{background-color: #e64a19;}
.ly_idxCase .h_more{margin: 30px auto 0;}

.lyIdxCase_list .swiper-container2 { width:100%; overflow:hidden; margin:0 auto; padding:0 0 40px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_list .swiper-container2 .swiper-pagination { width:100%; height:10px; overflow:hidden; margin:0; padding:0; left:0; bottom:0!important;}
.lyIdxCase_list .swiper-container2 .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; opacity:0.5; background-color:#e64a19;}
.lyIdxCase_list .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active { opacity:1;}
@media screen and (max-width: 1300px) and (min-width: 1200px){
	.ly_idxCase .lyIdxCase_main  { width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxCase .lyIdxCase_main { width:95%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxCase { padding:40px 0;}
	.ly_idxCase .lyIdxCase_main { width:96%;}
	.lyIdxCase_list .swiper-container2 { padding:0 0 30px;}
	.lyIdxCase_list .swiper-slide a.pic { height:220px;}
	.ly_idxCase .h_more { margin:20px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxCase { padding:0px 0 60px;}
	.ly_idxCase .lyIdxCase_main { width:96%;}
	.lyIdxCase_main .lyIdxCase_list { min-height:200px;}
	.lyIdxCase_list .swiper-slide a.tlt{ height:40px; line-height:40px; font-size:15px;}
	.lyIdxCase_list .swiper-slide a.pic{height:160px;}
	.lyIdxCase_list .swiper-container2 { padding:0 0 30px;}
	.ly_idxCase .h_more { margin:20px auto 0;}
}
@media (max-width: 767px) {
	.ly_idxCase { padding:0px 0 60px;}
	.ly_idxCase .lyIdxCase_main { width:94%;}
	.lyIdxCase_list .swiper-slide a.pic{height:180px;}
	.lyIdxCase_list .swiper-slide a { height:auto;}
	.lyIdxCase_list .swiper-slide a.tlt { height:40px; line-height:40px; font-size:15px;}
	.ly_idxCase .h_public_title{width:100%;}
	.lyIdxCase_list .swiper-container2 { padding:0 0 30px;}
	.ly_idxCase .h_more { margin:20px auto 0;}
	.lyIdxCase_main .lyIdxCase_list { min-height:200px;}
}
@media (max-width: 375px) {
	.lyIdxCase_list .swiper-slide a.pic { height:160px;}
}
@media (max-width: 320px) {
	.lyIdxCase_list .swiper-slide a.pic { height:160px;}
}
/*首页-成功案例 结束*/


.cy_con_d_w{
	background:url(../images/ys.jpg)  center no-repeat rgba(30,136,229,0.82);
	background-size:cover;margin:0px auto 0px;

}

.cy_con_d_w01{
	background:rgba(30,136,229,0.92);
	padding:60px 0;
}
.cy_con_d{
	margin:60px auto;}
.cy_con_d_w01 .lkcon_b_bt01{
	color:#fff;}
.cy_con_d_w01 .lkcon_b_bt01 span{
	color:#fff;}
.cy_con_d_w01 .lkcon_b_bt02{
	color:#fff;}
.cy_con_d_l{
	float:left;
	width:40%;}
.cy_con_d_l img{
	width:100%;}
.cy_con_d_r{
	float:right;
	position:relative;
	margin-top:50px;
	width:56%;}
.cy_con_d_r ul li{
	float:left;
	width:50%;
	padding-top:40px;
	padding-bottom:40px;
	box-sizing:border-box;
	border-right:1px solid #5fa2dd;
	padding-right:30px;
}
.cy_con_d_r ul li:nth-child(2n){
	border-right:0px solid #fff;
	padding-left:50px;	padding-right:0px;
}
.cy_con_d_r ul li:nth-child(3){
	border-top:1px solid #5fa2dd;
}
.cy_con_d_r ul li:nth-child(4){
	border-top:1px solid #5fa2dd;
}
.cy_con_d_r01{
	font-size:22px;
	color:#fff;
	padding-bottom:15px;
}
.cy_con_d_r02{
	font-size:14px;
	color:#fff;
	line-height:30px;}
.cy_con_d_raaa{
	position:absolute;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#fff;
	left:50%;
	margin-left:-10px;
	top:50%;
	margin-top:-25px;
	
}

/*****************************/
.cy_news_w{
	padding:60px 0;
	background-color:#f6f6f6;}
	
	
	

/*首页-公司新闻 开始*/
.ly_idxNews { width:890px; height:auto; margin:60px auto 40px; padding:0;}
.ly_idxNews .h_news_in{padding-top:20px;}
.ly_idxNews .h_news_in .l{width:43%;float:left;}
.h_news_scoll{width:100%;overflow:hidden;}
.h_news_scoll .item{position:relative;/* border: 1px solid #ececec; */}
.h_news_scoll .lSPrev,.h_news_scoll .lSNext{ background:url(../images/jiantou_l.png) center center no-repeat; width:45px; height:45px; position:absolute; left:-65px; top:50%;margin-top:-22px;cursor:pointer;display:none;}

.h_news_scoll .lSNext{ left:auto; right:-65px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.h_news_scoll .content-slider{ width:100%; overflow:hidden;}
.h_news_scoll .content-slider li{margin-right:0;width:100%;background: #f3f3f3;position:relative;}
.h_news_scoll .content-slider li .pic{display:block;text-align:center;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;position:relative;}
.h_news_scoll .content-slider li .pic img{width: 100%;object-fit: cover;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.h_news_scoll .content-slider li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_news_scoll .content-slider li:hover .pic img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}

.h_news_scoll .content-slider li .tlt{display:block;background-color: #1e88e5;text-align:center;height: 48px;line-height: 48px;color: #fff;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;padding:0 3%;width:94%;margin-bottom:-1px;}
.h_news_scoll .content-slider li .tlt a{display:block;width:70%;float:left;text-align:left;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;color:#fff;}
.h_news_scoll .content-slider li .tlt span{display:block;width:25%;float:right;font-size: 15px;color:#fff;text-align:right;}
.h_news_scoll .content-slider li:hover .tlt{color:#ffffff;background-color: #e64a19;}
.lSSlideOuter .lSPager{position:absolute;bottom:70px;right:20px;display:none;}
.h_news_scoll .lSSlideOuter .lSPager.lSpg > li a{width:20px;height:20px;color:#555;background:#dedede;font-size:12px;text-align:center;line-height:20px;border-radius:0;text-indent: 0;}
.h_news_scoll .lSSlideOuter .lSPager.lSpg > li:hover a,.h_news_scoll  .lSSlideOuter .lSPager.lSpg > li.active a{background:#025097;color:#fff;}

.ly_idxNews .h_news_in .r{width:57%;float:right;padding-top:60px;}
.ly_idxNews .h_news_in{position:relative;}
.ly_idxNews .h_news_in .hd{height: 50px;background-color: #1e88e5;line-height: 50px;margin-bottom:10px;position:absolute;top:20px;right:0;width:57%;}
.ly_idxNews .h_news_in .hd span{float:left;width:120px;height:50px;line-height:50px;text-align:center;background: #1e88e5;cursor:pointer;font-size: 16px;color: #fff;}
.ly_idxNews .h_news_in .hd span:hover{background: #e64a19;color: #FFFFFF;height: 50px;}
.ly_idxNews .h_news_in .hd span.on{background: #e64a19;color: #FFFFFF;height: 50px;}
.h_newslist{ width:100%; overflow:hidden; margin:0; padding:0; display:none;}
.h_newslist.on{display:block;}
.h_newslist .l2 {width:100%;background:#fff;padding:6px 20px;border-bottom:1px dashed #eaeaea;box-sizing:border-box;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
.h_newslist .l2 .c_wrap {width:100%; position:relative; margin:0; padding:0;}
.h_newslist .l2 .img { float:left; width:218px; height:123px; position:absolute; left:0; top:0; line-height:0; overflow:hidden;}
.h_newslist .l2 .img img { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_newslist .l2:hover .img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.h_newslist .l2 .tit {width:100%;height:30px;overflow:hidden;line-height:30px;position:relative;position:relative;margin: 0 auto 2px;padding-right:100px;overflow: hidden;box-sizing:border-box;}
.h_newslist .l2 .tit a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#121515;font-size: 16px;text-overflow: ellipsis;white-space:nowrap;}
.h_newslist .l2 .tit a em { display:block; width:4px; height:4px; overflow:hidden; margin:13px 10px 13px 0; padding:0; background-color:#025097; opacity: 0.6; float:left;}
.h_newslist .l2 .time {width:100px;height:30px;overflow:hidden;line-height:30px;color:#999;font-size: 15px;font-family:Arial;text-align:right;position:absolute;right:0;top:0;}
.h_newslist .l2 .info { width:100%; height:50px; overflow:hidden; line-height:25px; color:#999; font-size:14px; text-align:justify;}

.h_newslist .l2:hover .tit a { color:#025097;}
.h_newslist .l2:hover .tit a em { opacity: 1;}

@media screen and (max-width: 1300px) and (min-width: 1200px){
	.ly_idxNews   { width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxNews   { width:95%;}
	.h_news_scoll .item{overflow: hidden;}
	.h_news_scoll .lSPrev, .h_news_scoll .lSNext{display:none;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxNews   { width:95%;}
	.h_news_scoll .item{overflow: hidden;}
	.h_news_scoll .lSPrev, .h_news_scoll .lSNext{display:none;}
	.ly_idxNews .h_news_in .l{width:50%;}
	.ly_idxNews .h_news_in .r{width: 48%;}
	.ly_idxNews .h_news_in .hd{width:48%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxNews   { width:95%;margin: 40px auto 40px;}
	.h_news_scoll .item{overflow: hidden;}
	.h_news_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.h_news_scoll .content-slider li{margin-bottom:18px;}
	.ly_idxNews .h_news_in .l{width:100%;margin-bottom:20px;}
	.h_news_scoll{width:100%;}
	.ly_idxNews .h_news_in .r{width: 100%;padding-top:0;}
	.ly_idxNews .h_news_in .hd{width:100%;position:static;top:0;margin-bottom:40px;}
	
}
@media screen and (max-width:767px) {
	.ly_idxNews   { width:95%;margin: 40px auto 20px;}
	.h_news_scoll .item{overflow: hidden;    min-height: 326px;}
	.h_news_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.h_news_scoll .content-slider li{margin-bottom:18px;}
	.h_news_scoll .content-slider li .tlt a{font-size:15px;}
	.ly_idxNews .h_news_in .l{width:100%;margin-bottom:10px;}
	.h_news_scoll{width:100%;height: 328px;}
	.ly_idxNews .h_news_in .r{width: 100%;padding-top:0;}
	.h_news_scoll .content-slider li .pic{height:280px;}
	.ly_idxNews .h_news_in{padding-top:5px;}
	.ly_idxNews .h_news_in .hd{width:100%;position:static;top:0;margin-bottom:20px;}
	.ly_idxNews .h_news_in .hd span{width:50%;}
}

/*首页-公司新闻 结束*/
.cy_news01_l{
	float:left;
	width:900px;}
.cy_news01_r{
	float:right;
	width:280px;
	margin-top:80px;
}
.cy_news01_r01{
	    height: 50px;
    background-color: #1e88e5;
    line-height: 50px;
	box-sizing:border-box;
	padding-left:25px;font-size: 16px; color:#fff;
}
.cy_news01_r02{
	background-color:#fff;
	box-sizing:border-box;
	padding:15px;}
.wa01a{
	float:left;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#1e88e5;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:16px;
}
.wa01b{
	float:left;
	line-height:36px;
	font-size:15px;
	font-weight:bold;
	margin-left:10px;}
.wa01{
	margin-bottom:4px;}
.wa01aa{
	background-color:#e64a19;}
.wa01bc{
		float:left;
	line-height:22px;
	font-size:12px;width: calc(100% - 42px);
	margin-left:10px;}
	
/***********************************************/
.foot_lb03 span{
	display:block;
	float:left;
	width:105px; margin-left:15px;
}
.foot_lb04 span{
	display:block;
	float:left;
	text-align:center;
	/*width:105px; */margin-left:15px;
}
.foot_r{
	float:right;}
.foot_lb01,.foot_lb02{
	margin-left:15px;}
.foot_lb01aa{
	text-align:left;
	    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	color:#fff;
	clear:both;
}
.foot_la05_a{
	float:left;
	color:#cdcdcd;	text-align:left;

	font-size:15px;
	width:450px;}
.foot_la05_a span{
	display:block;
	margin-right:10px;
	float:left;
	width:25px;}
.foot_la05_a span img{
	width:100%;	
}
.foot_la05{
	margin-top:35px;}
.foot_la05_aaa{
	width:220px;}
.foot_la06{
	margin-top:15px;}
.foot_la06 .foot_la05_a{
	text-align:left;

	width:320px;}
.foot_lb03 span img{
	width:100%;}
	
/********************************************************/
.lk_con_a_w{
	background-color:#f7f7f7;}
.lk_con_a_r{
	border-radius:0;
	background-color:#fff;}
.ny_wz span{
	display:block;
	float:left;
	width:5px;
	height:16px;
	background-color:#333;
	margin-top:17px;
	margin-right:8px;
}
.ny_wz{
	font-size:14px;
	color:#333;}
.ny_wz a{
	font-size:14px;
	color:#666;}
.cy_about_a{
	margin:20px auto 40px;
}
.cy_about_a ul{
	display:flex;
	justify-content:space-between;
}
.cy_about_a ul li{
	width:14.285%;
	text-align:center;
	font-size:16px;
	height:50px;
	line-height:50px;
	background-color:#efefed;
}
.cy_about_a ul li.on{
	background-color:#1e88e5;}
.cy_about_a ul li.on a{
	color:#fff;}
.cy_about_b{
	margin:5px auto 25px;
		height:70px;
	line-height:70px;
	position:relative;
}
.cy_about_b01{
	position:absolute;
	z-index:2;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	height:70px;
	line-height:70px;
}
.cy_about_b02{
	position:absolute;
	z-index:1;
	font-size:66px;	height:70px;
	line-height:70px;
	text-align:center;
	color:#f1f1f1;
	font-weight:bold;
}
.cy_aboutsy_r01aa{
	margin-top:10px;}
.cy_aboutsy_r03aa{
	font-size: 14px;    line-height: 24px;
}

.cy_wh_a{
	margin:40px auto 60px;
	font-size:15px;
	line-height:30px;	
}
.con_c_nr.honoraa ul li{
	width:269px;}
.con_c_nr.honoraa .con_c_pic{
	width:269px;
	height:100%;}
.con_c_nr.honoraa .con_c_pic img {
	width:269px;
	height:100%;
}
.con_c_nr.honoraa ul li{
	margin-right:41px}
.con_c_nr.honoraa ul li:nth-child(3n){
	margin-right: 41px;
}
.con_c_nr.honoraa ul li:nth-child(4n){
	margin-right:0;}
	
	
/**************************************/
.fr {
    float: right;
}
.blk-sm {
    width: 930px;
}
.fl {
    float: left;
}
.blk-xs {
    width: 240px;
}
.p15-infolist-1-t1 {
    padding: 35px 49px 0px 21px;
    background: #fff;
border: 1px dashed #dfdfdf;
    margin-bottom: 20px;
    height: 164px;
}
    .k12-xl-xwlb-1nt2-1-01-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            display: inline-block;
            width:856px;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt {
            width:22%;
            float: left;
            margin-right: 2%;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt img {
            width:100%; 
            display: block;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #348add;}
        .k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
            color: #348add;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .k12-xl-xwlb-1nt2-1-01-list-deta a{color:#fff;}
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
            background: #348add;
            border-color: #348add;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    
.blk {
    margin-bottom: 10px;
}

        .fdh-01-tit {
            background: #348add;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(images/p14-icon2.png) no-repeat right center #348add;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color: #348add;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #348add;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #348add;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #00a0e8;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

   .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1 dt a {
            display: block;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #348add;
        }
        
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(../images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color: #348add;
        }
    

.ny_wzaa{
	border-bottom:1px dashed #dfdfdf;
	margin-bottom:40px;}
.contact-zaa img{
	width:100%;}
.contact-zab{
	margin-bottom:60px;
	box-sizing:border-box;
	padding:20px;
	font-size:16px;
	color:#fff;
	background-color:#348add;}
.contact-zab p img{
	padding-right:10px;
}
.contact-zab p{
	line-height:29px;
	padding-bottom:15px;
	display:block;
	text-align:center;
}
.contact-zab span{
	text-align:center;
	font-size:22px;
	display:block;
	clear:both;
	font-weight:bold;
}


 .p15-infocontent-1 {
            margin-bottom: 30px;
        }
        
        .p15-infocontent-1-tit {
            text-align: center;
            font-weight: normal;
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 40px;
            color: #535353;
            height: 40px;
            overflow: hidden;
        }
        
        .p15-infocontent-1-bool {
            border-bottom: 1px solid #00a0e8;
            height: 20px;
            font-size: 12px;
            color:#909090;
        }
        .p15-infocontent-1-bool span{margin-right:20px;}
        .p15-infocontent-1-bool span a{
            color:#909090;}
        .p15-infocontent-1-bool i {
            font-style: normal;
            float: right;
            display: block;
            width: 80px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #00a0e8;
        }
        
        .p15-infocontent-1-bool i a {
            color: #fff;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 15px;
        } 
        
        .p15-infocontent-1-tag span {
            margin-right: 10px;
        }
    .endit-content{
		margin-top:15px;
		line-height:30px;
		font-size:15px;
		color:#666;
		margin-bottom:60px;}
	.xz_bt{
		font-size:22px;
		color:#333;
		padding-bottom:12px;
		border-bottom:1px dashed #dfdfdf;	
	}
	.xz_nr{
		margin-top:25px;
		margin-bottom:35px;}
.xz_nr ul li{
	clear:both;
	font-size:15px;
	line-height:40px;
	border-bottom:1px dashed #dfdfdf;
}
.xz_nr ul li a span{
	float:right;
	color:#666;
	font-size:12px;
}
.cypro_nr ul{
	
	margin-top:25px;

}
.cypro_nr ul li{
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	width:32%;}
.cypro_nr ul li:nth-child(3n){
	margin-right:0;}
.cypro_nr ul li .cypro_a{
	width:100%;}
.cypro_nr ul li .cypro_a img{
	width:100%;}
.cypro_b{
	height:36px;
	line-height:36px;
	text-align:center;
	border:1px solid #dfdfdf;
}
.cypro_b a{
	color:#666;
	font-size:15px;}
/************************************/
.proshow_nr01{

	margin-bottom:45px;
}
.proshow_nr01_l{
	float:left;
	width:599px;
}
.proshow_nr01_l img{
	width:100%;}
.proshow_nr01_r{
	float:right;
	width:calc(100% - 615px);
	box-sizing:border-box;
	padding:20px;
	background-color:#f1f1f1;
}
.proshow_nr01_r01{
	font-size:30px;
	margin-top:15px;
	padding-bottom:20px;
	float:left;
	border-bottom:3px solid #1e88e5;
}
.proshow_nr01_r02{
	height:3px;
	width:100px;
	clear:both;
	overflow:hidden;
	/*background-color:#1e88e5;*/}
.proshow_nr01_r03{
	margin-top:15px;
	font-size:14px;
	line-height:26px;}
	
.proshow_nr02{
	margin-bottom:30px;
	border: 1px solid #dfdfdf;}
.proshow_nr02_bt{
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	box-sizing: border-box;
	padding:0 10px;
	background-color:#f1f1f1;
}
.proshow_nr02_nr{
	font-size:14px;    box-sizing: border-box;
    padding: 15px 15px 30px;
	line-height:24px;
	margin-top:15px;}
.proshow_nr{
	margin-bottom:60px;}
	
/*******************************************/
.proshow_nr01 {
  margin-bottom: 20px; 
}
.lkpro_bt{
	text-align:center;
	font-size:30px;
	line-height:36px;}
.lkpro_btaab{
	margin:10px auto 40px;
	height:4px;
	width:60px;
	background-color:#1e88e5;
}
.lkpro_a01{
	margin:30px auto 0;
}
.proshow01_nr{
	margin-bottom:0px;}
.proshow01_nr_nav ul{
	display:flex;
	justify-content: space-between;
}
.proshow01_nr_nav ul li{
	width:16.66%;
	background-color:#1e88e5;
	line-height:55px;
	text-align:center;
	font-size:16px;	transition:all 0.3s ease;
}
.proshow01_nr_nav ul li a{
	transition:all 0.3s ease;
	color:#fff;}
.proshow01_nr_nav ul li:hover{
	background-color:#f7f7f7;}
.proshow01_nr_nav ul li:hover a{
	color:#1e88e5;}
.proshow01_nr_nav ul li.on{
	background-color:#f7f7f7;}
.proshow01_nr_nav ul li.on a{
	color:#1e88e5;}
.proshow01_nr_nav_01{
	background-color:#e8e8e8;
	box-sizing:border-box;
	padding:20px 20px 60px;
}
.proshow01_nr_nav_01_bt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding-top:15px;
	line-height:36px;
	margin-bottom:25px;}
.proshow01_nr_nav_01_bt a:hover{
	color:#1e88e5;
}
.proshow01_nr_nav_01_nr{
	line-height:30px;
	font-size:14px;}
.proshow01_nr_nav_02{
	padding:40px 0;
	margin:0px auto;}
.proshow01_nr_nav_02_nr{
	margin:25px auto;
}
.proshow01_nr_nav_02_nr ul {	
	display:flex;

	justify-content:space-between;
}
.proshow01_nr_nav_02_nr ul li{
	width:32%;
}
.proshow01_nr_nav_02_nr ul li .proshow01_nr_nav_02_nr_pic{
	width:100%;}
.proshow01_nr_nav_02_nr ul li .proshow01_nr_nav_02_nr_pic img{
	width:100%;
}
.proshow01_nr_nav_02_nr_jj{
	padding:25px;
	box-sizing:border-box;
	background-color:#f1f1f1;}
.proshow01_nr_nav_02_nr_jj01{
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;}
.proshow01_nr_nav_02_nr_jj02{
	line-height:24px;
	font-size:14px;}
	
.lkpro03_bj_w{
		background: url(../images/bjc.jpg) center no-repeat rgba(30,136,229,0.82);
    background-size: cover;
    margin: 0px auto 0px;
	}	
.lkpro03_bj_wa {
    background: rgba(30,136,229,0.52);
    padding: 60px 0;
}
.lkpro03_bj{
	font-size:30px;
	text-align:center;
	line-height:40px;
	color:#fff;
}
.lkpro03_bj_jj{
	font-size:14px;
	margin:20px auto;
	line-height:22px;
	width:680px;}
.lkpro03_bj_nr{
	margin:60px auto 40px;
}
.lkpro03_bj_nr ul {

}
.lkpro03_bj_nr ul li{
	width:160px;
	height:160px;
	margin-bottom:25px;
	float:left;
	margin-right:48px;
	box-sizing:border-box;
	border-radius:50%;
	font-size:18px;
    background: rgb(30 125 209 / 90%);
	color:#fff;
	padding:56px 15px 20px;
	line-height:24px;
}
.lkpro03_bj_nr ul li:nth-child(6n){
	margin-right:0;}
.lkpro03_bj_nr ul li:nth-child(5){
	padding-top:45px;}
.cy_ysxm02.cy_ysxm02ny{
	margin:0 auto;}
.cy_ysxm02.cy_ysxm02ny .cy_ysxm02_nr{
	margin:0 auto;}
/**************************/
.lkfwxm{
	margin:0px auto;
	padding:40px 0;
}
.lkfwxm_nr ul{
/*	display:flex;
		 flex-wrap: wrap;
	justify-content:space-between;*/
}
.lkfwxm_nr ul li{
	width:23.5%;
	overflow:hidden;
	margin-bottom:20px;
	float:left;
	margin-right:2%
}
.lkfwxm_nr ul li:nth-child(4n){
	margin-right:0;}
.lkfwxm_nr ul li .lkfwxm_nr_01{
	width:100%;
	overflow:hidden;
}
.lkfwxm_nr ul li .lkfwxm_nr_01 img{
	width:100%;
	transition:all 0.6s ease;
}
.lkfwxm_nr ul li:hover .lkfwxm_nr_01 img{
	transform:scale(1.1);
}
.lkfwxm_nr_02{
	text-align:center;
	font-size:15px;
	margin-top:10px;
	line-height:30px;}
.lkfwxm_nr_02aa{
	background-color:#828282;margin-top: 0px; height:40px; line-height:40px;
}
.lkfwxm_nr_02aa a{
color:#fff;
}
.lkfwxm_nr_02aa:hover{
		background-color:#e64a19;
}
.lkfwxm_nr_02aa:hover a{
	color:#fff;
}
/*********************/
.proshow01_nr_w.c.main_w.fixednav {
    position: fixed;
    z-index: 11111;
    height: 55px;
    top: 0;
}
.proshow01_nr_w.c.main_w.fixednav .proshow01_nr_nav {
	background-color:#fff;}
	
/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.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: #348add;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #348add;
	color: #fff;
}
/****************/
.cy_con_a01 ul li:nth-child(4) .cy_con_a01c01_jj a{
	width:100%;}
.cy_con_a01 ul li:nth-child(5) .cy_con_a01c01_jj a{
	width:100%;}
	
.bjaa{
	    background-color: #3b3b3b;
}
.bjbb{
	background-color: #1e88e5;
	
}
.bjbb .cy_ysxm ul li:nth-child(2n+1){
	color: #fff;
	background-color: #0067c1;
}
.bjbb  .cy_ysxm ul li:nth-child(2n) {
    background-color: #3492e5;
	color:#fff;
}

.bjbb .cy_ysxm ul li:nth-child(2n) .cy_ysxm_l{
	border-right: 2px solid #7cc2ff;
}
.bjbb.cy_ysxm ul li .cy_ysxm_l{
	border-right: 2px solid #7cc2ff;
}