/*
    * @time Mon Dec 21 2020 09:59:32 GMT+0800 (中国标准时间)
    */
@charset "utf-8";

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0
}

body,
html {
  height: 100%
}

body {
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}

li {
  list-style-type: none
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s
}

a:hover {
  text-decoration: none;
  color: #ff9724 !important
}

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

iframe,
img {
  border: 0
}

img {
  vertical-align: top
}

.clearfix {
  display: block
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both
}

i {
  font-style: normal
}

body {
  background: #f5f5f5;
  height: auto
}

.part {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .355556rem;
  width: 100%;
  background: #fff
}

a:visited {
  color: #999
}

body.stopScroll {
  height: 100%;
  overflow: hidden
}

.fixedNav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  height: 1.422222rem;
  border-top: .017778rem solid #d0d0d0;
  padding: .177778rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5
}

.fixedNav .fixedNav-item {
  text-align: center
}

.fixedNav .fixedNav-item .tit {
  font-size: .266667rem;
  line-height: .515556rem;
  color: #6e7f8b
}

.fixedNav .fixedNav-item .tit a {
  color: #6e7f8b
}

.fixedNav .fixedNav-item .mark {
  display: block;
  margin: 0 auto .088889rem;
  width: .604444rem;
  height: .586667rem
}

.fixedNav .fixedNav-item:nth-child(1) .mark {
  background: url(../images/icon-01.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav .fixedNav-item:nth-child(2) .mark {
  background: url(../images/icon-02.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav .fixedNav-item:nth-child(3) .mark {
  background: url(../images/icon-03.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav .fixedNav-item:nth-child(4) .mark {
  background: url(../images/icon-04.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav.home .fixedNav-item:nth-child(1) .tit {
  color: #3579fe
}

.fixedNav.home .fixedNav-item:nth-child(1) .tit a {
  color: #3579fe
}

.fixedNav.home .fixedNav-item:nth-child(1) .mark {
  background: url(../images/icon-01-on.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav.video .fixedNav-item:nth-child(2) .tit {
  color: #3579fe
}

.fixedNav.video .fixedNav-item:nth-child(2) .tit a {
  color: #3579fe
}

.fixedNav.video .fixedNav-item:nth-child(2) .mark {
  background: url(../images/icon-02-on.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav.topic .fixedNav-item:nth-child(3) .tit {
  color: #3579fe
}

.fixedNav.topic .fixedNav-item:nth-child(3) .tit a {
  color: #3579fe
}

.fixedNav.topic .fixedNav-item:nth-child(3) .mark {
  background: url(../images/icon-03-on.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.fixedNav.accounts .fixedNav-item:nth-child(4) .tit {
  color: #3579fe
}

.fixedNav.accounts .fixedNav-item:nth-child(4) .tit a {
  color: #3579fe
}

.fixedNav.accounts .fixedNav-item:nth-child(4) .mark {
  background: url(../images/icon-04-on.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

@-moz-keyframes wave1 {
  from {
    height: .213333rem
  }

  to {
    height: .08rem
  }
}

@-webkit-keyframes wave1 {
  from {
    height: .213333rem
  }

  to {
    height: .08rem
  }
}

@keyframes wave1 {
  from {
    height: .213333rem
  }

  to {
    height: .08rem
  }
}

@-moz-keyframes wave2 {
  from {
    height: .124444rem
  }

  to {
    height: .213333rem
  }
}

@-webkit-keyframes wave2 {
  from {
    height: .124444rem
  }

  to {
    height: .213333rem
  }
}

@keyframes wave2 {
  from {
    height: .124444rem
  }

  to {
    height: .213333rem
  }
}

.headnews {
  margin-top: .266667rem
}

.headnews .focus {
  width: 100%;
  height: auto
}

.headnews .focus .img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}

.headnews .focus .img img {
  width: 100%;
  height: 100%
}

.headnews .focus .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .311111rem .088889rem .355556rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, .44)), to(rgba(0, 0, 0, .85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 44%, rgba(0, 0, 0, .85) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 44%, rgba(0, 0, 0, .85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 44%, rgba(0, 0, 0, .85) 100%);
  color: #fff
}

.headnews .focus .tit .txt {
  font-size: .48rem;
  line-height: .604444rem;
  font-weight: 700;
  color: #fff
}

.headnews .focus .tit .btn {
  display: inline-block;
  margin-right: .177778rem;
  margin-top: -.16rem;
  vertical-align: middle;
  width: .408889rem;
  height: .408889rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAEO0lEQVRogc2aX4jVRRTHP2vbrsKWZbu2WZsV1AbrUoKyEkXQH6KHHt1MhCiJDIJIFEF8qIcgwQdfRN/yz/pSoNuTQRAYsgtB1lKKBUKkSVLEbiuoW+6Rs5xZzk73yu/3m7nd+4Vhhju/Oec75ze/M2fO3DYRoQFoA+4CbgB/N0JBewYZK4AXgGeBAeAx4G7Xr+T/As4B3wFngRPArylKq1q8A9gIvAE8YxYugwngyRTiZS2uz78F7AQeqNGvVvwJuARccUvmHuAJoNeeuxSN08n3A0eBq4WYqMULliER+V4WYkZERkVko4jcV0DOUhF5XEQ63G9PicisSR0pyqfIQ7qcthrJgCkR+VBElpeYeL2yyckdz0W8XUQ+iax8RETuzUA4lMUiclhEvjHrJxNX0sciKw9nJJxUbrU8RhzpiyKyqlVI34r4Nkf6goisbCXSWmr58SHga/PVuus9DfxQ0m02HIsiBeqnDxhpzGe3HGlqEH/b7Wi6GXzaBE4eS4CDwBjQt6DHrZsO+wiDB+ltgbW8yn1rp/3G5S2+Cbjf2vuA3ytYSLf3nhymNpwBRqy9Ghie73GzO2kzuy4iPRUttF9E/hSRVzJa/UER+ce4nYrdYZ+LF44nKDlqMlTWXhHpzER+1Mnt80vlZReafpbhFaus94Bxi89TcdzJfQnnVdaFlQN8mUFRgK7Lb4HXE+V84dprccQHrP4F+CNRSYwuc2lHgDsqyrgM/GbtQRzxfqvPZaW8EOq11PprKo4/Y/UcVyV+G7DUfoxPJrnxKHAK2FJB7mWrl+laXxS9visNJq7oBN6tMG7Kte+Mt/z/Az8u2EiK41/35JzFp90PXQ0mfsC8wtkKY/3KmG63vMe0dazISNJjEtgMHEuQEbhpqH0jLJXzVvfXGZSCMUtNpJDGbWRzXAPxCasfzhgkzQIfWYYrKWtlnB6x9hzXQHzMat1Sn09UgrnVF4Fd0UdVFc+5kGTcEz9h273i1QQFp4FRO4x8lYFwwAarxbjWDWu7W+AQEUqPcRLj+J+DxCGr9by5NaO1UvG+OwMfmpflZtbpjm6TLXJ06zUuIbdT8+h2HfjY2hq77GkBa+9xcZRym5nviWbYHmVkm5lyG3Y8JozbfH+tAUMuM6uvabAJpAfdElEu6+Jn6g3c3sQU3ErTGbC91nP1Bjcr6TngHIQYh7YyxLEv+PMozby+gaTXm46A0ejmojBxLbdb0t3jYOYNqttkehw23XXHFRGsr2pHdJWiH84HiRPoNhmTTu6M6aq5PMoSD2XI3JLHNbu12FDwekWfec2STtciWROmoxCfsvecevB4B9jh8owemt74Gbjozq9ddrWo8fRDNcZo2mE3sL9UJFnxNWt48KYFPbNSHrM2dnPVNF2Ou/w+i5fDlXi/26YDpuziVnMjJy3kvZCitFF/QtAYKJBX0noaygfgJsI00YX19pVQAAAAAElFTkSuQmCC) 0 0;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%
}

.headnews .focus .swiper-pagination {
  bottom: .133333rem;
  font-size: 0
}

.headnews .focus .swiper-pagination .swiper-pagination-bullet {
  width: .071111rem;
  height: .071111rem;
  margin-right: .088889rem;
  margin-left: .088889rem;
  opacity: 1;
  background: #ddd;
  -webkit-border-radius: .035556rem;
  -moz-border-radius: .035556rem;
  border-radius: .035556rem;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.headnews .focus .swiper-pagination .swiper-pagination-bullet-active {
  width: .266667rem;
  background: #ffae00
}

.main {
  margin-top: .266667rem
}

.main .depth .item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .311111rem 0;
  font-size: .462222rem;
  line-height: .711111rem;
  color: #333;
  border-bottom: .017778rem dotted rgba(51, 51, 51, .2)
}

.main .depth .item a {
  color: #333
}

.main .depth .item.item-style1 .img {
  float: left;
  margin-right: .266667rem;
  width: 32.5%;
  height: 1.866667rem;
  -webkit-border-radius: .133333rem;
  -moz-border-radius: .133333rem;
  border-radius: .133333rem;
  overflow: hidden
}

.main .depth .item.item-style1 .img img {
  width: 110%;
  height: auto
}

.main .depth .item.item-style1 .tit {
  height: 1.866667rem;
  line-height: .622222rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main .depth .item.item-style1 .tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.main .depth .item.item-style1 .tit a {
  margin-right: .266667rem;
  color: #333
}

.main .depth .item.item-style2 .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main .depth .item.item-style2 .img a {
  display: inline-block;
  width: 32.5%;
  height: 1.866667rem;
  -webkit-border-radius: .133333rem;
  -moz-border-radius: .133333rem;
  border-radius: .133333rem;
  overflow: hidden
}

.main .depth .item.item-style2 .img a img {
  width: 110%;
  height: auto;
  min-height: 1.866667rem
}

.main .depth .item.item-style2 .tit {
  margin-bottom: .222222rem
}

.main .depth .item.item-style2 .tit .type {
  padding: .071111rem .177778rem;
  margin-right: .177778rem;
  line-height: .64rem;
  color: #fff;
  background: #027bfb
}

.main .depth .item.item-style2 .tit a {
  margin-right: .266667rem
}

.main .depth .item.item-style3 a {
  margin-right: .266667rem
}

.btn-more {
  position: relative;
  margin-top: .266667rem;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  cursor: pointer;
  text-align: center;
  color: #3073c7;
  font-size: .355556rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(248, 248, 248, 0)), color-stop(20%, rgba(248, 248, 248, .4)), color-stop(30%, rgba(248, 248, 248, .6)), color-stop(40%, rgba(248, 248, 248, .8)), color-stop(50%, #f8f8f8), color-stop(60%, rgba(248, 248, 248, .8)), color-stop(70%, rgba(248, 248, 248, .6)), color-stop(80%, rgba(248, 248, 248, .4)), color-stop(90%, rgba(248, 248, 248, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%)
}

.btn-more:before {
  content: '';
  height: .026667rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(172, 196, 214, 0)), color-stop(20%, rgba(172, 196, 214, .4)), color-stop(30%, rgba(172, 196, 214, .6)), color-stop(40%, rgba(172, 196, 214, .8)), color-stop(50%, #acc4d6), color-stop(60%, rgba(172, 196, 214, .8)), color-stop(70%, rgba(172, 196, 214, .6)), color-stop(80%, rgba(172, 196, 214, .4)), color-stop(90%, rgba(172, 196, 214, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%)
}

.btn-more:after {
  content: '';
  height: .026667rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(172, 196, 214, 0)), color-stop(20%, rgba(172, 196, 214, .4)), color-stop(30%, rgba(172, 196, 214, .6)), color-stop(40%, rgba(172, 196, 214, .8)), color-stop(50%, #acc4d6), color-stop(60%, rgba(172, 196, 214, .8)), color-stop(70%, rgba(172, 196, 214, .6)), color-stop(80%, rgba(172, 196, 214, .4)), color-stop(90%, rgba(172, 196, 214, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%)
}