﻿@charset "utf-8";

body {
	font-family: AlfaSlabOne-Regular, "Trebuchet MS", sans-serif;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.p3t5 {
	padding-top: 3.5em;
}

.pb20 {
	padding-bottom: 20px;
}

.m3t5 {
	margin-top: 3.5em;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px;
}

.tc {
	text-align: center;
}

.indent {
	text-indent: 2em;
}

input[type="submit"] {
	padding: 10px 3em;
	font-size: 1em;
}

.text-red {
	color: #c00;
}


/*通用标题*/

.title.center {
	text-align: center;
}

.title {
	margin-bottom: 30px;
}

.title h2 {
	display: inline-block;
	margin: 0 !important;
	padding-right: 1.3em;
	font-size: 1.6em !important;
	font-weight: 200 !important;
	vertical-align: middle;
}

.title-small {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.title-small span {
	font-weight: bold;
	color: #000;
}

.col-title {
	color: #000;
	font-size: 1.6em;
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	letter-spacing: .1em;
	line-height: 120%;
}

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	/*display: block;*/
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 1000;
}

.dialog.show {
	display: block;
}

.dialog .close {
	position: absolute;
	top: 2%;
	right: 2%;
	font-size: 3em;
	color: #fff;
	cursor: pointer;
}

.dialog .box {
	overflow: hidden;
	margin-top: 2%;
	height: 90%;
	min-height: 90%;
	max-height: 90%;
	border-radius: 5px;
	background: #fff;
	color: #000;
}

.dialog .box h2.title {
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
}

.dialog .box .summary {
	overflow: hidden;
	overflow-y: auto;
	height: 90%;
	min-height: 90%;
	max-height: 90%;
	padding: 0 2em;
}

.dialog .box .summary p {
	line-height: 180%;
	text-indent: 2em;
	font-family: "微软雅黑";
}

.dialog .box .summary p.major-name,
.dialog .box .summary p.major-direction {
	text-indent: 0;
}

.dialog .box .summary p.major-name {
	font-size: 1.6em;
}

.dialog .major .item {
	margin-bottom: 2em;
}

.container-bg-padding {
	padding: 60px 0;
}

.weiruan {
	font-family: "微软雅黑";
}


/*首页-导航*/

#header.header {
	overflow: visible;
	width: 100%;
}

#header.header:after {
	position: absolute;
	top: 139px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 0;
	/*height: 219px;*/
	background: #fff;
	z-index: 2;
	/*transition: all .3s;*/
}

#header.header.active:after {
	height: 229px;
}

.isa-header {
	position: relative;
	padding-left: 8em;
	padding-right: 20px;
	background: #061B3A;
	z-index: 3;
}

.isa-header .logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 7em;
}

.isa-header .logo:after {
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	content: "";
	width: 1px;
	height: 80%;
	margin-top: 20%;
	background: #acbacc;
}

.isa-header .nav {
	position: relative;
	bottom: 3px;
}

.omni-menu2 .item-nav {
	padding-top: 6em;
	text-align: center;
}

.omni-menu2 .item-nav ul li a.center {
	padding: 0 0.5em;
	background: #c00;
}

.omni-menu2 .item-nav ul li a.center span {
	display: block;
}

.omni-menu2 .item-nav ul li a.center span.more {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	width: 100%;
	background: #c00;
	text-align: center;
}

.omni-menu2 .item-nav ul li a.center:hover {
	background: #c00;
	color: #fff;
}

.omni-menu2 .item-nav ul li a.center:hover span.more {
	display: block;
}

.omni-menu2 .item-nav ul.clearfix li {
	float: left;
}

.omni-menu2 .item-nav ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.omni-menu2 .item-nav ul li {
	position: relative;
}

.omni-menu2 .item-nav ul li a {
	display: block;
	padding: 0 1.4em;
	margin-top: 0 !important;
	margin-left: 0;
	line-height: 41px !important;
	color: #fff;
	text-decoration: none;
}

.omni-menu2 .item-nav ul li.active a,
.omni-menu2 .item-nav ul li a:hover {
	background: #fff;
	color: #061b3a;
}

.omni-menu2 .item-nav ul li.active .list {
	overflow: visible;
	height: auto;
	padding: 3em 0;
	opacity: 1;
}

.omni-menu2 .item-nav .list {
	overflow: hidden;
	position: absolute;
	/*top: 142px;*/
	top: 2em;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	/*padding: 3em 0;*/
	/*background: #fff;*/
	opacity: 0;
	text-align: center;
	/*transition: all .3s;*/
}

.omni-menu2 .item-nav .list .box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 480px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}

.omni-menu2 .item-nav .list .box a {
	position: relative;
	display: block;
	width: 230px;
	border-top: 0;
	border-bottom: 1px solid #e8e8e8;
	color: #061B3A;
	font-size: .9em;
	text-decoration: none;
	text-align: left;
	-webkit-transition: color .05s ease-out;
	-moz-transition: color .05s ease-out;
	-ms-transition: color .05s ease-out;
	-o-transition: color .05s ease-out;
	transition: color .05s ease-out;
}

.omni-menu2 .item-nav .list a:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: "\f105" !important;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 100%;
	margin-top: 2px;
	-webkit-transition: color .1s ease-out;
	-moz-transition: color .1s ease-out;
	-ms-transition: color .1s ease-out;
	-o-transition: color .1s ease-out;
	transition: color .1s ease-out;
	color: rgba(255, 255, 255, 0);
}

.omni-menu2 .item-nav .list .box a:hover {
	color: #c00;
	text-decoration: underline;
}

.omni-menu2 .item-nav .list .box a:hover:after {
	color: rgba(204, 0, 0, 1);
}

.header-link:hover .more {
	display: block;
}

.header-link .more {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #c00;
	text-align: center;
	z-index: 2;
}

.container-bg-gray {
	overflow: hidden;
	background: #f8f8f8;
}

.banner {
	padding: 60px 0 20px 0;
	text-align: center;
}

.banner p {
	font-size: 3em;
	font-weight: 200;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #c00;
}

.banner span.word {
	display: block;
	padding-bottom: 1em;
	font-size: 1.5em;
	color: #000;
}

.insert-bg {
	background-image: url(/images/1234567.jpg);
	background-position: center;
	background-size: cover;
}


/*首页-华园新闻*/

.posts-trio {
	text-align: center;
}

.posts-trio ul {
	margin: 0 !important;
	list-style-type: none !important;
}

.posts-trio ul li {
	margin: 0 3.4% 0 0 !important;
	width: 30%;
	float: left;
	text-align: left;
}

.posts-trio ul li.item-3 {
	margin-right: 0 !important;
}

.posts-trio ul li a.thumbnail {
	overflow: hidden;
	display: inline-block;
	height: 15em;
	border: none !important;
}

.posts-trio ul li a.thumbnail[target="_blank"]:after {
	content: none !important;
	margin: 0 !important;
}

.posts-trio ul li a img {
	width: 100% !important;
	height: auto !important;
	opacity: 1.0;
	-webkit-transition: opacity .1s ease-out !important;
	-moz-transition: opacity .1s ease-out !important;
	-ms-transition: opacity .1s ease-out !important;
	-o-transition: opacity .1s ease-out !important;
	transition: opacity .1s ease-out !important;
}

.posts-trio ul li a:hover img {
	opacity: .8;
}

.posts-trio ul li h2 {
	margin: 0 0 10px 0 !important;
	padding: 14px 20px 0 0 !important;
	font-size: 1.2em !important;
	font-family: "Bliss Light", "Trebuchet MS", sans-serif !important;
	font-weight: 200 !important;
	color: #cc0000;
	text-transform: none;
	letter-spacing: 0;
}

.posts-trio ul li h2 a {
	border: none !important;
}

.posts-trio ul li p.date {
	padding-bottom: 30px !important;
	font-size: .7em !important;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #585858;
}

.posts-trio hr {
	clear: both;
	visibility: hidden;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.posts-trio ul li a.thumbnail {
		display: initial;
		height: auto;
	}

	.posts-trio ul li {
		padding: 25px 0 10px 0 !important;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.posts-trio ul li.item-3 {
		border: none;
	}

	.posts-trio ul li a img {
		margin: 0 15px 15px 0 !important;
		width: 30% !important;
		height: auto !important;
		float: left;
	}

	.posts-trio ul li .content {
		overflow: hidden;
	}

	.posts-trio ul li h2 {
		font-size: 1.2em;
		padding: 0 !important;
	}

	.posts-trio ul li .content .date {
		padding-bottom: 5px !important;
	}
}


/*首页-人文新华*/

.renwen {
	display: flex;
}

.renwen-blue {
	margin-right: 5%;
}

.renwen-blue,
.renwen-red {
	width: 50%;
	padding: 160px 20px 40px;
	color: #fff;
}

.renwen-blue a.button,
.renwen-red a.button {
	background: #fff;
	color: #061b3a !important;
	font-size: 0.9em !important;
	font-family: "Microsoft YaHei";
}

.renwen-blue a.button.small:hover {
	background: #b81c22 !important;
	color: #fff !important;
}

.renwen-red a.button.small:hover {
	background: #061b3a !important;
	color: #fff !important;
}

.renwen-blue {
	background: #061b3a;
}

.renwen-red {
	background: #b81c22;
}


/*首页-华园广告*/

.topic {
	text-align: right;
}

.topic .text {
	display: inline-block;
	width: 30%;
	min-width: 500px;
	padding: 30px 30px 50px 30px;
	background-color: rgba(12, 12, 12, 0.4);
	text-align: left;
}

.topic .text p {
	padding-top: 100px;
	padding-bottom: 20px;
	font-weight: 200;
	line-height: 140%;
	font-size: 1.6em;
	color: #fff;
}


/*首页—通知公告*/

.column-tips {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 431px;
}

.exbu-container.list ul.column-tips li {
	padding: 0 !important;
}


/*内页菜单*/

.column-menu li+li {
	margin-left: 20px !important;
}

.column-menu li.active a {
	background: #fff !important;
	color: #666 !important;
}

#site-title {
	height: 2.2e line-height: 2.2em;
	margin-bottom: .5em;
	color: #000;
}


/*招生就业*/

.isa-fast-nav {
	background: #f8f8f8;
}

.isa-fast-nav .vc_cta3-content-header {
	font-size: 1.4em;
	color: #000;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}

.grid .item {
	width: 30%;
	min-width: 30%;
	max-width: 30%;
	margin: 1%;
	padding: 20px;
	border: 1px solid #000;
}

.grid .item h2 {
	margin-bottom: 20px;
	font-size: 1.4em;
	color: #000;
}

.grid .item.foe {
	border-color: #98012e;
}

.grid .item.foe .button {
	background: #98012e;
}

.grid .item.foe:hover {
	background: #98012e;
}

.grid .item.gsb {
	border-color: #484848;
}

.grid .item.gsb .button {
	background: #484848;
}

.grid .item.gsb:hover {
	background: #484848;
}

.grid .item.fms {
	border-color: #9d3293;
}

.grid .item.fms .button {
	background: #9d3293;
}

.grid .item.fms:hover {
	background: #9d3293;
}

.grid .item.fss {
	border-color: #9d3293;
}

.grid .item.fss .button {
	background: #9d3293;
}

.grid .item.fss:hover {
	background: #9d3293;
}

.grid .item.foh {
	border-color: #5a4099;
}

.grid .item.foh .button {
	background: #5a4099;
}

.grid .item.foh:hover {
	background: #5a4099;
}

.grid .item.fahs {
	border-color: #007dc3;
}

.grid .item.fahs .button {
	background: #007dc3;
}

.grid .item.fahs:hover {
	background: #007dc3;
}

.grid .item:hover h2 {
	color: #fff;
}

.grid .item:hover .button {
	background: #fff;
	color: #666 !important;
}

.grid .item:hover .button:hover {
	background: #000;
	color: #fff !important;
}

.news.students ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -2em;
}

.news.students ul li {
	position: relative;
	width: 45%;
	margin-top: 2em;
	padding-left: 8em;
}

.news.students ul li .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 6em;
	height: 6em;
	background: #f5f6f7;
	font-family: "微软雅黑";
	text-align: center;
}

.news.students ul li .date .box {
	display: inline-block;
	vertical-align: middle;
	color: #000;
}

.news.students ul li .date::before {
	display: inline-block;
	content: " ";
	height: 100%;
	vertical-align: middle;
}

.news.students ul li .date span {
	display: block;
}

.news.students ul li .date span.day {
	padding-bottom: .2em;
	font-size: 1.6em;
}

.news ul li+li {
	margin-top: 2em;
}

.news ul li a {
	display: block;
}

.news ul li a span {
	display: block;
}

.news ul li a span.title {
	overflow: hidden;
	margin: 0em 0 .5em 0;
	line-height: 120%;
	color: #061B3A;
	font-size: 1.2em;
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	letter-spacing: .1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li a span.summary {
	margin: 0 0 1.1em 0;
	line-height: 150%;
	color: #585858;
	font-size: 1em;
}

.news ul li a span.button {
	display: inline-block;
	padding: 10px 12px 9px 12px;
}

.news ul li a span.button:hover {
	background: #c00;
	color: #fff;
}

.news ul li a:hover span.title {
	color: #c00;
	text-decoration: underline;
}

.news2 ul li {
	position: relative;
}

.news2 ul li img {
	float: left;
	width: 20%;
	min-width: 300px;
	max-width: 20%;
	padding-right: 25px;
}

.custom-info input,
.custom-info textarea {
	width: 100%;
	margin: 1em 0 0.5em;
	padding: 0.5em 2%;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	font-size: 1em;
}

.custom-info .item,
.custom-info label {
	width: 100%;
}

.custom-info .column-flex {
	display: flex;
	justify-content: space-between;
}

.custom-info .column-flex .item {
	width: 48%;
	min-width: 48%;
	max-width: 48%;
}

.contact p {
	margin-bottom: 20px;
	font-family: "微软雅黑";
	color: #c00;
	font-weight: normal;
}

.contact p span {
	vertical-align: top;
}

.students-video .item {
	position: relative;
	cursor: pointer;
}

.students-video .item img {
	display: block;
}

.students-video .item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
}

.students-video .item .mask:before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.students-video .item .mask .fa {
	font-size: 7em;
	color: #fff;
}

.col-video {
	height: 100%;
	text-align: center;
}

.col-video:before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.col-video-box {
	display: inline-block;
	width: 1200px;
	vertical-align: middle;
}

.major-introduce {
	margin-top: -2em;
}

.major-introduce .item {
	padding: 2em 0;
	border-bottom: 1px solid #f0f0f0;
}

.major-introduce .summary {
	line-height: 180%;
	padding: 2em 0;
	font-weight: normal;
	color: #000;
}

.major-introduce .insert {
	position: relative;
}

.major-introduce .insert .name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 1em;
	background: rgba(0, 0, 0, .8);
	font-size: 1.4em;
	color: #fff;
}

.major-introduce .buttons {
	text-align: center;
}

.major-introduce .buttons a {
	display: inline-block;
	width: 14em;
	padding: .6em 0;
	background: #061B3A;
	text-align: center;
	color: #fff !important;
}

.major-introduce .buttons a:nth-of-type(1) {
	margin-right: 20px;
}

.major-introduce .buttons a:hover {
	background: #c00;
}

.students-topic .insert-bg {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 40px;
	background-image: url(../images/DSC_06912.jpg);
	background-size: cover;
}

.students-topic .insert-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 0;
}

.students-topic .box {
	position: relative;
	width: 40%;
	text-align: center;
	z-index: 1;
}

.students-topic .box:nth-of-type(2) {
	margin-left: 2em;
}

.students-topic .box.card {
	position: relative;
	left: -5em;
	width: 40%;
}

.students-topic .box.introduce {
	width: 20%;
}

.students-topic .card {
	padding: 20px;
	/* background: rgba(255, 255, 255,.3); */
	background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
	text-align: left;
}

.students-topic .card h3,
.students-topic .card p {
	font-weight: 400;
	color: #fff;
}

.students-topic .card h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.students-topic .card p {
	line-height: 180%;
	margin-bottom: 20px;
	text-indent: 2em;
}

.students-topic .introduce {
	color: #fff;
}

.students-topic .introduce .fa {
	min-width: 36px;
	font-size: 2em;
	color: #fff;
}

.students-topic .introduce .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.students-topic .introduce .item .summary {
	display: flex;
}

.students-topic .introduce .item p:nth-of-type(1) {
	padding-left: 25px;
}

.students-topic .introduce .number {
	font-size: 3em;
	font-family: "微软雅黑";
	vertical-align: text-top;
}

.students-topic .introduce .name {
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

.students-topic .sup {
	padding-left: 5px;
	vertical-align: super;
	text-shadow: 0 0 6px #000;
	font-weight: normal;
	font-size: 12px;
}

.news.students .button {
	display: block;
	width: 10%;
	min-width: 140px;
	margin: auto;
	margin-top: 2em;
	font-size: .9em;
}

.applet {
	margin-bottom: 2em;
}

.applet img {
	vertical-align: middle;
}

.applet .text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 1em;
}

.applet .text p {
	font-size: 1.2em;
	color: #000;
}

.applet .text p span {
	color: #c00;
}


/*二级院系*/

.department-name {
	float: left;
	padding-left: 1.5em;
	line-height: 118px;
	font-family: "Bliss Light", "Trebuchet MS", sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	color: #fff;
}


/*学校概况*/

.survey .introduce p {
	padding-bottom: 1em;
	line-height: 180%;
	text-indent: 1em;
	font-weight: normal;
	color: #000;
}

.survey .boss {
	text-align: center;
}

.survey .boss p {
	padding: 1em 0 2em;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}

.survey .administration .box {
	display: flex;
	flex-wrap: wrap;
}

.survey .administration .item {
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	height: 100%;
	margin-bottom: 40px;
	padding: 0 20px;
}

.survey .administration .item h2 {
	padding-bottom: 20px;
	line-height: 150%;
	font-size: 1.2em;
	font-weight: 500;
	color: #c00;
}

.survey .administration .item p {
	font-size: 1em;
	font-weight: normal;
}

.survey .administration h2.title {
	margin-bottom: 1em;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}


/*视频列表页*/

.video .item {
	position: relative;
	margin-top: 2.5em;
	cursor: pointer;
}

.video .item:hover:after {
	background: rgba(0, 0, 0, .4);
}

.video .item:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.video .item .fa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 4em;
	color: #fff;
	z-index: 2;
}

.video .item .fa:after {
	display: inline-block;
	content: ' ';
	height: 100%;
	vertical-align: middle;
}

/*大事记*/
.big-event {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: -2em;
}

.big-event span {
	width: 31%;
	padding: 1em 0;
	margin-top: 3%;
	background: #061b3a;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: lighter;
	font-size: 1.6em;
	cursor: pointer;
}

.big-event span:hover {
	background: #cc0000;
}

/*校园风光*/
.school-show {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: -2%;
}

.school-show img {
	display: block;
	width: 32%;
	margin-top: 2%;
}

/*统一招生*/
.microcosmic p {
	padding: 1em 0;
	line-height: 180%;
	text-align: justify;
}

.stucents-insert {
	overflow: hidden;
	height: 600px;
}

.stucents-contact{
	display: flex;
	justify-content: space-between;
}

.stucents-contact .item{
	width: 25%;
	text-align: center;
	cursor: default;
}

.stucents-contact .item .text{
	color: #c00;
	font-size: 1em;
	font-weight: lighter;
	font-family: "微软雅黑";
}

.stucents-contact .item .qrcode{
	min-height: 200px;
	padding-top: 2em;
	font-weight: lighter;
	font-family: "微软雅黑";
}

.stucents-contact .item .qrcode.tel p{
	padding-top: 10px;
	font-size: 1.3em;
}

/*优秀学子*/
.excellent {
	padding: 3% 0;
	/* background-image: linear-gradient(#ff2c25 5%, #bbb9b9 30%, #bbb9b9 80%); */
	/* background-color: #f5f5f5; */
}

.excellent .box {
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.excellent .box .item {
	width: 48%;
}

.excellent .box .item img {
	display: block;
}

.excellent .box h2 {
	font-weight: lighter !important;
}

.excellent .box .text {
	padding: 3% 0 0 0;
	font-size: 1em;
	font-family: "微软雅黑";
}

.excellent .box .text h2 {
	margin-bottom: 1em;
}

.excellent .box .left {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.students-btn {
	padding: 1em 5em !important;
}

.students-btn .vc_btn3-icon {
	padding-left: 1em;
	vertical-align: baseline !important;
}

.contact-us{
	padding-bottom: 2em;
	font-size: 1.6em;
	font-family: "微软雅黑";
}
.contact-us p{
	padding-top: 1em;
}