* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #5A5A5A;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	outline: none;
}

button {
	outline: none;
	cursor: pointer;
}

li {
	list-style: none;
}

:root {
	--sys-color: #8a9199;
	--pur-color: #7456F1;
	--bak-color: #102035;
}

a {
	text-decoration: none;
	color: inherit;
}

nav {
	height: 75px;
}
.navheight{
	height: 75px;
}
.navfix{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.navfix > div{
	display: flex;justify-content: space-between;
	align-items: center;
}

nav img {
	height: 60px;
}

nav li {
	float: left;
	margin: 0 10px;
}
nav li a{
	font-size: 16px;
	font-weight: bold;
}

.nav_tel {
	background-color: var(--bak-color);
	color: #fff;
	line-height: 36px;
	width: 120px;
	text-align: center;
	border-radius: 5px;
}

.container img{
	max-width: 100%;
}

.fot_top {
	padding: 70px 0;
	background-color: #102035;
}

.fot_top>div {
	display: flex;
	justify-content: space-between;
}

.fot_top p {
	color: #fff;
	line-height: 2;
}

.fot_l p:nth-child(2) {
	color: var(--pur-color);
}

.fot_r {
	text-align: center;
	line-height: 2;
}

.fot_r img {
	height: 130px;
	margin-top: 15px;
}

.fot_bot {
	background-color: #111;
}

.fot_bot>div {
	display: flex;
	justify-content: space-between;
	line-height: 3;
}

.fot_bot>div a {
	color: #fff;
}
.waps{
	display: none;
}


@media (max-width:768px) {
	*{
		font-size: 14px;
	}
	.banner>div{
		display: block!important;
	}
	.ban_l p{
		font-size: 14px!important;
	}
	.banner{
		padding:30px 0px!important;
	}
	.ban_l p:nth-child(-n + 2){
		font-size: 18px!important;
		font-weight: bold;
	}
	.ywtit{
		width: 100%!important;
		margin-left: 0px!important;
		text-align: left!important;
	}
	.ywmain li{
		width: 100%!important;
		padding:0px!important;
	}
	.ywmain li:nth-child(n+2){
		margin-left: 0px!important;
	}
	.ywmain li div{
		text-align: left!important;
	}
	.cn > div > img{
		display: none;
	}
	.cnmain{
		padding-left: 0px!important;
		width: 100%!important;
	}
	.ban_l p:nth-child(3){
		margin-bottom: 15px!important;
	}
	.ban_r{
		margin-top: 20px;
	}
	.cntit p:nth-child(1),.cntit p:nth-child(2),.cntit span{
		font-size: 18px!important;
		font-weight: bold;
	}
	.cntit p:nth-child(1){
		font-size: 32px!important;
	}
	.cntit p:nth-child(3){
		line-height: 1.2!important;
	}
	.newsbox > div{
		width: 100%!important;
	}
	.newsbox div:nth-child(2),.newsbox div:nth-child(3){
		display: none;
	}
	.container{
		width: 100%;
		padding:0 5%;
	}
	.ban_l,.ban_r{
		width: 100%;
	}
	.navt p{
		line-height: 20px!important;
		padding:5px 0px;
		font-size: 14px!important;
	}
	nav{
		display:none!important;
	}
	
	.fotnavr{
		display: none;
	}
	.fotbot{
		padding: 15px;
		word-break: break-all;
	}
	.gotop img{
		height: 80px;
	}
	.gotop{
		right: 30px;
		bottom: 30px;
	}
	/* 手机导航 */
	.wapnav{
		display: block;
		height:50px;
		position: relative;
	}
	.waps{
		position: fixed;
		top:0;
		left: 0;
		width: 100%;
		height: 50px;
		padding:0 15px;
		background-color: #fff;
		box-shadow: 0 2px 15px 1px #ddd;
		z-index: 999;
		display: block;
	}
	.waps img{
		height: 50px;
		float:left;
	}
	.menu{
		float: right;
		margin-top: 12px;
	}
	.menu div{
		height: 2px;
		width: 25px;
		background-color: #333;
		margin: 5px 0;
		border-radius: 5px;
	}
	.mobmenu{
		position: fixed;
		top:50px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 1000;
		display: none;
	}
	.mobmenubar{
		width: 100%;
	}
	.mobmenubar li{
		border-top: 1px solid #ebebeb;
	}
	.mobmenubar > li > a{
		height: 45px;
		display: block;
		line-height: 45px;
		padding: 0 15px;
		text-align: center;
		font-size: 16px;
	}
	.drop{
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 35px;
	}
	.drop span{
		transform: rotate(-90deg);
		transition: .5s;
	}
	.dropList{
		display: none;
	}
	.dropList li{
		height: 35px;
		line-height: 35px;
		padding: 0 30px;
	}
	.activeMneu span{
		transform: rotate(90deg)!important;
	}
	.sermain li img,.sermain .serdesc{
		width: 100%!important;
		padding-left: 0px!important;
	}
	.sermain .serdesc{
		margin-top: 20px;
	}
	.way{
		padding:30px 0!important;
	}
	.way > div,.newsban > div,.tel ul,.fot_bot>div{
		display: block!important;
	}
	.n_l{
		width: 100%!important;
	}
	.tel li{
		width: 100%!important;
	}
	.ban_r{
		width: 100%!important;
	}

}