body {
    background: none;
  }
  .main {
    height: 100%;
    background: url(../../images/home/banner11.png) no-repeat center center / cover;
  }
.main .header {
    height: 1.81rem;
}
  .list {
    width: 100%;
    height: 100%;
    min-height: 648px;
    background: url(../../images/home/list-bg.png) no-repeat center center / cover;
  }
.swiper-reason-c {
    width: 100%;
    height: 396px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.swiper-reason-c .swiper-container {
     /*position: absolute;
   left: 50%;
    margin-left: -780px;*/
    width: 100%;
    padding-top: 20px;
    z-index: 0;
}

.swiper-reason-c .swiper-container .swiper-wrapper .swiper-slide {
    width: 18%;
    cursor: pointer;
}

.swiper-slide:hover .slide-header p:after {
    width: 100%;
}

.swiper-slide:hover .slide-image img {
    transform: scale(1.1);
    -webkit-transform: -webkit-scale(1.1);
}

.swiper-slide .slide-header {
    height: 160px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #b1040e;
}

.swiper-slide .slide-header .num {
    position: relative;
    top: -20px;
}

.swiper-slide .slide-header {
    margin: 0 10px;
}

.swiper-slide .slide-header p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 15px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 64px;

}

.swiper-slide .slide-header p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    display: block;
    height: 2px;
    background: #fff;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.swiper-slide .slide-image {
    overflow: hidden;
    margin: 0 10px;
}

.swiper-slide .slide-image img {
    display: block;
    width: 100%;
    height: 190px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.reason-title {
    padding: 30px 0;
    font-size: 28px;
    text-align: center;
    color: #333;
    letter-spacing: 3px;
}

.swiper-button-prev {
    color: red;
}

.personal-c .personal-types {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0;
}

.personal-c .personal-types .col {
    float: left;
    width: 50%;
}

.personal-c .personal-types .col a {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b1040e;
    color: #b1040e;
    text-align: center;
}

@media (max-width: 800px) {
    .personal-c .personal-types .col a {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.personal-c .personal-types .col.selected a {
    color: #fff;
    border-color: #b1040e;
    background: #b1040e;
}

.personal-c .personal-types .col a:hover {
    color: #fff;
    border-color: #b1040e;
    background: #b1040e;
}

.position-c {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
display: none;
}
.active2 {
display: block;
}
.position-c .position-header {
    position: relative;
    padding: 20px 0;
    padding-left: 8%;
    border-bottom: 1px solid #ececec;
}

.position-c .position-header div {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.position-c .position-item {
    position: relative;
    padding: 20px 0;
    padding-left: 8%;
    border-bottom: 1px solid #ececec;
}

.position-c .position-item div {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    color: #b1040e;
}
.position-c .position-item .item_left  a {
width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
display: block;
    font-size: 18px;
}
.position-c .position-item .item_left  a:hover {
color: #b1040e
}
.position-c .position-item .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
}

.position-c .position-item .open {
    display: block;
    background: url("../../images/home/product_06.jpg");
}

.position-c .position-item .close {
    background: url("../../images/home/product_03.jpg");
}

.position-c .position-item-sum {
    display: none;
    padding: 20px;
    background: #f6f8fa;
    font-size: 16px;
}





.position-header .modal-btn {
    position: absolute;
    right: 10px;
    top: 17px;
    padding: 2px 10px;
    border: 1px solid #b1040e;
    color: #b1040e;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.position-header .modal-btn:hover {
    background: #b1040e;
    color: #fff;
}

.modal-post {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.modal-post .modal-post-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-post .modal-post-mask-c {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    height: 500px;
    margin-left: -250px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 0.8;
}
@media screen and (max-width: 1300px) {
.main .header .header_link {
    padding-top: 21px;
}
}
@media screen and (max-width: 1200px) {
  .main .header .navBox .logo {
    margin-top: 0;
    width: 2.17rem;
    height: 0.65rem;
  }
}
@media screen and (max-width: 500px) {
    .modal-post .modal-post-mask-c {
        width: auto;
        left: 10px;
        right: 10px;
        margin-left: 0;
    }
.main .header {
     height:117px;
   }

}

.modal-post .mask-content-h {
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.modal-post .mask-content-h .x {
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url('../../images/home/modalclose.png') no-repeat center;
    background-size: 25px 25px;
    cursor: pointer;
}

.modal-post .mask-content-c {
    height: 430px;
    padding: 15px;
    overflow: auto;
}
.pages {
margin-top: 0;
padding-top: 50px;
}