* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
.layui-table img{
	max-height: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

body{
	height: 100%;
    font:16px/120% "微软雅黑","宋体";
	color:#000;
}

@font-face {
  font-family: 'ENTT';
  src: url("../font/NexaRustSans-Black.otf");
}

a{ color:#000;}
a:hover{color:#fcc800;}

.clear {
	position: relative;
}

.clear:after{
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

button {
	cursor: pointer;
}

.oh {
	overflow: hidden;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}

.pc {
    display: block !important;
}

.m {
    display: none !important;
}

.hidden { display:none;}
/** 清除浮动 **/
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom: 1; }
.clear{clear:both;}
.top { width:100%; height:auto; position:relative;}
.top .uri { width:100%; position:absolute; text-align:center; bottom:42%; color:#fff;}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }

  .m {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {

 /*头部导航*/
.headerBox{
	/*height: 135px;*/
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

.header{
	width: 1100px;
	margin: 0 auto;
	/*padding: 30px 0;*/
	height: 120px;
	position: relative;
}

.header_l{
	width: 120px;
	height: 120px;
}

.header_l a{
	display: block;
	width: 100%;
	height: 100%;
}

.header_l a img{
	display: block;
	width: 100%;
	height: 100%;
}

.headerNav{
	height: 120px;
}

.headerNav li{
	float: left;
	margin-left: 48px;
	position: relative;
	height: 100%;
}

.headerNav li a{
	display: block;
	height: 100%;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 120px;
	position: relative;
}

.headerNav>li>a {font-family: 'ENTT';}

.headerNav li.cur a:after{
	content: " ";
	position: absolute;
	bottom: 20px;
	left: 2px;
	right: 2px;
	border-bottom: 5px solid white;
}

.headerNav li:hover a:after{
	content: " ";
	position: absolute;
	bottom: 20px;
	left: 2px;
	right: 2px;
	border-bottom: 5px solid white;
}

/*.headerNav li:hover .childrenNav{
	display: block;
	opacity: 1;
}*/

.headerNav li .childrenNav{
	position: absolute;
	left: 0;
	top: 75px;
	width: 300px;
	display: none;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.headerNav li .childrenNav li{
	float: none;
	height: 36px;
}

.headerNav li .childrenNav li a{
	line-height: 36px;
}


.topbanner { width:100%; height:500px;}


.top .uri { font-size:34px;font-weight:bold;font-family: 'ENTT';}

/*搜索*/
.top .searchWrap{
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100000000;
}
.top .searchWrap h1{
	font-size: 34px;
	text-align: center;
	color: white;
	margin-bottom: 30px;
	font-family: 'ENTT';
}
.top .searchWrap .searchBox{
	width: 600px;
	height: 56px;
	border: 1px solid white;
	display: flex;
	align-items: center;
	box-sizing: content-box;
}
.top .searchWrap .searchBox input{
	display: block;
	height: 50px;
	width: 549px;
	box-sizing: border-box;
	padding: 0 13px;
	background-color: rgba(255,255,255,0);
	border: none;
	outline: none;
	color: white;
	font-size:16px;
}

.top .searchWrap .searchBox input::-webkit-input-placeholder{
	color: #dfdfdf;
}

.top .searchWrap .searchBox button{
	display: block;
	width: 51px;
	height: 56px;
	background-color: white;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
}



/*主体内容*/
.containter{ margin:70px auto; width:1040px;}

.containter .article .left{ float:left; width:180px; margin-right:123px; min-height:300px; _heigth:300px;}
.containter .article .left .menubox { width:180px;}
.containter .article .left .menubox a { color:#a2a2a2; display:block; margin-bottom:24px;}
.containter .article .left .menubox a:hover { color:#fcc800; font-weight:bold;}
.containter .article .left .menubox a.on{ color:#fcc800; font-weight:bold;}
.containter .article .right{ float:left; width:734px;}
.containter .article .right .box { margin-bottom:110px;}
.containter .article .right .box .title { font-size:28px;color:#fcc800; height:32px; margin-bottom:18px;font-family: 'ENTT';}
.containter .article .right .box .cnt { line-height:30px;}
.containter .article .right .box .cnt .text {margin-top:20px;}

.containter .article .right .box .cnt .job{}
.containter .article .right .box .cnt .job .line { height:30px; margin-bottom:30px; border-bottom:1px solid #ccc;}

.containter .goods{}
.containter .goods .catsbox { display:flex; align-items:center;justify-content: center;}
.containter .goods .catsbox a{ width:308px; border:1px solid #fcc800; height:50px; line-height:50px; text-align:center; color:#fcc800;display:block; margin-right:55px; margin-bottom:20px; font-weight:bold;}
.containter .goods .catsbox a:nth-child(3n){ margin-right:0px;}
.containter .goods .catsbox a:hover { background-color:#fcc800; color:#fff;}
.containter .goods .catsbox a.on { background-color:#fcc800; color:#fff;}

.containter .goods .list{margin-top:30px;}
.containter .goods .list ul { margin-bottom:10px;}
.containter .goods .list li { float:left; display:block; width:310px; margin-right:55px; margin-bottom:28px;}
.containter .goods .list li:nth-child(3n) { margin-right:0px;}
.containter .goods .list li img { width:310px; height:200px;}
.containter .goods .list li p { padding:5px 0px;}

.containter .goods_info .left{ float:left; width:620px; margin-right:80px;}
.containter .goods_info .left img { width:620px;}
.containter .goods_info .right{ float:left; width:339px;}
.containter .goods_info .right .cats { font-weight:bold; font-size:18px;}
.containter .goods_info .right .attr { color:#fcc800; margin-top:12px; font-weight:bold; margin-bottom:40px;}
.containter .goods_info .right .cnt { line-height:34px;}

/*主体内容-------------------*/


/*底部*/
.footBox{
	background-color: #F0F0F0;
	position: relative;
}

.footer{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.footImg{
	width: 90px;
}
.footImg img{
	display: block;
	width: 90px;
	height: 75px;
}
.footNav{
	display: flex;
	justify-content: space-between;
	width: 760px;
}
.footNav li a{
	display: block;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 30px;
	
}
.footNav li .nav1{
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	font-family: 'ENTT';
}

.footDown {
	width: 1100px;
	margin: 30px auto 0;
	height: 60px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8B8B8B;
	line-height: 60px;
}

.footDown p:nth-child(1){
	margin-right: 35px;
}

.footDown img{
	position: relative;
	top: 2px;
	margin-left: 5px;
}

}

@media screen and (max-width: 1000px) {

.wraphead { width:100%; position:fixed; height:auto; top:0px; left:0px; z-index:99999;}

.mheaderBox{
	height:auto;
	padding: 0 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 10000000000;
}
.mheaderBox a.headerLogo{
	display: block;
}
.mheaderBox a.headerLogo img { width:80%;}
.mheaderBox .headerNav{
	display: flex;
	align-items: center;
	height:auto;
}
.mheaderBox .headerNav a.en{
	
	color: white;
	margin-right: 30px;
	text-align: center;
}
.mheaderBox .headerNav .navBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.mheaderBox .headerNav .navBtn img { width:30px; height:30px;}
.navBox{
	width: 100%;
	background-color: white;
	z-index: 1000000000;
	padding: 0;
	/*padding: 2.133333rem 0 0.8rem;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navList li{
	position: relative;
	padding:15px 0px;
}
.navList li::after{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #dedede;
}
.navList li a{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-right: calc(100%*0.06 + 5px);
    padding-left: calc(100%*0.06 + 20px);
	color: #000000;
}
.navList li a img{
    height:10px;
}

.navList li .childrenNav{
	/*padding: 0 0.2rem 0.4rem;*/
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top:10px;
}
.navList li .childrenNav li { padding:9px 0px;}
.navList li .childrenNav li::after{
	border: none;
}
.navList li .childrenNav li a{
	display: block;
}
.topbanner { width:100%; height:400px;}

.top .uri { font-size:34px;font-weight:bold;}


/*搜索*/
.top .searchWrap{
	position: absolute;
	top: 50%;
	left:0px;
	padding: 0 40px;
	width:calc(100% - 80px);
}

.top .searchWrap h1{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 30px;
	display:block;
}

.top .searchBox{
	width: 100%;
	height: 51px;
	border: 1px solid white;
	display: flex;
	align-items: center;
	position:relative;
}

.top .searchBox input{
	display: block;
	height: 50px;
	width:calc(100% - 60px);
	box-sizing: border-box;
	padding: 0 10px;
	background-color: rgba(255,255,255,0);
	border: none;
	outline: none;
	color: white;
	font-size:16px;
}

.top .searchBox input::-webkit-input-placeholder{
	color: #dfdfdf;
}

.top .searchBox button{
	display: block;
	width: 51px;
	height: 51px;
	background-color: white;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	position:absolute;
	right:0px;
	top:0px;
}


/*主体内容*/
.containter{ margin:50px 6%;}

.containter .article .left{ float:left; width:180px; margin-right:123px;}
.containter .article .left .menubox a { color:#a2a2a2; display:block; margin-bottom:24px;}
.containter .article .left .menubox a:hover { color:#fcc800; font-weight:bold;}
.containter .article .left .menubox a.on{ color:#fcc800; font-weight:bold;}
.containter .article .right{ width:100%}
.containter .article .right .box { margin-bottom:84px;}
.containter .article .right .box .title { font-size:28px; font-weight:bold; color:#fcc800; height:32px; margin-bottom:18px; text-align:center;}
.containter .article .right .box .cnt { line-height:34px;}
.containter .article .right .box .cnt .text {margin-top:20px; text-align:center;}

.containter .article .right .box .cnt .job{}
.containter .article .right .box .cnt .job .line { height:30px; margin-bottom:30px; border-bottom:1px solid #ccc;}


.containter .goods{}
.containter .goods .catsbox a{ border:1px solid #fcc800; height:50px; line-height:50px; text-align:center; color:#fcc800;display:block; margin-bottom:20px; font-weight:bold;}
.containter .goods .catsbox a:hover { background-color:#fcc800; color:#fff;}
.containter .goods .catsbox a.on { background-color:#fcc800; color:#fff;}

.containter .goods .list{margin-top:30px;}
.containter .goods .list ul { margin-bottom:10px;}
.containter .goods .list li { display:block; width:100%; margin-bottom:28px;}
.containter .goods .list li img { width:100%; height:auto;}
.containter .goods .list li p { padding:5px 0px;}

.containter .goods_info .left{ width:100%; margin-bottom:20px; text-align:center;}
.containter .goods_info .left img { max-width:100%; height:auto;}
.containter .goods_info .right{width:100%;}
.containter .goods_info .right .cats { font-weight:bold; font-size:18px;}
.containter .goods_info .right .attr { color:#fcc800; margin-top:12px; font-weight:bold; margin-bottom:40px;}
.containter .goods_info .right .cnt { line-height:34px;}

/*主体内容-------------------*/


/*底部*/
.footer{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F0F0F0;
	padding:35px 6% 20px 6%;
}

.footerUp{
	margin-bottom: 20px;;
}
.footDown{
    width: 100%;
	font-size:14px;
	color: #8B8B8B;
	text-align:center;
	line-height:26px;
}
.footDown p{
    display: flex;
	text-align:center;
	justify-content: center;
	align-items:center;
}

.footDown  p img{
   margin-left:10px;
	
}
}
