body{padding:0;border:0; margin:0;font-size: 14px;font-weight: normal; color: #666;}
div,form,img,ul,ol,li,dl,i,u,span,dt,dd,em,i,h1,h2,h3,h4,p{ padding:0; border:0;margin:0;list-style:none;font-style:normal;}
a{text-decoration:none; color:#333; outline:none; cursor:pointer}
a:hover{ text-decoration: none;}
ul,li{list-style: none}
h2,h3{text-overflow: ellipsis; white-space: normal; font-weight: normal;}
img{vertical-align: bottom;}
/* 头部 start */
header {
	position: relative;
	width: 100%;
	height: 80px;
}
body {
	/* height: 5000px; */
}
header .w {
	display: flex;
	align-items: center;
}
.w {
	width: 95%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 30%;
}
.logo h1 {
	font-size: 0;
}
nav {
	width: 70%;
	height: 100%;
}
nav>ul {
	display: flex;
	height: 100%;
	line-height: 80px;
}
nav>ul>li {
	position: relative;
	width: 20%;
	text-align: center;
}
nav>ul>li>a {
	display: block;
	letter-spacing: 2px;
	color: #666;
}
nav>ul>li>a:hover {
	background-color: #773877;
	color: #fff;
}
.clor_s {
	background-color: #773877;
	color: #fff;
}
.secondary {
	z-index: 10;
	position: absolute;
	display: none;
	width: 150%;
	left: 0;
}
.secondary>li {
	height: 50px;
	line-height: 50px;
	background-color: #712b71;
	border-bottom: 1px solid #ccc;
}
.secondary>li>a {
	display: block;
	color: #fff;
}
.secondary>li:hover {
	background-color: #5d1a5d;
}
.secondary>li:last-child {
	border-bottom: initial;
}
/* 头部 end */
/* 单行 */
.single {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 多行 */
.multi_Line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 电话 */
.phone_wap {
	position: absolute;
	display: none;
	top: 50%;
	transform: translateY(-50%);
	left: 45%;
}
/* 更多 */

.column {
	position: absolute;
	display: none;
	/* bottom: 13%; */
	bottom: 22%;
	right: 0px;
}
.column>i {
	cursor: pointer;
}
.column .icon-xj-gengduo {
	/* font-size: 45px; */
	font-size: 35px;
	color: #773877;
}
.column-content {
	z-index: 10;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: white;
	transition: all .5s;
}

.column-content-hd {
	position: relative;
	width: 100%;
	height: 53px;
	background-color: #773877;
}

.column-content-hd>.icon-cuo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	font-size: 25px;
	color: white;
	cursor: pointer;
}

.column-content-bd>ul>li {
	position: relative;
	/* height: 52px; */
	border-bottom: 1px solid #ebebeb;
}

.column-content-bd li:hover .triangle {
	background-color: #773877;
	border-color: #773877;
}

.column-content-bd li>a {
	display: block;
	height: 100%;
	padding-left: 40px;
	font-size: 16px;
	line-height: 53px;
}
.dot {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	border: 1px solid #b7b7b7;
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(45deg);
	cursor: pointer;
	transition: all .3s;
}

.triangle {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}

.classification {
	display: none;
}

.classification li {
	position: relative;
	z-index: 20;
	border-top: 1px solid #ebebeb;
}

.classification li>a {
	padding-left: 65px;
}

.classification li>a:hover {
	color: #009B4D;
}

.classification .dot {
	top: 25px;
	right: initial;
	left: 40px;
	width: 5px;
	height: 5px;
}

.column-content-bd {
	position: absolute;
	overflow-y: auto;
	top: 53px;
	bottom: 0;
	left: 0;
	right: 0px;
}


/* 底部 */
.clearfix:after, .clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
.clear-float {
	clear: both
}
.telephone {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff
}
.telephone span {
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/phone_32px.png);
	margin-left: 16%
}
.telephone .tel-number {
	font-size: 30px;
	font-weight: 400;
	text-align: right
}
#wx-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 12px;
	right: -20px;
	z-index: 10
}
#wb-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 58px;
	right: -20px;
	z-index: 10
}
.five-superiority {
	width: 100%;
	border-bottom: 1px solid #27aede;
	padding: 10px 0 20px
}
.five-superiority-list li {
	float: left;
	width: 20%;
	height: 36px;
	text-align: center;
	border-left: 1px solid #27aede
}
.five-superiority-list li:first-child {
	border-left: none
}
.five-superiority-list li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: no-repeat 2% center;
	text-indent: 2em;
	color: #fff;
	font-size: 16px
}
.five-superiority-list li a:hover {
	color: #bfe7f5
}
.five-superiority-list li a.superiority-text {
	text-indent: 4em
}
.superiority-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10%;
	background-repeat: no-repeat;
	background-image: url(../images/footer_youshi.png)
}
.compensate_ico .superiority-icon {
	background-position: 0 0
}
.compensate_ico:hover .superiority-icon {
	background-position: 0 -50px
}
.retreat_ico .superiority-icon {
	background-position: 0 -100px
}
.retreat_ico:hover .superiority-icon {
	background-position: 0 -150px
}
.technology_ico .superiority-icon {
	background-position: 0 -200px
}
.technology_ico:hover .superiority-icon {
	background-position: 0 -250px
}
.prepare_ico .superiority-icon {
	background-position: 0 -300px
}
.prepare_ico:hover .superiority-icon {
	background-position: 0 -350px
}
.service_ico .superiority-icon {
	background-position: 0 -400px
}
.service_ico:hover .superiority-icon {
	background-position: 0 -450px
}
.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.marquee {
	width: 8000%;
	height: 60px
}
.wave-list-box {
	float: left
}
.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}
.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}
.wave-box {
	position: relative;
	height: 60px;
	margin-top: 60px;
	background: #fff
}
footer {
	width: 100%;
	background-color: #92478e;
}
footer .w {
	position: relative;
}
.foot_nav {
	padding-top: 10px;
}
.foot_nav a {
	padding-right: 50px;
	font-size: 16px;
	color: #fff;
}
.hotline,
.relation {
	padding-top: 35px;
}
.hotline i,
.relation i {
	padding-right: 5px;
	font-size: 25px;
	vertical-align: sub;
}
.hotline p,
.relation p {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.hotline p:first-child {
	padding-right: 70px;
}
.relation p:first-child {
	padding-right: 57px;
}
.ewm {
	position: absolute;
	top: 10px;
	right: 30px;
}
.ewm img {
	max-width: 110px;
}
.ewm p {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.copyright {
	height: 70px;
	margin-top: 55px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #b070a1;
}
.copyright a {
	color: #fff;
}
/* 媒体查询 */
/* 768像素 */
@media (max-width:768px) {
	/* 头部 */
	header {
		height: 65px;
	}
	.logo {
		width: 20%;
	}
	.logo img {
		width: 100%;
		max-width: 198px;
	}
	nav {
		width: 75%;
		margin-left: 5%;
	}
	nav ul {
		line-height: 65px;
	}
	nav ul li>a {
		font-size: 12px;
		letter-spacing: 1px;
	}
}
/* 640像素 */
@media (min-width:320px) and (max-width:640px) {
	/* 头部 */
	.logo {
		/* width: 40%; */
		width: 35%;
		margin-top: 5px;
	}
	nav {
		display: none;
	}
	.column {
		display: block;
	}
	.phone_wap {
		display: block;
	}
	.phone_wap img {
		width: 70%;
	}
	/* 底部 */
	.foot_nav {
		display: none;
	}
	.wave-box {
		height: 30px;
	}
	.hotline,
	.relation {
		padding-top: 15px;
	}
	.hotline p,
	.relation p {
		display: flex;
		padding-top: 14px;
		font-size: 14px;
	}
	.hotline i,
	.relation i {
		padding-right: 10px;
	}
	.ewm {
		top: 10%;
		left: 85%;
		right: initial;
		transform: translateX(-50%);
	}
	.relation p:last-child {
		line-height: 25px;
	}
	.copyright {
		height: initial;
		margin-top: 25px;
		padding: 15px;
		font-size: 13px;
		line-height: 25px;
	}
}
@media (max-width: 320px) {
	.ewm {
		left: 90%;
	}
	.ewm img {
		max-width: 55px
	}
}