body {
  height: auto;
  top: 0;
  left: 0;
}
.banner {
  width: 100vh;
  height: 100vh;
  background: #333;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner .ban_bac {
  display: block;
  width: 100vw;
  height: 100vh;
}
.banner .ban_tit,
.banner .ban_tim {
  position: absolute;
}
.banner .ban_tit {
  left: 10vw;
  width: 80vw;
  top: 22vh;
}
.banner .ban_tim {
  left: 25vw;
  width: 50vw;
  bottom: 10vh;
  animation-delay: 1s;
}
.container {
  width: 100%;
  height: auto;
  position: relative;
  background: url(/acabridge/aca_web/2018zwhnh/images/quote-bg.jpg) repeat;
}
.quote {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 10px solid #a61515;
  z-index: 100;
  position: relative;
  animation: height .3s;
}
.quote .quote-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.quote .quote-text {
  padding: 50px;
}
.quote .quote-text p {
  color: #333;
  font-size: 32px;
  line-height: 1.5;
  text-indent: 2em;
  letter-spacing: 1px;
}
.quote .quote-btn-bac {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  bottom: 0;
}
.quote .quote-btn {
  position: absolute;
  width: 8vw;
  height: 40px;
  z-index: 112;
  left: 46vw;
  bottom: 20px;
}
.fixed {
  position: fixed!important;
}
.nav {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  z-index: 110;
  top: -1px;
}
.nav .nav-ear {
  width: 51px;
  position: absolute;
  top: 0;
  z-index: 100;
}
.nav .nav-ear.lf {
  left: 0;
}
.nav .nav-ear.rt {
  right: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.nav .scale {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.nav .nav-con {
  width: 650px;
  height: 100%;
  margin: 0 auto;
  background: #a61515;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 1px 5px #333;
  overflow: hidden;
  display: flex;
  position: relative;
}
.nav .nav-con .nav-item {
  width: 33.33%;
  font-size: 36px;
  text-align: center;
  line-height: 96px;
}
.nav .nav-con .nav-line {
  position: absolute;
}
.nav .nav-con .nav-line.lf {
  left: 33.33%;
}
.nav .nav-con .nav-line.rt {
  right: 33.33%;
}
.title {
  display: inline-block;
  margin: 0 auto;
}
.title .t-big {
  font-size: 60px;
  float: left;
  color: #a61515;
  line-height: 1;
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
.title .t-small {
  float: left;
  margin-left: 20px;
}
.title .t-small .t-line {
  width: 3px;
  height: 90px;
  background: #000;
  transform: skewX(-30deg);
  float: left;
}
.title .t-small .t-text {
  display: inline-block;
  width: auto;
  height: 40px;
  background: #a61515;
  margin-top: 25px;
  transform: skewX(-30deg);
}
.title .t-small .t-text div {
  font-size: 28px;
  color: #fff;
  margin-left: 10px;
  margin-right: 15px;
  transform: skewX(30deg);
  letter-spacing: 2px;
}
.af {
  width: 100%;
  height: auto;
  padding: 210px 50px 100px;
  text-align: center;
}
.af .af-text {
  text-align: center;
  font-size: 36px;
  color: #000;
  line-height: 1.5;
}
.af .swiper-container {
  width: 650px;
  height: 300px;
  margin: 50px auto 20px;
}
.af .swiper-container .swiper-slide {
  width: 650px;
  height: 300px;
}
.af .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.af .swiper-pagination {
  position: inherit;
}
.af .swiper-pagination-bullet {
  width: 100px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  background: #cccccc;
  opacity: 1;
  margin: 0 15px;
}
.af .swiper-pagination-bullet-active {
  background: #a61515;
}
.gp {
  width: 100%;
  height: auto;
  text-align: center;
}
.gp .gp-con {
  width: 660px;
  height: auto;
  margin: 10px auto;
}
.gp .gp-con .gp-item {
  float: left;
  width: 210px;
  height: 200px;
  border: 4px solid #a61515;
  margin: 5px;
  position: relative;
}
.gp .gp-con .gp-item .gp-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.gp .gp-con .gp-item .gp-title {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  text-align: justify;
  padding: 0 5px;
}
.gp .gp-con .gp-item .sj {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0;
  border-bottom: 24px solid #a61515;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.oa {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 90px 0 0;
}
.oa .oa-con {
  width: 650px;
  height: auto;
  margin: 0 auto;
}
.oa .oa-con .oa-item {
  width: 100%;
  height: 430px;
  position: relative;
}
.oa .oa-con .oa-item .oa-text {
  position: absolute;
  top: 0;
  padding-top: 80px;
}
.oa .oa-con .oa-item .oa-text .oa-name {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
}
.oa .oa-con .oa-item .oa-text .oa-title {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
}
.oa .oa-con .oa-item.top .oa-text {
  right: 15px;
}
.oa .oa-con .oa-item.bot .oa-text {
  left: 15px;
}
.oa .oa-con .oa-item.bot .oa-text div {
  text-align: right;
}
.tr {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 90px 0 0;
}
.tr .tr-con {
  width: 100%;
  padding: 0 50px;
  height: auto;
}
.tr .tr-con .tr-item {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 50px;
}
.tr .tr-con .tr-item .tr-text {
  position: absolute;
  top: -1px;
  width: 346px;
  height: 402px;
  background: url(/acabridge/aca_web/2018zwhnh/images/tr-bg.png) no-repeat;
  background-size: 100% 100%;
}
.tr .tr-con .tr-item .tr-text .tr-name {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.tr .tr-con .tr-item .tr-text .tr-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.tr .tr-con .tr-item .tr-text .text {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}
.tr .tr-con .tr-item.top .tr-text {
  padding: 100px 15px 0 55px;
  right: 0;
}
.tr .tr-con .tr-item.bot .tr-text {
  left: 0;
  padding: 50px 30px 0 50px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tr .tr-con .tr-item.bot .tr-text div {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pa {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 90px 0 0;
}
.pa .swiper-container {
  width: 650px;
  height: 400px;
  margin: 50px auto 20px;
}
.pa .swiper-container .swiper-slide {
  width: 650px;
  height: 400px;
  /* Center slide text vertically */
  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;
}
.pa .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.pa .swiper-container .pa-btn {
  background-image: none;
  margin-top: -32px;
}
.pa .swiper-container .swiper-button-next {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.footer {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background: #333;
  padding: 25px 50px;
}
.footer .lf {
  float: left;
}
.footer .lf .top {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
.footer .lf .bot {
  font-size: 28px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.footer .rt {
  float: right;
}
.footer .rt img {
  margin-right: 5px;
}
.footer .rt div {
  padding-top: 2px;
  width: 30px;
  height: 150px;
  font-size: 16px;
  text-align: right;
  float: right;
  line-height: 1;
}
/* µ¯³ö¿ò */
.altbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
}
.altbox .altcont {
  position: absolute;
  width: 90%;
  height: 90%;
  background: #fff;
  left: 5%;
  top: 5%;
  border: 4px solid #bb1818;
  padding: 50px 30px;
  overflow: hidden;
  /*box-shadow: */
}
.altbox .altcont::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.altbox .altcont::-ms-scrollbar {
  width: 0;
  height: 0;
}
.altbox .altcont::-0-scrollbar {
  width: 0;
  height: 0;
}
.altbox .altcont::-moz-scrollbar {
  width: 0;
  height: 0;
}
.altbox .altcont::scrollbar {
  width: 0;
  height: 0;
}
.altbox .altcont .close {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 120px;
  height: 120px;
  background: #272727;
  border-radius: 50%;
  transform: rotateZ(60deg);
}
.altbox .altcont .close span {
  position: absolute;
  bottom: 0;
  left: 50px;
  color: #fff;
  font-size: 50px;
  transform: rotateZ(-15deg);
}
.altbox .altcont .cont-c {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto!important;
}
.altbox .altcont .cont-c > h1 {
  font-size: 44px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}
.altbox .altcont .cont-c h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}
.altbox .altcont .cont-c table {
  width: 99%;
  margin: auto;
  margin-bottom: 40px;
}
.altbox .altcont .cont-c table,
.altbox .altcont .cont-c tr,
.altbox .altcont .cont-c td {
  color: #333;
  border: 1px solid #333;
}
.altbox .altcont .cont-c td {
  padding: 10px;
  font-size: 28px;
}
.altbox .altcont .cont-c > p {
  height: auto;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  color: #333;
  font-size: 30px;
  margin-bottom: 30px;
  text-indent: 60px;
}
.altbox .altcont .cont-c > p > span {
  font-size: 36px;
  font-weight: bold;
  margin-right: 10px;
  color: #333;
}
.altbox .altcont .cont-c > img {
  display: block;
  margin: auto;
}
.altbox .altcont .cont-c .fr {
  text-align: right;
  font-size: 30px;
  margin-bottom: 10px;
}
.altbox .altcont .cont-c .mt30 {
  margin-top: 30px;
}
.altbox .altcont .cont-c .ind0 {
  text-indent: 0;
}
@media screen and (min-width: 1000px) {
  body > * {
    display: none;
  }
  body .pc_ewm {
    display: block!important;
    margin: auto;
    height: 100%;
  }
}
