@charset "utf-8";
/*positioning->Box->visual*/
/*common class*/
.mesh {
  position: relative;
  max-width: 768px;
  min-width: 300px;
  margin: 0 auto;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.45;
  color: #000;
}
.mesh .w-width {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.mesh .section,
.mesh .w-width,
.mesh .clearFix,
.mesh .row {
  position: relative;
  *zoom: 1;
}
.mesh .section:before,
.mesh .w-width:before,
.mesh .clearFix:before,
.mesh .row:before,
.mesh .section:after,
.mesh .w-width:after,
.mesh .clearFix:after,
.mesh .row:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mesh .col-lg-1,
.mesh .col-lg-2,
.mesh .col-lg-3,
.mesh .col-lg-4,
.mesh .col-lg-6,
.mesh .col-lg-8,
.mesh .col-lg-9,
.mesh .col-lg-10,
.mesh .col-lg-12,
.mesh .col-sm-1,
.mesh .col-sm-2,
.mesh .col-sm-3,
.mesh .col-sm-4,
.mesh .col-sm-6,
.mesh .col-sm-8,
.mesh .col-sm-9,
.mesh .col-sm-10,
.mesh .col-sm-12 {
  position: relative;
  box-sizing: border-box;
}
.mesh .col-sm-1,
.mesh .col-sm-2,
.mesh .col-sm-3,
.mesh .col-sm-4,
.mesh .col-sm-6,
.mesh .col-sm-8,
.mesh .col-sm-9,
.mesh .col-sm-10,
.mesh .col-sm-12 {
  float: left;
}
.mesh .col-sm-2 {
  width: 16.66%;
}
.mesh .col-sm-3 {
  width: 25%;
}
.mesh .col-sm-4 {
  width: 33.33%;
}
.mesh .col-sm-6 {
  width: 50%;
}
.mesh .col-sm-8 {
  width: 66.66%;
}
.mesh a {
  color:#048691;
  text-decoration: none;
}
.mesh h2 {
  padding-top: 10vw;
  font-size: 7.5vw;
  line-height: 1.2;
  font-weight: 400;
}
.mesh h4 {
  margin: 5vw 0 2vw;
  font-size: 5vw;
  line-height: 1.2;
}
.mesh h5 {
  margin: 40px 0 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}
.mesh h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
.mesh .nowrap {
  white-space: nowrap;
}
.mesh .hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.mesh .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mesh .fBold {
  font-weight: 700;
  font-weight: bold;
}
.mesh .fMedium {
  font-weight: 500;
}
.mesh .fRegular {
  font-weight: 400;
}
.mesh .fLight {
  font-weight: 300;
}
.mesh .bgWhite {
  background-color: #fff;
}
.mesh .bgBlack {
  background-color: #000;
}
.mesh .m-hide {
  display: none;
}
.mesh .m-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .mesh {
    max-width: 1920px;
    min-width: 1200px;
    font-size: 20px;
    line-height: 1.45;
  }
  .mesh .w-width {
    width: 1366px;
  }
  .mesh h2 {
    padding-top: 0;
    font-size: 55px;
    font-weight: 500;
  }
  .mesh h4 {
    margin: 20px 0 5px;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 400;
  }
  .mesh h5 {
    margin: 70px 0 40px;
    font-size: 50px;
  }
  .mesh h6 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .mesh .hr {
    margin: 55px 0;
  }
  .mesh .col-lg-2,
  .mesh .col-lg-3,
  .mesh .col-lg-4,
  .mesh .col-lg-6,
  .mesh .col-lg-8 {
    float: left;
  }
  .mesh .col-lg-2 {
    width: 16.66%;
  }
  .mesh .col-lg-3 {
    width: 25%;
  }
  .mesh .col-lg-4 {
    width: 33.33%;
  }
  .mesh .col-lg-6 {
    width: 50%;
  }
  .mesh .col-lg-8 {
    width: 66.66%;
  }
  .mesh .lg-offset-6-right {
    margin-right: 10px;
  }
  .mesh .lg-offset-6-left {
    margin-left: 10px;
  }
  .mesh .col-offset-6 {
    margin-left: 50%;
  }
  .mesh .col-offset-3 {
    margin-left: 25%;
  }
  .mesh .col-offset-2 {
    margin-left: 16.66%;
  }
  .mesh .pc-show {
    display: initial;
  }
  .mesh .pc-block {
    display: block;
  }
  .mesh .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .mesh .w-width {
    width: 1200px;
  }
}

@media screen and (max-width: 736px) {
  .mesh .w-width {
    width: auto;
  }
}
/*page class*/
.mesh .banner {
  height: 847px;
  background: url(a.jpg) no-repeat 50% 50%;
  color: #005564;
}
.mesh .banner .desc {
  width: 670px;
  margin: 225px 0 0 0;
}
.mesh .a {
  padding: 50px 0 100px;
  color: #6fcbd0;
  background-color: #36444b;
}
.mesh .a li {
  text-align: center;
}
.mesh .a li img {
  display: block;
  width: 61%;
  height: auto;
  margin: 0 auto;
}
.mesh .b {
  padding-bottom: 60px;
  background-color: #dee3e7;
  text-align: center;
}
.mesh .b .desc {
  padding: 0 125px;
}
.mesh .b ul {
  padding: 50px 9% 0 9%;
}
.mesh .b ul li {
  padding: 0 20px;
}
.mesh .b ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mesh .b ul li video{width:100%;vertical-align: top;}
.mesh .c h5 {
  margin-top: 0;
}
.mesh .c ul {
  font-size: 0;
}
.mesh .c ul li {
  width: 50%;
  vertical-align: middle;
  font-size: 20px;
}
.mesh .c ul img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mesh .c ul .desc {
  padding: 0 15% 0 25%;
}
.mesh .d h5 {
  margin-top: 0;
}
.mesh .d ul {
  font-size: 0;
}
.mesh .d ul li {
  width: 50%;
  vertical-align: middle;
  font-size: 20px;
}
.mesh .d ul img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mesh .d ul .desc {
  padding: 0 15% 0 25%;
}
.mesh .e {
  height: 848px;
  background: url(f.jpg) no-repeat 50% 50%;
  color: #fff;
}
.mesh .e .w-width {
  height: 100%;
}
.mesh .e .desc {
  width: 500px;
  margin-top: 190px;
}
.mesh .e .desc ul {
  position: relative;
  width: 200px;
  height: 220px;
  margin-top: 50px;
  background: url(e-icon.png) no-repeat 50% 0;
  font-size: 13px;
}
.mesh .e .desc ul li {
  position: absolute;
  left: 30px;
  top: 20px;
  text-align: center;
  line-height: 1;
}
.mesh .e .desc ul li:nth-child(2) {
  left: 140px;
}
.mesh .e .desc ul li:nth-child(3) {
  width: 50%;
  top: initial;
  bottom: 0;
  left: 0;
}
.mesh .e .desc ul li:nth-child(4) {
  width: 50%;
  top: initial;
  bottom: 0;
  left: 50%;
}
.mesh .e .powerline {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 60px;
  font-size: 12px;
}
.mesh .e .powerline span {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.mesh .e .powerline span:first-child {
  width: 50px;
  height: 2px;
  background-color: #ffcb00;
}
.mesh .f {
  height: 1035px;
  background: url(g.jpg) no-repeat 50% 50%;
  text-align: center;
}
.mesh .f .w-width {
  height: 100%;
}
.mesh .f ul {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.mesh .f ul li span:first-child {
  margin-right: 10px;
  color: #c11c66;
  font-size: 30px;
}
.mesh .f ul li:nth-child(2) span:first-child {
  color: #fdcd00;
}
.mesh .f ul li:nth-child(3) span:first-child {
  color: #1d2088;
}
.mesh .g {
  padding-bottom: 90px;
  text-align: center;
}
.mesh .g table {
  width: 100%;
}
.mesh .g table tbody {
  background-color: #e5e5e5;
}
.mesh .g table thead {
  font-size: 28px;
  color: #36444b;
}
.mesh .g table thead span {
  margin-bottom: 20px;
  padding-bottom: 37px;
  background: url(g-icon.png) no-repeat 50% 100%;
}
.mesh .g table tfoot {
  font-size: 14px;
  text-align: left;
}
.mesh .g table tfoot span {
  margin-right: 10px;
}
.mesh .g table td {
  padding: 10px 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.mesh .g table tr:first-child td {
  border-bottom: 1px solid #fff;
}
.mesh .g table td:nth-child(2) {
  color: #005564;
  font-weight: 400;
}
/* .mesh .h {
  height: 690px;
  background: url(h.jpg) no-repeat 50% 50%;
  color: #fff;
  text-align: center;
} */
.mesh .h h5{text-align: center;}
.mesh .h ul {
  margin-top: 60px;
}
.mesh .h ul li img{max-width:100%;max-height:100%;}
.mesh .h ul li b {
  display: block;
  width: 294px;
  height: 296px;
  margin: 0 auto;
  background: url(h1.png) no-repeat 50% 50%;
}
.mesh .h ul li:nth-child(2) b {
  background-image: url(h2.png);
}
.mesh .h ul li:nth-child(3) b {
  background-image: url(h3.png);
}
.mesh .h ul p {
  margin-top: 10px;
}
.mesh .h ul a {
  color: #00a3df;
  text-decoration: underline;
}
.mesh .h .deco{padding:0 0 3em;text-align: center;}
@media screen and (max-width: 768px) {
  .mesh .section {
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .mesh .section .desc {
    width: auto;
    padding: 0 20px;
  }
  .mesh .banner {
    height: 127vw;
    padding-bottom: 20%;
    text-align: left;
    background: url(mobile/a.jpg) no-repeat 50% 100%, url(mobile/a-bg.jpg) repeat-y 50% 0;
    background-size: 100% auto;
  }
  .mesh .banner .desc {
    margin: 0;
  }
  .mesh .a {
    padding-bottom: 40px;
  }
  .mesh .a ul {
    padding: 0 20px;
  }
  .mesh .a li {
    margin-bottom: 20px;
  }
  .mesh .a li img {
    width: 100%;
  }
  .mesh .b {
    height: auto;
    background-color: #dee3e7;
    background-image: url(mobile/c.jpg);
    padding-bottom: 145%;
    text-align: left;
  }
  .mesh .b ul {
    display: none;
  }
  .mesh .c {
    height: auto;
    padding-bottom: 100%;
    background-image: url(d1-new.gif);
  }
  .mesh .c h5 {
    padding-top: 30px;
  }
  .mesh .c ul li {
    width: auto;
  }
  .mesh .c ul li .desc {
    padding: 0 20px;
  }
  .mesh .c ul img {
    display: none;
  }
  .mesh .d {
    height: auto;
    padding-bottom: 100%;
    background-image: url(e.gif);
  }
  .mesh .d h5 {
    padding-top: 30px;
  }
  .mesh .d ul li {
    width: auto;
  }
  .mesh .d ul li .desc {
    padding: 0 20px;
  }
  .mesh .d ul img {
    display: none;
  }
  .mesh .e {
    height: auto;
    padding-bottom: 75%;
    background-image: url(mobile/f.jpg);
    background-color: #36444b;
    overflow:hidden;
  }
  .mesh .e .w-width {
    position: static;
  }
  .mesh .e .desc {
    margin-top: 0;
  }
  .mesh .e .desc ul {
    margin-top: 10px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mesh .e .powerline {
    width: 100%;
    left: 0;
    bottom: 2%;
    text-align: center;
    font-size: 12px;
  }
  .mesh .e .powerline span {
    font-size: 14px;
  }
  .mesh .f {
    height: auto;
    padding-bottom: 80%;
    text-align: left;
    background-image: url(mobile/g.jpg);
    background-color: #f1f1f1;
  }
  .mesh .f .w-width {
    position: static;
  }
  .mesh .f ul {
    padding: 0 20px;
    bottom: 2%;
    font-size: 12px;
    box-sizing: border-box;
  }
  .mesh .f ul li span:first-child {
    font-size: 14px;
  }
  .mesh .g {
    display: none;
  }
  /* .mesh .h {
    height: auto;
    background: url(mobile/i-bg.jpg);
    background-repeat: repeat-y;
    overflow:hidden;
  } */
  .mesh .h .desc{padding:0;}
  .mesh .h ul {
    margin-top: 0px;
  }
  .mesh .h ul li {
    margin-bottom: 20px;
  }
  .mesh .h ul li b {
    width: 180px;
    height: 181px;
    background-size: 100% auto;
  }
  .mesh .h ul p {
    margin-top: 0;
  }
}
