@charset "utf-8";





/********************************首页********************************/

body{

	overflow-x: hidden;

}

.banner {

	position: relative;

	background: #000000;

}



.banner img {

	width: 100%;

	max-height: 40vh;

	min-height: 220px;

	display: block;

	object-fit: cover;

	object-position: bottom;

}



.index_banner img {

	min-height: 300px;
	max-height: 100vh;
}



.index_banner .content_box {

	position: relative;

}



.banner .text_box {

	position: absolute;

	top: 0px;

	left: 0;

	width: 100%;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;
	/* background-color: rgba(0,0,0,.1); */
	background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 30%);
}



.banner .text_box h3 {

	font-size: 40px;

	color: #fff;

	display: none;

}

.index_banner .swiper-wrapper{

	transition-timing-function: cubic-bezier(0.82, 0.22, 0.24, 0.96);

}

.index_banner .content_box .text_box h6 {

	font-size: 18px;

	color: #FFFFFF;

	font-weight: normal;

	line-height: 30px;

}



.index_banner .content_box .text_box h2 {

	font-size: 72px;

	color: #FFFFFF;

	line-height: 1em;

	padding: 0.6em 0 0.8em;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.index_banner .content_box .text_box h2 {

		font-size: 60px;

	}

	.banner .text_box h3 {

		font-size: 36px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.index_banner .content_box .text_box h2 {

		font-size: 50px;

	}

	.banner .text_box h3 {

		font-size: 32px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.index_banner .content_box .text_box h2 {

		font-size: 40px;

	}

	.banner .text_box h3 {

		font-size: 28px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.index_banner .content_box .text_box h2 {

		font-size: 30px;

	}

	.banner .text_box h3 {

		font-size: 24px;

	}

}



.more {

	width: 140px;

	height: 49px;

	background: #FFFFFF;

	border-radius: 25px;

	font-size: 16px;

	color: #333;

	line-height: 30px;

	display: flex;

	justify-content: center;

	align-items: center;

	transition:all 0.36s;

	border:2px solid #fff;

}

.more:hover{

	background:#009FBA;

	color:#fff;
    border:2px solid #009FBA;
}





.index_banner .swiper-pagination {

	width: auto !important;

	left: auto !important;

	right: 0;

	display: flex;

	flex-direction: column;

	padding-right: 37px;

	padding-bottom: 50px;

}

@media only screen and (min-width: 100px) and (max-width: 640px) {

	.more {

		height: 38px;

	}

	.index_banner .swiper-pagination{

		padding-bottom: 0;

	}

}

.index_banner .swiper-pagination-bullet {

	width: 20px;

	height: 20px;

	text-align: center;

	line-height: 1em;

	font-size: 16px;

	color: #fff !important;

	opacity: 1 !important;

	background: none;

	position: relative;

	margin-bottom: 30px !important;

	display: block;

	background: none !important;

}



.index_banner .swiper-pagination-bullet:after {

	content: "";

	width: 20px;

	height: 2px;

	background: #FFFFFF;

	display: block;

	position: absolute;

	top: 7px;

	right: 0;

	transform: scaleX(0) translateX(37px);

	transform-origin: left;

	transition: all 0.36s;

}



.index_banner .swiper-pagination-bullet-active:after {

	transform: scaleX(1) translateX(37px);

}



.title h2 {

	font-size: 40px;

	text-align: center;

	line-height: 1.5em;

	padding: 0 10%;

	color: #009FBA;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.title h2 {

		font-size: 36px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.title h2 {

		font-size: 32px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.title h2 {

		font-size: 28px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.title h2 {

		font-size: 20px;

	}

}



.title p {

	font-size: 20px;

	color: #b7b7b7;

	line-height: 30px;

	text-align: center;

	margin-top: 5px;

}



.index_news {

	padding: 5.2% 0;

	overflow: hidden;

	background: #f0f4f8

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.index_news {

		padding: 5.6% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.index_news {

		padding: 6.25% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.index_news {

		padding: 7.3% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.index_news {

		padding: 60px 0;

	}

}



.index_news .news_title {

	position: relative;

}



.index_news .news_title .all_news {

	position: absolute;

	top: 0;

	right: 0;

	font-size: 16px;

	color: #666;

	line-height: 30px;

	padding-top: 15px;

	border-bottom: 1px solid #0C2241;

	transition:all 0.36s

}

.index_news .news_title .all_news:hover{

	color:#009FBA;

	border-bottom:1px solid #009FBA;

}

.index_news .news_swiper {

	margin: 0 auto;

	max-width: 1600px;

	width: 90%;

}



.index_news .news_swiper .swiper-container {

	padding-bottom: 60px;

	overflow: visible;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.index_news .news_swiper .swiper-container {

		padding-bottom: 50px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.index_news .news_swiper .swiper-container {

		padding-bottom: 40px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.index_news .news_swiper .swiper-container {

		padding-bottom: 30px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.index_news .news_swiper .swiper-container {

		padding-bottom: 20px;

	}

}



.index_news .swiper-slide {

	width: calc(100% - 40px);

	max-width: 476px;

	margin: 0 20px;

	box-shadow: 17px 25px 25px 4px rgba(0, 0, 0, 0.06);

	border-radius: 3px;

	transition: all 0.36s

}

.index_news .swiper-slide:hover{

	box-shadow: 17px 25px 25px 4px rgba(0, 0, 0, 0.16);

}

@media only screen and (min-width: 100px) and (max-width: 640px) {

	.index_news .news_swiper {

		width: 90%;

		margin: 0 auto;

	}

	.index_news .swiper-slide {

		width: calc(100% - 10px);

		margin: 0 10px 0 0;

	}

}



.index_news .swiper-slide .content_box {

	padding: 30px;

	display: block;

	background: #fff;

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.index_news .news_title .all_news {

		position: static;

		display: block;

		width: 65px;

		text-align: center;

		margin: 0 auto;

		font-size: 16px;

	}

	.index_news .swiper-slide .content_box {

		padding-top: 0;

	}

	.index_news .title p {

		display: none;

	}

}



.index_news .swiper-slide .content_box .time {

	font-size: 16px;

	color: #cacdd6;

	line-height: 48px;

}



.index_news .swiper-slide .content_box h4 {

	font-size: 20px;

	color: #009FBA;

	line-height: 30px;

	border-top: 1px solid #E9E9E9;

	padding: 12px 0 0;

	margin-bottom: 20px;

	max-height: 72px;

	font-weight: normal;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

	font-weight: 400;

	transition: all 0.36s;

}



.index_news .swiper-slide .content_box:hover h4 {

	color:#274367;



}



.index_news .swiper-slide .content_box p {

	font-size: 16px;

	color: #b5b3b3;

	line-height: 24px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	overflow: hidden;

	margin-bottom: 15px;

	transition: all 0.36s;

}



.index_news .swiper-slide:hover .content_box p{

	color:#777;

}

.index_news .swiper-slide .content_box .btn {

	display: flex;

	justify-content: flex-end;

}



.index_news .swiper-slide .content_box .btn .read_more {

	font-size: 16px;

	color: #009FBA;

	line-height: 30px;

	border-bottom: 1px solid #009FBA;

}

@media screen and (max-width:750px){

	.index_news .swiper-slide .content_box h4 {

		font-size:18px;

	}

	.index_news .swiper-slide .content_box p{

		font-size:16px;

		line-height:1.8em;

	}

	.index_news .swiper-slide .content_box .btn .read_more{

		font-size:16px;

	}

}

.index_news .swiper-btn {

	display: flex;

	justify-content: flex-end;

	align-items: center;

	height: 60px;

}



.swiper-button-next,

.swiper-button-prev {

	outline: none;

}



.index_news .swiper-btn .swiper-button-next,

.index_news .swiper-btn .swiper-button-prev {

	position: static;

	background-image: url(../images/next_arrow.svg);

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 100%;

	margin-left: 10px;

	margin-top: 0;

}

@media screen and (max-width:640px){

	.index_news .swiper-btn .swiper-button-next,

	.index_news .swiper-btn .swiper-button-prev {

		width:16px;

	}	

}



.index_news .swiper-btn .swiper-button-prev {

	transform: rotate(180deg);

}



.suggest {

	padding: 6% 0;

	background: url(../images/map.png) no-repeat center top;

	/* background-attachment: fixed; */

	background-size: 1170px auto;

}



.suggest .input_box {

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	max-width: 1300px;

	width: 90%;

	margin: 0 auto;

	padding-top: 100px;

}



.suggest .input_box .input_wrap {

	width: 31%;

	margin-top: 17px;

	margin: 17px 0 0 0;

	position: relative;

	border-bottom: 1px solid #E9E9E9;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.suggest {

		padding: 6.4% 0;

	}

	.suggest .input_box {

		padding-top: 5.6%

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.suggest {

		padding: 6.8% 0;

	}

	.suggest .input_box {

		padding-top: 6.4%

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.suggest {

		padding: 7.8% 0;

	}

	.suggest .input_box {

		padding-top: 7.4%

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.suggest {

		padding: 60px 0;

	}

	.suggest .input_box {

		padding-top: 9.4%

	}

	.suggest .input_box .input_wrap {

		width: 100%;

	}

}



.suggest .input_box .input_wrap input {

	width: 100%;

	line-height: 46px;

	height: 46px;

	background: none;

	padding: 0 14px;

	font-size: 16px;

	border: 0;

}



.suggest .input_box .input_wrap:nth-child(5) {

	width: 100%;

}



.suggest .input_box .input_wrap textarea {

	width: 100%;

	height: 148px;

	border: none;

	padding: 14px;

}



.suggest .input_box .input_wrap span {

	position: absolute;

	top: 0;

	left: 0;

	padding: 0 20px;

	width: 100%;

	background: #fff;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	/*border: 1px solid red;*/

	color: red;

	display: none;

	font-size: 16px;

}



.suggest .input_box .sub_btn {

	color: #fff;

	text-align: center;

	line-height: 46px;

	display: block;

	cursor: pointer;

	transition: all 3s;

	margin-top: 17px;

	font-size: 16px;

	margin: 48px auto 0;

	width: 140px;

	height: 48px;

	background: #009FBA;

	border-radius: 25px;

	transition: all 0.36s;

	border:2px solid #009FBA;

	transition:all 0.36s

}



.suggest .input_box .sub_btn:hover{

    color:#1f1f1f;

    background:none;

}

/********************************首页********************************/





/********************************关于********************************/



.survey {

	padding: 6% 0;

	background: url(../images/survey_bg.png);

	background-size: cover;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.survey {

		padding: 6.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.survey {

		padding: 6.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.survey {

		padding: 7.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.survey {

		padding: 60px 0;

	}

}



.survey .survey_box {

	display: flex;

	align-items: center;

	padding-top: 5%;

}



.survey .survey_box .text_box {

	width: 50%;

}



.survey .survey_box .text_box .ratio {

	padding: 0 5%;

}



.survey .survey_box .text_box .content_box {

	padding: 0 5% 0 13%;

}



.survey .survey_box .text_box .content_box h4 {

	font-size: 24px;

	font-weight: bold;

	color: #009FBA;

	line-height: 1.7em;

}



.survey .survey_box .text_box .content_box ul {

	padding-left: 26px;

	padding-top: 26px;

	display: flex;

	flex-direction: column;

}



.survey .survey_box .text_box .content_box ul li {

	font-size: 16px;

	color: #333333;

	line-height: 30px;

	margin: 15px 0;

	/* max-width: 550px; */

	position: relative;

	padding-left: 10px;

}
.survey .survey_box .text_box .content_box ul li p{
	color:inherit;
	font-size:inherit；
}


.survey .survey_box .text_box .content_box ul li:before {

	content: "";

	width: 26px;

	height: 26px;

	display: block;

	position: absolute;

	top: 5px;

	left: 0;

	background: url(../images/survey_icon.png) no-repeat left top;

	background-size: 22px auto;

	transform: translateX(-100%);

}



.survey .survey_box .img_box {

	width: 50%;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.survey .survey_box .text_box .content_box h4 {

		font-size: 22px;

	}

	.survey .survey_box .text_box .content_box ul li {

		margin: 8px 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.survey .survey_box {

		align-items: flex-start;

	}

	.survey .survey_box .text_box .content_box h4 {

		font-size: 20px;

	}

	.survey .survey_box .text_box .content_box ul {

		padding-top: 16px;

	}

	.survey .survey_box .text_box .content_box {

		padding: 0 5%;

	}

}



@media only screen and (min-width: 100px) and (max-width:1000px) {

	.survey {

		padding-bottom: 0;

	}

	.survey .survey_box {

		flex-direction: column;

	}

	.survey .survey_box .text_box {

		width: 100%;

		padding-bottom: 30px;

	}

	.survey .survey_box .text_box .content_box {

		padding: 0;

	}

	.survey .survey_box .img_box {

		width: 100%;

	}

}

@media only screen and (min-width: 100px) and (max-width: 750px){

	.survey .survey_box .text_box .content_box h4 {

		font-size: 16px;

	}

	.survey .survey_box .text_box .content_box ul li{

		font-size:14px;

		margin: 5px 0;

		line-height: 2em;

	}

}

.survey .survey_box .img_box img {

	width: 100%;

}



.num_list {

	padding: 10.4% 5%;

	background:url(../images/about_map.png) no-repeat center center;

	background-size:cover;

	/* background-attachment: fixed; */

}



.num_list ul {

	display: flex;

}



.num_list ul li {

	width: calc(100% / 6);

	text-align: center;

	position: relative;

}



.num_list ul li:after {

	content: "";

	width: 1px;

	height: 15px;

	background: #BFBFBF;

	position: absolute;

	top: 50%;

	right: 0;

	transform: translateY(50%);

}



.num_list ul li:last-child:after {

	display: none;

}



.num_list ul li span {

	font-size: 48px;

	font-weight: bold;

	color: #009FBA;

	line-height: 1em;

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.num_list ul {

		flex-wrap: wrap;

	}

	.num_list ul li {

		width: calc(100% / 3);

		margin: 15px 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.num_list ul li {

		width: calc(100% / 2);

	}

	.num_list ul li span {

		font-size: 30px;

	}

}



.num_list ul li i {

	font-size: 16px;

	font-style: normal;

	/* font-weight: bold; */

}



.num_list ul li p {

	font-size: 16px;

	color: #999;

	line-height: 30px;

	margin-top: 15px;

}



.culture {

	background: url(../images/culture_bg.png) no-repeat right bottom;

	background-size: cover;

	background-attachment: fixed;

	padding: 8% 0;

}



.culture .title h2 {

	color: #fff;

}



.culture .culture_list {

	padding-top: 60px;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.culture {

		padding: 8.5% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.culture {

		padding: 9% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.culture {

		padding: 10.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.culture {

		padding: 60px 0;

	}

	.culture .culture_list {

		padding-top: 30px;

	}

}



.culture .culture_list ul {

	display: flex;

	justify-content: space-between;

	color: #fff;

	text-align: center;

}

.culture .culture_list ul li:nth-child(2){

	animation-delay: 0.3s

}

.culture .culture_list ul li:nth-child(3){

	animation-delay: 0.6s

}

.culture .culture_list ul li:nth-child(4){

	animation-delay: 0.9s

}

.culture .culture_list ul li span {

	display: block;

	margin-bottom: 20px;

}



.culture .culture_list ul li img {

	height: 58px;

}



.culture .culture_list ul li h5 {

	font-size: 24px;

	font-weight: bold;

	color: #FFFFFF;

	line-height: 30px;

	padding: 8px 0;

}



.culture .culture_list ul li p {

	font-size: 18px;

	color: #FFFFFF;

	line-height: 30px;

	padding: 20px 0;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.culture .culture_list ul li p {

		font-size: 16px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1400px) {

	.culture .culture_list ul {

		flex-wrap: wrap;

	}

	.culture .culture_list ul li {

		width: calc(100% / 2);

		margin: 15px 0;

	}

	.culture .culture_list ul li p {

		font-size: 15px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.culture .culture_list ul li {

		width: 100%;

		padding: 0 5%;

	}

}



.time_axis {

	overflow: hidden;

	padding: 6% 0 0;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.time_axis {

		padding: 6.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.time_axis {

		padding: 6.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.time_axis {

		padding: 7.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.time_axis {

		padding: 60px 0;

	}

}



.time_swiper {

	max-width: 1230px;

	width: 90%;

	margin: 0 auto;

	padding: 40px 0 60px;

}



.time_swiper .swiper-container {

	overflow: visible;

}

.time_swiper .swiper-container .swiper-wrapper{

	align-items: flex-end;

}

.time_swiper .swiper-slide {

	width: 100%;

	max-width: 388px;

	padding: 0 16px;

	position: relative;

}





/*.time_swiper .swiper-slide:be{

	width: 100%;

	height: 50px;

	background:url(../images/time_img.svg) no-repeat center center;

	content: "";

	display: block;

	position: absolute;

	bottom:0;

	left:50%;

	transform: translateX(-50);

}*/



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.time_swiper .swiper-slide {

		padding: 0 5px;

	}

}



.time_swiper .swiper-slide:after {

	content: "";

	width: 100%;

	height: 4px;

	background: #009FBA;

	display: block;

	position: absolute;

	bottom: 55px;

	left: 0;

	transition: all 0.36s;

	z-index: 1;

}

.time_swiper .swiper-slide:last-child.swiper-slide-active:after{

	opacity: 0;

}

.time_swiper .swiper-slide:before {

	width: 100%;

	height: 50px;

	background: url(../images/time_img02.svg) no-repeat center center #fff;

	background-size: 112% auto;

	content: "";

	display: block;

	position: absolute;

	bottom: 20.5px;

	left: 0%;

	z-index: 2;

	opacity: 0;

	transition: all 0.36s;
	
}

.time_swiper .swiper-slide:nth-child(1):before{

	background: url(../images/time_img01.svg) no-repeat center center #fff;

	background-size: 112% auto;
	

}
/* 第一个swiperafter渐变 */
.time_swiper .swiper-slide:nth-child(1)::after{
	background: linear-gradient(90deg, #fff,#009FBA);
}

.time_swiper .swiper-slide:last-child:before{

	background: url(../images/time_img03.svg) no-repeat center center #fff;

	background-size: 112% auto;

}
/* 最后一个swiperafter渐变 */
.time_swiper .swiper-slide:last-child::after{
	background: linear-gradient(-90deg, #fff, #009FBA);
}

.time_swiper .swiper-slide.swiper-slide-active:before {

	opacity: 1;

}

.time_swiper .swiper-container{

	position: relative;

}

.time_swiper .swiper-container>span {

	content: "";

	width: 12px;

	height: 12px;

	background: #009FBA;

	display: block;

	position: absolute;

	bottom:52px;

	left:50%;

	transform: translateX(-50%);

	z-index: 5;

	border-radius: 50%;



}

.time_swiper .swiper-container>span.ani{

	animation:dianJump 1s  ;

}

@keyframes dianJump{

	0%{

		transform: translateY(0px);

	}

	15%{

		transform: translateY(-20px);

	}

	75%{

		transform: translateY(-20px);

	}

	100%{

		transform: translateY(0px);

	}

}

.time_swiper .swiper-slide.swiper-slide-active>span{

	opacity: 1;

}

.time_swiper .content_box {

	padding: 40px 30px 20px 56px;

	box-shadow: 17px 25px 25px 4px rgba(0, 0, 0, 0.06);

	border-radius: 3px;

	transition:all 0.36s

}

.time_swiper .swiper-slide:hover .content_box{

	box-shadow: 17px 25px 25px 4px rgba(0, 0, 0, 0.16);

}

.time_swiper .content_box h4 {

	font-size: 18px;

	font-weight: bold;

	color: #009FBA;

	line-height: 24px;

	position: relative;

}



.time_swiper .content_box h4:before {

	content: "";

	width: 26px;

	height: 26px;

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	background: url(../images/time_icon.svg) no-repeat center center;

	background-size: contain;

	transform: translate(-100%, -100%);

}



.time_swiper .content_box p {

	font-size: 16px;

	color: #666666;

	line-height: 24px;

	margin: 14px 0;

}
.time_swiper .content_box p span{
	opacity: 1;
	visibility: visible !important;
}
@media screen and (max-width:750px){

	.time_swiper .content_box p{

		font-size:14px;

		line-height:1.85em

	}

}

.time_swiper .time {

	text-align: center;

	font-size: 20px;

	margin-top: 100px;

	position: relative;

	z-index: 5;

}





/********************************关于********************************/





/********************************业务布局********************************/



.area {

	padding: 6% 0 8%;

	background: url(../images/business_bg.png) no-repeat center bottom;

	background-size: 100% auto;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.area {

		padding: 6.4% 0 8.5%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.area {

		padding: 6.8% 0 9%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.area {

		padding: 7.8% 0 10.4%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.area {

		padding: 60px 0 60px;

	}

}



.area .wrap {

	display: flex;

	align-items: center;

	padding-top: 5%;

}



.area .img_box {

	width: 51%;

}



.area .img_box img {

	width: 100%;

}

.area .img_box {

	position: relative;

}



.area img {

	position: relative;

	z-index: 2;

}



.area .myshine {

	position: absolute;

	

	z-index: 4;

}

.area .jiangsu{

	top: 60.5%;

	left: 80.49%;
	display: none;

}

.area .beijing{
    top: 28.5%;
    left: 67.5%;
}

.area .guizhou{
    top: 55.5%;
    left: 53%;
}

.area .myshine:before {

	content: "";

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: 8px;

	height: 8px;

	background-color: #fff;

	border-radius: 50%;

}



.area .myshine .tq1 {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 8px;

	height: 8px;

	margin: -4px 0 0 -4px;

	border-radius: 50%;

	background-color: hsla(0, 0%, 100%, .34);

	animation: myshine01 2.5s linear infinite;

}

.area .myshine.beijing .tq1{

	animation: myshine01 2s linear infinite;

}

.area .myshine.guizhou .tq1{

	animation: myshine03 3.5s linear infinite;

}

.area .myshine .tq2,

.area .myshine .tq3 {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 8px;

	height: 8px;

	margin: -4px 0 0 -4px;

	border-radius: 50%;

	background-color: hsla(0, 0%, 100%, .21);

}



.area .myshine .tq2 {

	animation: myshine02 2s linear infinite ;

}

.area .myshine.beijing .tq2{

	animation: myshine02 1.5s linear infinite;

}

.area .myshine.guizhou .tq2{

	animation: myshine04 3s linear infinite;

}

@keyframes myshine01 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)

	}

	to {

		-webkit-transform: scale(13);

		transform: scale(13)

	}

}



@keyframes myshine02 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)

	}

	to {

		-webkit-transform: scale(18);

		transform: scale(18)

	}

}

@keyframes myshine03 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)

	}

	to {

		-webkit-transform: scale(25);

		transform: scale(25)

	}

}



@keyframes myshine04 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)

	}

	to {

		-webkit-transform: scale(30);

		transform: scale(30)

	}

}

.area .text_box {

	width: 49%;

	padding-left: 5%;

}



.area .text_box dl {

	margin-bottom: 80px;

}







.area .text_box dl:last-child {

	margin-bottom: 0;

}



.area .text_box dt {

	font-size: 24px;

	font-weight: bold;

	color: #000000;

	line-height: 1em;

	margin: 10px 0;

	position: relative;

}



.area .text_box dl:nth-child(1) dt:after {content: "";background: url(../images/wjx.svg) no-repeat center center;background-size: 100%;width: 22px;height: 22px;display: block;position: absolute;left: -40px;top: 1px;}



.area .text_box dl:nth-child(2) dt:after {content: "";width: 20px;height: 20px;border: 6px solid #676767;border-radius: 50%;display: block;box-sizing: border-box;position: absolute;left: -40px;top: 3px;}



.area .text_box dt span {

	font-size: 24px;

	line-height: 1em;

}



.area .text_box dd {

	font-size: 16px;

	color: #999999;

	line-height: 30px;

	margin: 10px 0;

}

@media only screen and (min-width: 100px) and (max-width: 1500px) {

	.area .text_box dl {

		margin-bottom: 60px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1300px) {

	.area .text_box dl {

		margin-bottom: 40px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.area .wrap {

		flex-direction: column;

	}

	.area .img_box {

		width: 100%;

	}

	.area .text_box {

		width: 100%;

		padding: 30px 0 30px 30px;

	}

}

@media only screen and (min-width: 100px) and (max-width: 640px){

	.area .text_box dt{

		font-size:30px;

		margin-bottom: 18px;

	}

	.area .text_box dt span{

		font-size:20px;

	}

	.area .text_box dl:nth-child(1) dt:after,

	.area .text_box dl:nth-child(2) dt:after{

        left:-34px;

        top:4px;

	}

}

.mech_list ul {

	display: flex;

}



.industry {

	padding: 6% 0;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.industry {

		padding: 6.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.industry {

		padding: 6.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.industry {

		padding: 7.8% 0;

	}

}



.industry .title2 {

	padding: 50px 0 60px;

}



.industry .title2 h5 {font-size: 24px;color: #666666;line-height: 30px;text-align: center;font-weight: normal;padding: 0 5%;}

@media screen and (max-width:1000px){

	.industry .title2 h5 {

		font-size:22px

	}

}

.industry .title2 p {

	font-size: 16px;

	color: #BDBDBD;

	line-height: 1.875em;

	text-align: center;

	padding: 10px 10% 0;

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.industry {

		padding: 60px 0;

	}

	.industry .title2 {

		padding: 20px 0 30px;

	}

	.industry .title2 p {

		font-size: 14px;

		padding: 10px 6% 0;

	}

}



.industry .wrap {

	display: flex;

	justify-content: space-between;

}



.industry .content_box {

	box-shadow: 8px 16px 46px 0px rgba(0, 0, 0, 0.09);

	width: 49.3%;

	padding: 10px 0;

}

.industry .content_box:nth-child(2){

	animation-delay: 0.3s

}

.industry .content_box h4 {

	font-size: 24px;

	font-weight: bold;

	color: #000000;

	line-height: 30px;

	padding: 25px 32px;

	border-bottom: 1px solid #E3E3E3;

}

@media screen and (max-width:1000px){

	.industry .content_box h4{

		font-size:20px;

		padding:20px 32px;

	}

}

.industry .content_box>ul {

	display: flex;

	flex-wrap: wrap;

	padding: 20px 0;

}



.industry .content_box>ul>li {

	width: calc(100% / 2 - 64px);

	padding-left: 24px;

	margin: 17px 32px;

	position: relative;

	font-size: 18px;

	color: #999;

}



@media only screen and (min-width: 100px) and (max-width: 820px) {

	.industry .content_box>ul>li {

		width: calc(100% / 2 - 50px);

		margin: 10px 20px 10px 30px;

		font-size: 15px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.industry .wrap {

		flex-direction: column;

	}

	.industry .content_box {

		width: 100%;

	}

	.industry .content_box h4 {

		font-size: 20px;

		padding: 15px 20px;

	}

	.industry .content_box>ul>li {

		width: calc(100% / 2 - 20px);

		margin: 10px 0px 10px 20px;

		font-size: 15px;

	}

}



.industry .content_box>ul>li:before {

	content: "";

	width: 10px;

	height: 10px;

	background: #BDBDBD;

	border-radius: 50%;

	display: block;

	position: absolute;

	top: 6px;

	left: 0;

}



.industry .content_box.mech {

	width: 100%;

	margin-top: 40px;

	padding: 50px 0;

}



.industry .content_box.mech h4 {

	text-align: center;

	border-bottom: 0;

}



.industry .content_box .mech_list ul li {

	width: calc(100% / 5);

	text-align: center;

	position: relative;

}

.industry .content_box .mech_list ul li:nth-child(2){

	animation-delay: 0.3s

}

.industry .content_box .mech_list ul li:nth-child(3){

	animation-delay: 0.6s

}

.industry .content_box .mech_list ul li:nth-child(4){

	animation-delay: 0.9s

}

.industry .content_box .mech_list ul li:nth-child(5){

	animation-delay: 1.2s

}

.industry .content_box .mech_list ul li:after {

	content: "";

	display: block;

	width: 100%;

	height: 1px;

	background: #DEDEDE;

	position: absolute;

	top: 28px;

	left: 50%;

	z-index: 1;

}



.industry .content_box .mech_list ul li:last-child:after {

	display: none;

}



.industry .content_box .mech_list ul li span {

	width: 57px;

	height: 57px;

	color: #fff;

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 24px;

	line-height: 30px;

	background: #009FBA;

	border-radius: 50%;

	margin: 0 auto;

	position: relative;

	z-index: 2;

}



.industry .content_box .mech_list ul li h5 {

	font-size: 18px;

	font-weight: bold;

	color: #333333;

	line-height: 30px;

	margin: 6px 0 6px;

}

.industry .content_box .mech_list ul li .content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.industry .content_box .mech_list ul li h6 {

	font-size: 16px;

	font-weight: 400;

	color: #666666;

	line-height: 30px;

	margin-bottom: 16px;

}



.industry .content_box .mech_list ul li dd {

	font-size: 16px;

	color: #BABABA;

	line-height: 30px;

	position: relative;

	display: flex;

	/* justify-content: center; */

	margin-bottom: 8px;
	text-align: left;

}



@media only screen and (min-width: 100px) and (max-width: 1050px) {

	.industry .content_box .mech_list ul li h6 {

		font-size: 15px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.industry .content_box .mech_list ul {

		flex-wrap: wrap;

		justify-content: center;

	}

	.industry .content_box .mech_list ul li {

		width: calc(100% / 3);

		padding-bottom: 20px;

	}

	.industry .content_box .mech_list ul li:nth-child(3):after {

		width: 40%;

	}

	.industry .content_box .mech_list ul li:nth-child(4):before {

		width: 60%;

		content: "";

		height: 1px;

		background: #DEDEDE;

		position: absolute;

		top: 28px;

		right: 50%;

		z-index: 1;

	}

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.industry .content_box .mech_list ul li {

		width: 100%;

		display: flex;

		justify-content: flex-start;

		align-items: flex-start;

		text-align: left;

	}

	.industry .content_box .mech_list ul li .content {

		width: calc(100% - 78px);

	}

	.industry .content_box .mech_list ul li:after {

		width: 1px !important;

		height: 100% !important;

		left: 44px;

	}

	.industry .content_box .mech_list ul li:before {

		display: none;

	}

	.industry .content_box .mech_list ul li span {

		margin: 0 10px 0 20px;

		width: 48px;

		height: 48px;

	}

	.industry .content_box .mech_list ul li dd {

		justify-content: flex-start;

	}

}



.industry .content_box .mech_list ul li dl {

	display: flex;

	flex-direction: column;

}



.industry .content_box .mech_list ul li dd i {

	width: 6px;

	height: 6px;

	background: #B1B1B1;

	border-radius: 50%;

	display: block;

	margin-right: 12px;

	margin-top: 12px;

}



.industry .content_box .mech_list ul li dd p {

	font-size: 16px;

	color: #BABABA;

	line-height: 30px;

	max-width: 208px;

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.industry .content_box .mech_list ul li dd p {

		font-size: 14px;

		line-height: 2em;

	}

}





/********************************业务布局********************************/





/********************************旗下医院********************************/



.hos_list {

    padding-bottom: 7%;

}

@media screen and (max-width:1600px){

	.hos_list {

		padding-bottom: 8%;

	}

}



@media screen and (max-width:1280px){

	.hos_list {

		padding-bottom: 9%;

	}

}



@media screen and (max-width:960px){

	.hos_list {

		padding-bottom: 10%;

	}

}



@media screen and (max-width:640px){

	.hos_list {

		padding-bottom: 60px;

	}

}

.hos_list li {

	display: flex;

	padding-top: 7%;

}
.hos_list li:first-child{
	padding-top: 4%;
}


.hos_list li .img_box {

	width: 50%;

}



.hos_list li .img_box img {

	width: 100%;

}



.hos_list li .text_box {

	width: 50%;

	margin-left: 5%;

}



.hos_list li:nth-child(2n) {

	flex-direction: row-reverse;

}



.hos_list li:nth-child(2n) .text_box {

	margin-left: 0;

	margin-right: 5%;

}



.hos_list li .text_box .title2_box {

	border-top: 2px solid #009FBA;

	line-height: 38px;

	border-bottom: 1px solid #DDDDDD;

}



.hos_list li .text_box .title2_box {

	padding: 25px 0;

}



.hos_list li .text_box .title2_box h4 {

	line-height: 38px;

	font-size: 24px;

	font-weight: bold;

	color: #009FBA;

	border-left: 10px solid #009FBA;

	padding-left: 24px;

}



.hos_list li .text_box h6 {

	font-size: 18px;

	font-weight: bold;

	color: #009FBA;

	line-height: 30px;

	padding: 30px 0;

	max-width: 644px;

}



.hos_list li .text_box p {

	font-size: 16px;

	color: #666666;

	line-height: 24px;

	max-width: 644px;
	/* text-align: justify; */

}

.hos_list li .text_box .link{

	margin-top: 30px;

	height: 22px;

	overflow: hidden;

}

.hos_list li .text_box a {

	font-size: 16px;

	

	color: #009FBA;

	line-height: 24px;

	display: block;

	

	display: flex;

	flex-direction: column;

	transition: all 0.36s

	

}

.hos_list li .text_box .link:hover a{

	transform: translateY(-22px);

}

.hos_list li .text_box span:last-child:after {

	content: "";

	width: 10px;

	height: 20px;

	display: block;

	background: url(../images/next_arrow2.svg) no-repeat center center;

	background-size: 100% auto;

	margin-left: 7px;

}



.hos_list li .text_box a span{

	display: block;

	display: flex;

	align-items: center;

	position: relative;

	height: 22px;

}

.hos_list li .text_box a span:first-child{

	color:#888;

	text-decoration: none;

}

.hos_list li .text_box a span:last-child{

	text-decoration: underline;



}



.hos_list li .text_box a span img{

	height: 22px;

	margin-right: 10px;

}

@media only screen and (min-width: 100px) and (max-width: 1500px) {

	.hos_list li .text_box .title2_box {

		padding: 15px 0;

	}

	.hos_list li .text_box h6 {

		padding: 15px 0;

	}

	.hos_list li .text_box .link {

		margin-top: 15px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.hos_list li {

		flex-direction: column !important;

	}

	.hos_list li .img_box {

		width: 100%;

	}

	.hos_list li .text_box {

		width: 100%;

		margin: 0 0 20px;

	}

	.hos_list li .text_box .title2_box {

		padding-top: 40px;

	}

}

@media only screen and (min-width: 100px) and (max-width: 640px) {



	.hos_list li .text_box .title2_box {

		padding: 18px 0;

	}

	.hos_list li .text_box .title2_box h4{

		font-size: 22px;

		line-height: 1.2em;

		border-left: 6px solid #000;

		padding-left: 16px;

	}

	.hos_list li .text_box h6 {

		padding: 12px 0;

		line-height: 1.5em;

	}

	.hos_list li .text_box p{

		line-height:1.75em

	}



}





.page_box {

	display: flex;

	flex-direction: row;

	justify-content: center;

	align-items: center;

	padding: 6% 0;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.page_box {

		padding-bottom: 6.4%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.page_box {

		padding-bottom: 6.8%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.page_box {

		padding-bottom: 7.8%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.page_box {

		padding-bottom: 60px;

	}

}



.page_box a {

	width: 42px;

	height: 42px;

	line-height: 42px;

	border-radius: 50%;

	text-align: center;

	color: #999;

	font-size: 16px;

	display: block;

	transition: all 0.3s;

	/* margin: 0 18px; */

}



.page_box a:hover {

	color: #333;

}



.page_box a.active {

	border: 1px solid #999;

	/*background: #C9151D;*/

	color: #000;

}



.page_box a.prev,

.page_box a.next {

	margin: 0 15px;

	color: #333;

	transition: all 0.36s;

	margin: 0 24px;

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.page_box a {

		width: 32px;

		height: 32px;

		font-size: 14px;

		line-height: 32px;

		margin: 10px;

	}

	.page_box a.prev,

	.page_box a.next {

		margin: 0 15px;

	}

}



.page_box a.prev:hover {

	transform: translateX(-10px);

}



.page_box a.next:hover {

	transform: translateX(10px);

}



.page_box span {

	color: #999;

	margin: 0 15px;

}





/********************************旗下医院********************************/





/********************************专业团队********************************/



.team_list {

	padding: 6% 0;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.team_list {

		padding: 6.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.team_list {

		padding: 6.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.team_list {

		padding: 7.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.team_list {

		padding: 60px 0;

	}

}



.team_list ul {

	display: flex;

	flex-wrap: wrap;

}



.team_list li {

	width: calc(100% / 4 - 1.5%);

	margin-right: 2%;

	text-align: center;

	margin-bottom: 40px;

}



.team_list li:nth-child(4n) {

	margin-right: 0;

}

.team_list li:nth-child(4n) {

	margin-right: 0;

}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.team_list li {

		width: calc(100% / 3 - 1.4%);

		margin-right: 2%;

	}

	.team_list li:nth-child(3n) {

		margin-right: 0;

	}

	.team_list li:nth-child(4n) {
		margin-right: 2%;

	}
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.team_list li {

		width: calc(100% / 2 - 1%);

		margin-right: 2%;

	}

	.team_list li:nth-child(2n) {

		margin-right: 0;

	}

	.team_list li:nth-child(3n) {

		margin-right: 2%;

	}

}



.team_list li .img_box {

	width: 100%;

	padding-top: 127%;

	position: relative;

	overflow: hidden;



}



.team_list li .img_box img {

	width: 100%;

	height: 100%;

	display: block;

	object-fit: cover;

	position: absolute;

	top: 0;

	left: 0;

	transition: all 0.36s

}

.team_list li:hover .img_box img{

	transform: scale(1.05);

}





.team_list li h4 {

	font-size: 24px;

	line-height: 1.3em;

	padding: 26px 10px 16px

}

.team_list .text{

	height: 100px;

	position: relative;



}

.team_list .text li h4{

	padding: 26px 10px 10px;

	font-size: 24px;

	line-height: 1.3em;

}

.team_list .text h5{

	font-size: 16px;

	color:#666;

	margin-bottom: 10px;

}

.team_list .text .content_box{

	position: absolute;

	bottom:0;

	left:0;

	width: 100%;

	height: 100%;

	overflow: hidden;

	transition: all 0.36s;

	background: #FFF;

}

.team_list li:hover .text .content_box{

	height: 250px;

	box-shadow:0px 0px 46px 0px rgba(0, 0, 0, 0.09)

}

@media only screen and (min-width: 100px) and (max-width: 640px) {

	.team_list li {

		width: 100%;

		margin-right:0 !important;

	}



	.team_list li h4 {

		font-size: 20px;

		padding: 16px 8px 8px

	}

}



.team_list li p {

	font-size: 16px;

	color: #777;

	padding: 0 5%;

}

.team_list li p span{
	font-size: 16px !important;
}



/********************************专业团队********************************/





/********************************新闻中心********************************/



.type_list {

	padding-top: 43px;

}



.type_list .wrap ul {

	display: flex;

	align-items: center;

	padding: 27px 0;

}



.type_list .wrap ul a {

	font-size: 16px;

	color: #888888;

	line-height: 30px;

	display: block;

	margin-right: 82px;

	display: flex;

	align-items: center;

	position: relative;

	transition: all 0.36s

}

.type_list .wrap ul a:hover{

	color:#333;

}

@media screen and (max-width: 640px){

	.type_list .wrap ul a{

		margin-right: 30px;

	}

}

.type_list .wrap ul a i {

	width: 6px;

	height: 6px;

	background: #000000;

	border-radius: 50%;

	margin-right: 10px;

	position: absolute;

	top: 50%;

	transform: scaleX(0) translateY(-50%);

	left: 0;

	transition: all 0.36s;

}



.type_list .wrap ul li.active a {

	color: #000;

	font-weight: bold;

	padding-left: 20px;

}



.type_list .wrap ul li.active a i {

	transform: scaleX(1) translateY(-50%);

}



.news_list ul {

	display: flex;

	flex-wrap: wrap;

}



.news_list ul li {

	width: calc(100% / 3);

	padding: 0 7px;

	border-bottom: 1px solid rgba(171, 171, 171, 0.48);

	margin-bottom: 60px;

}



@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.news_list ul li {

		width: calc(100% / 2);

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.news_list ul li {

		width: 100%;

		padding: 0;

		margin-bottom: 40px;

	}

}



.news_list ul li .img_box {

	width: 100%;

	padding-top: 56.5%;

	position: relative;

	overflow: hidden;

}



.news_list ul li .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	object-fit: cover;

	transition: all 0.36s;



}

.news_list ul li:hover .img_box img{

	transform: scale(1.05);



}

.news_list ul li .text_box .time {

	font-size: 16px;

	color: #ABABAB;

	line-height: 24px;

	display: block;

	padding: 15px 0;

}



.news_list ul li .text_box h4 {

	font-size: 20px;

	font-weight: bold;

	color: #009FBA;

	line-height: 30px;

	min-height: 60px;

	max-width: 460px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

	transition:all 0.36s;

}

.news_list ul li:hover .text_box h4{

	color:#000;

}

.news_list ul li .text_box p {

	font-size: 18px;

	color: #ABABAB;

	line-height: 24px;

	margin: 20px 0 50px;

	max-width: 460px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	overflow: hidden;

}

@media screen and (max-width: 640px){

	.news_list ul li .text_box h4{

		font-size: 18px;

		line-height: 1.8em;

	}

	.news_list ul li .text_box p{

		font-size: 16px;

		line-height: 2em;

		margin:10px 0 30px;

	}

}

.news_list .page_box {

	padding-top: 3%;

}





/********************************新闻中心********************************/





/********************************新闻内页********************************/



.route {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	font-size: 16px;

	margin-top: 40px;

	margin-bottom: 40px;

	color: #C8C8C8;

	line-height: 30px;

}



.route a {

	color: #999;

}



.news_detail {

	max-width: 960px;

	width: 90%;

	margin: 0 auto;

	padding-bottom: 6%;

}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.news_detail {

		padding-bottom: 6.4%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.news_detail {

		padding-bottom: 6.8%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.news_detail {

		padding-bottom: 7.8%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.news_detail {

		padding-bottom: 60px;

	}

}



.news_detail h4 {

	text-align: center;

	font-size: 20px;

	font-weight: bold;

	color: #000000;

	line-height: 30px;

}



.news_detail span.time {

	text-align: center;

	display: block;

	font-size: 14px;

	color: #888888;

	line-height: 30px;

	margin: 22px 0;

}



.news_detail .text {

	margin-bottom: 60px;

}



.news_detail p {

	font-size: 16px;

	line-height: 2em;

	color: #666;

}



.news_detail img {

	max-width: 100%;

	margin-bottom: 20px;

}



.news_detail .back {

	width: 114px;

	height: 32px;

	background: #0C2241;

	border-radius: 15px;

	font-size: 16px;

	color: #FFFFFF;

	display: block;

	text-align: center;

	line-height: 30px;

	margin-bottom: 20px;

}



.news_detail .prev,

.news_detail .next {

	font-size: 14px;

	color: #888888;

	line-height: 30px;

	margin-top: 10px;

	display: flex;

}



.news_detail .prev i,

.news_detail .next i {

	width: 70px;

	font-style: normal;

}



.news_detail .prev p,

.news_detail .next p {

	width: calc(100% - 70px);

}





/********************************新闻内页********************************/





/********************************对外合作********************************/



.coor_swiper {

	padding: 5% 5%;

	position: relative;

	background: url(../images/coor_bg.png) no-repeat center center;

}



.coor_swiper .swiper-container {

	position: relative;

	padding: 40px 0;

}





.coor_swiper .swiper-slide {

	width: 240px;

	height: 80px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

}

.coor_swiper .swiper-slide:after {

	content: "";

	width: 10px;

	height: 10px;

	background: #000000;

	border-radius: 50%;

	display: block;

	position: absolute;

	left: 50%;

	bottom: -30px;

	transform: translate(-50%,15px);

	opacity: 0;

	transition: all 0.36s

}

.coor_swiper .swiper-slide:hover:after{

	opacity: 1;

	transform: translate(-50%,0);



}

.coor_swiper .swiper-slide img {

	width: 45%;

	height: auto;

	/* filter: grayscale(100%); */

	filter: gray;

	transition: all 0.36s;

}

.coor_swiper .swiper-slide img:hover{

	filter: grayscale(0%);

}

.coor_swiper .swiper-button-next,

.coor_swiper .swiper-button-prev {

	background-image: url(../images/next_arrow.svg);

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 100%;

	transform: translateX(-100%);

	opacity: 0.6;

	transition: all 0.36s;

}



.coor_swiper .swiper-button-prev {

	transform: translateX(100%) rotate(180deg);

}



.coor_swiper .swiper-button-next:hover,

.coor_swiper .swiper-button-prev:hover {

	opacity: 1;

}



.coop2_swiper {

	/* padding-bottom: 70px; */

}



.coop2_swiper .swiper-container {

	/* padding-bottom: 150px; */

}



.coop2_swiper .swiper-slide {

	max-width: 1123px;

	width: 80%;

	margin: 0 3.6%;

	position: relative;

}



.coop2_swiper .swiper-slide .img_box {

	width: 100%;

	padding-top: 53%;

	position: relative;

}



.coop2_swiper .swiper-slide .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	object-fit: cover;

}



.coop2_swiper .swiper-slide .text_box {

	background: #fff;

	position: relative;

	bottom: 90px;

	left: -40px;

	max-width: 866px;

	width: 90%;

	min-height: 324px;

	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);

	padding: 38px;

}



@media only screen and (min-width: 100px) and (max-width: 750px) {
	.coop2_swiper .swiper-slide{
		margin:0 6px;
	}
	.coop2_swiper .swiper-slide .text_box {

		position: relative;

		left: 0;

		bottom: 0;

		padding: 20px;

		width: 100%;

	}

	.coop2_swiper .swiper-container {

		padding-bottom: 40px;

	}

}



.coop2_swiper .swiper-slide .text_box img {

	height: 30px;

	width: auto;

}



.coop2_swiper .swiper-slide .text_box h4 {

	font-size: 24px;

	font-weight: bold;

	color: #009FBA;

	line-height: 1em;

	margin: 32px 0 24px;

}



.coop2_swiper .swiper-slide .text_box p {

	font-size: 16px;

	font-family: Microsoft YaHei;

	font-weight: 400;

	color: #989898;

	line-height: 24px;

	max-width: 650px;

}

@media screen and (max-width:640px){

	.coop2_swiper .swiper-slide .text_box h4{

		font-size:20px;

		margin:16px 0 16px;

	}

	.coop2_swiper .swiper-slide .text_box p{

		font-size:14px;

		line-height:1.8em;

	}

}

.coop2_swiper .swiper-pagination {

	bottom: 35px

}



.coop2_swiper .swiper-pagination .swiper-pagination-bullet {

	width: 12px;

	height: 12px;

	border-radius: 50%;

	background: #000;

}





/********************************对外合作********************************/





/********************************诚招英才********************************/



.advance {

	padding-top: 6%;

}

@media screen and (max-width: 1600px){

	.advance {

		padding-top: 6.4%;

	}

}

@media screen and (max-width: 1280px){

	.advance {

		padding-top: 6.8%;

	}

}

@media screen and (max-width: 960px){

	.advance {

		padding-top: 7.8%;

	}

}

@media screen and (max-width: 640px){

	.advance {

		padding-top: 60px;

	}

}

.advance .advance_box {

	display: flex;

	padding-top: 6%;

}



.advance .advance_box:nth-child(1) {

	padding-top: 4%;

}



.advance .advance_box:nth-child(2n) {

	flex-direction: row-reverse;

}



.advance .advance_box .text_box {

	width: 45%;

	background: url(../images/recruit_bg.png) no-repeat left center;

	background-size: cover;

}



.advance .advance_box .text_box .ratio {

	width: 100%;

	padding-top: 83%;

	position: relative;

}



.advance .advance_box .text_box .content {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



.advance .advance_box .text {

	max-width: 370px;

	width: 90%;

}



.advance .advance_box .text_box .content h4 {

	font-size: 36px;

	font-weight: bold;

	color: #009FBA;

	line-height: 1em;

	margin-bottom: 30px;

}







.advance .advance_box .text_box .content ul {

	display: flex;

	flex-wrap: wrap;

}



.advance .advance_box .text_box .content li {

	

	margin: 16px 0;

	width: calc(100% / 2);

	text-align: center;

	

}
.advance .advance_box .text_box .content li p{
	font-size: 20px;

	color: #999999;

	line-height: 30px;
	display: flex;

	justify-content: flex-start;

	align-items: center;
}


.advance .advance_box .text_box .content li em {

	width: 6px;

	height: 6px;

	background: #999999;

	border-radius: 50%;

	display: block;

	margin-right: 17px;

}



.advance .advance_box .img_box {

	width: 55%;

}

@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.advance .advance_box .text_box .content h4 {

		font-size: 33px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.advance .advance_box .text_box .content h4 {

		font-size: 30px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.advance .advance_box .text_box .content h4 {

		font-size: 27px;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.advance .advance_box .text_box .content h4 {

		font-size: 19px;

		margin-bottom: 20px;

	}

	.advance .advance_box .text_box .content li i{

		margin-right:6px;

	}

}

@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.advance .advance_box {

		flex-direction: column !important;

	}

	.advance .advance_box .text_box {

		width: 100%;

	}

	.advance .advance_box .text_box .ratio {

		padding-top: 0;

		position: relative;

	}

	.advance .advance_box .text_box .content {

		position: static;

		padding: 30px 1%;

	}

	.advance .advance_box .img_box {

		width: 100%;

	}

	.advance .advance_box .text_box .content li {

		font-size: 16px;

		margin: 5px 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 320px) {

	.advance .advance_box .text_box .content li {

		font-size: 16px;

		margin: 8px 0;

	}

}



.advance .advance_box .img_box .ratio {

	width: 100%;

	padding-top: 68%;

	position: relative;

}



.advance .advance_box .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	object-fit: cover;

}



.job {

	padding-top: 6%;

}



.job_list {

	padding-top: 4.5%;

	max-width: 1440px;

	width: 90%;

	margin: 0 auto;

}





.job_list dl {

	background: rgb(249, 249, 249);

	margin-bottom: 30px;

}

@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.job {

		padding-top: 6.4%;

	}

	.job_list {

		padding-top: 4.8%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.job {

		padding-top: 6.8%;

	}

	.job_list {

		padding-top: 5.2%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.job {

		padding-top: 7.8%;

	}

	.job_list {

		padding-top: 6%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.job {

		padding-top: 60px;

	}

	.job_list {

		padding-top: 40px;

	}

	.job_list dl {

		background: rgb(249, 249, 249);

		margin-bottom: 14px;

	}

}



.job_list dl:last-child {

	margin-bottom: 0;

}



.job_list dl dt {

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 28px 20px;

}



.job_list dl dt .name {

	display: flex;

	align-items: center;

	font-size: 18px;

}



.job_list dl dt i {

	width: 32px;

	height: 32px;

	background: url(../images/job_icon.svg) no-repeat center center;

	background-size: 60% auto;

	display: block;

	margin-right: 20px;

}



.job_list dl dt span {

	width: 32px;

	height: 32px;

	background: url(../images/down_arrow.svg) no-repeat center center;

	background-size: auto;

	display: block;

	transform: rotate(-90deg);

	transition: all 0.36s;

}



.job_list dl dt.active span {

	transform: rotate(0deg);

}



.job_list dl dd {

	padding: 10px 60px 40px;

	display: none;

}



 .job_list dl:nth-child(1) dd {

	display: block;

}

 

.job_list dl dd .text {

	padding: 0 20px;

}



.job_list dl dd .text p {

	font-size: 14px;

	line-height: 2em;

	color: #333;

}



.job_list dl dd a {

	color: #fff;

	text-align: center;

	line-height: 48px;

	display: block;

	cursor: pointer;

	margin-top: 25px;

	font-size: 16px;

	width: 258px;

	height: 48px;

	background: #009FBA;

	border-radius: 25px;

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.job_list dl dt {

		padding: 10px 20px;

	}

	.job_list dl dd {

		padding: 10px 0 40px 10px;

	}

	.job_list dl dd a {

		margin-left: 20px;

	}

}



.story {

	padding: 6% 0;

}



.story .story_list {

	max-width: 1530px;

	margin: 0 auto;

	width: 90%;

}



.story .story_list ul {

	display: flex;

	padding-top: 5%;

}



.story .story_list li {

	width: calc(100% / 3 - 60px);

	margin: 0 30px;

	background: #FFFFFF;

	box-shadow: 17px 25px 25px 4px rgba(0, 0, 0, 0.06);
	position: relative;

}



.story .story_list li .content_box {

	overflow: hidden;

	position: relative;

	border-radius: 10px;

	text-align: center;

	padding: 57px 5%;

}



.story .story_list li .content_box:before {

	content: "";

	width: 100%;

	height: 6px;

	background: #009FBA;

	position: absolute;

	top: 0;

	left: 0;

	display: block;

}



.story .story_list li .content_box .fh {

	width: 50px;

}



.story .story_list li .av {

	height: 100px;

	margin-bottom: 20px;

}
.story .story_list li  .bottom{
	position: absolute;
	bottom:5%;
	left:0;
	text-align: center;
	width: 100%;
}

.story .story_list li .content_box .text{
	margin: 45px auto;
	max-width: 307px;
	padding-bottom: 140px; 
}
.story .story_list li .content_box p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}



@media only screen and (min-width: 100px) and (max-width: 1600px) {

	.story {

		padding: 6.4% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 1280px) {

	.story {

		padding: 6.8% 0;

	}

}



@media only screen and (min-width: 100px) and (max-width: 960px) {

	.story {

		padding: 7.8% 0;

	}
	.story .story_list li .content_box .text{
		padding-bottom: 105px;
	}
}



@media only screen and (min-width: 100px) and (max-width: 640px) {

	.story {

		padding: 60px 0;

	}

}

@media only screen and (min-width: 100px) and (max-width: 640px){

	.story .story_list li .content_box{

		padding:30px 5%

	}

	.story .story_list li .content_box .fh {

		width:40px;

	}

	.story .story_list li .content_box .av{

		width:60px;

		margin-bottom:12px;

	}

	.story .story_list li .content_box p {

		margin:20px auto 30px;

	}

}

@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.story .story_list ul {

		justify-content: center;

		flex-wrap: wrap;

	}

	.story .story_list li {

		width: calc(100% / 2 - 40px);

		margin: 15px 20px;

	}

	.story .story_list li .content_box p {

		max-width: 100%;

	}

}



@media only screen and (min-width: 100px) and (max-width: 750px) {

	.story .story_list ul {

		flex-direction: column;

	}

	.story .story_list li {

		width: 100%;

		margin: 15px 0;

	}

}



.story .story_list li  h6 {

	font-size: 16px;

	font-weight: 400;

	color: #000000;

	line-height: 48px;

}





/********************************诚招英才********************************/





/********************************业务布局********************************/





/********************************业务布局********************************/
