@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei';
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@font-face {
  font-family: 'fz';
  src: url("../fonts/fz.TTF");
  /* IE9 Compat Modes */
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.over {
  height: 100%;
  overflow: hidden;
}

.hidden {
  display: none;
}

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  z-index: 999;
}

#video1 {
  width: 100%;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.link {
  width: 100%;
  height: 60px;
  background: #104aa6;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
}

.link .link-list {
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link .link-list li {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  margin: 0 18px;
  font-weight: 900;
}

.toutiao {
  position: relative;
}

.toutiao .toutiao-title {
  	width: 100%;
    height: 52px;
    text-align: center;
    margin: 46px 0;
    font-size: 32px;
    font-weight: 400;
    background: #eee;
}

.toutiao .toutiao-desc {
  width: 100%;
  text-align: left;
  font-size: 16px;

  line-height: 28px;
  text-indent: 36px;
}

.toutiao .toutiao-swiper {
  width: 652px;
  height: 412px;
  margin-top: 46px;
  position: relative;
}

.toutiao .toutiao-swiper img {
  display: block;
  width: 652px;
  height: 412px;
}

.toutiao .toutiao-swiper p {
  width: 652px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.toutiao .swiper-button-prev {
  width: 22px;
  height: 27px;
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 397px !important;
  left: 37px;
}

.toutiao .swiper-button-next {
  width: 22px;
  height: 27px;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 397px !important;
  right: 37px;
}

.toutiao .swiper-pagination {
  width: 60px;
  height: 30px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 47px;
  font-size: 16px;
}

.toutiao .swiper-pagination-current {
  font-size: 24px;
  color: #d52326;
}

.toutiao .toutiao-news {
  width: 346px;
  height: 213px;
  position: absolute;
  top: 206px;
  right: 0;
  padding-left: 12px;
}

.toutiao .toutiao-news li {
  width: 100%;
  border-bottom: 1px dashed #333;
}

.toutiao .toutiao-news li .new-title {
  font-size: 20px;
  font-weight: 900;
  margin-top: 7px;
}
.toutiao .toutiao-news li:first-child .new-title {
  font-size: 20px;
  font-weight: 900;
  margin-top: 10px;
}

.toutiao .toutiao-news li .new-desc {
  margin: 12px 0;
  line-height: 18px;
}

.toutiao .toutiao-list {
  width: 346px;
  height: 203px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 12px;
  margin-top: 12px;
}

.toutiao .toutiao-list ul {
  margin-top: 12px;
}

.toutiao .toutiao-list li {
  width: 100%;
  height: 32px;
  border-bottom: 1px dashed #ccc;
  line-height: 32px;
  font-size: 14px;
}

.toutiao .toutiao-list li::before {
  content: '';
  width: 0;
  height: 0;
  background: #ccc;
  line-height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ccc;
  font-size: 0;
  /* margin-bottom: 12px; */
  position: relative;
  bottom: 5px;
  margin-right: 12px;
}

.toutiao .toutiao-icon {
  width: 44px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/toutiao.png") no-repeat;
  background-size: 100%;
}

.zhuangao .zhuangao-title {
  width: 247px;
  height: 64px;
  margin: 18px auto;
  background: url("../images/zhuangao.png") no-repeat;
  background-size: 100%;
  font-size: 24px;
  color: #fff;
  position: relative;
}

.zhuangao .zhuangao-title p {
  position: absolute;
  width: 211px;
  height: 48px;
  left: 0;
  bottom: 2px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.swiper img {
  display: block;
  width: 100%;
  height: 564px;
}

.swiper p {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.swiper .swiper-button-prev1 {
  width: 22px;
  height: 27px;
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 270px !important;
  left: 17px;
  z-index: 10;
}

.swiper .swiper-button-next1 {
  width: 22px;
  height: 27px;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 270px !important;
  right: 17px;
  z-index: 10;
}

.zhuangao-list {
  width: 100%;
}

.zhuangao-list li {
  width: 492px;
  height: 252px;
  display: inline-block;
  position: relative;
  background: #104aa6;
  margin-top: 12px;
}

.zhuangao-list li:nth-child(2n+2) {
  margin-left: 12px;
}

.zhuangao-list li img {
  width: 190px;
  height: 252px;
  position: absolute;
  left: 0;
  top: 0;
}

.zhuangao-list li .name {
  width: 280px;
  height: 30px;
  position: absolute;
  top: 28px;
  right: 0;
  font-size: 22px;
  text-align: left;
  color: #fff;
  line-height: 30px;
  font-weight:900;
}

.zhuangao-list li .desc {
  width: 280px;
  height: 24px;
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 24px;
  font-weight:900;
}

.zhuangao-list li .detail {
  width: 258px;
  position: absolute;
  top: 98px;
  right: 22px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  line-height: 18px;
  text-indent: 24px;
}

.zhuangao-imglist {
  width: 100%;
  overflow: hidden;
  height: 628px;
  position: relative;
}

.zhuangao-imglist .li-info {
  width: 100%;
  height: 230px;
  margin: 35px auto;
  border-right: 1px solid #ccc;
}

.zhuangao-imglist .li-info img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.zhuangao-imglist .li-info .city {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin: 18px 0 14px 0;
}

.zhuangao-imglist .li-info .city-desc {
  width: 130px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight:900;
}

.zhuangao-imglist .swiper-slide {
  border-top: 1px solid #ccc;
}

.zhuangao-imglist .swiper-pagination2 {
  width: auto !important;
  display: inline-block;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0 !important;
}

.zhuangao-imglist .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #104aa6;
  opacity: 1 !important;
  color: #fff;
  margin: 0 12px !important;
}

.zhuangao-imglist .swiper-pagination-bullet-active {
  background: #fb0d44;
}

.story-list {
  width: 100%;
  margin-top: 100px;
}

.story-list .list-item {
  height: 390px;
  position: relative;
  margin-top: -34px;
}

.story-list .list-item img {
  width: 380px;
  height: 380px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}

.story-list .list-item .float-box {
  width: 50%;
  overflow: hidden;
}

.story-list .list-item .float-box .story-title {
  width: 100%;
  text-align: left;
  font-size: 26px;
  font-weight: 900;
  margin-top: 50px;
}

.story-list .list-item .float-box .story-desc {
  font-size: 12px;
  text-indent: 24px;
  margin-top: 12px;
  line-height: 18px;
  height: 100px;
  font-weight: 900;
}

.story-list .list-item .float-box .item-list li {
  height: 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight:900;
}

.story-list .list-item:nth-child(2n+1) img {
  left: 0;
}

.story-list .list-item:nth-child(2n+1) .float-box {
  margin-left: 50%;
}

.story-list .list-item:nth-child(2n+2) img {
  right: 0;
}

.link-list1 {
  width: 100%;
}

.link-list1 li {
  width: 472px;
  height: 187px;
  position: relative;
  display: inline-block;
  margin-top: 26px;
  border-bottom: 1px solid #ccc;
}

.link-list1 li:nth-child(2n+2) {
  margin-left: 50px;
}

.link-list1 li img {
  position: absolute;
  width: 180px;
  height: 154px;
  top: 0;
  left: 0;
}

.link-list1 li .link-title {
	font-family: 'MicrosoftYaHei';
  width: 270px;
  height: 38px;
  line-height: 38px;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  right: 0;
}

.link-list1 li .link-desc {
  width: 270px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 40px;
  line-height: 24px;
  text-decoration: underline;
}

.link-list1 li .link-desc span {
  font-weight: 900;
}

.logo img {
  display: block;
  margin: 128px auto;
}

.footer {
  width: 100%;
  height: 176px;
  background: url("../images/footer.png") no-repeat;
  background-size: 100% 100%;
}

.diao {
  position: absolute;
  z-index: -1;
}

.diao1 {
  left: 0;
  top: 1847px;
}

.diao3 {
  left: 0;
  top: 3871px;
}

.diao2 {
  right: 0;
  top: 2871px;
}

.diao4 {
  right: 0;
  top: 4871px;
}

@media screen and (max-width: 1000px) {
  .over {
    height: 100%;
    overflow: hidden;
  }
  .hidden {
    display: none;
  }
  #video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    z-index: 999;
  }
  #video1 {
    width: 100%;
  }
  .w1000 {
    width: 100%;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .link {
    width: 100%;
    height: 60px;
    background: #104aa6;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
  }
  .link .link-list {
    width: 80%;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .link .link-list li {
    display: inline-block;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    margin: 0 6px;
    font-weight: 900;
  }
  .toutiao {
    position: relative;
  }
  .toutiao .toutiao-title {
    width: 100%;
    text-align: center;
    margin: 46px 0;
    font-size: 34px;
    font-weight: 900;
  }
  .toutiao .toutiao-desc {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    text-indent: 36px;
  }
  .toutiao .toutiao-swiper {
    width: 100%;
    height: 412px;
    margin-top: 46px;
    position: relative;
  }
  .toutiao .toutiao-swiper img {
    display: block;
    width: 100%;
    height: auto;
  }
  .toutiao .toutiao-swiper p {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
  }
  .toutiao .swiper-button-prev {
    width: 22px;
    height: 27px;
    background: url(../images/arrow-left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 397px !important;
    left: 37px;
  }
  .toutiao .swiper-button-next {
    width: 22px;
    height: 27px;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 397px !important;
    right: 37px;
  }
  .toutiao .swiper-pagination {
    width: 60px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 47px;
    font-size: 16px;
  }
  .toutiao .swiper-pagination-current {
    font-size: 24px;
    color: #d52326;
  }
  .toutiao .toutiao-news {
    width: 346px;
    height: 213px;
    position: static;
    top: 0;
    right: 0;
    padding-left: 12px;
    margin-top: 12px;
  }
  .toutiao .toutiao-news li {
    width: 100%;
    border-bottom: 1px dashed #333;
  }
  .toutiao .toutiao-news li .new-title {
    font-size: 20px;
    font-weight: 900;
    margin-top: 7px;
  }
  .toutiao .toutiao-news li .new-desc {
    margin: 12px 0;
    line-height: 18px;
  }
  .toutiao .toutiao-list {
    width: 346px;
    height: 203px;
    position: absolute;
    bottom: 24px;
    right: 12px;
    padding-left: 12px;
    margin-top: 12px;
  }
  .toutiao .toutiao-list ul {
    margin-top: 12px;
  }
  .toutiao .toutiao-list li {
    width: 100%;
    height: 32px;
    border-bottom: 1px dashed #333;
    line-height: 32px;
    font-size: 16px;
  }
  .toutiao .toutiao-list li::before {
    content: '';
    width: 0;
    height: 0;
    background: #ccc;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ccc;
    font-size: 0;
    /* margin-bottom: 12px; */
    position: relative;
    bottom: 5px;
    margin-right: 12px;
  }
  .toutiao .toutiao-icon {
    width: 44px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/toutiao.png") no-repeat;
    background-size: 100%;
  }
  .zhuangao .zhuangao-title {
    width: 247px;
    height: 64px;
    margin: 18px auto;
    background: url("../images/zhuangao.png") no-repeat;
    background-size: 100%;
    font-size: 24px;
    color: #fff;
    position: relative;
  }
  .zhuangao .zhuangao-title p {
    position: absolute;
    width: 211px;
    height: 48px;
    left: 0;
    bottom: 2px;
    font-weight: 900;
    line-height: 48px;
    text-align: center;
  }
  .swiper {
    overflow: hidden;
    position: relative;
  }
  .swiper img {
    display: block;
    width: 100%;
    height: auto;
  }
  .swiper p {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 0;
  }
  .swiper .swiper-button-prev1 {
    width: 22px;
    height: 27px;
    background: url(../images/arrow-left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 270px !important;
    left: 17px;
    z-index: 10;
  }
  .swiper .swiper-button-next1 {
    width: 22px;
    height: 27px;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 270px !important;
    right: 17px;
    z-index: 10;
  }
  .zhuangao-list {
    width: 100%;
  }
  .zhuangao-list li {
    width: 100%;
    height: 252px;
    display: inline-block;
    position: relative;
    background: #104aa6;
    margin-top: 12px;
  }
  .zhuangao-list li:nth-child(2n+2) {
    margin-left: 0;
  }
  .zhuangao-list li img {
    width: 190px;
    height: 252px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zhuangao-list li .name {
    width: 70%;
    height: 30px;
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 22px;
    text-align: left;
    color: #fff;
    line-height: 30px;
  }
  .zhuangao-list li .desc {
    width: 70%;
    height: 24px;
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 24px;
  }
  .zhuangao-list li .detail {
    width: 67%;
    position: absolute;
    top: 98px;
    right: 22px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    line-height: 18px;
    text-indent: 24px;
  }
  .zhuangao-imglist {
    width: 100%;
    overflow: hidden;
    height: 628px;
    position: relative;
  }
  .zhuangao-imglist .li-info {
    width: 100%;
    height: 230px;
    margin: 35px auto;
    border-right: 1px solid #ccc;
  }
  .zhuangao-imglist .li-info img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .zhuangao-imglist .li-info .city {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 20px 0;
  }
  .zhuangao-imglist .li-info .city-desc {
    width: 130px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .zhuangao-imglist .swiper-slide {
    border-top: 1px solid #ccc;
  }
  .zhuangao-imglist .swiper-pagination2 {
    width: auto !important;
    display: inline-block;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0 !important;
  }
  .zhuangao-imglist .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #104aa6;
    opacity: 1 !important;
    color: #fff;
    margin: 0 12px !important;
  }
  .zhuangao-imglist .swiper-pagination-bullet-active {
    background: #fb0d44;
  }
  .story-list {
    width: 100%;
    margin-top: 100px;
  }
  .story-list .list-item {
    height: 390px;
    position: relative;
    margin-top: -34px;
  }
  .story-list .list-item img {
    width: 380px;
    height: 380px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
  }
  .story-list .list-item .float-box {
    width: 50%;
    overflow: hidden;
  }
  .story-list .list-item .float-box .story-title {
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: 900;
    margin-top: 50px;
  }
  .story-list .list-item .float-box .story-desc {
    font-size: 12px;
    text-indent: 24px;
    margin-top: 12px;
    line-height: 18px;
    height: 100px;
    font-weight: 900;
  }
  .story-list .list-item .float-box .item-list li {
    height: 20px;
    margin-top: 8px;
    font-size: 8px;
    line-height: 20px;
  }
  .story-list .list-item:nth-child(2n+1) img {
    left: 0;
  }
  .story-list .list-item:nth-child(2n+1) .float-box {
    margin-left: 50%;
  }
  .story-list .list-item:nth-child(2n+2) img {
    right: 0;
  }
  .link-list1 {
    width: 100%;
  }
  .link-list1 li {
    width: 80%;
    height: 187px;
    position: relative;
    display: inline-block;
    margin-top: 26px;
    border-bottom: 1px solid #ccc;
    margin-left: 20px !important;
  }
  .link-list1 li:nth-child(2n+2) {
    margin-left: 0;
  }
  .link-list1 li img {
    position: absolute;
    width: 180px;
    height: 154px;
    top: 0;
    left: 0;
  }
  .link-list1 li .link-title {
    width: 270px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    right: 0;
  }
  .link-list1 li .link-desc {
    width: 270px;
    height: 38px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 24px;
  }
  .link-list1 li .link-desc span {
    font-weight: 900;
  }
  .logo img {
    display: block;
    margin: 128px auto;
    width: 100%;
  }
  .footer {
    width: 100%;
    height: 176px;
    background: url("../images/footer.png") no-repeat;
    background-size: 100% 100%;
  }
  .diao {
    position: absolute;
    z-index: -1;
  }
  .diao1 {
    left: 0;
    top: 1847px;
  }
  .diao3 {
    left: 0;
    top: 3871px;
  }
  .diao2 {
    right: 0;
    top: 2871px;
  }
  .diao4 {
    right: 0;
    top: 4871px;
  }
}
