@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
  padding-top: 133px;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

body {
  width: 100%;
  overflow-x: hidden
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}

.line-0 {
  line-height: 0
}

body {
  font-family: "Lato", Arial, "sans-serif";
  font-size: 22px
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

a:hover {
  color: #ad0101;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.banner {
  position: relative
}

h1 {
  font-size: 60px;
  line-height: 70px
}

.wrap {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px
}

.row {
  margin: 0 -20px
}

* {
  box-sizing: border-box
}

.header {
  background: #fff;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}

.header >.wrap {
  position: relative;
}

#mainNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mainNav::before,
#mainNav::after {
  content: none;
}

.logo {
  /* float: left; */
  width: 30%;
}

.logo img {
  height: 113px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.header .menu {
  width: 70%;
  /* float: right; */
  text-align: right
}

.header .menu ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle
}

.header .menu ul li {
  display: inline-block;
  /* padding: 0px 0 0 50px; */
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

.header .menu ul li+li {
  position: relative;
}

.header .menu ul li+li::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .menu ul li a {
  display: block;
  padding: 20px 30px;
}

.header.shrink .menu ul li a {
  padding: 15px;
}

/* .header .menu ul li:last-child a {
  padding-right: 0;
} */


.header.shrink {
  box-shadow: 0 0 20px rgba(41, 41, 41, 0.82);
  padding: 10px 0;
  position: fixed;
  z-index: 999
}

.header.shrink .logo img {
  height: 90px;
}

.header.shrink .menu ul li {
  /* padding: 10px 0 0 35px; */
}

#hd .swiper-button-prev,
#hd .swiper-button-next {
  opacity: 0.5;
  transition: opacity 0.3s;
}

#hd .swiper-button-prev {
  background-image: url(../images/arrow_l.svg);

}

#hd .swiper-button-next {
  background-image: url(../images/arrow_r.svg);
}


#hd .swiper-button-prev:hover,
#hd .swiper-button-next:hover {
  opacity: 1;
}

#hd .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: .5;
}

#hd .swiper-pagination-bullet-active {
  background-color: #ad0101;
  opacity: 1;
}

#hd .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}

.text-center {
  text-align: center
}

.md_bg,
.img_zone:before,
.img_zone:after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}

.img_zone:before,
.img_zone:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
}

.img_zone:before {
  top: 0
}

.img_zone:after {
  bottom: 0
}

.img_zone {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden
}

.num {
  width: 80px;
  height: 80px;
  z-index: 555;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.pic_left {
  width: 50%;
  position: absolute;
  top: calc(50% - 100px);
  text-align: center;
  padding-left: 10%;
  z-index: 111
}

.pic_left h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}

.pic_left p,
.pic_right2 p {
  font-size: 20px;
  color: #fff;
  line-height: 130%;
  margin: 10px auto
}

.pic_right2 p {
  color: #000
}


.img_zone {
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

.zone1 .img_zone:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 1920px 0 0;
  border-color: #fff transparent transparent transparent;
  display: block;
}

.zone1 .img_zone:after {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 1920px;
  border-color: transparent transparent #ffffff transparent;
  display: block
}


.zone {
  position: relative;
  /* line-height: 0 */
}

.txt_zone {
  line-height: 150%;
  margin-bottom: 20px;

}

.zone1 .txt_zone {

  padding: 50px 0;
  line-height: 150%
}

h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 150%;
  display: inline-block;
  position: relative
}

h2:before {
  content: "";
  width: 165px;
  height: 1px;
  background: #000;
  display: block;
  left: calc(100% + 30px);
  position: absolute;
  top: 50%
}

h2:after {
  content: "";
  width: 165px;
  height: 1px;
  background: #000;
  display: block;
  right: calc(100% + 30px);
  position: absolute;
  top: 50%
}

.zone1 .desc {
  max-width: 850px;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  line-height: 150%;
}

.inline li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.inline li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  background: #984fff;
}

.inline li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}


.zone1 .num {
  background: #e60012;
  color: #fff
}

.icon {
  text-align: center
}

.icon ul {
  display: inline-block
}

.icon ul li {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
  vertical-align: top
}

.icon .pic {
  padding: 0 10px;
  max-width: 100px;
  margin: 0 auto;
}

.pic_right2 {
  width: 50%;
  position: absolute;
  top: calc(50% - 100px);
  text-align: center;
  float: right;
  z-index: 111;
  right: 0
}

.pic_right2 h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}

.zone2 .img_zone:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 60px 0;
  border-color: transparent #ffffff transparent transparent;
  display: block;

}

.zone2 .md_bg {
  background: #fff;
  height: 33px
}

.zone2 .img_zone:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 1920px;
  border-color: transparent transparent transparent #ffffff;
  display: block
}

.zone2 .num {
  color: #e60012
}

.zone2 .md_bg {
  background: #fff;
  height: 26px
}

.zone2 .img_zone:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 1920px 0 0;
  border-color: #ffffff transparent transparent transparent;
  display: block;
}

.zone2 .img_zone:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 1920px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
}


.zone3 .num {
  background: #e60012;
  color: #fff
}

.zone3 .md_bg {
  height: 30px;
  background: #fff;
}

.zone3 .img_zone:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 40px 0;
  border-color: transparent #ffffff transparent transparent;
  display: block;

}

.zone3 .img_zone:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 1920px;
  border-color: transparent transparent transparent #ffffff;
  display: block
}


.zone4 .num {
  color: #e60012;
}

.zone4 .md_bg {
  background: #fff;
  height: 26px
}

.zone4 .img_zone:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 1920px 0 0;
  border-color: #ffffff transparent transparent transparent;
  display: block;
}

.zone4 .pic_left {
  top: 20%
}


.zone5 .img_zone:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 40px 0;
  border-color: #ffffff transparent transparent transparent;
  display: block;
}


.zone5 .img_zone:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 1920px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
}

.zone5 .num {
  background: #e60012;
  color: #fff
}

.zone5 .pic_right2 p {
  font-size: 25px
}


.zone6 .md_bg {
  height: 20px
}

.about {
  padding: 70px 0;
  margin: 0 auto;
  color: #fff;
}


.footer {
  /* background-color: #F8F8F8; */
  border-color: #e7e7e7;
  padding-top: 30px
}

.footer .ft_logo {
  margin-bottom: 20px
}

.footer .ft_logo h4 {
  margin-top: 15px
}

.footer .ft_logo img {
  height: 130px;
}

.footer .info {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px
}

.ft_line {
  background: #7b0000;
  color: #fff;
  padding: 13px 0 8px;
  font-size: 15px
}

.ft_line a {
  color: #fff
}

.copyright {
  width: 50%;
  display: inline-block
}

.ft_link {
  width: 48%;
  display: inline-block;
  text-align: right
}

.ft_link ul li {
  display: inline-block
}

.ft_link ul li+li::before {
  content: ",";
  margin-left: -2px;
  margin-right: 3px;
}

.contact {
  position: fixed;
  right: 0;
  bottom: 45%;
  z-index: 999
}

.contact a {
  display: block;
  padding: 25px 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #e60012;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.contact a:hover {
  background: #000
}

.contact img {
  display: block;
  margin: 0 auto 10px
}

.input-text {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-text_message {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-text_code {
  padding: 15px 16px;
  border: 1px solid #ccc;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-btn {
  width: 175px;
  height: 50px;
  background: #e60012;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  clear: both;
}

.code_left {
  float: left;
}

.code_right {
  float: left;
  padding-left: 0.5em;
}

.submit {
  width: 100%;
  clear: both;
  margin: 0 auto;
}

.wow {
  opacity: 0;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out
}

.wow.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.wow.fad-left {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}

.wow.fad-left.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.wow.fad-right {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

.wow.fad-right.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.wow.fadin {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.wow.fadin.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner_s {
  display: none
}


.icon_s {
  display: none
}

@media (max-width:1440px) {
  .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px
  }

  .icon .pic {
    padding: 0 10px;
    max-width: 80px;
    margin: 0 auto;
  }

  .pic_right2 {

    top: 17%;

  }

  .pic_left {
    top: 19%;
  }

  .zone4 .pic_left {
    top: 13%
  }

  .pic_left {
    padding-left: 0
  }

  .zone3 .img_zone:after {
    border-width: 40px 0 0 1440px;
  }
}

@media (max-width:1365px) {
  body {
    font-size: 20px;
    padding-top: 120px;
  }

  .logo img {
    height: 100px;
  }

  .header.shrink .logo img {
    height: 80px;
  }

  .header .menu ul li a,
  .header.shrink .menu ul li a {
    padding: 10px 20px;
  }

  .zone1 .txt_zone {
    padding: 30px 0
  }

  h2 {
    font-size: 35px;
    line-height: 140%;
  }

  h2:before {
    width: 140px;
    left: calc(50% - 280px);
  }

  h2:after {
    width: 140px;
    right: calc(50% - 280px);
  }

  .contact a {
    padding: 25px 20px;
    font-size: 18px
  }

  .contact a img {
    width: 40px
  }



  .zone1 .img_zone:after {
    border-width: 0 0 30px 1365px;
  }

  .zone2 .img_zone:before {
    border-width: 0 1365px 30px 0;
  }



  .zone3 .img_zone:before {
    border-width: 0 1920px 20px 0;
  }

  .zone4 .img_zone:before {
    border-width: 0 1365px 30px 0;
  }

  .zone4 .img_zone:after {
    border-width: 36px 0 0 1365px;
  }

  .zone5 .img_zone:before {
    border-width: 20px 1365px 0 0;
  }

  .zone5 .img_zone:after {
    border-width: 26px 0 0 1920px;
  }

}

@media (max-width:1279px) {
  body {
    font-size: 16px;
  }

 .header .menu ul li a {
    font-size: 18px;
  }

  /* .logo {
    width: 30%;
  } */

  .zone5 .pic_left {
    top: 70px
  }

  .pic_left p,
  .pic_right2 p {
    font-size: 18px
  }

  .zone5 .pic_right2 p {
    font-size: 20px
  }

  .icon ul li>div,
  .icon ul li>p {
    display: inline-block;
    vertical-align: middle
  }

  .icon .pic {
    max-width: 50px;
    padding: 0 5px
  }


  .header.shrink .logo img {
    width: auto
  }

  .copyright,
  .ft_link {
    width: 100%;
    text-align: center
  }

  .ft_link {
    padding: 5px 0
  }

  .inline li:before {
    width: 6px;
    height: 6px;
    top: 7px;
    background: #984fff;
  }

  .num {
    margin-bottom: 10px
  }
}

@media (max-width:991px) {
  .about {
    padding: 60px 0;
  }
  .zone2 .md_bg {
    height: 5px
  }

  .zone3 .md_bg {
    height: 10px
  }

  .zone5 .md_bg {
    height: 10px
  }
}

@media (max-width:860px) {
  body {
    padding-top: 112px;
  }
  /* #mainNav {
    display: block;
  } */

  .header .menu {
    width: 82%;
  }

  .logo {
    width: 18%;
  }

  .logo img {
    margin: 0 auto;
    height: 80px;
  }

  .header.shrink .logo img {
    height: 80px;
  }

  /* .logo,
  .header .menu {
    width: 100%;
    float: none;
    text-align: center
  } */

  .zone1 .pic_left {
    background: rgba(248, 248, 248, 1.00)
  }

  .pro_s {
    display: block
  }

  .pro_b {
    display: none
  }

  .pic_right2,
  .pic_left {
    position: static;
    padding: 40px 15px 20px
  }

  .zone1 .num,
  .zone3 .num,
  .zone5 .num {
    background: #000
  }

  .zone2 .num {
    color: #fff;
    background: #e60012
  }

  .zone2 h3 {
    color: #000;
  }

  .zone4 .num {
    color: #fff;
    background: #e60012
  }

  .pic_left p,
  .pic_right2 p {
    color: #000
  }

  /* #header .wrap {
    padding: 0
  } */

  /* #header .menu {
    background: rgba(227, 227, 227, 1.00)
  } */

  /* .header,
  .header.shrink {
    padding: 20px 0 0
  } */

  .md_bg {
    display: none
  }

  .contact a img {
    width: 30px
  }

  .contact a {
    padding: 20px 15px;
    font-size: 16px;
  }

  .logo {
    margin-bottom: 20px
  }

  /* .header .menu ul li,
  .header.shrink .menu ul li {
    padding: 10px 20px
  } */

  .pic_left,
  .pic_right,
  .pic_left2,
  .pic_right2 {
    width: 100%;
    float: none;
    height: auto
  }

  .pic_left img,
  .pic_right img,
  .pic_left2 img,
  .pic_right2 img {
    height: auto;
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
  }

  .pic_left img,
  .pic_right2 img {
    width: auto;
    max-width: 100%
  }

  .pic_right img,
  .pic_left2 img {
    width: auto;
    max-width: 100%
  }

  .zone1:before {
    border-width: 23px 0 0 860px;
  }

  .zone1 .txt_zone {
    padding: 50px 0 0
  }

  .footer {
    padding-top: 30px
  }

  .wow.fad-left {
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
  }

  .wow.fad-left.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .wow.fad-right {
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
  }

  .wow.fad-right.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .banner .slogan {
    left: 3%;
    max-width: 400px
  }

  h1 {
    font-size: 36px;
    line-height: 35px
  }

  .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px
  }

  .zone5 .img_zone:before,
  .zone2 .img_zone:before,
  .zone3 .img_zone:before {
    display: none
  }

  .zone5 .md_bg {
    display: none
  }

  .zone4 .img_zone:after {
    border-width: 16px 0 0 860px;
  }

  .icon_s {
    display: block;
  }

  .icon_b {
    display: none
  }

  .icon .pic {
    max-width: 80px
  }

  .num {
    margin-bottom: 20px
  }


}

@media (max-width: 640px) {
  /* body {
      padding-top: 112px;
  } */
  .header .menu ul li a {
    font-size: 15px;
  }
}



@media (max-width:580px) {
  body {
      padding-top: 102px;
  }
  /* .header .menu ul li,
  .header.shrink .menu ul li{
    padding: 10px 15px;
  } */

.header .menu ul li:nth-child(3n)::before {
    content: none !important;
  }

  .header,
  .header.shrink {
    padding-bottom: 0;
  }

  .header >.wrap {
    padding: 0 15px;
  }

  .logo {
    position: static;
    box-shadow: none;
    text-align: center;
    padding: 0;
  }

  .header .menu ul {
    width: 100%;
  }
  
  .header .menu ul li,
  .header.shrink .menu ul li {
    float: left;
    width: 50%;
    text-align: center;
    /* padding: 10px 8px; */
    font-size: 16px;
    /* border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background: rgba(227, 227, 227, 1.00); */
    /* font-weight: normal */
  }

  .contact {
    width: 100%;
    bottom: 0;
  }

  .contact a img {
    margin-bottom: 0
  }

  .contact img,
  .contact span {
    display: inline-block;
    vertical-align: middle
  }

  .contact span {
    margin-left: 5px
  }

  .contact a {
    padding: 10px 15px
  }

  h2 {
    font-size: 30px
  }

  h2:before {
    width: 100px;
    left: calc(50% - 200px)
  }

  h2:after {
    width: 100px;
    right: calc(50% - 200px);
  }

  .zone4 .txt_zone {
    width: 100%;
    padding: 0 20px
  }

  .footer .info {
    padding: 0 20px;
    font-size: 15px;
    line-height: 160%
  }

  .banner_s {
    display: block;
  }

  .banner_b {
    display: none
  }

  .banner .slogan {
    width: 100%;
    position: static;
    padding: 15px 15px 30px;
    background: #90b93e;
    max-width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width:480px) {

  .header .menu ul{
    display: block;
  }

  /* .header .menu ul li,
  .header.shrink .menu ul li { */
    /* float: left;
    width: 50%;
    text-align: center; */
    /* padding: 10px 8px; */
    /* font-size: 16px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background: rgba(227, 227, 227, 1.00); */
    /* font-weight: normal */
  /* } */

  .header .menu ul li a,
  .header.shrink .menu ul li a {
    padding: 10px;
    font-size: 14px;
  }

    /* body {
      padding-top: 172px;
    } */

  /* .header.shrink .menu ul li a {
    font-size: 17px;
    padding: 5px;
  } */

  .zone1 .desc {
    text-align: left
  }

  .inline li {
    width: 100%
  }

  .inline {

    margin: 0 auto;
    text-align: center
  }

  .inline li:before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
  }

  h2:before {
    display: none
  }

  h2:after {
    display: none
  }

  .num {
    font-size: 30px;
  }

  .icon ul li>div,
  .icon ul li>p {
    display: block;
  }

  .pic_left p,
  .pic_right2 p {
    font-size: 16px
  }

  .zone1 .img_zone:after,
  .zone2 .img_zone:after,
  .zone3 .img_zone:after,
  .zone4 .img_zone:after,
  .zone5 .img_zone:after {
    border-style: none;
  }

  .code_left {
    width: 100%;
    float: left;
  }

  .code_right {
    width: 100%;
    float: left;
  }

}

/* @media (max-width:480px){
  .banner_s {
   margin-top:40px;
}
} */
@media (max-width:320px) {
  .wow {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .wow.fad-left,
  .wow.fad-right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}