@charset "UTF-8";
*,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "微软雅黑" !important;
  background-color: #fff;
}

@font-face {
  font-family: '微酷雅黑';
  src: url(fonts/font.ttf);
}
.x-1 {
  width: 100%;
  float: left;
}

.x-2 {
  width: 50%;
  float: left;
}

.x-3 {
  width: 33.3333333333%;
  float: left;
}

.x-4 {
  width: 25%;
  float: left;
}

.x-5 {
  width: 20%;
  float: left;
}

.x-6 {
  width: 16.6666666667%;
  float: left;
}

.x-7 {
  width: 14.2857142857%;
  float: left;
}

.text-overflow {
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

[class*="text-overflow-"],
[class*="text-xs-overflow-"] {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.text-overflow-2 {
  -webkit-line-clamp: 2;
}

.text-overflow-3 {
  -webkit-line-clamp: 3;
}

.text-overflow-4 {
  -webkit-line-clamp: 4;
}

.text-overflow-5 {
  -webkit-line-clamp: 5;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .text-xs-overflow-2 {
    -webkit-line-clamp: 2;
  }

  .text-xs-overflow-3 {
    -webkit-line-clamp: 3;
  }

  .text-xs-overflow-4 {
    -webkit-line-clamp: 4;
  }

  .text-xs-overflow-5 {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 320px) {
  .text-xs-overflow-2 {
    -webkit-line-clamp: 2;
  }

  .text-xs-overflow-3 {
    -webkit-line-clamp: 3;
  }

  .text-xs-overflow-4 {
    -webkit-line-clamp: 4;
  }

  .text-xs-overflow-5 {
    -webkit-line-clamp: 5;
  }
}
.gh {
  height: 159px;
}
@media (max-width: 992px) {
  .gh {
    height: 80px;
  }
}

#header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
#header .header-top {
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .header-top .row {
  justify-content: space-between;
}
#header .header-top .logo img {
  max-width: 100%;
}
#header .header-top .search {
  display: flex;
  justify-content: flex-end;
}
#header .header-top .search .box {
  margin-top: 15px;
  position: relative;
  width: 260px;
  height: 41px;
  background-color: #ffffff;
  border: solid 1px #ff3333;
}
#header .header-top .search .box input {
  width: 100%;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #999999;
}
@media (max-width: 992px) {
  #header .header-top .search .box input {
    font-size: 7px;
  }
}
#header .header-top .search .box input::-webkit-input-placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
}
@media (max-width: 992px) {
  #header .header-top .search .box input::-webkit-input-placeholder {
    font-size: 7px;
  }
}
#header .header-top .search .box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#header .header-top .search .box .search-btn input{
	background-image: url(/statics/pc/images/icon.png);
	background-repeat: no-repeat;
  width: 38px;
  height: 39px;
}
#header .header-top .search .search-text {
  margin-top: 15px;
  margin-left: 20px;
}
#header .heng {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
#header .header-bot ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  margin-bottom: 2px;
  width: 100%;
  list-style: none;
  text-align: center;
}
#header .header-bot ul li {
  position: relative;
  width: 14.2857142857%;
}
#header .header-bot ul li a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 992px) {
  #header .header-bot ul li a {
    font-size: 9px;
  }
}
#header .header-bot ul li a span {
  padding-bottom: 20px;
}
#header .header-bot ul li .header-child {
  height: 0px;
  width: 100%;
  position: absolute;
  top: 45px;
  z-index: 1000;
  background: #FFFFFF;
  overflow: hidden;
}
#header .header-bot ul li .header-child ul {
  height: 0;
  display: inline;
  list-style: none;
}
#header .header-bot ul li .header-child ul li {
  width: 100%;
}
#header .header-bot ul li .header-child ul li a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 992px) {
  #header .header-bot ul li .header-child ul li a {
    font-size: 8px;
  }
}
#header .header-bot ul li:hover a {
  color: #ff0000;
}
#header .header-bot ul li:hover a span {
  border-bottom: 1px solid #f73a3a;
}
#header .header-bot ul li:hover .header-child {
  height: auto;
  transition: all 1s;
}
#header .header-bot ul .active a {
  color: #ff0000;
}
#header .header-bot ul .active a span {
  border-bottom: 1px solid #f73a3a;
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
}

#mobile-nav {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  padding-top: 10px;
  background-color: #ffffff;
  width: 100%;
  display: none;
  z-index: 101;
}
#mobile-nav .mobile-top {
  height: 100%;
}
#mobile-nav .mobile-top .row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: space-between;
}
#mobile-nav .mobile-top .row .mobile-logo {
  width: 200px;
  height: 70px;
}
#mobile-nav .mobile-top .row .mobile-logo a {
  height: 60%;
  display: block;
}
#mobile-nav .mobile-top .row .mobile-logo a img {
  height: 100%;
}
#mobile-nav .mobile-top .row #mobile-btn {
  margin-top: 10px;
  height: 39px;
}
#mobile-nav .mobile-top .row #mobile-btn img {
  height: 60%;
}
#mobile-nav #menu {
  background-color: #ffffff;
}
#mobile-nav #menu .f1 {
  height: 0;
  overflow: hidden;
}
#mobile-nav #menu .f1 ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#mobile-nav #menu .f1 ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}
#mobile-nav #menu .f1 ul li .items span {
  display: block;
}
#mobile-nav #menu .f1 ul li .items span a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 18px;
}
#mobile-nav #menu .f1 ul li .items span a:hover {
  color: #f73a3a;
  transition: 0.3s;
}
@media (max-width: 992px) {
  #mobile-nav #menu .f1 ul li .items span a {
    font-size: 9px;
  }
}
#mobile-nav #menu .f1 ul li .items span .active {
  color: #f73a3a;
}
#mobile-nav #menu .f1 ul li .items span .active:hover {
  color: #f73a3a;
}
#mobile-nav #menu .f1 ul li .items .box-btn {
  height: 19px;
  width: 19px;
  position: absolute;
  right: 20px;
  top: 10px;
}
#mobile-nav #menu .f1 ul li .items .box-btn img {
  width: 100%;
  height: 100%;
}
#mobile-nav #menu .f1 ul li .f2 {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}
#mobile-nav #menu .f1 ul li .f2 ul li a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  #mobile-nav #menu .f1 ul li .f2 ul li a {
    font-size: 8px;
  }
}
#mobile-nav #menu .f1 ul li .f2 ul li a:hover {
  color: #f73a3a;
}
@media (max-width: 992px) {
  #mobile-nav {
    display: block;
  }
}

#lunbo {
  margin-bottom: 60px;
  position: relative;
}
#lunbo .view .swiper-container1 {
  overflow: hidden;
}
#lunbo .view .swiper-container1 img {
  width: 100%;
}
#lunbo .viewtext {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 100;
  transform: translateX(-50%);
}
#lunbo .viewtext .swiper-container2 {
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(216, 216, 216, 0.83);
  overflow: hidden;
  position: relative;
}
#lunbo .viewtext .swiper-container2 .swiper-wrapper {
  position: absolute;
  text-align: center;
}
#lunbo .viewtext .swiper-container2 .swiper-wrapper .swiper-slide span {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #666666;
}
#lunbo .viewtext .swiper-container2 .swiper-pagination {
  width: 70%;
}
#lunbo .viewtext .swiper-container2 .swiper-button-prev {
  position: absolute;
  left: 3%;
}
#lunbo .viewtext .swiper-container2 .swiper-button-next {
  position: absolute;
  left: 10%;
}
#lunbo .viewtext .swiper-container2 .swiper-pagination {
  width: 10%;
  position: absolute;
  top: 25px;
  left: 90%;
}
#lunbo .viewtext .swiper-container2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #dedfe1;
}
#lunbo .viewtext .swiper-container2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
  border: solid 2px #ff3333;
}
@media (max-width: 992px) {
  #lunbo .viewtext .swiper-container2 {
    height: 40px;
  }
  #lunbo .viewtext .swiper-container2 .swiper-wrapper .swiper-slide span {
    line-height: 32px;
    font-size: 9px;
  }
  #lunbo .viewtext .swiper-container2 .swiper-button-next {
    top: 30px;
    width: 10px;
    height: 22px;
  }
  #lunbo .viewtext .swiper-container2 .swiper-button-prev {
    top: 30px;
    width: 10px;
    height: 22px;
  }
  #lunbo .viewtext .swiper-container2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #lunbo .viewtext .swiper-container2 .swiper-pagination {
    width: 26%;
    position: absolute;
    top: 5px;
    left: 75%;
  }
}

.floor1 {
  overflow: hidden;
}
.floor1 .floor1-contain.row {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 992px) {
  .floor1 .floor1-contain.row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.floor1 .floor1-contain .floor1-main-item1 {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.floor1 .floor1-contain .floor1-main-item1 .box {
  position: relative;
  overflow: hidden;
}
.floor1 .floor1-contain .floor1-main-item1 .box img {
  width: 100%;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-main {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-box:before,
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  position: absolute;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-box:before {
  top: 0;
  left: 0;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-box:after {
  right: 0;
  bottom: 0;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text {
  display: none;
  padding: 15%;
  text-align: center;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text .mo-text1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text .mo-text1 {
    font-size: 9px;
  }
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text .mo-btn {
  margin: 0 auto;
  width: 40%;
  height: 35px;
  background-color: #f32e2e;
}
.floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text .mo-btn span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .floor1 .floor1-contain .floor1-main-item1 .box .mo .mo-text .mo-btn span {
    font-size: 8px;
  }
}
.floor1 .floor1-contain .floor1-main-item1 .box:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.floor1 .floor1-contain .floor1-main-item1 .box:hover .mo {
  background-color: rgba(41, 41, 41, 0.5);
  transition: background-color 1.5s;
  transform: background-color ease-in 0.4s;
}
.floor1 .floor1-contain .floor1-main-item1 .box:hover .mo .mo-box:before {
  width: 100%;
  height: 100%;
  transition: width 0.2s ease-in, height 0.2s ease-in 0.2s;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.floor1 .floor1-contain .floor1-main-item1 .box:hover .mo .mo-box:after {
  width: 100%;
  height: 100%;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s, height 0.3s ease-in 0.6s;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.floor1 .floor1-contain .floor1-main-item1 .box:hover .mo .mo-box .mo-text {
  display: block;
}

.floor1-main-title .floor1-title {
  text-align: center;
}
.floor1-main-title .floor1-title .floor1-title-text1 {
  padding-top: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 3px;
  color: #818181;
}
@media (max-width: 992px) {
  .floor1-main-title .floor1-title .floor1-title-text1 {
    font-size: 14px;
  }
}
.floor1-main-title .floor1-title .floor1-heng-box {
  padding: 0 48%;
}
.floor1-main-title .floor1-title .floor1-heng {
  height: 2px;
  background-color: #f62e2e;
}
.floor1-main-title .floor1-title .floor1-title-text2 {
  margin-bottom: 30px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 4px;
  color: #999999;
}
@media (max-width: 992px) {
  .floor1-main-title .floor1-title .floor1-title-text2 {
    font-size: 9px;
    margin-bottom: 15px;
  }
}

.floor2,
.floor4 {
  background-color: #f9f9f9;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .floor2,
  .floor4 {
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
.floor2 .row .floor2-left img,
.floor4 .row .floor2-left img {
  width: 100%;
}
.floor2 .row .floor2-right .floor2-right-text,
.floor4 .row .floor2-right .floor2-right-text {
  margin-top: 10%;
  padding: 3%;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-text1,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-text1 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
  color: #333232;
}
@media (max-width: 992px) {
  .floor2 .row .floor2-right .floor2-right-text .floor2-right-text1,
  .floor4 .row .floor2-right .floor2-right-text .floor2-right-text1 {
    font-size: 9px;
  }
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-box,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-box {
  margin-bottom: 15px;
  padding: 0 37%;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-box .floor2-right-heng,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-box .floor2-right-heng {
  height: 2px;
  background-color: #f53535;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-text2,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-text2 {
  margin-top: 4%;
  margin-bottom: 13%;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-text2 p,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-text2 p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 3px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor2 .row .floor2-right .floor2-right-text .floor2-right-text2 p,
  .floor4 .row .floor2-right .floor2-right-text .floor2-right-text2 p {
    font-size: 7px;
  }
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-btn,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-btn {
  padding: 0 35%;
  text-align: center;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-btn .box,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-btn .box {
  height: 40px;
  border: solid 1px #cccccc;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-btn .box span,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-btn .box span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 3px;
  color: #333333;
}
@media (max-width: 992px) {
  .floor2 .row .floor2-right .floor2-right-text .floor2-right-btn .box span,
  .floor4 .row .floor2-right .floor2-right-text .floor2-right-btn .box span {
    font-size: 7px;
  }
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-btn .box:hover,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-btn .box:hover {
  background-color: #f32e2e;
  border: solid 1px #FFFFFF;
  transition: all 2s;
}
.floor2 .row .floor2-right .floor2-right-text .floor2-right-btn .box:hover span,
.floor4 .row .floor2-right .floor2-right-text .floor2-right-btn .box:hover span {
  color: #ffffff;
}

.bg .bg-text {
  background-color: #fff;
  overflow: hidden;
  height: 316px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.floor3 .floor3-btn {
  margin-top: 30px;
  margin-bottom: 41px;
}
.floor3 .floor3-btn ul {
  border-bottom: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .floor3 .floor3-btn ul {
    justify-content: end;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 492px) {
  .floor3 .floor3-btn ul {
    justify-content: space-around;
  }
}
.floor3 .floor3-btn ul li {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 20px;
  border-radius: 9px;
}
@media (max-width: 768px) {
  .floor3 .floor3-btn ul li {
    margin-right: 20px;
  }
}
.floor3 .floor3-btn ul li a {
  display: inline-block;
  width: 100px;
  height: 40px;
  background-color: #dcdcdc;
  border-radius: 9px;
  text-decoration: none;
}
.floor3 .floor3-btn ul li a span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 3px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor3 .floor3-btn ul li a span {
    font-size: 7px;
  }
}
.floor3 .floor3-btn ul li a:hover {
  background-color: #f32e2e;
  transition: all 0.3s;
}
.floor3 .floor3-btn ul li a:hover span {
  color: #ffffff;
}
.floor3 .floor3-btn ul li .active.show {
  background-color: #f32e2e;
}
.floor3 .floor3-btn ul li .active.show span {
  color: #ffffff;
}
.floor3 .floor3-contain .floor3-itemlist {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item a {
  text-decoration: none;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box {
  width: 100%;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box .box-img {
  overflow: hidden;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box img {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box .floor3-text {
  text-align: center;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box .floor3-text h6 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor3 .floor3-contain .floor3-itemlist .floor3-item .box .floor3-text h6 {
    font-size: 8px;
  }
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.floor3 .floor3-contain .floor3-itemlist .floor3-item .box:hover .floor3-text h6 {
  color: #f32e2e;
}

.floor4 .row .floor4-left .floor4-left-text .floor4-left-text1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .floor4 .row .floor4-left .floor4-left-text .floor4-left-text1 {
    font-size: 9px;
  }
}
.floor4 .row .floor4-left .floor4-left-text .floor4-left-text2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #656565;
}
@media (max-width: 992px) {
  .floor4 .row .floor4-left .floor4-left-text .floor4-left-text2 {
    font-size: 8px;
  }
}
.floor4 .row #message ul {
  list-style-type: none;
}
.floor4 .row #message ul li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.floor4 .row #message ul li h6 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor4 .row #message ul li h6 {
    font-size: 8px;
  }
}
.floor4 .row #message ul li input {
  width: 85%;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor4 .row #message ul li input {
    font-size: 7px;
  }
}
.floor4 .row #message ul li textarea {
  padding-top: 15px;
  padding-left: 20px;
  width: 85%;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  color: #666666;
}
.floor4 .row #message ul .active {
  border-bottom: 1px solid #f03e3e;
}
.floor4 .row #message ul .mes-btn {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  background-color: #dddddd;
  text-align: center;
}
.floor4 .row #message ul .mes-btn span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .floor4 .row #message ul .mes-btn span {
    font-size: 8px;
  }
}

#footer {
  background-color: #666666;
}
#footer .logo {
  margin: 10px auto;
  padding-bottom: 20px;
}
#footer .footer-text {
  display: flex;
  justify-content: space-between;
}
#footer .footer-item {
  margin-bottom: 10px;
  text-align: center;
}
#footer .footer-item .footer-item-text1 a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #cbcbcb;
}
@media (max-width: 992px) {
  #footer .footer-item .footer-item-text1 a {
    line-height: 13px;
    font-size: 13px;
    margin-right: 17px;
  }
}
@media (max-width: 768px) {
  #footer .footer-item .footer-item-text1 a {
    margin-right: 13px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  #footer .footer-item .footer-item-text1 a {
    margin-left: 35px;
    margin-right: 66px;
    font-size: 13px;
  }
}
#footer .footer-item .footer-item-text2 a {
  text-decoration: none;
}
#footer .footer-item .footer-item-text2 a h6 {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #cbcbcb;
  margin-bottom: 2px;
}
#footer .footer-bot {
  margin-top: 10px;
}
#footer .footer-bot .box {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
#footer .footer-bot .box .footer-item-text3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 992px) {
  #footer .logo {
    width: 50px;
    padding-bottom: 0px;
  }
  #footer .logo img {
    width: 100%;
  }
  #footer .footer-item .footer-item-text1 a {
    font-size: 13px;
  }
  #footer .footer-item .footer-item-text2 {
    display: none;
  }
  #footer .footer-item .footer-item-text2 a h6 {
    font-size: 13px;
  }
  #footer .footer-bot .box .footer-item-text3 {
    font-size: 13px;
    line-height: 29px;
  }
}

@media (max-width: 992px) {
  .bg .container .row .i_one .priorities .advantage .num_box .num label {
    font-size: 25px;
  }
  .bg .container .row .i_one .priorities .advantage .num_box span {
    font-size: 13px;
  }
  .bg .container .row .i_one .priorities .advantage .num_box h6 {
    font-size: 13px;
  }
}
#bg-main {
  width: 100%;
  overflow: hidden;
}
#bg-main .box {
  width: 100%;
}
#bg-main .box img {
  width: 100%;
}

#nav1 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
#nav1 .container ul {
  list-style: none;
  margin-bottom: 0px;
}
#nav1 .container ul li a {
  padding-bottom: 12px;
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333232;
}
#nav1 .container ul li:hover a {
  border-bottom: 1px solid #f42727;
  color: #f42727;
}
#nav1 .container ul .active a {
  border-bottom: 1px solid #f42727;
  color: #f42727;
}
#nav1 .container ul .li-item {
  padding-right: 15px;
  padding-left: 15px;
}
#nav1 .container ul .nav1-btn a {
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}
#nav1 .container ul .nav1-btn span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f42727;
}

.Abouteus-main {
  margin-top: 60px;
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .Abouteus-main {
    margin-bottom: 100px;
  }
}
.Abouteus-main .Abouteus-con {
  padding-top: 20px;
}
.Abouteus-main .row .Abouteus-left .box {
  width: 100%;
}
.Abouteus-main .row .Abouteus-left .box img {
  width: 100%;
}
.Abouteus-main .row .Abouteus-right .box-text .box-text1 {
  padding-top: 5px;
  padding-bottom: 40px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 3px;
  color: #666666;
}
@media (max-width: 992px) {
  .Abouteus-main .row .Abouteus-right .box-text .box-text1 {
    font-size: 15px;
  }
}
.Abouteus-main .row .Abouteus-right .box-text p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 1px;
  color: #434343;
}
@media (max-width: 992px) {
  .Abouteus-main .row .Abouteus-right .box-text p {
    font-size: 8px;
  }
}
.Abouteus-main .row .Abouteus-con-text1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 992px) {
  .Abouteus-main .row .Abouteus-con-text1 {
    font-size: 9px;
  }
}
.Abouteus-main .row .Abouteus-con-text2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 992px) {
  .Abouteus-main .row .Abouteus-con-text2 {
    font-size: 8px;
  }
}

.technology-main {
  margin-top: 30px;
}
.technology-main .row .technology-main-item {
  margin-bottom: 20px;
}
.technology-main .row .technology-main-item .box {
  background-color: #f5f5f5;
}
.technology-main .row .technology-main-item .box .box-img {
  overflow: hidden;
}
.technology-main .row .technology-main-item .box .box-img img {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}
.technology-main .row .technology-main-item .box .floor3-text {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.technology-main .row .technology-main-item .box .floor3-text h5 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #343434;
}
@media (max-width: 992px) {
  .technology-main .row .technology-main-item .box .floor3-text h5 {
    font-size: 8px;
  }
}
.technology-main .row .technology-main-item .box .floor3-text h6 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .row .technology-main-item .box .floor3-text h6 {
    font-size: 7px;
  }
}
.technology-main .row .technology-main-item .box:hover {
  box-shadow: 0px 2px 8px 0px rgba(201, 200, 200, 0.35);
}
.technology-main .row .technology-main-item .box:hover .box-img img {
  transform: scale(1.1);
  transition: all 1s;
}
.technology-main .row .technology-main-item .box:hover .floor3-text h5 {
  color: #f32e2e;
}
.technology-main .row .technology-main-item .box:hover .floor3-text h6 {
  color: #f32e2e;
}
.technology-main .row .technology-main-item .tec-box {
  position: relative;
  overflow: hidden;
}
.technology-main .row .technology-main-item .tec-box img {
  transform: scale(1);
  width: 100%;
}
.technology-main .row .technology-main-item .tec-box .mo {
  opacity: 0;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(101, 99, 99, 0.5);
}
.technology-main .row .technology-main-item .tec-box .mo .mo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.technology-main .row .technology-main-item .tec-box .mo .mo-text h5 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .technology-main .row .technology-main-item .tec-box .mo .mo-text h5 {
    font-size: 9px;
  }
}
.technology-main .row .technology-main-item .tec-box .mo .mo-text h6 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .technology-main .row .technology-main-item .tec-box .mo .mo-text h6 {
    font-size: 8px;
  }
}
.technology-main .row .technology-main-item .tec-box:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.technology-main .row .technology-main-item .tec-box:hover .mo {
  opacity: 1;
  transition: all 1s;
}
.technology-main .row .newtechnology .tec-box .mo {
  background-color: rgba(51, 51, 51, 0.5);
}
.technology-main .row .newtechnology .item-text {
  padding-top: 10px;
}
.technology-main .row .newtechnology .item-text h5 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0;
}
.technology-main .row .newtechnology .item-text h6 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.technology-main .row .newtechnology:hover .mo {
  opacity: 1;
  transition: all 1s;
}
.technology-main .row .newtechnology:hover .item-text h5 {
  color: #f42727;
  transition: all 1s;
}
.technology-main .row .newtechnology:hover .item-text h6 {
  color: #f42727;
  transition: all 1s;
}
.technology-main .row .new-main-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebeaea;
}
.technology-main .row .new-main-item:hover {
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.35);
  transition: all 1s;
}
.technology-main .row .new-main-item:hover .new-img {
  transform: translateX(20px);
  transition: all 1s;
}
.technology-main .row .new-main-item:hover .new-text {
  transform: translateX(20px);
  transition: all 1s;
}
@media (min-width: 992px) {
  .technology-main .row .new-main-item {
    display: flex;
  }
}
.technology-main .row .new-main-item .new-img {
  transform: translateX(0px);
  padding-left: 0px;
}
.technology-main .row .new-main-item .new-img .box {
  width: 100%;
}
.technology-main .row .new-main-item .new-img .box img {
  width: 100%;
}
@media (max-width: 992px) {
  .technology-main .row .new-main-item .new-img {
    padding-left: 15px;
  }
}
.technology-main .row .new-main-item .new-text {
  transform: translateX(0px);
}
.technology-main .row .new-main-item .new-text .text-box {
  padding-top: 20px;
}
.technology-main .row .new-main-item .new-text .text-box h3 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .technology-main .row .new-main-item .new-text .text-box h3 {
    font-size: 9px;
  }
}
.technology-main .row .new-main-item .new-text .text-box h6 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
@media (max-width: 992px) {
  .technology-main .row .new-main-item .new-text .text-box h6 {
    font-size: 7px;
  }
}
.technology-main .row .new-main-item .new-text .text-box p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
@media (min-width: 992px) {
  .technology-main .row .new-main-item .new-text .text-box p {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .technology-main .row .new-main-item .new-text .text-box p {
    font-size: 8px;
  }
}
.technology-main .row .new-main-item .new-text .text-box .text-box-btn a {
  text-decoration: none;
}
.technology-main .row .new-main-item .new-text .text-box .text-box-btn span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .row .new-main-item .new-text .text-box .text-box-btn span {
    font-size: 7px;
  }
}
.technology-main .row .new-main-item .new-text .text-box .text-box-btn span:hover {
  color: #f42727;
}
.technology-main .row .col-lg-12 .new-title {
  padding-bottom: 30px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .technology-main .row .col-lg-12 .new-title {
    font-size: 9px;
  }
}
.technology-main .row .col-lg-12 p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .row .col-lg-12 p {
    font-size: 8px;
  }
}
.technology-main .row .col-lg-12 .box {
  margin: 20px 0;
}
.technology-main .row .col-lg-12 .box img {
  width: 100%;
}
.technology-main .row #lunbo .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.technology-main .row #lunbo .gallery-thumbs {
  margin: 10%;
}
.technology-main .row #lunbo .swiper-button-next {
  top: 85%;
}
.technology-main .row #lunbo .swiper-button-prev {
  top: 85%;
}
.technology-main .row .tec-item .text-box .text1 {
  background-color: #f7f7f7;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #f33939;
}
@media (max-width: 992px) {
  .technology-main .row .tec-item .text-box .text1 {
    font-size: 9px;
  }
}
.technology-main .row .tec-item .text-box .text2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .technology-main .row .tec-item .text-box .text2 {
    font-size: 8px;
  }
}
.technology-main .new-btn-main {
  margin-top: 5%;
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.technology-main .new-btn-main .btn {
  text-align: center;
  width: 130px;
  height: 40px;
  border: solid 1px #cccccc;
}
.technology-main .new-btn-main .btn span {
  padding: 0 10px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8d8d8d;
}
@media (max-width: 992px) {
  .technology-main .new-btn-main .btn span {
    font-size: 7px;
  }
}
.technology-main .foot {
  margin-top: 5%;
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .technology-main .foot {
    margin-bottom: 100px;
  }
}
.technology-main .foot .box {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.technology-main .foot .box span {
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
}
.technology-main .foot .box span a {
  padding: 10px;
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  color: #999999;
}
@media (max-width: 992px) {
  .technology-main .foot .box span a {
    font-size: 7px;
  }
}
.technology-main .foot .box .active {
  background-color: #f42727;
}
.technology-main .foot .box .active a {
  color: #fefefe;
}
.technology-main .user-main {
  padding-bottom: 40px;
}
.technology-main .user-main .user-title {
  margin-bottom: 40px;
  background-color: #f7f7f7;
}
.technology-main .user-main .user-title span {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f42727;
}
@media (max-width: 992px) {
  .technology-main .user-main .user-title span {
    font-size: 9px;
  }
}
.technology-main .user-main-item {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.technology-main .user-main-item .box {
  overflow: hidden;
}
.technology-main .user-main-item .box img {
  transform: scale(1);
}
@media (min-width: 992px) {
  .technology-main .user-main-item {
    display: flex;
  }
}
.technology-main .user-main-item:hover {
  background-color: #ffffff;
  border-bottom: none;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.35);
  transition: all 1s;
}
.technology-main .user-main-item:hover .box img {
  transform: scale(1.1);
  transition: all 1s;
}
.technology-main .user-text h4 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .technology-main .user-text h4 {
    font-size: 9px;
  }
}
.technology-main .user-text p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #656565;
}
@media (max-width: 992px) {
  .technology-main .user-text p {
    font-size: 8px;
  }
}
.technology-main .user-text span {
  display: inline-block;
  padding-right: 46px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .user-text span {
    font-size: 7px;
  }
}
.technology-main .user-btn {
  height: 32px;
  background-color: #f7f7f7;
  text-align: center;
}
@media (min-width: 992px) {
  .technology-main .user-btn {
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media (max-width: 992px) {
  .technology-main .user-btn {
    width: 80px;
  }
}
.technology-main .user-btn span {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .user-btn span {
    font-size: 9px;
  }
}
.technology-main .user-btn:hover {
  background-color: #f42727;
  box-shadow: 0px 2px 6px 0px rgba(80, 80, 80, 0.54);
  transition: all 2s;
}
.technology-main .user-btn:hover span {
  color: #ffffff;
}
.technology-main .contact-main .contact-main-title {
  text-align: center;
}
.technology-main .contact-main .contact-main-title h5 {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #343434;
}
@media (max-width: 992px) {
  .technology-main .contact-main .contact-main-title h5 {
    font-size: 12px;
  }
}
.technology-main .contact-main .contact-main-title h6 {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .contact-main .contact-main-title h6 {
    font-size: 6px;
  }
}
.technology-main .map-contain {
  margin-bottom: 180px;
  padding: 4% 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.35);
}
@media (max-width: 992px) {
  .technology-main .map-contain {
    margin-bottom: 90px;
  }
}
.technology-main .map .contact-map {
  height: 100%;
}
.technology-main .map .contact-map #allmap {
  height: 100%;
}
@media (max-width: 768px) {
  .technology-main .map {
    min-height: 300px;
  }
}
.technology-main .map-main .contact-text {
  padding: 7%;
}
@media (max-width: 768px) {
  .technology-main .map-main .contact-text {
    padding: 7% 0;
  }
}
.technology-main .map-main .contact-text p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  .technology-main .map-main .contact-text p {
    font-size: 8px;
  }
}
.technology-main .map-main .contact-text p span {
  color: #333333;
}
.technology-main .map-main .contact-text p span.red {
  color: #f42727;
}
.technology-main .map-main .contact-text .box:nth-child(1),
.technology-main .map-main .contact-text .box:nth-child(2) {
  padding-bottom: 20px;
}
.technology-main .detail-main {
  margin-bottom: 40px;
}
.technology-main .detail-main .detail-main-text1 {
  background-color: #f7f7f7;
  padding-left: 20px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #f42727;
}
@media (max-width: 992px) {
  .technology-main .detail-main .detail-main-text1 {
    font-size: 9px;
  }
}
.technology-main .detail-main .detail-main-text2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #676666;
}
@media (max-width: 992px) {
  .technology-main .detail-main .detail-main-text2 {
    font-size: 8px;
  }
}

#message ul {
  padding: 0 20%;
  list-style: none;
}
@media (max-width: 768px) {
  #message ul {
    padding: 0;
  }
}
#message ul li h6 {
  margin-bottom: 0px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  #message ul li h6 {
    font-size: 8px;
  }
}
#message ul li .inp-box {
  height: 40px;
  border: solid 1px #cccccc;
}
#message ul li .inp-box input {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 992px) {
  #message ul li .inp-box input {
    font-size: 7px;
  }
}
#message ul li .tex-box {
  height: 145px;
  border: solid 1px #cccccc;
}
#message ul li .tex-box textarea {
  padding-top: 10px;
  height: 100%;
  width: 100%;
  resize: none;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  #message ul li .tex-box textarea {
    font-size: 7px;
  }
}
@media (max-width: 992px) {
  #message ul li .tex-box {
    height: auto;
  }
}
#message ul .mes-btn {
  margin: 0 auto;
  text-align: center;
  border: none;
}
#message ul .mes-btn .box {
  width: 120px;
  height: 40px;
  background-color: #f42727;
}
#message ul .mes-btn .box span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #ffffff;
 
}
@media (max-width: 992px) {
  #message ul .mes-btn .box span {
    font-size: 8px;
  }
}

.newtechnology-main {
  padding-top: 5%;
  background-color: #fafafa;
  padding-bottom: 10%;
}
.newtechnology-main .swiper-container .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}
.newtechnology-main .swiper-container .swiper-wrapper .swiper-slide .box .img-text {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .newtechnology-main .swiper-container .swiper-wrapper .swiper-slide .box .img-text {
    font-size: 9px;
  }
}
.newtechnology-main .swiper-container .swiper-wrapper .swiper-slide .box:hover .img-text {
  color: #f42727;
}
.newtechnology-main .swiper-pagination {
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
}
.newtechnology-main .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background-color: #c2c2c2;
}
.newtechnology-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f42727;
}
.newtechnology-main .main-swiper {
  position: relative;
}
.newtechnology-main .main-title {
  margin-bottom: 50px;
  text-align: center;
}
.newtechnology-main .main-title h5 {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .newtechnology-main .main-title h5 {
    font-size: 15px;
  }
}
.newtechnology-main .main-title h6 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 992px) {
  .newtechnology-main .main-title h6 {
    font-size: 8px;
  }
}
.newtechnology-main .main-title .heng {
  margin: 0 45%;
  height: 2px;
  background-color: #999999;
}

/*# sourceMappingURL=style.css.map */
