@charset "utf-8";
/* CSS Document */
body{
  padding: 0;
  margin: 0;
  font-family: "Volvo Sans Light","Arial Narrow","Helvetica Neue","微软雅黑","Microsoft YaHei",STHeiti,"黑体",Hei,SimHei,Tahoma,Helvetica,arial,sans-serif,sans-serif;
}
p{
  font-family: "Volvo Sans Light","Arial Narrow","Helvetica Neue","微软雅黑","Microsoft YaHei",STHeiti,"黑体",Hei,SimHei,Tahoma,Helvetica,arial,sans-serif,sans-serif;
}
.clear{
  clear: both;
}
.content_box{
  width: 100%;
  background: #f6f6f6;
  position: relative;
}
.banner_kv,.page01_img,.page02_img,.page03_img,.page04_img{
    width: 100%;
    margin-top: 0;
}
.banner_kv img.mobile_img,.banner_kv img,.banner_kv img,.page01_img img,.page02_img img,.page03_img img,.page04_img img{
    width: 100%;
    display: block;
}
.content_box.page_sub{
  background: #fff;
}
.text_top{
  position: absolute;
  right: 40px;
  top: 40%;
  color: #fff;
}
.text_top p{
  margin: 0;
  padding: 0;
}
.text_top p.title{
  margin: 10px auto;
  color: #fff;
  font-size: 38px;
  text-align: right;
}
.text_top p.sub_title{
    font-size: 24px;
    line-height: 24px;
    margin: 10px auto;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-align: right;
}
.text_top p.desc{
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto;
  text-shadow: 0 0 2px rgba(0,0,0,.2);
  text-align: right;
}
.page_sub{
  text-align: center;
  padding: 40px 0;
}
.page_sub_text p.title{
  margin: 10px auto;
  color: #3b3b3b;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  font-family: "Volvo Broad","Volvo Sans Regular","Arial Narrow","Helvetica Neue",Helvetica,Roboto,Arial,"微软雅黑","Microsoft YaHei",STHeiti,"黑体",Hei,SimHei,sans-serif;
}
.page_sub_text hr{
  height: 2px;
  width: 60px;
  color: #bfbfbf;
  background: #bfbfbf;
  border: none;
  margin: 1.5em auto;
}
.page_sub_text p{
  font-family: "Volvo Sans Regular","Arial Narrow","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto;
  color: #3b3b3b;
}
.page01,.page02,.page03{
  position: relative;
}
.page_text{
  position: absolute;
  top: 11%;
  width: 80%;
  min-width: 370px;
}
.page01_text,.page03_text{
  left: 5%;
}
.page02_text.page_text {
    right: 5%;
    top: 10%;
    text-align: left;
    width: 35%;
}
.page_text p.title{
  margin-bottom:25px;
  font-size: 22px;
  color: #3b3b3b;
  margin-top: 1em;
  font-weight: 600;
}
.page_text p.desc{
  font-size: 16px;
  line-height:1.8;
  color:#3b3b3b;
  max-width: none;
  font-family: "Volvo Sans Regular","Arial Narrow","Helvetica Neue",Helvetica,Roboto,Arial,"微软雅黑","Microsoft YaHei",STHeiti,"黑体",Hei,SimHei,sans-serif;
}
.page01_text.page_text p.desc{
  width: 70%;
}
.page_text a{
  font-family: "Volvo Sans Regular","Arial Narrow","Helvetica Neue",Arial,sans-serif!important;
  font-size: 15px;
  text-transform: none;
  border: 1px solid #2b2b2b;
  padding: 0px 30px 0 25px;
  height: 40px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  margin-top: 10px;
  color: #000000;
  text-decoration: none;
  float: left;
  margin: 1.5em auto;
  margin-right: 20px;
}
.page_text a:hover{
  color: #fff;
  background: #b5b5b5;
  border:1px solid #b5b5b5;
}
.page_sub_text p{
  padding: 0 10px;
}
.pc_show,#slides{
  display: block !important;
}
.mobile_show,#slides_mobile{
  display: none !important;
}
.slidesjs-navigation{
  display: none;
}
.slidesjs-pagination{
  list-style: none;
  -webkit-padding-start: 0;
  position: absolute;
  bottom: 20px;
  z-index: 11;
    width: 20%;
    margin: auto;
    left: 3%;
    right: 0;
}
.slidesjs-pagination li{
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 3%;
}
.slidesjs-pagination li a{
    text-indent: -9999px;
    display: block;
    border-bottom: 2px solid #999;
}
.slidesjs-pagination li a.active{
  border-bottom-color: #fff;
}
@media only screen and (max-width: 640px){
  a{
    border-bottom: none;
  }
  .pc_show,#slides{
    display: none !important;
  }
  .mobile_show,#slides_mobile{
    display: block !important;
  }
  #slides_mobile{
    position: relative;
  }
  .mobile_show img{
    width: 100%;
  }
  .mobile_show .page_sub_text p{
    font-size: 13px;
  }
  .mobile_show .page_text{
    background: -moz-linear-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#fff));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#fff));
    background: -o-linear-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#fff));
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    min-width: auto;
  }
  .mobile_show .page_text p.title{
    margin: 0;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 1.4px;
    max-width: 100%;
  }
  .mobile_show .page01_text.page_text p.desc,.mobile_show .page02_text.page_text p.desc, .mobile_show .page03_text.page_text p.desc{
    width: 76%;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    margin: auto;
  }
 .mobile_show .page02_text.page_text p.desc{
    width: 88%;
   }
  .mobile_show .page03_text.page_text p.desc{
    width: 93%;
    }
  .page_text ul {
    list-style: none;
    -webkit-padding-start: 0;
    font-size: 12px;
    float: left;
    width: 49%;
    text-align: left;
    margin: 0 0 0 0.3%;
    padding-left: 13%;
    color: #3d3d3d;
}
.page_text ul.the_last_one{
  padding-left: 1%;
}
.page_text a{
  margin: 1.5em auto;
  float: none;
  width: 30%;
  padding: 15px 0;
  line-height: 5px;
  height: 30px;
}
.slidesjs-pagination{
  width: 50%;
  bottom:65px;
}
}