body {
  background-color: #e3e3e3;
}

.mt20 {
  margin-top: 20px;
}

div,
li,
ul {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
  border: 0;
}

li,
ul {
  list-style: none;
  text-transform: capitalize;
}

#banner {
  margin-bottom: -10px;
  padding-bottom: 10px;
  overflow: hidden;
}

#carousel {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  transform-style: preserve-3d;
  perspective: 300px;
  height: 360px;
}

#carousel img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -273px;
  transition: transform .5s ease-in-out;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 500px;
  border-radius: 10px;
  opacity: 0;
}

#bannerNav {
  position: relative;
  height: 10px;
  padding: 10px 0;
  text-align: center;
}

#bannerNav ul li {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  margin: 0 2px;
}

#bannerNav ul li a {
  margin: 0 auto;
  display: block;
  width: 6px;
  height: 6px;
  vertical-align: top;
  border-radius: 3px;
  background: #5e6671;
  font-size: 0;
}

#bannerNav ul li.on a {
  width: 20px;
}

#bannerNav ul li.on a,
#bannerNav ul li:hover a {
  background: #00aeff;
}

.bg_bxo {
  background-color: #f3f3f3;
}

.bgf3 {
  background-color: #fff;
}

.bg_bxo::before {
  display: block;
  position: absolute;
  content: "";
  top: 90px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  z-index: -1;
  pointer-events: none;
}

.head a {
  line-height: 90px;
  color: #333;
  border-left: 1px solid #b1b1b1;
  padding: 0 10px;
}

.head a:nth-child(2), .head a:first-child {
  border: none;
  padding-left: 0;
  margin-left: 30px;
}

.head a:hover {
  color: #E60012;
}

.accordion {
  width: 60%;
  max-width: 360px;
  margin: 15px auto 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.accordion .link {
  background-color: #E60012;
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #ffff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
}

.accordion li.open i {
  color: #fff;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 8px;
  padding-left: 15px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}

.dati_btn {
  line-height: 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: 250px;
  display: block;
  margin: 10px auto 20px;
  text-align: center;
  font-size: 16px;
}

.pc_box {
  width: 670px;
  margin: 35px auto 15px;
}

.pc_box ul {
  font-size: 18px;
  line-height: 32px;
}

.m_box {
  margin: 15px auto;
}

.m_box ul {
  font-size: 16px;
  line-height: 25px;
}

.one_dabox {
  margin: 30px auto;
}

.one_dabox h2 {
  color: #333;
  padding-bottom: 10px;
  width: 300px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.one_dabox p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 0 20px;
  width: 70%;
  margin: 20px auto;
}

.one_dabox .img_box {
  text-align: center;
}

.one_dabox .img_box ul {
  display: inline-block;
}

.one_dabox .img_box ul li {
  float: left;
  margin-bottom: 20px;
  text-align: center;
}

.one_dabox .img_box ul li img {
  max-width: 380px;
  width: 80%;
  box-shadow: 3px 4px 20px #909090;
}

@media (max-width: 760px) {
  .one_dabox p {
    width: 90%;
  }
  .zja_tt {
    width: 20%;
    text-align: center;
    background-color: #333;
    color: #fff;
  }
  .zja_tt h3 {
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }
  .zja_tt a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zja_tt a:hover, .zja_tt a.curr {
    color: #ef0012;
    background-color: #f5f5f5;
  }
  .one_dabox .img_box ul li {
    width: 100%;
  }
  .one_dabox .img_box ul li img {
    height: auto;
  }
  .one_btn {
    width: 20%;
    height: 7%;
    position: absolute;
    top: 88%;
    display: block;
    left: 60%;
  }
  .two_btn {
    width: 23%;
    height: 7%;
    position: absolute;
    top: 80%;
    display: block;
    left: 68%;
  }
  .three_btn {
    width: 18%;
    height: 7%;
    position: absolute;
    top: 72%;
    display: block;
    left: 75%;
  }
  .four_btn {
    width: 20%;
    height: 6%;
    position: absolute;
    top: 17%;
    display: block;
    left: 9%;
  }
  .five_btn {
    width: 24%;
    height: 6%;
    position: absolute;
    top: 9%;
    display: block;
    left: 13%;
  }
  .six_btn {
    width: 14%;
    height: 6%;
    position: absolute;
    top: 65%;
    display: block;
    left: 85%;
  }
  .seven_btn {
    width: 15%;
    height: 6%;
    position: absolute;
    top: 2%;
    display: block;
    left: 63%;
  }
  .eight_btn {
    width: 16%;
    height: 7%;
    position: absolute;
    top: 9%;
    display: block;
    left: 72%;
  }
}

.vide_box ul {
  margin-left: -5%;
}

.vide_box ul li {
  width: 45%;
  float: left;
  margin-left: 5%;
  margin-bottom: 20px;
  height: 320px;
}

.vide_box ul li video {
  width: 100%;
  border: 1px solid #b1b1b1;
}

.m_vibox ul {
  padding: 15px;
}

.m_vibox ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.m_vibox ul li video {
  width: 100%;
  border: 1px solid #b1b1b1;
}

.cur {
  color: #ef0012 !important;
}

.flot_bt {
  position: fixed;
  top: 30%;
  right: 0;
}

.pos_sty {
  position: absolute;
  z-index: 99;
  display: none;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.pos_sty.one {
  left: 972px;
  top: 162px;
  width: 95px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.two {
  left: 893px;
  top: 411px;
  width: 84px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.three {
  left: 959px;
  top: 224px;
  width: 106px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.four {
  left: 143px;
  top: 203px;
  width: 90px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.five {
  left: 227px;
  top: 128px;
  width: 85px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.six {
  left: 945px;
  top: 284px;
  width: 88px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.seven {
  left: 130px;
  top: 361px;
  width: 103px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty.eight {
  left: 185px;
  top: 282px;
  width: 81px;
  line-height: 20px;
  font-size: 12px;
}

.pos_sty p {
  background-color: #f5f5f5;
  padding: 5px;
}

.shi_sty {
  text-align: center;
  width: 125px;
  margin: 30px auto;
}

.short-divide {
  width: 4%;
  height: 2px;
  margin: 15px auto 30px;
  background-color: #841718;
}

.mb30 {
  margin-bottom: 30px;
}

@media (min-width: 761px) {
  .zja_tt {
    width: 260px;
    text-align: center;
    background-color: #333;
    color: #fff;
    height: 395px;
  }
  .zja_tt h3 {
    padding: 10px;
    text-align: left;
  }
  .zja_tt a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .zja_tt a:hover, .zja_tt a.curr {
    color: #ef0012;
    background-color: #f5f5f5;
  }
}
