body {
  color: #3f4148;
}
#header,
#body,
#footer {
  min-width: 1346px;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1500px;
  min-width: 1346px;
}
#header *,
#header *:before,
#header *:after {
  box-sizing: border-box;
}
#footer *,
#footer *:before,
#footer *:after {
  box-sizing: border-box;
}

#header .layui-btn {
  background-color: #0086ff;
  border-radius: 5px;
}
#header .layui-btn.layui-btn-text {
  padding-left: 0;
  padding-right: 0;
  color: #3f4148;
  background-color: transparent;
}

#header {
  position: relative;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(77, 81, 114, 0.1);
  z-index: 1;
}
#header > .wrapper {
  height: 100%;
}
#header .logo {
  float: left;
  height: 100%;
}
#header .logo:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#header .logo img {
  height: auto;
  margin-top: 0;
  vertical-align: middle;
}
#header .nav {
  float: left;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 6%;
}
#header .nav .layui-nav .layui-this:after,
#header .nav .layui-nav-bar {
  display: none;
}
#header .nav .layui-nav {
  background-color: transparent;
}
#header .nav .layui-nav .layui-nav-item {
  float: none;
  margin: 0;
  font-size: 18px;
  color: #3f4148;
  line-height: 80px;
}
#header .nav .layui-nav .layui-nav-item.layui-this {
  color: #0086ff;
}
#header .nav .layui-nav .layui-nav-item a {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
#header .nav .layui-nav .layui-nav-item + .layui-nav-item {
  margin-left: 80px;
}
#header .nav .layui-nav-child {
  top: 85px;
}
#header .nav .layui-nav-child dd {
  font-size: 16px;
}
#header .nav .layui-nav-child dd a {
  text-align: left;
}
#header .user-box {
  float: right;
  height: 100%;
}
#header .user-box:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#header .user-box .layui-btn {
  width: 90px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
}
#header .user-box .layui-btn.layui-btn-text {
  width: auto;
}
#header .contact {
  float: right;
  height: 100%;
  margin-right: 30px;
  padding-top: 24px;
  padding-left: 44px;
  background: url("../images/ico_tel.png") no-repeat left center;
}
#header .contact span {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
#footer {
  height: 470px;
  color: #8195a5;
  background-color: #222a39;
}
#footer > .wrapper {
  height: calc(100% - 116px);
  padding-top: 66px;
}
#footer .content {
  width: auto;
}
#footer .content:before,
#footer .content:after {
  display: table;
  clear: both;
  content: "";
}
#footer .col1 {
  float: left;
  width: 700px;
  padding-right: 20px;
}
#footer .col2 {
  float: left;
  width: 460px;
}
#footer .col3 {
  float: right;
}
#footer .links {
  margin-bottom: 76px;
  line-height: 1;
}
#footer .cop {
  width: 600px;
  height: 190px;
}
#footer .cop .title {
  margin-bottom: 30px;
}
#footer .cop .title h4 {
  font-size: 16px;
}
#footer .cop .list {
  font-size: 0;
}
#footer .cop .list li {
  display: inline-block;
  width: 116px;
  height: 51px;
  margin-right: 14px;
  margin-bottom: 29px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
}
#footer .cop .list li a {
  display: block;
  height: 100%;
}
#footer .cop .list li img {
  width: 114px;
  height: 49px;
  vertical-align: top;
}
#footer .contact .title {
  margin-bottom: 30px;
}
#footer .contact .title h4 {
  font-size: 18px;
  line-height: 1;
}
#footer .contact .intro p {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 60px;
}
#footer .contact .intro p .label {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .code {
  width: 140px;
  padding-top: 93px;
  text-align: center;
}
#footer .code img {
  width: 140px;
  height: 140px;
  margin-bottom: 14px;
  background: #8195a5;
}
#footer .code span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
#footer .bottom {
  height: 116px;
  font-size: 14px;
  text-align: center;
  line-height: 116px;
  clear: both;
}

/*原网站 侧边栏*/
.online_service {
  width: 46px;
  height: 142px;
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 3;
}
.service_unit {
  width: 46px;
  height: 142px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
/*原网站 侧边栏 科技查新帮助手册*/
.service_help {
  width: 46px;
  height: 200px;
  text-align: center;
  text-indent: 40px;
  padding-right: 10px;
  color: #fff;
  cursor: pointer;
  background: #fc6703 url("../images/icon-zshelp.png") no-repeat center 20px;
  /*writing-mode:tb-rl;*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*transition: all 0.2s linear 0s;*/
}
.service_help a {
  color: #fff;
}
.service_name:hover {
  background: #b10202 url("../images/icon_zxh.png") no-repeat center 20px;
}
.service_help:hover {
  background: #b10202 url("../images/icon-zshelph.png") no-repeat center 20px;
}
.service_name_info {
  width: 221px;
  padding-right: 21px;
  height: auto;
  /*background: url("../images/icon_sj.png") no-repeat right center;*/
  position: absolute;
  left: -215px;
  top: -30px;
  display: none;
}
/**/
.service_name {
  width: 46px;
  height: 142px;
  text-align: center;
  text-indent: 40px;
  padding-right: 10px;
  color: #fff;
  background: #fc6703 url("../images/icon_zx.png") no-repeat center 20px;
  /*writing-mode:tb-rl;*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*transition: all 0.2s linear 0s;*/
}
.service_name:hover {
  background: #b10202 url("../images/icon_zxh.png") no-repeat center 20px;
}
.service_name_info {
  width: 221px;
  padding-right: 21px;
  height: auto;
  /*background: url("../images/icon_sj.png") no-repeat right center;*/
  position: absolute;
  left: -215px;
  top: -30px;
  display: none;
}
.service_unit:hover .service_name_info {
  display: block;
}
/*原网站 登录后*/
.loginPlate_h {
  display: inline-block;
  line-height: 45px;
}

.login_center {
  display: inline-block;
  position: relative;
}
.login_center img {
  height: 40px;
}
.loginPlate a {
  color: #fff;
}
.login_name,
.login_a,
.register_a,
.forget_a,
.login_news {
  display: inline-block;
  padding: 0 10px 0 30px;
  color: #fff;
  font-size: 12px;
  background: url(../images/icon_user.png) no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.login_name,
.login_news {
  background: none;
  padding: 0 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
}
.login_news {
  width: 40px !important;
  height: 45px;
  padding: 0;
  margin-left: 20px;
  background: url(../images/icon_news.png) no-repeat center ;
  background-size: 40px !important;
  vertical-align: middle;
}
.login_news:hover {
  background: #fff url(../images/icon_newsh.png) no-repeat center;
  background-size: 40px;
  opacity: 0.8;
}
.login_news img {
  height: 40px;
}
.login_a:hover,
.forget_a:hover,
.register_a:hover,
.login_name:hover,
.login_center:hover .login_name,
a.current {
  background-color: #fff;
  color: #333;
}

.login_a {
  background-position: 10px 6px;
}
.register_a {
  background-position: 10px -29px;
}
.forget_a {
  background-position: 10px -62px;
}

.login_ul {
  width: 240%;
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 1000000;
  background: none;
  display: none;
}
.news_box {
  position: relative;
}
.login_center:hover .login_ul,
.news_box:hover .login_ul {
  display: block;
}

sup.subnav_sup {
  display: block;
  min-width: 16px;
  height: 16px;
  text-align: center;
  background: #f4523b;
  border-radius: 10px;
  padding: 0 4px;
  font-size: 12px;
  color: #f9f9f9;
  vertical-align: middle;
  line-height: 16px;
  margin: 0 0 2px 3px;
  position: absolute;
  top: 4px;
  right: -1px;
}
sup.subnav-dot-sup {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0000;
  margin: 0 0 2px 3px;
  position: absolute;
  top: -2px;
  right: -9px;
}
i.jticon {
  display: block;
  width: 100%;
  height: 10px;
  float: right;
  background: url(../images/gry_sj.png) no-repeat right;
}

.login_ul ul {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}
.login_ul li {
  display: block;
  width: 100%;
  padding: 6px 0;
  line-height: 30px;
  margin-bottom: 1px;
  cursor: pointer;
  text-align: left;
}
.login_ul li:hover,
.login_ul li.current {
  background: #41b8f0;
}
.login_ul li:hover a,
.login_ul li.current a {
  color: #fff;
}
.login_ul li a {
  position: relative;
  padding-left: 25px;
  color: #333;
}
.login_ul li a.icon_grzx {
  background-position: 30px -74px;
}
.login_ul li a.icon_ywcd {
  background-position: 30px 9px;
}
.login_ul li a.icon_news {
  background-position: 30px -17px;
}
.login_ul li a.icon_exit {
  background-position: 30px -43px;
}
.login_ul li a:hover {
  text-decoration: none;
}
