/* default */

html,
body {
  font-family: "KaiTi TC", "Kaiti SC", "KaiTi_GB2312", "楷体", "华文楷体", "STKaiti", serif !important;
  overflow-x: hidden;
}
body {
  background: url(../img/bg-light.png);
  background-attachment: fixed;
}
a {
  color: #000000;
}
a:hover{
  color: #000000;
  text-decoration: none;
}

/* p1 */
/* bg */
.p1 {
  position: relative;
  height: 100vh;
  background: url('../img/home/p1-bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
}
.p1 .shade{
  position: absolute;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0,0,0,0.00)));
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.00) 100%);
}
.p1 .db-line{
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 2px solid white;
}
.p1 .db-line::before{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid white;
}
.p1::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.2);
}
.p1 .vegas-wrapper > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

/* nav */
.p1 nav {
  padding-top: 30px;
  position: relative;
}
.p1 .navi a{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p1 .navi a:hover div::before{
  content: '';
  display: block;
  height: calc(100% - 8px);
  width: 1px;
  background: #ffffff;
  margin-left: 4px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.p1 .navi span{
  font-size: 9px;
  letter-spacing: 1px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* contact */
.contact {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width:768px){
  .contact{
    padding:0 20px;
    font-size: .5em;
  }
}
.contact .wxwb {
  position: relative;
}
.contact .wxwb-qrcode{
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/wx-qrcode.png) no-repeat;
  background-size: cover;
  background-position: center;
  right: 24px;
  top: -110px;
  border: 4px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.contact .wxwb-qrcode::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* p2 */

.p2 {
  height: 100vh;
  background: url(../img/home/p2-bg-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.p2 > .container {
  height: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.p2-nav {
  position: absolute;
  top: 100px;
  margin-left: 60px;
}
.p2-item {
  padding: 40px 0;
}
.p2-item a{
  width: 300px;
  height: 300px;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:768px){
  .p2-nav{
    margin-left: 36px;
  }
}
.p2-nav a {
  font-size: 20px;
  color: #ffffff;
  opacity: .5;
  letter-spacing: 0px;
  line-height: 28px;
}
.p2-nav a:hover {
  opacity: 1;
  text-decoration: none;
}
.p2-nav .active {
  opacity: 1;
}
.p2-btn {
  position: absolute;
  bottom: 60px;
  width: inherit;
  margin: 0;
}
.p2-btn a {
  width: 200px;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  border-radius: 40px;
  background: #000000;
  font-size: 20px;
  line-height: 55px;
}
@media screen and (max-width:768px){
  .p2{
    height: auto;
  }
  .p2-item{
    margin-top: 110px;
    margin-bottom: 100px;
  }
}

/* p3 */
.p3 {
  background: url(../img/home/p3-bg-1.png) 100% 0%,
  url(../img/home/p3-bg-2.png) 96% 3%,
  url(../img/home/p3-bg-3.png);
  background-repeat: no-repeat;
}
.p3-title {
  padding-top: 60px;
}
.p3-title span {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: nowrap;
  vertical-align: text-top;
}
.p3-item {
  margin-top: 80px;
}
.p3-item h3 {
  margin-top: 6px;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}
.p3-item .item-img{
  display: block;
  width: 320px;
  height: 400px;
  background-repeat: no-repeat;
/*  background-size: auto 100%;*/
  background-position: center;
  border: 20px solid #EFE8E2;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.p3-item .item-img:hover+h3{
  text-decoration: underline;
}
.p3-item p {
  margin-top: 12px;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 20px;
  max-width: 320px;
}
.p3-btn {
  margin-top: 70px;
  padding-bottom: 70px;
}
.p3-btn a {
  width: 240px;
  height: 55px;
  padding: 0;
  margin: 0 auto;
  line-height: 55px;
  border-radius: 40px;
  font-size: 20px;
  background: #000000;
}

/* p4 */
.p4 {
  background: #34436C;
  padding: 70px 0;
}
.p4-info h3,
.p4-info p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  vertical-align: text-top;
  color: #ffffff;
  max-height: 487px;
}
.p4-info h3 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 30px;
}
.p4-info p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 34px;
}
.p4-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 560px;
    border: 20px solid #EFE8E2;
}
@media screen and (max-width:768px){
  .p4-info{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 270px;
  }
  .p4-img{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p4-title h2,
.p4-title span {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  vertical-align: text-top;
  color: #ffffff;
}
.p4-title h2 {
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 36px;
}
.p4-title span {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
}
.p4 .arrow-next {
  position: absolute;
  bottom: 20px;
  right: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.p4 .arrow-next:hover{
  opacity: .8;
}

/* p5 */
.p5 > .container {
  padding: 70px 140px;
}
@media screen and (max-width:768px){
  .p5 > .container{
    padding: 70px 20px;
  }
}
.p5-title {
  font-size: 24px;
  line-height: 33px;
}
.p5-title span {
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #9B9B9B;
  margin-left: 10px;
}
.p5-item {
  margin-top: 44px;
}
.p5-item .item-date {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 17px;
  width: 66px;
  height: 17px;
  text-align: center;
  border: 1px solid #9B9B9B;
}
.p5-item .item h3 {
  margin-top: 6px;
  font-size: 20px;
  line-height: 28px;
}
.p5-item .item p {
  margin-top: 14px;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 22px;
}
.p5-item .item>a{
  display: block;
}
.p5-item .item>a:hover p {
  color: #000000;
}
.p5-item .item hr {
  border: none;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(50%, #ccc), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

/* p6 */
.p6 {
  height: 560px;
  padding: 70px 0;
  background: url(../img/home/p6-bg-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.p6 > .container {
  max-width: 600px;
}
.p6-title {
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 36px;
}
.p6-icon {
  margin-top: 150px;
  margin-bottom: 36px;
}
.p6-contact {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: normal;
  font-family: STKaiti-SC-Regular;
}
.p6-icon.wxwb {
  position: relative;
}
.p6-icon .wxwb-qrcode{
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/wx-qrcode.png) no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  right: 130px;
  margin: 0 auto;
  top: -120px;
  border: 4px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.p6-icon .wxwb-qrcode::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* footer */
footer {
  height: 100px;
  padding: 26px 0;
}
footer a{
  -webkit-transition: all .4s;
  transition: all .4s;
}
footer a:hover{
  opacity: .8;
}
/* 背景放大动画 */
.bg-grow:hover{
/*  background-size: auto 106%;*/
}
