<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "é»‘ä½“";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "é»‘ä½“";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "é»‘ä½“";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "é»‘ä½“";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
}

.container {
	margin: 0px auto;
	max-width: 1540px;
	padding: 0px 30px;
	margin: 0px auto;
}


.top {
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;

}

.top .topp {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5%;
	box-sizing: border-box;
}


.top .logo img{
	height: 35px;
}

.top .logo h3 {
	display: none;
}

.top.scope {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	height: 55px;
}

.top.scope .logo img{
	height: 28px;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav a {
	color: #999;
}

.nav .nLi {
	height: 100%;
	position: relative;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .nLi h3 a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	position: relative;
	color: #333;
}


.nav .on h3 a {
	font-weight: bold;
}

.nav .nLi:hover h3 a {
	font-weight: bold;
}


.nav .sub {
	display: none;
	left: 50%;
	transform: translate(-50%);
	top:55px;
	position: absolute;
	background: #fff;
	padding: 10px 0px;
	min-width: 140px;
}

.nav .nLi:hover .sub {
	display: block;
}


.nav .sub a {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 10px;
	text-align: center;
	display: block;
	white-space: nowrap;
}

.nav .sub a:hover {
	color: #000;
	font-weight: bold;
}



.phone_btn {
	float: right;
	display: none;
}



.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.in_banner .swiper-slide a {
	width: 100%;
	height: auto;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.in_banner .swiper-slide a .container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 20%;
	color: #fff;
}

.in_banner .swiper-slide a .container h2 {
	font-size: 60px;
}

.in_banner .swiper-slide a .container p {
	font-size: 26px;
}

.in_banner .swiper-slide img{
	width: 100%;
	height: auto;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	top: 25%;
    margin-top: 0;
    width: 100px;
    height: 50%;
    padding: 0;
    cursor: pointer;
	left: 5%;
}

.in_banner .swiper-button-next{
	left: auto;
	right: 5%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after{
	font-size: 0px;
	color: #fff;
}

.in_banner .swiper-button-prev span{
position: absolute;
    top: 50%;
    height: 2px;
	left: 20px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s ease;
	width: 0px;
}

.in_banner .swiper-button-prev:hover span{
	position: absolute;
		top: 50%;
		height: 2px;
		left: 10px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all .4s ease;
		width: 40px;
	}

.in_banner .swiper-button-prev span::after {
	position: absolute;
    top: -10px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	width: 30px;
	transform: rotate(-45deg);
	content: '';
	left: -6px;
	}

.in_banner .swiper-button-prev span::before {
	font-size: 0px;
	color: #fff;
	position: absolute;
    top: 10px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	width: 30px;
	transform: rotate(45deg);
	content: '';
	left: -6px;
	}


	
.in_banner .swiper-button-next span{
	position: absolute;
		top: 50%;
		height: 2px;
		right: 20px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all .4s ease;
		width: 0px;
	}
	
	.in_banner .swiper-button-next:hover span{
		position: absolute;
			top: 50%;
			height: 2px;
			right: 10px;
			background-color: #fff;
			border-radius: 1px;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			transition: all .4s ease;
			width: 40px;
		}
	
	.in_banner .swiper-button-next span::after {
		position: absolute;
		top: -10px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		width: 30px;
		transform: rotate(45deg);
		content: '';
		right: -6px;
		}
	
	.in_banner .swiper-button-next span::before {
		font-size: 0px;
		color: #fff;
		position: absolute;
		top: 10px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		width: 30px;
		transform: rotate(-45deg);
		content: '';
		right: -6px;
		}


.in_banner .swiper-pagination span {
	background: #fff;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px;
}

.in_box {
	padding: 70px 0px;
	padding-bottom: 0px !important;
}

.in_box .container{
	max-width: 1100px;
}

.in_box h2 {
	font-size: 30px;
	padding-bottom: 60px;
	color: #333;
}

.in_box a{
	color: #999;
}

.in_box a:hover{
	color: #000;
}

.in_box p {
	font-size: 13px;
	line-height: 25px;
}

.in_box1 {
        padding: 100px 45px 0px 45px;
	padding-bottom: 80px;
	background-size: 20%;
}


.in_bt {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.in_bt b {
	font-weight: normal;
	color: #999;
	font-size: 15px;
}

.in_box1_nr {
	position: relative;
}

.in_box1_nr .hd {
	position: absolute;
	right: 0px;
	top: -40px;
}

.in_box1_nr .hd ul {
	display: flex;
}

.in_box1_nr .hd ul li {
	cursor: pointer;
	font-size: 14px;
	color: #999;
	margin: 0px 20px;
	position: relative;
}

.in_box1_nr .hd ul li.on {
	color: #333;
	text-decoration: underline;
}

.in_box1_nr .hd ul li:hover{color: #333; text-decoration: underline;}


.in_box1_nr .bd ul {
	display: flex;
	flex-wrap: wrap;
}

.in_box1_nr .bd ul li {
	width: 33.3%;
	overflow: hidden;
}

.in_box1_nr .bd ul li a {
	display: block;
	position: relative;
}

.in_box1_nr .bd ul li a img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box1_nr .bd ul li a:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box1_nr .bd ul li a .nr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	padding: 10px;
	padding-bottom: 5%;
}

.in_box1_nr .bd ul li a:hover .nr {
	display: flex;
}

.in_box1_nr .bd ul li a .nr b {
	width: 12px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 10px 0px;
	display: none;
}

.in_box1_nr .bd ul li a .nr h2 {
	font-size: 19px;
}

.in_box1_nr .bd ul li a .nr p {
	font-size: 14px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.in_box1_more {
	padding-top: 50px;
}


.in_box1_more a {
	width: 232px;
	height: 52px;
	border-radius: 26px;
	border: solid 1px #999;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
}

.in_box1_more a:hover {
	color: #333;
	background: #eee;
	border: 1px solid #eee;
	padding: 0px 40px;
}

.in_box1_more a b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.in_box1_more a:hover b {
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}


.in_box2_nr {
	border-top: 1px solid #eaeaea;
}

.in_box2_nr .slideTxtBox {
	display: flex;
	justify-content: space-between;
}

.in_box2_nr .slideTxtBox .hd {
	border-left: 1px solid #eaeaea;
	width: 128px;
}

.in_box2_nr .slideTxtBox .hd .arrow a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	cursor: pointer;
}

.in_box2_nr .slideTxtBox .hd .arrow a i {
	font-size: 40px;
	color: #999;
}


.in_box2_nr .slideTxtBox .hd ul li {
	width: 100%;
	height: 80px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.in_box2_nr .slideTxtBox .hd ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #999;
}



.in_box2_nr .slideTxtBox .hd ul li.on {
	background-color: #f4f4f4;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}


.in_box2_nr .slideTxtBox .bd {
	width: 100%;
	display: flex;
	margin-top: 35px !important;
}

.in_box2_nr .slideTxtBox .bd .nr {
	width: 100%;
	height: 400px;
	padding-right: 128px;
	background-image: linear-gradient(-90deg,
			#ffffff 0%,
			#efefef 100%),
		linear-gradient(#ffffff,
			#ffffff);
	display: flex !important;
	justify-content: space-between;
}

.in_box2_nr .slideTxtBox .bd .nr .left {
	width: 45%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.in_box2_nr .slideTxtBox .bd .nr .left a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.in_box2_nr .slideTxtBox .bd .nr .left a:hover {
	transform: scale(1.1);
}

.in_box2_nr .slideTxtBox .bd .nr .right {
	width: 55%;


}

.in_box2_nr .slideTxtBox .bd .nr .right a {
	padding: 0px 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.in_box2_nr .slideTxtBox .bd .nr .right a h2 {
	font-size: 22px;
	color: #333;
	padding-bottom: 5px;
}

.in_box2_nr .slideTxtBox .bd .nr .right a:hover h2 {
	color: #333;
	font-weight: bold;
}

.in_box2_nr .slideTxtBox .bd .nr .right a h3 {
	font-size: 14px;
	padding-bottom: 4%;
	color: #999;
}

.in_box2_nr .slideTxtBox .bd .nr .right a p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}

.in_box3 {
	height: 725px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
}

.in_box3 .container h2 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 75px;
	font-weight: bold;
}

.in_box3 .container h3 {
	width: 910px;
	margin: 0px auto;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	padding: 5% 0px;
}

.in_box3 .container span a {
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	color: #999;
	display: block;
	margin: 0px auto;
}

.in_box3 .container span a:hover {
	background: #eee;
	color: #333;
}

.in_box4 {
	padding: 100px 30px;
	max-width: 1600px;
	margin: 0px auto;
}


.in_box4_nr {
	position: relative;
	padding: 0px 45px;
}

.in_box4_nr .hd {
	position: absolute;
	right: 0px;
	top: -60px;
}

.in_box4_nr .hd ul {
	display: flex;
}

.in_box4_nr .hd ul li {
	cursor: pointer;
	font-size: 14px;
	color: #999;
	margin: 0px 20px;
	position: relative;
}

.in_box4_nr .hd ul li.on {
	color: #333;
	text-decoration: underline;
}

.in_box4_nr .hd ul li:hover{
	text-decoration: underline;
	color: #333;
}


.in_box4_nr .bd .nr {
	display: flex;
	justify-content: space-between;
}

.in_box4_nr .bd .nr .left {
	width: 30%;
}

.in_box4_nr .bd .nr .left a {
	display: block;
}

.in_box4_nr .bd .nr .left a .img {
	overflow: hidden;
}

.in_box4_nr .bd .nr .left a .img img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box4_nr .bd .nr .left a:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box4_nr .bd .nr .left a h2 {
	font-size: 16px;
	color: #333;
	padding: 12px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box4_nr .bd .nr .left a:hover h2 {
	color: #000;
	font-weight: bold;
}

.in_box4_nr .bd .nr .left a p {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_box4_nr .bd .nr .left a span {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}

.in_box4_nr .bd .nr .left a span b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.in_box4_nr .bd .nr .left a:hover span b {
	background: url(../images/w_r1.png) no-repeat;
}


.in_box4_nr .bd .nr .right {
	width: 30%;
}

.in_box4_nr .bd .nr .right a {
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.in_box4_nr .bd .nr .right a h2 {
	font-size: 16px;
	color: #333;
	padding: 12px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box4_nr .bd .nr .right a:hover h2 {
	color: #000;
	font-weight: bold;
}

.in_box4_nr .bd .nr .right a p {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_box4_nr .bd .nr .right a span {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}

.in_box4_nr .bd .nr .right a span b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.in_box4_nr .bd .nr .right a:hover span b {
	background: url(../images/w_r1.png) no-repeat;
}


.di {
	background-color: #252626;
	padding: 40px 0px;
	position: relative;
	color: #757575;
	
}

.di a{
	color: #757575;
}

.di a:hover{
	color: #fff;
}

.di .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0px auto;
}

.di .le {
	width: 390px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.di .le .ewm{
font-size: 12px;
}

.di .le .ewm img{
width: 102px;
height: auto;
margin-bottom: 6px;
}

.di .le .lo{
	width: 225px;
}

.di .le .lo img {
	margin-bottom: 10px;
}

.di .le .lo p {
	line-height:26px;
}

.di .zh {
	width:420px;
	display: flex;
}

.di .zh dl{
	flex: 1;
}

.di .zh dl dt{
	font-size: 17px;
	margin-bottom: 8px;
	color: #999;
}

.di .zh dl dd{
	line-height: 24px;
}


.di .zh p {
	text-align: center;
	padding-top: 10px;
}

.di .ri {
	width: 255px;
	line-height: 26px;

}

.di .ri span{
	font-size: 13px;
}


.di .ri h2 {
	font-family: fantasy;
}

.di .ri a {
	width: 42px;
	height: 42px;
	border: solid 1px #999999;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	cursor: pointer;
}

.di1 {
	background: #000;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	color: #757575;
}

.di1 a {
	color: #757575;
}

.di_link{
	background: #252626;
	color: #757575;
	font-size: 12px;
	
}

.di_link .container{
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.di_link .container a{
	color: #757575;
	padding-right: 10px;
}

.about_box {
	padding: 150px 0px 100px 0px;
}

.about_box .container {
	display: flex;
	justify-content: space-between;
}

.about_box .left {
	width: 50%;
	font-size: 24px;
	color: #333;
	padding-left: 5%;
}

.about_box .right {
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.about_box1 .img {
	padding: 0px 45px;
}

.about_box1 .img img {
	width: 100%;
	height: auto;
}

.about_box1 .nr {
	padding: 100px 0px 60px 0px;
	padding-left: 50%;
	max-width: 730px;
	width: 50%;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

.about_box1 .nr h2 {
	font-size: 18px;
	color: #333;
}

.about_box1 .nr h3 {
	font-size: 16px;
	color: #333;
}

.about_box2 {
	padding: 0px 45px;
	padding-bottom: 160px;
}

.about_box2 ul {
	display: flex;
}

.about_box2 ul li {
	width: 33.3%;
	text-align: center;
	line-height: 30px;
}

.about_box2 ul li .img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	width: 70%;
}

.about_box2 ul li h2 {
	font-size: 18px;
	color: #333;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about_box2 ul li p {
	font-size: 14px;
	color: #999;
	padding: 0px 10%;
	display: block;
}

.about_box3 {
	padding: 0px 45px;
	padding-bottom: 250px;
	background-size: 20%;

}

.about_box3 ul {
	display: flex;
	flex-wrap: wrap;
}

.about_box3 ul li {
	width: 16.667%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 0 -1px -1px;
}

.about_box3 ul li img {
	width: 100%;
	height: auto;
}

.serve_box .img {
	padding: 0px 45px;
}

.serve_box .img img {
	width: 100%;
	height: auto;
}

.serve_box .nr {
	padding: 100px 0px 60px 0px;
	display: flex;
	justify-content: space-between;
}


.serve_box .nr .left {
	width: 50%;
	font-size: 19px;
	color: #666;
	padding-left: 5%;
}

.serve_box .nr .left a{
	color: #333;
}


.serve_box .nr .left a:hover{
	color: #000;
	font-weight: bold;
}

.serve_box .nr .right {
	width: 50%;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

.serve_box .nr .right h2{
	font-size: 16px;
	color: #333;
}

.serve_box1{
	background-size: 22%;
}

.serve_box .nr .right ul{
	display: flex;
	flex-wrap: wrap;
}

.serve_box .nr .right ul li{
	width: 50%;
	margin-bottom: 70px;
	box-sizing: border-box;
	padding: 0px 5%;
	text-align: left;
}

.serve_box .nr .right ul li:nth-last-child(1),.serve_box .nr .right ul li:nth-last-child(2){
	margin-bottom: 0px;
}

.serve_box .nr .right ul li h2{
	font-size: 22px;
	color: #333;
}

.serve_box .nr .right ul li h3{
	font-size: 16px;
	color: #666;
	padding: 15px 0px;
}

.serve_box .nr .right ul li p{
	font-size: 14px;
	color: #999;
}

.serve_box2{
	padding: 0px 45px;
	padding-top: 50px;
	padding-bottom: 160px;
}

.serve_box2 .bt{
	text-align: center;
	font-size: 26px;
	color: #333;
}

.serve_box2 .bt p{
	font-size: 16px;
	color: #999;
}

.serve_box2 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.serve_box2 ul li {
	width: 33.3%;
	overflow: hidden;
}

.serve_box2 ul li a {
	display: block;
	position: relative;
}

.serve_box2 ul li a img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.serve_box2 ul li a:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.serve_box2 ul li a .nr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	padding: 10px;
	padding-bottom: 5%;
}

.serve_box2 ul li a:hover .nr {
	display: flex;
}

.serve_box2 ul li a .nr b {
	width: 12px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 10px 0px;
	display: none;
}

.serve_box2 ul li a .nr h2 {
	font-size: 19px;
}

.serve_box2 ul li a .nr p {
	font-size: 14px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.serve_box3{
	padding: 50px 0px;
}

.serve_box3 ul{
	display: flex;
	justify-content: space-between;
}

.serve_box3 ul li{
	width: 30%;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 2.5%;
}

.serve_box3 ul li .xbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.serve_box3 ul li .xbt h2{
	font-size: 40px;
	color: #333;
	line-height: 36px;
	text-align: center;
}

.serve_box3 ul li .xbt h2 p{
	font-size: 24px;
}

.serve_box3 ul li .xbt h3{
	width: 100px;
	height: 100px;
	background: #333;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
}

.serve_box3 ul li .xnr{
	padding-top: 40px;
}

.serve_box3 ul li .xnr h2{
	font-size: 22px;
	color: #333;
}

.serve_box3 ul li .xnr p{
	font-size: 14px;
	color: #999;
	padding-top: 30px;
}

.case_list{
	padding-top: 150px;
}

.fanye{
	padding: 30px 0px;
	text-align: center;
}

.case_detail_box img{
width: 100%;
height: auto;
}

.case_detail_box1{
	padding: 100px 0px;
	background-size: 22%;
}

.case_detail_box1 .container{
	max-width: 1280px;
	margin: 0px auto;
}

.case_detail_box1_nr{
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}

.case_detail_box1_nr .left{
	width: calc(100% - 600px);
}

.case_detail_box1_nr .right{
	width: 400px;
}

.case_detail_box1_nr h2{
	font-size: 34px;
	color: #333;
	padding-bottom: 60px;
}

.case_detail_box1_nr p{
	font-size: 15px;
	line-height: 30px;
}

.case_detail_box1_nr .right p{
	color: #999;
}

.case_detail_box1_nr1 img{
	width: 100%;
	height: auto;
	display: block;
}

.case_detail_box1_nr2{
	padding-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.case_detail_box1_nr2 a{
	font-size: 35px;
	margin: 0px 10px;
	color: #ccc;
}

.case_detail_box1_nr2 a:hover{
	color: #333;
}



.news{
	background-size: 20%;
	padding: 150px 100px 0px 100px;
	margin: 0px auto;
}

.news .container{
	max-width: 1300px;
	margin: 0px auto;
}


.news_list .ad ul {
	display: flex;
	flex-wrap: wrap;
}

.news_list .ad ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
	margin-bottom: 40px;
	width: 100%;
	
}

.news_list .ad ul li .img{
	width: 400px;
	height: auto;
	display: block;
	overflow: hidden;
}

.news_list .ad ul li .img img{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.news_list .ad ul li .img:hover img{
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.news_list .ad ul li .nr{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding: 20px 0px;
}

.news_list .ad ul li .nr b{
	font-weight: normal;
	font-size: 16px;
}

.news_list .ad ul li .nr h2 a{
	font-size: 22px;
	color: #333;
	padding: 20px 0px;
	display: block;
}

.news_list .ad ul li .nr h2 a:hover{
	color: #000;
	font-weight: bold;
}

.news_list .ad ul li .nr p{
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list .ad ul li .nr span{
	padding-top: 20px;
	display: block;
	font-size: 16px;
}

.news_detail{
	max-width: 970px;
	margin: 0px auto;
	padding-top: 140px;
	padding-bottom: 100px;
}

.news_detail .bt{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news_detail .bt h2{
	font-size: 24px;
	color: #0e0e0e;
	text-align: center;
	padding-bottom: 40px;
}

.news_detail .bt h3{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #333;
}

.news_detail .bt h3 span{
	font-size: 14px;
	color: #666;
}

.news_detail .nr{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	min-height: 450px;
}

.news_detail .nr p{ font-size: 14px; line-height: 30px; display: block; padding-bottom: 15px;}
.news_detail .nr img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.news_detail1{
	padding: 50px 30px;
	max-width: 1200px;
	margin: 0px auto;
}

.news_detail1 .bt {
    text-align: center;
    font-size: 26px;
    color: #333;
}

.news_detail1 .bt p {
    font-size: 16px;
    color: #999;
}

.news_detail1 .nr{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.news_detail1 .nr ul{
	width: 48%;
}

.news_detail1 .nr ul li a {
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.news_detail1 .nr ul li a h2 {
	font-size: 16px;
	color: #333;
	padding: 12px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_detail1 .nr ul li a:hover h2 {
	color: #333;
}

.news_detail1 .nr ul li a p {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_detail1 .nr ul li a span {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}

.news_detail1 .nr ul li a span b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.news_detail1 .nr ul li a:hover span b {
	background: url(../images/w_r1.png) no-repeat;
	background-size: cover;
}

.help{
	padding: 100px 0px;
	background-size: 20%;
}

.help .bt{
	font-size: 30px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.help .bt h2{
	font-size: 14px;
	display: flex;
	align-items: center;
}

.help .bt h2 .text{
	position: relative;
}

.help .bt h2 .text input{
	width: 128px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #999999;
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 14px;
}

.help .bt h2 .text i{
	position: absolute;
	left: 15px;
	top: 10px;
}


.help .bt h2 .text button{
	display: none;
}

.help .bt h2 .wen{
	padding-left: 15px;
	position: relative;
	cursor: pointer;
}

.help .bt h2 .wen i{
	font-size: 40px;
	color: #999;
}

.help .bt h2 .wen:hover i{
	color: #333;
}


.layer_btn{
	width: 750px;
	box-sizing: border-box;
	padding: 40px;
	display: none;
}

.layer_btn .bt{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.layer_btn textarea{
	width: 100%;
	box-sizing: border-box;
	height: 180px;
	border: 1px solid #e7e7e7;
	resize: none;
	padding: 10px;
	font-size: 15px;
}

.layer_btn p{
	font-size: 14px;
	color: #999;
	padding: 5px 0px;
}

.layer_btn .an{
	text-align: right;
}

.layer_btn .an a{
	display: inline-block;
	width: 154px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #333333;
}

.help ul{
	padding-top: 30px;
	min-height: 400px;
}

.help ul li{ display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 30px; border-bottom: 1px solid #eaeaea;}
.help ul li .left{
	width: 45%;
	font-size: 18px;
	color: #333;
	line-height: 36px;
}

.help ul li .left a{
	color: #333;
}

.help ul li .left a:hover{
	color: #333;
	font-weight: bold;
}

.help ul li .right{
	width: 45%;
}

.help ul li .right p{
	font-size: 14px;
	line-height: 30px;
}

.help ul li .right a{
	text-align: right;
	font-size: 15px;
	padding-top: 15px;
	display: block;
}

.hr_box .img{
	padding: 0px 45px;
}

.hr_box img{
	width: 100%;
	height: auto;
}

.hr_box .map{
	width: 100%;
	height: 70vh;
}

.hr_box .hr_box_1{
	background-size: 20%;
}


.hr_box .nr {
	padding: 100px 0px 60px 0px;
	display: flex;
	justify-content: space-between;
}


.hr_box .nr .left {
	width: 50%;
	font-size: 22px;
	color: #666;
}

.hr_box .nr .left a{
	color: #666;
}

.hr_box .nr .left a:hover{
	color: #333;
	font-weight: bold;
}

.hr_box .nr .right {
	width: 60%;
	text-align: justify;
}

.hr_box .nr .right h2{
	font-size: 16px;
	color: #333;
}

.hr_box .nr .right ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.hr_box .nr .right ul li{
	width: 50%;
	margin-bottom: 70px;
	box-sizing: border-box;
	padding-right: 10%;
	text-align: left;
}

.hr_box .nr .right ul li:nth-last-child(1),.serve_box .nr .right ul li:nth-last-child(2){
	margin-bottom: 0px;
}

.hr_box .nr .right ul li h2{
	font-size: 22px;
	color: #333;
	padding-bottom: 30px;
}

.hr_box .nr .right h3{
	color: #333;
	font-size: 20px;
	padding: 5px 0px;
}

.hr_box .nr .right p{
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

.hr_box .nr .right .ewm{
	width: 128px;
	text-align: center;
}

.in_box1_more p{
	text-align: center;
	font-size: 16px;
}</pre></body></html>