

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1260px;
  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;
}

#nav {
  height: 70px;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  //border-bottom: 1px solid #ccc;
  position: fixed;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.menu {
  width: 200px;
}

.inav {
  width: 1200px;
  height: 70px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 300px;
  padding-right: 200px;
  box-sizing: border-box;
  background: url("../static/images/logo.png") no-repeat left;
  background-size: auto 40px;
  position: relative;
}

.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(-1px);
}

.inav dl dt  a:after {
  opacity: 0;
  border-top: 2px solid #4883c1;
  content: '';
  display: block;
  position: relative;
  z-index: -1;
  margin: auto;
  width: 0px;
}

.search {
  width: 160px;
  height: 32px;
  position: absolute;
  right: 0px;
  border-radius: 50px;
  margin: 19px 0;
  background: #f4f6f9;
  line-height: 32px;
  color: #ccc;
  font-size: 12px;
  text-indent: 12px;
}

.search input {
  color: #888;
  font-size: 12px;
  border: none;
  background: transparent;
  outline: none;
  transition: all ease 0.5s;
}

.search input:focus {
  color: #333;
  transition: all ease 0.5s;
}

.search input.smt {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url(../static/images/icon_search.png) no-repeat;
  text-indent: -9999px;
  background-size: 100%;
  position: absolute;
  top: 8px;
  right: 10px;
}

#prd_bas {
  width: 100%;
  height: 50px;
  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;
  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;
}

#fullpage {
  position: relative;
  top: 120px;
}

.section {
  height: 1080px;
  position: relative;
}

.section .page-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#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 {
  padding-top: 120px;
  //text-align: center;
}

.contact_title {
  color: #c1ae6b;
  font-size: 24px;
  font-weight: bold;
}

.title_1 {
  font-size: 66px;
  color: #384a80;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.title_2 {
  font-size: 40px;
  color: #32bebb;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto;
  font-weight: bold;
}

.title_3 {
  font-size: 24px;
  //width: 80%;
  color: #333;
  line-height: 2;
  text-align: center;
}

.title_3 em {
  font-style: normal;
  margin: 0 50px;
}

/*==========================*/

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.right .title_1 {
  text-align: right;
  margin: 50px 0 120px 0;
}

.right .title_2 {
  text-align: right;
  display: inline-block;
}

.right .title_3 {
  text-align: right;
  padding-left: 720px;
  box-sizing: border-box;
  margin: 30px auto 0;
}

.left .title_1 {
  text-align: left;
  margin: 50px 0 120px 0;
}

.left .title_2 {
  text-align: left;
  display: inline-block;
}

.left .title_3 {
  text-align: left;
  padding-right: 720px;
  box-sizing: border-box;
  margin: 30px auto 0;
}

.page1 {
  background: url("../static/images/bg_01.jpg") no-repeat center;
}

.page2 {
  position: relative;
  background: url("../static/images/bg_02.jpg") no-repeat center;
}

.page3 {
  background: url("../static/images/bg_03.jpg") no-repeat center;
}

.page4 {
  background: url("../static/images/bg_04.jpg") no-repeat center;
}

.page5 {
  background: url("../static/images/bg_05.jpg") no-repeat center;
}

.page6 {
  background: url("../static/images/bg_06.jpg") no-repeat center;
}

.page7 {
  background: url("../static/images/bg_07.jpg") no-repeat center;
}

.page9 {
  background: #dcdee5;
  background: url("../static/images/bg_09.jpg") no-repeat 50% 50%;
  //background-size: cover;
  height: 1500px;
}

.page9 .page-content {
  width: 1230px;
}

.page9 .title_1 {
  text-align: center;
}

.page9 .title_3 {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.page9 .title_3 li {
  padding: 15px;
  flex: 0 0 25%;
  box-sizing: border-box;
}

.page9 .title_3 a {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 30px;
  transition: all ease 1s;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 30px 0;
}

.page9 .title_3 a img {
  width: 80%;
}

.page9 .title_3 a:hover {
  text-decoration: underline;
  transform: translateY(-10px);
  transition: all ease 0.5s;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
  color: #4883c1;
}

.page9 .title_3 a span {
  display: block;
}

.product_list {
  background: #fff;
  //background: url("../static/images/bg_09.jpg") no-repeat center;
  //background-size: cover;
  height: 1300px;
}

.product_list .title_1 {
  text-align: center;
  display: inline-block;
  color: #666;
}

.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: #333;
  border-radius: 30px;
  transition: all ease 1s;
  font-size: 14px;
  position: relative;
}

.product_list .title_3>a img {
  border-radius: 30px;
}

.product_list .title_3>a:hover {
  text-decoration: underline;
  transform: translateY(-10px);
  transition: all ease 0.5s;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
  color: #4883c1;
}

.product_list .title_3>a span {
  position: relative;
  bottom:-10px;
}

.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 {
  margin: 50px 0 80px 0;
  color: #c1ae6b;
  font-size: 60px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.contactus .title_2 {
  padding: 0;
  position: relative;
  left: 100px;
  width: 100%;
}

.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;
}

.navContent {
  background-color: #fff;
  width: 100%;
  //border-top: 1px solid #eee;
  text-align: center;
  color: #333;
  font-size: 12px;
}

.navContent a {
  color: #333;
}

.navContent a:hover {
  text-decoration: underline;
  color: #4883c1;
}

.navContent li {
  color: #333;
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  position: relative;
}

.navContent li:after {
  content: "";
  background: #ddd;
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  top: 20px;
  left: 160px;
  transform: rotateZ(45deg);
}

.navContent li:nth-last-of-type(1):after {
  display: none;
}

.navContent img {
  width: 80px;
}

.navContent em {
  font-style: normal;
  margin: 0 0 5px;
  display: block;
}


#ls242r-5 {
  position: absolute;
  right: 36px;
  bottom: 424px;
  width: 246px;
  height: 198px;
}
#ls242v-5 {
  position: absolute;
  right: 136px;
  bottom: 690px;
  width: 246px;
  height: 198px;
}
#ls241r-3 {
  position: absolute;
  right: 293px;
  bottom: 349px;
  width: 206px;
  height: 168px;
}
#ls241v-3 {
  position: absolute;
  right: 420px;
  bottom: 610px;
  width: 178px;
  height: 184px;
}
#ls240r-2 {
  position: absolute;
  right: 529px;
  bottom: 275px;
  width: 171px;
  height: 165px;
}
#ls240v-2 {
  position: absolute;
  right: 659px;
  bottom: 544px;
  width: 141px;
  height: 174px;
}
#ls341r-2 {
  position: absolute;
  right: 748px;
  bottom: 186px;
  width: 168px;
  height: 120px;
}
#ls341v-2 {
  position: absolute;
  right: 892px;
  bottom: 470px;
  width: 121px;
  height: 136px;
}





