@charset "utf-8";
@media only screen and (min-width: 2000px) {
  body {
    zoom: 1.3;
  }
}

@media only screen and (min-width: 800px) {
  body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
  }

  body::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #fff;
  }

  body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #88191E;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-word-break: normal !important;
  word-break: normal !important;
  word-wrap: break-word !important;
}

html,
body {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;

  width: 100%;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 12px;
}

body {
  color: #000;
  font-family: "Arial", "sans-serif";
}

@font-face {
  font-family: "ziti";
  src: url("http://www.hongfaedu.com/phone/fonts/DINCond-Bold.eot");
  src: local("☺"),
    url("http://www.hongfaedu.com/phone/fonts/DINCond-Bold.woff") format("woff"),
    url("../font/DINCond-Bold.ttf") format("truetype"),
    url("http://www.hongfaedu.com/phone/fonts/DINCond-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ziti1";
  src: url("http://www.hongfaedu.com/phone/fonts/DIN-Bold.eot");
  src: local("☺"),
    url("http://www.hongfaedu.com/phone/fonts/DIN-Bold.woff") format("woff"),
    url("../font/DIN-Bold.ttf") format("truetype"),
    url("http://www.hongfaedu.com/phone/fonts/DIN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

::after,
::before {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select {
  font-family: "Arial", "Microsoft YaHei";
  font-size: 12px;
  outline: none;
  appearance: none;

  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
}

.wrap1 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
}

.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.donghua {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.en {
  text-transform: uppercase;
}

.md {
  position: absolute;
  bottom: 55px;
}

.nothing {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #737373;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(http://www.hongfaedu.com/phone/img/share/icons_0_16.png?v=ba7acbd3.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}

.imgbox {
  overflow: hidden;
  position: relative;
  display: block;
}

.out-box {
  overflow: hidden;
  position: relative;
  background-color: #fbf8ef;
}

.btn {
  outline: none;
  cursor: pointer;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  position: absolute;
  right: 0;
  top: 0;
}

.swiperbtn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  outline: none;
  cursor: pointer;
}

.swiperbtn:after {
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000 transparent transparent #000000;
  position: absolute;
  left: 50%;
  top: 50%;
}

.swiperbtn.prev:after {
  transform: translateY(-50%) rotate(-45deg);
  margin-left: -3px;
}

.swiperbtn.next:after {
  transform: translateY(-50%) rotate(135deg);
  margin-left: -10px;
}
.dright .img-common {
  background-image: url(../images/navbg.png) !important;
}

.headerbox .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 111;
  transition: all 0.5s ease;
}

.headerbox .header .logo {
  position: relative;
  display: block;
  float: left;
  height: 90px;
  margin-left: 4%;
  width: 260px;
}

.headerbox .header .logo img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.headerbox .header .logo img.img2 {
  display: none;
}

.headerbox .header .mmbtn {
  float: right;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 11;
  cursor: pointer;
  background-color: #88191E;
  transition: all 0.5s ease;
}

.headerbox .header .mmbtn .line {
  width: 33px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.headerbox .header .mmbtn .line.l1 {
  margin-top: -8px;
}

.headerbox .header .mmbtn .line.l3 {
  margin-top: 8px;
}

.headerbox .header .tosearch {
  width: 90px;
  height: 90px;
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/sico_03.png);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.headerbox .header .nav-list {
  float: right;
  margin-right: 55px;
  display: flex;
  flex-wrap: nowrap;
}

.headerbox .header .nav-list .lin {
  height: 90px;
  margin: 0 25px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
}

.headerbox .header .nav-list .lin:after {
  content: "";
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(left, #af251c, #ef8001);

  background: -o-linear-gradient(right, #af251c, #ef8001);

  background: -moz-linear-gradient(right, #af251c, #ef8001);

  background: linear-gradient(to right, #af251c, #ef8001);

  position: absolute;
  left: 0;
  bottom: 0;
}

.headerbox .header .nav-list .lin.on:after {
  width: 100%;
}

.headerbox .header .nav-list .lin .cn {
  color: #fff;
}

.headerbox .header .nav-list .lin .en {
  display: none;
}

.headerbox.down .header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.headerbox.down .header .logo img.img1 {
  display: none;
}

.headerbox.down .header .logo img.img2 {
  display: block;
}

.headerbox.down .header .tosearch {
  background-color: #ebebeb;
  background-image: url(../images/dsico_03.png);
  border: 1px solid transparent;
}

.headerbox.down .header .nav-list .lin .cn {
  color: #232323;
}

.headerbox.down .header .nav-list .lin.on .en {
  color: #8f8f8f;
}

.headerbox .header .nav-list .lin .down-menu {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  transition: all 0.5s ease;
  transform-origin: left top;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.headerbox .header .nav-list .lin:hover .down-menu {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.headerbox .header .nav-list .lin .down-menu .dleft {
  width: 50%;
  background: #2f2f2f;
  text-align: right;
}

.headerbox .header .nav-list .lin .down-menu .dleft .theme {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  vertical-align: top;
  padding-top: 90px;
  padding-right: 50px;
}

.headerbox .header .nav-list .lin .down-menu .dleft .dnav {
  width: 350px;
  display: inline-block;
  min-height: 370px;
  padding: 40px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.headerbox .header .nav-list .lin .down-menu .dleft .dnav .mm {
  text-align: left;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #fff;
}

.headerbox .header .nav-list .lin .down-menu .dleft .dnav .mm:hover {
  color: #88191E;
}

.headerbox .header .nav-list .lin .down-menu .dright {
  width: 50%;
  background-color: #88191E;
  position: relative;
}

.headerbox .header .nav-list .lin .down-menu .dright .dimg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.headerbox .header .nav-list .lin .down-menu .dright .dimg:after {
  content: "";
  width: 180px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  transform: skew(-45deg) rotate(-45deg);
  -webkit-transform: skew(-45deg) rotate(-45deg);
  -moz-transform: skew(-45deg) rotate(-45deg);
  -ms-transform: skew(-45deg) rotate(-45deg);
  -o-transform: skew(-45deg) rotate(-45deg);
  position: absolute;
  right: 180px;
  bottom: 30px;
}

.headerbox .header .nav-list .lin .down-menu .dright .enclassname {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "ziti";
  position: absolute;
  top: 70px;
  left: 230px;
  z-index: 11;
  text-transform: uppercase;
}

.headerbox .header .nav-list .lin .down-menu .dright .bb {
  width: 180px;
  height: 50px;
  background-color: #f08200;
  transform: skew(-45deg) rotate(-45deg);
  -webkit-transform: skew(-45deg) rotate(-45deg);
  -moz-transform: skew(-45deg) rotate(-45deg);
  -ms-transform: skew(-45deg) rotate(-45deg);
  -o-transform: skew(-45deg) rotate(-45deg);
  position: absolute;
  right: 200px;
  bottom: 50px;
}

.phone-menu {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 111;
  width: 94%;
  max-width: 1600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scaleY(0);
  visibility: hidden;
}

.phone-menu[data-on="on"] {
  transform: translate(-50%, -50%) scaleY(1);
  visibility: visible;
}

.phone-menu .h1 {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 0;
  background-color: #88191E;
  color: #fff;
  position: relative;
}

.phone-menu .h1 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.phone-menu .h1 .close:before {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.phone-menu .h1 .close:after {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.phone-menu .pnav {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.phone-menu .pnav .nitem {
  width: 20%;
}

.phone-menu .pnav .nitem .ntitle {
  color: #191919;
  margin: 0 2% 20px 2%;
  padding-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #888;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.phone-menu .pnav .nitem .menu .mm {
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .headerbox .header .nav-list .lin:hover:after {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .headerbox .header .nav-list {
    margin-right: 30px;
  }
  .headerbox .header .nav-list .lin {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1360px) {
  .headerbox .header {
    height: 70px;
  }
  .headerbox .header .logo {
    width: 172px;
    height: 70px;
  }
  .headerbox .header .nav-list .lin {
    height: 70px;
  }
  .headerbox .header .tosearch {
    width: 70px;
    height: 70px;
  }
  .headerbox .header .mmbtn {
    width: 70px;
    height: 70px;
  }
  .headerbox .header .nav-list .lin .down-menu {
    top: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .headerbox .header {
    height: 60px;
  }
  .headerbox .header .logo {
    width: 146px;
    height: 60px;
  }
  .headerbox .header .nav-list {
    display: none;
  }
  .headerbox .header .tosearch {
    width: 60px;
    height: 60px;
  }
  .headerbox .header .mmbtn {
    width: 60px;
    height: 60px;
  }
  .headerbox .header .nav-list .lin .down-menu {
    top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .headerbox .header {
    height: 50px;
  }
  .headerbox .header .logo {
    width: 121px;
    height: 50px;
  }
  .headerbox .header .nav-list {
    display: none;
  }
  .headerbox .header .tosearch {
    width: 50px;
    height: 50px;
  }
  .headerbox .header .mmbtn {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .headerbox .header .mmbtn .line {
    width: 25px;
  }
  .phone-menu {
    left: auto;
    right: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: auto;
    transform: translate(100%, 0%) scaleY(1);
    -webkit-transform: translate(100%, 0%) scaleY(1);
    -moz-transform: translate(100%, 0%) scaleY(1);
    -ms-transform: translate(100%, 0%) scaleY(1);
    -o-transform: translate(100%, 0%) scaleY(1);
  }
  .phone-menu[data-on="on"] {
    transform: translate(0%, 0%) scaleY(1);
  }
  .phone-menu .h1 {
    display: none;
  }
  .phone-menu .pnav {
    padding: 3%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .phone-menu .pnav .nitem {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .phone-menu .pnav .nitem .click {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
  }
  .phone-menu .pnav .nitem .click:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #000 #000 transparent transparent;
    position: absolute;
    right: 3%;
    top: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .phone-menu .pnav .nitem[data-on="on"] .click:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .phone-menu .pnav .nitem .ntitle {
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    position: relative;
    z-index: 11;
    font-size: 14px;
  }
  .phone-menu .pnav .nitem .menu {
    display: none;
  }
  .phone-menu .pnav .nitem[data-on="on"] .menu {
    display: block;
  }
  .phone-menu .pnav .nitem .menu .mm {
    text-align: left;
  }
}

.inbanner-swiper {
  position: relative;
}

.inbanner-swiper .swiper-wrapper .swiper-slide .banner {
  padding-top: calc(950 / 1915 * 100%);
  display: block;
}

.inbanner-swiper .swiper-wrapper .swiper-slide .banner.phone {
  display: none;
}

.inbanner-swiper .controls {
  position: absolute;
  right: 15%;
  bottom: 100px;
  z-index: 11;
  display: flex;
  align-items: center;
}

.inbanner-swiper .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #88191E;
  position: relative;
}
.inbanner-swiper .inbanner-prev::after {
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #88191E #88191E transparent transparent;
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.inbanner-swiper .inbanner-next::after {
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #88191E #88191E transparent transparent;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.inbanner-swiper .btn.inbanner-prev::after {
  border-color: transparent transparent #88191E #88191E;
}

.inbanner-swiper .btn.inbanner-next {
  margin-left: -1px;
}

.inbanner-swiper .controls .inbanner-pagination {
  margin-left: 10px;
  white-space: nowrap;
}

.inbanner-swiper .controls .inbanner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s;
}

.inbanner-swiper
  .controls
  .inbanner-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #88191E;
}

@media only screen and (max-width: 1280px) {
  .inbanner-swiper .controls {
    right: 10%;
    bottom: 80px;
  }
  .inbanner-swiper .btn {
    width: 40px;
    height: 40px;
  }
  .inbanner-swiper .btn::after {
    width: 12px;
    height: 12px;
  }
}

@media only screen and (max-width: 414px) {
  .inbanner-swiper .swiper-wrapper .swiper-slide .banner {
    padding-top: 300px;
  }
}

.innews-box {
  max-width: 1400px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 11;
  padding-top: 90px;
  padding-bottom: 100px;
}

.innews-box .scroll {
  cursor: pointer;
  padding-bottom: 88px;
  position: relative;
  font-size: 14px;
  color: #88191E;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 666;
}

.innews-box .scroll span {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.innews-box .scroll span:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.innews-box .scroll span:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.innews-box .inbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.innews-box .inbox .theme {
  width: 190px;
}

.innews-box .inbox .theme .cn {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
}

.innews-box .inbox .theme .cn span {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #88191E;
}

.innews-box .inbox .theme .cn span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #88191E #88191E transparent transparent;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.innews-box .inbox .theme .en {
  font-size: 48px;
  color: #e6e6e6;
  font-family: "ziti";
}

.innews-box .inbox .innews-swiper {
  width: calc(100% - 190px);
}

.innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide {
  padding: 0 30px;
  cursor: pointer;
}

.innews-box
  .inbox
  .innews-swiper
  .swiper-wrapper
  .swiper-slide:not(:nth-child(3)) {
  border-right: 1px solid #e8e8e8;
}

.innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide .addtime {
  font-size: 12px;
  color: #5f5e5e;
  margin-bottom: 10px;
}

.innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide .title {
  font-size: 15px;
  color: #222222;
  margin-bottom: 30px;
  height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide .more {
  font-size: 12px;
  color: #88191E;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .innews-box {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .innews-box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .innews-box .inbox {
    display: block;
  }
  .innews-box .inbox .theme {
    display: block;
    margin-bottom: 5%;
  }
  .innews-box .inbox .theme .cn {
    margin-bottom: 3%;
  }
  .innews-box .inbox .theme .en {
    font-size: 30px;
  }
  .innews-box .inbox .innews-swiper {
    width: 100%;
  }
  .innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 414px) {
  .innews-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .innews-box
    .inbox
    .innews-swiper
    .swiper-wrapper
    .swiper-slide:not(:nth-child(3)) {
    border-right: none;
  }
  .innews-box .inbox .innews-swiper .swiper-wrapper .swiper-slide .title {
    margin-bottom: 5%;
  }
}

.inblock-box {
  padding-top: 120px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}

.inblock-box .theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 54px;
  position: relative;
}

.inblock-box .theme:after {
  content: "";
  width: 1px;
  height: 90px;
  background-color: #e77817;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 15px;
}

.inblock-box .theme .en {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.35);
}

.inblock-box .theme .en span {
  display: inline-block;
  padding: 0 10px;
}

.inblock-box .theme .cn {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.inblock-box .inblock-swiper {
  padding-top: 36px;
  margin: 0 4%;
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide {
  opacity: 0.7;
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(-36px);
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide .imgbox .bimg {
  padding-top: calc(365 / 390 * 100%);
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide .text {
  padding: 20px 25px 40px 25px;
  position: relative;
  background: -webkit-linear-gradient(left, #af251c, #e77817);

  background: -o-linear-gradient(right, #af251c, #e77817);

  background: -moz-linear-gradient(right, #af251c, #e77817);

  background: linear-gradient(to right, #af251c, #e77817);
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide .text .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.inblock-box .inblock-swiper .swiper-wrapper .swiper-slide .text .demo {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  height: 66px;
}

.inblock-box
  .inblock-swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .text
  .jia {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}

.inblock-box
  .inblock-swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .text
  .jia:before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #af251c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inblock-box
  .inblock-swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .text
  .jia:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #af251c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.inblock-box .inblock-swiper .btn {
  background-color: rgba(33, 33, 33, 0.9);
  position: absolute;
  top: 50%;
  z-index: 11;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
}

.inblock-box .inblock-swiper .btn.inblock-prev {
  margin-left: -480px;
  background-image: url(../images/yjt_03.png);
}

.inblock-box .inblock-swiper .btn.inblock-next {
  margin-left: 480px;
  background-image: url(../images/yjt_05.png);
}

.inblock-box .inblock-swiper .function {
  margin-top: 40px;
}

.inblock-box .inblock-swiper .function .play {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.inblock-box .inblock-swiper .function .play:before {
  content: "";
  width: 3px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -3px;
}

.inblock-box .inblock-swiper .function .play[data-on="on"]:before {
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
  background-color: transparent;
  margin-left: 3px;
}

.inblock-box .inblock-swiper .function .play:after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin-right: -3px;
}

.inblock-box .inblock-swiper .function .play[data-on="on"]:after {
  display: none;
}

.inblock-box .inblock-swiper .function .inblock-pagination {
  width: auto;
  font-size: 24px;
  color: #fff;
}

.inblock-box
  .inblock-swiper
  .function
  .inblock-pagination
  .swiper-pagination-current {
  font-size: 36px;
}

@media only screen and (max-width: 1360px) {
  .inblock-box {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .inblock-box {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .inblock-box .theme {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .inblock-box {
    padding-top: 40px;

    margin-bottom: 5%;
  }
  .inblock-box .inblock-swiper .btn {
    display: none;
  }
  .inblock-box .theme .en {
    font-size: 24px;
  }
  .inblock-box .theme .cn {
    font-size: 20px;
  }
  .inblock-box .theme {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 414px) {
  .inblock-box {
    margin: 0 auto 5%;
  }
  .inblock-box .theme .en {
    font-size: 20px;
  }
  .inblock-box .theme .cn {
    font-size: 18px;
  }
  .inblock-box .theme {
    margin-bottom: 5%;
  }
  .inblock-box .theme:after {
    display: none;
  }
}

.incompany {
  position: relative;
  margin-bottom: 50px;
}

.incompany .banner {
  position: relative;
  max-width: 880px;
}

.incompany .banner .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 100%;
  background-color: rgba(136,25,30, 0.7);
  overflow: hidden;
}

.incompany .banner .link:after {
  content: "";
  width: 80px;
  height: 130px;
  position: absolute;
  right: 0px;
  bottom: 30px;
  background-color: #e89026;
  transform: translate(50%, 50%) rotate(32deg);
}

.incompany .banner .link .btn {
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  color: #88191E;
}
.incompany .banner .link:hover .btn {
  background: #e89026;
  color: #fff;
}
.incompany .banner .cimg {
  display: block;
  padding-top: calc(540 / 880 * 100%);
}

.incompany .text {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 700px;
  background-color: #fff;
  padding: 70px 50px;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: hidden;
}

.incompany .text .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.incompany .text .content {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 2;
}

.out-bg.index {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .incompany .text {
    position: relative;
    transform: translateY(0);
    max-width: none;
    padding: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .incompany {
    margin-bottom: 5%;
  }
  .incompany .text {
    padding: 6%;
  }
  .incompany .banner .link {
    width: 100px;
  }
  .incompany .banner .link .btn {
    width: 40px;
    height: 40px;
  }
  .incompany .text .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .out-bg.index {
    padding-bottom: 0;
  }
}

.inban-swiper {
  padding: 60px;
  max-width: 1520px;
}

.inban-swiper .swiper-wrapper .swiper-slide {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd transparent #dddddd #dddddd;
}

.inban-swiper .swiper-wrapper .swiper-slide:last-child {
  border-color: #dddddd;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox {
  padding-top: calc(360 / 270 * 100%);
  cursor: pointer;
  background-color: #fff;
  position: relative;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox {
  text-align: center;
  position: relative;
  z-index: 77;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico {
  width: 90px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 40px;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico.i2 {
  display: none;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 40px;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .content {
  font-size: 16px;
  color: #ffffff;
  display: none;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .en {
  font-size: 22px;
  color: #e6e6e6;
  line-height: 24px;
  font-family: "ziti";
  padding-bottom: 20px;
  position: relative;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .en:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .more {
  display: none;
  font-size: 14px;
  color: #ffffff;
  padding-right: 60px;
  line-height: 40px;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(../images/mico_03.png);
}

@media only screen and (min-width: 601px) {
  .inban-swiper .swiper-wrapper .swiper-slide .outbox:hover .bbox {
    transform: scale(1.2);
    z-index: 55;
    background-color: #88191E;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox:hover .bbox .banner {
    opacity: 1;
    visibility: visible;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .ico.i1 {
    display: none;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .ico.i2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .title {
    color: #fff;
    margin-bottom: 20px;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .content {
    display: block;
    margin-bottom: 40px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox:hover .bbox .inbox .en {
    color: rgba(255, 255, 255, 0.35);
    padding-bottom: 0;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .en:after {
    display: none;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox:hover .bbox .inbox .more {
    display: inline-block;
  }
}

@media only screen and (max-width: 1660px) {
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico.i2 {
    margin-bottom: 0;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .title {
    margin-bottom: 12px;
  }
  .inban-swiper
    .swiper-wrapper
    .swiper-slide
    .outbox:hover
    .bbox
    .inbox
    .content {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1440px) {
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico {
    width: 72px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .title {
    font-size: 22px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .content {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox:hover .bbox .inbox .en {
    font-size: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inban-swiper {
    padding: 40px 0;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .title {
    font-weight: normal;
  }
}

@media only screen and (max-width: 414px) {
  .inban-swiper .swiper-wrapper .swiper-slide .outbox {
    padding-top: calc(360 / 270 * 88%);
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox {
    z-index: 55;
    background-color: #88191E;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .banner {
    opacity: 1;
    visibility: visible;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico.i1 {
    display: none;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .ico.i2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .title {
    color: #fff;
    margin-bottom: 20px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .content {
    display: block;
    margin-bottom: 40px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .en {
    color: rgba(255, 255, 255, 0.35);
    padding-bottom: 0;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .en:after {
    display: none;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .more {
    display: inline-block;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .title {
    margin-bottom: 12px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .content {
    margin-bottom: 24px;
  }
  .inban-swiper .swiper-wrapper .swiper-slide .outbox .bbox .inbox .en {
    font-size: 20px;
    margin-bottom: 0;
  }
  .inban-swiper {
    padding: 5% 4%;
    width: 100%;
  }
}

.allpage-banner {
  position: relative;
  overflow: hidden;
}

.allpage-banner .abdiv {
  width: 100%;
}

.allpage-banner .abanner {
  height: 650px;
  position: relative;
  min-height: 280px;
}

@media only screen and (max-width: 1440px) {
  .allpage-banner .abanner {
    height: 570px;
  }
}

@media only screen and (max-width: 1280px) {
  .allpage-banner .abanner {
    height: 458px;
  }
}

@media only screen and (max-width: 1024px) {
  .allpage-banner .abanner {
    height: 336px;
  }
}

@media only screen and (max-width: 768px) {
  .allpage-banner .abanner {
    height: 300px;
  }
}

@media only screen and (max-width: 414px) {
  .allpage-banner .abanner {
    height: 280px;
  }
}

.page-box .page-fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 30px;
}

.page-box .page-fly .f-right {
  font-size: 14px;
  color: #2b2b2b;
  margin-right: 36px;
}

.page-box .page-fly .btn {
  width: 30px;
  height: 30px;
  background-color: #f3f3f3;
  margin: 0 4px;
  text-align: center;
  font-size: 14px;
  color: #484848;
}

.page-box .page-fly .btn.on {
  background-color: #88191E;
  color: #fff;
}

.page-box .page-fly .totalnum {
  margin-left: 30px;
  font-size: 14px;
  color: #2b2b2b;
}

.page-box .page-fly .select {
  margin-left: 30px;
  padding-right: 40px;
  position: relative;
}

.page-box .page-fly .select input {
  width: 70px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
}

.page-box .page-fly .select .go {
  width: 40px;
  height: 30px;
  background-color: #88191E;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 601px) {
  .page-box .page-fly .btn:hover {
    background-color: #88191E;
    color: #fff;
  }
}

@media only screen and (max-width: 414px) {
  .page-box .page-fly {
    display: block;
    text-align: center;
  }
  .page-box .page-fly .f-right {
    display: none;
  }
  .page-box .page-fly .btn {
    display: inline-block;
  }
  .page-box .page-fly .totalnum {
    display: none;
  }
  .page-box .page-fly .select {
    display: none;
  }
}

.pathbox {
  border-bottom: 1px solid #e6e6e6;
}

.pathbox .path {
  max-width: 700px;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #88191E;
  font-size: 14px;
}

.pathbox .path .home {
  width: 80px;
  height: 80px;
  background-position: center;
  background-image: url(../images/home_03.png);
  background-repeat: no-repeat;
  background-color: #f08200;
}

.pathbox .path .index {
  width: calc(100% - 180px);
  text-align: right;
  line-height: 80px;
}

.pathbox .path .index a {
  color: #fff;
  padding-right: 46px;
  position: relative;
}

.pathbox .path .index a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}

.pathbox .path .index a span {
  padding-right: 50px;
  position: relative;
}

.pathbox .path .index a span:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pathbox .path .now {
  width: 125px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .pathbox .path .home {
    height: 60px;
    width: 60px;
  }
  .pathbox .path .index {
    width: calc(100% - 160px);
    line-height: 60px;
  }
  .pathbox .path .now {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .pathbox .path .home {
    height: 50px;
    width: 50px;
  }
  .pathbox .path .index {
    width: calc(100% - 150px);
    line-height: 50px;
  }
  .pathbox .path .now {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .pathbox .path .index {
    width: calc(100% - 50px);
  }
  .pathbox .path .index a:after {
    right: 20px;
  }
}

.main-common {
  max-width: 1660px;
  margin-right: 0;
  margin-top: -150px;
  position: relative;
  z-index: 11;
  background-color: #fff;
  background-position: left 80px;
  background-image: url(../images/bgv_02.png);
  background-repeat: no-repeat;
  margin-bottom: 115px;
}

.main-common .main-box {
  max-width: 1400px;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 80px;
  width: 92%;
}

@media only screen and (max-width: 1440px) {
  .main-common .main-box {
    margin-right: auto;
  }
}

.main-common .main-box .main-left {
  width: 300px;
  float: left;
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
}

.main-common .main-box .main-left:after {
  content: "";
  width: 1px;
  height: 200px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

.main-common .main-box .main-left .theme {
  margin-bottom: 170px;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

.main-common .main-box .main-left .theme .en {
  font-size: 48px;
  line-height: 1;
  color: #88191E;
  font-family: "ziti";
  margin-bottom: 10px;
}

.main-common .main-box .main-left .theme .cn {
  font-size: 26px;
  color: #343434;
}

.main-common .main-box .main-left .class-menu {
  padding-top: 50px;
  padding-bottom: 310px;
  background: -webkit-linear-gradient(top, #faf5ea, #f3ebdb);
  background: -o-linear-gradient(bottom, #faf5ea, #f3ebdb);
  background: -moz-linear-gradient(bottom, #faf5ea, #f3ebdb);
  background: linear-gradient(to bottom, #faf5ea, #f3ebdb);
  position: relative;
}

.main-common .main-box .main-left .class-menu:before {
  content: "";
  width: 560px;
  height: 107px;
  background-image: url(../images/qrt_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
}

.main-common .main-box .main-left .class-menu:after {
  content: "";
  width: 18px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/xx_03.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
}

.main-common .main-box .main-left .class-menu .indexpic {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-common .main-box .main-left .class-menu .cbt {
  padding: 0 20px 15px 20px;
  font-size: 18px;
  color: #88191E;
  font-weight: bold;
  border-bottom: 1px solid #ded8c9;
}

.main-common .main-box .main-left .class-menu .lic {
  position: relative;
  border-bottom: 1px solid #ded8c9;
}

.main-common .main-box .main-left .class-menu .lic:after {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #88191E;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-5%, 0);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.main-common .main-box .main-left .class-menu .lic .bt {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 14px;
  color: #545454;
  position: relative;
  z-index: 11;
  display: block;
}

.main-common .main-box .main-left .class-menu .lic.on:after {
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}

.main-common .main-box .main-left .class-menu .lic.on .bt {
  padding: 0 36px;
  color: #fff;
}

.main-common .main-box .main-right {
  width: calc(97% - 300px);
  float: right;
  max-width: 1030px;
  padding-top: 100px;
}

.main-common .main-box .main-right .inbox {
  max-width: 930px;
}

.main-common .main-box .main-right .inbox .about-menber {
  overflow: hidden;
}

@media only screen and (min-width: 601px) {
  .main-common .main-box .main-left .class-menu .lic:hover:after {
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
  }
  .main-common .main-box .main-left .class-menu .lic:hover .bt {
    padding: 0 36px;
    color: #fff;
  }
}

@media only screen and (max-width: 1360px) {
  .main-common {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-common {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-common {
    margin-top: 0;
    margin-bottom: 60px;
    background-image: none;
  }
  .main-common .main-box .main-left {
    display: none;
  }
  .main-common .main-box .main-right {
    width: 100%;
    float: none;
    max-width: none;
    padding-top: 50px;

    margin: 0 auto;
  }
  .main-common .main-box .main-right .inbox {
    max-width: none;
  }
  .main-common .main-box {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .main-common {
    margin-bottom: 5%;
  }
  .main-common .main-box .main-right {
    padding-top: 5%;
  }
  .main-common .main-box {
    padding-bottom: 5%;
  }
}

.about-intro .desc {
  font-size: 16px;
  color: #363636;
  line-height: 30px;
  margin-bottom: 70px;
}

.about-intro .list {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd #dddddd transparent #dddddd;
}

.about-intro .list .aitem {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
}

.about-intro .list .aitem .inbox {
  max-width: 820px;
  margin: 0 auto;
  width: 94%;
}

.about-intro .list .aitem .inbox .ico {
  width: 90px;
  float: left;
}

.about-intro .list .aitem .inbox .text {
  width: calc(97% - 90px);
  float: right;
  max-width: 700px;
}

.about-intro .list .aitem .inbox .text .title {
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-intro .list .aitem .inbox .text .content {
  font-size: 14px;
  color: #363636;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about-intro .list .aitem .inbox .text[data-on="on"] .content {
  height: auto;
}

.about-intro .list .aitem .inbox .text .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  color: #88191E;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}

.about-intro .list .aitem .inbox .text[data-on="on"] .btn {
  color: #aeaeae;
}

.about-intro .list .aitem .inbox .text .btn:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #88191E;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-intro .list .aitem .inbox .text[data-on="on"] .btn:before {
  background-color: #aeaeae;
}

.about-intro .list .aitem .inbox .text .btn:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #88191E;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-intro .list .aitem .inbox .text[data-on="on"] .btn:after {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .about-intro .desc {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-intro .desc {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .about-intro .desc {
    margin-bottom: 5%;
  }
  .about-intro .list .aitem {
    padding: 3% 0;
  }
  .about-intro .list .aitem .inbox .ico {
    float: none;
    margin-bottom: 3%;
  }
  .about-intro .list .aitem .inbox .text {
    float: none;
    width: 100%;
    max-width: none;
  }
  .about-intro .list .aitem .inbox .text .content {
    margin-bottom: 3%;
  }
}

.about-menber .mitem {
  width: calc(97% / 2);
  max-width: 435px;
  margin-bottom: 60px;
  padding-top: 22px;
  position: relative;
  float: left;
  display: block;
}

.about-menber .mitem:nth-child(2n) {
  float: right;
}

.about-menber .mitem .title {
  font-size: 15px;
  color: #88191E;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
  border-radius: 50px;
  background-color: #f0e8d8;
  z-index: 11;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.about-menber .mitem .imgbox .mimg {
  padding-top: calc(280 / 435 * 100%);
}

@media only screen and (min-width: 601px) {
  .about-menber .mitem:hover .imgbox .mimg {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 1024px) {
  .about-menber .mitem {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 414px) {
  .about-menber .mitem {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
  .about-menber .mitem:nth-child(2n) {
    width: 100%;
    float: none;
  }
}

.about-honor {
  padding-bottom: 40px;
  position: relative;
}

.about-honor:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.about-honor .more {
  width: 40px;
  height: 40px;
  border: 1px solid #88191E;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: 11;
}

.about-honor .more::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-honor .more::after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-honor .hbox .year {
  width: 100%;
  max-width: 50%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 80px;
  position: relative;
  font-size: 30px;
  color: #88191E;
}

.about-honor .hbox .year:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.about-honor .hbox .year span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f8dcdc;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: 11;
}

.about-honor .hbox .year span:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #88191E;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-honor .hbox .hitem {
  margin-bottom: 30px;
  width: 100%;
  max-width: 50%;
  padding-right: 80px;
  margin-right: auto;
  margin-left: 0;
  position: relative;
}

.about-honor .hbox .hitem:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #c8c8c8;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

.about-honor .hbox .hitem .imgbox {
  max-width: 260px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: auto;
}

.about-honor .hbox .hitem .imgbox .himg {
  padding-top: calc(195 / 260 * 100%);
}

.about-honor .hbox .hitem .content {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 24px;
  text-align: right;
}

.about-honor .hbox .hitem:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 80px;
}

.about-honor .hbox .hitem:nth-child(2n) .imgbox {
  margin-right: auto;
  margin-left: 0;
}

.about-honor .hbox .hitem:nth-child(2n):after {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.about-honor .hbox .hitem:nth-child(2n) .content {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .about-honor .hbox {
    padding-left: 0;
  }
  .about-honor .hbox .year span {
    transform: translateX(0);
  }
  .about-honor .hbox .hitem {
    padding-right: 50px;
  }
  .about-honor .hbox .hitem:nth-child(2n) {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .about-honor .more {
    left: 20px;
  }
  .about-honor:after {
    left: 20px;
  }
  .about-honor .hbox .hitem {
    margin: 0;
    max-width: none;
    padding: 0;
    padding-left: 50px;
    margin-bottom: 50px;
  }
  .about-honor .hbox .hitem:after {
    display: none;
  }
  .about-honor .hbox .hitem:nth-child(2n):after {
    display: none;
  }
  .about-honor .hbox .hitem:nth-child(2n) {
    margin: 0;
    margin-bottom: 50px;
    text-align: left;
    padding: 0;
    padding-left: 50px;
  }
  .about-honor .hbox .hitem:nth-child(2n) .imgbox {
    margin-left: 0;
    margin-right: auto;
  }
  .about-honor .hbox .hitem .imgbox {
    margin-left: 0;
    margin-right: auto;
  }
  .about-honor .hbox .hitem .content {
    text-align: left;
  }
  .about-honor .hbox .year {
    max-width: none;
  }
}

@media only screen and (max-width: 414px) {
  .about-honor .hbox .year {
    margin-bottom: 5%;
  }
  .about-honor .hbox .hitem {
    margin-bottom: 5%;
  }
  .about-honor .hbox .hitem:nth-child(2n) {
    margin-bottom: 5%;
  }
}

.bigbanner {
  height: 650px;
}

.place-bg .block-list {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

.place-bg .block-list:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
}

.place-bg .block-list .lib {
  margin-bottom: 60px;
  position: relative;
  padding: 70px 0;
  z-index: 10;
}

.place-bg .block-list .lib .bimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 960px;
  height: 100%;
}

.place-bg .block-list .lib:nth-child(2n) .bimg {
  left: auto;
  right: 0;
}

.place-bg .block-list .lib .text {
  max-width: 660px;
  background-color: #fff;
  margin-right: 0;
  margin-left: auto;
  padding: 40px 60px;
}

.place-bg .block-list .lib:nth-child(2n) .text {
  margin-left: 0;
  margin-right: auto;
}

.place-bg .block-list .lib .text .entitle {
  font-size: 18px;
  color: #88191E;
  margin-bottom: 10px;
}

.place-bg .block-list .lib .text .cntitle {
  font-size: 30px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.place-bg .block-list .lib .text .demo {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 26px;
  margin-bottom: 30px;
}

.place-bg .block-list .lib .text .more {
  width: 170px;
  height: 45px;
  font-size: 14px;
  color: #88191E;
  border: 1px solid #88191E;
  font-family: "ziti";
}

@media only screen and (max-width: 1360px) {
  .bigbanner {
    height: 600px;
  }
}

@media only screen and (max-width: 1280px) {
  .bigbanner {
    height: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .bigbanner {
    height: 400px;
  }
  .place-bg .block-list {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .place-bg .block-list .lib {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .place-bg .block-list .lib .text .cntitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 414px) {
  .bigbanner {
    height: 260px;
  }
  .place-bg .block-list {
    padding-top: 5%;
    padding-bottom: 6%;
    width: 92%;
    margin: 0 auto;
  }
  .place-bg .block-list .lib {
    margin-bottom: 0;
    padding: 5% 0;
  }
  .place-bg .block-list .lib .wrap1 {
    width: 100%;
  }
  .place-bg .block-list .lib .bimg {
    position: relative;
    height: auto;
    padding-top: calc(420 / 960 * 100%);
  }
  .place-bg .block-list .lib .text {
    padding: 5%;
  }
  .place-bg .block-list .lib .text .cntitle {
    font-size: 20px;
    margin-bottom: 3%;
  }
  .place-bg .block-list:after {
    display: none;
  }
}

.block-view {
  margin-top: -150px;
  background-color: #fff;
  max-width: 1660px;
  margin-bottom: 120px;
}

.block-view .pathbox .path {
  max-width: 780px;
}

.block-view .pathbox .path .block-menu {
  width: 200px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.block-view .pathbox .path .block-menu .bnow {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #f08200;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.block-view .pathbox .path .block-menu .bnow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.block-view .pathbox .path .block-menu .menu {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f08200;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: left top;
  z-index: 110;
  padding: 15px 0;
}

.block-view .pathbox .path .block-menu[data-on="on"] .menu {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.block-view .pathbox .path .block-menu .menu .mm {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
}

.block-view .pathbox .path .index {
  width: calc(100% - 405px);
}

.block-view .viewbox {
  max-width: 1300px;
  margin-right: 100px;
  margin-left: auto;
  padding-top: 100px;
  position: relative;
}

.block-view .viewbox:after {
  content: "";
  width: 1px;
  height: 190px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e6e6e6;
}

.block-view .viewbox .theme {
  padding-left: 40px;
  margin-bottom: 80px;
}

.block-view .viewbox .theme .en {
  font-size: 48px;
  color: #916b8e;
  font-family: "ziti";
  margin-bottom: 10px;
}

.block-view .viewbox .theme .cn {
  font-size: 26px;
  color: #343434;
}

.block-view .viewbox .content {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 2;
  padding-bottom: 50px;
}

.block-view .viewbox .content.phone {
  display: none;
}

.block-view .viewbox .view-list {
  padding-bottom: 80px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.block-view .viewbox .view-list .liv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: calc(97% / 2);
  max-width: 630px;
  float: left;
  margin-bottom: 20px;
}

.block-view .viewbox .view-list .liv:nth-child(2n) {
  float: right;
}

.block-view .viewbox .view-list .liv .imgbox {
  width: 60%;
  overflow: hidden;
}

.block-view .viewbox .view-list .liv .imgbox .vimg {
  padding-top: calc(280 / 370 * 100%);
  transform: scale(1);
  transition: all 0.5s;
}

.block-view .viewbox .view-list .liv .text {
  width: 40%;
  border: 1px solid #e6e6e6;
  border-left: none;
}

.block-view .viewbox .view-list .liv .text .inbox {
  width: 94%;
  max-width: 190px;
}

.block-view .viewbox .view-list .liv .text .inbox .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 90px;
}

.block-view .viewbox .view-list .liv .text .inbox .more {
  font-size: 14px;
  color: #1d9eaf;
  font-weight: bold;
}

@media only screen and (min-width: 601px) {
  .block-view .viewbox .view-list .liv:hover .imgbox .vimg {
    transform: scale(1.1);
  }
  .block-view .pathbox .path .block-menu .menu .mm:hover {
    background-color: #88191E;
  }
}

@media only screen and (max-width: 1366px) {
  .block-view {
    margin-top: -100px;
    margin-bottom: 80px;
  }
  .block-view .viewbox {
    padding-top: 70px;
  }
  .block-view .viewbox {
    padding-top: 50px;
    width: 92%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1280px) {
  .block-view {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .block-view .pathbox .path .block-menu .bnow {
    height: 60px;
    line-height: 60px;
  }
  .block-view .viewbox .view-list .liv .imgbox {
    width: ;
  }
}

@media only screen and (max-width: 1024px) {
  .block-view {
    margin-top: 0;
  }
  .block-view .viewbox {
    padding-top: 5%;
  }
  .block-view .viewbox .theme .en {
    font-size: 36px;
  }
  .block-view .viewbox .theme .cn {
    font-size: 20px;
  }
  .block-view .viewbox .theme {
    margin-bottom: 30px;
  }
  .block-view .viewbox:after {
    display: none;
  }
  .block-view .viewbox .theme {
    padding-left: 0;
  }
  .block-view .pathbox .path .block-menu .bnow {
    height: 50px;
    line-height: 50px;
  }
  .block-view .viewbox .view-list .liv .text .inbox .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 800px) {
  .block-view .viewbox .view-list .liv {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .block-view .viewbox .view-list .liv:nth-child(2n) {
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .block-view .pathbox .path .index {
    display: none;
  }
  .pathbox .path .now {
    display: none;
  }
  .block-view .pathbox .path .block-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .block-view {
    margin-bottom: 5%;
  }
  .block-view .viewbox .theme {
    margin-bottom: 5%;
  }
  .block-view .viewbox .content {
    padding-bottom: 5%;
  }
  .block-view .viewbox .view-list .liv {
    width: 100%;
    float: none;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .block-view .viewbox .view-list .liv .imgbox {
    width: 100%;
  }
  .block-view .viewbox .view-list .liv .text {
    width: 100%;
    padding: 3% 0;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .block-view .viewbox .view-list .liv .text .inbox {
    max-width: none;
  }
  .block-view .viewbox .view-list .liv .text .inbox .title {
    margin-bottom: 5%;
  }
  .block-view .viewbox .view-list .liv:nth-child(2n) {
    float: none;
  }
  .block-view .viewbox .content.pc {
    display: none;
  }
  .block-view .viewbox .content.phone {
    display: block;
  }
}

.news-list {
  overflow: hidden;
  position: relative;
  padding-bottom: 46px;
}

.news-list .lin {
  padding: 40px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-list .lin .imgbox {
  width: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
}

.news-list .lin .imgbox .nimg {
  padding-top: calc(190 / 300 * 100%);
}

.news-list .lin .textbox {
  width: calc(100% - 300px);
  position: relative;
}

.news-list .lin .textbox .text {
  width: 94%;
  max-width: 510px;
  position: relative;
}

.news-list .lin .textbox .text .title {
  font-size: 18px;
  color: #363636;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}

.news-list .lin .textbox .text .demo {
  font-size: 15px;
  color: #797979;
  line-height: 30px;
  height: 60px;
  margin-bottom: 30px;
}

.news-list .lin .textbox .time {
  font-size: 18px;
  color: #88191E;
  line-height: 23px;
  font-weight: bold;
}

.news-list .lin .textbox .text .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 23px;
  background: url(../images/new_icon.png) no-repeat;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 601px) {
  .news-list .lin:hover {
    background-color: #f5f5f5;
  }
  .news-list .lin:hover .imgbox .nimg {
    transform: scale(1.1);
  }
  .news-list .lin:hover .textbox .text .title {
    color: #88191E;
  }
  .news-list .lin:hover .textbox .time {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(http://www.hongfaedu.com/phone/images/neye_03_03.png);
  }
  .news-list .lin:hover .textbox .text .icon {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .news-list .lin {
    padding: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .news-list .lin {
    padding: 0;
    padding-bottom: 10%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .news-list .lin .imgbox {
    width: 100%;
    margin-bottom: 3%;
  }
  .news-list .lin .textbox {
    width: 100%;
  }
  .news-list .lin .textbox .text {
    width: 100%;
  }
  .news-list .lin .textbox .text .demo {
    margin-bottom: 3%;
  }
  .news-list {
    padding-bottom: 3%;
  }
}

.news-list .lit {
  width: calc(97% / 2);
  float: left;
  max-width: 446px;
  margin-bottom: 40px;
  display: block;
  border: 1px solid #e0e0e0;
}

.news-list .lit:nth-child(2n) {
  float: right;
}

.news-list .lit .textbox {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #e0e0e0;
}

.news-list .lit .textbox .date {
  width: 100px;
  text-align: center;
  color: #88191E;
  border-right: 1px solid #e0e0e0;
  padding: 10px 0;
}

.news-list .lit .textbox .date .day {
  font-size: 60px;
  line-height: 1;
  font-family: "ziti";
}

.news-list .lit .textbox .date .time {
  font-size: 16px;
}

.news-list .lit .textbox .text {
  width: calc(100% - 100px);
}

.news-list .lit .textbox .text .title {
  font-size: 18px;
  color: #303030;
  line-height: 30px;
  width: 90%;
}

.news-list .lit .more {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: "ziti1";
  font-size: 14px;
  color: #afafaf;
  position: relative;
}

.news-list .lit .more span {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 26px;
  height: 6px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/jt_03.png);
  background-size: cover;
}

@media only screen and (min-width: 601px) {
  .news-list .lit:hover {
    border: 1px solid #88191E;
  }
  .news-list .lit:hover .textbox .text .title {
    color: #88191E;
  }
}

@media only screen and (max-width: 414px) {
  .news-list .lit {
    width: 100%;
    margin-bottom: 5%;
  }
}

.news-list .lic {
  width: calc(97% / 2);
  float: left;
  max-width: 456px;
  display: block;
  margin-bottom: 40px;
}

.news-list .lic:nth-child(2n) {
  float: right;
}

.news-list .lic .imgbox .nimg {
  padding-top: calc(270 / 456 * 100%);
}

.news-list .lic .title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  position: relative;
}

.news-list .lic .title:after {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #f08200;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 601px) {
  .news-list .lic:hover .imgbox .nimg {
    transform: scale(1.1);
  }
  .news-list .lic:hover .title:after {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .news-list .lic {
    width: 100%;
    margin-bottom: 5%;
  }
}

.news-list .lim {
  width: calc((100% - 200px) / 3);
  float: left;
  margin-right: 100px;
  margin-bottom: 50px;
}

.news-list .lim:nth-child(3n) {
  margin-right: 0;
}

.news-list .lim .imgbox {
  margin-bottom: 20px;
  position: relative;
}

.news-list .lim .imgbox .nimg {
  padding-top: calc(300 / 246 * 100%);
}

.news-list .lim .imgbox .more {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 110px;
  text-align: center;
  transform: translate(-50%, -50%);
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #ffffff;
  font-family: "ziti";
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.news-list .lim .title {
  font-size: 24px;
  color: #242424;
}

.news-list .lim .desc {
  font-size: 16px;
  color: #242424;
  line-height: 30px;
  margin-bottom: 10px;
}

.news-list .lim .demo {
  font-size: 15px;
  color: #878787;
  line-height: 2;
}

@media only screen and (min-width: 601px) {
  .news-list .lim:hover .imgbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .news-list .lim:hover .imgbox .more {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 414px) {
  .news-list .lim {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.nview-bg .titlebox {
  padding-bottom: 36px;
}

.nview-bg .titlebox {
  padding-bottom: 36px;
  border-bottom: 2px solid #ebebeb;
}

.nview-bg .titlebox .date {
  width: 80px;
  float: left;
  border-right: 1px solid #e6e6e6;
  color: #88191E;
}

.nview-bg .titlebox .date .day {
  font-size: 60px;
  line-height: 1;
}

.nview-bg .titlebox .date .time {
  font-size: 18px;
}

.nview-bg .titlebox .addtime {
  font-size: 16px;
}

.nview-bg .titlebox .title {
  width: calc(97% - 80px);
  max-width: 810px;
  float: right;
}

.nview-bg .titlebox .title .tit {
  font-size: 24px;
  color: #363636;
}

.nview-bg .titlebox .title .tishi {
  display: flex;
  margin-top: 30px;
}

.nview-bg .titlebox .title .tishi .word {
  font-size: 14px;
  color: #363636;
  margin-right: 50px;
}

.nview-bg .titlebox .title .tishi .word span {
  color: #a2a2a2;
}

.nview-bg
  .titlebox
  .title
  .tishi
  .bshare-custom
  .bshare-more.more-style-addthis {
  background: url(../images/share.png) no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  height: 24px;
  line-height: 24px;
}

.nview-bg .titlebox .title .tishi .bshare-custom a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .nview-bg .titlebox .title .tishi {
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .nview-bg .titlebox .title .tishi .word {
    margin-right: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 414px) {
  .nview-bg .titlebox .title .tishi {
    flex-wrap: wrap;
  }
  .nview-bg .titlebox .title .tishi .word {
    width: 50%;
    margin-right: 0;
  }
}

.nview-bg .nview-content {
  padding: 30px 0;
  font-size: 15px;
  color: #404040;
  line-height: 2;
}

.nview-bg .all-page-view {
  position: relative;
}

.nview-bg .all-page-view .item {
  width: calc((100% - 110px) / 2);
  border: 1px solid #e5e5e5;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.nview-bg .all-page-view .item:after {
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #88191E transparent transparent #88191E;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.nview-bg .all-page-view .item.ll {
  float: left;
  padding-left: 75px;
  padding-right: 30px;
}

.nview-bg .all-page-view .item.ll:after {
  left: 40px;
  transform: rotate(-45deg);
}

.nview-bg .all-page-view .item.rr {
  float: right;
  padding-right: 75px;
  padding-left: 30px;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.nview-bg .all-page-view .item.rr:after {
  right: 40px;
  transform: rotate(135deg);
}

.nview-bg .all-page-view .item a {
  display: block;
}

.nview-bg .all-page-view .item a .tt {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 24px;
}

.nview-bg .all-page-view .back {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #e5e5e5;
  display: block;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/back_03.png);
  background-color: #fff;
}

@media only screen and (min-width: 601px) {
  .nview-bg .allpage-box .btn:hover {
    background-color: #f1f1f1;
  }
  .nview-bg .nview-box .share .bdsharebuttonbox a:hover {
    background-color: #f39800;
  }
  .nview-bg .gallery-top .btn:hover:after {
    border-color: #fff transparent transparent #fff;
  }
}

@media only screen and (max-width: 414px) {
  .nview-bg .titlebox .date {
    display: none;
  }
  .nview-bg .titlebox .addtime {
    display: block;
    font-size: 20px;
    color: #88191E;
    margin-bottom: 3%;
  }
  .nview-bg .titlebox .title {
    width: 100%;
    font-size: 18px;
  }
  .nview-bg .titlebox {
    padding-bottom: 3%;
  }
  .nview-bg .all-page-view .item {
    width: 100%;
  }
  .nview-bg .all-page-view .item.ll {
    float: none;
  }
  .nview-bg .all-page-view .item.rr {
    float: none;
  }
  .nview-bg .all-page-view .back {
    position: relative;
    margin: 3% auto;
    transform: translate(0);
    left: 0;
  }
}

.news-list .gtop {
  padding: 40px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #f5f5f5;
}

.news-list .gtop .imgbox {
  width: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
}

.news-list .gtop .imgbox .nimg {
  padding-top: calc(190 / 300 * 100%);
}

.news-list .gtop .textbox {
  width: calc(100% - 300px);
  position: relative;
}

.news-list .gtop .textbox .text {
  width: 94%;
  max-width: 510px;
}

.news-list .gtop .textbox .text .title {
  font-size: 18px;
  color: #363636;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}

.news-list .gtop .textbox .text .demo {
  font-size: 15px;
  color: #797979;
  line-height: 30px;
  height: 60px;
  margin-bottom: 30px;
}

.news-list .gtop .textbox .time {
  font-size: 18px;
  color: #88191E;
  font-weight: bold;
}

.news-list .lig {
  border-bottom: 1px solid #e6e6e6;
  padding: 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.news-list .lig:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #88191E;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-list .lig .date {
  width: 100px;
  text-align: center;
  color: #88191E;
  border-right: 1px solid #e0e0e0;
  font-family: "ziti";
}

.news-list .lig .date .day {
  font-size: 60px;
  line-height: 0.8;
  margin-bottom: 10px;
}

.news-list .lig .date .time {
  font-size: 16px;
}

.news-list .lig .textbox {
  width: calc(100% - 100px);
}

.news-list .lig .textbox .text {
  width: 94%;
  max-width: 760px;
  margin: 0 auto;
}

.news-list .lig .textbox .text .title {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
  display: block;
}

.news-list .lig .textbox .text .demo {
  font-size: 14px;
  color: #797979;
  margin-bottom: 20px;
}

.news-list .lig .textbox .text .more {
  font-size: 14px;
  color: #afafaf;
  font-family: "ziti1";
}

@media only screen and (min-width: 601px) {
  .news-list .gtop:hover .imgbox .nimg {
    transform: scale(1.1);
  }
  .news-list .gtop:hover .textbox .text .title {
    color: #88191E;
  }
  .news-list .lig:hover:after {
    width: 100%;
  }
  .news-list .lig:hover .textbox .text .title {
    color: #88191E;
  }
}

@media only screen and (max-width: 1024px) {
  .news-list .gtop {
    padding: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .news-list .gtop {
    padding: 3%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .news-list .gtop .imgbox {
    width: 100%;
    margin-bottom: 3%;
  }
  .news-list .gtop .textbox {
    width: 100%;
  }
  .news-list .gtop .textbox .text .demo {
    margin-bottom: 3%;
  }
  .news-list .lig {
    padding: 5% 0;
  }
  .news-list .lig .date {
    width: 80px;
  }
  .news-list .lig .date .day {
    font-size: 50px;
  }
}

.home-video .videobox {
  margin-bottom: 40px;
}

.home-video .videobox .video {
  padding-top: calc(520 / 930 * 100%);
  position: relative;
  margin-bottom: 15px;
}

.home-video .videobox .video .mejs-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.home-video .videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.home-video .videobox .title {
  text-align: center;
}

.home-video .videobox .title .word {
  padding-left: 40px;
  font-size: 16px;
  color: #000000;
  background-position: left;
  background-image: url(../images/pt_03.png);
  background-repeat: no-repeat;
}

.home-video .video-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.home-video .video-swiper .swiper-wrapper .swiper-slide .imgbox {
  margin-bottom: 10px;
}

.home-video .video-swiper .swiper-wrapper .swiper-slide .imgbox:after {
  content: "";
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/hplay_03.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.home-video .video-swiper .swiper-wrapper .swiper-slide .imgbox .vimg {
  padding-top: calc(166 / 296 * 100%);
}

.home-video .video-swiper .swiper-wrapper .swiper-slide .title {
  font-size: 15px;
  color: #2f2e2e;
}

@media only screen and (min-width: 601px) {
  .home-video .video-swiper .swiper-wrapper .swiper-slide .imgbox:hover .vimg {
    transform: scale(1.1);
  }
}

.dang-intro .imgbox {
  margin-bottom: 40px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../images/hd_03.jpg);
}

.dang-intro .imgbox .img {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

.dang-intro .imgbox .img:after {
  content: "";
  width: 134px;
  height: 38px;
  background-color: #f08200;
  position: absolute;
  left: -90px;
  top: 66px;
}

.dang-intro .imgbox .img .banner {
  padding-top: calc(360 / 600 * 100%);
}

.dang-intro .desc {
  font-size: 15px;
  line-height: 2;
  color: #2b2b2b;
}

@media only screen and (max-width: 414px) {
  .dang-intro .imgbox {
    margin-bottom: 5%;
  }
}

.dang-member .lim {
  width: calc(97% / 2);
  float: left;
  max-width: 446px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}

.dang-member .lim:nth-child(2n) {
  float: right;
}

.dang-member .lim .imgbox {
  width: 153px;
  border-right: 1px solid #e0e0e0;
}

.dang-member .lim .imgbox .mimg {
  padding-top: calc(213 / 153 * 100%);
}

.dang-member .lim .textbox {
  width: calc(100% - 153px);
}

.dang-member .lim .textbox .text {
  width: 94%;
  max-width: 240px;
}

.dang-member .lim .textbox .text .title {
  font-size: 24px;
  color: #242424;
  margin-bottom: 10px;
}

.dang-member .lim .textbox .text .desc {
  font-size: 16px;
  color: #242424;
  margin-bottom: 16px;
}

.dang-member .lim .textbox .text .content {
  font-size: 15px;
  color: #878787;
  line-height: 2;
}

@media only screen and (min-width: 601px) {
  .dang-member .lim:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 768px) {
  .dang-member .lim {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
  }
  .dang-member .lim .imgbox {
    width: 125px;
  }
  .dang-member .lim .textbox {
    width: calc(100% - 125px);
  }
  .dang-member .lim .textbox .text .title {
    font-size: 20px;
  }
}

.place-bg .path {
  background-color: #88191E;
}

.place-bg .pleft {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.place-bg .pleft .home {
  width: 80px;
  height: 80px;
  background-position: center;
  background-image: url(../images/home_03.png);
  background-repeat: no-repeat;
  background-color: #f08200;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.place-bg .pleft .menu {
  background-color: #f08200;
  position: relative;
}

.place-bg .pleft .menu .now {
  padding: 0 20px;
  position: relative;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  width: 200px;
  cursor: pointer;
}

.place-bg .pleft .menu .now:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.place-bg .pleft .menu .sub {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f08200;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: left top;
  z-index: 110;
  padding: 15px 0;
}

.place-bg .pleft .menu[data-on="on"] .sub {
  transform: scaleY(1);
}

.place-bg .pleft .menu .sub .ss {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
}

.place-bg .pright {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.place-bg .pright.yw {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.place-bg .pright a {
  font-size: 14px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  padding-right: 44px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.place-bg .pright a span {
  padding-right: 50px;
  position: relative;
}

.place-bg .pright a span:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.place-bg .pright .word {
  font-size: 14px;
  color: #fff;
  height: 80px;
  line-height: 80px;
}

@media only screen and (max-width: 1280px) {
  .place-bg .pleft .home {
    height: 60px;
    width: 60px;
  }
  .place-bg .pleft .menu .now {
    height: 60px;
    line-height: 60px;
  }
  .place-bg .pright a {
    height: 60px;
    line-height: 60px;
  }
  .place-bg .pright .word {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .place-bg .pleft .home {
    height: 50px;
    width: 50px;
  }
  .place-bg .pleft .menu .now {
    height: 50px;
    line-height: 50px;
  }
  .place-bg .pright a {
    height: 50px;
    line-height: 50px;
  }
  .place-bg .pright .word {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .place-bg .path.ts .pright {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .place-bg .pleft {
    width: 100%;
    float: none;
  }
  .place-bg .path.yw .wrap,
  .place-bg .path.ts .wrap {
    width: 100%;
  }
  .place-bg .path.yw .pleft {
    width: auto;
    float: left;
  }
  .place-bg .pleft .menu {
    width: 100%;
  }
  .place-bg .pleft .menu .now {
    width: 100%;
  }
  .place-bg .pright {
    width: 100%;
    float: none;
  }
  .place-bg .path.yw .pright {
    float: left;
    text-align: right;
    width: calc(100% - 150px);
  }
  .place-bg .path.yw .pright a {
    width: 100%;
    padding-right: 0;
    text-align: right;
    display: block;
  }
}

.place-bg .place-box1 {
  position: relative;
  padding: 110px 0;
}

.place-bg .place-box1 .banner {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  position: absolute;
  left: 0;
  top: 0;
}

.place-bg .place-box1 .textbox .text {
  max-width: 470px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
}

.place-bg .place-box1 .textbox .text:after {
  content: "";
  width: 84px;
  height: 156px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/quan_03.png);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.place-bg .place-box1 .textbox .text .title {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 2px solid #ebebeb;
}

.place-bg .place-box1 .textbox .text .title .en {
  font-size: 30px;
  color: #88191E;
  font-family: "ziti";
  text-transform: capitalize;
}

.place-bg .place-box1 .textbox .text .title .cn {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
}

.place-bg .place-box1 .textbox .text .demo {
  font-size: 18px;
  color: #212121;
  line-height: 30px;
  font-weight: bold;
}

.place-bg .place-box1 .textbox .text .content {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 30px;
}

.place-bg .place-box2 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.place-bg .place-box2 .textbox {
  width: 50%;
  background-color: #b1917c;
}

.place-bg .place-box2 .textbox .content {
  max-width: 700px;
  margin-right: 0;
  margin-left: auto;
  font-size: 15px;
  color: #f7efde;

  max-height: 660px;
  overflow-y: auto;
  width: 94%;
  padding: 40px 35px 0 0;
}

@media only screen and (min-width: 800px) {
  .place-bg .place-box2 .textbox .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #9f826f;
  }

  .place-bg .place-box2 .textbox .content::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #9f826f;
  }

  .place-bg .place-box2 .textbox .content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #f08200;
  }
}

.place-bg .place-box2 .box2-swiper {
  width: 50%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
}

.place-bg .place-box2 .box2-swiper .swiper-wrapper .swiper-slide .bimg {
  height: 660px;
}

.place-bg .place-box2 .box2-swiper .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.place-bg .place-box2 .box2-swiper .btn .bb {
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  outline: none;
}

.place-bg .place-box2 .box2-swiper .btn .box2-prev {
  background-image: url(../images/sbtn_03.png);
}

.place-bg .place-box2 .box2-swiper .btn .box2-next {
  background-image: url(../images/sbtn_05.png);
}

.place-bg .place-box3 .lib {
  display: block;
  width: calc((100% - 200px) / 3);
  float: left;
  margin-right: 100px;
  margin-bottom: 76px;
}

.place-bg .place-box3 .lib:nth-child(3n) {
  margin-right: 0;
}

.place-bg .place-box3 .lib .imgbox .bimg {
  padding-top: calc(248 / 400 * 100%);
}

.place-bg .place-box3 .lib .text {
  padding: 25px 30px;
  background-color: #fff;
}

.place-bg .place-box3 .lib .text .title {
  font-size: 18px;
  color: #424242;
  margin-bottom: 10px;
}

.place-bg .place-box3 .lib .text .time {
  font-size: 18px;
  color: #88191E;
  font-family: "ziti";
  margin-bottom: 10px;
}

.place-bg .place-box3 .lib .text .demo {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
  height: 48px;
}

@media only screen and (max-width: 1600px) {
  .place-bg .place-box3 .lib {
    margin-right: 36px;
    width: calc((100% - 72px) / 3);
  }
}

@media only screen and (max-width: 1024px) {
  .place-bg .place-box3 .lib {
    margin-right: 15px;
    width: calc((100% - 30px) / 3);
  }
}

@media only screen and (max-width: 768px) {
  .place-bg .place-box2 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .place-bg .place-box2 .textbox {
    width: 100%;
  }
  .place-bg .place-box2 .box2-swiper {
    width: 100%;
  }
  .place-bg .place-box2 .box2-swiper .swiper-wrapper .swiper-slide .bimg {
    height: auto;
    padding-top: calc(660 / 960 * 100%);
  }
  .place-bg .place-box3 .lib {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .place-bg .place-box3 .lib:nth-child(3n) {
    margin-right: 20px;
  }
  .place-bg .place-box3 .lib:nth-child(2n) {
    margin-right: 0;
  }
  .place-bg .place-box2 {
    margin-bottom: 12%;
  }
}

@media only screen and (max-width: 414px) {
  .place-bg .place-box1 {
    padding: 0;
  }
  .place-bg .place-box1 .banner {
    position: relative;
    padding-top: calc(660 / 1400 * 100%);
    width: 92%;
    margin: 0 auto 3%;
  }
  .place-bg .place-box1 .textbox {
    width: 100%;
  }
  .place-bg .place-box1 .textbox .text {
    max-width: none;
    padding: 6%;
  }
  .place-bg .place-box3 .lib {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .place-bg .place-box2 .textbox .content {
    padding: 6%;
    margin-left: 0;
    width: 100%;
  }
  .place-bg .place-box2 .box2-swiper .btn .bb {
    width: 40px;
    height: 40px;
  }
}

.place-bg .new-box1 {
  padding: 70px 0;
}

.place-bg .new-box1 .text {
  max-width: 650px;
}

.place-bg .new-box1 .text .title {
  font-size: 22px;
  color: #444f59;
  font-weight: bold;
  margin-bottom: 20px;
}

.place-bg .new-box1 .text .content {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 30px;
}

.place-bg .new-box2 .textbox {
  padding: 100px 0;
  position: relative;
}

.place-bg .new-box2 .textbox .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.place-bg .new-box2 .textbox .text {
  max-width: 380px;
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
  padding: 50px 30px;
}

.place-bg .new-box2 .textbox .text .title {
  font-size: 22px;
  color: #383838;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}

.place-bg .new-box2 .textbox .text .demo {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 2;
}

.place-bg .new-box2 .content {
  background-color: #2fac8a;
  padding-top: 70px;
  padding-bottom: 150px;
  font-size: 15px;
  color: #fff;
  line-height: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/bd_02.jpg);
}

.place-bg .new-box3 {
  background-color: #fff;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 100px;
  position: relative;
  margin-bottom: 70px;
}

.place-bg .new-box3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}

.place-bg .new-box3 .b3-list .lib {
  display: block;
  width: calc((100% - 100px) / 3);
  float: left;
  margin-right: 50px;
  margin-bottom: 76px;
  transform: translateY(0);
  transition: all 0.5s;
}

.place-bg .new-box3 .b3-list .lib:nth-child(3n) {
  margin-right: 0;
}

.place-bg .new-box3 .b3-list .lib .imgbox .bimg {
  padding-top: calc(248 / 400 * 100%);
}

.place-bg .new-box3 .b3-list .lib .text {
  padding: 25px 30px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #e1e1e1 #e1e1e1 #e1e1e1;
}

.place-bg .new-box3 .b3-list .lib .text .title {
  font-size: 18px;
  color: #424242;
  margin-bottom: 10px;
}

.place-bg .new-box3 .b3-list .lib .text .time {
  font-size: 18px;
  color: #88191E;
  font-family: "ziti";
  margin-bottom: 10px;
}

.place-bg .new-box3 .b3-list .lib .text .demo {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
}

@media only screen and (min-width: 601px) {
  .place-bg .place-box2 .box2-swiper .btn .bb:hover {
    background-color: #f7efde;
  }
  .place-bg .place-box3 .lib:hover,
  .place-bg .new-box3 .b3-list .lib:hover {
    transform: translateY(-5%);
  }
}

@media only screen and (max-width: 1024px) {
  .place-bg .new-box1 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 414px) {
  .place-bg .new-box1 {
    padding: 5% 0;
  }
  .place-bg .new-box2 .textbox {
    padding: 0;
  }
  .place-bg .new-box2 .textbox .banner {
    position: relative;
    padding-top: calc(660 / 1920 * 100%);
  }
  .place-bg .new-box2 .textbox .wrap {
    width: 100%;
  }
  .place-bg .new-box2 .textbox .text {
    padding: 5% 3%;
  }
  .place-bg .new-box2 .content {
    padding: 5% 0;
  }
  .place-bg .new-box3 {
    margin-top: 0;
    padding: 0;
    margin-bottom: 5%;
    background-color: transparent;
  }
  .place-bg .new-box3:after {
    display: none;
  }
  .place-bg .new-box3 .b3-list .lib {
    width: 100%;
    margin-bottom: 5%;
  }
  .place-bg .new-box3 .b3-list .lib .text {
    padding: 3%;
  }
}

.join-work .desc {
  font-size: 15px;
  color: #474747;
  line-height: 2;
  margin-bottom: 90px;
}

.join-work .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.join-work .list .witem {
  width: 25%;
  max-width: 200px;
  background-color: #f5f5f5;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.join-work .list .witem:nth-child(2n) {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.join-work .list .witem .imgbox {
  background-color: #fff;
  border-radius: 50%;
}

.join-work .list .witem .imgbox .wimg {
  padding-top: 100%;
  border-radius: 50%;
}

.join-work .list .witem .text {
  height: 190px;
  font-size: 16px;
  color: #404040;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .join-work .desc {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .join-work .desc {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .join-work .desc {
    margin-bottom: 5%;
  }
  .join-work .list {
    display: block;
  }
  .join-work .list .witem {
    width: calc(84% / 2);
    float: left;
  }
  .join-work .list .witem:nth-child(2n) {
    float: right;
  }
}

.join-work .bbt {
  font-size: 30px;
  color: #292929;
  margin-bottom: 40px;
}

.join-work .content {
  font-size: 15px;
  color: #474747;
  line-height: 2;
}

@media only screen and (max-width: 414px) {
  .join-work .bbt {
    font-size: 24px;
    margin-bottom: 5%;
  }
}

.join-change .menu-box {
  padding: 4px 4px 0 4px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join-change .menu-box .mm {
  width: 130px;
  height: 75px;
  font-size: 16px;
  color: #525252;
}

.join-change .menu-box .mm.on {
  background-color: #fff;
}

.join-change .searchbox {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join-change .searchbox .work {
  width: 260px;
  position: relative;
  border-right: 2px solid #f5f5f5;
}

.join-change .searchbox .work:after {
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: #8b8b8b transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.join-change .searchbox .work select {
  width: 100%;
  border: none;
  height: 45px;
  cursor: pointer;
  font-size: 16px;
  color: #4d4d4d;
  padding-left: 15px;
}

.join-change .searchbox .inputbox {
  width: calc(100% - 260px);
  position: relative;
}

.join-change .searchbox .inputbox input[type="text"] {
  width: 100%;
  height: 45px;
  border: none;
  padding-left: 20px;
}

.join-change .searchbox .inputbox input[type="submit"] {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/aiya_03.png);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.join-change .wlist {
  border-top: 2px solid #f5f5f5;
  padding-bottom: 50px;
}

.join-change .wlist .liw {
  border-bottom: 2px solid #f5f5f5;
}

.join-change .wlist .liw .top {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.join-change .wlist .liw .top .tx {
  width: 66px;
}

.join-change .wlist .liw .top .text {
  width: calc(100% - 316px);
}

.join-change .wlist .liw .top .text .title {
  font-size: 18px;
  color: #515151;
  margin-bottom: 10px;
}

.join-change .wlist .liw .top .text .msgbox {
  font-size: 14px;
  color: #909090;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.join-change .wlist .liw .top .text .msgbox .msg {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.join-change .wlist .liw .top .text .msgbox .msg:after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #dedede;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.join-change .wlist .liw .top .text .msgbox .msg:last-child:after {
  display: none;
}

.join-change .wlist .liw .top .money {
  width: 160px;
  font-size: 14px;
  color: #515151;
}

.join-change .wlist .liw[data-on="on"] .top .money {
  font-size: 0;
}

.join-change .wlist .liw .top .money .mm {
  font-size: 18px;
  color: #f08200;
  margin-bottom: 5px;
}

.join-change .wlist .liw[data-on="on"] .top .money .mm {
  font-size: 0;
}

.join-change .wlist .liw .top .btn {
  width: 90px;
  height: 30px;
  background-color: #88191E;
  border-radius: 50px;
  position: relative;
}

.join-change .wlist .liw[data-on="on"] .top .btn {
  background-color: #b9b9b9;
}

.join-change .wlist .liw .top .btn:after {
  content: "申请";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}

.join-change .wlist .liw[data-on="on"] .top .btn:after {
  content: "收起";
}

.join-change .wlist .liw .sub {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 30px;
  display: none;
}

.join-change .wlist .liw[data-on="on"] .sub {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .join-change .menu-box .mm {
    height: 60px;
  }
}

@media only screen and (max-width: 414px) {
  .join-change .menu-box .mm {
    width: auto;
    padding: 0 5%;
    height: 50px;
  }
  .join-change .searchbox {
    padding: 3% 0;
    display: block;
  }
  .join-change .searchbox .work {
    width: 100%;
  }
  .join-change .searchbox .inputbox {
    width: 100%;
  }
  .join-change .searchbox .inputbox input[type="text"] {
    padding-left: 3%;
  }
  .join-change .wlist {
    padding-bottom: 5%;
  }
  .join-change .wlist .liw .top .text {
    width: calc(100% - 156px);
  }
  .join-change .wlist .liw .top .text .title {
    margin-bottom: 0;
  }
  .join-change .wlist .liw .top .text .msgbox {
    display: none;
  }
  .join-change .wlist .liw .top .money {
    display: none;
  }
}

.join-down .search {
  position: relative;
}

.join-down .search input[type="text"] {
  width: 100%;
  height: 85px;
  border: none;
  padding: 0 10px;
}

.join-down .search input[type="submit"] {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/aiya_03.png);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.join-down .dlist {
  border-top: 2px solid #f5f5f5;
  padding-bottom: 40px;
}

.join-down .dlist .lid {
  border-bottom: 2px solid #f5f5f5;
  height: 90px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.join-down .dlist .lid .time {
  font-size: 22px;
  color: #bab2a3;
  font-family: "ziti";
  width: 130px;
}

.join-down .dlist .lid .title {
  font-size: 18px;
  color: #515151;
  width: calc(100% - 170px);
}

.join-down .dlist .lid .btn {
  width: 40px;
  height: 40px;
  background-color: #b9b9b9;
  border-radius: 50%;
  background-position: center;
  background-image: url(../images/xjt_03.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 601px) {
  .join-down .dlist .lid:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .join-down .dlist .lid:hover .btn {
    background-color: #88191E;
  }
}

@media only screen and (max-width: 414px) {
  .join-down .dlist {
    padding-bottom: 5%;
  }
  .join-down .dlist .lid {
    padding: 0;
  }
  .join-down .dlist .lid .time {
    display: none;
  }
  .join-down .search input[type="text"] {
    height: 50px;
  }
  .join-down .dlist .lid .title {
    width: calc(100% - 60px);
  }
}

.contact-way .bbt {
  font-size: 24px;
  color: #88191E;
  margin-bottom: 36px;
  font-weight: bold;
}

.contact-way .content {
  font-size: 15px;
  color: #737373;
  line-height: 2;
  padding-bottom: 50px;
  border-bottom: 3px solid #f5f5f5;
}

.contact-way .waybox {
  padding-top: 20px;
}

.contact-way .waybox .wlist {
  padding-bottom: 30px;
  font-size: 0;
}

.contact-way .waybox .wlist .ww {
  display: inline-block;
  font-size: 13px;
  color: #777777;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 50px;
}

.contact-way .waybox .wlist .ww[data-on="on"] {
  color: #88191E;
}

.contact-way .waybox .desc {
  font-size: 15px;
  color: #737373;
  line-height: 2;
  display: none;
}

.contact-way .waybox .desc iframe {
  width: 100% !important;
  height: 360px !important;
}

.contact-way .waybox .desc[data-on="on"] {
  display: block;
}

.contact-way .waybox .wlist.cont {
  display: none;
}

@media only screen and (max-width: 414px) {
  .contact-way .waybox .wlist {
    display: none;
  }
  .contact-way .waybox .wlist.cont {
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .contact-way .waybox .wlist.cont .word {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f08200;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .contact-way .waybox .wlist.cont .word span {
    width: 11px;
    height: 11px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-way .waybox .wlist.cont .word span:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-way .waybox .wlist.cont .word span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .contact-way .waybox .wlist.cont .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #f08200;
    transform: scaleY(0);
    transform-origin: left top;
    margin-top: 1px;
    padding: 10px 0;
    max-height: 280px;
    overflow-y: auto;
  }
  .contact-way .waybox .wlist.cont .sub ::-webkit-scrollbar {
    display: none;
  }
  .contact-way .waybox .wlist.cont .sub .ww {
    display: block;
    color: #ffffff;
    padding: 0 20px;
    margin: 0;
    line-height: 32px;
  }
  .contact-way .waybox .wlist.cont[data-on="on"] .sub {
    transform: scaleY(1);
  }
  .contact-way .waybox .wlist.cont .sub .ww[data-on="on"] {
    color: #88191E;
  }
}

.message-box .desc {
  margin-bottom: 70px;
}

.message-box form .my-item {
  width: calc((100% - 6px) / 2);
  float: left;
  margin-bottom: 6px;
}

.message-box form .my-item:nth-child(2) {
  float: right;
}

.message-box form .my-item:nth-child(3),
.message-box form .my-item:nth-child(4) {
  width: 100%;
  float: none;
}

.message-box form .my-item input[type="text"] {
  width: 100%;
  height: 70px;
  background-color: #f0f0f0;
  font-size: 15px;
  color: #8f8f8f;
  border: none;
  padding: 0 15px;
}

.message-box form .my-item .my-textarea textarea {
  width: 100%;
  height: 290px;
  background-color: #f0f0f0;
  font-size: 15px;
  color: #8f8f8f;
  border: none;
  padding: 15px;
  resize: none;
}

.message-box form input[type="submit"] {
  height: 70px;
  background-color: #88191E;
  font-size: 14px;
  color: #fff;
  width: 100%;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .contact-way .bbt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .contact-way .bbt {
    margin-bottom: 5%;
  }
  .message-box form .my-item {
    width: 100%;
  }
  .message-box form .my-item input[type="text"] {
    height: 50px;
  }
  .message-box form input[type="submit"] {
    height: 50px;
  }
  .contact-way .waybox .wlist .ww {
    margin-right: 30px;
  }
  .contact-way .waybox .desc iframe {
    height: 260px !important;
  }
}

.footer {
  background-color: #3b3b3b;
  position: relative;
}

.footer .ftop {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #88191E;
  background-image: url(../images/ftop_03.png);
  background-size: 40px;
  z-index: 222;
  cursor: pointer;
}

.footer .footer-top {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.footer .footer-top .tleft {
  width: 320px;
  float: left;
}

.footer .footer-top .tleft .logo {
  display: block;
  margin-bottom: 20px;
}

.footer .footer-top .tleft .tool {
  margin-bottom: 20px;
  font-size: 0;
}

.footer .footer-top .tleft .tool .titem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.footer .footer-top .tleft .tool .titem .ico {
  width: 26px;
  height: 26px;
}

.footer .footer-top .tleft .tool .titem .code {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
}

.footer .footer-top .tleft .tool .titem:hover .code {
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
}

.footer .footer-top .tleft .contact {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 30px;
}

.footer .footer-top .tnav {
  width: calc(97% - 300px);
  max-width: 910px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer .footer-top .tnav .nitem {
  min-width: 84px;
}

.footer .footer-top .tnav .nitem .ntitle {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.footer .footer-top .tnav .nitem .menu .mm {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.footer .footer-bootom {
  position: relative;
  padding: 20px 0;
}

.footer .footer-bootom:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #585858;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.footer .footer-bootom .flink {
  margin-bottom: 10px;
}

.footer .footer-bootom .flink .bt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

.footer .footer-bootom .flink .list {
  font-size: 0;
}

.footer .footer-bootom .flink .list .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  position: relative;
}

.footer .footer-bootom .flink .list .link:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
}

.footer .footer-bootom .flink .list .link:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .footer-bootom .fcontent {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 2;
}

.footer .footer-bootom .fcontent a {
  color: rgba(255, 255, 255, 0.2);
}

.footer .footer-bootom .webbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.footer .footer-bootom .webbox .word {
  width: 260px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #494949;
  border: 1px solid #626262;
  font-size: 12px;
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.footer .footer-bootom .webbox .word span {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.footer .footer-bootom .webbox .word span:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer .footer-bootom .webbox .word span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer .footer-bootom .webbox .sub {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: left bottom;
}

.footer .footer-bootom .webbox[data-on="on"] .sub {
  transform: scaleY(1);
}

.footer .footer-bootom .webbox .sub .ss {
  display: block;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

@media only screen and (min-width: 601px) {
  .footer .footer-top .tleft .tool .titem:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }
  .footer .footer-top .tnav .nitem .ntitle:hover {
    color: #88191E;
  }
  .footer .footer-top .tnav .nitem .menu .mm:hover {
    margin-left: 5px;
    color: rgba(255, 255, 255, 1);
  }
  .footer .footer-bootom .webbox .word:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer .footer-bootom .flink .list .link:hover {
    color: rgba(255, 255, 255, 1);
  }
}

@media only screen and (max-width: 1280px) {
  .footer .footer-top {
    padding: 50px 0;
  }
  .footer .footer-bootom .fcontent {
    margin-bottom: 3%;
  }
  .footer .footer-bootom .webbox {
    width: 260px;
    position: relative;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer-top {
    padding: 30px 0;
  }
  .footer .footer-top .tnav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-top .tleft {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 414px) {
  .footer .footer-top {
    padding: 5% 0;
  }
  .footer .ftop {
    width: 50px;
    height: 50px;
  }
  .footer .footer-bootom .webbox .word {
    height: 45px;
    line-height: 45px;
  }
}

.search-main {
  padding-top: 175px;
  padding-bottom: 60px;
}

.search-main .totalSearch {
  margin: 70px auto 50px auto;
  text-align: center;
  height: 110px;
  background: #f6f6f6;
  padding-top: 32px;
}

.search-main .totalSearch .tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #033d63;
  font-weight: 500;
  margin-right: 25px;
}

.search-main .totalSearch .ipBox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 460px;
  padding-right: 59px;
  border: 2px solid #237eba;
  border-radius: 20px;
  overflow: hidden;
}

.search-main .totalSearch .ipBox input[type="text"] {
  background: #fff;
  border: none;
  height: 42px;
  padding-left: 20px;
  width: 100%;
}

.search-main .totalSearch .ipBox input[type="submit"] {
  position: absolute;
  right: 10px;
  top: -3px;
  width: 46px;
  height: 46px;
  background: url(../images/aiya_03.png) center center no-repeat;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.search-main .list .lis {
  width: calc((100% - 80px) / 3);
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.search-main .list .lis:nth-child(3n) {
  margin-right: 0;
}

.search-main .list .lis .imgbox {
  border-radius: 10px 10px 0 0;
}

.search-main .list .lis .imgbox .simg {
  padding-top: calc(190 / 300 * 100%);
}

.search-main .list .lis .text {
  padding: 30px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  text-align: center;
}

.search-main .list .lis .text .inbox {
  width: 94%;
}

.search-main .list .lis .text .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.search-main .list .lis .text .view {
  font-size: 14px;
  color: #f39800;
}

@media only screen and (max-width: 1360px) {
  .search-main {
    padding-top: 135px;
  }
  .search-main .search-form {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .search-main .search-form {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .search-main {
    padding-top: 50px;
  }
  .headerbox.search .header .logo img.active {
    transform: translateY(-50%) scaleY(0);
  }
  .search-main .search-form .inputbox input[type="text"] {
    height: 60px;
  }
  .search-main .search-form .inputbox input[type="submit"] {
    width: 60px;
    height: 60px;
  }
  .search-main .list .lis {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .search-main .list .lis .text .title {
    font-size: 24px;
  }
  .search-main .list .lis .text {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .search-main .list .lis {
    width: calc((100% - 20px) / 2);
  }
  .search-main .list .lis:nth-child(3n) {
    margin-right: 20px;
  }
  .search-main .list .lis:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 414px) {
  .search-main {
    padding-bottom: 6%;
  }
  .search-main .search-form {
    padding-top: 6%;
    padding-bottom: 8%;
    margin-bottom: 5%;
  }
  .search-main .list .lis {
    width: 100%;
    margin-right: 0;
  }
  .search-main .search-form .inputbox input[type="text"] {
    height: 50px;
  }
  .search-main .search-form .inputbox input[type="submit"] {
    width: 50px;
    height: 50px;
  }
  .search-main .search-form .allclass-theme {
    margin-bottom: 5%;
  }
  .search-main .list .lis .text .title {
    font-size: 20px;
  }
  .search-main .totalSearch {
    margin: 5% auto;
    padding-top: 0;
    height: auto;
    display: block;
    padding: 3% 0;
  }
  .search-main .totalSearch .tit {
    margin-bottom: 5%;
    margin-right: 0;
  }
  .search-main .totalSearch .ipBox {
    width: 100%;
  }
}

.site-bg {
  padding: 60px 0;
  min-height: 80vh;
}

.site-bg .site-item {
  width: calc((100% - 80px) / 5);
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.site-bg .site-item:nth-child(5n) {
  margin-right: 0;
}

.site-bg .site-item .theme {
  font-size: 1.5rem;
  color: #0098e0;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.site-bg .site-item .sub .sub-a {
  display: block;
  font-size: 1.16rem;
  color: rgba(102, 102, 102, 1);
  height: 3rem;
  line-height: 3rem;
}

@media only screen and (min-width: 601px) {
  .site-bg .site-item .sub .sub-a:hover {
    color: #0098e0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-bg {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 800px) {
  .site-bg .site-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .site-bg .site-item:nth-child(5n) {
    margin-right: 20px;
  }
  .site-bg .site-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 414px) {
  .site-bg {
    padding: 3% 0;
  }
  .site-bg .site-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 6%;
  }
  .site-bg .site-item:nth-child(5n) {
    margin-right: 20px;
  }
  .site-bg .site-item:nth-child(3n) {
    margin-right: 20px;
  }
  .site-bg .site-item:nth-child(2n) {
    margin-right: 0;
  }
}

.paggg {
  text-align: center;
  font-size: 20px;
  color: #7c7c7c;
}
