﻿@keyframes fadeUp {
	0% {
		top: 310px;
	}
	25% {
		top: 200px;
	}
	50% {
		top: 150px;
	}

	75% {
		top: 80px;
	}

	100% {
		top: 0;
	}
}
@media only screen and (max-width: 500px) {
	.contact-bg {
		background-size: 0px auto !important;
		background-color: "#f5f9fc";
	}
	.contact-bg .title {
		font-size: 30px !important;
		color: #000;
	}
	.contact-bg .sub-title {
		font-size: 16px !important;
		color: #999;
	}
}
.text-white {
	color: #fff;
}
.h2 {
	font-size: 18px;
	line-height: 18px;
}
.p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 8px 0 0 0;
}
.text-center {
	text-align: center;
}
/* 页面 */
.contact-bg {
	background-image: url(/static/img/contact-banner.png);
	height: 376px;
	background-origin: content-box;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.contact-bg .title {
	font-size: 40px;
	line-height: 40px;
}
.contact-bg .sub-title {
	margin-top: 20px;
	font-size: 40px;
	line-height: 40px;
}

#hzhb .title {
	margin-top: 60px;
	font-size: 34px;
	font-weight: 600;
	color: #333;
}

/* 联系我们 */
/* 左边 */
#lxwm .contact-left {
	color: #666;
	padding: 80px 1.5% 0 5%;
}
#lxwm .contact-left h4 img {
	width: 200px;
}
#lxwm .contact-left .stit {
	font-size: 18px;
	line-height: 36px;
	color: #3e3c36;
}
#lxwm .contact-left .synopsis {
	line-height: 28px;
	font-size: 14px;
	margin-top: 32px;
}

/* 右边 */
#lxwm .contact-right {
	color: #fff;
	padding: 80px 1.5% 0 5%;
	min-height: 30rem;
}
#lxwm .contact-right .stit {
	font-size: 24px;
	line-height: 36px;
}

#lxwm .contact-right .sline {
	display: inline-block;
	width: 9px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 18px;
}
#lxwm .contact-right .num-box {
	margin-top: 50px;
}

#lxwm .contact-right .num-box li:first-child {
	margin-left: 0;
}

#lxwm .contact-right .num-box ul {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}
#lxwm .contact-right .num-box ul li {
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 1000px) {
	#lxwm .contact-right .num-box ul li {
		margin: 0 6px;
	}
}

#lxwm .contact-right .num-box .cn-tt {
	font-size: 14px;
	line-height: 30px;
	opacity: 0.8;
}
#lxwm .contact-right .num-box .num {
	font-size: 68px;
	line-height: 80px;
}
#lxwm .contact-right .num-box .en-tt {
	font-size: 12px;
	line-height: 24px;
	opacity: 0.4;
}
#lxwm .contact-right .num-box .line {
	display: inline-block;
	width: 1px;
	height: 95px;
	background-color: #fff;
	opacity: 0.07;
	filter: alpha(opacity=7);
	position: absolute;
	right: 0;
	top: 32px;
}

.margin-top-20 {
	margin-top: 20px;
}
#swiper {
	margin: 20px 0;
}

#swiper .swiper-wrapper .swiper-slide {
	width: 230px;
	height: auto;
	max-height: 400px;
	position: relative;
}
/* 蒙层 */
#swiper .swiper-wrapper .swiper-slide .mask {
	/* 宽高和图片一致 */
	width: 230px;
	height: 310px;
	display: none;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.7);
	animation-name: fadeUp;
	animation-duration: 0.3s;
}
/*简介 */
#swiper .swiper-wrapper .swiper-slide .mask p {
	margin-top: 40px;
	padding: 0 10px 0 10px;
}
/* 头像 */
#swiper .swiper-wrapper .swiper-slide img {
	width: 230px;
	height: 311px;
}
/* 移入时，蒙层 */
#swiper .swiper-wrapper .swiper-slide:hover .mask {
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

/* 证书轮播图 */

#swiper2 {
	width: 100%;
	margin: 20px 0;
	height: 220px;
	position: relative;
}

#swiper2 .swiper-wrapper .swiper-slide {
	width: 230px;
	height: 172px;
}
#swiper2 .swiper-wrapper .swiper-slide img {
	width: 230px;
	height: 172px;
}

/* hzhb */

#hzhb .logo {
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#hzhb .logo img {
	width: 166px;
	height: 57px;
	margin: 20px;
}

#hzhb .logo img:hover {
	box-shadow: 0px 0px 30px 0px rgba(76, 126, 233, 0.2);
}

/* lxwm */

#lxwm img {
	width: 80%;
}

#lxwm .title p {
	font-size: 15px;
	color: #333;
}
