html,
body {
	margin: 0;
	padding: 0;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	min-width: 1300px;
}

img {
	border: 0 none;
}

a {
	text-decoration: none !important;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

p {
	margin: 0 auto;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

.container {
	width: 100%;
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.qczx {
	width: 100%;
	background-color: #FFFFFF;
}

/* 鐎佃壈鍩?*/
nav {
	width: 100%;
	background-color: #FFFFFF;
	height: 88px;
	border-bottom: 1px solid #0D66C2;
}

nav .top {
	width: 100%;
	height: 100%;
}

nav .logo {
	margin-top: 4px;
}

.top>ul {
	float: right;
	height: 100%;
}

.top>ul>li {
	float: left;
	height: 100%;
	position: relative;
}

.top>ul>li:hover {
	background-color: #0D66C2;
	background-color: rgba(13, 102, 194, 1);
}

.top>ul>li:hover a {
	color: #FFFFFF;
}

.top>ul>li>a {
	display: inline-block;
	text-decoration: none;
	height: 100%;
	padding: 0 15px;
	line-height: 88px;
	font-size: 1rem;
	color: #333333;
}

.top>ul>li>ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	background-color: #0D66C2;
	background-color: rgba(13, 102, 194, 0.7);
	z-index: 2;
}

/* .top > ul > .on > ul {
	display: block;
} */
.top>ul>li>ul li {
	height: 40px;
	line-height: 40px;
}

.top>ul>li>ul li a {
	color: #FFFFFF;
	font-size: 1rem;
}

.top>ul>.sou {
	background: none !important;
}

.top>ul>.sou a {
	padding-right: 0;
	line-height: 1;
}

.top>ul>.sou a img {
	margin-top: 30px;
}

.top>ul>.sou input[type="text"] {
	position: absolute;
	display: none;
	height: 36px;
	width: 160px;
	right: 0;
	top: 26px;
	background: none;
	border: none;
	background-color: #0D66C2;
	padding-left: 10px;
	border-radius: 50px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
}

.top>ul>.sou:hover input[type="text"] {
	display: block;
}

.top>ul>.sou input[type="submit"] {
	width: 36px;
	height: 36px;
	margin-top: 26px;
	position: relative;
	z-index: 10;
	background: none;
	border: none;
	cursor: pointer;
	background: url(../image/sou.png) no-repeat center center;
}


/* banner */
.banner {
	width: 100%;
	height: 888px;
	height: calc(100vh - 88px);
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	min-width: 100%;
	min-height: 100%;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s; */
}

.banner .swiper-pagination {}

.banner .pagination .swiper-pagination-switch {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.banner .pagination .swiper-active-switch {
	width: 50px;
}


@media (max-width:1440px) {
	.banner {
		height:650px;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	}
}
@media (max-width:1280px) {
	.banner {
		height:586px;
	}
}

/* swiper-one */
#swiper-one {}

/* swiper-two */
#swiper-two {}

/* swiper-three */
#swiper-three {}

.about {
	padding-top: 40px;
	padding-bottom: 30px;
}

.abo-bt {
	width: 270px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.abo-bt img {
	position: absolute;
}

.abo-bt .one {
	left: 140px;
	top: 10px;
	z-index: 3;
}

.abo-bt .two {
	top: 10px;
	left: 80px;
	z-index: 3;
}

.abo-bt .three {
	left: 95px;
	top: 50px;
	z-index: 2;
}

.abo-bt .four {
	left: 8px;
	top: 11px;
	z-index: 1;
}

/* detail */
.ab-det {
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
	display: inline-block;
}

.ab-lef {
	width: 740px;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}

.ab-lef>p {
	font-size: 16px;
	font-size: 1rem;
	text-align: justify;
	color: #777777;
	text-indent: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 4;
	line-height: 2;
}

.ab-lef>p>a {
	color: #0D66C2;
}

.ab-rig {
	width: 400px;
	float: right;
	text-align: right;
}

.ab-rig .img {
	display: inline-block;
	float: right;
	width: 400px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.ab-rig .img img {
	width: 100%;
}

.ab-rig .img .ab-bo {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.ab-rig .img:hover .ab-bo {
	transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.ab-lef ul {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.ab-lef ul li {
	height: 92px;
	width: 215px;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #CFE0F3;
}

.ab-lef ul li:first-child {
	margin: 0;
}

.ab-lef ul li:last-child {
	border: none;
}

.ab-lef ul li a {
	text-decoration: none;
	display: inline-block;
	width: 90%;
	width: calc(100% - 11px);
	height: 100%;
	position: relative;
	border-radius: 10px;
	padding: 5px 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.ab-lef ul li a img {
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translate(-50%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 4;
}

.ab-lef ul li a .one {
	z-index: 5;
}

.ab-lef ul li a .two {
	transform: translate(-50%, 50%);
	opacity: 0;
}

.ab-lef ul li a p {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	color: #333333;
	margin-top: 60px;
	position: relative;
	z-index: 4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.ab-lef ul li a div {
	background-color: #5593D4;
	background: linear-gradient(135deg, rgba(13, 102, 194, 0.7), rgba(91, 180, 49, 0.7));
	position: absolute;
	top: 0;
	width: 0px;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.35;
	box-sizing: border-box;
	z-index: 2;
}

.ab-lef ul li a .one-1 {
	left: 0;
}

.ab-lef ul li a .one-2 {
	right: 0;
}

.ab-lef ul li a .one-3 {
	right: 0;
	opacity: 0.75;
}

.ab-lef ul li a .one-4 {
	left: 0;
	opacity: 0.75;
}

.ab-lef ul li a:hover {}

.ab-lef ul li a:hover div {
	width: 100%;
}

.ab-lef ul li a:hover .one-3,
.ab-lef ul li a:hover .one-4 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

/* .ab-lef ul li a:hover {
	background: linear-gradient(135deg, rgba(4, 137, 212, 0.5), rgba(0, 163, 163, 0.5));
} */

.ab-lef ul li a:hover p {
	color: #FFFFFF;
}

.ab-lef ul li a:hover .one {
	transform: translate(-50%, -50%);
	opacity: 0;
}

.ab-lef ul li a:hover .two {
	transform: translate(-50%, 0);
	opacity: 1;
	z-index: 6;
}

/* 娑擃厼绺鹃崝銊︹偓锟?*/
.dt {
	width: 100%;
	height: 526px;
	padding-top: 40px;
	background: url(../image/dt-bg.png) no-repeat center center;
}

.bt-1 {
	width: 100%;
	background: url(../image/bt-11.png) no-repeat left center;
	padding-left: 64px;
	position: relative;
	margin-bottom: 33px;
}

.bt-1 span {
	font-size: 1.875rem;
	font-weight: 600;
	color: #FFFFFF;
	display: block;
}

.bt-1 img {
	margin-top: 10px;
}

.bt-1 a {
	display: inline-block;
	float: right;
	width: 140px;
	height: 44px;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	margin-top: -40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.bt-1 a:hover {
	user-select: 0.1rem;
	font-weight: 600;
}

/* 閺備即妞堟潪顔芥尡 */
.news-lef {
	float: left;
	width: 50%;
	height: 350px;
}

#swiper2 {
	width: 100%;
	height: 100%;
}

#swiper2 .pagination {
	width: auto;
	right: 0;
	left: auto;
	right: 10px;
	bottom: 15px;
}

#swiper2 .pagination .swiper-pagination-switch {
	opacity: 1;
	background-color: #FFFFFF;
	width: 10px;
	height: 10px;
}

#swiper2 .pagination .swiper-active-switch {
	background-color: #00959C;
}

.news-lef p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 48px;
	line-height: 48px;
	margin: 0;
	overflow: hidden;
	background-color: #000000;
	background: rgba(12, 12, 12, 0.4);
}

.news-lef p a {
	display: inline-block;
	width: 80%;
	padding-left: 16px;
	font-size: 1rem;
	color: #FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	transform: translate(0, 100%);
}

.news-lef .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.news-lef .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.news-lef .swiper-slide img:hover {
	transform: scale(1.1, 1.1);
}

.news-lef .swiper-slide-active p a {
	transform: translate(0, 0);
}

.pic_new {
	width: 100%;
	height: 100%;
}

.pic_new .pic,
.pic_new .pic li,
.pic_new .pic li a img {
	width: 100%;
	height: 100%;
}

.pic_new .pic li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.pic_new .txt-bg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 48px;
	overflow: hidden;
	background-color: #000000;
	background: rgba(12, 12, 12, 0.4);
}

.pic_new .txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 48px;
	overflow: hidden;
}

.pic_new .txt ul {
	width: 100%;
}

.pic_new .txt ul li {
	height: 48px;
	position: absolute;
	bottom: -56px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.pic_new .txt ul li a {
	display: inline-block;
	height: 100%;
	line-height: 48px;
	width: 80%;
	padding-left: 16px;
	font-size: 1rem;
	color: #FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.pic_new .num {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	right: 0px;
}

.pic_new .num li {
	float: left;
	position: relative;
	width: 16px;
	height: 15px;
	font: 12px/15px "瀹嬩綋";
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50px;
}

.pic_new .num li a,
.pic_new .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.pic_new .num li span {
	z-index: 1;
	background: #1b1b1b;
	filter: alpha(opacity=90);
	opacity: 0.90;
	font: 14px/15px "寰蒋闆呴粦";
}

.pic_new .num li.on a,
.pic_new .num a:hover {
	background: #00959C;
	color: #fff;
}

/* 閺備即妞堥崚妤勩€?*/
.news-list {
	width: 570px;
	height: 100%;
	float: right;
}

.news-list ul {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.news-list ul>span {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100px;
	width: calc(100% + 20px);
	background-color: #0D66C2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.news-list ul li label span,
.news-list ul li label p,
.news-list ul li .det a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.news-list ul li {
	width: 100%;
	height: 72px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
	border-radius: 0 10px 10px 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.news-list ul li:last-child {
	margin-bottom: 0;
}

.news-list ul li label {
	display: inline-block;
	width: 72px;
	text-align: center;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.news-list ul li label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	background-color: #0D66C2;
	border-radius: 50%;
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.news-list ul li label::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200%;
	height: 200%;
	background-color: #0D66C2;
	border-radius: 50%;
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.news-list ul li label span {
	display: inline-block;
	font-size: 32px;
	font-size: 2rem;
	color: #777777;
	margin-top: 3px;
	position: relative;
	z-index: 2;
}

.news-list ul li label p {
	margin: 0;
	font-size: 14px;
	font-size: 0.75rem;
	color: #777777;
	position: relative;
	z-index: 2;
}

.news-list ul li .det {
	float: right;
	height: 100%;
	width: 82%;
}

.news-list ul li .det a {
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	margin-top: 0;
}

.news-list ul li .det a:nth-child(1) {
	font-size: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.news-list ul li .det a:nth-child(2) {
	font-size: 0.875rem;
	color: #E3EEF9;
	margin-top: 0;
	line-height: 1.6;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.news-list ul li .det .one {
	font-size: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.news-list ul li .det .two {
	font-size: 0.875rem;
	color: #E3EEF9;
	margin-top: 0;
	line-height: 1.6;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.news-list ul li:hover label {
	background-color: #0D66C2 !important;
}

.news-list ul .on lable {
	background-color: #0D66C2 !important;
}

.news-list ul .on .det a {
	/* text-decoration: underline; */
}

.news-list ul .on {
	/* background-color: rgba(0,0,0,0.1); */
}

.news-list ul .on .det a:nth-child(1) {
	font-weight: 600;
}

.news-list ul .on .det a:nth-child(2) {
	text-decoration: underline;
}

.news-list ul .on label::before,
.news-list ul .on label::after {
	/* border-radius: 0; */
	opacity: 1;
	transform: scale(1);
}

.news-list ul .on label span,
.news-list ul .on label p {
	color: #FFFFFF;
}

/* .news-list ul .on .det a,
.news-list ul .on .det a:nth-child(2) {
	color: #00959C;
} */


/* 閼宠棄濮忕仦鏇犮仛 */
.zs {
	width: 100%;
	height: 560px;
	padding-top: 40px;
}

.zs-1 {
	width: 100%;
	height: 480px;
	border: 1px solid #0D66C2;
}

.zs-2 {
	width: 126px;
	height: 100%;
	float: left;
	background-color: #0D66C2;
	position: relative;
}

.zs-2>img {
	margin-top: 59px;
	margin-left: 47px;
}

.zs-2>a {
	position: absolute;
	bottom: 100px;
	width: 56px;
	left: 50px;
}

.zs-2>a p {
	font-size: 0.875rem;
	color: #FFFFFF;
}

.zs-qie {
	position: absolute;
	left: 34px;
	width: 56px;
	bottom: 40px;
	background: url(../image/zs-bg.png) no-repeat center center;
}

.zs-qie .lef {
	float: left;
}

.zs-qie .rig {
	float: right;
}

.zs-3 {
	width: 1010px;
	float: left;
	margin-left: 30px;
}

.zs-3 #swiper3 {
	width: 100%;
	height: 100%;
	height: 200px;
	margin-top: 30px;
}

.zs-3 #swiper4 {
	margin-top: 20px;
	height: 200px;
}

.zs-3 #swiper3 .swiper-slide,
.zs-3 #swiper4 .swiper-slide {
	height: 100%;
	overflow: hidden;
}

.zs-3 #swiper3 a,
.zs-3 #swiper4 a {
	display: inline-block;
	padding: 0 2%;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.zs-3 #swiper3 a img,
.zs-3 #swiper4 a img {
	width: 100%;
	height: 100%;
}

.zs-3 #swiper3 a p,
.zs-3 #swiper4 a p {
	position: absolute;
	width: 96%;
	height: 100%;
	left: 2%;
	top: 100%;
	opacity: 0;
	background-color: #0D66C2;
	background-color: rgba(13, 102, 194, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.zs-3 #swiper3 a:hover p,
.zs-3 #swiper4 a:hover p {
	top: 0;
	opacity: 1;
}

.zs-3 #swiper3 a p span,
.zs-3 #swiper4 a p span {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 600;
}


/* map */
.map {
	width: 100%;
	height: 440px;
	overflow: hidden;
	background: url(../image/map.png) no-repeat center center;
}

.map-1 {
	width: 100%;
	height: 440px;
	position: relative;
}

.bt-2 {
	width: 100%;
	height: 92px;
	text-align: center;
	background: url(../image/lxwm.png) no-repeat;
	background-position: center bottom 15px;
}

.bt-2 span {
	display: inline-block;
	height: 100%;
	font-size: 1.875rem;
	color: #0D66C2;
	font-weight: 600;
	position: relative;
	line-height: 100px;
	background: url(../image/bt-di.png) no-repeat center;
	background-position: bottom;
}

.bt-2 span::before {
	content: "";
	position: absolute;
	left: 20%;
	width: 60%;
	height: 5px;
	bottom: 0;
	/* background-color: #0D66C2; */
}

.map-1 .bj {
	position: absolute;
	left: 19.5%;
	top: 48%;
}

.map-1 .det {
	position: absolute;
	top: 39%;
	left: 24.5%;
	width: 570px;
	height: 160px;
	background: url(../image/bj-2.png) no-repeat center center;
}

.map-1 .det>span {
	display: inline-block;
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
	margin-left: 40px;
}

.map-1 .det p {
	padding-left: 30px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #777777;
	line-height: 2.3;
	background: url(../image/map-1.png) no-repeat left center;
	margin-left: 40px;
}

.map-1 .det p:last-child {
	background-image: url(../image/map-2.png);
}











/* footer */
footer {
	width: 100%;
	height: 240px;
	float: left;
}

/* lian */
.lian {
	width: 100%;
	height: 56px;
	background: #0D66C2;
	line-height: 56px;
	position: relative;
}

.di-lian {
	display: inline-block;
	width: 100%;
	height: 56px;
}

.di-lian li {
	float: left;
	cursor: pointer;
}

.di-lian>span {
	float: left;
	color: #FFFFFF;
	line-height: 56px;
	margin-right: 25px;
	font-size: 1rem;
	font-weight: 600;
	padding-left: 27px;
	background: url(../image/lian.png) no-repeat left center;
}

.di-lian>li>a {
	display: inline-block;
	height: 56px;
	font-size: 0.875rem;
	color: #FFFFFF;
	margin-right: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* .lian a:hover {
	letter-spacing: 0.1rem;
	font-weight: 600;
} */
.di-sub {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	background: #0D66C2;
	line-height: 56px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.di-sub .container {
	height: 56px;
}

.di-sub a {
	color: #FFFFFF;
	line-height: 56px;
	margin-right: 20px;
	font-size: 0.875rem;
	padding: 5px 10px;
}

.di-lian>li:hover>a {
	text-decoration: underline;
	font-weight: 600;
}

.di-lian>li:hover .di-sub {
	height: 56px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.di-sub a:hover {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}


.foot {
	width: 100%;
	height: 184px;
	background: url(../image/fot-bg.png) no-repeat center center;
}

.fot-1 {
	width: 583px;
	float: left;
	height: 100%;
	padding-top: 40px;
}

.fot-1 p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}

.fot-1 a {
	font-size: 0.875rem;
	color: #FFFFFF;
}

.fot-2 {
	width: 400px;
	float: left;
	height: 100%;
	text-align: center;
	padding-top: 40px;
}

.fot-2 ul {
	width: 50%;
	margin: 0 auto;
}

.fot-2 ul li {
	width: 50%;
	float: left;
	text-align: center;
}

.fot-2 a {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2.5;
}

.fot-3 {
	width: 217px;
	float: left;
	height: 100%;
	padding-top: 40px;
}

.fot-3 a {
	display: inline-block;
	float: right;
	margin-right: 20px;
	text-align: center;
}

.fot-3 a p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}
