/*重置元素默认样式*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,body {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #333;
	font-family: "Microsoft YaHei", "serif", "sans-serif", "cursive", "fantasy","monospace";
}
ul,ol {
	list-style-type: none;
}
img {
	border: 0;
}
input,select,textarea,button {
	outline: none;
	border: none;
	background: none;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
}
a:hover,a:focus {
	text-decoration: none;
}
.tabs-icon{
	position: absolute;
	right:20px;
	top:0;
  display:none;
  width:40px;
  height:60px;
  padding:15px 0;
}
.tabs-icon span{
  display:block;
  height:3px;
  margin-bottom:10px;
  background:rgb(60, 180, 12);
  border-radius: 2px;
}
.tab-wp{
  display: none;
  position: fixed;
  left: 0;
  top:0;
  width: 100vw;
	height:100vh;
	z-index: -1;
}
.tab-wp.show-tab{
	display: block;
	z-index: 9999;
	transition: all .5s;
}
.shade{
  position: fixed;
  left: 0;
  top:0;
  width: 100vw;
  height:100vh;
  background: rgba(0,0,0,0);
  transition: all .5s;
}
.show-tab .shade{
  background: rgba(0,0,0,.6)
}
.tab{
  position: absolute;
  top:0;
  right:-50vw;
  width:50vw;
  height:100vh;
  background: #fff;
	transition: all .5s;
	color:rgb(200, 179, 159);
}
.tab a:visited{
	color:#333;
}
.show-tab .tab{
  right:0;
}
.tab-item{
  height:12vh;
  line-height: 12vh;
  text-align: center;
  background: #fff;
  font-size:16px;
}
.coninter{
	position: relative;
}
.header{
	position: relative;
	width: 1200px;
	margin:0 auto;
}
.back{
	background-color:rgb(39, 41, 43);
	position: relative;
	border-bottom:8px solid rgb(57, 118, 38);
}
.back li a{
	display:block;
	height:100%;
	padding-top:15%;
	color:rgb(200, 179, 159);
}
.header img{
	margin-left:5%;
	width:20%;
	height:25%;
}
.nav{
	height:100%;
	font-size:20px;
	display: flex;
	position:absolute;
	width:65%;
	margin-left:30%;
}
.nav li{
	width:25%;
}
.back li a:visited{
	color:#fff;
}
.back li a:hover{
	color:rgb(200, 179, 159);
}
.list{
  width:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.banner {
	height:auto;
	width:1200px;
}
.footer  {
  width:1200px;;
	height: 25%;
	margin:0 auto;
	background-color: #27292b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-top:0;
}
.fleft  {
	float: left;
	width: 70%;
	height: 285px;
	padding-top: 10px;
	border-right: 1px solid rgb(168, 168, 167);
	border-width: 80%;
	margin-top:3%;
	margin-left:7%;
	margin-bottom:3%;
}
.fleft .item {
	float: left;
	width:50%;
	padding-top:5%;
	color: #fff;
	font-size:16px;
}
.fleft div:nth-child(3){
	float: left;
	width:50%;
	padding-top:9%;
	color: #fff;
	font-size:16px;
}
.fleft  div:nth-child(4){
	float: left;
	width:50%;
	padding-top:9%;
	color: #fff;
	font-size:16px;
}
.fleft img  {
	width: 15%;
	height: 15%;
	float: left;
	margin: 3px 22px 0 0
}
.fleft p  {
	font-size: 18px
}
.fright  {
	float: left;
	width: 30%;
	color: #fff;
	font-size: 18px;
	margin-left: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.fright span:nth-child(1){
	margin-bottom: 4%
}
.fright span:nth-child(2){
	margin-bottom: 14%
}
.fright .khd  {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.fright .khd img  {
	width: 30%;
	height: 30%;
}
.certif{
	width:1200px;;
	margin:0 auto;
	height: 100px;
	font-size: 15px;
	text-align: center;
  padding-top: 10px;
  background-color:rgb(231, 231, 231)
}
.certif-text{
	display:flex;
	flex-direction:row;
	font-size:18px;
	line-height:40px;
	justify-content:center;
}
.certif-text a{
	color:rgb(200, 179, 159);
}
.certif-text a:visited{
	color:#333
}
.certif-text a:hover{
	color:rgb(200, 179, 159);
}
.h-text{
	position:absolute;
	left:10000px;
}
.size2{
	font-size:18px;
}
.size3{
	font-size:22px;
}
.size4{
	font-size:28px;
}
.year-title{
	position: relative;
}
.year{
	font-size:80px;
	color:rgb(230, 220, 40);
	font-weight:600;
	position: absolute;
	left:39%;
	top:27%;
}
.p-img{
	line-height:0;
}
.backcolor{
	background-color:rgb(231, 231, 231);
}
.bottom{
	font-size:12px;
	display: flex;
	flex-direction:row;
	justify-content: center;
	line-height:25px
}
@media screen and (max-width:750px){
	.nav{
		display: none;
	}
	.tabs-icon{
		display: block;
	}
	.tab-item{
		font-size:30px;
	}
	.link{
		margin-right:50px;
	}
	.size3{
		font-size:14px;
	}
	.size4{
		font-size:18px;
	}
	.fleft {
		padding-top:6%;
	}
	.year{
		top:16%
	}
	a:visited{
		color:black;
	}
	.banner{
		width:100%;
	}
	.certif{
		width:100%;
	}
	.footer{
		width:100%;
	}
	.header{
		width:100%;
	}
  /* 采购频道 */
  .banner-box  {
    padding: 15px!important;
  }
  .banner-box .container-1 {
    font-size: 30px;
  }
  .banner-box .container,
  .banner-box .title {
    font-size: 30px;
  }
  .banner-box .section,
  .banner-box .text {
    font-size: 28px;
  }
}
@media screen and (max-width:1000px){
	.banner{
		width:100%;
	}
	.certif{
		max-width:1000px;
	}
	.footer{
		max-width:1000px;
	}
	.header{
		max-width:1000px;
	}
}

.nav .link:hover .submenu {
  display: block;
  font-size: 16px;
  width: 150px;
  height: 85px;
  background-color:#27292B;
}

.submenu {
  display: none;
  position: absolute;
  top: 60px;
}
.submenu .item {
  width: 100%;
  display: block;
  border-top: 1px solid #397626;
  background-color: #3d3d3ddc;
}
.submenu .item a {
  padding: 10px 0;
  text-align: center;
}
.submenu .item a:hover {
  color: rgb(236, 163, 79);
}
.submenu .item:hover {
  cursor: pointer;
  background-color: #5f5f5fdc;
}