/*头部*/
*{user-select: none;}

.header_container {
	width: 100%;
	height: 100px;
	background-color: #EEEEEE;
}


/*PC*/
.drief {
    margin-top: 59px !important;
}
.headerBox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.headerLogo {
	width: 10%;
	height: 100px;
	background: url(../../images/index/header_logo.png) no-repeat center;
	background-size: 100%;
}

.headerBox ul {
	overflow: hidden;
}

.one_ul li,
.two_ul li {
	float: left;
	text-align: center;
	line-height: 100px;
	font-size: 1.5rem;
	height: 75%;
}

.headerBox ul li.active {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #ff8400;
}

/*.headerBox ul li:hover {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #ff8400;
}*/


.one_ul {
	width: 15%;
	height: 100%;
}

.one_ul li {
	/*width: 50%;*/
	float: left;
}

/*.header_p {
	float: left;
	width: 2px;
	height: 20px;
	background: #03004c;
	margin: 0 -1px;
	margin-top: 40px;
}*/

.two_ul {
	width: 90%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.two_ul li {
	width: 100%;
	padding: 0px 10px;
	/*float: left;*/
}

.hi_Andr {
	display: none;
}


/*尾部*/

.footer {
	width: 100%;
	padding-top: 1rem;
	box-sizing:  border-box;
	background: #000;
}

.footer .infor {
	width: 80%;
	margin: 0px auto;
	overflow: hidden;
}

.footer .infor ul {
	float: left;
}

.footer .infor li {
	height: 2rem;
	line-height: 2rem;
}

.footer .infor li:first-child a {
	color: #bbb;
	font-size: 1.5rem;
	font-weight: bolder;
}

.footer .infor a {
	color: #6b6b6b;
	font-size: 1.2rem;
	cursor: pointer;
}

.footer .infor li a:hover {
	color: #fff;
}

.footer .container .infor {
	width: 100%;
	height: 18rem;
	position: relative;
}

.footer .companyInfrom {
	height: 15rem;
	background: url(../../images/foot_logo.png) no-repeat 2rem;
	background-size: 10%;
	overflow: hidden;
}

.footer .companyInfrom i {
	color: #c4c4c4;
}

.footer .companyInfrom .fz {
	font-size: 2.3rem;
	margin-left: 13%;
	line-height: 20rem;
	font-weight: bolder;
}

.footer .fzs {
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #c4c4c4;
	font-size: 12px;
	margin-bottom: 15px;
}

.footer .callUs {
	width: 24%;
	margin-top: 3.9rem;
}

.footer .callUs h3,
.footer .callUs h4 {
	color: #c4c4c4;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
}

.footer .callUs i {
	display: inline-block;
	width: 28px;
	height: 28px;
}

.footer .callUs h3 i {
	background: url(../../images/wei_img.png) no-repeat 0 5px;
	margin-left: 20px;
}

.footer .callUs h4 i {
	background: url(../../images/call_img.png) no-repeat 0 -6px;
	margin-right: 10px;
}


/* 大屏幕（大桌面显示器，大于等于 1000px） */

@media screen and (min-width:1000px) {
	.hi_Andr {
		display: none;
	}
	
	.hi_PC {
		display: block;
	}
	/*尾部*/
	.footer .infor ul {
		width: 10%;
		margin-left: 10px;
	}
}


/* 中等屏幕（桌面显示器，在640px和 1000px之间） */

@media screen and (min-width:640px) and (max-width:1000px) {
	.hi_Andr {
		display: none;
	}
	
	.hi_PC {
		display: block;
	}
	/*首页*/
	.headerBox .one_ul li {
		width: 100%;
		height: 50% !important;
		text-align: center;
		line-height: 50px;
		font-size: 1.5rem;
		height: 75%;
	}
	.headerBox .two_ul li {
		height: 50% !important;
		width: 20%;
		text-align: center;
		line-height: 50px;
		font-size: 1.5rem;
		height: 75%;
	}
	/*尾部*/
	.footer .infor ul {
		width: 25%;
	}
}


/* 小屏幕（平板，小于 等于639px） */
@media screen and (max-width:639px) {
	.hi_Andr{display: block;}
	.hi_PC{display: none;}
	.header_container {
		height: 54px;
	}
	.header {
	  position: fixed;
	  top: 0;
	  width: 100%;
	  margin: 0 auto;
	  background-color: #FFFFFF;
	  z-index: 1000;
	}
	.containerAndr {
	  padding-top: 54px;
	}
	.head_Andr {
	  width: 100%;
	  height: 54px;
	  overflow: hidden;
	}
	.head_Andr p {
	  float: left;
	  height: 54px;
	}
	.head_Andr .btn,
	.head_Andr .avatar {
	  width: 20%;
	  background-color: white;
	}
	.head_Andr .btn button {
	  display: block;
	  width: 6rem;
	  height: 3rem;
	  background: url(../../images/header_v2_menu.png) no-repeat content-box;
	  background-size: 100%;
	  background-position-y: -1.3rem;
	  background-position-x: -0.3rem;
	  border: none;
	  margin: 0 auto;
	}
	#head_txt{
		margin-right: -6rem;
		margin-top: 2rem;
		display:  inline-block;
	}
	.head_Andr .avatar img {
	  display: block;
	  width: 28px;
	  height: 28px;
	  margin: 10px auto;
	}
	.sign {
	  width: 80%;
	  height: 100%;
	  background: url(../../images/footer_v2_logo.png) 6% 50% no-repeat content-box;
	  background-size: 10%;
	  text-align:  center;
	}
	.J_containerIs {
	  position: absolute;
	  top: 0px;
	  z-index: 999;
	}
	.aside.nav-left {
	  -webkit-transform: translateX(240px);
	}
	.aside {
		display: none;
		width: 10rem;
		cursor: pointer;
		opacity: 0.8;
		background-color: #E6E6E6;
		color: #000;
		position:  fixed;
		right: 0;
		top: 54px;
		z-index: 999;
	}
	.aside .sign {
	  height: 70px;
	  background-size: 20%;
	  width: 100%;
	}
	.aside .btn_aside {
	  width: 100%;
	  height: 42px;
	}
	.aside .btn_aside button {
	  width: 95%;
	  margin: 0 auto;
	  display: block;
	  height: 40px;
	  line-height: 40px;
	  font-size: 14px;
	  color: #4abdcc;
	  background-color: #FFFFFF;
	  border: 1px solid #4abdcc;
	  border-radius: 4px;
	  text-align: center;
	}
	.aside ul {
	  width: 100%;
	  height: 100%;
	  overflow: overlay;
	}
	.aside ul li {
	  width: 100%;
	  float: left;
	  height: 46px;
	  line-height: 46px;
	  text-align: 15px;
	  border-bottom: 1px solid #fff;
	}
	.aside ul li a {
	  padding-left: 15px;
	  box-sizing: border-box;
	  color: black;
	  font-size: 0.9rem;
	  font-weight: bolder;
	}
	.aside ul li.active {
	  border-bottom: 2px solid #ff8400;
	}
	.aside ul li:hover {
	  border-bottom: 2px solid #ff8400;
	}
	/*尾部*/
	.footer .infor ul {
		width: 33%;
	}
	.companyInfrom .fz {
		line-height: 26rem !important;
	}
	.footer .callUs {
	    width: 55%;
	    position: relative;
	    bottom: 28rem;
	}
	.footer .companyInfrom {		
		background-size: 25%;
	}
	.footer .fzs {
		font-size: 0.7rem !important;
	}
}