/*version: 2.7.0 */

html,
body {
	color: #898989;
	background: #FFF;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

input {
	outline: none;
	-moz-appearance: textfield;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: solid 1px #666;
}

/*取消img蓝框*/
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*取消链接下横线*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}


/* 改善在所有浏览器中获取焦点和悬停时的可读性: h5bp.com/h */

a:hover,
a:active {
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.container {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}



/* 顶部 */
.floor1 .header {
	color: #c1c1c1;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.floor1 .left {
	margin: 40px 0;
	width: 53%;
	height: auto;
	display: block;
}

.floor1 .right_more {
	display: none;
}

.floor1 .phone {
	margin-right: 8px;
	margin-bottom: 7px;
	justify-content: flex-end;
	display: flex;
	align-items: center;
}

.floor1 .phone img {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	display: block;
}

.floor1 .ipt {
	display: flex;
	align-items: center;
	width: 228px;
	height: 28px;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
}

.floor1 .ipt form {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.floor1 .ipt button {
	margin-left: 10px;
	outline: none;
	background-color: initial;
	border: none;
}

.floor1 .ipt img {
	width: 22px;
	height: 22px;
	display: block;
}

.floor1 .ipt input {
	width: 165px;
	padding-right: 6px;
	box-sizing: border-box;
	border: none;
	border-right: 1px solid #C1C1C1;
	margin-left: 20px;
	color: #c1c1c1;
}

/* 手机导航栏 */
.navs {
	overflow: hidden;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	right: -100%;
	top: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: white;
	z-index: 99;
}

.navs .close {
	display: flex;
	justify-content: flex-end;
}

.navs .close img {
	margin: 5vw 5vw 0 0;
	width: 8vw;
	height: 8vw;
	display: block;
}

.navs .logo {
	width: 90%;
	height: auto;
	display: block;
	margin: 8vw auto;
}

.navs li {
	position: relative;
	line-height: 15vw;
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.navs li .a1 {
	width: 100%;
	display: block;
	color: #333;
	font-size: 4.5vw;
}

.navs li .a2 {
	padding-left: 9vw;
	border-bottom: 1px solid #f5f5f5;
	line-height: 15vw;
	display: block;
	width: 100%;
}

.navs .dropdown_menu {
	height: auto;
	display: none;
}

.navs li .a2:last-child {
	border-bottom: 0;
}

/* 导航栏 */
.floor2 {
	width: 100%;
	background-color: #e6e6e6;
}

.floor2 .active {
	color: white;
	background-color: #00a5a7;
}

.floor2 .nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.floor2 li {
	position: relative;
	color: #707070;
}

.floor2 li span {
	text-align: center;
	display: block;
	width: 130px;
	padding: 20px 0;
}

.floor2 li:hover span {
	color: white;
	background-color: #00a5a7;
}

.floor2 li:hover .more {
	display: block;
}

.floor2 .more {
	z-index: 99;
	text-align: center;
	display: none;
	top: 61px;
	left: 0;
	position: absolute;
	width: 100%;
}

.floor2 .more ul {
	display: block;
}

.floor2 .more li {
	padding: 15px 0;
	color: white;
	width: 100%;
	font-size: 14px;
	background-color: rgba(0, 165, 167, 0.6);
}

.floor2 .more a:hover li {
	background-color: rgba(0, 165, 167, 1);
}

/* 顶部banner */
.top_banners {
	width: 100%;
	height: auto;
	display: block;
}

/* 共用盒子 */
.share_box {
	margin: 65px 0;
	text-align: center;
}

.share_box .top_title {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 40px;
	color: #707070;
}

.share_box .top_title::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -7px;
	width: 100%;
	height: 4px;
	margin-left: -50%;
	background-color: #29b473;
}

.share .options {
	margin-bottom: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.share .options a {
	display: inline-block;
	width: 15%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: white;
	background-color: #6fb3b4;
	border-radius: 5px;
}

.share .options a:hover {
	background-color: #29b473;
}

.share .options .active {
	background-color: #29b473;
}

/* 上一页下一页 */
.share .paging {
	margin: 70px 0 0;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.share .paging a:first-child,
.share .paging a:last-child {
	width: 15%;
}
.share .paging a {
	margin-right: 10px;
}
.share .paging .page {
	color: #707070;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #ffffff;
	box-shadow: 3px 4px 6px 0px rgba(114, 111, 111, 0.36);
	border-radius: 25px;
}

.share .paging .number {
	padding: 13px 20px;
	color: #707070;
	background-color: #ffffff;
	box-shadow: 3px 4px 6px 0px rgba(114, 111, 111, 0.36);
	border-radius: 50%;
	text-align: center;
}

.share .paging .active {
	color: white;
	background-color: #29b473;
}

.share .paging a:first-child {
	margin-right: 20px;
}

.share .paging a:last-child {
	margin-left: 10px;
}

/* 底部 */
.foot {
	margin-top: 80px;
	font-size: 15px;
	width: 100%;
	background-color: #1b1b1b;
}

.foot .foot_box {
	width: 100%;
	margin: 36px auto 0;
}

.foot .boxs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.foot .boxs a:hover li {
	color: white;
}

.foot .boxs li {
	color: #989897;
	line-height: 32px;
}

.foot .boxs .active {
	color: white;
}

.foot .contact p {
	color: white;
}

.foot .contact_box {
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.foot .contact_box p {
	color: #989897;
	line-height: 32px;
}

.foot .contact_box .left {
	margin-right: 70px;
}

.foot .down {
	padding: 15px 0;
	font-size: 13px;
	width: 100%;
	background-color: #0b0b0b;
	color: #989897;
	text-align: center;
}
.foot .down span {
	width: 100%;
	display: inline-block;
}
/* 手机端 */
@media screen and (min-width:350px) and (max-width:768px) {
	.container {
		width: 100%;
	}

	/* 顶部 */
	.floor1 .header {
		background-color: white;
		position: fixed;
		color: #c1c1c1;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 15vw;
	}

	.floor1 .left {
		margin: 0 0 0 3vw;
		width: 70vw;
		height: auto;
		display: block;
	}

	.floor1 .right {
		display: none;
	}

	.floor1 .right_more {
		display: block;
	}

	.floor1 .right_more img {
		width: 7vw;
		height: 7vw;
		display: block;
		margin-right: 3vw;
	}

	/* 手机导航栏 */
	.navs {
		display: block;
	}

	/* 导航栏 */
	.floor2 {
		display: none;
	}

	/* 顶部banner */
	.top_banners {
		margin-top: 15vw;
		height: 50vw;
		object-fit: cover;
	}

	/* 共用盒子 */
	.share {
		width: 94%;
		margin: auto;
	}

	.share_box {
		margin: 10vw 0;
		text-align: center;
	}

	.share_box .top_title {
		font-size: 6vw;
	}

	.share_box .top_title::after {
		bottom: -2vw;
		height: 1vw;
	}

	.share .options {
		margin-bottom: 10vw;
	}

	.share .options a {
		width: 17.5vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4vw;
		border-radius: 1vw;
	}

	/* 上一页下一页 */
	.share .paging {
		margin: 10vw 0 0;
		font-size: 3vw;
		justify-content: center;
	}

	.share .paging .page {
		width: 15vw;
		height: 8vw;
		line-height: 8vw;
		box-shadow: 3px 4px 6px 0px rgba(114, 111, 111, 0.36);
		border-radius: 4vw;
	}

	.share .paging .number {
		margin-right: 1.5vw;
		width: 7vw;
		height: 7vw;
		box-shadow: 3px 4px 6px 0px rgba(114, 111, 111, 0.36);
		line-height: 7vw;
	}

	.share .paging .up {
		margin-right: 2vw;
	}

	.share .paging .next {
		margin-left: 0.5vw;
	}

	/* 底部 */
	.foot {
		margin-top: 15vw;
		font-size: 4vw;
		width: 100%;
	}

	.foot .foot_box {
		width: 94%;
		margin: 3vw auto 0;
	}

	.foot .boxs {
		display: none;
	}

	.foot .contact_box {
		margin: 3vw 0;
		display: block;
	}

	.foot .contact_box p {
		line-height: 8vw;
	}

	.foot .contact_box .left {
		margin-right: 0;
	}

	.foot .down {
		box-sizing: border-box;
		padding: 3vw;
		font-size: 3vw;
		text-align: center;
		line-height: 5vw;
	}
}
