﻿

@media screen and (max-width: 750px) {
  .float-box {
    display: none;
  }
}

.center-box-1 {
  width: 1280px;
  margin: auto;
}

.nav-warp {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}

.nav-warp .top-nav {
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(90, 90, 90, 0.2);
}

.nav-warp .top-nav .center-box {
  position: relative;
}

.nav-warp .logo {
  width: 190px;
  margin-top: 16px;
  float: left;
}

.nav-warp .nav-box {
  height: auto;
  width: auto;
  text-align: right;
  float: right;
  margin-right: 150px;
}

.nav-warp ul {
  position: relative;
}

.nav-warp ul li {
  float: left;
  height: 70px;
  line-height: 70px;
  margin-left: 20px;
  box-sizing: border-box;
}

.nav-warp ul li.active a {
  color: #2EAFFF;
  /*border-bottom: 2px solid $color-font-blue;*/
}

.nav-warp ul li a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #717171;
}

.nav-warp ul li a:hover {
  color: #2EAFFF;
}

.nav-warp ul .line {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #2EAFFF;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.nav-warp .drop-down {
  width: 100%;
  height: auto;
  position: absolute;
  top: 70px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(90, 90, 90, 0.2);
  overflow: hidden;
  z-index: 999;
}

.nav-warp .drop-down .center-box {
  position: relative;
}

.nav-warp .menus2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
}

.nav-warp .menus2 a {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  color: #717171;
}

.nav-warp .menus2 a:not(:last-child) {
  margin-right: 15px;
}

.nav-warp .menus2 a img {
  display: block;
  width: 140px;
}

.nav-warp .menus2 a:hover {
  color: #2EAFFF;
}

.nav-warp .menus2 a p {
  line-height: 2;
}

.nav-warp .menus2[data-link='fwzx'] {
  text-align: right;
  padding: 20px 110px;
}

.nav-warp #pbj {
  padding-left: 440px;
}

.nav-warp #dgdc {
  padding-left: 540px;
}

.nav-warp #hcj {
  padding-left: 640px;
}

.banner-wrap {
  width: 100%;
  /*position: absolute;
   top: 70px;*/
  position: relative;
  z-index: 10;
}

.banner-wrap img {
  width: 100%;
}

.breadcrumb {
  width: 100%;
  margin: 20px 0;
}

.breadcrumb .bread-title {
  color: #787878;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: #969696;
}

.breadcrumb span {
  display: inline-block;
  float: left;
  margin: 0 8px;
}

.footer {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.footer .footer-box {
  width: 100%;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}

.footer .footer-box .col-5 {
  padding: 0 20px;
  box-sizing: border-box;
}

.footer .footer-box dl dt p,
.footer .footer-box dl dt span,
.footer .footer-box dl dt a {
  color: #787878;
  font-size: 16px;
  line-height: 2;
}

.footer .footer-box dl dd p,
.footer .footer-box dl dd span,
.footer .footer-box dl dd a {
  color: #969696;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-box dl dd a:hover {
  color: #CCCCCC;
}

.footer .footer-box dl dd .tel {
  font-size: 25px;
  font-weight: bold;
  color: #787878;
}

.footer .copyright {
  width: 100%;
  border-top: 1px solid #e9e9e9;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #B3B3B3;
  line-height: 60px;
}

.footer .copyright a {
  color: #B3B3B3;
  margin-left: 10px;
}

.footer .copyright a:hover {
  color: #CCCCCC;
}

.float-box {
  position: fixed;
  bottom: 100px;
  right: -123px;
  color: #fff;
  z-index: 9999;
  font-weight: 400;
  transition: all .2s;
}

.float-box.n-show {
  right: -73px;
}

.float-box .list-team {
  position: relative;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .3s linear;
  margin-bottom: 1px;
}

.float-box .list-team.n-hide {
  right: -50px;
}

.float-box .list-team .team-link {
  display: block;
  line-height: 50px;
  color: #fff;
  word-break: keep-all;
  font-size: 0;
}

.float-box .list-team .team-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
}

.float-box .list-team .icon-float {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  /* background: url(../images/icon-float.png) no-repeat; */
}

.float-box .list-team .icon-float.icon-wx {
  /* background-position: 0 0; */
  background-image: url('../image/icon-weixin.svg');
}

.float-box .list-team .icon-float.icon-wb {
  background-image: url('../image/icon-weibo.svg');
}

.float-box .list-team .icon-float.icon-crz {
  background-image: url('../image/icon-crz.svg');
}

.float-box .list-team .icon-float.icon-top {
  background-image: url('../image/icon-top.svg');
}

.float-box .list-team .team-text {
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  font-size: 12px;
  text-align: left;
}

.float-box .list-team .team-download {
  position: absolute;
  right: 124px;
  bottom: 0;
}

.float-box .list-team .team-download:after {
  position: absolute;
  right: -1px;
  bottom: 0;
  content: '';
  height: 50px;
  width: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.float-box .list-team .team-download .download-body {
  width: 162px;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: height .2s linear;
  line-height: normal;
}

.float-box .list-team .team-download .download-body .code-img {
  width: 145px;
  height: 145px;
  margin: 9px;
}

.float-box .list-team .team-download .download-body .download-text {
  word-break: keep-all;
  margin-bottom: 16px;
  text-align: center;
  font-size: 12px;
}

.float-box .list-team:hover {
  right: 73px;
  background-color: rgba(0, 0, 0, 0.6);
}

.float-box .list-team:hover.team-wx,
.float-box .list-team:hover.team-wb {
  right: 0;
}

.float-box .list-team:hover.team-wx .download-body,
.float-box .list-team:hover.team-wb .download-body {
  height: 196px;
}

.language-switch {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari  Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}

.language-switch p {
  float: left;
}

.language-switch p:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid #606060;
}

.language-switch p:not(:first-child) {
  margin-left: 20px;
}

.language-switch a {
  color: #606060;
  font-size: 16px;
  text-align: right;
}

.the_h1 {
  display: none;
}

.the_h2 {
  color: #717171;
  font-size: 14px;
}

.the_h1_2 {
  font-size: 14px;
  color: #969696;
}

.the_h2_2 {
  font-size: 16px;
  color: #787878;
}

.xx2016 {
  margin-bottom: 20px;
}

/*热门阅读*/
.rmyd2 {
  margin-bottom: 80px;
}

.rmyd_title {
  font-size: 18px;
  line-height: 60px;
}

.rmyd_c2_2 {
  width: 330px;
  height: auto;
  float: left;
  margin-left: 35px;
}

.rmyd_c2_2:first-child {
  margin-left: 0px;
}

.rmyd_c2_2 a {
  color: #666;
}

.rmyd_img {
  height: 205px;
  width: 330px;
  overflow: hidden;
  position: relative;
}

.rmyd_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 2s;
}

.rmyd_c2_2_a {
  color: #333;
  font-size: 15px;
  margin: 15px 0 5px 0;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.rmyd_c2_2_c {
  color: #999;
  font-size: 13px;
  margin: 0 0 5px 0;
  height: auto;
  line-height: 18px;
  overflow: hidden;
}

.rmyd_c2_2_b {
  color: #999;
  font-size: 13px;
  margin: 0 0 15px 0;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}

.rmyd_c3 p {
  float: left;
  width: 330px;
  margin-right: 35px;
}

.rmyd_c3 p a {
  color: #666;
  width: 210px;
  height: 28px;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmyd_c3 p span {
  float: right;
  color: #a0a0a0;
  font-size: 12px;
}

/*# sourceMappingURL=pc-header.css.map */