﻿/*header*/
.header-box{
	width: 100%;
	background: #fff;
}
.header{
	height: 70px;
	width: 1040px;
	margin:0 auto;
}
.logo{
	width: 248px;
	height: 43px;
	margin-top: 13px;
	margin-right: 130px;
}
.top-nav ul li{
	float: left;
	margin: 0 38px;
}
.top-nav ul li a{
	display: block;
	height: 70px;
	line-height: 70px;
}
.top-nav ul li a.active{
	color:#81c136;
	border-bottom: 4px solid #81c136;
	box-sizing: border-box;
	font-weight: 700;
}
.join{
	width: 114px;
	background: url(../images/icon_join_1.png) no-repeat center;
	height: 70px;
	cursor: pointer;
}
.join:hover{
	background: url(../images/icon_join_hover_1.png) no-repeat center;
}

/* header end */


/* footer */
.footer{
	background-color: #ebf1f6;
	padding: 25px 0 35px 0 ;
}
.footer .links{
	width: 1040px;
	margin: 0 auto;
}
.footer .links li{
	margin-right: 125px;
	float: left;
}
.footer .links li:last-child{
	margin-right: 0;
}
.footer .links li a{
	font-size: 16px;
}
.footer .copyright{
	width: 635px;
	margin:  0 auto;
	font-size: 12px;
	margin-top: 40px;
}
.footer .copyright-logo{
	width: 140px;
}
.footer .copyright .txt{
	line-height: 25px;
}
/* footer end */

/*浮动窗口*/
.navigation-box{
	width: 176px;
	height: 493px;
	background: url(../images/navigation-boxbj_1.png)no-repeat;
	position: fixed;
	top: 240px;
	right: 15px;
	z-index: 999;
}
.navigation-box a{
	display: block;
	width: 144px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: url(../images/navigationlist_1.jpg)no-repeat;
	margin:0 auto;
}
.navigation-box div{
	width: 40px;height: 40px;
	line-height: 18px;
	text-align: center;	
	margin-top: 89px;margin-left: 68px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.navigation-box a:nth-of-type(1){
	margin-top: 60px;
}
.navigation-box .active{
	color: #81c136;
	background: url(../images/navigationlist-active_1.jpg)no-repeat;
}


.add_20190526_apply{height: 690px;background: url(../images/add_20190526_apply_bg.jpg) center center no-repeat;}
.add_20190526_apply .add_20190526_apply_wrap{width:1200px;margin: auto;overflow: hidden;color:#fff;}
.add_20190526_apply .add_20190526_apply_title{text-align: center;padding: 50px 0px;}
.add_20190526_apply .add_20190526_apply_title h2{font-size: 40px;text-align: center;height: 80px;line-height: 80px;letter-spacing: 10px;text-indent: 10px;}
.add_20190526_apply .add_20190526_apply_content{display: block;overflow: hidden;}
.add_20190526_apply .add_20190526_apply_content ul{overflow: hidden;padding: 20px 320px;}
.add_20190526_apply .add_20190526_apply_content ul li{height:80px;}
.add_20190526_apply .add_20190526_apply_content ul li dt{display: block;float: left;width: 120px;text-align: right;font-size: 20px;color: #fff;height: 40px;line-height: 40px;}
.add_20190526_apply .add_20190526_apply_content ul li dd{display: block;float: left;margin-left: 20px;height: 40px;line-height: 40px;}
.add_20190526_apply .add_20190526_apply_content form{display: block;overflow: hidden;}
.add_20190526_apply .add_20190526_apply_content form input{border: none;outline: none;}
.add_20190526_apply .add_20190526_apply_content form input[type=text],.add_20190526_apply .add_20190526_apply_content form input[type=tel],.yanzhengma dd #vCode1{height: 40px;line-height: 40px;width: 320px;padding: 5px 10px;box-sizing: border-box;border-radius: 10px;}
.add_20190526_apply .add_20190526_apply_content form input[type=button]{display: block;overflow: hidden;background: #f1434c;color: #fff;padding: 10px 40px;font-size: 18px;text-indent: 5px;letter-spacing: 5px;margin: auto;cursor: pointer;}


.yanzhengma dd{ position: relative;}
.yanzhengma dd a{ 
	position: absolute;
    right: 10px;
    top: 0px;
    color: #f1434c;
}