* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
  word-break: break-word;
  text-align: justify;
	vertical-align: top;
	box-sizing: border-box;
}

@font-face {
	font-family: "SourceHanSansCN";
	src: url("../font/SourceHanSansCN-Bold_0.otf"),
		 url("../font/SourceHanSansCN-Medium_0.otf"),
		 url("../font/SourceHanSansCN-Normal_0.otf"),
		 url("../font/SourceHanSansCN-Regular_0.otf");
	font-weight: normal;
	font-style: normal;
  }
  
  body {
	  min-width: 1200px;
	  font-size:14px;
	  color: #333333;
	  font-weight: normal;
	  line-height: 1;
	  font-family:"SourceHanSansCN","Microsoft Yahei",Arial;
	  -webkit-text-size-adjust: 100%;
  }
img {
	width: 100%;
	height: auto;
	display:block
}
:focus {
	outline: 0;
}
a {
	color: #1a1a1a;
	text-decoration: none
}

input,button {
	-webkit-appearance: none
}

input,select,option,button,textarea {
	font-family: "microsoft yahei","微软雅黑";
	outline-color: #70b00b;
	outline: #a98e67;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select option,select {
	color: #999;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #999
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #999
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
}
em{
	font-style: normal;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,small {
	display: block
}

.fl{
	float: left
}

.fr {
	float: right
}
/* 用于列表跳转，覆盖整个元素跳转 */
a.link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:10;
}
.mengban{
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.main{
	width:80%;
	margin: 0 auto;
}
/* 以上为基础样式 */



header{
    position: relative;;
    width: 100%;
	  height: 120px;
    background:#fff;
    border-bottom:1px solid #eee;
    font-size: 20px;
}
.header-content{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.logo-img{
    width: 170px;
}
.other-link{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.share-link{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-right: 14px;
}
.share-link img{
    width: 24px;
    margin-right: 6px;
}
.address-link{
    width:20px;
    margin-right: 6px;
}
#change-language{
	margin:0 24px;
	padding: 0 14px;
    height: 36px;
    border: 2px solid #000;
	border-radius: 3px;
	position: relative;
	color: #000;
	text-align: center;
	font-size: 18px;
}
#change-language option{
	color: #000;
}
.drop-img{
    width:18px;
    margin-left:5px;
}
.nav{
	/* margin-top: 190px; */
	background: #F39800;
}
.nav-list{
	font-size: 18px;
	line-height: 50px;
	display: flex;
	flex-wrap: nowrap;
}
.nav-content{
	position: relative;
	padding-right: 48px;
}
.nav-content.active>a,.dropdown-list li.active2 a{
	color: rgba(255,255,255,.8);
}
.nav-content a:hover{
	color: rgba(255,255,255,.8);
}
.dropdown-list{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 260px;
	display: none;
	font-size:14px;
}
.nav-content:hover .dropdown-list{
	display: block;
}
.dropdown-list li a{
	width: 100%;
	display: block;
	line-height: 20px;
	height: 60px;
	word-break: break-all;
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
  /* justify-content: center; */
  padding-left: 10px;
	background: #F39800;
	border-top: 1px solid rgba(255,255,255,.6);
}
.kj-upload{
	padding:5.7% 0 6%;
}
.kj-upload-content ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.kj-upload-content li{
	width: 23.3%;
}
.upload-msg{
	padding: 14px 5px 0;
}
.upload-msg p{
	font-size: 16px;
	line-height: 24px;
}
.upload-btnlist{
	margin-top: 8px;
	display: flex;
	flex-wrap: nowrap;
}
.upload-btnlist a{
	color: #B5B6B6;
	text-decoration: underline;
}
.upload-btnlist a:first-child{
	margin-right: 10px;
}
footer{
	background: #c9c9ca;
}
.footer-content ul{
	display: flex;
	flex-wrap: nowrap;
}
.footer-content li a{
	margin-right: 38px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}

.zy-footer{
  background: #666;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  line-height: 1.7;
  font-size: 12px;
}
.zy-footer p{
  text-align: center;
}