
.index-title {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 3px;
    margin: 50px auto 40px;
}
.index-title h3{
    color:#333;
    font-size:24px;
    font-weight: 500;
}
.index-title h3::after,.index-title h3::before{
    content:"";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ddd;
    vertical-align: middle;
    margin: 0 24px;
}
.advanItem{
    margin: 0 auto 60px;
}
.advanItem img{
    border-radius: 2px;
    width: 100%;
}
.advanItem .item-title{
    margin: 20px auto 16px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: center;

}
.advanItem .item-content{
    padding:0 18px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
/* .index-product{
    margin-left: 5px;
    margin-right: 5px;
}
.index-proitem{
    padding-left: 5px;
    padding-right: 5px;
} */
.index-proitem img{
    width: 100%;
}
.index-proitem a{
    display: block;
    background: #fff;
    border-radius: 4px;
}
.index-proitem p{
    font-size: 16px;
    color: #333;
    text-align: justify;
    height: 42px;
    margin: 22px 0 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.index-about{
    min-height: 360px;
    padding: 59px 36px 51px 30px;
    background: #fff url(bg01.png) no-repeat 50%/100%;
    background-size: cover;
}
.index-about-pic img{
    width: 100%;
    border-radius: 7px;
}
.index-about-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}
.index-about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-about-logo img {
    max-width: 138px;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 16px;

}
.index-about-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.index-tag {
    display: inline-block;
    padding: 5px 9px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #d19960;
    border-radius: 2px;
    color: #d19960;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 0;
}
.index-about-content{
    height: 120px;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 16px;
}
.index-about-content a{
    color: #ff4365;
    font-size: 14px;
}
.index-about-bottom img{
    height: 37px;
    float: left;
}
 .index-about-phone {
     float: left;
    margin-left: 13px;
    padding-left: 0;
    text-align: left;
}
.index-about-phone div {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    line-height: 1;
}
.index-about-phone p {
    font-size: 20px;
    color: #ff4365;
    font-weight: 700;
    margin: 0;
}
.index-type{
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0 solid #ddd;
}

.index-type a {
    display: block;
    padding: 20px 23px;
    text-align: left;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    border-bottom: 1px dashed #ddd;
}
.index-type .index-type-all {
    padding: 13px 23px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #ed4646;
    border-radius: 4px 4px 0 0;
    border: none;
}
.index-type a.active{
    color: #ed4646;
    font-weight: 700;
}
.index-type a:last-child{
    border: none;
}
.index-news{
    padding: 0 20px;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
.index-news-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 0;
    border-top:2px dashed #eaeaea
}
.index-news .col-md-6:nth-child(1) .index-news-item{
    border-top: none;
}
.index-news .col-md-6:nth-child(2) .index-news-item{
    border-top: none;
}
.index-news-day{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    background-color: #f2f2f2;
}
.index-news-day .date {
    font-size: 24px;
    font-weight: 700;
    color: #666;
}
.index-news-day .year-month {
    font-size: 14px;
    color: #666;
}
.index-news-info {
    width: calc(100% - 100px);
}
.index-news-title {
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news-content {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.show-more-btn {
    display: block;
    width: 320px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 50px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.show-more-btn .set-color {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}


.customer-service {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 999;
}
.customer-service .customer-service__group {
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}
.customer-service .customer-service__group .service-item {
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
}

.customer-service .customer-service__group .service-logo {
    width: 30px;
    height: 30px;
    margin: auto auto 5px;
}
.customer-service .customer-service__group .service-logo.mobile {
    background: url(mobile.png) no-repeat 50%/100%;
}
.customer-service .customer-service__group .service-logo.wechat {
    background: url(wechat.png) no-repeat 50%/100%;
}
.customer-service .customer-service__group .service-name {
    font-size: 14px;
    text-align: center;
}
.customer-service .customer-service__group .service-modal {
    display: none;
    position: absolute;
    background-color: #fff;
    right: calc(100% + 20px);
    top: 50%;
    padding: 27px 25px;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
    cursor: auto;
}
.customer-service .customer-service__group .service-item:hover .service-modal, 
.customer-service .customer-service__group .service-item:hover:before {
    display: block;
}
.customer-service .customer-service__group .service-modal__mobile .mobile-title, 
.customer-service .customer-service__group .service-modal__wechat .mobile-title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.customer-service .customer-service__group .service-modal__mobile>div, 
.customer-service .customer-service__group .service-modal__wechat>div {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}
.customer-service .customer-service__group .service-modal__mobile .mobile-number, 
.customer-service .customer-service__group .service-modal__wechat .mobile-number {
    margin-top: 5px;
    color: #ff2d38;
}
.customer-service .customer-service__group .service-modal__mobile .mobile-info-people, 
.customer-service .customer-service__group .service-modal__mobile .mobile-info-time, 
.customer-service .customer-service__group .service-modal__wechat .mobile-info-people, 
.customer-service .customer-service__group .service-modal__wechat .mobile-info-time {
    color: #999;
    font-size: 12px;
    line-height: 12px;
}
.customer-service .customer-service__group .service-modal__mobile .mobile-info-people {
    margin-top: 20px;
}
.customer-service .customer-service__group .service-modal__mobile .mobile-info-time {
    margin-top: 10px;
}
.customer-service .customer-service__group .service-modal:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.customer-service .customer-service__group .service-modal__wechat .click-copy {
    margin-top: 20px;
    color: #426ce8;
    border: 1px solid #426ce8;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
#wechat-id-textarea {
    position: absolute;
    left: 99999px;
}
.customer-service .customer-service__group .service-item:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: -50px;
    bottom: 0;
    display: none;
}


