@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;
  letter-spacing: 1px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, 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;
  font-family:"Microsoft Yahei";
} 
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: #202020;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: .3s all; 
  -moz-transition: .3s all; 
  -ms-transition: .3s all; 
  transition: .3s all;
  text-decoration: none;
}  /* 重置链接a标签 */
a:active, a:hover {
  color: #073584;
} 
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{
  color: #202020;  
  font-weight: normal;
}
h1,h1 a{
  font-size: 60px;
  font-weight: bold;    
}
h2,h2 a{
  font-size: 45px;
}
h3,h3 a{
  font-size: 24px;
}
h4,h4 a{
  font-size: 16px;
}
h5,h5 a,h6,h6 a{
  font-size: 12px;
}
div p{
  margin-top: 26px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
i{
  font-size: 0;
  color: #202020;
  font-style: normal;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 1400px;
  margin:0 auto;
}
/* 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;
}
.newsletter input::-webkit-input-placeholder{
  color: #a3a6af;
}
/* IE 10+ */
.newsletter input:-ms-input-placeholder{
  color: #a3a6af;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.newsletter input:-moz-placeholder,
.newsletter input::-moz-placeholder{
  color: #a3a6af;
  opacity: 1;
}

/* Chrome */
.div_info input::-webkit-input-placeholder,.div_info textarea::-webkit-input-placeholder{
  color: #b6b6b6;
}
/* IE 10+ */
.div_info input:-ms-input-placeholder,.div_info textarea:-ms-input-placeholder{
  color: #b6b6b6;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.div_info input:-moz-placeholder,
.div_info input::-moz-placeholder,.div_info textarea:-moz-placeholder,
.div_info textarea::-moz-placeholder{
  color: #b6b6b6;
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; 
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function:cubic-bezier(.165,.84,.44,1);
  -webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.padding-top{
  padding-top: 120px;
}
.paddinga-top{
  padding-top: 110px;
}
.padding{
  padding: 120px 0;
}
.paddinga{
  padding: 110px 0;
}
.margin{
  margin: 120px 0;
}
.margina{
    margin:110px 0;
  }
.margin-top{
  margin-top: 120px;
}
.margina-top{
  margin-top: 110px;
}
.margin-bottom{
  margin-bottom: 110px;
}
@keyframes bounce-down {     
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
@keyframes bounce-down2 {     
    25% {transform: translateY(-30px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(15px);}
    100% {transform: translateY(0);}
}
@keyframes scale2 { 
from {-webkit-transform:scale(1);transform:scale(1);}
  50% {-webkit-transform:scale(1.4);transform:scale(1.4);}
  to {-webkit-transform:scale(1);transform:scale(1);} 
}
@keyframes scale1 { 
from {-webkit-transform:scale(0.6);transform:scale(0.6);}
  50% {-webkit-transform:scale(1);transform:scale(1);}
  to {-webkit-transform:scale(0.6);transform:scale(0.6);} 
}

.wp{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpc ul{
  display: -webkit-flex;
  display: flex;
  -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;
}
.wpd{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpc{
  display: -webkit-flex;
  display: flex;
}
.lg-01{
  width: 50%;
}
.lg-02 li{
  width: 48.8%;
  margin-left: 2.4%;
}
.lg-02 li:nth-child(2n+1){
  margin-left: 0;
}
.lg-03 li{
  width: 32.8%;
}
.lg-03 li{
  margin-left: 0.8%;
}
.lg-03 li:nth-child(3n+1){
  margin-left: 0;
}
.lg-04 li{
  width: 23%;
  margin-left: 2.66%;
}
.lg-04 li:nth-child(4n+1){
  margin-left: 0;
}
.mg-04 li{
  width: 25%;
}
.lg-05 li{
  width: 23%;
}
@media screen and (max-width: 1580px){  
  .padding-top{
      padding-top: 80px;
  }
  .paddinga-top,.paddinga{
      padding-top: 70px;
  }
  .padding{
        padding: 80px 0;
  }
  .paddinga{
    padding: 70px 0;
  }
  .margin-top{
      margin-top: 80px;
  }
  .margina-top{
      margin-top: 70px;
  }
  .margin{
    margin:80px 0;
  }
  .margina{
    margin:70px 0;
  }
  .margin-bottom{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1280px){
  .padding-top{
      padding-top: 60px;
  }
  .paddinga-top,.paddinga{
      padding-top: 50px;
  }
  .padding{
        padding: 60px 0;
  }
  .paddinga{
    padding: 50px 0;
  }
  .margin-top{
      margin-top: 60px;
  }
  .margina-top{
      margin-top: 50px;
  }
  .margin{
    margin:60px 0;
  }
  .margina{
    margin:50px 0;
  }
  .margin-bottom{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px){
  .lg-01,.lg-02 li,.lg-03 li,.lg-04 li,.lg-05 li,.mg-04 li{
  width: 100%;
  }
  .lg-02 li,.lg-03 li,.lg-04 li{
    margin-left: 0;
  }
  .lg-04 li:nth-child(4){
    margin-top: 40px;
  }
  .padding-top,.paddinga-top,.paddinga{
    padding-top: 40px;
  }
  .padding,.paddinga{
    padding: 40px 0;
  }
  .margin-top,.margina-top{
      margin-top: 40px;
  }
  .margin{
    margin:40px 0;
  }
  .margin-bottom{
    margin-bottom: 40px;
  }
}

/*滚动条整体粗细样式*/
::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 8px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    /* 颜色 */
    /* background:#b6b6b6!important; */
    /* 线性渐变背景 */
    background: rgba(0, 0, 0, 0.1) !important;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background: #ededed !important;
}

.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;
}
