/*
 * @Author: Chin 
 * @Date: 2020-03-31 16:55:07 
 * @Last Modified by: Chin
 * @Last Modified time: 2020-09-09 11:03:06
 */
.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.reset {
  line-height: 1;
  font-size: 0;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.photoActives {
  position: relative;
  overflow: hidden;
}

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.randomdots {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.randomdots .randomdot {
  cursor: pointer;
  width: 0;
  height: 0;
  padding-top: 0;
  position: absolute;
  background: #0098e4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.randomdots .randomdot.active {
  width: 100%;
  padding-top: 100%;
  transform: translate(-50%, -50%) scale(3);
  transition: .5s;
  transition-timing-function: linear;
}

.ells {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.scrollx {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.scrollx::-webkit-scrollbar {
  display: none;
}

.wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
}

.wechat.active {
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: .3s;
  transform: translateY(50px);
}

.wechat div img {
  width: 100%;
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
}

.subnavHead {
  position: relative;
  z-index: 8;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
}

.subnavHead .bannerText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splitbox {
  overflow: hidden;
}

.jsplit {
  width: 1280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 31%;
}

.jsplit .splitbox h5 {
  color: white;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 9px;
}

.jsplit .splitbox h5.active span {
  animation: fadeInUp  1s forwards;
}

.jsplit .splitbox h5 span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
/*  opacity: 0;*/
  display: inline-block;
}

.jsplit .splitbox h6 {
  font-size: 44px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 700;
  text-transform: unset;
}

.jsplit .splitbox h6:last-child {
  font-weight: 700;
}

.jsplit .splitbox h6.active span {
  animation: fadeInUp  1s forwards;
}

.jsplit .splitbox h6 span {
  font-family: inherit;
  min-width: auto;
  font-size: inherit;
  color: inherit;
/*  opacity: 0;*/
  display: inline-block;
  min-width: 10px;
}

.jsplit .splitbox h6 span:nth-child(2) {
  color: #0098e4;
}

.jsplit .splitbox h6 span:last-child {
  margin-right: 0;
}

.newspaper p, .newspaper span, .newspaper a {
  word-break: break-all;
}

.newspaper a {
  transition: .4s;
}

.newspaper a:link {
  color: #333;
}

.newspaper a:visited {
  color: #333;
}

.newspaper a:active {
  color: #f03;
}

.newspaper a:hover {
  color: #f03;
}

.newspaper img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: 100%;
}

.last3:nth-child(3n+1):nth-last-child(-n+3) a,
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li a {
  margin-bottom: 0px;
}

.mobileMenu {
  display: flex;
  align-items: center;
  transition: .4s;
  cursor: pointer;
  transition-timing-function: ease-in-out;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 20px;
  height: 17px;
}

.mobileMenu .mobileMenu_box.active div:first-child {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box.active div:nth-child(2) {
  opacity: 0;
}

.mobileMenu .mobileMenu_box.active div:last-child {
  bottom: 50%;
  transform: translateY(50%);
}

.mobileMenu .mobileMenu_box.actives div {
  background: white;
}

.mobileMenu .mobileMenu_box.actives div:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.mobileMenu .mobileMenu_box.actives div:nth-child(2) {
  opacity: 0;
}

.mobileMenu .mobileMenu_box.actives div:last-child {
  transform: translateY(50%) rotate(-45deg);
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  right: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transform: translateY(10px);
  transition: .4s;
  opacity: 0;
  transition-timing-function: ease-in-out;
  z-index: 10;
  background: transparent;
}

.mobileNav.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}

.mobileNav .box {
  position: relative;
  z-index: 9;
  width: 1280px;
  margin: auto;
  height: 80%;
  margin-top: 130px;
  padding: 120px 160px 0;
  box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.mobileNav .box::-webkit-scrollbar {
  display: none;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  width: 23%;
  overflow: hidden;
  margin-bottom: 30px;
}

.mobileNav .box .mobileNavitems:last-child ol {
  border: none;
}

.mobileNav .box .mobileNavitems:first-child ol {
  padding: 0;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
}

.mobileNav .box .mobileNavitems .item h5 {
  font-family: initial;
  color: #333;
  font-weight: 500;
  font-size: 22px;
  transition: .3s;
  line-height: 1;
}

.mobileNav .box .mobileNavitems ul {
  padding-top: 20px;
}

.mobileNav .box .mobileNavitems ul li {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileNav .box .mobileNavitems ul li:hover i {
  color: #0098e4;
  transform: translateX(-50%);
}

.mobileNav .box .mobileNavitems ul li:hover p {
  color: #0098e4;
}

.mobileNav .box .mobileNavitems ul li.active i {
  color: #0098e4;
  transform: translateX(-50%);
}

.mobileNav .box .mobileNavitems ul li.active p {
  color: #0098e4;
}

.mobileNav .box .mobileNavitems ul li i {
  font-size: 13px;
  color: #999;
  transition: .4s;
}

.mobileNav .box .mobileNavitems ul li p {
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: .3s;
  display: inline-block;
  font-family: initial;
  line-height: 1;
}

.mobileNavbg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transition-timing-function: linear;
}

.mobileNavbg.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 640px) {
  .videobox video {
    width: 100%;
  }
}

@font-face {
  font-family: "s";
  src: url("../fonts/sy.eot");
  src: url("../fonts/sy.eot") format("embedded-opentype"), url("../fonts/sy.woff2") format("woff2"), url("../fonts/sy.woff") format("woff"), url("../fonts/sy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "p";
  src: url("../fonts/pfd.eot");
  src: url("../fonts/pfd.eot") format("embedded-opentype"), url("../fonts/pfd.woff2") format("woff2"), url("../fonts/pfd.woff") format("woff"), url("../fonts/pfd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.root.active {
  transition-delay: .5s;
  visibility: hidden;
}

.root.active:after, .root.active:before {
  height: 0;
}

.root:after, .root:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: white;
  transition-delay: .3s;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.root:after {
  top: 0%;
}

.root:before {
  bottom: 0%;
}

* {
  font-family: 's';
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  padding-left: 67px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: transparent;
  z-index: 11;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo div {
  margin-right: 12px;
}

header .nav {
  display: flex;
  align-items: center;
  height: 100%;
}

header .nav ul {
  height: 100%;
  display: flex;
}

header .nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

header .nav ul li.active a:after {
  left: 0;
  width: 100%;
}

header .nav ul li a {
  position: relative;
  font-size: 16px;
  padding: 0 3px;
  color: white;
  transition: .3s;
}

header .nav ul li a:after {
  position: absolute;
  content: '';
  bottom: -16px;
  right: 0;
  width: 0%;
  height: 4px;
  transition: .4s;
  background: white;
}

header .nav .morelink {
  margin-left: 125px;
  height: 100%;
  display: flex;
  align-items: center;
}

header .nav .morelink > span {
  width: 1px;
  height: 20px;
  background: white;
  display: block;
}

header .nav .morelink a {
  margin-left: 42px;
  margin-right: 32px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.swiper-box1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext h5, .swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext h6, .swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext p {
  transform: translateY(0);
  opacity: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext h5 {
  transition-delay: 2.2s;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext h6 {
  transition-delay: 2.5s;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .hometext p {
  transition: .5s;
  transition-delay: 2.8s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: 10s;
  transform: scale(1.1);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext {
  position: absolute;
  left: 9.3%;
  bottom: 25.5%;
  flex-direction: column;
  z-index: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext.active .timer span:after {
  width: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext h5 {
  font-size: 40px;
  color: white;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'p';
  transition: .4s;
  opacity: 0;
  transform: translateY(100%);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext h6 {
  font-size: 62px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  display: inline-block;
  transition: .4s;
  opacity: 0;
  transform: translateY(100%);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext .timer {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext .timer .nums {
  font-size: 14px;
  color: white;
  line-height: 1;
  margin-right: 14px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext .timer span {
  flex: 1;
  height: 1px;
  position: relative;
  background: white;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext .timer span::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0098e4;
  transition: 10s;
  transition-timing-function: linear;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext p {
  color: white;
  opacity: 0;
  transform: translateY(50%);
}

.swiper-box1 .bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: linear-gradient(to top, transparent 5%, rgba(0, 0, 0, 0.26));
  z-index: 1;
}

.swiper-box1 .shubiao {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.swiper-box1 .shubiao p {
  font-size: 16px;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.swiper-box1 .shubiao img {
  margin: 0 auto;
  animation: 1.5s shubiao infinite;
}

.swiper-box1 .numbox {
  position: absolute;
  right: 9.3%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.swiper-box1 .numbox .num {
  font-family: 'p';
  font-size: 20px;
  color: white;
}

.swiper-box1 .numbox .num2 {
  margin: 0 1px;
}

.swiper-box1 .numbox .prev, .swiper-box1 .numbox .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: white;
  cursor: pointer;
  transition: .4s;
  color: #0098e4;
}

.swiper-box1 .numbox .prev:hover, .swiper-box1 .numbox .next:hover {
  transition-delay: .1s;
  color: white;
}

.swiper-box1 .numbox .prev {
  margin-left: 20px;
}

.box2 {
  padding-top: 80px;
}

.box2 .w1280 {
  margin-bottom: 55px;
}

.box2 .w1280 .head {
  text-align: right;
}

.box2 .w1280 .head .jsplits {
  text-align: left;
}

.box2 .w1280 .head .viewmore {
  position: relative;
  display: inline-block;
}

.box2 .w1280 .head .viewmore:hover p {
  color: #0098e4;
}

.box2 .w1280 .head .viewmore p {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
  font-family: initial;
  text-align: center;
  transition: .4s;
}

.box2 .swiper-box2 {
  position: relative;
}

.box2 .swiper-box2 .prev1, .box2 .swiper-box2 .next1 {
  position: absolute;
  top: 50%;
  color: #A8A8A8;
  line-height: 1;
  font-size: 26px;
  transform: translateY(-50%);
  z-index: 3;
  transition: .3s;
  cursor: pointer;
}

.box2 .swiper-box2 .prev1:hover, .box2 .swiper-box2 .next1:hover {
  color: #0098e4;
}

.box2 .swiper-box2 .prev1 {
  width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -75px;
}

.box2 .swiper-box2 .next1 {
  width: 1280px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -75px;
  text-align: right;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide {
  width: 1280px;
  background: #ECECEC;
  display: flex;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide:hover .l .text .ckgd {
  background: #0098e4;
  border-color: #0098e4;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide:hover .l .text .ckgd p, .box2 .swiper-box2 .swiper-wrapper .swiper-slide:hover .l .text .ckgd i {
  transition-delay: .1s;
  color: white;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide:hover .r img {
  transform: scale(1.1);
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l {
  flex: 1;
  padding: 0 74px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l .text h5 {
  font-size: 25px;
  line-height: 1;
  color: #484848;
  -webkit-line-clamp: 1;
  margin-bottom: 25px;
  font-weight: 500;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l .text > p {
  color: #707070;
  -webkit-line-clamp: 2;
  margin-bottom: 65px;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l .text .ckgd {
  width: 146px;
  height: 46px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l .text .ckgd p {
  color: #707070;
  margin-right: 25px;
  transition: .3s;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .l .text .ckgd i {
  color: #A8A8A8;
  font-size: 22px;
  transition: .3s;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .r {
  width: 776px;
  overflow: hidden;
}

.box2 .swiper-box2 .swiper-wrapper .swiper-slide .r img {
  transition: .4s;
}

.jsplits {
  white-space: nowrap;
}

.jsplits .splitbox h5 {
  color: #2C2C2C;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  white-space: pre;
}

.jsplits .splitbox h5.active span {
  animation: 1s fadeInUp forwards;
}

.jsplits .splitbox h5 span {
  opacity: 0;
  font-family: inherit;
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

.jsplits .splitbox h6 {
  font-size: 30px;
  color: #AEAEAE;
  line-height: 1;
  margin-top: 18px;
  text-transform: uppercase;
  font-family: 'p';
  white-space: pre;
}

.jsplits .splitbox h6.active span {
  animation: 1s fadeInUp forwards;
}

.jsplits .splitbox h6 span {
  opacity: 0;
  font-family: inherit;
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

.box3 {
  padding: 110px 0 85px;
}

.box3 .box3_box {
  display: flex;
  position: relative;
  left: 424px;
}

.box3 .box3_box .l .newskz {
  margin-top: 55px;
  display: flex;
}

.box3 .box3_box .l .newskz .prev2, .box3 .box3_box .l .newskz .next2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: white;
  cursor: pointer;
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  font-size: 12px;
  transition: .4s;
  color: #BABABA;
}

.box3 .box3_box .l .newskz .prev2:hover, .box3 .box3_box .l .newskz .next2:hover {
  transition-delay: .1s;
  color: white;
  border-color: #0098e4;
}

.box3 .box3_box .l .newskz .prev2 {
  border-right: none;
}

.box3 .box3_box .r {
  margin-left: 225px;
  width: 1217px;
}

.box3 .box3_box .r .swiper-box3 {
  overflow: hidden;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide {
  width: 345px;
  position: relative;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover img {
  opacity: 1;
  visibility: visible;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg {
  background: rgba(0, 0, 0, 0.43);
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg h5 {
  color: white;
  transition-delay: .1s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg i:after {
  width: 100%;
  transition-delay: .1s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg p {
  opacity: 0;
  transition-delay: .1s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg .ckxq > span {
  opacity: 0;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide:hover .bg .ckxq div {
  opacity: 1;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide img {
  transition: .6s;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: linear;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 54px 33px 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg h5 {
  color: #515050;
  font-size: 20px;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  transition: .4s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg > .bgi {
  position: relative;
  width: 100%;
  height: 4px;
  background: #373737;
  display: block;
  margin: 20px 0;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg > .bgi:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: white;
  transition: .4s;
  transition-timing-function: linear;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg p {
  color: #979797;
  -webkit-line-clamp: 2;
  transition: .4s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg .ckxq {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg .ckxq > span {
  color: #B1B1B1;
  font-size: 14px;
  transition: .4s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg .ckxq div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .4s;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg .ckxq div span {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}

.box3 .box3_box .r .swiper-box3 .swiper-wrapper .swiper-slide .bg .ckxq div i {
  font-size: 14px;
  color: #FFFFFF;
}

.box4 {
  padding: 110px 0 140px;
}

.box4 .w1280 > h5 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.box4 .w1280 > h6 {
  line-height: 1.4;
  margin-top: 20px;
  color: white;
  text-align: center;
}

.box4 .w1280 ul {
  margin-top: 130px;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
}

.box4 .w1280 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.box4 .w1280 ul.itemAnimates.animates .itemAnimate {
  animation: 1s rotateInUpLeft forwards;
}

.box4 .w1280 ul li {
  flex: 1;
  height: 300px;
  background: rgba(0, 114, 56, 0.72);
  margin-right: 1px;
}

.box4 .w1280 ul li .randomdot {
  background: rgba(5, 74, 39, 0.72);
}

.box4 .w1280 ul li:hover a {
  transform: translateY(0);
}

.box4 .w1280 ul li:hover a span:after {
  width: 100%;
}

.box4 .w1280 ul li:hover a span:before {
  width: 100%;
}

.box4 .w1280 ul li:hover a span i {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s;
}

.box4 .w1280 ul li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(18px);
  transition: .4s;
}

.box4 .w1280 ul li a i {
  font-size: 32px;
  color: white;
  line-height: 1;
}

.box4 .w1280 ul li a h5 {
  font-size: 20px;
  color: white;
  line-height: 1;
  margin-top: 18px;
  margin-bottom: 8px;
}

.box4 .w1280 ul li a p {
  color: white;
  line-height: 1;
}

.box4 .w1280 ul li a span {
  margin-top: 25px;
  transition: .5s;
  position: relative;
  height: 36px;
}

.box4 .w1280 ul li a span:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 33px;
  height: 1px;
  background: white;
  transition: .3s;
  transform: translateX(-50%);
}

.box4 .w1280 ul li a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 1px;
  background: white;
  transition: .3s;
  transform: translateX(-50%);
}

.box4 .w1280 ul li a span i {
  display: flex;
  height: 100%;
  padding: 0 15px;
  align-items: center;
  font-style: inherit;
  font-size: 14px;
  color: white;
  opacity: 0;
  transform: translateY(10%);
  transition: .5s;
}

.box5 {
  padding: 60px 0;
}

.box5 .w1280 {
  display: flex;
  align-items: center;
}

.box5 .w1280 .l .newskz {
  margin-top: 55px;
  display: flex;
}

.box5 .w1280 .l .newskz .prev3, .box5 .w1280 .l .newskz .next3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: white;
  cursor: pointer;
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  font-size: 12px;
  transition: .4s;
  color: #BABABA;
}

.box5 .w1280 .l .newskz .prev3:hover, .box5 .w1280 .l .newskz .next3:hover {
  transition-delay: .1s;
  color: white;
  border-color: #0098e4;
}

.box5 .w1280 .l .newskz .prev3 {
  border-right: none;
}

.box5 .w1280 .r {
  margin-left: 80px;
  flex: 1;
  overflow: hidden;
}

.box5 .w1280 .r .swiper-box5 {
  height: 200px;
}

.box5 .w1280 .r .swiper-box5 .swiper-wrapper .swiper-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}

.box5 .w1280 .r .swiper-box5 .swiper-wrapper .swiper-slide:hover img {
  transform: translateY(-12px);
}

.box5 .w1280 .r .swiper-box5 .swiper-wrapper .swiper-slide:nth-child(even) {
  border-bottom: none;
}

.box5 .w1280 .r .swiper-box5 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  transition: .4s;
}

footer {
  position: relative;
  background: #404040;
}

footer .w1280 {
  padding: 65px 0 80px;
  display: flex;
  justify-content: space-between;
}

footer .w1280 .l h5 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
}

footer .w1280 .l p {
  margin-top: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

footer .w1280 .l .items {
  display: flex;
  margin-top: 25px;
	margin-bottom: 20px;
}

footer .w1280 .l .items a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  margin-right: 15px;
}

footer .w1280 .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .w1280 .r .yqlj {
  position: relative;
/*  width: 205px;*/
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

footer .w1280 .r .yqlj:hover span {
  color: #0098e4;
}

footer .w1280 .r .yqlj:hover i {
  transform: rotate(-90deg);
}

footer .w1280 .r .yqlj span {
  font-size: 14px;
  line-height: 1;
  color: white;
  transition: .3s;
}

footer .w1280 .r .yqlj i {
  color: white;
  font-size: 14px;
  display: block;
  transform: rotate(90deg);
  transition: .3s;
}

footer .w1280 .r .yqlj ul {
  position: absolute;
  bottom: calc(100% + 15px);
  width: 100%;
  left: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #333;
  transition: .4s;
  z-index: 7;
  opacity: 0;
  
}

footer .w1280 .r .yqlj ul.active {
  opacity: 1;
  visibility: visible!important;
}

footer .w1280 .r .yqlj ul li {
  height: 40px;
  transition: .3s;
}

footer .w1280 .r .yqlj ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
}

footer .w1280 .r .img img {
  margin-left: auto;
}

.comesback {
  position: fixed;
  right: 10%;
  bottom: 210px;
  width: 52px;
  height: 52px;
  border: 1px solid #707070;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.comesback.active {
  opacity: 1;
  visibility: visible;
}

.comesback:hover {
  border-color: #0098e4;
}

.comesback:hover i {
  color: white;
}

.comesback:hover p {
  color: white;
}

.comesback i {
  color: #141414;
  font-size: 12px;
  line-height: 1;
  display: block;
  transform: rotate(90deg);
  transition: .3s;
}

.comesback p {
  color: #474747;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin-top: 7px;
  transition: .3s;
}

.subnavbody {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  height: 62px;
  overflow-x: inherit;
  background: #585858;
}

.subnavbody.active:after {
  width: 50%;
}

.subnavbody.active:before {
  width: 50%;
}

.subnavbody:after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0%;
  height: 100%;
  background: #FBDB4D;
  transition: .6s;
}

.subnavbody:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0%;
  height: 100%;
  background: #0098e4;
  transition: .6s;
}

.subnavbody ul {
  position: relative;
  display: flex;
  height: 100%;
}

.subnavbody ul li {
  flex: 1;
}

.subnavbody ul li.active {
/*  background: rgba(0, 0, 0, 0.2);*/
  transition: .5s;
}

.subnavbody ul li.active a::after {
  background: transparent;
}

.subnavbody ul li:first-child {
  flex: none;
  width: 110px;
  background: #585858;
}

.subnavbody ul li:first-child a {
  color: #fff;
}

.subnavbody ul li:last-child a:after {
  display: none;
}

.subnavbody ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  z-index: 2;
}

.subnavbody ul li a .randomdot {
  background: rgba(0, 0, 0, 0.2);
}

.subnavbody ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  transition: .4s;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
}

.subnavbody ul > a {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  line-height: 1;
}

.about1 {
  display: flex;
}

.about1.about3 {
  flex-direction: row-reverse;
}

.about1.about3 .l {
  padding: 80px 320px 0 80px;
}

.about1.about3 .l p {
  margin: 70px 0;
}

.about1 .l {
  width: 50%;
  padding: 170px 160px 0 120px;
  box-sizing: border-box;
}

.about1 .l p {
  color: #7E7E7E;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-line-clamp: 6;
}

.about1 .r {
  width: 50%;
}

.aboutlink {
  display: flex;
  width: 190px;
  height: 50px;
  border: 1px solid #7E7E7E;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.aboutlink:hover {
  border-color: #0098e4;
}

.aboutlink:hover span {
  color: white;
}

.aboutlink:hover img {
  filter: brightness(100%);
}

.aboutlink span {
  color: #7E7E7E;
  font-size: 14px;
  transition: .3s;
}

.aboutlink img {
  margin-left: 37px;
  filter: brightness(50%);
  transition: .4s;
}

.abouttitleh5 {
  font-size: 34px;
  color: #474747;
  line-height: 1;
  font-weight: 700;
}

.abouttitleh5.white {
  color: white;
}

.abouttitleh6 {
  font-size: 20px;
  color: #515151;
  margin-top: 20px;
  line-height: 1.2;
}

.abouttitleh6.white {
  color: white;
}

.about2 {
  padding: 120px 0 220px 120px;
  box-sizing: border-box;
}

.about2.about4 .aboutlink {
  margin-top: 165px;
  background: #0098e4;
}

.about2.about4 .aboutlink span {
  color: white;
}

.about2.about4 .aboutlink img {
  filter: contrast(100%);
}

.about2.about4 .aboutlink .randomdot {
  background: rgba(0, 0, 0, 0.2);
}

.about2 .aboutlink {
  background: white;
}

.about2 p {
  color: white;
  margin: 60px 0;
  width: 680px;
}

.about5 {
  padding: 90px 5% 165px;
  text-align: center;
  box-sizing: border-box;
}

.about5 img {
  margin: 0 auto;
  margin-top: 67px;
  max-width: 100%;
}

.about6 {
  padding: 260px 0 250px;
  text-align: center;
}

.about5 h5 {
  text-align: center;
  font-size: 50px;
  color: white;
  line-height: 1;
}
.about5 h6 {
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 64px;
}
.about6 h5 {
  text-align: center;
  font-size: 50px;
  color: white;
  line-height: 1;
}
.about6 h6 {
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 64px;
}

.about6 .bf {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.about6 .bf:hover .text {
  color: #0098e4;
  border-color: #0098e4;
}

.about6 .bf .item {
  width: 66px;
  height: 66px;
  background: white;
  border-radius: 50%;
  display: flex;
  transition: .3s;
  align-items: center;
  justify-content: center;
}

.about6 .bf .item:hover {
  color: white;
}

.about6 .bf .text {
  font-size: 14px;
  color: white;
  padding: 0 5px;
  line-height: 1;
  padding-bottom: 14px;
  margin-left: 15px;
  transition: .3s;
  border-bottom: 1px solid white;
}

.dhead.active > span:after {
  width: 100%;
}

.dhead.active h5 {
  transform: translateY(0);
  opacity: 1;
  transition: .5s;
}

.dhead.active h6 {
  transform: translateY(0);
  opacity: 1;
  transition: .5s;
}

.dhead > span {
  position: relative;
  width: 41px;
  height: 6px;
  display: block;
}

.dhead > span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #0098e4;
  transition: .8s;
}

.dhead h5 {
  color: #575757;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 15px 0;
  transform: translateY(100%);
  opacity: 0;
}

.dhead h6 {
  color: #474747;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(100%);
  opacity: 0;
}

.profile {
  padding: 115px 0 125px;
}

.profile .w1280 .box {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
}

.profile .w1280 .box .l {
  width: 720px;
}

.profile .w1280 .box .l p {
  color: #7E7E7E;
}

.culture {
  padding: 115px 0 90px;
  background: #F2F2F2;
}

.culture .w1280 ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.culture .w1280 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.culture .w1280 ul.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp forwards;
}

.culture .w1280 ul li {
  width: 24%;
  cursor: pointer;
  position: relative;
}

.culture .w1280 ul li:hover .text {
  background: transparent;
}

.culture .w1280 ul li:hover .text div section h5 {
  color: white;
}

.culture .w1280 ul li:hover .text div section h6 {
  color: white;
}

.culture .w1280 ul li:hover .text div section p {
  color: white;
}

.culture .w1280 ul li:hover img {
  opacity: 1;
  filter: brightness(80%);
}

.culture .w1280 ul li img {
  opacity: 0;
  transition: .4s;
}

.culture .w1280 ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 3;
  padding: 0 27px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: white;
  transition: .4s;
}

.culture .w1280 ul li .text div {
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.culture .w1280 ul li .text div section h5 {
  color: #4B4E4D;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  transition: .4s;
}

.culture .w1280 ul li .text div section h6 {
  color: #4B4E4D;
  font-size: 18px;
  line-height: 1;
  transition: .4s;
}

.culture .w1280 ul li .text div section p {
  color: #7E7E7E;
  transition: .4s;
}

.values {
  padding: 115px 0 140px;
}

.values .w1280 h5 {
  color: #464646;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
}

.values .w1280 h6 {
  color: #464646;
  font-size: 18px;
  line-height: 1;
}

.values .w1280 .text {
  margin-top: 70px;
}

.values .w1280 .text p {
  line-height: 2;
  color: #606060;
}

.h8s8 {
  padding: 105px 0 140px;
}

.h8s8 .w1280 h5 {
  color: #FFFFFF;
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.h8s8 .w1280 h6 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}

.h8s8 .w1280 ul {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h8s8 .w1280 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.h8s8 .w1280 ul.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp2 forwards;
}

.h8s8 .w1280 ul li {
  margin-bottom: 20px;
  width: 24%;
  padding: 40px 46px 62px;
  box-sizing: border-box;
  background: white;
}

.h8s8 .w1280 ul li:hover h4, .h8s8 .w1280 ul li:hover p {
  color: white;
}

.h8s8 .w1280 ul li h4 {
  line-height: 1;
  font-family: 'p';
  color: #6B6B6B;
  font-size: 32px;
  transition: .4s;
}

.h8s8 .w1280 ul li p {
  color: #6B6B6B;
  margin-top: 25px;
  transition: .4s;
}

.leader {
  padding: 115px 0 120px;
}

.leader .w1280 .newspapers {
  margin-top: 60px;
}

.leader .w1280 .newspapers p {
  color: #7E7E7E;
}

.leader .w1280 .newspapers img {
  max-width: 100%;
}

.his {
  padding: 115px 0 127px;
  background: #F5F5F5;
}

.his .w1280 ul {
  margin-top: 75px;
}

.his .w1280 ul li {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.his .w1280 ul li:first-child {
  padding-top: 35px;
}

.his .w1280 ul li:last-child {
  padding-top: 65px;
}

.his .w1280 ul li:last-child .lastdot {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0098e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
  z-index: 1;
}

.his .w1280 ul li:last-child .lastdot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 114, 56, 0.5);
  z-index: -1;
  animation: lastdots 1.5s infinite;
}

.his .w1280 ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.his .w1280 ul li:nth-child(even) .text .head .jiantou {
  left: initial;
  right: 100%;
  display: block;
  margin-right: -10px;
  transform: translate(0, -50%) rotate(180deg);
}

.his .w1280 ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #848484;
  z-index: -1;
}

.his .w1280 ul li .dotbox {
  display: flex;
  height: 74px;
  align-items: center;
}

.his .w1280 ul li .dotbox .dot {
  margin-top: 25px;
  margin: 0 30px;
  width: 28px;
  height: 28px;
  border: 2px solid #848484;
  box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.his .w1280 ul li .dotbox .dot div {
  width: 16px;
  height: 16px;
  background: #848484;
  border-radius: 50%;
}

.his .w1280 ul li .text {
  cursor: pointer;
  position: relative;
  width: 510px;
  height: 250px;
  display: flex;
  flex-direction: column;
}

.his .w1280 ul li .text:hover .head {
  background: #0098e4;
}

.his .w1280 ul li .text:hover .head .jiantou {
  color: #0098e4;
}

.his .w1280 ul li .text .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 34px;
  box-sizing: border-box;
  height: 74px;
  transition: .4s;
  background: #848484;
}

.his .w1280 ul li .text .head .jiantou {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 1;
  color: #848484;
  margin-left: -10px;
  transition: .4s;
}

.his .w1280 ul li .text .head span {
  font-size: 36px;
  color: white;
}

.his .w1280 ul li .text .head i {
  color: white;
  font-size: 40px;
}

.his .w1280 ul li .text .box {
  flex: 1;
  width: 100%;
  background: white;
  padding: 30px 60px;
  box-sizing: border-box;
}

.his .w1280 ul li .text .box p {
  color: #7E7E7E;
  font-size: 16px;
}

.news {
  padding: 65px 0 85px;
  background: #ECECEC;
}

.news .swiper-news {
  position: relative;
}

.news .swiper-news .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
}

.news .swiper-news .swiper-wrapper .swiper-slide:hover .l img {
  transform: scale(1.1);
}

.news .swiper-news .swiper-wrapper .swiper-slide:hover .r h5 {
  color: #0098e4;
}

.news .swiper-news .swiper-wrapper .swiper-slide:hover .r .aboutlink {
  background: #0098e4;
  border-color: #0098e4;
}

.news .swiper-news .swiper-wrapper .swiper-slide:hover .r .aboutlink span {
  color: white;
}

.news .swiper-news .swiper-wrapper .swiper-slide:hover .r .aboutlink img {
  filter: brightness(100%);
}

.news .swiper-news .swiper-wrapper .swiper-slide .l {
  overflow: hidden;
  width: 61%;
}

.news .swiper-news .swiper-wrapper .swiper-slide .l img {
  transition: .4s;
}

.news .swiper-news .swiper-wrapper .swiper-slide .r {
  width: 39%;
  padding: 38px 42px 0;
  box-sizing: border-box;
  background: white;
}

.news .swiper-news .swiper-wrapper .swiper-slide .r .timer p {
  line-height: 1;
  color: #464646;
  font-size: 44px;
  font-weight: 700;
}

.news .swiper-news .swiper-wrapper .swiper-slide .r .timer p:last-child {
  color: #8A8A8A;
  font-size: 14px;
  margin-top: 5px;
}

.news .swiper-news .swiper-wrapper .swiper-slide .r h5 {
  color: #464646;
  font-size: 18px;
  font-weight: 700;
  -webkit-line-clamp: 1;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 25px;
}

.news .swiper-news .swiper-wrapper .swiper-slide .r > p {
  color: #A4A4A4;
  -webkit-line-clamp: 3;
  margin-bottom: 35px;
}

.news .swiper-news .pag {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  left: initial;
  line-height: 1;
  text-align: right;
}

.news .swiper-news .pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid white;
  background: transparent;
  box-sizing: border-box;
}

.news .swiper-news .pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.newsitem {
  padding: 120px 0;
}

.newsitem .w1280 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsitem .w1280 li {
  width: 32%;
  position: relative;
  margin-bottom: 65px;
}

.newsitem .w1280 li:hover .t img {
  transform: scale(1.06);
}

.newsitem .w1280 li:hover .b h5 {
  color: #0098e4;
}

.newsitem .w1280 li:hover .timer {
  border-color: white;
}

.newsitem .w1280 li:hover .timer .box {
  background: #0098e4;
  border-color: white;
}

.newsitem .w1280 li:hover .timer .box span {
  color: white;
}

.newsitem .w1280 li:hover .timer .box img {
  filter: brightness(100%);
}

.newsitem .w1280 li .t {
  overflow: hidden;
}

.newsitem .w1280 li .t img {
  transition: .4s;
  width: 100%;
  display: block;
}

.newsitem .w1280 li .b {
  padding: 12px 10px 25px;
  box-sizing: border-box;
}

.newsitem .w1280 li .b h5 {
  color: #464646;
  font-size: 18px;
  -webkit-line-clamp: 1;
  transition: .4s;
  font-weight: 700;
}

.newsitem .w1280 li .b p {
  color: #A4A4A4;
  -webkit-line-clamp: 2;
}

.newsitem .w1280 li .timer {
  display: flex;
  height: 52px;
  border: 1px solid #C4C4C4;
  transition: .3s;
}

.newsitem .w1280 li .timer .box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.newsitem .w1280 li .timer .box:first-child {
  border-right: 1px solid #C4C4C4;
}

.newsitem .w1280 li .timer .box span {
  font-size: 14px;
  color: #7E7E7E;
  transition: .3s;
}

.newsitem .w1280 li .timer .box img {
  margin-left: 35px;
  filter: brightness(50%);
  transition: .3s;
}

.newsitem .w1280 i {
  width: 32%;
}

.newsitem .fy {
/*  margin-top: 85px;*/
}

.fy {
  display: flex;
  justify-content: center;
}

.fy .item {
  width: 58px;
  height: 58px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #7E7E7E;
  margin: 0 7px;
  transition: .3s;
}

.fy .item:hover {
  color: white;
}

.fy .item.active {
  color: white;
  background: #0098e4;
}

.fy .item.iconfont {
  font-size: 14px;
}

.newsInner {
  padding: 100px 0 130px;
}

.newsInner .w1280 {
  position: relative;
}

.newsInner .w1280 .newspaper {
  position: relative;
  padding: 0 178px;
}

.newsInner .w1280 .newspaper .timer {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  background: #ECECEC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsInner .w1280 .newspaper .timer p {
  line-height: 1;
  color: #464646;
  font-size: 44px;
  font-weight: 700;
}

.newsInner .w1280 .newspaper .timer p:last-child {
  color: #8A8A8A;
  font-size: 14px;
  margin-top: 5px;
}

.newsInner .w1280 .newspaper .wechats {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 6px 0;
  background: white;
  border: 1px solid #C9C9C9;
}

.newsInner .w1280 .newspaper .wechats p {
  color: #1E1E1E;
  line-height: 1;
  padding: 10px 0 20px;
  text-align: center;
}

.newsInner .w1280 .newspaper h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.2;
}

.newsInner .w1280 .newspaper .title {
  margin-top: 20px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

.newsInner .w1280 .newspaper .title span {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 700;
}

.newsInner .w1280 .newspaper .title a {
  font-size: 14px;
  color: #999;
  margin: 0 !important;
  margin-left: 15px !important;
  transition: .4s;
  background: none !important;
  float: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  height: auto !important;
}

.newsInner .w1280 .newspaper .title a:hover {
  color: #0098e4;
}

.newsInner .w1280 .newspaper .text {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.newsInner .w1280 .newspaper .text p {
  color: #616161;
}

.newsInner .w1280 .newspaper .text img {
  max-width: 100%;
}

.newsInner .w1280 .newspaper .newslink {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.newsInner .w1280 .newspaper .newslink a {
  width: 140px;
  height: 40px;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  font-size: 14px;
  transition: .4s;
}

.newsInner .w1280 .newspaper .newslink a:hover {
  border-color: white;
  color: white;
}

.newsInner .w1280 .newspaper .newslink a:nth-child(2) {
  border: none;
}

.newsInner .w1280 .newspaper .newslink a:nth-child(2):hover {
  color: #0098e4;
}

.prd {
  background: #F1F1F1;
  padding: 100px 0 55px;
}

.prd .w1280 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prd>.w1280>ul:after {
	content: "";
	width: 24%;
}

.prd .w1280 ul.itemAnimates .itemAnimate {
  opacity: 1;
}

.prd .w1280 ul.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp2 forwards;
}

.prd .w1280 ul li {
  position: relative;
  width: 24%;
  height: 400px;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
  transition: .4s;
  margin-bottom: 30px;
}

.prd .w1280 ul li:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}

/*
.prd .w1280 ul li:hover img {
  opacity: 0.3;
}
*/

.prd .w1280 ul li:hover .text {
  opacity: 1;
}

.prd .w1280 ul li .text .box .t h5, .prd .w1280 ul li .text .box .t p {
  transform: translateY(0);
  transition: .3s;
  transition-delay: .4s;
}

.prd .w1280 ul li:hover .text .box .b span {
  width: 48%;
  transition: .6s;
  transition-delay: .4s;
}
.prd .w1280 ul li .text .box .b span {
  width: 48%;
  transition: .6s;
  transition-delay: .4s;
}

.prd .w1280 ul li img {
  transition: .4s;
}

.prd .w1280 ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 31px 26px;
  box-sizing: border-box;
/*  opacity: 0;*/
  transition: .4s;
}

.prd .w1280 ul li .text .box {
  width: 100%;
  height: 100%;
  padding: 92px 5% 70px;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prd .w1280 ul li .text .box .t {
  text-align: center;
}

.prd .w1280 ul li .text .box .t h5 {
  color: #484848;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
/*  opacity: 0;*/
  transform: translateY(850%);
}

.prd .w1280 ul li .text .box .t p {
  color: #7E7E7E;
  -webkit-line-clamp: 3;
  opacity: 0;
  transform: translateY(50%);
}

.prd .w1280 ul li .text .box .b span {
  position: relative;
	top: 10px;
/*  width: 0%;*/
  height: 1px;
  display: block;
  margin: auto;
  background: #DFDFDF;
}

.prd .jiazaigengduo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.prd .jiazaigengduo img {
  width: 30px;
  margin-bottom: 5px;
}

.prd .jiazaigengduo p {
  font-size: 14px;
  color: #2C2C2C;
}

.prdbanner {
  padding: 160px 0 110px;
}

.prdbanner .w1280 {
  position: relative;
}

.prdbanner .w1280 .prdbox {
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
}

.prdbanner .w1280 .prdbox .l {
  width: 50%;
}

.prdbanner .w1280 .prdbox .l .swiper-tp {
  overflow: hidden;
}

.prdbanner .w1280 .prdbox .l .swiper-tps {
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
}

.prdbanner .w1280 .prdbox .l .swiper-tps .swiper-wrapper .swiper-slide {
  cursor: pointer;
  position: relative;
}

.prdbanner .w1280 .prdbox .l .swiper-tps .swiper-wrapper .swiper-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #0098e4;
  opacity: .6;
  transition: .4s;
}

.prdbanner .w1280 .prdbox .l .swiper-tps .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 0;
}

.prdbanner .w1280 .prdbox .l .swiper-tps .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.prdbanner .w1280 .prdbox .r {
  width: 50%;
  padding: 60px 50px 0;
  box-sizing: border-box;
  background: white;
}

.prdbanner .w1280 .prdbox .r h5 {
  color: #474343;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.prdbanner .w1280 .prdbox .r .prdxh {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}

.prdbanner .w1280 .prdbox .r .prdxh:hover .select span {
  color: #0098e4;
}

.prdbanner .w1280 .prdbox .r .prdxh:hover .select i {
  transform: rotate(90deg);
}

.prdbanner .w1280 .prdbox .r .prdxh .select {
  cursor: pointer;
  padding: 14px 0;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
}

.prdbanner .w1280 .prdbox .r .prdxh .select span {
  color: #5B5B5B;
  line-height: 1;
  font-size: 16px;
  transition: .4s;
}

.prdbanner .w1280 .prdbox .r .prdxh .select i {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  transition: .4s;
}

.prdbanner .w1280 .prdbox .r .prdxh ul {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: auto;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.26);
  height: 120px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: translateY(15px);
}

.prdbanner .w1280 .prdbox .r .prdxh ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.prdbanner .w1280 .prdbox .r .prdxh ul li {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.prdbanner .w1280 .prdbox .r .prdxh ul li:hover span, .prdbanner .w1280 .prdbox .r .prdxh ul li:hover i {
  color: white;
}

.prdbanner .w1280 .prdbox .r .prdxh ul li span {
  color: #5B5B5B;
  line-height: 1;
  font-size: 14px;
  transition: .4s;
}

.prdbanner .w1280 .prdbox .r .prdxh ul li i {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  transition: .4s;
}

.prdbanner .w1280 .prdbox .r .text h3 {
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.prdbanner .w1280 .prdbox .r .text p {
  color: #7E7E7E;
  height: 85px;
  overflow-y: scroll;
}

.prdbanner .w1280 .prdbox .r .text h6 {
  margin-top: 15px;
  line-height: 1;
  color: #7E7E7E;
  font-size: 16px;
}

.prdbanner .w1280 .prdbox .r .text h4 {
  line-height: 1;
  color: #3D3D3D;
  font-size: 24px;
  font-family: 'p';
  margin-top: 10px;
  font-weight: 700;
}

.prdbanner .w1280 .prdbox .r .links {
  display: flex;
  margin-top: 40px;
}

.prdbanner .w1280 .prdbox .r .links a {
  width: 160px;
  height: 52px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
  background: #7E7E7E;
}

.prdbanner .w1280 .prdbox .r .links a.active {
  background: #0098e4;
}

.prdbanner .w1280 .prdbox .r .links a i {
  color: white;
  font-size: 22px;
  margin-right: 15px;
}

.prdbanner .w1280 .prdbox .r .links a span {
  color: white;
  font-size: 16px;
}

.prdbanner .w1280 .fhlb {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  background: #F3F2F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateX(-50%);
}

.prdbanner .w1280 .fhlb:hover i, .prdbanner .w1280 .fhlb:hover p {
  color: white;
}

.prdbanner .w1280 .fhlb i {
  font-size: 30px;
  line-height: 1;
  color: #242424;
  transition: .4s;
}

.prdbanner .w1280 .fhlb p {
  color: #242424;
  margin-top: 12px;
  line-height: 1;
  transition: .4s;
}

.prdbannertext {
  padding: 45px 0 220px;
}

.prdbannertext .w1280 {
  padding: 0 50px;
  box-sizing: border-box;
}

.prdbannertext .w1280 h5 {
  color: #646464;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

/*.prdbannertext .w1280 p {
  margin-top: 20px;
  color: #5B5B5B;
  width: 880px;
}*/

.honor {
  background: #F1F1F1;
  padding: 80px 0 95px;
}

.honor .w1280 .demo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.honor .w1280 .demo-gallery.itemAnimates .itemAnimate {
  opacity: 0;
}

.honor .w1280 .demo-gallery.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp2 forwards;
}

.honor .w1280 .demo-gallery a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  background: white;
  margin-bottom: 63px;
}

.honor .w1280 .demo-gallery a:last-child:nth-child(4n - 1) {
  margin-right: calc(24% + 4% / 3);
}

.honor .w1280 .demo-gallery a:last-child:nth-child(4n - 2) {
  margin-right: calc(48% + 8% / 3);
}

.honor .w1280 .demo-gallery a:hover .text {
  background: #0098e4;
}

.honor .w1280 .demo-gallery a:hover .text p {
  color: white;
}

.honor .w1280 .demo-gallery a img {
  margin: 0 auto;
  max-width: 100%;
  background: white;
}

.honor .w1280 .demo-gallery a .text {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.honor .w1280 .demo-gallery a .text p {
  color: #7E7E7E;
  font-size: 16px;
  transition: .3s;
}

.honor .w1280 .pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.honor .w1280 .pswp__top-bar {
  background-color: transparent;
}

.honor .w1280 .pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #0098e4;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.honor .w1280 .pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
}

.honor .w1280 .pswp__caption small {
  display: none;
}

.honor .w1280 .pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.honor .w1280 .pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.honor .w1280 .pswp__button--arrow--left, .honor .w1280 .pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0098e4;
  opacity: 1;
}

.honor .w1280 .pswp__button--arrow--left:hover, .honor .w1280 .pswp__button--arrow--right:hover {
  background: #0098e4;
  color: white;
}

.honor .w1280 .pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.honor .w1280 .pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.honor .w1280 .pswp__button--arrow--left {
  margin-left: -600px;
}

.honor .w1280 .pswp__button--arrow--right {
  margin-right: -600px;
}

.honor .w1280 .pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.honor .w1280 .pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.honor .fy {
  margin-top: 37px;
}

.market {
  padding: 90px 0 125px;
}

.market .w1280 {
  position: relative;
}

.market .w1280 .dhead {
  margin-bottom: 18px;
}

.market .w1280 p {
  color: #545454;
}

.market .w1280 .link {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 50px;
}

.market .w1280 .link a {
  position: relative;
  display: flex;
  height: 66px;
  width: 205px;
  align-items: center;
  justify-content: center;
  background: #4694CE;
  transition: .4s;
}

.market .w1280 .link a.active {
  background: #0098e4;
}

.market .w1280 .link a.active i {
  opacity: 1;
  transition-delay: .2s;
  transform: translate(0%, -50%) rotate(-180deg);
}

.market .w1280 .link a:hover {
  background: #0098e4;
}

.market .w1280 .link a:hover i {
  opacity: 1;
  transform: translate(0%, -50%) rotate(-180deg);
  transition-delay: .2s;
}

.market .w1280 .link a h5 {
  color: white;
  font-size: 16px;
  margin-left: 10px;
}

.market .w1280 .link a i {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(50%, -50%) rotate(-180deg);
  color: #0098e4;
  font-size: 22px;
  margin-right: -7px;
  opacity: 0;
  transition: .4s;
}

.market .w1280 .maps {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide.swiper-slide-active .img .lines {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: 1s;
  transition-delay: .8s;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: inline-block;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  margin: 0 auto;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .center {
  position: absolute;
  width: 23px;
  height: 23px;
  background: #0098e4;
  border-radius: 50%;
  top: 65%;
  left: 51%;
  z-index: 4;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .center.markets {
  top: 42%;
  left: 73.4%;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .center:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: rgba(0, 149, 73, 0.6);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .center h5 {
  position: absolute;
  width: 51px;
  height: 51px;
  font-size: 16px;
  color: white;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(0.03);
  z-index: 3;
  transform-origin: 52% 67%;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .lines.markets {
  transform-origin: 75% 45%;
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .lines.flags {
  opacity: 1;
  transform: scale(0.03);
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .lines.flags.flag {
  transition: 1s;
  opacity: 1;
  transform: scale(1);
}

.market .w1280 .maps .swiper-wrapper .swiper-slide .img .lines img {
  max-width: 100%;
}

.sh {
  padding: 115px 0 235px;
}

.sh .w1280 .dhead {
  margin-bottom: 42px;
}

.sh .w1280 p {
  color: #606060;
  line-height: 2;
}

.hb {
  padding: 105px 0 140px;
  background: #F2F2F2;
}

.hb .w1280 .items {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hb .w1280 .items a {
  width: 150px;
  height: 88px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.hb .w1280 .items a:hover img {
  transform: scale(1.1);
}

.hb .w1280 .items a img {
  max-width: 100%;
  transition: .4s;
}

.hb .w1280 .items i {
  width: 150px;
}

.swiper-gc {
  position: relative;
  padding: 65px 0 70px;
}

.swiper-gc .swiper-wrapper .swiper-slide {
  width: 1280px;
  position: relative;
}

.swiper-gc .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0);
}

.swiper-gc .swiper-wrapper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding-left: 48px;
  padding-bottom: 24px;
  box-sizing: border-box;
  transform: translateY(50%);
  opacity: 0;
  transition: .5s;
}

.swiper-gc .swiper-wrapper .swiper-slide .text p {
  line-height: 1.2;
  font-size: 18px;
  color: white;
  padding-left: 10px;
  border-left: 4px solid white;
}

.swiper-gc .gckzt {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.swiper-gc .gckzt .prev, .swiper-gc .gckzt .next {
  font-size: 26px;
  color: #9E9E9E;
  cursor: pointer;
  transition: .3s;
}

.swiper-gc .gckzt .prev:hover, .swiper-gc .gckzt .next:hover {
  color: #0098e4;
}

.swiper-gc .gckzt .prev {
  margin-right: 65px;
}

.swiper-gc .gckzt .next {
  margin-left: 65px;
}

.swiper-gc .gckzt .num {
  color: #ABABAB;
  font-size: 22px;
  font-family: 'p';
}

.hjlb {
  padding-bottom: 100px;
}

.hjlb .w1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#viewer_img:after{
	content: "";
	width: 32%;
}

.hjlb .w1280 a {
  display: block;
  width: 32%;
  margin-bottom: 20px;
  overflow: hidden;
}

.hjlb .w1280 a:hover img {
  transform: scale(1.1);
}

.hjlb .w1280 a:hover .text {
  background: #0098e4;
  color: white;
}

.hjlb .w1280 a img {
  transition: .4s;
  transform-origin: bottom;
}

.hjlb .w1280 a .text {
  height: 45px;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  color: #5A5A5A;
  font-size: 16px;
}

.hjlb .pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.hjlb .pswp__top-bar {
  background-color: transparent;
}

.hjlb .pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #0098e4;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.hjlb .pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
}

.hjlb .pswp__caption small {
  display: none;
}

.hjlb .pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.hjlb .pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.hjlb .pswp__button--arrow--left, .hjlb .pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0098e4;
  opacity: 1;
}

.hjlb .pswp__button--arrow--left:hover, .hjlb .pswp__button--arrow--right:hover {
  background: #0098e4;
  color: white;
}

.hjlb .pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.hjlb .pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.hjlb .pswp__button--arrow--left {
  margin-left: -600px;
}

.hjlb .pswp__button--arrow--right {
  margin-right: -600px;
}

.hjlb .pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.hjlb .pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.linian {
  padding: 85px 0 130px;
}

.linian .w1280 > h5 {
  text-align: center;
  font-size: 50px;
  color: white;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.linian .w1280 > h6 {
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 64px;
}

.linian .w1280 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.linian .w1280 ul.itemAnimates .itemAnimate {
  opacity: 1;
}

.linian .w1280 ul.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp2 forwards;
}

.linian .w1280 ul li {
  width: 32%;
  cursor: pointer;
  height: 260px;
  background: white;
  padding: 48px 42px 0;
  box-sizing: border-box;
}

.linian .w1280 ul li:hover > span:after {
  width: 100%;
  background: #0098e4;
}

.linian .w1280 ul li > span {
  position: relative;
  width: 100%;
  height: 4px;
  display: block;
}

.linian .w1280 ul li > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #A4A4A4;
  transition: .6s;
}

.linian .w1280 ul li h5 {
  color: #4B4E4D;
  font-size: 30px;
  line-height: 1;
  margin: 6px 0;
}

.linian .w1280 ul li h6 {
  color: #4B4E4D;
  font-size: 18px;
  line-height: 1;
}

.linian .w1280 ul li p {
  margin-top: 35px;
  color: #7E7E7E;
}

.zp {
  padding: 80px 0 120px;
}

.zp .w1280 .msg.itemAnimates .itemAnimate {
  opacity: 0;
}

.zp .w1280 .msg.itemAnimates.animates .itemAnimate {
  animation: 1s fadeInUp2 forwards;
}

.zp .w1280 .msg h5 {
  text-align: center;
  font-size: 50px;
  color: #7E7E7E;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.zp .w1280 .msg h6 {
  text-align: center;
  color: #484848;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.zp .w1280 .msg > p {
  width: 610px;
  text-align: center;
  color: #7E7E7E;
  line-height: 2;
  margin: 0 auto;
}

.zp .w1280 .msg .lx {
  margin: 75px 0 80px;
  display: flex;
  justify-content: center;
}

.zp .w1280 .msg .lx .item {
  display: flex;
  align-items: center;
  margin: 0 23px;
}

.zp .w1280 .msg .lx .item i {
  width: 50px;
  height: 50px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #A4A4A4;
}

.zp .w1280 .msg .lx .item p {
  color: #6B6B6B;
  font-size: 22px;
  margin-left: 12px;
}

.zp .w1280 .zpbox .zpitems {
  height: auto;
  margin-bottom: 10px;
}

.zp .w1280 .zpbox .zpitems:first-child .itemhead {
  background: #464646;
}

.zp .w1280 .zpbox .zpitems:first-child .itemhead div {
  font-size: 16px;
  color: white;
}

.zp .w1280 .zpbox .zpitems .itemhead {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  height: 52px;
  transition: .5s;
}

.zp .w1280 .zpbox .zpitems .itemhead.active {
  background: #0098e4;
}

.zp .w1280 .zpbox .zpitems .itemhead.active div {
  color: white;
}

.zp .w1280 .zpbox .zpitems .itemhead.active div .menu i {
  background: white;
}

.zp .w1280 .zpbox .zpitems .itemhead.active div .menu i:last-child {
  opacity: 0;
  transform: translate(-50%, 1000%) rotate(90deg);
}

.zp .w1280 .zpbox .zpitems .itemhead:hover {
  background: #0098e4;
}

.zp .w1280 .zpbox .zpitems .itemhead:hover div {
  color: white;
}

.zp .w1280 .zpbox .zpitems .itemhead:hover div .menu i {
  background: white;
}

.zp .w1280 .zpbox .zpitems .itemhead div {
  flex: 1;
  color: #575757;
  display: flex;
  transition: .4s;
  justify-content: center;
  font-size: 14px;
}

.zp .w1280 .zpbox .zpitems .itemhead div .menu {
  position: relative;
}

.zp .w1280 .zpbox .zpitems .itemhead div .menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  display: block;
  background: #292929;
  transition: .4s;
}

.zp .w1280 .zpbox .zpitems .itemhead div .menu i:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.zp .w1280 .zpbox .zpitems .itembox {
  height: 0;
  overflow: hidden;
  transition: .5s;
}

.zp .w1280 .zpbox .zpitems .itembox .text {
  background: #EFEFEF;
  padding: 40px 270px 60px 85px;
  box-sizing: border-box;
}

.zp .w1280 .zpbox .zpitems .itembox .text p {
  color: #646464;
}

.zp .w1280 .zpbox .zpitems .itembox .text a {
  width: 117px;
  height: 46px;
  border-radius: 23px;
  background: #0098e4;
  font-size: 16px;
  color: white;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#share {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 15px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  top: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  transition: .5s;
}

#share.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mapbox {
  padding: 70px 0 117px;
}

.mapbox .map {
  width: 100%;
  height: 520px;
}

.mapbox .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
}

.mapbox .head h5 {
  color: #3A3A3A;
  font-size: 26px;
  line-height: 1;
}

.mapbox .head div p {
  color: #7E7E7E;
  text-align: right;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1;
}

.mapbox .head div span {
  color: #0098e4;
  font-size: 26px;
  font-family: 'p';
  line-height: 1;
}

.mapbox .box {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}

.mapbox .box div {
  display: flex;
  align-items: center;
  margin-right: 80px;
}

.mapbox .box div:last-child {
  margin-right: 0;
}

.mapbox .box div i {
  width: 31px;
  height: 31px;
  border: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #BCBCBC;
  transition: .5s;
}

.mapbox .box div i:hover {
/*
  transition-delay: .2s;
  border-color: white;
  color: white;
*/
}

.mapbox .box div p {
  color: #7E7E7E;
  margin-left: 10px;
}

.contact {
  padding: 130px 0;
}

.contact .w1280 .box {
  border-top: 9px solid #0098e4;
  padding: 90px 150px 90px 155px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: white;
}

.contact .w1280 .box .l {
  padding-top: 25px;
  flex: 1;
}

.contact .w1280 .box .l h5 {
  font-size: 30px;
  color: #7E7E7E;
  font-family: 'p';
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact .w1280 .box .l h6 {
  color: #484848;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contact .w1280 .box .l p {
  width: 220px;
  color: #7E7E7E;
  margin-top: 50px;
}

.contact .w1280 .box .r {
  width: 600px;
}

.contact .w1280 .box .r .title {
  font-size: 14px;
  color: #5D5D5D;
  line-height: 1;
  margin-bottom: 13px;
  padding-left: 10px;
}

.contact .w1280 .box .r .input {
  position: relative;
}

.contact .w1280 .box .r .input.active:after {
  left: 0;
  width: 100%;
}

.contact .w1280 .box .r .input input {
  position: relative;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding: 9px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #666;
}

.contact .w1280 .box .r .input:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #0098e4;
  z-index: 3;
  transition: .5s;
}

.contact .w1280 .box .r .text {
	width: 100%;
  margin-top: 9px;
  min-height: 115px;
  background: #F2F2F2;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.contact .w1280 .box .r .text textarea{
	width: 100%;
  margin-top: 9px;
  min-height: 115px;
  background: #F2F2F2;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7E7E7E;
}


.contact .w1280 .box .r .clickb {
  display: flex;
  margin-top: 28px;
}

.contact .w1280 .box .r .clickb .randomdots {
  width: 173px;
  height: 51px;
  background: #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 8px;
}
