@charset "utf-8";
/* CSS Document */
* {
    margin: 0 auto;
    padding: 0;}
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    font-size: 12px;
    font-family: '微软雅黑', Arial Regular;    /*开启3d渲染，硬件加速*/
    /*-webkit-transform-style:preserve-3d;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);*/}
img, area {
	 /*zoom:0.5;*/
	 vertical-align: middle;}
li {
    list-style: none;}
i {
    font-style: normal;}
area {
    outline: none;}
a{
	text-decoration: none;
}
/************************************************************/

/*########################################### nav  begin ##########################################################*/
.nav_box{
	width: 100%;
	height: 100px;
	min-width: 1200px;
	position: relative;
	z-index: 9999;
	background: #fff;
}
.nav_div{
	width: 1350px;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.logo{
	width: 163px;
	height: 100%;
	line-height: 95px;
	float: left;
	/* padding-right:  */
}
.nav{
	padding-left: 60px;
	height: 100%;
	float: left;
}
.nav>a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
	font-size: 16px;
	float: left;
	font-weight: 600;
	text-transform: uppercase;
}
.nav>a{
	text-decoration: none;
	color: #404040;
}
.nav .on2{
	color: #d7172f;
}
.nav .on1{
	background: #d7172f;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
.nav>a>i{
	display: inline-block;
	padding-left: 5px;
}

.btn_en{
	float: right;
	line-height: 95px;
}
.btn_en:hover{
	cursor: pointer;
}

.select1{
	height: auto;
	width: 108.5px;
	position: absolute;
	top: 95px;
	/* left: 399px; */
	display: none;
	padding-bottom: 15px;
	z-index: 9;
	right: 880px;
}
.select2{
	height: auto;
	width: 136.6px;
	position: absolute;
	top: 95px;
	/* left: 598px; */
	display: none;
	padding-bottom: 15px;
	z-index: 9;
	right: 654px;
}
.select1>a,.select2>a{
	display: block;
	width: 100%;
	height: 50px;
	background: #d7172f;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.select1>a,.select2>a{
	text-decoration: none;
	color: #fff;
}
.select1>a:hover,.select2>a:hover{
	font-weight: 600;
	cursor: pointer;
}


.to_top{
	position: fixed;
	right: 50px;
	bottom: 15%;
	z-index: 999;
	animation: to_top 1.2s linear infinite alternate both;
	display: none;
}
@keyframes to_top{
	from{
		bottom: 14%;
	}
	to{
		bottom: 12%;
	}
}
/*########################################### nav  end ##########################################################*/


/*########################################### bottom  end ##########################################################*/
.bottom_box{
	width: 100%;
	height: 147px;
	background: #2d2d2d;
	min-width: 1200px;
}
.bottom{
	width: 62.5%;
	height: 100%;
}
.bot_logo{
	float: left;
	line-height: 147px;
}
.bot_right{
	width: auto;
	height: 100%;
	float: right;
	margin-top: -21px;
}
.bot_right>div{
	float: left;
}
.bot_bq{
	font-size: 12px;
	color: rgba(255,255,255,.7);
	line-height: 147px;
}
.bot_s{
	font-size: 12px;
	margin-top: 65px;
	height: 20px;
	color: rgba(255,255,255,.7);
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,.7);
}
.bot_icon1{
	line-height: 147px;
	padding-left: 20px;
}
/*########################################### bottom  end ##########################################################*/


/*########################################### index begin ######################################################*/
.banner_box{
	width: 100%;
	height: auto;
	background: #ccc;
	position: relative;
}
.index_swiper{
	width: 100%;
	height: 100%;
}
.swiper-wrapper>div:hover{
	cursor: pointer;
}
.swiper-slide>img{
	min-width: 1200px;
	width: 100%;
	height: auto;
}
.index_swiper>.swiper-pagination{
	bottom: 20%;
}
.swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.to_down{
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	bottom: 20px;
	z-index: 9;
	animation: to_down 1.2s linear infinite both;
}
@keyframes to_down{
	from{
		bottom: 20px;
	}
	to{
		bottom: 8px;
	}
}

/**/
.Iabout_us{
	width: 100%;
	height: auto;
	position: relative;
}
.Iabout_us>img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.Iabout_con{
	width: 40%;
	height: auto;
	position: absolute;
	left: 30%;
	top: 30%;
}
.Iabout_word{
	width: 100%;
	margin-top: 60px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 25px;
}
.Iabout_more{
	margin-top: 75px;
}

/**/
.Iind{
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.Iind>img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.Iind_con{
	width: 72.5%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 20%;
    transform: translateX(-50%);
}
.Iind_det{
	margin-top: 95px;
	width: 100%;
	height: auto;
}
.Iind_det>li{
	width: 16%;
	text-align: center;
	float: left;
}
.Iind_det>li:hover{
	cursor: pointer;
}
.Iind_more{
	margin-top: 65px;
	display: none;
}
.Iind_det>li p{
	height: 133px;
	width: auto;
}

/**/
.Ithree{
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.Ithree>img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.Ithree_con{
	width: 44.8%;
	height: auto;
	background: #c60c30;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Ithree_con:hover{
	cursor: pointer;
}
.Ithree_con>img{
	width: 100%;
	height: auto;
}

/**/
.Ifore{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.Ifore>a{
	display: block;
	color: #454545;
	text-decoration: none;
	width: 20.833%;
	height: auto;
	padding: 6.25%;
	float: left;
}
.Ifore>.on2{
	background: #f7f7f7;
}
.Ifore_time{
	font-size: 24px;
	text-align: left;
}
.Ifore_title{
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
}
.Ifore_title>p,.Ifore_title>span{
	display: block;
	text-align: left;
}
.Ifore_word{
	font-size: 16px;
	text-align: left;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	letter-spacing: 1px;
	line-height: 25px;
}
.Ifore_more{
	text-align: left;
	margin-top: 25px;
}

/**/
.Ifive{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.Ifive>div{
	width: 20%;
	padding: 0 14.95%;
	margin: 60px 0;
	height: auto;
	float: left;
}
.Ifive_entitle{
	font-size: 24px;
	color: #262626;
	font-weight: 600;
}
.Ifive_word{
	color: #a3a3a3;
	font-size: 14px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	letter-spacing: 1px;
}
.Ifive:after,.Ifore:after{          /*清除浮动*/
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}


/*########################################### index end ######################################################*/




/*########################################### about begin ######################################################*/
.about_banner{
	width: 100%;
	min-width: 1200px;
}
.about_banner>img{
	width: 100%;
	height: auto;
}

.AB_nav{
	width: 100%;
	height: 70px;
	box-shadow: 0 4px 5px #888888;
	min-width: 1200px;
}
.AB_nav>a{
	display: block;
	float: left;
	width: 24.95%;
	height: 100%;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.AB_nav>a>div{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	border-left: 1px solid #c5c5c5;
}
.AB_nav>a>.disbor{
	border: none;
}
.AB_nav>.ab_on{
	background: #d7172f;
	color: #fff;
}

.AB_one{
	width: 1200px;
	height: auto;
	margin: 0 auto; 
}
.AB_one>div:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.AB_one>div{
	margin-top: 120px;
	width: 100%;
	height: auto;
}
.AB_one>div>div{
	width: 50%;
	float: left;
	line-height: 484px;
}

.AB_two{
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.AB_two_title{
	margin-top: 100px;
}
.about_swiper{
	width: 100%;
	margin-top: 75px;
}
.about_swiper .swiper-slide{
	width: 33.33%;
}
.about_swiper .swiper-slide>img{
	width: 100%;
	height: auto;
	min-width: 400px;
}
.click_left{
	position: absolute;
	left: 0;
	top: 60%;
	z-index: 9;
}
.click_right{
	position: absolute;
	right: 0;
	top: 60%;
	z-index: 9;
}


.AB_three{
	margin-top: 100px;
	min-width: 1200px;
	position: relative;
}
.AB_three>img{
	width: 100%;
}
.AB_three_title{
	position: absolute;
	left: 51%;
	top: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.AB_three_title>img{
	width: 100%;
	height: auto;
}







.AB_m_con{
	width: 1200px;
	height: auto;
	padding-bottom: 120px;
}
.AB_m_con>div{
	margin-top: 140px;
	width: 100%;
	height: auto;
	text-align: center;
}






.AB_map{
	margin-top: 105px;
	width: 87.6%;
	height: 834px;
	background: #ccc;
	min-width: 1200px;
}
.AB_data{
	width: 940px;
	/* height: 210px; */
	padding: 100px 130px 100px;
	background: #fff;
	margin-top: -80px;
	position: relative;
	z-index: 9;
	text-align: left;
}
.ab_add{
	margin-top: 60px;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: left;
}
.ab_add>img{
	padding-right: 15px;
}
.ab_t_e{
	margin-top: 35px;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: left;
}
.ab_t_e>div{
	float: left;
}
.ab_t_e img{
	padding-right: 15px;
}
.ab_email{
	padding-left: 110px;
}










.AB_h1{
	width: 1200px;
	height: auto;
	margin-top: 85px;
}
.AB_j_box{
	width: 1200px;
	margin: 66px auto;
	border-top: 1px solid #e5e5e5;
}
.AB_j{
	width: 1120px;
	padding: 0 40px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 22px;
	text-align: left;
	background: url(../img/about/ab_plus.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
.AB_p{
	background: url(../img/about/ab_jian.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

.ab_d{
	width: 1120px;
	padding:40px;
	height: auto;
	line-height: 40px;
	display: none;
	border-bottom: 1px solid #e5e5e5;
}

.ab_d>p,.ab_d>span{
	display: block;
	text-align: left;
	font-size: 16px;
}
/*########################################### about end ######################################################*/







/*########################################### news end ######################################################*/
.news_banner{
	width: 100%;
	min-width: 1200px;
}
.news_banner>img{
	width: 100%;
	height: auto;
}


.news_box{
	width: 100%;
	height: auto;
	min-width: 1200px;
	padding-bottom: 150px;
	position: relative;
}

.news_box:after{          /*清除浮动*/
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.news_box>a{
	display: block;
	color: #454545;
	text-decoration: none;
	width: 20.833%;
	height: auto;
	padding: 6.25%;
	float: left;
}
.news_box>.on2{
	background: #f7f7f7;
}
.news_time{
	font-size: 24px;
	text-align: left;
}
.news_title{
	font-size: 16px;
	margin-top: 30px;
	line-height: 25px;
}
.news_title>p,.news_title>span{
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 25px;
}
.news_word{
	font-size: 16px;
	text-align: left;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	letter-spacing: 1px;
    word-spacing: 2px;
}
.news_more{
	text-align: left;
	margin-top: 25px;
}

.load_more{
	position: absolute;
	left: 50%;
	margin-left: -81px;
	bottom: 50px;
}
.load_more:hover{
	cursor: pointer;
}



.news_d_box{
	width: 1200px;
	height: auto;
	padding: 100px 0;
}
.news_d_title{
	width: 800px;
	font-size: 32px;
}
.news_d_time{
	font-size: 16px;
	margin-top: 35px;
}
.news_d_con{
	font-size: 16px;
	text-align: left;
	margin-top: 100px;
}
.news_d_con>p,.news_d_con>span{
	display: block;
	margin: 20px 0;
	line-height: 40px;
}
.news_d_con>img{
	max-width: 1200px;
	height: auto;
	padding: 30px 0;
	text-align: center;
	display: block;
}
.to_news{
	padding-bottom: 150px;
}
/*########################################### news end ######################################################*/







/*########################################### ind end ######################################################*/
.ind_banner{
	width: 100%;
	min-width: 1200px;
}
.ind_banner>img{
	width: 100%;
	height: auto;
}

.IN_nav{
	width: 100%;
	height: 70px;
	box-shadow: 0 4px 5px #888888;
	min-width: 1200px;
}
.IN_nav>a{
	display: block;
	float: left;
	width: 16.66%;
	height: 100%;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.IN_nav>a>div{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	border-left: 1px solid #c5c5c5;
}
.IN_nav>a>.disbor{
	border: none;
}
.IN_nav>.ab_on{
	background: #d7172f;
	color: #fff;
}



/*IND1*/
.IND1,.IND2,.IND3{
	width: 1200px;
	height: auto;
	padding-bottom: 120px;
	margin-top: 130px;
}
.ind1_title,.ind2_title,.ind3_title{
	width: 100%;
	height: auto;
	text-align: left;
}
.ind1_word,.ind2_word,.ind3_word{
	margin-top: 30px;
	width: 100%;
	text-align: left;
	height: auto;
	color: #676767;
	font-size: 16px;
	line-height: 30px;
}
.ind1_word>span{
	color: #404040;
	font-weight: 600;
}
.ind1_p{
	margin-top: 135px;
}


.ind2_pbox{
	width: 100%;
	height: 790px;
	background: url(../img/ind/ind2_bg.png);
	margin-top: 30px;
	background-size: 100% 100%;
	position: relative;
}
.ind2_p1{
	position: absolute;
	left: 0;
	top: 60px;
}
.ind2_p2{
	position: absolute;
	right: 0;
	top: 295px;
}
.ind2_pword{
	color: #404040;
	text-align: left;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 110px;
	line-height: 30px;
}
.ind2_pword i{
	color: #000;
	text-decoration: underline;
}


.ind3_p1{
	width: 100%;
	margin: 70px auto 0;
}
.ind3_p2{
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.ind3_p2>img{
	width: 100%;
	height: auto;
}
.ind3_p2_word{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 30%;
	width: 1200px;
	color: #fff;
}
.ind3_p2_word>p{
	font-size: 34px;
	text-align: center;
	padding-bottom: 30px;
}
.ind3_p2_word>span{
	font-size: 16px;
	color: #d7d6d5;
	line-height: 30px;
}
.ind3_word2{
	width: 1200px;
	height: auto;
	padding: 130px 0;
	margin: 0 auto;
	color: #404040;
	font-size: 18px;
	line-height: 30px;
}


.ind4_b1{
	width: 1200px;
	height: auto;
	margin: 135px auto 0;
}
.ind4_title{
	text-align: left;
}
.jx{
	margin-top: 105px;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.ind4_p1{
	margin-top: 50px;
	width: 100%;
	height: auto;
}
.ind4_p1>img{
	width: 100%;
	height: auto;
}
.ind4_word1{
	width: 100%;
	font-size: 16px;
	color: #404040;
	text-align: left;
	margin-top: 50px;
	line-height: 30px;
}
.ind4_p2{
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.ind4_p2>img{
	width: 100%;
	height: auto;
	margin-top: 110px;
}
.ind4_word2{
	width: 1200px;
	height: 350px;
	background: #d7172f;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -20%;
}
.ind4_word2_t{
	padding-top: 40px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.ind4_word2_w{
	padding: 30px 60px 0;
	font-size: 16px;
	line-height: 30px;
}
.ind4_b2{
	width: 1200px;
	height: auto;
	margin: 280px auto 0;
	padding-bottom: 200px;
}
.ind4_p3{
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
}
.ind4_word3{
	width: 720px;
	height: 450px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -225px;
	background: #fbfbfb;
}
.ind4_word3_t{
	padding: 45px 0 0 70px;
	color: #000;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.ind4_word3_w{
	padding: 30px 70px 0;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.ind4_p4{
	margin-top: 180px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
}
.ind4_p5{
	position: absolute;
	right: 0;
	bottom: -250px;
}
.ind4_word4{
	width: 720px;
	height: 830px;
	position: absolute;
	left: 0;
	bottom: -570px;
	background: #fbfbfb;
	text-align: left;
}
.ind4_word5{
	width: 720px;
	height: 680px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #fbfbfb;
	text-align: left;
}
.ind4_p6{
	margin-top: 680px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
}
.ind4_lll>img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}


.ind_t5{
	width: 1200px;
	margin: 135px auto 0;
	text-align: left;
}
.ind5_01{
	margin-top: 51px;
	width: 100%;
	height: auto;
	position: relative;
	min-width: 1200px;
}
.ind5_01>img{
	width: 100%;
	height: auto;
}
.ind5_p1{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 15%;
	position: absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: left;
}
.ind5_02{
	width: 1200px;
	height: 85px;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: flex;
    justify-content: space-evenly;
}
.ind5_02>div{
	float: left;
	width: 33.333%;
	height: 100%;
	text-align: center;
	margin: initial;
}
.ind5_02>.ind5_p2{
	text-align: left;
}
.ind5_02>.ind5_p4{
	text-align: right;
}
.ind5_03{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.ind5_03:after{
	content: "";
	display: block;
	clear: both;
}
.ind5_03>div{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}
.ind5_p6>img{
	width: 100%;
	height: auto;
}
.ind5_04>img{
	width: 100%;
	height: auto;
}
.ind5_05{
	width: 370px;
	height: 370px;
	position: absolute;
	left: 230px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.ind5_p8,.ind5_p9{
	margin-top: 80px;
}
.ind5_06{
	width: 100%;
	height: auto;
	position: relative;
	min-width: 1200px;
}
.ind5_06>img{
	width: 100%;
	height: auto;
}
.ind5_07{
	width: 1200px;
	height: auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
}
.ind5_title{
	font-size: 30px;
	font-weight: 600;
}
.ind5_content{
	font-size: 12px;
	margin-top: 30px;
	line-height: 20px;
}
.ind5_pic{
	width: 780px;
	height: auto;
	margin-top: 40px;
}
.ind5_pic:after{
	content: "";
	display: block;
	clear: both;
}
.ind5_pic>.ind5_p12{
	float: left;
	cursor: pointer;
}
.ind5_pic>.ind5_p13{
	float: right;
	cursor: pointer;
}


.ind5TC{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 888;
	display: none;
}
.ind5_box{
	width: 1200px;
	height: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.ind5_box>img{
	width: 100%;
	height: auto;
}
.ind5_close{
	float: right;
}
.ind5_div{
	width: 100%;
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
	background: #fff;
}

/*########################################### ind end ######################################################*/



/*########################################### park begin ######################################################*/
.park1{
	width: 1200px;
	margin: 90px auto 0;
	text-align: left;
}
.park2{
	min-width: 1200px;
	width: 100%;
	height: 1090px;
	margin-top: 400px;
	background: url(../img/park/park2_k2.png);
	background-size: 100% 100%;
}
.park2>img{
	margin-top: -250px;
}
.park3{
	width: 100%;
	min-width: 1200px;
	height: 1372px;
	position: relative;
}
.park3>div{
	width: 100%;
	height: 50%;
}
.park3>div:nth-child(1){
	background: #fafafa;
}
.park3>p{
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 150px;
}
.park4{
	width: 100%;
	height: 3564px;
	position: relative;
	min-width: 1200px;
}
.park4_box1{
	width: 100%;
	height: 738px;
	min-width: 1200px;
	background: #2d2d2d;
}
.park4_box2{
	height: 1146px;
	width: 86.8%;
	min-width: 1667px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	top: 738px;
}
.park4_box3{
	height: 1146px;
	width: 86.8%;
	min-width: 1667px;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	bottom: 0;
}
.park4_a1{
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 5;
}
.park4_a2{
	width: 81.25%;
	position: absolute;
	right: 0;
	top: 550px;
}
.park4_a2>img{
	width: 100%;
	height: auto;
}
.park4_a3{
	width: 8%;
	position: absolute;
	right: 18.75%;
	bottom: -19%;
}
.park4_a3>img{
	width: 100%;
	height: auto;
}
.park4_ul1{
	width: 1216px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 1190px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.park4_ul1>li{
	width: 284px;
	height: 190px;
	margin: 6px 10px;
	float: left; 
}
.park4_a4{
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 1420px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 5;
}
.park4_a5{
	width: 81.25%;
	position: absolute;
	left: 0;
	bottom: 900px;
}
.park4_a5>img{
	width: 100%;
	height: auto;
}
.park4_a6{
	width: 8%;
	position: absolute;
	left: 18.75%;
	bottom: -19%;
}
.park4_a6>img{
	width: 100%;
	height: auto;
}
.park4_ul2{
	width: 1216px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 110px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.park4_ul2>li{
	width: 284px;
	height: 190px;
	margin: 6px 10px;
	float: left; 
}
.park5{
	width: 1200px;
	margin: 150px auto 0;
}
.park6{
	width: 100%;
	height: 420px;
	position: relative;
	min-width: 1200px;
}
.park6>img{
	min-width: 1200px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.park6>div{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.park6>div>a{
	position: absolute;
	top: 27%;
}
.map1{
	left: 6.7%;
}
.map2{
	right: 25.3%;
}
/*########################################### park end ######################################################*/






/*########################################### center begin ######################################################*/
.center1{
	width: 100%;
	min-width: 1200px;
	height: 1380px;
	background: url(../img/center/center1_bg.png);
	background-size: 100% 100%;
	position: relative;
}
.center1>img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 120px;
}
.center2{
	width: 1200px;
	margin: 140px auto 0; 
}
.center_banner{
	margin-top: 105px;
	width: 100%;
	height: auto;
	min-width: 1200px;
	position: relative;
}
.center_swiper{
	width: 100%;
	height: auto;
}
.center_swiper>.swiper-pagination{
	bottom: 10%;
}
.center_banner_w{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20%;
}
.center_left{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 10%;
	z-index: 999;
}
.center_right{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 10%;
	z-index: 999;
}
.center4{
	width: 100%;
	height: 1173px;
	background: #e9e9e9;
	min-width: 1200px;
	position: relative;
}
.center4>img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 155px;
}
.center5{
	width: 100%;
	min-width: 1200px;
	margin-top: 145px;
}
.center6{
	margin-top: 170px;
	width: 100%;
	height: 650px;
	background: #e9e9e9;
	min-width: 1200px;
	position: relative;
}
.center6>img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 90px;
}
.center7{
	min-width: 1200px;
	margin: 120px 0 145px 0;
}
.center7>div{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.center7 a{
	position: absolute;
	left: 10.8%;
	top: 43%;
}
/*########################################### center end ######################################################*/

.share1,.share4,.share5{
	margin-top: 170px;
	min-width: 1200px;
}
.share2{
	margin-top: 360px;
	height: 723px;
	width: 100%;
	min-width: 1200px;
	background: url(../img/share/share2_bg.png);
}
.share2>img{
	margin-top: -160px;
}
.share3{
	margin-top: 200px;
	width: 1200px;
	text-align: left;
	position: relative;
}
.m3{
	position: absolute;
	right: 0;
	top: 0;
}
.m1{
	position: absolute;
	right: 0;
	top: -175px;
	display: none;
}
.m2{
	position: absolute;
	right: 0;
	bottom: -175px;
	display: none;
}
.m4{
	position: absolute;
	right: 0;
	bottom: 0;
}
.share6{
	margin-top: 160px;
	height: 774px;
	width: 100%;
	min-width: 1200px;
	background: url(../img/share/share6_bg.png);
	line-height: 774px;
}
.share7{
	width: 100%;
	min-width: 1200px;
	height: 1060px;
	position: relative;
}
.share7_box{
	width: 87.5%;
	min-width: 1680px;
	height: 100%;
	background: #f8f8f8;
	float: right;
}
.share7>img{
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.share7_ul1{
	width: 1216px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 335px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.share7_ul1>li{
	width: 284px;
	height: 190px;
	margin: 6px 10px;
	float: left; 
}
.share8{
	min-width: 1200px;
	margin: 120px 0 145px 0;
}
.share8>div{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.share8 a{
	position: absolute;
	left: 5.8%;
	top: 56%;
}










