@font-face {
  font-family: 'SourceHanSansCNS';
  src: url('./siyuan/siyuanheiti.eot');
  src: url('./siyuan/siyuanheiti.eot?#iefix') format('embedded-opentype'), 
  url('./siyuan/siyuanheiti.woff') format('woff'), 
  url('./siyuan/siyuanheiti.ttf') format('truetype'), 
  url('./siyuan/siyuanheiti.svg#glyphicons_halflingsregular') format('svg');
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
input {
	outline: none;
}

html { 
	width: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	 overflow-x: hidden; 
	}
body {
	width: 100%;
	/*overflow-x: hidden;*/
	/*font-family:"SourceHanSansCN-Regular, SourceHanSansCN, PingFangSC-Regular, PingFangSC, '微软雅黑'";*/
	/*font-family: "SourceHanSansCNS",Arial;*/
	font-family: "Noto Sans SC";
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	background-color: #fff;
}
.container{
	width:80%;
	max-width: 80%;
	padding: 0;
	margin:0 auto;
	padding:0;
}
p{
	margin-bottom: 0;
}
.btn{
	padding:0;
}
h2 {
	font-weight: normal;
	position: relative;
}

a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	right: 0;
	width:100%;
}
header{
	width: 100%;
	transition: all 0.4s ease;
	height: 80px;
	padding:16px 0;
}
header  .container {
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_btns {
	display: none;
}
.nav_list {
	font-size: 14px;
	width:800px;
}
.nav_list >ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.nav_list_con1 > li {
	display: inline-block;
	position: relative;
	float: left;
}
.nav_list_con1 > li >a:before{
	width:0px;
	height:3px;
	background:#6CB82D;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-14px;
	content: "";
	transition: all 0.4s;
}
.nav_list_con1 > li:hover >a:before{
	width:28px;
}
.nav_list_con1 > li:hover >a{
	color:#6CB82D;
	position: relative;
}
.nav_list_con1 > li.active > a{
	color:#6CB82D ;
}
.nav_list_con1 > li.active >a:before{
	width:28px;
	
}
.nav_list_con1 > li > a {
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	padding: 0 20px;
	display: block;
	text-align: center;
	transition: ease-in-out .3s;
}
/* search */
header .header-serch{
    width: 0px;
    border:solid 1px #fff;
    border-radius: 80px;
    padding: 4px 10px ;
    position: relative;
    opacity: 0;
    transition: all  1s;
    -ms-transition: all  1s;
    -moz-transition: all  1s;
    -webkit-transition: all  1s;
    -o-transition: all  1s;

}
header .header-search-wrap{
    display: inline-block;
    position: relative;
}
header .header-serch.on{
    width: 160px;
    opacity: 1;
}
header .header-serch input{
    height: 22px;
    width: 110px;
    background-color: transparent;
	border:none;
}
header .search_btn{
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    cursor: pointer;
}
header.on{
	background-color:rgba(255,255,255,1);
}

header.on .nav_list_con1 > li > a {
	color: #000;
}

header.ons{
	background-color:rgba(255,255,255,1);
}
header.ons .nav_list_con1 > li > a {
	color: #000000;
}
/*footer*/
footer{
	width:100%;
	background:#191C1F;
	padding-top:77px;
}
footer.index{
	padding-top:238px;

}
footer .top {
	display: flex;
}
footer ul{
	display: flex;
	flex:1;
	justify-content: space-between;
}

footer ul li p{
	margin-bottom: 10px;
}
footer ul li p a{
	font-size: 14px;
    color: rgb(255,255,255,0.75);
    line-height: 14px;
	text-decoration: none;
}
footer ul li p.t{
	margin-bottom: 40px;
	font-weight:bold;
	height:36px;
	font-size:18px;
	line-height: 1;
}
footer dl{
	display: flex;
	font-size: 14px;
	color: #BBBBBB;
	margin-bottom: 10px;
}
footer dl dt{
	margin-right:14px;
}
footer dl dd{
	margin-bottom: 0px;
}
.footerLogo{
	margin-bottom:50px;
}
footer div.bottom{
	display: flex;
	justify-content: space-between;
	line-height: 70px;
	border-top:solid 1px #464646;
}
footer select {
    word-wrap: normal;
    background: transparent;
    color: #BBBBBB;
    border: none;
    background-color: #191C1F;
    margin-left: 0px;
   }
 footer .bottom p{
 	color: #BBBBBB;
 }
@media only screen and (max-width: 1250px){
	.container{
		width:100%;
		
	}
	.nav_list_con1 > li > a{
		font-size: 16px;;
	}
}
@media only screen and (max-width: 991px) {
		header{
			height:60px;			
		}
		.logo{
			height:40px;
		}
		header  .container{
			max-width: 100%;
			padding:0 15px;
		}
		.nav_list ul{
			flex-direction: column;
		}
		.nav_btn{
			margin-right:20px;
		}
		.nav_list_con1 > li::before{
			display: none;
		}
		.header_btns{
			display: flex;
			align-items: center;
			
		}
		.nav_list {
			position: fixed;
			right: 100%;
			width: 80%;
			top: 60px;
			height: calc(100vh - 60px);
			z-index: 99;
			background: #505154;
			overflow-y: auto;
			transition: ease-in-out .3s;
			z-index: 5
		}
		.nav_list.act {
			right: 20%;
		}
		.nav_list_con1 {
			display: block;
			padding: 0 20px 40px;
		}
		.nav_list_con1 > li {
			float: none;
			width: 100%;
			display: block;
			border-bottom: 1px solid #646464;
		}
		.nav_list_con1 > li > a {
			line-height: 40px;
			font-size: 14px;
			padding: 10px 0;
			color: #fff;
			text-align: left;
			display:block;
			padding-left: 30px;

		}
		.nav_list_con1 > li > a::before {
			display: none;
		}
		.nav_list_con1 > li.active >a{
			color:#6CB82D;
		}
		.nav_list_con1 > li:hover > a{
			color:#6CB82D;
		}
		header .header-search-wrap{
			position: fixed;
			right: 100%;
			top: 60px;
			height: calc(100vh - 60px);
			width: 100%;
			border-top: 1px solid #eee;
			box-sizing: border-box;
			transition: left ease-in-out .3s;
			background: rgba(255, 255, 255, 0.9);
			transition: ease-in-out .3s;
			
		}
		header .header-search-wrap.act{
			right:0%;
		}

		header .header-search-wrap .header-serch{
			width: 96%;
			margin: 0 auto;
			position: absolute;
			top: 48%;
			transform: translateY(-50%);
			left: 2%;
			height: 40px;
			border: solid 1px #000;
			padding: 0 12px;
			border-radius: 40px;
			opacity: 1;
			background-color: #fff;
		}
		header .header-search-wrap .search_btn{
			position: absolute;
			top: 48%;
			right:2%;
			margin-top:-12px;
			margin-right:15px;
		}
		header .header-serch input{
			width: 70%;
			height: 38px;
			margin-left: 2%;
			line-height: 38px;
		}
		footer .top{
			flex-direction: column;
		}
		footer ul{
			margin-left:0;
			display: none;
		}
		footer div.bottom{
			flex-direction: column;
			line-height: 1.5;
		}
		footer div.bottom p{
			margin-top:30px;
		}
		footer{
			padding-top:60px;
			padding-bottom: 40px;
		}
		header.ons
       {
        background-color:unset;
	   }
		

}