@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font: normal 18px/34px Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti,
    "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
  font-family: "Microsoft YaHei";
  text-align: left;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
/* 整体尺寸 */
.dwHeaderBox {
  position: fixed;
  width: 100%;
  z-index: 1111;
  line-height: 2em;
  height: 60px;
  user-select: none;
  background: rgba(255, 255, 255, 1);
  top: 0;
}
.dwHeaderBox::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  box-shadow: rgba(0, 107, 171, 0.12) 0px 4px 5px -2px;
  z-index: 89;
}
/* wrapper */
.dwHeader {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
  /* overflow: hidden; */
}
.dwHeader .dwLogo {
  width: 118px;
  height: 44px;
  display: inline-block;
  margin: 10px 0 0 8px;
}
.dwHeader .dwLogo .dwnews-logo {
  height: 100%;
}

.dwLogo a .dwnews-logo {
  height: 100%;
}

/* 搜索按钮 + 登录 start*/
.dwSearch {
  position: absolute;
  height: 60px;
  background: #fff;
  z-index: 111;
  display: flex;
  right: 12px;
  top: 0;
  padding: 0 28px;
}
.dwSearchbox {
  width: 160px;
  display: flex;
  padding-top: 15px;
  position: relative;
}
.dwSearchbox input {
  top: 14px;
  width: 100%;
  height: 32px;
  padding: 0 4px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  font: 400 13.3333px Arial;
  outline: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding-right: 34px;
}
.dwSearchbox input:focus, .dwSearchbox input:active {
  background: #fff;
}

/* .dwHeaderBox .dwHeader input::-moz-input-placeholder, */
/* .dwHeaderBox .dwHeader input::-o-input-placeholder, */
/* .dwHeaderBox .dwHeader input::-ms-input-placeholder, */
.dwHeaderBox .dwHeader input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.dwSearchbox .search-button {
  position: absolute;
  top: 14px;
  right: 0;
  width: 32px;
  height: 31px;
  border: none;
  cursor: pointer;
  background: #fff;
  font: 400 13.3333px Arial;
  box-sizing: border-box;
}

.dwSearchbox .search-button img {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 4px;
  right: 3px;
}

.dwTopLine {
  width: 1px;
  height: 28px;
  margin: 16px 15px 16px 20px;
  background: rgba(0, 0, 0, 0.08);;
  box-sizing: border-box;
}

.dwLogin {
  width: auto;
  height: 60px;
  font: 400 16px Arial;
}
.dwLogin .dwnews-default-button {
  width: 58px;
  height: 22px;
  border: none;
  cursor: pointer;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 0px;
  background: none;
  font-size: 16px;
  line-height: 22px;
  color: rgba(102, 102, 102, 1);
}
@-moz-document url-prefix() {
  .dwLogin button {
    width: 64px;
    height: 22px;
    border: none;
    cursor: pointer;
    margin: 19px 0 0 0;
    padding: 0px;
    background: none;
    font-size: 16px;
    line-height: 22px;
    color: rgb(102, 102, 102,1);
  }
}
.dwLogin .dwnews-default-button .dwnews-logout {
  float: left;
  width: 18px;
  height: 18px;
  margin: 1px 8px 0 0;
  box-sizing: border-box;
}
.dwLogin .dwnews-default-button.logon {
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  margin: 16px 0 0 0;
  padding: 0px;
  background: none;
  box-sizing: border-box;
}
.dwLogin .dwnews-default-button.logon svg {
  float: none;
  width: 32px;
  height: 32px;
  margin: 0;
}
.dwLogin .dwnews-default-button.logon img {
  float: none;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
}
/* 搜索按钮 + 登录 end */

/* 号航 start */
.dwNav {
  position: absolute;
  top: 0;
  left: 140px;
  height: 60px;
  margin-left: 22px;
}
.narrowNav {
  display: none;
}
.dwNav li {
  float: left;
  height: 60px;
  padding: 0 12px;
  line-height: 60px;
  text-align: center;
}
.dwNav li.hover {
  position: relative;
}
.dwNav li a {
  color: rgba(0, 0, 0, 0.78);
}
.dwNav li.hover a {
  color: rgba(0, 107, 171,1);
}
.dwNav li a:hover {
  color: rgba(239, 149, 41, 1);
}
.dwNav li a:active {
  color: rgba(255, 179, 87, 1);
}
.dwNav li.hover a:hover {
  color: rgba(0, 107, 171,1);
}
.dwNav li.hover::after {
  content: "";
  display: block;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 10px;
  border-bottom: 1px solid rgba(0, 107, 171,1);
  z-index: 101;
}
/* 导航 end */

/* 登录之后的下拉菜单 */
.dwnew-slidedown {
	position: absolute;
	right: 0px;
	top: 75px;
	width: 288px;
	background: #fff;
	padding-top: 15px;
	display: none;
	box-shadow: rgba(0, 33, 155, 0.12) 0px 0px 6px 2px;
	border: solid 1px #eeeeee;
  border-radius: 6px;
  z-index: 222;
  box-sizing: initial;
}
.dwnew-slidedown::before {
	content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
	border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  right: 88px;
}

.dwnew-slidedown .dwnew-slidedown-item {
	display: block;
	/* width: 64px; */
	height: 40px;
	font-family: "PingFangSC";
	font-size: 18px;
	line-height: 2.5;
	padding: 6px 30px;
  color: rgba(0, 0, 0, 0.78);
  box-sizing: inherit;
}

.dwnew-slidedown .dwnew-slidedown-item.logout {
	border-top: 1px solid #dddddd;
	padding: 10px 30px;
}

/* dwk公共底部 */
.footer-new {
  /* margin-top: 30px; */
  width: 100%;
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 102, 102,1);
}

.footer-new .footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
/* 底部logo */
.footer-new .footer .footer-logo {
  width: 12.5%;
  height: 40px;
  padding-left: 8px;
  box-sizing: border-box;
}

.footer-new .footer .footer-logo img{
  width: 102px;
  height: auto;
  margin-top: -2px;
}
/* 相关条款 */
.footer-new .footer .footer-relative {
  width: 50%;
  margin-top: -4px;
}
.footer-new .footer .footer-relative .relative-item {
  text-decoration: none;
  padding: 12px;
  color: rgba(204, 204, 204, 1);
  font-size: 14px;
  box-sizing: border-box;
}
.footer-new .footer .footer-relative .relative-item:hover {
  color: #fff;
  transition: color .5s;
}

/* 三方按钮 */
.footer-new .footer .footer-thired {
  width: 16.6667%;
  display: flex;
  justify-content: flex-end;
}
.footer-new .footer .footer-thired .thired-item {
  width: 24px;
  height: 24px;
  margin: 0 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .6;
}

.footer-new .footer .footer-thired .thired-item:hover {
  opacity: 1;
  transition: opacity .5s;
}

/* footer-copy */
.footer-new .footer .footer-copy {
  width: 16.6667%;
  display: flex;
  justify-content: flex-end;
  color: rgba(204, 204, 204,1);
  font-size: 14px;
}

/*  */
.header-top-new {
  height: 60px;
}
/* 1280 */
@media (max-width: 1280px) {
  .dwnew-slidedown::before {
    right: 64px;
  }
  .dwHeader {
    padding: 0 12px;
  }
  .dwSearch {
    right: 12px;
  }
  .dwnew-slidedown {
    right: 12px;
  }
  /* nav */
  .dwNav li {
    padding: 0 8px;
  }
  .dwSearch {
    padding: 0 16px;
  }
  /* footer */
  .footer-new .footer {
    padding: 20px 12px;
  }
}
/* 1008 */
@media (max-width: 1008px) {
  .dwHeader .dwLogo {
    margin: 10px 0 0 12px;
  }
  
  .dwHeader {
    padding: 0 8px;
  }
  .dwnew-slidedown::before {
    right:64px;
  }
  .dwSearch {
    padding: 0 13px;
  }
  .dwNav {
    display: none;
  }
	.narrowNav {
    position: fixed;
    display: block;
	  top: 60px;
	  left: 0;
	  overflow: hidden;
	  width: 100%;
	  height: 60px;
	  background: #f4f4f9;
    white-space: nowrap;
    padding-left: 24px;
    z-index: 111;
    padding: 4px 0 0 34px;
	}
	.narrowNav li {
	  float: left;
	  height: 60px;
	  /* padding: 0 10px; */
	  line-height: 60px;
    text-align: center;
    margin-right: 24px;
	}
	.narrowNav li a {
	  color: rgba(0, 0, 0, 0.78);
	}
	.narrowNav li.hover a {
	  color: rgba(0, 107, 171,1);
	}
	.narrowNav li a:hover {
	  color: rgba(239, 149, 41, 1);
	}
	.narrowNav li a:active {
	  color: rgba(255, 179, 87,1);
  }
  .narrowNav ul{
    display: flex;
    overflow-x: auto;
  }
  .dwLogin .dwnews-default-button {
    width: 60px;
  }
  .dwLogin .dwnews-default-button .dwnews-logout {
      float: left;
      width: 20px;
      height: 20px;
      margin: 0px 8px 0 0;
      box-sizing: border-box;
  }
  .footer-new .footer .footer-thired .thired-item {
    width: 28px;
    height: 28px;
  }
  .dwSearchbox .search-button img {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 3px;
    right: 2px;
  }

  /* footer */
  .footer-new .footer {
    display: inherit;
    padding: 18px 12px 20px;
  }
  .footer-new .footer .footer-logo,
  .footer-new .footer .footer-relative,
  .footer-new .footer .footer-thired,
  .footer-new .footer .footer-copy {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 28px;
  }

  .footer-new .footer .footer-relative {
    margin-top: 0;
  }

  .footer-new .footer .footer-logo {
    margin-top: 1px;
  }

  .footer-new .footer .footer-thired {
    margin-top: 20px;
  }

  .header-top-new {
    height: 120px;
  }
}

@media (max-width: 600px) { 
  .dwHeader {
    padding: 0 10px;
  }
  .dwLogin .dwnews-default-button {
    margin-top: 20px;
  }
  .dwnew-slidedown::before {
    right: 46px;
  }
  .dwHeader .dwLogo {
    margin: 8px 0 0;
  }
  .dwSearch {
    padding: 0;
    right: 10px;
  }
  .dwSearchbox input {
    display: none;
  }
  .narrowNav {
    padding: 0 0 0 16px;
  }
  .narrowNav li{
    margin-right: 14px;
  }
  .dwSearchbox {
    width: 60px;
  }

  /* footer */
  .footer-new .footer .footer-relative {
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .footer-new .footer .footer-relative .relative-item {
    padding: 8px;
  }
  .footer-new .footer .footer-copy {
    text-align: center;
    margin-top: 2px;
  }
  .footer-new .footer .footer-thired {
    margin-top: 16px;
  }
}