* {
  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;
  }
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mob-header{
    display: none;
    width: 100%;
    height: auto;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  padding-bottom: 120px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .m-title a {
  position: absolute;
  width: 48px;
  height: 16px;
  right: 20px;
  top: 20px;
  background: url("../images/more2.png") center center no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 557px;
}
.g-wrap .g-introduce {
  overflow: hidden;
  height: 463px;
  background: url("../images/introduce-bg.jpg") center top no-repeat;
}
.g-wrap .g-introduce .m-introduce {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 40px 60px;
  box-sizing: border-box;
  margin: 60px auto 0;
  overflow: hidden;
  text-align: justify;
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
  color: #092556;
  border: 1px solid #4472c4;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: -70px;
}
.g-wrap .g-news:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-swiper-news {
  float: left;
  width: 570px;
  height: 390px;
}
.g-wrap .g-news .m-swiper-news .swiper-slide img {
  width: 570px;
  height: 390px;
}
.g-wrap .g-news .m-swiper-news .swiper-slide p {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  height: 90px;
  line-height: 120px;
  font-size: 18px;
  color: #FFF;
  padding: 0 110px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.g-wrap .g-news .m-swiper-news .swiper-slide p a {
  color: #FFF;
}
.g-wrap .g-news .m-swiper-news .swiper-pagination {
  width: auto;
  height: 8px;
  bottom: 24px;
  left: auto;
  right: 18px;
}
.g-wrap .g-news .m-swiper-news .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFF;
  opacity: 1;
  margin: 0 3px;
  vertical-align: top;
}
.g-wrap .g-news .m-swiper-news .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 8px;
  background: #4472c4;
}
.g-wrap .g-news .m-news-list {
  float: right;
  width: 570px;
  height: 390px;
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
.g-wrap .g-news .m-news-list dl {
  padding-bottom: 22px;
  border-bottom: 1px dashed #d3d3d3;
}
.g-wrap .g-news .m-news-list dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #373a3d;
}
.g-wrap .g-news .m-news-list dl dt a {
  color: #373a3d;
}
.g-wrap .g-news .m-news-list dl dd {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-news .m-news-list dl dd a {
  color: #537ec5;
}
.g-wrap .g-news .m-news-list ul {
  zoom: 1;
}
.g-wrap .g-news .m-news-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-news-list ul li {
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  margin: 16px 0 0 0;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.g-wrap .g-news .m-news-list ul li a {
  color: #555;
}
.g-wrap .g-news .m-news-list ul li:hover {
  text-indent: 12px;
  background: url("../images/txt-bg.png") left center no-repeat;
}
.g-wrap .g-news .m-news-list .u-more {
  text-align: right;
  margin-top: 14px;
}
.g-wrap .g-news .m-news-list .u-more a {
  width: 90px;
  height: 26px;
  display: inline-block;
  background: url("../images/more1.png") 0 0 no-repeat;
}
.g-wrap .g-name-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.g-wrap .g-name-list .m-name-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 320px;
}
.g-wrap .g-name-list .m-name-list img {
  max-width: 100%;
}
.g-wrap .g-name-list p{
  font-size: 20px;
  padding: 30px;
  color: #333;
}
.g-wrap .g-result {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.g-wrap .g-result .m-result {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-result .m-result .m-swiper-result {
  width: 1070px;
  height: 310px;
  margin: 30px auto 0;
}
.g-wrap .g-result .m-result .m-swiper-result .swiper-wrapper {
  text-align: center;
  display: block;
}
.g-wrap .g-result .m-result .m-swiper-result .swiper-wrapper .swiper-slide {
  display: inline-block;
  width: 230px;
  height: 310px;
  margin: 0 25px;
}
.g-wrap .g-result .m-result .m-swiper-result .swiper-wrapper .swiper-slide img {
  width: 230px;
  height: 310px;
  box-sizing: border-box;
  border: 1px solid #96b2e1;
}
.g-wrap .g-result .m-result .swiper-button-prev,
.g-wrap .g-result .m-result .swiper-button-next {
  width: 50px;
  height: 50px;
  margin: 0;
  left: 0;
  top: 150px;
  background: url("../images/icon-prev.jpg") center center no-repeat;
}
.g-wrap .g-result .m-result .swiper-button-prev:hover,
.g-wrap .g-result .m-result .swiper-button-next:hover {
  background: url("../images/icon-prev-on.jpg") center center no-repeat;
}
.g-wrap .g-result .m-result .swiper-button-prev.swiper-button-next,
.g-wrap .g-result .m-result .swiper-button-next.swiper-button-next {
  left: auto;
  right: 0;
  background: url("../images/icon-next.jpg") center center no-repeat;
}
.g-wrap .g-result .m-result .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-result .m-result .swiper-button-next.swiper-button-next:hover {
  background: url("../images/icon-next-on.jpg") center center no-repeat;
}
