/*
*@Description: 详情页CSS
*@Author:      Hanli 
*@Update:      Hanli(2020-01-17)  
*/ 

/*页面详情样式*/
/*page-content*/
.page-content,
.ke-content{
    color: #4d4d4f;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4,
.ke-content h1,.ke-content h2,.ke-content h3,.ke-content h4{
    margin-top: 25px;
    position: relative;
    line-height: 160%;
    color: #333;
    margin-bottom: 10px;
}
.page-content h1,
.ke-content h1{
    font-size: 32px;
}
.page-content h2,
.ke-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #D0D0D1;
}

.page-content h2:after,
.ke-content h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #F796A3;
    bottom: -2px;
}
.page-content h3,
.ke-content h3{
    font-size: 22px;
}
.page-content h4,
.ke-content h4{
    font-size: 18px;
}
.page-content h2+h3,
.page-content h2+h4,
.page-content h2+h5,
.page-content h2+h6,
.page-content h3+h4,
.page-content h3+h5,
.page-content h3+h6,
.page-content h4+h5,
.page-content h4+h6,
.page-content h5+h6,
.ke-content h2+h3,
.ke-content h2+h4,
.ke-content h2+h5,
.ke-content h2+h6,
.ke-content h3+h4,
.ke-content h3+h5,
.ke-content h3+h6,
.ke-content h4+h5,
.ke-content h4+h6,
.ke-content h5+h6{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.page-content p,.page-content li,
.ke-content p,.ke-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li,
.ke-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol,
.ke-content ul,.ke-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li,
.ke-content ul,.ke-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li,
.ke-content ol,.ke-content ol li{
    list-style: decimal outside;
}
.page-content img,
.ke-content img{
    max-width: 100%;
    height: auto!important;
}
.page-content a:not(.more-btn),
.ke-content a:not(.more-btn){
    color: #F796A3;
}
.page-content a:hover,
.ke-content a:hover{
    color: #F796A3;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .page-content h1,
    .ke-content h1{
        font-size: 28px;
    }
    .page-content h3,
    .ke-content h3{
        font-size: 20px;
    }
    .page-content h4,
    .ke-content h4{
        font-size: 16px;
    }
}

/*page-content END


/*more-btn*/
.more-btn,
a.more-btn{
    display: inline-block;
    padding: 16px 50px;
    color: #fff;
    background-color: #F796A3;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
}
.more-btn.btn-small,
a.more-btn.btn-small{
    padding: 12px 40px;
}
.more-btn.btn-lg,
a.more-btn.btn-lg {
    padding: 18px 100px;
    font-size: inherit;
    border-radius: 0;
}

.more-btn:hover,.more-btn:focus,
a.more-btn:hover,a.more-btn:focus{
    color: #fff;
    opacity: .85;
    text-decoration: none!important;
}

.more-btn.btn-white{
    background-color: #fff;
    color: #F796A3;
}
.more-btn.btn-white:hover,.more-btn.btn-white:focus,
a.more-btn.btn-white:hover,a.more-btn.btn-white:focus{
    color: #F796A3;
}
.more-btn.border-white{
    background: none;
    border: 1.5px solid rgba(255, 255, 255,.75);
    border-radius: 50px;
    color: #fff;
}
.more-btn.border-white:hover,.more-btn.border-white:focus,
a.more-btn.border-white:hover,a.more-btn.border-white:focus{
    background-color: rgba(255, 255, 255,.5);
    color: #F796A3;
}

.more-btn.border-purple{
    background: none;
    border: 1.5px solid #F796A3;
    color: #F796A3;
}
.more-btn.border-purple:hover{
    background: #F796A3;
    color: #fff;
    opacity: 1;
}

.more-btn .iconfont{
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.more-btn.disabled {
    pointer-events: none;
    cursor: default;
    background: #aaa;
}

/*more-btn END*/

/*single-link*/
.single-link,
a.single-link{
    display: block;
    font-weight: bold;
    color: #F796A3;
    font-size: 12px;
    margin-top: 15px;
}
.single-link .iconfont{
    margin-left: 5px;
}
.single-link:hover,
a.single-link:hover{
    text-decoration: underline;
}
/*single-link END*/


/*blockquote*/
blockquote {
    font-size: inherit;
    background: #eeeeef;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-left: 5px solid #e0e0e0;
}
blockquote>*:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    blockquote{
        padding: 20px 15px;
    }
}
/*blockquote END*/

/*block-box*/
.block-box{
    background: #eeeeef;
    padding: 40px 30px;
    margin: 15px 0;
}
.block-box .block-title{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .block-box{
        padding: 20px 15px;
    }
}
/*block-box END*/


/*折叠面板*/
.slide-door{
    margin-bottom: 5px;
}
.slide-door .accordion-title{
    color: inherit;
    padding: 18px 42px 18px 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;  
    font-size: 16px;
    background: #eeeeef;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slide-door .accordion-title:after{
    content: "\e9cd";
    position: absolute;
    font-size: 18px;
    font-family: 'iconfont';
    right: 15px;
    top: 50%;
    margin-top: -13px;
    color: #F796A3;
    font-weight: bold;
}

.slide-door .accordion-title.open:after{
    font-family: 'iconfont';
    content: "\e8c3";
}

.slide-door .accordion-title:hover,
.slide-door .accordion-title.open{
    color: #F796A3;
    background-color: #4d4d4f;
}
.slide-door .accordion-title:hover:after,
.slide-door .accordion-title.open:after{
    color: #fff;
}

.slide-door .accordion-content{
    padding: 15px;
    display: none;
    background: #eeeeef;
}

.slide-box .slide-door .accordion-title{
    border-left: 0;
}


/*table,*/
table{
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
}
table td{
    padding: 8px 10px;
}
.table th>*:last-child, .table td>*:last-child {
    margin-bottom: 0;
}


/*media*/
.page-content .media{
    background: #eeeeef;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}
.page-content .media.white{
    background: #fff;
}

.page-content .media .media-name,
.page-content .media .media-top-title{
    margin-top: 0!important;
    font-size: 20px;
}
.page-content .media .media-top-title{
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px!important;
}
.page-content .media .media-top-title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #F796A3;
    bottom: -2px;
}
.page-content .media a:hover .media-name,
.page-content .media a:hover .media-top-title{
    color: #F796A3;
}
.page-content .media .media-desc{
    color: #555;
}
.page-content .media .media-title{
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
}
.page-content .media .media-left{
    padding-right: 20px;
}
.page-content .media .media-left .media-img,
.page-content .media .media-left .media-img img{
    width: 150px;
}

@media screen and (max-width: 767px) {
    .page-content .media{
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 20px 15px;
    }
    .page-content .media-body,
    .page-content .media-left,
    .page-content .media-right{
        display: block;
    }
    .page-content .media .media-left{
        padding-right: 0!important;
        padding-bottom: 20px;
    }
    .page-content .media .media-body{
        width: 100%;
    }
    .page-content .media .media-left .media-img{
        text-align: center;
        width: 140px;
        overflow: hidden;
        margin: 0 auto;
    }
}

/*keywords*/
.keywords{
    margin-top: 30px;
    margin-bottom: 20px;
}
.keywords .keyword-item{
    text-align: center;
    margin: 20px 0;
}
.keywords .keyword-num{
    font-size: 40px;
    color: #F796A3;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}
.keywords .keyword-num .more{
    font-size: 30px;
}
.keywords .keyword-title{
    font-size: 16px;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 10px;
}
.keywords .keyword-title:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    height: 5px;
    width: 80px;
    margin-left: -40px;
    background: #F796A3;
}

@media screen and (max-width: 767px) {
    .keywords .keyword-num{
        font-size: 60px;
    }
    .keywords .keyword-num .more{
        font-size: 32px;
    }
}


/*row-flex*/
.row-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.row-flex.layui-row:after,
.row-flex.layui-row:before{
    content: none;
}
/*row-flex END*/

.tips{
    font-size: 18px;
    color: grey;
    margin: 15px 0;
}


/*grid*/
.grid-box{
    margin: 15px 0;
}
.grid-item{
    padding: 10px;
    border: 1px solid #D0D0D1;
    text-align: center;
}
.grid-item .grid-img{
    margin-bottom: 10px;
}
.grid-item .grid-img img{
    max-width: 100%;
}
.grid-item .grid-text .title{
    font-weight: bold;
}
.grid-item .grid-text .desc{
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    margin-top: 5px;
}
/*grid END*/

/*process-box*/
.process-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    position: relative;
    margin: 15px 0;
}
@media screen and (max-width: 767px) { 
    .process-box{
        margin-top: 30px;
    }
}
.process-box .process-item{
    width: 20%;
    text-align: center;
    position: relative;
}

.process-box .process-item .img-box{
    display: inline-block;
    padding: 12px;
    background-color: rgba(247,150,163,.2);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 20px;
}
.process-box .process-item .img-box:before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    margin: auto;
    display: block;
    border-radius: 50%;
    background-color: rgba(247,150,163,.1);
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
} 
.process-box .process-item img{
    font-size: 40px;
    width: 54px;
    height: 54px;
    display: inline-block;
    line-height: 50px;
    color: #eee;
    position: relative;
    z-index: 2;
    font-weight: lighter;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.process-box .process-item .text-box{
    margin: 10px 5px;
    font-weight: bold;
    color: #F796A3;
}
.process-box .process-item .text-box .en{
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
}
.process-box .layui-icon{
    font-size: 24px;
    color: grey;
    margin-top: 46px;
    font-weight: bold;
}
.process-box .process-item .process-step{
    font-size: 12px;
    margin-top: 6px;
    font-style: italic;
}

.process-box .process-item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 60px;
    width: 20px;
    height: 20px;
    right: -10px;
    margin-top: -10px;
    background: url(../images/process_arrow.png) center center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 1199px) {
    .process-box .process-item{
        width: 25%;
    }
    .process-box .process-item .img-box:before{
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
    }
    .process-box .process-item img{
        width: 48px;
        height: 48px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .process-box .process-item{
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-align: left;
        margin-bottom: 30px;
    }
    .process-box .process-item .img-box{
        margin: 10px;
    }
    .process-box .process-item .img-box:before{
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
    .process-box .process-item img{
        width: 36px;
        height: 36px;
    }
    .process-box .process-item .text-box{
        font-size: 14px;
        margin: 0;
        margin-left: 15px;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .process-box .process-item:not(:last-child):before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: auto;
        bottom: -23px;
        margin-top: 0;
        left: 40px;
        width: 14px;
        height: 14px;
        margin-left: -7px;
    }
}

/*process-box END*/

/*quote*/
.quote:not(:last-child){
    border-bottom: 1px solid #D0D0D1;
    margin-bottom: 20px;
}
table.quote td{
    padding: 8px 0;
}
table.quote td p:last-child,table.quote td li:last-child{
    margin-bottom: 0;
}
/*quote END*/

/*has-thead*/
table.has-thead td{
    border: 1px solid #D0D0D1;
    padding: 12px 10px;
}
.has-thead thead tr td, .has-thead thead tr th {
    color: #fff;
    background: #F796A3;
    border: 1px solid transparent;
    border-right: 1px solid #eee;
}
.has-thead thead tr td:last-child, .has-thead thead tr th:last-child{
    border-right: 1px solid #F796A3;
}
/*has-thead END*/
/*20200504 END