

* {
  margin: 0;
  padding: 0;
}

body {
  //font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif,"Microsoft YaHei","arial","sans-serif" !important;
  background-color: #FFF;
}

ul, li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 991px) {

.menu {
  width: 200px;
}

.inav {
  width: 1200px;
  height: 70px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  background: url("../static/images/logo.png") no-repeat left;
  background-size: auto 40px;
}

.inav dl {
  float: right;
}

.inav dl dt {
  float: left;
  transition: all ease 0.5s;
  margin: 0 0 0 50px;
}

.inav dl dt  a {
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  line-height: 70px;
  //text-align: center;
  color: #333;
  display: inline-block;
  transition: all ease 0.5s;
  border-bottom: 1px solid #FFF;
}

.inav dl dt  a:hover {
  color: #4883c1;
  //border-bottom: 1px solid #4883c1;
  transform: rotate(0deg) scale(1.1);
}

.inav dl dt  a:hover:after {
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
  transform: translateY(-3px);
}

.inav dl dt  a:after {
  opacity: 0;
  border-top: 2px solid #4883c1;
  content: '';
  display: block;
  position: relative;
  z-index: -1;
  margin: auto;
  width: 0px;
}

#prd_bas {
  width: 100%;
  position: fixed;
  margin: 70px 0 0 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.15)
}

#prd_bas>div {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  background: #FFF;
}

.prd_nam {
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 50px;
}

a.prd_buy {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  height: 30px;
  background: #4883c1;
  float: right;
  color: #FFF;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  transition: all ease 1s;
}

a:hover.prd_buy {
  display: inline-block;
  transition: all ease 0.5s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transform: translateY(-2px);
  background: #579663;
}

.section {
  height: 1080px;
  position: relative;
}

.section .page-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: table;
}

#fullpage .page1 {
  background: url("../static/images/bg_01.jpg") no-repeat center;
  background-size: cover !important;
  //padding-top: 56%;
}

.page2, .page4, .page5, .page7, .page9 {
  background: url("../static/images/bgA.png") no-repeat center;
}

.page3, .page6, .page8 {
  background: #FFF;
}


/*============= common =============*/

.content {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  padding-top: 220px;
}

.contact_title {
  color: #c1ae6b;
  font-size: 24px;
  font-weight: bold;
}

.title_1 {
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  color: #666;
  margin: 0 0 50px 0;
  position: relative;
  display: inline-block;
}

.title_2 {
  font-size: 30px;
  color: #777;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}

.title_3 {
  font-size: 20px;
  width: 80%;
  color: #000;
  line-height: 2;
  text-align: center;
  margin: 30px auto 0;
  font-weight: 400;
}

.title_3 em {
  font-style: normal;
  margin: 0 50px;
}

/*==========================*/

.page1 {
  position: relative;
}

.page1 .page-content {
  box-sizing: border-box;
}

.page1 .content ul {
}

.page1 .content ul li img {
  display: block;
  margin: 0 auto;
}

.page1 .content ul li .text {
  padding-top: 5px;
}

.page1 ul li .text{
  margin-top:15px;
}

.page1 .content ul li {
  width: 160px;
  display: inline-block;
  text-align: center;
}

.page2 {
  position: relative;
  background: url("../static/images/bg_02.jpg") no-repeat center;
  background-color: #fff;
  overflow: hidden;
}

.page2 .title_1 {
}

.page2 .title_2 {
}

.page2 .title_3 {
}

.page2 .title_3 sup {
  font-size: 10px;
}

.page2 .title_4>div {
  width: 250px;
  color: #333;
  font-size: 24px;
  height: 320px;
  background: url("../static/images/product_screen2.png") no-repeat 0% 0%;
  float: left;
  margin: 100px 0 0 0;
  padding: 320px 0 0 0;
  box-sizing: border-box;
}

.page2 .title_4>div a {
  color: #579663;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  display: block;
  text-decoration: underline;
}

.page2 .title_4>div:nth-of-type(2) {
  width: 550px;
  background: url("../static/images/product_screen2.png") no-repeat 36% 0%;
}

.page2 .title_4>div:nth-of-type(3) {
  width: 400px;
  background: url("../static/images/product_screen2.png") no-repeat 98% 0%;
}

.page3 {
  background: url("../static/images/bg_03.jpg") no-repeat center;
}

.page3 .title_1 {
  color: #fff;
}

.page3 .title_2 {
  color: #ddd;
}

.page3 .align-right {
}

.page4 {
  background: url("../static/images/bg_04.jpg") no-repeat center;
}

@keyframes rainbow_bg {
  0% {
  background-position: 0 0;
  }
  30% {
  background-position: 0% 100%;
  }
  60% {
  background-position: 100% 100%;
  }
  90% {
  background-position: 100% 0%;
  }
  100% {
  background-position: 0 0;
  }
}

@keyframes shake {
  0% {
  transform: scale(1.0, 1.0);
  }
  70% {
  transform: scale(1.1, 1.1);
  }
  100% {
  transform: scale(1.0, 1.0);
  }
}

.page4 .content {
  padding-top: 240px;
}

.page4 .title_1 {
  font-size: 48px;
}

.page4 .title_2 {
  font-size: 24px;
}

.page4 .title_3 {
  color: #fff;
}

.page4 .link a {
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  background: #000;
  font-size: 16px;
  border-radius: 12px;
  position: absolute;
  line-height: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.page4 .link a:hover {
  transition: all 0.3s ease;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.5);
}

.page4 .link a:nth-of-type(1) {
  left: 120px;
  bottom: 110px;
}

.page4 .link a:nth-of-type(2) {
  left: 480px;
  bottom: 110px;
}

.page4 .link a:nth-of-type(3) {
  left: 890px;
  bottom: 110px;
}


.page5 {
  background: url("../static/images/bg_05.jpg") no-repeat center;
}

.page5 .content {
  padding-top: 290px;
}

.page5 img {
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}


.page5 .title_1 {
}

.page5 .title_2 {
}

.page5 .title_3 {
}

.page6 {
  background: url("../static/images/bg_06.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.page6 .content {
  vertical-align: top;
  padding-top: 420px;
}

.page6 .align-left {
}

.page6 .title_1 {
  color: #fff;
}

.page6 .title_2 {
  color: #ddd;
}

.page6 .title_1 {  
  background-repeat: no-repeat;
  animation: rainbow_bg 5s linear infinite;
  animation-delay:2s;
  background-image: url("../static/images/title_bg.jpg");
  background-size: 200%;
  background-position: 0% 0%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.5;
  margin-bottom: 22px;
}

.page7 {
  background: url("../static/images/bg_07.jpg") no-repeat 50% 50%;
}

.page7 .content {
  padding-top: 180px;
}

.page8 {
  background: url("../static/images/bg_08.jpg") no-repeat 50% 50%;
}

.page8 .content {
  padding-top: 240px;
}

.page8 .title_1 {
  font-size: 48px;
}

.page8 .title_2 {
  font-size: 24px;
}

.page9 {
  background: url("../static/images/bg_09.jpg") no-repeat 50% 50%;
}

.page9 .content {
  padding-top: 180px;
}

.page10 {
  background: url("../static/images/bg_10.jpg") no-repeat 50% 50%;
}

.page11 {
  background: url("../static/images/bg_11.jpg") no-repeat 50% 50%;
}

.page21 {
  background: url("../static/images/bg_21.jpg") no-repeat 50% 50%;
}

.page21 .content {
  padding-top: 290px;
}

.page21 .title_1 {
  color: #fff;
}

.page21 .title_2 {
  color: #ddd;
}

.page21 .title_3 {
  color: #ddd;
  line-height: 1.8;
}

.page22 {
  //background: url("../static/images/bg_12.jpg") no-repeat 50% 50%;
  position: relative;
}

.page22 a {
  color: #666;
  font-size: 20px;
}

.page22 a:hover {
  color: #333;
}

.page22 .pic {
  display: inline-block;
  padding: 15px;
  transition: all 400ms ease-out 0s;
}

.page22 .pic img {
  display: block;
  margin-bottom: 50px;
  transition: all 400ms ease-out 0s;
  border-radius: 20px;
}

.page22 .pic a:hover img {
  box-shadow: 0 30px 50px rgba(0,0,0,0.3);
  transition: all 400ms ease-out 0s;
  transform: translateY(-20px);
}

.page22 .pic:nth-of-type(1) img {
  box-shadow: -30px 30px 20px rgba(0,0,0,0.3);
}

.page22 .pic:nth-of-type(2) img {
  box-shadow: -10px 30px 20px rgba(0,0,0,0.3);
}

.page22 .pic:nth-of-type(3) img {
  box-shadow: 10px 30px 20px rgba(0,0,0,0.3);
}

.page22 .pic:nth-of-type(4) img {
  box-shadow: 30px 30px 20px rgba(0,0,0,0.3);
}

.contactus {
  background: url("../static/images/contactus.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.contactus .content {
  width: 100%;
  text-align: center;
}

.contactus .title_1 {
  color: #c1ae6b;
  font-size: 60px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}

.contactus .title_2 {
  padding: 0;
  position: relative;
  left: 100px;
  width: 100%;
  background-color: transparent;
}

.contactus .title_2 li {
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  line-height: 2.2;
  text-align: left;
  vertical-align: top;
  width: 550px;
  margin-top: 30px;
  padding: 0 30px 0 0;
  font-weight: normal;
}

.contactus .title_2 li em {
  color: #c1ae6b;
  font-size: 24px;
  font-style: normal;
  display: block;
  text-align: left;
  position: relative;
  left: -20px;
  border-left: 2px solid #84714f;
  padding-left: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.contactus a {
  color: #FFF;
  text-decoration: underline;
}

.contactus .title_3 {
  width: 100%;
  position: absolute;
  bottom: 60px;
  text-align: center;
}

.contactus .title_3 img {
  margin: 0 auto;
  position: relative;
  left: -20px;
}

.video {
  background: url("../static/images/bg_video.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: auto; 
}

.video video {
  height: calc(100vh - 120px);
}

.player {
  width: 1200px;
  height: 693px;
  border: 20px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
  background: #000;
  box-shadow: 0 40px 60px rgba(0,0,0,0.5);
  position: relative;
}

.video .title_1 {
  margin-bottom: 50px;
}

.player .logo {
  position: absolute;
  background: url("../static/images/logo.png") no-repeat left;
  background-size: auto 36px;
  width: 200px;
  height: 40px;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.player .tip>div {
  width: 160px;
  height: 30px;
  z-index: 1;
  background: #333;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.25);
}

.player .tip>div:nth-of-type(1) {
  position: absolute;
  left: 50px;
  top: 260px;
}

.player .tip>div:nth-of-type(2) {
  position: absolute;
  left: 760px;
  top: 170px;
}

#video_slogan {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
}

#video_slogan img {
  width: 125px;
}

.align-right {
  margin-left: 50%;
}

.align-right .title_1 {
}

.align-right .title_2 {
}

.align-right .title_3 {
  margin: 80px 0 0 0;
  text-align: right;
  width: 100%;
}

.align-right .title_3 strong {
  color: #0c59db;
}

.align-left {
  margin-right: 50%;
  height: 500px;
}

.align-left .title_1 {
}

.align-left .title_2 {
}

.align-left .title_3 {
  margin: 80px 0 0 0;
  text-align: left;
  width: 100%;
}

.align-left .title_3 strong {
  color: #0c59db;
}

.page4 .align-left .title_3 {
  width: 90%;
}

.page5 .title_3 {
}

.page7 .align-right {
  margin-left: 55%;
}

.page7 .title_1 {
}

.page8 .align-left .title_3 {
  width: 82%;
}

.page10 .align-right {
  margin-left: 55%;
}

.product_list {
  background: #fff;
  background: url("../static/images/bgA.png") no-repeat 50% 50%;
  background-size: cover;
  height: 1600px;
}

.product_list .title_1 {
  text-align: center;
  display: inline-block;
}

.product_list .title_3 {
  width: 100%;
}

.product_list .title_3>a {
  width: 200px;
  height: 200px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin: 0 20px 100px;
  text-align: center;
  color: #000;
  border-radius: 30px;
  //transition: all ease 0.5s;
  font-size: 14px;
  position: relative;
}

.product_list .title_3>a img {
  border-radius: 30px;
  width: 200px;
}

.product_list .title_3>a:hover {
  transform: translateY(-10px);
  transition: all ease 0.5s;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

.product_list .title_3>a span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

#page2_pic_01 {
  position: absolute;
  top: 500px;
  left: 45%;
}

#page2_pic_02 {
  position: absolute;
  top: 0px;
  left: 58%;
}

#page2_pic_01 img, #page2_pic_02 img {
  max-width: none;
}





#ckmmgz {
  position: absolute;
  right: 0px;
  bottom: 70px;
  font-size: 24px;
  color: #333;
  text-decoration: underline;
}

#ckmmgz:hover {
  transform: translateX(5px);
  color: #000;
}


#ckggs {
  position: absolute;
  right: 140px;
  bottom: 100px;
  font-size: 20px;
  color: #333;
  text-decoration: underline;
}

#ckggs:hover {
  transform: translateX(5px);
  color: #000;
}


#anzhuang {
  padding-top: 80px;
}

#anzhuang img {
  width: 80%;
}
}



/*=================== mobile ===================*/

@media (max-width: 991px) {
  .section {
    width: 100%;
    height: calc(100vw * 1.4666666666666666);
    border-radius: 8vw;
    margin-bottom: 5vw;
  }
  .section .page-content {
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: table;
  }
  .content {
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
  }
  .page1 {
    background: url("../static/images/001.jpg") no-repeat center;
    background-size: 100%;
  }
  .page2 {
    background: url("../static/images/002.jpg") no-repeat center;
    background-size: 100%;
  }
  .page3 {
    background: url("../static/images/003.jpg") no-repeat center;
    background-size: 100%;
  }
  .page4 {
    background: url("../static/images/004.jpg") no-repeat center;
    background-size: 100%;
  }
  .page5 {
    background: url("../static/images/005.jpg") no-repeat center;
    background-size: 100%;
  }
  .page6 {
    background: url("../static/images/006.jpg") no-repeat center;
    background-size: 100%;
  }
  .page6 video {
    display: none;
  }
  .page7 {
    background: url("../static/images/007.jpg") no-repeat center;
    background-size: 100%;
  }
  .page8 {
    background: url("../static/images/008.jpg") no-repeat center;
    background-size: 100%;
  }
  .page9 {
    background: url("../static/images/009.jpg") no-repeat center;
    background-size: 100%;
  }
  .page11 {
    background: url("../static/images/011.jpg") no-repeat center;
    background-size: 100%;
  }
  .page10 {
    background: url("../static/images/010.jpg") no-repeat top;
    background-size: 100%;
  }
  .page21 {
    background: url("../static/images/021.jpg") no-repeat center;
    background-size: 100%;
  }
  .page21 .content {
    padding: 30vw 6vw 0;
    vertical-align: top;
  }

  .page21 .title_1 {
    color: #fff;
    font-size: 7vw;
    line-height: 2;
  }

  .page21 .title_2 {
    color: #ddd;
    font-size: 5vw;
    line-height: 2;
  }

  .page21 .title_3 {
    color: #ddd;
    font-size: 3vw;
    line-height: 1.8;
  }

  .page22.section {
    height: auto;
    margin-bottom: 10vw;
  }

  .page22 a {
    color: #333;
    font-size: 3vw;
  }

  .page22 .pic {
    display: inline-block;
    padding: 3vw;
  }

  .page22 .pic img {
    display: block;
    margin-bottom: 2vw;
    border-radius: 2vw;
  }

  .page22 .pic a img {
    box-shadow: 0 2vw 5vw rgba(0,0,0,0.1);
    width: 40vw;
    height: 60vw;
    object-fit: cover;
  }

  #anzhuang img {
    height: 96vw;
    object-fit: cover;
  }

  #ckggs {
    font-size: 3.5vw;
    display: block;
    margin-bottom: 8vw;
    color: #333;
    text-decoration: underline;
  }
}






























