* {
  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-cover {
  object-fit: cover;
  background-size: cover;
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  padding-bottom: 120px;
  font-family: "microsoft yahei";
  background: #00a3e4 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: 38px;
  height: 11px;
  right: 348px;
  bottom: 14px;
  background: url("../images/more2.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 521px;
  height: 412px;
  top: 199px;
  left: 374px;
  animation: zoomIn 1.5s 0.2s backwards;
  -webkit-animation: zoomIn 1.5s 0.2s backwards;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.g-wrap .g-introduce {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 243px;
  box-sizing: border-box;
  margin-top: 657px;
  overflow: hidden;
  padding: 60px 45px 0 135px;
  background: url("../images/introduce.png") center center no-repeat;
}
.g-wrap .g-introduce div {
  font-size: 22px;
  line-height: 40px;
  color: #021923;
  text-indent: 2em;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-news:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-swiper-news {
  position: absolute;
  left: 0;
  top: 30px;
  width: 660px;
  height: 430px;
  z-index: 9;
}
.g-wrap .g-news .m-swiper-news .swiper-slide img {
  width: 660px;
  height: 380px;
}
.g-wrap .g-news .m-swiper-news .swiper-slide p {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #FFF;
  padding: 0 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #006cb6;
}
.g-wrap .g-news .m-swiper-news .swiper-slide p a {
  color: #FFF;
}
.g-wrap .g-news .m-swiper-news .swiper-button-prev,
.g-wrap .g-news .m-swiper-news .swiper-button-next {
  width: 50px;
  height: 50px;
  margin: 0;
  left: 0;
  top: auto;
  bottom: 0;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-news .m-swiper-news .swiper-button-prev.swiper-button-next,
.g-wrap .g-news .m-swiper-news .swiper-button-next.swiper-button-next {
  left: auto;
  right: 0;
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-news .m-news-list {
  float: right;
  width: 620px;
  height: 500px;
  box-sizing: border-box;
  padding: 40px 50px 0 120px;
  background: url("../images/list-bg.png") center center no-repeat;
}
.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;
  line-height: 32px;
  font-weight: bold;
  color: #0665a8;
}
.g-wrap .g-news .m-news-list dl dt a {
  color: #0665a8;
}
.g-wrap .g-news .m-news-list dl dd {
  font-size: 16px;
  line-height: 28px;
  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: #006cb6;
}
.g-wrap .g-news .m-news-list ul {
  zoom: 1;
  padding-top: 4px;
}
.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: 18px;
  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.jpg") 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-view {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 90px;
}
.g-wrap .g-view .m-swiper-view {
  margin-top: 50px;
}
.g-wrap .g-view .m-swiper-view .swiper-slide {
  max-width: 368px;
  overflow: hidden;
  border-radius: 10px;
  filter: grayscale(50%);
}
.g-wrap .g-view .m-swiper-view .swiper-slide img {
  width: 100%;
}
.g-wrap .g-view .m-swiper-view .swiper-slide-active {
  filter: grayscale(0);
}
.g-wrap .g-view .swiper-button-prev,
.g-wrap .g-view .swiper-button-next {
  width: 31px;
  height: 85px;
  margin: 0;
  left: -60px;
  top: 450;
  background: url("../images/arrow-prev1.jpg") center center no-repeat;
}
.g-wrap .g-view .swiper-button-prev:hover,
.g-wrap .g-view .swiper-button-next:hover {
  background: url("../images/arrow-prev1-on.jpg") center center no-repeat;
}
.g-wrap .g-view .swiper-button-prev.swiper-button-next,
.g-wrap .g-view .swiper-button-next.swiper-button-next {
  left: auto;
  right: -60px;
  background: url("../images/arrow-next1.jpg") center center no-repeat;
}
.g-wrap .g-view .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-view .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next1-on.jpg") center center no-repeat;
}
.g-wrap .g-photo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.g-wrap .g-photo .m-photo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  margin-top: 60px;
  position: relative;
  zoom: 1;
  background: url("../images/photo-bg.png") center top no-repeat;
}
.g-wrap .g-photo .m-photo:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-photo .m-photo .m-show {
  float: left;
  width: 805px;
  margin: 20px 0 0 53px;
}
.g-wrap .g-photo .m-photo .m-show .m-show-pic {
  width: 805px;
  height: 453px;
  overflow: hidden;
}
.g-wrap .g-photo .m-photo .m-show .m-show-txt {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  padding: 0 100px 0 110px;
  margin-top: 38px;
}
.g-wrap .g-photo .m-photo .m-show .m-show-txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.g-wrap .g-photo .m-photo .m-list {
  float: right;
  width: 210px;
  height: 581px;
  margin-right: 60px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo {
  width: 210px;
  height: 424px;
  margin-top: 80px;
}
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo .swiper-slide {
  width: 210px;
  height: 120px;
  margin-bottom: 32px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo .swiper-slide img {
  width: 210px;
  height: 120px;
  box-sizing: border-box;
}
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo .swiper-slide .list-txt,
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo .swiper-slide .list-pic {
  display: none;
}
.g-wrap .g-photo .m-photo .m-list .m-swiper-photo .swiper-slide.swiper-slide-active img {
  border: 3px solid #0b72bb;
}
.g-wrap .g-photo .m-photo .m-list .swiper-button-prev,
.g-wrap .g-photo .m-photo .m-list .swiper-button-next {
  width: 31px;
  height: 17px;
  margin: 0;
  top: 32px;
  left: 88px;
  background: url("../images/arrow-prev2.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .m-list .swiper-button-prev:hover,
.g-wrap .g-photo .m-photo .m-list .swiper-button-next:hover {
  background: url("../images/arrow-prev2-on.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .m-list .swiper-button-prev.swiper-button-next,
.g-wrap .g-photo .m-photo .m-list .swiper-button-next.swiper-button-next {
  top: auto;
  bottom: 32px;
  background: url("../images/arrow-next2.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .m-list .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-photo .m-photo .m-list .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next2-on.png") center center no-repeat;
}
.g-wrap .g-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.g-wrap .g-list .m-list {
  position: relative;
}
.g-wrap .g-list .m-list .m-swiper-list {
  margin-top: 50px;
}
.g-wrap .g-list .m-list .m-swiper-list .swiper-slide {
  width: 360px;
  height: 290px;
  overflow: hidden;
  margin-right: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}
.g-wrap .g-list .m-list .m-swiper-list .swiper-slide img {
  width: 360px;
  height: 210px;
}
.g-wrap .g-list .m-list .m-swiper-list .swiper-slide p {
  display: flex;
  align-items: center;
  height: 80px;
  background: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  line-height: 1.5;
  color: #333;
}
.g-wrap .g-list .m-list .m-swiper-list .swiper-slide p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.g-wrap .g-list .m-list .swiper-button-prev,
.g-wrap .g-list .m-list .swiper-button-next {
  width: 31px;
  height: 85px;
  margin: 0;
  left: -60px;
  top: 105px;
  background: url("../images/arrow-prev1.jpg") center center no-repeat;
}
.g-wrap .g-list .m-list .swiper-button-prev:hover,
.g-wrap .g-list .m-list .swiper-button-next:hover {
  background: url("../images/arrow-prev1-on.jpg") center center no-repeat;
}
.g-wrap .g-list .m-list .swiper-button-prev.swiper-button-next,
.g-wrap .g-list .m-list .swiper-button-next.swiper-button-next {
  left: auto;
  right: -60px;
  background: url("../images/arrow-next1.jpg") center center no-repeat;
}
.g-wrap .g-list .m-list .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-list .m-list .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next1-on.jpg") center center no-repeat;
}
