html{
	background: url(../img/lb1.png) no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5rem;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to bottom,rgba(146,146,149,0) 17%,rgba(146,146,149,1) 24%); */
}
.white{
	color: #fff!important;
}
.bgwhite{
	background-color: #fff!important;
}
.flex{
	display: flex;
}
.flex-align{
	align-items: center;
}
.between{
	justify-content: space-between;
}
.center{
	justify-content: center;
}
a {
	text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;color: #fff;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;color: #fff;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;color: #fff;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;color: #fff;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
	color: #fff;
}
.aboutUs-center {
	width: 14rem;
	/* height: 1rem; */
	/* background-color: red; */
	margin: 0 auto;
	margin-top: 1.6rem;
}
.aboutUs-center-title{
	font-size: 0.36rem;
	font-weight: 500;
	color: #ffffff;
}
.aboutUs-center .line{
	width: 1.4rem;
	height: 0.1rem;
	background-color: #D39730;
	border-radius: 20px;
	margin-top: -0.1rem;
}
.aboutUs-center-spec{
	font-size: 0.18rem;
	font-weight: 400;
	color: #fff;
	margin-top: 0.24rem;
}
/* 正文 */
.aboutUs-center-box{
	width: 100%;
	background-color: #fff;
	margin-top: 0.6rem;
	padding-top: 0.3rem;
	border-radius: 0.06rem;
	margin-bottom: 0.5rem;
}
.box-title1{
	font-size: 0.3rem;
	color: #333;
	font-weight: 600;
	border-left: 0.04rem solid #D39730;
	padding-left: 0.2rem;
	margin-left: 1rem;
	margin-top: 0.6rem;
}
.box-title-line{
	width: 12rem;
	height: 0.01rem;
	background-color: #e5e5e5;
	margin-left: 1rem;
	margin-top: 0.4rem;
}
.ul{
	width: 11rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #333;
	margin: 0 auto;
	line-height: 0.35rem;
	margin-top: 0.3rem;
	text-align: justify;
}
/* tag2 */
.tag2-box{
	width: 12rem;
	margin: 0 auto;
	padding-top: 0.4rem;
	display: flex;
	justify-content: flex-start;
}
.tag2-box-l>img{
	width: 2.33rem;
	height: 1.45rem;
	margin: 0 0.4rem;
	margin-top: 0.2rem;
}
.tag2-box-r{
	width: 8.4rem;
	padding-left: 0.4rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	text-align: justify;
}
/* tag3 */
.tag3-box{
	width: 13.6rem;
	float: right;
	margin-top: 0.8rem;
	height: 2.4rem;
	background-color: #D39730;
	border-radius: 1.2rem 0rem 0rem 1.2rem;
	display: flex;
	justify-content: center;

}
.tag3-box-nav{
	position: relative;
	width: 3rem;
	height: 100%;
}
.tag3-box-nav-num{
	position: absolute;
	top: -0.42rem;
	left: 50%;
	margin-left: -0.42rem;
	width: 0.84rem;
	height: 0.84rem;
	border: 0.02rem solid #fff;
	border-radius: 50%;
	background-color: #D39730;
	text-align: center;
	line-height: 0.84rem;
	font-size: 0.4rem;
	font-weight: 400;
	color: #fff;
}
.tag3-box-nav-text{
	margin-top: 0.65rem;
	font-size: 0.16rem;
	font-weight: 400;
	padding: 0 0.25rem;
	color: #ffffff;
	line-height: 0.3rem;
}
.kong{
	width: 100%;
	height: 3.2rem;
}
/* tag4 */
.tag4-box{
	position: relative;
	width: 100%;
	/* height: 2rem; */
	/* background: red; */
	overflow: hidden;
}
.mySwiper3{
	width: 12rem;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.4rem;
}
.mySwiper3 img{
	width: 2.2rem;
	height: 2.78rem;
}
.tag4-box-tag-name{
	width: 2.2rem;
	font-size: 0.2rem;
	text-align: center;
	color: #333333;
}
.tag4-box-tag-position{
	width: 2.2rem;
	font-size: 0.16rem;
	color: #666666;
	text-align: center;
}
.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after{
	font-size: 0.16rem;
}
.mySwiper3 .swiper-button-prev, .mySwiper3 .swiper-rtl .swiper-button-next{
	left: 0.35rem;
}
.mySwiper3 .swiper-button-next, .mySwiper3 .swiper-rtl .swiper-button-prev{
	right: 0.35rem;
}
/* tag5 */
.tag5-box{
	position: relative;
	width: 12rem;
	height: 2rem;
	/* background: red; */
	margin: 0 auto;
}
.tag5-box-1,.tag5-box-2,.tag5-box-3,.tag5-box-4{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tag5-box-1{
	top: 0.37rem;
	left: 1.17rem;
}
.tag5-box-2{
	top: 1.3rem;
	left: 0.02rem;
}
.tag5-box-3{
	top: 0.53rem;
	left: 6.67rem;
}
.tag5-box-4{
	top: 1.49rem;
	left: 5.3rem;
}
.tag5-box img{
	width: 0.49rem;
	/*height: 0.63rem;*/
}
.tag5-box span{
	display: inline-block;
	/*width: 4.4rem;*/
	/*height: 0.48rem;*/
	background: #F3F3F9;
	font-size: 0.14rem;
	color: #333333;
	font-weight: 400;
	line-height: 0.48rem;
	text-align: center;
	border-radius: 0.5rem;
	margin-left: 0.1rem;
	padding:0 0.2rem;
}
/* tag6 */

.banner2-bottom-box{
	width: 100%;
	height: 1.5rem;
	/* background-color: red; */
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.banner2-bottom-box>div:last-child{
	border: none;
}
.banner2-b-b-tag{
	width: 25%;
	height: 100%;
	text-align: center;
	border-right: 0.01rem solid #e7e7e7;
}
.banner2-b-b-tag>div:nth-child(1){
	color: #D39730;
	font-size: 0.2rem;
	margin-top: 0.2rem;
	font-weight: 600;
}
.banner2-b-b-tag>div:nth-child(2){
	color: #333333;
	font-size: 0.16rem;
	font-weight: 400;
	margin-top: 0.2rem;
}
.banner2-b-b-tag span{
	font-size: 0.56rem;
}
.tag6-box-nav1,.tag6-box-nav2{
	text-align: center;
	margin-top: 0.3rem;
}
.tag6-box-nav1>div{
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	margin-top: 0.1rem;
}
.tag6-box-nav1>div>span{
	font-size: 0.3rem;
	color: #D39730;
}
.tag6-box-nav2{
	font-size: 0.44rem;
	color: #333333;
	font-weight: 400;
}
.tag6-box>img{
	display: block;
	width: 6.33rem;
	height: 0.05rem;
	margin: 0 auto;
	margin-top: 0.15rem;
}
/* tag7 */
.tag7-box{
	width: 12rem;
	margin: 0 auto;
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
}
.tag7-box>div{
	width: 3.7rem;
	height: 2.35rem;
	background: #F3F3F9;
}
.tag7-box>div>img{
	display: block;
	width: auto;
	height: 0.54rem;
	margin: 0 auto;
	margin-top: 0.55rem;
}
.tag7-box>div>span{
	width: 100%;
	display: block;
	color: #333333;
	font-size: 0.16rem;
	font-weight: 400;
	margin-top: 0.2rem;
	text-align: center;
	line-height: 0.3rem;
}
.tag-line{
	width: 100%;
	height: 0.01rem;
	background: #333333;
	opacity: 0.1;
	margin-top: 0.6rem;
}
.tag8{
	width: 100%;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.15rem;
	color: #333333;
	font-weight: 400;
}
@media screen and (max-width: 1000px) {
	.aboutUs-center{
		width: 96%;
		margin-top: 100px;
	}
	.aboutUs-center-title{
		font-size: 30px;
	}
	.aboutUs-center .line{
		width: 120px;
		height: 4px;
		margin-top:-4px;
	}
	.aboutUs-center-spec{
		font-size: 16px;
		margin-top: 18px;
	}
	.aboutUs-center-box{
		margin-top: 20px;
		padding-top: 10px;
		border-radius: 6px;
		margin-bottom: 50px;
	}
	.box-title1{
		font-size: 20px;
		border-left: 4px solid #D39730;
		padding-left: 10px;
		width: 86%;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 30px;
	}
	.box-title-line{
		width: 86%;
		height: 1px;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 30px;
	}
	.ul{
		width: 82%;
		font-size: 14px;
		font-weight: 400;
		color: #333;
		margin: 0 auto;
		line-height: 20px;
		margin-top: 30px;
	}
	.tag2-box{
		width: 86%;
		margin: 0 auto;
		padding-top: 30px;
		display: flex;
		justify-content: flex-start;
	}
	.tag2-box-l{
		width: 30%;
	}
	.tag2-box-l>img{
		width: 100%;
		height: auto;
		margin: 0;
		margin-top:0;
	}
	.tag2-box-r{
		width: 70%;
		padding-left: 20px;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		line-height: 16px;
	}
	.tag3-box{
		width: 86%;
		float: none;
		margin: 0 auto;
		margin-top: 60px;
		height: auto;
		background-color: #fff;
		border-radius: 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.tag3-box-nav{
		position: relative;
		width: 45%;
		height: 215px;
		margin-bottom: 0;
		margin: 30px 0;
		background: #D39730;
		padding-bottom: 0;
	}
	.tag3-box-nav-num{
		position: absolute;
		top: -44px;
		left: 50%;
		margin-left: -44px;
		width: 84px;
		height: 84px;
		border: 2px solid #fff;
		border-radius: 50%;
		background-color: #D39730;
		text-align: center;
		line-height: 84px;
		font-size: 26px;
		font-weight: 400;
		color: #fff;
	}
	.tag3-box-nav-text{
		margin-top: 50px;
		font-size: 16px;
		font-weight: 400;
		padding: 0 20px;
		color: #ffffff;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		text-align: justify;
	}
	.kong{
		display: none;
	}
	.mySwiper3{
		width: 86%;
		margin-top: 40px;
	}
	#swiper-3{
		width: 30%;
		text-align: center;
	}
	.mySwiper3 img{
		width: 100%;
		height: 100%;
	}
	.tag4-box-tag-name{
		width:100%;
		font-size: 16px;
	}
	.tag4-box-tag-position{
		width:100%;
		font-size: 14px;
	}
	.tag5-box{
		width: 80%;
		height: auto;
	}
	.tag5-box-1, .tag5-box-2, .tag5-box-3, .tag5-box-4{
		position: static;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: flex-start;
		margin: 20px 0;
	}
	.tag5-box img{
		width: 49px;
		height: 63px;
	}
	.tag5-box span{
		display: flex;
		width: auto;
		height: auto;
		background: #F3F3F9;
		font-size: 16px;
		color: #333333;
		font-weight: 400;
		justify-content: center;
		align-items: center;
		line-height: 30px;
		border-radius: 50px;
		margin-left: 10px;
		padding: 10px 20px;
	}
	.banner2-bottom-box{
		width: 86%;
		height:auto;
		/* background-color: red; */
		margin: 0 auto;
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.banner2-b-b-tag{
		width: 50%;
		height: 160px;
		border: none;
	}
	.banner2-b-b-tag>div:nth-child(1){
		color: #D39730;
		font-size: 20px;
		margin-top: 30px;
		font-weight: 600;
	}
	.banner2-b-b-tag span{
		font-size: 50px;
	}
	.banner2-b-b-tag>div:nth-child(2){
		color: #333333;
		font-size: 16px;
		font-weight: 400;
		margin-top: 20px;
	}
	.tag6-box-nav1, .tag6-box-nav2{
		margin-top: 30px;
		padding: 0 20px;
	}
	.tag6-box-nav1>div{
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		margin-top: 10px;
	}
	.tag6-box-nav1>div>span{
		font-size: 30px;
	}
	.tag6-box-nav2{
		font-size: 30px;
	}
	.tag6-box>img{
		display: block;
		width: 86%;
		height: 5px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.tag7-box{
		width: 86%;
		margin-top: 30px;
	}
	.tag7-box>div{
		width: 30%;
		height: auto;
		padding-bottom: 20px;
	}
	.tag7-box>div>img{
		display: block;
		width: auto;
		height: 54px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.tag7-box>div>span{
		width: 90%;
		margin: 0 auto;
		display: block;
		color: #333333;
		font-size: 16px;
		font-weight: 400;
		margin-top: 20px;
		text-align: center;
		line-height: 30px;
	}
	.tag8{
		height: auto;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width: 580px) {
	.aboutUs-center{
		font-size: 25px;
	}
	.aboutUs-center .line{
		width: 100px;
	}
	.aboutUs-center-spec{
		font-size: 14px;
		margin-top: 14px;
	}
	.aboutUs-center-box{
		margin-top: 16px;
		padding-top: 10px;
	}
	.box-title1{
		font-size: 16px;
		padding-left: 6px;
	}
	.box-title-line{
		margin-top: 20px;
	}
	.ul{
		margin-top: 20px;
		font-size: 12px;
		padding-left: 18px;
	}
	.tag2-box{
		display: block;
	}
	.tag2-box-l{
		width: 80%;
		margin: 0 auto;
	}
	.tag2-box-r{
		width: 100%;
		padding-left: 0;
		font-size: 16px;
		line-height: 24px;
		padding-top: 20px;
	}
	.tag3-box{
		display: block;

	}
	.tag3-box-nav{
		width: 100%;
		margin: 90px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tag3-box-nav-text{
		margin-top: 0;
	}
	.tag5-box span{
		font-size: 12px;
		padding: 6px;
	}
	.tag5-box img {
		height: auto;
	}
	.banner2-bottom-box{
		display: block;
	}
	.banner2-b-b-tag{
		width: 100%;
		height: 180px;
	}
	.banner2-b-b-tag>div:nth-child(1){
		font-size: 16px;
		padding-top: 30px;
		margin-top: 0;
	}
	.tag7-box{
		display: block;
	}
	.tag7-box>div{
		width: 100%;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.tag7-box>div>img{
		margin-top: 0;
	}
	.tag8{
		font-size: 12px;
	}
	.ul { font-size:16px; }

}

