@charset "UTF-8";
/**
* name: common.scss
* author: lyf
* addTime: 2018.12.07
* editTime:
* description: 全局样式
*
***/
body {
  overflow-x: hidden;
  font-family: "Microsoft yahei";}

/***
***文本超出省略号
****/
.ell {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}

/****
*** 清除浮动
*****/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;}

.clearfix:after {
  clear: both;}

/*****
*** 隐藏文本
****/
.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;}

@media screen and (max-width: 991.98px) {
  .container {
    margin-left: 0;
    margin-right: 0;}

  .container-fluid {
    padding-left: 0;
    padding-right: 0;}
    .container-fluid .navbar-header {
      margin-left: 0;
      margin-right: 0;}

  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;}

  .mo-logo {
    display: block;} }
.navbar {
  margin-bottom: 0;
  border: none;}

a:hover {
  text-decoration: none;}

.navbar-default {
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);}

@media screen and (min-width: 991.98px) {
  .mo-logo {
    display: none;} }
/********************************
****** name: g-doc
*********************************/
.g-doc {
  font-family: 'Microsoft YaHei';
  width: 100%;
  background: #fff;
  font-size: 44px;
  color: #0f0f0f;}

/********g-doc end***************/
/********************************
****** name: g-hd
*********************************/
.g-hd {
  width: 100%;
  height: 90px;}

.g-hdcont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  max-width: 1400px;
  height: 90px;
  margin: 0 auto;}
  .g-hdcont .left, .g-hdcont .right {
    width: 39.3%;
    height: 90px;}
  .g-hdcont .right {
    display: flex;
    justify-content: space-between;
    align-items: center;}
  .g-hdcont .g-hlogo {
    position: relative;
    z-index: 333;
    width: 190px;
    height: 160px;
    margin: 0 auto;}
    .g-hdcont .g-hlogo a {
      position: absolute;
      display: block;
      width: 206px;
      height: 166px;
      background: url(../image/common/slogo.jpg) no-repeat center top;
      margin: 0 auto;}
  .g-hdcont .g-hfun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;}
    .g-hdcont .g-hfun li {
      margin-left: 20px;}
      .g-hdcont .g-hfun li.firstone {
        margin-left: 0;}
      .g-hdcont .g-hfun li a {
        display: block;
        width: 38px;
        height: 38px;}
        .g-hdcont .g-hfun li a.g-search {
          background: url(../image/common/search.jpg) no-repeat;}
        .g-hdcont .g-hfun li a.g-en {
          background: url(../image/common/en.jpg) no-repeat;}

/********g-hd end***************/
/********************************************
****** name: g-hmenu 头部菜单的样式内容
*********************************************/
.g-hmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;}

.g-hmenu > li {
  position: relative;}
  .g-hmenu > li.lastone {
    margin-right: 0;}

.g-hmenu > li > a {
  display: block;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #010101;
  font-family: "Microsoft YaHei";
  border-bottom: 3px solid #fff;}

.g-hmenu > li > a:hover,
.g-hmenu > li > a.selected {
  border-bottom: 3px solid #009e60;
  cursor: pointer;}

.g-hmenu > li > a.target {
  color: #009e60;
  border-bottom: 3px solid #009e60;}

.g-hmenu-right {
  display: flex;
  justify-content: space-between;
  align-items: center;}
  .g-hmenu-right > li {
    margin-right: 45px;}

.g-hmenu2 {
  width: 60%;
  margin-bottom: 0;}

.ghm-ul {
  position: absolute;
  left: -40px;
  right: -40px;
  display: none;
  z-index: 500;
  width: 210px;
  padding: 15px 40px;
  background: #fff;}
  .ghm-ul > li {
    display: block;
    line-height: 36px;}
    .ghm-ul > li .ghs-ul {
      width: 200px;
      padding-top: 6px;
      padding-left: 10px;
      padding-bottom: 6px;}
      .ghm-ul > li .ghs-ul > li a {
        /* 	height: 24px;
        line-height: 24px; */
        cursor: pointer;
        background: url(../image/common/circle.jpg) no-repeat left center;}
        .ghm-ul > li .ghs-ul > li a:hover {
          color: #009e60;}
    .ghm-ul > li a {
      display: block;
      line-height: 36px;
      padding-left: 15px;
      color: #666;
      font-size: 16px;
      font-family: "Microsoft YaHei";
      cursor: pointer;
      background: url(../image/common/point.jpg) no-repeat left center;}
      .ghm-ul > li a:hover {
        color: #009e60;}

.g-hd-qsearch {
  display: none;
  height: 67px;
  width: 100%;
  position: fixed;
  top: 94px;
  z-index: 1001;}

.g-hdsearch-cont {
  width: 1280px;
  margin: 0 auto;}

.qsearch-cont {
  width: 294px;
  float: right;
  text-align: right;}

.qsearch-trigon {
  width: 13px;
  height: 7px;
  margin: 0 0 0 271px;
  background: url(../image/common/trigon.jpg) no-repeat;}

.qsearch-mcont {
  width: 294px;
  height: 60px;
  background: #009e60;}

.qsearch-mcont form {
  float: left;
  margin: 15px 0 0 15px;}

.qsearch-mcont input[type="text"] {
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  border: none;
  background: #fff;
  font-size: 12px;}

.qsearch-mcont input[type="submit"] {
  float: left;
  width: 40px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: #000 url(../image/common/search-pop.jpg) no-repeat center center;}

.qsearch-mcont a.qsearch-close {
  float: right;
  width: 9px;
  height: 9px;
  margin: 16px 9px 0 0;
  background: url(../image/common/close.jpg) no-repeat center center;}

/********g-hmenu end***************/
/********************************
****** name: g-bd
*********************************/
/********g-hd end***************/
/********************************
****** name: g-ft
*********************************/
.g-ft {
  width: 100%;
  min-height: 250px;
  background: #333;}
  .g-ft .g-hmenu2 {
    width: 70%;}
  .g-ft .gft-cont {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 250px;
    font-size: 14px;
    padding-top: 30px;}
    .g-ft .gft-cont .gf-sl {
      width: 70%;}
      .g-ft .gft-cont .gf-sl .gfl-ul li {
        float: left;
        padding-left: 11px;
        padding-right: 12px;
        line-height: 32px;
        color: #fff;
        background: url(../image/common/ftline.jpg) no-repeat right center;}
        .g-ft .gft-cont .gf-sl .gfl-ul li:first-child {
          padding-left: 0;}
        .g-ft .gft-cont .gf-sl .gfl-ul li:last-child {
          background: none;}
        .g-ft .gft-cont .gf-sl .gfl-ul li a {
          color: #fff;}
          .g-ft .gft-cont .gf-sl .gfl-ul li a:hover {
            text-decoration: underline;}
      .g-ft .gft-cont .gf-sl .gfl-font {
        line-height: 32px;
        color: #fff;
        margin-top: 30px;
        }
    .g-ft .gft-cont .gf-sr {
      width: 25%;
      display: flex;
      justify-content: flex-end;
      margin-top: 1rem;}
      .g-ft .gft-cont .gf-sr .img-box1 {
        margin-left: 40px;}
      .g-ft .gft-cont .gf-sr .img img {
        width: 100px;
        height: 100px;}
      .g-ft .gft-cont .gf-sr .font {
        line-height: 34px;
        font-size: 14px;
        color: #fff;
        text-align: center;}

.bottom-copyright-box {
  background: #222222;}

.footer-inner-box2 {
  max-width: 1400px;
  min-height: 54px;
  margin: 0 auto;
  padding: 0;}
  .footer-inner-box2 p {
    line-height: 54px;
    width: 100%;
    font-size: 14px;
    color: #F5F5F5;
    padding: 0;
    margin: 0;
    }

@media screen and (max-width: 991.98px) {
  .footer-inner-box2 {
    padding-left: 15px;
    padding-right: 15px;} }
/********g-ft end***************/
/********************************
****** name: 回到顶部按钮
*********************************/
.btn-to-top {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 25px;
  z-index: 1020;
  width: 50px;
  height: 50px;
  background: url(../image/common/uptop.png);}

.btn-to-top.in {
  display: block;}

/********回到顶部按钮 end***************/

/*# sourceMappingURL=common.css.map */
