@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	outline: none;
}

li {
	list-style: none;
}

input,
textarea,
select,
button {
	outline: none;
	vertical-align: top;
	border: 0;
	background: none;
}


/**清除浮动**/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*头部*/

.header {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}

.header .logo-box {
	height: 1rem;
	box-sizing: border-box;
	padding: 0 2rem;
}

.header .logo-box .logo {
	float: left;
	margin-top: 0.06rem;
}

.header .logo-box .tel-box {
	float: right;
	margin-top: 0.25rem;
}

.header .logo-box .tel-box .div {
	display: inline-block;
}

.header .logo-box .tel-box .tel-icon {
	width: 0.5rem;
}

.header .logo-box .tel-box .div {
	font-size: 0.18rem;
	font-weight: 700;
}

.header .menu-list {
	background: url(../img/navBg.png) repeat center;
	height: 0.65rem;
	box-sizing: border-box;
	padding: 0 2rem;
	text-align: center;
	display: flex;
}

.header .menu-list li {
	line-height: 0.65rem;
	flex: 1;
}

.header .menu-list li a {
	color: #fff;
}

.header .menu-list li:hover {
	background: #02417b;
}

.on {
	background: #02417b;
}


/*页面底部*/

.footer {
	background: url(../img/foot_bg.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 3% 15%;
}

.footer .masonry-item {
	float: left;
	width: 66.666667%;
}

.footer .masonry-item h4 {
	margin-bottom: 38px;
	font-size: 0.24rem;
	color: #333;
	color: #fff;
}

.footer .masonry-item .lyform li {
	color: #fff;
	margin-bottom: 0.2rem;
}

.footer .masonry-item .lyform li input,
.footer .masonry-item .lyform li textarea {
	background: #fff;
	width: 30%;
	padding-left: 0.05rem;
	height: 0.35rem;
	border-radius: 0.04rem;
	border: 1px solid #fff;
}

.footer .masonry-item .lyform li textarea {
	height: 0.5rem;
	resize: none;
}

.footer .masonry-item1 {
	float: left;
	width: 33.333333%;
}
.footer .masonry-item .lyform li .p1{
	margin-left: 0.85rem;
}
.footer .masonry-item .lyform li .p1 input {
	background: #EFEFEF;
	width: 7%;
	padding-left: 0;
}

.footer .masonry-item1 {
	float: left;
	widows: 40%;
	color: #fff;
}

.footer .masonry-item1 h4 {
	margin-bottom: 38px;
	font-size: 0.24rem;
	color: #333;
	color: #fff;
}
.footer .masonry-item1 .m-editor p{
	margin-bottom: 0.15rem;
}
.footer .bah{
	text-align: center;
	margin: 0.2rem 0 0 0;
	color: #fff;
	font-size: 0.14rem;
}
.footer .bah p{
	margin-top: 0.1rem;
}
.footer .bah a{
	color: #4e97d9;
}
