/* 设置滚动条的样式
	* --------------------------------------- */ 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
/* 标题文本的样式
	* --------------------------------------- */
h1 {
  font-size: 5em;
  font-family: arial, helvetica;
  color: #fff;
  margin: 0;
  padding: 0;
}
/* 设置主区域大小
	* --------------------------------------- */
.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {

}
@media screen and (min-width: 768px) and (max-width: 959px) {

}
@media screen and (min-width: 480px) and (max-width: 767px) {

}
@media screen and (max-width: 479px) {
.container {
    max-width: 460px;
}
}

/* 在每个部分居中文本
	* --------------------------------------- */
.section {
  text-align: center;
}
/* 背景将覆盖整个区域
	* --------------------------------------- */
.section {
  background-size: cover;
}
.slide {
  background-size: cover;
}
/* 定义背景和样式
	* --------------------------------------- */
#section1 {
  background-image: url(../images/bg1.jpg);
  background-position: center;
}
#section1 .container {
  top: 80%;
  transform: translateY(-80%);
  position: relative;
}
#section1 h4 {
  background: url(../images/bg-title.png) no-repeat center;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#section1 .title {
  width: 100%;
  max-width: 825px;
}
#section1 .btn1, #section1 .btn2 {
  width: 220px;
}
#section1 .dl-button a{
  margin: auto 2em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
#section1 .dl-button a{
  margin: auto 1em;
}
#section1 h4 {
  font-size: 18px;
}
#section1 .btn1, #section1 .btn2 {
  max-width: 40%;
}
}
@media screen and (max-width: 479px) {
#section1 .dl-button a{
  margin: auto 0.2em;
}
#section1 h4 {
  background-size: 100%;
  font-size: 14px;
}
#section1 .btn1, #section1 .btn2 {
  max-width: 40%;
}
}

#section2 {
  background-image: url(../images/bg2.jpg);
  background-position: center;
  padding: 2% 0 0 0;
}
#section2 .title {
  background: url(../images/title1.png) no-repeat center/cover;
  max-width: 1024px;
  height: 280px;
  margin: 0 auto 50px;
  text-indent: -9999px;
}
#section2 ul, #section2 ol {
    list-style: none;
	padding-left:0px;
}
#section2 li {
    display: inline-block;
	margin: auto 2em;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
#section2 .title {
  background: url(../images/title1.png) no-repeat center/cover;
  max-width: 100%;
  height: 220px;
  margin: 20px auto 30px;
  text-indent: -9999px;
}
#section2 li{
    width: 40%;
}
#section2 img{
    width: 100%;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
#section2 .title {
  background: url(../images/title1.png) no-repeat center/cover;
  max-width: 100%;
  height: 190px;
  margin: 40px auto 20px;
  text-indent: -9999px;
}
#section2 li{
    width: 40%;
	margin: auto;
}
#section2 img{
    width: 100%;
}
}
@media screen and (max-width: 479px) {
#section2 .title {
  background: url(../images/title1.png) no-repeat center/cover;
  max-width: 100%;
  height: 130px;
  margin: 40px auto 20px;
  text-indent: -9999px;
}
#section2 li{
    width: 80%;
	margin: auto;
}
#section2 img{
    width: 100%;
}
}

#section3 {
  background-image: url(../images/bg3.jpg);
  background-position: center;
  padding: 2% 0 0 0;
}
#section3 .title-1, #section3 .title-2, #section3 .title-3, #section3 .title-4 {
  max-width: 1024px;
  height: 280px;
  margin: 0 auto 30px;
  text-indent: -9999px;
}
#section3 .title-1 {
  background: url(../images/title2.png) no-repeat center/cover;
}
#section3 .title-2 {
  background: url(../images/title3.png) no-repeat center/cover;
}
#section3 .title-3 {
  background: url(../images/title4.png) no-repeat center/cover;
}
#section3 .title-4 {
  background: url(../images/title5.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
#section3 .title-1, #section3 .title-2, #section3 .title-3, #section3 .title-4  {
  max-width: 100%;
  height: 220px;
  margin: 20px auto 20px;
  text-indent: -9999px;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
#section3 .title-1, #section3 .title-2, #section3.title-3, #section3 .title-4  {
  max-width: 100%;
  height: 190px;
  margin: 40px auto 20px;
  text-indent: -9999px;
}
}
@media screen and (max-width: 479px) {
#section3 .title-1, #section3 .title-2, #section3 .title-3, #section3 .title-4  {
  max-width: 100%;
  height: 130px;
  margin: 40px auto 20px;
  text-indent: -9999px;
}
#section3 .role  {
  max-width: 100%;
}
}

#section4 {
  background-color: #1e1311;
}
#section4 h1 {
  color: #000;
}
/* 添加幻灯片背景
	* --------------------------------------- */
#slide1 {
  background-image: url(../images/bg2.jpg);
  padding: 6% 0 0 0;
}
#slide2 {
  background-image: url(../images/bg5.jpg);
  padding: 6% 0 0 0;
}
/* 弹窗
	* --------------------------------------- */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em
}
.blocker.behind {
  background-color: transparent
}
.modal {
  background: #fff;
  background-image: url(../images/bg_modal.png);
  background-size: contain;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 999;
  max-width: 700px;
  box-sizing: border-box;
  width: 90%;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -25px;
  right: -25px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/close.svg')
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5)
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0)
  }
}
/* 导航菜单
	* --------------------------------------- */
#fp-nav ul li, .fp-slidesNav ul li {
    height: 20px;
}
#fp-nav ul li .fp-tooltip {
    top: -2px;
    color: #fff;
    font-size: 18px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 14px;
    height: 14px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 8px;
    width: 8px;
	background: #ffd852;
}
@media screen and (max-width: 992px){
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    display: none;
}
}
/* 轮播箭头图案
	* --------------------------------------- */
.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
   border: none;
   width: 90px;
   height: 60px;
}

.fp-controlArrow.fp-prev {
    background: url(../images/slides-arrow.png) no-repeat 0px 0px;
}
.fp-controlArrow.fp-next {
    background: url(../images/slides-arrow.png) no-repeat -100px 0px;
}
/* 底部菜单
	* --------------------------------------- */

/* 页脚
	* --------------------------------------- */
.footer {
   height: 60px;
}