@font-face {
	font-family: 'myfont';
	src: url('../font/DIN-MEDIUM_0.ttf');
	src: url('../font/DIN-MEDIUM_0.eot?#iefix') format('embedded-opentype'), url('../font/DIN-MEDIUM_0.woff') format('woff'), url('../font/DIN-MEDIUM_0.ttf') format('truetype'), url('../font/DIN-MEDIUM_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	min-width: 1200px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearfloat_L:after {
	display: block;
	content: '';
	clear: both;
}

.nav {
	height: 70px;
	background-color: #2b579f;
	/*border-bottom: 2px solid #6981bc;*/
	position: fixed;
	width: 100%;
	z-index: 999;
}

.nav .nav_cnt {
	width: 1200px;
	margin: 0 auto;
}

.nav .nav_cnt .logo {
	height: 70px;
}

.nav .nav_cnt .logo img {
	height: 100%;
}

.nav_nav_hover ul li {
	width: 140px;
	margin-top: 27px;
	text-align: center;
}

.nav_nav_hover ul li:hover {}

.nav_nav_hover ul li:hover .nav_bottom {
	display: block !important;
}

.nav_nav_hover ul li .nav_top {
	font-size: 16px;
	width: 81px;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 23.5px;
	position: relative;
	/*border-bottom: 2px solid #2b579f;*/
}

.nav_nav_hover ul li:hover .nav_top {
	font-weight: bold;
}

.nav_nav_hover ul li:hover .nav_top:after {
	display: block;
	content: '';
	width: 81px;
	position: absolute;
	bottom: 0;
	height: 4px;
	background-color: #aa9133;
}

.nav_nav_hover ul li .nav_top.active:after {
	display: block;
	content: '';
	width: 81px;
	position: absolute;
	bottom: 0;
	height: 4px;
	background-color: #aa9133;
}

.nav_nav_hover ul li .nav_bottom {

	display: none;
}

.nav_nav_hover ul li .nav_bottom .nav_bottom_1 {
	height: 40px;
	line-height: 40px;
	background-color: #001545;
	opacity: 0.8;
	font-size: 12px;
	color: #fff;

}

.nav_nav_hover ul li .nav_bottom .nav_bottom_1:hover {
	opacity: 0.6;
}

.nav_nav_hover .tel {
	margin-top: 20px;
	margin-left: 30px;
}

.banner {
	/* padding-top: 72px; */
	height: 475px;
	position: relative;
}

.banner_cnt {
	height: 100%;
}

.banner_cnt .swiper-container {
	height: 100%;
}

.swiper_button {
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 134px;
	z-index: 10;
	height: 0px;
}

.pagination {
	width: 900px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 82px;
	z-index: 12;
}

.swiper-pagination-switch {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	opacity: 0.6;
	margin-right: 27px;
	cursor: pointer;
	width: 27px;
	height: 2px;
	background-color: #fff;
}

.swiper-active-switch {
	opacity: 1;
}

.index_content {
	margin-top: -42px;
}

.index_content .wrapper {
	width: 1200px;
	height: 170px;
	margin: 0px auto;
	box-shadow: 0px 10px 30px #f4f4f4;
	box-sizing: border-box;
	padding-top: 37px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.index_content .wrapper .counter {
	width: 240px;
	text-align: center;
}

/*.wrapper .counter:after{
	content: '';
	display: block;
}*/
.index_content .wrapper .counter .count-title {
	font-family: myfont;
	font-size: 46px;
	color: #343434;
	position: relative;

	/*font-weight: bold;*/
}

.index_content .wrapper .counter .count-title .span1 {
	position: absolute;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.index_content .wrapper .counter .count-title:after {
	content: '';
	display: block;
	width: 9px;
	height: 2px;
	background-color: #818181;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;

}

.index_content .wrapper .counter .count-text {
	margin-top: 8px;
	font-size: 14px;
	color: #818181;
}

.index_content .title1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 69px;
	margin-bottom: 25px;
}

.index_news {
	width: 1200px;
	margin: 0 auto;
}

.index_news img {
	display: block;
	transition: all 0.6s;
}

.index_news img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news_left {
	margin-right: 10px;
}

.index_news_middle {
	margin-right: 10px;
}

.index_news_middle_top {
	margin-bottom: 10px;
}

.index_news_middle_bottom_left {
	margin-right: 10px;
}

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

.index_news_txt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
}

.index_news_txt i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	line-height: 50px;
	right: 20px;
	font-size: 20px;
}

.index_content .more_btn {
	width: 1200px;
	margin: 0 auto;
	margin-top: 46px;
	margin-bottom: 80px;
}

.index_content .more {
	width: 144px;
	height: 42px;
	background: url(../img/more.jpg) no-repeat;
}

.index_case {
	background: url(../img/index_bg.jpg) no-repeat center;
	width: 100%;
	height: 345px;
}

.index_case {
	position: relative;
}

.index_case h1 {
	padding-top: 56px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.index_case h1:after {
	content: '';
	display: block;
	width: 33px;
	height: 3px;
	background-color: #98b2d2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}

.index_case_cnt {
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.index_case_cnt .index_case_cnt_part {
	width: 240px;
	height: 177px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 28px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.index_case_cnt .index_case_cnt_part .top {
	width: 56px;
	height: 47px;
	margin: 0 auto;
	margin-bottom: 29px;
	transition: all .6s;
}

.index_case_cnt .index_case_cnt_part .top.top1 {
	background: url(../img/case_img.png) no-repeat;
	background-position: -25px -77px;
}

.index_case_cnt .index_case_cnt_part .top.top2 {
	background: url(../img/case_img.png) no-repeat;
	background-position: -107px -77px;
}

.index_case_cnt .index_case_cnt_part .top.top3 {
	background: url(../img/case_img.png) no-repeat;
	background-position: -185px -77px;
}

.index_case_cnt .index_case_cnt_part .top.top4 {
	background: url(../img/case_img.png) no-repeat;
	background-position: -262px -77px;
}

.index_case_cnt .index_case_cnt_part .top.top5 {
	background: url(../img/case_img.png) no-repeat;
	background-position: -345px -77px;
}

.index_case_cnt .index_case_cnt_part .bottom {
	font-size: 20px;
	color: #fff;
}

.index_case_cnt .index_case_cnt_part.active {
	background-color: #fff;
}

.index_case_cnt .index_case_cnt_part.active .bottom {
	color: #1153a3;
	font-weight: bold;
}

.index_case_cnt .index_case_cnt_part.active .top.top1 {
	background-position: -25px -23px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_case_cnt .index_case_cnt_part.active .top.top2 {
	background-position: -107px -20px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_case_cnt .index_case_cnt_part.active .top.top3 {
	background-position: -185px -15px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_case_cnt .index_case_cnt_part.active .top.top4 {
	background-position: -262px -15px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_case_cnt .index_case_cnt_part.active .top.top5 {
	background-position: -345px -14px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.index_case_tab_part {
	width: 1200px;
	margin: 0 auto;
	border: 2px solid #bdbdbd;
	margin-top: 67px;
	position: relative;
	padding-bottom: 67px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.index_case_tab_part.active {
	display: block;
}

.index_case_tab_part h1 {
	text-align: center;
	font-size: 16px;
	color: #828282;
	margin-top: 35px;
}

.index_case_tab_h2 {
	width: 893px;
	margin: 0 auto;
}

.index_case_tab_h2 .part {
	width: 223px;
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
	margin-top: 66px;
	position: relative;
	font-weight: bold;
}

.index_case_tab_h2 .part:after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 3px;
	background-color: #4c4c4c;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -20px;
}

.index_case_tab_part1:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 98px;
}

.index_case_tab_part1:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 98px;
}

.index_case_tab_part2:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 335px;
}

.index_case_tab_part3:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 576px;
}

.index_case_tab_part4:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 813px;
}

.index_case_tab_part5:after {
	display: block;
	content: '';
	width: 41px;
	height: 29px;
	background: url(../img/after_top.jpg) no-repeat;
	position: absolute;
	top: -23px;
	left: 1058px;
}

.index_content .title2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 74px;
	margin-bottom: 53px;
}

.marginB23 {
	margin-bottom: 23px !important;
}

.enterprise_logo {
	/*width: 1079px;
	margin: 0 auto;*/
	position: relative;
	margin-bottom: 58px;
}

.enterprise_logo a {
	display: inline-block;
	margin-right: 173px;
	/*margin-bottom: 39px;*/
}

.marginR0 {
	margin-right: 0 !important;
}

.enterprise_cnt {
	position: relative;
	width: 1079px;
	margin: 0 auto;
}

.enterprise_logo .swiper_button2 {
	width: 1200px;
	height: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.swiper-container2 {
	overflow: hidden;
	height: 260px;
}

.index_content .title3 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 77px;
}

.business_cnt {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

.business_cnt a {
	display: inline-block;
	margin-right: 37px;
}

.business_logo {
	position: relative;
	height: 76px;
	margin-bottom: 90px;
}

.business_logo .swiper_button3 {
	width: 1200px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.swiper-container3 {
	overflow: hidden;
	height: 76px;
}

.footer {}

.footer_nav {
	background-color: #1153a3;
	height: 46px;
	line-height: 46px;
}

.footer_nav ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}

.footer_nav ul li {
	width: 95px;
	position: relative;
	margin-right: 23px;
}

.footer_nav ul .li:after {
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
}

.footer_nav ul a {
	color: #fff;
}

.footer_info {
	background-color: #37383e;
}

.footer_info_cnt {
	width: 1200px;
	height: 112px;
	margin: 0 auto;
}

.footer_info_cnt .foot_R {
	border-top: 1px solid #58595e;
	padding-top: 18px;
	color: #5c5d61;
	margin-top: 52px;
	margin-bottom: 21px;
	width: 979px;
}

.footer_info_cnt .foot_L {
	margin-top: 34px;
}

.footer_info_cnt .foot_R_R .span1 {
	margin-right: 80px;
}

.footer_info_cnt .foot_R_R .span2 {
	color: #5c5d61;
}

.footer_info_cnt .foot_R_R .span2:hover {
	color: #fff;
}


/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡Ãƒâ€¹Ã¢â‚¬Â */
.nav2 {
	background-color: rgba(0, 21, 69, 0.8);
	/*	border-bottom: 2px solid rgba(184,189,201,0.8);*/
}

.banner2 {
	padding-top: 0;
	height: 416px;
}

.solution_content_a {
	width: 1325px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -75px;
	padding-top: 33px;
	position: relative;
	z-index: 2;
}

.solution_content_a_title {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 17px;
	border-bottom: 1px solid #D3D3D3;
	position: relative;
}

.solution_content_a_title .tab_cnt_title {
	position: absolute;
	bottom: 0px;
	right: 0;
}

.solution_content_a_title .tab_cnt_title li {
	margin-left: 26px;
	font-size: 16px;
	color: #9e9e9e;
	height: 42px;
}

.solution_content_a_title .tab_cnt_title li.active {
	color: #000;
	border-bottom: 2px solid #F3C62B;
}

.case_button_swiper {
	width: 130px;
	height: 64px;
	border: 1px solid #d3d3d3;
	color: #D3D3D3;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	top: 184px;
}

.case_button_swiper_L {
	width: 49.5%;
	height: 100%;
	border-right: 1px solid #d3d3d3;
}

.case_button_swiper_R {
	width: 49.5%;
	height: 100%;
}

.case_button_swiper_L,
.case_button_swiper_R {
	text-align: center;
	line-height: 64px;
}

.solution_swiper_L {
	width: 655px;
	height: 535px;
	overflow: hidden;
	position: relative;
}

.solution_swiper_L .swiper-container {
	height: 100%;
}

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

.solution_swiper_R {
	width: 455px;
}

.solution_swiper_R .h1 {
	font-size: 48px;
	margin-bottom: 70px;
	font-family: "myfont";
}

.solution_swiper_R .h2 {
	font-size: 28px;
	position: relative;
	margin-bottom: 60px;
	margin-left: 35px;
	font-weight: bold;
}

.solution_swiper_R .h2:after {
	content: '';
	display: block;
	width: 69px;
	height: 4px;
	background-color: #0055ba;
	position: absolute;
	bottom: -30px;
	left: -34px;
}

.solution_swiper_R .p1 {
	margin-left: 35px;
	font-size: 14px;
	color: #828282;
	line-height: 22px;
}

.solution_swiper {
	width: 1200px;
	margin: 0 auto;
	margin-top: 107px;
	margin-bottom: 58px;
}

.next_btn {
	margin-left: 35px;
	margin-top: 100px;
}

.solution_cust_left {
	width: 606px;
	height: 511px;
	background: url(../img/case1_img3.jpg) no-repeat;
}

.solution_cust_left .p {
	margin-top: 348px;
	width: 512px;
	margin-left: 84px;
	font-size: 14px;
	color: #828282;
	line-height: 22px;
}

.solution_cust_right {
	width: 513px;
	height: 515px;
}

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

.solution_party .h1 {
	font-size: 18px;
	color: #343434;
	text-align: center;
	margin-top: 107px;
	margin-bottom: 68px;
	font-weight: bold;
}

.solution_cust {
	width: 1200px;
	margin: 0 auto;
}

.solution_party_cnt {
	text-align: center;
	margin-bottom: 150px;
}

.solution_content_b {
	width: 100%;
	height: 376px;
	background: url(../img/case1_img5.jpg) no-repeat center;
	margin-bottom: 70px;
}

.solution_content_c {
	width: 100%;
	overflow: hidden;
}

.solution_content_c_a {
	width: 1109px;
	margin: 0 auto;
}

.solution_content_c_a_L {
	width: 438px;
	margin-right: 140px;
}

.solution_content_c_a_L img {
	width: 100%;
	display: block;
}

.solution_content_c_a_R {
	width: 528px;
}

.solution_content_c_a_R .h1 {
	font-size: 32px;
	color: #2d2d2d;
	margin-bottom: 20px;
	font-family: myfont;
}

.solution_content_c_a_R .p1 {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 26px;
	color: #828282;
}

.solution_content_c_b {
	width: 1200px;
	margin: 0 auto;
	margin-top: 130px;
	margin-bottom: 53px;
}

.solution_content_c_c {
	width: 1200px;
	margin: 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 115px;
}

.solution_content_c_c_L .h1 {
	width: 189px;
	height: 86px;
	margin-bottom: 53px;
	font-weight: bold;
}

.solution_content_c_c_L .h2 {
	font-size: 28px;
	color: #343434;
	margin-bottom: 30px;
	font-weight: bold;
}

.solution_content_c_c_L .p {
	width: 326px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
}

.solution_content_c_d {
	width: 1200px;
	margin: 0 auto;
	padding-right: 14px;
}

.solution_content_c_d_L {
	margin-top: 44px;
}

.solution_content_c_d_R .h1 {
	position: relative;
	margin-bottom: 147px;
}

.solution_content_c_d_R .h1:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: -118px;
	left: 0;
}

.solution_content_c_d_R .p {
	width: 489px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	margin-top: 30px;
}

.solution_content_d {
	height: 447px;
	margin-top: 104px;
	background-color: #ededed;
	padding-top: 56px;
}

.solution_content_d .h1 {
	width: 835px;
	margin: 0 auto;
	font-size: 28px;
	color: #343434;
	margin-bottom: 30px;
	font-weight: bold;
}

.solution_content_d .info {
	width: 835px;
	margin: 0 auto;
}

.solution_content_d .info {
	font-size: 16px;
	color: #ababab;
}

.solution_content_d .info .label_a {
	width: 222px;
	height: 37px;
	margin-right: 12px;
}

.solution_content_d .info .label_a input {
	width: 70%;
}

.solution_content_d .info .label_b input {
	width: 77%;
}

.solution_content_d .info .label_c input {
	width: 77%;
}

.solution_content_d .info .label_d input {
	width: 92%;
}

.solution_content_d .info .label_e textarea {
	width: 92%;
}

.solution_content_d .info .label_b {
	width: 293px;
	height: 37px;
	margin-right: 12px;
}

.solution_content_d .info .label_c {
	width: 293px;
	height: 37px;
}

.solution_content_d .info .label_d {
	width: 835px;
	height: 37px;
	margin: 30px 0;
}

.solution_content_d .info .label_e {
	width: 835px;
	height: 76px;
	margin-bottom: 30px;
}

.solution_content_d .info textarea {
	padding-top: 10px;
}

.solution_content_d .info input,
.solution_content_d .info textarea {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-left: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
}

.submit {
	width: 114px !important;
	height: 47px !important;
	background: url(../img/case1_img13.jpg) no-repeat;
}

.park_a_content {
	width: 100%;
	overflow: hidden;
}

.park_a_cnt_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 87px;
}

.park_a_cnt_part1_L {
	margin-left: 47px;
}

.park_a_cnt_part1_L img {
	display: block;
}

.park_a_cnt_part1_R {
	width: 585px;
	margin-top: 56px;
}

.park_a_cnt_part1_R_title1 {
	position: relative;
	left: -200px;
	width: 780px;
	height: 115px;
	background-color: #4ac6d6;
}

.park_a_cnt_part1_R_title2 {
	font-size: 22px;
	color: #828282;
	margin-top: 45px;
	margin-bottom: 18px;
}

.park_a_cnt_part1_R_title3 {
	font-size: 34px;
	color: #000;
	margin-bottom: 65px;
	position: relative;
	font-family: "myfont";
}

.park_a_cnt_part1_R_title3:after {
	content: '';
	display: block;
	width: 10000px;
	background-color: #D3D3D3;
	height: 1px;
	position: absolute;
	bottom: -27px;
}

.marginL0 {
	margin-left: 0 !important;
}

.marginT62 {
	margin-top: 62px !important;
}

.park_a_cnt_part1_R .p1 {
	font-size: 16px;
	color: #828282;
	line-height: 26px;
}

.park_a_cnt_part2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 109px;
}

.park_a_cnt_part2_L {
	width: 650px;
	/*margin-left: 47px;*/
}

.park_a_cnt_part2_L_blue {
	margin-top: 85px;
	margin-left: 47px;
	margin-bottom: 82px;
	height: 8px;
	position: relative;
}

.park_a_cnt_part2_L_blue:after {
	content: '';
	display: block;
	width: 10000px;
	background-color: #D3D3D3;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -37px;
}

.park_a_cnt_part2_L .p1 {
	width: 486px;
	font-size: 14px;
	color: #828282;
	line-height: 26px;
	margin-bottom: 57px;
}

.park_a_cnt_part2_L .senlin {
	position: relative;
}

.park_a_cnt_part2_L .senlin img {
	display: block;
}

.park_a_cnt_part2_L .senlin:after {
	content: '';
	display: block;
	width: 10000px;
	height: 153px;
	background-color: #ededed;
	position: absolute;
	right: 650px;
	bottom: 0px;
}

.park_a_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
}

.park_a_cnt_part3_R {
	width: 669px;
}

.park_a_cnt_part3_R .h1 {
	font-size: 28px;
	color: #343434;
	margin-bottom: 13px;
	padding-top: 44px;
	position: relative;
}

.park_a_cnt_part3_R .h1:after {
	content: '';
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #D3D3D3;
	position: absolute;
	left: 0;
	top: 12px;
}

.park_a_cnt_part3_R .h2 {
	font-size: 24px;
	color: #828282;
	margin-bottom: 35px;
}

.park_a_cnt_part3_R .p1 {
	font-size: 14px;
	color: #828282;
	line-height: 26px;
	margin-bottom: 96px;
}

.park_a_cnt_part3_R .h3 {
	text-align: right;
}

.park_a_cnt_part4 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 12px;
	position: relative;
}

.park_a_cnt_part4 .h1 {
	margin-bottom: 50px;
}

.park_a_cnt_part4 .h2 {
	margin-bottom: 107px;
}

.park_a_cnt_part4 .swiper-container {
	width: 763px;
	overflow: hidden;
	height: 239px;
	background: url(../img/park_a_img9.jpg) no-repeat;
}

.park_a_cnt_part4 .swiper-container .p1 {
	width: 647px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin: 0 auto;
	line-height: 24px;
}

.park_a_cnt_part4 .swiper-container .p2 {
	position: relative;
	margin: 0 auto;
	/*width: 647px;*/
	font-size: 14px;
	color: #828282;
	text-align: right;
	margin-top: 30px;
	margin-right: 58px;
}

.park_a_cnt_part4 .swiper-container .p2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #828282;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -49px;
}

.park_a_cnt_part4 .pagination {
	bottom: -40px;
	margin-bottom: 69px;
}

.park_a_cnt_part4 .swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #868585;
	border-bottom: none;
	border-radius: 50%;
}

.park_a_cnt_part4 .swiper-active-switch {
	background-color: #ecae32;
}

.park_a_cnt_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 79px;
	margin-top: 50px;
}

.park_a_cnt_part5_R {
	width: 989px;
}

.park_a_cnt_part5_R li {
	font-size: 16px;
	color: #343434;
	width: 928px;
	border-bottom: 1px dashed #b4b4b4;
	padding-bottom: 16px;
	padding-left: 32px;
	margin-bottom: 16px;
	position: relative;
}

.park_a_cnt_part5_R li:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #e8e8e8;
	left: 0;
	top: 5px;
}

.park_a_cnt_part5_R li:hover {
	font-weight: bold;
}

.park_a_cnt_part5_R li:hover:after {
	background-color: #c5d5ed;
}

.park_a_cnt_part1_R_title1 {
	color: #fff;
	box-sizing: border-box;
	padding-left: 43px;
	padding-top: 24px;
}

.park_a_cnt_part1_R_title1 h2 {
	font-family: myfont;
	font-size: 32px;
}

.park_a_cnt_part1_R_title1 h2 span {
	font-size: 16px;
	font-weight: bold;
}

.park_a_cnt_part1_R_title1 .counter {
	margin-right: 67px;
}

.park_a_cnt_part1_R_title1 .counter .count-text {
	color: #c4e9ef;
}

.w92 {
	width: 92px;
}

.w102 {
	width: 102px;
}

.w42 {
	width: 42px;
}

.w53 {
	width: 53px;
}

.park_b_cnt_part1 {
	margin-top: 98px;
}

.park_b_cnt_part1_title {
	text-align: center;
}

.park_b_cnt_part1 .p1 {
	width: 909px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #828282;
	margin-top: 50px;
	margin-bottom: 114px;
}

.park_b_cnt_part2 {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}

.park_b_cnt_part2 .park_b_cnt_part2_L {
	width: 234px;
	height: 757px;
	box-sizing: border-box;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #6966d2;
}

.park_b_cnt_part2_L .counter {
	font-size: 28px;
	padding-top: 35px;
	padding-bottom: 17px;
	border-bottom: 1px solid #7876d7;
}

.park_b_cnt_part2_L .count-text {
	font-size: 14px;
	color: #b4b3e6;
}

.park_b_cnt_part2_L .counter .span1 {
	font-size: 16px;
	font-weight: bold;
}

.park_b_cnt_part2_L .wrapper {
	position: relative;
	height: 100%;
}

.park_b_cnt_part2_L .col_fourth_C {
	position: absolute;
	left: 0;
	bottom: 37px;
	right: 0;
	text-align: center;
	font-size: 24px;
}

.park_b_cnt_part2_L .col_fourth_C h2 {
	font-weight: bold;
	position: relative;
}

.park_b_cnt_part2_L .col_fourth_C h2:after {
	content: '';
	display: block;
	width: 73px;
	height: 2px;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -119px;
}

.park_b_cnt_part2_R .h1 {
	font-size: 28px;
	color: #282828;
	margin-top: 23px;
	margin-bottom: 28px;
	margin-left: 435px;
}

.park_b_cnt_part2_R .p1 {
	font-size: 14px;
	color: #828282;
	width: 334px;
	line-height: 24px;
	margin-bottom: 50px;
	position: relative;
	margin-left: 435px;
}

.park_b_cnt_part2_R .p1:after {
	content: '';
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -33px;
}

.park_b_content {
	width: 100%;
	overflow: hidden;
}

.marginL435 {
	margin-left: 435px;
}

.line_after {
	position: relative;
}

.line_after:after {
	content: '';
	display: block;
	width: 73px;
	height: 2px;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
	left: -119px;
}

.park_b_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 42px;
}

.park_b_cnt_part3 .park_b_cnt_part3_L_title {
	margin-bottom: 28px;
}

.park_b_cnt_part3 .p1 {
	font-size: 14px;
	color: #828282;
	line-height: 24px;
	width: 570px;
	margin-left: 32px;
}

.park_b_cnt_part3_R_title {
	width: 480px;
}

.park_b_cnt_part3_R .p1 {
	margin-top: 30px;
	font-size: 14px;
	color: #828282;
	line-height: 24px;
	width: 299px;
	margin-left: 181px;

}

.park_b_cnt_part3_R_img {
	margin-left: 144px;
	margin-top: 40px;
}

.park_b_cnt_part4 {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	margin-top: 93px;
	background: url(../img/park_b_img5.jpg) no-repeat center;
	position: relative;
	margin-bottom: 110px;
}

.park_b_cnt_part4:after {
	content: '';
	display: block;
	width: 1200px;
	height: 220px;
	background-color: #ededed;
	position: absolute;
	top: 0;
	right: 1200px;
}

.introduction_park_content {
	width: 100%;
	overflow: hidden;
}

.introduction_park_content_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 92px;
}

.introduction_park_content_part1 .introduction_park_content_part1_img_L img {
	display: block;
}

.introduction_park_content_part1 .introduction_park_content_part1_img_R {
	width: 490px;
}

.introduction_park_content_part1 .introduction_park_content_part1_img_R .h1 {
	font-size: 28px;
	color: #343434;
	position: relative;

	margin-bottom: 25px;
}

h1 {
	font-weight: bold;
}

.introduction_park_content_part1 .introduction_park_content_part1_img_R .h1:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: 0;
	left: 132px;
}

.introduction_park_content_part1 .introduction_park_content_part1_img_R p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
}

.introduction_park_content_part2 {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.introduction_park_content_part3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 79px;
}

.introduction_park_content_part3_L {
	width: 531px;
}

.introduction_park_content_part3_L .h1 {
	position: relative;
	padding-bottom: 10px;
}

.introduction_park_content_part3_L .h1:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: 0;
	right: 0;
}

.introduction_park_content_part3_L p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
	margin-top: 53px;
}

.introduction_park_content_part3_R img {
	display: block;
}

.introduction_park_content_part4 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.introduction_park_content_part4_R {
	margin-left: 65px;
	background-color: #31a2c8;
	width: 680px;
	height: 78px;
	line-height: 78px;
	font-size: 28px;
	color: #fff;
	padding-left: 42px;
	margin-top: 47px;
	position: relative;
	font-weight: bold;
}

.introduction_park_content_part4_R:after {
	content: '';
	display: block;
	position: absolute;
	height: 78px;
	width: 1000px;
	left: 680px;
	background-color: #31a2c8;
	top: 0;
}

.introduction_park_content_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 47px;
}

.introduction_park_content_part5 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
}

.introduction_park_content_part6 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.introduction_park_content_part6 h1 {
	position: relative;
	margin-bottom: 35px;
}

.introduction_park_content_part6 h1:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: 0;
	left: 207px;
}

.introduction_park_content_part6_cnt_L {
	font-size: 91px;
	font-weight: bold;
	font-family: myfont;
}

.introduction_park_content_part6_cnt_R {
	width: 1058px;
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
	margin-top: 22px;
}

.introduction_park_content_part7 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 112px;
}

.introduction_park_content_part7_R {
	width: 813px;
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
	position: relative;
	margin-top: 92px;
}

.introduction_park_content_part7_L {
	position: relative;
}

.introduction_park_content_part7_R p {
	position: relative;
}

/*.introduction_park_content_part7_R p:after{
	content: '';
	display: block;
	position: absolute;
	width: 62px;
	height: 10px;
	background-color: #f3c62b;
	right: 0;
	bottom: -57px;
}*/
.introduction_park_content_part7_L img {
	display: block;
}

.introduction_park_content_part7_L:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 156px;
	position: absolute;
	top: 209px;
	right: 253px;
	background-color: #ededed;
}

.introduction_park_content_part7_R:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	top: -44px;
	left: 0px;
}

.introduction_park_content_part8 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 57px;
}

.introduction_park_content_part8_L {
	margin-left: 96px;
}

.introduction_park_content_part8_R img {
	display: block;
}

.introduction_park_content_part9 {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	text-indent: 32px;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.introduction_park_content_part10 {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 77px;
}

.industrial_cnt_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 57px;
	margin-bottom: 93px;
}

.industrial_cnt_part1_L {
	width: 384px;
}

.industrial_cnt_part1_L h1 {
	margin-top: 43px;
	margin-bottom: 30px;
}

.industrial_cnt_part1_L p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	margin-bottom: 45px;
}

.industrial_cnt_part1_L h3 {
	margin-top: 107px;
}

.industrial_cnt_part1_L h3 img {
	display: block;
}

.industrial_cnt_part2_title {
	width: 100%;
}

.industrial_cnt_part2_title img {
	width: 100%;
}

.industrial_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
}

.industrial_cnt_part3 h1 {
	font-size: 28px;
	margin: 28px 0;
	color: #343434;
	padding-left: 48px;
}

.industrial_cnt_part3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-left: 48px;
	margin-bottom: 28px;
}

.industrial_cnt_part3 .img {
	margin-bottom: 37px;
}

.industrial_cnt_part3 .img img {
	display: block;
}

.industrial_cnt_part4 {
	margin-top: 65px;
	margin-bottom: 22px;
}

.industrial_cnt_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 60px;
}

.industrial_cnt_part5_L {
	position: relative;
}

.industrial_cnt_part5_L img {
	display: block;
}

.industrial_cnt_part5_L:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 156px;
	position: absolute;
	top: 277px;
	right: 320px;
	background-color: #ededed;
}

.industrial_cnt_part6 {
	width: 1200px;
	margin: 0 auto;
}

.industrial_cnt_part6_a {
	padding-left: 48px;
	margin-bottom: 58px;
}

.industrial_cnt_part6_b {
	margin-bottom: 79px;
}

.industrial_cnt_part6_c {
	margin-bottom: 60px;
}

.contact .map {
	width: 1096px;
	height: 467px;
	border: 6px solid #eeeeee;
	margin: 0 auto;
}

.map_cnt_title {
	width: 1096px;
	margin: 0 auto;
}

.map_cnt_title_L {
	font-size: 24px;
	color: #343434;
	margin-top: 93px;
	font-weight: bold;
}

.map_cnt_title_R {
	margin-top: 89px;
	width: 736px;
	font-size: 16px;
	color: #828282;
	margin-bottom: 10px;
}

.map_cnt_title_R_cnt {
	width: 308px;
	margin-right: 110px;
	margin-bottom: 10px;
}

.map_content {
	/*border-bottom: 1px solid #d3d3d3;*/
}

.marginR0 {
	margin-right: 0 !important;
}

.code {
	width: 1096px;
	margin: 0 auto;
	margin-top: 83px;
	margin-bottom: 80px;
}

.code .code_L {
	margin-right: 233px;
}

.code .code_txt {
	margin-left: 20px;
}

.code .code_txt h1 {
	margin-top: 148px;
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
}

/*.code .code_txt h1:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/add.jpg) no-repeat;
	position: absolute;
	top: -60px;
	left: 0;
}*/
.code .code_txt h2 {
	font-size: 16px;
	color: #828282;
}

.service_content {
	width: 100%;
	overflow: hidden;
}

.service_content_park1 {
	margin-top: 113px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 110px;
}

.service_content_park1_L {
	margin-left: 48px;
	position: relative;
}

.service_content_park1_L:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	top: 35px;
	right: 224px;
}

.service_content_park1_R {
	position: relative;
	z-index: 10;
}

.service_content_park1_R:after {
	content: '';
	display: block;
	width: 969px;
	height: 137px;
	position: absolute;
	left: 96px;
	top: 0;
	background: url(../img/service_img2.jpg) no-repeat;
}

.service_content_park1_R img {
	display: block;
}

.solution_content_a_after {
	position: relative;
}

.solution_content_a_after:after {
	content: '';
	display: block;
	width: 969px;
	height: 327px;
	background-color: #88c9c3;
	position: absolute;
	top: 71px;
	left: 1325px;
	z-index: -1;
}

.service_content_park2 {
	margin: 0 auto;
	margin-top: 132px;
	width: 1096px;
	margin-bottom: 215px;
}

.service_content_park2_cnt_L {
	margin-left: 40px;
}

.service_content_park2_cnt_R {
	width: 926px;
	position: relative;
}

.service_content_park2_cnt_R h1 {
	font-size: 24px;
	color: #343434;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #343434;
	width: 146px;
	margin-bottom: 20px;
}

.service_content_park2_cnt_R ul {
	font-size: 16px;
	color: #828282;
	position: relative;
}

.service_content_park2_cnt_R ul li {
	padding-right: 8px;
	margin-right: 8px;
	position: relative;
}

.service_content_park2_cnt_R ul .li:after {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background-color: #828282;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.service_content_park2_cnt {
	padding-bottom: 22px;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 90px;
}

/*.service_content_park2_cnt_R.after:after{
	content: '';
	display: block;
	position: absolute;
	width: 212px;
	height: 156px;
	background: url(../img/service_img6.jpg) no-repeat;
	right: -136px;
	top: 67px;
}*/
.overflow {
	overflow: hidden;
	width: 100%;
	height: auto !important;
}

.service_content_park3 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 95px
}

.service_content_park3_L img {
	display: block;
}

.service_content_park3_R {
	width: 783px;
	margin-right: 57px;
	margin-top: 30px;
}

.service_content_park3_R_cnt_R_title_h1 {
	font-size: 24px;
	color: #343434;
	border-bottom: 3px solid #343434;
	padding-bottom: 10px;
}

.service_content_park3_R_cnt_R {
	width: 636px;
}

.service_content_park3_R_cnt_R_title_btn {
	width: 144px;
	height: 42px;
	line-height: 42px;
	background-color: #f3c62b;
	font-size: 16px;
	color: #343434;
	border-radius: 24px;
	box-sizing: border-box;
	padding-left: 26px;
}

.service_content_park3_R_cnt_R_title_btn i {
	font-size: 22px;
	margin-left: 20px;
	position: relative;
	top: 1px;
}

.service_content_park3_R_cnt_R_title {
	margin-bottom: 28px;
}

.service_content_park3_R_cnt_R p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
}

.service_content_park3_R_cnt {
	margin-bottom: 54px;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 30px;

}

.service_content_park3_R_cnt_L {
	margin-top: 22px;
}

.marginB0 {
	margin-bottom: 0 !important;
}

.service_content_park3_L {
	position: relative;
}

.service_content_park3_L:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 156px;
	position: absolute;
	top: 277px;
	right: 301px;
	background-color: #ededed;
}

.service_content_park4 {
	width: 1200px;
	margin: 0 auto;
}

.service_content_park4 h1 {
	margin-left: 83px;
	margin-bottom: 50px;
}

.service_content_park4 p {
	font-size: 16px;
	color: #828282;
	margin-bottom: 15px;
}

.service_content_park4 .table img {
	display: block;
}

.service_content_park5 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 156px;
	position: relative;
}

.service_content_park5:after {
	content: '';
	display: block;
	width: 455px;
	height: 266px;
	background: url(../img/service_img12.jpg) no-repeat;
	position: absolute;
	right: -95px;
	top: -52px;
}

.service_content_park5 img {
	display: block;
	position: relative;
}

.service_content_park6_after {
	position: absolute;
	bottom: 0;
	right: 0px;
}

.service_content_park6_after:after {
	content: '';
	display: block;
	width: 4555px;
	height: 156px;
	background-color: #ededed;
	right: 0;
}

.service_content_park6 {
	width: 1200px;
	margin: 0 auto;
}

.service_content_park6 img {
	display: block;
}

.service_content_park7 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}

.service_content_park7 .h1 {
	width: 184px;
	font-size: 30px;
	color: #343434;
	margin-bottom: 15px;
	position: relative;
	margin-left: 48px;
}

.service_content_park7 h2 {
	margin-left: 48px;
	position: relative;
	margin-bottom: 33px;
}

.service_content_park7 .h1:after {
	content: '';
	display: block;
	width: 1000px;
	height: 1px;
	background-color: #D3D3D3;
	position: absolute;
	right: 202px;
	top: 8px;
}

.service_content_park7 h2:after {
	content: '';
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #D3D3D3;
	position: absolute;
	left: 202px;
	top: 18px;
}

.service_content_park7_cnt {
	width: 1200px;
	margin: 0 auto;
	background-color: #28babf;
}

.service_content_park7_cnt_L {
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 64px;
	padding-bottom: 64px;
}

.service_content_park7_cnt_R {
	width: 930px;
	padding-top: 46px;
	padding-right: 57px;
}

.service_content_park7_cnt_R .h1_d {
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	width: 153px;
	margin-bottom: 20px;
}

.service_content_park7_cnt_R p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.service_content_park7_cnt {
	margin-bottom: 42px;
}

.service_content_park8 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 123px;
}

.service_content_park8_R_L {
	margin-right: 48px;
	margin-top: 20px;
}

.service_content_park8_R_R h1 {
	font-size: 24px;
	color: #343434;
	padding-bottom: 17px;
	border-bottom: 3px solid #343434;
	width: 153px;
	margin-bottom: 31px;
}

.service_content_park8_R {
	width: 778px;
	padding-bottom: 20px;
	margin-right: 57px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 60px;
}

.service_content_park8_R_R {
	width: 634px;
}

.service_content_park8_R_R p {
	font-size: 16px;
	color: #828282;
}

.service_content_park8_L img {
	display: block;
}

.service_content_park8_L {
	position: relative;
}

.service_content_park8_L:after {
	content: '';
	display: block;
	height: 355px;
	width: 100000px;
	background-color: #27a7ef;
	position: absolute;
	right: 292px;
	top: 0;
}

.service_content_park8 {
	margin-bottom: 115px;
}

.service_content_park9 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 177px;
}

.service_content_park9 .h1 {
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-size: 30px;
	color: #343434;
	background-color: #ededed;
	padding-left: 40px;
	position: relative;
}

.service_content_park9 .h1:after {
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f3c62b;
}

.service_content_park9_R {
	padding-left: 47px;
	padding-top: 58px;
	width: 1095px;
}

.service_content_park9_R_R {
	width: 976px;
}

.service_content_park9_R_R p {
	width: 100% !important;
}

.memorabilia_content_title {
	width: 1200px;
	margin: 0 auto;
}

.memorabilia_content_title_L {
	width: 304px;
	height: 111px;
	position: relative;
}

.memorabilia_content_title_L:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img1.jpg) no-repeat;
	position: absolute;
	width: 304px;
	height: 111px;
	top: 0;
	left: -22px;
}

.memorabilia_content_title2_L {
	width: 304px;
	height: 122px;
	position: relative;
}

.memorabilia_content_title2_L:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img5.jpg) no-repeat;
	position: absolute;
	width: 304px;
	height: 122px;
	top: 0;
	left: -22px;
}

.memorabilia_content_title_R {
	width: 744px;
	height: 108px;
	position: relative;
}

.memorabilia_content_title_R:after {
	width: 1101px;
	height: 108px;
	content: '';
	display: block;
	background: url(../img/memorabilia_img2.jpg) no-repeat;
	position: absolute;
	right: -357px;
	top: 0;
}

.memorabilia_content_title2_R {
	width: 855px;
	height: 166px;
	position: relative;
}

.memorabilia_content_title2_R:after {
	width: 1189px;
	height: 168px;
	content: '';
	display: block;
	background: url(../img/memorabilia_img6.jpg) no-repeat;
	position: absolute;
	right: -350px;
	top: 0;
}

.memorabilia_content {
	width: 100%;
	overflow: hidden;
	margin-top: 95px;
}

.memorabilia_content_cnt {
	width: 1096px;
	margin: 0 auto;
	padding-left: 203px;
	margin-bottom: 86px;
}

.memorabilia_content .ul1 {
	width: 1096px;
	margin: 0 auto;
	margin-top: 67px;
	font-size: 20px;
	color: #737373;
	border-left: 1px solid #df4c3c;
	padding-top: 74px;
	padding-bottom: 74px;
	position: relative;
}

.memorabilia_content .ul1:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img3.jpg) no-repeat;
	position: absolute;
	width: 41px;
	height: 45px;
	left: -20.5px;
	top: 0;
}

.memorabilia_content .ul1 li {
	padding-left: 84px;
	position: relative;
	margin-bottom: 33px;
}

.memorabilia_content .ul1 li:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img4.jpg) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 7.5px;
	left: -7.5px;

}

.memorabilia_content .ul2 {
	width: 1096px;
	margin: 0 auto;
	margin-top: 67px;
	font-size: 20px;
	color: #737373;
	border-left: 1px solid #178db5;
	padding-top: 74px;
	padding-bottom: 74px;
	position: relative;
}

.memorabilia_content .ul2:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img7.jpg) no-repeat;
	position: absolute;
	width: 46px;
	height: 46px;
	left: -23px;
	top: 0;
}

.memorabilia_content .ul2 li {
	position: relative;
	left: -138.67px;
}

.memorabilia_content .ul2 .li_L {
	margin-right: 40px;
	font-size: 40px;
	color: #bebebe;
	font-weight: bold;
	font-family: "myfont";
}

.memorabilia_content .ul2 .li_R {
	font-size: 20px;
	color: #737373;
	margin-top: 11px;
	padding-left: 40px;
	margin-bottom: 33px;
	position: relative;
	width: 916px;
}

.memorabilia_content .ul2 .li_R:after {
	content: '';
	display: block;
	background: url(../img/memorabilia_img8.jpg) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 7.5px;
	left: 4.5px;
}

.marginB111 {
	margin-bottom: 111px !important;
}

.park_c_content {
	width: 100%;
	overflow: hidden;
}

.park_c_cnt_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 30px;
}

.park_c_cnt_part1_L {
	width: 260px;
	margin-top: 65px;
}

.park_c_cnt_part1_L h1 {
	margin-bottom: 73px;
}

.park_c_cnt_part1_L p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	margin-bottom: 35px;
}

.park_c_cnt_part1_R_cnt {
	margin-top: 58px;
}

.park_c_cnt_part1_R_cnt h2 {
	font-family: myfont;
	font-size: 32px;
	color: #343434;
}

.park_c_cnt_part1_R_cnt h2 .span1 {
	font-size: 16px;
	color: #343434;
	font-weight: bold;
}

.park_c_cnt_part1_R_cnt .col_fourth {
	margin-left: 65px;
}

.park_c_cnt_part1_R_cnt .col_fourth .count-text {
	font-size: 14px;
	color: #828282;
}

.next_btn_c {
	margin-top: 66px;
	text-align: right;
}

.park_c_cnt_part1_R {
	position: relative;
	right: -60px;
}

.park_c_cnt_part2 {
	width: 100%;
	height: 772px;
	background: url(../img/park_c_img6.jpg) no-repeat;
	background-position: 0% 100%;
}

.park_c_cnt_part2_content {
	width: 1200px;
	margin: 0 auto;
}

.park_c_cnt_part2_content_R {
	width: 519px;
	margin-top: 80px;
}

.park_c_cnt_part2_content_R .part1 {
	margin-bottom: 40px;
}

.park_c_cnt_part2_content_R .part1 h1 {
	margin-bottom: 30px;
}

.park_c_cnt_part2_content_R .part1 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	width: 263px;
}

.park_c_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: -130px;
}

.park_c_cnt_part3_L {
	width: 488px;
}

.park_c_cnt_part3_L h1 {
	margin-top: 253px;
	margin-bottom: 35px;
	padding-left: 69px;
}

.park_c_cnt_part3_L p {
	width: 434px;
	color: #828282;
	font-size: 16px;
	margin-left: 69px;
}

.park_c_cnt_part4 {
	width: 1083px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 120px;
}

.park_c_cnt_part4 h1 {
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	background-color: #ededed;
	line-height: 80px;
	border-left: 3px solid #88c9c3;
	padding-left: 28px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 63px;
}

.park_c_cnt_part4_cnt_park_bottom {
	margin-top: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	text-align: center;
	position: relative;
}

.park_c_cnt_part4_cnt_park_bottom:after {
	content: '';
	display: block;
	width: 13px;
	height: 3px;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -24px;
}

.park_c_cnt_part4_cnt_park {
	margin-right: 78px;
}

.park_c_cnt_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 133px;
}

.park_c_cnt_part5_R {
	width: 435px;
	margin-top: 135px;
	margin-right: 60px;
}

.park_c_cnt_part5_R h1 {
	font-size: 28px;
	color: #343434;
	margin-bottom: 54px;
	position: relative;
}

.park_c_cnt_part5_R h1:after {
	content: '';
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -27px;
}

.park_c_cnt_part5_R p {
	width: 432px;
	font-size: 16px;
	color: #828282;
	line-height: 24px;
}

.park_c_cnt_part6 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 75px;
}

.park_c_cnt_part6_L {
	margin-top: 60px;
	width: 632px;
	position: relative;
	text-align: right;
}

.park_c_cnt_part6_L:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	position: absolute;
	background-color: #d3d3d3;
	top: -43px;
	right: 0;
}

.park_c_cnt_part6_R {
	position: relative;
}

.park_c_cnt_part7 {
	width: 1200px;
	margin: 0 auto;
	height: 219px;
	text-align: center;
	position: relative;
	margin-bottom: 150px;
}

.park_c_cnt_part7 .swiper-container {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ededed;
	background-image: url(../img/park_c_img19.png);
	padding-top: 78px;
}

.park_c_cnt_part7:after {
	content: '';
	display: block;
	width: 10000px;
	height: 219px;
	background-color: #ededed;
	position: absolute;
	bottom: 0;
	left: 1200px;
}

.park_c_cnt_part7 .swiper-container .swiper-slide_cnt {
	width: 480px;
	margin: 0 auto;
}

.park_c_cnt_part7 .swiper-container .p1 {
	font-size: 24px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 27px;
}

.park_c_cnt_part7 .swiper-container .p2 {
	font-size: 16px;
	color: #828282;
	position: relative;
	margin-right: 48px;
}

.park_c_cnt_part7 .swiper-container .p2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	background-color: #d3d3d3;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -41px;
}

.park_c_cnt_part7 .swiper-active-switch {
	background-color: #f3c62b !important;
}

.park_c_cnt_part7 .swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #868585;
	border-bottom: none;
	border-radius: 50%;
}

.park_c_cnt_part7 .pagination {
	bottom: -51px;
}

.video_cnt_cnt_part {
	width: 508px;
	margin-right: 60px;
}

.fp-embed {
	display: none !important;
}

.h1_video {
	font-size: 28px;
	font-weight: bold;
	border-top: 3px solid #343434;
	width: 114px;
	margin-top: 52px;
	margin-bottom: 70px;
	padding-top: 15px;
}

.video_cnt {
	width: 100%;
	overflow: hidden;
}

.video_part_cnt {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 48px;
}

.video_cnt_cnt .h1 {
	margin-top: 20px;
	font-size: 20px;
	color: #737373;
}

.video_cnt_cnt {
	padding-bottom: 27px;
	position: relative;
	margin-bottom: 120px;
}

.video_cnt_cnt:after {
	content: '';
	display: block;
	width: 10000000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: 0;
	left: 0;
}

.dynamics_cnt {
	width: 100%;
	overflow: hidden;
}

.dynamics_cnt ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 69px;
	margin-bottom: 40px;
}

.dynamics_cnt ul li {
	margin-bottom: 35px;
}

.dynamics_cnt ul li:hover .dynamics_cnt_L_B {
	background-color: #df4c3c;
}

.dynamics_cnt ul li:hover .dynamics_cnt_R {
	color: #343434;
}

.dynamics_cnt ul li .dynamics_cnt_L_T {
	font-size: 33px;
	color: #a8a8a8;
	font-family: myfont;
	text-align: center;
}

.dynamics_cnt ul li .dynamics_cnt_L_B {
	width: 102px;
	height: 29px;
	background-color: #c3c3c3;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 29px;
	font-family: myfont;
}

.dynamics_cnt_R {
	width: 986px;
	height: 73px;
	line-height: 73px;
	font-size: 16px;
	color: #747474;
	border-bottom: 1px solid #d3d3d3;
}

.page a {
	font-size: 19px;
	color: #A8A8A8;
}

.page_num {
	margin-left: 18px;
}

.page_num.active {
	color: #df4c3c;
}

.page_cnt {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 48px;
}

.page_num:hover {
	color: #df4c3c;
}

.pagination2 {
	text-align: center;
	margin-top: 40px;
}

.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	opacity: 1;
	background-color: #868585;
}

.pagination2 .swiper-active-switch {
	background-color: #f3c62b;
}

.pagination3 {
	text-align: center;
	margin-top: 40px;
}

.pagination3 .swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	opacity: 1;
	background-color: #868585;
}

.pagination3 .swiper-active-switch {
	background-color: #f3c62b;
}

.industrial_cnt {
	width: 100%;
	overflow: hidden;
}

.park_c_cnt_part5_L {
	position: relative;
}

.park_c_cnt_part5_L::after {
	display: block;
	content: '';
	width: 2000px;
	height: 270px;
	background-color: #88c9c3;
	position: absolute;
	right: 584px;
	bottom: 4px;
}

.code_img {
	border: 11px solid #eeeeee;
}

.solution_content_d .info span {
	font-size: 20px;
	color: #7d7d7d;
	position: relative;
	top: 3px;
}

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

.pop_vedio {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 640px;
	height: 498px;
	background-color: #fff;
	z-index: 998;
	display: none;
}

.pop_vedio .cl {
	position: absolute;
	top: -37px;
	right: -32px;
}

.flowplayer img {
	width: 100%;
	height: 280px;
}

.flowplayer {
	position: relative;
}

.posire {
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/*2018-7-6*/
.detial_content {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 60px;
}

.return {
	margin-bottom: 20px;
	margin-top: 30px;
}

.detial_content .h1 {
	font-size: 26px;
	color: #3d464d;
	margin-bottom: 18px;
}

.detial_content .data {
	font-size: 14px;
	color: #999999;
	margin-bottom: 32px;
}

.detial_content_p {
	font-size: 16px !important;
	color: #3d464d;
	line-height: 24px;
}

.detial_content_p img {
	width: 785px !important;
}

.page_x_btn {
	width: 74px;
	height: 37px;
	border: 2px solid #e5e5e5;
	color: #9d9d9d;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
}

.page_x_btn.active {
	border-color: #f3c414;
	background-color: #f3c414;
	color: #fff;
}

.page_x_prev {
	margin-right: 18px;
}

.page_x {
	margin-top: 57px;
	margin-bottom: 52px;
}

.industrial_cnt_part5_R {
	padding-right: 57px;
}

.index_news_txt {
	line-height: initial !important;
	font-size: 12px !important;
}

.index_news_txt span {
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: 80%;
	padding-top: 6px;
}



/* 2019-01-28 */

/* 天地园区 */
.park_d_content {
	width: 100%;
	overflow: hidden;
}

.park_d_cnt_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 87px;
}

.park_d_cnt_part1_L {
	position: relative;
}

.park_d_cnt_part1_L img {
	display: block;
}

.park_d_cnt_part1_L_title1 {
	position: absolute;
	left: 0;
	width: 895px;
	height: 130px;
	background-color: #f1f1f1;
	z-index: -10;
}

.park_d_cnt_part1_L_title1 {
	color: #343434;
	box-sizing: border-box;
	padding-left: 43px;
	padding-top: 34px;
	margin-top: 55px;
}

.park_d_cnt_part1_L_title1:after {
	content: '';
	display: block;
	width: 10000px;
	height: 130px;
	background-color: #f1f1f1;
	position: absolute;
	right: 895px;
	bottom: 0px;
}

.park_d_cnt_part1_L_title1 .counter {
	margin-right: 67px;
}

.park_d_cnt_part1_L_title1 h2 {
	font-family: myfont;
	font-size: 32px;
}

.park_d_cnt_part1_L_title1 h2 span {
	font-size: 16px;
	font-weight: bold;
}

.park_d_cnt_part1_L_title1 .counter .count-text {
	color: #999999;
}

.park_d_cnt_part1_R {
	width: 550px;
}

.park_d_cnt_part1_R h1 {
	margin-bottom: 66px;
}

.park_d_cnt_part1_R_title2 {
	font-size: 22px;
	color: #828282;
	margin-top: 45px;
	margin-bottom: 18px;
}

.park_d_cnt_part1_R_title3 {
	font-size: 34px;
	color: #000;
	margin-bottom: 65px;
	position: relative;
}

.park_d_cnt_part1_R_title3:after {
	content: '';
	display: block;
	width: 10000px;
	background-color: #D3D3D3;
	height: 1px;
	position: absolute;
	bottom: -27px;
}

.park_d_cnt_part1_R .p1 {
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-top: 30px;
}

.park_d_cnt_part1_R .counter .span1 {
	font-size: 16px;
	font-weight: bold;
}

.marginT130 {
	margin-top: 130px !important;
}

.park_d_cnt_part2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 43px;
	position: relative;
}

.park_d_cnt_part2_L {
	position: relative;
	margin-left: 50px;
}

.park_d_cnt_part2_L img {
	display: block;
}

.park_d_cnt_part2_R {
	width: 570px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.park_d_cnt_part2_R ul li {
	width: 542px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background: #4ac6d6 url(../img/whiteDot.png) no-repeat 20px center;
	margin-bottom: 17px;
	padding-left: 42px;
}

.park_d_cnt_part2_R ul li:hover {
	background: #46b6c5 url(../img/whiteDot.png) no-repeat 20px center;
}

.park_d_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 140px;
}

.park_d_cnt_part3_L {
	width: 510px;
	position: relative;
	padding-left: 45px;
	padding-top: 88px;
}

.park_d_cnt_part3_L img {
	display: block;
	position: absolute;
	left: -32px;
	top: 0;
	z-index: -10;
}

.park_d_cnt_part3_R img {
	display: block;
	margin-right: 38px;
}

.park_d_cnt_part3_L .p1 {
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-top: 30px;
}

.park_d_cnt_part4 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0 80px;
	box-sizing: border-box;
}

.park_d_cnt_part4 .titlePic {
	display: block;
	margin-left: 66px;
}

.park_d_cnt_part4 .part4_banner {
	display: block;
	margin-bottom: 60px;
	width: 100%;
}

.park_d_cnt_part4_L img {
	display: block;
	margin-left: 66px;
}

.park_d_cnt_part4_R {
	width: 616px;
}

.park_d_cnt_part4_R .p1 {
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}

.park_d_cnt_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 160px;
}

.park_d_cnt_part5_L img {
	display: block;
	margin-left: 162px;
}

.park_d_cnt_part5_L .p1 {
	width: 430px;
	margin-left: 144px;
	margin-top: 116px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}

.park_d_cnt_part5_R {
	width: 520px;
	position: relative;
}

.park_d_cnt_part5_R:after {
	content: '';
	display: block;
	width: 1000000px;
	height: 1px;
	position: absolute;
	background-color: #d3d3d3;
	top: 18px;
	left: 50px;
}

.park_d_cnt_part5_R .part5Pic {
	margin-left: 50px;
	margin-top: 55px;
	margin-bottom: 125px;
}

.park_d_cnt_part6 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 135px;
}

.park_d_cnt_part6_L img {
	display: block;
	margin-left: 38px;
}

.park_d_cnt_part6_R {
	width: 602px;
	position: relative;
}

.park_d_cnt_part6_R img {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
}

.park_d_cnt_part6_R .p1 {
	width: 564px;
	margin-top: 248px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}

.park_d_cnt_part7 {
	width: 1200px;
	margin: 0 auto 200px;
	margin-top: 43px;
}

.park_d_cnt_part7_L {
	margin-left: 60px;
}

.park_d_cnt_part7_L img {
	display: block;
	margin-top: 160px;
	margin-bottom: 65px;
}

.park_d_cnt_part7_L .p1 {
	width: 558px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}

.park_d_cnt_part7_R {
	width: 560px;
	position: relative;
}

.park_d_cnt_part7_R:after {
	content: '';
	display: block;
	width: 10000px;
	height: 219px;
	background-color: #bbded8;
	position: absolute;
	left: 616px;
	top: 138px;
	z-index: -10;
}

.park_d_cnt_part7_R img {
	position: absolute;
	left: 15px;
	top: 0;
}


/* 河口园区 */
.park_e_content {
	width: 100%;
	overflow: hidden;
}

.park_e_cnt_part1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 87px;
}

.park_e_cnt_part1 .part1Title {
	display: block;
	float: right;
	margin-right: 162px;
	margin-bottom: 28px;
}

.park_e_cnt_part1 img {
	display: block;
}

.park_e_cnt_part1 ul {
	margin-left: 50px;
	position: relative;
	top: -24px;
}

.park_e_cnt_part1 ul li {
	float: left;
	width: 175px;
	height: 46px;
	line-height: 46px;
	background-color: #556fb5;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 22px;
}

.park_e_cnt_part2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}

.park_e_cnt_part2_L img {
	display: block;
	position: relative;
	left: -128px;
	margin-top: 38px;
}

.park_e_cnt_part2_L:after {
	content: '';
	display: block;
	width: 10000px;
	height: 176px;
	background-color: #86acd0;
	position: absolute;
	right: 700px;
	top: 188px;
	z-index: -10;
}

.park_e_cnt_part2_R {
	width: 542px;
}

.park_e_cnt_part2_R .p1 {
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}

.marginT42 {
	margin-top: 42px;
}

.park_e_cnt_part3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}

.park_e_cnt_part3 img {
	display: block;
}

.park_e_cnt_part3_L {
	width: 490px;
}

.park_e_cnt_part3_L ul {
	margin-top: 80px;
	position: relative;
	left: 35px;
}

.park_e_cnt_part3_L ul li {
	width: 590px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background: #4ac6d6 url(../img/whiteDot.png) no-repeat 20px center;
	margin-bottom: 17px;
	padding-left: 42px;
}

.park_e_cnt_part3_L ul li:hover {
	background: #46b6c5 url(../img/whiteDot.png) no-repeat 20px center;
}

.park_e_cnt_part3_L img {
	display: block;
	margin-left: 30px;
	margin-top: 110px;
	margin-bottom: 50px;
}

.park_e_cnt_part3_L .p1 {
	width: 460px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-left: 30px;
}

.park_e_cnt_part3_R .part3Title {
	margin-bottom: 84px;
	margin-left: 160px;
}

.park_e_cnt_part4 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 180px;
}

.park_e_cnt_part4_L img {
	display: block;
}

.park_e_cnt_part4_L .ml136 {
	margin-left: 136px;
	margin-top: 100px;
	margin-bottom: 32px;
}

.park_e_cnt_part4_L .ml136 .p1 {
	width: 596px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-top: 58px;
}

.park_e_cnt_part4_R {
	position: relative;
	width: 468px;
}

.park_e_cnt_part4_R:after {
	content: '';
	display: block;
	width: 10000px;
	height: 70px;
	background-color: #84ccc9;
	position: absolute;
	left: 360px;
	top: 0;
	z-index: -10;
}

.park_e_cnt_part4_R .part4Title {
	width: 435px;
	height: 70px;
	line-height: 70px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background-color: #84ccc9;
	padding-left: 50px;
	margin-left: 40px;
}

.park_e_cnt_part4_R .part4Pic {
	position: absolute;
	left: 0;
	top: 194px;
	display: block;
}

.park_e_cnt_part4_R .p1 {
	position: absolute;
	width: 558px;
	left: -94px;
	top: 362px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}

.park_e_cnt_part4_R .smallPic {
	position: absolute;
	left: 160px;
	top: 573px;
	display: block;
}

.park_e_cnt_part7 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 130px;
}

.park_e_cnt_part7 .bigBanner {
	display: block;
}

/* 2019-02-01 修改 */
.park_e_cnt_part5 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
}

.park_e_cnt_part5_L img {
	display: block;
	margin-top: 69px;
	margin-left: 42px;
}

.park_e_cnt_part5_R {
	width: 712px;
}

.park_e_cnt_part5_R .p1 {
	width: 657px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
	margin-top: 50px;
}

.park_e_cnt_part5_R .part5Small {
	margin-top: 85px;
	margin-right: 42px;
	float: right;
}

.park_e_cnt_part6 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}

.park_e_cnt_part6_L img {
	display: block;
	margin-top: 26px;
	margin-left: 138px;
}

.park_e_cnt_part6_R {
	width: 726px;
	position: relative;
}

.park_e_cnt_part6_R:after {
	content: '';
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
}

.park_e_cnt_part6_R img {
	display: block;
	margin-top: 38px;
	margin-bottom: 60px;
}

.park_e_cnt_part6_R .p1 {
	width: 600px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	font-family: "微软雅黑";
}


/* 2019-04-18 by bw start*/
/* 联合办公空间 */
.working_space_banner {
	width: 100%;
	height: 776px;
	z-index: 1;
}

.working_space_banner .banner_cnt {
	overflow: hidden;
}

.working_space_banner .banner_cnt .center {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.working_space_swiper_box {
	width: 272px;
	height: 210px;
	margin-top: 373px;
	position: relative;
}

.working_space_swiper_box .swiper-container {
	width: 100%;
	height: 163px;
	overflow: hidden;
	border-radius: 8px;
}

.working_space_swiper_box .swiper-container .swiper-slide {
	width: 272px;
	height: 163px;
	background-color: #FFFFFF;
}

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

.working_space_swiper_box .pagination {
	position: absolute;
	z-index: 20;
	bottom: 15px;
	width: 100%;
	text-align: left;
}

.working_space_swiper_box .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin-right: 5px;
	opacity: 0.4;
	cursor: pointer;
}

.working_space_swiper_box .swiper-active-switch {
	width: 33px;
	opacity: 0.8;
	background: #fff;
}

.working_space_intro_area {
	z-index: 1;
}

.working_space_intro {
	display: block;
	width: 1200px;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 100;
	margin: -172px auto 0;
	overflow: hidden;
}

.working_space_intro .name {
	font-size: 24px;
	color: #373737;
	text-align: center;
	padding-top: 64px;
	background-color: #FFFFFF;
}

.green_line {
	display: block;
	width: 30px;
	height: 6px;
	background-color: #4fd19e;
	border-radius: 6px;
	margin: 22px auto 40px;
}

.working_space_intro .intro_txt {
	font-size: 16px;
	color: #707070;
	text-align: center;
	margin-bottom: 12px;
}

.working_space_station_area {
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.station_2f_area {
	width: 100%;
	height: 496px;
	background: url(../img/workingSpace2f.png) no-repeat left top;
	z-index: 10;
}

.station_2f_area .station_2f {
	width: 100%;
	height: 100%;
	padding: 44px 35px 56px 34px;
	position: relative;
	box-sizing: border-box;
}

.station_2f:after {
	content: '';
	display: block;
	position: absolute;
	width: 154px;
	height: 152px;
	background: url(../img/workingSpace01.png) no-repeat left top;
	left: 97px;
	top: -55px;
	z-index: -1;
}

.station_2f_left {
	float: left;
	width: 693px;
	height: 396px;
	padding: 27px 0 27px 25px;
	box-sizing: border-box;
}

.station_2f_left:after {
	content: '';
	display: block;
	position: absolute;
	width: 96px;
	height: 48px;
	background: url(../img/workingSpace2f_tip.png) no-repeat left top;
	left: 84px;
	top: 44px;
}

.swiper-container-2f {
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

.swiper-container-2f .swiper-slide img {
	width: 100%;
	height: 100%;
}

.station_2f_right {
	float: right;
	width: 437px;
	height: 396px;
}

.station_2f_info_area {
	margin-top: 116px;
	margin-left: 55px;
}

.station_3f_info_area {
	margin-top: 116px;
	margin-left: 78px;
}

.station_info_area .station_num {
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	font-family: myfont;
	color: #4fd19e;
}

.station_info_area .station_num span {
	font-size: 20px;
	font-weight: 500;
	color: #9b9b9b;
}

.station_info_area .green_line {
	display: block;
	width: 30px;
	height: 6px;
	background-color: #4fd19e;
	border-radius: 6px;
	margin: 6px 0 50px 0;
}

.change_btns {
	width: 114px;
	height: 51px;
}

.change_btns .prev {
	float: left;
	width: 51px;
	height: 51px;
	background: url(../img/changeBtn_left.png) no-repeat left top;
	cursor: pointer;
}

.change_btns .prev:hover {
	background: url(../img/changeBtn_left_check.png) no-repeat left top;
}

.change_btns .next {
	float: right;
	width: 51px;
	height: 51px;
	background: url(../img/changeBtn_right.png) no-repeat left top;
	cursor: pointer;
}

.change_btns .next:hover {
	background: url(../img/changeBtn_right_check.png) no-repeat left top;
}

.station_3f_area {
	width: 100%;
	height: 440px;
	background: url(../img/workingSpace3f.png) no-repeat left top;
	z-index: 10;
}

.station_3f_area .station_3f {
	width: 100%;
	height: 100%;
	padding: 43px 37px 0 36px;
	position: relative;
	box-sizing: border-box;
}

.station_3f:before {
	content: '';
	display: block;
	position: absolute;
	width: 285px;
	height: 285px;
	background: url(../img/workingSpace02_quan.png) no-repeat left top;
	left: -100px;
	top: -40px;
	z-index: -1;
}

.station_3f:after {
	content: '';
	display: block;
	position: absolute;
	width: 170px;
	height: 153px;
	background: url(../img/workingSpace02.png) no-repeat left top;
	right: 140px;
	top: -72px;
	z-index: -1;
}

.station_3f_left {
	float: left;
	width: 431px;
	height: 396px;
}

.station_3f_right {
	float: right;
	width: 695px;
	height: 396px;
	padding: 27px 27px 27px 0;
	box-sizing: border-box;
}

.station_3f_right:after {
	content: '';
	display: block;
	position: absolute;
	width: 96px;
	height: 48px;
	background: url(../img/workingSpace3f_tip.png) no-repeat left top;
	right: 88px;
	top: 44px;
}

.swiper-container-3f {
	width: 100%;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.swiper-container-3f .swiper-slide img {
	width: 100%;
	height: 100%;
}

.working_space_server_area {
	width: 100%;
	height: 620px;
	margin: 0 auto;
	position: relative;
}

.working_space_server_area .big_bg {
	width: 100%;
	height: 683px;
	position: absolute;
	top: -57px;
	background: url(../img/workingSpaceServer.jpg) no-repeat center;
	z-index: -1;
}

.working_space_server_area .center {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 170px;
	box-sizing: border-box;
}

.working_space_server {
	width: auto;
	height: auto;
}

.working_space_server_left {
	float: left;
	position: relative;
}

.working_space_server_right {
	float: right;
}

.working_space_server_left:after {
	content: '';
	display: block;
	width: 309px;
	height: 366px;
	background: url(../img/workingSpaceServer.png) no-repeat center;
	position: absolute;
	right: -280px;
	top: -75px;
	z-index: -1;
}

.working_space_server_left ul {
	width: 536px;
	height: auto;
}

.working_space_server_right ul {
	width: 402px;
	height: auto;
}

.working_space_server ul li {
	width: 127px;
	height: 106px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 50px rgba(156, 156, 156, 0.4);
	cursor: pointer;
}

.working_space_server ul li:hover {
	transform: translate(0, -1px);
}

.working_space_server ul li p {
	margin-top: 70px;
	margin-right: 25px;
	float: right;
	font-size: 16px;
}

.working_space_server_area .center .server_box1 {
	background: url(../img/workingSpaceServer1.png) no-repeat center;
}

.working_space_server_area .center .server_box2 {
	background: url(../img/workingSpaceServer2.png) no-repeat center;
}

.working_space_server_area .center .server_box3 {
	background: url(../img/workingSpaceServer3.png) no-repeat center;
}

.working_space_server_area .center .server_box4 {
	background: url(../img/workingSpaceServer4.png) no-repeat center;
}

.working_space_server_area .center .server_box5 {
	background: url(../img/workingSpaceServer5.png) no-repeat center;
}

.working_space_server_area .center .server_box6 {
	background: url(../img/workingSpaceServer6.png) no-repeat center;
}

.working_space_server_area .center .server_box7 {
	background: url(../img/workingSpaceServer7.png) no-repeat center;
}

.working_space_server_area .center .server_box8 {
	background: url(../img/workingSpaceServer8.png) no-repeat center;
}

.working_space_server_area .center .server_box9 {
	background: url(../img/workingSpaceServer9.png) no-repeat center;
}

.working_space_server_area .center .server_box10 {
	background: url(../img/workingSpaceServer10.png) no-repeat center;
}

.working_space_server_area .center .server_box11 {
	background: url(../img/workingSpaceServer11.png) no-repeat center;
}

.working_space_server_area .center .server_box12 {
	background: url(../img/workingSpaceServer12.png) no-repeat center;
}

.working_space_server_area .center .server_box13 {
	background: url(../img/workingSpaceServer13.png) no-repeat center;
}

.working_space_server_area .center .server_box14 {
	background: url(../img/workingSpaceServer14.png) no-repeat center;
}

.working_space_platform {
	width: 100%;
	height: 335px;
	background-color: #f5f5f5;
}

.working_space_platform_title {
	font-size: 24px;
	color: #373737;
	text-align: center;
}

.platforms_box {
	width: 100%;
	height: auto;
	padding: 0 63px;
	box-sizing: border-box;
}

.platforms_box .platform {
	float: left;
	width: 343px;
	height: 200px;
	border-radius: 8px;
}

.platforms_box .platform.mR19 {
	margin-right: 19px;
}

.platforms_box .platform1 {
	background: url(../img/workingPlatform1.png) no-repeat center;
}

.platforms_box .platform2 {
	background: url(../img/workingPlatform2.png) no-repeat center;
}

.platforms_box .platform3 {
	background: url(../img/workingPlatform3.png) no-repeat center;
}

.platforms_box .platform_info {
	margin-top: 65px;
	margin-left: 34px;
}

.platforms_box .platform_info .platform_title {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}

.platforms_box .platform_info ul {
	width: 100%;
	height: auto;
}

.platforms_box .platform_info ul li {
	font-size: 13px;
	color: #8d8d8d;
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(../img/working_dot.png) no-repeat center left;
}

.platforms_box .platform:hover {
	transform: translate(0, -2px);
}

.working_space_bottom {
	width: 100%;
	height: auto;
	background-color: #dadee0;
}

.working_space_map {
	width: 100%;
	height: 434px;
	background: url(../img/workingSpaceMap_bg.jpg) repeat-x top left;
}

.working_space_map .center {
	padding: 45px 35px 45px 38px;
	background: url(../img/workingSpaceMapBox_bg.jpg) no-repeat center;
	box-sizing: border-box;
}

.working_space_map .center .map {
	float: left;
	width: 653px;
	height: 304px;
	padding: 20px 0 20px 30px;
	border-radius: 10px;
}

.working_space_map .center .map img {
	width: 100%;
	height: 100%;
}

.working_space_map .center .map_info {
	float: right;
	width: 442px;
	height: 100%;
	padding-left: 46px;
	box-sizing: border-box;
}

.working_space_map .center .map_info .traffic {
	font-size: 24px;
	color: #373737;
	margin-top: 66px;
}

.working_space_map .center .map_info .green_line {
	display: block;
	width: 30px;
	height: 6px;
	background-color: #4fd19e;
	border-radius: 6px;
	margin: 20px 0 50px 0;
}

.traffic_info {
	font-size: 16px;
	color: #b7b7b7;
	margin-bottom: 20px;
}

.working_space_footer {
	width: 100%;
	height: 366px;
}

.working_space_footer .center .green_line {
	display: block;
	width: 30px;
	height: 6px;
	background-color: #4fd19e;
	border-radius: 6px;
	margin: 20px 0 25px 80px;
}

.working_space_footer .center .welcome {
	font-size: 24px;
	color: #373737;
	margin-left: 80px;
	margin-bottom: 44px;
}

.working_space_footer .center .contact_us {
	width: 100%;
	height: auto;
}

.working_space_footer .center .contact_us .contact_us_info {
	float: left;
	width: 50%;
	height: 100%;
	padding-left: 80px;
	box-sizing: border-box;
}

.working_space_footer .contact_us_info .foot_img {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	margin-bottom: 25px;
}

.working_space_footer .contact_us_info .foot_name {
	font-size: 20px;
	font-weight: bold;
	color: #87898a;
	margin-bottom: 25px;
}

.working_space_footer .contact_us_info .foot_txt {
	font-size: 16px;
	color: #a5a8aa;
}

.newbanner {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.newbanner .newbanner_title {
	width: 100%;
	height: 86px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.newbanner_title .titleImg {
	width: 132px;
	height: 30px;
	position: absolute;
	top: 35px;
	left: 361px;
}

.newbanner .bg_banner {
	width: 100%;
	height: 580px;
}
.newbanner .sky_2{
	width: 1078px;
	height: 662px;
	position: absolute;
	left: 0;
	top: 0;
	animation: opacity-change 2s ease-in-out infinite;
    -webkit-animation: opacity-change 2s ease-in-out infinite;
    -moz-animation: opacity-change 2s ease-in-out infinite;
    -o-animation: opacity-change 2s ease-in-out infinite;
	animation: opacity-change 1.75s ease-in-out infinite;
    -webkit-animation: opacity-change 1.75s ease-in-out infinite;
    -moz-animation: opacity-change 1.75s ease-in-out infinite;
    -o-animation: opacity-change 1.75s ease-in-out infinite;

}
.newbanner .sky_1{
	width: 1245px;	
	height: 662px;
	position: absolute;
	bottom: 212px;
	left: 15px;
	animation: opacity-change 2s ease-in-out infinite;
    -webkit-animation: opacity-change 2s ease-in-out infinite;
    -moz-animation: opacity-change 2s ease-in-out infinite;
    -o-animation: opacity-change 2s ease-in-out infinite;
	animation: opacity-change 1.75s ease-in-out infinite;
    -webkit-animation: opacity-change 1.75s ease-in-out infinite;
    -moz-animation: opacity-change 1.75s ease-in-out infinite;
    -o-animation: opacity-change 1.75s ease-in-out infinite;


}
@keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bannerImg {
	position: absolute;
	left: 356px;
	top: 212px;
}

.bannerImg img {
	width: 681px;
	height: 137px;
}

.banner_btom {
	/* width: 1320px; */
	width: 69%;
	height: 74px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 15%;
	border-radius: 20px 20px 0 0;
}

.newWord {
	width: 100%;
	height: 63px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.newWord .long_blue_1 {
	width: 40px;
	height: 4px;
	margin-top: 11px;
	border-radius: 2px;
	background-color: #3E7FED;
}

.long_blue_2 {
	width: 40px;
	height: 4px;
	margin: 0 auto;
	margin-top: 13px;
	border-radius: 2px;
	margin-bottom: 50px;
	background-color: #3E7FED;
}

.newWord img {
	width: 1101px;
	height: 48px;
}

.container {
	width: 100%;
	height: 1635px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	position: relative;
	justify-content: space-between;
	background-color: #FFFFFF;
}

.lhb_synopsis .btn_bg:hover,
.crh_synopsis .btn_bg:hover,
.glj_synopsis .btn_bg:hover,
.sxb_synopsis .btn_bg:hover,
.ls_synopsis .btn_bg:hover,
.zyg_synopsis .btn_bg:hover,
.aebs_synopsis .btn_bg:hover,
.wbl_synopsis .btn_bg:hover,
.ly_synopsis .btn_bg:hover {
	cursor: pointer;
	background: url('../img/next_btn_blue.png') no-repeat;

}

.top_people {
	width: 1251px;
	/* width: 65%; */
	display: flex;
	margin-top: 36;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.sxb_People {
	/* 图片和文字的盒子 */
	width: 1152px;
	height: 398px;
	display: flex;
	padding-left: 72px;
}

.sxb_People .sxb {
	/* 图片  */
	width: 500px;
	height: 300px;
	z-index: 10;
}

.sxb_synopsis {
	width: 652px;
	height: 358px;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	background: #FFFFFF;
	z-index: 10;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.sxb_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.sxb_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 99px;
	font-family: PingFang SC;
}

.sxb_synopsis p:nth-child(2) {
	width: 572px;
	font-size: 16px;
	font-weight: 400;
	color: #8D8D8D;
	margin-top: 29px;
}

.sxb_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 41px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_1 {
	width: 390px;
	height: 40px;
	color: #fff;
	display: flex;
	position: absolute;
	top: 100px;
	left: 44%;
	z-index: 12;
}


.btn_num_1 {
	width: 57px;
	height: 50px;
	margin-right: 15%;
}

.bg_blue_1 {
	width: 45%;
	height: 196px;
	position: absolute;
	left: 0;
	top: 219px;
	background: #E9F2FE;
}

.bg_blue_2 {
	width: 911px;
	height: 196px;
	position: absolute;
	background: #E9F2FE;
	right: 0;
	top: 547px;
	/* z-index: 3; */
}

.bg_blue_3 {
	width: 196px;
	height: 910px;
	position: absolute;
	bottom: 0;
	left: 355px;
	background: #E9F2FE;

}

.glj_people {
	width: 600px;
	height: 588px;
	display: flex;
	position: relative;
	margin-top: 43px;
	flex-direction: column;
}

.glj_synopsis {
	width: 600px;
	height: 318px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.btn_num_2 {
	width: 62px;
	height: 50px;
	position: absolute;
	right: 41px;
	bottom: 41px;
}

.glj_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.glj_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.glj_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 29px;
	color: #8D8D8D;
}

.glj_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 41px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_3 {
	width: 338px;
	height: 40px;
	position: absolute;
	right: 75px;
	top: 296px;
}

.crh_people {
	width: 600px;
	height: 554px;
	display: flex;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.crh_people .crh {
	width: 450px;
	height: 270px;
	z-index: 4;
}

.crh_synopsis {
	width: 600px;
	height: 284px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.btn_num_3 {
	width: 62px;
	height: 50px;
	right: 37px;
	bottom: 43px;
	position: absolute;
}

.crh_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.crh_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.crh_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 29px;
	color: #8D8D8D;
}

.crh_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 41px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_2 {
	width: 252px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 252px;
	z-index: 4;
}

.lhb_people {
	width: 1131px;
	height: 438px;
	display: flex;
	/* align-items: center; */
	position: relative;
}

.lhb_people .lhb {
	width: 500px;
	height: 300px;
	position: absolute;
	right: -6px;
	top: 5px;

}

.lhb_synopsis {
	width: 652px;
	height: 358px;
	display: flex;
	align-self: flex-end;
	flex-direction: column;
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.lhb_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.lhb_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 99px;
	color: #333333;
}

.lhb_synopsis p:nth-child(2) {
	width: 572px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 29px;
	color: #8D8D8D;
}

.lhb_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 28px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_4 {
	width: 252px;
	height: 40px;
	position: absolute;
	left: -30px;
	top: 101px;
	z-index: 4;
}

.btn_num_4 {
	width: 60px;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 3;
	right: 393px;
}

.centerImg {
	width: 483px;
	height: 48px;
	margin: 0 auto;
	display: block;
	margin-top: 74px;
}

.ls_people {
	width: 1152px;
	height: 398px;
	display: flex;
	/* margin: 0 auto; */
	margin-left: 70px;
	position: relative;
	/* left: 421px; */
	/* margin-left: 421px; */
}

.ls_people .ls {
	width: 500px;
	height: 300px;

}

.ls_synopsis {
	width: 652px;
	height: 358px;
	display: flex;
	align-self: flex-end;
	flex-direction: column;
	position: relative;
	z-index: 3;
	margin-top: 40px;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.ls_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.ls_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 500;
	margin-top: 99px;
	color: #3E7FED;
}

.ls_synopsis p:nth-child(2) {
	width: 577px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 28px;
	color: #8D8D8D;
}

.ls_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 29px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_5 {
	width: 252px;
	height: 40px;
	position: absolute;
	right: 426px;
	top: 62px;
	z-index: 4;
}

.btn_num_1_1 {
	width: 57px;
	height: 50px;
	position: absolute;
	left: 44%;
	top: 395px;
}

.bottom_people {
	width: 1251px;
	height: 1300px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.aebs_people {
	width: 600px;
	height: 588px;
	margin-top: 43px;
	position: relative;
}

.aebs_people .aebs {
	width: 450px;
	height: 270px;
	position: absolute;
	left: 99px;
	bottom: 0;

}

.aebs_synopsis {
	width: 600px;
	height: 318px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.aebs_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.aebs_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.aebs_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 29px;
	color: #8D8D8D;
}

.aebs_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 57px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_7 {
	width: 92px;
	height: 40px;
	position: absolute;
	right: 51px;
	bottom: -18px;
	z-index: 4;
}

.btn_num_2_2 {
	width: 62px;
	height: 50px;
	z-index: 1;
	position: absolute;
	bottom: 41px;
	right: 31px;
}

.zyg_people {
	width: 600px;
	height: 554px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.zyg_people .zyg {
	width: 450px;
	height: 270px;
	padding-left: 99px;
}

.zyg_synopsis {
	width: 600px;
	height: 285px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.zyg_synopsis p {
	margin-left: 39px;
	font-family: PingFang SC;
}

.zyg_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.zyg_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
	color: #8D8D8D;
}

.zyg_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 38px;
	margin-top: 50px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_6 {
	width: 238px;
	height: 40px;
	position: absolute;
	right: 17px;
	top: -18px;
	z-index: 4;
}

.btn_num_3_3 {
	width: 62px;
	height: 50px;
	z-index: 1;
	position: absolute;
	bottom: 43px;
	right: 37px;
}

.wbl_people {
	width: 600px;
	height: 588px;
	margin-top: 81px;
	position: relative;
}

.wbl_people .wbl {
	width: 450px;
	height: 270px;
	position: absolute;
	left: 99px;
	bottom: 0;

}

.wbl_synopsis {
	width: 600px;
	height: 318px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.wbl_synopsis p {
	margin-left: 41px;
	font-family: PingFang SC;
}

.wbl_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.wbl_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 29px;
	color: #8D8D8D;
}

.wbl_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 41px;
	margin-top: 57px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_9 {
	width: 78px;
	height: 40px;
	position: absolute;
	right: 51px;
	bottom: -18px;
	z-index: 4;
}

.btn_num_4_4 {
	width: 62px;
	height: 50px;
	z-index: 1;
	position: absolute;
	bottom: 36px;
	right: 32px;
}


.ly_people {
	width: 600px;
	height: 554px;
	display: flex;
	margin-top: 80px;
	flex-direction: column;
	position: relative;
}

.bg_blue_4 {
	width: 857px;
	height: 196px;
	background: #3E7FED;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 168px;
}

.ly_people .ly {
	width: 450px;
	height: 270px;
	padding-left: 99px;
}

.ly_synopsis {
	width: 600px;
	height: 285px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 8px 13px 32px 0px rgba(69, 113, 253, 0.16);
}

.ly_synopsis p {
	margin-left: 39px;
	font-family: PingFang SC;
}

.ly_synopsis p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	margin-top: 59px;
	color: #333333;
}

.ly_synopsis p:nth-child(2) {
	width: 522px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
	color: #8D8D8D;
}

.ly_synopsis .btn_bg {
	width: 144px;
	height: 42px;
	margin-left: 38px;
	margin-top: 42px;
	background: url('../img/next_btn.png') no-repeat;
}

.radio_8 {
	width: 342px;
	height: 40px;
	position: absolute;
	left: 40px;
	top: -18px;
	z-index: 4;
}

.btn_num_5 {
	width: 62px;
	height: 50px;
	z-index: 1;
	position: absolute;
	bottom: 23px;
	right: 38px;
}

.bg_blue_5 {
	width: 911px;
	height: 196px;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 522px;
	background: #3E7FED;
}

.bg_blue_6 {
	width: 211px;
	height: 311px;
	opacity: 0.1;
	position: absolute;
	left: 48px;
	top: 362px;
	background: #3E7FED;
}

.bg_blue_7 {
	width: 784px;
	height: 196px;
	opacity: 0.1;
	position: absolute;
	left: 0;
	bottom: 125px;
	background: #3E7FED;
}

.bg_blue_8 {
	width: 196px;
	height: 668px;
	opacity: 0.1;
	position: absolute;
	right: 344px;
	bottom: -81px;
	background: #3E7FED;
}