body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	color: #666;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2,
h3 {
	font-size: 14px;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

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

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

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
}

/*清浮*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

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

input:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

input::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

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

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

textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

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

.wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.ht {
	width: 100%;
	height: 100px;
}

.inside_container {
	width: 81.25%;
	margin: 0 auto;
}

.mt80 {
	margin-top: 80px;
}
.flex {
	display: flex;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.align-end {
	align-items: flex-end;
}

.align {
	text-align: center !important;
}

/*-----header----*/
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.h_con {
	margin: 0 48px;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h_search {
	position: absolute;
	width: 320px;
	line-height: 52px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #f3f3f3;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
}

.h_search input {
	width: 100%;
	background: none;
	line-height: 52px;
	flex: 1;
	padding: 0 19px;
	font-size: 14px;
}

.search_btn img {
	width: 26px;
}

.search_btn {
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #3f3f3f;

}

.naver {
	margin-right: 370px;
}

.naver ul {
	text-align: right;
}

.naver ul li {
	display: inline-block;
	width: 150px;
	position: relative;
	text-align: center;
}

.naver ul li>a {
	display: block;
	width: 100%;
	color: #1a1a1a;
	font-size: 18px;
	line-height: 100px;
	transition: all ease-in-out .36s;
}

.naver ul li.active>a,
.naver ul li:hover>a {
	color: #3f7ec1;
	font-weight: bold;
}

.naver ul li dl {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 5;
	background: #ffffff;
	text-align: center;
	display: none;
}

.naver ul li dl dd {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.naver ul li dl dd a {
	color: #000;
	transition: all ease-in-out .4s;
}

.naver ul li dl dd:hover {
	background-color: #3f7ec1;
}

.naver ul li.h_w:hover>a {
	border-bottom: none;
}

.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);
	background: #FFFFFF;
}

.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

.m_logo img {
	height: 40px;
}

.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 24px;
}

.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #3f7ec1;
	position: relative;
	top: 0;
	-webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}

.nav_icon.on span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
	opacity: 0;
}

.nav_icon.on span:nth-child(3) {
	top: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m_naver {
	position: fixed;
	width: 100%;
	left: 0;
	top: 60px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	display: none;
}

.m_naver ul {
	padding: 15px 0;
}

.m_naver ul li {
	text-indent: 6%;
	font-size: 18px;
	line-height: 40px;
	padding-right: 15px;
	box-sizing: border-box;
}

.m_naver ul li>a {
	display: block;
	color: #333333;
}

.m_naver ul li>a.icon1 {
	position: relative;
}

.m_naver ul li>a.active {
	color: #3f7ec1;
}

.m_naver ul li>a.icon1:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/icon4.png) no-repeat center;
	background-size: cover;
}

.m_naver ul li>a.icon1.active:before {
	transform: rotate(90deg);
}

.m_naver ul li dl {
	display: none;
}

.m_naver ul li dl dd {
	font-size: 16px;
	line-height: 34px;
	text-indent: 10%;
}

.m_naver ul li dl dd a {
	color: #666666;
}

.title {
	text-align: center;
}

.title>* {
	color: #000;
}

.title h2 {
	font-size: 30px;
}

.title h3 {
	font-size: 24px;
	margin-top: 15px;
}

.title h3::before,
.title h3::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #000;
}

.title h3::before {
	margin-right: 30px;
}

.title h3::after {
	margin-left: 30px;
}

.title p {
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 24px;
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}

.white_title>* {
	color: #fff;
}

.white_title h3::before,
.white_title h3::after {
	background-color: #fff;
}

/* contact us */
.footer {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.foot_mask {
	background-color: rgba(0, 0, 0, .5);
}

.contact_cont {
	margin-top: 80px;
}

.contact_box {
	padding: 80px 0;
}

.contact_txt {
	flex-shrink: 0;
	font-size: 16px;
	color: #fff;
}

.contact_txt p {
	margin-bottom: 10px;
}

.contact_txt p:last-child {
	margin-bottom: 0;
}

.form_box {
	flex: 1;
	margin: 0 100px;
}

.form_li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.form_li span {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 70px;
}

.form_li input {
	flex: 1;
	height: 22px;
	padding: 0 10px;
	background-color: #fff;
	font-size: 12px;
}

.yzm {
	position: relative;
	width: 109px;
}

.yzm input {
	width: 100%;
}

.yzm_btn {
	position: absolute;
	right: 0;
	top: 1px;
	height: 22px;
	font-size: 0;
}

.yzm_btn img {
	width: 100%;
	height: 100%;
}

.submit_btn {
	width: 65px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-left: 70px;
	background-color: #ff9700;
	font-size: 12px;
	color: #fff;
}

.ewm_box {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
}

.ewm_li:first-child {
	margin-right: 100px;
}

.ewm_li img {
	width: 165px;
}

.ewm_li p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.remark_box {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding: 40px 20px;
	border-top: solid 2px #fff;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide {
	position: relative;
}

.banner .b_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: inherit;
	opacity: 1;
}

.banner .swiper-pagination-bullet::after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
	background-image: url(../images/dots.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: initial;
}

.banner .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 0;
}

.banner .swiper-container-vertical>.swiper-pagination-bullets {
	right: 50px;
	top: 35%;
}

.mySwiper {
	position: absolute;
	right: 50px;
	top: 70%;
	transform: translateY(-50%);
	z-index: 2;
	width: 472px;
}

.mySwiper .swiper-slide {
	border-radius: 8px;
	overflow: hidden;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
}

.mySwiper .swiper-slide-active {
	margin-left: -47px;
}

.mySwiper .swiper-slide::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	top: 0;
}

.mySwiper .swiper-slide-active::before {
	display: none;
}

.b_txt {
	border-bottom: solid 2px #fff;
	padding: 20px 0;
}

.b_txt .left {
	flex: 1;
	margin-right: 20px;
	overflow: hidden;
}

.b_txt .left h2,
.b_txt .left h3 {
	font-size: 24px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b_txt .left h3 {
	font-size: 20px;
	margin-top: 10px;
}

.see_more {
	border: solid 2px #fff;
	border-radius: 10px;
}

.see_more a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	height: 42px;
	padding: 0 23px;
}

.yd_cont {
	margin-top: 50px;
	position: relative;
}

.yd_cont video {
	width: 100%;
	height: 100%;
}

.video_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
}

.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	padding: 30px 59px;
	box-sizing: border-box;
}

.video_txt h3 {
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 26px;
	color: #fff;
}

.video_txt .right {
	flex-shrink: 0;
	margin-left: 20px;
	position: relative;
}

.video_txt .right .arrow_b.prev {
	margin-right: 80px;
}

.video_txt .right .arrow_b.next {
	margin-left: 80px;
}

.video_txt .right p {
	font-size: 20px;
	color: #fff;
	margin-right: 150px;
}

.video_txt .right span {
	display: block;
	position: absolute;
	right: 16px;
	font-size: 10px;
	color: #fff;
	top: 100%;
}

.yd_cont .swiper-button-next,
.yd_cont .swiper-button-prev {
	background-size: cover;
	width: 76px;
	height: 17px;
	position: static;
	margin: 0;
}

.yd_cont .swiper-button-next {
	background-image: url(../images/next.png);
}

.yd_cont .swiper-button-prev {
	background-image: url(../images/prev.png);
}

.yd_cont .swiper-btn {
	position: absolute;
	right: 59px;
	bottom: 40px;
	height: 17px;
	width: 440px;
	z-index: 1;
}

video {
	object-fit: cover;
}

.paused_icon {
	display: none;
	transition: all .3s;
}

.yd_cont:hover .paused_icon.show {
	display: block;
}

.yq_container {
	width: 90%;
	margin: 0 auto;
}

.yqzn_cont {
	margin-top: 70px;
}

.yq_list li {
	width: 32.9%;
}

.yq_list li .img {
	width: 100%;
	font-size: 0;
	position: relative;
}

.yq_list li .img::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
}

.yq_list li .txt {
	margin-top: 30px;
	padding-bottom: 10px;
}

.yq_list li .txt h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #000;
}

.yq_list li .txt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
}

.yg_list li {
	width: 19%;
}

.dt_container {
	width: 85%;
	margin: 0 auto;
}

.dt_cont {
	margin-top: 30px;
}

.title {
	position: relative;
}

.all_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	border: solid 1px #cccccc;
}

.all_btn a {
	width: 170px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 16px;
}

.dynamic_list {
	overflow: hidden;
	display: block;
}

.dynamic_list li:not(.active) {
	width: 17%;
	/* flex-shrink: 0; */
}

.dynamic_list li.active {
	/* flex: 1; */
	width: 66%;
}
/* 2022.7.11修改 end */
.dynamic_list li {
	position: relative;
	transition: all .3s;
	float: left;
}

.dynamic_list li .img {
	font-size: 0;
	width: 100%;
	height: 100%;
}

.dynamic_list li .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dynamic_list li .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
}

.dynamic_list li .txt h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	font-weight: bold;
}

.dynamic_list li .txt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-top: 10px;
}

.dynamic_list li:not(.active) .txt {
	background-color: rgba(0, 0, 0, .4);
}

.dynamic_list li:not(.active) .txt p {
	display: none;
}

.dynamic_list li.active .txt {
	padding: 25px 50px;
}

.dynamic_swiper {
	margin-top: 45px;
	position: relative;
}

.dynamic_swiper .swiper-slide {
	opacity: .6;
}

.dynamic_swiper .swiper-slide-active {
	opacity: 1;
}

.dynamic_li {
	padding: 30px 27px;
	box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.19);
	background-color: #fff;
	margin: 8px;
}

.dynamic_li .d_top {
	align-items: flex-end;
	justify-content: space-between;
}

.dynamic_li .d_top .date {
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: flex-end;
}

.dynamic_li .d_top .date span {
	display: block;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}

.dynamic_li .d_top p {
	font-size: 14px;
	color: #000;
}

.dynamic_li .txt {
	margin-top: 20px;
}

.dynamic_li .txt h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #000;
}

.dynamic_li .txt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.dynamic_swiper .swiper-button-prev,
.dynamic_swiper .swiper-button-next {
	width: 45px;
	height: 46px;
	background-size: 100% 100%;
}

.dynamic_swiper .swiper-button-prev {
	background-image: url(../images/prev2.png);
	left: -80px;
}

.dynamic_swiper .swiper-button-next {
	background-image: url(../images/next2.png);
	right: -80px;
}

.dynamic_swiper .swiper-button-next.swiper-button-disabled,
.dynamic_swiper .swiper-button-prev.swiper-button-disabled {
	opacity: .1;
}

/* 园区指南-详情 */
.inside_banner {
	width: 100%;
	font-size: 0;
}

.inside_banner img {
	width: 100%;
}

.inside_cont {
	color: #000;
}

.inside_cont h2 {
	font-size: 32px;
}

.inside_cont p {
	font-size: 18px;
	line-height: 32px;
}

.inside_btn {
	margin-top: 70px;
}

.inside_btn .btn,
.inside_btn .btn>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 50px;
	background-color: #1a1a1a;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	border: solid 1px #cccccc;
}

.inside_btn .btn {
	margin-right: 250px;
}

.inside_btn .btn:last-child {
	margin-right: 0;
}

.inside_btn .btn.null,
.inside_btn .btn.null>a {
	background: none;
	color: #333;
}

.inside_tit .tit h2 {
	font-size: 46px;
	color: #000;
}

.inside_tit .tit h3 {
	font-size: 14px;
	color: #000;
	transform: translateY(-5px);
	margin-left: 10px;
}

.inside_tit .tit2 {
	display: flex;
	margin-top: 40px;
}

.inside_tit .tit2 .before {
	display: block;
}

.inside_tit .tit2 p {
	font-size: 18px;
	color: #6e3232;
	margin-left: 10px;
	line-height: 26px;
}

.brief_list {
	margin-top: 40px;
}

.brief_list li {
	margin-bottom: 80px;
}

.brief_list li:last-child {
	margin-bottom: 0;
}

.brief_list li .brief_left {
	flex-shrink: 0;
	width: 56.9%;
}

.brief_list li .brief_right {
	flex-shrink: 0;
	width: 29.6%;
}

.brief_txt {
	font-size: 20px;
	line-height: 35px;
	color: #000;
	margin: 20px 0;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.brief_img {
	font-size: 0;
	width: 100%;
}

.brief_img img {
	width: 100%;
}

.brand_left {
	width: 42.8%;
}

.brand_right {
	width: 53.5%;
}

.brand_box .brief_txt {
	display: block;
	margin: 0;
}

.brand_box .brief_img {
	margin-top: 40px;
}

.brand_box .txt {
	text-align: center;
	background-image: url(../images/t_box.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	padding: 20px;
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
}

.brand_box .brief_img {
	margin-bottom: 100px;
}

.brand_box .brief_img:last-child {
	margin-bottom: 0;
}

.ln_box {
	font-size: 0;
}

.ln_box img {
	width: 100%;
}

.honor_box {
	margin-top: 60px;
}

.honor_container {
	width: 90.6%;
	margin: 0 auto;
}

.honor_list li {
	display: inline-block;
	width: 17.1%;
	margin-right: 2.9%;
	margin-bottom: 30px;
}

.honor_list {
	font-size: 0;
	margin-right: -2.9%;
}

.honor_list li .img {
	padding: 50px;
	font-size: 0;
	border: solid 2px #dddddd;
	transition: all .2s;
}

.honor_list li .img img {
	width: 100%;
}

.honor_list li:hover .img {
	transform: scale(1.2);
	box-shadow: 0 0 15px 2px #ddd;
}

.honor_list li p {
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 30px 0;
	transition: all .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor_list li:hover p {
	transform: translateY(35px);
}

.mask {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}

.preview {
	position: fixed;
	width: 50%;
	left: 50%;
	top: 50%;
	max-height: 70%;
	z-index: 11;
	transform: translate(-50%, -50%);
	display: none;
}

.closeView {
	position: absolute;
	right: 0;
	top: -50px;
}
.preview a {
	display: block;
	font-size: 0;
	text-align: center;
	width: 58px;
	height: 58px;
}
.preview a img{
	width: 100%;
	height: 100%;
}

.preview a span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
}

.preview #before {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}

.preview #next {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}

.preview .info {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.preview .info .img {
	font-size: 0;
	background-color: #e2dcd2;
	border-radius: 2px;
	overflow: hidden;
}

.preview .img img {
	width: 100%;
}

.preview .info p {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
}

.wejoy_page {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wejoy_page a {
	display: block;
	font-size: 16px;
	color: #ccc;
	padding: 12px;
	position: relative;
}

.wejoy_page a.on {
	color: #333;
}

.wejoy_page a.on::after {
	display: block;
	content: '';
	width: 14px;
	height: 3px;
	background-color: #333333;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.page_arrow {
	margin: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_arrow img {
	width: 11px;
	height: 21px;
}

.no_arrow {
	opacity: .2;
}

.new_container {
	width: 83%;
	margin: 0 auto;
}
.new_li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.new_li .img {
	flex-shrink: 0;
	margin-right: 55px;
	font-size: 0;
	width: 23%;
	background-color: #f46a63;
	overflow: hidden;
}

.new_li .img img {
	width: 100%;
}

.new_li .info {
	flex: 1;
	overflow: hidden;
}

.new_li .n_head h2 {
	font-size: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: bold;
}
.new_li .n_head p{
	font-size: 26px;
	color: #000;
	opacity: .6;
	margin-top: 5px;
}
.new_li .info .txt{
	margin-top: 30px;
	font-size: 20px;
	line-height: 33px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #000;
}
.new_list{
	margin-bottom: 30px;
}
.new_list li{
	padding: 60px 0;
	border-bottom: solid 2px rgba(0,0,0,.1);
	transition: all .3s;
}
.new_list li .img{
	flex-shrink: 0;
	font-size: 0;
	width: 30%;
	margin-right: 100px;
}
.new_list li .img img{
	width: 100%;
}
.new_list li .info{
	flex: 1;
	overflow: hidden;
}
.new_list li .info h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	color: #666;
	font-weight: bold;
	transition: all .3s;
}
.new_list li .info h3{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.new_list li .info .txt{
	transition: all .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	width: 650px;
}
.new_list li .info .see_more{
	display: flex;
	align-items: center;
}
.new_list li .info .see_more span{
	text-align: left;
	margin: 0 auto;
	font-size: 18px;
	color: #999;
	line-height: 24px;
	display: block;
	position: relative;
	transition: all .3s;
}
.new_list li .info .see_more span::before{
	display: block;
	content: '';
	width: 19px;
	height: 19px;
	background-image: url(../images/before2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: calc(100% + 5px);
	top: 3px;
	transition: all .3s;
}
.new_list li:hover{
	border-bottom-color: #6e3232;
}
.new_list li:hover .info h2{
	color: #000;
}
.new_list li:hover .info .txt{
	color: #4d4d4d;
}
.new_list li:hover .info .see_more span{
	color: #6e3232;
	transform: translateX(200px);
}
.new_list li:hover .info .see_more span::before{
	width: 140px;
	background-image: url(../images/before.png);
}
.news_tbox{
	margin: 50px auto;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #888;
	max-width: 700px;
}
.scenery_list{
	flex-wrap: wrap;
}
.scenery_list li{
	width: 33.33%;
	position: relative;
}
.scenery_list li .img{
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.scenery_list li .img img{
	width: 100%;
}
.scenery_list li .l_mask{
	position: absolute;
	padding: 30px 40px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.scenery_list li .l_mask p{
	font-size: 26px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact_info{
	padding: 60px 0 90px;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.con_txt{
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	font-size: 24px;
	color: #1A1A1A;
	line-height: 48px;
}
.cont_ul{
	display: flex;
	justify-content: space-between;
}
.cont_ul li{
	flex: 1;
	text-align: center;
}
.cont_ul li .img{
	font-size: 0;
	margin: 0 auto;
	height: 61px;
}
.cont_ul li .img img{
	max-height: 100%;
}
.cont_ul li .txt{
	margin-top: 30px;
	border-right: solid 1px #a7a7a7;
}
.cont_ul li:last-child .txt{
	border-right: 0;
}
.cont_ul li .txt h2{
	font-size: 28px;
	color: #000;
}
.cont_ul li .txt p{
	font-size: 20px;
	color: #000;
	margin: 30px auto;
	line-height: 29px;
	padding: 0 20px;
}
.cont_container{
	width: 64%;
	margin: 0 auto;
}


/* 中英切换 */
.switch{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	/*right: 0;*/
	left: 45%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: solid 1px #3f7ec1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.switch span{
	display: block;
	color: #3f7ec1;
	font-size: 14px;
}
.switch span.en{
	display: none;
}
.h_search{
	right: 60px;
	width: 300px;
}
.naver ul li{
	width: 145px;
}
.naver{
	right: 400px;
}

/* 2022.7.19动效新增 */
.yq_list li .img::before{
	z-index: 1;
}
.hover_img{
	overflow: hidden;
}
.hover_img img{
	transition: all .4s;
}
.hover_img:hover img{
	transform: scale(1.3);
}

/* 2022.7.20修改 */
.yg_list li{
	position: relative;
	transition: all .3s;
}
.yg_list li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}
.yg_list li .txt p{
	line-height: 1;
}
.yg_list li .txt h2,
.yg_list li .txt p{
	color: #fff;
	transition: all .3s;
}


/* 2022.7.21 推荐栏动效新增 */
.scenery_list li .img::before{
	z-index: 1;
}
.shover_img{
	overflow: hidden;
}
.shover_img img{
	transition: all .4s;
}
.shover_img:hover img{
	transform: scale(1.3);
}
.scenery_list li .img::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, .4);*/
	position: absolute;
	left: 0;
	top: 0;
}