.header {
	width: 100%;
}

.head-Top {
	width: 100%;
	height: 2.4rem;
	background: #eee;
	padding: 0 20%;
	display: flex;
	justify-content: space-between;
}

.head-top-welcome {
	height: 100%;
	font-size: 1rem;
	color: #333;
	line-height: 2.4rem;
}

.head-top-contact {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.head-contact {
	height: 100%;
	line-height: 2.4rem;
	margin-left: 2.5rem;
	position: relative;
}

.head-contact img {
	height: 35%;
	margin-right: 3px;
}

.head-contact .con-VX {
	width: 2rem;
	height: 100%;
}

.head-contact .weiXin {
	cursor: pointer;
}

.VX-shows {
	width: 8rem;
	height: 8rem;
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2.7rem;
	left: -2rem;
	z-index: 99;
	background: #FFFFFF;
	border-radius: 5px;
	background: rgba(0, 0, 0, .7);
}

.head-contact .con-VX:hover .VX-shows {
	display: flex;
}

.VX-shows:after {
	content: '';
	position: absolute;
	top: -1.45rem;
	left: 1.7rem;
	width: 0;
	height: 0;
	border-top: 0.714285rem solid transparent;
	border-left: 0.714285rem solid transparent;
	border-bottom: 0.714285rem solid rgba(0, 0, 0, .7);
	border-right: 0.714285rem solid transparent;
}

.VX-shows img {
	width: 80%;
	height: 80%;
	position: relative;
	background: #FFFFFF;
}

.head-Bot {
	width: 100%;
	height: 5.9rem;
	padding: 0 20%;
	display: flex;
	justify-content: space-between;
}

.head-logo {
	height: 100%;
	display: flex;
	align-items: center;
}

.head-logo img {
	height: 50%;
}

.head-menu-one {
	height: 100%;
}

.head-menu-one>li {
	float: left;
	line-height: 5.9rem;
	padding: 0 .6rem;
	margin: 0 .3rem;
	position: relative;
}

.head-menu-one>li.active:after {
	width: 100%;
}

.head-menu-one>li:after {
	content: '';
	width: 0;
	height: 3px;
	background: #4981E5;
	position: absolute;
	bottom: 1.3rem;
	left: 0;
	transition: width .4s;
	-moz-transition: width .4s;
	-webkit-transition: width .4s;
	-o-transition: width .4s;
}

.head-menu-one>li:hover:after {
	width: 100%;
}

.head-menu-one>li>a {
	font-size: 1.25rem;
	color: #333333;
}

.head-menu-one>li.active>a {
	font-weight: bold;
	color: #4981E5;
}

.head-menu-one>li:hover>a {
	color: #4981E5;
}

.head-menu-two {
	display: none;
	position: absolute;
	z-index: 2;
	top: 5rem;
	left: 0;
	min-width: 100%;
	border-radius: 3px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #999 inset;
	-webkit-box-shadow: 0px 0px 5px #999 inset;
	box-shadow: 0px 0px 5px #999 inset;
}

.head-menu-one>li:hover .head-menu-two {
	display: block;
	min-height: 100%;
}

.head-menu-two li {
	text-align: center;
	line-height: 3rem;
	border-bottom: 1px dashed #d9d9d9;
}

.head-menu-two li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.head-menu-two li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 0;
}

.head-menu-two li:hover,
.head-menu-two li.active {
	background: #044bca;
	color: #fff;
}

.head-menu-two li a {
	font-size: 1rem;
	color: #333;
}

.head-menu-two li:hover a,
.head-menu-two li.active a {
	color: #fff;
}

.head-menu-one li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.main {
	width: 100%;
	/* min-height: -webkit-calc(100vh - 117px); */
	/* min-height: -moz-calc(100vh - 117px); */
	/* min-height: calc(100vh - 117px); */
	position: relative;
}

/* 底部 */
.menu-footer {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 1rem 18%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #dbdbdb;
}

.menu-foot-one {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.menu-foot-one li a:hover {
	color: #2a89d9;
}

.menu-foot-one>li a {
	font-size: 1.15rem;
	color: #333333;
}

.menu-foot-two>li {
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0.5rem;
	overflow: hidden;
	list-style: none;
	position: relative;
}

.menu-foot-two>li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	margin-top: .5rem;
	background: #333;
	position: absolute;
}

.menu-foot-two>li a {
	font-size: 1rem;
	color: #666666;
	margin-left: 10px;
}

.footer-contact {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-contact img {
	margin-bottom: 1rem;
}

.wrap {
	font-size: 12px;
	color: #666666;
	text-align: center;
	background: #EEEEEE;
	padding: 10px;
}

.wrap a {
	font-size: 12px;
	color: #666666;
}

.wrap div:first-child {
	margin-bottom: 5px;
}

.main-classic-case>img,
.services-outer>img {
	cursor: pointer;
	transition: all .5s;
}

.main-classic-case>img:hover,
.services-outer>img:hover {
	transform: scale(1.1);
}

.puter {
	display: block;
}

.phone {
	display: none;
}

@media screen and (max-width:1250px) {
	.puter {
		display: none;
	}

	.phone {
		display: block;
	}

	.header {
		width: 100%;
		height: 5rem;
		position: fixed;
		top: 0;
		z-index: 99;
		background-color: #fff;
	}

	.main {
		z-index: 2;
		height: calc(100% - 60px);
		margin-top: 60px;
	}

	.upper {
		width: 100%;
		height: 100%;
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.upper img {
		height: 70%;
	}

	.menu {
		width: 100%;
		height: 0;
		position: absolute;
		top: 5rem;
		background: #EEEEEE;
		z-index: 99;
		overflow: auto;
		transition: all .5s;
	}

	.menu.open {
		height: -webkit-calc(100vh - 5rem);
		height: -moz-calc(100vh - 5rem);
		height: calc(100vh - 5rem);
	}

	.menu ul {
		width: 100%;
	}

	.menu ul li {
		width: 100%;
	}

	.menu ul li a {
		width: 100%;
		height: 4rem;
		padding: 0 15px;
		font-size: 1.3rem;
		color: #333333;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #DBDBDB;
	}

	.menu ul li.active>a {
		color: #ca363a;
	}

	.deg {
		transform: rotate(-90deg);
	}

	.menu-s1 img {
		height: 2rem;
		transition: all .3s;
	}

	.menu-s1 img.rotate {
		transform: rotate(-180deg);
	}

	.menu-s2 {
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: all .3s;
	}

	.menu-s2 li a {
		padding-left: 30px !important;
	}

	.menu-footer {
		display: none;
	}
}
