/* 样式重置 */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre,
	ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box
}

body {
	line-height: 1;
	font-size: 88% /* Decide for yourself if you want to include this. */;
}
/* h1, h2, h3, h4, h5, h6{font-size: 100%;padding: .6em 0;margin: 0 15px;} */
ul, ol {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* 清楚浮动 */
.clear:after {
	display: table;
	content: '';
	clear: both;
}

/* 一行文本截断 */
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 文本截断两行 */
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

body {
	min-width: 1200px;
	font-family: 微软雅黑;
}

/* 页头 */
.header {
	background: #713182;
}

.header .logo {
	float: left;
	padding: 0px 20px;
}

.header .logo img {
	float: left;
	width: 280px;
	height: 80px;
}

.header .logo h1 {
	float: left;
	color: #fff;
	line-height: 80px;
	font-weight: normal;
	font-size: 28px;
	margin: 0;
	font-family: 微软雅黑;
}

.header .menu {
	float: right;
	width: auto;
	height: 90px;
	padding: 0;
}

.header .menu>li {
	height: 90px;
	width: 80px;
	line-height: 90px;
	float: left;
	text-align: center;
	position: relative;
	margin: 0 10px;
	border-top: 4px solid transparent;
}

.header .menu li a {
	color: #fff;
	position: relative;
	z-index: 999;
	font-size: 17px;
	font-family: 微软雅黑;
}

.header .menu>li.active a, .header .menu>li:hover>a {
	color: #fff;
}

/* 下拉菜单 */
.header .menu>li:hover {
	border-top: 4px solid #fff;
}

.header .menu>li:hover>a {
	position: relative;
	top: 5px;
}

.header .menu>li:hover .dropdown {
	display: block;
}

.header .menu .dropdown {
	position: absolute;
	top: 76px;
	right: -15px;
	width: 100px;
	border-top: 4px solid #fff;
	text-align: center;
	background: rgba(113, 49, 130, 0.71);
	display: none;
	z-index: 2;
}

.header .menu .dropdown li {
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

.header .menu .dropdown li a {
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}

.header .menu .dropdown li:hover {
	background: #fff;
}

.header .menu .dropdown li:hover a {
	color: #713182;
}

/* 页脚 */
/* footer{
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 1px;
    background: #494949;
    color: #9C9C9C;
}
footer hr{
    border: 1px solid #656565;
}
footer .footer{
    width: 1200px;
    margin: 10px auto;
    background: #494949;
}
footer .footer .left{
    float: left;
}
footer .footer .right{
    float: right;
} */
/*脚部样式*/
.footer {
	width: 100%;
	height: auto;
	font-family: 微软雅黑;
	color: #FFF;
	line-height: 15px;
	background: #713182;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	/*background-attachment: fixed;*/
	text-align: inherit;
}

.footer .wrapper {
	width: 1214px;
	margin: 0 auto;
}

.footer_mask {
	/* background-color: rgba(34,103,177,0.5); */
	background: #713182;
}

.footer_title {
	padding: 20px 0 10px 0;
}

.footer h4 {
	display: none; /* 隐藏 */
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	/*padding: 3px 0;*/
	/*margin-bottom: 10px;*/
	/*letter-spacing: 1.5px;*/
}

.footer h5 {
	line-height: 20px;
	font-size: 16px;
	font-weight: lighter;
	margin: 0;
	/*padding: 3px 0;*/
	/*margin-bottom: 10px;*/
	/*letter-spacing: 1.5px;*/
}

.footer .contact {
	float: left;
	width: 59%;
	padding-left: 15px;
}

.footer .phone {
	float: left;
	width: 30%;
	margin-top: 23px;
	font-size: 12px;
	padding-left: 66px;
}

.footer .weixin {
	float: left;
	width: 11%;
	font-size: 12px;
}

.footer .weixin img {
	vertical-align: inherit;
}

.footer .copyright {
	border-top: 1px solid #E3E3E3;
	font-weight: lighter;
	margin-top: 20px;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 20px;
	color: #fff;
}

.footer a:phone, .footer a:visited {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

/* 隐藏页头下面的线 */
.header+hr {
	display: none;
}

/* 增加上下边距 */
.aio {
	margin: 90px auto;
}

/* 去除浮动的影响 */
.aio:after {
	display: table;
	content: '';
	clear: both;
}

.phone>div {
	float: left;
}

.phone>div:nth-child(1) {
	margin-right: 6px;
}

.phone>div:nth-child(1) i {
	font-size: 69px;
	transform: rotate(82deg);
}

.phone>div:nth-child(2)>div:nth-child(1) {
	font-size: 20px;
	margin-top: 7px;
}

.phone>div:nth-child(2)>div:nth-child(2) {
	font-size: 35px;
	margin-top: 14px;
}

/* 隐藏页脚电子邮件  */
.footer .contact h5:nth-child(5) {
	display: none;
}

.footer .contact h5:nth-child(3) {
	margin-top: 15px;
}
/* 页脚二维码添加字 */
.footer .weixin:after {
	display: block;
	content: '微信公众平台';
	width: 120px;
	letter-spacing: 8px; /* 字间距 */
	text-align: center;
}
/* 添加工作时间 */
.footer .phone:after {
	display: block;
	content: '咨询时间： 工作日   8:00-12:00   14:00-18:00';
	margin-top: 65px;
}

