body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button,a {margin:0;padding:0;border: none;outline: none;}

table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
q:before,q:after {content:''}
abbr,acronym { border:0}
a{
	text-decoration: none;
}
/*@font-face {
  font-family: 'HanSansMedium'; 
  src: url('../font/SourceHanSansCN-Medium.otf');
  font-style: normal;  
}

@font-face {
  font-family: 'HanSansRegular'; 
  src: url('../font/SourceHanSansCN-Regular.otf');  
  font-style: normal;  
}
@font-face {
  font-family: 'HanSansHeavy'; 
  src: url('../font/SourceHanSansCN-Heavy.otf');
  font-style: normal;  
}
@font-face {
  font-family: 'HanSansBold'; 
  src: url('../font/SourceHanSansCN-Bold.otf'); 
  font-style: normal;  
} */
/* 当屏幕宽度在600像素到768像素之间时 */
@media (min-width: 1400px) and (max-width: 1670px) {
	.login >img{
		width: 260px !important;
		height:50px !important;
	}
	.header{
		padding: 0 35px!important;
	}
}  
@media (max-width: 1400px) {
	.header{
		padding: 10px !important;
	}
}
.login img{
	cursor: pointer;
}                                                                                      
.lineString{
	margin: 0 7px;
	margin-top: -17px;
	width: 1px;
	height: 18px;
	background: #000;
	transform: translateY(50%) translateX(50%);
}
.flex_center{
	align-items: center;
	display: flex;
}
.flex_end{
	align-items: end;
	display: flex;
}
/* 超出一行 */
.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex{
	display: flex;
}
/*----上箭头----*/
.arrow1:before {
  position: absolute;
  right: 23px;
  top: 8px;
  width: 8px;
  height: 8px;
  /* margin-top: -2px; */
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  content: '';
}
/*----下箭头----*/
.arrow2:before {
  position: absolute;
  right: 23px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: '';
}
/* 头部信息 */
.header{
	min-width: 1400px;
	width: 100%;
	height: 80px;
	background-color: #fcfdff;
	/*opacity: 0.9;*/
	padding: 0 70px;
	box-sizing: border-box;
	font-size: 16px;
	position: sticky;
	justify-content: space-between;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	box-shadow: 0px 0px 30px 0px 
		rgba(7, 137, 247, 0.5);
}
.header .tab{
	/* margin-right: 230px; */
	font-family: "HanSansMedium", Arial, sans-serif;
	cursor: pointer;
	font-size: 18px;
}
.header .tab li{
	border-bottom: 4px solid transparent;
}
.header .tab li:not(:last-child){
	margin-right: 30px;
}
.header .tab .active,.header .tab li:hover{
	color: #0c4291;
	border-radius: 2px;
	border-bottom: 4px solid #0c4190;
	line-height: 40px;
}

.nav_address{width:1360px;height:60px;line-height:60px;margin:0 auto;font-size:14px;}
.nav_address a:hover{color:#898989;}

.tab li:hover a{
	color: #0c4291;
}
.active a{
	color: #0c4291;
}
.info{
	display: flex;
}
.info .planet{
	margin:0 25px;
	font-family: "HanSansRegular", Arial, sans-serif;
	cursor: pointer;
}
.planet  a:hover,.userLogin a:hover{
	color: #ff872e;
}
.userLogin{
	font-family: "HanSansMedium", Arial, sans-serif;position: relative;
}
.userLogin span{
	margin-left: 7px;
}
.userLogin span:hover{
	color: #ff872e;
}
.userLogin:hover{
	cursor: pointer;
}
/* 底部信息 */
.bottom_info{
	height: 280px;
	width: 100%;
	background-color: #00245b;
	position: relative;
	min-width: max-content;
}
.bottom_info_box{
	width: 1400px;
	margin: 0 auto;
	padding-left: 190px;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
}
.info_href{
	padding-top: 78px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-right: 110px;
}
.info_href a{
	color: #fff;
	margin-right: 76px;
	margin-bottom: 40px;
	font-family: "HanSansRegular";
}
.info_href a:nth-child(6n){
	margin-right: 0;
}
.info_card{
	display: flex;
	justify-content: start;
	text-align: center;
	font-family: "HanSansMedium";
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 30px;
	box-sizing: border-box;
	padding-right: 438px;
}
.info_card img{
	width: 150px;
	height: 150px;
}
.dyh{
	margin-right: 30px;
}
.version {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.version a{
	color: #ffffff;
}
/* 专属客服 */
.coorporateService {
	position: fixed;
	top: 710px;
	right: 0px;
}
#scrollToTop{
	padding-top: 7px;padding-bottom: 5px;
	position: absolute;
	top: 56px;
	border-radius: 8px;
	border-top-left-radius: 0px;border-top-right-radius: 0px;
	right: -70px;
	background: #fff;
	width: 60px;
	text-align: center;
	font-family: HanSansMedium;
	cursor: pointer;
	margin: 10px 0;color: #898989;box-shadow: 0px 0px 9px 1px  rgba(44, 113, 184, 0.1);
}
#scrollToTop:hover{
	color: #0b4390;
}
.customer{
	width: 60px;background: #fff;
	text-align: center;box-shadow: 0px 0px 9px 1px  rgba(44, 113, 184, 0.1);padding-top: 5px;
    box-sizing: border-box;cursor: pointer;
	position: absolute;
	top: 0px;border-radius: 8px;
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
	right: -70px;
}
.customerText{
	font-family: HanSansMedium;
	font-size: 14px;
	letter-spacing: 3px;
	color: #898989;
	margin-top: 2px;margin-left: 3px;
}
.serviceBox{
	width: 358px;
	height: 205px;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 2px 
		rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
}
.serviceContent{
	position: absolute;
	bottom: -60px;
	right: -22px;
	height: 205px;
	width: 380px;
	display: none;
}
.leftDes{
	padding-top: 20px;box-sizing: border-box;
}
.topDes{
	display: flex;justify-content: space-between;
}
.coorporateDes{
	font-family: HanSansRegular;
	font-size: 18px;
	color: #000000;
}
.coorporateText{
	font-family: HanSansRegular;
	font-size: 14px;
	color: #4d4d4d;
}
.weChat img{
	width: 125px;
	height: 125px;
}
.serviceBtn{
	margin-top: 20px;
}
.serviceBtn div{
	width: 100px;
	height: 30px;
	background-color: #e2c176;
	border-radius: 13px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.serviceBtn div:last-child{
	margin-left: 75px;
}
/* 专属客服-结束 */


/* 加载更多 */
#loadMore{
	border: 1px solid #d2d2d2;width: 160px;height: 38px;line-height: 38px;text-align: center;margin: 0 auto;letter-spacing: 1px;font-size: 14px;cursor: pointer;box-sizing: border-box;
}
/* 到底了 */
#dataEnd{
	display: none;text-align: center;margin: 0 auto;letter-spacing: 1px;font-size: 14px;
}
/* 买卖家中心 */
.seller_center{
	width:46px;height:46px;line-height:14px;border-radius:23px;float:left;font-size:13px;color:#ffffff;font-style:italic;
	background-image:linear-gradient(-71deg,#ff7a00 0%,#fd902b 60%,#faa556 100%),linear-gradient(#f78a3d,#f78a3d);
	display:flex;align-items:center;justify-content:center;text-align:center;
}
.buyer_center{
	width:46px;height:46px;line-height:14px;border-radius:23px;float:left;font-size:13px;color:#ffffff;font-style:italic;
	background-image:linear-gradient(-71deg,#0c4191 0%,#1152ae 60%,#1563cb 100%),linear-gradient(#f78a3d,#f78a3d);
	display:flex;align-items:center;justify-content:center;text-align:center;
}

/* 鼠标悬浮登录 */
.userLoginSort{
	width: 124px;border-radius: 10px;font-size: 14px;box-shadow: 0px 0px 9px 1px rgba(44, 113, 184, 0.1);
	height: 110px;
	display: none;
	position: absolute;
	left: 11px;
	top: 75px;background-color: #fff;padding:0 20px;box-sizing: border-box;padding-top: 20px;
}
.userLoginSort img{
	width: 20px;height: 20px;vertical-align: top;
}
.userLoginBox{
	margin-bottom: 12px;
}
.exit{
	border-top: 2px solid #eee;padding-top: 12px;
}

/* 自媒体显示隐藏 */
.mediaShow{
	color:#000;position:absolute;top:20px;left: -89px;display:none;height:285px;
}
.mediaBox{
	width:600px;height:235px;background-color:#fff;margin:0 auto;display:flex;padding:37px 20px;box-sizing:border-box;font-size:16px;justify-content:space-around;box-shadow:0px 0px 30px 0px rgba(7, 137, 247, 0.5);margin-top:48px;border-radius:8px;
}
.mediaContent{
	width:140px;height:140px;text-align:center;
}
.mediaContent>img{
	width:100px;height:100px;
}
.mediaContent .mediaTitle{
	margin-top:26px;font-weight:bold;margin-bottom:4px;
}
.mediaContent .description{
	font-size:12px;color:#666;
}
