@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.otf");
}
@font-face {
  font-family: "DINPro-regular";
  src: url("../fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
  font-family: "NotoSansHans-bold";
  src: url("../fonts/NotoSansHans-Bold.otf");
}
@font-face {
  font-family: "NotoSansHans-medium";
  src: url("../fonts/NotoSansHans-Medium.otf");
}
@font-face {
  font-family: "NotoSansHans-dem";
  src: url("../fonts/NotoSansHans-DemiLight.otf");
}
@font-face {
  font-family: "NotoSansHans-light";
  src: url("../fonts/NotoSansHans-Light.otf");
}
@font-face {
  font-family: "NeutraTextDemiSC";
  src: url("../fonts/NeutraTextDemiSC.otf");
}
@keyframes orbloop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbmove {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-2000px);
  }
}
@keyframes sec5Ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sec5Ringf {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sec3Ring {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes sec3Ring1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes sec7Dot {
  form,
  to,
  50% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  75% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes circle-nav-outline {
  from {
    stroke-dashoffset: 3128;
  }
  to {
    stroke-dashoffset: 1955;
  }
}
@keyframes circle_zoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes parMouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes proMouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes cloudeMove {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@keyframes proRing {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes proFeather1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 70px) rotate(-20deg);
    -moz-transform: translate(0, 70px) rotate(-20deg);
    -ms-transform: translate(0, 70px) rotate(-20deg);
    transform: translate(0, 70px) rotate(-20deg);
  }
  60% {
    -webkit-transform: translate(0, 140px) rotate(-45deg);
    -moz-transform: translate(0, 140px) rotate(-45deg);
    -ms-transform: translate(0, 140px) rotate(-45deg);
    transform: translate(0, 140px) rotate(-45deg);
  }
  90% {
    -webkit-transform: translate(0, 200px) rotate(20deg);
    -moz-transform: translate(0, 200px) rotate(20deg);
    -ms-transform: translate(0, 200px) rotate(20deg);
    transform: translate(0, 200px) rotate(20deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 220px) rotate(0deg);
    -moz-transform: translate(0, 220px) rotate(0deg);
    -ms-transform: translate(0, 220px) rotate(0deg);
    transform: translate(0, 220px) rotate(0deg);
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes industryAni1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  90%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes industryAni2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  90%,
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes industryAni3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  90%,
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes parDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes wave1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20vw, -30px);
    -moz-transform: translate(-20vw, -30px);
    -ms-transform: translate(-20vw, -30px);
    transform: translate(-20vw, -30px);
  }
  100% {
    -webkit-transform: translate(10vw, 30px);
    -moz-transform: translate(10vw, 30px);
    -ms-transform: translate(10vw, 30px);
    transform: translate(10vw, 30px);
  }
}
@keyframes wave2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10vw, -80px);
    -moz-transform: translate(-10vw, -80px);
    -ms-transform: translate(-10vw, -80px);
    transform: translate(-10vw, -80px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}
@keyframes wave3 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10vw, -30px);
    -moz-transform: translate(10vw, -30px);
    -ms-transform: translate(10vw, -30px);
    transform: translate(10vw, -30px);
  }
  100% {
    -webkit-transform: translate(-15vw, 10px);
    -moz-transform: translate(-15vw, 10px);
    -ms-transform: translate(-15vw, 10px);
    transform: translate(-15vw, 10px);
  }
}
@keyframes pro2Ring {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pro2Ring2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pro2Logo {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(10px, 5px);
    -moz-transform: translate(10px, 5px);
    -ms-transform: translate(10px, 5px);
    transform: translate(10px, 5px);
  }
  66% {
    -webkit-transform: translate(5px, 10px);
    -moz-transform: translate(5px, 10px);
    -ms-transform: translate(5px, 10px);
    transform: translate(5px, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.wrapper {
  width: 68.75vw;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.comm_pd {
  padding-top: 78px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
}
.loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.loading .bg img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.loading canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  border-bottom: 1px solid #f2f2f2;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .header {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.header .logo {
  margin: 12px 0;
  position: relative;
}
.header .logo a{
  font-size: 26px;
  color: #fff;

}
.header.gray .logo a{
  color: #333;
}
.header .logo img {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 42px;
}
.header .logo img.red {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .ope {
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 0;
}
.header .ope ul {
  display: inline-block;
  vertical-align: middle;
}
.header .ope ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5vw;
}
.header .ope ul li a.single {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 76px;
  color: #fff;
  font-family: "NotoSansHans-dem";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ope ul li a.single:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e60012;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ope ul li a.btn {
  display: block;
  margin-top: 18px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 24px;
  background-color: #e60012;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
}
.header .ope ul li a.btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/4-icon17.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.header .ope ul li a.btn:hover {
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.5);
}
.header .ope ul li .drop_nav {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: right;
  padding-right: 20vw;
  position: absolute;
  right: -40px;
  top: 100%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ope ul li .drop_nav a {
  display: inline-block;
  vertical-align: top;
  margin-left: 2vw;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header .ope ul li.active a.single,
  .header .ope ul li:hover a.single {
    color: #fff !important;
  }
  .header .ope ul li.active a.single:after,
  .header .ope ul li:hover a.single:after {
    width: 100%;
  }
  .header .ope ul li:hover .drop_nav {
    opacity: 1;
    visibility: visible;
  }
  .section4 .txt-btn {
    position: absolute;
    bottom: 12vh;
    right: 2vw;
    /* width: 50vw; */
    /* padding-bottom: 3vw; */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .section4 .txt-btn a {
    display: block;
    width: 100px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #002e73;
    text-align: center;
    margin-top: 3vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    backface-visibility: hidden;
  }
}
.header .ope .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #fff;
  font-family: "DINPro";
  margin-top: -5px;
}
.header .ope .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 15px 0 0;
  width: 29px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon2.png");
}
.header.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.gray {
  background-color: #fff;
  transition-delay: 0s;
}
.header.gray .logo img.white {
  opacity: 0;
}
.header.gray .logo img.red {
  opacity: 1;
}
.header.gray .ope ul li a.single {
  color: #333;
}
.header.gray .ope ul li:after {
  background-color: #e60012;
}
.header.gray .ope ul li.active a.single,
.header.gray .ope ul li:hover a.single {
  color: #e60012 !important;
}
.header.gray .ope ul li.active:after,
.header.gray .ope ul li:hover:after {
  width: 100%;
}
.header.gray .ope .tel {
  color: #e60012;
}
.header.gray .ope .tel:before {
  background-image: url("../images/icon1.png");
}
.header.half .ope ul li a.single {
  color: #333;
}
.header.half .ope ul li:after {
  background-color: #e60012;
}
.header.half .ope ul li.active a.single,
.header.half .ope ul li:hover a.single {
  color: #e60012 !important;
}
.header.half .ope ul li.active:after,
.header.half .ope ul li:hover:after {
  width: 100%;
}
.header.half .ope .tel {
  color: #e60012;
}
.header.half .ope .tel:before {
  background-image: url("../images/icon1.png");
}
@media screen and (min-width: 992px) {
  .header.project_hd {
    display: none;
  }
}

#menu {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  display: none;
}
#menu li {
  position: relative;
  padding-left: 4.5vw;
}
#menu li:before {
  content: "";
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 2vw;
  width: 1.5vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu li a {
  font-size: 16px;
  line-height: 44px;
  color: #333;
  font-family: "NotoSansHans-dem";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu li.active:before {
  background-color: #666666;
  left: 0;
  width: 3.5vw;
}
#menu li.active a {
  opacity: 1;
  visibility: visible;
}
#menu li:hover:before {
  background-color: #666666;
}
#menu li:hover a {
  opacity: 1;
  visibility: visible;
}
#menu.white li:before {
  background-color: #fff;
}
#menu.white li a {
  color: #fff;
}

.footer_section {
  padding-top: 0 !important;
}

.footer {
  background-color: #404040;
}
.footer .block {
  position: relative;
}
.footer .block:after {
  content: "";
  display: block;
  clear: both;
}
.footer .main {
  padding: 50px 40px 40px;
}
.footer .main .left {
  float: left;
}
.footer .main .left .logo{
  font-size: 32px;
  color: #fff;
  display: flex;
}
.footer .main .left .logo img {
  display: block;
  height: 43px;
  margin-right: 30px;
}
.footer .main .left .tel {
  font-size: 32px;
  color: #fff;
  font-family: "DINPro-Medium";
  margin-top: 30px;
}
.footer .main .left .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 15px 0 0;
  width: 29px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon2.png");
}
.footer .main .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  padding-right: 130px;
}
.footer .main .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  font-family: "NotoSansHans-light";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .main .link a:hover {
  color: #e60012;
}
.footer .main .right {
  float: right;
  font-size: 0;
}
.footer .main .right .imgs {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
}
.footer .main .right .imgs:last-of-type {
  margin-right: 0;
}
.footer .main .right .imgs img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
.footer .main .right .imgs p {
  text-align: center;
  font-size: 13px;
  color: #fffefe;
  margin-top: 10px;
  white-space: nowrap;
  font-family: "NotoSansHans-light";
}
.footer .copyright {
  padding: 15px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright p {
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "NotoSansHans-light";
}
.footer .copyright .share {
  float: right;
  font-size: 0;
}
.footer .copyright .share a {
  width: 27px;
  height: 27px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #979797;
  border-radius: 50%;
}
.footer .copyright .share a.sina {
  background-image: url("../images/icon3.png");
}
.footer .copyright .share a.wx {
  background-image: url("../images/icon4.png");
}
.footer.p1 {
  padding-bottom: 40px;
}
.footer.p1 .main {
  padding-bottom: 20px;
}
.footer.p1 .copyright {
  border-top: none;
}
.footer.p1 .tip {
  position: absolute;
  top: 100%;
  left: 31vw;
  width: 590px;
  font-size: 14px;
  line-height: 24px;
  color: #b2b2b2;
  padding-left: 55px;
}
.footer.p1 .tip:before {
  content: "";
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/map.png");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}

@media screen and (max-width: 1366px) {
  .header .logo {
    margin: 20px 0;
  }

  .header .ope .tel {
    font-size: 22px;
  }

  .header .ope ul li {
    margin-right: 2vw;
  }

  .header .ope ul li a.single {
    line-height: 68px;
  }

  .header .ope .tel:before {
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-right: 10px;
  }

  .footer .main .link a {
    margin: 0 10px;
    font-size: 15px;
  }
  .footer .main .left .logo{
    font-size: 24px;
  }
  .footer .main .left .logo img {
    height: 36px;
  }

  .footer .main .left .tel {
    font-size: 26px;
  }

  .comm_pd {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .header .ope ul li {
    margin-right: 1vw;
  }

  .header .ope ul li a.single {
    font-size: 14px;
  }

  .footer .main .link a {
    font-size: 14px;
    margin: 0 6px;
  }
  .footer .main .left .logo{
    font-size: 24px;
  }
  .footer .main .left .logo img {
    height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .section4 .txt-btn a {
    display: block;
    width: 150px;
    margin: 6px auto;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #002e73;
    text-align: center;
    margin-top: 3vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    backface-visibility: hidden;
  }
  .comm_pd {
    padding-top: 0px;
  }

  .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 15px;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 15;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #e60012;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .header {
    padding: 0 15px;
    background-color: #fff;
  }

  .header .logo {
    margin: 10px 0;
  }
  .header .logo a{
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }

  .header .logo img.white {
    display: none;
  }

  .header .logo img.red {
    position: static;
    display: block;
    opacity: 1;
    height: 18px;
  }

  .header .ope {
    margin-top: -12px;
  }

  .header .ope .tel {
    display: none;
  }

  .header .ope ul {
    position: fixed;
    top: 61px;
    bottom: 0;
    left: 100%;
    width: 85%;
    padding: 60px 30px;
    background-color: #000;
    z-index: 2;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .header .ope ul.active {
    left: 15%;
  }

  .header .ope ul li {
    display: block;
    padding: 10px 0;
    margin-right: 0;
  }

  .header .ope ul li a.single {
    line-height: 30px;
    font-size: 16px;
  }

  .header .ope ul li .drop_nav {
    position: static;
    width: 100%;
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
  .header .ope ul li .drop_nav a {
    line-height: 24px;
    margin-left: 0;
    margin-right: 15px;
  }

  .footer .main {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }

  .footer .main .left {
    float: none;
  }
  .footer .main .left .logo {
    justify-content: center;
  }
  .footer .main .left .logo img {
    /* margin: 0 auto; */
    height: 26px;
  }

  .footer .main .left .tel {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }

  .footer .main .left .tel:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
  }

  .footer .main .link {
    position: static;
    margin-top: 15px;
    padding-right: 0;
  }

  .footer .main .link a {
    line-height: 24px;
  }

  .footer .main .right {
    float: none;
    text-align: center;
    margin-top: 15px;
  }

  .footer .main .right .imgs {
    width: 20%;
  }

  .footer .main .right .imgs p {
    font-size: 12px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: left center;
  }

  .footer .copyright {
    padding: 15px;
    text-align: center;
  }

  .footer .copyright p {
    float: none;
  }

  .footer .copyright .share {
    display: none;
  }
}
.comm_sec1 {
  font-size: 0;
}
.comm_sec1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
}
.comm_sec1 .item:nth-of-type(odd) {
  margin-right: 20px;
}
.comm_sec1 .item:nth-of-type(even) {
  margin-left: 20px;
}
.comm_sec1 .item .top_box {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec1 .item .top_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dc0314;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
}
.comm_sec1 .item .top_box .img_block {
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: url("../images/news/icon1.png") 30 30, pointer;
}
.comm_sec1 .item .top_box .img_block span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.comm_sec1 .item .top_box .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.comm_sec1 .item .top_box .img_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.comm_sec1 .item .top_box .date {
  position: absolute;
  right: 25px;
  bottom: 0;
  font-size: 60px;
  color: #d9d9d9;
  line-height: 1;
  font-family: "DINPro-regular";
  z-index: 3;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.comm_sec1 .item .bot_box {
  padding: 3vw 1.5vw 0;
}
.comm_sec1 .item .bot_box span {
  font-size: 16px;
  color: #e60012;
}
.comm_sec1 .item .bot_box h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  font-family: "NotoSansHans-dem";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec1 .item .bot_box p {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  margin-top: 20px;
}
.comm_sec1 .item:hover .top_box {
  box-shadow: 0 0 50px rgba(51, 51, 51, 0.3);
}
.comm_sec1 .item:hover .top_box:before {
  opacity: 1;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.comm_sec1 .item:hover .top_box .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.comm_sec1 .item:hover .top_box span,
.comm_sec1 .item:hover .top_box .img_block:after {
  opacity: 1;
}
.comm_sec1 .item:hover .bot_box h3 a {
  color: #e60012;
}

.comm_share {
  position: absolute;
  top: 0;
  right: calc(100% + 6vw);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_share.visi {
  opacity: 0;
}
.comm_share span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.comm_share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_share a:first-of-type {
  border-radius: 50%;
  background-color: #fce5e7;
  background-image: url("../images/news/icon3.png");
}
.comm_share a.wx {
  background-image: url("../images/news/icon4.png");
}
.comm_share a.wx:hover {
  background-image: url("../images/news/icon4_on.png");
}
.comm_share a.sina {
  background-image: url("../images/news/icon5.png");
}
.comm_share a.sina:hover {
  background-image: url("../images/news/icon5_on.png");
}
.comm_share a.qq {
  background-image: url("../images/news/icon6.png");
}
.comm_share a.qq:hover {
  background-image: url("../images/news/icon6_on.png");
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.video_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-3.png") center no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 2;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-height: 70vh;
  max-width: 70vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_main .section {
  height: 100vh;
  overflow: hidden;
  padding-top: 80px;
}
.index_main .section .cell_box {
  width: 100%;
  height: 100%;
}
.index_main .section1 {
  padding-top: 0 !important;
  position: relative;
}
.index_main .section1 .items {
  height: 100%;
}
.index_main .section1 .item {
  overflow: hidden;
}
.index_main .section1 .item .img-box {
  height: 100%;
  overflow: hidden;
}
.index_main .section1 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .section1 .swiper-pagination {
  position: absolute;
  bottom: 3.125vw;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.index_main .section1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.index_main .section1 .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.index_main .section1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
.index_main .section1 .txt_block {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 35vh;
}
@media screen and (min-width: 992px) {
  .index_main .section1 .txt_block {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.index_main .section1 .txt_block h3 {
  font-size: 48px;
  color: #fff;
  font-family: "NotoSansHans-bold";
  text-shadow: 0 5px 10px #333;
}
.index_main .section1 .txt_block h3 span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.index_main .section1 .scroll {
  position: absolute;
  width: 15px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/1-icon1.png");
  left: 5%;
  bottom: 11.57vh;
  -webkit-animation: proMouse 1s linear infinite;
  -moz-animation: proMouse 1s linear infinite;
  -ms-animation: proMouse 1s linear infinite;
  animation: proMouse 1s linear infinite;
  z-index: 3;
}
.index_main .section1.ani .txt_block {
  -webkit-transition: all 0.3s 0.5s ease;
  -moz-transition: all 0.3s 0.5s ease;
  -ms-transition: all 0.3s 0.5s ease;
  transition: all 0.3s 0.5s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section2 {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/img17.jpg");
  background-size: 100% auto;
}
.index_main .section2 .left {
  width: 40%;
  position: relative;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .index_main .section2 .left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section2 .left .img {
  width: 47.2%;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}
.index_main .section2 .left .img:nth-of-type(1),
.index_main .section2 .left .img:nth-of-type(3) {
  margin-right: 5.6%;
}
.index_main .section2 .left .img:nth-of-type(1),
.index_main .section2 .left .img:nth-of-type(2) {
  margin-bottom: 5.6%;
}
.index_main .section2 .left .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
.index_main .section2 .left .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section2 .left .logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 6px solid #f1f1f1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img16.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_main .section2 .right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .index_main .section2 .right .box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section2 .right h4 {
  font-size: 16px;
  color: #144287;
  font-family: "DINPro";
  line-height: 1;
}
.index_main .section2 .right h3 {
  font-size: 40px;
  color: #333333;
  font-family: "NotoSansHans-bold";
  line-height: 1;
  margin-top: 25px;
}
.index_main .section2 .right h3:after {
  content: "";
  width: 46px;
  height: 3px;
  display: block;
  background-color: #333;
  margin: 30px 0;
}
.index_main .section2 .right .desc {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  font-family: "NotoSansHans-dem";
  text-align: justify;
}
.index_main .section2 .right a {
  display: block;
  width: 150px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #002e73;
  text-align: center;
  margin-top: 3vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.index_main .section2 .right a:hover {
  box-shadow: 0 5px 20px rgba(0, 46, 115, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.index_main .section2.active .left {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.index_main .section2.active .right .box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.8s;
}

.index_main .section4 {
  padding-top: 0 !important;
}
.index_main .section4 .left {
  width: 37.5vw;
  position: relative;
}
@media screen and (min-width: 992px) {
  .index_main .section4 .left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section4 .left .slick .item {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_main .section4 .left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.index_main .section4 .left h3 {
  font-size: 46px;
  color: #fff;
  font-family: "NotoSansHans-medium";
  line-height: 1;
  position: absolute;
  top: 26vh;
  left: 0;
  right: 0;
  padding-left: 12.5vw;
  z-index: 2;
}
.index_main .section4 .left h3 a {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e60012;
  background-image: url("../images/icon5.png");
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  box-shadow: 0 5px 10px rgba(230, 0, 18, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .left h3 a:hover {
  -webkit-transform: translate(50%, calc(-50% - 5px));
  -moz-transform: translate(50%, calc(-50% - 5px));
  -ms-transform: translate(50%, calc(-50% - 5px));
  transform: translate(50%, calc(-50% - 5px));
  box-shadow: 0 8px 16px rgba(230, 0, 18, 0.5);
}
.index_main .section4 .left .btns {
  position: absolute;
  bottom: 11vh;
  left: 12.5vw;
  font-size: 0;
  z-index: 2;
}
.index_main .section4 .left .btns .btn {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  cursor: pointer;
}
.index_main .section4 .left .btns .btn.prev {
  margin-right: 20px;
  background-image: url("../images/icon6.png");
}
.index_main .section4 .left .btns .btn.next {
  background-image: url("../images/icon7.png");
}
.index_main .section4 .left .btns .btn:hover {
  background-size: auto 17px;
}
.index_main .section4 .txt_slick {
  position: absolute;
  top: 17.5vh;
  right: 4vw;
  width: 50vw;
  padding-bottom: 3vw;
}
@media screen and (min-width: 992px) {
  .index_main .section4 .txt_slick {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section4 .txt_slick .item {
  padding-right: 22vw;
}
.index_main .section4 .txt_slick .item img {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 20vw;
  max-height: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section4 .txt_slick .item h3 {
  font-size: 40px;
  color: #333333;
  font-family: "NotoSansHans-bold";
  line-height: 1;
}
.index_main .section4 .txt_slick .item h3 span {
  font-size: 44px;
  font-family: "DINPro";
}
.index_main .section4 .txt_slick .item h3:after {
  content: "";
  width: 46px;
  height: 3px;
  display: block;
  background-color: #333;
  margin: 30px 0;
}
.index_main .section4 .txt_slick .item .desc {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  height: 160px;
  font-family: "NotoSansHans-dem";
  text-align: justify;
  overflow: hidden;
}
.index_main .section4 .txt_slick:after {
  content: "";
  position: absolute;
  right: 8.5vw;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.index_main .section4 .img_slick {
  position: absolute;
  right: 12.5vw;
  bottom: 7.5vh;
  width: 60vw;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .index_main .section4 .img_slick {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section4 .img_slick .slick-track {
  padding-top: 10px;
}
.index_main .section4 .img_slick .item {
  padding-left: 30px;
  position: relative;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.index_main .section4 .img_slick .item img {
  display: block;
  width: 100%;
}
.index_main .section4 .img_slick .item h3 {
  font-size: 16px;
  color: #fff;
  font-family: "NotoSansHans-bold";
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 50px;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.index_main .section4 .img_slick .item h3 span {
  font-size: 18px;
  font-family: "DINPro";
}
.index_main .section4 .img_slick .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.index_main .section4 .img_slick .item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index_main .section4 .img_slick .item.slick-current h3 {
  opacity: 0;
}
.index_main .section4 .img_slick .item.slick-current:after {
  opacity: 0;
}
.index_main .section4.active .left {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.index_main .section4.active .txt-btn {
  opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.8s;
}
.index_main .section4.active .txt_slick {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.8s;
}
.index_main .section4.active .img_slick {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.1s;
}
.index_main .section6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img3.jpg");
}
.index_main .section6 .main {
  width: 66vh;
  height: 66vh;
  margin: 0 auto;
  position: relative;
}
.index_main .section6 .main .ring {
  width: 66vh;
  height: 66vh;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-animation: sec5Ring 2s linear infinite;
  -moz-animation: sec5Ring 2s linear infinite;
  -ms-animation: sec5Ring 2s linear infinite;
  animation: sec5Ring 2s linear infinite;
}
.index_main .section6 .main .ring:nth-of-type(1) {
  border-color: rgba(0, 46, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 51% 51%;
}
.index_main .section6 .main .ring:nth-of-type(2) {
  border-color: rgba(0, 46, 115, 0.4);
  position: absolute;
  top: 25px;
  left: 10px;
  transform-origin: 49% 49%;
}
.index_main .section6 .main .txt_block {
  position: absolute;
  left: 4.5vw;
  right: 4.5vw;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .index_main .section6 .main .txt_block .box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.index_main .section6 .main .txt_block h4 {
  font-size: 16px;
  color: #144287;
  font-family: "DINPro";
  line-height: 1;
}
.index_main .section6 .main .txt_block h3 {
  font-size: 30px;
  color: #333333;
  font-family: "NotoSansHans-bold";
  line-height: 1;
  margin-top: 25px;
}
.index_main .section6 .main .txt_block h3:after {
  content: "";
  width: 46px;
  height: 3px;
  display: block;
  background-color: #333;
  margin: 30px auto;
}
.index_main .section6 .main .txt_block .desc {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  font-family: "NotoSansHans-dem";
}
.index_main .section6 .main .txt_block a {
  display: block;
  width: 150px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #002e73;
  text-align: center;
  margin: 3vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .main .txt_block a:hover {
  box-shadow: 0 5px 20px rgba(0, 46, 115, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.index_main .section6 .main .item {
  position: absolute;
}
.index_main .section6 .main .item .icon {
  width: 5.2vw;
  height: 5.2vw;
  position: relative;
}
.index_main .section6 .main .item .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #002e73;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .main .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .section6 .main .item h3 {
  font-size: 18px;
  line-height: 5.2vw;
  color: #333;
  font-family: "NotoSansHans-dem";
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .main .item:nth-of-type(1) {
  top: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_main .section6 .main .item:nth-of-type(1) .icon i {
  background-image: url("../images/icon1_1.png");
}
.index_main .section6 .main .item:nth-of-type(1) h3 {
  bottom: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_main .section6 .main .item:nth-of-type(2) {
  bottom: 65%;
  right: 0;
}
.index_main .section6 .main .item:nth-of-type(2) .icon i {
  background-image: url("../images/icon1_3.png");
}
.index_main .section6 .main .item:nth-of-type(2) h3 {
  top: 0;
  left: 0;
  padding-left: 6.5vw;
}
.index_main .section6 .main .item:nth-of-type(3) {
  top: 65%;
  right: 0;
}
.index_main .section6 .main .item:nth-of-type(3) .icon i {
  background-image: url("../images/icon1_3.png");
}
.index_main .section6 .main .item:nth-of-type(3) h3 {
  top: 0;
  left: 0;
  padding-left: 6.5vw;
}
.index_main .section6 .main .item:nth-of-type(4) {
  bottom: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_main .section6 .main .item:nth-of-type(4) .icon i {
  background-image: url("../images/icon1_1.png");
}
.index_main .section6 .main .item:nth-of-type(4) h3 {
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_main .section6 .main .item:nth-of-type(5) {
  top: 65%;
  left: 0;
}
.index_main .section6 .main .item:nth-of-type(5) .icon i {
  background-image: url("../images/icon1_2.png");
}
.index_main .section6 .main .item:nth-of-type(5) h3 {
  top: 0;
  right: 0;
  padding-right: 6.5vw;
}
.index_main .section6 .main .item:nth-of-type(6) {
  bottom: 65%;
  left: 0;
}
.index_main .section6 .main .item:nth-of-type(6) .icon i {
  background-image: url("../images/icon1_2.png");
}
.index_main .section6 .main .item:nth-of-type(6) h3 {
  top: 0;
  right: 0;
  padding-right: 6.5vw;
}
.index_main .section6 .main .item:hover .icon:before {
  background-color: #e60012;
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.5);
}
.index_main .section6.active .main .txt_block .box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.index_main .section6 .tit {
  position: relative;
}
@media screen and (min-width: 992px) {
  .index_main .section6 .tit {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .index_main .section6.act .tit {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.index_main .section6 .tit h4 {
  font-size: 16px;
  color: #144287;
  font-family: "DINPro";
  line-height: 1;
}
.index_main .section6 .tit h3 {
  font-size: 40px;
  color: #333333;
  font-family: "NotoSansHans-bold";
  line-height: 1;
  margin-top: 25px;
}
.index_main .section6 .tit h3 span {
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section6 .tit h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #e60012;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section6 .tit h3 span.active {
  color: #e60012;
}
.index_main .section6 .tit h3 span.active:after {
  width: 100%;
}
.index_main .section6 .tit h3 span:hover {
  color: #e60012;
}
.index_main .section6 .tit a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 150px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #002e73;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .tit a:hover {
  box-shadow: 0 5px 20px rgba(0, 46, 115, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.index_main .section6 .tab_content {
  margin-top: 3.5vw;
  margin-left: 15.625vw;
}
@media screen and (min-width: 992px) {
  .index_main .section6 .tab_content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .index_main .section6.act .tab_content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.index_main .section6 .tab_content .child {
  height: 0;
  overflow: hidden;
}
.index_main .section6 .tab_content .child.active {
  height: auto;
}
.index_main .section6 .tab_content .child.active .swiper-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section6 .tab_content .swiper-container {
  padding-bottom: 7.5vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  touch-action: none;
}
.index_main .section6 .tab_content .swiper-container .swiper-slide {
  width: 28.5vw;
  padding-right: 3vw;
  touch-action: none;
}
.index_main .section6 .tab_content .swiper-container .swiper-slide .img_block {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.index_main
  .section6
  .tab_content
  .swiper-container
  .swiper-slide
  .img_block
  span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.index_main
  .section6
  .tab_content
  .swiper-container
  .swiper-slide
  .img_block
  img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .tab_content .swiper-container .swiper-slide h3 {
  font-size: 18px;
  color: #333333;
  font-family: "NotoSansHans-dem";
  margin: 35px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section6 .tab_content .swiper-container .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: "NotoSansHans-light";
  overflow: hidden;
}
.index_main
  .section6
  .tab_content
  .swiper-container
  .swiper-slide:hover
  .img_block
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section6 .tab_content .swiper-container .swiper-slide:hover h3 {
  color: #e60012;
}
.index_main .section6 .tab_content .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 70vw;
  height: 2px;
  background: #dedede;
  border-radius: 0;
  opacity: 1;
}
.index_main .section6 .tab_content .swiper-scrollbar-drag {
  background: none;
}
.index_main .section6 .tab_content .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon2.jpg");
  cursor: move;
}
.index_main .section6.active .tit {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.index_main .section6.active .tab_content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.8s;
}

@media screen and (min-width: 992px) {
}

.brand_index {
  margin-top: 78px;
  height: calc(100vh - 78px);
  padding: 13vh 0 13vh;
  position: relative;
  overflow: hidden;
}
.brand_index .m_main {
  display: none;
}
.brand_index .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 30vw;
  padding: 30px 40px;
  padding-left: 115px;
  z-index: 2;
}
.brand_index .desc .num {
  font-size: 50px;
  line-height: 1;
  color: #333;
  font-family: "DINPro";
  position: absolute;
  left: 40px;
  top: 30px;
}
.brand_index .desc p {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  max-height: 112px;
  text-align: justify;
  overflow: hidden;
}
.brand_index .circle_main {
  width: calc(74vh - 78px);
  height: calc(74vh - 78px);
  margin: 0 auto;
  position: relative;
  border: 2px solid rgba(230, 0, 18, 0.3);
  border-radius: 50%;
  padding: 8px;
  z-index: 1;
}
.brand_index .circle_main svg {
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  fill: none;
  stroke: #e60012;
  stroke-width: 1;
  stroke-dasharray: 3128;
  stroke-dashoffset: 3128;
  transition: margin 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: 1;
}
.brand_index .circle_main:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -480px;
  margin-left: -2000px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 480px 0 480px 2000px;
  border-color: transparent transparent transparent #e60012;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.4s step-end;
  -moz-transition: opacity 0.1s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.4s step-end;
  -ms-transition: opacity 0.1s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.4s step-end;
  transition: opacity 0.1s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.4s step-end;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  z-index: 3;
}
.brand_index .circle_main[data-active] svg {
  transition-timing-function: step-start;
  -webkit-animation: circle-nav-outline 0.4s linear forwards;
  -moz-animation: circle-nav-outline 0.4s linear forwards;
  -ms-animation: circle-nav-outline 0.4s linear forwards;
  animation: circle-nav-outline 0.4s linear forwards;
}
.brand_index .circle_main[data-active]:after {
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.8s cubic-bezier(0, 1, 0, 1);
  -moz-transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.8s cubic-bezier(0, 1, 0, 1);
  -ms-transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.8s cubic-bezier(0, 1, 0, 1);
  transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.8s cubic-bezier(0, 1, 0, 1);
}
.brand_index .circle_main[data-active] .circle_bg .bg {
  opacity: 1;
}
.brand_index .circle_main[data-active] .circle_bg .cell_box,
.brand_index .circle_main[data-active] .circle_bg:after {
  opacity: 0;
}
.brand_index .circle_main[data-active="0"] svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.brand_index .circle_main[data-active="0"]:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.brand_index .circle_main[data-active="1"] svg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.brand_index .circle_main[data-active="1"]:after {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
}
.brand_index .circle_main[data-active="2"] svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.brand_index .circle_main[data-active="2"]:after {
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
.brand_index .circle_main[data-active="3"] svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brand_index .circle_main[data-active="3"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brand_index .circle_main[data-active="4"] svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.brand_index .circle_main[data-active="4"]:after {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.brand_index .circle_main[data-active="5"] svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.brand_index .circle_main[data-active="5"]:after {
  -webkit-transform: rotate(260deg);
  -moz-transform: rotate(260deg);
  -ms-transform: rotate(260deg);
  transform: rotate(260deg);
}
.brand_index .circle_main[data-active="6"] svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brand_index .circle_main[data-active="6"]:after {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.brand_index .circle_main[data-active="7"] svg {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.brand_index .circle_main[data-active="7"]:after {
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  transform: rotate(340deg);
}
.brand_index .circle_main[data-active="8"] svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.brand_index .circle_main[data-active="8"]:after {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.brand_index .circle_bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.brand_index .circle_bg .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.brand_index .circle_bg .cell_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3vw;
  text-align: center;
  z-index: 3;
}
.brand_index .circle_bg .cell_box img {
  display: block;
  margin: 0 auto;
}
.brand_index .circle_bg .cell_box h4 {
  font-size: 24px;
  color: #333;
  font-family: "NotoSansHans-bold";
  line-height: 1.1;
  margin: 2vw 0;
}
.brand_index .circle_bg .cell_box p {
  font-size: 14px;
  line-height: 24px;
}
.brand_index .circle_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.brand_index ul {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
}
.brand_index ul li {
  position: absolute;
  z-index: 4;
}
.brand_index ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_index ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #e60012;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_index ul li .box {
  position: absolute;
  left: 5px;
  padding-left: 30px;
  top: 50%;
  margin-top: -29px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_index ul li span {
  width: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-family: "DINPro";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.brand_index ul li h3 {
  font-size: 36px;
  white-space: nowrap;
  font-family: "NotoSansHans-medium";
  line-height: 1.2;
  white-space: nowrap;
}
.brand_index ul li h3 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_index ul li h4 {
  font-size: 14px;
  color: #bfbfbf;
  font-family: "NotoSansHans-light";
  line-height: 1;
  white-space: nowrap;
}
.brand_index ul li:nth-of-type(1) {
  top: 0;
  left: 50%;
}
.brand_index ul li:nth-of-type(1) p {
  -webkit-transform: translate(-50%, -18px);
  -moz-transform: translate(-50%, -18px);
  -ms-transform: translate(-50%, -18px);
  transform: translate(-50%, -18px);
}
.brand_index ul li:nth-of-type(2) {
  top: 14.2%;
  left: 84.5%;
}
.brand_index ul li:nth-of-type(2) p {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.brand_index ul li:nth-of-type(3) {
  top: 48.6%;
  left: 98.6%;
}
.brand_index ul li:nth-of-type(3) p {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.brand_index ul li:nth-of-type(4) {
  top: 83.1%;
  left: 84.4%;
}
.brand_index ul li:nth-of-type(4) p {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.brand_index ul li:nth-of-type(5) {
  top: 97.2%;
  left: 50%;
}
.brand_index ul li:nth-of-type(5) p {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.brand_index ul li:nth-of-type(5) h3 {
  padding-right: 10px;
}
.brand_index ul li:nth-of-type(6) {
  top: 83.1%;
  left: 15.6%;
}
.brand_index ul li:nth-of-type(6) p {
  -webkit-transform: translate(calc(-100% - 10px), 0);
  -moz-transform: translate(calc(-100% - 10px), 0);
  -ms-transform: translate(calc(-100% - 10px), 0);
  transform: translate(calc(-100% - 10px), 0);
}
.brand_index ul li:nth-of-type(6) h3 {
  padding-left: 10px;
}
.brand_index ul li:nth-of-type(7) {
  top: 48.6%;
  left: 1.4%;
}
.brand_index ul li:nth-of-type(7) p {
  -webkit-transform: translate(calc(-100% - 10px), 0);
  -moz-transform: translate(calc(-100% - 10px), 0);
  -ms-transform: translate(calc(-100% - 10px), 0);
  transform: translate(calc(-100% - 10px), 0);
}
.brand_index ul li:nth-of-type(8) {
  top: 14.2%;
  left: 15.5%;
}
.brand_index ul li:nth-of-type(8) p {
  -webkit-transform: translate(calc(-100% - 10px), 0);
  -moz-transform: translate(calc(-100% - 10px), 0);
  -ms-transform: translate(calc(-100% - 10px), 0);
  transform: translate(calc(-100% - 10px), 0);
}
.brand_index ul li:nth-of-type(6) .box,
.brand_index ul li:nth-of-type(7) .box,
.brand_index ul li:nth-of-type(8) .box {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
  -webkit-transform: translateX(calc(-100% - 10px));
  -moz-transform: translateX(calc(-100% - 10px));
  -ms-transform: translateX(calc(-100% - 10px));
  transform: translateX(calc(-100% - 10px));
}
.brand_index ul li:nth-of-type(6) .box span,
.brand_index ul li:nth-of-type(7) .box span,
.brand_index ul li:nth-of-type(8) .box span {
  right: 0;
  left: auto;
}
.brand_index ul li:hover {
  z-index: 6;
}
.brand_index ul li:hover:before,
.brand_index ul li:hover p {
  opacity: 0;
}
.brand_index ul li:hover .box {
  opacity: 1;
}

.brand_detail {
  margin-top: 78px;
  height: calc(100vh - 78px);
  position: relative;
  overflow: hidden;
}
.brand_detail .txt_block .box {
  position: absolute;
  left: 2vw;
  bottom: 4vw;
  width: 28vw;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06),
    transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
  -moz-transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06),
    transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
  -ms-transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06),
    transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
  transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06),
    transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
  z-index: 1;
}
.brand_detail .txt_block .box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}
.brand_detail .txt_block h3 {
  font-size: 32px;
  color: #333;
  font-family: "NotoSansHans-bold";
  line-height: 1.1;
}
.brand_detail .txt_block h4 {
  font-size: 24px;
  color: #333;
  font-family: "NotoSansHans-bold";
  line-height: 1.1;
  margin-top: 5px;
}
.brand_detail .txt_block p {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  margin-top: 20px;
  text-align: justify;
}
.brand_detail .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50vw;
  width: 100vw;
  height: 100vw;
  border: 1px solid rgba(230, 0, 18, 0.1);
  border-radius: 50%;
}
.brand_detail .circle .bg_box {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_detail .circle .bg_box .bg {
  width: 50%;
  height: 100vh;
  margin-top: calc((100% - 100vh) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  overflow: hidden;
}
.brand_detail .circle .bg_box.active {
  opacity: 1;
}
.brand_detail .circle .bg_box.active .bg {
  -webkit-animation: circle_zoom 10s alternate linear infinite;
  -moz-animation: circle_zoom 10s alternate linear infinite;
  -ms-animation: circle_zoom 10s alternate linear infinite;
  animation: circle_zoom 10s alternate linear infinite;
}
.brand_detail .circle li {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: right;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}
.brand_detail .circle li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: -10px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_detail .circle li span {
  font-size: 16px;
  line-height: 1;
  margin: 5px 0;
  color: #333;
  font-family: "DINPro-Medium";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_detail .circle li p {
  font-size: 14px;
  color: #808080;
  line-height: 21px;
  height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand_detail .circle li.active:before {
  background-color: #e60012;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
.brand_detail .circle li.active span {
  color: #e60012;
  font-size: 40px;
}
.brand_detail .circle li.active p {
  color: #e60012;
}
.brand_detail .circle[data-active="0"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-41.5vw, 30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-36vw, 37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-29vw, 45vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-21vw, 50vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="0"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-12vw, 54vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-12vw, 54vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-12vw, 54vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-12vw, 54vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-41.5vw, 30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-36vw, 37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-29vw, 45vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="1"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-21vw, 50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-21vw, 50vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-41.5vw, 30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-36vw, 37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="2"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-29vw, 45vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-29vw, 45vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-41.5vw, 30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="3"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-36vw, 37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-36vw, 37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-40vw, -30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="4"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-41.5vw, 30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-41.5vw, 30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-33vw, -37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-40vw, -30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="5"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-45.5vw, 22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-26vw, -43vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-33vw, -37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-40vw, -30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="6"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-48.5vw, 15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-48.5vw, 15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-19vw, -47vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-26vw, -43vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-33vw, -37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-40vw, -30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="7"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49.5vw, 7.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translate(-10vw, -50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-10vw, -50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-10vw, -50vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-10vw, -50vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-19vw, -47vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-19vw, -47vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-26vw, -43vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-26vw, -43vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(4) {
  -webkit-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-33vw, -37.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-33vw, -37.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(5) {
  -webkit-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-40vw, -30vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-40vw, -30vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(6) {
  -webkit-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-44vw, -22.5vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-44vw, -22.5vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(7) {
  -webkit-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-47vw, -15vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-47vw, -15vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(8) {
  -webkit-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-49vw, -7.8vw)
    translate(-50%, 0%) translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-49vw, -7.8vw) translate(-50%, 0%)
    translate(-36px, 0px);
}
.brand_detail .circle[data-active="8"] li:nth-of-type(9) {
  -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -moz-transform: translate(-50%, -50%) translate(-50vw, 0vw)
    translate(-50%, 0%) translate(-36px, 0px);
  -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
  transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%)
    translate(-36px, 0px);
}

.news_index .section1 {
  position: relative;
}
.news_index .section1 .link {
  width: 37.5%;
  position: absolute;
  top: 4.4vw;
  left: 0;
  z-index: 2;
}
.news_index .section1 .link a {
  display: block;
  font-size: 24px;
  color: #bfbfbf;
  line-height: 60px;
  padding-left: 15.625vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .section1 .link a:not(.active):hover {
  color: #e60012;
}
.news_index .section1 .link a.active {
  font-size: 36px;
  color: #fff;
  font-family: "NotoSansHans-bold";
  background-color: #e60012;
  line-height: 70px;
}
.news_index .section1 .box {
  width: 84.375%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.news_index .section1 .box .img_block {
  overflow: hidden;
  position: relative;
}
.news_index .section1 .box .img_block a {
  cursor: url("../images/news/icon1.png") 30 30, pointer;
}
.news_index .section1 .box .img_block a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .section1 .box .img_block span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  color: #fff;
}
.news_index .section1 .box .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.news_index .section1 .box .txt_block {
  margin-right: 15.625vw;
}
.news_index .section1 .box .txt_block p {
  margin: 2.5vw 0;
  font-size: 16px;
  line-height: 28px;
  color: #a6a6a6;
}
.news_index .section1 .box .txt_block a {
  display: block;
  width: 120px;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  font-family: "DINPro-Medium";
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .section1 .box .txt_block a:before {
  content: "";
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 49%;
  right: 90px;
  left: 0;
  -webkit-transition: left 0.2s linear, right 0.2s 0.2s linear;
  -moz-transition: left 0.2s linear, right 0.2s 0.2s linear;
  -ms-transition: left 0.2s linear, right 0.2s 0.2s linear;
  transition: left 0.2s linear, right 0.2s 0.2s linear;
}
.news_index .section1 .box .txt_block a:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #333;
  position: absolute;
  right: 15px;
  top: 0;
  transform-origin: right top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_index .section1 .box .tit_block {
  width: 18vw;
  position: absolute;
  left: 0;
  top: 20vw;
}
.news_index .section1 .box .tit_block span {
  font-size: 16px;
  color: #e60012;
}
.news_index .section1 .box .tit_block h3 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "NotoSansHans-bold";
  margin-top: 15px;
}
.news_index .section1 .box .tit_block h3 a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .section1 .box .tit_block .date {
  font-size: 24px;
  color: #a6a6a6;
  font-family: "DINPro-regular";
  margin-top: 5.5vw;
}
.news_index .section1 .box:hover .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news_index .section1 .box:hover .img_block a:after {
  opacity: 1;
}
.news_index .section1 .box:hover .txt_block a {
  padding-left: 0;
}
.news_index .section1 .box:hover .txt_block a:before {
  right: 0;
  left: 90px;
  -webkit-transition: right 0.2s linear, left 0.2s 0.2s linear;
  -moz-transition: right 0.2s linear, left 0.2s 0.2s linear;
  -ms-transition: right 0.2s linear, left 0.2s 0.2s linear;
  transition: right 0.2s linear, left 0.2s 0.2s linear;
}
.news_index .section1 .box:hover .txt_block a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.news_index .section1 .box:hover .tit_block h3 a {
  color: #e60012;
}
.news_index .section1 .right_box {
  width: 74.07%;
  margin-right: 0;
  margin-left: auto;
}
.news_index .section2 {
  padding-bottom: 7vw;
}
.news_index .section2 .items {
  padding-bottom: 12vw;
}
.news_index .section2 .item {
  margin-top: 6vw;
}
.news_index .section2 .item:nth-of-type(even) .box {
  -webkit-transform: translateY(6vw);
  -moz-transform: translateY(6vw);
  -ms-transform: translateY(6vw);
  transform: translateY(6vw);
}
.news_index .section2 .load {
  text-align: center;
  font-size: 16px;
  color: #808080;
}
.news_index .section2 .load a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon2.png");
}

.news_detail .section1 {
  padding-top: 6vw;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/news/img10.jpg");
  background-size: 28vw auto;
}
.news_detail .section1 .top_box {
  position: relative;
  padding-left: 120px;
  z-index: 2;
}
.news_detail .section1 .top_box span {
  width: 180px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-family: "DINPro-regular";
  background-color: #e60012;
  padding: 0 18px;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
}
.news_detail .section1 .top_box .p_title {
  font-size: 24px;
  color: #d9d9d9;
  line-height: 1;
}
.news_detail .section1 .top_box h3 {
  font-size: 40px;
  line-height: 1.5;
  color: #333;
  font-family: "NotoSansHans-bold";
  margin-top: 40px;
  max-width: 530px;
}
.news_detail .section1 .bot_box {
  margin-top: 4.5vw;
  position: relative;
  z-index: 1;
}
.news_detail .section1 .bot_box .scroll_rect {
  position: absolute;
  height: 400px;
  top: 20vw;
  left: -3vw;
  right: -3vw;
  background-color: #f7f7f7;
  z-index: 1;
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -ms-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.news_detail .section1 .bot_box .img_block {
  position: relative;
  z-index: 2;
}
.news_detail .section1 .bot_box .img_block img {
  width: 100%;
  display: block;
}
.news_detail .section1 .bot_box .cont {
  padding: 6vw 9vw 4vw;
  position: relative;
  z-index: 2;
}
.news_detail .section1 .page_box {
  border: 1px solid #e6e6e6;
  font-size: 0;
}
.news_detail .section1 .page_box a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 6vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .section1 .page_box a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .section1 .page_box a .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.news_detail .section1 .page_box a .txt {
  position: relative;
  z-index: 2;
}
.news_detail .section1 .page_box a .txt span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
.news_detail .section1 .page_box a:nth-of-type(1) {
  border-right: 1px solid #e6e6e6;
}
.news_detail .section1 .page_box a:nth-of-type(1) .txt:before {
  content: "";
  width: 28px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3.5vw 0 0;
  background-image: url("../images/news/icon7.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .section1 .page_box a:nth-of-type(1):hover .txt:before {
  background-image: url("../images/news/icon7_on.png");
}
.news_detail .section1 .page_box a:nth-of-type(2) .txt:after {
  content: "";
  width: 28px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 3.5vw;
  background-image: url("../images/news/icon8.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .section1 .page_box a:nth-of-type(2):hover .txt:after {
  background-image: url("../images/news/icon8_on.png");
}
.news_detail .section1 .page_box a:hover {
  color: #fff;
}
.news_detail .section1 .page_box a:hover .bg {
  opacity: 1;
}
.news_detail .section2 {
  padding: 4.5vw 0 6vw;
}
.news_detail .section2 .title {
  font-size: 36px;
  color: #333;
  font-family: "NotoSansHans-bold";
}
.news_detail .section2 .title:before {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #e60012;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 20px 0 0;
}
.news_detail .section2 .items {
  margin-top: 40px;
  padding-bottom: 4.5vw;
}
.news_detail .section2 .item:nth-of-type(even) .box {
  -webkit-transform: translateY(4.5vw);
  -moz-transform: translateY(4.5vw);
  -ms-transform: translateY(4.5vw);
  transform: translateY(4.5vw);
}

.partner_main .section {
  height: 100vh;
  overflow: hidden;
  padding-top: 78px;
  position: relative;
}
.partner_main .section .cell_box {
  width: 100%;
  height: 100%;
}
.partner_main .section1 {
  background-color: #0a090e;
  text-align: center;
  position: relative;
}
.partner_main .section1 .earth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/partner/img1.jpg");
  background-size: 100% auto;
  z-index: 1;
}
.partner_main .section1 .star {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/partner/star.png");
  z-index: 2;
}
.partner_main .section1 .cell_box {
  position: relative;
  z-index: 3;
}
.partner_main .section1 .img {
  width: 41.66vw;
  margin: 0 auto;
  position: relative;
}
.partner_main .section1 .img img.img1 {
  width: 100%;
  display: block;
}
.partner_main .section1 .img img.img2 {
  width: 2.6vw;
  max-width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.partner_main .section1 h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1.1;
  margin-top: 40px;
}
.partner_main .section1 h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "DINPro-regular";
  margin-top: 10px;
}
.partner_main .section1 .mouse {
  width: 20px;
  height: 28px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/partner/icon1.png");
}
.partner_main .section1 .mouse:after {
  content: "";
  width: 2px;
  height: 6px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  -webkit-animation: parMouse 0.5s linear infinite;
  -moz-animation: parMouse 0.5s linear infinite;
  -ms-animation: parMouse 0.5s linear infinite;
  animation: parMouse 0.5s linear infinite;
}
.partner_main .section2 {
  overflow: hidden;
  position: relative;
}
.partner_main .section2 .cont {
  width: 200vw;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  z-index: 2;
}
.partner_main .section2 .cont.shownext {
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.partner_main .section2 .sec1 {
  width: 100vw;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/partner/img5-1.png");
}
.partner_main .section2 .sec1 .main {
  width: 60vh;
  height: 60vh;
  margin: 0 auto;
  position: relative;
}
.partner_main .section2 .sec1 .ring {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #afbdd1;
  border-radius: 50%;
}
.partner_main .section2 .sec1 .ring span {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #afbdd1;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-animation: sec5Ring 1s linear infinite;
  -moz-animation: sec5Ring 1s linear infinite;
  -ms-animation: sec5Ring 1s linear infinite;
  animation: sec5Ring 1s linear infinite;
}
.partner_main .section2 .sec1 .ring span:nth-of-type(1) {
  transform-origin: center 51%;
}
.partner_main .section2 .sec1 .ring span:nth-of-type(2) {
  transform-origin: 51% 51%;
}
.partner_main .section2 .sec1 .ring span:nth-of-type(3) {
  transform-origin: 51% center;
}
.partner_main .section2 .sec1 .ring span:nth-of-type(4) {
  transform-origin: 49% 49%;
}
.partner_main .section2 .sec1 .txt_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.partner_main .section2 .sec1 .txt_block .num {
  height: 280px;
}
.partner_main .section2 .sec1 .txt_block .num span {
  margin-top: -58px;
  font-size: 360px;
  line-height: 1;
  display: inline-block;
  font-family: "DINPro";
  color: transparent;
  background: -webkit-linear-gradient(130deg, #95b9ed, #002e73);
  background: -o-linear-gradient(130deg, #95b9ed, #002e73);
  background: -moz-linear-gradient(130deg, #95b9ed, #002e73);
  background: linear-gradient(130deg, #95b9ed, #002e73);
  -webkit-background-clip: text;
  text-shadow: 0 20px 60px rgba(18, 63, 130, 0.5);
}
.partner_main .section2 .sec1 .txt_block h3 {
  font-size: 36px;
  color: #333;
  font-family: "NotoSansHans-bold";
  margin-top: 10px;
}
.partner_main .section2 .sec1 .item {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.partner_main .section2 .sec1 .item .icon {
  width: 100px;
  height: 100px;
  position: relative;
}
.partner_main .section2 .sec1 .item .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #002e73;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section2 .sec1 .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section2 .sec1 .item .txt {
  font-size: 18px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section2 .sec1 .item .txt h3 {
  font-size: 24px;
  color: #333;
  font-family: "NotoSansHans-dem";
  white-space: nowrap;
}
.partner_main .section2 .sec1 .item .txt h4 {
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  white-space: nowrap;
}
.partner_main .section2 .sec1 .item:nth-of-type(1) {
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partner_main .section2 .sec1 .item:nth-of-type(1) .icon i {
  background-image: url("../images/partner/icon7-3.png");
}
.partner_main .section2 .sec1 .item:nth-of-type(1) .txt {
  text-align: center;
  bottom: 60%;
  left: 50%;
  padding-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partner_main .section2 .sec1 .item:nth-of-type(1):hover .txt {
  bottom: 100%;
}
.partner_main .section2 .sec1 .item:nth-of-type(2) {
  top: 70%;
  right: 0;
}
.partner_main .section2 .sec1 .item:nth-of-type(2) .icon i {
  background-image: url("../images/partner/icon7-3.png");
}
.partner_main .section2 .sec1 .item:nth-of-type(2) .txt {
  top: 20px;
  left: 60%;
  padding-left: 10px;
  text-align: left;
}
.partner_main .section2 .sec1 .item:nth-of-type(2):hover .txt {
  left: 100%;
}
.partner_main .section2 .sec1 .item:nth-of-type(3) {
  top: 70%;
  left: 0;
}
.partner_main .section2 .sec1 .item:nth-of-type(3) .icon i {
  background-image: url("../images/partner/icon7-3.png");
}
.partner_main .section2 .sec1 .item:nth-of-type(3) .txt {
  top: 20px;
  right: 60%;
  padding-right: 10px;
  text-align: right;
}
.partner_main .section2 .sec1 .item:nth-of-type(3):hover .txt {
  right: 100%;
}
.partner_main .section2 .sec1 .item:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 10px 30px rgba(0, 46, 115, 0.5);
}
.partner_main .section2 .sec1 .item:hover .icon i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}
.partner_main .section2 .sec2 {
  width: 100vw;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.partner_main .section2 .sec2 .tit {
  font-size: 36px;
  line-height: 1.1;
  color: #333;
  font-family: "NotoSansHans-bold";
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.partner_main .section2 .sec2 .dots {
  margin-top: 4.5vw;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  z-index: 2;
}
.partner_main .section2 .sec2 .dots .dot {
  display: inline-block;
  vertical-align: top;
  margin-right: 11vw;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}
.partner_main .section2 .sec2 .dots .dot:last-of-type {
  margin-right: 0;
}
.partner_main .section2 .sec2 .dots .dot i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  border: 3px solid transparent;
  border-radius: 50%;
}
.partner_main .section2 .sec2 .dots .dot i:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
.partner_main .section2 .sec2 .dots .dot i:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}
.partner_main .section2 .sec2 .dots .dot h3 {
  font-size: 24px;
  color: #333;
  font-family: "NotoSansHans-dem";
}
.partner_main .section2 .sec2 .dots .dot h4 {
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
}
.partner_main .section2 .sec2 .dots .dot.active i {
  box-shadow: 0 0 30px rgba(230, 0, 18, 0.3);
  border-color: #fff;
}
.partner_main .section2 .sec2 .dots .dot.active i:before {
  background-color: #e60012;
  border-color: #e60012;
}
.partner_main .section2 .sec2 .dots .dot.active i:after {
  background-color: #fff;
}
.partner_main .section2 .sec2 .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.partner_main .section2 .sec2 .swiper .item {
  width: 100vw;
  height: calc(100vh - 78px);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding-top: 34vh;
}
.partner_main .section2 .sec2 .swiper .item .num {
  height: 250px;
}
.partner_main .section2 .sec2 .swiper .item .num span {
  margin-top: -50px;
  font-size: 320px;
  line-height: 1;
  display: inline-block;
  font-family: "DINPro";
  color: transparent;
  background: -webkit-linear-gradient(130deg, #95b9ed, #002e73);
  background: -o-linear-gradient(130deg, #95b9ed, #002e73);
  background: -moz-linear-gradient(130deg, #95b9ed, #002e73);
  background: linear-gradient(130deg, #95b9ed, #002e73);
  -webkit-background-clip: text;
  text-shadow: 0 20px 60px rgba(18, 63, 130, 0.5);
}
.partner_main .section2 .sec2 .swiper .item p {
  font-size: 32px;
  color: #333333;
  width: 80vw;
  max-width: 1000px;
  margin: 25px auto 0;
  white-space: normal;
}
.partner_main .section2 .sec2 .swiper .item p.small {
  font-size: 24px;
}
.partner_main .section2 .sec2 .swiper .item.last:after {
  content: "";
  width: 30px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon8.png");
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  -webkit-animation: parDown 1s linear infinite;
  -moz-animation: parDown 1s linear infinite;
  -ms-animation: parDown 1s linear infinite;
  animation: parDown 1s linear infinite;
}
.partner_main .section2 .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #e60012;
  width: 25vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.partner_main .section2 .progress[data-progress="2"] {
  width: 50vw;
}
.partner_main .section2 .progress[data-progress="3"] {
  width: 75vw;
}
.partner_main .section2 .progress[data-progress="4"] {
  width: 100vw;
}

.partner_main .section4 {
  background-color: #f7f7f7;
}
.partner_main .section4 .p_title {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-family: "NotoSansHans-bold";
}
.partner_main .section4 .items {
  font-size: 0;
  width: 120vh;
  margin: 0 auto;
  margin-top: 30px;
}
.partner_main .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 30vh;
  height: 30vh;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  background-color: #fefefe;
  cursor: url("../images/partner/icon2.png") 16 16, pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section4 .item span {
  position: absolute;
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-family: "DINPro-regular";
  position: absolute;
  top: 3.7vh;
  left: 3.7vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section4 .item i {
  width: 13.8vh;
  height: 13.8vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 3.7vh;
  left: 3.7vh;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section4 .item .txt {
  position: absolute;
  left: 3.7vh;
  right: 3.7vh;
  bottom: 3.7vh;
  text-align: right;
}
.partner_main .section4 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section4 .item h4 {
  font-size: 12px;
  color: #a6a6a6;
  line-height: 1;
  text-transform: uppercase;
  font-family: "DINPro-regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.partner_main .section4 .item:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partner_main .section4 .item:hover {
  background-color: #fff;
}
.partner_main .section4 .item:hover span {
  opacity: 0;
}
.partner_main .section4 .item:hover i {
  opacity: 1;
}
.partner_main .section4 .item:hover h3 {
  color: #e60012;
}
.partner_main .section4 .item:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.partner_main .section4 .item:hover:after {
  opacity: 1;
}
.partner_main .section6 {
  background-color: #162640;
}
.partner_main .section6 .p_desc {
  text-align: center;
}
.partner_main .section6 .p_desc h3 {
  font-size: 36px;
  color: #fff;
  font-family: "NotoSansHans-bold";
}
.partner_main .section6 .p_desc p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  max-width: 1050px;
  width: 80%;
  margin: 15px auto 0;
}
.partner_main .section6 .pic_box {
  margin-top: 7vh;
  position: relative;
}
.partner_main .section6 .slick .item {
  width: 58.8vw;
  height: 58vh;
  position: relative;
}
.partner_main .section6 .slick .item .ope {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section6 .slick .item .ope h4 {
  font-size: 14px;
  line-height: 1;
  font-family: "DINPro-regular";
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.partner_main .section6 .slick .item .ope h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.partner_main .section6 .slick .item .ope span {
  font-size: 14px;
  color: #fff;
  font-family: "DINPro-regular";
  margin-left: 35px;
}
.partner_main .section6 .slick .item .ope:after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.partner_main .section6 .slick .item .box {
  position: absolute;
  top: 140px;
  left: 7.5vw;
  right: 7.5vw;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner_main .section6 .slick .item .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner_main .section6 .slick .item.prev {
  cursor: url("../images/prev.png") 64 64, pointer;
}
.partner_main .section6 .slick .item.next {
  cursor: url("../images/next.png") 64 64, pointer;
}
.partner_main .section6 .slick .item.slick-center .ope {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.5s;
}
.partner_main .section6 .slick .item.slick-center .box {
  cursor: url("../images/news/icon1.png") 30 30, pointer;
}
.partner_main .section6 .slick .item.slick-center .box .bg {
  opacity: 0;
  visibility: hidden;
}
.partner_main .section6 .progress {
  position: absolute;
  right: 21.35vw;
  bottom: 0;
  width: 20px;
  height: 42vh;
}
.partner_main .section6 .progress span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "DINPro-regular";
}
.partner_main .section6 .progress span.curr {
  top: 0;
}
.partner_main .section6 .progress span.total {
  bottom: 0;
}
.partner_main .section6 .progress .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 30px;
  margin: 0 auto;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.partner_main .section6 .progress .line .pro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

#partner_menu {
  width: 24px;
  position: fixed;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
#partner_menu span {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  text-align: center;
}
#partner_menu li {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/partner/icon5.png");
}
#partner_menu li.active {
  background-image: url("../images/partner/icon6.png");
}
#partner_menu a {
  display: block;
  height: 24px;
}
#partner_menu.white span {
  color: #fff;
}
#partner_menu.white li {
  background-image: url("../images/partner/icon5-on.png");
}
#partner_menu.white li.active {
  background-image: url("../images/partner/icon6-on.png");
}

.fix_partner_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
}
.fix_partner_form .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.fix_partner_form .close {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close-1.png");
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
}
.fix_partner_form .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fix_partner_form .main {
  position: absolute;
  top: 13vh;
  left: 0;
  right: 0;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 50px 90px;
}
.fix_partner_form .main h3 {
  font-size: 32px;
  color: #db0112;
  text-align: center;
  font-family: "NotoSansHans-bold";
  line-height: 1.1;
  margin-bottom: 30px;
}
.fix_partner_form .main .box {
  margin-top: 20px;
  position: relative;
  padding-left: 55px;
}
.fix_partner_form .main .box .lable {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
}
.fix_partner_form .main .box .lable i {
  color: #db0112;
  font-style: normal;
}
.fix_partner_form .main .box input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}
.fix_partner_form .main .box button {
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: #db0112;
  box-shadow: 0 15px 30px rgba(219, 1, 18, 0.3);
  cursor: pointer;
}

.fixed_img_swiper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_img_swiper.active {
  opacity: 1;
  visibility: visible;
}
.fixed_img_swiper .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close.png");
  cursor: pointer;
  z-index: 2;
}
.fixed_img_swiper .swiper-slide {
  height: 100vh;
}
.fixed_img_swiper .swiper-slide img {
  position: absolute;
  max-width: 80vw;
  max-height: 80vh;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(calc(-50%));
  -moz-transform: translateY(calc(-50%));
  -ms-transform: translateY(calc(-50%));
  transform: translateY(calc(-50%));
  left: 0;
  right: 0;
}
.fixed_img_swiper .swiper-slide h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vh;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.fixed_img_swiper .progress {
  position: absolute;
  right: 5vw;
  width: 20px;
  height: 42vh;
  top: 29vh;
  z-index: 2;
}
.fixed_img_swiper .progress span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "DINPro-regular";
}
.fixed_img_swiper .progress span.curr {
  top: 0;
}
.fixed_img_swiper .progress span.total {
  bottom: 0;
}
.fixed_img_swiper .progress .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 30px;
  margin: 0 auto;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.fixed_img_swiper .progress .line .pro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.fixed_img_swiper .btn {
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 10vh;
  z-index: 3;
}
.fixed_img_swiper .btn.prev {
  left: 0;
  cursor: url("../images/prev.png") 64 64, pointer;
}
.fixed_img_swiper .btn.next {
  right: 0;
  cursor: url("../images/next.png") 64 64, pointer;
}

#partner_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
#partner_bg .row1 div,
#partner_bg .row2 div,
#partner_bg .row3 div {
  position: absolute;
}
#partner_bg .row1 div {
  -webkit-animation: orbmove 96s linear infinite;
  -moz-animation: orbmove 96s linear infinite;
  -ms-animation: orbmove 96s linear infinite;
  animation: orbmove 96s linear infinite;
  opacity: 0.6;
}
#partner_bg .row1 .orb1 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -380px;
}
#partner_bg .row1 .orb1 div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row1 .orb2 {
  position: absolute;
  width: 9.25vh;
  height: 9.25vh;
  top: 50%;
  left: 50%;
  margin-left: 23vw;
  margin-top: 32vh;
}
#partner_bg .row1 .orb2 div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row1 .orb1c {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: 1970px;
  margin-top: -380px;
}
#partner_bg .row1 .orb1c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row1 .orb2c {
  position: absolute;
  width: 9.25vh;
  height: 9.25vh;
  top: 50%;
  left: 50%;
  margin-left: 127vw;
  margin-top: 50px;
}
#partner_bg .row1 .orb2c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row2 div {
  -webkit-animation: orbmove 48s linear infinite;
  -moz-animation: orbmove 48s linear infinite;
  -ms-animation: orbmove 48s linear infinite;
  animation: orbmove 48s linear infinite;
  opacity: 0.6;
}
#partner_bg .row2 .orb1 {
  position: absolute;
  width: 18.5vh;
  height: 18.5vh;
  top: 50%;
  left: 50%;
  margin-left: -26vw;
  margin-top: -27vh;
}
#partner_bg .row2 .orb1 div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row2 .orb2 {
  position: absolute;
  width: 23vh;
  height: 23vh;
  top: 50%;
  left: 50%;
  margin-left: 9vw;
  margin-top: -11.5vh;
}
#partner_bg .row2 .orb2 div {
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row2 .orb1c {
  position: absolute;
  width: 18.5vh;
  height: 18.5vh;
  top: 50%;
  left: 50%;
  margin-left: 78vw;
  margin-top: -27vh;
}
#partner_bg .row2 .orb1c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row2 .orb2c {
  position: absolute;
  width: 37vh;
  height: 37vh;
  top: 50%;
  left: 50%;
  margin-left: 109vw;
  margin-top: -18.5vh;
}
#partner_bg .row2 .orb2c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #ffffff, #dedede);
  background: linear-gradient(to bottom, #ffffff, #dedede);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row3 div {
  -webkit-animation: orbmove 24s linear infinite;
  -moz-animation: orbmove 24s linear infinite;
  -ms-animation: orbmove 24s linear infinite;
  animation: orbmove 24s linear infinite;
  opacity: 0.7;
}
#partner_bg .row3 .orb1 {
  position: absolute;
  width: 27.5vh;
  height: 27.5vh;
  top: 50%;
  left: 50%;
  margin-left: 44vw;
  margin-top: -41vh;
}
#partner_bg .row3 .orb1 div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #dedede, #ffffff);
  background: linear-gradient(to bottom, #dedede, #ffffff);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row3 .orb2 {
  position: absolute;
  width: 55.5vh;
  height: 55.5vh;
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
}
#partner_bg .row3 .orb2 div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #dedede, #ffffff);
  background: linear-gradient(to bottom, #dedede, #ffffff);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row3 .orb1c {
  position: absolute;
  width: 27.5vh;
  height: 27.5vh;
  top: 50%;
  left: 50%;
  margin-left: 148vw;
  margin-top: -27vh;
}
#partner_bg .row3 .orb1c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #dedede, #ffffff);
  background: linear-gradient(to bottom, #dedede, #ffffff);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg .row3 .orb2c {
  position: absolute;
  width: 55.5vh;
  height: 55.5vh;
  top: 50%;
  left: 50%;
  margin-left: 104vw;
  margin-top: 0;
}
#partner_bg .row3 .orb2c div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #dedede, #ffffff);
  background: linear-gradient(to bottom, #dedede, #ffffff);
  -webkit-animation: orbloop 6s linear infinite;
  -moz-animation: orbloop 6s linear infinite;
  -ms-animation: orbloop 6s linear infinite;
  animation: orbloop 6s linear infinite;
}
#partner_bg.active {
  -webkit-transform: scale(1) translateX(-200px) translateY(300px)
    rotateZ(-60deg);
  -moz-transform: scale(1) translateX(-200px) translateY(300px) rotateZ(-60deg);
  -ms-transform: scale(1) translateX(-200px) translateY(300px) rotateZ(-60deg);
  transform: scale(1) translateX(-200px) translateY(300px) rotateZ(-60deg);
}

.p_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.p_header .box {
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
}
.p_header .logo {
  position: relative;
}
.p_header .logo img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p_header ul {
  font-size: 0;
}
.p_header ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5vw;
  font-size: 32px;
  line-height: 54px;
  color: #006a9a;
  font-family: "NotoSansHans-bold";
}
.p_header ul li:before {
  content: "";
  width: 15px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/star.png");
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0;
}
.p_header .tel {
  font-size: 32px;
  line-height: 54px;
  color: #006a9a;
  font-family: "DINPro-Medium";
}
.p_header .tel:before {
  content: "";
  width: 29px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/1-icon11.png");
  display: inline-block;
  vertical-align: middle;
  margin: -5px 20px 0 0;
}

.p1_header .logo {
  width: 24vw;
  max-width: 452px;
}

.p2_header .logo {
  width: 27vw;
  max-width: 511px;
}
.p2_header ul li {
  color: #3e3a39;
}
.p2_header .tel {
  color: #3e3a39;
}
.p2_header .tel:before {
  background-image: url("../images/1-icon11-2.png");
}

.p3_header .logo {
  width: 10vw;
  max-width: 184px;
}
.p3_header ul li {
  color: #3e3a39;
}
.p3_header .tel {
  color: #3e3a39;
}
.p3_header .tel:before {
  background-image: url("../images/1-icon11-2.png");
}

.p_footer_info {
  background: #333;
  padding: 30px 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  word-break: break-word;
}

.project_right {
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 15;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.project_right .block {
  width: 60px;
  height: 60px;
  text-align: center;
  margin-top: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_right .block a {
  display: block;
  height: 100%;
}
.project_right .block svg {
  display: block;
  height: 24px;
  margin: 0 auto;
  fill: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_right .block span {
  font-size: 12px;
  color: #333;
  display: block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.project_right .block:hover {
  background-color: #222;
}
.project_right .block:hover svg {
  fill: #fff;
}
.project_right .block:hover span {
  color: #fff;
}

.project_1 .m_phone {
  display: none;
}
.project_1 .c_tit h3 {
  font-size: 36px;
  color: #333;
  font-family: "NotoSansHans-bold";
}
.project_1 .c_tit h3 span {
  color: #006a9a;
}
.project_1 .c_tit h4 {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin: 30px 0 10px;
  font-family: "NotoSansHans-bold";
}
.project_1 .section1 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: right;
}
.project_1 .section1 .wrapper {
  height: 100%;
}
.project_1 .section1 .cell_box {
  width: 100%;
  height: 100%;
}
.project_1 .section1 img {
  display: inline-block;
  max-width: 493px;
  width: 29.53vw;
}
.project_1 .section1 span {
  position: absolute;
  width: 15px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/1-icon1.png");
  left: 0;
  bottom: 11.57vh;
  -webkit-animation: proMouse 1s linear infinite;
  -moz-animation: proMouse 1s linear infinite;
  -ms-animation: proMouse 1s linear infinite;
  animation: proMouse 1s linear infinite;
}
.project_1 .section1 .tip {
  position: absolute;
  right: 2vw;
  bottom: 1.5vw;
  font-size: 12px;
  color: #fff;
}
.project_1 .section2 {
  padding: 10vw 0 20vw;
  background-color: #fff;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.project_1 .section2 .txt_block {
  position: relative;
  z-index: 2;
}
.project_1 .section2 .txt_block .txt {
  max-width: 32vw;
}
.project_1 .section2 .txt_block p {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  text-align: justify;
}
.project_1 .section2 .txt_block .center_img {
  position: relative;
  width: 50vw;
  margin-top: 17vh;
}
.project_1 .section2 .txt_block .center_img img {
  display: block;
  width: 100%;
}
.project_1 .section2 .txt_block .center_img .tip {
  position: absolute;
  right: 2vw;
  bottom: 1.5vw;
  font-size: 12px;
  color: #fff;
}
.project_1 .section2 .txt_block .logo {
  width: 28.125vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.project_1 .section2 .txt_block .logo img {
  display: block;
  width: 100%;
  box-shadow: 0 40px 60px rgba(14, 114, 151, 0.2);
}
.project_1 .section2 .tip {
  position: absolute;
  right: 2vw;
  bottom: 11vw;
  font-size: 12px;
  color: #fff;
}

.project_1 .section4 {
  position: relative;
  background-color: #172b29;
  z-index: 1;
  margin-top: -16vw;
}
.project_1 .section4 .img_block img {
  width: 100%;
  display: block;
}
.project_1 .section4 a.more {
  position: absolute;
  bottom: 4.5vw;
  left: 0;
  right: 0;
  width: 200px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  background-color: #006a9a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .project_1 .section4 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 106, 154, 0.8);
  }
}
.project_1 .section6 {
  position: relative;
  background-color: #162640;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.project_1 .section6:before {
  content: "";
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/1-img13.png");
  background-size: 100% 100%;
}
.project_1 .section6 .txt_block {
  position: absolute;
  top: 6vw;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.project_1 .section6 .txt_block .c_tit h3,
.project_1 .section6 .txt_block .c_tit h4 {
  color: #fff;
}
.project_1 .section6 .txt_block p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.project_1 .section6 .left,
.project_1 .section6 .right {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #162640;
  z-index: 3;
  width: 12vw;
}
.project_1 .section6 .left {
  left: 0;
}
.project_1 .section6 .right {
  right: 0;
}
.project_1 .section6 {
  position: relative;
  padding: 8vw 0 12vw;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.project_1 .section6 .txt {
  width: 37.5%;
  display: inline-block;
  vertical-align: top;
  padding-right: 8vw;
  padding-bottom: 8vw;
  position: sticky;
  top: 18vh;
  left: 0;
}
.project_1 .section6 .txt h3,
.project_1 .section6 .txt h4 {
  color: #fff;
}
.project_1 .section6 .txt p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: justify;
}
.project_1 .section6 .items {
  display: inline-block;
  vertical-align: top;
  width: 62.5%;
}
.project_1 .section6 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 1.8vw);
  margin-top: 4vw;
}
.project_1 .section6 .item h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.project_1 .section6 .item h3 span {
  font-size: 32px;
  font-family: "NeutraTextDemiSC";
  margin-right: 12px;
}
.project_1 .section6 .item .img {
  position: relative;
}
.project_1 .section6 .item .img img {
  display: block;
  width: 100%;
}
.project_1 .section6 .item .img .tip {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 12px;
  color: #fff;
}
.project_1 .section6 .item .img a {
  width: 6.25vw;
  height: 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/1-img9.jpg");
  position: absolute;
  bottom: 3vw;
  left: -3.125vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_1 .section6 .item .img:hover a {
  opacity: 1;
  visibility: visible;
}
.project_1 .section6 .item .boxes {
  margin-top: 20px;
}
.project_1 .section6 .item .box {
  position: relative;
}
.project_1 .section6 .item .box .t {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.project_1 .section6 .item .box .t span {
  position: relative;
  display: inline-block;
  vertical-align: sub;
}
.project_1 .section6 .item .box .t span:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}
.project_1 .section6 .item .box .hover {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.project_1 .section6 .item .box .m {
  background-color: #fff;
  padding: 2vw;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
  backface-visibility: hidden;
}
.project_1 .section6 .item .box .m:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 99%;
  left: 40px;
}
.project_1 .section6 .item .box:hover .t span:after {
  opacity: 1;
}
.project_1 .section6 .item .box:hover .hover {
  opacity: 1;
  visibility: visible;
}
.project_1 .section6 .item:nth-of-type(even) {
  margin-left: 3.6vw;
  -webkit-transform: translateY(18vw);
  -moz-transform: translateY(18vw);
  -ms-transform: translateY(18vw);
  transform: translateY(18vw);
}
.project_1 .section6 .item:nth-of-type(1),
.project_1 .section6 .item:nth-of-type(2) {
  margin-top: 0;
}
.project_1 .section6 .wipe_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.project_1 .section6 .wipe_img img {
  display: block;
  width: 100%;
}

.project_1 .section8 {
  padding: 8vw 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/1-img23.jpg");
  background-size: 100% auto;
  text-align: center;
}
.project_1 .section8 p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin: 0 auto;
}
.project_1 .section9 {
  position: relative;
  font-size: 0;
}
.project_1 .section9 span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #333333;
  z-index: 2;
}
.project_1 .section9 .items {
  background-color: #050505;
}
.project_1 .section9 .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2px);
}
.project_1 .section9 .item:nth-of-type(2) {
  margin-left: 4px;
}
.project_1 .section9 .item:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #333333;
}
.project_1 .section9 .item .img-box {
  overflow: hidden;
}
.project_1 .section9 .item img {
  display: block;
  width: 100%;
}
.project_1 .section9 .item a {
  display: block;
  background-color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}
.project_1 .section9 .item a:before {
  content: "";
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/1-icon12.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.project_2 .m_phone {
  display: none;
}
.project_2 .c_tit {
  font-size: 40px;
  font-family: "NotoSansHans-bold";
}
.project_2 .c_tit span {
  color: #f5d4a5;
}
.project_2 .c_tit.white {
  color: #fff;
}
.project_2 .c_tit.gray {
  color: #333;
}
.project_2 .section1 {
  position: relative;
  height: 100vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.project_2 .section1 .txt_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 30vh;
}
.project_2 .section1 .txt_img {
  width: 37.2%;
  max-width: 535px;
}
.project_2 .section1 .txt_img img {
  display: block;
  width: 100%;
}
.project_2 .section1 .ring {
  width: 52vw;
  height: 52vw;
  position: absolute;
  top: 0;
  right: 0;
}
.project_2 .section1 .ring span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d7ad76;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: pro2Ring 2s linear infinite;
  -moz-animation: pro2Ring 2s linear infinite;
  -ms-animation: pro2Ring 2s linear infinite;
  animation: pro2Ring 2s linear infinite;
}
.project_2 .section1 .ring span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.project_2 .section1 .ring span:nth-of-type(3) {
  animation-delay: 0.4s;
}
.project_2 .section1 .ring span:nth-of-type(4) {
  animation-delay: 0.6s;
}
.project_2 .section1 .ring span:nth-of-type(5) {
  animation-delay: 0.8s;
}
.project_2 .section1 .ring span:nth-of-type(6) {
  animation-delay: 1s;
}
.project_2 .section1 .ring span:nth-of-type(7) {
  animation-delay: 1.2s;
}
.project_2 .section1 .ring span:nth-of-type(8) {
  animation-delay: 1.4s;
}
.project_2 .section1 .ring span:nth-of-type(9) {
  animation-delay: 1.6s;
}
.project_2 .section1 .ring span:nth-of-type(10) {
  animation-delay: 1.8s;
}
.project_2 .section2 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.project_2 .section2 .txt_block {
  width: 38vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 5vw;
}
.project_2 .section2 .tips {
  margin: 1.5vw 0;
}
.project_2 .section2 .tip {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.project_2 .section2 .tip:nth-of-type(2) {
  margin-top: 1vw;
}
.project_2 .section2 .tip span.num {
  font-size: 36px;
  color: #f5d4a5;
  font-family: "DINPro-Medium";
  margin: 0 5px;
}
.project_2 .section2 .tip span.txt {
  font-size: 24px;
}
.project_2 .section2 .para {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.project_2 .section2 a {
  display: block;
  width: 200px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #d7ad76;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(158, 119, 59, 0.5);
  text-indent: 36px;
  position: relative;
  margin-top: 3.5vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_2 .section2 a:after {
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/2-icon1.png");
  position: absolute;
  right: 6px;
  top: 6px;
}
.project_2 .section2 a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project_2 .section4 {
  position: relative;
}
.project_2 .section4 img {
  display: block;
  width: 100%;
}
.project_2 .section4 .txt_block {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
}
.project_2 .section4 .c_tit {
  text-align: center;
}
.project_2 .section4 .tip {
  font-size: 24px;
  color: #fff;
  margin: 1vw 0;
  text-align: center;
}
.project_2 .section4 .para {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.project_2 .section6 {
  position: relative;
  overflow: hidden;
}
.project_2 .section6 img {
  display: block;
  width: 100%;
}
.project_2 .section6 .cloud_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: center bottom;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  z-index: 2;
}
.project_2 .section6 .cloud_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../images/cloud_1.png") center top no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.project_2 .section6 .cloud_block .cloud {
  height: 444px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 444px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3229px;
  z-index: 3;
}
.project_2 .section6 .cloud_block .cloud1 {
  -webkit-animation: cloudeMove 700s linear infinite;
  -moz-animation: cloudeMove 700s linear infinite;
  -ms-animation: cloudeMove 700s linear infinite;
  animation: cloudeMove 700s linear infinite;
  background-image: url("../images/cloud-background@2x.png");
}
.project_2 .section6 .cloud_block .cloud2 {
  -webkit-animation: cloudeMove 300s linear infinite;
  -moz-animation: cloudeMove 300s linear infinite;
  -ms-animation: cloudeMove 300s linear infinite;
  animation: cloudeMove 300s linear infinite;
  background-image: url("../images/cloud-foreground@2x.png");
}
.project_2 .section6 .txt_block {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  z-index: 3;
}
.project_2 .section6 .txt_block .c_tit {
  text-align: center;
}
.project_2 .section6 .txt_block h4 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.project_2 .section6 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.project_2 .section6 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 0 12px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_2 .section6 .item span {
  font-size: 18px;
  color: #d7ad76;
  display: block;
}
.project_2 .section6 .item h3 {
  font-size: 36px;
  color: #333333;
  font-family: "NotoSansHans-bold";
}
.project_2 .section6 .item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.project_2 .section6 .txt_block {
  padding: 5vw 0;
  background-color: #333434;
}
.project_2 .section6 .txt_block .c_tit {
  text-align: center;
}
.project_2 .section6 .txt_block h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.project_2 .section6 .txt_block .para {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.project_2 .section6 .txt_block .ope {
  font-size: 0;
  text-align: center;
  margin-top: 3vw;
}
.project_2 .section6 .txt_block .ope .btn,
.project_2 .section6 .txt_block .ope .dot {
  display: inline-block;
  vertical-align: middle;
}
.project_2 .section6 .txt_block .ope .btn {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.project_2 .section6 .txt_block .ope .prev {
  background-image: url("../images/prev.png");
}
.project_2 .section6 .txt_block .ope .next {
  background-image: url("../images/next.png");
}
.project_2 .section6 .txt_block .ope .dot {
  margin: 0 10px;
}
.project_2 .section6 .txt_block .ope .dot span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_2 .section6 .txt_block .ope .dot span.swiper-pagination-bullet-active {
  background-color: #d7ad76;
}
.project_2 .section6 .items {
  border-top: 4px solid #d7ad76;
  border-bottom: 4px solid #d7ad76;
}
.project_2 .section6 .items .item {
  position: relative;
}
.project_2 .section6 .items .item .img_box {
  overflow: hidden;
}
.project_2 .section6 .items .item img {
  display: block;
  width: 100%;
}
.project_2 .section6 .items .item .txt_box {
  width: 360px;
  height: 64%;
  max-height: 360px;
  position: absolute;
  right: 15.625vw;
  top: 50%;
  background-color: #fff;
  padding: 0 2.5vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project_2 .section6 .items .item .txt_box span {
  font-size: 60px;
  line-height: 1;
  color: #f5d4a5;
  font-family: "DINPro";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project_2 .section6 .items .item .txt_box h3 {
  font-size: 24px;
  line-height: 1;
  color: #f5d4a5;
  text-align: center;
  font-family: "NotoSansHans-bold";
}
.project_2 .section6 .items .item .txt_box p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 10px;
  font-family: "NotoSansHans-dem";
}

.p2_fixed_popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background-color: rgba(51, 52, 52, 0.95);
  display: none;
}
.p2_fixed_popups .close {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
.p2_fixed_popups .main {
  width: 70vw;
  max-width: 1320px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -50px;
}
.p2_fixed_popups .img_wave .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p2_fixed_popups .img_wave .img:nth-of-type(2) img {
  animation-delay: 1s;
}
.p2_fixed_popups .img_wave .img:nth-of-type(3) img {
  animation-delay: 2s;
}
.p2_fixed_popups .img_wave img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p2_fixed_popups .img_wave img {
    -webkit-animation: pro2Logo 3s linear infinite;
    -moz-animation: pro2Logo 3s linear infinite;
    -ms-animation: pro2Logo 3s linear infinite;
    animation: pro2Logo 3s linear infinite;
  }
}
.p2_fixed_popups .center {
  width: 42.72%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p2_fixed_popups .center img {
  display: block;
  width: 100%;
}
.p2_fixed_popups .center .rote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p2_fixed_popups .center .rote1 {
  width: 56.737%;
}
@media screen and (min-width: 992px) {
  .p2_fixed_popups .center .rote1 img {
    -webkit-animation: sec5Ring 10s linear infinite;
    -moz-animation: sec5Ring 10s linear infinite;
    -ms-animation: sec5Ring 10s linear infinite;
    animation: sec5Ring 10s linear infinite;
  }
}
.p2_fixed_popups .center .rote2 {
  width: 31.737%;
}
@media screen and (min-width: 992px) {
  .p2_fixed_popups .center .rote2 img {
    -webkit-animation: sec5Ringf 5s linear infinite;
    -moz-animation: sec5Ringf 5s linear infinite;
    -ms-animation: sec5Ringf 5s linear infinite;
    animation: sec5Ringf 5s linear infinite;
  }
}

.project_traffic {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.33vw;
  background: -webkit-linear-gradient(#2b3f5e, #162640);
  background: -o-linear-gradient(#2b3f5e, #162640);
  background: -moz-linear-gradient(#2b3f5e, #162640);
  background: linear-gradient(#2b3f5e, #162640);
  z-index: 16;
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.project_traffic.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.project_traffic .close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 54px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close-2.png");
  cursor: pointer;
  z-index: 2;
}
.project_traffic .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 6vw;
  z-index: 1;
}
.project_traffic h3 {
  font-size: 36px;
  color: #fff;
  font-family: "NotoSansHans-bold";
}
.project_traffic h3 span {
  color: #006a9a;
}
.project_traffic h4 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 30px 0 10px;
  font-family: "NotoSansHans-bold";
}
.project_traffic .item {
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project_traffic .item h4 {
  margin: 0;
}
.project_traffic .para {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
}
.project_traffic .para span {
  width: 70px;
  float: left;
}
.project_traffic .para .info {
  margin-left: 70px;
}

.industry_main .section {
  height: 100vh;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.industry_main .section .cell_box {
  width: 100%;
  height: 100%;
}
.industry_main .section .c_tit {
  text-align: center;
}
.industry_main .section .c_tit h3 {
  font-size: 26px;
  color: #333;
  font-family: "NotoSansHans-dem";
}
.industry_main .section .c_tit h4 {
  font-size: 12px;
  color: #bfbfbf;
  text-transform: uppercase;
}
.industry_main .section1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/industry/bg1.jpg");
}
.industry_main .section1 .title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .industry_main .section1 .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section1 .title h3 {
  font-size: 36px;
  color: #333;
  font-family: "NotoSansHans-dem";
}
.industry_main .section1 .title h4 {
  font-size: 16px;
  color: #808080;
}
.industry_main .section1 .circle {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-top: 10vh;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .industry_main .section1 .circle {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section1 .circle .center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.industry_main .section1 .circle .ring span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #cccccc;
  -webkit-animation: proRing 1s linear infinite;
  -moz-animation: proRing 1s linear infinite;
  -ms-animation: proRing 1s linear infinite;
  animation: proRing 1s linear infinite;
}
.industry_main .section1 .circle .ring span:nth-of-type(2) {
  animation-delay: 0.5s;
}
.industry_main .section1 .circle .txt {
  position: relative;
  z-index: 2;
  border: 30px solid #012e72;
  border-radius: 50%;
}
.industry_main .section1 .circle .dot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #d9d9d9;
  text-align: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .industry_main .section1 .circle .dot {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease,
      transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease,
      transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  }
}
.industry_main .section1 .circle .dot:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px dashed #d9d9d9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section1 .circle .dot i {
  display: block;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section1 .circle .dot span {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 5px;
}
.industry_main .section1 .circle .dot:after {
  content: "";
  position: absolute;
  width: 242px;
  height: 107px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/industry/img5.png");
  background-position: center right;
}
.industry_main .section1 .circle .dot:nth-of-type(1) {
  top: -75px;
  left: -328px;
}
.industry_main .section1 .circle .dot:nth-of-type(1):after {
  top: 50%;
  left: calc(100% + 15px);
}
.industry_main .section1 .circle .dot:nth-of-type(2) {
  bottom: -75px;
  left: -328px;
}
.industry_main .section1 .circle .dot:nth-of-type(2):after {
  bottom: 50%;
  left: calc(100% + 15px);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.industry_main .section1 .circle .dot:nth-of-type(3) {
  top: -75px;
  right: -328px;
}
.industry_main .section1 .circle .dot:nth-of-type(3):after {
  top: 50%;
  right: calc(100% + 15px);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.industry_main .section1 .circle .dot:nth-of-type(4) {
  bottom: -75px;
  right: -328px;
}
.industry_main .section1 .circle .dot:nth-of-type(4):after {
  bottom: 50%;
  right: calc(100% + 15px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .industry_main .section1 .circle .dot:hover {
    border-color: #012e72;
  }
  .industry_main .section1 .circle .dot:hover i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .industry_main .section1 .circle .dot:hover:before {
    border-color: #012e72;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.industry_main .section1 .txt_block {
  text-align: center;
  position: relative;
  padding-top: 17.6vh;
}
@media screen and (min-width: 992px) {
  .industry_main .section1 .txt_block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section1 .txt_block:before {
  content: "";
  width: 10vw;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/industry/img4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation: industryAni1 1s linear infinite;
  -moz-animation: industryAni1 1s linear infinite;
  -ms-animation: industryAni1 1s linear infinite;
  animation: industryAni1 1s linear infinite;
}
.industry_main .section1 .txt_block h3 {
  font-size: 24px;
  color: #e4000f;
  font-family: "NotoSansHans-dem";
  position: relative;
  z-index: 2;
}
.industry_main .section1 .txt_block p {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  max-width: 80vw;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.industry_main .section1.active .title,
.industry_main .section1.active .circle,
.industry_main .section1.active .txt_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.industry_main .section1.active .title {
  transition-delay: 0.5s;
}
.industry_main .section1.active .circle {
  transition-delay: 0.8s;
}
.industry_main .section1.active .circle .dot {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.industry_main .section1.active .circle .dot:nth-of-type(1) {
  transition-delay: 1s;
}
.industry_main .section1.active .circle .dot:nth-of-type(2) {
  transition-delay: 1.2s;
}
.industry_main .section1.active .circle .dot:nth-of-type(3) {
  transition-delay: 1.4s;
}
.industry_main .section1.active .circle .dot:nth-of-type(4) {
  transition-delay: 1.6s;
}
.industry_main .section1.active .txt_block {
  transition-delay: 1.8s;
}
.industry_main .section2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/industry/bg2.jpg");
  background-position: center bottom;
}
.industry_main .section2 .items {
  font-size: 0;
  text-align: center;
}
.industry_main .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33vw;
  height: 66.66vh;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .industry_main .section2 .item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section2 .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.industry_main .section2 .item .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 46, 114, 0.9);
}
.industry_main .section2 .item span {
  position: absolute;
  top: 5vh;
  font-size: 36px;
  line-height: 1;
  color: #e4000f;
  font-family: "NeutraTextDemiSC";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section2 .item i {
  height: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 17.6vh;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section2 .item .txt {
  position: absolute;
  left: 5.5vh;
  right: 5.5vh;
  bottom: 5.5vh;
}
.industry_main .section2 .item .txt h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section2 .item .txt p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  text-align: justify;
  max-width: 370px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section2 .item:nth-of-type(1) {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.industry_main .section2 .item:nth-of-type(1) span {
  left: 5.5vh;
}
.industry_main .section2 .item:nth-of-type(1) .txt h3 {
  text-align: left;
}
.industry_main .section2 .item:nth-of-type(2) {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.industry_main .section2 .item:nth-of-type(2) span {
  right: 5.5vh;
}
.industry_main .section2 .item:nth-of-type(2) .txt h3 {
  text-align: right;
}
.industry_main .section2 .item:nth-of-type(2) .txt p {
  margin-right: 0;
  margin-left: auto;
}
.industry_main .section2 .item.active .bg {
  opacity: 1;
}
.industry_main .section2 .item.active span {
  color: #fff;
}
.industry_main .section2 .item.active i {
  opacity: 0;
}
.industry_main .section2 .item.active .txt h3,
.industry_main .section2 .item.active .txt p {
  color: #fff;
}
.industry_main .section2 .circle {
  width: 340px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .industry_main .section2 .circle {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section2 .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/industry/img7.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section2 .circle .c_tit {
  position: relative;
  z-index: 2;
}
.industry_main .section2 .circle.rotate:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.industry_main .section2.active .item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.5s;
}
.industry_main .section2.active .circle {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}

.industry_main .section4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/industry/bg4.jpg");
  background-position: center bottom;
}
.industry_main .section4 .cell {
  position: relative;
}
.industry_main .section4 .cell:before {
  content: "";
  width: 36.6vw;
  margin: 0 auto;
  position: absolute;
  top: -3vw;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/industry/img3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.industry_main .section4 .tit {
  width: 320px;
  border-radius: 80px;
  padding: 25px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #012e72;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .tit {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section4 .tit h3,
.industry_main .section4 .tit h4 {
  color: #fff;
}
.industry_main .section4 .items {
  font-size: 0;
  text-align: center;
  margin-top: 9vh;
  position: relative;
  z-index: 2;
}
.industry_main .section4 .item {
  width: 10vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.5vw;
  position: relative;
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section4 .item i {
  display: block;
  height: 10vw;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section4 .item h3 {
  font-size: 20px;
  line-height: 48px;
  color: #333333;
  border-radius: 30px;
  background-color: #d9d9d9;
  margin-top: 5vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section4 .item .p_block {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #808080;
  margin-top: 10px;
}
.industry_main .section4 .item .p_block p {
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.industry_main .section4 .item .p_block p:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #808080;
  position: absolute;
  left: 0;
  top: 16px;
}
.industry_main .section4 .item:after {
  content: "";
  width: 16px;
  height: 30px;
  position: absolute;
  top: 5vw;
  right: -1.725vw;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/industry/icon11.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section4 .item:nth-of-type(1) i {
  background-image: url("../images/industry/icon6.svg");
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:nth-of-type(1):hover i {
    background-image: url("../images/industry/icon6-on.svg");
  }
}
.industry_main .section4 .item:nth-of-type(2) i {
  background-image: url("../images/industry/icon7.svg");
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:nth-of-type(2):hover i {
    background-image: url("../images/industry/icon7-on.svg");
  }
}
.industry_main .section4 .item:nth-of-type(3) i {
  background-image: url("../images/industry/icon8.svg");
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:nth-of-type(3):hover i {
    background-image: url("../images/industry/icon8-on.svg");
  }
}
.industry_main .section4 .item:nth-of-type(4) i {
  background-image: url("../images/industry/icon9.svg");
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:nth-of-type(4):hover i {
    background-image: url("../images/industry/icon9-on.svg");
  }
}
.industry_main .section4 .item:nth-of-type(5) {
  margin-right: 0;
}
.industry_main .section4 .item:nth-of-type(5) i {
  background-image: url("../images/industry/icon10.svg");
}
.industry_main .section4 .item:nth-of-type(5):after {
  display: none;
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:nth-of-type(5):hover i {
    background-image: url("../images/industry/icon10-on.svg");
  }
}
@media screen and (min-width: 992px) {
  .industry_main .section4 .item:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #e4000f;
  }
  .industry_main .section4 .item:hover h3 {
    background-color: #e4000f;
    color: #fff;
  }
  .industry_main .section4 .item:hover:after {
    background-image: url("../images/industry/icon11-on.png");
  }
}
.industry_main .section4.active .tit {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.industry_main .section4.active .item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.industry_main .section4.active .item:nth-of-type(1) {
  transition-delay: 0.7s;
}
.industry_main .section4.active .item:nth-of-type(2) {
  transition-delay: 0.9s;
}
.industry_main .section4.active .item:nth-of-type(3) {
  transition-delay: 1.1s;
}
.industry_main .section4.active .item:nth-of-type(4) {
  transition-delay: 1.3s;
}
.industry_main .section4.active .item:nth-of-type(5) {
  transition-delay: 1.5s;
}
.industry_main .section6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/industry/bg3.jpg");
  background-position: center bottom;
}
.industry_main .section6 .top_block {
  width: 66.66vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .industry_main .section6 .top_block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section6 .top_block img {
  display: block;
  width: 100%;
}
.industry_main .section6 .top_block .center {
  width: 12.5vw;
  height: 12.5vw;
  border: 3px solid #012e72;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6.25vw 0 0 -6.25vw;
}
.industry_main .section6 .top_block .center:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px dashed #012e72;
  border-radius: 50%;
}
.industry_main .section6 .top_block .item {
  width: 9.375vw;
  height: 9.375vw;
  background-color: #012e72;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -4.6875vw;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section6 .top_block .item:after {
  content: "";
  width: 6.458vw;
  height: 7.864vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -3.93vw;
}
.industry_main .section6 .top_block .item:nth-of-type(1) {
  left: 6.77vw;
}
.industry_main .section6 .top_block .item:nth-of-type(1):after {
  content: "";
  left: 11.2vw;
  background-image: url("../images/industry/img8.png");
  -webkit-animation: industryAni2 2s linear infinite;
  -moz-animation: industryAni2 2s linear infinite;
  -ms-animation: industryAni2 2s linear infinite;
  animation: industryAni2 2s linear infinite;
}
.industry_main .section6 .top_block .item:nth-of-type(1).active:after {
  background-image: url("../images/industry/img8-on.png");
}
.industry_main .section6 .top_block .item:nth-of-type(2) {
  right: 6.77vw;
}
.industry_main .section6 .top_block .item:nth-of-type(2):after {
  content: "";
  right: 11.2vw;
  background-image: url("../images/industry/img9.png");
  -webkit-animation: industryAni3 2s 1s linear infinite;
  -moz-animation: industryAni3 2s 1s linear infinite;
  -ms-animation: industryAni3 2s 1s linear infinite;
  animation: industryAni3 2s 1s linear infinite;
}
.industry_main .section6 .top_block .item:nth-of-type(2).active:after {
  background-image: url("../images/industry/img9-on.png");
}
.industry_main .section6 .top_block .item i {
  height: 48px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.industry_main .section6 .top_block .item h3 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
.industry_main .section6 .top_block .item.active {
  background-color: #e4000f;
}
.industry_main .section6 .bot_block {
  margin-top: 7.5vh;
  padding-top: 5.5vh;
  font-size: 0;
  text-align: center;
  position: relative;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 992px) {
  .industry_main .section6 .bot_block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.industry_main .section6 .bot_block .child {
  display: none;
}
.industry_main .section6 .bot_block .child:after {
  content: "";
  width: 69px;
  height: 31px;
  background-image: url("../images/industry/icon20.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100%;
}
.industry_main .section6 .bot_block .child:nth-of-type(1):after {
  left: 28.5vw;
  margin-left: -35px;
}
.industry_main .section6 .bot_block .child:nth-of-type(2):after {
  right: 28.5vw;
  margin-right: -35px;
}
.industry_main .section6 .bot_block .item {
  width: 15.72vw;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  opacity: 0;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s
    forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}
.industry_main .section6 .bot_block .item:nth-of-type(2) {
  animation-delay: 0.2s;
}
.industry_main .section6 .bot_block .item:nth-of-type(3) {
  animation-delay: 0.3s;
}
.industry_main .section6 .bot_block .item:nth-of-type(4) {
  animation-delay: 0.4s;
}
.industry_main .section6 .bot_block .item:nth-of-type(5) {
  animation-delay: 0.5s;
}
.industry_main .section6 .bot_block .item .img_block {
  overflow: hidden;
  border-radius: 10px;
}
.industry_main .section6 .bot_block .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industry_main .section6 .bot_block .item h3 {
  font-size: 18px;
  margin-top: 15px;
  font-family: "NotoSansHans-dem";
}
@media screen and (min-width: 992px) {
  .industry_main .section6 .bot_block .item:hover {
    margin-top: -10px;
  }
  .industry_main .section6 .bot_block .item:hover .img_block img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.industry_main .section6.act .tit {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.industry_main .section6.act .top_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.industry_main .section6.act .bot_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.3s;
}

#industry_menu {
  position: fixed;
  right: 2.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  display: none;
}
#industry_menu li {
  position: relative;
  padding-right: 45px;
}
#industry_menu li:before {
  content: "";
  height: 1px;
  background-color: #e4000f;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#industry_menu li a {
  font-size: 12px;
  line-height: 44px;
  color: #e4000f;
  font-family: "NotoSansHans-dem";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#industry_menu li.active:before {
  width: 35px;
}
#industry_menu li.active a {
  opacity: 1;
  visibility: visible;
}
#industry_menu li:hover a {
  opacity: 1;
  visibility: visible;
}

.project-3 .wrap-3 {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.project-3 .wrap-3:after {
  content: "";
  clear: both;
  display: block;
}
.project-3 .m_phone {
  display: none;
}

.project-3-s1 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/3-banner.jpg");
  position: relative;
}
.project-3-s1 .txt-box {
  position: absolute;
  top: 37vh;
  left: 0;
  right: 0;
}
.project-3-s1 .txt-box img {
  width: 38%;
  max-width: 509px;
}

.project-3-s2 {
  position: relative;
  padding: 10vw 0 18vw;
  font-size: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/3-img6.jpg");
  background-size: 100% auto;
}
.project-3-s2:before,
.project-3-s2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.146vw;
  background-repeat: no-repeat;
  background-image: url("../images/3-img2.png");
  background-size: 100% auto;
}
.project-3-s2:before {
  top: 0;
  background-position: left top;
}
.project-3-s2:after {
  bottom: 0;
  background-position: left bottom;
}
.project-3-s2 .tit h3 {
  font-size: 32px;
  color: #0e5e85;
  text-align: center;
}
.project-3-s2 .tit h3 span {
  color: #73c981;
}
.project-3-s2 .tit:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  margin: 30px auto 0;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s2 .items {
  margin-top: 4.5vw;
}
.project-3-s2 .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 9.375vw) / 3);
}
.project-3-s2 .items .item .top-box {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  position: relative;
}
.project-3-s2 .items .item .top-box span {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(-50%);
}
.project-3-s2 .items .item .top-box .img-box {
  overflow: hidden;
}
.project-3-s2 .items .item .top-box img {
  display: block;
  width: 100%;
}
.project-3-s2 .items .item .bot-box {
  background-color: #fff;
  padding: 2vw;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.project-3-s2 .items .item .bot-box h3 {
  display: inline-block;
  font-size: 18px;
  font-family: "NotoSansHans-bold";
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s2 .items .item .bot-box p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 10px;
}
.project-3-s2 .items .item .bot-box span {
  font-family: "NotoSansHans-bold";
}
.project-3-s2 .items .item:nth-of-type(1) {
  margin-top: 5vw;
  text-align: right;
}
.project-3-s2 .items .item:nth-of-type(1) .top-box span {
  background-image: url("../images/3-icon1-1.png");
}
.project-3-s2 .items .item:nth-of-type(2) {
  text-align: center;
  margin: 0 4.687vw;
}
.project-3-s2 .items .item:nth-of-type(2) .top-box span {
  background-image: url("../images/3-icon1-2.png");
}
.project-3-s2 .items .item:nth-of-type(3) {
  margin-top: 5vw;
  text-align: left;
}
.project-3-s2 .items .item:nth-of-type(3) .top-box span {
  background-image: url("../images/3-icon1-2.png");
}

.project-3-s3 {
  background-color: #1b232b;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/3-img4.jpg");
  background-size: 100% auto;
}
.project-3-s3 .txt-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37.5%;
  background-color: #1b232b;
  padding: 6.25vw 3.125vw;
}
.project-3-s3 .txt-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s3 .txt-box .tit {
  font-size: 32px;
  color: #006a9a;
  font-family: "NotoSansHans-bold";
  text-align: center;
}
.project-3-s3 .txt-box .tit span {
  color: #fff;
}
.project-3-s3 .txt-box .para {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 3vw 0;
  max-height: 240px;
  padding-right: 20px;
  overflow: auto;
}
.project-3-s3 .txt-box a {
  display: block;
  width: 240px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.project-3-s3 .txt-box a:hover {
  transform: translateY(-5px);
}
.project-3-s3 .img-box {
  width: 62.5%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.project-3-s3 .img-box img {
  display: block;
  width: 100%;
}

.project-3-s4 {
  background-color: #1b232b;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/3-img7.jpg");
  background-size: 100% auto;
  padding: 10vw 0;
}
.project-3-s4 .tit {
  font-size: 32px;
  color: #006a9a;
  font-family: "NotoSansHans-bold";
  text-align: center;
}
.project-3-s4 .tit span {
  color: #fff;
}
.project-3-s4 .para {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 5vw 0;
}
.project-3-s4 .img-box {
  overflow: hidden;
}
.project-3-s4 .img-box img {
  display: block;
  width: 100%;
}

.project-3-s5 {
  position: relative;
  font-size: 0;
}
.project-3-s5:before,
.project-3-s5:after {
  content: "";
  display: block;
  height: 1.146vw;
  background-repeat: no-repeat;
  background-image: url("../images/3-img2.png");
  background-size: 100% auto;
}
.project-3-s5:before {
  background-position: left top;
}
.project-3-s5:after {
  background-position: left bottom;
}
.project-3-s5 .items {
  display: flex;
}
.project-3-s5 .item {
  width: 50%;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.project-3-s5 .item:nth-of-type(1) {
  background-color: #fff;
}
.project-3-s5 .item:nth-of-type(1) .tit {
  background-image: url("../images/3-img9-1.jpg");
}
.project-3-s5 .item:nth-of-type(2) {
  background-color: #edf2f6;
}
.project-3-s5 .item:nth-of-type(2) .tit {
  background-image: url("../images/3-img9-2.jpg");
}
.project-3-s5 .item .tit {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family: "NotoSansHans-bold";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.project-3-s5 .item .cell_box {
  height: 100%;
}
.project-3-s5 .item .boxes {
  padding: 9vw 6vw;
}
.project-3-s5 .item .box {
  text-align: center;
}
.project-3-s5 .item .box:before {
  content: "";
  width: 28px;
  height: 3px;
  display: block;
  margin: 4vw auto;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s5 .item .box:nth-of-type(1):before {
  display: none;
}
.project-3-s5 .item .box h3 {
  font-size: 18px;
  color: #333;
  font-family: "NotoSansHans-bold";
}
.project-3-s5 .item .box p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
}
.project-3-s5 .item .cont {
  padding: 5vw 0;
}
.project-3-s5 .item .center {
  width: 30vw;
  height: 30vw;
  margin: -100px auto 0;
  position: relative;
  border-radius: 50%;
  border: 3px solid rgba(221, 221, 221, 0.3);
}
.project-3-s5 .item .center .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-3-s5 .item .center .img-box img {
  display: block;
  width: 100%;
}
.project-3-s5 .item .center .info {
  position: absolute;
  margin: -25px 0 0 -25px;
}
.project-3-s5 .item .center .info:before {
  content: "";
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.project-3-s5 .item .center .info:nth-of-type(1) {
  top: 0;
  left: 50%;
}
.project-3-s5 .item .center .info:nth-of-type(1):before {
  background-image: url("../images/3-icon2-1.png");
}
.project-3-s5 .item .center .info:nth-of-type(2) {
  left: 100%;
  top: 50%;
}
.project-3-s5 .item .center .info:nth-of-type(2):before {
  background-image: url("../images/3-icon2-2.png");
}
.project-3-s5 .item .center .info:nth-of-type(3) {
  top: 100%;
  left: 50%;
}
.project-3-s5 .item .center .info:nth-of-type(3):before {
  background-image: url("../images/3-icon2-3.png");
}
.project-3-s5 .item .center .info:nth-of-type(4) {
  left: 0;
  top: 50%;
}
.project-3-s5 .item .center .info:nth-of-type(4):before {
  background-image: url("../images/3-icon2-4.png");
}
.project-3-s5 .item .center .info .pos {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 280px;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 15px;
}
.project-3-s5 .item .center .info h3 {
  font-size: 18px;
  color: #333;
  font-family: "NotoSansHans-bold";
}
.project-3-s5 .item .center .info p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
}

.project-3-s6 {
  padding-top: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/3-img-11.jpg");
  font-size: 0;
  position: relative;
  z-index: 2;
}
.project-3-s6 .mid-block {
  padding: 4vw 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.project-3-s6 .bot-block {
  padding: 4vw 0;
  position: relative;
}
.project-3-s6 .tit {
  font-size: 32px;
  color: #006a9a;
  font-family: "NotoSansHans-bold";
  text-align: center;
}
.project-3-s6 .tit span {
  color: #fff;
}
.project-3-s6 .para {
  font-size: 14px;
  line-height: 30px;
  color: #ddd;
  text-align: center;
  margin-top: 2vw;
}
.project-3-s6 .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project-3-s6 .line img {
  display: block;
  width: 200vw;
  margin-left: -16vw;
}
.project-3-s6 .line img:nth-of-type(1) {
  -webkit-animation: wave1 10s ease-in-out alternate infinite;
  -moz-animation: wave1 10s ease-in-out alternate infinite;
  -ms-animation: wave1 10s ease-in-out alternate infinite;
  animation: wave1 10s ease-in-out alternate infinite;
}
.project-3-s6 .line img:nth-of-type(2) {
  -webkit-animation: wave2 10s ease-in-out alternate infinite;
  -moz-animation: wave2 10s ease-in-out alternate infinite;
  -ms-animation: wave2 10s ease-in-out alternate infinite;
  animation: wave2 10s ease-in-out alternate infinite;
}
.project-3-s6 .line img:nth-of-type(3) {
  -webkit-animation: wave3 10s ease-in-out alternate infinite;
  -moz-animation: wave3 10s ease-in-out alternate infinite;
  -ms-animation: wave3 10s ease-in-out alternate infinite;
  animation: wave3 10s ease-in-out alternate infinite;
}
.project-3-s6 .line img:nth-of-type(2),
.project-3-s6 .line img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}
.project-3-s6 .data {
  display: inline-block;
  vertical-align: top;
}
.project-3-s6 .data:nth-of-type(2) {
  margin: 0 8vw;
}
.project-3-s6 .data .num {
  display: inline-block;
  line-height: 1;
  font-family: "NotoSansHans-bold";
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s6 .data .num i,
.project-3-s6 .data .num em {
  font-style: normal;
}
.project-3-s6 .data .num i {
  font-size: 14px;
}
.project-3-s6 .data .num span {
  font-size: 80px;
}
.project-3-s6 .data .num em {
  font-size: 50px;
}
.project-3-s6 .data p {
  font-size: 14px;
  color: #dddddd;
  margin-top: 10px;
}
.project-3-s6 .info-box {
  width: 42%;
  margin-left: 58%;
}
.project-3-s6 .info-box .box {
  margin-top: 2vw;
}
.project-3-s6 .info-box .box p {
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
  position: relative;
}
.project-3-s6 .info-box .box p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-3-s6 .info-box .box b,
.project-3-s6 .info-box .box span {
  color: #fff;
}
.project-3-s6 .info-box .box:nth-of-type(1) {
  margin-top: 0;
}
.project-3-s6 .info-box .box:nth-of-type(1) p {
  padding-left: 24px;
}
.project-3-s6 .info-box .box:nth-of-type(1) p:before {
  width: 16px;
  height: 16px;
  background-image: url("../images/3-icon3-1.png");
}
.project-3-s6 .info-box .box:nth-of-type(2) p {
  padding-left: 24px;
}
.project-3-s6 .info-box .box:nth-of-type(2) p:before {
  width: 16px;
  height: 16px;
  background-image: url("../images/3-icon3-2.png");
}
.project-3-s6 .info-box .box:nth-of-type(3) p {
  padding-left: 40px;
}
.project-3-s6 .info-box .box:nth-of-type(3) p:before {
  width: 32px;
  height: 16px;
  background-image: url("../images/3-icon3-3.png");
}
.project-3-s6 .pic-box {
  width: 46%;
  max-width: 649px;
  position: absolute;
  left: 8%;
  top: -5vw;
}
.project-3-s6 .pic-box img {
  display: block;
  width: 100%;
}
.project-3-s6 .pic-box img.l {
  position: absolute;
  top: 0;
  left: 0;
}
.project-3-s6 .pic-box .txt p {
  font-size: 15px;
  position: absolute;
  transform-origin: left top;
  transform: rotate(-16deg);
  cursor: pointer;
}
.project-3-s6 .pic-box .txt p span {
  color: #71c782;
  font-family: "NotoSansHans-bold";
}
.project-3-s6 .pic-box .txt p:nth-of-type(1) {
  left: 17%;
  top: 10%;
  color: #dddddd;
}
.project-3-s6 .pic-box .txt p:nth-of-type(2) {
  left: 46%;
  bottom: 0;
  color: #666666;
}

.project-3-s7 {
  position: relative;
  padding-top: 24vw;
  background-color: #dddddd;
}
.project-3-s7:after {
  content: "";
  display: block;
  height: 1.146vw;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../images/3-img2.png");
  background-size: 100% auto;
}
.project-3-s7 .tit {
  position: absolute;
  top: 23vw;
  left: 0;
  right: 0;
  font-size: 32px;
  color: #006a9a;
  font-family: "NotoSansHans-bold";
  text-align: center;
  z-index: 2;
}
.project-3-s7 .tit span {
  color: #fff;
}
.project-3-s7 .tab-cont .item {
  display: none;
}
.project-3-s7 .tab-cont .item img {
  display: block;
  width: 100%;
}
.project-3-s7 .tab-cont .item h3 {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  display: none;
}
.project-3-s7 .tab-cont .item.active {
  display: block;
}
.project-3-s7 .top-block {
  position: absolute;
  top: 18vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75vw;
  height: 37.5vw;
  padding: 2px;
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
  z-index: 1;
  transition: height 0.3s ease;
}
.project-3-s7 .top-block .imgs {
  height: 100%;
  overflow: hidden;
}
.project-3-s7 .top-block img.bg {
  display: block;
  width: 100%;
  height: calc(37.5vw - 4px);
  object-fit: cover;
}
.project-3-s7 .top-block .item {
  position: absolute;
}
.project-3-s7 .top-block .item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/3-icon4-1.png");
}
.project-3-s7 .top-block .item i:after {
  content: "";
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/3-icon4-2.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.project-3-s7 .top-block .item p {
  color: #dddddd;
  font-size: 14px;
  line-height: 34px;
  padding: 0 24px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  background-image: linear-gradient(90deg, #666, #666);
  cursor: pointer;
}
.project-3-s7 .top-block .item p span {
  color: #fff;
  font-family: "NotoSansHans-bold";
}
.project-3-s7 .top-block .item:nth-of-type(1) {
  top: 19vw;
  left: 41.3vw;
}
.project-3-s7 .top-block .item:nth-of-type(1) i:after {
  transform: rotate(170deg);
}
.project-3-s7 .top-block .item:nth-of-type(1) p {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.project-3-s7 .top-block .item:nth-of-type(2) {
  top: 23.6vw;
  left: 47.13vw;
}
.project-3-s7 .top-block .item:nth-of-type(2) i:after {
  transform: rotate(-160deg);
}
.project-3-s7 .top-block .item:nth-of-type(2) p {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.project-3-s7 .top-block .item:nth-of-type(3) {
  top: 28.33vw;
  left: 42.86vw;
}
.project-3-s7 .top-block .item:nth-of-type(3) i:after {
  transform: rotate(-120deg);
}
.project-3-s7 .top-block .item:nth-of-type(3) p {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.project-3-s7 .top-block .item:nth-of-type(4) {
  top: 30.36vw;
  left: 36.71vw;
}
.project-3-s7 .top-block .item:nth-of-type(4) i:after {
  transform: rotate(-80deg);
}
.project-3-s7 .top-block .item:nth-of-type(4) p {
  left: 10px;
  top: 0;
}
.project-3-s7 .top-block .item:nth-of-type(5) {
  top: 30vw;
  left: 31.25vw;
}
.project-3-s7 .top-block .item:nth-of-type(5) i:after {
  transform: rotate(0deg);
}
.project-3-s7 .top-block .item:nth-of-type(5) p {
  right: 10px;
  top: 0;
}
.project-3-s7 .top-block .item:nth-of-type(6) {
  top: 24.73vw;
  left: 38.125vw;
}
.project-3-s7 .top-block .item:nth-of-type(6) i:after {
  transform: rotate(-180deg);
}
.project-3-s7 .top-block .item:nth-of-type(6) p {
  right: 10px;
  bottom: 0;
}
.project-3-s7 .top-block .item:nth-of-type(7) {
  top: 27.4vw;
  left: 30vw;
}
.project-3-s7 .top-block .item:nth-of-type(7) p {
  right: 10px;
  bottom: 0;
}
.project-3-s7 .top-block .item.active p {
  background-image: linear-gradient(90deg, #0e5e85, #73c981);
}
.project-3-s7 .top-block .hide {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.project-3-s7 .top-block .hide p {
  font-size: 15px;
  color: #ddd;
  white-space: nowrap;
}
.project-3-s7 .top-block .hide p span {
  color: #fff;
  font-family: "NotoSansHans-bold";
}
.project-3-s7 .top-block .hide:after {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  margin: 15px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/3-icon5.png");
}
.project-3-s7 .top-block.active {
  height: 240px;
}
.project-3-s7 .top-block.active .show {
  opacity: 0;
  visibility: hidden;
}
.project-3-s7 .top-block.active .hide {
  opacity: 1;
  visibility: visible;
}

.project-3-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.project-3-pop.active {
  opacity: 1;
  visibility: visible;
}
.project-3-pop .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close.png");
  cursor: pointer;
  z-index: 2;
}
.project-3-pop .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  display: none;
}
.project-3-pop .item img {
  max-width: 80vw;
  max-height: 80vh;
}

@media screen and (max-width: 1600px) {
  .project-3-s2 .tit h3,
  .project-3-s3 .txt-box .tit,
  .project-3-s4 .tit,
  .project-3-s5 .item .tit,
  .project-3-s6 .tit,
  .project-3-s7 .tit {
    font-size: 30px;
  }

  .project-3-s2 .items .item .top-box {
    width: 200px;
  }

  .project-3-s3 .txt-box a {
    width: 200px;
    line-height: 46px;
  }

  .project-3-s6 .data .num span {
    font-size: 66px;
  }

  .project-3-s6 .data .num em {
    font-size: 40px;
  }

  .project-3-s3 .txt-box .para,
  .project-3-s4 .para,
  .project-3-s6 .para {
    line-height: 22px;
  }

  .project-3-s5 .item .center .img-box {
    width: 190px;
  }
}
@media screen and (max-width: 1600px) {
  .project-3-s2 .tit h3,
  .project-3-s3 .txt-box .tit,
  .project-3-s4 .tit,
  .project-3-s5 .item .tit,
  .project-3-s6 .tit,
  .project-3-s7 .tit {
    font-size: 26px;
  }

  .project-3-s2 .items .item .bot-box h3,
  .project-3-s5 .item .box h3,
  .project-3-s5 .item .center .info h3 {
    font-size: 16px;
  }

  .project-3-s3 .txt-box .para {
    max-height: 176px;
  }

  .project-3-s3 .txt-box a {
    width: 180px;
    line-height: 44px;
    font-size: 14px;
  }

  .project-3-s5 .item .center .img-box {
    width: 160px;
  }

  .project-3-s6 .data .num span {
    font-size: 50px;
  }

  .project-3-s6 .data .num em {
    font-size: 30px;
  }

  .project-3-s6 .pic-box .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .project-3 .wrap-3 {
    width: 90%;
  }

  .project-3-s1 {
    height: 30vh;
  }

  .project-3-s1 .txt-box {
    top: 40%;
  }

  .project-3-s1 .txt-box img {
    width: 60%;
  }

  .project-3-s2 {
    padding: 40px 0;
  }

  .project-3-s2 .tit h3,
  .project-3-s3 .txt-box .tit,
  .project-3-s4 .tit,
  .project-3-s5 .item .tit,
  .project-3-s6 .tit,
  .project-3-s7 .tit {
    font-size: 20px;
  }

  .project-3-s2 .tit:after {
    width: 30px;
    height: 2px;
    margin: 15px auto 0;
  }

  .project-3-s2 .items {
    margin-top: 45px;
  }

  .project-3-s2 .items .item {
    width: 100%;
  }

  .project-3-s2 .items .item:nth-of-type(2) {
    margin: 45px 0;
  }

  .project-3-s2 .items .item:nth-of-type(1),
  .project-3-s2 .items .item:nth-of-type(3) {
    text-align: center;
  }

  .project-3-s2 .items .item .bot-box {
    padding: 20px;
  }

  .project-3-s3 .txt-box {
    position: static;
    width: 100%;
    padding: 40px 0 20px;
  }

  .project-3-s3 .txt-box:before {
    display: none;
  }

  .project-3-s3 .txt-box .para {
    margin: 20px 0;
    max-height: none;
  }

  .project-3-s3 .txt-box a {
    width: 140px;
    line-height: 36px;
  }

  .project-3-s3 .img-box {
    width: 100%;
  }

  .project-3-s4 {
    padding: 40px 0;
  }

  .project-3-s4 .para {
    margin: 20px 0;
  }

  .project-3-s5 .items {
    display: block;
  }

  .project-3-s5 .item {
    width: 50%;
  }

  .project-3-s5 .item {
    width: 100%;
    padding-top: 60px;
  }

  .project-3-s5 .item .tit {
    line-height: 60px;
  }

  .project-3-s5 .item .boxes {
    padding: 20px;
  }

  .project-3-s5 .item .box:before {
    margin: 20px auto;
  }

  .project-3-s5 .item .cont {
    padding: 20px;
  }

  .project-3-s5 .item .center {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
  }

  .project-3-s5 .item .center .img-box {
    position: static;
    transform: none;
    width: 220px;
    margin: 0 auto;
  }

  .project-3-s5 .item .center .info {
    position: static;
    margin: 20px 0 0;
  }

  .project-3-s5 .item .center .info:before {
    float: left;
  }

  .project-3-s5 .item .center .info .pos {
    position: static;
    width: 100%;
    transform: none;
    padding-top: 0;
    margin-left: 70px;
    text-align: left;
  }

  .project-3-s6 {
    padding: 40px 0;
  }

  .project-3-s6 .para {
    margin-top: 20px;
  }

  .project-3-s6 .mid-block {
    padding: 20px 0;
  }

  .project-3-s6 .data .num span {
    font-size: 30px;
  }

  .project-3-s6 .data {
    display: block;
  }

  .project-3-s6 .data:nth-of-type(2) {
    margin: 20px 0;
  }

  .project-3-s6 .bot-block {
    padding: 40px 0 0;
  }

  .project-3-s6 .pic-box {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0 auto;
  }

  .project-3-s6 .pic-box .txt p:nth-of-type(1) {
    top: 10%;
    left: 2%;
  }

  .project-3-s6 .pic-box .txt p:nth-of-type(2) {
    left: 26%;
    bottom: -40px;
  }

  .project-3-s6 .info-box {
    width: 100%;
    margin: 50px 0 0;
  }

  .project-3-s7 {
    padding-top: 90px;
    background-color: #333;
    padding-bottom: 40px;
  }

  .project-3-s7 .tab-cont .item h3 {
    display: block;
  }

  .project-3-s7:after {
    display: none;
  }

  .project-3-s7 .tab-cont .item {
    display: block;
  }

  .project-3-s7 .top-block {
    display: none;
  }

  .project-3-s7 .tit {
    top: 40px;
  }

  .project-3-s7 .slick-dots {
    margin-top: 20px;
    text-align: center;
  }
  .project-3-s7 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 2px;
    background-color: #fff;
    opacity: 0.5;
  }
  .project-3-s7 .slick-dots li.slick-active {
    opacity: 1;
  }
  .project-3-s7 .slick-dots button {
    display: none;
  }

  .project-3 .m_phone {
    display: block;
    font-size: 16px;
    color: #333;
    font-family: "DINPro-regular";
    line-height: 30px;
    position: fixed;
    right: 50px;
    top: 15px;
    z-index: 10;
  }
  .project-3 .m_phone:before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/1-icon11-2.png");
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
  }
}
/* 2020-10-13 */
.project-4 {
  padding-top: 76px;
}
.project-4 .wrap-4 {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.project-4 .wrap-4:after {
  content: "";
  clear: both;
  display: block;
}

.project-4-tit h4 {
  font-size: 16px;
  color: #e60012;
  font-family: "DINPro";
}
.project-4-tit h3 {
  font-size: 40px;
}
.project-4-tit h3 span {
  color: #e60012;
}
.project-4-tit.center {
  text-align: center;
}
.project-4-tit.gray h3 {
  color: #333;
}
.project-4-tit.white h3 {
  color: #fff;
}

.project-4-s1 img {
  display: block;
  width: 100%;
}
.project-4-s1 h3 {
  font-size: 40px;
  color: #fff;
}
.project-4-s1 h3 span {
  color: #fd3142;
}
.project-4-s1 h4 {
  font-size: 26px;
  color: #fff;
}
.project-4-s1 .tips {
  margin-top: 40px;
  width: 240px;
  font-size: 0;
}
.project-4-s1 .item {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  text-align: center;
}
.project-4-s1 .item i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-4-s1 .item:nth-of-type(1) {
  background-image: linear-gradient(135deg, #e60012, #ff3242);
}
.project-4-s1 .item:nth-of-type(1) i {
  background-image: url("../images/4-icon1.png");
}
.project-4-s1 .item:nth-of-type(2) {
  background-image: linear-gradient(135deg, #e60012, #ff3242);
}
.project-4-s1 .item:nth-of-type(2) i {
  background-image: url("../images/4-icon2.png");
}
.project-4-s1 .item:nth-of-type(3) {
  background-image: linear-gradient(45deg, #ff3242, #e60012);
}
.project-4-s1 .item:nth-of-type(3) i {
  background-image: url("../images/4-icon3.png");
}
.project-4-s1 .item:nth-of-type(4) {
  background-image: linear-gradient(135deg, #ff3242, #e60012);
}
.project-4-s1 .item:nth-of-type(4) i {
  background-image: url("../images/4-icon4.png");
}
.project-4-s1 .item span {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.project-4-s2 {
  padding: 8vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img1.jpg");
  font-size: 0;
}
.project-4-s2 .left-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5vw;
}
.project-4-s2 .left-box h3 {
  font-size: 32px;
  color: #333;
}
.project-4-s2 .left-box h3 span {
  color: #e60012;
}
.project-4-s2 .left-box h4 {
  font-size: 24px;
  color: #333;
}
.project-4-s2 .left-box h4 span {
  color: #e60012;
}
.project-4-s2 .left-box .para {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.project-4-s2 .left-box .tips {
  margin-top: 2vw;
}
.project-4-s2 .left-box .tip {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  padding-left: 35px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  background-position: left top;
  background-repeat: no-repeat;
}
.project-4-s2 .left-box .tip:nth-of-type(1) {
  background-image: url("../images/4-icon5.png");
}
.project-4-s2 .left-box .tip:nth-of-type(2) {
  background-image: url("../images/4-icon6.png");
}
.project-4-s2 .left-box .tip:nth-of-type(3) {
  background-image: url("../images/4-icon7.png");
}
.project-4-s2 .left-box .tip:nth-of-type(4) {
  background-image: url("../images/4-icon8.png");
}
.project-4-s2 .left-box .tip:last-of-type {
  padding-bottom: 0;
  border: none;
}
.project-4-s2 .left-box .tip a {
  color: #e60012;
  text-decoration: underline;
}
.project-4-s2 .right-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.project-4-s2 .right-box img {
  display: block;
  width: 100%;
}

.project-4-s3 {
  padding: 8vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img11.jpg");
  font-size: 0;
}
.project-4-s3 .cont {
  margin-top: 3vw;
}
.project-4-s3 .tab-tit {
  background-color: #333333;
}
.project-4-s3 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  position: relative;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.project-4-s3 .tab-tit .item:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img12.jpg");
  border-radius: 0 60px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-4-s3 .tab-tit .item:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #666667;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: all 0.3s ease;
}
.project-4-s3 .tab-tit .item:last-of-type:after {
  display: none;
}
.project-4-s3 .tab-tit .item i {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.project-4-s3 .tab-tit .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.project-4-s3 .tab-tit .item:nth-of-type(1) i {
  background-image: url("../images/4-icon14-1.png");
}
.project-4-s3 .tab-tit .item:nth-of-type(2) i {
  background-image: url("../images/4-icon14-2.png");
}
.project-4-s3 .tab-tit .item:nth-of-type(3) i {
  background-image: url("../images/4-icon14-3.png");
}
.project-4-s3 .tab-tit .item:nth-of-type(4) i {
  background-image: url("../images/4-icon14-4.png");
}
.project-4-s3 .tab-tit .item:nth-of-type(5) i {
  background-image: url("../images/4-icon14-5.png");
}
.project-4-s3 .tab-tit .item:hover i,
.project-4-s3 .tab-tit .item:hover span {
  opacity: 1;
}
.project-4-s3 .tab-tit .item.active:before {
  opacity: 1;
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.5);
}
.project-4-s3 .tab-tit .item.active:after {
  opacity: 0;
}
.project-4-s3 .tab-tit .item.active i,
.project-4-s3 .tab-tit .item.active span {
  opacity: 1;
}
.project-4-s3 .tab-cont {
  border: 4px solid #333333;
  border-top-color: #e60012;
  height: 600px;
}
.project-4-s3 .tab-cont .child {
  height: 100%;
  display: none;
}
.project-4-s3 .tab-cont .child.active {
  display: block;
}
.project-4-s3 .tab-cont .txt-box {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img13.jpg");
}
.project-4-s3 .tab-cont .txt-box .scroll {
  height: 100%;
  overflow: auto;
}
.project-4-s3 .tab-cont .txt-box .item {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
}
.project-4-s3 .tab-cont .txt-box .item .info {
  position: relative;
}
.project-4-s3 .tab-cont .txt-box .item i {
  display: block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-4-s3 .tab-cont .txt-box .item span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/4-icon16.png");
}
.project-4-s3 .tab-cont .txt-box .item h3 {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.project-4-s3 .tab-cont .txt-box .item p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 5px;
}
.project-4-s3 .tab-cont .txt-box .item:hover {
  background-color: #fff;
}
.project-4-s3 .tab-cont .txt-box .item.active {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.project-4-s3 .tab-cont .map-box {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  height: 100%;
}

.project-4-s4 {
  padding: 8vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img8.jpg");
  font-size: 0;
}
.project-4-s4 .cont {
  margin-top: 2.5vw;
  position: relative;
}
.project-4-s4 .left-box .items {
  width: 53%;
  max-width: 760px;
  margin-left: 0;
}
.project-4-s4 .left-box .item {
  position: relative;
}
.project-4-s4 .left-box .item .img-box {
  overflow: hidden;
}
.project-4-s4 .left-box .item img {
  display: block;
  width: 100%;
}
.project-4-s4 .left-box .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img10.jpg");
  color: #fff;
  font-size: 18px;
}
.project-4-s4 .right-box {
  position: absolute;
  top: 0;
  left: calc(53% + 40px);
  bottom: 0;
  right: 0;
}
.project-4-s4 .right-box .items {
  padding-right: 20px;
}
.project-4-s4 .right-box .item {
  position: relative;
}
.project-4-s4 .right-box .item .img-box {
  overflow: hidden;
  position: relative;
}
.project-4-s4 .right-box .item img {
  display: block;
  width: 100%;
}
.project-4-s4 .right-box .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 3px solid #c40d1c;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-4-s4 .right-box .item.active:after {
  opacity: 1;
}
.project-4-s4 .right-box .buttons {
  bottom: 20px;
  position: absolute;
  left: 20px;
  font-size: 0;
  z-index: 2;
}
.project-4-s4 .right-box .button {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/4-icon11.png");
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-4-s4 .right-box .button:hover {
  background-image: url("../images/4-icon12.png");
}
.project-4-s4 .right-box .button-next {
  transform: rotateY(180deg);
}

.project-4-s5 {
  padding: 8vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img4.jpg");
  font-size: 0;
}
.project-4-s5 .cont {
  margin-top: 2.5vw;
  display: flex;
}
.project-4-s5 .left-box {
  width: 300px;
  padding: 64px 64px 64px 0;
  position: relative;
}
.project-4-s5 .left-box .items {
  height: 418px;
}
.project-4-s5 .left-box .item {
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}
.project-4-s5 .left-box .item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid #e60012;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-4-s5 .left-box .item .img-box {
  position: relative;
  overflow: hidden;
}
.project-4-s5 .left-box .item .img-box img {
  display: block;
  width: 100%;
}
.project-4-s5 .left-box .item .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #e60012;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s ease;
}
.project-4-s5 .left-box .item .txt-box {
  background-color: #dddddd;
  font-size: 14px;
  line-height: 34px;
  color: #999;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-4-s5 .left-box .item.active:after {
  opacity: 1;
}
.project-4-s5 .left-box .item.active .img-box:after {
  opacity: 1;
}
.project-4-s5 .left-box .item.active .txt-box {
  color: #fff;
  background-color: #e60012;
}
.project-4-s5 .left-box .button {
  width: 220px;
  height: 50px;
  position: absolute;
  left: 0;
  background-color: #dddddd;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/4-icon10.png");
  transition: all 0.3s ease;
  cursor: pointer;
}
.project-4-s5 .left-box .button:hover {
  background-color: #e60012;
}
.project-4-s5 .left-box .button-prev {
  top: 0;
}
.project-4-s5 .left-box .button-next {
  bottom: 0;
  transform: rotateX(180deg);
}
.project-4-s5 .right-box {
  width: calc(100% - 300px);
}
.project-4-s5 .right-box .child {
  position: relative;
  height: 0;
  overflow: hidden;
}
.project-4-s5 .right-box .child.active {
  height: 100%;
}
.project-4-s5 .right-box .swiper-container {
  height: 100%;
}
.project-4-s5 .right-box .img-box {
  width: 65%;
  height: 100%;
  max-width: 740px;
  position: relative;
}
.project-4-s5 .right-box .item .box {
  height: 100%;
  overflow: hidden;
}
.project-4-s5 .right-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-4-s5 .right-box .buttons {
  bottom: 35px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.project-4-s5 .right-box .button {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/4-icon11.png");
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-4-s5 .right-box .button:hover {
  background-image: url("../images/4-icon12.png");
}
.project-4-s5 .right-box .button-next {
  transform: rotateY(180deg);
}
.project-4-s5 .right-box .txt-box {
  width: 35%;
  height: 100%;
  padding: 5vw 2.5vw;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/4-img7.jpg");
  background-size: 100% auto;
}
.project-4-s5 .right-box .txt-box h3 {
  font-size: 24px;
}
.project-4-s5 .right-box .txt-box .tips p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 20px;
}
.project-4-s5 .right-box .txt-box .tips p:nth-of-type(1) {
  background-image: url("../images/4-icon13-1.png");
}
.project-4-s5 .right-box .txt-box .tips p:nth-of-type(2) {
  background-image: url("../images/4-icon13-2.png");
}
.project-4-s5 .right-box .txt-box .tips p:nth-of-type(3) {
  background-image: url("../images/4-icon13-3.png");
}
.project-4-s5 .right-box .txt-box .para {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  margin-top: 2vw;
  height: 140px;
  overflow: auto;
  padding-right: 20px;
}

.project-4-s6 {
  padding: 8vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/4-img3.jpg");
  font-size: 0;
}
.project-4-s6 .items {
  margin-top: 2vw;
  display: flex;
  flex-wrap: wrap;
}
.project-4-s6 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  margin-top: 30px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.project-4-s6 .item:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #e60012;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.project-4-s6 .item i {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-4-s6 .item span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
}
.project-4-s6 .item p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  padding-left: 35px;
}
.project-4-s6 .item:nth-of-type(3n) {
  padding-right: 0;
}
.project-4-s6 .item:nth-of-type(3n):after {
  display: none;
}
.project-4-s6 .item:nth-of-type(3n-2) {
  padding-left: 0;
}

@media screen and (max-width: 1600px) {
  .project-4-s1 h3,
  .project-4-tit h3 {
    font-size: 32px;
  }

  .project-4-s1 h4 {
    font-size: 22px;
  }

  .project-4-s1 .item span {
    font-size: 15px;
  }

  .project-4-s1 .item {
    width: 110px;
    height: 110px;
  }

  .project-4-s2 .left-box h3 {
    font-size: 30px;
  }

  .project-4-s2 .left-box h4 {
    font-size: 20px;
  }

  .project-4-s3 .tab-tit .item {
    padding: 15px;
  }

  .project-4-s3 .tab-tit .item span {
    font-size: 15px;
  }

  .project-4-s3 .tab-cont {
    height: 560px;
  }

  .project-4-s4 .left-box .item .txt-box {
    padding: 15px;
  }

  .project-4-s5 .right-box .txt-box h3 {
    font-size: 20px;
  }

  .project-4-s5 .right-box .txt-box .tips p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .project-4 {
    padding-top: 68px;
  }

  .project-4-s1 h3,
  .project-4-tit h3 {
    font-size: 26px;
  }

  .project-4-s1 h4 {
    font-size: 18px;
  }

  .project-4-s1 .item {
    width: 100px;
    height: 100px;
  }

  .project-4-s1 .item span {
    font-size: 14px;
  }

  .project-4-s2 .left-box h3 {
    font-size: 26px;
  }

  .project-4-s2 .left-box h4 {
    font-size: 18px;
  }

  .project-4-tit h4 {
    font-size: 14px;
  }

  .project-4-s3 .tab-tit .item span {
    font-size: 14px;
  }

  .project-4-s3 .tab-cont .txt-box .item i {
    width: 30px;
    height: 30px;
  }

  .project-4-s3 .tab-cont {
    height: 480px;
  }

  .project-4-s3 .tab-cont .txt-box {
    width: 28%;
  }

  .project-4-s3 .tab-cont .map-box {
    width: 72%;
  }

  .project-4-s5 .left-box {
    width: 240px;
    padding: 54px 30px 54px 0;
  }

  .project-4-s5 .left-box .button {
    width: 194px;
    height: 40px;
  }

  .project-4-s5 .left-box .items {
    height: 380px;
  }

  .project-4-s5 .right-box .txt-box .para {
    height: 196px;
  }

  .project-4-s5 .right-box .txt-box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .project-4 .wrap-4 {
    width: 90%;
  }

  .project-4 {
    padding-top: 0;
  }

  .project-4-s1 h3,
  .project-4-tit h3 {
    font-size: 20px;
  }

  .project-4-s1 h4 {
    font-size: 16px;
  }

  .project-4-s1 .tips {
    margin-top: 20px;
  }

  .project-4-s2 {
    padding: 40px 0;
  }

  .project-4-s2 .left-box {
    width: 100%;
  }

  .project-4-s2 .left-box h3 {
    font-size: 20px;
  }

  .project-4-s2 .left-box h4 {
    font-size: 16px;
  }

  .project-4-s2 .left-box .para {
    line-height: 22px;
  }

  .project-4-s2 .left-box .tips {
    margin-top: 20px;
  }

  .project-4-s2 .right-box {
    width: 100%;
  }

  .project-4-s3 {
    padding: 40px 0;
  }

  .project-4-s3 .cont {
    margin-top: 20px;
  }

  .project-4-s3 .tab-tit .item {
    width: 50%;
  }

  .project-4-s3 .tab-tit .item:before {
    border-radius: 0;
  }

  .project-4-s3 .tab-tit .item {
    padding: 10px;
  }

  .project-4-s3 .tab-cont {
    height: auto;
    display: block;
  }

  .project-4-s3 .tab-cont .txt-box {
    width: 100%;
  }

  .project-4-s3 .tab-cont .txt-box .item {
    padding: 20px;
  }

  .project-4-s3 .tab-cont .map-box {
    width: 100%;
    height: 300px;
  }

  .project-4-s4 {
    padding: 40px 0;
  }

  .project-4-s4 .cont {
    margin-top: 20px;
  }

  .project-4-s4 .right-box {
    display: none;
  }

  .project-4-s4 .left-box .items {
    width: 100%;
    margin-left: auto;
  }

  .project-4-s4 .left-box .item .txt-box {
    font-size: 16px;
    padding: 10px;
  }

  .project-4-s5 {
    padding: 40px 0;
  }

  .project-4-s5 .cont {
    margin-top: 20px;
    display: block;
  }

  .project-4-s5 .left-box {
    width: 100%;
    padding: 0;
  }

  .project-4-s5 .left-box .items {
    height: auto;
  }

  .project-4-s5 .left-box .button {
    display: none;
  }

  .project-4-s5 .left-box .item .txt-box {
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .project-4-s5 .left-box .item {
    padding: 0 0 5px;
  }

  .project-4-s5 .left-box .item:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e60012;
    border-bottom: none;
    top: calc(100% - 5px);
    left: 50%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -5px;
  }

  .project-4-s5 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .project-4-s5 .right-box .img-box {
    width: 100%;
  }

  .project-4-s5 .right-box .txt-box {
    width: 100%;
    padding: 20px;
    position: static;
  }

  .project-4-s5 .right-box .buttons {
    bottom: 20px;
  }

  .project-4-s5 .right-box .button {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }

  .project-4-s5 .right-box .txt-box .para {
    height: auto;
    margin-top: 15px;
    padding-right: 0;
  }

  .project-4-s6 {
    padding: 40px 0;
  }

  .project-4-s6 .items {
    margin: 20px -10px 0;
  }

  .project-4-s6 .item {
    width: 50%;
  }

  .project-4-s6 .item:after {
    display: none;
  }

  .project-4-s6 .item {
    margin-top: 20px;
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 1700px) {
  .p_header ul li {
    font-size: 26px;
  }

  .industry_main .section1 .title h3 {
    font-size: 30px;
  }

  .industry_main .section1 .title h4 {
    font-size: 14px;
  }

  .industry_main .section1 .circle {
    width: 250px;
    height: 250px;
  }

  .industry_main .section .c_tit h3 {
    font-size: 20px;
  }

  .industry_main .section1 .circle .txt {
    border-width: 20px;
  }

  .industry_main .section1 .circle .dot:after {
    width: 175px;
    height: 80px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(1) {
    left: -277px;
    top: -52px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(2) {
    left: -277px;
    bottom: -52px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(3) {
    right: -277px;
    top: -52px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(4) {
    right: -277px;
    bottom: -52px;
  }

  .industry_main .section1 .txt_block {
    padding-top: 12vh;
  }

  .industry_main .section1 .txt_block h3 {
    font-size: 20px;
  }

  .industry_main .section1 .txt_block:before {
    top: 10px;
  }

  .industry_main .section2 .item .txt h3 {
    font-size: 20px;
  }

  .industry_main .section2 .item i {
    height: 120px;
  }

  .industry_main .section2 .circle {
    width: 320px;
    height: 320px;
  }

  .industry_main .section4 .tit {
    width: 260px;
    padding: 20px 0;
  }

  .industry_main .section4 .item i {
    background-size: auto 46px;
  }

  .industry_main .section4 .item h3 {
    font-size: 16px;
    line-height: 40px;
  }

  .industry_main .section4 .item .p_block {
    font-size: 15px;
    line-height: 28px;
  }

  .industry_main .section4 .item .p_block p:before {
    top: 13px;
  }

  .industry_main .section4 .item i {
    margin: 0 auto;
  }

  .industry_main .section6 .bot_block .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .industry_main .section6 .bot_block .child:after {
    width: 40px;
    height: 20px;
  }

  .industry_main .section6 .bot_block .child:nth-of-type(1):after {
    margin-left: -20px;
  }

  .industry_main .section6 .bot_block .child:nth-of-type(2):after {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1600px) {
  .index_main .section1 .txt_block {
    bottom: 32vh;
  }

  .index_main .section1 .txt_block h3 {
    font-size: 42px;
  }

  .index_main .section2 .right h3 {
    font-size: 32px;
  }

  .index_main .section4 .left h3 {
    font-size: 40px;
  }

  .index_main .section4 .left h3 a {
    width: 66px;
    height: 66px;
    background-size: auto 30px;
  }

  .index_main .section4 .txt_slick .item {
    padding-right: 18vw;
  }

  .index_main .section4 .txt_slick .item h3 {
    font-size: 32px;
  }

  .index_main .section4 .txt_slick .item h3 span {
    font-size: 34px;
  }

  .index_main .section4 .txt_slick .item h3:after {
    margin: 20px 0;
  }

  .index_main .section4 .txt_slick .item img {
    max-width: 15vw;
  }

  .index_main .section4 .img_slick {
    width: 54vw;
  }

  .index_main .section6 .main .txt_block h3 {
    font-size: 26px;
    margin-top: 15px;
  }

  .index_main .section6 .main .txt_block .desc {
    font-size: 14px;
    line-height: 24px;
    max-height: 168px;
    overflow: hidden;
  }

  .index_main .section6 .main .txt_block a {
    margin-top: 2vw;
  }

  .index_main .section6 .main .item .icon i {
    background-size: auto 40px;
  }

  .index_main .section6 .main .txt_block h3:after {
    margin: 20px auto;
  }

  .index_main .section6 .main .item h3 {
    font-size: 16px;
  }

  .index_main .section6 .main .item:nth-of-type(1) h3 {
    bottom: 70%;
  }

  .index_main .section6 .main .item:nth-of-type(4) h3 {
    top: 70%;
  }

  .index_main .section6 .tit h3 {
    font-size: 32px;
  }

  .index_main .section6 .tab_content {
    margin-top: 2.5vw;
  }

  .index_main .section6 .tab_content .swiper-container {
    padding-bottom: 5vw;
  }

  .index_main .section6 .tab_content .swiper-container .swiper-slide h3 {
    margin: 20px 0 10px;
  }

  .index_main .section6 .tab_content .swiper-container .swiper-slide p {
    line-height: 26px;
    max-height: 78px;
  }

  .index_main .section6 .tab_content .swiper-scrollbar-drag:before {
    width: 80px;
    height: 44px;
    background-size: auto 44px;
    top: -22px;
    margin-left: -40px;
  }

  .news_detail .section1 .top_box .p_title {
    font-size: 20px;
  }

  .news_detail .section1 .top_box h3 {
    font-size: 36px;
    margin-top: 30px;
  }

  .news_detail .section1 .top_box span {
    width: 160px;
  }

  .news_detail .section1 .page_box a {
    font-size: 16px;
  }

  .news_detail .section2 .title {
    font-size: 32px;
  }

  .comm_sec1 .item .top_box .date {
    font-size: 50px;
  }

  .comm_sec1 .item .bot_box h3 a {
    font-size: 20px;
  }

  .news_index .section1 .link a.active {
    font-size: 28px;
    line-height: 60px;
  }

  .news_index .section1 .link a {
    font-size: 20px;
    line-height: 50px;
  }

  .news_index .section1 .box .tit_block h3 {
    font-size: 28px;
  }

  .news_index .section2 .load a {
    width: 50px;
    height: 50px;
  }

  .brand_index .circle_bg img {
    height: 38px;
  }

  .brand_index .circle_main svg {
    top: -24px;
    left: -24px;
    width: calc(100% + 48px);
    height: calc(100% + 48px);
  }

  .brand_index ul {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }

  .brand_index ul li h3 {
    font-size: 30px;
  }

  .brand_index ul li .box {
    margin-top: -25px;
  }

  .brand_index .desc {
    padding: 30px;
    padding-left: 90px;
  }

  .brand_index .desc .num {
    font-size: 40px;
    left: 30px;
  }

  .brand_index .desc p {
    line-height: 24px;
    max-height: 120px;
  }

  .brand_detail .circle li.active span {
    font-size: 32px;
  }

  .brand_detail .txt_block h3 {
    font-size: 28px;
  }

  .brand_detail .txt_block h4 {
    font-size: 20px;
  }

  .partner_main .section1 h3 {
    font-size: 50px;
  }

  .partner_main .section1 h4 {
    font-size: 18px;
  }

  .partner_main .section1 .mouse {
    bottom: 30px;
  }

  .partner_main .section4 .p_title,
  .partner_main .section6 .p_desc h3,
  .partner_main .section2 .sec1 .txt_block h3,
  .partner_main .section2 .sec2 .tit {
    font-size: 30px;
  }

  .partner_main .section4 .item h3,
  .partner_main .section6 .slick .item .ope h3,
  .partner_main .section2 .sec2 .dots .dot h3,
  .partner_main .section2 .sec1 .item .txt h3 {
    font-size: 20px;
  }

  .partner_main .section6 .pic_box {
    margin-top: 30px;
  }

  .partner_main .section6 .slick .item .ope h3 {
    margin-bottom: 20px;
  }

  .partner_main .section6 .slick .item .box {
    top: 100px;
  }

  .fix_partner_form .main {
    max-width: 480px;
    padding: 40px 40px 50px;
  }

  .fix_partner_form .main h3 {
    font-size: 28px;
  }

  .fix_partner_form .main .box .lable {
    line-height: 50px;
  }

  .fix_partner_form .main .box input,
  .fix_partner_form .main .box button {
    height: 50px;
  }

  .partner_main .section2 .sec1 .txt_block .num {
    height: 230px;
  }

  .partner_main .section2 .sec1 .txt_block .num span {
    font-size: 300px;
    margin-top: -50px;
  }

  .partner_main .section2 .sec2 .swiper .item .num {
    height: 170px;
  }

  .partner_main .section2 .sec2 .swiper .item .num span {
    font-size: 220px;
    margin-top: -38px;
  }

  .partner_main .section2 .sec2 .swiper .item {
    padding-top: 36vh;
  }

  .partner_main .section2 .sec2 .swiper .item p {
    font-size: 26px;
  }

  .partner_main .section2 .sec2 .swiper .item p.small {
    font-size: 20px;
  }

  .project_2 .section2 .txt_block {
    width: 40vw;
  }

  .project_2 .section2 .tip span.txt {
    font-size: 20px;
  }

  .project_2 .section2 .tip span.num {
    font-size: 30px;
  }

  .project_2 .section4 .tip {
    font-size: 20px;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 20px;
  }

  .project_2 .section6 .item h3 {
    font-size: 30px;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 20px;
  }

  .project_2 .section6 .items .item .txt_box h3 {
    font-size: 20px;
  }

  .project_2 .section6 .items .item .txt_box span {
    font-size: 50px;
  }

  .project_2 .section6 .item span {
    font-size: 16px;
  }

  .project_1 .c_tit h3,
  .project_traffic h3 {
    font-size: 30px;
  }

  .project_1 .section4 a.more {
    width: 160px;
    font-size: 14px;
  }

  .project_1 .section6 .item h3 {
    font-size: 18px;
  }

  .project_1 .section6 .item h3 span {
    font-size: 26px;
  }

  .project_traffic {
    width: 40vw;
  }

  .project_traffic .item {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .news_detail .section1 .top_box h3 {
    font-size: 32px;
  }

  .news_detail .section1 .top_box span {
    width: 146px;
  }

  .news_detail .section1 .page_box a .txt span {
    max-width: 65%;
  }

  .comm_sec1 .item .top_box .date {
    font-size: 44px;
  }

  .news_index .section1 .box .tit_block {
    width: 20vw;
  }

  .news_index .section1 .box .tit_block h3,
  .news_index .section1 .link a.active {
    font-size: 26px;
  }

  .brand_index ul li h3 {
    font-size: 26px;
  }

  .brand_index ul li .box {
    margin-top: -22px;
  }

  .p_header {
    padding: 10px 40px;
  }

  .p_header ul li {
    font-size: 20px;
    margin: 0 15px;
  }

  .p_header .tel {
    font-size: 26px;
  }

  .project_2 .c_tit {
    font-size: 32px;
  }

  .partner_main .section1 h3 {
    font-size: 44px;
    margin-top: 30px;
  }

  .industry_main .section1 .circle {
    width: 220px;
    height: 220px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(1) {
    left: -281px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(2) {
    left: -281px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(3) {
    right: -281px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(4) {
    right: -281px;
  }

  .partner_main .section2 .sec1 .txt_block .num {
    height: 180px;
  }

  .partner_main .section2 .sec1 .txt_block .num span {
    font-size: 240px;
    margin-top: -40px;
  }

  .partner_main .section2 .sec2 .swiper .item .num {
    height: 140px;
  }

  .partner_main .section2 .sec2 .swiper .item .num span {
    font-size: 180px;
    margin-top: -30px;
  }

  .partner_main .section2 .sec1 .item .icon {
    width: 80px;
    height: 80px;
  }

  .partner_main .section2 .sec1 .item:nth-of-type(2) .txt,
  .partner_main .section2 .sec1 .item:nth-of-type(3) .txt {
    top: 12px;
  }

  .partner_main .section2 .sec1 .main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .index_main .section {
    padding-top: 80px;
  }

  .index_main .section1 .txt_block {
    bottom: 30vh;
  }

  .index_main .section1 .txt_block h3 {
    font-size: 34px;
  }

  .index_main .section2 .right {
    width: 50%;
  }

  .index_main .section2 .right h3 {
    font-size: 28px;
    margin-top: 15px;
  }

  .index_main .section2 .right h3:after {
    margin: 15px 0;
  }

  .index_main .section4 .left h3 {
    font-size: 28px;
  }

  .index_main .section4 .left h3 a {
    width: 50px;
    height: 50px;
    background-size: auto 24px;
  }

  .index_main .section4 .txt_slick {
    width: 52vw;
    padding-bottom: 20px;
    top: 16vh;
  }

  .index_main .section4 .txt_slick .item {
    padding-right: 15vw;
  }

  .index_main .section4 .txt_slick .item img {
    max-width: 13vw;
  }

  .index_main .section4 .txt_slick .item h3 {
    font-size: 24px;
  }

  .index_main .section4 .txt_slick .item h3 span {
    font-size: 26px;
  }

  .index_main .section4 .txt_slick .item .desc {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
  }

  .index_main .section4 .img_slick {
    bottom: 5vh;
  }

  .index_main .section4 .img_slick .item {
    padding-left: 20px;
  }

  .index_main .section4 .img_slick .item h3 {
    font-size: 14px;
    left: 30px;
    right: 10px;
  }

  .index_main .section4 .img_slick .item h3 span {
    font-size: 16px;
  }

  .index_main .section4 .img_slick .item:after {
    left: 20px;
  }

  .index_main .section6 .main .item h3 {
    font-size: 14px;
    line-height: 60px;
  }

  .index_main .section6 .main .item .icon {
    width: 60px;
    height: 60px;
  }

  .index_main .section6 .main .item .icon i {
    background-size: auto 30px;
  }

  .index_main .section6 .main .item:nth-of-type(2) h3,
  .index_main .section6 .main .item:nth-of-type(3) h3 {
    padding-left: 70px;
  }

  .index_main .section6 .main .item:nth-of-type(5) h3,
  .index_main .section6 .main .item:nth-of-type(6) h3 {
    padding-right: 70px;
  }

  .index_main .section6 .main .txt_block h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .index_main .section6 .main .txt_block h3:after {
    margin: 10px auto;
  }

  .index_main .section6 .main .txt_block .desc {
    font-size: 13px;
  }

  .index_main .section6 .main .txt_block a {
    margin-top: 20px;
  }

  .index_main .section6 .tit h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .index_main .section6 .tab_content .swiper-container .swiper-slide p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }

  .index_main .section6 .tab_content .swiper-container {
    padding-bottom: 70px;
  }

  .news_detail .section1 .top_box {
    padding-left: 100px;
  }

  .news_detail .section1 .top_box h3 {
    font-size: 28px;
    max-width: 430px;
  }

  .news_detail .section1 .top_box span {
    width: 130px;
  }

  .news_detail .section1 .top_box span {
    font-size: 16px;
    line-height: 50px;
  }

  .news_detail .section1 .page_box a:nth-of-type(1) .txt:before {
    margin-right: 20px;
  }

  .news_detail .section1 .page_box a:nth-of-type(2) .txt:after {
    margin-left: 20px;
  }

  .news_detail .section2 .title {
    font-size: 28px;
  }

  .comm_sec1 .item .top_box .date {
    font-size: 40px;
  }

  .comm_sec1 .item .bot_box p {
    font-size: 15px;
    line-height: 26px;
  }

  .news_index .section1 .box .tit_block h3,
  .news_index .section1 .link a.active {
    font-size: 22px;
  }

  .news_index .section1 .box .tit_block .date {
    font-size: 20px;
  }

  .news_index .section1 .link a {
    font-size: 18px;
  }

  .news_index .section2 .load a {
    width: 40px;
    height: 40px;
  }

  .brand_index ul li .box {
    margin-top: -19px;
  }

  .brand_index ul li h3 {
    font-size: 20px;
  }

  .brand_index ul li h4 {
    font-size: 12px;
  }

  .brand_index .circle_bg img {
    height: 30px;
  }

  .brand_index .desc {
    width: 26vw;
    padding: 20px;
    padding-left: 70px;
  }

  .brand_index .desc .num {
    left: 20px;
    top: 20px;
    font-size: 32px;
  }

  .project_2 .c_tit {
    font-size: 28px;
  }

  .partner_main .section1 h3 {
    font-size: 40px;
  }

  .partner_main .section1 h4 {
    font-size: 14px;
  }

  .partner_main .section1 .img {
    width: 36vw;
  }

  .partner_main .section4 .p_title,
  .partner_main .section6 .p_desc h3,
  .partner_main .section2 .sec1 .txt_block h3,
  .partner_main .section2 .sec2 .tit {
    font-size: 26px;
  }

  .partner_main .section4 .item h3,
  .partner_main .section6 .slick .item .ope h3,
  .partner_main .section2 .sec1 .item .txt h3,
  .partner_main .section2 .sec2 .dots .dot h3 {
    font-size: 18px;
  }

  .partner_main .section6 .p_desc p {
    font-size: 15px;
    line-height: 28px;
  }

  .fixed_img_swiper .swiper-slide h3 {
    font-size: 18px;
    bottom: 4vh;
  }

  .industry_main .section1 .title h3 {
    font-size: 24px;
  }

  .industry_main .section1 .title h4 {
    font-size: 12px;
  }

  .industry_main .section1 .circle {
    margin-top: 7vh;
  }

  .industry_main .section1 .circle .dot {
    width: 100px;
    height: 100px;
  }

  .industry_main .section1 .circle .dot span {
    font-size: 15px;
  }

  .industry_main .section1 .circle .dot:after {
    width: 160px;
    height: 70px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(1) {
    left: -239px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(2) {
    left: -239px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(3) {
    right: -239px;
  }

  .industry_main .section1 .circle .dot:nth-of-type(4) {
    right: -239px;
  }

  .industry_main .section1 .txt_block p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
  }

  .industry_main .section2 .item i {
    height: 74px;
  }

  .industry_main .section2 .item .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  .industry_main .section2 .circle {
    width: 240px;
    height: 240px;
  }

  .industry_main .section4 .item i {
    width: 110px;
    height: 110px;
    background-size: auto 40px;
  }

  .industry_main .section4 .item .p_block {
    font-size: 14px;
    line-height: 24px;
  }

  .industry_main .section4 .item .p_block p:before {
    top: 11px;
  }

  .industry_main .section4 .item {
    width: 180px;
    margin-right: 40px;
  }

  .industry_main .section6 .top_block {
    width: 770px;
  }

  .industry_main .section6 .top_block .center {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
  }

  .industry_main .section6 .top_block .item {
    width: 120px;
    height: 120px;
  }

  .industry_main .section6 .top_block .item i {
    height: 40px;
    background-size: contain;
  }

  .industry_main .section6 .top_block .item h3 {
    font-size: 15px;
  }

  .industry_main .section6 .top_block .item:nth-of-type(1):after {
    left: 130px;
  }

  .industry_main .section6 .top_block .item:nth-of-type(2):after {
    right: 130px;
  }

  .industry_main .section6 .bot_block {
    margin-top: 30px;
    padding-top: 30px;
  }

  .industry_main .section6 .bot_block .child:nth-of-type(1):after {
    left: calc((100vw - 770px) / 2 + 150px);
  }

  .industry_main .section6 .bot_block .child:nth-of-type(2):after {
    right: calc((100vw - 770px) / 2 + 150px);
  }

  .partner_main .section {
    padding-top: 70px;
  }

  .partner_main .section2 .sec2 .swiper .item p {
    font-size: 20px;
    max-width: 800px;
  }

  .partner_main .section2 .sec2 .swiper .item p.small {
    font-size: 18px;
  }

  .project_2 .section2 .tip span.txt {
    font-size: 18px;
  }

  .project_2 .section2 .tip span.num {
    font-size: 24px;
  }

  .project_2 .section2 .tip {
    font-size: 14px;
  }

  .project_2 .section2 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .project_2 .section4 .tip {
    font-size: 18px;
  }

  .project_2 .section4 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 18px;
  }

  .project_2 .section6 .item h3 {
    font-size: 24px;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 18px;
  }

  .project_2 .section6 .txt_block .para {
    font-size: 14px;
    line-height: 24px;
  }

  .project_2 .section6 .items .item .txt_box h3 {
    font-size: 18px;
  }

  .project_2 .section6 .items .item .txt_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .project_2 .section6 .items .item .txt_box span {
    font-size: 40px;
  }

  .project_1 .c_tit h3,
  .project_traffic h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .news_index .section1 .link a.active {
    line-height: 50px;
  }

  .news_index .section1 .link a {
    line-height: 40px;
  }

  .comm_sec1 .item .top_box .date {
    font-size: 36px;
  }

  .brand_detail .circle li.active span {
    font-size: 26px;
  }

  .brand_detail .circle li p {
    font-size: 12px;
  }

  .p_header ul li {
    font-size: 16px;
    margin: 0 5px;
    line-height: 50px;
  }

  .p_header .tel {
    font-size: 20px;
    line-height: 50px;
  }

  .footer.p1 .tip {
    width: 480px;
  }

  .industry_main .section4 .item {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 60px;
  }

  .wrapper {
    width: 90%;
  }

  .index_main .section {
    padding-top: 0;
    height: auto;
    position: relative;
  }
  .index_main .section1 {
    height: 300px;
  }
  .index_main .section3 .swiper-container {
    height: 350px;
  }
  .index_main .section3 .swiper-container img{
    object-fit: cover;
  }

  .index_main .section1 .bg {
    position: static;
    height: 40vh;
  }

  .index_main .section1 .txt_block {
    bottom: 10vh;
  }

  .index_main .section1 .txt_block h3 {
    font-size: 22px;
  }

  .index_main .section1 .scroll {
    bottom: 20px;
  }

  .index_main .section2 {
    padding: 20px 0;
  }

  .index_main .section2 .left {
    width: 100%;
    margin-top: 15px;
  }

  .index_main .section2 .left .logo {
    width: 28vw;
    height: 28vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: -14vw 0 0 -14vw;
  }

  .index_main .section2 .right {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }

  .index_main .section2 .right h4,
  .index_main .section6 .main .txt_block h4,
  .index_main .section6 .tit h4 {
    text-align: center;
    font-size: 12px;
  }

  .index_main .section2 .right h3,
  .index_main .section6 .main .txt_block h3,
  .index_main .section6 .tit h3 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }

  .index_main .section2 .right h3:after,
  .index_main .section6 .main .txt_block h3:after {
    margin: 10px auto;
  }

  .index_main .section2 .right .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .index_main .section2 .right a,
  .index_main .section6 .main .txt_block a,
  .index_main .section6 .tit a {
    width: 130px;
    line-height: 36px;
    margin: 15px auto 0;
  }

  .index_main .section4 .img_slick {
    display: none;
  }

  .index_main .section4 .left {
    width: 100%;
  }

  .index_main .section4 .left .slick .item {
    height: 80vh;
  }

  .index_main .section4 .left h3 {
    font-size: 18px;
    top: 30px;
    padding-left: 0;
    text-align: center;
  }

  .index_main .section4 .left h3 a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    right: 20px;
    margin-top: -25px;
  }

  .index_main .section4 .left .btns {
    bottom: 30px;
    left: 50%;
    margin-left: -55px;
  }

  .index_main .section4 .txt_slick {
    z-index: 2;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 90px;
  }

  .index_main .section4 .txt_slick:after {
    display: none;
  }

  .index_main .section4 .txt_slick .item {
    padding-right: 0;
  }

  .index_main .section4 .txt_slick .item h3 {
    font-size: 16px;
    color: #fff;
    font-family: "NotoSansHans-dem";
    text-align: center;
  }

  .index_main .section4 .txt_slick .item h3 span {
    font-size: 18px;
    font-family: "DINPro-Medium";
  }

  .index_main .section4 .txt_slick .item h3:after {
    margin: 10px auto;
    background-color: #fff;
  }

  .index_main .section4 .txt_slick .item .desc {
    color: #fff;
    height: auto;
    max-height: 192px;
  }

  .index_main .section4 .txt_slick .item img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 40%;
    margin: 10px auto 0;
    display: block;
  }

  .index_main .section6 {
    padding: 20px 0;
  }

  .index_main .section6 .main .rings {
    display: none;
  }

  .index_main .section6 .main {
    width: auto;
    height: auto;
  }

  .index_main .section6 .main .txt_block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .index_main .section6 .main .items {
    font-size: 0;
  }

  .index_main .section6 .main .item {
    margin-top: 15px;
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
  }

  .index_main .section6 .main .item:nth-of-type(1),
  .index_main .section6 .main .item:nth-of-type(1) h3,
  .index_main .section6 .main .item:nth-of-type(4),
  .index_main .section6 .main .item:nth-of-type(4) h3 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .index_main .section6 .main .item .icon {
    margin: 0 auto;
  }

  .index_main .section6 .main .item h3 {
    position: static;
    padding: 0 !important;
    line-height: 18px;
    white-space: normal;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 13px;
  }

  .index_main .section6 {
    padding: 20px 0 50px;
  }

  .index_main .section6 .wrapper,
  .index_main .section6 .tit {
    position: unset;
  }

  .index_main .section6 .tit a {
    bottom: 0;
    margin: 0 auto;
    left: 0;
  }

  .index_main .section6 .tab_content {
    margin-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .index_main .section6 .tab_content .swiper-container {
    padding-bottom: 0;
  }

  .index_main .section6 .tab_content .swiper-scrollbar {
    display: none;
  }

  .index_main .section6 .tab_content .swiper-container .swiper-slide p {
    max-height: 72px;
  }

  .index_main .section6 .tab_content .swiper-pagination {
    position: static;
    margin-top: 15px;
  }

  .swiper-pagination-bullet-active {
    background-color: #144287;
  }

  .index_main .section6 .tab_content .swiper-container .swiper-slide {
    padding-right: 0;
  }

  .comm_share {
    display: none;
  }

  .news_detail .section1 {
    padding-top: 20px;
  }

  .news_detail .section1 .top_box {
    padding-left: 0;
  }

  .news_detail .section1 .top_box span {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    display: block;
    line-height: 38px;
    padding: 0 15px;
    width: 120px;
    margin-bottom: 10px;
  }

  .news_detail .section1 .top_box .p_title {
    font-size: 16px;
  }

  .news_detail .section1 .top_box h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .news_detail .section1 .bot_box {
    margin-top: 20px;
  }

  .news_detail .section1 .bot_box .scroll_rect {
    display: none;
  }

  .news_detail .section1 .bot_box .cont {
    padding: 20px 0;
  }

  .news_detail .section1 .page_box a {
    line-height: 50px;
    font-size: 14px;
  }

  .news_detail .section1 .page_box a:nth-of-type(1) .txt:before {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }

  .news_detail .section1 .page_box a:nth-of-type(2) .txt:after {
    margin-left: 5px;
    width: 16px;
    height: 16px;
  }

  .news_detail .section2 {
    padding: 20px 0;
  }

  .news_detail .section2 .title {
    font-size: 20px;
  }

  .news_detail .section2 .title:before {
    width: 2px;
    height: 20px;
    margin: -5px 10px 0 0;
  }

  .news_detail .section2 .items {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .comm_sec1 .item {
    width: 100%;
    margin: 0 0 15px !important;
  }

  .news_detail .section2 .item:nth-of-type(even) .box,
  .news_index .section2 .item:nth-of-type(even) .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .comm_sec1 .item:hover .top_box:before {
    display: none;
  }

  .comm_sec1 .item .top_box .date {
    font-size: 30px;
  }

  .comm_sec1 .item .bot_box {
    padding: 15px 10px 0;
  }

  .comm_sec1 .item .bot_box span {
    font-size: 14px;
  }

  .comm_sec1 .item .bot_box h3 a {
    font-size: 17px;
  }

  .comm_sec1 .item .bot_box p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .news_index .section1 .link {
    width: 100%;
    position: static;
    font-size: 0;
    border-bottom: 1px solid rgba(213, 226, 231, 0.3);
  }

  .news_index .section1 .link a {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    font-size: 16px;
  }

  .news_index .section1 .link a.active {
    font-size: 16px;
    line-height: 40px;
  }

  .news_index .section1 .box {
    width: 90%;
    margin: 20px auto 0;
  }

  .news_index .section1 .right_box {
    width: 100%;
  }

  .news_index .section1 .box .tit_block {
    width: 100%;
    position: static;
    margin-top: 15px;
  }

  .news_index .section1 .box .tit_block h3 {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
  }

  .news_index .section1 .box .tit_block .date {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
  }

  .news_index .section1 .box .txt_block {
    margin-right: 0;
  }

  .news_index .section1 .box .txt_block p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px;
  }

  .news_index .section1 .box .tit_block span {
    font-size: 14px;
  }

  .news_index .section2 {
    padding-top: 20px;
  }

  .news_index .section2 .items {
    padding-bottom: 15px;
  }

  .brand_index .circle_main,
  .brand_index .desc {
    display: none;
  }

  .brand_index {
    padding: 20px 0;
    height: auto;
    margin-top: 0;
  }

  .brand_index .m_main {
    display: block;
  }
  .brand_index .m_main .item {
    margin-bottom: 15px;
  }
  .brand_index .m_main .item .img_block {
    overflow: hidden;
  }
  .brand_index .m_main .item .img_block img {
    display: block;
    width: 100%;
  }
  .brand_index .m_main .item h3 {
    font-size: 17px;
    margin-top: 10px;
    font-family: "NotoSansHans-bold";
  }
  .brand_index .m_main .item h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #bfbfbf;
  }
  .brand_index .m_main .item p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-top: 10px;
  }

  .p_header {
    display: none;
  }

  .footer.p1 .tip {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 15px;
  }

  .footer.p1 {
    padding-bottom: 0;
  }

  .footer.p1 .main {
    padding-bottom: 0;
  }

  .p_footer_info {
    padding: 15px 20px;
  }

  #partner_menu {
    display: none;
  }

  .partner_main .section {
    padding-top: 0;
    height: auto;
  }

  .partner_main .section1 {
    padding: 30px 0;
  }

  .partner_main .section1 .mouse {
    display: none;
  }

  .partner_main .section1 .img {
    width: 46vw;
  }

  .partner_main .section1 h3 {
    font-size: 20px;
    margin: 20px 20px 0;
  }

  .partner_main .section1 h4 {
    font-size: 12px;
    margin: 5px 20px 0;
  }

  .partner_main .section4 .p_title,
  .partner_main .section6 .p_desc h3,
  .partner_main .section2 .sec2 .tit {
    font-size: 18px;
  }

  .partner_main .section4 .item h3,
  .partner_main .section6 .slick .item .ope h3,
  .partner_main .section2 .sec2 .dots .dot h3 {
    font-size: 16px;
  }

  .partner_main .section4 {
    padding: 20px 0;
    overflow: hidden;
  }

  .partner_main .section4 .items {
    width: 90vw;
    margin: 15px auto 0;
  }

  .partner_main .section4 .item {
    width: 45vw;
    height: 45vw;
  }

  .partner_main .section4 .item:hover:before {
    display: none;
  }

  .partner_main .section4 .item i {
    opacity: 1;
    width: 60px;
    height: 60px;
    z-index: 1;
    top: 15px;
    left: 15px;
  }

  .partner_main .section4 .item span,
  .partner_main .section4 .item .txt {
    z-index: 2;
  }

  .partner_main .section4 .item .txt {
    left: 15px;
    right: 15px;
    bottom: 10px;
  }

  .partner_main .section4 .item span {
    top: 15px;
    left: 15px;
  }

  .partner_main .section6 {
    padding: 20px 0;
  }

  .partner_main .section6 .p_desc p {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .partner_main .section6 .progress,
  .fixed_img_swiper .progress {
    display: none;
  }

  .partner_main .section6 .slick .item {
    height: 40vh;
  }

  .partner_main .section6 .slick .item .box {
    left: 5vw;
    right: 5vw;
  }

  .fixed_img_swiper .btn {
    display: none;
  }

  .partner_main .section6 .slick .item.slick-center .box {
    cursor: inherit;
  }

  .fixed_img_swiper .swiper-slide h3 {
    bottom: 40px;
  }

  .fix_partner_form .main {
    width: 90%;
  }

  .fix_partner_form .main h3 {
    font-size: 20px;
  }

  .fix_partner_form .main .box .lable {
    line-height: 40px;
  }

  .fix_partner_form .main .box input,
  .fix_partner_form .main .box button {
    height: 40px;
  }

  .fix_partner_form .main .box button {
    font-size: 16px;
  }

  .industry_main .section {
    padding-top: 0;
    height: auto;
  }

  .industry_main .section .c_tit h3 {
    font-size: 18px;
  }

  .industry_main .section1 {
    padding: 20px;
  }

  .industry_main .section1 .title h3 {
    font-size: 20px;
  }

  .industry_main .section1 .circle {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .industry_main .section1 .circle .ring {
    display: none;
  }

  .industry_main .section1 .circle .center {
    width: 100%;
    height: auto;
  }

  .industry_main .section1 .circle .txt {
    border: none;
  }

  .industry_main .section1 .circle .dots {
    margin-top: 20px;
  }

  .industry_main .section1 .circle .dot {
    position: static;
    display: inline-block;
    vertical-align: top;
    border: none;
    height: auto;
    width: 25%;
  }

  .industry_main .section1 .circle .dot:before {
    display: none;
  }

  .industry_main .section1 .circle .dot:after {
    display: none;
  }

  .industry_main .section1 .txt_block:before {
    width: 50px;
    height: 50px;
  }

  .industry_main .section1 .txt_block {
    padding-top: 60px;
  }

  .industry_main .section1 .txt_block h3 {
    font-size: 18px;
  }

  .industry_main .section1 .txt_block p {
    max-width: none;
    margin-top: 10px;
  }

  .industry_main .section2 {
    padding: 20px;
  }

  .industry_main .section2 .circle {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .industry_main .section2 .circle:before {
    display: none;
  }

  .industry_main .section2 .item.active .bg,
  .industry_main .section2 .item:nth-of-type(1) .bg,
  .industry_main .section2 .item:nth-of-type(2) .bg {
    opacity: 1;
  }

  .industry_main .section2 .items {
    margin-top: 15px;
  }

  .industry_main .section2 .item {
    width: 100%;
    height: 250px;
  }

  .industry_main .section2 .item:nth-of-type(1),
  .industry_main .section2 .item:nth-of-type(2) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .industry_main .section2 .item .bg:after {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .industry_main .section2 .item i {
    display: none;
  }

  .industry_main .section2 .item span {
    top: 20px;
    color: #fff;
  }

  .industry_main .section2 .item:nth-of-type(1) span {
    left: 20px;
  }

  .industry_main .section2 .item:nth-of-type(2) span {
    right: auto;
    left: 20px;
  }

  .industry_main .section2 .item .txt h3 {
    font-size: 18px;
  }

  .industry_main .section2 .item .txt {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .industry_main .section2 .item .txt h3,
  .industry_main .section2 .item .txt p {
    color: #fff;
  }

  .industry_main .section2 .item:nth-of-type(2) .txt h3 {
    text-align: left;
  }

  .industry_main .section4 {
    padding: 20px;
  }

  .industry_main .section4 .tit {
    width: 100%;
    padding: 0;
    background: none;
  }

  .industry_main .section4 .cell:before {
    display: none;
  }

  .industry_main .section4 .tit h3 {
    color: #333;
  }

  .industry_main .section4 .tit h4 {
    color: #bfbfbf;
  }

  .industry_main .section4 .items {
    margin-top: 15px;
    text-align: left;
  }

  .industry_main .section4 .item {
    width: 50%;
    margin: 0 0 10px !important;
    text-align: center;
  }

  .industry_main .section4 .item:after {
    display: none;
  }

  .industry_main .section4 .item i {
    width: 80px;
    height: 80px;
    background-size: auto 30px;
  }

  .industry_main .section4 .item h3 {
    width: 90%;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 36px;
  }

  .industry_main .section6 {
    padding: 20px;
  }

  .industry_main .section6 .top_block {
    width: 100%;
  }

  .industry_main .section6 .top_block img,
  .industry_main .section6 .top_block .center:before {
    display: none;
  }

  .industry_main .section6 .top_block .center {
    width: 100%;
    height: auto;
    border: none;
    position: static;
    margin: 0;
  }

  .industry_main .section6 .top_block .items {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
  }

  .industry_main .section6 .top_block .item {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 100px;
    height: 100px;
    margin: 0 5px;
  }

  .industry_main .section6 .top_block .item:after {
    display: none;
  }

  .industry_main .section6 .top_block .item i {
    height: 30px;
  }

  .industry_main .section6 .bot_block {
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
  }

  .industry_main .section6 .bot_block .child:after {
    display: none;
  }

  .industry_main .section6 .bot_block .item {
    width: 48%;
    margin: 0 1% 15px;
  }

  .industry_main .section6 .bot_block .item h3 {
    margin-top: 5px;
    text-align: center;
  }

  .partner_main .section2 .sec1 {
    display: none;
  }

  .partner_main .section2 .cont {
    width: 100%;
  }

  .partner_main .section2 .sec2 .tit {
    margin-top: 20px;
  }

  .partner_main .section2 .sec2 .dots {
    display: none;
  }

  .partner_main .section2 .sec2 .swiper {
    position: static;
    margin-top: 20px;
  }

  .partner_main .section2 .sec2 .swiper .item {
    padding-top: 0;
    height: 220px;
  }

  .partner_main .section2 .sec2 .swiper .item .num {
    height: 90px;
  }

  .partner_main .section2 .sec2 .swiper .item .num span {
    font-size: 100px;
    margin-top: -10px;
  }

  .partner_main .section2 .sec2 .swiper .item p {
    font-size: 16px;
    width: 90%;
    margin-top: 15px;
  }

  .partner_main .section2 .sec2 .swiper .item p.small {
    font-size: 16px;
  }

  .partner_main .section2 .sec2 .swiper .item.last:after {
    display: none;
  }

  #partner_bg,
  .partner_main .section2 .progress {
    display: none;
  }

  .partner_main .section2 .sec2 .swiper .item .num span {
    text-shadow: none;
  }

  .project_2 .m_phone {
    display: block;
    font-size: 16px;
    color: #333;
    font-family: "DINPro-regular";
    line-height: 30px;
    position: fixed;
    right: 50px;
    top: 15px;
    z-index: 10;
  }
  .project_2 .m_phone:before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/1-icon11-2.png");
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
  }

  .project_2 .section1 {
    height: 30vh;
  }

  .project_2 .section1 .txt_block {
    top: 20%;
  }

  .project_2 .section1 .txt_img {
    width: 44%;
  }

  .project_2 .section2 {
    height: auto;
  }

  .project_2 .section2 .txt_block {
    width: 100%;
    padding: 40px 5%;
    position: static;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .project_2 .section2 .tips {
    margin: 15px 0;
  }

  .project_2 .section2 a {
    width: 150px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-indent: 0;
    margin: 15px auto 0;
  }

  .project_2 .section2 a:after {
    display: none;
  }

  .project_2 .section2 .tip span.txt {
    font-size: 16px;
  }

  .p2_fixed_popups .close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .p2_fixed_popups .main {
    width: 90vw;
  }

  .project_2 .section4 .c_tit {
    text-align: left;
  }

  .project_2 .section4 .tip {
    text-align: left;
  }

  .project_2 .section4 .txt_block {
    position: static;
    padding: 40px 0;
  }

  .project_2 .section4 .c_tit {
    color: #333;
  }

  .project_2 .section4 .tip {
    font-size: 16px;
    margin: 15px 0;
    color: #333;
  }

  .project_2 .section4 .para {
    color: #666;
    text-align: left;
  }

  .project_2 .section6 .cloud_block {
    display: none;
  }

  .project_2 .section6 .txt_block .c_tit {
    text-align: left;
  }

  .project_2 .section6 .txt_block h4 {
    text-align: left;
  }

  .project_2 .section6 .txt_block {
    position: static;
    padding: 40px 0;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 16px;
  }

  .project_2 .section6 .items {
    margin: 15px 0 0;
  }

  .project_2 .section6 .item {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .project_2 .section6 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .project_2 .section6 .item h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .project_2 .section6 .txt_block .c_tit {
    text-align: left;
  }

  .project_2 .section6 .txt_block h4 {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
  }

  .project_2 .section6 .txt_block .para {
    margin-top: 15px;
    text-align: left;
  }

  .project_2 .section6 .items {
    border-width: 2px;
  }

  .project_2 .section6 .items .item .txt_box {
    position: static;
  }

  .project_2 .section6 .items .item .txt_box {
    width: 100%;
    padding: 20px 5%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .project_2 .section6 .items .item .txt_box span {
    font-size: 24px;
    position: static;
    display: block;
    text-align: left;
  }

  .project_2 .section6 .items .item .txt_box h3 {
    font-size: 16px;
    text-align: left;
  }

  .project_2 .section1 .ring {
    display: none;
  }

  .project_1 .m_phone {
    display: block;
    font-size: 16px;
    color: #333;
    font-family: "DINPro-regular";
    line-height: 30px;
    position: fixed;
    right: 50px;
    top: 15px;
    z-index: 10;
  }
  .project_1 .m_phone:before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/1-icon11.png");
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
  }

  .project_1 .section1 {
    height: 30vh;
  }

  .project_1 .section1 span {
    bottom: 20px;
  }

  .project_1 .section1 img {
    width: 50%;
  }

  .project_1 .section2 {
    padding: 40px 0 36vw;
  }

  .project_1 .section2 .txt_block .logo {
    display: none;
  }

  .project_1 .section2 .txt_block .txt {
    max-width: 100%;
  }

  .project_1 .c_tit {
    text-align: left;
  }

  .project_1 .c_tit h3,
  .project_2 .c_tit,
  .project_traffic h3 {
    font-size: 20px;
  }

  .project_1 .c_tit h4,
  .project_traffic h4 {
    margin: 10px 0;
  }

  .project_1 .section2 .txt_block .center_img {
    width: 100%;
    margin-top: 15px;
  }

  .project_1 .section2 .txt_block .center_img .tip {
    right: 10px;
    bottom: 10px;
  }

  .project_1 .section2 .tip {
    right: 10px;
    bottom: 12vw;
  }

  .project_1 .section4 a.more {
    width: 140px;
    line-height: 36px;
    bottom: 20px;
  }

  .project_1 .section6 {
    height: auto;
    padding: 40px 0 calc(62.5vw + 40px);
    background-attachment: inherit;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .project_1 .section6 .left,
  .project_1 .section6 .right {
    display: none;
  }

  .project_1 .section6 .txt_block {
    position: static;
  }

  .project_1 .section6:before {
    display: none;
  }

  .project_1 .section6 .txt_block p {
    text-align: justify;
    width: 100%;
  }

  .project_1 .section6 {
    padding: 40px 0 calc(40px + 10.5vw);
  }

  .project_1 .section6 .txt {
    width: 100%;
    padding: 0;
    position: static;
  }

  .project_1 .section6 .items {
    width: 100%;
    margin-top: 20px;
  }

  .project_1 .section6 .item h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .project_1 .section6 .item h3 span {
    font-size: 20px;
  }

  .project_1 .section6 .item .box .t {
    font-size: 14px;
    line-height: 24px;
  }

  .project_1 .section6 .item .boxes {
    margin-top: 10px;
  }

  .project_1 .section6 .item .img .tip {
    right: 10px;
    bottom: 10px;
  }

  .project_1 .section6 .item .box .m {
    font-size: 14px;
    padding: 10px;
  }

  .project_1 .section6 .item .box .m:after {
    border-width: 6px;
  }

  .project_1 .section6 .item .box .hover {
    padding-bottom: 10px;
  }

  .project_1 .section6 .item {
    width: calc(50% - 5px);
    margin-top: 40px;
  }

  .project_1 .section6 .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .project_1 .section8 {
    padding: 40px 0;
    background-size: cover;
    text-align: left;
  }

  .project_1 .section9 span {
    width: 120px;
    line-height: 36px;
  }

  .project_1 .section9 .item {
    width: 100%;
  }

  .project_1 .section9 .item a {
    line-height: 40px;
    font-size: 12px;
  }

  .project_1 .section9 .item:nth-of-type(2) {
    margin-left: 0;
  }

  .project_1 .section9 .item:nth-of-type(2):after {
    display: none;
  }

  .project_right {
    display: none;
  }

  .project_traffic {
    width: 100%;
  }

  .project_traffic .txt_box {
    padding: 0 5%;
  }

  .project_traffic .close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .video_pop video {
    max-width: 90%;
  }
}
/* 2020-10-13 */

/*# sourceMappingURL=bundle.css.map */
