@charset "utf-8";
@import url("font-style.css");
/* CSS Document */
html, body, nav {
  
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#home {
  background-color: #d8f0fb;
  padding-top: 5px;
}
.header_MP {
    display: flex;
    flex-wrap: nowrap;
    background-color: hsla(186, 80%, 80%, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 80px;
    padding: 0px;
}

.L_Box {
  text-align: left;
  float: left;
  width: 69.9%;
  margin: auto 0;
  padding-left: 26px;
  /*background-color:aquamarine;*/
}
.logo {
  display: inherit;
  float: left;
  width: auto;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.head_logo {}
.R_Box {
  width: 29.9%;
  text-align: right;
  float: right;
  margin: auto 0;
  padding-right: 26px;
}
.Extra_Pic {
  display: inherit;
  float: right;
  width: auto;
  height: 45px;
  max-height: 70px;
}
.line {
  margin: 5px auto;
  width: 100%;
  height: 5px;
  max-height: 5px;
  background-image: linear-gradient(0deg, #999, #fff);
}
#swiper-demo {
  margin: 2px auto;
  height: 58vw;
  width: 100%;
  background-color: hsla(186, 80%, 80%, 0.66);
}
.app {
  height: 100%;
}
/* body{
                overflow: hidden;
                height: 100vh;
                margin: 0;
            } */
img {
  width: 100%;
  object-fit: fill;
}
.simple-swiper-container {
  border: none;
}
.swiper-items {
  flex-direction: row;
}
nav {
  position: relative;
  display: block;
  margin: 12px auto;
  width: 93vw;
  max-width: 1600px;
  height: auto;
  background-color: hsla(38, 100%, 87%, 1);
  z-index: 1;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  justify-content: space-around;
  background-color: hsla(200, 80%, 92%, 1);
}
nav ul li {
  width: 31%;
  height: 138px;
  padding-top: 19px;
  margin: 1% 0.5%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
nav ul li a {
  text-decoration: none;
}
nav ul li:hover p1, nav ul li:hover p2 {
  color: #fff !important;
}
nav ul li p1 {
  font-family: "阿里巴巴普惠体 2.0 65 Medium";
  font-size: 20px;
  letter-spacing: 0;
  padding-left: 12px;
  color: #444444;
  position: relative;
  z-index: 1;
  transition: all 0.15s ease-out;
}
nav ul li p2 {
  font-family: "阿里巴巴普惠体 2.0 45 Light";
  font-size: 12px;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 6px;
  padding-left: 12px;
  color: #111111;
  position: relative;
  z-index: 1;
  transition: all 0.15s ease-out;
}
@media screen and (min-width:1280px) {
  nav ul li p1 {
    font-family: "阿里巴巴普惠体 2.0 65 Medium";
    font-size: 3em;
  }
  nav ul li p2 {
    font-family: "阿里巴巴普惠体 2.0 45 Light";
    font-size: 1.5em;
  }
}
@media screen and (min-width:600px) and (max-width:1279px) {
  nav ul li p1 {
    font-family: "阿里巴巴普惠体 2.0 65 Medium";
    font-size: 38px;
    color: brown;
  }
  nav ul li p2 {
    font-family: "阿里巴巴普惠体 2.0 45 Light";
    font-size: 20px;
  }
}
@media screen and (max-width:599px) {
  nav ul li {
    height: 90px;
	padding-top: 9px;
  }
  nav ul li p1 {
    font-family: "阿里巴巴普惠体 2.0 65 Medium";
    font-size: 20px;
    color: brown;
  }
  nav ul li p2 {
    font-family: "阿里巴巴普惠体 2.0 45 Light";
    font-size: 15px;
  }
}
nav ul li div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 100%;
  background-color: #FF1240;
  z-index: 0;
  transition: all 0.15s ease-out;
}
nav ul li:hover div {
  top: 0%;
}
.nav_card_01 {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav_card_02 {
  background-color: hsla(188, 100%, 50%, 0.10);
}
.classic_Project {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.CP_Title {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: hsla(38, 100%, 87%, 1.00);
}
.CP_Title p2 {
  display: inline-block;
  width:auto;
  max-width: 80%;
  height: auto;
  font-family: "阿里巴巴普惠体 2.0 65 Medium";
  font-size: 1.2em;
  letter-spacing: 2px;
  font-color: hsla(236, 62%, 24%, 1.00);
  text-align: center;
  vertical-align: middle;
  background-color: hsla(200, 80%, 92%, 1.00);
}
.CP_Title p1 {
  display: inline-block;
  width: auto;
  font-family: "阿里巴巴普惠体 2.0 85 Bold";
  font-size: 1.5em;
  padding: 0 0.5em;
  text-align: center;
  vertical-align: middle;
  color: hsla(0, 0%, 18%, 1.00);
  background: hsla(200, 80%, 92%, 1.00);
}
.line1 {
  vertical-align: middle;
  margin: 5px auto;
  width: 100%;
  height: 0.8vw;
  max-height: 5px;
  background-image: linear-gradient(0deg, hsla(38, 100%, 60%, 1), hsla(38, 100%, 87%, 1));
}
/*联系方式*/
.wvmc-Contents {
  width: 100%;
  max-width: 100vw;
  background-color: #00a0e9;
  padding: 1em;
  color: #161616;
  overflow-x: hidden;
}
.wvmc-Contents .title1 {
  font-family: "阿里巴巴普惠体 2.0 95 ExtraBold";
  position: relative;
}
.wvmc-Contents .title2 {
  font-family: "阿里巴巴普惠体 2.0 55 Regular";
}
.wvmc-Contents-m {
  font-family: "阿里巴巴普惠体 2.0 75 SemiBold";
}
@media screen and (min-width:600px) and (max-width:1279px) {
  .wvmc-Contents .title1 {
    font-family: "阿里巴巴普惠体 2.0 95 ExtraBold";
    font-weight: 400;
    font-size: 4em;
    position: relative;
  }
  .wvmc-Contents .title2 {
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
    font-size: 2em;
  }
  .wvmc-Contents-m p1 {
    font-size: 1.5em;
  }
  .wvmc-Contents-m {
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
    margin-left: 20px;
  }
}
@media screen and (max-width:599px) {
  .wvmc-Contents .title1 {
    font-weight: 200;
    font-size: 38px;
  }
  .wvmc-Contents .title2 {
    font-size: 20px;
  }
  .wvmc-Contents-m p1 {
    font-size: 13px;
  }
  .wvmc-Contents-m {
    margin-left: 2px;
  }
}
/*联系方式over*/
.wvmc-bottom {
  font-family: "阿里巴巴普惠体 2.0 45 Light";
}
.Kind_Title {
  display: block;
  position: inherit;
  width: 100%;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  margin-top: 0px;
  background-color: hsla(38, 100%, 87%, 1.00);
}
.Kind_Title p1 {
  display: block;
  font-family: "阿里巴巴普惠体 2.0 95 ExtraBold";
  font-size: 28px;
  text-align: center;
}
.Kind_Title p2 {
  display: block;
  font-family: "阿里巴巴普惠体 2.0 45 Light";
  font-size: 12px;
  text-align: center;
}
.Proj_Care {
  
}
.Proj_Care .Card_pic img {
  width: 100%;
  height: auto;
}
.Card_pic {
  padding: 0 6px;
  width: 33.3333%;
  float: left;
}
@media only screen and (max-width: 1600px) {
  .Card_pic {
    width: 49.9999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .Card_pic {
    width: 100%;
  }
}
