body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}
header{
	height: 110px;
	background-color: #ffffff;
}
.logoPic{
	width: 189px;
}
.headBox{
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav ul li{
	margin-left: 80px;
}
.nav ul li a{
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	transition: all 0.5s;
}
.nav ul li a.active{
	color: #2fa2a5;
}
.nav ul li a:hover{
	color: #2fa2a5;
}
.lbPic{
	width: 100%;
}
.abbox{
	padding: 100px 0 105px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.ableft{
	width: 715px;
	flex-shrink: 0;
}
.tipic{
	width: 100px;
	margin: 0 auto;
}
.title{
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	padding: 10px 0;
}
.intxt{
	font-size: 20px;
	color: #555555;
	letter-spacing:5px;
}
.chuang p{
	padding-top: 35px;
	font-size: 18px;
	color: #555555;
	text-indent: 2em;
	line-height: 35px;
	padding-bottom: 55px;
}
.absee{
	width: 202px;
	height: 60px;
	border: 1px solid #d5d5d5;
	border-radius: 25px 0 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s;
}
.absee:hover{
	transform: translate(10% , 0);
}
.seetxt{
	font-size: 18px;
	color: #2fa2a5;
	padding-right: 32px;
}
.seepic{
	width: 21px;
}
.yupic{
	width: 605px;
	flex-shrink: 0;
}
.drbox{
	padding: 90px 0 100px;
	background-color: #f9f9f9;
}
.drtop{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 60px;
}
.drleft{
	flex-shrink: 0;
}
.morchan{
	width: 130px;
	height: 48px;
	border-radius: 25px;
	border: 1px solid #2fa2a5;
	text-align: center;
	line-height: 48px;
	color: #2fa2a5;
	font-size: 18px;
	transition: all 0.5s;
}
.morchan:hover{
	background-color: #2fa2a5;
	color: #ffffff;
}
.lbl{
	width: 66px;
}
.silun{
	width: 330px;
	height: 490px;
	border-radius: 7px;
	background-image: linear-gradient(#ffffff,#fafdfd,#fafdfd,#fafdfd,#9bd3d4);
	position: relative;
	padding-top: 0.05px;
	box-shadow: 0 0 8px #dddddd;
}
.zuos{
	position: absolute;
	left: 10px;
	top: 20px;
	transform: rotate(-30deg);
}
.lvbg{
	width: 75px;
	height: 48px;
	padding-top:8px;
	letter-spacing: 1px;
	background-color: #2fa2a5;
	font-size: 24px;
	color: #003f54;
	font-weight: bold;
	border-radius: 50%;
	text-indent: 5px;
	text-align: center;
}
.lvpicbox{
	height: 365px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}
.lvpic{
	width: auto !important;
	max-width: 80%;
	max-height: 100%;
	transition: all 0.5s;
}
.lvtxt{
	font-size: 18px;
	color: #222222;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.silun:hover .lvpic{
	transform: scale(1.05);
}
.pubox{
	background-color: #eaf6f6;
	padding: 90px 0 95px;
}

.lbt-box {
	position: relative;
	width: 1400px;
	height: 500px;
	margin: 55px auto 0;
}

.imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.imgitem {
	position: absolute;
	width: 730px;
	height: 500px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
}

.imgitem img {
	width: 100%;
	height: 100%;
}

.cur-img {
	width: 888px;
	z-index: 100;
	opacity: 1;
}

.pre-img {
	transform: translateX(-400px) rotateY(0) scale(0.7);
	z-index: 9;
	opacity: 0.6;
}

.next-img {
	transform: translateX(400px) rotateY(0) scale(0.7);
	z-index: 9;
	opacity: 0.6;
}
.lrr{
	width: 66px;
	position: absolute;
	left: -50px;
	top: 48%;
	cursor: pointer;
}
.rrr{
	width: 66px;
	position: absolute;
	right: -50px;
	cursor: pointer;
	top: 48%;
}
.padding100{
	padding: 100px 0;
}
.wenbox ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.wenbox ul li{
	width: 33.333%;
	transition: all 0.6s;
}
.wenpic{
	width: 100%;
	height: 290px;
}
.wenhui{
	height: 290px;
	background-color: #f6f6f6;
	padding: 0 30px;
}
.wentop{
	display: flex;
	align-items: center;
	padding: 45px 0 25px;
}
.beipic{
	width: 15px;
}
.beitime{
	font-size: 18px;
	color: #2fa2a5;
	padding-left: 10px;
}
.beifu{
	height: 110px;
}
.beitxt{
	font-size: 20px;
	color: #333333;
	transition: all 0.5s;
}
.beisee{
	width: 135px;
	height: 45px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}
.beisee:hover{
	transform: translate(5%,0);
}
.wenbox ul li:hover .beitxt{
	color: #2fa2a5;
}
.wenbox ul li:hover{
	transform: translate(0,-5%);
}
.yrpic{
	width: 16px;
}
.yrtxt{
	font-size: 16px;
	color: #888888;
	padding-right: 16px;
}
footer{
	background-color: #eaf6f6 !important;
	padding-top: 70px !important;
}
.dibox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 60px;
}
.dileft{
	flex-shrink: 0;
}
.dltxt{
	font-size: 18px;
	color: #888888;
	padding-bottom: 12px;
	letter-spacing: 10px;
}
.dlpic{
	width: 285px;
}
.dicen{
	width: 350px;
	flex-shrink: 0;
}
.dititle{
	font-size: 18px;
	color: #000000;
	text-decoration: initial;
	font-weight: bold;
	padding-bottom: 8px;
}
.phone{
	font-size: 24px;
	font-weight: bold;
	color: #2fa2a5;
	padding-bottom: 25px;
	line-height: 20px;
}
.phone span{
	font-size: 16px;
	color: #888888;
	font-weight: 400;
}
.dizhi{
	font-size: 16px;
	color: #888888;
}
.diright{
	flex-shrink: 0;
}
.dimei{
	padding-bottom: 15px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.mabox ul{
	display: flex;
	align-items: center;
}
.mabox ul li{
	text-align: center;
	margin-right: 20px;
}
.mabox ul li:last-child{
	margin: 0;
}
.mapic{
	width: 141px;
	height: 141px;
	margin: 0 auto;
}
.matxt{
	font-size: 14px;
	color: #888888;
	padding-top: 10px;
}
.beian{
	background-color: #ddf0f0;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	text-align: center;
	color: #888888;
}
.beian a{
	font-size: 14px;
	color: #888888;
}
.banner{
	width: 100%;
}
.jian{
	background-image: linear-gradient(#f6f6f6,#ffffff);
}
.gybox{
	padding-top: 95px;
	text-align: center;
}
.paifu{
	padding-top: 45px;
}
.paifu p{
	text-indent: 2em;
	font-size: 18px;
	color: #555555;
	line-height: 35px;
}
.yuapic{
	width: 847px;
	margin: 10px auto 0;
}
.licbox ul{
	padding: 50px 0 95px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.licbox ul li{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	cursor: pointer;
}
.licbox ul li:nth-child(2n){
	justify-content: flex-start;
}
.licbox ul li:hover .quan{
	border: 1px solid #2fa2a5;
}
.licbox ul li:hover .niantxt{
	color:  #2fa2a5;
}
.licli{
	width: 710px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.lileft{
	text-align: center;
	flex-shrink: 0;
}
.quan{
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 50%;
	transition: all 0.5s;
}
.line{
	width: 1px;
	height: 30px;
	background-color: #bfbfbf;
	margin: 10px auto;
}
.niantxt{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding: 0 20px;
	line-height: 20px;
	transition: all 0.5s;
}
.lictxt{
	font-size: 16px;
	color: #777777;
	flex-grow: 1;
}
.licbox ul li:nth-child(2n) .lictxt{
	text-align: right;
}
.rongbox{
	background-color: #e8e8e8;
	padding: 58px 0 0 45px;
}
.menbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 28px;
}
.menleft{
	width: 500px;
	flex-shrink: 0;
}
.menleft ul li{
	display: flex;
	align-items: flex-start;
	padding-bottom: 20px;
}
.rypic{
	width: 20px;
	flex-shrink: 0;
}
.rytxt{
	font-size: 18px;
	color: #555555;
	padding-left: 10px;
	flex-grow: 1;
}
.menpic{
	width: 844px;
	flex-shrink: 0;
	height: 572px;
}
.huabox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0 25px;
}
.huli{
	width: 385px;
	flex-shrink: 0;
	text-align: right;
}
.hutxt{
	font-size: 18px;
	color: #464646;
	padding-bottom: 15px;
}
.hutitle{
	font-size: 28px;
	color: #464646;
	font-weight: bold;
	padding-bottom: 45px;
}
.hupic{
	width: 370px;
	flex-shrink: 0;
}
.huali{
	width: 385px;
	text-align: left;
	flex-shrink: 0;
}
.padd0{
	padding-bottom: 0;
}
.jingtxt{
	font-size: 16px;
	color: #464646;
	padding-bottom: 20px;
}
.kaititle{
	font-size: 28px;
	color: #464646;
	font-weight: bold;
	padding-bottom: 95px;
}
.kaititle span{
	color: #2fa2a5;
	font-size: 28px;
}
.pinbox ul{
	background-color: #e0f1f2;
	border-radius: 40px;
	display: flex;
	height: 65px;
	margin: 58px 0 60px;
	align-items: center;
	justify-content: space-between;
}
.pinbox ul li{
	width: 20%;
	text-align: center;
	line-height: 65px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	border-radius: 40px;
}
.pinbox ul li.active{
	background-color: #2fa2a5;
	color: #ffffff;
	font-size: 24px;
}
.about .item {
    display: none;
	padding-bottom: 95px;
}
.about .item.show {
    display: block;
}
.chan ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chan ul li{
	cursor: pointer;
	width: 330px;
	height: 490px;
	border-radius: 7px;
	background-image: linear-gradient(#ffffff,#fafdfd,#fafdfd,#fafdfd,#9bd3d4);
	position: relative;
	padding-top: 0.05px;
	box-shadow: 0 0 8px #dddddd;
	margin: 0 26.66px 55px 0;
}
.chan ul li:nth-child(4n){
	margin-right: 0;
}
.chan ul li:hover .lvpic{
	transform: scale(1.05);
}
.fenye span{
	font-size: 18px;
}
.fenye ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fenye ul li{
	cursor: pointer;
	font-size: 18px;
	color: #5f5f5f;
	padding: 4px 15px;
	border: 1px solid #c9c9c9;
	margin: 0 5px;
	border-radius: 3px;
}
.fenye ul li.active{
	color: #ffffff;
	background-color: #2fa2a5;
}

.dian ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.dian ul li{
	cursor: pointer;
	width: 450px;
	height: 355px;
	border-radius: 7px;
	background-image: linear-gradient(#ffffff,#fafdfd,#fafdfd,#9bd3d4);
	position: relative;
	padding-top: 0.05px;
	box-shadow: 0 0 8px #dddddd;
	margin: 0 25px 55px 0;
	transition: all 0.6s;
}
.dian ul li:nth-child(3n){
	margin-right: 0;
}
.qubox{
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.qupic{
	width: auto !important;
	max-width: 80%;
	max-height: 100%;
	transition: all 0.6s;
}
.dian ul li:hover{
	transform: translate(0,-5%);
}
.dian ul li:hover .qupic{
	transform: scale(1.05);
}
.qutxt{
	font-size: 18px;
	color: #222222;
	text-align: center;
	font-weight: bold;
}
.lunding{
	overflow: hidden;
	position: relative;
	height: 630px;
	margin-top: 60px;
}
.lbwei{
	position: absolute;
	left: 30px;
	bottom: 22px;
}

.zititle{
	font-size: 30px;
	color: #f6f6f6;
	font-weight: bold;
	padding-top: 5px;
}
.zitxt{
	font-size: 18px;
	color: #f6f6f6;
}
.lingbox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 630px;
	
}
.left{
	width: 470px;
	height: 630px;
	border: 1px solid #2fa2a5;
	border-right: none;
	border-radius: 10px 0 0 10px;
}
.lenei{
	padding: 0 30px 0;
}
.lingnum{
	font-size: 106px;
	color: #ffffff;
	text-stroke: 1px #2fa2a5;
	-webkit-text-stroke: 1px #2fa2a5;
}
.lingtop{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.lingtitle{
	font-size: 36px;
	color: #2fa2a5;
	font-weight: bold;
	padding-right: 10px;
}
.lingpic{
	width: 27px !important;
}
.yifu p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.jiapic{
	width: 930px;
	height: 100%;
	border-radius:0 10px   10px 0;
}
.liubox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0 20px;
}
.yanbox{
	width: 420px;
	height: 50px;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	display: flex;
	align-items: center;
}
.yantxt{
	font-size: 16px;
	color: #666666;
	padding: 0 12px;
}
.yanput{
	font-size: 16px;
	color: #333333;
	flex-grow: 1;
	padding-right: 10px;
	background-color: transparent;
	border-radius: 2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
}
.areabox{
	display: flex;
	align-items: flex-start;
	height: 185px;
	padding: 12px;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	margin-bottom: 40px;
}
.areatxt{
	font-size: 16px;
	color: #666666;
	padding-right: 12px;
}
.areaput{
	flex-grow: 1;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #333333;
	resize: none;
	height: 160px;
	border: none;
	background-color: transparent;
}
.tibox{
	margin: 0 auto 100px;
	width: 280px;
	height: 55px;
	border-radius: 5px;
	text-align: center;
	line-height: 55px;
	background-color: #2fa2a5;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: none;
}
.newbox ul {
	padding-top: 10px;
	padding-bottom: 60px;
}
.newbox ul li{
	display: flex;
	align-items: flex-start;
	padding: 50px 0;
	border-bottom: 1px solid #eeeeee;
}
.newleft{
	flex-shrink: 0;
}
.haotxt{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.timetxt{
	font-size: 30px;
	color: #333333;
}
.cenpic{
	width: 418px;
	height: 300px;
	flex-shrink: 0;
	transition: all 0.5s;
	margin: 0 35px;
}
.newyou{
	flex-grow: 1;
}
.newtitle{
	font-size: 30px;
	color: #333333;
	padding-bottom: 17px;
	transition: all 0.5s;
}
.newtxt{
	font-size: 16px;
	color: #555555;
	padding-bottom: 50px;
	width: 750px;
}
.xiang{
	width: 160px;
	height: 50px;
	border: 1px solid #d5d5d5;
	border-radius: 25px 0 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newbox ul li:hover .newtitle{
	color: #2fa2a5;
}
.newbox ul li:hover .cenpic{
	transform: scale(1.02);
}
.sanbai{
	padding: 30px 0 100px;
}
.guobox ul{
	display: flex;
	align-items: center;
	padding: 55px 0;
}
.guobox ul li{
	width: 33.333%;
	text-align: center;
}
.guopic{
	width: 140px;
	margin: 0 auto;
}
.guotitle{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding: 15px 0;
}
.guotxt{
	font-size: 18px;
	color: #333333;
}
#container{
	width: 100%;
	height: 500px;
}
.xqbox{
	padding: 100px 0 30px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.xqtitle{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.xqfa{
	font-size: 15px;
	color: #888888;
	padding-top: 15px;
}
.fuwen p{
	font-size: 18px;
	color: #333333;
	padding-top: 30px;
	line-height: 32px;
}
.fuwen p img{
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.dao{
	width: 0.5rem;
	display: none;
}
.daobox{
	position: fixed;
	left: 0;
	top: 1.2rem;
	z-index: 66;
	height: calc(100vh - 1.2rem);
	background-color: #ffffff;
	width: 100%;
	display: none;
}
.snav ul li{
	border-bottom: 1px dashed #aaaaaa;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.15rem;
}
.snavtxt{
	font-size: 0.28rem;
	color: #333333;
}
.rarr{
	width: 0.3rem;
}
.sjhide{
	display: none;
}
@media screen and (max-width: 750px) {
	body{
		padding-top: 1.2rem !important;
	}
	header{
		height: auto;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 66;
		border-bottom: 1px solid #eeeeee !important;
	}
	.wrap{
		width: 96%;
		overflow: hidden;
	}
	.headBox{
		height: 1.2rem;
	}
	.logoPic{
		width: 2rem;
	}
	.nav{
		display: none;
	}
	.dao{
		display: block;
	}
	.abbox{
		padding: 0.5rem 0;
		flex-wrap: wrap;
	}
	.tipic{
		width: 1rem;
	}
	.title{
		font-size: 0.4rem;
		padding: 0.1rem 0;
	}
	.intxt{
		font-size: 0.2rem;
	}
	.chuang p{
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding: 0.4rem 0;
	}
	.ableft{
		width: 100%;
	}
	.absee{
		width: 2.5rem;
		height: 0.75rem;
	}
	.seetxt{
		font-size: 0.24rem;
		padding-right: 0.2rem;
	}
	.yupic{
		width: 100%;
	}
	.drbox{
		padding: 0.5rem 0;
	}
	.drtop{
		padding-bottom: 0.5rem;
	}
	.pchide{
		display: none;
	}
	.sjhide{
		display: block;
	}
	#lbc .swiper-slide{
		text-align: center;
	}
	.silun{
		margin: 0 auto;
	}
	.lbl{
		width: 0.5rem;
	}
	.morchan{
		width: 2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
	}
	.lbt-box{
		width: 100%;
		height: 5rem;
	}
	.pubox{
		padding: 0.5rem 0;
	}
	.cur-img{
		width: 5rem;
	}
	.imgitem{
		width: 100%;
		height: 5rem;
	}
	.rrr{
		right: 0;
		width: 0.5rem;
		height: 0.5rem;
	}
	.lrr{
		left: 0;
		width: 0.5rem;
		height: 0.5rem;
	}
	.padding100{
		padding: 0.5rem 0;
	}
	.wenbox ul{
		flex-wrap: wrap;
	}
	.wenbox ul li{
		width: 50%;
	}
	.wenpic{
		height: 2.25rem;
	}
	.wenhui{
		height: 2.25rem;
		padding: 0 0.2rem;
	}
	.wentop{
		padding: 0.1rem 0;
	}
	.beitxt{
		font-size: 0.22rem;
	}
	.beifu{
		height: 1rem;
	}
	.beipic{
		width: 0.2rem;
	}
	.beitime{
		font-size: 0.24rem;
	}
	.beisee{
		width: 1.8rem;
		height: 0.5rem;
		
	}
	.yrtxt{
		font-size: 0.24rem;
		padding-right: 0.1rem;
	}
	footer{
		padding-top: 0.5rem !important;
	}
	.dibox{
		flex-wrap: wrap;
		padding-bottom: 0.3rem;
	}
	.dlpic{
		width: 3rem;
		margin-bottom: 0.3rem;
	}
	.dltxt{
		font-size: 0.22rem;
		letter-spacing: 3px;
	}
	.dicen{
		width: 100%;
		text-align: center;
	}
	.dititle{
		font-size: 0.3rem;
		padding-bottom: 0.05rem;
	}
	.phone{
		font-size: 0.3rem;
		padding-bottom: 0.2rem;
	}
	.dimei{
		padding-top: 0.4rem;
		font-size: 0.3rem;
		padding-bottom: 0.2rem;
	}
	.mabox ul li{
		margin-right: 0.25rem;
	}
	.mapic{
		width: 1.4rem;
		height: 1.4rem;
	}
	.matxt{
		font-size: 0.22rem;
	}
	.beian{
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.22rem;
	}
	.pt30{
		padding-top: 0.3rem !important;
	}
	.gybox{
		padding-top: 0.5rem;
	}
	.paifu{
		padding-top: 0.45rem;
	}
	.paifu p{
		font-size: 0.24rem;
		line-height: 0.45rem;
	}
	.yuapic{
		width: 100%;
	}
	.lileft{
		display: none;
	}
	.niantxt{
		padding: 0;
		color: #2fa2a5;
	}
	.lictxt{
		padding: 0 0.15rem;
		line-height: 0.4rem;
		font-size: 0.28rem;
	}
	.licbox ul li{
		padding: 0.3rem 0.14rem;
		border-radius: 5px;
		border: 1px solid  #eeeeee;
		margin-bottom: 0.35rem;
		box-shadow: 0 0 3px #dddddd;
	}
	.licbox ul{
		padding: 0.3rem 0 0.5rem;
	}
	.rongbox{
		padding: 0.5rem 0 0;
	}
	.menbox{
		flex-wrap: wrap;
	}
	.menpic{
		display: none;
	}
	.menleft{
		width: 100%;
		
	}
	.menleft ul li{
		padding: 0 0.15rem 0.2rem;
	}
	.rytxt{
		font-size: 0.26rem;
		line-height: 0.5rem;
	}
	.rypic{
		margin-top: 0.05rem;
	}
	.huabox{
		padding: 0.5rem 0 0.3rem;
	}
	.huli{
		width: 2.5rem;
	}
	.hupic{
		width: 2rem;
	}
	.huali{
		width: 2.5rem;
	}
	.hutxt{
		font-size: 0.22rem;
		padding-bottom: 0.1rem;
	}
	.hutitle{
		font-size: 0.26rem;
		padding-bottom: 0.2rem;
	}
	.kaititle{
		font-size: 0.32rem;
		padding-bottom: 0.4rem;
	}
	.kaititle span{
		font-size: 0.32rem;
	}
	.pinbox ul{
		height: 0.6rem;
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
	}
	.pinbox ul li{
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
	}
	.pinbox ul li.active{
		font-size: 0.26rem;
	}
	.chan ul{
		justify-content: space-between;
	}
	.chan ul li{
		width: 49%;
		margin-right: 0;
		height: 5rem;
		margin-bottom: 0.4rem;
	}
	.silun{
		width: 100%;
		height: 5rem;
	}
	.lvpicbox{
		height: 3.6rem;
		margin-top: 0.5rem;
	}
	.lvbg{
		font-size: 0.3rem;
		width: 1rem;
		height: 0.6rem;
	}
	.zuos{
		left: 0.1rem;
		top: 0.2rem;
	}
	.fenye ul li{
		padding: 0 0.12rem;
		font-size: 0.26rem;
	}
	.about .item{
		padding-bottom: 0.5rem;
	}
	.dian ul li{
		width: 100%;
		margin: 0 0 0.35rem 0;
	}
	.left{
		width: 100%;
		padding: 0.2rem;
		border: 1px solid #2fa2a5;
		border-radius: 10px;
		height: 7.5rem;
	}
	.jiapic{
		display: none;
	}
	.lingbox{
		height: 7.5rem;
	}
	.lenei{
		padding: 0 0.2rem ;
	}
	.lunding{
		height: 7.5rem;
	}
	.lbwei{
		left: 0.3rem;
	}
	.lingnum{
		font-size: 1rem;
	}
	.lingtitle{
		font-size: 0.5rem;
	}
	.lingpic{
		width: 0.35rem;
	}
	.yifu p{
		font-size: 0.28rem;
	}
	.liubox{
		flex-wrap: wrap;
	}
	.yanbox{
		margin-bottom: 0.2rem;
	}
	.tibox{
		width: 3.5rem;
		height: 0.7rem;
		font-size: 0.32rem;
		line-height: 0.7rem;
		margin-bottom: 0.5rem;
	}
	.newbox ul li{
		padding: 0.35rem 0;
	}
	.haotxt{
		font-size: 0.4rem;
	}
	.timetxt{
		font-size: 0.28rem;
	}
	.cenpic{
		width: 2.09rem;
		height: 1.5rem;
		margin: 0 0.2rem;
	}
	.newtitle{
		font-size: 0.3rem;
		padding-bottom: 0.1rem;
		width: 3.5rem;
	}
	.newtxt{
		width: 3.5rem;
		font-size: 0.24rem;
		padding-bottom: 0.25rem;
	}
	.xiang{
		width: 1.8rem;
		height: 0.7rem;
	}
	.seepic{
		width: 0.3rem;
	}
	.newbox ul{
		padding-bottom: 0.5rem;
	}
	.sanbai{
		padding-bottom: 0.5rem;
	}
	.guobox ul{
		align-items: flex-start;
		padding: 0.5rem 0;
	}
	.guopic{
		width: 1rem;
	}
	.guotitle{
		font-size: 0.3rem;
	}
	.guotxt{
		font-size: 0.24rem;
	}
	.xqbox{
		padding: 0.5rem 0 0.2rem;
	}
	.xqtitle{
		font-size: 0.36rem;
		padding-bottom: 0.1rem;
	}
	.xqfa{
		padding: 0;
		font-size: 0.26rem;
	}
	.fuwen p{
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding-top: 0.3rem;
	}
	.dileft{
		text-align: center;
		width: 100%;
	}
	.mabox ul{
		justify-content: center;
	}
	.diright{
		width: 100%;
		text-align: center;
	}
}