﻿@charset "UTF-8";
/**

* name: common.scss

* author: lyf

* addTime: 2019.06.01

* editTime:

*

***/
/***

***文本超出省略号

****/
.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;
}

/********************************

****** name: g-doc

*********************************/
body {
  font-family: 'Microsoft YaHei';
}

.g-doc {
  font-family: 'Microsoft YaHei';
  width: 100%;
  background: #fff;
}

/********g-doc end***************/
/********************************

****** name: g-htop

*********************************/
.g-htop {
  width: 100%;
  height: 40px;
  background: #f2f3f5;
  border-bottom: 1px solid #ececec;
}

.g-htop .g-htcont {
  margin: 0 auto;
  width: 1200px;
  height: 40px;
}

.g-htop .g-htcont .ght-links {
  float: left;
}

.g-htop .g-htcont .ght-links li {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 11px;
  background: url(../image/common/htop-line.png) no-repeat right center;
}

.g-htop .g-htcont .ght-links li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.g-htop .g-htcont .ght-links li:first-child {
  padding-left: 0;
}

.g-htop .g-htcont .ght-links li:last-child {
  background: none;
}

.g-htop .g-htcont .ght-mright {
  float: right;
}

.g-htop .g-htcont .ght-mright li {
  float: left;
  padding-left: 14px;
  height: 40px;
  line-height: 40px;
}

.g-htop .g-htcont .ght-mright li:first-child {
  padding-right: 14px;
  background: url(../image/common/htop-line.png) no-repeat right center;
}

.g-htop .g-htcont .ght-mright li a {
  display: block;
  padding-left: 29px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.g-htop .g-htcont .ght-mright li a.zh {
  background: url(../image/common/simple.png) no-repeat left center;
}

.g-htop .g-htcont .ght-mright li a.mobile {
  background: url(../image/common/mobile.png) no-repeat left center;
}

/********g-htop end***************/
/********************************

****** name: g-hd

*********************************/
.g-hd {
  width: 1200px;
  margin: 0 auto;
}

.g-hdcont {
  height: 126px;
}

.g-hdcont .g-hlogo {
  float: left;
  width: 720px;
  padding-top: 16px;
}

.g-hdcont .g-hlogo a {
  display: block;
  width: 100%;
  height: 110px;
}

.g-hdcont .g-hlogo a img {
  width: 100%;
  height: 100%;
}

.g-hdcont .g-hd-qsearch {
  float: right;
  padding-top: 20px;
}

.g-hdcont .qsearch-mcont form {
  float: right;
  margin: 0;
}

.g-hdcont .qsearch-mcont input[type="text"] {
  float: left;
  width: 200px;
  height: 44px;
  line-height: 44px;
  padding: 0 0 0 10px;
  border: none;
  background: #f2f3f5;
}

.g-hdcont .qsearch-mcont input[type="submit"] {
  float: left;
  width: 60px;
  height: 44px;
  border: none;
  cursor: pointer;
  background: #e9454e url(../image/common/search-pop.png) no-repeat center center;
}

.g-hdcont .g-hd-sul {
  margin-top: 17px;
}

.g-hdcont .g-hd-sul li {
  float: left;
  height: 18px;
  line-height: 18px;
  color: #8e3b37;
  font-family: 'Microsoft YaHei';
}

.g-hdcont .g-hd-sul li.first {
  margin-right: 16px;
  padding-right: 17px;
  background: url(../image/common/searchline.png) no-repeat right center;
}

.g-hdcont .g-hd-sul li span {
  float: left;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  background: url(../image/common/searchicon.png) no-repeat left center;
}

/********g-hd end***************/
/********************************************

****** name: g-hmenu 头部菜单的样式内容

*********************************************/
.g-smenu {
  width: 1200px;
  margin: 0 auto;
}

.g-hmenu {
  width: 1200px;
  margin: 0 auto;
}

.g-hmenu > li {
  position: relative;
  float: left;
  height: 51px;
  background: #d13138;
}

.g-hmenu > li.lastone {
  width: 136px;
  margin-right: 0;
}

.g-hmenu > li.lastone > a {
  background: #fff;
}

.g-hmenu > li.lastone > a:hover, .g-hmenu > li.lastone > a.selected, .g-hmenu > li.lastone > a.target {
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  background: #d13138;
}

.g-hmenu > li > a {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #ededed;
  background: url(../image/common/menulinebg.png) no-repeat right center;
  background-color: #ffffff;
}

.g-hmenu > li > a:hover, .g-hmenu > li > a.selected, .g-hmenu > li > a.target {
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  background: #d13138;
  border-top: 1px solid #d13138;
}

.ghm-ul {
  position: absolute;
  display: none;
  padding: 5px 0;
  width: 200px;
  background: #fff;
  z-index: 500;
  left: -20px;
}

.ghm-ul li {
  display: block;
}

.ghm-ul li a {
  display: block;
  height: 40px;
  width: 168px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 12px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  background: url(../image/common/menu-arrow.png) no-repeat 182px center;
}

.ghm-ul li a:hover {
  color: #fff;
  background: #fd6b74 url(../image/common/menu-arrow-hover.png) no-repeat 182px center;
  border-bottom: 1px solid #f34f5a;
}

.ghm-ul.treat {
  width: 240px;
  left: -40px;
}

.ghm-ul.treat li a {
  width: 208px;
  background: url(../image/common/menu-arrow.png) no-repeat 222px center;
}

.ghm-ul.treat li a:hover {
  background: #fd6b74 url(../image/common/menu-arrow-hover.png) no-repeat 222px center;
}

/********g-hmenu end***************/
/********************************

****** name: g-bd

*********************************/
/********g-hd end***************/
/********************************

****** name: g-ft

*********************************/
.g-ft {
  width: 100%;
  text-align: center;
  background: #f4f4f4;
}

.g-ft .gft-cont {
  width: 1200px;
  margin: 0 auto;
  height: 200px;
  border-bottom: 1px solid #ddd;
}

.g-ft .gft-cont .gfc-nul {
  float: left;
  padding-top: 20px;
}

.g-ft .gft-cont .gfc-nul .gfc-li {
  float: left;
}

.g-ft .gft-cont .gfc-nul .gfc-li .icon {
  width: 40px;
  height: 40px;
}

.g-ft .gft-cont .gfc-nul .gfc-li .title {
  margin-top: 20px;
  font-size: 16px;
  color: #222;
}

.g-ft .gft-cont .gfc-nul .gfc-li ul {
  margin-top: 12px;
}

.g-ft .gft-cont .gfc-nul .gfc-li ul li {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.g-ft .gft-cont .gfc-nul .gfc-li.email {
  width: 298px;
  text-align: left;
}

.g-ft .gft-cont .gfc-nul .gfc-li.email .icon {
  background: url(../image/common/email.png) no-repeat;
}

.g-ft .gft-cont .gfc-nul .gfc-li.phone {
  width: 283px;
  text-align: left;
}

.g-ft .gft-cont .gfc-nul .gfc-li.phone .icon {
  background: url(../image/common/phone.png) no-repeat;
}

.g-ft .gft-cont .gfc-nul .gfc-li.address {
  width: 200px;
  text-align: left;
}

.g-ft .gft-cont .gfc-nul .gfc-li.address .icon {
  background: url(../image/common/address.png) no-repeat;
}

.g-ft .gft-cont .gfc-links {
  float: right;
  padding-top: 20px;
}

.g-ft .gft-cont .gfc-links .title {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 14px;
  font-size: 18px;
  text-align: left;
  color: #333;
  background: url(../image/common/frititlebg.png) no-repeat left center;
}

.g-ft .gft-cont .gfc-links .gfc-lul {
  margin-top: 22px;
}

.g-ft .gft-cont .gfc-links .gfc-lul li {
  text-align: left;
}

.g-ft .gft-cont .gfc-links .gfc-lul li:last-child {
  margin-top: 18px;
}

.g-ft .gft-cont .gfc-links .gfc-lul li a {
  display: block;
}

.g-ft .gft-bottom {
  height: 49px;
}

.g-ft .gft-bottom p {
  width: 640px;
  margin: 0 auto;
}

.g-ft .gft-bottom p span {
  float: left;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #666;
}

.g-ft .gft-bottom p a {
  display: block;
  float: left;
line-height: 49px;
  margin-top: 3px;
  margin-left: 9px;
}

/********g-ft end***************/
/********************************

****** name: 回到顶部按钮

*********************************/
.btn-to-top {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 25px;
  z-index: 1020;
  width: 48px;
  height: 48px;
  background: url(../image/common/uptop.png);
}

.btn-to-top.in {
  display: block;
}

/********回到顶部按钮 end***************/
.g-sear-main {
  width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
}

.gsear-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  background: #fff;
}

.gsear-cont a:hover {
  color: #428ae8;
}

.gsear-cont .gsear-mtitle {
  width: 100%;
  height: 50px;
  line-height: 40px;
  color: #333;
  font-size: 28px;
  text-align: center;
  background: url(../image/page/breadline.png) no-repeat center bottom;
}

.gsear-cont .gsear-title {
  height: 24px;
  text-align: left;
  margin-top: 30px;
  padding-left: 30px;
  line-height: 24px !important;
  font-size: 18px;
  color: #333;
}

.gsear-cont .search_list {
  margin-top: 0;
  padding: 0 30px;
  padding-top: 20px;
}

.gsear-cont .search_list > li {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  background: #f6f7f8;
}

.gsear-cont .search_list > li .mclist-bread {
  padding-left: 21px;
  background: url(../image/page/address-red.png) no-repeat left center;
  border-bottom: 1px solid #e7e8e9;
}

.gsear-cont .search_list > li .mclist-bread li {
  float: left;
  height: 40px;
  line-height: 40px;
}

.gsear-cont .search_list > li .mclist-bread li span {
  color: #e9454e;
  font-size: 14px;
}

.gsear-cont .search_list > li .mclist-bread li a {
  color: #e9454e;
  padding-left: 9px;
  padding-right: 15px;
  font-size: 14px;
  background: url(../image/page/breadarrows-red.png) no-repeat right center;
}

.gsear-cont .search_list > li .mclist-bread li a:hover {
  color: #e9454e;
}

.gsear-cont .search_list > li .mclist-bread li:last-child a {
  background: none;
  color: #e9454e;
  font-size: 14px;
}

.gsearul-font {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.gsearul-font .gsearul-ftitle {
  height: 36px;
  line-height: 36px;
  padding-left: 13px;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #222;
  background: url(../image/page/about/organtitle.png) no-repeat left center;
}

.gsearul-font .gsearul-ftitle:hover {
  color: #222;
}

.gsearul-font .gsearul-smess {
  padding-top: 10px;
}

.gsearul-font .gsearul-smess .gsearul-keys {
  float: left;
  margin-left: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #dc064c;
}

.gsearul-font p {
  margin-top: 6px;
  color: #666;
  line-height: 30px !important;
  font-size: 14px;
}

.g-search {
  background: #f9f9f9;
}

.btn-mlink {
  display: inline-block;
  margin-top: 21px;
  width: 118px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #f34f5a;
  border-radius: 15px;
  color: #f34f5a;
  font-size: 14px;
}
.btn-mlink:hover {
  color: #fff;
  background: #f34f5a;
}
