html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("/skin/image/ifold1.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #EE5E2C;
  color: #EE5E2C;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #EE5E2C;
  border: 1px solid #EE5E2C;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.red:hover {
  background: #EE5E2C;
  border-color: #EE5E2C;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.green:hover {
  background: #EE5E2C;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #ee8460;
  background: #ee8460;
}
.l-btn.orange:hover {
  border: 1px solid #ee8460;
  background: #ee8460;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    font-weight: 400;
  }
.banner .swiper-slide .main-box{
   padding-top: 1px !important; 
}
}
.content {
  padding-top: 0px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 0px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .banner .l-container .swiper-slide{
    margin-top: 1px !important;  
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}

.banner .clearfix .main-box {
  height: 400px;
}
.banner .clearfix .ss {
  text-align: center;
  background: rgb(131 131 131 / 50%);
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0px 18%;
  width: 65%;
  padding: 18px;
}
.banner .clearfix .ss h2{
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-weight:600;
}
.banner .clearfix .ss p{
  font-weight:600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 978px) {
  .banner .clearfix .ss{
    margin: 0px 5%;
    width: 90%;  
  }
  .banner .clearfix .ss h2 {
    font-size: 28px;
  }
   .banner .clearfix .main-box {
    height: 280px;
}
}
.list .l-title {
  position: relative;
}
.list .select-box {
  position: absolute;
  top: 0;
  right: 0;
}
.list .select-box .sousu{
  font-size: 14px;
  color: #666;
  width: 68px;
  height: 36px;
  padding-left: 0px;
}
.list .select-box input {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  width: 300px;
  height: 36px;
  margin-bottom: 15px;
  padding-left: 15px;
  overflow: hidden;
  border: 1px solid #dcdee2;
  border-radius: 18px;
  transition: all 0.3s;
}
.list .select-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bfc2d4;
}
.list .select-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfc2d4;
}
.list .select-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfc2d4;
}
.list .select-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bfc2d4;
}
.list .select-box i {
  width: 16px;
  height: 16px;
  background: url(/skin/image/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.list .t-content ul {
  float: right;
  height: 26px;
  width: calc( 100% - 50px );
}
.list .t-content ul li {
  float: left;
  margin-right: 10px;
}
.list .t-content ul li span {
  font-size: 14px;
  display: inline-block;
  color: #666;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 10px;
  background: transparent;
  transition: all 0.3s;
  border-radius: 13px;
  cursor: pointer;
}
.list .t-content ul li:hover span,
.list .t-content ul li.active span {
  color: #fff;
  background: #EE5E2C;
}
.list .t-content .h-list {
  margin-bottom: 15px;
  height: 26px;
}
.list .t-content .h-list > span {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 1px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .t-content .y-list {
  margin-bottom: 35px;
  height: 26px;
}
.list .t-content .y-list > span {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .b-content ul li {
  float: left;
  width: calc( ( 100% - 99px ) / 3 );
  height: 313px;
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 8px 15px 0px #e8ecf8;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}
.list .b-content ul li:nth-child(3n) {
  margin-right: 0;
}
.list .b-content ul li i {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -6px;
  background: url(/skin/image/list-icon.svg) center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.list .b-content ul li .img-box {
  font-size: 0;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  height: 251px;
}
.list .b-content ul li .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.list .b-content ul li .info-box {
  padding: 20px;
  padding-top: 15px;
}
.list .b-content ul li .info-box h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.list .b-content ul li .info-box p {
  height: 30px;
}
.list .b-content ul li .info-box p span {
  font-size: 14px;
  color: #EE5E2C;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
}
.list .b-content ul li .info-box p span.span1 {
  background: rgba(112, 207, 216, 0.2);
}
.list .b-content ul li .info-box p span.span2 {
  color: #136bfd;
  background: rgba(45, 110, 244, 0.2);
}
.list .b-content ul li:hover img {
  transform: scale(1.1);
}
@media (max-width: 978px) {
  .list {
    padding-bottom: 80px;
  }
  .list .l-container {
    position: relative;
  }
  .list .l-title {
    padding-bottom: 0px;
  }
  .list .l-title h2 {
    margin-bottom: 15px;
  }
  .list .select-box {
    position: relative;
  }
  .list .select-box input {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
    border: 1px solid #dcdee2;
    border-radius: 18px;
    transition: all 0.3s;
  }
  .list .select-box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bfc2d4;
  }
  .list .select-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfc2d4;
  }
  .list .select-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfc2d4;
  }
  .list .select-box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bfc2d4;
  }
  .list .select-box i {
    width: 16px;
    height: 16px;
    background: url(/skin/image/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  .list .t-content.mb ul {
    float: right;
    height: 26px;
    width: calc( 100% - 50px );
    position: relative;
  }
  .list .t-content.mb ul li {
    float: left;
    margin-right: 0;
    width: 20%;
    text-align: center;
    position: relative;
  }
  .list .t-content.mb ul li span {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
    background: transparent;
    transition: all 0.3s;
    border-radius: 13px;
    cursor: pointer;
  }
  .list .t-content.mb ul li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #dcdee2;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .list .t-content.mb ul li:hover span {
    color: #666;
  }
  .list .t-content.mb ul li:hover span:after {
    display: none;
  }
  .list .t-content.mb ul li.active span {
    color: #EE5E2C;
    background: transparent;
  }
  .list .t-content.mb ul li .fold-icon {
    position: absolute;
    display: block !important;
    top: 10px;
    right: 10px;
  }
  .list .t-content.mb ul .list-click {
    padding-right: 20px;
  }
  .list .t-content.mb ul .list-click:after {
    display: none;
  }
  .list .t-content.mb ul .drowdown-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    width: 35%;
    background: #fff;
  }
  .list .t-content.mb ul .drowdown-box ul {
    width: 100%;
  }
  .list .t-content.mb ul .drowdown-box ul li {
    width: 100%;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 5px 0;
  }
  .list .t-content.mb ul .drowdown-box ul li:after {
    display: none;
  }
  .list .t-content.mb .h-list {
    margin-bottom: 50px;
    height: 20px;
  }
  .list .t-content.mb .h-list > span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20x;
    margin-top: -1px;
    font-weight: 400;
    float: left;
    width: 50px;
  }
  .list .t-content.mb .y-list {
    margin-bottom: 50px;
    height: 20px;
  }
  .list .t-content.mb .y-list > span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    float: left;
    width: 50px;
  }
  .list .b-content ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px 8px 15px 0px #e8ecf8;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
  }
  .list .b-content ul li i {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -6px;
    background: url(/skin/image/list-icon.svg) center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  .list .b-content ul li .img-box {
    font-size: 0;
    position: relative;
    overflow: hidden;
  }
  .list .b-content ul li .img-box img {
    width: 100%;
    transition: all 0.3s;
  }
  .list .b-content ul li .info-box {
    padding: 20px;
  }
  .list .b-content ul li .info-box h3 {
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
    transition: all 0.3s;
  }
  .list .b-content ul li .info-box p span {
    font-size: 14px;
    color: #EE5E2C;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
  }
  .list .b-content ul li .info-box p span.span1 {
    background: rgba(112, 207, 216, 0.2);
  }
  .list .b-content ul li .info-box p span.span2 {
    color: #136bfd;
    background: rgba(45, 110, 244, 0.2);
  }
  .list .b-content ul li:hover img {
    transform: scale(1.1);
  }
  .list .l-btn {
    height: 40px;
    border: 1px solid #dcdee2;
    border-radius: 20px;
    font-size: 14px;
    color: #bcc1ca;
    font-weight: 400;
    margin-right: 0;
    margin-top: 0;
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
