.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.mb {
  font-family: "mb";
}
.regular {
  font-family: "regular";
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .header-wrapper:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
  .header-wrapper .box-container {
    height: 0.9rem;
  }
  .pc-nav-box li a {
    line-height: 0.9rem;
  }
  .pc-nav-box .nav-box {
    top: 0.9rem;
  }
  .search-form {
    padding: 1rem 0;
  }
  .news-box li .pic img {
    height: 3.26rem;
  }
  .news-box .index-more {
    margin-top: 0.7rem;
  }
  .footer-wrapper {
    padding-top: 0.8rem;
  }
  .footer-wrapper .copyright {
    margin-top: 0.9rem;
  }
  .footer-wrapper .share-box .share a {
    width: 0.42rem;
    height: 0.42rem;
  }
  .footer-nav-box li > a {
    margin-bottom: 0.15rem;
  }
  .footer-wrapper .share-box p {
    margin-bottom: 0.25rem;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .pc-nav-box .nav-box a {
    line-height: 0.7rem;
  }
  .pc-nav-box .nav-box .box-container,
  .pc-nav-box li:hover .nav-box {
    height: 0.7rem;
  }
  .picture-teaser-container-fullscreen .slick-slide video {
    height: 8.2rem;
  }
  .picture-teaser-container-fullscreen .title {
    line-height: 0.68rem;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
  .footer-wrapper {
    padding-top: 0.7rem;
  }
  .picture-teaser-container-fullscreen .slick-slide video {
    height: 7.8rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
    margin-left: 0.4rem;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.24rem;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 1.2rem;
    top: 0;
    overflow: auto;
    padding-top: 1.2rem;
    z-index: -1;
    display: block;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav.on {
    z-index: 50;
  }
  .phone-nav.on ul {
    display: block;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #000;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li a {
    display: block;
    font-family: "light";
    text-transform: capitalize;
  }
  .phone-nav ul li > a {
    position: relative;
    font-size: 0.3rem;
    color: #000;
    line-height: 0.96rem;
    padding: 0 0.8rem 0 0.3rem;
    border-bottom: 1px solid #eee;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #000;
    position: absolute;
    z-index: 10;
    top: 50%;
  }
  .phone-nav ul li .cat:before {
    width: 0.04rem;
    height: 0.32rem;
    right: 0.44rem;
    margin-top: -0.16rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.32rem;
    height: 0.04rem;
    right: 0.3rem;
    margin-top: -0.02rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #000;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .language {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
  }
  .phone-nav .language a {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .phone-nav .language a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .phone-nav .language a:last-child:after {
    display: none;
  }
  .phone-nav .language a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top: -6px;
  }
  .menu-trigger,
  .close-trigger {
    position: fixed;
    top: 0.5rem;
    right: 0.3rem;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    z-index: 333;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition-delay: 0.1s;
  }
  .menu-trigger:hover .menu-trigger-bar:before,
  .close-trigger:hover .menu-trigger-bar:before {
    width: 100%;
  }
  .menu-trigger:hover .close-trigger-bar:before,
  .close-trigger:hover .close-trigger-bar:before {
    width: 100%;
  }
  .close-trigger {
    z-index: 5;
    top: 0.6rem;
  }
  .menu-trigger-bar {
    display: block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    margin-bottom: 0.08rem;
    transform: rotate(-45deg);
    position: relative;
  }
  .menu-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .menu-trigger-bar.top {
    width: 50%;
    margin-bottom: 0.06rem;
  }
  .menu-trigger-bar.middle:before {
    left: auto;
    right: 0;
  }
  .menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
  }
  .close-trigger-bar {
    display: block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: relative;
  }
  .close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .close-trigger-bar.left {
    transform: translateX(100px) translateY(-100px) rotate(-45deg);
  }
  .close-trigger-bar.right {
    transform: translateX(-100px) translateY(-100px) rotate(45deg);
    top: -0.04rem;
  }
  .menu-container {
    position: relative;
  }
  .menu-container {
    display: flex;
    align-items: center;
  }
  .menu {
    display: block;
    width: 100%;
  }
  .menu-bg {
    position: absolute;
    display: block;
    width: 200%;
    left: -53%;
    top: -25%;
    height: 40%;
    background-color: white;
  }
  .menu-bg.middle {
    top: 29%;
    left: -53%;
    transform: rotate(-45deg) scaleY(0);
  }
  .menu-bg.top {
    left: -34%;
    top: 0;
    transform: rotate(-45deg) translateY(-152%);
  }
  .menu-bg.bottom {
    top: 105%;
    transform: rotate(-45deg) translateY(25%);
    left: -20%;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .search-form {
    padding: 0.8rem 0;
  }
  .search-form .main {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 0.3rem;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .header-wrapper.on .menu-trigger,
  .header-wrapper.on .close-trigger {
    top: -1.2rem;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 1.2rem;
  }
  .header-wrapper .other-box {
    margin-left: 0;
    margin-right: 0.8rem;
  }
  .header-wrapper .language {
    display: none;
  }
  .header-wrapper .search {
    width: 0.32rem;
    height: 0.32rem;
  }
  .pc-nav-box {
    display: none;
  }
  .footer-wrapper {
    padding-top: 0;
    padding-bottom: 0.8rem;
  }
  .footer-wrapper .box-1 {
    display: block;
  }
  .footer-wrapper .copyright {
    line-height: 0.4rem;
    margin: 0 auto;
    padding: 0.3rem 0 0;
    border-top: none;
    width: 70%;
  }
  .footer-wrapper .share-box {
    width: 100%;
    margin-top: 0.8rem;
  }
  .footer-wrapper .share-box p {
    display: none;
  }
  .footer-wrapper .share-box .share {
    text-align: center;
  }
  .footer-wrapper .share-box .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.24rem;
  }
  .footer-nav-box {
    width: 100%;
  }
  .footer-nav-box ul {
    display: block;
  }
  .footer-nav-box li {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer-nav-box li > a {
    margin-bottom: 0;
  }
  .footer-nav-box li.active .cat {
    color: #000;
    font-weight: 700;
  }
  .footer-nav-box li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .footer-nav-box li > a {
    position: relative;
    display: block;
    font-size: var(--fs18);
    font-family: "light";
    color: #000;
    line-height: 1.2rem;
    padding: 0 0.6rem 0 0;
  }
  .footer-nav-box li .cat:before,
  .footer-nav-box li .cat:after {
    content: "";
    display: inline-block;
    background: #000;
    position: absolute;
    z-index: 10;
    top: 50%;
  }
  .footer-nav-box li .cat:before {
    width: 0.04rem;
    height: 0.32rem;
    right: 0.14rem;
    margin-top: -0.16rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .footer-nav-box li .cat:after {
    width: 0.32rem;
    height: 0.04rem;
    right: 0;
    margin-top: -0.02rem;
  }
  .footer-nav-box .nav {
    display: none;
    padding-bottom: 0.3rem;
  }
  .footer-nav-box .nav a {
    font-size: var(--fs16);
    display: block;
    color: #666;
    line-height: 0.6rem;
  }
  .slick-dots li {
    width: 0.44rem;
    height: 0.1rem;
  }
  .slick-dots li button {
    background-color: #ccc;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-slide .title {
    font-size: var(--fs30);
    line-height: 0.64rem;
    letter-spacing: 0.02rem;
  }
  .slick-slide video {
    height: 8.8rem;
  }
  .quick-box {
    display: none;
  }
  .index-title {
    font-size: var(--fs30);
    line-height: 0.5rem;
    font-weight: 700;
  }
  .index-more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .index-more:hover {
    box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
    transform: translate(-2px, -2px);
  }
  .index-more.white:hover {
    box-shadow: 4px 4px rgba(255, 255, 255, 0.5);
  }
  .index-more:after {
    width: 0.6rem;
    right: -0.6rem;
  }
  .mt {
    margin-top: 1.2rem;
  }
  .news-box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-box li .pic img {
    height: auto;
  }
  .news-box .time {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin: 0.4rem auto 0.06rem;
  }
  .news-box .title {
    line-height: 0.48rem;
    height: 0.96rem;
    font-weight: 700;
    font-family: "regular";
  }
  .news-box .index-more {
    margin-top: 0.8rem;
  }
  .index-box-1 {
    padding-top: 1.2rem;
  }
  .index-box-2 .title {
    font-size: var(--fs20);
    line-height: 0.5rem;
  }
  .index-box-2 .index-more {
    margin-top: 0.36rem;
  }
  .index-box-3 {
    padding: 1.2rem 0;
  }
  .index-box-3 video {
    display: none;
  }
  .index-box-3 .title {
    font-size: var(--fs30);
    line-height: 0.6rem;
  }
  .index-box-3 .brief {
    font-size: 0.24rem;
    line-height: 0.44rem;
    padding: 0 0.4rem;
    margin: 0.1rem auto 0.44rem;
  }
  .index-box-3 .form {
    width: 70%;
  }
  .index-box-3 .form .text {
    height: 0.76rem;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    padding-right: 0.8rem;
  }
  .index-box-3 .submit {
    right: 0.3rem;
    width: 0.3rem;
  }
}
