﻿/*初始化*/

html {
	font-family: "微软雅黑", Arial, sans-serif
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
button,
textarea,
p,
th,
td {
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei, sans-serif, Arial
}

fieldset,
img {
	border: 0
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
textarea,
select {
	*font-size: 100%
}

.clear:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

body {
	font-family: "microsoft yahei", "微软雅黑", "microsoft sans serif";
}

a {
	color: #222;
}

a:hover {
	color: #008b66;
	text-decoration: underline;
}


/*header*/

.outer-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 75px;
    box-shadow: 0px 0px 40px 0px rgba(14, 5, 10, 0.12);
}

.fl-s {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fl-f {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.max1200 {
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.title-wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	color: #232323;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.title-d1 {
	display: block;
	width: 150px;
	height: 35px;
	padding-right: 20px;
	box-sizing: content-box;
}

.title-d1 img {
	width: 100%;
}

.title-d2 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 26px;
}

.title-d2>img {
	width: 22px;
	height: 27px;
}

.title-d2-p1 {
	padding-left: 8px;
	align-self: center;
}

.title-d2-p1 a {}

.title-d2-p1 a:hover {
	text-decoration: none;
}

.title-d2-p1 i {
	font-style: normal;
}

.title-d4 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	padding-bottom: 26px;
}

.title-d4 a {
	display: block;
	align-self: center;
	font-size: 12px;
	color: #65676a;
}

.title-tosearch {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin-right: 32px;
}

.title-tosearch input {
	display: block;
	outline: none;
	border: none;
	padding-left: 15px;
	font-size: 12px;
	width: 195px;
}

.title-tosearch i {
	padding-right: 12px;
	color: #666;
	padding: 6px 12px;
	cursor: pointer;
	/*font-size: 14px;*/
}

.title-d4-a1 {
	padding-right: 11px;
}

.title-d4-a2 {
	padding-left: 10px;
	border-left: 1px solid #dbdde0;
}

.title-d4-a3 {
	padding-left: 15px;
	padding-right: 20px;
}

.title-d4-a4 {
	border: 2px solid #c1dfdd;
	border-radius: 4px;
	padding: 6px 10px;
}

.title-d4-a4 .iconfont {
	color: #4c9e97;
}

.menu-wrap {}

.menu-narmal {
	display: block;
	height: 40px;
	padding-bottom: 24px;
	position: relative;
	align-items: center;
	/*padding: 0 40px 24px;*/
}

 .menu-a1 {
	display: block;
}

.menu-s1 {
	color: #45494d;
	font-size: 18px;
	letter-spacing: 4px;
	display: block;
	text-align: center;
	
}
.menu-a1:hover .menu-s1 {
	color: #008B66;
}
.menu-s2 {
	color: #232323;
	font-size: 12px;
	display: block;
	text-align: center;
}

.rgt40 {
	padding-right: 40px;
}

.menu-a1:hover {
	text-decoration: none;
}

.menu-s3 {
    position: absolute;
    left: -20px;
    top: 64px;
    z-index: 2;
     display: none; 
    width: 240px;
    text-align: center;
}

.menu-s3 a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 2px;
	background: #008b66;
	line-height: 43px;
}

.menu-narmal i {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.menu-phone {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.about-us {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background: #008B66;
	letter-spacing: 4px;
	margin-left: 18px;
}

.about-us:hover {
	color: #FFFFFF;
}


/*footer*/

.footer-wrap {
	background: #333333;
}

.footer-inner {
	padding-top: 60px;
	padding-bottom: 30px;
}

.footer-d1 {
	margin-bottom: 15px;
}

.footer-d1-l {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 60px 44px 30px;
	border-right: 1px solid #484848;
	width: 880px;
	box-sizing: border-box;
}

.footer-d1-l-list {}

.footer-d1-l-list a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer-d1-l-list .footer-d1-l-list-title {
	color: #a0ce56;
	font-size: 14px;
	margin-bottom: 18px;
}

.footer-d1-r {
	padding-left: 95px;
}

.footer-d1-r-p1 {
	font-size: 18px;
	color: #a0ce56;
	padding-bottom: 10px;
}

.toshare-list {
	position: relative;
	margin-right: 10px;
}

.toshare {
	margin-bottom: 40px;
}

.footer-d1-r-messages {
	margin-bottom: 40px;
}

.footer-d1-r-m1 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.footer-d1-r-m1 a {
	display: block;
	font-size: 14px;
	color: #a0ce56;
	margin-right: 20px;
	line-height: 20px;
}

.footer-d1-r-m1 a:hover {
	color: #a0ce56;
}

.footer-d1-r-tel {}

.footer-d1-r-tel1 {
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 4px;
}

.footer-d1-r-tel2 {
	font-size: 30px;
	color: #a0ce56;
}

.footer-d2 {
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.footer-d3 {
	padding-left: 35px;
}

.footer-d3-p1 {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
}

.footer-d3-p1 span {
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #FFFFFF;
}

.footer-d3-p1 a {
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 16px;
}

.footer-d3-p3 {
	margin-top: 25px;
}

.footer-d3-p3-l {
	margin-right: 20px;
	color: #666666;
	font-size: 12px;
}

.footer-d3-p3-r {}
.yuyue-button,.about-us,.liucheng-a2 {

	transition: background 1s ease;
}

.yuyue-button:hover,.about-us:hover,.liucheng-a2:hover {
	background: #20d3a3;
	text-decoration: none;
}