/*------------------TOP------------------*/

.main_mv {
  position: relative;
}

.main_mv a {
  position: absolute;
}

.main_mv .anc_link01 {
  bottom: 20%;
  left: 27%;
  width: 16%;
  height: 31%;
}

.main_mv .anc_link02 {
  bottom: 18%;
  left: 43.5%;
  width: 18%;
  height: 34%;
}

.main_mv .anc_link03 {
  bottom: 20%;
  right: 22%;
  width: 16%;
  height: 31%;
}

.news_content {
  background: #fff;
  height: 150px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.news_content li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  color: #0099ff;
  text-decoration: none;
}

.news_content li a span {
  display: block;
  color: #000;
}

.news_content li a p {
  text-decoration: underline;
}

.news {
  padding: 5% 3%;
}

.blog {
  padding: 5% 3%;
  padding-top: 0;
}

.blog .cm_tt img {
  width: 150px;
}

.blog .cm_button {
  position: absolute;
  top: 8px;
  right: 0;
}

.blog .news_content a i {
  font-style: normal;
  color: #0000ff;
}

.aboutus, .security {
  padding: 0 3%;
}

.aboutus .inner {
  background: url(../images/img1.png) bottom center no-repeat #fff;
  background-size: 100%;
  padding: 3%;
  padding-right: 40%;
}

@media only screen and (max-width: 415px) {
  .aboutus .inner {
    padding-right: 0;
  }
  .aboutus .inner p {
    padding-right: 40%;
  }
}

.security .inner {
  background-size: 100%;
  padding: 4% 5% 4% 2%;
  height: auto;
  background: #fff;
}

.security .inner p {
  width: 48%;
  padding-top: 4%;
}

/* @media only screen and (max-width: 415px) {
  .security .inner {
    padding-right: 0;
  }
  .security .inner p {
    padding-right: 40%;
  }
} */

.recommend {
  padding: 5% 3% 0 3%;
}

.recommend ul {
  margin-top: 4%;
}

.recommend ul li {
  margin-bottom: 2%;
}

.recommend ul li iframe {
  width: 100%;

}

.recommend ul li h4 {
  color: #fff;
  font-size: 16px;
}

.recommend ul li h4 span {
  font-size: 14px;
}

.products {
  padding: 5% 3%;
}

.products .inner {
  background: #fff;
  padding: 3% 3% 7%;
}

.products .inner figure {
  text-align: center;
}

.products .box {
  position: relative;
}

.products .box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.products .inner1 {
  background: #ffeedd;
  padding: 3%;
  margin-bottom: 7%;
}

.products .inner1 figure {
  margin-top: -50px;
}

.products .inner1 p {
  padding-right: 35%;
}

.products .inner2 {
  background: #fae8e8;
  padding: 3%;
  margin-bottom: 7%;
}

.products .inner2 figure {
  padding: 0 20%;
  margin-top: 5%;
}

.products .inner3 {
  background: #def2e6;
  padding: 3%;
  margin-bottom: 7%;
}

.products .inner3 figure {
  padding: 0 24%;
  margin-top: 5%;
}

.banner {
  padding: 5% 3%;
}

.banner .bnr01 {
  background: url(../images/bnr1.png) center top no-repeat #fff;
  background-size: 100%;
  padding: 3%;
  padding-right: 42%;
  margin-bottom: 5%;
  position: relative;
}

.banner .bnr01 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.banner .two_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner .two_bnr li {
  width: 48%;
}

.page_up {
  display: none;
}