/*header*/
.header-head{
	height: 40px;
	line-height: 40px;
	text-align: right;
	background: #fafafa;
}
.header-wrapper{
	width: 1296px;
	margin: 0 auto;
	position: relative;
}
.head-link{
	margin: 0 12px;
	font-size: 14px;
	color: #62666f;
}
.header-con{
	line-height: 80px;
	text-align: right;
	position: relative;
	font-size: 18px;
	color: #141427;
	padding: 10px 0;
}
.header-link{
	display: inline-block;
	padding: 0 25px;
	overflow: visible;
	font-weight: 600;
    position: relative;
}
.header-link-active,.header-link-a:hover{
	color: #21a145;
}
.header-link-a{
	cursor: pointer;
	color: #141427;
}
.header-logo{
	position: absolute;
	left: 0;
	top: 3px;
    height:80px;
}
.header-links{
	display: inline-block;
}
.header-pay{
	display: inline-block;
	width: 165px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #21a145;
	text-align: center;
}
.header-second{
	display: none;
	position: absolute;
	top: 60px;
	background: #fff;
	border-radius: 10px;
	height: 30px;
	line-height: 30px;
	padding: 15px;
	box-shadow: -1px -1px 18px rgba(0,0,0,0.1);
	font-size: 14px;
	font-weight: 500;
	z-index: 10;
    left: 0;
    margin-left: -80%;
    white-space: nowrap;
}
.header-second span:last-child {
    display:none;
}
.header-second::after{
	content: "";
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: -19px;
}
.headsend-link{
	margin: 0 16px;
}
.headsend-link-active,.headsend-link:hover{
	color: #21a145;
}

/*footer*/
.footer{
	background: #2b2b2b;
	padding-top: 80px;
	margin-top: 130px;
}
.footer-con{
	align-items:flex-start;
	position: relative;
	min-height: 300px;
	border-bottom: 1px solid #7d7d7d;
}
.footer-text{
	position: absolute;
	top: 0;
	left: 0;
}
.footer-logo{
	position: absolute;
	top: 0;
	left: 88px;
}
.footer-links{
	display: inline-block;
	margin-left: 320px;
	float: left;
}
.footer-title{
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}
.footer-navs{
	min-width: 400px;
	height: 200px;
	position: relative;
	margin-top: 30px;
	float: left;
}
.footer-nav{
	height: 200px;
	font-size: 16px;
	display: inline-block;
	width: 16px;
	color: #fff;
	margin-right: 50px;
	position: relative;
	top: 0;
	float: left;
}
.footer-contacts{
	display: inline-block;
}
.contact-icons{
	display: inline-block;
	margin: 30px 0;
}
.footer-contact-pars{
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
}
.footer-contact-bto{
	margin-top: 15px;
}
.to-top{
	position: absolute;
	bottom: 80px;
	right: 0;
	cursor: pointer;
}
.footer-foo{
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
}
