body {
  overflow-x: hidden;
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f64 {
  font-size: 0.64rem;
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.2rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
}
.hidden {
  overflow: hidden;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.header {
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease-in-out;
  background-color: #111111;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .logo {
  max-width: 2.52rem;
}
.header .logo .img2 {
  display: none;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  flex: 0 0 auto;
}
.header .lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: calc(25 / 1920 * 100vw);
}
.header .lang .box {
  display: flex;
  align-items: center;
}
.header .lang .box a {
  color: #a3a3a3;
  margin-left: 0.25rem;
}
.header .lang .box a:hover,
.header .lang .box a.on {
  color: #fff;
}
.header .search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .search.search_show .top_search {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}
.header .open_search {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search.png) no-repeat center;
  display: inline-block;
  background-size: contain;
  opacity: 0.5;
}
.header .open_search.on {
  background: none;
  position: relative;
}
.header .open_search.on:before,
.header .open_search.on:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: #a3a3a3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search {
  width: 3rem;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 120%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}
.header .top_search .btn {
  background: url(../images/search.png) no-repeat center;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -0.1rem;
  background-size: contain;
}
.header .top_search .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #222;
  padding: 0 0.6rem 0 0.1rem;
  border: none;
  color: #fff;
  font-size: 0.14rem;
}
.header .navTop .ul {
  width: 100%;
}
.header .navTop li {
  position: relative;
  text-align: center;
}
.header .navTop li span {
  display: inline-block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: block;
  color: #a3a3a3;
  line-height: 0.8rem;
  padding: 0 calc(25 / 1920 * 100vw);
}
@media (min-width: 1025px) {
  .header .navTop li:hover span::before,
  .header .navTop li.aon span::before {
    width: 0.3rem;
    height: 1px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    bottom: 0.2rem;
  }
  .header .navTop li:hover span a,
  .header .navTop li.aon span a {
    color: #fff;
  }
}
.header .navTop li .sub {
  position: absolute;
  min-width: 200px;
  width: 100%;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  border-radius: 0.15rem;
  /*overflow: hidden;*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.header .navTop li .box {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.header .navTop li .box a {
  display: block;
  text-align: center;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  color: #8a8a8a;
}
.header .navTop li .box a:hover {
  background-color: #222;
  color: #fff;
}
.header .navTop li .box .aLi {
  position: relative;
}
.header .navTop li .box .aLi .treeList {
  position: absolute;
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  top: 0;
  right: 0;
  transform: translateX(0);
  background-color: #fff;
  transition: 0.3s;
  display: none;
  border-radius: 6px;
}
.header .navTop li .box .aLi .treeList a {
  display: block;
  text-align: center;
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
  color: #8a8a8a;
}
.header .navTop li .box .aLi .treeList a:hover {
  background-color: #222;
  color: #fff;
}
.header .navTop li .box .aLi:hover .treeList {
  transform: translateX(100%);
  display: block;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header.oncolor {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.oncolor .logo .img1 {
  display: none;
}
.header.oncolor .logo .img2 {
  display: block;
}
@media (min-width: 1025px) {
  .header.oncolor .navTop li:hover span::before,
  .header.oncolor .navTop li.aon span::before {
    width: 0.3rem;
    height: 1px;
    content: '';
    background-color: #222;
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    bottom: 0.2rem;
  }
  .header.oncolor .navTop li:hover span a,
  .header.oncolor .navTop li.aon span a {
    color: #222;
  }
}
.header.oncolor .open_search {
  opacity: 1;
  background: url(../images/search2.png) no-repeat center;
  background-size: contain;
}
.header.oncolor .open_search.on {
  background: none;
}
.header.oncolor .lang .box a:hover,
.header.oncolor .lang .box a.on {
  color: #222;
}
@media screen and (min-width: 1921px) {
  .header .logo img {
    width: calc(171 / 1920 * 100vw);
  }
  .header .open_search {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    background-size: contain;
  }
  .header .lang .title {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    background-size: contain;
  }
  .header .lang .box {
    padding: calc(60 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw);
    width: calc(80 / 1920 * 100vw);
  }
  .header .lang .box aside {
    padding: 2% 0;
  }
  .header .lang .box aside::before {
    border-width: calc(5 / 1920 * 100vw);
  }
  .header .navTop li .sub {
    min-width: calc(140 / 1920 * 100vw);
    padding-top: calc(15 / 1920 * 100vw);
  }
  .header .navTop li .sub a {
    padding: calc(15 / 1920 * 100vw) 0;
  }
  .header .navTop li .box::before {
    border-width: calc(5 / 1920 * 100vw);
  }
  .header .top_search {
    width: calc(300 / 1920 * 100vw);
  }
  .header .top_search .text {
    height: calc(50 / 1920 * 100vw);
    line-height: calc(50 / 1920 * 100vw);
  }
  .header .top_search .btn {
    width: calc(50 / 1920 * 100vw);
    background-size: 35%;
  }
}
@media (max-width: 1024px) {
  .header {
    line-height: 0.8rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .menuIcon {
    margin-left: 0.45rem;
  }
  .header .lang {
    line-height: 1;
  }
  .header .lang .box {
    width: 0.7rem;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 200px;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
    padding: 0 10%;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    display: inline-block;
    line-height: normal;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 0.3rem;
    min-width: auto;
    display: none;
    opacity: 1;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    padding: 0 0 0 30%;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .header .lang {
    margin: 0 0.3rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #fff;
  text-align: right;
}
.Hbanner .textwarp .con {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.Hbanner .textwarp h3 {
  font-size: 0.66rem;
  font-weight: normal;
}
.Hbanner .textwarp .des {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #dedede;
}
.Hbanner .textwarp .more {
  display: block;
  width: 2rem;
  line-height: 0.6rem;
  padding-left: 0.4rem;
  border: 1px solid #fff;
  font-size: 0.2rem;
  position: relative;
  margin-top: 0.45rem;
  color: #fff;
  transition: 0.3s;
}
.Hbanner .textwarp .more::before {
  width: 0.23rem;
  height: 0.05rem;
  content: '';
  background: url(../images/i1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.025rem;
  right: 0.3rem;
  transition: 0.3s;
}
.Hbanner .textwarp .more:hover {
  background: #222;
  border-color: #222;
}
.Hbanner .textwarp .more:hover::before {
  right: 0.2rem;
}
.Hbanner .textwarp .textLeft {
  text-align: left;
}
.Hbanner .textwarp .textCenter {
  text-align: center;
}
.Hbanner .textwarp .textCenter .more {
  text-align: left;
  margin: 0.4rem auto 0;
  border-radius: 0.5rem;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}
.Hbanner .slick-dots {
  bottom: calc(85 / 1920 * 100vw);
  width: 50%;
  display: flex;
  left: calc(160 / 1920 * 100vw);
}
.Hbanner .slick-dots li {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.Hbanner .slick-dots li.slick-active {
  background-color: #fff;
}
.Hbanner .slick-pages {
  position: absolute;
  width: 50%;
  display: flex;
  left: calc(160 / 1920 * 100vw);
  color: #fff;
  bottom: calc(120 / 1920 * 100vw);
  z-index: 5;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
}
.Hbanner .slick-pages #cur {
  color: #fff;
}
.Hbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
}
.Hbanner .slick-arrow::before {
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
.Hbanner .slick-prev {
  left: 0.7rem;
}
.Hbanner .slick-next {
  right: 0.7rem;
}
@media (max-width: 640px) {
  .Hbanner .textwarp {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.Hbanner .downM {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/down.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.95rem;
  right: calc(160 / 1920 * 100vw);
  z-index: 5;
  transition: 0.3s;
}
.Hbanner .downM:hover {
  bottom: 0.9rem;
}
.SingleBox {
  color: #666666;
  line-height: calc(30 / 16);
}
.SingleBox p,
.SingleBox h1,
.SingleBox h2,
.SingleBox h3,
.SingleBox h4,
.SingleBox h5,
.SingleBox h6 {
  margin: 2em 0;
}
.Hometit {
  color: #222222;
}
.Hometit .en {
  font-family: AbrilFatface;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.Hometit .cn {
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.Hometit .des {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #8a8a8a;
  margin-bottom: 0.8rem;
}
.HomeMore {
  display: block;
  width: 2.7rem;
  line-height: 0.6rem;
  color: #484848;
  transition: 0.3s;
  position: relative;
}
.HomeMore::before {
  width: 0.6rem;
  height: 0.6rem;
  content: '';
  background: url(../images/Hmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.HomeMore::after {
  width: 2.3rem;
  height: 1px;
  content: '';
  background: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.HomeMore:hover {
  color: #222;
}
.HomeMore:hover::before {
  right: -0.05rem;
}
.Foor1 {
  padding: 8% 0;
  position: relative;
}
.Foor1 .imgBox {
  float: right;
  width: 36.8%;
  position: relative;
}
.Foor1 .imgBox .entit {
  color: #eee;
  font-family: AbrilFatface;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  right: 35%;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
}
.Foor1 .txtBox {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
}
.Foor1 .txtBox .textBox {
  width: 49%;
}
.Foor1 .txtBox .textBox .Hometit .des {
  margin-bottom: 1.8rem;
}
.Foor2 {
  padding-bottom: 8%;
  background: url(../images/F2BG.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.Foor2 .textBox {
  float: right;
  width: 29%;
  text-align: right;
}
.Foor2 .textBox .HomeMore {
  float: right;
  text-align: left;
}
.Foor2 .cumList {
  float: left;
  width: 56%;
}
.Foor2 .cumList .tit {
  margin-bottom: 0.7rem;
}
.Foor2 .cumList .tit h5 {
  font-size: 0.3rem;
  color: #222;
}
.Foor2 .cumList .tit h5 span {
  color: #bfb3a8;
}
.Foor2 .cumList .tit p {
  font-size: 0.16rem;
  color: #e6e6e6;
  margin-top: 0.1rem;
}
.Foor2 .listBox li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
}
.Foor2 .listBox li:nth-child(5n) {
  margin-right: 0;
}
.Foor2 .listBox li img {
  width: 100%;
  transition: 0.3s;
}
.Foor2 .listBox li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.Foor2 .listBox li:hover img {
  transform: scale(1.1);
}
.Foor3 {
  padding: calc(160 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
  position: relative;
}
.Foor3::before {
  width: 64%;
  height: 100%;
  content: '';
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.Foor3 .F3top {
  margin-bottom: 1.3rem;
  position: relative;
}
.Foor3 .F3top .textBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.Foor3 .F3top .textBox .contBox {
  width: 25%;
}
.Foor3 .F3top .textBox .contBox .sliderNav li {
  margin-top: 0.4rem;
}
.Foor3 .F3top .textBox .contBox .sliderNav li span {
  font-size: 0.2rem;
  color: #8a8a8a;
  line-height: 0.4rem;
  border: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
}
.Foor3 .F3top .textBox .contBox .sliderNav li:hover span,
.Foor3 .F3top .textBox .contBox .sliderNav li.slick-current span {
  color: #bfb3a8;
  border-color: #bfb3a8;
}
.Foor3 .F3top .sliderBox {
  width: 100%;
  max-width: 63%;
  float: right;
}
.Foor3 .F3top .sliderBox .slider {
  position: relative;
}
.Foor3 .F3top .sliderBox .slider .itemBox {
  position: relative;
}
.Foor3 .F3top .sliderBox .slider .itemBox .txtBox {
  position: absolute;
  width: 57%;
  bottom: 0;
  right: 0;
  height: 2.8rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
}
.Foor3 .F3top .sliderBox .slider .itemBox .txtBox h5 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.Foor3 .F3top .sliderBox .slider .itemBox .txtBox p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  opacity: 0.6;
  max-width: 70%;
}
.Foor3 .F3top .sliderBox .slider .slick-arrow {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/ar1.png) no-repeat;
  background-size: contain;
  bottom: 0.3rem;
  top: auto;
  transform: translateY(0);
  border: none;
  transition: 0.3s;
}
.Foor3 .F3top .sliderBox .slider .slick-arrow::before {
  display: none;
}
.Foor3 .F3top .sliderBox .slider .slick-arrow.slick-prev {
  left: 45%;
}
.Foor3 .F3top .sliderBox .slider .slick-arrow.slick-prev:hover {
  left: 44%;
}
.Foor3 .F3top .sliderBox .slider .slick-arrow.slick-next {
  left: calc(45% + 0.75rem);
  transform: rotate(180deg);
}
.Foor3 .F3top .sliderBox .slider .slick-arrow.slick-next:hover {
  left: calc(46% + 0.75rem);
}
.Foor3 .F3top .sliderBox .slick-pages {
  position: absolute;
  bottom: 0.3rem;
  right: 9%;
  z-index: 5;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
  font-size: 0.2rem;
}
.Foor3 .F3top .sliderBox .slick-pages #cur {
  color: #fff;
}
.Foor3 .F3bom .w1600 {
  position: relative;
}
.Foor3 .F3bom .ul {
  float: left;
  width: 66.66%;
  display: flex;
  align-items: center;
}
.Foor3 .F3bom .ul li {
  margin-right: 0.5rem;
}
.Foor3 .F3bom .ul li .icon {
  width: 0.5rem;
  margin-bottom: 0.4rem;
}
.Foor3 .F3bom .ul li h5 {
  font-size: 0.2rem;
  color: #222222;
  font-weight: normal;
  margin-bottom: 0.15rem;
}
.Foor3 .F3bom .ul li p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #8a8a8a;
}
.Foor3 .F3bom .HomeMore {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Foor4 {
  padding: 5% 0;
}
.Foor4 .listBox {
  float: left;
  width: calc(66.66% + 0.2rem);
}
.Foor4 .listBox .slick-list {
  width: 120%;
  padding-left: 20%;
  position: relative;
  left: calc(-20% - 0.1rem);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.Foor4 .listBox li {
  padding: 0 0.1rem;
}
.Foor4 .listBox li a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.Foor4 .listBox li a .imgBox {
  position: relative;
}
.Foor4 .listBox li a .imgBox img {
  display: block;
  width: 100%;
}
.Foor4 .listBox li a .imgBox::before {
  width: 1.15rem;
  height: 1.15rem;
  content: '';
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s;
}
.Foor4 .listBox li a .txtBox {
  padding: 0.25rem 0.3rem 0.3rem;
}
.Foor4 .listBox li a .txtBox h5 {
  font-size: 0.2rem;
  color: #222222;
  margin-bottom: 0.1rem;
}
.Foor4 .listBox li a .txtBox p {
  font-size: 0.16rem;
  color: #8a8a8a;
}
.Foor4 .listBox li:hover a .imgBox::before {
  background-image: url(../images/play_a.png);
}
.Foor4 .Hometit {
  float: right;
  text-align: right;
}
.Foor4 .Hometit .HomeMore {
  text-align: left;
}
.videPop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.videPop .contBox {
  width: 100%;
  max-width: 980px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem;
  background: #fff;
  position: absolute;
}
.videPop .contBox .video video {
  width: 100%;
  background-color: #000;
}
.videPop .contBox .text {
  padding: 0.2rem 0.3rem 0.05rem;
}
.videPop .contBox .text h5 {
  font-size: 0.2rem;
  color: #222222;
}
.videPop .contBox .text p {
  font-size: 0.18rem;
  color: #5a5a5a;
  margin: 0.1rem 0;
}
.videPop .contBox .colBtn {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  background: url(../images/clo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  transition: 0.3s;
  z-index: 2;
}
.videPop .contBox .colBtn:hover {
  transform: rotate(90deg);
}
.videPop .contBox .pnBox {
  display: none;
}
.videPop .contBox .pnBox .arrBtn {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/ar2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 2;
  transition: 0.3s;
}
.videPop .contBox .pnBox .arrBtn.prev {
  left: -20%;
}
.videPop .contBox .pnBox .arrBtn.prev:hover {
  left: -21%;
}
.videPop .contBox .pnBox .arrBtn.next {
  right: -20%;
  transform: rotate(180deg);
}
.videPop .contBox .pnBox .arrBtn.next:hover {
  right: -21%;
}
.bottom {
  background: #000000;
}
.bottom .bomBom {
  color: #505050;
  padding: 0.35rem 0 0.9rem;
}
.bottom .bomBom .copy {
  float: left;
  line-height: 0.24rem;
}
.bottom .bomBom .copy a {
  color: #505050;
}
.bottom .bomBom .copy a:hover {
  color: #fff;
}
.bottom .bomBom ul {
  float: right;
}
.bottom .bomBom li {
  float: left;
  line-height: 0.24rem;
  padding: 0 0.1rem;
  position: relative;
}
.bottom .bomBom li:before {
  width: 0.02rem;
  height: 0.02rem;
  content: '';
  background: #505050;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.01rem;
  left: 0;
}
.bottom .bomBom li:first-child:before {
  display: none;
}
.bottom .bomBom li a {
  float: left;
  color: #505050;
}
.bottom .bomBom li a:hover {
  color: #fff;
}
.bottom .bomTop {
  padding: 1rem 0 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bottom .bomTop .desBox {
  float: left;
  width: 35%;
}
.bottom .bomTop .desBox .bomLogo {
  width: 2rem;
  margin-bottom: 0.2rem;
}
.bottom .bomTop .desBox p {
  color: #a7a7a7;
  margin-bottom: 0.2rem;
}
.bottom .bomTop .desBox .shareList a {
  display: inline-block;
  vertical-align: middle;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2rem;
  position: relative;
}
.bottom .bomTop .desBox .shareList a.mal {
  background-image: url(../images/bi1.png);
}
.bottom .bomTop .desBox .shareList a.qq {
  background-image: url(../images/bi2.png);
}
.bottom .bomTop .desBox .shareList a.wx {
  background-image: url(../images/bi3.png);
}
.bottom .bomTop .desBox .shareList a figure {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0.05rem;
  left: 0;
  top: 110%;
  display: none;
}
.bottom .bomTop .desBox .shareList a figure img {
  width: 100%;
}
.bottom .bomTop .desBox .shareList a:hover {
  cursor: pointer;
}
.bottom .bomTop .desBox .shareList a:hover figure {
  display: block;
}
.bottom .bomTop .bomNav {
  float: right;
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.bottom .bomTop .bomNav dl dt a {
  font-size: 0.2rem;
  color: #ffffff;
  display: block;
  margin-bottom: 0.15rem;
}
.bottom .bomTop .bomNav dl dd a {
  color: #a7a7a7;
  display: block;
  margin-bottom: 0.15rem;
}
.bottom .bomTop .bomNav dl dd a:hover {
  color: #fff;
}
.innerBan {
  position: relative;
}
.innerBan img {
  width: 100%;
}
.innerBan .textBox {
  width: 100%;
  left: 0;
  bottom: 20%;
  color: #fff;
  position: absolute;
}
.innerBan .textBox .tit {
  float: left;
  width: 31%;
}
.innerBan .textBox .tit h3 {
  font-size: 0.66rem;
}
.innerBan .textBox .tit p {
  font-size: 0.2rem;
  color: #dedede;
  text-transform: uppercase;
  margin-top: 0.15rem;
}
.innerBan .textBox .des {
  width: 56%;
  float: right;
  padding: 0.2rem 0.25rem;
  background-color: rgba(0, 0, 0, 0.29);
  line-height: 0.4rem;
  color: #dedede;
}
.infoBan {
  position: relative;
}
.infoBan img {
  width: 100%;
}
.infoBan .textBox {
  width: 100%;
  left: 0;
  top: 40%;
  color: #fff;
  position: absolute;
}
.infoBan .textBox .tit h3 {
  font-size: 0.5rem;
}
.infoBan .textBox .tit p {
  font-size: 0.2rem;
  color: #dedede;
  text-transform: uppercase;
  margin-top: 0.15rem;
}
.infoBan .textBox .searBox {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}
.infoBan .textBox .searBox h5 {
  font-size: 0.5rem;
}
.infoBan .textBox .searBox p {
  font-size: 0.2rem;
  color: #dedede;
  text-transform: uppercase;
  margin-top: 0.15rem;
}
.infoBan .textBox .searBox .iptBox {
  position: relative;
  margin-top: 0.25rem;
}
.infoBan .textBox .searBox .iptBox input {
  width: 100%;
  line-height: 0.7rem;
  padding: 0 0.55rem;
  height: 0.7rem;
  background: #fff;
  border: none;
  font-size: 0.2rem;
}
.infoBan .textBox .searBox .iptBox .searBtn {
  display: block;
  width: 0.18rem;
  height: 0.17rem;
  background: url(../images/search2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.09rem;
}
.searMenu {
  padding: 8% 0 5%;
}
.searMenu .w1600 {
  border-bottom: 1px solid #f4f4f4;
}
.searMenu .searKey {
  float: left;
}
.searMenu .searKey p {
  font-size: 0.2rem;
  color: #222222;
}
.searMenu .searKey p span {
  color: #bfb3a8;
}
.searMenu .ul {
  float: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}
.searMenu .ul li {
  margin-left: 1rem;
}
.searMenu .ul li a {
  display: block;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 0.2rem;
  color: #5a5a5a;
  transition: 0.3s;
}
.searMenu .ul li:hover a,
.searMenu .ul li.aon a {
  color: #bfb3a8;
}
.searMenu .ul li.aon a::before {
  width: 0.4rem;
  height: 1px;
  content: '';
  background: #bfb3a8;
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  margin: 4% 0 8%;
  color: #000000;
  position: relative;
}
.loading::before {
  width: 0.38rem;
  height: 0.38rem;
  content: '';
  background: url(../images/load.png) no-repeat;
  background-size: contain;
  left: 50%;
  margin-left: -0.19rem;
  top: 0;
  position: absolute;
  animation: rotate 2s linear infinite;
}
.aboutF1 {
  margin-top: 8%;
  position: relative;
}
.aboutF1::before {
  width: 66.66%;
  height: 100%;
  content: '';
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aboutF1 .txtBox {
  float: left;
  width: 58%;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #222222;
  padding: 0.3rem 0;
}
.aboutF1 .imgBox {
  width: 37.5%;
  float: right;
}
.aboutF1 .numList {
  position: absolute;
  width: 100%;
  max-width: 68%;
  left: 0;
  bottom: 0.3rem;
  background: #fff;
  display: flex;
  padding: 0.15rem 0;
}
.aboutF1 .numList .item {
  width: 34%;
  padding-left: 12%;
  border-left: 1px solid #f4f4f4;
}
.aboutF1 .numList .item:last-child {
  width: 32%;
}
.aboutF1 .numList .item .num {
  font-size: 0.6rem;
  font-weight: bold;
  color: #bfb3a8;
}
.aboutF1 .numList .item .des {
  font-size: 0.2rem;
  color: #222222;
  margin: 0.15rem 0;
}
.aboutF1 .numList .item .en {
  display: block;
  color: #8a8a8a;
}
.aboutF2 {
  padding: 8% 0;
}
.aboutF2 .txtBox {
  float: right;
  width: 52.5%;
}
.aboutF2 .txtBox .tit {
  color: #222222;
  padding-bottom: 0.2rem;
}
.aboutF2 .txtBox .tit h3 {
  font-family: AbrilFatface;
  font-size: 0.6rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.aboutF2 .txtBox .tit p {
  font-size: 0.3rem;
  font-weight: bold;
}
.aboutF2 .txtBox .item {
  margin-top: 0.7rem;
}
.aboutF2 .txtBox .item h5 {
  font-size: 0.2rem;
  color: #222222;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.aboutF2 .txtBox .item p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #8a8a8a;
}
.aboutF2 .imgBox {
  width: 37.5%;
  float: left;
}
.clientList {
  padding: 8% 0;
  background: url(../images/cliBG.png) no-repeat;
  background-position: top center;
}
.clientList .titBox {
  float: left;
  width: 20%;
}
.clientList .titBox h3 {
  padding-bottom: 0.25rem;
  position: relative;
  font-size: 0.3rem;
  color: #000000;
  font-weight: bold;
}
.clientList .titBox h3::before {
  width: 0.4rem;
  height: 0.04rem;
  content: '';
  background: #bfb3a8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.clientList .titBox p {
  font-size: 0.3rem;
  color: #222222;
  font-family: AbrilFatface;
  text-transform: uppercase;
  text-align: left;
}
.clientList .ul {
  float: right;
  width: 77.5%;
}
.clientList .ul li {
  width: 12.904%;
  float: left;
  margin-right: 1.612%;
  margin-bottom: 1.612%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
}
.clientList .ul li:nth-child(7n) {
  margin-right: 0;
}
.clientList .ul li img {
  width: 100%;
  transition: 0.3s;
}
.clientList .ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.clientList .ul li:hover img {
  transform: scale(1.1);
}
.clientList p {
  text-align: right;
  color: #8a8a8a;
  margin-top: 0.3rem;
}
.mediaMenu {
  margin: 8% 0;
}
.mediaMenu .tit {
  font-family: AbrilFatface;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #222222;
  opacity: 0.16;
  float: left;
}
.mediaMenu .ul {
  float: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}
.mediaMenu .ul li {
  margin-left: 1rem;
}
.mediaMenu .ul li a {
  display: block;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 0.2rem;
  color: #5a5a5a;
  transition: 0.3s;
}
.mediaMenu .ul li:hover a,
.mediaMenu .ul li.aon a {
  color: #bfb3a8;
}
.mediaMenu .ul li.aon a::before {
  width: 100%;
  height: 1px;
  content: '';
  background: #bfb3a8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mediaList li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
}
.mediaList li:nth-child(3n) {
  margin-right: 0;
}
.mediaList li .txtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  padding-right: 0.6rem;
}
.mediaList li .txtBox h5 {
  font-size: 0.2rem;
  font-weight: normal;
}
.mediaList li .txtBox p {
  font-size: 0.14rem;
  color: #e7e7e7;
  margin-top: 0.15rem;
}
.mediaList li .txtBox::before {
  width: 0.23rem;
  height: 0.05rem;
  content: '';
  background: url(../images/i1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.025rem;
  right: 0.3rem;
  transition: 0.3s;
}
.mediaList li:hover .txtBox::before {
  right: 0.25rem;
}
.medInfo {
  padding: 8% 0;
  background: url(../images/medInBG.png) no-repeat;
  background-position: top center;
}
.medInfo .titBox {
  margin-bottom: 9%;
  color: #222222;
}
.medInfo .titBox .en {
  font-size: 0.6rem;
  font-family: AbrilFatface;
  text-transform: uppercase;
}
.medInfo .titBox h5 {
  margin: 0.2rem 0;
  font-size: 0.3rem;
}
.medInfo .titBox p {
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.medInfo .listBox .itemBox {
  margin-bottom: 6%;
}
.medInfo .listBox .itemBox .textBox {
  float: right;
  width: 50%;
}
.medInfo .listBox .itemBox .textBox .ovfBox {
  max-height: 6rem;
  overflow-y: auto;
}
.medInfo .listBox .itemBox .textBox .ovfBox::-webkit-scrollbar {
  width: 6px;
}
.medInfo .listBox .itemBox .textBox .ovfBox::-webkit-scrollbar-thumb {
  background-color: #222222;
  border-radius: 4px;
}
.medInfo .listBox .itemBox .textBox .ovfBox::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}
.medInfo .listBox .itemBox .textBox .ovfBox::-webkit-scrollbar-thumb:hover {
  background-color: #222222;
}
.medInfo .listBox .itemBox .textBox .titleBox {
  padding: 0 0.7rem 0.25rem 1.2rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.2rem;
}
.medInfo .listBox .itemBox .textBox .titleBox h5 {
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 0.2rem;
  color: #000000;
  font-weight: bold;
}
.medInfo .listBox .itemBox .textBox .titleBox h5::before {
  width: 0.4rem;
  height: 0.04rem;
  content: '';
  background: #bfb3a8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.medInfo .listBox .itemBox .textBox .titleBox p {
  font-size: 0.2rem;
  color: #222222;
  font-family: AbrilFatface;
  text-transform: uppercase;
}
.medInfo .listBox .itemBox .textBox .txtBox {
  padding: 0 0.7rem 0.25rem 1.2rem;
}
.medInfo .listBox .itemBox .textBox .txtBox .item {
  margin-bottom: 0.3rem;
}
.medInfo .listBox .itemBox .textBox .txtBox span {
  color: #222222;
  line-height: 0.32rem;
}
.medInfo .listBox .itemBox .textBox .txtBox p {
  color: #8a8a8a;
  line-height: 0.32rem;
}
.medInfo .listBox .itemBox .imgList {
  width: 50%;
  float: left;
  position: relative;
}
.medInfo .listBox .itemBox .imgList .slick-prev {
  left: 0;
}
.medInfo .listBox .itemBox .imgList .slick-next {
  right: 0;
}
.medInfo .listBox .itemBox .imgList .slick-arrow,
.medInfo .listBox .itemBox .imgList .slick-arrow::before {
  border-color: #000;
}
.medInfo .listBox .itemBox .imgList .slick-arrow:hover {
  background-color: #000;
}
.medInfo .listBox .itemBox .imgList .slick-arrow:hover::before {
  border-color: #fff;
}
.medInfo .listBox .itemBox .imgList .slick-dots {
  bottom: 0.2rem;
  width: 100%;
  display: flex;
  left: 0;
  padding: 0 0.3rem;
}
.medInfo .listBox .itemBox .imgList .slick-dots li {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.medInfo .listBox .itemBox .imgList .slick-dots li.slick-active {
  background-color: #fff;
}
.medInfo .listBox .itemBox:nth-child(even) .textBox {
  float: left;
}
.medInfo .listBox .itemBox:nth-child(even) .imgList {
  float: right;
}
.creatList {
  padding: 8% 0;
}
.creatList .titBox {
  text-align: center;
  margin-bottom: 3%;
  position: relative;
}
.creatList .titBox h5 {
  font-size: 0.4rem;
  color: #222222;
  line-height: 1;
}
.creatList .titBox p {
  font-size: 0.6rem;
  color: #f4f4f4;
  position: relative;
  z-index: -1;
  top: -0.3rem;
  font-family: AbrilFatface;
  text-transform: uppercase;
  line-height: 1;
}
.creatList .slider {
  position: relative;
}
.creatList .slider li {
  position: relative;
  transition: 0.3s;
  padding-bottom: 0;
}
.creatList .slider li::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  transition: 0.3s;
}
.creatList .slider li .imgBox img {
  width: 100%;
}
.creatList .slider li .txtBox {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 96%;
  bottom: 0.1rem;
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.5rem 0.6rem;
  opacity: 0;
  transition: 0.3s;
}
.creatList .slider li .txtBox h5 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.creatList .slider li .txtBox p {
  font-size: 0.16rem;
  color: #222222;
}
.creatList .slider li.slick-current {
  padding-bottom: 1rem;
}
.creatList .slider li.slick-current::before {
  top: -100%;
  opacity: 0;
}
.creatList .slider li.slick-current .txtBox {
  opacity: 1;
}
.creatList .slider .slick-arrow {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/ar1.png) no-repeat;
  background-size: contain;
  border: none;
  transition: 0.3s;
}
.creatList .slider .slick-arrow::before {
  display: none;
}
.creatList .slider .slick-arrow.slick-prev {
  left: 15%;
}
.creatList .slider .slick-arrow.slick-prev:hover {
  left: 14%;
}
.creatList .slider .slick-arrow.slick-next {
  right: 15%;
  transform: rotate(180deg);
}
.creatList .slider .slick-arrow.slick-next:hover {
  right: 14%;
}
.casevidList li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.casevidList li .imgBox {
  position: relative;
}
.casevidList li .imgBox::before {
  width: 1.15rem;
  height: 1.15rem;
  content: '';
  background-image: url(../images/play_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: 0.3s;
  opacity: 0;
}
.casevidList li .imgBox::after {
  width: 0;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transition: 0.3s;
  transform: translateX(-50%);
}
.casevidList li .txtBox {
  position: static;
  background: #fff;
}
.casevidList li .txtBox h5 {
  color: #222222;
}
.casevidList li .txtBox p {
  color: #5a5a5a;
}
.casevidList li:hover .imgBox::before {
  opacity: 1;
}
.casevidList li:hover .imgBox::after {
  width: 100%;
}
.cantaBox {
  padding: 8% 0;
}
.cantaBox .w1600 {
  display: flex;
  justify-content: space-between;
}
.cantaBox .leftBox {
  width: 39.5%;
}
.cantaBox .leftBox .titBox {
  margin-bottom: 1.3rem;
}
.cantaBox .leftBox .titBox h5 {
  padding-bottom: 0.3rem;
  position: relative;
  font-size: 0.5rem;
  color: #000000;
  font-weight: bold;
}
.cantaBox .leftBox .titBox h5::before {
  width: 0.4rem;
  height: 0.04rem;
  content: '';
  background: #bfb3a8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cantaBox .leftBox .titBox p {
  font-size: 0.2rem;
  color: #222222;
  margin-top: 0.25rem;
}
.cantaBox .leftBox .listBox .item {
  margin-top: 0.2rem;
  padding: 0.3rem 0.2rem 0.3rem 0.7rem;
  background: #f8f8f8;
  position: relative;
  color: #222222;
}
.cantaBox .leftBox .listBox .item::before {
  width: 0.21rem;
  height: 0.21rem;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.25rem;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
}
.cantaBox .leftBox .listBox .item.add::before {
  background-image: url(../images/add.png);
}
.cantaBox .leftBox .listBox .item.pan::before {
  background-image: url(../images/pan.png);
}
.cantaBox .leftBox .listBox .item.cat::before {
  background-image: url(../images/cat.png);
}
.cantaBox .leftBox .listBox .item.pdf::before {
  background-image: url(../images/pdf.png);
}
.cantaBox .formBox {
  width: 56.5%;
  background: #f8f8f8;
  padding: 0.5rem 0.65rem;
}
.cantaBox .formBox .itemBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.cantaBox .formBox .itemBox .item {
  width: 43%;
}
.cantaBox .formBox .itemBox .item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  line-height: 0.55rem;
  height: 0.55rem;
  padding: 0 0.1rem;
  background: none;
}
.cantaBox .formBox .itemBox textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  padding: 0.1rem;
  height: 2rem;
  margin-top: 0.3rem;
}
.cantaBox .formBox .subBtn {
  display: block;
  width: 2.5rem;
  line-height: 0.6rem;
  text-align: center;
  background: #bfb3a8;
  color: #fff;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1680px) {
  .Hbanner .textwarp .con {
    max-width: 92%;
  }
  .aboutF1 .txtBox {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .videPop .contBox .pnBox .arrBtn.prev {
    left: 5%;
  }
  .videPop .contBox .pnBox .arrBtn.next {
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .Hbanner .textwarp h3 {
    font-size: 0.4rem;
  }
  .Hbanner .textwarp .titImg {
    max-width: 50%;
    margin: 0 auto;
  }
  .Foor1 .imgBox .entit {
    font-size: 0.6rem;
  }
  .Foor1 .txtBox {
    position: static;
  }
  .Foor1 .txtBox .textBox {
    width: 100%;
  }
  .Foor1 .txtBox .textBox .Hometit .des {
    margin-bottom: 0.6rem;
  }
  .Hometit .en {
    font-size: 0.4rem;
  }
  .Hometit .des {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .Foor1 .imgBox {
    padding: 0 4%;
    width: 50%;
  }
  .header .lang .box {
    width: 1rem;
  }
  .innerBan .textBox .tit h3 {
    font-size: 0.4rem;
  }
  .aboutF1 .numList {
    position: static;
    max-width: 100%;
  }
  .aboutF1 .txtBox {
    padding-bottom: 0.3rem;
  }
  .aboutF1::before {
    width: 100%;
  }
  .header .navTop .ul li .sub {
    box-shadow: none;
  }
  .mediaMenu .tit {
    font-size: 0.5rem;
  }
  .infoBan .textBox .tit h3 {
    font-size: 0.4rem;
  }
  .infoBan .textBox .tit p {
    display: none;
  }
  .videPop .contBox {
    max-width: 92%;
  }
  .cantaBox .leftBox .titBox h5 {
    font-size: 0.4rem;
  }
  .infoBan .textBox .searBox h5 {
    font-size: 0.3rem;
  }
  .infoBan .textBox .searBox .iptBox input {
    line-height: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 768px) {
  .Hbanner,
  .innerBan,
  .infoBan {
    margin-top: 0.4rem;
  }
  .header .menuIcon {
    margin-left: 0;
  }
  .header .lang .box {
    width: 1.2rem;
  }
  .Hbanner .textwarp h3 {
    font-size: 0.26rem;
  }
  .Hbanner .textwarp .des {
    font-size: 0.18rem;
  }
  .Hbanner .textwarp .more {
    width: 1.8rem;
    line-height: 0.4rem;
  }
  .Hbanner .downM {
    display: none;
  }
  .Foor1 .txtBox .textBox .Hometit .des {
    margin-bottom: 0.3rem;
  }
  .Foor1 .imgBox {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Foor1 .imgBox .entit {
    right: 0;
    padding: 0 10%;
  }
  .Foor2 .textBox {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 0.2rem;
  }
  .Foor2 .textBox .HomeMore {
    float: none;
  }
  .Foor2 .cumList {
    width: 100%;
    float: none;
  }
  .Foor2 .cumList .tit {
    margin-bottom: 0.2rem;
  }
  .HomeMore {
    width: 3.2rem;
  }
  .Foor3 .F3top .sliderBox {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .Foor3 .F3top .textBox {
    position: static;
  }
  .Foor3::before {
    width: 100%;
  }
  .Foor3 .F3top .sliderBox .slider .itemBox .txtBox {
    width: 80%;
  }
  .Foor3 .F3top .textBox .contBox {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .Foor3 .F3top .textBox .contBox .sliderNav li {
    margin-top: 0.2rem;
  }
  .Hometit .cn {
    font-size: 0.26rem;
    margin-top: 0.15rem;
  }
  .Foor3 .F3top {
    margin-bottom: 0.3rem;
  }
  .Foor3 .F3bom .ul {
    float: none;
    width: 100%;
  }
  .Foor3 .F3bom .HomeMore {
    position: static;
    margin-top: 0.2rem;
  }
  .Foor4 .listBox {
    width: 100%;
  }
  .Foor4 .listBox .slick-list {
    width: 100%;
    padding-left: 0;
    left: 0;
  }
  .Foor4 .Hometit {
    float: none;
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .Foor4 .listBox li a .imgBox::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .bottom .bomTop {
    padding: 0.5rem 0 0.3rem;
  }
  .bottom .bomTop .bomNav {
    display: none;
  }
  .bottom .bomTop .desBox {
    width: 100%;
    float: none;
  }
  .bottom .bomBom ul {
    float: none;
    width: 168px;
    margin: 0 auto 0.2rem;
  }
  .bottom .bomBom .copy {
    float: none;
    text-align: center;
  }
  .bottom .bomBom {
    padding: 0.3rem 0;
  }
  .innerBan .textBox .des {
    display: none;
  }
  .innerBan .textBox .tit {
    width: 100%;
  }
  .innerBan .textBox .tit h3 {
    font-size: 0.3rem;
  }
  .aboutF1 .txtBox {
    width: 100%;
    float: none;
  }
  .aboutF1 .imgBox {
    float: none;
    width: 100%;
    text-align: center;
  }
  .aboutF1 .numList .item {
    padding: 0 0.2rem;
  }
  .aboutF1 .numList .item .num {
    font-size: 0.4rem;
  }
  .aboutF2 .txtBox .tit h3 {
    font-size: 0.4rem;
  }
  .aboutF2 .txtBox {
    width: 100%;
    float: none;
  }
  .aboutF2 .txtBox .item {
    margin-top: 0.3rem;
  }
  .aboutF2 .imgBox {
    float: none;
    width: 100%;
    margin-top: 0.2rem;
  }
  .clientList .titBox {
    float: none;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .clientList .ul {
    font: none;
    width: 100%;
  }
  .mediaMenu .tit {
    float: none;
  }
  .mediaMenu .ul {
    float: none;
    justify-content: center;
  }
  .mediaMenu .ul li {
    margin: 0 0.2rem;
  }
  .mediaMenu .ul li a {
    padding-bottom: 0.3rem;
  }
  .mediaList li {
    width: 49%;
  }
  .mediaList li:nth-child(3n) {
    margin-right: 2%;
  }
  .mediaList li:nth-child(2n) {
    margin-right: 0;
  }
  .Pages em {
    display: none;
  }
  .medInfo .titBox .en {
    font-size: 0.4rem;
  }
  .medInfo .listBox .itemBox .textBox,
  .medInfo .listBox .itemBox .imgList {
    width: 100%;
    float: none!important;
  }
  .medInfo .listBox .itemBox .imgList {
    margin-top: 0.3rem;
  }
  .medInfo .listBox .itemBox .textBox .titleBox,
  .medInfo .listBox .itemBox .textBox .txtBox {
    padding: 0 0.2rem 0.2rem;
  }
  .creatList .slider li .txtBox {
    padding: 0.2rem;
    position: static;
    transform: translateX(0);
  }
  .creatList .titBox h5 {
    font-size: 0.3rem;
  }
  .creatList .titBox p {
    font-size: 0.5rem;
  }
  .creatList .slider li.slick-current {
    padding-bottom: 0;
  }
  .videPop .contBox .pnBox .arrBtn {
    display: none;
  }
  .infoBan .textBox .tit h3 {
    font-size: 0.3rem;
  }
  .cantaBox .w1600 {
    display: block;
  }
  .cantaBox .leftBox {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .cantaBox .formBox {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
  .cantaBox .leftBox .titBox {
    margin-bottom: 0.6rem;
  }
  .infoBan .textBox.searText {
    position: static;
    color: #222;
    margin-top: 0.3rem;
  }
  .infoBan .textBox .searBox p {
    color: #a8a8a8;
  }
  .infoBan .textBox .searBox .iptBox input {
    background: #dedede;
  }
  .searMenu .searKey {
    float: none;
  }
  .searMenu .ul {
    float: none;
    justify-content: center;
  }
  .searMenu .ul li {
    margin: 0 0.3rem;
  }
  .searMenu .ul li a {
    padding-bottom: 0.3rem;
  }
}
