﻿.top {
  width: 1200px;
  height: 85px;
  margin: auto;
}
/*绉诲姩绔€傞厤*/
.top-mobile {
  display: none;
}
.top > img {
  margin-top: 14px;
  width: 16%;
}
.top > ul {
  width: 78%;
  margin-left: 6%;
  float: right;
  list-style: none;
}
.top > ul > a > li {
  float: left;
  height: 85px;
  width: 145px;
  text-align: center;
  cursor: pointer;
}
.top > ul > a > li > p {
  font-size: 20px;
  margin: 20px 0 0px 0;
}
.top > ul > a > li > span {
  font-size: 14px;
}
.top > ul > a > li > div {
  width: 120px;
  height: 5px;
  background: #ff8549;
  margin: auto;
  position: relative;
  top: 12px;
}
#banner {
  margin: auto;
  width: 1400px;
  overflow: hidden;
  z-index: 1;
}
.he {
  width: 100%;
}

/*online*/
#online {
  background: white;
  position: fixed;
  left: 5px;
  z-index: 100;
  border-radius: 10px 10px 10px 10px;
  border: #cccccc solid 1px;
  box-shadow: 0 0 5px black;
  text-align: center;
  opacity: 0;
  display: none;
  bottom: 5px;
  transition: 1s;
}
.online-title {
  width: 100%;
  height: 45px;
  background: #3f5fb4;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.online-title > span {
  font-size: 18px;
  color: white;
  margin-left: 30px;
  line-height: 45px;
}
.online-off {
  font-size: 30px;
  color: #3f5fb4;
  background: #8d9dc8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  float: right;
  margin: 8px;
}
.online-box {
  text-align: left;
  width: 90%;
  margin: auto;
}
#online > form > p > input {
  width: 90%;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
#online textarea {
  margin: 10px;
  width: 180px;
  height: 50px;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #cccccc;
  resize: none;
}
#online .but1 {
  position: relative;
  top: -10px;
  width: 50%;
  left: 24%;
  background: #3f5fb4;
  border-radius: 5px;
  cursor: pointer;
}
#online .but1 > input {
  background: #3f5fb4;
  outline: none;
  border: none;
  color: white;
}
.online-switch {
  color: white;
  padding-top: 7px;
  width: 35px;
  height: 130px;
  background: #3f5fb4;
  position: fixed;
  border-radius: 0 8px 8px 0;
  z-index: 99;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  bottom: 80px;
}

/*aside*/
#aside {
  width: 50px;
  height: 250px;
  position: fixed;
  z-index: 100;
  left: 0px;
  bottom: 320px;
}
.aside-list li {
  width: 40px;
  height: 40px;
  background: #ffffff;
  list-style: none;
  margin-left: -35px;
  margin-top: 8px;
  border-radius: 8px;
  text-align: center;
}
.aside-list li:hover {
  background: #5373c8;
}
.aside-more {
  transform: scale(0);
}
.aside-list li:hover .aside-more {
  transform: scale(1);
  transform-origin: top left;
}
.aside-list li > img {
  margin-top: 10px;
}
.aside-more1 {
  position: absolute;
  top: 10px;
  left: 70px;
  width: 90px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.6s;
  transform-origin: left top;
  padding: 12px;
}
.aside-more2 {
  position: absolute;
  top: 58px;
  left: 70px;
  width: 90px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.6s;
  transform-origin: left top;
  padding: 12px;
}
.aside-more3 {
  position: absolute;
  top: 106px;
  left: 70px;
  width: 218px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.6s;
  transform-origin: left top;
  padding: 12px;
}
.aside-more4 {
  position: absolute;
  top: 150px;
  left: 70px;
  width: 90px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.6s;
  transform-origin: left top;
  padding: 12px;
}
.aside-more5 {
  position: absolute;
  top: 60px;
  left: 70px;
  width: 170px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background-color: #ffffff;
  transition: 0.6s;
  transform-origin: left bottom;
  padding: 12px;
}
.aside-more1 > span {
  position: relative;
  top: -5px;
  font-weight: bold;
}
.aside-more2 > span {
  position: relative;
  top: -5px;
  font-weight: bold;
}
.aside-more4 > span {
  position: relative;
  top: -5px;
  font-weight: bold;
}
.aside-more3-p1 {
  position: relative;
  top: -10px;
  font-weight: bold;
  margin: 0px;
}
.aside-more3 input {
  position: relative;
  top: -6px;
  height: 20px;
  width: 165px;
}
#but2 {
  cursor: pointer;
}
.aside-more3-p2 {
  font-size: 12px;
  position: relative;
  top: -6px;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
}
.aside-more3-but {
  width: 60px;
  height: 20px;
  background: #5373c8;
  border-radius: 8px;
  position: relative;
  top: -15px;
  left: 67px;
  color: white;
}
.aside-triangle::before,
.aside-triangle::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 0;
  height: 0;
}
.aside-triangle::before {
  left: -13px;
  border: 5px solid transparent;
  border-right: 10px solid #ffffff;
  z-index: 1;
}

.aside-triangle::after {
  left: -15px;
  border: 5px solid transparent;
  border-right: 11px solid #e1e6ec;
  z-index: 0;
}
.aside-triangle1::before,
.aside-triangle1::after {
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  width: 0;
  height: 0;
}
@media (max-width: 1216px) {
  #banner {
    width: 1200px;
    margin: auto;
  }
}
.service-title {
  width: 1200px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-boxes {
  width: 1200px;
  margin: auto;
}
.service-box1 {
  width: 25%;
  float: left;
  font-size: 28px;
  text-align: center;
}
.service-img {
  width: 30%;
  position: relative;
  top: 50%;
}
.service-content-box {
  width: 100%;
  float: left;
}
.service-content-margin {
  margin-top: 40px;
}
.service-contents {
  text-align: center;
  width: 50%;
  float: left;
}
.service-contents-box1 {
  width: 90%;
  float: right;
  margin-top: 120px;
  margin-right: 5%;
}
.service-contents-box2 {
  width: 90%;
  float: left;
  margin-top: 120px;
  margin-left: 5%;
}
.service-content-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.service-content {
  font-size: 25px;
  text-align: justify;
  text-indent: 2em;
}
.product-boxes {
  width: 1200px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.product-box {
  float: left;
  width: 25%;
}
.product-box > img {
  float: left;
  width: 24%;
  display: none;
  position: relative;
  margin: 0 13% 0 13%;
}
.product-box1 {
  width: 100%;
  float: left;
  /* background: url("product01.png") no-repeat; */
  position: relative;
}
.product-box1 > p {
  font-size: 25px;
  width: 84%;
  text-align: justify;
  text-indent: 2em;
  margin-top: 60px;
  margin-left: 8%;
  margin-bottom: 0px;
}
.product-box2 > p {
  font-size: 25px;
  width: 84%;
  text-align: justify;
  text-indent: 2em;
  margin-top: 60px;
  margin-left: 8%;
  margin-bottom: 0px;
}
.product-box2 {
  width: 100%;
  float: left;
  position: relative;
  /* background: url("../images/product02.png") no-repeat; */
}
.guarantee-boxes1 {
  margin: auto;
  /* background: url("../images/guarantee-bg01.png") no-repeat; */
  width: 1200px;
  height: 400px;
}
.guarantee-boxes2 {
  margin: auto;
  /* background: url("../images/guarantee-bg02.png") no-repeat; */
  width: 1200px;
  height: 400px;
}
.guarantee-boxes {
  margin-top: 40px;
  width: 33.33%;
  text-align: center;
  float: left;
}
.guarantee-box {
  width: 70%;
  margin: auto;
}
.guarantee-box1 {
  float: right;
}
.guarantee-box2 {
  float: left;
}
.guarantee-box-p1 {
  font-size: 28px;
  font-weight: bold;
}
.guarantee-box-p2 {
  font-size: 25px;
  text-align: justify;
  text-indent: 2em;
}
.profile-boxes {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.profile-box-bg {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.profile-box {
  background: #7ed3f7;
  width: 1400px;
  height: 890px;
  position: relative;
  padding-top: 30px;
  left: 50%;
  margin-left: -700px;
}
.profile-box-last-bg {
  /* background: url("../images/profile-bg02.png") no-repeat; */
  background-size: 100% 100%;
  width: 1400px;
  height: 184px;
  position: relative;
  left: 50%;
  margin-left: -700px;
}
.profile-contents {
  width: 1200px;
  margin: auto;
}
.profile-contents > p {
  font-size: 25px;
  line-height: 50px;
  text-indent: 2em;
}
.profile-img {
  width: 1200px;
  height: 236px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.profile-img ul {
  margin-top: 20px;
  list-style: none;
  width: 10000px;
  position: absolute;
}
.profile-img ul li {
  float: left;
  margin-right: 5px;
}
.contact-title {
  width: 1200px;
  text-align: center;
  margin: auto;
  position: relative;
  top: -50px;
}
.contact-content {
  width: 1200px;
  height: 500px;
  margin: auto;
}
.contact-left {
  float: left;
  width: 84%;
}
.contact-lib {
  width: 100%;
  height: 80px;
}
.contact-lib > img {
  float: left;
  margin-top: 1%;
  width: 4%;
}
.contact-lib > input {
  width: 93%;
  margin-left: 2%;
  height: 60px;
  background-color: #f6f6f6;
  font-size: 20px;
  border: 1px solid #c2ccc7;
  outline: none;
  text-indent: 1em;
}
.contact-lib > textarea {
  width: 93%;
  margin-left: 2%;
  height: 120px;
  resize: none;
  background-color: #f6f6f6;
  font-size: 20px;
  outline: none;
  border: 1px solid #c2ccc7;
  text-indent: 1em;
}
.but {
  background: #40d0db;
  width: 160px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  margin-left: 46%;
  margin-top: 80px;
  cursor: pointer;
  border-radius: 10px;
}
.contact-img {
  float: right;
  width: 16%;
}
.contact-img > img {
  width: 100%;
}
.footer-box {
  background: #4ab0d9;
  width: 100%;
  height: 233px;
}
.footer {
  width: 1200px;
  margin: auto;
  padding-top: 40px;
  background: #4ab0d9;
}
.footer img {
  margin-right: 10px;
}
.footer-box1 {
  float: left;
  margin-left: 10%;
  font-size: 20px;
  width: 35%;
  line-height: 60px;
}
.footer-box2 {
  float: left;
  font-size: 20px;
  width: 45%;
  line-height: 60px;
}
.footer-box3 {
  float: left;
  font-size: 20px;
  margin-left: 10%;
  width: 90%;
  line-height: 30px;
}
.foot-pc {
  display: block;
}
.foot-mobile {
  display: none;
}
@media (max-width: 1216px) {
  .profile-boxes {
    width: 1200px;
  }
  .profile-box-bg {
    width: 1200px;
  }
}
/*绉诲姩绔€傞厤*/
@media (max-width: 600px) {
  #online {
    display: none;
  }
  #aside {
    display: none;
  }
  .online-switch {
    display: none;
  }
  .top {
    display: none;
  }
  .top-mobile {
    display: block;
  }
  .top-mobile-bg {
    width: 100%;
  }
  .top-mobile-img1 {
    position: relative;
    float: left;
    margin: -13% 0 3% 5%;
    width: 35%;
  }
  .top-mobile-img2 {
    position: relative;
    float: right;
    margin: -12% 2% 3% 0;
    width: 45%;
  }
  .top-mobile > ul {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0px;
  }
  .top-mobile > ul > a > li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
  }
  .mobile-nav-box1 {
    background: #fc8a70;
  }
  .mobile-nav-box2 {
    background: #7fd9ea;
  }
  .mobile-nav-box3 {
    background: #5ed77e;
  }
  .mobile-nav-box4 {
    background: #fdcc49;
  }
  .top-mobile > ul > a > li > div {
    width: 50%;
    height: 13vw;
    margin: auto;
    border-radius: 40%;
  }
  .top-mobile > ul > a > li > div > img {
    width: 80%;
    margin-top: 2vw;
  }
  .top-mobile > ul > a > li > p {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  #banner {
    width: 100%;
  }
  .service-title {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  .service-title > img {
    width: 40%;
  }
  .all-content {
    width: 100%;
  }
  .service-box > div > p {
    font-size: 0.5em;
  }
  .service-img {
    width: 40%;
  }
  .service-contents > img {
    width: 90%;
    margin-left: 5%;
  }
  .service-content-title {
    font-size: 1em;
  }
  .service-content {
    font-size: 1em;
  }
  .service-contents-box1 {
    margin-top: 0px;
  }
  .service-contents-box2 {
    margin-top: 0px;
  }
  .product-box {
    width: 96%;
    margin-left: 2%;
  }
  .product-box > img {
    display: block;
  }
  .product-box1 {
    width: 50%;
    background-size: 100% 100%;
  }
  .product-box1 > img {
    display: none;
  }
  .product-box2 > img {
    display: none;
  }
  .product-box1 > p {
    font-size: 1em;
    width: 84%;
    text-align: justify;
    margin: 30px 0 15px 8%;
  }
  .product-box2 > p {
    font-size: 1em;
    width: 84%;
    text-align: justify;
    margin: 30px 0 15px 8%;
  }
  .product-box2 {
    width: 50%;
    background-size: 100% 100%;
  }
  .product-function {
    width: 80%;
  }
  .guarantee-boxes {
    margin-top: 10px;
  }
  .guarantee-boxes1 {
    background-size: 100% 100%;
    height: 80%;
  }
  .guarantee-boxes2 {
    background-size: 100% 100%;
    height: 60%;
    margin-bottom: 30px;
  }
  .guarantee-box > img {
    width: 60%;
  }
  .guarantee-box-p1 {
    font-size: 1em;
  }
  .guarantee-box-p2 {
    font-size: 1em;
  }
  .profile-contents {
    width: 100%;
  }
  .profile-box {
    padding-top: 15px;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .profile-box-last-bg {
    width: 100%;
    height: 60px;
    left: 0;
    margin: 0;
  }
  .profile-img {
    width: 100%;
  }
  .profile-img {
    width: 100%;
    margin-top: 0px;
    height: 126px;
  }
  .profile-contents > p {
    font-size: 1em;
    line-height: 2em;
    width: 90%;
    margin-left: 5%;
  }
  .profile-img img {
    width: 180px;
    height: 126px;
  }
  .profile-img {
    width: 1200px;
    height: 136px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  .profile-img ul {
    margin-top: 10px;
    list-style: none;
    width: 10000px;
    position: absolute;
  }
  .profile-img ul li {
    float: left;
    margin-right: 2px;
  }
  .contact-title {
    width: 100%;
    margin: 40px 0 -30px 0;
  }
  .contact-title > img {
    width: 40%;
  }
  .contact-img {
    display: none;
  }
  .contact-left {
    width: 100%;
  }
  .contact-lib {
    width: 96%;
    margin-left: 2%;
    height: 50px;
  }
  .contact-lib > input {
    font-size: 1em;
    height: 40px;
    width: 90%;
  }
  .contact-lib > textarea {
    font-size: 1em;
    height: 80px;
    width: 90%;
  }
  .contact-lib > img {
    margin-top: 2%;
    width: 6%;
  }
  .but {
    width: 20%;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    margin-top: 50px;
    margin-left: 42%;
  }
  .footer-box {
    height: 250px;
  }
  .footer {
    width: 100%;
    padding-top: 15px;
    height: 180px;
  }
  .footer-box1 {
    font-size: 1em;
    width: 96%;
    margin-left: 4%;
    height: 35px;
    line-height: 35px;
  }
  .footer-box2 {
    font-size: 1em;
    width: 96%;
    margin-left: 4%;
    height: 35px;
    line-height: 35px;
  }
  .footer-box3 {
    font-size: 1em;
    width: 96%;
    margin-left: 4%;
    height: 20px;
    line-height: 20px;
  }
  .footer img {
    margin-right: 10px;
    height: 50%;
  }
  .contact-content {
    height: 300px;
  }
  .foot-pc {
    display: none;
  }
  .foot-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  #main_im {
    display: none;
  }
}
