@charset "utf-8";
.banner {
	height:552px;
	background-color:#FFF;
}
.header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index: 999;
	height: 98px;
	transition: 0.5s;
}
.logo {
	height: 80%;
	position: absolute; top: 50%; transform: translateY(-50%);
}
.logo img {
	height: 85%; width: auto;
}
.logo .iconOff{ display: block;}
.logo .iconOn{ display: none;}
.header.on .logo .iconOff{ display: none;}
.header.on .logo .iconOn{ display: block;}
.headerbox {
	width:1300px;
	margin: 0 auto;
	padding: 25px 0 25px 0;

}
.nav {
	float: left;
	padding-left: 300px;
}
.lxdh{
	display: inline-block;
	float: right;
	width: 400px;
}
.zxdh {
	display: inline-block;
	width:220px;
	height:40px;
	background: #4181ff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	margin-top:2px;
}
.zxdh p {
	font-size:16px;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-weight:200;
	letter-spacing:0px;
	font-family:"微软雅黑";
	padding-left:2px;
}
.try-use{
	display: inline-block;
	width:84px;
	height:40px;
	background: #4181ff;
	margin-top:2px;
	text-align: center;
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	cursor: pointer;
}
.try-use a {
	font-size:16px;
	text-align:center;
	color:#fff;
	line-height:40px;
	letter-spacing:0px;
	font-family:"微软雅黑";
	padding-left:2px;
}
.nav ul {
	margin-left:32px;
	margin-top:4px;
}
.nav li {
	float: left;
	padding-right: 30px;
	line-height: 40px;
	position:relative;
}
.nav a {
	color: #fff;
	font-size: 16px;
}
.header.on .nav a{ color: #333;}
.nav .hover1 a {
	color: #4481ff;
	font-size: 16px;
}
.nav a:hover {
	color: #4481ff;
	font-size: 16px;
}
.banner1 {
	background: url(../images/b_02.jpg) no-repeat center center;
	height: 756px;
}
.sqsy {
	float: right;
	width:120px;
}
.sqsy a {
	text-align: center;
	display: block;
	font-size: 14px;
	background: #3878fe;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.top {
	background: #333333;
}
.top p {
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #cbcdcc;
	line-height: 36px;
}
.top a {
	padding: 0 15px;
	color: #cbcdcc;
}
.top b {
	padding: 0 10px 0 32px;
	background: url(../images/b_01.png) no-repeat 15px center;
	font-weight: 200;
}
.fr {
	float: right;
}
.top em {
	color: #414d41;
	font-weight: 200;
}
.banner_text2 {
	width:1200px;
	text-align: center;
	padding-top: 225px;
	margin: 0 auto;
}
.banner_text2 h2 {
	font-weight: 800;
	color: #fff;
	font-size: 54px;
	padding-bottom: 40px;
}
.banner_text2 p {
	font-size: 28px;
	color: #fff;
	line-height: 52px;
}
.banner_text2 a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	width:193px;
	margin: 15px auto;
	display: block;
}
.banner_text2 h4 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 25px;
}

.nav ul li:hover .NavWarp{ height: 400px; }
.NavWarp{ position: fixed; top:99px; width: 100%; height: 0; background: #fff; left: 0; transition: 0.5s; overflow: hidden;}
.NavWarp .NavWarp_box{ width: 1200px; margin: 0 auto; margin-top:15px; }
.NavWarp .NavWarp_box dl{ float: left; margin-right: 80px;}
.NavWarp .NavWarp_box h2{display: inline-block; line-height: 60px; font-size: 20px; border-bottom: 2px solid#3878FE; color: #000;}
.nav .NavWarp .NavWarp_box dl dd{ padding-top: 20px; line-height:14px; transition: 0.5s;}
.nav .NavWarp .NavWarp_box dl dd a{font-size: 16px; color: #000; padding: 0; display:inline; line-height: 14px;}
.nav .NavWarp .NavWarp_box dl dd:hover{transform: translateX(8px);}
.nav .NavWarp .NavWarp_list{ float: right; width: 350px;}
.nav .NavWarp .NavWarp_list .icon{ padding: 10px 0; width: 350px;}
.nav .NavWarp .NavWarp_list .icon img{ display: block; width: 100%; height: auto;}
.nav .NavWarp .NavWarp_list p{ font-size: 14px; line-height: 24px; color: #000;}