* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
@font-face {
  font-family: founder_lanting_black;
  src: url("https://pic.gmw.cn/font/founder_lanting_black.ttf");
}
/*@font-face {
  font-family: founder_lanting_medium;
  src: url("https://pic.gmw.cn/font/founder_lanting_medium.ttf");
}
@font-face {
  font-family: lanting_light;
  src: url("https://pic.gmw.cn/font/lanting_light.ttf");
}*/
@font-face {
  font-family: lanting_regular;
  src: url("https://pic.gmw.cn/font/lanting_regular.ttf");
}
body {
  min-width: 1200px;
}
.img-cover {
  object-fit: cover;
  background-size: cover;
}
img {
  vertical-align: top;
}
.conw {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  font-family: "lanting_regular";
}
.g-wrap .m-title {
  max-width: 1360px;
  height: 42px;
  line-height: 42px;
  margin: auto;
  position: relative;
  text-align: center;
}
.g-wrap .m-title img {
  position: absolute;
  width: 19px;
  height: 19px;
  vertical-align: top;
}
.g-wrap .m-title .cir-left {
  top: 3px;
  left: -28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.g-wrap .m-title .cir-right {
  right: -28px;
  bottom: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.g-wrap .m-title span {
  position: relative;
  display: inline-block;
  height: 42px;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  /*font-family: "founder_lanting_medium";*/
}
.g-wrap .m-title a {
  position: absolute;
  width: 50px;
  height: 13px;
  right: 0;
  top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/more.png") 0 0 no-repeat;
}
.g-wrap .m-title a:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 34px;
  width: 12px;
  height: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/arrow.png") 0 0 no-repeat;
}
.g-wrap .m-title a:hover {
  background: url("../images/more-on.png") 0 0 no-repeat;
}
.g-wrap .m-title a:hover:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  background: url("../images/arrow-on.png") 0 0 no-repeat;
}
.g-wrap .m-title.m-title-left {
  text-align: left;
  box-sizing: border-box;
  padding-left: 26px;
}
.g-wrap .m-title.m-title-left .cir-left {
  top: 0;
}
.g-wrap .g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  font-family: "lanting_regular";
  background: transparent;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 999;
  zoom: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-wrap .g-header:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-header:hover {
  background: #FFF;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.g-wrap .g-header .m-channe-logo {
  float: left;
  width: 130px;
  height: 60px;
  margin-left: 30px;
  zoom: 1;
}
.g-wrap .g-header .m-channe-logo:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-header .m-channe-logo .u-logo {
  float: left;
  height: 36px;
  margin-top: 12px;
}
.g-wrap .g-header .m-channe-func {
  float: right;
  width: 600px;
  zoom: 1;
}
.g-wrap .g-header .m-channe-func:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-header .m-channe-func .m-search-box {
  float: right;
  position: relative;
  width: 240px;
  height: 38px;
  margin: 11px 60px 0 0;
  background: transparent;
}
.g-wrap .g-header .m-channe-func .m-search-box input {
  display: none;
}
.g-wrap .g-header .m-channe-func .m-search-box .m-search {
  display: block;
  width: 240px;
  height: 38px;
  font-size: 14px;
  color: #999;
  padding: 0 20px 0 50px;
  box-sizing: border-box;
  border: 1px solid #abb5c4;
  background: transparent;
}
.g-wrap .g-header .m-channe-func .m-search-box .m-submit {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 38px;
  width: 50px;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: transparent url("../images/icon-search.png") 16px center no-repeat;
}
.g-wrap .g-header .m-channe-func .login_box {
  float: right;
  height: 60px;
  overflow: hidden;
  zoom: 1;
}
.g-wrap .g-header .m-channe-func .login_box:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-header .m-channe-func .login_box iframe {
  display: none;
}
.g-wrap .g-header .m-channe-func .login_box li {
  float: left;
  width: 120px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.g-wrap .g-header .m-channe-func .login_box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
}
.g-wrap .g-header .m-channe-func .login_box li.rig_btn_sign a {
  color: #fff;
  background: #d53738;
}
.g-wrap .g-header .m-channe-func .login_box li.rig_btn_register a {
  background: rgba(255, 255, 255, 0.2);
}
.g-wrap .g-header .m-channe-func .login_box li.rig_btn_register a:hover {
  color: #fff;
  background: #d53738;
}
.g-wrap .g-header .m-channe-func .login_box li.wel_btn_sign,
.g-wrap .g-header .m-channe-func .login_box li.index_btn_register {
  font-size: 16px!important;
  font-weight: normal!important;
  width: 160px!important;
  box-sizing: border-box;
  padding: 0 10px!important;
  background: rgba(255, 255, 255, 0.4) !important;
}
.g-wrap .g-header .m-channe-func .login_box li.wel_btn_sign a,
.g-wrap .g-header .m-channe-func .login_box li.index_btn_register a {
  color: #222!important;
  margin: 0!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-header .m-channe-func .login_box li.wel_btn_sign font,
.g-wrap .g-header .m-channe-func .login_box li.index_btn_register font {
  color: #222!important;
}
.g-wrap .g-header .m-channe-func .login_box li.index_btn_register {
  padding: 0!important;
  width: 120px!important;
  background: rgba(255, 255, 255, 0.3) !important;
}
.g-wrap .g-focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-focus .m-focus-main {
  position: relative;
}
.g-wrap .g-focus .m-focus-main #m-focus-big-pic img {
  width: 100%;
  object-fit: cover;
}
.g-wrap .g-focus .m-focus-main dl {
  position: absolute;
  left: 50%;
  margin-left: -680px;
  top: 39%;
  width: 420px;
  z-index: 9;
}
.g-wrap .g-focus .m-focus-main dl dt {
  font-size: 40px;
  font-family: founder_lanting_black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
}
.g-wrap .g-focus .m-focus-main dl dt a {
  color: #FFF;
}
.g-wrap .g-focus .m-focus-main dl dd {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #FFF;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-focus .m-focus-main dl dd:hover {
  text-decoration: underline;
}
.g-wrap .g-focus .m-focus-main dl dd a {
  color: #FFF;
}
.g-wrap .g-focus .m-focus-main dl #focus-details {
  margin-top: 36px;
  position: relative;
  overflow: visible;
  width: 120px;
  height: 36px;
}
.g-wrap .g-focus .m-focus-main dl #focus-details a {
  display: block;
  width: 120px;
  height: 36px;
  font-size: 14px;
  text-indent: 22px;
  line-height: 36px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: url("../images/arrow-white.png") 84px center no-repeat;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover {
  text-decoration: none;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover a {
  background: url("../images/arrow-white.png") 90px center no-repeat;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover:before {
  width: 100%;
  left: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover:after {
  width: 100%;
  right: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover span {
  height: 100%;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover span:nth-child(1) {
  bottom: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:hover span:nth-child(2) {
  top: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:before,
.g-wrap .g-focus .m-focus-main dl #focus-details:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 1px;
  background: #fff;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:before {
  left: -40%;
  top: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details:after {
  right: -40%;
  bottom: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details span {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  width: 1px;
  height: 0;
}
.g-wrap .g-focus .m-focus-main dl #focus-details span:nth-child(1) {
  left: 0;
  bottom: -80%;
}
.g-wrap .g-focus .m-focus-main dl #focus-details span:nth-child(2) {
  right: 0;
  top: -80%;
}
.g-wrap .g-focus .focus-swiper {
  position: absolute;
  visibility: hidden;
  width: 50%;
  height: 195px;
  bottom: 30px;
  left: 50%;
}
.g-wrap .g-focus .focus-swiper .swiper-slide {
  width: 240px !important;
  height: 135px;
  cursor: pointer;
  box-sizing: border-box;
}
.g-wrap .g-focus .focus-swiper .swiper-slide img {
  width: 240px;
  height: 135px;
  object-fit: cover;
}
.g-wrap .g-focus .focus-swiper .swiper-slide .u-title,
.g-wrap .g-focus .focus-swiper .swiper-slide .u-abs {
  display: none;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus {
  position: absolute;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  bottom: 0;
  left: 524px;
  z-index: 9;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container {
  position: relative;
  width: 8px;
  -webkit-transform: translateY(calc(51%)) rotate(180deg);
  transform: translateY(calc(51%)) rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-wrapper,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-wrapper {
  position: relative;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-wrapper .slash-top,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-wrapper .slash-top {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1.5px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(45deg) translateY(0.5px) translateX(-0.5px);
  transform: rotate(45deg) translateY(0.5px) translateX(-0.5px);
  display: flex;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-wrapper .slash-top .slash-inner-box,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-wrapper .slash-top .slash-inner-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-wrapper .slash-bottom,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-wrapper .slash-bottom {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1.5px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-layer,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-layer {
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .empty-div,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .empty-div {
  height: 100%;
  width: 2px;
  flex-shrink: 0;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-top .layer-left,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-top .layer-left {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-top .layer-right,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-top .layer-right {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-bottom .layer-right,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-bottom .layer-right {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus .btn-inner-container .slash-bottom .layer-left,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus .btn-inner-container .slash-bottom .layer-left {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus.swiper-button-next-focus,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus.swiper-button-next-focus {
  left: 646px;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus.swiper-button-next-focus .btn-inner-container,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus.swiper-button-next-focus .btn-inner-container {
  -webkit-transform: translateY(calc(49%));
  transform: translateY(calc(49%));
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus:hover,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus:hover {
  background-color: #d53738;
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus:hover .slash-top .layer-left,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus:hover .slash-top .layer-left,
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus:hover .slash-bottom .layer-right,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus:hover .slash-bottom .layer-right {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus:hover .slash-top .layer-right,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus:hover .slash-top .layer-right,
.g-wrap .g-focus .focus-swiper .swiper-button-prev-focus:hover .slash-bottom .layer-left,
.g-wrap .g-focus .focus-swiper .swiper-button-next-focus:hover .slash-bottom .layer-left {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.g-wrap .g-focus .focus-swiper .swiper-pagination {
  bottom: 0;
  left: 562px;
  width: 80px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #fff;
}
.g-wrap .g-pic-list:hover .m-title img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-wrap .g-pic-list {
  margin-top: 68px;
}
.g-wrap .g-pic-list .m-full-list {
  margin: 48px auto 0;
}
.g-wrap .g-pic-list .m-full-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  zoom: 1;
  position: relative;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.g-wrap .g-pic-list .m-full-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-pic-list .m-full-list ul li {
  width: 100%;
  /*aspect-ratio: 1.33333333;*/
  position: relative;
  overflow: hidden;
}
.g-wrap .g-pic-list .m-full-list ul li img {
  width: 100.2%;
  height: 100.2%;
  object-fit: cover;
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-wrap .g-pic-list .m-full-list ul li .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 84px 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  background: url("../images/txt-repeat.png") repeat;
}
.g-wrap .g-pic-list .m-full-list ul li .link:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-pic-list .m-full-list ul li .link .title {
  float: left;
  font-size: 18px;
  color: #fff;
}
.g-wrap .g-pic-list .m-full-list ul li .link .cameraman {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
}
.g-wrap .g-pic-list .m-full-list ul li:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.g-wrap .g-pic-list .m-full-list ul li:hover .link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.g-wrap .g-pic-list .m-full-list .m-more {
  width: 210px;
  height: 46px;
  margin: 40px auto 0;
  position: relative;
}
.g-wrap .g-pic-list .m-full-list .m-more a {
  display: block;
  width: 210px;
  height: 46px;
  box-sizing: border-box;
  text-indent: 64px;
  line-height: 46px;
  border: 1px solid #999;
  margin: 0 auto;
  color: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/arrow.png") 134px center no-repeat;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover {
  text-decoration: none;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover a {
  color: #222;
  border: 1px solid #222;
  background: url("../images/arrow-on.png") 144px center no-repeat;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover:before {
  width: 100%;
  left: 0;
  background: #222;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover:after {
  width: 100%;
  right: 0;
  background: #222;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover span {
  height: 100%;
  background: #222;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover span:nth-child(1) {
  bottom: 0;
}
.g-wrap .g-pic-list .m-full-list .m-more:hover span:nth-child(2) {
  top: 0;
}
.g-wrap .g-pic-list .m-full-list .m-more:before,
.g-wrap .g-pic-list .m-full-list .m-more:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 1px;
  background: #999;
}
.g-wrap .g-pic-list .m-full-list .m-more:before {
  left: -40%;
  top: 0;
}
.g-wrap .g-pic-list .m-full-list .m-more:after {
  right: -40%;
  bottom: 0;
}
.g-wrap .g-pic-list .m-full-list .m-more span {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #999;
  width: 1px;
  height: 0;
}
.g-wrap .g-pic-list .m-full-list .m-more span:nth-child(1) {
  left: 0;
  bottom: -80%;
}
.g-wrap .g-pic-list .m-full-list .m-more span:nth-child(2) {
  right: 0;
  top: -80%;
}
.g-wrap .g-notice-questions {
  width: 1360px;
  zoom: 1;
  margin: 68px auto 0;
}
.g-wrap .g-notice-questions:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-notice-questions .m-notice:hover .m-title img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-wrap .g-notice-questions .m-notice {
  float: left;
  width: 820px;
}
.g-wrap .g-notice-questions .m-notice .m-main {
  height: 280px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 10px 0 0;
  margin-top: 38px;
  background: url("../images/txt-bg1.jpg") center center no-repeat;
}
.g-wrap .g-notice-questions .m-notice .m-main ul {
  height: 230px;
  overflow: auto;
}
.g-wrap .g-notice-questions .m-notice .m-main ul::-webkit-scrollbar {
  width: 4px;
  background: #d8d8d8;
  border-radius: 5px;
}
.g-wrap .g-notice-questions .m-notice .m-main ul::-webkit-scrollbar-thumb {
  background: #d5a57a;
  border-radius: 5px;
}
.g-wrap .g-notice-questions .m-notice .m-main ul li {
  width: 740px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  color: #222;
  margin: 0 0 20px 40px;
  text-indent: 54px;
  zoom: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff url("../images/icon-list.png") 30px 26px no-repeat;
}
.g-wrap .g-notice-questions .m-notice .m-main ul li:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-notice-questions .m-notice .m-main ul li:hover {
  box-shadow: 0 2px 10px 0 rgba(200, 200, 200, 0.8);
}
.g-wrap .g-notice-questions .m-notice .m-main ul li a {
  color: #222;
  float: left;
  width: 580px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-notice-questions .m-notice .m-main ul li span {
  float: right;
  width: 90px;
  margin-right: 30px;
  font-size: 16px;
  color: #888;
  text-indent: 0;
  overflow: hidden;
}
.g-wrap .g-notice-questions .m-notice .m-main ul li:last-child {
  margin-bottom: 10px;
}
.g-wrap .g-notice-questions .m-questions:hover .m-title img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-wrap .g-notice-questions .m-questions {
  float: right;
  width: 480px;
}
.g-wrap .g-notice-questions .m-questions .m-main {
  height: 294px;
  overflow: hidden;
  margin-top: 38px;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper {
  height: 294px;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide .u-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 480px;
  height: 280px;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl {
  width: 240px;
  margin: 48px 0 0 40px;
  z-index: 9;
  position: relative;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl dt {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl dt:hover {
  color: #d53738;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl dd {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #666;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl dd:hover {
  text-decoration: underline;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more {
  margin-top: 50px;
  width: 120px;
  height: 36px;
  overflow: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more b {
  display: block;
  font-weight: normal;
  width: 120px;
  height: 36px;
  font-size: 14px;
  text-indent: 22px;
  line-height: 36px;
  box-sizing: border-box;
  border: 1px solid #999;
  color: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/arrow.png") 84px center no-repeat;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover {
  text-decoration: none;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover b {
  background: url("../images/arrow-on.png") 90px center no-repeat;
  color: #222;
  border: 1px solid #222;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover:before {
  width: 100%;
  left: 0;
  background: #222;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover:after {
  width: 100%;
  right: 0;
  background: #222;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover span {
  height: 100%;
  background: #222;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover span:nth-child(1) {
  bottom: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:hover span:nth-child(2) {
  top: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:before,
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 1px;
  background: #999;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:before {
  left: -40%;
  top: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more:after {
  right: -40%;
  bottom: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more span {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #999;
  width: 1px;
  height: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more span:nth-child(1) {
  left: 0;
  bottom: -60%;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-slide dl .u-more span:nth-child(2) {
  right: 0;
  top: -60%;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-pagination {
  width: auto;
  height: 4px;
  left: auto;
  right: 0;
  bottom: 0;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  vertical-align: top;
  margin: 0 0 0 5px;
  opacity: 1;
  background: #b2b2b2;
  border-radius: 1px;
}
.g-wrap .g-notice-questions .m-questions .m-main .questions-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: #d5a57a;
}
.g-wrap .g-bottom {
  height: 160px;
  margin-top: 53px;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-bottom .g-links {
  margin-top: 20px;
  background: #d43638;
}
.g-wrap .g-bottom .m-links {
  width: 1360px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.g-wrap .g-bottom .m-links .m-title-link {
  text-align: left;
  height: 24px;
  line-height: 26px;
  padding-left: 24px;
  margin-top: 40px;
  box-sizing: border-box;
}
.g-wrap .g-bottom .m-links .m-title-link span {
  font-size: 20px;
  color: #fff;
}
.g-wrap .g-bottom .m-links .m-title-link:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 24px;
  content: "";
  background: #fff;
}
.g-wrap .g-bottom .m-links .m-main {
  zoom: 1;
  margin: 20px auto 0;
}
.g-wrap .g-bottom .m-links .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-bottom .m-links .m-main li {
  float: left;
  font-size: 16px;
  margin-right: 50px;
}
.g-wrap .g-bottom .m-links .m-main li a {
  color: #fff;
}
.g-wrap .g-bottom .m-links .m-main li a:hover {
  color: #ffebdd;
}
.g-wrap .g-bottom .m-links .m-main li:first-child {
  margin-left: 22px;
}
.g-wrap .g-bottom .m-qr {
display: none;
  position: absolute;
  width: 316px;
  left: 50%;
  top: 0;
  margin-left: 364px;
  zoom: 1;
}
.g-wrap .g-bottom .m-qr:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-bottom .m-qr ul {
  float: left;
  width: 138px;
  margin-top: 62px;
}
.g-wrap .g-bottom .m-qr ul li {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: right;
}
.g-wrap .g-bottom .m-qr ul li:first-child {
  background: url("../images/icon-s.png") left 4px no-repeat;
}
.g-wrap .g-bottom .m-qr div {
  float: right;
  width: 160px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  background: url("../images/qr-bg.png") center top no-repeat;
}
.g-wrap .g-bottom .m-qr div img {
  width: 106px;
  height: 106px;
  margin-top: 38px;
}
