@charset "UTF-8";
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	list-style: none;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #fff;
	font: normal 12px/22px "微软雅黑";
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {

}

.clear {
	clear: both;
}

.lee_header {
	overflow: hidden;
	height: 33px;
	background: #EFEFF0;
}

.lee_header div {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 12px;
	color: #787878;
	line-height: 33px;
}

.lee_logos_header {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 122px;
	padding: 0 13px 0 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.lee_logos_header h1 {
	width: 528px;
	overflow: hidden;
	display: block;
	font-size: 1px;
}

.lee_logos_header h1 img {
	width: 100%;
}

.lee_logos_header .fr {
	overflow: hidden;
}
.daohang{ margin:0 auto; width:100%; position:absolute; z-index:999999999999;margin-top:260px; }
.daohang .tt{ font-size:36px; color:#FFF; text-align:center; width:auto; margin:0 auto; line-height:45px; height:60px; background: url(/newskin/images/tt.png) no-repeat bottom;}
.daohang .cc{ font-size:18px; color:#00a8e1; width:auto; margin:0 auto; text-align:center; line-height:40px;}
@media(max-width:680px){
	.lee_logos_header .fr {
		display:none;
	}
}
.lee_logos_header .fr div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom:5px;
}

.lee_logos_header .fr div img {
	width: 29px;
}

.lee_logos_header .fr div p {
	font-size: 14px;
	color: #4f4f4f;
	margin-left: 11px;
}

.lee_logos_header .fr span {
	display: block;
	font-size: 24px;
	color: #ce0000;
	margin-top: 0px;
	font-weight: bold;
}

.lee_navbar {
	height: 69px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.lee_navbar ul {
	font-size: 1px;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding-left: 100px;
	box-sizing: border-box;
}

.lee_navbar ul li {
	padding: 0 26px;
	box-sizing: border-box;
	height: 67px;
	text-align: center;
	line-height: 67px;
	float: left;
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	position: relative;
	font-size: 14px;
}

.lee_navbar ul li a {
	color: #333333;
}

.lee_navbar ul li.on {
	background: #105EAC;
}

.lee_navbar ul li.on a {
	color: #fff;
}

.lee_navbar ul li:first-child {
	border-left: 1px solid #e5e5e5;
}

.lee_navbar ul li:hover {
	background: #105EAC;
}

.lee_navbar ul li:hover a {
	color: #fff;
}

.lee_navbar ul li:hover dl {
	display: block;
}

.lee_navbar ul li dl {
	overflow: hidden;
	z-index: 99999999999;
	width: 100%;
	position: absolute;
	left: 0;
	display: none;
	/* padding: 10px 0; */
	box-sizing: border-box;
	background: rgba(114, 178, 218, 0.8);
	top: 67px;
}

.lee_navbar ul li dl dd {
	padding:3px 0;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
}

.lee_navbar ul li dl dd:hover a {
	color: #105eac;
}

.lee_navbar ul li dl dd a {
	color: #fff;
}

.lee_banner {
	overflow: hidden;
	width: 100%;
	font-size: 1px;
}

.lee_banner img {
	width: 100%;
}

.lee_service {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0 25px 0;
	box-sizing: border-box;
}

.lee_service ul {
	overflow: hidden;
	margin-top: 40px;
}

.lee_service ul li {
	overflow: hidden;
	width: 384px;
	font-size: 1px;
	float: left;
	margin-bottom: 23px;
	margin-right: 23px;
}

.lee_service ul li img {
	display: block;
	width: 100%;
}

.lee_service ul li:hover div {
	background: #105EAC;
}
.caodna{display: none;}
.lee_service ul li:hover p {
	color: #fff;
}

.lee_service ul li:hover span {
	color: #fff;
}

.lee_service ul li:nth-child(3n) {
	margin-right: 0;
}

.lee_service ul li div {
	overflow: hidden;
	background: #F2F2F2;
	transition: all .3s;
	height: 97px;
	padding: 10px 23px 0 26px;
	box-sizing: border-box;
}

.lee_service ul li div p {
	font-size: 16px;
	color: #1d1d1d;
	transition: all .3s;
	line-height: 30px;
}

.lee_service ul li div span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #757575;
	line-height: 22px;
	display: -webkit-box;
	transition: all .3s;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hide {
	display: none;
}

.lee_ser_title {
	overflow: hidden;
	text-align: center;
}

.lee_ser_title p {
	font-size: 24px;
	color: #3a3a3a;
	text-align: center;
	position: relative;
}

.lee_ser_title p::before {
	content: '';
	width: 89px;
	height: 2px;
	background: #105EAC;
	position: absolute;
	left: 50%;
	margin-left: -44.5px;
	bottom: -11px;
}

.lee_ser_title span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #858585;
	margin-top: 18px;
}

.lee_news {
	overflow: hidden;
	width: 100%;
	height: 540px;
	background-image: url(../images/ins_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 55px 0 0 0;
	box-sizing: border-box;
}

.lee_news .lee_box {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 21px;
}

.lee_news .lee_box .fl {
	overflow: hidden;
	float: left;
	width: 458px;
}

.lee_news .lee_box .fl .fl_tops {
	position: relative;
	width: 100%;
	height: 260px;
}

.lee_news .lee_box .fl .fl_tops img {
	height: 100%;
	width: 100%;
}

.lee_news .lee_box .fl .fl_tops div {
	overflow: hidden;
	width: 101px;
	background: rgba(124, 156, 197, 0.8);
	height: 101px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.lee_news .lee_box .fl .fl_tops div p {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	line-height: 1;
}


.lee_news .lee_box .fl .fl_tops div span {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 23px;
	line-height: 1;
}

.lee_news .lee_box .fl .fl_top_tit {
	font-size: 18px;
	margin-top: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3a3a3a;
}

.lee_news .lee_box .fl .fl_bot_s {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 20px;
}
.lee_news .lee_box a{
	display:block;
}
.lee_news .lee_box a:hover .fl_top_tit{
	color:#105EAC;
}
.lee_news .lee_box a:hover .fl_bot_s{
	color:#105EAC;
}

.lee_news .lee_box .fr {
	overflow: hidden;
	width: 695px;
	float: right;
}

.lee_news .lee_box .fr .uls {
	overflow: hidden;
}

.lee_news .lee_box .fr .uls .uls_item {
	overflow: hidden;
	height: 95px;
	cursor: pointer;
	width: 100%;
	margin-bottom: 18px;
}

.lee_news .lee_box .fr .uls .uls_item:hover .num_font {
	background: rgba(39, 153, 200, 0.9);
}

.lee_news .lee_box .fr .uls .uls_item:hover .nums {
	background: #7c9cc5;
}

.lee_news .lee_box .fr .uls .uls_item .nums {
	overflow: hidden;
	width: 101px;
	height: 95px;
	background: rgba(124, 156, 197, 0.8);
	float: left;
}

.lee_news .lee_box .fr .uls .uls_item .nums p {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 18px;
	line-height: 1;
}

.lee_news .lee_box .fr .uls .uls_item .nums span {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 23px;
	line-height: 1;
}

.lee_news .lee_box .fr .uls .uls_item .num_font {
	overflow: hidden;
	height: 100%;
	width: 594px;
	padding: 10px 34px 20px 21px;
	box-sizing: border-box;
	float: left;
	background: rgba(91, 183, 227, 0.8);
}

.lee_news .lee_box .fr .uls .uls_item .num_font p {
	font-size: 16px;
	color: #fff;
	line-height:20px;
}

.swiper-container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.swiper-slide {
	text-align: center;
}

.lee_news .lee_box .fr .uls .uls_item .num_font span {
	display: block;
	font-size: 14px;
	color: #fff;
	height: 95px;
}

.lee_case {
	overflow: hidden;
	padding: 45px 0;
	box-sizing: border-box;
}

.lee_case .lee_slides {
	overflow: hidden;
	margin: 0 auto;
	width: 1330px;
	position: relative;
	margin-top: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icons_49.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/icons_46.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 38px;
	height: 38px;
}

.lee_slides .box_slk {
	overflow: hidden;
}

.lee_slides .box_slk div {
	overflow: hidden;
	width: 287px;
	float: left;
	margin-right: 17px;
	margin-top: 47px;
}

.lee_slides .box_slk div:nth-child(4n) {
	margin-right: 0;
}

.lee_slides .box_slk div img {
	width: 100%;
}

.box_slk div p {
	font-size: 12px;
	color: #858585;
	line-height: 40px;
	text-align: center;
}

.lee_Partner {
	overflow: hidden;
	
}

.lee_Partner ul {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 27px;
}

.lee_Partner ul li {
	overflow: hidden;
	float: left;
	margin-bottom: 22px;
	margin-right: 8px;
	height: 104px;
	width: 186px;
	border:1px solid #CCC; padding:2px;
}

.lee_Partner ul li img {
width:100%; 
}

.lee_Partner ul li:nth-child(6n) {
	margin-right: 0;
}

.lee_footer {
	overflow: hidden;
	background: #105EAC;
	width: 100%;
	padding: 25px 0;
	box-sizing: border-box;
}

.lee_footer a{ color:#FFF; }

.lee_navs {
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 8888888888;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
}

.lee_navs ul {
	overflow: hidden;
	width: 65%;
	position: absolute;
	right: -65%;
	top: 0;
	height: 100vh;
	overflow: auto;
	background: #fff;
}

.lee_navs ul li {
	width: 100%;
	font-size: .26rem;
	line-height: .8rem;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
}

.lee_navs ul li>a {
	padding-left: .3rem;
}

.lee_navs ul li dl {
	display: none;
}

.lee_navs ul li dd {
	width: 100%;
	font-size: .26rem;
	line-height: .8rem;
	padding-left: .3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
}

.lee_navs ul li dd:last-child {
	border: none;
}

.lee_footer p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

@media (max-width: 1330px) {
	.lee_case .lee_slides {
		width: 100%;
	}
}

@media (max-width: 1300px) {
	.sa {
		width: 85%;
	}
	.sa .swiper-slide {
		width: 25% !important;
	}
	.sa .swiper-slide img {
		width: 100%;
	}
}

@media (max-width: 1220px) {
	.sa {
		width: 85%;
		margin: 0 auto;
	}
	.lee_header div {
		width: 100%;
	}
	.lee_navbar ul{
		padding-left: 0;
		width: 100%;
	}
	.lee_logos_header {
		width: 100%;
	}
	.lee_service {
		width: 100%;
	}
	.lee_news .lee_box {
		width: 100%;
	}
	.lee_case .lee_slides {
		width: 100%;
	}
	.lee_Partner ul {
		width: 100%;
	}
	.lee_service ul li {
		width: 32%;
		margin-right: 1.911666%;
	}
	.lee_news .lee_box .fl {
		width: 38.166666%;
	}
	.lee_news .lee_box .fr {
		width: 57.916666%;
	}
	.lee_news .lee_box .fr .uls .uls_item .nums {
		width: 14.53237%;
	}
	.lee_news .lee_box .fr .uls .uls_item .num_font {
		width: 85.467625%;
	}
	.lee_news .lee_box .fl .fl_tops {
		height: auto;
	}
	.lee_case .lee_slides .box_slk div {
		width: 23.9166666%;
		margin-right: 1.41666666%;
	}
	.lee_Partner ul li {
		width: 15.8333333%;
		margin-right: 1%;
	}
}

@media (max-width: 889px) {
	.lee_navbar ul li {
		width: 12%;
		padding: 0;
	}
}

@media (max-width: 750px) {
	.swiper-button-next, .swiper-button-prev{width: .45rem;height: .45rem}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 3px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 3px;}
.caodna{display: block;}
	.sa  .swiper-slide{width: 50% !important;}
	.caodna {
		width: .6rem;
		height: .5rem;
		margin-top: .15rem;
		margin-right: .2rem;
	}
	.lee_navbar {
		display: none;
	}
	.lee_header {
		height: .8rem;
	}
	.lee_header div {
		line-height: .8rem;
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		position: relative;
	}
	.lee_logos_header {
		height: auto;
		padding: .2rem .1rem;
	}
	.lee_logos_header h1 {
		width: 5rem;
	}
	.lee_logos_header .fr div img {
		width: .25rem;
	}
	.lee_logos_header .fr div p {
		font-size: .14rem;
		margin-left: .1rem;
	}
	.lee_logos_header .fr span {
		font-size: .2rem;
	}
	.lee_service {
		padding: .2rem 0
	}
	.lee_ser_title p {
		font-size: .4rem;
	}
	.lee_service ul {
		padding: 0 .1rem;
		margin-top: .15rem;
	}
	.lee_service ul li {
		width: 48%;
	}
	.lee_service ul li div {
		padding: .12rem .2rem 0 .2rem
	}
	.lee_service ul li div p {
		text-align: center;
	}
	.lee_service ul li:nth-child(3n) {
		margin-right: 1.911666%;
	}
	.lee_news {
		height: auto;
		padding-top: .2rem;
	}
	.lee_news .lee_box .fl {
		width: 85%;
		margin: 0 auto;
		float: none;
	}
	.lee_news .lee_box .fl .fl_tops img {
		height: 100%;
	}
	.lee_news .lee_box .fl .fl_tops {
		height: 4rem;
	}
	.lee_news .lee_box .fr {
		width: 85%;
		margin: 0 auto;
		float: none;
		margin-top: .1rem;
	}
	.lee_news .lee_box .fr .uls .uls_item {
		height: 1.6rem;
	}
	.lee_news .lee_box .fr .uls .uls_item .nums p {
		font-size: .3rem;
	}
	.lee_news .lee_box .fr .uls .uls_item .nums span {
		font-size: .12rem;
	}
	.lee_news .lee_box .fr .uls .uls_item .num_font {
		padding: .15rem;
	}
	.lee_news .lee_box .fr .uls .uls_item .num_font p {
	    font-size: .3rem;
    font-weight: 700;

	}
	.lee_news .lee_box .fr .uls .uls_item .num_font span {
		font-size: .12rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		transition: all .3s;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.lee_news .lee_box .fr .uls .uls_item .nums {
		width: 20%;
	}
	.lee_news .lee_box .fr .uls .uls_item .num_font {
		width: 80%;
		padding: 4px 8px 14px 8px;
	
	}
	.lee_news .lee_box .fr .uls .uls_item .num_font  span{ font-size:12px; line-height:18px;}
	.lee_case {
		padding: .2rem 0;
	}
	.lee_case .lee_slides .box_slk div {
		margin-top: .32rem;
	}
	.lee_Partner ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.lee_Partner ul li {
		width: 30%;
		margin-right: 0;
		height: auto;
	}
	.lee_footer {
		padding: .2rem 0;
	}
	.lee_footer p {
		font-size: .12rem;
		line-height: .4rem;
	}
	
	.lee_ser_title p::before {
	content: '';
	width: 89px;
	height: 2px;
	background: #105EAC;
	position: absolute;
	left: 50%;
	margin-left: -44.5px;
	bottom: -8px;
}

.daohang{ margin:0 auto; width:100%; position:absolute; z-index:999999999999;margin-top:10px; }
.daohang .tt{display:none; font-size:1.9em; color:#FFF; text-align:center; width:auto; margin:0 auto; line-height:1.9em; height:1.9em; background:none;}
.daohang .cc{ display:none; font-size:.9em; color:#00a8e1; width:auto; margin:0 auto; text-align:center; line-height:1.2em;;}
	
}