@charset "UTF-8";
/**********  所有页面都要共用的样式  **********/
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald.otf"); }
@font-face {
  font-family: Oswald-Light;
  src: url("../font/Oswald-Light.otf"); }
/*自定义基础通用样式*/
html {
  font-size: 10px; }

.a_title {
  color: #333333;
  transition: ease 0.5s; }

.a_title:hover {
  color: #d30000; }

.a_sub_title {
  color: #d30000; }

@media (max-width: 992px) {
  html {
    font-size: 8px; } }
@media (max-width: 768px) {
  html {
    font-size: 6px; } }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 300; }

button {
  border-radius: 0;
  border: 0; }

pre {
  font-family: inherit;
  overflow: hidden;
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent; }

.active_about a {
  color: #333 !important; }

* {
  font-family: 'Microsoft YaHei';
  scroll-behavior: smooth; }

.nav_list > .list > a {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-decoration-line: none; }

.nav_list .list:hover {
  transition: ease 0.3s;
  border-bottom: 4px solid #ff0000 !important;
  color: #333 !important; }

.navbar-brand {
  display: flex;
  align-items: center; }

.earth_xs img {
  width: 32px;
  height: 27px; }
.earth_xs span {
  font-family: Oswald;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  color: #d30000; }

.English_nav {
  font-family: Calibri;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  transition: ease 0.3s; }

.English_nav_active {
  font-family: Calibri;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  opacity: 0.5;
  transition: ease 0.3s;
  display: none; }

.nav_a {
  border-bottom: 4px solid transparent;
  transition: ease 0.3s;
  padding-bottom: 6px; }

.active_nav .English_nav {
  display: none; }

.active_nav .English_nav_active {
  display: block; }

.active_nav .line-top {
  display: block;
  transition: ease 0.3s; }

.active_nav .nav_a {
  color: #d30000 !important;
  margin-top: 14px !important;
  transition: ease 0.3s; }

@media (max-width: 767px) {
  .active_nav .nav_a {
    border-bottom: 4px solid #d30000;
    color: #d30000;
    margin-top: 14px !important;
    transition: ease 0.3s; } }
@media only screen and (min-width: 1200px) {
  .nav_title_xs {
    display: none; }

  .nav_title_md {
    display: none; }

  .nav_title {
    margin: 60px 0 0;
    border-bottom: 1px solid #cccccc; }
    .nav_title .nav_list .list {
      width: 160px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border: 1px solid #cccccc;
      color: #999999;
      border-bottom: none; }
      .nav_title .nav_list .list a {
        color: #999; }
    .nav_title .nav_list .active_about {
      border-bottom: 4px solid #ff0000;
      color: #333 !important; } }
@media (min-width: 640px) and (max-width: 1199px) {
  .nav_title {
    display: none; }

  .nav_title_xs {
    display: none; }

  .nav_title_md {
    margin: 20px 0 0;
    border-bottom: 1px solid #cccccc; }
    .nav_title_md .nav_list {
      width: 600px;
      margin: auto; }
      .nav_title_md .nav_list .list {
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border: 1px solid #cccccc;
        color: #999999;
        border-bottom: none; }
        .nav_title_md .nav_list .list a {
          color: #999; }
      .nav_title_md .nav_list .active_about {
        border-bottom: 4px solid #ff0000;
        color: #333 !important; } }
@media only screen and (max-width: 639px) {
  .nav_title {
    display: none; }

  .nav_title_md {
    display: none; }

  .nav_title_xs {
    margin: 20px 0 0;
    border-bottom: 1px solid #cccccc; }
    .nav_title_xs .nav_list {
      width: 300px;
      margin: auto; }
      .nav_title_xs .nav_list .list {
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border: 1px solid #cccccc;
        color: #999999;
        border-bottom: none; }
        .nav_title_xs .nav_list .list a {
          color: #999; }
      .nav_title_xs .nav_list .active_about {
        border-bottom: 4px solid #ff0000;
        color: #333 !important; } }
.nav_list .list a:hover {
  transition: ease 0.3s;
  color: #333 !important; }

.nav_list .list {
  transition: ease 0.3s; }

a:visited {
  text-decoration: none; }

a:focus {
  outline: none;
  text-decoration: none; }

/*所有按钮加渐变动画*/
.btn {
  -webkit-transition: all 0.225s ease-in-out;
  -moz-transition: all 0.225s ease-in-out;
  -o-transition: all 0.225s ease-in-out;
  transition: all 0.225s ease-in-out; }

/*所有按钮加渐变动画*/
/*幽灵按钮*/
.btn-outline-inverse {
  color: #fff;
  background: transparent;
  border-color: #fff; }

.btn-outline-inverse:hover {
  color: #0ba1e4;
  text-shadow: none;
  background-color: #fff; }

.btn-outline-blue {
  color: #0ba1e4;
  background: transparent;
  border-color: #0ba1e4; }

.btn-outline-blue:hover {
  color: #fff;
  text-shadow: none;
  background-color: #0ba1e4; }

/*幽灵按钮*/
/*标题下方的短下划线*/
.line {
  border-top: 1px solid #0ba1e4;
  width: 30px; }

.line-big {
  margin: 30px auto 26px;
  border-width: 2px;
  width: 80px; }

/*标题下方的短下划线*/
/*自定义基础通用样式 */
/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px) {
  /*全部-导航*/
  body {
    padding-top: 0;
    /*移动端若固定顶部导航的话高度为52px*/ }

  #header .navbar {
    /*移动端导航不固定顶部*/
    position: relative !important; }

  #header .navbar {
    padding-bottom: 0; }

  /*全部-导航*/
  /*全部-页脚*/
  #footer .footer-wechat p {
    text-align: left !important; }

  /*全部-页脚*/
  /*全部-返回顶部*/
  #clan-slider {
    bottom: 55px !important; }

  #clan-slider ul li a {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-color: transparent !important;
    border-radius: 50% !important; }

  #clan-slider #slider-goTop {
    background-position: -92px 0 !important; }

  #clan-slider #slider-goTop:hover {
    background-position: 0 0 !important; }

  /*全部-返回顶部*/
  #bs-example-navbar-collapse-1 {
    position: absolute;
    background: rgba(0, 157, 224, 0.8);
    color: white;
    text-align: center;
    width: 110px;
    right: 40px;
    border-radius: 3px; }

  .navbar-default .navbar-nav > li > a {
    color: #ffffff; }

  #header .navbar-default .navbar-nav > li {
    margin: 0 5px; }

  .earth_img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }

  .earth_xs {
    display: none !important; } }
@media (max-width: 1280px) {
  .earth_xs {
    display: none !important; } }
@media (max-width: 992px) and (min-width: 768px) {
  .brand_img {
    max-width: 250px !important; } }
/*手机超小屏幕下的单独样式 xs < 768px */
/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px) {
  body {
    padding-top: 120px;
    /*顶部固定导航条的空间*/ }

  /*全部-导航*/
  #header .navbar {
    border-radius: 0;
    padding: 16px 0; }

  #header .navbar-nav > li > a {
    padding: 15px 0; }

  /*全部-导航*/
  .earth_img {
    display: none; } }
/*大于手机屏幕时的样式 sm >= 768px */
/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px) {
  /*全部-页脚*/
  #footer .footer-contact h2 {
    font-size: 26px !important; }

  /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */ }
@media screen and (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
  #footer .footer-contact h2 {
    padding-left: 0;
    font-size: 22px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /*全部-页脚*/ }
/*平板小屏幕样式 768px <= sm < 992px */
/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px) {
  /*全部-最大宽度*/
  /*全部-最大宽度*/
  /*全部-页脚*/
  #footer .footer-item-last {
    border-right: 2px solid #c1c1c1; }

  #footer .footer-contact h2 {
    padding-left: 20px; }

  /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */ }
@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
  #footer .footer-contact h2 {
    padding-left: 10px !important; } }
@media (min-width: 992px) {
  /*全部-页脚*/ }
/*大于992px以上固定宽度为970px md >= 992px */
/*全部-导航条样式复写*/
#header .navbar-default {
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9); }

#header .navbar-default .navbar-nav > li > a:hover {
  color: #ff0000; }

#header .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover, #header .navbar-default .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0); }

#header .navbar-default .navbar-toggle .icon-bar {
  background-color: none; }

#header .navbar-default .navbar-nav > li {
  cursor: pointer; }
  #header .navbar-default .navbar-nav > li:hover .line-top {
    display: block;
    transition: ease 0.3s; }

.line-top {
  display: none;
  transition: ease 0.3s;
  width: 19px;
  margin: -21px auto 0;
  height: 5px;
  background-color: #d30000; }

.active .line-top {
  display: block;
  transition: ease 0.3s; }

#header .navbar-default .navbar-nav > li:hover .nav_a {
  transition: ease 0.3s;
  margin-top: 14px !important;
  transition: ease 0.3s; }
#header .navbar-default .navbar-nav > li:hover .English_nav {
  display: none;
  transition: ease 0.3s; }
#header .navbar-default .navbar-nav > li:hover .English_nav_active {
  display: block;
  transition: ease 0.3s; }
#header .navbar-default .navbar-nav > li:hover .nav_sub_list {
  display: block; }
#header .navbar-default .navbar-nav > li:hover .line-top {
  display: block;
  transition: ease 0.3s; }

#header .li {
  position: relative; }
#header .nav_sub_list {
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: -1px 0px 6px 0px rgba(213, 41, 42, 0.48);
  position: absolute;
  padding: 10px 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.5s;
  display: none;
  z-index: 9;
  top: 64px; }
  #header .nav_sub_list a {
    width: 95px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 2px;
    display: block;
    margin: auto;
    font-family: SimSun;
    font-size: 14px;
    color: #333333;
    transition: ease 0.5s; }
  #header .nav_sub_list a:hover {
    background-color: #d30000;
    color: #ffffff; }

/*全部-导航条样式复写*/
#footer {
  background: url("../img/index/footer_bcg.jpg") 100% 100%; }
  #footer .footer_wrap {
    padding: 54px 0 90px; }
    #footer .footer_wrap .left {
      text-align: center;
      margin-bottom: 20px;
      padding: 0 20px; }
      #footer .footer_wrap .left .left_top {
        display: flex;
        justify-content: space-between; }
        #footer .footer_wrap .left .left_top .img img {
          width: 100%; }
        #footer .footer_wrap .left .left_top .img p {
          font-family: FZLTZHUNHK--GBK1-0;
          font-size: 13px;
          letter-spacing: 0px;
          color: #ffffff;
          margin-top: 5px; }
      #footer .footer_wrap .left .left_bottom {
        margin-top: 20px;
        text-align: left; }
        #footer .footer_wrap .left .left_bottom .copy_right_1 {
          font-family: Oswald-Light;
          font-size: 14px;
          letter-spacing: 0px;
          color: #ffffff;
          opacity: 0.3; }
        #footer .footer_wrap .left .left_bottom .copy_right_2 {
          font-family: FZLTXHK--GBK1-0;
          font-size: 10px;
          font-weight: normal;
          font-stretch: normal;
          letter-spacing: 0px;
          color: #ffffff;
          opacity: 0.3; }
    #footer .footer_wrap .center {
      display: flex;
      justify-content: space-around;
      margin-bottom: 20px; }
      #footer .footer_wrap .center .nav_1 {
        display: flex;
        flex-direction: column;
        text-align: center; }
        #footer .footer_wrap .center .nav_1 .nav_1_title {
          font-family: FZLTZHUNHK--GBK1-0;
          font-size: 3.2rem;
          font-weight: normal;
          font-stretch: normal;
          color: #ffffff;
          border-bottom: 2px solid #fff;
          padding-bottom: 5px;
          margin-bottom: 18px;
          border-color: rgba(255, 255, 255, 0.2); }
        #footer .footer_wrap .center .nav_1 a {
          font-family: FZLTZHUNHK--GBK1-0;
          font-size: 1.6rem;
          font-weight: normal;
          font-stretch: normal;
          letter-spacing: 0px;
          color: #ffffff;
          margin-bottom: 5px; }
        #footer .footer_wrap .center .nav_1 a:hover {
          color: #d30000; }
    @media (max-width: 1199px) {
      #footer .footer_wrap .center {
        justify-content: space-between; } }
    #footer .footer_wrap .contact {
      margin-bottom: 20px;
      padding: 0 36px; }
      #footer .footer_wrap .contact .wuhan {
        font-size: 2.2rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 10px; }
        #footer .footer_wrap .contact .wuhan div {
          font-family: Oswald; }
      #footer .footer_wrap .contact .net {
        font-family: Oswald;
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        padding: 10px 0; }
      #footer .footer_wrap .contact .address {
        font-family: FZLTZHUNHK--GBK1-0;
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 5px; }
      #footer .footer_wrap .contact .address_e {
        font-family: Oswald;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #bababa; }
    @media (max-width: 1200px) {
      #footer .footer_wrap .left {
        padding: 0; }
      #footer .footer_wrap .contact {
        padding: 0; } }

#copyright {
  height: 40px;
  line-height: 40px;
  background-color: #252525; }
  #copyright a {
    font-family: FZLTXHK--GBK1-0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff; }
  #copyright p {
    font-family: FZLTXHK--GBK1-0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    opacity: 0.55; }

@media (max-width: 767px) {
  .pc_header {
    display: none !important; }

  .web_header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px; }
    .web_header .left img {
      height: 18px; }
    .web_header .right img {
      width: 28px; }

  .web_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 0;
    z-index: 2;
    display: none; }
    .web_menu .menu_name {
      font-size: 22px;
      display: block;
      padding: 15px 0;
      color: #ffffff; }
    .web_menu .cancel {
      display: inline-block;
      padding: 20px 0; } }
@media (min-width: 768px) {
  .web_header {
    display: none !important; } }
.return {
  position: fixed;
  right: 5.6%;
  bottom: 100px;
  cursor: pointer; }
  .return img {
    width: 60px;
    height: 60px; }

/*# sourceMappingURL=common.css.map */
