@charset "UTF-8";
body {
  background: #dceefa;
}

a, a:hover {
  text-decoration: none;
}

/* footer */
body .g-footer {
  background: #38405f;
}

body .g-footer .gft-links,
body .g-footer .gft-links a {
  color: #fff;
}

body .g-footer .gft-copyRight,
body .g-footer .gft-copyRight a {
  color: #fff;
}

.g-doc {
  width: 100%;
  overflow-x: hidden;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.icons, .area3 .pt p::before, .area3 .pt p::after, .swiper .swiper-pagination .swiper-pagination-bullet, .area7 .pt::before {
  display: block;
  background: url(images/icons.png?t=1);
}

.swiper .btn, .area11 .btn {
  display: block;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
  outline: none;
}

.swiper .btn-prev, .area11 .btn-prev {
  left: 0;
  background-position: -105px -164px;
}

.swiper .btn-next, .area11 .btn-next {
  right: 0;
  background-position: -134px -164px;
}

.swiper .swiper-pagination {
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -69px -244px;
  margin: 0 5px;
  border-radius: 0;
  opacity: 1;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 49px;
  background-position: -112px -210px;
}

.banner {
  display: block;
  height: 474px;
  background: url(images/banner.jpg?dkdk) no-repeat center top;
}

.nav-box {
  height: 60px;
  text-align: center;
  background: #e8eff9;
  border-top: 1px solid #e1e8f1;
  border-bottom: 1px solid #e1e8f1;
}

.nav-box .item {
  display: inline-block;
  width: 110px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #666;
  border-right: 1px solid #e1e8f1;
}

.nav-box .item:last-of-type {
  border: none;
}

.nav-box .big {
  width: 165px;
}

.nav-box .item:hover, .nav-box .item.cur {
  color: #fff;
  border: none;
  background-image: linear-gradient(to right, #165dff 0%, #165dff 0%, #165dff 21%, #165dff 52%, #165dff 78%, #165dff 100%);
}

.area1 {
  height: 728px;
  background: url(images/areabg1.jpg?kkd) no-repeat center top;
  padding-top: 180px;
}

.area1 .video, .area1 video {
  width: 1178px;
  height: 661px;
  border-radius: 14px;
  margin: 0 auto;
}

.area2 {
  height: 785px;
  background: url(images/areabg2.jpg?kdk) no-repeat center top;
  padding-top: 130px;
}

.area2 .btn {
  display: block;
  width: 35px;
  height: 69px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  outline: none;
}

.area2 .btn-prev {
  background-position: -110px -9px;
  left: 498px;
}

.area2 .btn-next {
  background-position: -61px -105px;
  right: 0;
}

.area2 .swiper .swiper-pagination {
  width: 704px;
  left: 498px;
}

.area2 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-position: -146px -88px;
}

.area2 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-position: -69px -244px;
}

.swiper-0 {
  height: 397px;
  margin-bottom: 15px;
}

.swiper-0 .swiper-wrapper, .swiper-0 .swiper-slide {
  width: 100%;
  height: 397px;
}

.area2 .ptBox {
  height: 397px;
  display: flex;
  justify-content: space-between;
}

.area2 .ptBox .txt {
  display: block;
  width: 430px;
  height: 390px;
  padding-top: 60px;
  color: #333;
  margin-left: 40px;
}

.area2 .ptBox .txt .tit {
  display: block;
  height: 100px;
  line-height: 50px;
  font-size: 32px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.area2 .ptBox .txt .tit::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.area2 .ptBox .txt p {
  height: 210px;
  line-height: 40px;
  font-size: 16px;
  text-align: justify;
}

.area2 .ptBox .txt p .font-b {
  color: #0054ff;
}

.area2 .ptBox .pic {
  display: block;
  width: 704px;
  height: 397px;
}

.area2 .ptBox .pic img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.focus {
  height: 336px;
}

.focus a {
  float: left;
  width: 596px;
  height: 336px;
  position: relative;
}

.focus a:first-child {
  margin-right: 8px;
}

.focus .tit {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(29, 57, 94, 0.6);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.focus img {
  border-radius: 12px;
}

.focus-l {
  width: 600px;
  height: 339px;
  float: left;
}

.focus-r {
  width: 600px;
  float: right;
}

.focus-l a {
  width: 100%;
  height: 100%;
}

.focus-r a {
  margin: 0 0 6px 3px;
  width: 297px;
  height: 168px;
  float: left;
}

.title {
  position: relative;
  margin-bottom: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 56px;
  color: #111111;
  text-align: center;
}

.title::before,
.title::after {
  display: block;
  position: absolute;
  top: 30px;
  width: 430px;
  content: '';
  border-bottom: solid 1px #393939;
}

.area3 {
  height: 588px;
  background: url(images/areabg3.jpg) no-repeat center top;
  padding-top: 150px;
}

.area3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.videoWrap {
  position: relative;
  width: 936px;
  height: 528px;
  float: left;
  margin-top: 7px;
  margin-left: 12px;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
}

.video video, .video .cover {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video .cover {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.cover .player {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  background-position: -3px -6px;
  cursor: pointer;
}

.videoWrap .vtit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 56px;
  width: 880px;
  line-height: 52px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background: rgba(29, 57, 94, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.videoWrap .vtit i {
  position: absolute;
  top: 15px;
  left: 22px;
  width: 26px;
  height: 22px;
  background-position: -100px -105px;
}

.area3 .slide-box {
  width: 235px;
  float: right;
  margin-right: 10px;
}

.area3 .ctr {
  width: 30px;
  height: 17px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.area3 .ctr-prev {
  margin-top: 25px;
  margin-bottom: 10px;
  background-position: -61px -187px;
}

.area3 .ctr-next {
  margin-top: 10px;
  background-position: -61px -216px;
}

.area3 .slide {
  margin: 7px 0 2px;
  height: 426px;
  overflow: hidden;
}

.area3 .item {
  position: relative;
  margin-bottom: 9px;
  width: 235px;
  height: 134px;
  cursor: pointer;
}

.area3 .item img {
  width: 231px;
  height: 130px;
  border-radius: 10px;
}

.area3 .item.cur img {
  border: 2px solid #0797ff;
}

.area3 .item .tit {
  position: absolute;
  bottom: 2px;
  left: 2px;
  padding: 0 20px;
  width: 191px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: rgba(29, 57, 94, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.area3 .item .tit i {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 16px;
  background-position: -100px -133px;
}

.area4 {
  height: 505px;
  background: url(images/areabg4.jpg) no-repeat center top;
  padding-top: 150px;
}

.area4 .swiper-1 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.area4 .swiper-wrapper {
  margin: 0 auto;
}

.area4 .swiper-wrapper, .area4 .swiper-slide {
  width: 1134px;
  height: 432px;
}

.area4 .list {
  margin-right: -40px;
  overflow: hidden;
}

.area4 .pt {
  float: left;
  width: 349px;
  height: 427px;
  background: url(images/ptbg.png) no-repeat;
  margin-right: 38px;
  text-align: left;
}

.area4 .pt p {
  padding: 34px 20px 0 34px;
  height: 140px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  position: relative;
}

.area4 .pt p::before, .area4 .pt p::after {
  display: block;
  content: '';
  width: 17px;
  height: 11px;
  position: absolute;
  top: 20px;
  opacity: 0.5;
}

.area4 .pt p::before {
  left: 15px;
  background-position: -159px -258px;
}

.area4 .pt p::after {
  right: 15px;
  top: 185px;
  background-position: -158px -284px;
}

.area4 .pt:hover {
  background: url(images/ptbg1.png) no-repeat;
}

.area4 .info {
  width: 327px;
  height: 165px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 40px 10px 0 10px;
}

.area4 .img {
  float: left;
  width: 127px;
  height: 127px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}

.area4 .txt {
  float: right;
  width: 185px;
  height: 130px;
}

.area4 .txt * {
  display: block;
}

.area4 .name {
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
}

.area4 .name::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #165dff;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.area4 .job {
  height: 50px;
  font-size: 18px;
  line-height: 25px;
  color: #666;
}

.area5 {
  height: 784px;
  background: url(images/areabg5.jpg) no-repeat center top;
  padding-top: 152px;
}

.swiper-2 {
  width: 1200px;
  height: 762px;
}

.swiper-2 .swiper-wrapper {
  margin: 0 auto;
}

.swiper-2 .swiper-wrapper, .swiper-2 .swiper-slide {
  width: 1130px;
  height: 762px;
}

.swiper-2 .pt-list {
  height: 762px;
  margin-right: -40px;
  overflow: hidden;
  text-align: left;
}

.swiper-2 .pt {
  float: left;
  width: 328px;
  height: 730px;
  background: url(images/area5ptbg.png) no-repeat;
  padding: 10px 9px 0 9px;
  position: relative;
  margin-right: 40px;
}

.swiper-2 .img {
  display: block;
  width: 328px;
  height: 712px;
  border-radius: 20px;
}

.swiper-2 .txt {
  width: 293px;
  height: 175px;
  background: url(images/area5ptbg1.png) no-repeat;
  padding: 30px 15px 0 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 9px;
  top: 520px;
}

.swiper-2 .tag {
  display: inline-block;
  padding: 0 15px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  border-radius: 32px;
  background-color: #165dff;
  margin-bottom: 10px;
}

.swiper-2 p {
  height: 105px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  display: -webkit-box;
  /*值必须为-webkit-box或�?-webkit-inline-box*/
  -webkit-box-orient: vertical;
  /*值必须为vertical*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.area6 {
  height: 854px;
  background: url(images/areabg6.jpg) no-repeat center top;
  padding-top: 156px;
}

.area6 .inner {
  position: relative;
}

.area6 .pics {
  width: 1170px;
  height: 655px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 25px;
}

.area6 .pics img {
  border: 2px solid #fff;
  border-radius: 12px;
}

.area6 .cont_ctrl {
  padding-top: 20px;
  overflow: hidden;
}

.area6 .tab {
  position: relative;
  width: 1326px;
  height: 126px;
}

.area6 .ctr {
  position: absolute;
  top: 750px;
  width: 17px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

.area6 .ctr-prev {
  left: -50px;
}

.area6 .ctr-next {
  right: -50px;
}

.area6 .ctr i {
  display: block;
  width: 17px;
  height: 30px;
}

.area6 .ctr-prev i {
  background-position: -105px -164px;
}

.area6 .ctr-next i {
  background-position: -134px -164px;
}

.area6 .tab ul {
  overflow: hidden;
  height: 126px;
}

.area6 .tab li {
  margin: 0 9px;
  width: 224px;
  height: 126px;
  float: left;
}

.area6 .tab li img {
  width: 224px;
  height: 126px;
  border-radius: 10px;
}

.area6 .tab li.current img {
  width: 218px;
  height: 120px;
  border: 3px solid #0797ff;
}

.area7 {
  padding: 135px 0 40px 0;
  background: url(images/areabg7.jpg) no-repeat center top;
}

.area7 .pt {
  text-align: left;
  display: block;
  width: 1191px;
  height: 213px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #f5fafe;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.area7 .pt::before {
  content: '';
  display: block;
  width: 11px;
  height: 185px;
  background-position: -34px -103px;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -93px;
  z-index: -1;
}

.area7 .pt .img {
  display: block;
  width: 260px;
  height: 196px;
  margin-top: 8px;
  margin-left: 13px;
  border-radius: 16px;
}

.area7 .pt .txtBox {
  width: 840px;
  height: 165px;
  padding: 30px 40px 0 0;
}

.area7 .pt .txtBox .tit {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.area7 .pt .txtBox p {
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area7 .pt .txtBox .blueF, .area7 .pt:hover .txtBox .tit {
  color: #165dff;
}

.area7 .pt:hover::before {
  background-position: -5px -100px;
}

.area7 .moreBtn {
  display: block;
  width: 299px;
  height: 45px;
  background: url(images/btnbg1.png) no-repeat;
  cursor: pointer;
  margin: 0 auto;
}

.area8 {
  height: 310px;
  background: url(images/areabg8.jpg) no-repeat center top;
  padding-top: 137px;
}

.area8 .inner {
  height: 310px;
  display: flex;
  justify-content: space-between;
}

.area8 .pic {
  display: block;
  width: 381px;
  height: 214px;
  border: 1px solid #fff;
  background: #f5fafe;
  border-radius: 16px;
  padding: 5.5px 4.5px;
}

.area8 .pic img {
  display: block;
  border-radius: 12px;
}

.area9 {
  padding: 170px 0 30px 0;
  background: url(images/areabg9.jpg?lld) no-repeat center top;
}

.area9 .pic-mod {
  width: 100%;
  margin-bottom: 30px;
}

.area9 .pic-mod .img {
  display: block;
  width: 1194px;
  margin: 0 auto;
}

.vote-box {
  height: 492px;
  background: url(images/tpbg.png) no-repeat center;
  padding: 90px 40px 0 40px;
}

.vote-box .sNum {
  display: none;
}

.vote {
  height: 390px;
  margin-bottom: 0px;
}

.vote li {
  height: 80px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}

.vote li:nth-child(2) .item-txt {
  background-color: #cae2fd;
}

.vote li:nth-child(2) .bg {
  background-color: #b8d6fd;
}

.vote li:nth-child(2) .num {
  color: #4d98fd;
}

.vote li:nth-child(3) .item-txt {
  background-color: #f2f8df;
}

.vote li:nth-child(3) .bg {
  background-color: #f6e3a9;
}

.vote li:nth-child(3) .num {
  color: #f4b02c;
}

.vote li:nth-child(4) .item-txt {
  background-color: #f2e2db;
}

.vote li:nth-child(4) .bg {
  background-color: #f6d5c7;
}

.vote li:nth-child(4) .num {
  color: #e49776;
}

.vote .icon {
  float: left;
  width: 28px;
  height: 28px;
  background-position: -128px -229px;
  margin: 26px 12px 0 0;
  text-indent: -9999px;
}

.vote .item-txt {
  float: right;
  width: 1074px;
  height: 74px;
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: #e4dffc;
  position: relative;
}

.vote .bg {
  display: none;
  height: 100%;
  border-radius: 8px;
  background-color: #e6d0fb;
}

.vote .txt {
  display: block;
  width: 800px;
  height: 74px;
  font-size: 26px;
  line-height: 74px;
  color: #333;
  text-align: left;
  text-indent: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.vote .num {
  display: none;
  font-size: 26px;
  line-height: 74px;
  color: #994be9;
  position: absolute;
  right: 25px;
  top: 0;
}

.vote .cur .icon {
  width: 24px;
  height: 24px;
  background-position: -98px -233px;
  border: 2px solid #d0e1ea;
  border-radius: 100%;
}

.btn-vote {
  display: block;
  width: 204px;
  height: 59px;
  background-color: #aaa;
  border-radius: 59px;
  font-size: 28px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.btn-vote.btn-submit {
  background-color: #2982ff;
}

.toast {
  display: none;
  width: 300px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -25px;
  z-index: 200;
}

.area10 {
  height: 903px;
  padding-top: 162px;
  background: url(images/areabg10.jpg?ldl) no-repeat center top;
}

.area10 .pt-mod {
  margin-right: -23px;
  overflow: hidden;
  height: 888px;
}

.area10 .pt {
  float: left;
  width: 587px;
  height: 425px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.area10 .pt img {
  display: block;
  width: 587px;
  height: 331px;
  border-radius: 12px 12px 0 0;
}

.area10 .pt:hover .txt {
  background-image: linear-gradient(116deg, #165dff 0%, #5e86fc 100%);
}

.area10 .txt {
  display: block;
  width: 558px;
  height: 70px;
  padding: 10px 15px;
  background-image: linear-gradient(116deg, #44a6ff 0%, #5aa2fd 100%);
  border-radius: 0px 0px 12px 12px;
  text-align: left;
}

.area10 .tit {
  display: block;
  height: 70px;
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area11 {
  height: 615px;
  padding-top: 154px;
  background: url(images/areabg11.jpg?kkd) no-repeat center top;
}

.area11 .inner {
  position: relative;
}

.area11 .swiper-3 {
  width: 1121px;
  height: 590px;
  margin: 0 auto;
  overflow: hidden;
}

.area11 .swiper-slide {
  width: 317px !important;
  height: 550px;
  background: url(images/area11ptbg.png) no-repeat;
  padding: 28px 22px 0 22px;
  text-align: left;
}

.area11 .pt {
  width: 317px;
  height: 553px;
}

.area11 .pt, .area11 .author, .area11 .info, .area11 .img, .area11 .ts {
  display: block;
}

.area11 .author {
  height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
}

.area11 .pic {
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-right: 15px;
}

.area11 .name {
  float: left;
  font-size: 18px;
  line-height: 33px;
  color: #000;
}

.area11 .pt p {
  width: 100%;
  max-height: 105px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 35px;
  color: #666;
  display: -webkit-box;
  /*值必须为-webkit-box或�?-webkit-inline-box*/
  -webkit-box-orient: vertical;
  /*值必须为vertical*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.area11 .pt p span {
  color: #0054ff;
}

.area11 .img {
  width: 321px;
  height: 181px;
  border-radius: 12px;
}

.area11 .info {
  width: 300px;
  height: 125px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -150px;
  overflow: hidden;
}

.area11 .tag {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  background: #165dff;
  border-radius: 36px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.area11 .ts {
  max-height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
