/* Generated by less 2.2.0 */
.home {
  position: relative;
  z-index: 1;
}
.home .banner {
  position: relative;
  background: #000;
  z-index: 1;
  overflow: hidden;
}
.home .banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .banner .page-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
.home .banner .page-bg .black-bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.home .banner .page-bg.page-0 {
  background: url(../../img/index/page-one.jpg) 50% / cover no-repeat;
}
.home .banner .page-bg.page-0 .font {
  min-width: 320px;
  width: 600px;
  height: 200px;
  line-height: 74px;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  font-family: UntitledSans, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .banner .page-bg.page-0 .font p,
.home .banner .page-bg.page-0 .font b {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.home .banner .page-bg.page-1 {
  background: url(../../img/index/page-two.jpg) 50% / cover no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.home .banner .page-bg.page-2 {
  background: url(../../img/index/page-three.jpg) 50% / cover no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.home .banner .page-bg.page-2 .black-bg {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
}
.home .banner .page-content {
  position: relative;
  z-index: 5;
}
.home .banner .page-content .con-item {
  position: relative;
  height: 800px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
.home .banner .page-content .con-item .button {
  position: relative;
  margin: 20px 0;
  width: 192px;
  height: 47px;
  line-height: 47px;
  font-weight: initial;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home .banner .page-content .con-item .button span {
  position: relative;
  z-index: 2;
}
.home .banner .page-content .con-item .button svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.home .banner .page-content .con-item .button svg path {
  fill: transparent;
  stroke: #fff;
}
.home .banner .page-content .con-item .button:hover {
  color: #333;
}
.home .banner .page-content .con-item .button:hover svg path {
  fill: #fff;
}
.home .banner .page-content .con-item .font {
  position: absolute;
  top: 50%;
}
.home .banner .page-content .con-item.first .scroll-down {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: auto;
  bottom: 2rem;
  width: 50px;
  height: 50px;
}
.home .banner .page-content .con-item.second .font {
  width: 620px;
  margin-top: -120px;
  right: 10%;
}
.home .banner .page-content .con-item.third .font {
  margin-top: -40px;
  left: 10%;
}
.home .pro-item-title {
  padding-top: 10px;
}
.home .pro-item-title .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 2;
  padding-left: 30px;
}
.home .pro-item-title .name svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  right: auto;
  width: 22px;
  height: 22px;
}
.home .pro-item-title p {
  line-height: 2;
  font-size: 26px;
  font-weight: bold;
}
.home .pro-item-title p span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#000000, #000000);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s !important;
  -moz-transition: background-size 0.3s !important;
  -ms-transition: background-size 0.3s !important;
  -o-transition: background-size 0.3s !important;
  transition: background-size 0.3s !important;
}
.home .pro-item-title p svg {
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  stroke: #000;
  -webkit-transition: margin 0.3s !important;
  -moz-transition: margin 0.3s !important;
  -ms-transition: margin 0.3s !important;
  -o-transition: margin 0.3s !important;
  transition: margin 0.3s !important;
}
.home .publicTitle {
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 34px;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.home .project {
  position: relative;
  background: #fff;
  z-index: 2;
  -webkit-transition: background 0.5s !important;
  -moz-transition: background 0.5s !important;
  -ms-transition: background 0.5s !important;
  -o-transition: background 0.5s !important;
  transition: background 0.5s !important;
}
.home .project .pro-box {
  width: 90%;
  padding: 50px 0;
  margin: auto;
  -webkit-transition: width 0.5s !important;
  -moz-transition: width 0.5s !important;
  -ms-transition: width 0.5s !important;
  -o-transition: width 0.5s !important;
  transition: width 0.5s !important;
}
.home .project .pro-label {
  position: relative;
  padding: 40px 0;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.home .project .pro-label a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 33.33%;
  padding: 10px 0;
}
.home .project .pro-label a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  right: auto;
  content: '';
  width: 3px;
  height: 18px;
  background: #000;
}
.home .project .pro-label a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.home .project .pro-label::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  content: '';
  width: 3px;
  height: 18px;
  background: #000;
}
.home .project .pro-list {
  width: 100%;
  padding-bottom: 20px;
}
.home .project .pro-list .pro-item {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 1%;
}
.home .project .pro-list .pro-item a {
  color: #000;
  display: block;
}
.home .project .pro-list .pro-item a .pro-item-img {
  width: 100%;
  overflow: hidden;
}
.home .project .pro-list .pro-item a .pro-item-img img {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform .25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100%;
}
.home .project .pro-list .pro-item a:hover .pro-item-img {
  overflow: hidden;
}
.home .project .pro-list .pro-item a:hover .pro-item-img img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05);
}
.home .project .pro-list .pro-item a:hover .pro-item-title p span {
  background-size: 100% 1px;
}
.home .project .pro-list .pro-item a:hover .pro-item-title p svg {
  margin-left: 10px;
}
.home .pro-banner {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.home .pro-banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .pro-banner .swiper-container .pagination {
  bottom: 90px;
}
.home .pro-banner .swiper-container .arrow-left,
.home .pro-banner .swiper-container .arrow-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-transition: opacity 0.5s !important;
  -moz-transition: opacity 0.5s !important;
  -ms-transition: opacity 0.5s !important;
  -o-transition: opacity 0.5s !important;
  transition: opacity 0.5s !important;
  cursor: pointer;
}
.home .pro-banner .swiper-container .arrow-left i,
.home .pro-banner .swiper-container .arrow-right i {
  font-size: 80px;
  color: #fff;
}
.home .pro-banner .swiper-container .arrow-left:hover,
.home .pro-banner .swiper-container .arrow-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.home .pro-banner .swiper-container .arrow-left {
  left: 10px;
}
.home .pro-banner .swiper-container .arrow-right {
  right: 10px;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-position: center;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 50%;
  bottom: auto;
  z-index: 4;
  text-align: center;
  color: #fff;
  margin-top: -180px;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .name {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 0;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn span {
  font-size: 30px;
  line-height: 1.2;
  padding: 10px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn svg {
  stroke: #fff;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .pro-item-title {
  color: #fff;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .more {
  margin-top: 50px;
  min-width: 190px;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  outline: 0;
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .more.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn:hover .pro-item-title p span {
  background-size: 100% 1px;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn:hover .pro-item-title p svg {
  margin-left: 10px;
}
.home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn:hover .more {
  color: #666666;
  background: #ffffff;
}
.home .brand {
  position: relative;
  z-index: 2;
}
.home .brand .publicTitle {
  padding: 100px 0 0;
}
.home .brand .logo-list {
  width: 85%;
  margin: 0 auto;
  position: relative;
  margin: 60px auto 100px;
}
.home .brand .logo-list .img {
  position: relative;
  float: left;
  width: 20%;
  height: 100px;
  border-top: 1px solid #eee;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
}
.home .brand .logo-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 92%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
.home .contact {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home .contact .publicTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.home .contact .itemBox {
  width: 1000px;
  margin: 0 auto;
  padding: 87px 0 120px;
}
.home .contact .itemBox .item {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.home .contact .itemBox .item .icon {
  position: relative;
  width: 156px;
  height: 156px;
  margin: auto;
  background: #f2f2f2;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden;
}
.home .contact .itemBox .item p {
  margin: 20px 0 40px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
}
.home .contact .itemBox .item p b,
.home .contact .itemBox .item p span {
  display: block;
}
.home .contact .itemBox .item p span {
  height: 48px;
}
.home .contact .itemBox .item .btn {
  position: relative;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  margin: auto;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  overflow: hidden;
}
.home .contact .itemBox .item .btn:hover {
  background: #000;
  color: #fff;
}
.home .contact .itemBox .item .btn:hover .con {
  top: -50px;
}
.home .contact .itemBox .item .btn:hover .con a {
  color: #fff;
}
.home .contact .itemBox .item .btn .con {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home .contact .itemBox .item .btn .con a {
  width: 100%;
  height: 50px;
  color: #000;
  line-height: 18px;
  font-size: 14px;
  padding: 15px 10px;
  display: block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
@media screen and (max-width: 1200px) {
  .home .project .pro-box {
    width: 96%;
  }
  .home .brand .publicTitle {
    padding-top: 90px;
  }
  .home .brand .logo-list {
    width: 94%;
    margin: 50px auto 80px;
  }
  .home .brand .logo-list .img {
    height: 90px;
  }
  .home .contact .itemBox {
    width: 90%;
    padding: 78px 0 120px;
  }
  .home .contact .itemBox .item .icon {
    width: 145px;
    height: 145px;
  }
  .home .contact .itemBox .item .btn {
    width: 150px;
    height: 42px;
  }
  .home .contact .itemBox .item .btn .con a {
    height: 42px;
    padding: 10px 10px;
  }
  .home .contact .itemBox .item .btn:hover .con {
    top: -42px;
  }
}
@media screen and (max-width: 950px) {
  .home .banner .page-content .con-item .font {
    width: 80%;
  }
  .home .pro-banner .swiper-container .arrow-left,
  .home .pro-banner .swiper-container .arrow-right {
    width: 65px;
    height: 65px;
  }
  .home .pro-banner .swiper-container .arrow-left i,
  .home .pro-banner .swiper-container .arrow-right i {
    font-size: 65px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn {
    width: 100%;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .name {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn p span {
    font-size: 26px;
  }
  .home .contact .itemBox {
    width: 94%;
    padding: 65px 0 100px;
  }
  .home .contact .itemBox .item .icon {
    width: 135px;
    height: 135px;
  }
  .home .contact .itemBox .item p {
    margin: 15px 0 30px;
  }
  .home .contact .itemBox .item p span {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .home .contact .itemBox .item .btn {
    width: 140px;
    height: 40px;
  }
  .home .contact .itemBox .item .btn .con a {
    height: 40px;
    padding: 10px 10px;
  }
  .home .contact .itemBox .item .btn:hover .con {
    top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .home .banner .page-bg.page-1 {
    background-image: url(../../img/index/page-two-min.jpg);
  }
  .home .banner .page-bg.page-2 {
    background-image: url(../../img/index/page-three-min.jpg);
  }
  .home .project .pro-box {
    width: 94%;
  }
  .home .project .pro-list .pro-item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .home .brand .publicTitle {
    padding-top: 75px;
  }
  .home .brand .logo-list {
    margin: 40px auto 70px;
  }
  .home .brand .logo-list .img {
    height: 75px;
    width: 33.33%;
  }
}
@media screen and (max-width: 720px) {
  .home .banner .page-bg.page-0 .font {
    width: 100%;
    font-size: 36px;
    line-height: 1.8;
  }
  .home .banner .page-content .con-item .font {
    width: 84%;
    left: 7%;
    font-size: 33px;
  }
  .home .banner .page-content .con-item.third .font {
    left: 7%;
  }
  .home .publicTitle {
    font-size: 32px;
  }
  .home .project .pro-box {
    padding: 45px 0;
  }
  .home .project .pro-label {
    width: 400px;
    padding: 20px 0 30px;
  }
  .home .project .pro-list .pro-item {
    margin-bottom: 20px;
  }
  .home .pro-item-title {
    padding-top: 6px;
  }
  .home .pro-item-title .name {
    font-size: 17px;
    line-height: 1.6;
  }
  .home .pro-item-title p {
    font-size: 24px;
    line-height: 1.8;
  }
  .home .contact .itemBox {
    max-width: 500px;
    padding: 70px 0 50px;
  }
  .home .contact .itemBox .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .home .contact .itemBox .item .icon {
    width: 120px;
    height: 120px;
  }
  .home .contact .itemBox .item p {
    margin: 12px 0 10px;
  }
  .home .contact .itemBox .item.top span {
    height: auto;
  }
}
@media screen and (max-width: 660px) {
  .home .banner .page-content .con-item .font {
    width: 90%;
    left: 5%;
    font-size: 30px;
  }
  .home .banner .page-content .con-item.third .font {
    left: 5%;
  }
  .home .publicTitle {
    font-size: 28px;
  }
  .home .project .pro-box {
    padding: 40px 0 20px;
  }
  .home .project .pro-label {
    width: 320px;
    padding: 15px 0 20px;
  }
  .home .project .pro-label a {
    font-size: 16px;
  }
  .home .pro-banner .swiper-container .arrow-left,
  .home .pro-banner .swiper-container .arrow-right {
    width: 50px;
    height: 50px;
  }
  .home .pro-banner .swiper-container .arrow-left i,
  .home .pro-banner .swiper-container .arrow-right i {
    font-size: 50px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn {
    margin-top: -130px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .name {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn p span {
    font-size: 22px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .more {
    margin-top: 30px;
  }
  .home .brand .publicTitle {
    padding-top: 65px;
  }
  .home .brand .logo-list {
    margin: 30px auto 60px;
  }
  .home .brand .logo-list .img {
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .home .banner .page-bg.page-0 .font {
    font-size: 32px;
    line-height: 1.6;
  }
  .home .banner .page-content .con-item.first .scroll-down {
    width: 40px;
  }
  .home .banner .page-content .con-item .font {
    font-size: 28px;
  }
  .home .banner .page-content .con-item.third .font {
    margin-top: -130px;
  }
  .home .banner .page-content .con-item.third .font span {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .home .banner .page-content .con-item.second .font {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .home .banner .page-bg.page-0 .font {
    font-size: 28px;
    line-height: 1.4;
  }
  .home .banner .page-content .con-item.first .scroll-down {
    width: 35px;
  }
  .home .pro-banner .swiper-container .arrow-left,
  .home .pro-banner .swiper-container .arrow-right {
    width: 40px;
    height: 40px;
  }
  .home .pro-banner .swiper-container .arrow-left i,
  .home .pro-banner .swiper-container .arrow-right i {
    font-size: 40px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn {
    margin-top: -100px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .name {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn p span {
    font-size: 20px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .more {
    min-width: 150px;
    padding: 8px 6px;
    font-size: 14px;
  }
  .home .brand .publicTitle {
    padding-top: 50px;
  }
  .home .brand .logo-list {
    margin: 20px auto 50px;
  }
  .home .brand .logo-list .img {
    height: 65px;
  }
}
@media screen and (max-width: 450px) {
  .home .banner .page-bg.page-0 .font {
    font-size: 24px;
  }
  .home .banner .page-content .con-item.first .scroll-down {
    width: 30px;
  }
  .home .banner .page-content .con-item .font {
    font-size: 26px;
  }
  .home .banner .page-content .con-item .button {
    width: 170px;
  }
  .home .publicTitle {
    font-size: 24px;
  }
  .home .project .pro-box {
    padding: 20px 0 10px;
  }
  .home .project .pro-box .pro-label {
    width: 280px;
    padding: 10px 0;
  }
  .home .project .pro-box .pro-label::before {
    height: 16px;
  }
  .home .project .pro-box .pro-label a {
    font-size: 15px;
  }
  .home .project .pro-box .pro-label a::before {
    height: 16px;
  }
  .home .project .pro-box .pro-list .pro-item {
    margin-bottom: 10px;
  }
  .home .project .pro-box .pro-list .pro-item .pro-item-title .name {
    font-size: 15px;
    padding-left: 26px;
  }
  .home .project .pro-box .pro-list .pro-item .pro-item-title .name svg {
    width: 20px;
  }
  .home .project .pro-box .pro-list .pro-item .pro-item-title p {
    font-size: 18px;
  }
  .home .brand .publicTitle {
    padding-top: 40px;
  }
  .home .brand .logo-list {
    width: 80%;
    margin: 15px auto 40px;
  }
  .home .brand .logo-list .img {
    height: 55px;
    width: 50%;
  }
  .home .brand .logo-list .img img {
    max-width: 78%;
    max-height: 65%;
  }
}
@media screen and (max-width: 380px) {
  .home .banner .page-bg.page-0 .font {
    font-size: 20px;
  }
  .home .pro-banner .swiper-container .arrow-left,
  .home .pro-banner .swiper-container .arrow-right {
    width: 30px;
    height: 30px;
    top: 50%;
  }
  .home .pro-banner .swiper-container .arrow-left i,
  .home .pro-banner .swiper-container .arrow-right i {
    font-size: 30px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn {
    margin-top: -80px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn p span {
    font-size: 16px;
  }
  .home .pro-banner .swiper-container .swiper-wrapper .swiper-slide .btn .more {
    min-width: 120px;
    padding: 8px 2px;
    font-size: 13px;
  }
  .home .contact .itemBox {
    padding: 40px auto 30px;
  }
  .home .contact .itemBox .item {
    width: 100%;
    margin-bottom: 35px;
  }
  .home .contact .itemBox .item p {
    margin: 8px 0;
    font-size: 14px;
  }
  .home .contact .itemBox .item p span {
    height: auto !important;
    font-size: 13px;
  }
}
