.header {
  width: 100%;
  height: 120px;
  line-height: 118px;
  background: url(../images/tobg.png)no-repeat center center;
  border-top: 3px solid #a20d1d;
  border-bottom: 3px solid #a20d1d;
}

.header .main .nav {
  width: 82%;
  line-height: 1.5;
  overflow: hidden;
}

.header .main .logo {
  max-width: 15%;
  overflow: hidden;
}

.header .main .nav>ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 118px;
}

.header .nav li {
  padding: 0 10px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.header .nav li a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.header .nav li a h3 {
  font-family: 'Regular';
}

.header .nav li i {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/jh.png)no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-position: center center;
  top: calc(75% - 16px)\0;
  background-size: cover\0;
  height: 80px\0;
}

.header .nav li.active i,
.header .nav li:hover i {
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header .nav li.active a,
.header .nav li:hover a {
  color: #fff;
}

.header .nav li small {
  font-family: 'st_Light';
  font-size: 12px;
  text-transform: uppercase;
}

.header .wapmenu {
  height: 100%;
  height: 120px;
  display: none;
}

.header .wapmenu .anniu {
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background-color: #a20e1e;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.header .wapmenu.open .anniu {
  background-color: transparent;
  position: absolute;
  right: 3%;
  top: 4%;
}

.header .wapmenu .anniu:after,
.header .wapmenu .anniu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #a20e1e;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.header .wapmenu .anniu:after {
  top: -10px;
}

.header .wapmenu .anniu:before {
  bottom: -10px;
}

.header .wapmenu .mun-text {
  font-size: 16px;
  color: #c4261d;
  position: absolute;
  right: 100px;
}

@media only screen and (max-width: 768px) {
  .header .wapmenu .mun-text {
    right: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .header .wapmenu .mun-text {
    right: 60px;
  }
}

.header .wapmenu.open .anniu:after,
.header .wapmenu.open .anniu:before {
  background-color: #fff;
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
}

.header .wapmenu.open .anniu:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .wapmenu.open .anniu:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .wapmenu .menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.header .wapmenu.open .menu-fixed {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .wapmenu .menu-fixed .menu-list {
  background-color: #a31020;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
}

.header .wapmenu .menu-fixed li {
  line-height: 45px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
}

.wapmenu .menu-fixed li a {
  color: #fff;
}

.wapmenu .menu-fixed li h3 {
  display: inline-block;
  padding-right: 15px;
}

.wapmenu .menu-fixed li.active {
  background-color: rgba(255, 255, 255, .5);
}

.swiper-homeBnner .wap-img {
  display: none;
}

.swiper-homeBnner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #c6c4c3;
  opacity: 1;
  position: relative;
}

.swiper-homeBnner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c4261d;
}

.swiper-homeBnner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #c4261d;
}

.swiper-homeBnner .swiper-pagination {
  bottom: 23px;
}

.home-content-box .partial-one,
.home-content-box .partial-three {
  background: url(../images/bg1.jpg)no-repeat top left;
  -moz-background-size: cover;
  background-size: cover;
}

.home-content-box .partial-one {
  padding-top: 139px;
  padding-bottom: 170px;
}

.home-content-box .partial-one .main,
.home-content-box .partial-two .main,
.home-content-box .partial-three .main,
.home-content-box .partial-four .main,
.info-contentBox .rule .border,
.info-contentBox .bring-Bigpotato .border {
  border: 1px solid #999;
  overflow: visible;
  position: relative;
}

.home-content-box .main:after,
.info-contentBox .bring-Bigpotato .border:after,
.info-contentBox .bring-Bigpotato .border:before,
.home-content-box .main:before,
.info-contentBox .rule .border:before,
.info-contentBox .rule .border:after {
  content: "";
  position: absolute;
  background: url(../images/bk.png);
  width: 32px;
  height: 32px;
}

.home-content-box .main:after,
.info-contentBox .rule .border:after,
.info-contentBox .bring-Bigpotato .border:after {
  bottom: -1px;
  left: -1px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.home-content-box .main:before,
.info-contentBox .rule .border:before,
.info-contentBox .bring-Bigpotato .border:before {
  top: -1px;
  right: -1px;
}

.home-content-box .home-title-always h2 {
  background-color: #fff;
  font-size: 25px;
  font-weight: 700;
  max-width: 45px;
  line-height: 1;
  display: inline-block;
}

.home-content-box .home-title-always>p {
  font-size: 16px;
  width: 35px;
  left: 45px;
  display: inline-block;
  position: absolute;
  color: #888888;
  line-height: 1.4;
  top: 90px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 192px;
}

.home-content-box .home-title-always {
  position: relative;
  right: 23px;
  top: -20px;
}

.home-content-box .fw {
  position: absolute;
  right: -23px;
  top: -20px;
}

.home-content-box .home-title-always em,
.bring-Bigpotato .home-title-always.title em {
  color: #fff;
  position: relative;
  padding: 10px;
  display: inline-block;
  z-index: 1;
}

.home-content-box .home-title-always em:after,
.bring-Bigpotato .home-title-always.title em:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/ttc.png)no-repeat center center;
  z-index: -1;
}

.home-content-box .partial-one .list {
  padding-left: 150px;
  padding-top: 65px;
  padding-right: 104px;
  overflow: hidden;
}

.home-content-box .partial-one .list h5 {
  color: #000000;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 3px;
}

.home-content-box .partial-one .list p {
  color: #888888;
  margin-bottom: 20px;
}

.home-content-box .partial-one .list a>span,
.home-content-box .partial-four .main span {
  color: #c4261d;
  padding-right: 45px;
  background: url(../images/jt.png)no-repeat center right;
  font-family: 'Regular';
  font-size: 14px;
  display: inline-block;
  margin-bottom: 106px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.home-content-box .partial-one .list a>span:hover,
.home-content-box .partial-four .main span:hover {
  padding-right: 80px;
}

.home-content-box .partial-one .swiper-pageOne {
  position: absolute;
  left: 210px;
  bottom: -13px;
  background-color: #fff;
  padding: 5px;
  width: auto;
}

.home-content-box .partial-one .list li figure img,
.home-content-box .partial-one .list li h5,
.home-content-box .partial-four .main li h5,
.home-content-box .partial-four .main li:hover img {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.home-content-box .partial-one .list li figure {
  max-width: 290px;
  overflow: hidden;
}

.home-content-box .partial-one .list li figure .imgbox {
  padding-bottom: 75.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.home-content-box .partial-one .list li:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.home-content-box .partial-one .list li:hover figure .imgbox {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.home-content-box .partial-one .list li:hover h5,
.home-content-box .partial-four .main li:hover h5 {
  color: #c4261d;
}

.home-content-box .partial-one .swiper-pageOne span {
  width: 8px;
  height: 8px;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 3px;
}

.home-content-box .partial-one .list i {
  display:none;
  height: 97px;
}

.home-content-box .more {
  position: absolute;
  bottom: -22.5px;
  right: 70px;
  width: 194px;
  height: 45px;
  background-color: #c4261d;
  text-align: center;
  line-height: 45px;
}

.home-content-box .partial-one .swiper-pageOne span.swiper-pagination-bullet-active {
  background-color: #c4261d;
}

.home-content-box .more a {
  display: block;
  color: #fff;
}

.home-content-box .more:hover {
  -webkit-animation: firstcartoon 1s infinite;
  -moz-animation: firstcartoon 1s infinite;
  animation: firstcartoon 1s infinite;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-direction: alternate
}

@-webkit-keyframes firstcartoon {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-moz-keyframes firstcartoon {
  0% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  25% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes firstcartoon {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

.home-content-box .partial-two .home-title-always {
  position: absolute;
  right: -23px;
  top: -20px;
}

.home-content-box .partial-two {
  background: url(../images/pa2.jpg)no-repeat top left;
  padding-top: 125px;
  padding-bottom: 115px;
}

.home-content-box .partial-four {
  background: url(../images/cabg7_03.jpg)no-repeat bottom left, url(../images/bg.jpg);
  padding-top: 125px;
  padding-bottom: 115px;
}

.home-content-box .partial-two .main {
  padding-top: 73px;
  padding-bottom: 92px;
  padding-right: 165px;
}

.home-content-box .partial-two .main .img {
  float: left;
}

.home-content-box .partial-two .main ul {
  float: right;
  max-width: 55%;
  border-bottom: 1px dashed #d0d0d0;
}

.home-content-box .partial-two .home-title-always>p {
  left: -45px;
}

.home-content-box .partial-two .home-title-always h2 {
  background-color: #eeeeee;
}

.home-content-box .partial-four .home-title-always h2 {
  background-color: #f2f2f2;
}

.home-content-box .partial-two .main time,
.home-content-box .partial-three .main time {
  color: #c4261d;
  display: block;
  padding-bottom: 5px;
  line-height: 1;
}

.home-content-box .partial-two .main li,
.home-content-box .partial-three .main li {
  padding: 25px 0;
  border-top: 1px dashed #d0d0d0
}

.home-content-box .partial-two .main h5,
.home-content-box .partial-three .main h5 {
  font-size: 16px;
  color: #000000;
  padding-bottom: 16px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.home-content-box .partial-two .main li:hover h5,
.home-content-box .partial-three .main li:hover h5 {
  color: #c4261d;
}

.home-content-box .partial-two .main li p,
.home-content-box .partial-three .main li p {
  font-size: 14px;
  color: #777777;
}

.home-content-box .partial-two .main .more,
.home-content-box .partial-four .main .more {
  left: 70px;
}

.home-content-box .partial-three {
  padding-top: 150px;
  padding-bottom: 161px;
}

.home-content-box .partial-three .img {
  max-width:50%;
  padding-left: 135px;
}

.home-content-box .partial-three .main {
  padding-top: 72px;
  padding-bottom: 70px;
}

.home-content-box .partial-three ul {
  padding-right: 25px;
  padding-left: 46px;
  width: 50%;
}

.home-content-box .partial-three .home-title-always {
  position: absolute;
  left: -23px;
 width:100px;
}

.home-content-box .partial-three .main li {
  padding: 20px 0;
}

.home-content-box .partial-three .main h5 {
  padding-bottom: 10px;
}

/*.home-content-box .partial-one .list p {-webkit-line-clamp:3;}
*/
.home-content-box .partial-four .main ul {
  padding-left: 69px;
  padding-right: 58px;
  font-size: 0;
  text-align: center;
  padding-top: 100px;
}

.home-content-box .partial-four .main li {
  display: inline-block;
  max-width: 20%;
  max-width: 19.54%;
  font-size: 14px;
  vertical-align: top;
}

.home-content-box .partial-four {
  padding-top: 119px;
  padding-bottom: 162px;
}

.home-content-box .partial-four .main h5 {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
}

.home-content-box .partial-four .main li p {
  font-size: 16px;
  color: #888;
  line-height: 1.3;
}

.home-content-box .partial-four .main .text {
  text-align: left;
  height: 151px;
  background-color: #fff;
}

.home-content-box .partial-four .main a:nth-of-type(1) {
  padding-bottom: 30px;
}

.home-content-box .partial-four .main .table-cell {
  padding-top: 36px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 30px;
}

.home-content-box .partial-four .main span {
  font-family: 'Regular';
  cursor: pointer;
}

.home-content-box .partial-four .main li:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg)
}

.home-content-box .partial-four .main li>a {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.home-content-box .partial-four .main .table-cell {
  height: 151px;
}

.home-content-box .partial-four .main li:nth-of-type(2n) a .img {
  display: table-footer-group;
}

.home-content-box .partial-four .main li:nth-of-type(2n) a .text {
  display: table-header-group;
}

.footer {
  width: 100%;
  background: url(../images/bgg.jpg)no-repeat center center;
  padding-bottom: 50px;
}

.footer .main .footer-logo {
  padding-top: 90px;
}

.footer .main>.fl {
  width: 25%;
}

.footer .main .share {
  overflow: hidden;
  position: relative;
}

.footer .main .share ul {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer .main .share li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cdcdcd;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.footer .main .share li a {
  display: block;
  height: 100%;
  text-align: center;
}

.footer .main .share li a {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(../images/share.png)no-repeat !important;
}

.footer .main .share li:nth-of-type(1) a {
  background-position: 4px -1px !important;
}

.footer .main .share li:nth-of-type(2) a {
  background-position: -38px 0 !important;
}

.footer .main .share li:nth-of-type(3) a {
  background-position: -78px -2px !important;
}

.footer .main .link li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-bottom: 12px;
}

.footer .main .link li a {
  font-family: 'Regular';
  color: #000;
  font-size: 14px;
}

.footer .main .link li:after {
  content: "";
  position: absolute;
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #a9aead;
}

.footer .main .link {
  margin-top: 22px;
  margin-bottom: 12px;
  text-align: center;
}

.footer .main .link li:nth-of-type(2):after,
.footer .main .link li:last-of-type:after {
  display: none;
}

.footer .main .bottom>p {
  color: #000;
  padding-right: 40px;
}

.footer .main>.fr {
  float: left;
  width: 60%;
  padding-left: 65px;
}

.hurry-sale .menuThree li:hover a,
.hurry-sale .menuThree li.active a {
  display: block;
}

.footer .main .fr a {
  font-family: 'Regular';
}

.footer .main .fr dl {
  float: left;
  font-size: 14px;
  margin-left: 8%;
  display: inline-block;
  line-height: 2;
  padding-top: 30px;
}

.footer .main .fr dl dt a {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  padding-bottom: 25px;
}

.footer .main .fr dl a {
  color: rgba(255, 255, 255, .5);
}

.footer .main .fl h6 {
  color: rgba(255, 255, 255, .5);
  padding: 10px 0;
}

.footer .main .fr dl:nth-child(-n+5) {
  padding-top: 88px;
}

.footer .main>.fl:nth-last-child(2) {
  max-width: 15%;
}

.footer .main .fl h6 {
  font-family: Regular;
}

.footer .main .fl>.fr {
  float: right;
  padding-left: 0;
  width: 100%;
}

.footer .main>.fl .QR_code {
  display: inline-block;
  border: 12px solid rgba(255, 255, 255, .1);
  margin-top: 90px;
}

.bottomlink{background:#212121;color:rgba(255,255,255,0.4);padding: 1.6%;font-size: 12px;display: none;}
.bottomlink a{color:rgba(255,255,255,0.5);margin-right: 10px;display: inline-block;}
.bottomlink a:hover{text-decoration:underline}
@media(max-width:768px){
  .bottomlink{display: none;}
}

.homelink{margin-top: -40px;background: #f1f1f1;padding-bottom: 40px;}
.homelink .con{width:90%;margin:0 auto;max-width: 1280px;color: #666;}
.homelink a{color: #666;margin-right: 10px;display: inline-block;font-size:12px;}
.homelink a:hover{text-decoration:underline}
@media(max-width:768px){
  .homelink{display: none;}
}
.main {
  width: 90%;
}

.cl-service .list dd {
  max-width: 400px;
  table-layout: fixed;
}

.cl-service .list dd a {
  max-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.footer .main .back-top span {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, .1) url(../images/zd.png)no-repeat center center;
  margin-top: 43px;
  cursor: pointer;
}

.cnjs {
  display: none;
  font-size: 18px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0px;
}

.cnjs a {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
.footer .main .link{ display: flex;  flex-wrap: wrap; }
.footer .main .link li{ padding: 0 8px!important; display: inline-block!important; position: relative;}
.footer .main .link li:nth-last-of-type(2){ order: 2; }
.footer .main .link li::after{ content: '';  position: absolute;  top: 50%; transform: translateY(-50%);  right: 0; width: 1px; height: 12px; background-color: #a9aead; display: block!important;}
}
@media only screen and (max-width: 480px) {
  .pdnone {
    display: none !important;
  }

  .cnjs {
    display: inline-block;
  }
}

@media(min-width:1445px) {
  .swiper-homeBnner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 13px;
    height: 13px;
    top: -2px;
    left: -2px;
  }

  .footer {
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media(max-width:1343px) {

  .home-content-box .partial-one .list,
  .home-content-box .partial-four .main ul {
    padding-top: 0;
  }

  .home-content-box .home-title-always {
    position: static !important;
    width:auto !important;
    margin-bottom: 30px;
  }

  .home-content-box .home-title-always,
  .home-content-box .home-title-always>p {
    float: none;
    width: 100%;
    position: static;
    text-align: center;
  }

  .home-content-box .home-title-always h2 {
    width: 100%;
    max-width: none;
    padding-top: 50px;
  }

  .home-content-box .home-title-always p {
    display: inline-block;
  }

  .home-content-box .home-title-always>p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    height: auto;
    padding-top: 20px;
  }

  .home-content-box .partial-two .main {
    padding-top: 0;
    padding-bottom: 70px;
    padding-right: 2%;
  }

  .home-content-box .partial-three .img {
    padding-left: 7%;
  }

  .home-content-box .partial-two,
  .home-content-box .partial-four,
  .footer {
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

.footer .main .share li a {
  background: no-repeat;
  float: none;
  padding-left: 100%;
  margin: 0;
  line-height: 35px;
  position: relative;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.menuWithLocation .menu li {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  margin-left: 20px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.menuWithLocation .menu li.active a,
.menuWithLocation .menu li:hover a {
  color: #c4261d;
}

.menuWithLocation .menu li:nth-of-type(1) {
  margin-left: 0;
}

.menuWithLocation .menu li.active:after,
.menuWithLocation .menu li:hover:after {
  border-color: #c4261d;
}

.menuWithLocation .menu li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-right: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.menuWithLocation {
  padding: 40px 0;
}

.menuWithLocation .menu li a {
  color: #333;
  font-family: 'Regular';
  font-size: 16px;
}

.menuWithLocation .location {
  font-size: 0;
  color: #000;
  padding-left: 20px;
  background: url(../images/about2.png)no-repeat center left;
}

.menuWithLocation .location a:after {
  content: "";
  position: absolute;
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  right: -1px;
  width: 2px;
  height: 2px;
  background-color: #000;
}

.menuWithLocation .location * {
  font-family: 'Regular';
  color: #000;
  padding: 0 5px;
  position: relative;
  font-size: 14px;
}

.menuWithLocation .location span {
  color: #666666;
}

.info-contentBox .content-boxOne .title h3 {
  font-size: 24px;
}

.info-contentBox .content-boxOne .title {
  margin-top: 20px;
  margin-bottom: 52px;
}

.info-contentBox .content-boxOne .title small {
  font-size: 14px;
  text-transform: uppercase;
}

.info-contentBox .content-boxOne p {
  padding-bottom: 35px;
  text-indent: 28px;
  line-height: 1.755;
}

.info-contentBox .content-boxOne {
  overflow: hidden;
  margin-bottom: 62px;
}

.info-contentBox .content-boxOne p,
.info-contentBox .position h5,
.info-contentBox .position small,
.content-boxOne h5,
.info-contentBox .rule .border .title p,
.info-contentBox .rule .border .title h5,
.info-contentBox .rule>p {
  font-family: Regular;
  font-size: 14px;
  color: #777777;
}

.info-contentBox .content-boxOne h5,
.info-contentBox .position h5,
.info-contentBox .rule .border .title h5,
.service .main .content-box h5 {
  font-size: 16px;
  color: #000;
  padding: 15px 0;
  padding-left: 80px;
  position: relative;
}

.info-contentBox .position h5,
.info-contentBox .rule .border .title h5 {
  padding-left: 55px;
}

.info-contentBox .position h5:after,
.info-contentBox .rule .border .title h5:after {
  left: 0 !important;
}

.info-contentBox .position h5:before,
.info-contentBox .rule .border .title h5:before {
  left: 43px !important;
}

.info-contentBox .content-boxOne h5:after,
.info-contentBox .position h5:after,
.info-contentBox .position h5:before,
.content-boxOne h5:before,
.info-contentBox .rule .border .title h5:after,
.info-contentBox .rule .border .title h5:before,
.service .main .content-box h5:after,
.service .main .content-box h5:before {
  content: "";
  top: 50%;
  position: absolute;
  background-color: #000;
}

.info-contentBox .content-boxOne h5:after,
.info-contentBox .position h5:after,
.info-contentBox .rule .border .title h5:after,
.service .main .content-box h5:after {
  width: 43px;
  height: 1px;
  left: 28px;
}

.info-contentBox .content-boxOne h5:before,
.info-contentBox .position h5:before,
.info-contentBox .rule .border .title h5:before,
.service .main .content-box h5:before {
  width: 3px;
  height: 3px;
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 70px;
}

.info-contentBox .content-boxOne .fl {
  width: 65%;
}

.info-contentBox .video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-contentBox .video {
  height: 494px;
  overflow: hidden;
  margin-bottom: 67px;
  margin-right: 25px;
}

.info-contentBox .video .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.info-contentBox .video .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-contentBox .video .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/about4.png)no-repeat center center rgba(0, 0, 0, .3);
}

.info-contentBox .js_text p {
  font-size: 14px;
  font-family: Regular;
  color: #777777;
  line-height: 1.755;
  margin: 10px 0;
}

.info-contentBox .position *,
.info-contentBox .bring-Bigpotato .text *,
.menuWithLocation .menutwo *,
.tiger-fly-camp-list *,
.hostory .right-slide .centent *,
.teamwork *,
.videoList *,
.recruit .main *,
.service *,
.news-list *,
.news-info *,
.cl-service *,
.cl-teamwork *,
.hurry-sale *,
.message *,
.contanc-us * {
  font-family: Regular;
}

.info-contentBox .position ul {
  overflow: hidden;
  font-size: 13px;
  padding-top: 32px;
  padding-bottom: 67px;
  padding-left: 15px;
  padding-right: 15px;
}

.info-contentBox .position li {
  float: left;
  width: 23%;
  margin-right: 2.65%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, .22);
  -moz-box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, .22);
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, .22);
  height: 265px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.info-contentBox .position li h4 {
  padding-top: 15px;
  color: #000;
  font-size: 16px;
  padding-bottom: 3px;
}

.info-contentBox .position li:nth-child(4) {
  margin-right: 0;
}

.info-contentBox .position li p {
  color: #777777;
  padding-top: 32px;
}

.info-contentBox .position li small {
  display: block;
  position: relative;
  font-size: 12px;
}

.info-contentBox .position li small:after {
  position: absolute;
  content: "";
  top: 120%;
  width: 15px;
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
  height: 2px;
  background-color: #a30f1f;
}

.info-contentBox .position li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, .3);
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, .3);
}

.info-contentBox .video .bg:after {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.info-contentBox .video .bg:hover:after {
  background-color: rgba(0, 0, 0, .5);
}

.info-contentBox .rule .border {
  padding-top: 17px;
  padding-bottom: 30px;
  padding-right: 113px;
  padding-left: 52px;
  width: 100%;
}

.info-contentBox .rule .border .title {
  max-width: 826px;
  padding-top: 120px;
}

.info-contentBox .rule>p {
  margin-top: 45px;
  padding-bottom: 99px;
}

.info-contentBox .home-title-always.title p {
  display: inline-block;
}

.info-contentBox .home-title-always.title {
  margin-bottom: 52px;
}

.info-contentBox .bring-Bigpotato .border {
  overflow: hidden;
  margin-bottom: 128px;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 45px;
}

.info-contentBox .bring-Bigpotato .text {
  padding-left: 10px;
  color: #888;
}

.info-contentBox .bring-Bigpotato .text small {
  font-size: 19px;
  position: relative;
}

.info-contentBox .bring-Bigpotato .text small:after,
.tiger-fly-camp-list ul li strong:after {
  position: absolute;
  content: "";
  top: 57px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #c4261d;
}

.info-contentBox .bring-Bigpotato .title {
  padding-bottom: 70px;
}

.info-contentBox .bring-Bigpotato li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.info-contentBox .bring-Bigpotato li:after {
  position: absolute;
  top: -moz-calc(50% - 2px);
  top: calc(50% - 2px);
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #888;
}

.tiger-fly-camp-list ul li {
  padding: 30px 0;
  border-bottom: 1px dotted #cccccc;
}

.tiger-fly-camp-list ul li strong {
  font-size: 38px;
  padding-bottom: 20px;
  display: block;
  color: #c4261d;
  position: relative;
  line-height: 1;
}

.tiger-fly-camp-list ul li strong:after {
  top: 48px;
  left: -moz-calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 2px;
  background-color: #cccccc;
}

.tiger-fly-camp-list ul li time {
  display: block;
  float: left;
  width: 147px;
  text-align: center;
  border: 1px solid #dddddd;
  background-color: #fafafa;
  padding: 35px 0;
  position: relative;
}

.tiger-fly-camp-list ul li time:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #dddddd;
}

.tiger-fly-camp-list ul li i,
.tiger-fly-camp-list ul .text p,
.news-list li .text p {
  display: block;
  font-size: 14px;
  color: #777;
}

.tiger-fly-camp-list ul .text {
  padding-left: 20px;
  max-width: 88%;
}

.tiger-fly-camp-list ul .text h5,
.news-list li .text h5 {
  color: #000;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
}

.tiger-fly-camp-list ul li a {
  display: block;
  overflow: hidden;
}

.tiger-fly-camp-list ul .text p {
  line-height: 1.755;
}

.page {
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 90px;
}

.page a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #fff;
  margin: 0 3px;
}

.wap-img {
  display: none;
}

.education {
  padding-bottom: 130px;
}

.hostory .left-swiper {
  width: 150px;
}

.hostory .left-slide {
  width: 150px;
  position: relative;
}

.hostory .left-swiper .swiper-slide {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: url(../images/bb.png)no-repeat center center;
}

.hostory .left-swiper .swiper-slide.active {
  background-image: url(../images/ac.png);
}

.hostory .left-swiper .swiper-slide span {
  display: inline-block;
  max-width: 70%;
  line-height: 1.3;
  vertical-align: middle;
  padding: 0 10px;
  cursor: pointer;
}

.hostory .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23777777'%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: rotate(-90deg)scale(.75, .75);
  -moz-transform: rotate(-90deg)scale(.75, .75);
  -ms-transform: rotate(-90deg)scale(.75, .75);
  transform: rotate(-90deg)scale(.75, .75);
  top: -20px;
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
}

.hostory .swiper-button-prev {
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  -webkit-transform: rotate(-90deg)scale(.75, .75);
  -moz-transform: rotate(-90deg)scale(.75, .75);
  -ms-transform: rotate(-90deg)scale(.75, .75);
  transform: rotate(-90deg)scale(.75, .75);
  left: 50%;
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23777777'%2F%3E%3C%2Fsvg%3E");
}

.hostory .left-swiper {
  height: 460px;
  position: relative;
  color: #fff;
  font-size: 22px;
  overflow: hidden;
}

.hostory .right-slide {
  max-width: 80%;
  max-height: 675px;
  padding-top: 50px;
  padding-left: 70px;
  overflow: hidden;
}

.main.hostory {
  overflow: visible;
  margin-top: 70px;
  padding-bottom: 97px;
}

.hostory .right-slide h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 30px;
}

.hostory .right-slide em {
  color: #c4261d;
  padding-left: 25px;
}

.hostory .right-slide .centent p {
  padding-bottom: 15px;
  font-size: 14px;
  color: #777;
}

.teamwork .category li,
.hurry-sale .menuTwo li {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: url(../images/qwqw.png)no-repeat center center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  margin: 0 .5%;
}

.teamwork .category li a,
.hurry-sale .menuTwo li a {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}

.teamwork .category li span,
.hurry-sale .menuTwo li span {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  padding-bottom: 3px;
  padding: 0 12px;
}

.teamwork .category {
  margin-top: 20px;
  margin-bottom: 55px;
}

.teamwork .category li:hover,
.teamwork .category li.active,
.hurry-sale .menuTwo li:hover,
.hurry-sale .menuTwo li.active {
  background: url(../images/ac.png)no-repeat center center;
  -moz-background-size: 85% auto;
  background-size: 85% auto;
}

.page a:hover {
  background-color: #c4261d;
  color: #fff;
}

.teamwork .category li:hover a,
.teamwork .category li.active a,
.hurry-sale .menuTwo li.active a,
.hurry-sale .menuTwo li:hover a {
  color: #fff;
}

.teamwork .list {
  overflow: hidden;
}

.menuWithLocation.hey .menu li {
  margin-left: 15px;
}

.page a.a_cur {
  background-color: #c4261d;
  color: #fff;
}

.teamwork .list li {
  float: left;
  width: 18.20%;
  margin-right: 2.25%;
  border: 1px solid #dddddd;
  padding: 10px;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 39px;
}

.teamwork .list li .text {
  padding: 20px 0;
}

.teamwork .list li:nth-child(5n) {
  margin-right: 0;
}

.teamwork .list {
  padding-bottom: 96px;
}

.videoList .main {
  margin-top: 20px;
}

.videoList .main li {
  width: 32%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 30px;
}

.videoList .main li .img {
  max-height: 275px;
  position: relative;
  width: 100%;
}

.videoList .main li .img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play.png)no-repeat center center;
}

.videoList .main li:nth-child(3n) {
  margin-right: 0;
}

.videoList .main li h5 {
  height: 65px;
  line-height: 65px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 16px;
}

.videoList .fiexdVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.videoList .fiexdVideo.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.videoList .fiexdVideo .video {
/*  position: absolute;
  width: 1200px;
  height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  position: relative; 
  display: flex; 
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.videoList .fiexdVideo .video video {
  max-width: 100%;
  max-height: 85vh;
}

.videoList .fiexdVideo .video span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  right: -30px;
  cursor: pointer;
}

.videoList .fiexdVideo .video span:after,
.videoList .fiexdVideo .video span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.videoList .fiexdVideo .video span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.videoList .fiexdVideo .video span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media(max-width:768px){
.videoList .fiexdVideo .video{max-width: 90%;}
}
.recruit {
  margin-top: 20px;
}

.recruit .main dt,
.recruit .main dd .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 19px;
  font-size: 16px;
  overflow: hidden;
}

.recruit .main dt span,
.recruit .main dd .title span .recruit .main dt span,
.recruit .main dd .title span {
  display: block;
  float: left;
  width: 15%;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruit .main dt span:nth-of-type(1),
.recruit .main dd .title span:nth-of-type(1) {
  width: 23%;
}

.recruit .main dt {
  background-color: #000000;
  color: #fff;
}

.recruit .main dd i {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  background-color: #cfcfcf;
  vertical-align: middle;
  color: #fff;
}

.recruit .main dl {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.recruit .main dd .title {
  border-bottom: 1px solid #e5e5e5;
}

.recruit .main dd {
  background-color: #f3f3f3;
}

.recruit .main dd h6 {
  padding-top: 33px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}

.recruit .main dd .content {
  padding-left: 30px;
}

.recruit .main dd .content {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  display: none;
}

.recruit .main dd .content>div {
  padding-top: 30px;
  padding-bottom: 46px;
  color: #000;
}

.recruit .main dd .content>div em {
  color: #c4261d;
}

.recruit .main dd.on .title {
  background-color: #e5e5e5;
}

.recruit .main dd.on .title i {
  background-color: #000;
}

.service .menu-swiper .swiper-slide {
  text-align: center;
  width: 116px;
  height: 119px;
  background: url(../images/x1.png)no-repeat center center;
  color: #000;
  font-size: 16px;
  padding: 0 25px;
  display: table;
}

.service .menu-swiper .swiper-slide,
.service .menu-three .swiper-slide a {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.service .menu-swiper .swiper-slide span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 5px;
}

.service .menu-three {
  position: relative;
  padding: 0 35px;
}

.service .menu-three .swiper-slide.active,
.service .menu-three .swiper-slide:hover {
  background-image: url(../images/x2.png);
}

.service .menu-three .swiper-slide.active a,
.service .menu-three .swiper-slide:hover a {
  color: #fff;
}

.service .menu-three .swiper-button-prev {
  -webkit-transform: scale(.6, .6);
  -moz-transform: scale(.6, .6);
  -ms-transform: scale(.6, .6);
  transform: scale(.6, .6);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23878787'%2F%3E%3C%2Fsvg%3E") !important;
}

.service .menu-three .swiper-button-next {
  -webkit-transform: scale(.6, .6);
  -moz-transform: scale(.6, .6);
  -ms-transform: scale(.6, .6);
  transform: scale(.6, .6);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23878787'%2F%3E%3C%2Fsvg%3E") !important;
}

.service {
  margin-top: 20px;
}

.service .main .content-box {
  overflow: hidden;
  margin-top: 55px;
}

.service .main .content-box .fl {
  width: 55%;
  font-size: 14px;
  color: #333333;
}

.service .main .content-box .fl>div {
  background-color: #fff;
  float: left;
  text-align: center;
  width: 200px;
  margin-right: 29px;
  line-height: 1.8;
  height: 250px;
}

/*.service .main .content-box .fr {max-width:40%;}
*/
.service .main .content-box h5 {
  font-size: 20px;
  color: #000;
  padding-left: 85px;
  margin-bottom: 28px;
}

.service .main .content-box h5:after {
  width: 70px;
  left: 0;
}

/*.service .main .content-box .qqService,.service .main .content-box .phone-number {}
*/
.service .main .content-box .fl>div.QR-code figure {
  padding-top: 25px;
}

.service .main .content-box .fl>div figure {
  padding-top: 32px;
  padding-bottom: 35px;
  min-height: 170px;
}

.service .main .content-box .fl>div p {
  position: relative;
}

.service .main .content-box .fl>div p:after {
  position: absolute;
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #000;
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
  top: -16px;
}

.service .main .content-box .fr {
  float: left;
  padding-left: 30px;
  width: 45%;
}

.service .main .content-box .fr .from label,
.message .from label {
  display: block;
  margin-bottom: 11px;
  overflow: hidden;
}

.content-box .from input,
.content-box .from textarea,
.message .from input,
.message .from textarea {
  display: block;
  width: 99%;
  height: 42px;
  padding-left: 18px;
  color: #777777;
  border: none;
}

.service .main .content-box {
  margin-bottom: 80px;
}

.content-box .from textarea,
.message .from textarea {
  padding: 12px;
  padding-left: 18px;
  min-height: 110px;
  max-height: 110px;
  min-width: 100%;
  max-width: 100%;
}

.content-box .from .two input,
.message .from .two input {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.tiger-fly-camp-list ul .text span,
.news-list li .text span {
  display: inline-block;
  color: #c4261d;
  font-size: 14px;
  padding-right: 40px;
  background: url(../images/jt.png)no-repeat center right;
  margin-top: 20px;
}

.content-box .from .two input:nth-child(2n),
.message .from .two input:nth-of-type(2n) {
  margin-right: 0;
}

.content-box .from button,
.message .from button,
.message .fl .from #whir_1 .btn {
  padding-left: 0;
  display: block;
  width: 160px;
  height: 45px;
  background-color: #c4261d;
  color: #fff;
  font-size: 16px;
  border: none;
  margin: 20px auto;
}
.message .fl .from #whir_1 .flex{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
.message .fl .from #whir_1 .flex .btn{margin: 0;}
.message .fl .from #whir_1 .flex .tel{position: relative;margin-left: 20px;}
.message .fl .from #whir_1 .flex .tel a{display: flex;align-items: center;justify-content: center;width: 160px;height: 45px;background-color: #c4261d;color: #fff;font-size: 16px;}
.message .fl .from #whir_1 .flex .tel a:before{display: block;content: '';margin-right: 10px;width: 20px;height: 20px;background-image: url('../images/tel.png');background-size: 100%}
.message .fl .from #whir_1 .flex .tel p{display: none;position: absolute;left: 0;bottom: 130%;width: 100%;height: 40px;align-items: center;justify-content: center;font-size: 18px;color: #fff;background-color: #c4261d}
.message .fl .from #whir_1 .flex .tel p:before{display: block;content: '';position: absolute;left: 0;right: 0;bottom: -12px;width: 0;height: 0;margin: 0 auto;border-top: 12px solid #c4261d;border-left: 6px solid transparent;border-right: 6px solid transparent;z-index: 3;}
.message .fl .from #whir_1 .flex .tel:hover p{display: flex;}
.news-list li {
  overflow: hidden;
  margin-bottom: 30px;
}

.news-list {
  margin-top: 20px;
  padding-bottom: 20px;
}

.news-list li figure {
  float: left;
  padding: 11px;
  max-width: 292px;
  overflow: hidden;
  max-height: 212px;
  background: url(../images/i.png)no-repeat top left;
  -moz-background-size: contain;
  background-size: contain;
}

.news-list li .text {
  height: 212px;
  padding-left: -moz-calc(292px + 15px);
  padding-left: calc(292px + 15px);
}

.news-list li .text {
  position: relative;
}

.news-list li .text time {
  font-size: 14px;
  color: #c4261d;
  display: block;
  padding-bottom: 15px;
}

.news-list li .text b {
  font-size: 25px;
}

.news-list li .text h5 {
  line-height: 1;
  height: auto;
  padding-bottom: 25px;
}

.news-list li .text span {
  bottom: 20px;
  left: -moz-calc(292px + 15px);
  left: calc(292px + 15px);
  position: absolute;
  background-image: url(../images/pp.png);
  color: #000;
}

.news-list li a {
  display: block;
  overflow: hidden;
}

.news-list li .text p {
  -webkit-line-clamp: 3;
}

.news-list li:hover .text span {
  color: #c4261d;
  background-image: url(../images/jt.png);
}

.news-list li:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.news-info .content .title {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-info .links a{display: inline-block;margin-right:10px;}
.news-info {
  padding-bottom: 92px;
}

.news-info .content .title h1 {
  font-size: 24px;
  color: #1c0001;
}

.news-info .content .title p {
  padding-top: 15px;
}

.news-info .content .title time,
.news-info .content .title span {
  font-size: 14px;
  color: #777777;
  display: inline-block;
  padding: 0 10px;
}

.news-info .content h3 {
  color: #1c0001;
  padding-top: 39px;
  padding-bottom: 35px;
}

.news-info .text h5 {
  color: #000000;
  padding-bottom: 23px;
}

.news-info .text p {
  text-indent: 28px;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  padding-bottom: 23px;
}

.news-info .text p.c0 {
  color: #000;
  text-indent: 0;
  text-align: right;
  font-size: 16px;
  padding-top: 20px;
}

.cl-service .title {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 50px auto;
  padding: 10px 15px;
  border: 2px solid #a30f1f;
}

.cl-service .title h2 {
  display: inline-block;
  width: 485px;
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 27px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #a30f1f;
}

.cl-service .list dt {
  float: left;
  width: 155px;
  height: 70px;
  background: url(../images/cl.png)no-repeat top left;
  -moz-background-size: contain;
  background-size: contain;
  color: #c11920;
  line-height: 70px;
  font-size: 18px;
}

.cl-service .list dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.cl-service .list dd {
  float: left;
  margin-left: 40px;
  height: 70px;
  display: table;
  padding: 0 28px;
  background: url(../images/c2.png)no-repeat top left;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.cl-service .list dd a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}

.cl-teamwork>.main {
  margin-top: 40px;
}

.cl-teamwork .main>ul>li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 55px;
}

.cl-teamwork .main>ul>li img {
  width: 100%;
}

.cl-teamwork .main>ul>li:nth-child(3n) {
  margin-right: 0;
}

.cl-teamwork .main>ul>li time {
  color: #333333;
  font-size: 14px;
  width: 84px;
  display: inline-block;
  text-align: center;
  padding-bottom: 13px;
  border-right: 1px solid #cccccc;
  float: left;
}

.cl-teamwork .main>ul>li time b {
  font-size: 36px;
  display: block;
}

.cl-teamwork .main>ul>li .text {
  padding-top: 19px;
}

.cl-teamwork .main>ul>li .texts {
  padding-left: 104px;
}

.cl-teamwork .main>ul>li .texts h5 {
  font-size: 18px;
  color: #000;
}

.cl-teamwork .main>ul>li figure {
  max-width: 397px;
  max-height: 307px;
  overflow: hidden;
}

.cl-teamwork .main>ul>li .texts p {
  color: #999999;
  font-size: 14px;
  padding-top: 10px;
}

.cl-teamwork .main>ul>li:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.menuTwo {
  margin-bottom: 40px;
  margin-top: 20px;
}

.hurry-sale .menuTwo li {
  width: 116px;
  height: 119px;
  background-image: url(../images/x1.png);
}

.hurry-sale .menuTwo li a {
  padding: 0 13px;
  padding-bottom: 5px;
}

.hurry-sale .menuTwo li:hover,
.hurry-sale .menuTwo li.active {
  background-image: url(../images/x2.png);
  -moz-background-size: 100%;
  background-size: 100%;
}

.hurry-sale .menuThree li {
  display: inline-block;
  font-size: 14px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  margin-bottom: 58px;
  background: url(../images/oo.png)no-repeat top left;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.hurry-sale .menuThree li.active,
.hurry-sale .menuThree li:hover {
  background-image: url(../images/ii.png);
}

.hurry-sale .menuThree li:hover a,
.hurry-sale .menuThree li.active a {
  color: #c11920;
}

.hurry-sale .list {
  overflow: hidden;
}

.hurry-sale .list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 15px;
  border: 5px solid #e5e5e5;
  margin-bottom: 30px;
}

.hurry-sale .list li:nth-child(3n) {
  margin-right: 0;
}

.hurry-sale .list li figure {
  padding-bottom: 75.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hurry-sale .list .text h5 {
  color: #000;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.hurry-sale .list li:hover {
  border-color: #bbbbbb;
}

.hurry-sale .list .text p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
}

.message {
  padding-top: 20px;
}

.message .fl {
  width: 100%;
  max-width: 848px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 58px;
}

.message .fl .from {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 65px;
  padding-right: 65px;
  background-color: #f1f1f1;
}

.message {
  padding-bottom: 100px;
}

.news-info .content .text {
  padding-top: 30px;
}

.news-info .content .title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menuWithLocation .location span {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message .from label {
  margin-bottom: 20px;
}

.message .from button {
  margin-top: 50px;
}

.videoList.coatch-video .main ul li {
  width: 23.5%;
  margin-right: 2%;
}

.videoList.coatch-video .main ul li:nth-child(4n) {
  margin-right: 0;
}

.videoList.coatch-video .main ul li img {
  width: 100%;
}

.videoList.coatch-video .main ul li .img {
  max-height: 221px;
  overflow: hidden;
}

.videoList.coatch-video .main ul li h5 {
  color: #333;
  text-align: center;
}

.videoList.coatch-video .main ul li .img:after {
  background: url(../images/ship.png)no-repeat center center rgba(0, 0, 0, .5);
}

.videoList.coatch-reporter li figure {
  background: none;
  padding: 0;
  max-height: 200px;
  max-width: 300px;
}

.videoList.coatch-reporter {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.videoList.coatch-reporter li .text {
  padding-left: -moz-calc(300px + 15px);
  padding-left: calc(300px + 15px);
}

.videoList.coatch-reporter li .text span {
  left: -moz-calc(300px + 15px);
  left: calc(300px + 15px);
}

.videoList.coatch-reporter li .text h5 {
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}

.videoList.coatch-reporter li {
  padding: 15px;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
}

.videoList.coatch-reporter li .text time,
.coatch-reporter li .text b {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}

.videoList.coatch-reporter li img {
  min-width: 300px;
}

.contanc-us .partial-one .title>p {
  font-size: 58px;
  color: #cccccc;
  opacity: .3;
  text-transform: uppercase;
  position: relative;
  top: 30px;
}

.contanc-us .same .title {
  padding-bottom: 45px;
}

.contanc-us .same .title h3 {
  font-size: 28px;
  line-height: 1;
  color: #000;
}

.contanc-us .same .title small {
  font-size: 20px;
  display: block;
  padding-top: 10px;
}

.contanc-us .same h5 {
  color: #000;
  position: relative;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contanc-us .same {
  overflow: hidden;
}

.contanc-us .same h5:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #000;
}

.contanc-us .same .content-box p {
  margin-bottom: 25px;
}

.contanc-us .same p {
  font-size: #777777;
  font-size: 16px;
  margin-bottom: 20px;
}

.contanc-us {
  padding-bottom: 100px;
  margin-top: 20px;
}

.contanc-us .same>li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  padding-top: 30px;
}

.contanc-us .same>li:nth-of-type(2n) {
  float: right;
}

.contanc-us .same>li:nth-last-child(-n+2) {
  border-bottom: none;
}

.contanc-us .left {
  float: left;
}

.contanc-us .map {
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
  height: 50px;
  float: right;
}

.map img {
  max-width: none;
}

.map .map-content {
  font-size: 16px;
  color: #000;
  padding: 10px;
}

.map .map-content p {
  font-size: 14px;
  color: #777;
  padding-top: 5px;
}

@media(max-width:1280px) {
  .main {
    padding: 0 15px;
  }

  .menuWithLocation .menu {
    float: none;
  }

  .info-contentBox .content-boxOne .fl {
    width: 100%;
  }

  .menuWithLocation .menu li {
    line-height: 2;
  }

  .info-contentBox .content-boxOne .fr {
    width: 100%;
    text-align: center;
  }

  .menuWithLocation .location {
    margin-top: 40px;
  }

  .info-contentBox .video {
    margin-right: 0;
  }

  .info-contentBox .rule .border .title {
    max-width: 70%;
  }

  .tiger-fly-camp-list ul .text {
    max-width: 85%;
  }

/*  .videoList .fiexdVideo .video {
    width: 500px;
    height: 400px;
  }*/
}

@media(max-width:1080px) {

  .header,
  .header .wapmenu{
    display: block;
  }

  .swiper-homeBnner .pc-img {
    display: block;
  }

  .swiper-homeBnner .swiper-pagination {
    bottom: 10px;
  }

  .swiper-homeBnner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .swiper-homeBnner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 7px;
    height: 7px;
    top: -2px;
    left: -2px;
  }

  .home-content-box .partial-two .main ul {
    width: 50%;
  }

  .header,
  .header .wapmenu {
    height: 90px;
    line-height: 90px;
  }

  .home-content-box .partial-one .main,
  .home-content-box .partial-two .main,
  .home-content-box .partial-three .main,
  .home-content-box .partial-four .main {
    border: none;
  }

  .home-content-box .main:after,
  .home-content-box .main:before,
  .header .main .nav {
    display: none;
  }

  .info-contentBox .bring-Bigpotato .border .fl {
    float: none;
  }

  .home-content-box .partial-two .main {
    padding-bottom: 0;
  }

  .home-content-box .partial-one,
  .home-content-box .partial-two,
  .home-content-box .partial-four,
  .home-content-box .partial-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-content-box .partial-one .list,
  .home-content-box .partial-three .main {
    padding: 0 2%;
  }

  .home-content-box .more {
    position: static;
    margin: 0 auto;
    margin-top: 15px;
  }

  .home-content-box .partial-three .img {
    padding-left: 2%;
  }

  .info-contentBox .position li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .info-contentBox .position li:nth-child(2n) {
    margin-right: 0;
  }

  .info-contentBox .bring-Bigpotato .border,
  .info-contentBox .rule .border .fr {
    text-align: center;
  }

  .info-contentBox .bring-Bigpotato .text {
    display: inline-block;
  }

  .info-contentBox .bring-Bigpotato .text li {
    text-align: left;
  }

  .info-contentBox .bring-Bigpotato .text small:after {
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px)
  }

  .tiger-fly-camp-list ul .text {
    max-width: 80%;
  }

  .teamwork .list li {
    width: 23%;
    margin-right: 2.525%;
  }

  .teamwork .list li:nth-child(4n) {
    margin-right: 0;
  }

  .cl-service .list dl {
    margin-bottom: 0;
  }

  .cl-service .list dd {
    margin-left: 15px;
  }

  .videoList.coatch-video .main ul li {
    width: 32%;
    margin-right: 2% !important;
  }

  .videoList.coatch-video .main ul li:nth-child(3n) {
    margin-right: 0% !important;
  }
}

@media(max-width:768px) {

  /*  * {font-family:'Regular',"SimSun",Arial,sans-serif;}
*/
  .header,
  .header .wapmenu {
    height: 70px;
    line-height: 70px;
    border-top: none;
    border-bottom: none;
  }

  .main {
    padding: 0 2%;
  }

  .header .wapmenu .anniu {
    width: 20px;
  }

  .header .wapmenu .anniu:after {
    top: -8px;
  }

  .header .wapmenu .anniu:before {
    bottom: -8px;
  }

  .header .main .logo {
    max-width: 25%;
  }

  .footer .main>.fr {
    display: none;
  }

  .home-content-box .partial-two,
  .home-content-box .partial-four,
  .footer {
    -moz-background-size: cover;
    background-size: cover;
  }

  .home-content-box .partial-one,
  .home-content-box .partial-two,
  .home-content-box .partial-four,
  .home-content-box .partial-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wapmenu .menu-fixed li a {
    display: block;
  }

  .home-content-box .home-title-always em:after,
  .info-contentBox .bring-Bigpotato .title em:after {
    -moz-background-size: contain;
    background-size: contain;
  }

  .home-content-box .home-title-always h2{font-size:0;}
  .home-content-box .home-title-always h2 i,
  .home-content-box .home-title-always h2 p{background:#d61518; color:#fff; padding:12px 0; display:inline-block;}
  .home-content-box .home-title-always h2 p{font-size:0;padding-left:15px;}
  .home-content-box .home-title-always h2 i{ letter-spacing:2px; padding-right:15px; font-size:14px;}
  .home-content-box .home-title-always em{ letter-spacing:2px; font-size:14px; padding:0;}
  .home-content-box .home-title-always em:after,
  .bring-Bigpotato .home-title-always.title em:after{ display:none;}


  .home-content-box .partial-one .list h5,
  .home-content-box .partial-two .main h5,
  .home-content-box .partial-three .main h5,
  .home-content-box .partial-four .main h5 {
    font-size: 14px;
  }

  .home-content-box .home-title-always>p {
    font-size: 14px;
    padding-top: 10px;
  }

  .home-content-box .partial-one .list p {
    line-height: 1.5;
  }

  .home-content-box .partial-one .list li figure,
  .home-content-box .partial-two .main ul{
    max-width: none;
  }

  

  .home-content-box .partial-one .list li figure img {
    width: 100%;
  }

  .home-content-box .partial-one .list h5 {
    padding-top: 15px;
  }

  .home-content-box .partial-one .list i {
    height: 45px;
  }

  .home-content-box .partial-one .list a>span,
  .home-content-box .partial-four .main span {
    margin-bottom: 0;
  }

  .home-content-box .partial-one .list a>span {
    position: absolute;
    bottom: 23px;
    right: 0;
  }

  .home-content-box .partial-two .main .img,
  .home-content-box .partial-three .img {
    display: none;
  }

  .home-content-box .partial-two .main ul {
    width: 100%;
  }

  .home-content-box .partial-one .swiper-pageOne,
  .footer .main .share ul {
    position: static;
    background-color: transparent;
  }

  .home-content-box .partial-two .main h5,
  .home-content-box .partial-three .main h5 {
    padding-bottom: 10px;
  }

  .home-content-box .partial-two .main li,
  .home-content-box .partial-three .main li {
    padding: 15px 0;
    display:none;
  }

  .home-content-box .partial-two .main li:nth-child(1),
  .home-content-box .partial-two .main li:nth-child(2),
  .home-content-box .partial-two .main li:nth-child(3),
  .home-content-box .partial-three .main li:nth-child(1),
  .home-content-box .partial-three .main li:nth-child(2),
  .home-content-box .partial-three .main li:nth-child(3) {
    display:block;
  }

  .home-content-box .partial-two .main li p,
  .home-content-box .partial-three .main li p,
  .home-content-box .partial-four .main li p {
    font-size: 12px;
  }
  .home-content-box .partial-three .home-title-always{width:100%;}
  .home-content-box .home-title-always {
    margin-bottom: 20px;
  }

  .home-content-box .more {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .home-content-box .partial-one .list a>span,
  .home-content-box .partial-four .main span {
    -webkit-transform: scale(.85, .85);
    -moz-transform: scale(.85, .85);
    -ms-transform: scale(.85, .85);
    transform: scale(.85, .85);
  }

  .home-content-box .partial-two .main li b,
  .home-content-box .partial-three .main li b {
    font-size: 20px;
  }

  .home-content-box .partial-three ul {
    padding: 0;
    width: 100%;
  }

  .home-content-box .partial-four .main ul {
    padding: 0;
  }
  
  .home-content-box .partial-four .main li {
    margin:0;
    margin-bottom: 10px;
    margin-right:2%;
    width:49%;
    max-width:100%;
    display: none;
  }

  .home-content-box .partial-four .main li:nth-child(2n) {
    margin-right:0;
  }

  .home-content-box .partial-four .main a:nth-of-type(1) {padding-bottom: 15px;}

  .home-content-box .partial-four .main li:nth-child(1),
  .home-content-box .partial-four .main li:nth-child(2),
  .home-content-box .partial-four .main li:nth-child(3),
  .home-content-box .partial-four .main li:nth-child(4){ display:block;}

  .footer .main>.fl {
    width: 100%;
  }

  .footer-logo {
    display: none;
  }

  .footer .main .share ul {
    padding-top: 25px;
  }

  .footer .bottom {
    padding-top: 40px;
    position: relative;
  }

  .footer .bottom .animal {
    float: left;
  }

  .footer .main .link {
    position: absolute;
    bottom: 32px;
    left: 124px;
  }

  .footer {
    padding-bottom: 15px;
  }

  .footer .main .bottom>p {
    padding-top: 20px;
  }

  .footer .main .link li a,
  .footer .main .bottom>p,
  .footer .main .fl h6 {
    /*color:rgba(255,255,255,.5);*/
    font-size: 13px;
  }

  .footer .main .bottom>p {
    font-size: 12px;
  }

  .footer .main>.fl .QR_code {
    margin-top: 30px;
  }

  .footer .main>.fl:nth-last-child(2) {
    max-width: none;
  }

  .footer .main .fl>.fr {
    padding-bottom: 15px;
  }

  .back-top {
    position: fixed;
    bottom: 20%;
    right: 2%;
    z-index: 99;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
    width: 57px !important;
    height: 57px;
  }

  .footer .main .back-top span {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }

  .footer .main .fl .fr.back-top h6 {
    color: rgba(0, 0, 0, .5) !important;
  }

  .footer .main .share li i {
    background: url(../images/wapshare.png)no-repeat;
  }

  .info-contentBox .position li {
    width: 100%;
    margin-right: 0;
  }

  .info-contentBox .rule .border,
  .info-contentBox .bring-Bigpotato .border {
    padding-left: 2%;
    padding-right: 2%;
  }

  .info-contentBox .rule .border .title {
    max-width: 100%;
  }

  .info-contentBox .rule .border .title {
    padding-top: 15px;
  }

  .info-contentBox .rule .border .fr,
  .info-contentBox .rule .border .title {
    float: none;
  }

  .info-contentBox .bring-Bigpotato .title {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .info-contentBox .bring-Bigpotato .border .title {
    padding-bottom: 40px;
  }

  .info-contentBox .rule .border .fr {
    padding-top: 15px;
  }

  .info-contentBox .rule>p {
    padding-bottom: 35px;
  }

  .menuWithLocation .location {
    display: none;
  }

  .info-contentBox .content-boxOne .title {
    text-align: center;
  }

  .info-contentBox .content-boxOne .title h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .info-contentBox .content-boxOne .title small {
    font-size: 12px;
  }

  .info-contentBox .content-boxOne .title {
    margin-bottom: 30px;
  }

  .info-contentBox .content-boxOne p {
    padding-bottom: 15px;
  }

  .info-contentBox .bring-Bigpotato .text h5 {
    font-size: 20px;
  }

  .info-contentBox .bring-Bigpotato .text small {
    font-size: 16px;
  }

  .info-contentBox .bring-Bigpotato .text small:after {
    height: 2px;
    top: 40px;
  }

  .info-contentBox .bring-Bigpotato .title h2 {
    font-size: 18px;
  }

  .menuWithLocation .menu {
    background-color: rgba(255, 255, 255, .8);
    display: none;
  }

  .menuWithLocation .menu li a {
    font-size: 14px;
    color: #777;
  }

  .menuWithLocation .menutwo {
    height: 40px;
    position: relative;
    width: 100%;
    line-height: 40px;
    color: #777;
    font-size: 14px;
    background-color: #fff;
    padding: 0 15px;
    /* margin-left:-2%;margin-right:-2%;*/
  }

  .menuWithLocation {
    padding-top: 20px;
  }

  .menuWithLocation .menutwo:after {
    position: absolute;
    content: "";
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 2%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #777777;
    border-top: 1px solid #777777;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
  }

  .menuWithLocation .menutwo.open:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
  }

  .menuWithLocation .menu li {
    display: block;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #777;
    margin-left: 0;
    padding-left: 30px;
  }

  .menuWithLocation .menu li:after {
    display: none;
  }

  .tiger-fly-camp-list ul li time {
    padding: 20px 0;
    width: 90px;
  }

  .tiger-fly-camp-list ul li strong {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .tiger-fly-camp-list ul li strong:after {
    top: 85%;
  }

  .tiger-fly-camp-list ul li {
    padding: 15px 0;
  }

  .tiger-fly-camp-list ul .text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .tiger-fly-camp-list ul .text {
    padding-left: 2%;
  }

  .tiger-fly-camp-list ul .text {
    max-width: 75%;
  }

  .tiger-fly-camp-list ul .text p {
    line-height: 1.5;
    font-size: 13px;
  }

  .tiger-fly-camp-list ul .text h5 {
    height: auto;
    line-height: 1;
    padding-bottom: 10px;
  }

  .tiger-fly-camp-list ul .text span {
    margin-top: 5px;
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }

  .page a {
    padding: 5px 10px;
  }

  .pc-img {
    display: none;
  }

  .wap-img {
    display: block;
  }

  .hostory .right-slide {
    max-width: 100%;
    padding: 0;
  }

  .hostory .left-swiper,
  .hostory .left-slide {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
  }

  .hostory .right-slide {
    max-height: 800px;
  }

  .hostory .left-swiper {
    width: 92%;
  }

  .hostory .left-swiper .swiper-slide,
  .hostory .swiper-button-next,
  .hostory .swiper-button-prev {
    -webkit-transform: scale(.7, .7) !important;
    -moz-transform: scale(.7, .7) !important;
    -ms-transform: scale(.7, .7) !important;
    transform: scale(.7, .7) !important;
  }

  .hostory .swiper-button-next {
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: auto;
    top: 50%;
  }

  .hostory .swiper-button-prev {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    top: 50%;
  }

  section {
    -moz-background-size: cover !important;
    background-size: cover !important;
  }

  .main.hostory {
    margin-top: 0;
  }

  .hostory .right-slide h3 {
    font-size: 16px;
  }

  .teamwork .list li {
    width: 49%;
    margin-right: 2% !important;
  }

  .teamwork .list li:nth-child(2n) {
    margin-right: 0% !important;
  }

  .videoList .fiexdVideo .video span {
    right: 2%;
  }

/*  .videoList .fiexdVideo .video {
    width: 100%;
    height: 350;
  }*/

  .videoList .main li {
    width: 100%;
  }

  .videoList .main li h5 {
    font-size: 14px;
  }

  .videoList .main .page {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .recruit .main dl {
    overflow-y: hidden;
    width: 100%;
  }

  .recruit .main dt span,
  .recruit .main dd .title span {
    width: auto !important;
    float: none;
    display: inline-block;
  }

  .recruit .main dt,
  .recruit .main dd .title {
    white-space: nowrap;
  }

  .recruit .main dt,
  .recruit .main dd .title {
    padding-left: 15px;
  }

  .recruit .main dt span,
  .recruit .main dd .title span {
    min-width: 115px;
    /* display:block;float:left;*/
  }

  .recruit .main dt,
  .recruit .main dd .title,
  .recruit .main dd {
    overflow: visible;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .recruit .main dd {
    max-width: 759px;
    overflow: hidden;
  }

  .footer {
    background: url(../images/bgg.jpg)no-repeat left center;
    border-top: 1px solid rgba(255, 255, 255, .8);
  }

  .recruit .main dd i {
    position: relative;
    bottom: 20px;
    right: 10px;
  }

  .recruit .main dt span:nth-of-type(1),
  .recruit .main dd .title span:nth-of-type(1) {
    min-width: 150px;
  }

  .service .main .content-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service .main .content-box .fl,
  .service .main .content-box .fr {
    width: 100%;
    padding: 0;
  }

  .service .main .content-box .fr {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .service .main .content-box .fl {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .content-box .from input,
  .content-box .from textarea {
    width: 100%;
    max-width: 100%;
  }

  .service .main .content-box h5 {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }

  .service .main .content-box h5:after,
  .service .main .content-box h5:before {
    display: none;
  }

  .service .main .content-box .fl>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .service .menu-swiper .swiper-slide {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }

  .service .main .content-box {
    margin-top: 20px;
  }

  .news-list li figure {
    max-width: 130px;
    max-height: none;
    padding: 5px;
  }

  .news-list li .text {
    padding-left: 142px;
    height: auto;
  }

  .news-list li .text b,
  .news-info .content h3,
  .news-info .content h5,
  .news-info .content p.c0 {
    font-size: 14px;
  }

  .news-list li .text time {
    padding-bottom: 5px;
  }

  .news-list li .text h5 {
    padding-bottom: 13px;
  }

  .news-list li .text span {
    display: none;
  }

  .news-list li .text p {
    -webkit-line-clamp: 2;
  }

  .news-info .content .title h1,
  .cl-service .title h2 {
    font-size: 16px;
  }

  .cl-service .title {
    width: 80%;
    padding: 10px;
  }

  .cl-service .title h2 {
    width: 100%;
    padding: 15px;
  }

  .cl-service .list dt {
    width: 40%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    background: none;
    border: 1px solid #c11920;
  }

  .cl-service .list dd {
    border: 1px solid #333;
    background: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
    margin: 5px;
  }

  .cl-teamwork .main>ul>li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .cl-teamwork .main>ul>li .texts {
    padding-left: 100px;
    padding-right: 2%;
  }

  .cl-teamwork .main>ul>li .texts h5 {
    font-size: 16px;
  }

  .cl-teamwork .main>ul>li time b {
    font-size: 26px;
  }

  .hurry-sale .list li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .hurry-sale .menuTwo {
    white-space: nowrap;
  }

  .hurry-sale .menuTwo li {
    width: 90px;
    height: 93px;
  }

  .hurry-sale .menuTwo ul {
    overflow-y: hidden;
  }

  .hurry-sale .menuTwo li a {
    padding: 0 10px;
    padding-bottom: 5px;
  }

  .hurry-sale .menuTwo li span {
    white-space: normal;
  }

  .teamwork .category>ul {
    overflow-y: hidden;
    white-space: nowrap;
  }

  .teamwork .category>ul li span {
    white-space: normal;
  }

  .message .fl {
    width: 96%;
    left: 2%;
    right: 2%;
  }

  .message .fl {
    margin-top: 30px;
  }

  .message .fl .from {
    padding: 2%;
    opacity: .8;
  }

  .message .from label {
    margin-bottom: 10px;
  }

  .message .from button {
    margin: 10px auto;
  }

  .message .from button {
    -webkit-transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    transform: scale(.9, .9);
  }

  .coatch-reporter li img {
    min-width: auto;
  }

  .coatch-reporter li .text h5 {
    line-height: 1;
    padding-top: 5px;
    height: auto;
    padding-bottom: 5px;
  }

  .coatch-reporter li {
    padding: 5px;
  }

  .coatch-reporter li .text p {
    line-height: 1.3;
  }

  .coatch-reporter li {
    margin-bottom: 15px;
  }

  .coatch-reporter li .text b {
    font-size: 12px;
  }

  .videoList.coatch-video .main ul li {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 15px;
  }

  .videoList .main .page {
    padding-top: 30px;
  }
}

.news-list.coatch-reporter li .text time {
  color: #999999;
}

.news-list.coatch-reporter li .text time b {
  font-size: 14px;
}

.home-content-box .partial-two .main .img img,
.home-content-box .partial-three .img img {

  -webkit-transition-duration: .5s;

  -moz-transition-duration: .5s;

  transition-duration: .5s;
}

.home-content-box .partial-two .main .img img.fade,
.home-content-box .partial-three .img img.fade {
  -webkit-animation: fade 1.3s 1;
  -moz-animation: fade 1.3s 1;
  animation: fade 1.3s 1;
}

/* .footer .main .fr dl:nth-child(-n+2){
    float: right;
 }*/
@-webkit-keyframes fade {
  0% {

    opacity: .2;
  }

  100% {
    opacity: 1;

  }
}

@-moz-keyframes fade {
  0% {

    opacity: .2;
  }

  100% {
    opacity: 1;

  }
}

@keyframes fade {
  0% {

    opacity: .2;
  }

  100% {
    opacity: 1;

  }
}

.jiesao {
  width: 100%;
  background: url(../images/jiashao.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
}

.jis-content {
  display: flex;
  display: -webkit-flex;
  padding: 40px 120px 40px 60px;
}

.jis-content .jie-img {
  background-size: 100% 100% !important;
  margin-right: 50px;
  width: 250px;
  height: 160px;
}

.jis-content .jie-text {
  padding-left: 30px;
  width: 72%;
}

.jis-content .jie-text h2 {
  font-size: 18px;
}

.jis-content .jie-text h2:before {
  content: '';
  background: url(../images/jit.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 10px 50px;
}

.jis-content .jie-text p {
  font-size: 14px;
  padding-left: 50px;
  padding-top: 50px;
  text-indent: 25px
}

@media only screen and (max-width: 768px) {
  .jis-content {
    display: block;
    text-align: center;
  }

  .jis-content .jie-img {
    height: 120px;
    width: 200px;
  }

  .jis-content .jie-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .jis-content {
    padding: 20px 20px 20px 20px;
  }

  .jis-content .jie-text {
    width: 90%;
  }

  .jis-content .jie-text p {
    padding-left: 0;
    padding-top: 15px;
  }

  .jis-content .jie-text h2 {
    font-size: 16px;
  }

  .jis-content .jie-text h2:before {
    padding: 10px 30px;
  }
}

.caina {
  padding-top: 80px;
  background: url(../images/bg.jpg);
}

.cn-title {
  width: 60%;
  margin: 0 20%;
  color: black;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  /*兼容ie*/
}

.cn-title h1 {
  font-weight: bold;
  font-size: 26px;
  text-align: justify;
}

.cn-title p {
  font-weight: bold;
  font-size: 12px;
  text-align: justify;
  font-family: "微软雅黑";
}

.caina1 {
  margin: 50px 0;
  color: black;
}

.caina1 h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 10px
}

.caina1 h3 {
  font-family: "微软雅黑";
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 500;
}

.caina1 h2 em {
  display: inline-block;
  z-index: 1;
  padding: 10px;
  color: white;
  position: relative;
}

.caina1 h2 em:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  background: url(../images/ttc.png) no-repeat center center;
}

.caina1 img {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.caina2,
.caina3 {
  margin: 50px 0;
  color: black;
}

.caina2 h2 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.caina2 .caina2-content {
  padding: 60px 50px;
  border-bottom: 1px solid rgb(212, 212, 212);
  display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}

.caina2 .caina2-content .item-list {
  text-align: center;
}

.item-list p {
  font-size: 14px;
  padding-top: 20px;
  font-family: "微软雅黑";
}

.ca2 img {
  margin-top: 30px;
}

.caina3 {
  padding-bottom: 360px;
  border-bottom: 1px solid rgb(212, 212, 212);
  position: relative;
  z-index: 2;
}

.caina3 .caina3-header {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.caina3 .caina3-header h2 {
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: bold;
}

.caina3 .caina3-header h2:nth-child(2) {
  width: 40%;
}

.caina3-content {
  position: relative;
}

.caina3-left {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-flow: wrap;
  width: 60%;
  padding-top: 40px;
}

.caina3-left p {
  position: relative;
  font-family: "微软雅黑";
  font-size: 15px;
  margin: 20px 30px;
}

.caina3-left p:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: url(../images/ttc.png) no-repeat;
  background-size: 100% 100%;
}

.caina3-right {
  float: right;
  position: relative;
  width: 40%;
  height: 320px;
}

.caina3-right .caimg2 {
  position: absolute;
  right: 0;
}

.caina3-right .caimg1 {
  position: absolute;
  bottom: 30px;
  left: -180px;
  z-index: 1;
}

.bgca {
  background: url(../images/cabg7_03.jpg) no-repeat;
  width: 800px;
  height: 400px;
  margin-top: -330px;
  background-position: left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.caina4 {
  padding-bottom: 430px;
}

.caina4-left {
  padding-top: 0;
}

.caina4-right {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.caina4-right .caina4-p {
  width: 35%;
  text-align: center;
  margin: 20px 20px;
}

.caina4-right .caina4-p p {
  font-family: "微软雅黑";
  padding-top: 15px;
  font-size: 14px;
}

.caina4 .caina3-header h2:nth-child(2) {
  width: 37%;
}

.caina5-text {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caina5-text .ciana5-list {
  position: relative;
  padding: 50px 20px;
}

.caina5-text .ciana5-list img {
  width: auto;
  height: auto;
  box-shadow: none;
}

.caina5-text .ciana5-list p {
  font-family: "微软雅黑";
  margin-top: 20px;
}

.caina5-text .ciana5-list:nth-child(1):after,
.caina5-text .ciana5-list:nth-child(2):after,
.caina5-text .ciana5-list:nth-child(3):after {
  content: '';
  width: 1px;
  height: 70px;
  position: absolute;
  right: -150px;
  top: 115px;
  background: rgb(212, 212, 212);
}

.caina6-text {
  display: flex;
  display: -webkit-flex;
  padding: 50px 0;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.caina6-text .caina6-one {
  background: url(../images/caina6-1_03.jpg) no-repeat center;
  background-size: 100% 100%;
}

.caina6-text .caina6-one:nth-child(1) {
  margin-right: 10px;
}

.caina6-text .caina6-one:nth-child(2) {
  margin-left: 10px;
}

.caina6-text .caina6-one h3 {
  float: left;
  width: 32%;
}

.caina6-left {
  width: 100%;
  padding: 0px 20px 20px 20px;
}

.caina6 h2 {
  letter-spacing: 2px;
}

.caina6 h2 em {
  letter-spacing: 10px;
}

.caina7-text {
  display: flex;
  display: -webkit-flex;
  padding: 50px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.caina7-left {
  width: 100%;
  padding-top: 0;
}

.caina7-left p {
  font-size: 13px;
  margin: 5px 18px;
}

.caina7-one {
  margin: 0 10px;
  width: 30%;
}

.caina7-one img {
  box-shadow: none;
  height: 150px;
  width: 400px;
}

.caina7-one h3 {
  text-align: left;
}

.caina8 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.caina8-one {
  padding-top: 30px;
}

.ciana-bottombg {
  background: url(../images/caina9_03.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 200px;
}

.new-home {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 80px;
}

.new-home a:nth-of-type(1) {
  padding-bottom: 20px;
}

.new-home p {
  padding-top: 10px;
  color: black !important;
  font-size: 18px !important;
}

.new-home li {
  margin: 0 20px;
  max-width: 20%;
}

.new-home li .fw_img {
  width: 100%;
  height: 155px;
  overflow: hidden
}

.new-home li .fw_img img {
  height: 100%;
}

@media only screen and (max-width:1024px) {
  .new-home li .fw_img{ height:auto;}
}

@media only screen and (max-width:1000px) {
  .bgca {
    width: 400px;
    height: 200px;
  }

  .caina3-right .caimg1 {
    left: 0;
    bottom: -30px;
  }

  .caina2 .caina2-content {
    flex-flow: wrap;
  }

  .caina8 {
    display: block !important;
  }

  .caina5-text .ciana5-list:nth-child(1):after,
  .caina5-text .ciana5-list:nth-child(2):after,
  .caina5-text .ciana5-list:nth-child(3):after {
    right: -30% !important;
  }
}

@media screen and (max-width: 768px) {

  .caina4-right .caina4-p {
    margin: 20px 15px !important;
  }

  .caina5-text .ciana5-list:nth-child(1):after,
  .caina5-text .ciana5-list:nth-child(2):after,
  .caina5-text .ciana5-list:nth-child(3):after {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hostory .right-slide {
    max-height: none;
  }
  .cn-title {
    width: 100%;
    margin: 0;
    text-align-last: left
  }

  .caina2 .caina2-content {
    padding: 50px 10px;
  }

  .caina3-right .caimg1 {
    bottom: 40px;
  }

  .caina3-left {
    padding-top: 0;
  }

  .caina3 .caina3-header h2 {
    font-size: 12px;
  }

  .caina4-right .caina4-p p {
    font-size: 12px;
  }

  .caina7-one img {
    height: 100px !important;
  }

  .caina4-right {
    width: 100%;
  }

  .caina4 {
    padding-bottom: 480px;
  }

  .caina5-text {
    flex-wrap: nowrap !important;
  }

  .caina5-text .ciana5-list {
    padding: 0;
  }

}

@media screen and (max-width:480px) {
  .caina7-one img {
    height: 50px !important;
  }

}

@media(min-width: 768px) {
  .phWarp {
    display: none;
  }
}

@media(max-width:769px) {
  .pcWarp {
    display: none;
  }
}


/*Other002539 */
.Other002539 {
  position: fixed;
  z-index: 200;
  right: 40px;
}

.Other002539 ul li {
  position: relative;
}

.Other002539 ul li figure {
  position: absolute;
  top: -33px;
  right: 80px;
  background: #fff;
  color: #fff;
  /* display: block !important; */
  transition: all 0.8s;
  width: 0;
  padding: 10px;
  height: auto;
  z-index: -1;
  opacity: 0;
}

.Other002539 .li_wx:hover figure {
  opacity: 1;
  width: 130px;
}

.Other002539 .li_wx figure img {
  display: block;
  width: 100%;
  width: 130px;
  height: 110px;
}

.Other002539 .li_tel figure {
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  white-space: nowrap;
}

.Other002539 .li_tel figure a {
  color: #fff;
}

.Other002539 .icon {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/11.png) no-repeat left top #fff;
  border-bottom: 1px solid #fff;
  background-size: contain;
}

.Other002539 .li_sina .icon {
  background-position: 0 -50px;
}

.Other002539 .li_tel .icon {
  background-position: 0 -100px;
}

.Other002539 .li_feedback .icon {
  background-position: 0 -147px;
}

.Other002539 .icon.gettop {
  background-position: 0 100%;
}

.Other002539 .icon.open {
  background-image: none;
  position: relative;
}

.Other002539 .open span {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media(min-width:1025px) {
  .Other002539 {
    top: 50%;
    transform: translateY(-50%);
  }

  .Other002539 ul {
    /* display: block !important; */
    box-shadow: 0 0 11px 0px #aaa;
  }

  .Other002539 .icon.open {
    display: none;
  }

  .Other002539 .li_tel figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
  }
}

@media(max-width:1024px) {
  .Other002539 {
    bottom: 5%;    right: 0;
  }
  .Other002539 ul li figure {
    width: 100px;
}

  .Other002539 #open_2539 {
    background-color: #483f3e;
  }
}

/* 20240824 */
.qr-code {
  display: none;
    
}
.sqq-qr {
  position: fixed;
  bottom: 26%;
  left: 16.3%;
  z-index: 99;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.weixin-qr {
  position: fixed;
    bottom: 26%;
    left: 18.4%;
    z-index: 99;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

li a:hover .qr-code {
  display: block;
}
.info_pn{
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.info_pn span{
	margin-left: 10px;
	margin-right: 10px;
}
.info_pn a{
	color: #000;
}
.xgList .item a:hover,
.info_pn a:hover{
	color: #c4261d;
}
.publicTit{
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}
.xgList{
	display: flex;
	flex-wrap: wrap;
}
.xgList .item{
	width: 32%;
	margin-right: 2%;

}
.xgList .item:nth-child(3n){
	margin-right: 0;
}
.xgList .item li{
	display: flex;
	align-items: center;
}
.xgList .item li:before{
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	background-image: url(../images/triangle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0;
	margin-left: -8px;
}
.xgList .item a{
	align-items: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 2;
	font-size: 15px;
	color: #000;
	flex: 1;
}
@media screen and (max-width:768px){
	.xgList .item{width: 100%;margin-right: 0;}
	.publicTit{margin-top: 20px;}
}