* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
}
.box {
  background-color: #101010;
}
.model {
  background: #000;
  position: fixed;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 300px;
  height: 50px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 0;
  display: none;
}
.m-f {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}

.section-one {
  background: no-repeat;
}
a {
  color: unset;
  text-decoration: none;
  font-weight: 200;
}

ul {
  list-style: none;
}

html,
body {
  background: #101010;
}
.scrllo {
  position: fixed;
  background-color: #000000;
}
.navBox {
  width: 100% !important;
  display: flex;
}
.nav {
  position: fixed;
  width: 100%;
  padding: 23px 0;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  justify-content: space-between;
  color: #fff;
  z-index: 99;
}
.nav .ulll {
  display: flex;
  margin-right: 5vw;
  align-items: center;
}
.nav .nav-info {
}
.nav .nav-info ul {
  display: flex;
}
.l-s {
  display: flex;
}
.nav .m4m {
}
.nav li a {
  color: #ffffff;
  font-size: 0.7vw;
}
.nav ul li .xiaoxi {
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
  margin-left: -10px;
}
.nav img {
  display: block;
  height: 40px;
  width: 140px;
  margin-left: 15vw;
}

.nav .line {
  width: 1px;
  height: 10px;
  background: #505050;
  margin-left: 20px;
}

.nav .ull {
  /* width: 34.5vw; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav ul li {
  text-align: center;
  margin-right: 1vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.cn {
  display: table;
  position: relative;
  width: 78px;
}
.cn span {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  left: 3vw;
}
.aa {
  /* text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px white; */
}
.bb {
}
/* 隐藏 */
.dropdown-content {
  position: absolute;
  padding-top: 15px;
  display: none;
  height: 100px;
}
.dropdown-content ul {
  width: 115px;
  height: 80px;
  background-color: #000000;
  opacity: 0.5;
  display: table;
  padding-left: 5px;
}

.bq {
  background-image: url('../img/selected.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.dropdown-content ul li {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.cn:hover .dropdown-content {
  display: block;
}

.nav .content {
  z-index: 1;
}
.content option {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.content .zw {
  background-image: url('../img/selected.png') left;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.jt {
  display: table;
}
.content-1 {
}
.content-1 .cover {
  width: 100px;
  height: 90px;
  background: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: table;
}
.content-1 .cover li {
  color: #fff;
  margin-right: 2vw;
}
form select {
  width: 95px; /*宽*/
  height: 40px; /*高*/
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #f1e8e8; /*边框线*/
  color: #fff; /*字体颜色*/
  outline: none; /*去掉黑框*/
  font-size: 16px; /*字体大小*/
  margin-top: 0;
}

form option {
  width: 160px;
  height: 40px;
}

.btn1 {
  width: 80px;
  height: 35px;
  background: #ffffff;
  border: none;
  position: relative;
  margin-left: 2vw;
}
.btn2 {
  width: 80px;
  height: 35px;
  background: #ff7628;
  border: none;
  margin-left: 2vw;
  color: #fff;
}

.nav-2 {
  width: 70%;
  z-index: 1;
  position: absolute;
  display: flex;
  align-content: flex-start;
}
.nav-2 ul {
  align-items: center;
  margin-top: 12vw;
}
.nav-2 ul li {
  width: 5vw;
  display: flex;
  flex-direction: column;
}
.nav-2 ul li img {
  width: 65px;
  height: 65px;
}

.nav-2 ul li a {
  width: 30vw;
  margin-top: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #ff7628;
  line-height: 40px;
}
.nav-2 ul li span {
  width: 30vw;
  height: 4vw;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
}
.nav-2 ul li p {
  width: 45vw;
  height: 4vw;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
  line-height: 20px;
}
.more {
  text-align: center;
  width: 100px;
  line-height: 35px;
  font-family: Microsoft YaHei;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-family: Microsoft YaHei;
}

.nav-3 {
  z-index: 1;
  position: absolute;
  display: flex;
  align-content: flex-start;
  margin-top: 45vw;
}
.nav-3 ul {
  display: flex;
  align-items: center;
}
.nav-3 ul li img {
  width: 1.5vw;
}
.video {
  overflow: hidden;
  background-color: #101010;
  margin-top: -10px;
  display: flex;
  justify-content: space-around;
}
#video {
  width: 100%;
  height: 57vw;
  position: relative;
}
.zz {
  width: 100vw;
  z-index: 10;
  box-shadow: 0px 7px 30px 100px #101010;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgb(46, 44, 44))
  );
  background-image: linear-gradient(
    -180deg,
    rgba(225, 225, 225, 0) 0%,
    #242323 100%
  );
  position: absolute;
}
.imgs {
  z-index: 20;
  position: absolute;
  width: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50vw;
}
.img1 {
  width: 40vw;
  height: 31vw;
}
.img2 {
  width: 15vw;
  height: 20vw;
  margin-left: -30px;
  margin-bottom: -20px;
}
.section-one {
  margin-top: 28vw;
  width: 70%;
  display: flex;
  justify-content: flex-start;
}
.section-one-box {
  margin-left: 15vw;
}
.section-one h2 {
  width: 144px;
  height: 17px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-one p {
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-top: 20px;
}
.section-two {
  margin-left: 15vw;
  margin-top: 50px;
  display: flex;
}
.section-two p {
  width: 100%;
  height: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 20px;
}
.section-two span {
  width: 136px;
  height: 23px;
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-top: 10px;
}
.section-two dl {
  width: 17vw;
  height: 170px;
  background: #303030;
  margin-right: 10px;
  border-top: 2px solid #ff7628;
  padding-left: 10px;
  padding-right: 10px;
}
.section-two dl .ff1 {
  width: 37px;
  height: 29px;
  margin-top: 18px;
  margin-left: 10px;
}
.section-two dl .ff2 {
  width: 37px;
  height: 29px;
  margin-top: 18px;
  margin-left: 10px;
}
.section-two dl .ff3 {
  width: 31px;
  height: 30px;
  margin-top: 18px;
  margin-left: 10px;
}
.section-two dl .ff4 {
  width: 37px;
  height: 29px;
  margin-top: 18px;
  margin-left: 10px;
}

.section-three {
  width: 100%;

  /* display: flex;
  justify-content: center; */
  /* background: sandybrown; */
}
.section-three-box {
  margin-left: 15vw;
}
.section-three h2 {
  height: 30px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
  margin-top: 80px;
}
.section-three p {
  width: 615px;
  height: 23px;
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-top: 20px;
}

.section-four {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* .fourbac {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 47vw;
} */

.imgss-1 {
  /* display: none; */
  z-index: 5;
}
.imgss-1 img {
  filter: contrast(0.7);
  position: absolute;
  width: 100%;
  height: 47vw;
  z-index: 5;
  /* -webkit-filter: sepia(1); */
  /* display: none; */
}
.img1Box {
}
.imgss-2 {
  /* display: none; */
  z-index: 1;
}
.imgss-2 img {
  filter: contrast(0.8);
  position: absolute;
  width: 100%;
  height: 47vw;
  z-index: 1;
}

.imgss-3 {
  /* display: none; */
  z-index: 1;
}
.imgss-3 img {
  filter: contrast(0.8);
  position: absolute;
  width: 100%;
  height: 47vw;
  z-index: 1;
}

.imgss-4 {
  /* display: none; */
  z-index: 1;
}
.imgss-4 img {
  filter: contrast(0.8);
  position: absolute;
  width: 100%;
  height: 47vw;
  z-index: 1;
}

.nav-a {
  z-index: 1;
  position: absolute;
  margin-left: 15vw;
  margin-top: 17%;
  z-index: 10;
}
.nav-a span {
  width: 8vw;
  height: 30px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.nav-a p {
  width: 220px;
  height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
  margin: 15px 0;
}

.nav-b {
  z-index: 1;
  position: absolute;
  margin-top: 17%;
  margin-left: 15vw;
}
.nav-b span {
  width: 8vw;
  height: 30px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.nav-b p {
  width: 270px;
  height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
  margin: 15px 0;
}

.nav-c {
  z-index: 1;
  position: absolute;
  margin-top: 17%;
  margin-left: 15vw;
}
.nav-c span {
  width: 8vw;
  height: 30px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.nav-c p {
  width: 270px;
  height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
  margin: 15px 0;
}

.nav-d {
  z-index: 1;
  position: absolute;
  margin-top: 17%;
  margin-left: 15vw;
}
.nav-d span {
  width: 8vw;
  height: 30px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.nav-d p {
  width: 270px;
  height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
  margin: 15px 0;
}

.more-2 {
  width: 80px;
  height: 30px;
  font-weight: 200;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-family: Microsoft YaHei;
  background-color: #ff7628;
  padding-top: 6px;
}

.section-four .tp {
  width: 72%;
  position: absolute;
  z-index: 10;
  margin-top: 38.5%;
  display: flex;
  justify-content: space-around;
  margin-left: 14.5vw;
}
.section-four .tp .pp {
  border-bottom: 3px solid transparent;
}

.div-tp {
  border-bottom: 3px solid #ff7628;
}
.tp-1 {
  /* filter: contrast(0.6); */
  background-image: url('../img/img4.png');
  background-repeat: no-repeat;
  background-size: 100% 99%;
  width: 16vw;
  height: 8vw;
  font-size: 0.8rem;
  line-height: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding-top: 6vw;
  padding-left: 1vw;
}

.tp-2 {
  /* filter: contrast(0.6); */
  background-image: url('../img/img6.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  width: 16vw;
  height: 8vw;
  font-size: 0.8rem;
  line-height: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding-top: 5.5vw;
  padding-left: 1vw;
  padding-top: 6vw;
  padding-left: 1vw;
  filter: #fff(15px);
}
.tp-3 {
  /* filter: contrast(0.6); */
  background-image: url('../img/04.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  font-size: 0.8rem;
  line-height: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding-top: 6vw;
  padding-left: 1vw;
}
.tp-4 {
  /* filter: contrast(0.6); */
  background-image: url('../img/03.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16vw;
  height: 8vw;
  font-size: 0.8rem;
  line-height: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding-top: 6vw;
  padding-left: 1vw;
}

.section-five {
  width: 100%;
  height: auto;
  margin-top: 54vw;
  background: #101010;
}
.section-five-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.section-five-left {
  margin-left: 15vw;
  margin-top: -15px;
}
.section-five-left dt img {
  margin-left: 10px;
  margin-top: 5px;
}
.section-five h2 {
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-five .im {
  margin-top: 50px;
  margin-left: 15vw;
}
.section-five .im i {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 30px;
}
.section-five-left .im p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-left: 20px;
  line-height: 30px;
}
.section-five-left img {
  width: 16px;
  height: 16px;
}
.section-five-left dd p {
  margin-left: 20px;
  font-size: 12px;
  margin-top: 5px;
  font-family: Microsoft YaHei;
  font-weight: 200;
  color: #ffffff;
}
.hover {
  border: 1px solid #ff7628;
}
.hover1 {
  width: 150px;
  height: 30px;
  margin-top: 15px;
  display: flex;

  background: #303030;
  text-align: center;
  border: 1px solid transparent;
}
.hover2 {
  width: 150px;
  height: 30px;
  margin-top: 15px;
  display: flex;
  background: #303030;
  text-align: center;
  border: 1px solid transparent;
}
.hover3 {
  width: 150px;
  height: 30px;
  margin-top: 15px;
  display: flex;
  background: #303030;
  text-align: center;
  border: 1px solid transparent;
}
.hover4 {
  width: 150px;
  height: 30px;
  margin-top: 15px;
  display: flex;
  background: #303030;
  text-align: center;
  border: 1px solid transparent;
}

.link {
  color: #ff7628;
  font-weight: 400;
  width: 15px;
}
.link ul {
  display: flex;
  flex-direction: column;
}
.link ul li {
  /* height: 20px; */
  display: none;
}
.x1 {
  margin-top: 5px;
}
.x2 {
  margin-top: 50px;
}
.x3 {
  margin-top: 95px;
}
.x4 {
  margin-top: 140px;
}
.broderorg {
  border: 1px solid #ff7628;
  /* color: #fff; */
}
.section-five-right-1 {
  position: relative;
}
/* .pthree {
  transform: scale(0.7, 0.7);
  margin: 0 calc(50% - 960px);
} */
.adses {
  text-align: center;
  overflow: hidden;
  width: 60vw;
  height: 30vw;
  border: 1px solid #ff7628;
}
.section-five-right-1 img {
  width: 70vw;
  height: 30vw;
}
.section-five-right-2 {
  position: relative;
  display: none;
}

.section-five-right-2 img {
  /* width: 60vw;
  height: 30vw;
  border: 1px solid #ff7628; */
  width: 60vw;
  height: 35vw;
}
.section-five-right-3 {
  position: relative;
  display: none;
}
.section-five-right-3 img {
  /* width: 60vw;
  height: 30vw;
  border: 1px solid #ff7628; */
  width: 70vw;
  height: 40vw;
}
.section-five-right-4 {
  position: relative;
  display: none;
}
.section-five-right-4 img {
  /* width: 60vw;
  height: 30vw;
  border: 1px solid #ff7628; */
  width: 70vw;
  height: 30vw;
}
.ppp {
  width: 100%;
  height: 5vw;
  background-image: url('../img/shadow.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 83%;
}
.plot {
  width: 98%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-top: -40px;
  margin-left: 10px;
  position: absolute;
  top: 85%;
}
/* .section-five-right-1 .bg {
  z-index: 1;
  background-image: linear-gradient(
    to left,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 1)
  );
} */

.section-six {
  width: 100%;
  height: 42vw;
  /* display: flex; */
  margin-top: 70px;
  background-color: #000000;
  /* background: blueviolet; */
}
.section-six-box {
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-left: 9vw;
}
.section-six .left {
  margin: 5vw 6vw;
}
.section-six-box .left dt img {
  width: 36vw;
  height: 26vw;
  margin-top: 2vw;
}
.section-six .left dl h2 {
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-six .left dl p {
  margin-top: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.section-six .right {
  color: #fff;
}
.section-six-box .right {
  margin-top: 11vw;
  margin-bottom: 10vw;
}
.section-six-box .right h3 {
  margin-bottom: 10px;
}
.section-six-box .right ul li {
  margin-top: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.section-six-box .right ul button {
  margin-top: 30px;
  width: 110px;
  height: 37px;
  color: #fff;
  background-color: #ff7628;
  font-family: Microsoft YaHei;
}

.section-ser {
  width: 100%;
  position: relative;
  /* background-image: url(../img/headbg.png);
  background-repeat: no-repeat;
  background-size: 100% 240%;
  padding-bottom: 40px; */
  padding-top: 2px;
  padding-bottom: 60px;
}
.section-ser::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../img/headbg.png);
  background-repeat: no-repeat;
  background-position-y: -10vw;
  background-size: cover;
}
.section-ser h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-ser p {
  margin-bottom: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.section-ser dl {
  margin-left: 15vw;
}

.section-ser img {
  width: 70vw;
  height: 30vw;
}
.section-ser .ii {
  margin-top: -10vw;
}
.section-eight {
  width: 100%;
  height: 45vw;
  background-color: #000000;
  padding-top: 30px;
}

.xiao {
  color: #fff;
  width: 40px;
  font-weight: 800;
  margin-right: 70%;
  margin-left: 2%;
  margin-top: 155%;
  font-size: 14px;
}

.section-eight-top {
  margin-left: 15vw;
}
.section-eight-top h2 {
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-eight p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin: 10px 0;
}
.section-eight dl {
  height: 340px;
  width: 200px;
  background: #ccc;
  margin: 10px;
}
.section-eight dl img {
  width: 100%;

  height: 100%;
}
.section-eight-box {
  display: flex;
}
.section-eight-box img {
  width: 20vw;
  height: 30vw;
  background-color: #101010;
}
.ha {
  display: block !important;
}
.zhezhao {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*设置遮罩位于div的下方*/
  z-index: -1;
}
.hg {
  z-index: 50;
  position: relative;
  display: none;
  width: 600px;
  height: 220px;
  background-color: #272727;
  margin-top: -32vw;
  margin-right: 5vw;
  border-top: 2px solid #ff7628;
}
.section-eight-box .hg ul {
  display: flex;
}
.section-eight-box .hg .f1 {
  margin-left: 10px;
  margin-top: 2vw;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.section-eight-box .hg .f2 {
  margin: 10px 10px 60px;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.section-eight-box .hg .f3 {
  margin-left: 10px;
  width: 80px;
  height: 30px;
  background-color: #ff7628;
}
.section-eight-box .hg .f3 p {
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.section-eight-box .hg .le {
  margin-left: 1vw;
}
.section-eight-box .hg img {
  margin-right: 10px;
  margin-top: 100px;
  width: 15px;
  height: 20px;
  background-color: #272727;
}

.category-head {
  display: flex;
  width: 100%;
  /* height: auto; */
  justify-content: space-evenly;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0.1rem;
  margin-bottom: -0.2rem;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-none;
}
.category-head::-webkit-scrollbar {
  display: none;
}

.category-head li {
  margin-top: 25px;
}
.section-nine {
  width: 100%;
  height: 250px;
  background: #303030;
  padding-left: 15vw;
}
.section-nine-top {
}
.section-nine h2 {
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
  padding-top: 30px;
}
.section-nine p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  padding-top: 10px;
}
.section-nine-img {
}
.section-nine-img img {
  width: 83%;
  padding-top: 30px;
}
.section-ten {
  width: 100%;
  height: 300px;
  background-color: #1b1b1b;
}
.section-ten-top {
  margin-left: 15vw;
  padding-top: 3vw;
}

.section-ten h2 {
  width: 320px;
  height: auto;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7628;
}
.section-ten .inp {
  display: flex;
  height: 100px;
  background-color: #303030;
  margin-top: 2vw;
  border-top: 2px solid #ff7628;
  padding: 15px;
  width: 70%;
  margin-left: 15vw;
}
.section-ten .inp-1 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.inp-2 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.inp-3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-ten ul {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.section-ten input {
  width: 18vw;
  height: 2vw;
  background-color: #131313;
  margin-right: 27px;
  color: #fff;
  border: 1px solid #000;
}
.section-ten .inp-4 {
  width: 70px;
  height: 30px;
  background-color: #ff7628;
  text-align: center;
  margin-top: 37px;
}
.section-ten .inp-4 p {
  font-size: 15px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  margin-top: 6%;
}

footer {
  height: 300px;
  background-color: #101010;
  text-align: center;
  padding: 30px 0 16px;
}

footer h1 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
}
footer .meta4d {
  font-size: 9px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e80101;
  line-height: 13px;
  margin: 10px auto 40px;
}
footer .all-rights {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.metatxt {
  margin: 0 auto;
  width: 600px;
  display: flex;
  justify-content: center;
}
.metatxt ul {
  margin-top: -30px;
  display: flex;
}
.metatxt ul li {
  margin: 20px;
  color: #ffffff;
}
.metatxt ul li i {
  font-size: 22px;
}
.activetxt {
  color: #ff0000;
}
.social {
  margin: 0 auto;
  width: 600px;
  display: flex;
  justify-content: center;
}
.social ul {
  display: flex;
  margin-left: 10px;
}
.social ul img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social ul li {
  margin: 6px;
  color: #9b9b9b;
}
.social ul li i {
  font-size: 22px;
}
