.banner{
	margin-top: 100px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 32px 60px;
}

.banner .swiper-button-prev{
	background-image: url(../images/welcome/banner_swiper1.png);
	left: 150px;
	right: auto;
}
.banner .swiper-button-next{
	background-image: url(../images/welcome/banner_swiper1.png);
	right: 150px;
	left: auto;
	transform: rotateY(180deg)
}
.banner .swiper-button-prev:hover{
	background-image: url(../images/welcome/banner_swiper2.png);
	transform: rotateY(180deg)
}
.banner .swiper-button-next:hover{
	background-image: url(../images/welcome/banner_swiper2.png);
	transform: rotateY(0deg)
}


.welcome_business{
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.welcome_name{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.welcome_name h2{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #E6E6E6;
	text-transform: uppercase;
}
.welcome_name h4{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #404040;
	position: relative;
	padding-bottom: 15px;
}
.welcome_name h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 35px;
	height: 3px;
	background: #E5007F;

}

.welcome_business .business_top{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.welcome_business .business_top .business_top_a{
	margin: 0 10px 15px;
	height: 41px;
	line-height: 39px;
	padding: 0 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6D6D6D;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	cursor: pointer;
}
.welcome_business .business_top .business_top_a.active,.welcome_business .business_top .business_top_a:hover{
	border: 1px solid #E5007F;
	color: #E5007F;
}
.welcome_business .business_swiper{
	position: relative;
	margin-top: 45px;
	width: 100%;
}

.welcome_business .business_swiper .business_content{
	position: relative;
}
.welcome_business .business_swiper .business_content .business1{
	padding-top: 320px;
}

.welcome_business .business_swiper .business_content .business_po{
	position: absolute;
	top: 80px;
	width: 76%;
	left: 12%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.welcome_business .business_swiper .business_content .business_po h2{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 35px;
	transition: .5s;
}
.welcome_business .business_swiper .business_content .business_po h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 33px;
	height: 2px;
	background: #FFFFFF;
	transition: .5s;
}
.welcome_business .business_swiper .business_content .business_po p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.welcome_business .business_swiper .business_content .business_po .business_but{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 35px;
	position: relative;
	text-align: center;
	padding-bottom: 12px;
	transition: .5s;
}

.welcome_business .business_swiper .business_content:hover .business_po h2::after{
	bottom: -33px;
	width: 2px;
	height: 33px;
}
.welcome_business .business_swiper .business_content .business_po .business_but::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0px;
	height: 1px;
	background: #FFFFFF;
	transition: .5s;
}

.welcome_business .business_swiper .business_content:hover .business_po .business_but::after{
	width: 135px;
}
.welcome_business .business_swiper .swiper-pagination{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.welcome_business .business_swiper .swiper-pagination-bullet{
	margin: 0 6px;
}
.welcome_business .business_swiper .swiper-pagination-bullet-active{
	background: #E5007F;
}

.welcome_about{
	position: relative;
	width: 100%;
	background: #EEEEEE;
}
.welcome_about .pic{
	width: 100%;
	text-align: right;
}
.welcome_about .about_content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 81%;
	background: #fff;
	padding: 130px 80px 130px 150px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.welcome_about .about_content .content_pic{
	width: 48%;
}
.welcome_about .about_content  .about_min{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.welcome_about .about_content  .about_min .min_top{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

.welcome_about .about_content  .about_min .min_top h2{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #E6E6E6;
	text-transform: uppercase;
}
.welcome_about .about_content  .about_min .min_top h4{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #404040;
	position: relative;
	padding-bottom: 15px;
}
.welcome_about .about_content  .about_min .min_top h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 3px;
	background: #E5007F;
}
.welcome_about .about_content  .about_min .min_top .min_top_p{
	margin-top: 25px;
}

.welcome_about .about_content  .about_min .min_top .min_top_p p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: 30px;
}

.welcome_about .about_content  .about_min .min_but{
	width: 172px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #E5007F;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E5007F;
	transition: .5s;
}

.welcome_about .about_content  .about_min .min_but:hover{
	color: #fff;
	background:#E5007F ;
}

.g-news{
	background: #F8F8F8;
}
.g-news .welcome_news{
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.welcome_news .news_swiper{
	margin-top: 40px;
	position: relative;
	width: 100%;
}
.welcome_news .news_swiper .news_po{
	padding: 55px;
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	justify-content: flex-start;
	background: #fff;
	transition: .5s;
}
.welcome_news .news_swiper .news_po .pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.welcome_news .news_swiper .news_po .pic img{
	width: 100%;
	height: 100%;
	transition: .5s;
}
.welcome_news .news_swiper .news_po:hover .pic{
	opacity: 1;
}
.welcome_news .news_swiper .news_po .news_min{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	position: relative;
	z-index: 3;
}
.welcome_news .news_swiper .news_po .news_min .news_time{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-end;
	margin-bottom: 25px;
}
.welcome_news .news_swiper .news_po .news_min .news_time h2{
	font-size: 60px;
	font-family: Arial;
	font-weight: 400;
	color: #282828;
	margin-right: 15px;
	line-height: 1;
	transition: .5s;
}
.welcome_news .news_swiper .news_po .news_min .news_time h4{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #282828;
	line-height: 1.7;
	transition: .5s;
}

.welcome_news .news_swiper .news_po .news_min .news_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	transition: .5s;
}
.welcome_news .news_swiper .news_po .news_min p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: .5s;
}
.welcome_news .news_swiper .news_po .news_masking{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: .5s;
	z-index: 2;
}
.welcome_news .news_swiper .news_po:hover .news_masking{
	opacity: 1;
}
.welcome_news .news_swiper .news_po:hover .news_min .news_time h2,
.welcome_news .news_swiper .news_po:hover .news_min .news_time h4,
.welcome_news .news_swiper .news_po:hover .news_min p,
.welcome_news .news_swiper .news_po:hover .news_min .news_name{
	color: #fff;
}

.welcome_news .news_swiper .news-pagination{
	position: absolute;
	left: 175px;
	bottom: -71px;
	width: 18%;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.welcome_news .news_swiper .news-pagination .swiper-pagination-bullet{
	margin: 0 6px;
}
.welcome_news .news_swiper .news-pagination .swiper-pagination-bullet-active{
	background:url(../images/welcome/news_sw.png);
	width: 15px;
	height: 15px;
}
.welcome_news .news_swiper .news-next, .welcome_news .news_swiper .news-prev{
  position: absolute;
  bottom: -95px;
  width: 67px;
  height: 67px;
  z-index: 10;
  cursor: pointer;
  background-size: 67px 67px;
}
.welcome_news .news_swiper .news-prev{
	background-image: url(../images/welcome/news_swiper1.png);
	left: 0px;
	right: auto;
	transform: rotateY(180deg)
}
.welcome_news .news_swiper .news-next{
	background-image: url(../images/welcome/news_swiper1.png);
	left: 75px;
	right: auto;
}
.welcome_news .news_swiper .news-prev:hover{
	background-image: url(../images/welcome/news_swiper2.png);
	transform: rotateY(0deg)
}
.welcome_news .news_swiper .news-next:hover{
	background-image: url(../images/welcome/news_swiper2.png);
	right: auto;
	transform: rotateY(180deg)
}

.welcome_news .news_but{
	width: 172px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #E5007F;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E5007F;
	transition: .5s;
	margin-top: 40px;
}

.welcome_news .news_but:hover{
	color: #fff;
	background:#E5007F ;
}

@media (max-width: 1621px) {
	
	.welcome_name h2,.welcome_about .about_content .about_min .min_top h2 {
	  font-size: 46px;
	  line-height: 1.2;
	}
	.welcome_name h4,.welcome_about .about_content .about_min .min_top h4 {
	  font-size: 26px;
	  padding-bottom: 12px;
	}
	.welcome_business .business_top .business_top_a {
	  height: 39px;
	  line-height: 37px;
	  font-size: 14px;
	}
	.welcome_business .business_swiper .business_content .business_po h2 {
	  font-size: 26px;
	}
	.welcome_business .business_swiper .business_content .business_po p {
	  font-size: 14px;
	  line-height: 30px;
	}
	.welcome_about .about_content{
		padding: 100px 50px 100px 120px;
	}
	.welcome_about .about_content .about_min .min_top .min_top_p p {
	  -webkit-line-clamp: 7;
	  font-size: 14px;
	  line-height: 28px;
	}
	.welcome_about .about_content .about_min .min_but,.welcome_news .news_but {
	  width: 148px;
	  height: 42px;
	  line-height: 40px;
	  font-size: 14px;
	}
	
	.welcome_news .news_swiper .news_po .news_min .news_time{
		margin-bottom: 20px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_time h2 {
	  font-size: 50px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_time h4 {
	  font-size: 16px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_name {
	  font-size: 20px;
	  margin-bottom: 15px;
	}
	.welcome_news .news_swiper .news_po .news_min p {
	  font-size: 14px;
	  line-height: 26px;
	}
	.banner .swiper-button-prev{
		left: 5%;
	}
	.banner .swiper-button-next{
		right: 5%;
	}
}

@media (max-width: 1440px) {
	.welcome_name h2, .welcome_about .about_content .about_min .min_top h2 {
	  font-size: 40px;
	}
	.welcome_name h4, .welcome_about .about_content .about_min .min_top h4 {
	  font-size: 23px;
	  padding-bottom: 10px;
	}
	.welcome_business .business_swiper .business_content .business_po h2 {
	  font-size: 22px;
	  margin-top: 20px;
	  padding-bottom: 15px;
	}
	.welcome_business .business_swiper .business_content .business_po h2::after {
	  width: 25px;
	}
	.welcome_business .business_swiper .business_content:hover .business_po h2::after {
	  bottom: -25px;
	  height: 25px;
	}
	.welcome_business .business_swiper .business_content .business_po p {
	  font-size: 14px;
	  line-height: 25px;
	}
	.welcome_business .business_swiper .business_content .business_po .business_but {
	  font-size: 14px;
	}
	.welcome_business .business_swiper .business_content:hover .business_po .business_but::after {
	  width: 100px;
	}
	.welcome_about .about_content .about_min .min_top .min_top_p p {
	  -webkit-line-clamp: 5;
	}
}

@media (max-width: 992px) {
	.banner {
	  margin-top: 0px;
	  padding-top: 80px;
	}
	
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width: 22px;
		height: 41px;
		margin-top: -20.5px;
		background-size: 22px 41px;
	}
	.welcome_business ,.g-news .welcome_news{
	  padding: 50px 0;
	}
	.welcome_business .business_swiper {
	  margin-top: 35px;
	}
	.welcome_business .business_swiper .business_content .business1 {
	  padding-top: 300px;
	}
	.welcome_about .about_content {
	  position: inherit;
	  padding: 30px;
	  flex-direction: column;
	  width: 100%;
	}
	.welcome_about .about_content .content_pic {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.welcome_about .about_content .content_pic img{
		width: 100%;
	}
	.welcome_about .about_content .about_min {
	  width: 100%;
	}
	.welcome_about .about_content .about_min .min_top .min_top_p p {
	  -webkit-line-clamp: none;
	}
	
	.welcome_news .news_swiper .news_po {
	  padding: 30px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_time {
	  margin-bottom: 15px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_time h2 {
	  font-size: 40px;
	}
	.welcome_news .news_swiper .news_po .news_min .news_time h4 {
	  font-size: 14px;
	  line-height: 1.5;
	}
	.welcome_news .news_swiper .news_po .news_min .news_name {
	  font-size: 18px;
	  margin-bottom: 10px;
	}
	.welcome_news .news_swiper .news_po .news_min p {
	  font-size: 12px;
	  line-height: 24px;
	}
	.welcome_news .news_swiper .news-next, .welcome_news .news_swiper .news-prev {
	  bottom: -82px;
	  width: 47px;
	  height: 47px;
	  background-size: 47px 47px;
	}
	.welcome_news .news_swiper .news-next {
	  left: 55px;
	}
	.welcome_news .news_swiper .news-pagination {
	  position: absolute;
	  left: 130px;
	  bottom: -66px;
	}
	.welcome_news .news_swiper .news-pagination .swiper-pagination-bullet {
	  margin: 0 4px;
	  width: 6px;
	  height: 6px;
	}
	.welcome_news .news_swiper .news-pagination .swiper-pagination-bullet-active {
	  width: 12px;
	  height: 12px;
	  background-size: 100%;
	}
}


@media (max-width: 600px) {
	.banner {
	  padding-top: 64px;
	}
	.welcome_name h2, .welcome_about .about_content .about_min .min_top h2 {
	  font-size: 24px;
	}
	.welcome_name h4, .welcome_about .about_content .about_min .min_top h4 {
	  font-size: 18px;
	  padding-bottom: 6px;
	}
	.welcome_name h4::after {
	    width: 28px;
	    height: 2px;
	}
	.welcome_business{
		padding: 30px 0 50px;
	}

	.welcome_business .business_top {
	  margin-top: 30px;
	}
	.welcome_business .business_top .business_top_a {
	  height: 35px;
	  line-height: 33px;
	  font-size: 12px;
	}
	.welcome_business .business_swiper .business_content .business1 {
	  padding-top: 250px;
	}
	.welcome_business .business_swiper .business_content .business_po {
	  top: 46px;
	}
	.welcome_about .about_content .about_min .min_but, .welcome_news .news_but {
	  width: 105px;
	  height: 38px;
	  line-height: 36px;
	  font-size: 12px;
	}
	
	.g-news .welcome_news {
	  padding: 30px 0;
	}
	
	.welcome_news .news_swiper {
	  margin-top: 31px;
	}
	.welcome_news .news_swiper .news-pagination{
		display: none;
	}
}