@charset "utf-8";

/* reset */
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot?t=1680508674902'); /* IE9 */
  src: url('../font/iconfont.eot?t=1680508674902#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/iconfont.woff2?t=1680508674902') format('woff2'),
       url('../font/iconfont.woff?t=1680508674902') format('woff'),
       url('../font/iconfont.ttf?t=1680508674902') format('truetype'),
       url('../font/iconfont.svg?t=1680508674902#iconfont') format('svg');
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #606a76;
  font-size: 18px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, section, legend, textarea, p, blockquote, th, td, input, select, textarea, button ,span,i,a{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -webkit-tap-highlight-color:transparent;
} 
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
img {
  border: none;
} 
dl, ul, ol, menu, li {
  list-style-type: none;
} 
button {
  border: 0;
  cursor: pointer;
} 

a {
  color: #363636;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: .3s all; 
  -moz-transition: .3s all; 
  -ms-transition: .3s all; 
  transition: .3s all;
  font-size: 16px;
  text-decoration: none;
}  /* 重置链接a标签 */
a:active, a:hover {
  color: #ba9a8e;
} 
a:hover{
  text-decoration: none;
}
a:active {
  star:expression(this.onFocus=this.blur());
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}   
img {
  vertical-align: middle;
  -webkit-transition: 0.6s all; 
  -moz-transition: 0.6s  all; 
  -ms-transition: 0.6s  all; 
  transition: 0.6s  all;
} 
.clearfix{
  overflow: hidden;
  clear: both;
}
h1, h2, h3, h4, h5, h6 ,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-weight: normal;   
  font-family: 'Philosopher';
  font-weight: 700;
  color: #212121;
}
h1,h1 a{
  font-size: 36px;
  line-height: 60px;
}
h2,h2 a{
  font-size: 34px;
  line-height: 46px;
}
h3,h3 a{
  font-size: 22px;
  line-height: 36px;
}
h4,h4 a{
  font-size: 18px;
  line-height: 22px;
}
h5,h5 a,h6,h6 a{
  font-size: 12px;
}
div p{
  margin-top: 30px;
  font-size: 17px;
  color: #666;
  line-height: 28px;
}
i{
  color: #ba9a8e;
  font-style: normal;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 1400px;
  margin:0 auto;
  max-width: 88%;
}
/* Chrome */
::-webkit-input-placeholder{
  color: #666;
}
/* IE 10+ */
:-ms-input-placeholder{
  color: #666;
}
/* Firefox 4-18 */
/* Firefox 19+ */
:-moz-placeholder,
::-moz-placeholder{
  color: #666;
  opacity: 1;
}

/* Chrome */
#subscribe_email::-webkit-input-placeholder{
  color: #fff;
}
/* IE 10+ */
#subscribe_email:-ms-input-placeholder{
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
#subscribe_email:-moz-placeholder,
#subscribe_email::-moz-placeholder{
  color: #fff;
  opacity: 1;
}
.padding-top{
  padding-top: 100px;
}
.padding-bottom{
  padding-bottom: 100px;
}
.padding{
  padding: 100px 0;
}
.paddinga{
  padding: 90px 0;
}
.margin{
  margin: 100px 0;
}
.margin-top{
  margin-top: 100px;
}
.margin-topa{
  margin-top: 90px;
}
.margin-bottom{
  margin-bottom: 100px;
}
.wp{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpa{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpb{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wpc{
  display: -webkit-flex;
  display: flex;
}
.wpd{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpe{
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wpf{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container{
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}
/*滚动条整体粗细样式*/
::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 8px;
}
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1) !important;
    /* 颜色 */
    /* background:#b6b6b6!important; */
    /* 线性渐变背景 */
    background: rgba(0, 0, 0, 0.05) !important;
}
/*滚动条轨道*/
::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background: #ededed !important;
}
@media screen and (max-width: 1580px){  
  .padding-top{
    padding-top: 80px;
  }
  .padding-bottom{
    padding-bottom: 80px;
  }
  .padding{
    padding: 80px 0;
  }
  .paddinga{
    padding: 70px 0;
  }
  .margin{
    margin: 80px 0;
  }
  .margin-top{
    margin-top: 80px;
  }
  .margin-topa{
    margin-top: 70px;
  }
  .margin-bottom{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px){
  h2, h2 a{
    font-size: 32px;
    line-height: 42px;
  }
  div p{
    margin-top: 20px;
  }
  .padding-top{
    padding-top: 60px;
  }
  .padding-bottom{
    padding-bottom: 60px;
  }
  .padding{
    padding: 60px 0;
  }
  .paddinga{
    padding: 50px 0;
  }
  .margin{
    margin: 60px 0;
  }
  .margin-top,.margin-topa{
    margin-top: 60px;
  }
  .margin-bottom{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px){  
  
}
@media screen and (max-width: 960px){
  h2, h2 a{
    font-size: 22px;
    line-height: 24px;
  }
  div p{
    font-size: 16px;
    line-height: 22px;
  }
  h3, h3 a, h4, h4 a{
    font-size: 16px;
    line-height: 22px;
  }
  .padding-top{
    padding-top: 40px;
  }
  .padding-bottom{
    padding-bottom: 40px;
  }
  .padding{
    padding: 40px 0;
  }
  .paddinga{
    padding: 30px 0; 
  }
  .margin{
    margin: 40px 0;
  }
  .margin-top,.margin-topa{
    margin-top: 40px;
  }
  .margin-bottom{
    margin-bottom: 40px;
  }
}
