@charset "UTF-8";

@font-face {
  font-family: xiaomi;
  src: url(../font/MiSans-Medium.ttf);
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
  background: #ffffff;
  font-family: 'xiaomi';
}

html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

input,
button,
textarea,
select {
  vertical-align: middle;
  font-family: 'xiaomi';
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="number"],
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

.page .pagination {
  text-align: center;
  margin: 80px 0;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a,
.page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #080404;
  color: #ffffff;
}

.page .pagination li.active span {
  background: #080404;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

.main {
  margin: 0 auto;
  max-width: 1600px;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  text-align: center;
}

.header.active {
  background-color: #ffffff;
  border-bottom: solid 1px #d1d1d1;
}

.header.active .main .logos .logo {
  display: none;
}

.header.active .main .logos .logo2 {
  display: block;
}

.header.active .main .left .item .aTitle {
  color: #000000;
}

.header.active .main .left .item .aTitle:hover {
  color: #eb631a;
}

.header.active .main .right dl:hover dt span {
  color: #eb631a;
}

.header.active .main .right dl:hover dd {
  color: #eb631a;
}

.header.active .main .right dl dt span {
  color: #080404;
}

.header.active .main .right dl dd {
  color: #080404;
}

.header .main {
  position: relative;
}

.header .main .left {
  float: left;
}

.header .main .left .item {
  float: left;
  line-height: 80px;
  position: relative;
  margin-left: 80px;
}

.header .main .left .item:hover .items {
  display: block;
}

.header .main .left .item:hover .zmCarType {
  display: block !important;
}

.header .main .left .item .aTitle {
  float: left;
  font-size: 15px;
  color: #ffffff;
}

.header .main .left .item .aTitle span {
  font-size: 14px;
  display: inline-block;
  transform: rotate(90deg);
}

.header .main .left .item .aTitle:hover {
  color: #080404;
}

.header .main .left .item .items {
  top: 78px;
  left: 50%;
  min-width: 120px;
  margin: auto;
  display: none;
  z-index: 999999;
  text-align: center;
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, 0);
}

.header .main .left .item .items a {
  height: 50px;
  display: block;
  color: #080404;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header .main .left .item .items a:hover {
  color: #eb631a;
}

.header .main .left .item .zmCarType {
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  position: fixed;
  padding: 0 160px;
  padding-bottom: 30px;
  height: calc(100% - 80px);
  background-color: #ffffff;
}

.header .main .left .item .zmCarType .sildes {
  height: 33.33%;
  padding-top: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.header .main .left .item .zmCarType .sildes:hover::-webkit-scrollbar {
  display: block;
}

.header .main .left .item .zmCarType .sildes:hover::-webkit-scrollbar-thumb {
  display: block;
}

.header .main .left .item .zmCarType .sildes:hover::-webkit-scrollbar-track {
  display: block;
}

.header .main .left .item .zmCarType .sildes::-webkit-scrollbar {
  display: none;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.header .main .left .item .zmCarType .sildes::-webkit-scrollbar-thumb {
  display: none;
  /*滚动条里面小方块*/
  height: 20px;
  border-radius: 10px;
  position: relative;
  background-color: #080404;
}

.header .main .left .item .zmCarType .sildes::-webkit-scrollbar-track {
  display: none;
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.header .main .left .item .zmCarType .sildes ul {
  text-align: left;
}

.header .main .left .item .zmCarType .sildes ul h3 {
  float: left;
  font-size: 24px;
  color: #080404;
}

.header .main .left .item .zmCarType .sildes ul li {
  text-align: center;
  margin-left: 160px;
  display: inline-block;
}

.header .main .left .item .zmCarType .sildes ul li:hover a {
  color: #eb631a;
}

.header .main .left .item .zmCarType .sildes img {
  max-height: 150px;
}

.header .main .logos {
  float: left;
  margin-top: 18px;
}

.header .main .logos .logo {
  display: block;
}

.header .main .logos .logo2 {
  display: none;
}

.header .main .logos img {
  width: auto;
  height: 46px;
}

.header .main .right {
  float: right;
  line-height: 80px;
}

.header .main .right dl {
  float: left;
  cursor: pointer;
  margin-left: 40px;
  position: relative;
}

.header .main .right dl:hover .hovers {
  display: block;

}

.header .main .right dl:hover dt span {
  color: #080404;
}

.header .main .right dl:hover dd {
  color: #080404;
}

.header .main .right dl dt {
  float: left;
  margin-right: 10px;
}

.header .main .right dl dt span {
  font-size: 15px;
  color: #ffffff;
}

.header .main .right dl dd {
  float: left;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
}

.hovers img {
  width: 100px;
  height: 100px;
}

.hovers {
  top: 60px;
  left: -30px;
  padding: 2px;
  display: none;
  font-size: 14px;
  color: #080404;
  line-height: 25px;
  position: absolute !important;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}

@media screen and (max-width: 1700px) {
  .header .main .right .item {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1600px) {
  .header .main .right .item {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1700px) {
  .main {
    padding: 0 60px;
  }

  .header .main .left .item .zmCarType {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1400px) {
  .main {
    padding: 0 30px;
  }

  .header .main .left .item .zmCarType {
    padding: 0 30px;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .swiper {
  height: 100%;
  position: relative;
}

.banner .swiper .swiper-slide .jump {
  text-align: center;
  padding-top: 240px;
}

.banner .swiper .swiper-slide .jump h3 {
  font-size: 60px;
  color: #ffffff;
  padding-bottom: 30px;
}

.banner .swiper .swiper-slide .jump p {
  font-size: 24px;
  color: #fefefc;
}

.banner .swiper .swiper-pagination-bullets {
  bottom: 30px;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.back {
  display: flex;
  height: 775px;
  margin-top: 80px;
  align-items: center;
  text-align: center;
}

.back dl {
  width: 100%;
}

.back dl dt {
  font-size: 36px;
  color: #ffffff;
}

.back dl dd {
  font-size: 18PX;
  color: #ffffff;
  padding-top: 40px;
}

.carDetailBack {
  height: 870px;
  overflow: hidden;
  margin-top: 80px;
}

.carDetailBack .main {
  width: 1600px;
  text-align: left;
}

.carDetailBack .main .left {
  width: 30%;
  float: left;
  position: relative;
  padding-top: 280px;
}

.carDetailBack .main .left h3 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}

.carDetailBack .main .left p {
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
}

.carDetailBack .main .left h4 {
  padding-top: 120px;
}

.carDetailBack .main .left h4 a {
  display: inline-grid;
  width: 178px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #080404;
  border: solid 1px #080404;
}

.carDetailBack .main .left h4 a:hover {
  color: #fff;
  background-color: #080404;
}

.carDetailBack .main .left h4 a:hover:first-child {
  color: #080404;
  background-color: transparent;
}

.carDetailBack .main .left h4 a:first-child {
  color: #fff;
  margin-right: 25px;
  background-color: #080404;
}

.proType10 .text button {
  width: 178px;
  height: 42px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  border: solid 1px #080404;
  background-color: #080404;
}

.carDetailBack .main .left h5 {
  padding-top: 220px;
  position: relative;
}

.carDetailBack .main .left h5 span {
  font-size: 24px;
  position: absolute;
  animation: myMove 2s infinite;
}

@keyframes myMove {
  0% {
    bottom: 40px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 40px;
  }
}

.carDetailBack .main .right {
  width: 70%;
  float: right;
  padding-top: 200px;
}

.carDetailBack .main .right img {
  width: 100%;
  height: auto;
}

.back2 {
  display: flex;
  height: 775px;
  margin-top: 80px;
  align-items: center;
  text-align: center;
}

.back2 dl {
  width: 100%;
}

.back2 dl dt {
  font-size: 36px;
  color: #000000;
}

.back2 dl dd {
  font-size: 18PX;
  color: #000000;
  padding-top: 40px;
}

.back2 dl div {
  padding-top: 120px;
}

.back2 dl div a {
  display: inline-block;
  width: 178px;
  height: 42px;
  line-height: 42px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.back2 dl div a:first-child {
  color: #080404;
  background-color: #ffffff;
}

.serves {
  padding: 80px 0;
  background-color: #e6e6e6;
}

.serves .main .left {
  width: 32%;
  float: left;
  height: 800px;
  padding: 80px 50px;
  background-color: #ffffff;
}

.serves .main .left h4 {
  font-size: 14px;
  color: #080404;
}

.serves .main .left h3 {
  font-size: 32px;
  color: #080404;
}

.serves .main .left .search {
  position: relative;
}

.serves .main .left .search span {
  left: 0;
  cursor: pointer;
  line-height: 44px;
  position: absolute;
}

.serves .main .left .search input {
  width: 100%;
  border: none;
  height: 44px;
  padding-left: 40px;
  border-bottom: solid 1px #000000;
}

.serves .main .left .search select {
  width: 100%;
  border: none;
  height: 44px;
  padding-left: 40px;
  border-bottom: solid 1px #000000;
}

.serves .main .left .search p {
  font-size: 14px;
  color: #727171;
  padding-top: 20px;
}

.serves .main .left .text {
  overflow: auto;
  max-height: 446px;
  padding-top: 30px;
}

.serves .main .left .text .item {
  height: 104px;
  cursor: pointer;
  padding-top: 30px;
  position: relative;
  border-bottom: solid 1px #d1d1d1;
}

.serves .main .left .text .item:hover h3 {
  padding-left: 20px;
}

.serves .main .left .text .item:hover p {
  padding-left: 20px;
}

.serves .main .left .text .item h3 {
  font-size: 18px;
  color: #080404;
  transition: all 0.5s;
}

.serves .main .left .text .item p {
  font-size: 14px;
  color: #727171;
  transition: all 0.5s;
}

.serves .main .left .text .item span {
  right: 0;
  top: 34px;
  position: absolute;
}

.serves .main .right {
  width: 68%;
  float: right;
  height: 800px;
  padding-left: 30px;
  position: relative;
}

.serves .main .right img {
  width: 100%;
  height: auto;
}

.serves .main .right #container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.navtap {
  height: 106px;
  line-height: 106px;
  text-align: center;
  background-color: #f7f7f7;
}

.navtap a img {
  height: 22px;
  padding-right: 20px;
}

.navtap a {
  padding: 0 60px;
  font-size: 24px;
  color: #080404;
  position: relative;
  font-family: 'xiaomixi';
}

.navtap a:last-child::after {
  background-color: transparent;
}

.navtap a::after {
  top: 5px;
  right: 5px;
  width: 1px;
  content: '';
  height: 24px;
  position: absolute;
  background-color: #d1d1d1;
}

.navtap a.active {
  font-weight: bold;
  font-family: 'xiaomi';
}
.navtap a:hover{
  font-weight: bold;
  font-family: 'xiaomi';
}
.allCars {
  padding: 80px 0 110px;
}

.allCars .main .nav {
  height: 50px;
}

.allCars .main .nav a {
  float: left;
  width: 180px;
  height: 50px;
  font-size: 32px;
  color: #cccccc;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  font-family: 'xiaomixi';
}

.allCars .main .nav a i {
  z-index: 2;
  position: relative;
}

.allCars .main .nav a.active {
  color: #080404;
  font-weight: bold;
  position: relative;
  font-family: 'xiaomi';
}

.allCars .main .nav a.active::after {
  left: 50%;
  width: 32px;
  height: 8px;
  bottom: 7px;
  content: '';
  position: absolute;
  margin-left: -16px;
  background-color: #eb631a;
}

.allCars .main .nav a:hover {
  color: #080404;
  font-weight: bold;
  position: relative;
  font-family: 'xiaomi';
}

.allCars .main .nav a:hover::after {
  left: 50%;
  width: 32px;
  height: 8px;
  bottom: 7px;
  content: '';
  position: absolute;
  margin-left: -16px;
  background-color: #eb631a;
}

.allCars .main .text a {
  float: left;
  height: 380px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-left: 30px;
  overflow: hidden;
  width: calc(33.33% - 20px);
}

.allCars .main .text a:nth-child(3n+1) {
  margin-left: 0;
}

.allCars .main .text a:hover {
  background-color: #f7f7f7;
}

.allCars .main .text a:hover .item {
  display: none;
}

.allCars .main .text a:hover .item2 {
  display: block;
}

.allCars .main .text a .item {
  position: relative;
}

.allCars .main .text a .item img {
  width: 100%;
  height: auto;
}

.allCars .main .text a .item p {
  /* left: 50%;
  bottom: 0; */
  font-size: 24px;
  color: #080404;
  text-align: center;
  /* position: absolute;
  transform: translate(-50%, 0); */
}

.allCars .main .text a .item2 {
  width: 100%;
  display: none;
  text-align: center;
}

.allCars .main .text a .item2 h3 {
  font-size: 24px;
  color: #080404;
}

.allCars .main .text a .item2 p {
  font-size: 14px;
  color: #080404;
  padding-top: 60px;
  line-height: 24px;
}

.allCars .main .text a .item2 p span {
  font-size: 20px;
}

.carType .main .navCarType {
  padding: 50px 0;
}

.carType .main .navCarType::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.carType .main .navCarType .item {
  float: left;
  cursor: pointer;
  font-size: 32px;
  color: #cccccc;
  padding-top: 30px;
  margin-right: 80px;
  position: relative;
  font-family: 'xiaomixi';
}

.carType .main .navCarType .item.active {
  color: #000000;
  font-family: 'xiaomi';
}

.carType .main .navCarType .item.active img {
  opacity: 1;
}

.carType .main .navCarType .item:hover {
  color: #000000;
  font-family: 'xiaomi';
}

.carType .main .navCarType .item:hover img {
  opacity: 1;
}

.carType .main .navCarType .item img {
  top: 0;
  left: 50%;
  opacity: 0;
  height: 40px;
  position: absolute;
  transform: translate(-50%, 0);
}

.carType .main .carTypeText .items {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.carType .main .carTypeText .items.active {
  display: flex;
}

.carType .main .carTypeText .items a {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: calc(50% - 15px);
  background-color: #f4f4f2;
}

.carType .main .carTypeText .items a:nth-child(1) {
  margin-top: 0;
}

.carType .main .carTypeText .items a:nth-child(2) {
  margin-top: 0;
}

.carType .main .carTypeText .items a img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.carType .main .carTypeText .items a:hover img {
  transform: scale(1.1);
}

.carType .main .carTypeText .items a .text {
  top: 50px;
  left: 50px;
  position: absolute;
}

.carType .main .carTypeText .items a h3 {
  font-size: 30px;
  color: #000000;
}

.carType .main .carTypeText .items a p {
  font-size: 14px;
  color: #000000;
  padding-top: 20px;
}

.carType .main .carTypeText .items a span {
  float: left;
  font-size: 24px;
  color: #080404;
  padding-top: 60px;
}

.carType .main .more {
  text-align: center;
  padding: 50px 0 80px;
}

.carType .main .more a {
  width: 180px;
  height: 48px;
  font-size: 14px;
  color: #ffffff;
  line-height: 48px;
  display: inline-block;
  background-color: #080404;
}

.carType .main .more a:hover {
  color: #080404;
  border: solid 1px #080404;
  background-color: transparent;
}

.video {
  width: 100%;
}

.video video {
  width: 100%;
  height: auto;
}

.customized {
  padding: 80px 0;
}

.customized .main .title {
  position: relative;
  text-align: center;
}

.customized .main .title::after {
  left: 50%;
  width: 32px;
  height: 3px;
  content: '';
  bottom: -40px;
  margin-left: -16px;
  position: absolute;
  background-color: #eb631a;
}

.customized .main .title h3 {
  font-size: 32px;
  color: #080404;
}

.customized .main .title p {
  font-size: 14px;
  color: #080404;
}

.customized .main .text {
  position: relative;
  padding: 100px 0 80px;
}

.customized .main .text .left {
  float: left;
  width: 510px;
  height: 660px;
  padding: 80px 50px;
  position: relative;
}

.customized .main .text .left p {
  font-size: 18px;
  color: #080404;
}

.customized .main .text .left h3 {
  font-size: 30px;
  color: #080404;
  padding-top: 20px;
}

.customized .main .text .left h4 {
  bottom: 80px;
  font-size: 14px;
  color: #080404;
  position: absolute;
}

.customized .main .text .left h4 span {
  font-size: 24px;
  color: #080404;
  padding-right: 10px;
}

.customized .main .text .left h4:hover a {
  color: #eb631a;
}

.customized .main .text .left h4:hover a span {
  color: #eb631a;
}

.customized .main .text .right {
  float: right;
  height: 660px;
  overflow: hidden;
  width: calc(100% - 540px);
}

.customized .main .text .right .swiper {
  height: 100%;
  position: relative;
}

.customized .main .text .right .swiper-button-prev {
  right: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.customized .main .text .right .swiper-button-prev span {
  font-size: 25px;
  color: #ffffff;
}

.customized .main .text .right .swiper-button-prev:hover {
  background-color: #080404;
}

.customized .main .text .right .swiper-button-next {
  right: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.customized .main .text .right .swiper-button-next span {
  font-size: 25px;
  color: #ffffff;
}

.customized .main .text .right .swiper-button-next:hover {
  background-color: #080404;
}

.customized .main .text .swiper-pagination {
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}

.customized .main .text .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  opacity: .3;
  margin: 0 5px;
  border-radius: 0;
  background-color: #080404;
}

.customized .main .text .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.about {
  padding: 80px 0;
}

.about .main .swiper {
  height: 100%;
  height: 715px;
  overflow: hidden;
  position: relative;
}

.about .main .swiper .text {
  width: 48%;
  z-index: 99;
  position: absolute;
}

.about .main .swiper .text::before {
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  content: '';
  bottom: -70px;
  position: absolute;
  background-color: #eb631a;
}

.about .main .swiper .text h3 {
  font-size: 32px;
  color: #080404;
}

.about .main .swiper .text p {
  font-size: 14px;
  color: #080404;
  padding-top: 50px;
}

.about .main .swiper .swiper-slide .items {
  float: right;
}

.about .main .swiper .swiper-slide .items:last-child {
  margin-top: 30px;
}

.about .main .swiper .swiper-slide .items .item {
  float: left;
  width: 400px;
  height: 342px;
  padding: 50px;
  margin-left: 30px;
  background-color: #ffffff;
}

.about .main .swiper .swiper-slide .items .item dl {
  padding-top: 30px;
}

.about .main .swiper .swiper-slide .items .item dl dt span {
  font-size: 44px;
}

.about .main .swiper .swiper-slide .items .item dl dd {
  padding-top: 50px;
}

.about .main .swiper .swiper-slide .items .item dl dd h3 {
  font-size: 24px;
  color: #080404;
}

.about .main .swiper .swiper-slide .items .item dl dd p {
  font-size: 14px;
  color: #272727;
  padding-top: 20px;
}

.about .main .swiper .swiper-button-prev {
  top: auto;
  width: 48px;
  height: 48px;
  bottom: 146px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #cccccc;
}

.about .main .swiper .swiper-button-prev:hover {
  border: solid 1px #080404;
}

.about .main .swiper .swiper-button-prev:hover span {
  color: #080404;
}

.about .main .swiper .swiper-button-prev span {
  font-size: 26px;
  color: #cccccc;
  line-height: 46px;
}

.about .main .swiper .swiper-button-next {
  top: auto;
  left: 80px;
  right: auto;
  width: 48px;
  height: 48px;
  bottom: 146px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #cccccc;
}

.about .main .swiper .swiper-button-next:hover {
  border: solid 1px #080404;
}

.about .main .swiper .swiper-button-next:hover span {
  color: #080404;
}

.about .main .swiper .swiper-button-next span {
  font-size: 26px;
  color: #cccccc;
  line-height: 46px;
}

@media screen and (max-width: 1700px) {
  .about .main .swiper .text {
    width: 40%;
  }
}

@media screen and (max-width: 1600px) {
  .about {
    padding: 80px 0;
  }

  .about .main .swiper .swiper-slide .items .item {
    float: left;
    width: 350px;
    height: 342px;
    padding: 50px;
    margin-left: 30px;
    background-color: #ffffff;
  }

  .about .main .swiper .swiper-slide .items .item dl {
    padding-top: 30px;
  }

  .about .main .swiper .swiper-slide .items .item dl dt span {
    font-size: 44px;
  }

  .about .main .swiper .swiper-slide .items .item dl dd {
    padding-top: 50px;
  }

  .about .main .swiper .swiper-slide .items .item dl dd h3 {
    font-size: 24px;
    color: #080404;
  }

  .about .main .swiper .swiper-slide .items .item dl dd p {
    font-size: 14px;
    color: #272727;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .about .main .swiper .text {
    width: 30%;
  }
}

.service {
  padding: 80px 0;
}

.service .main a {
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: calc(33.33% - 20px);
}

.service .main a:first-child {
  margin-left: 0;
}

.service .main a:hover img {
  transform: scale(1.1);
}

.service .main a img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.service .main a p {
  width: 100%;
  bottom: 60px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
}

.services {
  padding: 80px;
  background-color: #f7f7f7;
  border-bottom: solid 80px #ffffff;
}

.services .main h1 {
  font-size: 32px;
  color: #080404;
  text-align: center;
  padding-bottom: 60px;
}

.services .main .text .up dl {
  float: left;
  margin-left: 30px;
  width: calc(33.33% - 20px);
}

.services .main .text .up dl:nth-child(3n+1) {
  margin-left: 0;
}

.services .main .text .up dl:hover dt img {
  transform: scale(1.1);
}

.services .main .text .up dl dt {
  overflow: hidden;
}

.services .main .text .up dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.services .main .text .up dl dd {
  padding-top: 40px;
  text-align: center;
}

.services .main .text .up dl dd h3 {
  font-size: 24px;
  color: #080404;
}

.services .main .text .up dl dd p {
  font-size: 14px;
  color: #272727;
  padding-top: 10px;
  line-height: 24px;
}

.services .main .text .down {
  margin-top: 80px;
}

.services .main .text .down dl {
  float: left;
  margin-left: 30px;
  width: calc(50% - 15px);
}

.services .main .text .down dl:first-child {
  margin-left: 0;
}

.services .main .text .down dl:hover dt img {
  transform: scale(1.1);
}

.services .main .text .down dl dt {
  overflow: hidden;
}

.services .main .text .down dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.services .main .text .down dl dd {
  padding-top: 40px;
  text-align: center;
}

.services .main .text .down dl dd h3 {
  font-size: 24px;
  color: #080404;
}

.services .main .text .down dl dd p {
  font-size: 14px;
  color: #272727;
  padding-top: 10px;
}

.rInterests {
  padding: 80px;
}

.rInterests .main h1 {
  font-size: 32px;
  color: #080404;
  text-align: center;
}

.rInterests .main h2 {
  font-size: 14px;
  color: #080404;
  text-align: center;
  padding-bottom: 60px;
}

.rInterests .main .text dl {
  float: left;
  margin-left: 30px;
  width: calc(33.33% - 20px);
}

.rInterests .main .text dl:nth-child(3n+1) {
  margin-left: 0;
}

.rInterests .main .text dl:hover dt img {
  transform: scale(1.1);
}

.rInterests .main .text dl dt {
  overflow: hidden;
}

.rInterests .main .text dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.rInterests .main .text dl dd {
  font-size: 24px;
  color: #080404;
  padding-top: 40px;
}

.rInterests .main .text dl dd span {
  font-size: 14px;
}

.doorService {
  height: 700px;
}

.doorService h1 {
  font-size: 32px;
  color: #ffffff;
  padding-top: 80px;
  text-align: center;
}

.doorService h2 {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.doorService .text .item {
  width: 50%;
  float: left;
  padding-top: 130px;
}

.doorService .text .item:first-child {
  text-align: right;
}

.doorService .text .item:first-child dl {
  float: right;
}

.doorService .text .item:first-child dl dt {
  margin-right: 155px;
}

.doorService .text .item:first-child dl dd {
  margin-right: 80px;
}

.doorService .text .item dl dt {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  margin-left: 155px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

.doorService .text .item dl dt span {
  font-size: 50px;
  color: #ffffff;
}

.doorService .text .item dl dd {
  font-size: 18px;
  color: #ffffff;
  margin-left: 80px;
  padding-top: 40px;
}

.rInterests2 {
  padding: 80px;
}

.rInterests2 .main .text dl {
  float: left;
  margin-left: 30px;
  width: calc(50% - 15px);
}

.rInterests2 .main .text dl:nth-child(2n+1) {
  margin-left: 0;
}

.rInterests2 .main .text dl dt {
  overflow: hidden;
}

.rInterests2 .main .text dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.rInterests2 .main .text dl:hover dt img {
  transform: scale(1.1);
}

.rInterests2 .main .text dl dd {
  font-size: 24px;
  color: #080404;
  padding-top: 40px;
}

.rInterests2 .main .text dl dd span {
  font-size: 14px;
}

.life h1 {
  font-size: 32px;
  color: #080404;
  text-align: center;
  padding-top: 80px;
}

.life h2 {
  font-size: 14px;
  color: #080404;
  text-align: center;
  padding-bottom: 60px;
}

.life .text .items {
  position: relative;
}

.life .text .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.life .text .items:nth-child(1) .item:nth-child(2) {
  right: 0;
  position: absolute;
}

.life .text .items:nth-child(2) .item {
  float: right;
}

.life .text .items:nth-child(2) .item:nth-child(1) {
  left: 0;
  position: absolute;
}

.life .text .items .item {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #f7f7f7;
}

.life .text .items .item:hover img {
  transform: scale(1.1);
}

.life .text .items .item img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.life .text .items .item h4 {
  font-size: 14px;
  color: #272727;
  padding-top: 120px;
}

.life .text .items .item h3 {
  font-size: 24px;
  color: #272727;
  padding-top: 20px;
  position: relative;
}

.life .text .items .item h3::after {
  left: 50%;
  content: '';
  width: 30px;
  height: 2px;
  bottom: -50px;
  margin-left: -15px;
  position: absolute;
  background-color: #272727;
}

.life .text .items .item .textp {
  padding-top: 100px;
}

.life .text .items .item .textp p {
  font-size: 14px;
  color: #272727;
  line-height: 24px;
}

.periphery {
  padding-bottom: 80px;
}

.periphery .main h1 {
  font-size: 32px;
  color: #080404;
  padding-top: 80px;
}

.periphery .main h2 {
  font-size: 14px;
  color: #080404;
  padding-bottom: 60px;
}

.periphery .main .text .item {
  float: left;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
  width: calc(33.33% - 20px);
}

.periphery .main .text .item:nth-child(3n+1) {
  margin-left: 0;
}

.periphery .main .text .item:hover img {
  transform: scale(1.1);
}

.periphery .main .text .item img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.periphery .main .text .item p {
  top: 60px;
  left: 30px;
  z-index: 2;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
}

.periphery .main .text .item h3 {
  top: 90px;
  left: 30px;
  z-index: 2;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
}

.serviceItems {
  padding: 80px 0;
  background-color: #f7f7f7;
  border-bottom: solid 80px #ffffff;
}

.serviceItems .main h1 {
  font-size: 32px;
  color: #080404;
  text-align: center;
  padding-bottom: 60px;
}

.serviceItems .main .swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide div {
  left: 30px;
  bottom: 50px;
  position: absolute;
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide div p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 20px;
}

.serviceItems .main .swiper .swiper-wrapper .swiper-slide div h3 {
  font-size: 24px;
  color: #ffffff;
}

.serviceItems .main .swiper .swiper-pagination {
  bottom: 0;
}

.serviceItems .main .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #afaeae;
}

.serviceItems .main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #080404;
}

.activity {
  padding-left: 150px;
  padding-bottom: 100px;
}

.activity h1 {
  font-size: 32px;
  color: #080404;
  text-align: center;
  padding-top: 80px;
}

.activity h2 {
  font-size: 14px;
  color: #080404;
  text-align: center;
  padding-bottom: 60px;
}

.activity .text .left {
  float: left;
  width: 320px;
}

.activity .text .left .item {
  height: 216px;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-top: solid 1px #d1d1d1;
}

.activity .text .left .item:last-child {
  border-bottom: solid 1px #d1d1d1;
}

.activity .text .left .item.active {
  border-top: solid 2px #080404;
}

.activity .text .left .item.active dl dt span {
  color: #080404;
}

.activity .text .left .item.active dl dd p {
  color: #080404;
}

.activity .text .left .item.active dl dd h3 {
  color: #080404;
}

.activity .text .left .item:hover {
  border-top: solid 2px #080404;
}

.activity .text .left .item:hover dl dt span {
  color: #080404;
}

.activity .text .left .item:hover dl dd p {
  color: #080404;
}

.activity .text .left .item:hover dl dd h3 {
  color: #080404;
}

.activity .text .left .item dl {
  padding-left: 60px;
}

.activity .text .left .item dl dt {
  float: left;
}

.activity .text .left .item dl dt span {
  font-size: 48px;
  color: #cccccc;
}

.activity .text .left .item dl dd {
  padding-left: 70px;
}

.activity .text .left .item dl dd p {
  font-size: 14px;
  color: #cccccc;
  padding-top: 5px;
}

.activity .text .left .item dl dd h3 {
  font-size: 24px;
  color: #cccccc;
  padding-top: 5px;
}

.activity .text .right {
  margin-left: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 100px;
}

.activity .text .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.activity .text .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  position: relative;
  background-color: #080404;
}

.activity .text .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.activity .text .right .item {
  display: none;
  padding-right: 100px;
}

.activity .text .right .item.active {
  display: inline-block;
}

.activity .text .right .item a {
  width: 513px;
  margin-left: 30px;
  display: inline-block;
}

.activity .text .right .item a:first-child {
  margin-left: 0;
}

.activity .text .right .item a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.activity .text .right .item a:hover dl dt img {
  transform: scale(1.1);
}

.activity .text .right .item a dl dt {
  overflow: hidden;
  position: relative;
}

.activity .text .right .item a dl dt p {
  top: 20px;
  right: 20px;
  height: 36px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 36px;
  position: absolute;
  border-radius: 4px;
  background-color: #eb631a;
}

.activity .text .right .item a dl dt img {
  width: 100%;
  transition: all 0.5s;
}

.activity .text .right .item a dl dd h3 {
  font-size: 24px;
  color: #080404;
  padding-top: 30px;
}

.activity .text .right .item a dl dd p {
  font-size: 14px;
  color: #272727;
  padding-top: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.activity .text .right .item a dl dd h4 {
  font-size: 14px;
  color: #080404;
  line-height: 24px;
  padding-top: 80px;
}

.activity .text .right .item a dl dd h4 span {
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  .activity {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .activity {
    padding-left: 30px;
  }
}

.news {
  margin-top: 80px;
}

.news .main h1 {
  font-size: 32px;
  color: #080404;
  line-height: 170px;
}

.news .main .swiper {
  overflow: hidden;
  position: relative;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left {
  width: 27%;
  float: left;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left h6 {
  font-size: 14px;
  color: #080404;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left h3 {
  font-size: 24px;
  color: #080404;
  padding-top: 20px;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left p {
  font-size: 14px;
  color: #272727;
  padding-top: 20px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left h4 {
  font-size: 14px;
  color: #080404;
  line-height: 24px;
  padding-top: 80px;
}

.news .main .swiper .swiper-wrapper .swiper-slide .left h4 span {
  font-size: 16px;
}

.news .main .swiper .swiper-wrapper .swiper-slide .right {
  float: right;
  overflow: hidden;
  margin-right: 50px;
  width: calc(70% - 50px);
}

.news .main .swiper .swiper-wrapper .swiper-slide .right:hover img {
  transform: scale(1.1);
}

.news .main .swiper .swiper-wrapper .swiper-slide .right img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.news .main .swiper .swiper-pagination {
  bottom: 0;
  width: auto;
  position: absolute;
}

.news .main .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #b4b3b3;
}

.news .main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #080404;
}

.newsList .main .text a {
  float: left;
  margin-top: 80px;
  margin-left: 30px;
  width: calc(33.33% - 20px);
}

.newsList .main .text a:nth-child(3n+1) {
  margin-left: 0;
}

.newsList .main .text a:hover dl dt img {
  transform: scale(1.1);
}

.newsList .main .text a:hover dl dd h4 {
  padding-left: 20px;
}

.newsList .main .text a dl dt {
  overflow: hidden;
  max-height: 350px;
}

.newsList .main .text a dl dt img {
  width: 100%;
  transition: all 0.5s;
}

.newsList .main .text a dl dd h6 {
  font-size: 14px;
  color: #080404;
  padding-top: 40px;
}

.newsList .main .text a dl dd h3 {
  font-size: 24px;
  color: #080404;
  padding-top: 20px;
}

.newsList .main .text a dl dd p {
  font-size: 14px;
  color: #272727;
  padding-top: 20px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsList .main .text a dl dd h4 {
  font-size: 14px;
  color: #080404;
  line-height: 24px;
  padding-top: 80px;
  transition: all 0.5s;
}

.newsList .main .text a dl dd h4 span {
  font-size: 16px;
}

.joinMe {
  padding-top: 80px;
}

.joinMe .main {
  width: 1200px;
}

.joinMe .main .search::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.joinMe .main .search .layui-form .layui-form-item {
  float: left;
  clear: none;
}

.joinMe .main .search .layui-form .layui-form-item:nth-child(1) {
  width: 60%;
}

.joinMe .main .search .layui-form .layui-form-item:nth-child(2) {
  width: 21%;
  margin-left: 1%;
}

.joinMe .main .search .layui-form .layui-form-item:nth-child(3) {
  float: right;
  width: 180px;
}

.joinMe .main .search .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  position: relative;
}

.joinMe .main .search .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #000000;
}

.joinMe .main .search .layui-form .layui-form-item .layui-input-block span {
  left: 20px;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
}

.joinMe .main .search .layui-form .layui-form-item .layui-input-block input {
  height: 50px;
  padding-left: 60px;
}

.joinMe .main .search .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 180px;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
}

.joinMe .main .text .titles {
  height: 76px;
  padding: 0 50px;
  line-height: 76px;
  background-color: #fcf8f5;
}

.joinMe .main .text .titles div {
  float: left;
  font-size: 16px;
  text-align: left;
  color: #080404;
  font-weight: bold;
}

.joinMe .main .text .titles div:nth-child(1) {
  width: 37%;
}

.joinMe .main .text .titles div:nth-child(2) {
  width: 15%;
}

.joinMe .main .text .titles div:nth-child(3) {
  width: 15%;
}

.joinMe .main .text .titles div:nth-child(4) {
  width: 20%;
}

.joinMe .main .text .titles div:nth-child(5) {
  width: 13%;
}

.joinMe .main .text .texts a {
  height: 76px;
  display: block;
  padding: 0 50px;
  line-height: 76px;
  border-bottom: solid 1px #d1d1d1;
}

.joinMe .main .text .texts a:hover {
  background-color: #f6f7f9;
}

.joinMe .main .text .texts a div {
  float: left;
  font-size: 16px;
  color: #080404;
  text-align: left;
}

.joinMe .main .text .texts a div span {
  font-size: 14px;
  color: #080404;
  padding-left: 20px;
}

.joinMe .main .text .texts a div:nth-child(1) {
  width: 37%;
}

.joinMe .main .text .texts a div:nth-child(2) {
  width: 15%;
}

.joinMe .main .text .texts a div:nth-child(3) {
  width: 15%;
}

.joinMe .main .text .texts a div:nth-child(4) {
  width: 20%;
}

.joinMe .main .text .texts a div:nth-child(5) {
  width: 12%;
}

.joinMeDetails {
  margin-top: 80px;
}

.joinMeDetails .main {
  width: 1200px;
}

.joinMeDetails .main h6 {
  font-size: 14px;
  color: #080404;
  padding: 80px 0 40px;
}

.joinMeDetails .main .title {
  position: relative;
  padding-bottom: 80px;
  border-bottom: solid 1px #d1d1d1;
}

.joinMeDetails .main .title h3 {
  font-size: 32px;
  color: #080404;
}

.joinMeDetails .main .title p {
  font-size: 14px;
  color: #272727;
}

.joinMeDetails .main .title p span {
  margin-left: 70px;
}

.joinMeDetails .main .title p span:first-child {
  margin-left: 0;
}

.joinMeDetails .main .title button {
  top: 0;
  right: 0;
  width: 180px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  background-color: #000000;
}

.joinMeDetails .main .text {
  padding-top: 80px;
  border-bottom: solid 1px #d1d1d1;
}

.joinMeDetails .main .text .item {
  padding-bottom: 80px;
}

.joinMeDetails .main .text .item h3 {
  font-size: 24px;
  color: #272727;
}

.joinMeDetails .main .text .item p {
  font-size: 14px;
  color: #272727;
  line-height: 26px;
}

.joinMeDetails .main .toBack {
  line-height: 176px;
  text-align: center;
}

.joinMeDetails .main .toBack p {
  font-size: 14px;
  color: #080404;
}

.joinMeDetails .main .toBack p span {
  padding-right: 10px;
}

.newsDetails {
  margin-top: 80px;
}

.newsDetails .main {
  padding: 80px 0;
  max-width: 1200px;
}

.newsDetails .main .text h4 {
  font-size: 14px;
  color: #080404;
}

.newsDetails .main .text h3 {
  font-size: 32px;
  color: #080404;
  padding-top: 20px;
}

.newsDetails .main .text .textp {
  padding: 40px 0;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
}

.newsDetails .main .text .textp img {
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}

.newsDetails .main .textFoot {
  padding-top: 20px;
}

.newsDetails .main .textFoot a {
  font-size: 14px;
  color: #080404;
}

.newsDetails .main .textFoot a span {
  font-size: 14px;
  color: #080404;
  padding-right: 10px;
}

.newsDetails .main .textFoot .right {
  float: right;
}

.newsDetails .main .textFoot .right a {
  margin: 0 20px;
}

.newsDetails .main .textFoot .right a:last-child {
  margin-right: 0;
}

.newsDetails .main .textFoot .right a:last-child span {
  padding-left: 10px;
}

.abouts .main .left {
  max-width: 940px;
}

.abouts .main .left h3 {
  font-size: 32px;
  color: #080404;
  padding-top: 80px;
}

.abouts .main .left p {
  font-size: 14px;
  color: #080404;
}

.abouts .main .left .textp {
  padding: 80px 0;
  font-size: 14px;
  color: #080404;
  line-height: 26px;
}

.abouts .main .left .texts {
  padding-bottom: 80px;
}

.abouts .main .left .texts::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.abouts .main .left .texts .item {
  width: 26%;
  float: left;
  height: 80px;
  padding-left: 60px;
  border-right: solid 1px #d1d1d1;
}

.abouts .main .left .texts .item:nth-child(3n+1) {
  padding-left: 0;
}

.abouts .main .left .texts .item:last-child {
  border: none;
  margin-top: 80px;
}

.abouts .main .left .texts .item dl {
  position: relative;
}

.abouts .main .left .texts .item dl span {
  top: 10px;
  left: 40px;
  position: absolute;
}

.abouts .main .left .texts .item dl dt {
  font-size: 60px;
  color: #080404;
}

.abouts .main .left .texts .item dl dd {
  font-size: 14px;
  color: #080404;
}

.map {
  position: relative;
}

.map .text {
  left: 50%;
  top: 100px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
}

.map .text h3 {
  font-size: 32px;
  color: #080404;
  padding-bottom: 60px;
}

.map .text p {
  font-size: 14px;
  color: #080404;
  line-height: 30px;
}

.map img {
  width: 100%;
  height: auto;
}

.porducts {
  padding: 80px 0;
}

.porducts .main .title {
  text-align: center;
}

.porducts .main .title h3 {
  font-size: 32px;
  color: #080404;
}

.porducts .main .title p {
  font-size: 14px;
  color: #080404;
}

.porducts .main .swiper {
  overflow: hidden;
  position: relative;
  padding: 60px 0 80px;
}

.porducts .main .swiper .swiper-wrapper .swiper-slide:hover dl dt img {
  transform: scale(1.1);
}

.porducts .main .swiper .swiper-wrapper .swiper-slide dl dt {
  text-align: center;
  overflow: hidden;
}

.porducts .main .swiper .swiper-wrapper .swiper-slide dl dt img {
  width: auto;
  height: 320px;
  transition: all 0.5s;
}

.porducts .main .swiper .swiper-wrapper .swiper-slide dl dd {
  padding-top: 40px;
  text-align: center;
}

.porducts .main .swiper .swiper-wrapper .swiper-slide dl dd h3 {
  font-size: 24px;
  color: #080404;
}

.porducts .main .swiper .swiper-wrapper .swiper-slide dl dd p {
  font-size: 14px;
  color: #080404;
}

.porducts .main .swiper .swiper-pagination {
  bottom: 0;
}

.porducts .main .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #b3b2b2;
}

.porducts .main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #080404;
}

.reason {
  position: relative;
}

.reason .text {
  left: 50%;
  top: 100px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
}

.reason .text h3 {
  font-size: 32px;
  color: #080404;
  padding-bottom: 20px;
}

.reason .text p {
  font-size: 14px;
  color: #080404;
  line-height: 30px;
}

.reason .text a {
  font-size: 14px;
  color: #080404;
  line-height: 24px;
  padding-top: 60px;
  display: inline-block;
}

.reason .text a span {
  font-size: 16px;
}

.reason img {
  width: 100%;
  height: auto;
}

.proType1 {
  height: 960px;
  overflow: hidden;
  position: relative;
}

.proType1 .swiper-wrapper .swiper-slide .main {
  padding-top: 80px;
  text-align: center;
}

.proType1 .swiper-wrapper .swiper-slide .main h3 {
  font-size: 32px;
  color: #080404;
  padding-bottom: 40px;
}

.proType1 .swiper-wrapper .swiper-slide .main p {
  font-size: 18px;
  color: #080404;
}

.proType1 .swiper-wrapper .swiper-slide .main img {
  height: auto;
  max-width: 1000px;
  display: inline-block;
}

.proType1 .swiper-button-prev {
  left: 60px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.proType1 .swiper-button-prev:hover {
  background-color: #000000;
}

.proType1 .swiper-button-prev span {
  font-size: 24px;
  color: #ffffff;
}

.proType1 .swiper-button-next {
  right: 60px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.proType1 .swiper-button-next:hover {
  background-color: #000000;
}

.proType1 .swiper-button-next span {
  font-size: 24px;
  color: #ffffff;
}

.proType1 .swiper-pagination {
  bottom: 50px;
}

.proType1 .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  opacity: .3;
  border-radius: 0;
  background-color: #fff;
}

.proType1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.proType2::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.proType2 .item {
  float: left;
  cursor: pointer;
  width: 33.3333%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.proType2 .item:hover img {
  opacity: 1;
}

.proType2 .item p {
  z-index: 3;
  width: 100%;
  bottom: 80px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
}

.proType2 .item h3 {
  z-index: 3;
  width: 100%;
  bottom: 60px;
  display: none;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
}

.proType2 .item img {
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}

.proType2 .item video {
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  position: absolute;
}

.proType3 {
  background-color: #000000;
}

.proType3 video {
  width: 100%;
  height: auto;
  max-height: 800px;
}

.proType4 {
  padding-top: 75px;
}

.proType4 .main .left {
  float: left;
  width: 510px;
}

.proType4 .main .left .item {
  height: 195px;
  cursor: pointer;
  overflow: hidden;
  border-top: solid 1px #d1d1d1;
}

.proType4 .main .left .item:last-child {
  border-bottom: solid 1px #d1d1d1;
}

.proType4 .main .left .item.active {
  height: 265px;
  border-top: solid 2px #080404;
}

.proType4 .main .left .item.active dl dd {
  padding-top: 70px;
}

.proType4 .main .left .item.active dl dd h3 {
  line-height: 24px;
}

.proType4 .main .left .item.active dl dd p {
  display: block;
  padding-top: 10px;
}

.proType4 .main .left .item dl dt {
  float: left;
  line-height: 195px;
}

.proType4 .main .left .item dl dt span {
  font-size: 56px;
}

.proType4 .main .left .item dl dd {
  padding-left: 75px;
}

.proType4 .main .left .item dl dd h3 {
  font-size: 24px;
  color: #080404;
  line-height: 195px;
}

.proType4 .main .left .item dl dd p {
  display: none;
  font-size: 14px;
  color: #080404;
}

.proType4 .main .right {
  float: right;
  width: calc(100% - 540px);
}

.proType4 .main .right .item {
  display: none;
  overflow: hidden;
}

.proType4 .main .right .item:hover img {
  transform: scale(1.1);
}

.proType4 .main .right .item.active {
  display: block;
}

.proType4 .main .right .item img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.proType5 {
  padding: 80px 0;
}

.proType5 .main {
  text-align: center;
}

.proType5 .main .text h3 {
  margin: 0 20px;
  cursor: pointer;
  font-size: 32px;
  color: #cccccc;
  padding-bottom: 40px;
  display: inline-block;
  font-family: 'xiaomixi';
}

.proType5 .main .text h3.active {
  color: #080404;
  font-family: 'xiaomi';
}

.proType5 .main .texts .item {
  display: none;
}

.proType5 .main .texts .item.active {
  display: block;
}

.proType5 .main .texts .item video {
  width: 100%;
  height: auto;
  max-height: 600px;
  padding: 40px 0;
}

.proType5 .main .texts .item p {
  font-size: 18px;
  color: #080404;
}

.proType6 {
  height: 800px;
}

.proType6 .main {
  text-align: left;
  padding-top: 80px;
}

.proType6 .main h3 {
  font-size: 32px;
  color: #ffffff;
  padding-bottom: 40px;
}

.proType6 .main p {
  font-size: 18px;
  color: #ffffff;
}

.proType11 {
  height: 800px;
}

.proType11 .main {
  text-align: right;
  padding-top: 80px;
}

.proType11 .main h3 {
  font-size: 32px;
  color: #ffffff;
  padding-bottom: 40px;
}

.proType11 .main p {
  font-size: 18px;
  color: #ffffff;
}

.proType7 .main .up {
  padding-top: 80px;
}

.proType7 .main .up .item {
  float: left;
  margin-left: 30px;
  padding-top: 60px;
  width: calc(33.33% - 20px);
  border-top: solid 1px #d1d1d1;
}

.proType7 .main .up .item:first-child {
  margin-left: 0;
}

.proType7 .main .up .item:hover dl dd img {
  transform: scale(1.1);
}

.proType7 .main .up .item dl dt h3 {
  font-size: 24px;
  color: #080404;
  padding-bottom: 20px;
}

.proType7 .main .up .item dl dt p {
  height: 36px;
  font-size: 14px;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.proType7 .main .up .item dl dd {
  overflow: hidden;
  margin-top: 40px;
}

.proType7 .main .up .item dl dd img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.proType7 .main .down {
  padding-top: 80px;
}

.proType7 .main .down .item {
  float: left;
  margin-left: 30px;
  padding-top: 60px;
  width: calc(50% - 15px);
  border-top: solid 1px #d1d1d1;
}

.proType7 .main .down .item:first-child {
  margin-left: 0;
}

.proType7 .main .down .item:hover dl dd img {
  transform: scale(1.1);
}

.proType7 .main .down .item dl dt h3 {
  font-size: 24px;
  color: #080404;
  padding-bottom: 20px;
}

.proType7 .main .down .item dl dt p {
  height: 36px;
  font-size: 14px;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.proType7 .main .down .item dl dd {
  overflow: hidden;
  margin-top: 40px;
}

.proType7 .main .down .item dl dd img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.proType8 {
  padding-top: 80px;
}

.proType8 .up {
  text-align: center;
  padding-bottom: 60px;
}

.proType8 .up .item {
  width: 178px;
  height: 42px;
  cursor: pointer;
  line-height: 40px;
  margin-right: -5px;
  display: inline-block;
  border: solid 1px #080404;
  border-right: none;
}

.proType8 .up .item:last-child {
  border-right: solid 1px #080404;
}

.proType8 .up .item.active {
  color: #ffffff;
  background-color: #080404;
}

.proType8 .down .item {
  width: 100%;
  height: 650px;
  display: none;
  text-align: center;
}

.proType8 .down .item.active {
  display: block;
}

.proType8 .down .item h3 {
  font-size: 32px;
  color: #ffffff;
  padding: 500px 0 20px;
}

.proType8 .down .item p {
  font-size: 18px;
  color: #ffffff;
}

.proType9 .main .up {
  text-align: center;
  padding: 80px 0 110px;
}

.proType9 .main .up h3 {
  font-size: 32px;
  color: #080404;
  padding-bottom: 40px;
}

.proType9 .main .up p {
  font-size: 14px;
  color: #080404;
}

.proType9 .main .down {
  padding-bottom: 120px;
}

.proType9 .main .down .item {
  float: left;
  width: 33.33%;
  height: 110px;
  padding-left: 80px;
  border-left: solid 1px #d1d1d1;
}

.proType9 .main .down .item:first-child {
  border: none;
  padding-left: 0;
}

.proType9 .main .down .item h3 {
  font-size: 14px;
  color: #080404;
  padding-bottom: 30px;
}

.proType9 .main .down .item p {
  font-size: 20px;
  color: #080404;
}

.proType10 {
  position: relative;
  padding-bottom: 300px;
}

.proType10 .text {
  top: 80px;
  width: 100%;
  position: absolute;
  text-align: center;
}

.proType10 .text p {
  font-size: 14px;
  color: #ffffff;
}

.proType10 .text h3 {
  font-size: 32px;
  color: #ffffff;
  padding-top: 40px;
}

.proType10 img {
  width: 100%;
  height: auto;
}

.proType10 .main {
  left: 50%;
  bottom: 0;
  width: 60%;
  margin-left: -35%;
  position: absolute;
}

.proType10 .main img {
  width: 100%;
  height: auto;
}

.proType12 {
  padding: 80px 0;
}

.proType12 .main .up {
  text-align: center;
}

.proType12 .main .up h3 {
  font-size: 32px;
  color: #080404;
  padding-bottom: 40px;
}

.proType12 .main .up p {
  font-size: 18px;
  color: #080404;
}

.proType12 .main .down {
  padding-top: 40px;
}

.proType12 .main .down .item {
  float: left;
  margin-left: 30px;
  width: calc(50% - 15px);
}

.proType12 .main .down .item:nth-child(2n+1) {
  margin-left: 0;
}

.proType12 .main .down .item:hover dl dt img {
  transform: scale(1.1);
}

.proType12 .main .down .item dl dt {
  overflow: hidden;
}

.proType12 .main .down .item dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.proType12 .main .down .item dl dd {
  padding-top: 40px;
}

.proType12 .main .down .item dl dd h3 {
  font-size: 24px;
  color: #080404;
}

.proType12 .main .down .item dl dd p {
  font-size: 14px;
  color: #080404;
  padding-top: 10px;
}

.proType13 {
  height: 700px;
  display: flex;
  text-align: center;
  align-items: center;
}

.proType13 .main h3 {
  font-size: 40px;
  color: #ffffff;
}

.proType13 .main p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 40px;
}

.proType13 .main p i {
  font-style: italic;
}

.proType14 {
  padding: 80px 0;
}

.proType14 .main .item {
  float: left;
  margin-left: 30px;
  width: calc(50% - 15px);
}

.proType14 .main .item:nth-child(2n+1) {
  margin-left: 0;
}

.proType14 .main .item:nth-child(2n+1) video {
  margin-top: 40px;
}

.proType14 .main .item h3 {
  font-size: 24px;
  color: #080404;
}

.proType14 .main .item p {
  font-size: 14px;
  color: #272727;
}

.proType14 .main .item video {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.footer {
  background-color: #f7f7f7;
  border-top: solid 1px #d1d1d1;
}

.footer .up {
  padding: 60px 0;
  background-color: #f6f7f9;
}

.footer .up .main .left {
  float: left;
}

.footer .up .main .left dl dt img {
  height: 44px;
  width: auto;
}

.footer .up .main .left dl dd {
  padding-top: 40px;
}

.footer .up .main .left dl dd div:hover .hovers {
  display: block;
}

.footer .up .main .left dl dd div {
  float: left;
  position: relative;
}

.footer .up .main .left dl dd span {
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-right: 20px;
  border-radius: 4px;
  display: inline-block;
  border: solid 1px #d1d1d1;
}

.footer .up .main .center {
  float: left;
}

.footer .up .main .center ul {
  float: left;
  text-align: left;
  padding-left: 80px;
}

.footer .up .main .center ul h3 {
  font-size: 16px;
  color: #080404;
  font-weight: bold;
  padding-bottom: 20px;
}

.footer .up .main .center ul li {
  font-size: 14px;
  color: #080404;
  padding-top: 20px;
}

.footer .up .main .center ul li a {
  color: #080404;
}

.footer .up .main .center ul li a:hover {
  color: #eb631a;
}

.footer .up .main .right {
  float: right;
}

.footer .up .main .right .ups img {
  width: 100px;
  margin-left: 40px;
}

.footer .up .main .right .downs {
  text-align: right;
  padding-top: 40px;
}

.footer .up .main .right .downs h3 {
  font-size: 24px;
  color: #080404;
}

.footer .up .main .right .downs p {
  font-size: 14px;
  color: #080404;
}

.footer .down {
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.footer .down .main {
  border-top: solid 1px #d1d1d1;
}

.footer .down .main p {
  font-size: 14px;
}

.footer .down .main p.left {
  float: left;
}

.footer .down .main p.right {
  float: right;
}

.footer .down .main p a {
  color: #080404;
}

@media screen and (max-width: 1600px) {
  .footer .up .main .center ul {
    padding-left: 60px;
  }
}


.reserve {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
}

.reserve .left {
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  text-align: center;
  position: absolute;
}

.reserve .left h3 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 120px;
}

.reserve .left p {
  font-size: 18px;
  padding-top: 30px;
}

.reserve .right {
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  padding: 0 60px;
  position: absolute;
  background-color: #fff;
}

.reserve .right h3 {
  font-size: 32px;
  padding: 180px 0 60px;
}

.reserve .right p {
  font-size: 14px;
}

.reserve .layui-form::before {
  top: 30px;
  width: 32px;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #eb631a;
}

.reserve .right .layui-form {
  padding-top: 90px;
  position: relative;
}

.reserve .right .layui-form .layui-form-item {
  margin-bottom: 30px;
}

.reserve .right .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.reserve .right .layui-form .layui-form-item .layui-input-block input {
  margin-left: 0;
  border: none;
  border-bottom: solid 1px #d1d1d1;
}

.reserve .right .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 180px;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 50px;
  background-color: #080404;
}

.layui-form-select dl dd.layui-this {
  background-color: #080404;
}

.close {
  top: 80px;
  right: 60px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  font-size: 24px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  border: solid 1px #080404;
}

.popos {
  right: 20px;
  z-index: 99999;
  bottom: 200px;
  position: fixed;
}

.popos .item {
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-top: 1px;
  line-height: 46px;
  position: relative;
  text-align: center;
  background-color: #080404;
}
.popos .item .items{
  top: 0;
  width: 0;
  right: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  transition: all 0.5s;
  background-color: #080404;
}
.popos .item:hover .items{
  width: 170px;
}
.messageMain{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}
.message {
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 645px;
  position: fixed;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.message .left{
  float: left;
  width: 600px;
}
.message .left img{
  width: 100%;
}
.message .right{
  float: right;
  width: 600px;
  padding: 0 60px;
}
.message .right h3 {
  font-size: 32px;
  padding: 80px 0 60px;
}
.message .layui-form::before {
  top: -30px;
  width: 32px;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #eb631a;
}

.message .right .layui-form {
  padding-top: 30px;
  position: relative;
}

.message .right .layui-form .layui-form-item {
  margin-bottom: 30px;
}

.message .right .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.message .right .layui-form .layui-form-item .layui-input-block input {
  margin-left: 0;
  border: none;
  border-bottom: solid 1px #d1d1d1;
}

.message .right .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 180px;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 50px;
  background-color: #080404;
}
.layui-textarea{
  border: none;
  border-bottom: solid 1px #d1d1d1;
}
.close2 {
  top: 80px;
  right: 60px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  font-size: 24px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  border: solid 1px #080404;
}
.Employee{
  padding: 80px 0 100px;
}
.Employee h3{
  font-size: 32px;
  color: #080404;
  text-align: center;
}
#certify{
  padding-top: 60px;
  position: relative;
}
#certify .swiper-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
#certify .swiper-slide {
  width: 1200px;
  height: auto;
  position: relative;
  text-align: center;
}
#certify .swiper-slide img{
  height: 700px;
  padding-bottom: 20px;
}
#certify .swiper-slide p{
  font-size: 14px;
  color: #080404;
  line-height: 26px;
}
#certify .swiper-slide::after{
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
#certify .swiper-slide-active::after{
  background-color: transparent;
}
#certify .swiper-button-prev {
  left: 160px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #000000;
}
#certify .swiper-button-prev:hover{
  background-color: #000000;
}
#certify .swiper-button-prev:hover span{
  color: #fff;
}
#certify .swiper-button-prev span{
  font-size: 24px;
}
#certify .swiper-button-next {
  right: 160px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #000000;
}
#certify .swiper-button-next:hover{
  background-color: #000000;
}
#certify .swiper-button-next:hover span{
  color: #fff;
}
#certify .swiper-button-next span{
  font-size: 24px;
}