html{
        font: 12px/1.5 Penrose,PingFang SC,Hiragino Sans GB,Tahoma,Arial,Lantinghei SC,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,sans-serif;

}
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_dgfr4pshot.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_dgfr4pshot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_dgfr4pshot.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_dgfr4pshot.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_dgfr4pshot.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}
.web-font{
/*    font-family:"webfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; */
}
*{margin: 0;padding: 0;list-style: none;text-decoration: none;
}
.header{
	background-color: #e8e8e8;
	color: #333;
}
.header_center{
    width: 1200px;
    height: 75px;
    margin: 0 auto;
}
.header_logo{
    width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_logo img{
	width: 100%;
	height: auto;
}
.header_right{
	
}
.right_top{
    width: 990px;
}
.right_top>.shang_ul{
    margin-top: 10px;
    float: right;
    color: black;
}
.right_top>.shang_ul>li{
    float: left;
}
.right_top>.shang_ul>li{
    margin-left: 30px;
}
.right_top>.shang_ul>li>a{
    font-size: 14px;
    font-family: "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
}
.right_bottom>.bottom_ul{
	height: 100%;
    display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.right_bottom>.bottom_ul>li.sel{
	
}
.right_bottom>.bottom_ul>li.sel a{
	border-bottom: 3px solid #e16a1b;
	color: #e16a1b;
}
.right_bottom>.bottom_ul>li{
	height: 75px;
    margin-left: 50px;
}
.right_bottom>.bottom_ul>li>a{
	display: block;
	border-bottom: 3px solid transparent;
	margin-top: 19.5px;
	padding: 0 2px;
	line-height: 35px;
    font-size: 16px;
    font-family: "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}
.right_bottom>.bottom_ul>li.sel>a{
	/* color: #ff6e02; */
}
.right_bottom>.bottom_ul>li>a:hover{
   border-bottom: 3px solid #e16a1b;
   color: #e16a1b;
}
.header_email{
    width: 30px;
    height: 30px;
}
.space-between{
	display: flex;
	justify-content: space-between;
}
.overhidden{
	overflow: hidden;
}