/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}
a {
	text-decoration: none;
	/*color: #666;*/
	transition: all 0.5s ease 0s;
}
a:focus {
	outline: none;
}
a:hover {
	/*color: #333;*/
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin-bottom: 0px;
}
li {
	vertical-align: bottom;
	zoom: 1;
}
img {
	border: 0px;
}
select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}
textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
th,
td {
	padding: 0;
}
input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
}
.hidden {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}
p {
	margin: 0px;
}
em,
i {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}
input::-webkit-input-placeholder {
	color: #999;
}
input::-moz-input-placeholder {
	color: #999;
}
input::-ms-input-placeholder {
	color: #999;
}
textarea::-webkit-input-placeholder {
	color: #999;
}
textarea::-moz-input-placeholder {
	color: #999;
}
textarea::-ms-input-placeholder {
	color: #999;
}

.container {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 30px;
	margin: 0px auto;
}
.top {
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.top .topp {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5%;
	box-sizing: border-box;
}
.top .logo img{
	height: 60px;
}
.top .logo h3 {
	display: none;
}
.top.scope {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	/*background: #fff;*/
	background: rgba(4, 89, 174, 0.9);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	height: 70px;
}
.top.scope .logo img{
	height: 60px;
}
.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
}
.nav a {
	color: #999;
}
.nav .nLi {
	height: 100%;
	position: relative;
}
.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav .nLi h3 a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	position: relative;
	color: #fff;
}

.top.scope .nav .nLi h3 a{
	color: #fff;
}


.nav .on h3 a {
	font-weight: bold;
}
.nav .nLi:hover h3 a {
	font-weight: bold;
}
.nav .sub {
	display: none;
	left: 50%;
	transform: translate(-50%);
	top:55px;
	position: absolute;
	background: #fff;
	padding: 10px 0px;
	min-width: 140px;
}
.nav .nLi:hover .sub {
	display: block;
}
.nav .sub a {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 10px;
	text-align: center;
	display: block;
	white-space: nowrap;
}
.nav .sub a:hover {
	color: #000;
	font-weight: bold;
}
.phone_btn {
	float: right;
	display: none;
}
.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}
.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}
.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}
.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}
.menu_close img {
	width: 40px;
}
.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

/*底部*/

.footer{
	width: 100%;
	background: #212121;
	height: 414px;
	overflow: hidden;
}


.foot_left{
	width:25%;
	margin-top: 70px;
	margin-right:50px;
	
}
.foot_left p{
	font-size: 14px;
	color: #b9b9b9;
	margin-bottom: 10px;
}




.header_r2{
	padding-left: 45px;
    margin: 30px 0 0 0;
    background: url(../images/phone.png)  no-repeat left 13px;
    font: 400 16px/18px "Microsoft YAHEI";
    color: #fff;
    padding-bottom: 10px;
}

.header_r2 p{
	color: #b9b9b9;
	font-size: 16px;
}

.header_r2 font{
    color: #fff;
    font: 600 26px/40px "Microsoft YAHEI";
    letter-spacing: -0.5px;
}


.foot_z{
	width: 50%;
	margin-top: 70px;
	border-left: 1px solid #666;
   border-right: 1px solid #666;
}

.foot_z ul{
	margin: 0 16px;
    width: 16%;
    float: left;
    margin-left: 47px;
}

.foot_z .ul_2{
	width: 28%;
	margin: 0 50px;
}


.foot_z ul li h1{
	font-size: 18px;
	color: #b9b9b9;
	margin-bottom: 30px;
}

.foot_z ul li a{
	display: block;
	font-size: 16px;
	color: #b9b9b9;
	margin-bottom: 30px;
}


.foot_right{
	width: 20%;
	margin-top: 70px;
}

.foot_right p{
	width: 116px;
    margin: 0 auto;
    height: 116px;
    overflow: hidden;
    margin-top: 50px;
}

.foot_right span{
	color: #b9b9b9;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	display: block;

}

.footer_b{
	background: #191919;
	height: 70px;
	
}


.footer_b p{
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	text-align: center;
}
