﻿.niconfont {
  font-family:"niconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.niconfont-add4:before { content: "\e61f"; }




body {
  opacity: 1;
  -webkit-transition: all 1s;
}

body::after,
body::before {
  width: 100%;
  height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #e60012;
  content: '';
  z-index: 200;
  display: none;
}

body::after {
  top: 50vh;
}

body.out {
  opacity: 1;
}


.content {
  position: relative;
  top: 0;
}

#distpicker3::after,
._w1400::after,
.contact_box::after,
.form_row::after,
.join-viewBox::after,
.joining::after,
.news_list::after,
.pages::after,
.video_list::after {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  content: "";
}

header {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 15;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.headerBottom {
  width: 100%;
  height: 70px;
}

.laozhao{
  width: 80%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.laozhao ul li{
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
}

.laozhao ul li:nth-child(even){
  margin-right: 0%;
}

.laozhao ul li .thum{
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
}

.laozhao ul li p{
  display: block;
  width: 100%;
  padding: 20px 40px;
  height: auto;
  position: relative;
  font-size: 20px;
  background: #f9f9f9;
}

.laozhao ul li p:after{
  width: 20px;
  height: 5px;
  background: #e60012;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin-top: -2.5px;
}

.boxes.store {
  background: #fff;
  padding-bottom: 200px;
}

.boxes.strength {
  padding-top: 10px;
}

.store .single {
  margin-bottom: 100px;
}

header .logo {
  width: 208px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 51%;
  -webkit-transform: translateY(-50%);
}

header .logo .img {
  width: 160px;
  margin: 10px 43px;
}

header .logo .img img {
  width: 100%;
  height: 100%;
}

.boxes.nboxs {
  /*background: url("../images/sdbg2.jpg");*/
  background-color: #ffffff;
}

.pc {
  width: 100%;
}

.pc img {
  max-width: auto;
  width: 100%;
}

header .nav {
  width: 60%;
  float: right;
  height: 70px;
  margin-right: 250px;
}

header .nav ul li .FrogJump > a {
  display: block;
  width: 100%;
  -webkit-transition: all .35s;
}

header .nav nav {
  float: right;
}

header .nav ul {
  width: 100%;
}

header .nav ul li {
  display: block;
  width: 11%;
  float: left;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  position: relative;
}

 header .nav ul li a.onn {
    color: #ed0000;	
  }

header .nav ul li a.investment::before {
	display: block;
	content: "";
	width: 20px;
	height: 21px;
	background: url(../images/hr.png) no-repeat center;
	position: absolute;
	top: 10px;
	right: -5px;
}

header .nav .fl {
  display: none;
}

header .nav ul li .sub_nav {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border-top: 3px solid #e60012;
  padding-top: 10px;
  opacity: 0;
  transition: .15s ease-out;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  z-index: 1;
  transform: translateY(-10px);
}

header .nav ul li .sub_nav .sub_box {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 5;
  border-radius: 0 0 5px 5px;
}

header .nav ul li .frog {
  width: 44px;
  height: 79px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url("../images/frog.png") no-repeat;
  background-size: cover;
  -webkit-transform-origin: bottom left;
  -webkit-transform: rotate(-30deg);
}

header .nav ul li .hand {
  width: 20px;
  height: 77px;
  position: absolute;
  right: -10px;
  bottom: 20px;
  background: url("../images/frog1.png") no-repeat;
  background-size: cover;
  z-index: 6;
  opacity: 0;
}

header .nav ul li .sub_nav a {
  height: auto;
  line-height: 40px;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  transition: .25s cubic-bezier(.075,.82,.165,1);
}

.MobilePhone {
  display: none;
}

.FrogFace {
  position: absolute;
  right: 15px;
  height: 14px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 21;
  display: none;
}

.FrogFace .b {
  width: 5px;
  height: 3px;
  background: #e42912;
  border-radius: 2px;
  transition: background .4s ease;
  top: 3px;
  display: block;
  position: absolute;
}

.FrogFace .b1 {
  left: 0;
}

.FrogFace .b2 {
  right: 0;
}

.FrogFace svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5px;
}

.FrogFace .loginPath {
  stroke-width: 3px;
  stroke: #e42912;
  stroke-linecap: round;
  fill: transparent;
  transition: stroke .4s ease;
}

.FrogFace.active .b {
  background: #fff;
}

.FrogFace.active .loginPath {
  stroke: #fff;
}

header .ico {
  position: absolute;
  left: 51%;
  top: 0;
  width: 60px;
  height: 45px;
  display: none;
}

header .ico .b {
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background: #e42912;
  transition-property: background,opacity,transform;
  transition-duration: .3s,.3s,.3s;
  transition-timing-function: ease;
}

header .ico .b1 {
  top: 14px;
  transition-delay: 0s,.2s,.2s;
  transition-duration: .4s,.4s,.4s;
  transition-timing-function: ease,ease,var(--ease);
}

header .ico .b2 {
  top: 26px;
}

header .ico .b3,
header .ico .b4 {
  opacity: 0;
  left: -12px;
  top: 20px;
  background: #e42912;
  transition-timing-function: ease,ease,cubic-bezier(.755,.05,.855,.06);
}

header .ico .b3,
header .ico.b4 {
  opacity: 0;
  top: 20px;
  transition-timing-function: ease,ease,cubic-bezier(.755,.05,.855,.06);
}

header .ico .b3 {
  transform: rotate(45deg) translateX(-50px) scaleX(.5);
}

header .ico .b4 {
  transform: rotate(-45deg) translateX(-50px) scaleX(.5);
}

header .ico.active .b1,
header .ico.active .b2 {
  transition-delay: 0s!important;
  transition-delay: .1s,.1s,0s!important;
  transition-timing-function: ease,ease,var(--ease-in)!important;
}

header .ico.active .b1 {
  opacity: 0!important;
  transform: rotate(-25deg) translateX(60px) scaleX(.2)!important;
}

header .ico.active .b2 {
  opacity: 0!important;
  transform: rotate(25deg) translateX(60px) scaleX(.2)!important;
}

header .ico.active .b3,
header .ico.active .b4 {
  opacity: 1;
  transition-delay: .4s;
  transition-timing-function: ease,ease,cubic-bezier(.165,.84,.44,1);
}

header .ico.active .b3 {
  transform: rotate(45deg) translateX(0) scaleX(.8);
}

header .ico.active .b4 {
  transform: rotate(-45deg) translateX(0) scaleX(.8);
}

.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.FrogJump:focus {
  outline: 0;
  color: #fff;
}

.safari .FrogJumpBG,
.safari .button {
  -webkit-filter:none!important;
  filter:none!important;
}

.nav li .FrogJump {
  outline: 90px solid transparent!important;
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.FrogJump .left,
.FrogJump .right {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #e60012;
  -webkit-transition: background .1s ease-out;
  -moz-transition: background .1s ease-out;
  transition: background .1s ease-out;
  top: 50%;
  margin-top: -12px;
  z-index: -2;
}

.FrogJump .left.left,
.FrogJump .right.left {
  left: 0;
}

.FrogJump .left.right,
.FrogJump .right.right {
  right: 0;
}

.FrogJump .FrogJumpBG {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background .1s ease-out;
  -moz-transition: background .1s ease-out;
  transition: background .1s ease-out;
}

.FrogJumpMore {
  outline: 90px solid transparent!important;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.FrogJumpMore .left,
.FrogJumpMore .right {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #fff;
  transition: background .2s ease-out;
  top: 50%;
  margin-top: -12px;
  z-index: -2;
}

.FrogJumpMore .left.left,
.FrogJumpMore .right.left {
  left: 0;
}

.FrogJumpMore .left.right,
.FrogJumpMore .right.right {
  right: 0;
}

.FrogJumpMore .button__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background .1s ease-out;
  border-radius: 30px;
}

.FrogJumpTab {
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: 0 0;
}

.FrogJumpTab:focus {
  outline: 0;
}

.FrogJumpTab:active .button__bg {
  transform: scale(.8);
}

.FrogJumpTab .button__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 /* height: 100%;*/
  outline: 90px solid transparent!important;
  padding: 0;
  border-radius: 100px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background: 0 0;
  font-weight: 700;
  z-index: -2;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.FrogJumpTab .blob {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  opacity: .3;
  background: #222;
  -webkit-transition: background .1s ease-out;
  -moz-transition: background .1s ease-out;
  transition: background .1s ease-out;
  z-index: -1;
  pointer-events: none;
}

.FrogJumpTab .blob:first-child {
  opacity: 1;
}

.FrogJumpTab .blob:nth-child(n+2) {
  width: 100%;
  height: 100%;
}

.nav li.active .FrogJump {
  color: #fff;
}

.nav li.active .FrogJump span {
  background-color: #e60012;
}

.send_btn {
  cursor: pointer;
}

.phone {
  display: flex;
  width: 250px;
  height: 100%;
  padding: 15px;
  position: absolute;
  right: 0;
      background-color: #e60012;
  top: 0;
  align-items: center;
}

.phone::after {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.05);
  content: "";
}

.phone i {
  font-size: 24px;
  display: block;
  color: #ffffff;
}

.phone p {
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-family: gothmbok;
  font-weight: 700;
  margin-left: 10px;
}

.faceImg {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.faceImg img {
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination-bullet-active {
  background: #dc0021;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255,0,50,.76);
}

.banner .swiper-slide img {
  width: 100%;
  height: 870px;
}

.boxes {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #fff center center no-repeat;
  background-size: cover;
  position: relative;
}

.boxes.b1 {
  background: url("../images/bg_policy.jpg") center/cover fixed;
}


.boxes.b2 {
  background: url("../images/bg_policy-1.jpg") center/cover fixed;
}

.history {
  background-image: url("../images/historybg.jpg");
}

.history-left {
  width: 50%;
  float: left;
}

.history-left .img,
.intro_l .img {
  width: 100%;
  position: relative;
  perspective: 500px;
}

.history-left .img::after,
.intro_l .img::after {
  width: 98px;
  height: 98px;
  position: absolute;
  left: -9px;
  top: 18px;
  background: url("../images/wa.png") no-repeat;
  background-size: cover;
  content: '';
  -webkit-animation: flipx 9s linear 0s infinite;
}
@keyframes flipx {
  0% {
    transform: rotateY(0);
  }

  25% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(0);
  }

  75% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(0);
  }
}

.history-left .title {
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-weight: 700;
  padding-top: 37px;
}

.history-left .title .en {
  font-size: 16px;
  padding-top: 22px;
}

.single {
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 16px;
}

.single.w {
  color: #fff;
}

.history-left .single {
  margin-bottom: 50px;
}

.single p {
  margin-bottom: 10px;
}

.history-left .text .text2 {
  padding-top: 16px;
}

.history-left .more {
  width: 100%;
  cursor: pointer;
  padding-top: 62px;
}

.history-right {
  width: 50%;
  display: inline-block;
}

.history-right .img {
  width: 100%;
  padding-top: 120px;
}

.titleBox {
  text-align: center;
  font-size: 27px;
  padding: 0 0 50px;
}

.titleBox.mb1 {
  padding-bottom: 10px;
}

.titleBox.hot {
  padding-bottom: 15px;
}

.titleBox.w {
  color: #fff;
}

.titleBox b {
  display: block;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.titleBox.tl {
  text-align: left;
}

.titleBox.tr {
  text-align: right;
  margin-top: -20px;
}

.titleBox b.c {
  margin-bottom: 5px;
}

.titleBox b.c::after {
  width: 50px;
  height: 4px;
  background: #e60012;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -2px;
  border-radius: 10px;
  content: "";
  display: block;
}

.titleBox p {
  font-size: 16px;
  line-height: 1.4;
  font-family: gothmbok;
  text-transform: uppercase;
  opacity: .5;
  
}

.titleBox span {
  display: block;
 /* font-size: 14px;*/
  line-height: 0.2;
  /*opacity: .7;*/
  margin-top: 15px;
}

.join {
  background: #f4f4f4;
}

.join-viewBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.join-viewBox .view {
  cursor: pointer;
  width: 30%;
  position: relative;
  z-index: 1;
}

.join-viewBox .view .frog1 {
  width: 95px;
  height: auto;
  position: absolute;
  left: -70px;
  bottom: 0;
  opacity: 0;
  transform: translateX(95px);
  -webkit-transition: all .2s cubic-bezier(.215,.61,.355,1);
  transform-origin: right bottom;
}

.join-viewBox .view .frog2 {
  width: 81px;
  height: auto;
  position: absolute;
  left: -5px;
  bottom: 6px;
  z-index: 10;
  -webkit-transition: all .1s cubic-bezier(.215,.61,.355,1) 0s;
  transform-origin: left top;
  opacity: 0;
}

.join-viewBox .view:last-child {
  margin-right: 0;
}

.join-viewBox .view .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.join-viewBox .view .img img {
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
}

.join-viewBox .view .img .more {
  width: 170px;
  margin: 0 auto;
  position: relative;
  top: -100px;
  opacity: 0;
  transition: .3s all linear;
}

.join-viewBox .view .text {
  text-align: center;
  padding: 20px 0;
  transition: .3s all linear;
  background: #fff;
  position: relative;
  border-radius: 0 0 5px 5px;
  background: #263c92;
  color: #fff;
}

.join-viewBox .view .text .title {
  font-size: 20px;
}

.join-viewBox .view .frogc1 {
  width: 125px;
  height: auto;
  position: absolute;
  right: -75px;
  top: 200px;
  opacity: 0;
  -webkit-transition: all .2s cubic-bezier(.215,.61,.355,1);
  transform-origin: left center;
}

.join-viewBox .view .frogc2 {
  width: 26px;
  height: auto;
  position: absolute;
  right: 0;
  top: 191px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all .1s cubic-bezier(.215,.61,.355,1);
  transform-origin: left center;
}

.join-viewBox .view .text .content {
  font-size: 14px;
  padding-top: 5px;
  opacity: .7;
}

.join-viewBox .view .frogr {
  width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0;
  opacity: 1;
}

.brand {
  width: 100%;
  height: auto;
  position: relative;
}

.brand .pagination {
  display: none;
}

.swiper-container.jinguan {
  height: calc(100vh - 70px);
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.brand .swiper-modal {
  width: 320px;
  height: calc(100vh - 70px);
  background: rgba(0,0,0,.6);
  position: absolute;
  padding: 100px 50px 50px 100px;
  z-index: 5;
  top: 0;
  color: #fff;
  border-right: 5px solid #e54156;
}

.brand .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/swiper-next.png");
  right: 260px;
}

.brand .swiper-button-next,
.swiper-button-prev {
  background-size: contain;
  width: 160px;
  bottom: 77px;
  top: inherit;
}

.brand .swiper-modal .title {
  font-family: "Microsoft YaHei";
  padding-bottom: 168px;
}

.brand .swiper-modal .title p:nth-child(1) {
  font-size: 30px;
  padding-bottom: 10px;
}

.taber .taber-viewbox {
  line-height: 60px;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  text-align: center;
  border-radius: 30px 0 0 30px;
  margin-bottom: 20px;
}

.taber .taber-viewbox::after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url("../images/frog_icon.png") no-repeat;
  background-size: cover;
  content: "";
}

.taber .taber-viewbox p {
  display: block;
  font-size: 16px;
  font-family: gothmbok;
}

.taber .taber-viewbox.active {
  background: #e54156;
}

.store .store-left {
  width: 40%;
  display: inline-block;
  float: left;
}

.store .store-left .title {
  font-size: 38px;
  font-weight: 700;
  padding-top: 37px;
}

.store .store-left .title .en {
  font-size: 16px;
  padding-top: 22px;
}

.store .store-left .text {
  padding-top: 45px;
  line-height: 40px;
  font-size: 16px;
}

.more_btnbottom {
    top: 80%;
	right:52px;
    position: absolute;	
}
/* .more_btnbottom a{
    color: #e54156;
	border: 1px #e54156 solid ; 
	width: 123px;;
	height:36px;
	    padding-top: 4px;
	line-height:26px;
	text-align:center;
	display: block;
}
.more_btnbottom a:hover{
    color: #fff;	
} */


.more_btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 200px;
  line-height: 52px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 15px rgba(0,0,0,.1);
  border-radius: 45px;
}

.more_btn::before{
   /* background: url(../images/advisory1.png) no-repeat;*/
    background-size: cover;
    width: 60px;
    height: 88px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -30px;
    content: '';
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.more_btn:hover::before{
  top: -70px;
  opacity: 1;
}
.more_btn p{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e60012;
    border-radius: 30px;
    box-shadow: 0 2px 0 rgba(226,22,19,.75);
    transition: .15s ease-out;
    background: #fff;
}

.more_btn i {
  display: inline-block;
/*  position: absolute;
  right: 8%;*/
  margin-left: 5px;
}

.store-right {
  width: 60%;
  height: 475px;
  display: inline-block;
  background: url("../images/timebg.jpg") no-repeat center/cover;
  position: relative;
}

.store-right .img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.store-right ul li p:nth-child(1) {
  color: #e60012;
  font-weight: 700;
  font-size: 16px;
}

.store-right ul li {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(245, 245, 245, 0.44);
  padding: 10px;
  border-radius: 10px;
  border: 1px #e54156 solid;
}

.store-right ul li p:nth-child(1) span {
  font-size: 40px;
  font-family: gothmbok;
}

.store-right .text div p:nth-child(2) {
  color: #5d5d5d;
  font-size: 16px;
}



.store-right ul li:nth-child(1) {
  position: absolute;
  left: 3%;
  top: 40%;
  width: 165px;
}

.store-right ul li:nth-child(2) {
  position: absolute;
  left: 62%;
  top: 40%;
  width: 160px;
}

.store-right ul li:nth-child(3) {
  position: absolute;
  left: 27%;
  top: 40%;
  width: 126px;
}

.store-right ul li:nth-child(4) {
  position: absolute;
  left: 45%;
  top: 40%;
  width: 110px;
}
.store-right ul li:nth-child(5) {
  position: absolute;
  left: 85%;
  top: 40%;
  width: 122px;
}


.joining {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}

.joining .joining-left {
  background-image: url("../images/storebg.jpg");
  background-size: cover;
  width: 50%;
  height: 70vh;
  float: left;
  z-index: 1;
  position: relative;
  margin-top: -10vh;
  padding: 50px 100px;
  box-shadow: 4px 4px 0 #b00a10;
  border-radius: 10px;
}

.joining-left .single {
  margin-bottom: 70px;
  opacity: .7;
}

.joining .joining-right {
  background: #d60e15;
  width: 60%;
  height: 70vh;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10vh 12vw 0 13vw;
  box-shadow: 4px 4px 0 #b00a10;
  border-radius: 10px;
}

.joining .joining-left .title {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-weight: 700;
  padding-top: 37px;
  color: #fff;
}

.joining .joining-left .title .en {
  font-size: 16px;
  padding-top: 22px;
  opacity: .4;
}

.joining .joining-left .text {
  color: #fefefe;
  opacity: .8;
  padding-top: 45px;
  line-height: 40px;
  font-size: 16px;
}

.joining .joining-left .text .text2 {
  padding-top: 16px;
}

.joining .joining-left .more {
  width: 100%;
  cursor: pointer;
  padding-top: 62px;
}

.joining .joining-right .title {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-weight: 700;
  padding-top: 37px;
  color: #fff;
}

.joining .joining-right .title .en {
  font-size: 16px;
  padding-top: 15px;
  opacity: .4;
}

.joining .joining-right .text {
  color: #fefefe;
  opacity: .8;
  padding-top: 5px;
  line-height: 40px;
  font-size: 16px;
}

.phones {
  height: auto;
  line-height: 50px;
  position: relative;
}

.phones::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 20px;
  background: url("../images/join-phone.png") no-repeat;
  background-size: cover;
  content: "";
  display: none;
}

.phones p {
  display: inline-block;
  color: #fefefe;
  font-size: 20px;
  line-height: 50px;
}

.phones p span {
  font-size: 32px;
  position: relative;
  font-family: gothmbok;
}

.joining .joining-right .more {
  width: 100%;
  cursor: pointer;
  padding-top: 32px;
}

.joining .joining-right .form {
  padding-top: 20px;
}

.inputForm {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
}

.inputForm p {
  display: inline-block;
  margin-left: 1rem;
  opacity: .7;
}

.inputForm input {
  width: 80%;
  border: transparent;
  background: 0 0;
  color: #fff;
}

.radio {
  color: #fff;
  margin-bottom: 50px;
  display: none;
}

label {
  margin: 10px;
  cursor: pointer;
}

.a-radio {
  display: none;
}

.b-radio {
  display: inline-block;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.a-radio[type=radio]:checked+span {
  width: 16px;
  height: 16px;
  position: relative;
  background-image: url("../images/radio.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.strength .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: .3s;
  transform: scale(1);
  opacity: .5;
}

.strength .swiper-slide .img {
  width: 100%;
}

.strength .swiper-slide .img img {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 0 rgba(11,48,143,.4);
  border-radius: 10px;
}

.strength .swiper-slide .img .text {
  padding: 15px 0;
  text-align: center;
}

.strength .swiper-slide .img .text p:nth-child(1) {
  font-size: 14px;
}

.strength .swiper-slide .img .text p:nth-child(2) {
  font-size: 14px;
  color: #9a9a9a;
}

.strength .swiper-slide .img .text a {
  margin-top: 36px;
  cursor: pointer;
  border: 1px solid transparent;
}

.strength .swiper-slide .img .text a img {
  width: 114px;
  height: 11px;
}

.strength .swiper-slide-active,
.swiper-slide-duplicate-active {
  opacity: 1;
}

.strength .more img {
  margin: 50px auto;
  text-align: center;
  cursor: pointer;
}

.friends {
  width: 100%;
  /*border-top: 3px solid #e70012;*/
}

.friends .partnerBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 23%;
}

.friends .friends-left {
  display: block;

}

.friends .friends-right {
  display: block;
  width: 80%;
}

.friends .friends-right .logoBox {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: wrap;
}

.friends .friends-right .logoBox .logo img {
  max-width: 100%;
}

.friends .friends-right .logoBox .logo {
  width: 18%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 2.5%;
}

.friends .friends-right .logoBox .logo:nth-child(5n) {
  margin-right: 0;
}

.advisory {
  z-index: 11;
  position: fixed;
  top: 13rem;
  right: 20px;
  background-image: url("../images/advisorybg.png");
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 142px;
  height: 348px;
}

.advisory .head {
  position: relative;
  top: -22px;
  margin-left: 10px;
  width: 125px;
  animation: cloud-c 3s ease-in-out 2s infinite;
}

.advisory .btn_off {
  position: absolute;
  top: -11px;
  right: 3px;
  cursor: pointer;
}
@keyframes cloud-c {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.advisory .head img {
  width: 100%;
  height: 100%;
}

.advisory .text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 63px;
}

.advisory .text div {
  padding-bottom: 17px;
}

.advisory .text div img {
  margin: 0 auto;
  text-align: center;
}

.advisory .text div p {
  width: 80%;
  margin: 10px auto;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  background: #000000;
}

.advisory .text div.mini {
  position: relative;
  perspective: 500px;
}

.advisory .text .qrcode_img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  -webkit-transition: all .5s;
  -webkit-transform: rotateX(-180deg);
  -webkit-transform-origin: center bottom;
  opacity: 0;
  visibility: hidden;
}

.advisory .text div.mini:hover .qrcode_img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
}

footer {
  width: 100%;
  background: #e60012;
  color: #fff;
  position: relative;
  z-index: 10;
}

footer .footer {
  margin: 0 auto;
  display: block;
  padding: 37px 0 0;
  overflow: hidden;
}

footer .footer .footer-left {
  float: left;
  width: 71%;
}

footer .footer .footer-left .goUrl {
  padding-bottom: 50px;
}

footer .footer .footer-left .goUrl a .viewbox {
  padding: 10px 25px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  background-color: rgba(255,255,255,.1);
  color: rgb(255, 255, 255);
  border-radius: 3px;
}

footer .footer .footer-left .text {
  opacity: 1;
  font-size: 14px;
}

footer .footer .footer-left .text p {
  line-height: 1.7;
}

footer .footer .footer-right {
  float: left;
  width: 29%;
  text-align: right;
}

footer .footer .footer-right .text .title {
  font-size: 16px;
  padding-bottom: 5px;
}

footer .footer .footer-right .text .number {
  font-size: 48px;
  font-family: gothmbok;
  letter-spacing: 2px;
}

footer .footer .footer-right .qrcode div {
  width: 100px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  padding-top: 25px;
}

footer .footer .footer-right .qrcode div img {
  width: 100px;
  height: 100px;
  background: #6a5acd;
}

footer .footer .footer-right .qrcode div p {
  padding: 10px 0;
  color: rgba(255,255,255,.5);
}

footer .records {
  margin: 20px auto 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
      text-align: right;
}

footer .records p {
  opacity: 1;
  display: inline-block;
}

footer .records p:nth-child(2) {
  /*float: right;*/
  margin-left:20px;
}

.split-slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow .slider {
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.slideshow .slider * {
  outline: 0;
}

.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
  background: center center no-repeat;
  background-size: cover;
}

.slideshow .slider .item .text {
  display: none;
}

.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: 10px;
  right: 20px;
  left: auto;
  color: #fff;
  display: block;
}

.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}

.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}

.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  opacity: .6;
}

.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}

.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.jinguan .swiper-slide {
  overflow: hidden;
}

.taber {
  width: calc(100% - 120px);
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  right: 0;
}

.joining-right .single {
  opacity: .7;
}

.more_btn.c {
  margin: 50px auto 0;
  display: block;
  width: 200px;
}

#strength .swiper-button-next,
#strength .swiper-button-prev,
.shop_swiper .swiper-button-next,
.shop_swiper .swiper-button-prev,
.swiper-container.his .swiper-button-next,
.swiper-container.his .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  left: 20%;
  top: 45%;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}

.swiper-container.his .swiper-button-next,
.swiper-container.his .swiper-button-prev {
  top: 0;
}

#strength .swiper-button-next,
.shop_swiper .swiper-button-next,
.swiper-container.his .swiper-button-next {
  left: 76.5%;
}

.swiper-container.his .swiper-button-prev {
  left: 5%;
}

.swiper-container.his .swiper-button-next {
  left: auto;
  right: 5%;
}

#strength .swiper-button-next::after,
#strength .swiper-button-prev::after,
.shop_swiper .swiper-button-next::after,
.shop_swiper .swiper-button-prev::after,
.swiper-container.his .swiper-button-next::after,
.swiper-container.his .swiper-button-prev::after {
  width: 20px;
  height: 20px;
  background: url("../images/jts.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  content: "";
}

#strength .swiper-button-prev,
.shop_swiper .swiper-button-prev,
.swiper-container.his .swiper-button-prev {
  transform: rotate(180deg);
}

.intro_l {
  width: 48%;
  height: auto;
  float: right;
}

.intro_r {
  width: 46%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  float: left;
}

.intro_r video {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.intro_r .video_box {
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 4px 4px 0 #e62229;
  border-radius: 10px;
  background: #e62229;
  margin-bottom: 50px;
}

.ptn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  transition: ease .5s;
  background: #ffff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -37.5px;
  margin-top: -37.5px;
  -webkit-transition: all .5s;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  font-size: 58px;
  color: #e42912;
}

.ptn span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  background: url("../images/ptn_icon.png") no-repeat;
  background-size: 60px auto;
}

.ptn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.5);
  transform: translate(-50%,-50%) scale(.9);
  transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
}

.ptn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  transform: translate(-50%,-50%) scale(.9);
  transition: all .4s cubic-bezier(.215,.61,.355,1) 50ms;
}

.ptn.active {
  -webkit-transform: scale(.5);
  left: 0;
}

.ptn.active span {
  background-position: -30px 0;
}

.num_row {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.num_row .s {
  width: 25%;
  height: auto;
  float: left;
  text-align: center;
}

.num_row .s b {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 48px;
  color: #60814c;
  font-family: gothmbok;
}

.swiper-container.his {
  overflow: inherit;
  border-top: 1px dashed rgba(0,0,0,.2);
}

.swiper-container.his .swiper-slide {
  position: relative;
}

.swiper-container.his .swiper-slide::before {
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -6px;
  background: #fff;
  content: "";
}

.swiper-container.his .swiper-slide::after {
  width: 51px;
  height: 99px;
  background: url("../images/brandt-1.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -46px;
  content: "";
  display: block;
  -webkit-transition: all .35s;
  -webkit-transform: scale(0);
}

.swiper-container.his .swiper-slide .year {
  width: 100%;
  height: auto;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  font-family: gothmbok;
  opacity: .5;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 50px;
}

.swiper-container.his .swiper-slide .des {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  background: #e04855;
  color: #fff;
  border-radius: 7px;
  padding: 15px 25px;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  -webkit-transition: all .5s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  position: relative;
}

.swiper-container.his .swiper-slide .des::after{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 7.5px;
  content: '';
  display: block;
  background: url(../images/frog_icon.png) no-repeat;
  background-size: cover;
}

.swiper-container.his .swiper-slide.swiper-slide-active::after {
  -webkit-transform: scale(1);
}

.swiper-container.his .swiper-slide.swiper-slide-active .des {
  opacity: 1;
  -webkit-transform: translateY(0);
}

.swiper-container.his .swiper-slide.swiper-slide-active .year {
  color: #002d53;
  opacity: 1;
  font-size: 80px;
}

.honor_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.honor_list a {
  display: block;
  width: 33.3333%;
  height: auto;
  float: left;
  position: relative;
  padding: 20px 20px 0 0;
}

.honor_list.num3 a {
  width: 20%;
}

.honor_list a .thum {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

.honor_list a .thum .pic {
  background: center center no-repeat;
  /* background-size: cover; */
  background-size: 90%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.honor_list a .thum .pic img {
  width: 100%;
}

.honor_list a .more {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
  font-size: 24px;
  background-color: #fff;
  color: #e60012;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -webkit-transition: all .4s ease;
  border-radius: 50%;
}

.honor_list a .more::before {
  width: 14px;
  height: 2px;
  background: #e60012;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  content: "";
}

.honor_list a .more::after {
  width: 2px;
  height: 14px;
  background: #e60012;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  content: "";
}

.honor_list.h2 a {
  width: 20%;
}

.honor_list.h2 a .pic {
  height: 350px;
}

.honor_list.h2 a:nth-child(4) {
  width: 40%;
}

.contact_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.contact_box .con_l {
  width: 30%;
  height: auto;
  float: left;
  position: relative;
}

.contact_box .con_r {
  height: auto;
  position: relative;
}

.lgs {
  height: auto;
  left: 0;
  top: 0;
}

.id_l,
.id_r {
  width: 55%;
  height: auto;
  float: left;
}

.id_l {
  height: 635px;
  background: center center no-repeat;
  background-size: cover;
}

.id_r {
  width: 45%;
  padding: 100px 50px 0;
  box-sizing: border-box;
}

.id_r .detail {
  width: 100%;
  font-size: 18px;
  line-height: 2;
}

.id_r .detail p {
  margin-bottom: 15px;
}

.cts {
  width: 100%;
  position: relative;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom: 25px;
  color: #e60012;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.cts .slogan {
  writing-mode: tb-rl;
  margin-top: 150px;
  height: 230px;
}

.cts .slogan p {
  display: block;
  width: 45px;
}

.crt {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(11,48,143,.4);
  border-radius: 10px;
}

.crt .pic {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.fwt {
  width: 100%;
  height: auto;
  line-height: 40px;
  position: relative;
  font-size: 38px;
  margin-bottom: 25px;
  color: #e60012;
  font-weight: 700;
}

.fwt::after {
  width: 70px;
  height: 4px;
  background: #e60012;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  display: block;
  border-radius: 8px;
}

.fwd {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 2.45;
}

.add_list {
  width: 100%;
  height: auto;
}

.add_list ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 15px;
}

.add_list ul li .icon {
  width: 24px;
  height: 24px;
  float: left;
  text-align: center;
  line-height: 24px;
  color: #e21a13;
  font-size: 22px;
}

.add_list ul li .txt {
  width: calc(100% - 50px);
  height: auto;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

.add_list ul li .txt span {
  display: inline-block;
  background: #e60012;
  padding: 0 15px;
  color: #fff;
  border-radius: 30px;
}

.policy {
  width: 100%;
  height: 550px;
  position: relative;
}

.po_box {
  width: 515px;
  height: 515px;
  border: 1px solid #0b298f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url("../images/pot.png") center center no-repeat;
  background-size: cover;
}

.po_box ul li {
  position: absolute;
  width: 450px;
  height: auto;
  top: 50%;
  overflow: hidden;
}

.po_box ul li .num {
  width: 80px;
  height: 80px;
  background: #d60e15;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  float: left;
  font-family: gothmbok;
}

.po_box ul li .txt {
  width: calc(100% - 80px);
  height: auto;
  float: left;
  margin-top: 15px;
}

.po_box ul li:nth-child(1) .num,
.po_box ul li:nth-child(2) .num,
.po_box ul li:nth-child(3) .num {
  float: right;
}

.po_box ul li:nth-child(1) .txt,
.po_box ul li:nth-child(2) .txt,
.po_box ul li:nth-child(3) .txt {
  text-align: right;
  padding-right: 20px;
}

.po_box ul li:nth-child(4) .txt,
.po_box ul li:nth-child(5) .txt,
.po_box ul li:nth-child(6) .txt {
  padding-left: 20px;
}

.po_box ul li .txt b {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.po_box ul li .txt p {
  display: block;
  font-size: 14px;
  opacity: .7;
}

.po_box ul li:nth-child(1) {
  left: -300px;
  transform: translateY(-300%);
}

.po_box ul li:nth-child(2) {
  left: -410px;
  transform: translateY(-50%);
}

.po_box ul li:nth-child(3) {
  left: -300px;
  transform: translateY(200%);
}

.po_box ul li:nth-child(4) {
  right: -300px;
  transform: translateY(200%);
}

.po_box ul li:nth-child(5) {
  right: -410px;
  transform: translateY(-50%);
}

.po_box ul li:nth-child(6) {
  right: -300px;
  transform: translateY(-300%);
}

.condl {
  width: 55%;
  height: 450px;
  float: left;
  background: url("../images/cond.jpg") center center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 0 rgba(11,48,143,.4);
  border-radius: 10px;
}

.condr {
  width: 40%;
  height: auto;
  float: right;
}

.condr ul li {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 25px;
}

.condr ul li b {
  display: block;
  font-size: 18px;
  line-height: 35px;
  position: relative;
  margin-bottom: 15px;
}

.condr ul li b::after {
  width: 34px;
  height: 2px;
  background: #dc0021;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.condr ul li p {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  opacity: .7;
}

.boxes.b3 {
  background: url("../images/cond_bg.jpg") center/cover fixed;
}

.boxes.b4 {
  background: url("../images/jy_bg.jpg") center/cover fixed;
}

.boxes.b7 {
  background: url("../images/whbj.jpg") center/cover fixed;
}

.cond_listg {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cond_listg ul li {
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 5%;
  padding: 60px;
  border: 1px solid #f4f4f2;
  text-align:center;
  color: #ffffff;
}

.cond_listg ul li:nth-child(3n) {
  margin-right: 0;
}

.cond_listg ul li .name {
  width: 100%;
  height: auto;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cond_listg ul li .pic {
  width: 100%;
  height: 200px;  
  margin-bottom: 15px;
}


.cond_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cond_list ul li {
  width: 30%;
  height: 385px;
  float: left;
  background: #fff;
  margin-right: 5%;
  padding: 25px;
  border-radius: 5px;
}

.cond_list ul li:nth-child(3n) {
  margin-right: 0;
}

.cond_list ul li .name {
  width: 100%;
  height: auto;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.cond_list ul li .mks {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cond_list ul li .mks .row {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 5px;
  overflow: hidden;
}

.cond_list ul li .mks .row:nth-child(2n) {
  margin-right: 0;
}

.cond_list ul li .mks .row b {
  display: block;
  width: 100%;
  height: auto;
  line-height: 35px;
  background: #dc0021;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.cond_list ul li .mks .row p {
  display: block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

.cond_list ul li .tips {
  width: 100%;
  height: auto;
  opacity: .7;
}

.swiper-container.his .swiper-slide .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -120px;
  border-radius: 50%;
  background: rgba(0,0,0,.5);
  border: 1px dashed rgba(0,0,0,.1);
}

.swiper-container.process {
  margin-top: 150px;
  padding-bottom: 150px;
}

.swiper-container.his.process .swiper-slide::after {
  display: none;
}

.swiper-container.his .swiper-slide .name {
  width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.swiper-container.process .swiper-slide.swiper-slide-active::before {
  background: #d60e15;
  border: 1px solid #dc0021;
}

.swiper-container.his.process .swiper-button-next,
.swiper-container.his.process .swiper-button-prev {
  top: 65%;
}

.swiper-container.his.process .swiper-button-next {
  right: 45%;
}

.swiper-container.his.process .swiper-button-prev {
  left: 45%;
}

.swiper-container.his.process .swiper-slide.swiper-slide-active .icon {
  background: #d60e15;
}

.swiper-container.experience .ul {
  align-items: baseline;
}

.swiper-container.experience .li a {
  display: flex;
  height: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.swiper-container.experience .li .thum {
  height: auto;
  position: relative;
  transition: ease .6s;
  padding: 15px;
  transform: scale(.4);
}

.swiper-container.experience .li .icon {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 75px;
  z-index: 5;
  line-height: 25px;
  font-family: gothmbok;
  color: #ffffff;
}

.swiper-container.experience .li .name {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  overflow: hidden;
  line-height: 30px;
  padding: 0 20px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .35s;
  text-align: center;
  transform: translateY(-120%);
}

.swiper-container.experience .swiper-slide .icon::before {
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  content: '';
  left: 0;
  opacity: .5;
}

.swiper-container.experience .swiper-slide .icon::after {
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  content: '';
  right: 0;
  opacity: .5;
}

.swiper-container.experience {
  margin-bottom: 100px;
  overflow: inherit;
}

.swiper-container.experience .swiper-slide.swiper-slide-active .thum {
  opacity: 1;
  transform: scale(1);
}

.swiper-container.experience .li {
  transition: ease .6s;
  background: rgba(255,255,255,0);
  padding-bottom: 15px;
}

.swiper-container.experience .li.swiper-slide-active {
  border-bottom: 4px solid #e60012;
  border-radius: 5px;
  background: #fff;
}

.swiper-container.experience .li.swiper-slide-active .icon {
  opacity: 0;
}

.swiper-container.experience .li.swiper-slide-active .name {
  opacity: 1;
  transform: translateY(0);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -110px;
}

.experience .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: .7;
  height: 10px;
}

.experience .swiper-pagination-bullet {
  background: #fff;
  opacity: .2;
  width: 1px;
  height: 5px;
  border-radius: 0;
}

.boxes.b5 {
  padding: 0;
  height: 80vh;
}

.boxes.b5 .thum {
  width: 50%;
  height: 100%;
  float: left;
  background: url("../images/online_bg.jpg") no-repeat;
  background-size: cover;
  position: absolute;
}

.boxes.b5 .online {
  width: 50%;
  height: 100%;
  padding: 50px;
  float: right;
  background: #f9f9f9;
}

.form {
  width: 100%;
  height: auto;
  position: relative;
}

#distpicker3,
.form_row {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#distpicker3 select,
.form_row input {
  width: 32%;
  height: 40px;
  border: 1px solid rgba(0,0,0,.05);
  float: left;
  margin-right: 2%;
  text-indent: 15px;
  border-radius: 30px;
}

#distpicker3 select:nth-child(3n),
.form_row input:nth-child(3n) {
  margin-right: 0;
}

#distpicker {
  margin: 10px auto;
}

#distpicker select {
  display: inline-block;
  height: 34px;
  width: 49%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form_row textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid rgba(0,0,0,.05);
  font-family: melbourneregular,Arial,"Hiragino Sans GB","Microsoft YaHei",sans-serif;
  border-radius: 3px;
}

.boxes.b6 {
  padding: 200px 0 100px;
  background-image: url("../images/store_bg.jpg");
}

.s_btn {
  width: 32%;
  height: 40px;
  float: right;
  background: rgba(226,22,19,1);
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 4px 0 rgba(226,22,19,.75);
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
}

.jm_tips {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 70px;
}

.jm_tips b {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.jm_tips span {
  color: #e60012;
  font-family: gothmbok;
  font-weight: 700;
  padding: 0 5px;
}

.jm_tips b span {
  font-size: 48px;
}

.jm_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}

.jm_list ul li {
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
  background: #fff;
  padding: 25px 15px;
  box-shadow: 4px 4px 0 rgba(226,22,19,.15);
  border-radius: 10px;
}

.jm_list ul li:nth-child(3n) {
  margin-right: 0;
}

.jm_list ul li .name {
  width: 100%;
  height: auto;
  line-height: 35px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.jm_list ul li .jm_row {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
}

.jm_list ul li .jm_row p {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: rgba(0,0,0,.6);
}

.jm_list ul li .jm_row p::after {
  width: 20px;
  height: 20px;
  background: url("../images/add_icon.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
}

.jm_list ul li .jm_row p:nth-child(2)::after {
  background-image: url("../images/time_icon.png");
}

.jm_list ul li .jm_row p:nth-child(3)::after {
  background-image: url("../images/tel_icon.png");
}

.jm_list ul li a {
  display: block;
  width: 135px;
  text-align: center;
  height: auto;
  line-height: 35px;
  border-radius: 35px;
  background: #fff;
  border: 1px solid #e60012;
  box-shadow: 0 2px 0 rgba(226,22,19,.75);
  position: relative;
  -webkit-transition: .15s ease-out;
}

.pages {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 50px;
}

.pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  color: rgba(255,255,255,.9);
  background: rgba(0,0,0,.2);
  cursor: pointer;
  border-radius: 4px;
}

.pages a.active {
  background: #002d53;
  color: #fff;
}

.news_list {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.news_list ul li {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 4%;
  margin-bottom: 25px;
}

.news_list ul li:nth-child(even) {
  margin-right: 0;
}

.news_list ul li .thum {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 4px 4px 0 rgba(11,48,143,.4);
  border-radius: 10px;
  background: center center no-repeat;
  background-size: cover;
}

.news_list ul li .thum img {
  max-width: auto;
  width: 100%;
}

.news_list ul li .info {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.news_list ul li .info::after {
  width: 0;
  height: 1px;
  background: #d60e15;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all .35s;
}

.news_list ul li .info .name {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}

.news_list ul li .info .des {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  opacity: .7;
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
}

.news_list ul li .date {
  width: 100%;
  height: auto;
  line-height: 55px;
  position: relative;
  font-size: 20px;
  font-family: gothmbok;
  -webkit-transition: all .35s;
}

.news_list ul li .date::after {
  width: 15px;
  height: 15px;
  background: url("../images/jtsb.png") no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7.5px;
  -webkit-transition: all .35s;
  opacity: 0;
}

.food_box {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
  z-index: 10;
}

.food_box section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
  flex-wrap: wrap;
}

.food_box section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: .4;
}

.food_box section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #fff;
  position: relative;
}

.food_box section .stuff h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
}

.food_box section .stuff h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  opacity: .7;
}

.foodbar- {
  width: 50px;
  height: auto;
  position: fixed;
  left: 25px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
}

.foodbar- ul li {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.foodbar- ul li .icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.1);
  border-radius: 35px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .35s;
}

.foodbar- ul li .icon::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  margin-left: 10px;
  display: block;
  background: url("../images/brandf.png") no-repeat;
  background-size: cover;
  content: '';
}

.foodbar- ul li .txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-transition: all .35s;
}

.foodbar- ul li.active .icon {
  background: #d60e15;
  width: 120px;
}

.foodbar- ul li.active .txt {
  margin-left: 60px;
}

.grid {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.grid-item,
.grid-sizer {
  width: calc(25% - 10px);
  margin-bottom: 10px;
  height: auto;
}

.grid-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 35px;
  display: block;
  width: 100%;
  z-index: 10;
}

.grid-item::after {
  width: 100%;
  height: 100px;
  background: url("../images/line_x.png") repeat-x;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.video_list {
  height: auto;
  width: 100%;
}

.video_list ul li {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 4%;
  margin-bottom: 25px;
  position: relative;
}

.video_list ul li .thum {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 0 rgba(11,48,143,.4);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.video_list ul li .thum img {
  transition: all .4s cubic-bezier(.215,.61,.355,1) 50ms;
  width: 100%;
}

.video_list ul li:nth-child(even) {
  margin-right: 0;
}

.video_list ul li .name {
  width: 100%;
  height: auto;
  padding: 25px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.shop_result {
  display: none;
}

.shop_result.active {
  display: block;
}

.shop_swiper .swiper-slide .title {
  position: absolute;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  left: 10px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0;
  top: 50px;
  background: #b01c2e;
  padding: 10px 5px;
  -webkit-transition: all .5s;
}

.shop_swiper .swiper-slide.swiper-slide-active .title {
  -webkit-transition-delay: .5s;
  opacity: 1;
  top: 20px;
}

.food_box section .image video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .5s;
}

.food_box section .image video.active {
  opacity: 1;
}

.video_banner {
  width: 100%;
  height: 100vh;
  /*position: fixed;*/
  left: 0;
  top: 0;
}

.video_banner video {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.videoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/dot.png");
}

.hbox {
  /*margin-top: 100vh;*/
}

.p-top-works__header__bubbleCover__bubble1 {
  position: absolute;
  bottom: 0;
  left: 1vw;
  height: 400px;
  width: 200px;
  transform-origin: bottom left;
  transform: scale(1) rotate(0);
  z-index: 5;
}

.p-top-works__header__bubbleCover__bubble2 {
  position: absolute;
  bottom: 0;
  right: 5vw;
  height: 400px;
  width: 200px;
  transform: scale(.7) rotateY(180deg) rotate(0);
  transform-origin: bottom;
  z-index: 5;
}

.p-top-works__header__bubbleCover span {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 9px;
  background: rgba(226,22,19,.15);
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

.p-top-works__header__bubbleCover .bubble1,
.p-top-works__header__bubbleCover .bubble11,
.p-top-works__header__bubbleCover .bubble5,
.p-top-works__header__bubbleCover .bubble8 {
  height: 21px;
  width: 21px;
  border-radius: 7px;
}

.p-top-works__header__bubbleCover .bubble1 {
  left: 120px;
  bottom: 25px;
  animation-name: bubble1;
}

.p-top-works__header__bubbleCover .bubble2 {
  left: 60px;
  bottom: 20px;
  animation-name: bubble1;
  animation-delay: 3s;
}

.p-top-works__header__bubbleCover .bubble3 {
  left: 130px;
  bottom: 7px;
  animation-name: bubble1;
  animation-delay: 6.5s;
}

.p-top-works__header__bubbleCover .bubble4 {
  left: 60px;
  bottom: -10px;
  animation-name: bubble1;
  animation-delay: 8s;
}

.p-top-works__header__bubbleCover .bubble5 {
  left: 90px;
  bottom: 10px;
  animation-name: bubble2;
  animation-delay: .5s;
}

.p-top-works__header__bubbleCover .bubble6 {
  left: 100px;
  bottom: 0;
  animation-name: bubble2;
  animation-delay: 3.7s;
}

.p-top-works__header__bubbleCover .bubble7 {
  left: 73px;
  bottom: 5px;
  animation-name: bubble2;
  animation-delay: 6s;
}

.p-top-works__header__bubbleCover .bubble8 {
  left: 60px;
  bottom: 30px;
  animation-name: bubble2;
  animation-delay: 10.5s;
}

.p-top-works__header__bubbleCover .bubble9 {
  left: 150px;
  bottom: 0;
  animation-name: bubble3;
  animation-delay: 2s;
}

.p-top-works__header__bubbleCover .bubble10 {
  left: 60px;
  bottom: 25px;
  animation-name: bubble3;
  animation-delay: 5s;
}

.p-top-works__header__bubbleCover .bubble11 {
  left: 130px;
  bottom: 30px;
  animation-name: bubble3;
  animation-delay: 8.7s;
}

.p-top-works__header__bubbleCover .bubble12 {
  left: 140px;
  bottom: 5px;
  animation-name: bubble1;
  animation-delay: 10.2s;
}

.p-top-works__header__bubbleCover .bubble13 {
  left: 60px;
  bottom: 0;
  animation-name: bubble3;
  animation-delay: 11s;
}
@keyframes bubble1 {
  0% {
    opacity: 0;
    transform: translate3d(0,0,0) scale(.3) rotate(40deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  3% {
    opacity: 1;
    transform: translate3d(4px,-8px,0) scale(.6) rotate(-10deg);
    transition-timing-function: ease-out;
  }

  5% {
    transform: translate3d(6px,-12px,0) scale(.5) rotate(-10deg);
  }

  20% {
    transform: translate3d(10px,-50px,0) scale(.4) rotate(10deg);
  }

  40% {
    transform: translate3d(-5px,-110px,0) scale(.7) rotate(90deg);
  }

  60% {
    transform: translate3d(0,-180px,0) scale(.8) rotate(170deg);
  }

  80% {
    opacity: 1;
    transform: translate3d(-15px,-260px,0) scale(1) rotate(270deg);
  }

  95% {
    opacity: 1;
    transform: translate3d(5px,-340px,0) scale(1) rotate(320deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  99.9%,
  to {
    opacity: 0;
    transform: translate3d(0,-360px,0) scale(1.3) rotate(350deg);
  }
}
@keyframes bubble2 {
  0% {
    opacity: 0;
    transform: translate3d(0,0,0) scale(.3) rotate(40deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  3% {
    opacity: 1;
    transform: translate3d(2px,-6px,0) scale(.6) rotate(-10deg);
    transition-timing-function: ease-out;
  }

  5% {
    transform: translate3d(4px,-10px,0) scale(.5) rotate(-10deg);
  }

  20% {
    transform: translate3d(15px,-40px,0) scale(.7) rotate(10deg);
  }

  40% {
    transform: translate3d(5px,-90px,0) scale(.7) rotate(90deg);
  }

  60% {
    transform: translate3d(20px,-150px,0) scale(.8) rotate(170deg);
  }

  80% {
    opacity: 1;
    transform: translate3d(10px,-220px,0) scale(1) rotate(270deg);
  }

  95% {
    opacity: 1;
    transform: translate3d(25px,-300px,0) scale(1) rotate(320deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  99.9%,
  to {
    opacity: 0;
    transform: translate3d(30px,-330px,0) scale(1.3) rotate(350deg);
  }
}
@keyframes bubble3 {
  0% {
    opacity: 0;
    transform: translate3d(0,0,0) scale(.3) rotate(-40deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  3% {
    opacity: 1;
    transform: translate3d(-2px,-6px,0) scale(.6) rotate(-10deg);
    transition-timing-function: ease-out;
  }

  5% {
    transform: translate3d(-4px,-10px,0) scale(.5) rotate(-10deg);
  }

  20% {
    transform: translate3d(-15px,-40px,0) scale(.7) rotate(-10deg);
  }

  40% {
    transform: translate3d(-5px,-90px,0) scale(.7) rotate(-90deg);
  }

  60% {
    transform: translate3d(-20px,-150px,0) scale(.8) rotate(-170deg);
  }

  80% {
    transform: translate3d(-10px,-220px,0) scale(1) rotate(-270deg);
  }

  95% {
    opacity: 1;
    transform: translate3d(-25px,-300px,0) scale(1) rotate(-320deg);
    transition-timing-function: cubic-bezier(.79,.17,.15,.96);
  }

  99.9%,
  to {
    opacity: 0;
    transform: translate3d(-23px,-330px,0) scale(1.3) rotate(-340deg);
  }
}

._news_detail {
  width: 1000px;
  margin: 100px auto;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  position: relative;
}

._news_detail .detail_content {
  width: 100%;
}

._ndc_top .title {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 30px;
  padding-top: 10px;
  border-bottom: none;
  padding-bottom: 20px;
}

._ndc_top .des {
  background: rgba(0,0,0,.01);
}

._news_detail .returnBtn {
  position: absolute;
  right: 0;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 40px;
  top: -40px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.ndc_detail img {
  height: auto;
}

.curCity {
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  text-indent: 30px;
}

.curCity span {
  color: #e60012;
  font-weight: 700;
  position: relative;
}

.curCity span::after {
  width: 60%;
  height: 2px;
  background: #e60012;
  content: '';
  position: absolute;
  left: 20%;
  bottom: -5px;
}

.curCity::after {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/pos_icon.png") no-repeat;
  background-size: cover;
  content: '';
}

.no-data {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.no-data::after {
  width: 100px;
  height: 100px;
  background: url("../images/no_data.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  content: '';
  opacity: .1;
}

.no-data span {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 100px;
  opacity: .5;
}

.join-viewBox .item_img {
  width: 100%;
  height: 530px;
  position: absolute;
  left: 0;
  top: 0;
  background: center center no-repeat;
  /* background-size: cover; */
  will-change: transform;
}

.newsNav {
  display: none;
}
@media screen and (min-width:1200px) {
  header .nav ul li:hover .frog {
    transition: .25s cubic-bezier(.075,.82,.165,1);
    right: -45px;
    -webkit-transform: rotate(0);
  }

  header .nav ul li:hover .hand {
    transition: .25s cubic-bezier(.075,.82,.165,1) .05s;
    visibility: visible;
    opacity: 1;
    right: -1px;
    bottom: 2px;
  }

  header .nav ul li .sub_nav a:hover {
    background: rgba(255,0,0,.1);
  }

  header .nav ul li:hover > a {
    opacity: .7;
  }

  header .nav ul li:hover .sub_nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .FrogJump:hover:before,
  .nav li:hover .FrogJump span {
    background-color: #e21a13;
  }

  .FrogJumpMore:hover {
    background-color: transparent;
  }

  .FrogJumpMore:hover span,
  .FrogJumpMore:hover:before {
    background-color: #c6150e;
  }

  .FrogJumpMore.white:hover span,
  .FrogJumpMore.white:hover:before {
    background-color: #fff;
  }

  .FrogJumpTab:hover {
    background: 0 0;
  }

  .FrogJumpTab .button__bg:hover {
    background: 0 0;
  }

  .nav li:hover .FrogJump {
    color: #fff;
  }

  .join-viewBox .view:hover .frog1 {
    opacity: 1;
    transform: translateX(0);
  }

  .join-viewBox .view:hover .frog2 {
    opacity: 1;
    left: 0px;
  }

  .join-viewBox .view:hover .img img {
    -webkit-transform: scale(1.05);
  }

  .join-viewBox .view:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    z-index: 10;
  }

  .join-viewBox .view:hover .frogc1 {
    right: -125px;
    opacity: 1;
  }

  .join-viewBox .view:hover .frogc2 {
    right: -1px;
    opacity: 1;
  }

  .more_btn:hover p{
    background-color: #e54156;
    transform: translateY(2px);
    box-shadow: 0 0 0 rgb(229, 65, 86);
    opacity: 1;
    color: #fff;
  }

  .more_btn.white:hover {
    box-shadow: 0 0 0 #fff;
    color: #d61815;
  }

  #strength .swiper-button-next:hover,
  #strength .swiper-button-prev:hover,
  .shop_swiper .swiper-button-next:hover,
  .shop_swiper .swiper-button-prev:hover,
  .swiper-container.his .swiper-button-next:hover,
  .swiper-container.his .swiper-button-prev:hover {
    background: #dc0021;
  }

  .ptn:hover:before,
  .video_list ul li:hover .ptn:before {
    transform: translate(-50%,-50%) scale(1.3);
  }

  .ptn:hover:after,
  .video_list ul li:hover .ptn:after {
    transform: translate(-50%,-50%) scale(1.6);
  }

  .honor_list a:hover .pic {
    -webkit-transform: scale(1.1);
    opacity: .8;
  }

  .honor_list a:hover .more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .swiper-container.experience .li:hover .thum {
    opacity: 1;
  }

  .swiper-container.experience .li:hover .name {
    opacity: 1;
    color: #fff;
  }

  .jm_list ul li a:hover,
  .s_btn:hover {
    background-color: #e60012;
    transform: translateY(2px);
    box-shadow: 0 0 0 rgba(226,22,19,.75);
    opacity: 1;
    color: #fff;
  }

  .news_list ul li:hover .info::after {
    width: 100%;
  }

  .news_list ul li:hover .date,
  .news_list ul li:hover .info .name {
    color: #d60e15;
  }

  .news_list ul li:hover .date::after {
    opacity: 1;
  }

  .foodbar- ul li:hover .icon {
    background: #d60e15;
    width: 120px;
  }

  .foodbar- ul li:hover .txt {
    margin-left: 60px;
  }

  .video_list ul li:hover .thum img {
    -webkit-transform: scale(1.05);
  }

  ._news_detail .returnBtn:hover {
    background: #e00018;
    color: #fff;
  }
}
@media screen and (max-width:1024px) {
  .mainwuye {
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mainwuye.active {
    transform: translateX(100%);
  }

  .advisory {
    display: none;
  }

  header .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #c6150e url("../images/icon_frog2.png");
    z-index: 20;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-100%);
    overflow: hidden;
  }

  header .nav.active {
    transform: translateX(0);
  }

  .history-right {
    display: none;
  }

  .history-left {
    width: 100%;
  }

  .history-left .single {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .boxes {
    padding: 45px 0;
  }

  .history-left .img,
  .intro_l .img {
    width: 200px;
    margin-bottom: 15px;
  }

  .history-left .img::after,
  .intro_l .img:after {
    width: 80px;
    height: 80px;
    left: 18px;
  }

  .titleBox {
    font-size: 24px;
    padding: 0 0 20px;
  }

  .more_btn {
    width: 140px;
    line-height: 36px;
    font-size: 14px;
  }

  .join-viewBox .view .text {
    padding: 10px 0;
  }

  .join-viewBox .view .text .title {
    font-size: 16px;
  }

  .brand .swiper-modal {
    padding: 50px;
    width: 25%;
  }

  .taber {
    width: 68%;
  }

  .store-right {
    width: 100%;
  }

  .store .store-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .store .single {
    margin-bottom: 20px;
  }

  .boxes.store {
    padding-bottom: 100px;
  }

  .boxes.strength {
    padding-top: 120px;
  }

  .more_btn.c {
    margin: 10px auto 0;
    width: 140px;
  }

  .friends .friends-right {
    width: 100%;
  }

  .intro_r {
    width: 38%;
  }

  .intro_l {
    width: 60%;
  }

  .single {
    line-height: 1.6;
	margin: 0 2%;
  }

  .intro_r .video_box {
    margin-bottom: 20px;
  }

  .num_row .s b {
    font-size: 36px;
  }

  .ptn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 40px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }

  .swiper-container.his .swiper-slide .year {
    line-height: 40px;
    font-size: 34px;
    margin: 60px 0 20px;
  }

  .swiper-container.his .swiper-slide.swiper-slide-active .year {
    font-size: 60px;
  }

  .swiper-container.his .swiper-slide .des {
    padding: 10px 15px;
  }

  footer .footer .footer-left {
    width: 100%;
    margin-bottom: 25px;
  }

  footer .footer .footer-right {
    width: 100%;
    text-align: left;
  }
  footer .footer .footer-right .text .title {
    margin: 0 2%;
	}

  footer .footer .footer-right .text .number {
    font-size: 26px;
	margin-left: 2%;
  }

  footer .footer .footer-right .qrcode div {
    padding-top: 15px;
  }

  footer .footer .footer-left .goUrl {
    padding-bottom: 10px;
  }

  footer .footer {
    padding: 15px 0 0;
  }  
  

  footer .records {
    padding: 10px 0;
  }

  .po_box {
    width: 400px;
    height: 400px;
  }

  .po_box ul li {
    width: 400px;
  }

  .po_box ul li:nth-child(2) {
    left: -370px;
  }

  .po_box ul li:nth-child(5) {
    right: -370px;
  }

  .contact_box .con_r {
    width: 66%;
  }

  .cts {
    width: 100%;
    justify-content: flex-end;
  }

  .cts .slogan {
    margin-top: 0;
  }

  .lgs {
    width: 46%;
  }

  .add_list ul li .txt span {
    margin-bottom: 5px;
  }

  .fwt {
    font-size: 31px;
  }

  .crt {
    margin-bottom: 30px;
  }

  .po_box ul li .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }

  .po_box ul li .txt {
    margin-top: 4px;
    width: calc(100% - 60px);
  }

  .po_box ul li .txt b {
    font-size: 16px;
  }

  .condl {
    height: 380px;
  }

  .condr {
    width: 42%;
  }

  .condr ul li {
    margin-bottom: 10px;
  }

  .condr ul li b {
    margin-bottom: 5px;
  }


.cond_listg ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom:20px;
}

.cond_listg ul li .name {
  font-size: 20px;
}



  .cond_list ul li .name {
    font-size: 20px;
  }

  .cond_list ul li .mks .row b {
    font-size: 12px;
  }

  .cond_list ul li .mks .row p {
    font-size: 12px;
  }

  .swiper-container.his.process .swiper-button-next {
    right: 40%;
  }

  .swiper-container.his.process .swiper-button-prev {
    left: 40%;
  }

  .boxes.b5 {
    height: auto;
    overflow: hidden;
  }

  .boxes.b5 .online {
    padding: 30px;
  }

  .phone {
    display: none;
  }

  header .nav ul {
    color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 5;
  }

  header .nav ul li {
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
  }

  .FrogFace {
    display: block;
  }

  .MobilePhone {
    display: block;
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    z-index: 5;
  }

  .MobilePhone p {
    display: inline-block;
    font-family: gothmbok;
  }

  header .nav ul li .FrogJump > a {
    position: relative;
  }

  header .nav .FrogJump a span {
    display: block;
    transition: opacity .2s ease 50ms;
  }

  header .nav .fl {
    position: absolute;
    top: 0;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }

  header .nav ul li:hover .fl {
    opacity: 1;
  }

  header .nav ul li:hover .st {
    opacity: 0;
  }

  header .nav ul li.active .fl {
    opacity: 1;
  }

  header .nav ul li.active .st {
    opacity: 0.8;
    color: #ffe700;
  }

  .videoMask {
    display: none;
  }

  ._news_detail {
    width: 96%;
    padding: 20px;
  }

  ._ndc_top .title {
    font-size: 20px;
    padding: 5px 0 10px;
  }

  ._ndc_npnews .post_next,
  ._ndc_npnews .post_prev {
    padding: 10px;
  }
}
@media screen and (max-width:768px) {

.backTop.active {
    display: none!important;
}

/*#newBridge {
    z-index: 10!important;
}

#newBridge #nb_icon_wrap .nb-icon-customer {
    background-size: 100% 80% !important;
}

#newBridge .nb-icon-wrap-0 {
    display: none!important;
}
#newBridge #nb_toolbar_wrap {
height:120px!important;
background-image: url(../images/vv.png) !important; 
background-size: cover!important;
background-position: center!important;
 
}
#newBridge #nb_toolbar_wrap {
    background-color: rgba(255, 255, 255, 0)!important;	
} 
#newBridge #nb_toolbar_wrap:before {
border:0px!important;
}
#newBridge #nb_toolbar_wrap.qiao-toolbar-btn-two a {
    width: 47%!important;
	margin-bottom: -50px!important;
	background: rgba(255, 255, 255, 0)!important;
	color: rgba(255, 255, 255, 0)!important;
}
#newBridge #nb_toolbar_wrap a:after {
	border:0px!important;
}   
*/
  header .nav ul li {
    font-size: 40px;
  }

  header .nav ul li{
    margin-bottom: 20px;
  }

  .video_banner {
    height: auto;
    position: relative;
  }

  .video_banner video {
    height: auto;
    margin-top: 70px;
    position: relative;
  }

  .hbox {
    margin-top: 0;
  }

  .history-left .single {
    font-size: 16px;
    margin-bottom: 25px;
	margin: 2%;
  }

  .swiper-container.jinguan {
    height: 50vh;
  }

  .brand .swiper-modal {
    height: 100%;
    padding: 20px;
  }
  
  .store-right ul{
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  
  .titleBox {
    padding: 0 0 20px;
  }

  .taber .taber-viewbox {
    margin-bottom: 10px;
    line-height: 50px;
    padding-right: 40px;
  }

  .taber .taber-viewbox::after {
    width: 30px;
    height: 30px;
    right: 5px;
  }

  .taber {
    width: 80%;
  }

  .joining .joining-left {
    padding: 30px 4%;
    margin-top: 0;
    width: 100%;
    height: 40vh;
    float: none;
    border-radius: 0;
    box-shadow: none;
  }

  .joining-left .single {
    margin-bottom: 30px;
  }

  .joining .joining-right {
    position: relative;
    width: 100%;
    padding: 30px 4%;
    border-radius: 0;
    height: auto;
    box-shadow: none;
  }

  .titleBox.hot {
    margin-bottom: 0;
  }

  .phones p {
    line-height: 1;
  }

  .phones {
    line-height: 1;
  }

  .phones p span {
    font-size: 20px;
  }

  .boxes.strength {
    padding: 45px 0;
  }

  .strength .swiper-slide .img .text p {
    font-size: 16px;
  }

  .boxes.strength .swiper-container {
    margin: 25px 0 40px;
  }

  footer .records p {
    display: block;
	text-align: left;
    float: none!important;
  }

  .intro_l {
    width: 100%;
  }

  .intro_r {
    width: 100%;
  }

  .num_row .s b {
    font-size: 28px;
  }

  .num_row .s p {
    font-size: 20px;
  }

  .swiper-container.his {
    margin-top: 25px;
    border-top: 0;
  }

  .swiper-container.his .swiper-slide .year {
    font-size: 30px;
  }

  .swiper-container.his .swiper-slide.swiper-slide-active .year {
    font-size: 46px;
  }

  .honor_list a {
    padding: 0;
    border: 1px solid rgba(0,0,0,.05);
  }

  .honor_list a .thum {
    background: no-repeat;
  }

  .food_box section {
    height: auto;
    background-color: #232323;
  }

  .food_box {
    margin-top: 70px;
  }

  .food_box section .image {
    position: relative;
    height: auto;
    background-attachment: inherit;
    z-index: 1;
    background-image: none;
    transition: ease .5s;
  }

  .food_box section .image video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    height: auto;
    width: 100%;
    opacity: 1;
    display: block;
  }

  .food_box section .stuff {
    position: absolute;
    z-index: 1;
    height: auto;
    transition: ease .5s;
    top: auto;
    bottom: 20%;
  }

  .food_box section.active .stuff {
    opacity: 0;
    visibility: hidden;
  }

  .food_box section.active .image {
    opacity: 1;
  }

  .food_box section.active .playBtn {
    opacity: 0;
    visibility: hidden;
  }

  .foodbar {
    display: none;
  }

  .food_box section .playBtn {
    position: absolute;
    color: #fff;
    top: 60%;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: ease .5s;
    display: none;
  }

  .food_box section .stuff h1 {
    font-size: 34px;
  }

  .food_box section .stuff h2 {
    font-size: 20px;
  }

  .po_box {
    width: 100%;
    height: auto;
    background: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border: 0;
    transform: translate(0,0);
  }

  .po_box ul li {
    width: 100%;
    left: 0!important;
    transform: translateY(0)!important;
    position: relative;
    top: 0;
    display: flex;
  }

  .po_box ul li .num {
    float: none!important;
  }

  .po_box ul li .txt {
    float: none!important;
    padding: 0 20px;
    text-align: left!important;
  }

  .po_box ul li+li {
    margin-top: 15px;
  }

  .policy {
    height: auto;
    margin-top: 25px;
  }

  .cond_list ul li {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
  }

  .cond_list ul li+li {
    margin: 25px auto 0;
  }

  .cond_list ul li .mks .row b,
  .cond_list ul li .mks .row p {
    font-size: 14px;
  }

  .swiper-container.his .swiper-slide .icon {
    position: relative;
    margin: 0 auto 15px;
    top: 0;
    left: 0;
  }

  .swiper-container.his .swiper-slide::before {
    opacity: 0;
  }

  .swiper-container.his .swiper-slide .name {
    margin: 5px auto 0;
    padding: 0 10px;
    line-height: 1.7;
  }

  .swiper-container.process {
    padding-bottom: 80px;
  }

  .swiper-container.his.process .swiper-button-next,
  .swiper-container.his.process .swiper-button-prev {
    top: auto;
    bottom: 20px;
  }

  .boxes.b5 .thum {
    display: none;
  }

  .boxes.b5 .online {
    width: 100%;
  }

  footer .footer .footer-left .goUrl a .viewbox {
    padding: 5px 15px;
  }

  .contact_box .con_l {
    width: 100%;
  }

  .lgs {
    width: auto;
  }

  .cts {
    justify-content: center;
  }

  .contact_box .con_r {
    width: 100%;
  }

  .add_list ul li {
    text-align: center;
  }

  .add_list ul li .txt {
    width: auto;
    margin: 0 auto;
    float: none;
  }

  .add_list ul li .icon {
    display: none;
  }

  .newsNav {
    display: flex;
    background: #e53015;
    width: 100%;
  }

  .newsNav a {
    width: calc(100% / 3);
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
  }

  .newsNav a.active {
    background: #231815;
    color: #fff;
  }
}
@media screen and (max-width:767px) {
  header .logo {
    width: 100px;
  }

  header {
    height: 50px;
  }

  .video_banner video {
    margin-top: 50px;
	display: none;
  }

  .history-left .img,
  .intro_l .img {
    width: 150px;
    display: none;
  }

  .history-left .img::after,
  .intro_l .img:after {
    width: 60px;
    height: 60px;
    left: 15px;
  }

  .indexc{
  margin-left: 33%;
  }
  .more_btn {
    width: 140px;
    line-height: 40px;
  }

  .more_btn::before{
    width: 40px;
    height: 59px;
    opacity: 1;
    top: -35px;
    margin-left: -20px;
  }
  .more_btn:hover::before{
    top: -35px;
  }
  .join-viewBox .view {
    width: 100%;
  }
  .joining .joining-right .form .inputForm:nth-child(2){
    margin-bottom: 50px;
  }
  .join-viewBox .view+.view {
    margin-top: 25px;
  }

  .join-viewBox .view .text::after{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    background: #fff url(../images/brandt.png) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
  }

  .join-viewBox .view:nth-child(2):after {
    right: auto;
    left: -13px;
    transform: rotate(20deg);
  }

  .brand .swiper-modal {
    width: 100%;
    height: auto;
    bottom: 0;
    display: block;
    text-align: center;
    border: 0;
    position: relative;
    background: rgba(0,0,0,0);
    color: #3e3e3e;
  }

  .titleBox.tr {
    text-align: center;
    display: block;
  }

  .swiper-modal .taber {
    display: none;
  }

  .store-right ul li {
    text-align: center;
  }

  .store-right ul li:nth-child(1) {
    left: 0;
    width: 100%;
  }

  .store-right ul li:nth-child(2),.store-right ul li:nth-child(3),.store-right ul li:nth-child(4),.store-right ul li:nth-child(5) {
    left: 0;
    width: 42%;
    top: 0%;
    position: relative;
    margin-bottom: 20px;
	margin-left:2%;
	margin-right:2%;
  }
  .store-right ul li p:nth-child(1) span{
    font-size: 30px;
  }
  .store-right ul li{
    position: relative;
    width: 50%;
    float: left;
  }
  .store-right ul li:nth-child(1){
    position: relative;
    width: 42%;
    top: 0%;
    margin-bottom: 20px;
	margin: 0 2%;
  }
  .boxes.store {
    padding-bottom: 0;
  }
  .store-right{
    width: 96%;
    height: auto;
    padding: 50px 0 0 6%;
  }
  .joining .joining-left {
    height: auto;
  }

  .phones p,
  .phones p span {
    font-size: 16px;
  }

  .boxes.strength {
    width: 94%;
    margin: 0 auto;
  }
.friends .partnerBox {
    left: 2%!important; 
}
  #strength .swiper-button-next,
  #strength .swiper-button-prev,
  .shop_swiper .swiper-button-next,
  .shop_swiper .swiper-button-prev,
  .swiper-container.his .swiper-button-next,
  .swiper-container.his .swiper-button-prev {
    left: 5%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  #strength .swiper-button-next,
  .shop_swiper .swiper-button-next,
  .swiper-container.his .swiper-button-next {
    left: auto;
    right: 5%;
  }

  .FrogJumpTab {
    width: 30px;
    height: 30px;
  }

  #strength .swiper-button-next::after,
  #strength .swiper-button-prev::after,
  .shop_swiper .swiper-button-next::after,
  .shop_swiper .swiper-button-prev::after,
  .swiper-container.his .swiper-button-next::after,
  .swiper-container.his .swiper-button-prev::after {
    width: 14px;
    height: 14px;
  }

  .friends .friends-left {
    width: 100%;
  }

  .titleBox.tl {
    text-align: center;
  }

  .friends .friends-right .logoBox .logo {
    width: 48%;
    margin: 0 auto 15px;
  }

  .friends .friends-right .logoBox .logo img {
    margin: 0 auto;
  }

  footer .footer .footer-left .goUrl a .viewbox {
    margin: 0 auto;
    width: 24%;
    font-size: 12px;
  }

  footer .footer .footer-left .goUrl {
    display: none;
  }

  footer .footer .footer-right .qrcode {
    display: none;
  }

  footer .records {
    /*margin: 10px auto 0;*/
	    padding: 10px 10px 58px 10px;
  }

  header .nav ul li {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  header .nav ul li a{
    display: block;
    height: 100%;
    width: 100%;
	color: #fff;
  }

  header .nav ul li a.investment::before {
	top: 0px!important;
    right: 32%!important;
  }
  .g_center {
    width: 100% !important;
}
.g_f5pt2nr1 {
    width: 100% !important;
}

  header .nav ul li a.onn {
    color: #fff;
  }
  
  .more_btnbottom {
    display: none;
  }

  #About .titleBox.tl b {
    font-size: 20px;
  }

  #About .titleBox.tl p {
    display: none;
  }

  .intro_l {
    margin-top: 25px;
  }

  #History {
    width: 100%;
    margin: 0 auto;
  }

  .honor_list a {
    width: 50%;
  }

  .food_box section .stuff {
    position: relative;
    margin: 15px auto 20px;
  }

  .food_box section .stuff h1 {
    font-size: 20px;
  }

  .food_box section .stuff h2 {
    font-size: 14px;
  }

  .food_box section .playBtn {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    top: 50%;
    height: 40px;
  }

  .brand .pagination {
    display: block;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  header .nav ul{
    left: 0%;
  }
  .brand .pagination span {
    background: #fff;
  }
  .laozhao{
    width: 94%;
  }
  .laozhao ul li{
    width: 100%;
    margin-right: 0%;
  }
  .brand .pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  .shop_swiper .swiper-button-next,
  .shop_swiper .swiper-button-prev {
    top: 50%;
  }

  .condl {
    width: 100%;
    margin-bottom: 25px;
  }

  .condr {
    width: 100%;
  }

  .boxes.b5 .online {
    padding: 30px 3%;
  }

  .pages a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .news_list {
    margin-bottom: 0;
  }

  .pages {
    margin-bottom: 0;
  }

  .fwt {
    font-size: 24px;
  }

  .lgs {
    width: 41%;
  }

  .grid-item,
  .grid-sizer {
    width: 48%;
  }
  .swiper-container.his .swiper-slide .des::after{
    display: none;
  }
  .faceImg {
    margin-top: 50px;
  }

  .jm_tips b,
  .jm_tips b span {
    font-size: 20px;
  }

  .jm_list ul li {
    width: 100%;
  }

  .food_box {
    margin-top: 50px;
  }

  .join-viewBox .view .img {
    /* height: 25vh; */
  }

  .join-viewBox .item_img {
    height: 100%;
    transform: inherit!important;
  }

  .join-viewBox .view .frogr {
    display: none;
  }

  .titleBox {
    font-size: 20px;
  }

  .titleBox p {
    font-size: 14px;
  }

  .store .single {
    font-size: 16px;
    margin-bottom: 45px;
    text-align: center;
  }
  .store .more_btn,.joining .more_btn{
    margin: 0px auto;
    display: block;
  }
  .single p {
    margin-bottom: 0;
  }

  .joining-left .single {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
  }

  footer .footer .footer-left .text,
  footer .records p {
    opacity: .5;
	line-height: 1.3 !IMPORTANT;
    margin: 0 2%;
    font-size: 14px;
  }
  .num_row .s p {
    font-size: 16px;
  }

  .video_list ul li .name {
    padding: 5px 0;
  }

  .ptn span {
    width: 20px;
    height: 20px;
    background-size: 40px auto;
  }

  .news_list ul li .thum {
    margin-bottom: 10px;
  }

  .news_list ul li .info .des {
    margin-top: 0;
    display: none;
  }

  .news_list ul li .info {
    padding-bottom: 5px;
  }

  .news_list ul li .date {
    line-height: 1.6;
    font-size: 16px;
  }

  .news_list ul li {
    margin-bottom: 25px;
    width: 100%;
    margin-right: 0%;
  }

  .news_list ul li .info .name {
    line-height: 1.7;
    height: 28px;
  }

  .p-top-works__header__bubbleCover span {
    background: url("../images/icon_frog2.png") no-repeat center/cover;
  }

  .p-top-works__header__bubbleCover__bubble1,
  .p-top-works__header__bubbleCover__bubble2 {
    opacity: .1;
    display: none;
  }

  ._news_detail {
    margin: 80px auto 0;
  }

  ._ndc_top .title {
    font-size: 16px;
  }

  ._ndc_top .des {
    background: no-repeat;
    border: 0;
    padding: 0;
  }

  ._ndc_top .social ._sharebuttonbox a {
    width: 28px;
    line-height: 28px;
    height: 28px;
  }

  ._ndc_npnews .post_next,
  ._ndc_npnews .post_prev {
    font-size: 12px;
  }



  .food_box section .stuff:after {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    background: #fff url(../images/brandt.png) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
  }




  .jm_list {
    margin-bottom: 0;
  }

  .po_box ul li .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  #Policy:after {
    content: '';
    background: url("../images/icon_frog2.png") no-repeat center/cover;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -7px;
    transform: rotate(-20deg);
    opacity: .4;
    bottom: 20px;
  }

  #Require:after {
    content: '';
    background: url("../images/icon_frog2.png") no-repeat center/cover;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -7px;
    transform: rotate(-20deg);
    opacity: .4;
    bottom: 20px;
  }

  .cond_list ul li:after {
    content: '';
    background: url("../images/icon_frog2.png") no-repeat center/cover;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -7px;
    transform: rotate(20deg);
    opacity: .1;
    top: 5px;
  }

  #Process:after {
    content: '';
    background: url("../images/icon_frog2.png") no-repeat center/cover;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -7px;
    transform: rotate(-20deg);
    opacity: .2;
    bottom: 20px;
  }

  .swiper-container.experience {
    min-height: 210px;
    margin-bottom: 50px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -70px;
  }
}
.childeli {
opacity: 0;
display: none;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:800px) {
}
@media screen and (max-width:767px) {
/* .nav {
	position:fixed;
	z-index:30;
	height:100%;
	width:0;
	left:0;
	top:0;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
-webkit-transition:width .5s .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:width .5s .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:width .5s .5s cubic-bezier(.77, 0, .175, 1);
transition:width .5s .5s cubic-bezier(.77, 0, .175, 1);
	overflow:hidden
} */
footer .records p:nth-child(2){ margin-left:0px;}
.nav .bannerImg {
	background-image:url(../images/menubg.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:100% 0;
	background-attachment:fixed;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	z-index:5
}
iframe {
	width:0;
	height:0;
	overflow:hidden;
	display:block
}
.nav .menuOver {
	position:absolute;
	height:100%;
	width:100%;
	cursor:url(../images/close.png), auto
}
.nav .borderBOttom, .nav .borderLeft, .nav .borderRight, .nav .borderTop {
	position:absolute;
	background:#fff;
	z-index:10;
-webkit-transition:all .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s cubic-bezier(.77, 0, .175, 1)
}
.nav .borderTop {
	width:100%;
	height:50px;
	top:0;
	left:0;
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	transform:translateY(-100%)
}
.nav .borderLeft {
	left:0;
	height:100%;
	width:50px;
	top:0;
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transform:translateX(-100%)
}
.nav .borderRight {
	right:0;
	height:100%;
	width:50px;
	top:0;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	-ms-transform:translateX(100%);
	-o-transform:translateX(100%);
	transform:translateX(100%)
}
.nav .borderBOttom {
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	-o-transform:translateY(100%);
	transform:translateY(100%)
}
.nav .navLink {
	position:absolute;
	z-index:8;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:800px;
	opacity:0;
-webkit-transition:all .5s .2s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s .2s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s .2s cubic-bezier(.77, 0, .175, 1);
transition:all .5s .2s cubic-bezier(.77, 0, .175, 1)
}
.nav .navLink ul {
	padding-bottom:45px;
	position:relative
}
.nav .navLink ul:after {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	left:0;
	bottom:0;
-webkit-transition:ease .5s;
-o-transition:ease .5s;
-moz-transition:ease .5s;
transition:ease .5s;
	background:#fff
}
.nav .navLink li {
	color:#fff;
	font-weight:700
}
.nav .navLink li .childeli {
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	width:70%;
	float:right;
	margin-top:11px
}
.nav .navLink li .childeli a {
	font-weight:400;
	margin-right:25px;
	position:relative;
	padding:5px 0;
	height: 25px;
}
.nav .navLink li .childeli a:after {
	content:'';
	position:absolute;
	width:0;
	height:1px;
	bottom:0;
	background:#fff;
	left:0;
-webkit-transition:ease-in-out .6s;
-o-transition:ease-in-out .6s;
-moz-transition:ease-in-out .6s;
transition:ease-in-out .6s
}
.nav .navLink li .childeli a.active:after {
	width:100%
}
.nav .navLink li+li {
	margin-top:15px
}
.nav .navLink li>a {
	display:inline-block;
	margin-bottom:5px;
	font-size:26px;
	vertical-align:middle;
	margin-right:25px;
	position:relative
}
.nav .navLink li>a:after {
	content:'';
	position:absolute;
	width:0;
	height:3px;
	background:#fff;
	bottom:0;
	left:0;
-webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .6s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .6s cubic-bezier(.77, 0, .175, 1);
transition:all .6s cubic-bezier(.77, 0, .175, 1)
}
.nav .navLink li>a.active:after {
	width:100%
}
.nav.active {
	width:100%;
-webkit-transition:all .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s cubic-bezier(.77, 0, .175, 1)
}
.nav.active .borderBOttom {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
-webkit-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s .5s cubic-bezier(.77, 0, .175, 1)
}
.nav.active .borderLeft {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
-webkit-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s .5s cubic-bezier(.77, 0, .175, 1)
}
.nav.active .borderRight {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
-webkit-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s .5s cubic-bezier(.77, 0, .175, 1)
}
.nav.active .borderTop {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
-webkit-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-o-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
-moz-transition:all .5s .5s cubic-bezier(.77, 0, .175, 1);
transition:all .5s .5s cubic-bezier(.77, 0, .175, 1)
}
.nav.active .navLink {
	opacity:1;
-webkit-transition:ease .3s .5s;
-o-transition:ease .3s .5s;
-moz-transition:ease .3s .5s;
transition:ease .3s .5s
}
.nav.active .navLink ul:after {
	width:100%;
-webkit-transition:ease 1.1s .5s;
-o-transition:ease 1.1s .5s;
-moz-transition:ease 1.1s .5s;
transition:ease 1.1s .5s
}




.nav .navLink {
top:50%;
height:auto
}
.nav .navLink li>a {
width:100%;
font-size:20px;
margin-right:0;
color:#fff;
padding-bottom:5px
}
.nav .navLink li .childeli {
font-size:16px;
width:100%;
margin-top:0;
}
.nav .navLink li>a:after {
height:1px
}
.nav .navLink li .childeli a {
font-size:14px;
color:rgba(255, 255, 255, .9);
display:block;
margin:0 auto
}
.nav .navLink li>a:after {
width:100%;
opacity:0
}
.nav .navLink li>a.active:after {
opacity:1;
width:40%;
left:30%
}
.nav .navLink li>a::before {
width:10px;
height:1px;
position:absolute;
right:0;
bottom:0;
background:#fff;
content:'';
opacity:0
}
.nav .navLink li .childeli a.active, .nav .navLink li>a.active {
color:#fff
}
.nav .navLink ul {
padding-bottom:0;
position:absolute;
width:100%;
top:50%;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%)
}
.nav .navLink ul:after {
display:none
}
.nav .navLink li .childeli a.active:after {
width:50%
}
.nav .navLink li .childeli a:after {
left:25%
}
.nav .navLink li .childeli a.active:after {
display:none
}
.nav .navLink li {
margin-bottom:10px;
text-align:center
}
.nav .navLink li+li {
margin-top:10px
}
.nav .navLink .preventDefault .childeli {
height:0;
-webkit-transition:ease .5s;
-o-transition:ease .5s;
-moz-transition:ease .5s;
transition:ease .5s
}

.nav .navLink .preventDefault.active:nth-child(2) .childeli {
opacity: 1;
display: block;
height:195px
}
.nav .navLink .preventDefault.active:nth-child(3) .childeli {
opacity: 1;
display: block;
height:70px
}
.nav .navLink .preventDefault.active:nth-child(4) .childeli {
opacity: 1;
display: block;
height:120px
}
.nav .navLink .preventDefault.active:nth-child(5) .childeli {
opacity: 1;
display: block;
height:50px
}
.nav .navLink .preventDefault.active:nth-child(6) .childeli {
opacity: 1;
display: block;
height:50px
}
.nav .navLink .preventDefault.active:nth-child(7) .childeli {
opacity: 1;
display: block;
height:80px
}
.nav .navLink .preventDefault.active:nth-child(8) .childeli {
opacity: 1;
display: block;
height:50px
}
}
@media (max-width: 1366px){
    .mainwuye .hbox3 .cont::after{
        bottom: 160px;
    }
    .titleBox.tr {
    margin-top: -38px!important;
    margin-bottom: -18px;
	}	
}