/* 首页 s*/
.index_introduceBox {
    width: 100%;
    padding: 80px 0;
    overflow: auto;
}
.index_introduceBox_leftBox {
    width: 90%;
    margin: 0 auto;
}
.index_introduceBox_rightBox {
    width: 90%;
    float: right;
    margin: 0 auto;
}
.index_introduceBox_rightBoxtit{
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.index_introduceBox_rightBoxtxt{
    width: 100%;
    padding: 5px 0px;
    margin-top: 15px;
}
.index_introduceBox_rightBoxtxt>p{
    font-size: 1.2rem;
    line-height: 180%;
    text-indent: 2.4rem;
}
.index_introduceBox_rightBoxSlogan{
    width: 100%;
    padding: 5px 0px;
    margin-top: 15px;
    overflow: auto;
}
.index_introduceBox_rightBoxSloganL{
    width: 50%;
    float: left;
}
.index_introduceBox_rightBoxSloganF{
    width: 100%;
    float: left;
}
.index_introduceBox_rightBoxSloganLicon{
    min-width: 40px;
    float: left;
    text-align: left;
    line-height: 32px;
}
.index_introduceBox_rightBoxSloganLtxt{
    float: left;
}
.index_introduceBox_rightBoxSloganLtxt .ptit{
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}
.index_introduceBox_rightBoxSloganLtxt .ptxt{
    font-size: 1.2rem;
    line-height: 250%;
}
.index_dataBox{
    width: 100%;
    padding:0;
    overflow: auto;
    cursor: pointer;
}
.index_productBox {
    width: 100%;
    padding: 50px 0;
    background: url(../images/index_prodbg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}
.index_productBoxtit{
    width: 100%;
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.index_productBoxtitp1{
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #dcb613;
}
.index_productBoxtitp2{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    color: #453a0a;
    line-height: 220%;
}
.index_productBoxtitp3{
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #787878;
}
.index_productBoxList{
    padding-top: 20px;
    padding-bottom: 20px;
}
.index_productBoxitem{
    width: 100%;
    height: 220px;
    padding: 55px 0 20px 0;
    text-align: center;
    /* background: url(../images/index_proditembg.png) no-repeat center center;
    -o-background-size: cover;
    background-size: cover; */
    background-color: #f8f6ea;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.index_productBoxitem img{
    width: 90%;
    display: inline-block;
}
.index_productBoxitem2{
    width: 100%;
    padding: 20px 0 40px 0;
    text-align: center;
    background-color: #f8f6ea;
    border-radius: 0 0 15px 15px;
}
.index_productBoxitem2p1{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #453a0a;
}
.index_productBoxitem2p2{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #dcb613;
}
.index_newsBox {
    width: 100%;
    padding: 80px 0px 60px 0px;
    overflow: auto;
}
.index_newsBoxtit{
    width: 100%;
    padding: 30px 0px;
    text-align: left;
}
.index_newsBoxtitp1{
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    color: #dcb613;
    line-height: 200%;
}
.index_newsBoxtitp2{
    width: 100%;
    text-align: left;
    font-size: 3.5rem;
    font-weight: 900;
    color: #453a0a;
    line-height: 130%;
}
.index_newsBoxitem{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    overflow: auto;
}
.index_newsBoxitemsp1{
    font-size: 2rem;
    color: #333333;
}
.index_newsBoxitemsp2{
    font-size: 1rem;
    color: #999999;
    margin-left: 10px;
}
.index_newsBoxitemimg{
    width: 100%;
    height: 250px;
    text-align: left;
    overflow: hidden;
    border-bottom: 6px solid #dcb613;
    border-radius: 10px;
}
.index_newsBoxitemp1{
    font-size: 1.2rem;
    color: #333333;
    line-height: 180%;
}
@media screen and (max-width: 768px) {
    .index_introduceBox {
        padding: 40px 0;
    }
    .index_introduceBox_rightBox {
        width: 100%;
        padding: 0px 10px;
    }
    .index_productBoxitem{
        height: auto;
    }
    .index_productBoxtit{
        padding: 0px 0px 30px 0px;
    }
    .index_productBoxtitp1{
        font-size: 1.2rem;
    }
    .index_productBoxtitp2{
        font-size: 1.8rem;
        line-height: 220%;
    }
    .index_productBoxtitp3{
        font-size: 1.2rem;
    }
    .index_newsBox {
        padding: 40px 0px 40px 0px;
    }
    .index_newsBoxtit {
        padding: 20px 0px;
    }
    .index_newsBoxtitp1 {
        font-size: 1.2rem;
    }
    .index_newsBoxtitp2 {
        font-size: 2rem;
        line-height: 150%;
    }
}
/* 首页 e*/
/* 关于我们 s*/
.about_tabBox{
    width: 100%;
    padding: 40px 0;
    overflow: auto;
}
.about_tabBoxtit{
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.about_tabBoxtitp1{
    width: 100%;
    text-align: left;
    font-size: 3rem;
    color: #333333;
}
.about_tabBoxtab{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.about_tabBoxitem{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-left: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.about_tabBoxitem2{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.about_tabBoxitem a,.about_tabBoxitem2 a{
    width: 100%;
    display: inline-block;
    color: #666666;
    padding: 15px 0px;
}
.about_tabBoxitemAct{
    background-color: #dcb613;
    color: #ffffff;
    border: 1px solid #dcb613;
}
.about_tabBoxitemAct a{
    color: #ffffff;
}
.about_tabBoxitem:last-child{
    border-right: 1px solid #a4a4a4;
}
.about_tabBoximg{
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
.about_introduceBox {
    width: 100%;
    padding-top: 20px;
    overflow: auto;
}
.about_introduceBox_leftBox {
    width: 95%;
    margin: 0 auto;
}
.about_introduceBox_rightBox {
    width: 95%;
    float: right;
    margin: 0 auto;
}
.about_introduceBox_rightBoxtit{
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.about_introduceBox_rightBoxtitname1{
    width: 100%;
    margin-top: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 150%;
    color: #dcb613;
    text-align: left;
    letter-spacing:5px;
}
.about_introduceBox_rightBoxtitname2{
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 150%;
    color: #dcb613;
    text-align: left;
    letter-spacing:4px;
}
.about_introduceBox_rightBoxtxt{
    width: 100%;
    padding: 5px 0px;
    margin-top: 15px;
}
.about_introduceBox_rightBoxtxt>p{
    font-size: 1.2rem;
    line-height: 180%;
    /* text-indent: 2.4rem; */
}
.about_introduceBoxslg{
    width: 100%;
    padding: 60px 0px;
    overflow: auto;
}
.about_introduceBox_tab{
    /* background-color: #f2f2f2; */
}
.about_introduceBox_tabL{
    background-color: #f2f2f2;
    background-image:url(../images/about_compbg1.png);
    background-position: top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0px;
    overflow: hidden;
}
.about_introduceBox_tabR{
    background-color: #f2f2f2;
    background-image:url(../images/about_compbg2.png);
    background-position: top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0px;
    overflow: hidden;
}
.about_introduceBox_slgtxt{
    width: 100%;
    padding: 10px 0px;
    background-image:url(../images/about_compicon1.png);
    background-position: 25% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 90px;
    text-align: center;
    overflow: auto;
}
.about_introduceBox_slgtxt2{
    background-image:url(../images/about_compicon2.png);
}
.about_introduceBox_slgtxtp1{
    width: 60%;
    float: right;
    font-size: 2.2rem;
    line-height: 150%;
    color: #dcb613;
    text-align: left;
}
.about_introduceBox_slgtxtp2{
    width: 60%;
    float: right;
    font-size: 1.4rem;
    color: #4a4a4a;
    text-align: left;
}
.about_introduceBoxbt{
    width: 100%;
    padding: 0px 0px 80px 0px;
    overflow: auto;
}
@media screen and (max-width: 768px) {
    .about_tabBoxtit {
        padding: 0;
    }
    .about_tabBoxtitp1 {
        font-size: 2rem;
    }
    .about_tabBoximg {
        padding-bottom:0;
    }
    .about_introduceBox_tabL,.about_introduceBox_tabR{
        background-size: 100%;
    }
    .about_introduceBox_slgtxt{
        background-position: 8% center;
    }
    .about_introduceBox_slgtxtp1,.about_introduceBox_slgtxtp2{
        width: 70%;
    }
}
/* 关于我们 e*/
/* 发展历程 s*/
.about_historyBox{
    width: 100%;
    padding-top:30px;
    background-image:
    url(../images/historybg1.png), 
    url(../images/historybg2.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    overflow: auto;
}
.about_history {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.hiswraperbox {
    display: inline-block;
    max-width: 1170px;
    padding: 0 0 50px 0;
}
.hiswraper {
    padding: 0 0 0 0;
}
.about_history .section_title h3 {
    color: #333;
}
.section_title h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
}
.about_history .section_title p {
    color: #666;
}
.section_title p {
    font-size: 30px;
    text-align: center;
}
.about_history .history_container {
    position: relative;
    margin-top: 30px;
}
.clearfix:after, .clearfix:before {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}
.about_history .history_container .hiswraper .slide_history.even {
    float: right;
}
.about_history .history_container .hiswraper .slide_history {
    width: 618px;
    margin-bottom: 10px;
}
.about_history .history_container .hiswraper .slide_history.even .title {
    padding-left: 91px;
    background: url(../images/icon_timeline.png) left center no-repeat;
    text-align: left;
}
.about_history .history_container .hiswraper .slide_history .title {
    font-size: 24px;
    color: #333;
    line-height: 66px;
}
.about_history .history_container .hiswraper .slide_history.even .stage_sum {
    margin-left: 33px;
    border-left: 1px solid #dcb613;
    text-align: left;
    padding-left: 57px;
}
.about_history .history_container .hiswraper .slide_history .stage_sum {
    margin-top: 7px;
    min-height: 100px;
    padding-top: 10px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.about_history .history_container .hiswraper .slide_history .stage_sum .swiper-slide {
    padding: 0 30px 0 0;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.about_history .history_container .hiswraper .slide_history .stage_sum p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.about_history .history_container .hiswraper .slide_history.odd {
    float: left;
}
.about_history .history_container .hiswraper .slide_history.odd .title {
    padding-right: 91px;
    background: url(../images/icon_timeline.png) right center no-repeat;
    text-align: right;
}
.about_history .history_container .hiswraper .slide_history .title {
    font-size: 24px;
    color: #333;
    line-height: 66px;
}
.about_history .history_container .hiswraper .slide_history .title p{
    border-bottom: 1px dashed #dcb613;
}
.about_history .history_container .hiswraper .slide_history.odd .stage_sum {
    margin-right: 33px;
    border-right: 1px solid #dcb613;
    text-align: right;
    padding-right: 57px;
}
.about_history .history_container .pagenation {
    width: 100%;
    position: absolute;
    left: 1px;
    bottom: -50px;
    text-align: center;
    cursor: pointer;
}
.about_history .history_container .pagenation p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #dcb613;
    border-radius: 50%;
    margin-left: -1px;
}
@media screen and (max-width: 768px) {
    .about_history .history_container .hiswraper .slide_history {
        width: 100%;
    }
    .about_history .history_container .hiswraper .slide_history.odd {
        float: right;
    }
    .about_history .history_container .hiswraper .slide_history.odd .title {
        padding-left: 91px;
        padding-right: 0;
        background: url(../images/icon_timeline.png) left center no-repeat;
        text-align: left;
    }
    .about_history .history_container .hiswraper .slide_history.odd .stage_sum {
        margin-left: 33px;
        margin-right: 0;
        border-left: 1px solid #dcb613;
        border-right: 0;
        text-align: left;
        padding-left: 57px;
        padding-right: 0;
    }
}
/* 发展历程 e*/
/* 产品系列 s*/
.product_tabBox{
    width: 100%;
    padding: 40px 0;
    overflow: auto;
}
.product_tabBoxtit{
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.product_downloadBox {
    float: right;
    width: 220px;
    margin-top: 30px;
    overflow: auto;
}
.product_downloadBox span {
    font-size: 16px;
    line-height: 40px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    width: 100%;
    display: block;
    padding-left: 44px;
    position: relative;
    border: 1px solid rgb(219, 219, 219);
    border-image: initial;
}
.product_downloadBox span .download_icon {
    width: 14px;
    position: absolute;
    top: 13px;
    left: 20px;
}
.product_downloadBox span .download_icon2 {
    position: absolute;
    width: 13px;
    top: 13px;
    right: 20px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.reverseact {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.product_downloadBoxlist {
    position: absolute;
    right: 15px;
    width: 220px;
    display: none;
    z-index: 99;
    border: 1px solid #dbdbdb;
    border-top: 0;
    height: 300px;
    background-color: #fff;
    overflow: auto;
}
.product_downloadBoxlist li {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    position: relative;
    padding-left: 44px;
    background-color: rgb(255, 255, 255);
}
.product_downloadBoxlist li img {
    width: 13px;
    position: absolute;
    top: 13px;
    left: 20px;
    opacity: 0;
}
.product_downloadBoxlist li:hover {
    color: #dcb613;
}
.product_downloadBoxlist li:hover>img {
    opacity: 1;
}
.product_tabBoxtitp1{
    width: 100%;
    text-align: left;
    font-size: 3rem;
    color: #333333;
}
.product_tabBoxtab{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.product_tabBoxitem{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-left: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.product_tabBoxitem2{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border: 1px solid #a4a4a4;
    border-left: 0;
}
.product_tabBoxitem a,.product_tabBoxitem2 a{
    width: 100%;
    display: inline-block;
    color: #666666;
    padding: 15px 0px;
}
.product_tabBoxitemAct{
    background-color: #dcb613;
    color: #ffffff;
    border-color: #dcb613;
}
.product_tabBoxitemAct a{
    color: #ffffff;
}
.product_tabBoxitem:last-child{
    border-right: 1px solid #a4a4a4;
}
.product_tabBoxtabMore{
    display: none;
    width: 100%;
    text-align: right;
    margin: 5px 10px 0px 0px;
    color: #999999;
}
.product_tabBoximg{
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.product_introduceBox{
    padding-top: 20px;
}
.product_introduceBox_leftBox {
    width: 90%;
}
.product_listBox{
    width: 100%;
    padding: 40px 0px 80px 0px;
    background-color: #fafafa;
    overflow: auto;
}
.product_listBoxList{
    background-color: #ffffff;
}
.product_listBoxitemwp{
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
}
.product_listBoxitemwpR{
    width: 100%;
    margin-top: 40px;
}
.product_listBoxitem{
    width: 100%;
    /* padding: 20px 0; */
    background-color: #fff;
    /* border: 10px solid #ffffff; */
    overflow: hidden;
}
.product_listBoxitem img{
    width: 100%;
    display: inline-block;
}
.product_listBoxitem2{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    background-color: #fff;
}
.product_listBoxitem3{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}
.product_listBoxitem2p1{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #232323;
}
.product_listBoxitem2p2{
    width: 100%;
    margin-top: 15px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    color: #dcb613;
}
.product_listBoxitem2p3{
    width: 100%;
    margin-top: 15px;
    text-align: left;
    font-size: 1.2rem;
    color: #595959;
    line-height: 200%;
}
.product_listBoxitem2Btn{
    position: relative;
    width: 17%;
    float: right;
    margin-top: -60px;
}
@media screen and (max-width: 768px) {
    .product_tabBoxtit {
        padding: 0;
    }
    .product_tabBoxtitp1 {
        font-size: 2rem;
    }
    .product_downloadBox {
        margin-top: 0px;
    }
    .product_downloadBoxlist li img {
        opacity: 1;
    }
    .product_tabBoxtab {
        width: 100%;
        margin-top: 30px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .product_tabBoxitem {
        flex: none;
        font-size: 1.2rem;
        border: 0;
        border-right: 1px solid #a4a4a4;
        display: inline-block;
    }
    .product_tabBoxitem a, .product_tabBoxitem2 a {
        width: 100%;
        display: inline-block;
        color: #666666;
        padding: 2px 10px;
    }
    .product_tabBoxitemAct a {
        color: #ffffff;
    }
    .product_tabBoxitem:last-child{
        border-right: 0;
    }
    .product_tabBoxtabMore{
        display: block;
    }
    .product_tabBoximg{
        display: none;
    }
    .product_listBox {
        padding: 0px 0px 40px 0px;
    }
}
/* 产品系列 e */
/* 培训中心 s */
.cultivate_tabBox{
    width: 100%;
    padding: 40px 0;
    overflow: auto;
}
.cultivate_tabBoxtit{
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.cultivate_tabBoxtitp1{
    width: 100%;
    text-align: left;
    font-size: 3rem;
    color: #333333;
}
.cultivate_tabBoxtab{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.cultivate_tabBoxitem{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-left: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.cultivate_tabBoxitem2{
    flex:1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.cultivate_tabBoxitem a,.cultivate_tabBoxitem2 a{
    width: 100%;
    display: inline-block;
    color: #666666;
    padding: 15px 0px;
}
.cultivate_tabBoxitemAct{
    background-color: #dcb613;
    color: #ffffff;
    border-color: #dcb613;
}
.cultivate_tabBoxitemAct a{
    color: #ffffff;
}
.cultivate_tabBoxitem:last-child{
    border-right: 1px solid #a4a4a4;
}
.cultivate_listBox{
    width: 100%;
    padding: 40px 0;
    overflow: auto;
}
.cultivate_listBoxitem{
    margin: 0;
    padding: 20px 0px;
    background-color: #f7f7f7;
}
.calendarbox{
    width: 100%;
    padding: 20px 0px;
    background-color: #dcb613;
    border-radius: 5px;
}
.calendarboxt1{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 150%;
}
.calendarboxt2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
}
.cultivate_itemct{
    width: 100%;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px dashed #dcb613;
}
.cultivate_itemctp1{
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    color: #333;
    font-size: 1.5rem;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cultivate_itemctp2{
    width: 100%;
    text-align: left;
    padding-left: 40px;
    color: #666666;
    font-size: 1.2rem;
    line-height: 150%;
    background: url(../images/icon_addr.png) no-repeat left center;
    background-size: 22px;
}
.cultivate_itemctsp1{
    float: right;
    color: #333;
    font-size: 1.2rem;
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    .cultivate_tabBoxtit {
        padding: 0;
    }
    .cultivate_tabBoxtitp1 {
        font-size: 2rem;
    }
    .cultivate_tabBoxtab {
        width: 100%;
        margin-top: 30px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .cultivate_tabBoxitem {
        flex: none;
        font-size: 1.2rem;
        border: 0;
        border-right: 1px solid #a4a4a4;
        display: inline-block;
    }
    .cultivate_tabBoxitem a, .cultivate_tabBoxitem2 a {
        width: 100%;
        display: inline-block;
        color: #666666;
        padding: 2px 10px;
    }
    .cultivate_tabBoxitemAct a {
        color: #ffffff;
    }
    .cultivate_tabBoxitem:last-child{
        border-right: 0;
    }
    .cultivate_listBox {
        padding: 10px 0;
    }
}
/* 培训中心 e */
/* 客户服务 s */
.service_tabBox{
    width: 100%;
    padding: 20px 0;
    overflow: auto;
}
.service_tabBoximg{
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
.service_listBox{
    width: 100%;
    padding: 0px 0px 20px 0px;
    overflow: auto;
}
.service_listBoxitem{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    overflow: auto;
}
.service_listBoxitem img{
    width: 30%;
    display: inline-block;
}
.service_listBoxitem2{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.service_listBoxitem2p1{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}
.service_listBoxitem2p2{
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #c4c4c4;
}
.service_listBoxitem2p3{
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #c4c4c4;
}
.service_mapBox{
    width: 100%;
    padding: 40px 0;
    overflow: auto;
}
.service_mapBoximg{
    width: 100%;
    text-align: center;
}
.visitor_from_BGBox {
    /* background: url(../images/about06.jpg) no-repeat center center;
    background-size: cover; */
    /* background-color: #dcb613; */
    color: #595959;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.visitor_from_h5 {
    margin: 0;
    line-height: 3;
}
.visitor_from_smallBox {
    margin-bottom: 30px;
}
.visitor_from_title {
    font-size: 1.2rem;
    line-height: 1.5;
    cursor: default;
}
.visitor_from_title_s1 {
    font-size: 1rem;
    color: #eb0104;
}
.visitor_from_i1,
.visitor_from_i2 {
    font-size: 1.25rem;
    /* color: #fff; */
    width: 100%;
    border-radius: 5px;
    border: 1px solid #888888;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
}
.visitor_from_i1:focus,
.visitor_from_textarea,
.visitor_from_select:focus {
    outline: none;
}
.visitor_from_select {
    font-size: 1.25rem;
    /* color: #fff; */
    width: 100%;
    border-radius: 5px;
    border: 1px solid #888888;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
}
.visitor_from_select_o1 {
    color: #53585b;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #888888;
    padding: 10px 15px;
    line-height: 3;
}
.visitor_from_textarea {
    font-size: 1.25rem;
    /* color: #fff; */
    width: 100%;
    border-radius: 5px;
    border: 1px solid #888888;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    height: 130px;
    resize: none;
}
.visitor_from_foot_d1 {
    padding: 30px 0 0;
}
.visitor_from_foot_d1_reset,
.visitor_from_foot_d1_value {
    /* color: #fff; */
    width: 40%;
    border-radius: 5px;
    border: 0;
    padding: 1.25em;
    padding: 10px 15px;
    font-size: 20px;
}
.visitor_from_foot_d1_reset {
    background-color: #b6b6b6;
    color: #fff;
}
.visitor_from_foot_d1_value {
    background-color: #dcb613;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .service_mapBox{
        display: none;
    }
    .visitor_from_BGBox {
        /* background: url(../images/index_prodbg.jpg) no-repeat center center;
        background-size: cover; */
        color: #595959;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .visitor_from_h5 {
        margin: 0;
        line-height: 3;
    }
    .visitor_from_smallBox {
        margin-bottom: 10px;
    }
    .visitor_from_title {
        font-size: 1rem;
        line-height: 1.5;
        cursor: default;
    }
    .visitor_from_title_s1 {
        font-size: 1rem;
        color: #eb0104;
    }
    .visitor_from_i1,
    .visitor_from_i2 {
        font-size: 1.25rem;
        /* color: #fff; */
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888888;
        background-color: rgba(255, 255, 255, 0.1);
        padding: .5rem 1rem;
    }
    .visitor_from_i1:focus,
    .visitor_from_textarea,
    .visitor_from_select:focus {
        outline: none;
    }
    .visitor_from_select {
        font-size: 1.25rem;
        /* color: #fff; */
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888888;
        background-color: rgba(255, 255, 255, 0.1);
        padding: .5rem 1rem;
    }
    .visitor_from_select_o1 {
        color: #53585b;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888888;
        padding: .5rem 1rem;
        line-height: 3;
    }
    .visitor_from_textarea {
        font-size: 1.25rem;
        /* color: #fff; */
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888888;
        background-color: rgba(255, 255, 255, 0.1);
        padding: .5rem 1rem;
        height: 130px;
        resize: none;
    }
    .visitor_from_foot_d1 {
        padding: 30px 0 0;
    }
    .visitor_from_foot_d1_reset,
    .visitor_from_foot_d1_value {
        /* color: #fff; */
        width: 40%;
        border-radius: 5px;
        border: 0;
        padding: 1.25em;
        padding: .5rem 1rem;
        font-size: 1rem;
    }
    .visitor_from_foot_d1_reset {
        background-color: #b6b6b6;
        color: #fff;
    }
    .visitor_from_foot_d1_value {
        background-color: #dcb613;
        color: #fff;
    }
}
/* 客户服务 e */




/* 第二部分 s */

.about_twoBGBox {
    position: relative;
    background-color: #fff;
    padding: 60px 0 250px;
}

.about_two_left {
    color: #333;
}

.about_two_leftTitle {
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.about_two_leftTitle::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 7%;
    height: 5px;
    background-color: #333;
}

.about_two_leftAarticle {
    font-size: 18px;
    margin-top: 70px;
    line-height: 55px;
}

.about_two_leftsmallTitle {
    display: inline-block;
    padding: 20px 18px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #faab00;
    border-radius: 10px;
    margin-top: 100px;
}

.about_IntroductionTX {
    max-width: 1920px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0;
    bottom: -20%;
}

@media screen and (max-width: 1500px) {
    .about_twoBGBox {
        padding: 2rem 0 6rem;
    }
    .about_two_leftTitle {
        font-size: 2.5rem;
    }
    .about_two_leftAarticle {
        font-size: 1rem;
        margin-top: 5rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .about_twoBGBox {
        padding: 2rem 0 5rem;
    }
    .about_two_leftTitle {
        font-size: 1.5rem;
    }
    .about_two_leftAarticle {
        font-size: 1rem;
        margin-top: 3rem;
        line-height: 2rem;
    }
    .about_two_leftsmallTitle {
        padding: .6rem 1rem;
        font-size: 1.2rem;
        border-radius: .7rem;
        margin-top: 2rem;
    }
    .about_IntroductionTX {
        max-width: 1920px;
        width: 100%;
        position: absolute;
        /* left: 50%;
        bottom: 0%;
        transform: translate(-50%, 0%) */
        left: 0;
        top: 0;
        right: 0;
        margin: auto auto 0;
        bottom: 0%;
    }
}


/* 第二部分 e */


/* 企业文化 s */

.about_cultureBGBox {
    position: relative;
    background: url(../images/about03.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    padding: 135px 0 250px;
}

.about_cultureSumContentBox {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

.about_cultureTitle_h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.about_cultureTitle_h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 3;
}

.about_cultureTitle_h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 25%;
    height: 5px;
}

.about_culture_colS {
    padding: 0 60px;
}

.about_cultureContentBox {
    position: relative;
    margin-top: 140px;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
}

.about_cultureContentBox_border {
    position: absolute;
    z-index: 0;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 2px solid #fff;
}

.about_cultureContentBox_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.about_cultureContentTitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
}

.about_cultureContentDetail {
    padding: 10px 20px 0px;
    height: 177px;
}

.about_cultureContentDetail_p1 {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .about_cultureSumContentBox {
        padding: 0 1rem;
    }
    .about_culture_colS {
        padding: 0 3rem;
    }
}

@media screen and (max-width: 992px) {
    .about_cultureBGBox {
        position: relative;
        background: url(../images/about03.jpg) no-repeat center center;
        -o-background-size: cover;
        background-size: cover;
        padding: 8rem 0;
    }
    .about_cultureTitle_h1 {
        font-size: 2.4rem;
    }
    .about_cultureTitle_h2 {
        font-size: 1.2rem;
    }
    .about_culture_colS {
        padding: 0 1.5rem;
    }
    .about_cultureContentBox {
        margin-top: 2rem;
        border-radius: .5rem;
    }
}

@media screen and (max-width: 768px) {
    .about_cultureBGBox {
        padding: 3rem 0 4rem;
    }
    .about_cultureTitle_h1 {
        font-size: 1.5rem;
    }
    .about_cultureTitle_h2 {
        font-size: 1rem;
    }
    .about_culture_colS {
        padding: 0 .5rem;
    }
    .about_cultureContentBox_border {
        top: -0.7rem;
        right: -0.7rem;
        border-radius: 1rem;
        border: 0px solid #fff;
    }
    .about_cultureContentTitle {
        font-size: 1rem;
    }
    .about_cultureContentDetail {
        padding: .7rem 1.2rem 0px;
        height: 8.5rem;
    }
    .about_cultureContentDetail_p1 {
        font-size: .7rem;
    }
}


/* 企业文化 e */


/* 轮播展示 */


/* 轮播展示 */


/* 发展历程 */

.about_development-section {
    padding-bottom: 100px;
    position: relative;
    background: url(../images/about06.jpg) no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.about_development-title {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 10px 80px;
    text-align: left;
    color: #333;
}

.about_development-title_h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
}

.about_development-title_h2 {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: normal;
}

.about_development-title_h2::before {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: 0;
    width: 25%;
    height: 5px;
    background-color: #333;
}

.about_development-wrapper {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about_development-features .about_development-body {
    margin: 0px 25px;
}

.about_development-features .about_development-body:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/productBase-features-model.png) no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}


/*li*/

.features-item {
    position: relative;
    float: left;
}

.features-slide .features-item>* {
    text-align: center;
}

.features-item h3 {
    /* font-size: 16px; */
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    color: #333;
    opacity: 0.7;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url(../images/productBase-features-timeline.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 35px;
    z-index: 3;
}

.features-item .features-info {
    display: block;
    margin: 0 auto;
    padding: 40px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.features-item .features-info .features-info-i {
    font-size: 1rem;
    /* color: #A0A2A8; */
    color: #333333;
    line-height: 1.5;
    height: 3rem;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* .features-item .features-info .features-info-s {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden
} */

.features-item .features-info .features-info-s {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 62%;
}

.features-item.dark i {
    background: url(../images/productBase-features-timeline-dark.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: right center;
}


/*鼠标悬浮效果*/

.features-item:hover h3 {
    font-size: 22px;
    line-height: 28px;
    opacity: 0.9;
}

.features-item:hover i {
    width: 75%;
    margin-left: 13px;
    background: url(../images/productBase-features-timeline-hover.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: right center;
}

.features-item:hover a {
    /* background: url(../images/productBase-features-info.png) no-repeat; */
    background: url(../images/a2.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}


/*左右按钮*/

.about_development-features .swiper-button-prev {
    width: 30px;
    height: 40%;
    left: 1px;
    top: 54%;
    background: none;
}

.about_development-features .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/productBase-features-left.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px;
}

.about_development-features .swiper-button-next {
    width: 30px;
    height: 40%;
    right: 1px;
    top: 54%;
    background: none;
}

.about_development-features .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/productBase-features-right.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px;
}

@media screen and (max-width: 1200px) {
    .features-item .features-info {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 992px) {
    .about_development-title_h1 {
        font-size: 2.4rem;
    }
    .about_development-title_h2 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .about_development-title {
        padding: 3.5rem 1rem 2.5rem;
    }
    .about_development-title_h1 {
        font-size: 1.5rem;
    }
    .about_development-title_h2 {
        font-size: 1rem;
    }
    .features-item h3 {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 50px;
        opacity: 0.9;
    }
    .features-item:hover h3 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .features-item .features-info {
        padding: 2.8rem 1rem;
        -webkit-transition: all 0;
        -o-transition: all 0;
        -moz-transition: all 0;
        transition: all 0;
    }
    .features-item .features-info .features-info-i {
        font-size: .7rem;
    }
}


/* 发展历程 */


/* 关于我们 e*/


/* -------------------------------------------------------------------------------------------------------------
*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 微笑测试 s*/

.smile_fontColor {
    color: #faab00;
}


/* 内容通用样式
s*/

.smile_page_contentBox {
    padding-top: 20px;
}

.smile_page_contentBox_h1 {
    font-size: 3rem;
    color: #faab00;
    font-weight: bold;
    line-height: 1;
}

.smile_page_contentBox_p1 {
    font-size: 22px;
    line-height: 1.5;
    color: #333333;
    padding-top: 20px;
}

.smile_page_ul {
    position: relative;
    margin-top: 3.5rem;
    padding-left: 0;
}

.smile_page_ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 15px;
    height: 100%;
    border-left: 15px solid #faab00;
}

.smile_page_ul>li {
    list-style: none;
}

[class^='smile_page_ul'] [type='radio'] {
    opacity: 1;
}

.smile_page_ul_span {
    padding-left: 15px;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
}

.smile_page_ul_next {
    color: #fff;
    display: inline-block;
    padding: 10px 75px;
    background-color: #faab00;
    border-radius: 5px;
    font-size: 22px;
    margin-top: 3.5rem;
}

.smile_page_ul_next {
    cursor: pointer;
}

@media (max-width: 600px) {
    /* 内容通用样式 s*/
    .smile_page_contentBox {
        padding-top: 1rem;
        text-align: center;
    }
    .smile_page_contentBox_h1 {
        font-size: 2rem;
        padding-top: 1.4rem;
        line-height: 2;
        text-align: center;
    }
    .smile_page_contentBox_p1 {
        font-size: 1.1rem;
        line-height: 1.5;
        text-align: center;
    }
    .smile_page_ul {
        margin-top: 1rem;
        padding-left: 0;
        text-align: left;
    }
    .smile_page_ul::before {
        left: 0px;
    }
    .smile_page_ul>li {
        list-style: none;
        padding-left: 3rem;
    }
    [class^='smile_page_ul'] [type='radio'] {
        opacity: 1;
    }
    .smile_page_ul_span {
        padding-left: 15px;
        line-height: 50px;
        font-size: 18px;
        color: #666666;
    }
    .smile_page_ul_next {
        color: #fff;
        display: inline-block;
        padding: 0.5rem 3rem;
        background-color: #faab00;
        border-radius: 0.4rem;
        font-size: 1.4rem;
        margin-top: 1rem;
        margin: 1rem auto;
    }
    /* 内容通用样式 e*/
}


/* 内容通用样式 e*/


/* 时间块通用 s */

.pr {
    position: relative;
}

.smile_time_div_rightB {
    position: absolute;
    top: 760px;
    left: 50%;
    width: 100%;
    height: 140px;
    color: #fff;
    background-color: #faab00;
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
    padding-left: 36px;
}

.smile_time_div_rightT {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 100%;
    height: 140px;
    color: #fff;
    background-color: #faab00;
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
    padding-left: 36px;
}

.smile_time_div_right_p1 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 0;
}

.smile_time_div_right_p2 {
    font-size: 70px;
    line-height: 1;
    padding-left: 150px;
}

.smile_time_div_leftB {
    position: absolute;
    top: 720px;
    right: 50%;
    width: 100%;
    height: 140px;
    color: #fff;
    background-color: #faab00;
    -webkit-transform: translate(-430px, 0);
    -moz-transform: translate(-430px, 0);
    -ms-transform: translate(-430px, 0);
    -o-transform: translate(-430px, 0);
    transform: translate(-430px, 0);
    padding-right: 36px;
}

.smile_time_div_leftT {
    position: absolute;
    top: 140px;
    right: 50%;
    width: 100%;
    height: 140px;
    color: #fff;
    background-color: #faab00;
    -webkit-transform: translate(-430px, 0);
    -moz-transform: translate(-430px, 0);
    -ms-transform: translate(-430px, 0);
    -o-transform: translate(-430px, 0);
    transform: translate(-430px, 0);
    padding-right: 36px;
}

.smile_time_div_left_p1 {
    text-align: right;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-right: 100px;
}

.smile_time_div_left_p2 {
    text-align: right;
    font-size: 70px;
    line-height: 1;
}

@media screen and (max-width: 1600px) {
    .smile_time_div_rightT,
    .smile_time_div_rightB,
    .smile_time_div_leftT,
    .smile_time_div_leftB {
        display: none;
    }
}


/* 时间块通用 e */

.no {
    display: none;
}

.smileSumBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smile_page1,
.smile_page2,
.smile_page3,
.smile_page4,
.smile_page5,
.smile_page6,
.smile_page7,
.smile_page8,
.smile_page9,
.smile_page10,
.smile_page11,
.smile_page12,
.smile_page13 {
    height: 100%;
}


/* 微笑测试第一页 s */

.smile_page1 {
    background: url(../images/smile01.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 240px;
}

.smile_page1_content {
    text-align: center;
}

.smile_page1_content_h1 {
    font-size: 90px;
    color: #faab00;
    font-weight: bold;
    line-height: 1.5;
}

.smile_page1_content_h2 {
    font-size: 20px;
    color: #9b8b5e;
    line-height: 1.5;
}

.smile_page1_content_d1 {
    display: inline-block;
    border-radius: 56px;
    font-size: 22px;
    color: #fff;
    padding: 15px 80px;
    background-color: #faab00;
    margin-top: 20px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .smile_page1 {
        background: url(../images/smile01.jpg) no-repeat bottom;
        -o-background-size: contain;
        background-size: contain;
        padding-top: 240px;
    }
}

@media (max-width: 900px) {
    .smile_page1_content_h1 {
        font-size: 3rem;
        line-height: 1.5;
    }
    .smile_page1_content_h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .smile_page1_content_d1 {
        border-radius: 4rem;
        font-size: 1.1rem;
        padding: 0.8rem 3rem;
        margin-top: 1.4rem;
    }
}

@media (max-width: 600px) {
    .smile_page1_content_h1 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .smile_page1_content_h2 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .smile_page1_content_d1 {
        border-radius: 4rem;
        font-size: 1.1rem;
        padding: 0.8rem 3rem;
        margin-top: 1.4rem;
    }
}


/* .smile_page_padding0 { padding: 0; } */


/* 微笑测试第一页 s */


/* 微笑测试01
s */

.smile_page2 {
    padding-top: 110px;
}

.smile_page2_right_imgBox {
    padding-right: 130px;
}

@media screen and (max-width: 768px) {
    .smile_page2 {
        padding-top: 0px;
    }
    .smile_page2_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试01 e */


/* 微笑测试02 s */

.smile_page3 {
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page3_contentBox {
    padding-top: 130px;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .smile_page3_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试02 e */


/* 微笑测试03 s */

.smile_page4 {
    padding-top: 110px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page4_row {
    background-color: #fff;
}

.smile_page4_contentBox {
    padding-left: 170px;
}

@media screen and (max-width: 768px) {
    .smile_page4 {
        padding-top: 0px;
    }
    .smile_page4_contentBox {
        padding-top: 6rem;
        padding-left: 2.142857rem;
    }
}


/* 微笑测试03 e */


/* 微笑测试04 s */

.smile_page5 {
    padding-top: 36px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page5_row {
    background-color: #fff;
    padding-bottom: 35px;
}

.smile_page5_contentBox {
    padding: 90px 110px 0 130px;
}

@media screen and (max-width: 768px) {
    .smile_page5 {
        padding-top: 0px;
    }
    .smile_page5_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试04 e */


/* 微笑测试05 s */

.smile_page6 {
    padding-top: 120px;
}

.smile_page6_row {
    background-color: #fff;
    padding-bottom: 35px;
}

.smile_page6_contentBox {
    padding: 60px 0px 0 130px;
}

@media screen and (max-width: 768px) {
    .smile_page6 {
        padding-top: 0px;
    }
    .smile_page6_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试05 e */


/* 微笑测试06 s */

.smile_page7 {
    padding-top: 120px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page7_row {
    background-color: #fff;
    padding-bottom: 35px;
}

.smile_page7_contentBox {
    padding: 60px 60px 0 180px;
}

@media screen and (max-width: 768px) {
    .smile_page7 {
        padding-top: 0px;
    }
    .smile_page7_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试06 e */


/* 微笑测试07 s */

.smile_page8 {
    padding-top: 120px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page8_contentBox {
    text-align: center;
}

.smile_mW390 {
    max-width: 390px;
    margin: 0 auto;
}

.smile_mW280 {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .smile_mW280 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* 微笑测试07 e */


/* 微笑测试08 s */

.smile_page9 {
    padding-top: 120px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page9_contentBox {
    padding: 110px 0px 0 0px;
}

@media screen and (max-width: 992px) {
    .smile_page9_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}

@media screen and (max-width: 768px) {
    .smile_page9 {
        padding-top: 0px;
    }
    .smile_page9_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试08 e */


/* 微笑测试09 s */

.smile_page10 {
    padding-top: 2.571429rem;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page10_row {
    padding-bottom: 2.5rem;
}

.smile_page10_contentBox {
    padding: 90px 15px 0 130px;
}

.smile_page10_col {
    padding-top: 8rem;
}

.smile_page10_col .smile_page_ul::before {
    border-left: 0px solid #faab00;
}

.smile_page10_ul>li {
    display: inline-block;
    width: 32%;
}

.smile_page10_ul>li:nth-last-child(1) {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .smile_page10_row {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .smile_page10_row {
        text-align: center;
    }
    .smile_page10_contentBox {
        padding: 2rem 1.071429rem 2.142857rem .5rem;
    }
    .smile_page10_col {
        padding-top: .5rem;
    }
    .smile_page10_ul>li {
        display: inline-block;
        width: 49%;
        padding-left: 1rem;
        text-align: center;
    }
    .smile_page10_ul>li:nth-last-child(1) {
        text-align: center;
    }
}


/* 微笑测试09 e */


/* 微笑测试10 s */

.smile_page11 {
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page11_contentBox {
    padding-top: 130px;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .smile_page11_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试10 e */


/* 微笑测试11 s */

.smile_page12 {
    padding-top: 110px;
}

.smile_page12_right_imgBox {
    padding-right: 130px;
}

@media screen and (max-width: 768px) {
    .smile_page12 {
        padding-top: 0px;
    }
    .smile_page12_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试11 e */


/* 微笑测试12 s */

.smile_page13 {
    padding-top: 110px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_page13_row {
    padding-bottom: 35px;
}

.smile_page13_contentBox {
    padding: 60px 60px 0 180px;
}

@media screen and (min-width: 768px) {
    .smile_page13_row {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .smile_page13 {
        padding-top: 0rem;
        background: url(../images/smileBG.jpg) no-repeat bottom;
    }
    .smile_page13_contentBox {
        padding: 6.285714rem 1.071429rem 0 2.142857rem;
    }
}


/* 微笑测试12 e */


/* 测试结果 s */

.smile_resultBGBox {
    height: 100%;
    padding-top: 110px;
    background: url(../images/smileBG.jpg) no-repeat bottom;
}

.smile_result_row01 {
    border-bottom: 1px solid #efefef;
}

.smile_result_row01_h1 {
    font-size: 3.4rem;
    color: #333;
    line-height: 2;
    font-weight: bold;
}

.smile_result_row01_h2 {
    font-size: 1.2rem;
    color: #333;
    line-height: 2;
    margin: 0;
}

.smile_result_row01_h2_span {
    color: #faab00;
    font-size: 2.857143rem;
}

.smile_result_row02 {
    padding-top: 2rem;
}

.smile_result_row02_h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding: 1.428571rem 0;
}

.smile_result_row02_p1 {
    font-size: 1.285714rem;
    line-height: 1.8;
    margin-bottom: 6rem;
}

.smile_result_row02_d1 {
    padding: 1.214286rem 2.428571rem;
    line-height: 2;
    font-size: 1.285714rem;
    border: .142857rem solid #e6c06c;
    border-radius: .357143rem;
}

.smile_result_row02_rightBox {
    background-color: #fff;
    border: .214286rem dashed #e6c06c;
}

.smile_result_row02_rightBox_imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 55%;
}

.smile_result_row02_rightBox_contentBox {
    border-top: 1px solid #d0d0d0;
    padding: 2rem;
    font-size: 1.571429rem;
    line-height: 1.7;
    min-height: 18rem;
}

.smile_result_row02_rightBox_contentBox_p1 {}

@media screen and (max-width: 768px) {
    .smile_resultBGBox {
        padding-top: 6rem;
    }
    .smile_result_row01_h1 {
        font-size: 2rem;
        line-height: 2;
    }
    .smile_result_row01_h2 {
        font-size: 1rem;
        color: #333;
        line-height: 2;
    }
    .smile_result_row01_h2_span {
        font-size: 1.6rem;
    }
    .smile_result_row02 {
        padding-top: 1rem;
    }
    .smile_result_row02_h2 {
        font-size: 1.2rem;
        padding: 1rem 0;
    }
    .smile_result_row02_p1 {
        font-size: .8rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .smile_result_row02_d1 {
        padding: 1rem .8rem;
        line-height: 2;
        font-size: .8rem;
        border: .142857rem solid #e6c06c;
        border-radius: .357143rem;
    }
    .smile_result_row02_rightBox {
        background-color: #fff;
        border: .214286rem dashed #e6c06c;
    }
    .smile_result_row02_rightBox_contentBox {
        border-top: 1px solid #d0d0d0;
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.5;
        min-height: 10rem;
    }
}


/* 测试结果 e */


/* 响应式 s */

@media (max-width: 1600px) {
    .smile_time_div_right {
        position: absolute;
        bottom: 30px;
        right: 360px;
        width: 100%;
        height: 140px;
        color: #fff;
        background-color: #faab00;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        padding-left: 36px;
    }
}

@media (max-width: 1000px) {
    .smile_page3_h1 {
        margin-top: 120px;
    }
}

@media (max-width: 600px) {
    .smile_page3_right_h1,
    .smile_page3_right_p1,
    .smile_page3_right_s1 {
        padding-left: 1rem;
    }
}


/* 响应式 e*/


/* 微笑测试 */


/* -------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 产品中心 */


/* 导航栏 */

.product_nav_topBox {
    height: 76px;
}

.product_nav_BG01,
.product_nav_BG02,
.product_nav_BG03,
.product_nav_BG04 {
    /* position: absolute; */
    /* position: fixed; */
    z-index: 999;
    top: 76px;
    left: 0;
    width: 100%;
    /* margin-top: 76px; */
}

.product_nav_BG01 {
    background-color: #be9c39;
    /* background-color: rgba(190, 156, 57, 0.8); */
}

.product_nav_BG02 {
    /* background-color: #409990; */
    background-color: #107afd;
}

.product_nav_BG03 {
    background-color: #105240;
}

.product_nav_BG04 {
    background-color: #ed8fb9;
}

.product_nav_a {
    display: inline-block;
    margin: 0 2rem;
}

.product_nav_Box {
    position: relative;
    padding-top: 1rem;
}

.product_nav_Box::before {
    content: '';
    position: absolute;
    right: -2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, .14);
}

.product_nav_BG01 .d-flex .product_nav_a:nth-last-child(1) .product_nav_Box::before,
.product_nav_BG02 .d-flex .product_nav_a:nth-last-child(1) .product_nav_Box::before,
.product_nav_BG03 .d-flex .product_nav_a:nth-last-child(1) .product_nav_Box::before,
.product_nav_BG04 .d-flex .product_nav_a:nth-last-child(1) .product_nav_Box::before {
    width: 0;
}

.product_nav_h1 {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: .714286rem 0 1.428571rem;
    margin: 0;
}

.product_nav_h1_active {
    position: relative;
}

.product_nav_h1_active::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 992px) {
    .product_nav_topBox {
        height: 0px;
    }
}

@media screen and (max-width: 768px) {
    .product_nav_a {
        margin: 0 1rem;
    }
    .product_nav_Box::before {
        right: -1rem;
    }
    .product_nav_h1 {
        font-size: .9rem;
        line-height: 1.2;
        padding: .714286rem 0 1.428571rem;
        margin: 0;
    }
}


/* 导航栏 */


/* 产品优势 s */

.productList_showBG {
    background: url(../images/product/01/productListBG.png) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productList_showContentBox {
    text-align: center;
    color: #be9c39;
    height: 100%;
    padding: 2rem .9rem;
}

.productList_showContentBox_beforeBox {
    width: 50%;
    max-width: 300px;
    padding: 4.57rem 0;
    border: 1px solid #be9c39;
    font-size: 3.5rem;
}

.productList_showContentBox_afterBox {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .productList_showContentBox_beforeBox {
        padding: 3rem 0;
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .productList_showContentBox {
        padding: 1rem .5rem;
    }
    .productList_showContentBox_beforeBox {
        padding: 2rem 0;
        font-size: 1.6rem;
    }
    .productList_showContentBox_afterBox {
        margin-top: 2rem;
        font-size: .9rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 768px) {}


/* 产品优势 e */


/* 微矫正版 s*/


/* 斜线 s */

.productListSub_SlashBox {
    position: relative;
}

.productListSub_SlashBox_right_imgBefore {
    position: absolute;
    left: 130px;
    top: -70px;
}

.productListSub_SlashBox_right_imgAfter {
    position: absolute;
    right: -50px;
    top: 40px;
}

.productListSub_SlashBox_left_imgBefore {
    position: absolute;
    left: -60px;
    top: -70px;
}

.productListSub_SlashBox_left_imgAfter {
    position: absolute;
    right: 190px;
    top: 40px;
}

@media screen and (max-width: 1700px) {
    .productListSub_SlashBox {
        display: none;
    }
}


/* 斜线 e */

.productListSub02_BGBox01 {
    background: url(../images/product/02/b1.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub02_BGBox02 {
    background: url(../images/product/02/b2.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub02_BGBox03 {
    background: url(../images/product/02/b3.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub02_BGBox04 {
    background: url(../images/product/02/b4.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub02_BGBox05 {
    background: url(../images/product/02/b5.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub_imgBox {
    padding: 9.5rem 0;
}

.productListSub_showContentBox {
    text-align: right;
    height: 100%;
}

.productListSub_showContentBox_h1 {
    display: inline-block;
    color: #fff;
    font-size: 4.3rem;
    line-height: 1;
    border: 0;
    text-align: center;
    vertical-align: middle;
    padding: .857143rem 4.285714rem;
    border-radius: .35rem;
    font-weight: bold;
    margin-bottom: 2.142857rem;
}

.productListSub_showContentBox_h2 {
    position: relative;
    display: inline-block;
    color: #fac200;
    text-shadow: 1px 1px 1px #5694a4;
    font-size: 3.428571rem;
    font-weight: bold;
    padding-bottom: 25px;
}

.productListSub_showContentBox_h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12%;
    height: .357143rem;
    background-color: #fac200;
    box-shadow: 1px 1px 1px #5694a4;
}

.b02.productListSub_showContentBox_h2::before {
    left: 0;
}

.productListSub_showContentBox_p1 {
    display: inline-block;
    color: #666666;
    font-size: 1.857143rem;
    line-height: 1.7;
    padding-top: 1.428571rem;
}

.productListSub_showContentBox_p2 {
    display: inline-block;
    color: #666;
}

.productListSub_icon-houyinhao {
    color: #fac200;
    font-size: 2rem;
    line-height: 3;
    text-shadow: 1px 1px 1px #5694a4;
}


/* 颜色 */

.productListSub_showContentBox_h1_01,
.productListSub_showContentBox_h1_03,
.productListSub_showContentBox_h1_05 {
    background-color: #50a2a5;
    background-color: #107afd;
    ;
}

.productListSub_showContentBox_h1_02 {
    background-color: #107afd;
}

.productListSub_showContentBox_h1_04 {
    background-color: #107afd;
}

@media screen and (max-width: 1200px) {
    .productListSub_imgBox {
        padding: 5rem 0;
    }
    .productListSub_showContentBox_h1 {
        font-size: 3.5rem;
        padding: .857143rem 4.285714rem;
        border-radius: .35rem;
        margin-bottom: 2.142857rem;
    }
    .productListSub_showContentBox_h2 {
        font-size: 3rem;
        padding-bottom: 1.7rem;
    }
    .productListSub_showContentBox_p1 {
        font-size: 1.5rem;
        line-height: 1.7;
        padding-top: 1.428571rem;
    }
    .productListSub_icon-houyinhao {
        font-size: 1.5rem;
        line-height: 3;
    }
}

@media screen and (max-width: 1000px) {
    .productListSub_imgBox {
        padding: 4.5rem 0;
    }
    .productListSub_showContentBox_h1 {
        font-size: 2.5rem;
        padding: .857143rem 3rem;
        border-radius: .35rem;
        margin-bottom: 2rem;
    }
    .productListSub_showContentBox_h2 {
        font-size: 2rem;
        padding-bottom: 1.7rem;
    }
    .productListSub_showContentBox_p1 {
        font-size: 1.2rem;
        line-height: 1.7;
        padding-top: 1.4rem;
    }
    .productListSub_icon-houyinhao {
        font-size: 1.5rem;
        line-height: 3;
    }
}

@media screen and (max-width: 768px) {
    .productListSub_showContentBox {
        text-align: right;
        height: 100%;
        margin: 1.5rem 0;
    }
    .productListSub_showContentBox_h1 {
        font-size: 1.5rem;
        padding: .8rem 1.2rem;
        border-radius: .35rem;
        margin-bottom: 1rem;
    }
    .productListSub_showContentBox_h2 {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }
    .productListSub_showContentBox_h2::before {
        height: .2rem;
    }
    .productListSub_showContentBox_p1 {
        font-size: .8rem;
        line-height: 1.7;
        padding-top: 1rem;
    }
    .productListSub_icon-houyinhao {
        font-size: 1.2rem;
        line-height: 3;
    }
}


/* 微矫正版 e*/


/* 标准版 s */


/* 斜线 s */

.productListSub03_SlashBox {
    position: relative;
}

.productListSub03_SlashBox_right_imgBefore {
    position: absolute;
    left: 130px;
    top: -70px;
}

.productListSub03_SlashBox_right_imgAfter {
    position: absolute;
    right: -50px;
    top: 40px;
}

.productListSub03_SlashBox_left_imgBefore {
    position: absolute;
    left: -60px;
    top: -70px;
}

.productListSub03_SlashBox_left_imgAfter {
    position: absolute;
    right: 190px;
    top: 40px;
}

@media screen and (max-width: 1700px) {
    .productListSub03_SlashBox {
        display: none;
    }
}


/* 斜线 e */

.productListSub03_BGBox01 {
    background: url(../images/product/03/bj1.png) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub03_BGBox02 {
    background: url(../images/product/03/beijing2.png) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub03_imgBox {
    margin: 175px 0;
}

.productListSub03_showContentBox01 {
    text-align: right;
    height: 100%;
}

.productListSub03_showContentBox02 {
    text-align: left;
    height: 100%;
}

.productListSub03_showContentBox_h1 {
    display: inline-block;
    color: #105240;
    font-size: 4.3rem;
    line-height: 1;
    border: 0;
    font-weight: bold;
    margin-bottom: 2.142857rem;
}

.productListSub03_showContentBox_h2 {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 3.428571rem;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 2px solid #105240;
}

.productListSub03_showContentBox_p1 {
    display: inline-block;
    color: #666666;
    font-size: 1.857143rem;
    line-height: 1.7;
    padding-top: 1.428571rem;
}

.productListSub03_showContentBox_p2 {
    display: inline-block;
    color: #84a897;
}

.productListSub03_icon-houyinhao {
    color: #81a594;
    font-size: 1.5rem;
    line-height: 3;
}

@media screen and (max-width: 1300px) {
    .productListSub03_imgBox {
        margin: 12rem 0;
    }
    .productListSub03_showContentBox_h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .productListSub03_showContentBox_h2 {
        font-size: 2rem;
        padding-bottom: 1.7rem;
    }
    .productListSub03_showContentBox_p1 {
        font-size: 1.4rem;
        line-height: 1.7;
        padding-top: 1.4rem;
    }
}

@media screen and (max-width: 1000px) {
    .productListSub03_imgBox {
        margin: 10rem 0;
    }
    .productListSub03_showContentBox_h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .productListSub03_showContentBox_h2 {
        font-size: 1.8rem;
        padding-bottom: 1.7rem;
    }
    .productListSub03_showContentBox_p1 {
        font-size: 1.2rem;
        line-height: 1.7;
        padding-top: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .productListSub03_showContentBox01， .productListSub03_showContentBox01 {
        margin: 1rem 0;
    }
    .productListSub03_imgBox {
        margin: 5rem 0;
    }
    .productListSub03_showContentBox_h1 {
        font-size: 1.4rem;
        margin-bottom: .8rem;
    }
    .productListSub03_showContentBox_h2 {
        font-size: 1.1rem;
        padding-bottom: .5rem;
    }
    .productListSub03_showContentBox_p1 {
        font-size: .8rem;
        line-height: 1.7;
        padding-top: .5rem;
    }
}


/* 标准版 e */


/* 高级版 s */

.productListSub04_BGBox01 {
    background: url(../images/product/04/bg1.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub04_BGBox02 {
    background: url(../images/product/04/bg2.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub04_BGBox03 {
    background: url(../images/product/04/bg3.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub04_BGBox04 {
    background: url(../images/product/04/bg4.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub04_BGBox05 {
    background: url(../images/product/04/bg5.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}

.productListSub04_imgBox {
    margin: 7.5rem 0;
}

.productListSub04_showContentBox01 {
    text-align: right;
    height: 100%;
}

.productListSub04_showContentBox02 {
    text-align: left;
    height: 100%;
}

.productListSub04_showContentBox_h1 {
    display: inline-block;
    color: #35b0e3;
    font-size: 4.3rem;
    line-height: 1;
    border: 0;
    font-weight: bold;
    margin-bottom: 2.142857rem;
}

.productListSub04_showContentBox_h2 {
    position: relative;
    display: inline-block;
    color: #ed8fb9;
    font-size: 3.428571rem;
    font-weight: bold;
    padding-bottom: 25px;
}

.productListSub04_showContentBox_p1 {
    display: inline-block;
    color: #666666;
    font-size: 1.857143rem;
    line-height: 1.7;
    padding-top: 1.428571rem;
}

.productListSub04_showContentBox_p2 {
    display: inline-block;
    color: #84a897;
}

.productListSub04_icon-houyinhao {
    color: rgba(237, 143, 185, 0.6);
    font-size: 1.5rem;
    line-height: 3;
}

@media screen and (max-width: 1300px) {
    .productListSub04_imgBox {
        margin: 12rem 0;
    }
    .productListSub04_showContentBox_h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .productListSub04_showContentBox_h2 {
        font-size: 2rem;
        padding-bottom: 1.7rem;
    }
    .productListSub04_showContentBox_p1 {
        font-size: 1.4rem;
        line-height: 1.7;
        padding-top: 1.4rem;
    }
}

@media screen and (max-width: 1000px) {
    .productListSub04_imgBox {
        margin: 10rem 0;
    }
    .productListSub04_showContentBox_h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .productListSub04_showContentBox_h2 {
        font-size: 1.8rem;
        padding-bottom: 1.7rem;
    }
    .productListSub04_showContentBox_p1 {
        font-size: 1.2rem;
        line-height: 1.7;
        padding-top: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .productListSub04_showContentBox01,
    .productListSub04_showContentBox01 {
        margin: 1rem 0;
    }
    .productListSub04_imgBox {
        margin: 5rem 0;
    }
    .productListSub04_showContentBox_h1 {
        font-size: 1.3rem;
        margin-bottom: .8rem;
    }
    .productListSub04_showContentBox_h2 {
        font-size: 1.1rem;
        padding-bottom: .5rem;
    }
    .productListSub04_showContentBox_p1 {
        font-size: .8rem;
        line-height: 1.7;
        padding-top: .5rem;
    }
}


/* 高级版 e */


/* 产品中心 */


/* -------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 主要适应症 s */

.indications_BGBox {
    background: url(../images/indications/BG.png) no-repeat center center;
    background-size: cover;
}

.indications_content {
    padding: 125px 0 75px;
}

@media screen and (max-width: 1200px) {
    .indications_content {
        padding: 2rem 0 2rem;
    }
}


/* 适应症描述 s*/

.indications_IntroductionBox {}

.indications_IntroductionBox_h1 {
    font-size: 40px;
    color: #faab00;
    line-height: 2;
    font-weight: bold;
}

.indications_IntroductionBox_p1 {
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .indications_IntroductionBox_h1 {
        font-size: 2.5rem;
    }
    .indications_IntroductionBox_p1 {
        font-size: 1.1rem;
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}


/* 适应症描述 e*/


/* 适应症视频 s*/

.indications_videoSumBox {
    position: relative;
    padding: 0 50px;
}

.indications_video_arrowLeft {
    position: absolute;
    z-index: 999;
    left: -1rem;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* background-color: #333; */
    cursor: pointer;
}

.indications_video_arrowRight {
    position: absolute;
    z-index: 999;
    right: -1rem;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* background-color: #333333; */
    cursor: pointer;
}

.indications_video_icon-index_l {
    font-size: 50px;
    font-weight: bold;
    color: #faab00;
}

.indications_video_icon-index_r-copy {
    /* display: inline-block; */
    font-size: 50px;
    font-weight: bold;
    color: #faab00;
}

.indications_videoTitlefont {
    font-size: 18px;
    color: #333;
    line-height: 3;
}

@media screen and (max-width: 768px) {
    .indications_videoSumBox {
        padding: 0 2rem;
    }
    .indications_video_arrowLeft {
        position: absolute;
        z-index: 999;
        left: -1rem;
        top: 40%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        /* background-color: #333; */
        cursor: pointer;
    }
    .indications_video_arrowRight {
        position: absolute;
        z-index: 999;
        right: -1rem;
    }
    .indications_video_icon-index_l {
        font-size: 2rem;
    }
    .indications_video_icon-index_r-copy {
        font-size: 2rem;
    }
    .indications_videoTitlefont {
        font-size: 1rem;
        line-height: 3;
    }
}


/* 适应症视频 e*/


/* 适应症分类导航 s */

.indications_nav {
    padding: 20px 0 110px;
}

.indications_nav_padding {
    padding: 1px;
}

.indications_nav_small {
    border: 3px solid #e3e3e2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
    cursor: pointer;
}

.indications_nav_small:hover {
    border: 3px solid #faab00;
    position: absolute;
    z-index: 10;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.indications_nav_active {
    /* transform: scale(1.2); */
    border: 3px solid #faab00;
}

@media screen and (max-width: 1300px) {
    .indications_nav_small:hover {
        border: 3px solid #faab00;
        position: relative;
        z-index: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .indications_nav {
        padding: 1rem 0 2rem;
    }
}


/* 适应症分类导航 e */


/* 主要适应症 e*/


/* -------------------------------------------------------------------------------------------------------------
*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 病例首页展示 s */

.caseList_oneBox {
    background: url(../images/caseListBG.png) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
}

.caseList_contentBox {
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0px 0px 50px #f7f6f3; */
    -webkit-box-shadow: 0px 0px 50px #cccccc;
    box-shadow: 0px 0px 50px #cccccc;
    margin-top: 70px;
}

.caseList_contentBox_imgBox {}

.caseList_contentBox_imgBox_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.caseList_contentBox_title {
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    color: #666;
}


/* 病例首页展示 e */


/* 病例列表 */


/* 导航 s */

.caseList_nav {
    border-bottom: 1px solid #ececec;
}

.caseList_nav_box {
    max-width: 1520px;
    margin: 0 auto;
}

.caseList_nav_ul {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.caseList_nav_li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 1px;
    border: 0;
}

.caseList_nav_a {
    display: inline-block;
    color: #333;
    padding: 6px 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    margin: 22px 0;
    line-height: 1;
    border-left: 1px solid #d3d3d3;
}

.caseList_nav_a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0%;
    height: 6px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #faab00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.caseList_nav_li:hover .caseList_nav_a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 60%;
    height: 6px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #faab00;
}

.caseList_nav_ul .caseList_nav_li:first-child .caseList_nav_a {
    border-left: 0
}

.caseList_nav_a_active::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 60%;
    height: 6px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #faab00;
}

@media screen and (max-width: 992px) {
    .caseList_nav_a {
        display: inline-block;
        color: #333;
        padding: .4rem 2rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 1.2rem;
        margin: 1.5rem 0;
        line-height: 1;
        border-left: 1px solid #d3d3d3;
    }
}

@media screen and (max-width: 768px) {
    .caseList_nav_a {
        display: inline-block;
        color: #333;
        padding: .4rem .8rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        font-size: .8rem;
        margin: 1rem 0;
        line-height: 1;
        border-left: 1px solid #d3d3d3;
    }
}


/* 导航 e */


/* 病例人员*/

.caseList_exampleSumBox {
    padding: 20px 0;
}

.caseList_exampleBox {
    margin: 50px 0;
}

.caseList_exampleBox_leftBox_imgBox {
    width: 100%;
    margin: 0 auto;
}

.caseList_exampleBox_leftBox_Alld1 {
    padding: 10px 0px 10px 17px;
}

.caseList_exampleBox_leftBox_h1,
.caseList_exampleBox_leftBox_h2 {
    font-size: 20px;
    color: #575757;
    font-weight: bold;
}

.caseList_exampleBox_leftBox_p1,
.caseList_exampleBox_leftBox_p2 {
    font-size: 18px;
    color: #575757;
    line-height: 1.5;
}

.caseList_exampleBox_leftBox_h2 {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .caseList_exampleBox_leftBox_imgBox {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .caseList_exampleBox {
        margin: 2rem 0 3rem;
    }
    .caseList_exampleBox_leftBox_Alld1 {
        padding: .7rem 0px .7rem .9rem;
    }
    .caseList_exampleBox_leftBox_h1,
    .caseList_exampleBox_leftBox_h2 {
        font-size: 1.2rem;
    }
    .caseList_exampleBox_leftBox_p1,
    .caseList_exampleBox_leftBox_p2 {
        font-size: 1rem;
    }
    .caseList_exampleBox_leftBox_h2 {
        margin-top: 1.2rem;
    }
}


/* 右 s */

.caseList_exampleBox_rightBox_h1 {
    padding: 17px 30px;
    background-color: #faab00;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.caseList_exampleBox_rightBox_h2 {
    padding: 17px 30px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #faab00;
    font-weight: bold;
    margin: 0;
    margin-top: 18px;
}

.caseList_exampleBox_rightBox_d1 {
    padding: 0px 30px;
    height: 270px;
    overflow: hidden;
}

.caseList_exampleBox_rightBox_d1>p {
    font-size: 18px;
    line-height: 2;
    margin-top: 18px;
}

.caseList_exampleBox_rightBox_b1 {
    text-align: right;
}

.caseList_exampleBox_rightBox_b1_a1 {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    border-radius: 45px;
    border: 2px solid #929292;
    padding: 13px 35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-right: 30px;
}

.caseList_exampleBox_rightBox_b1_a1:hover {
    color: #fff;
    border: 2px solid #faab00;
    background-color: #faab00;
}

@media screen and (max-width: 992px) {
    .caseList_exampleBox_rightBox_d1>p {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .caseList_exampleBox_rightBox_h1 {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
    .caseList_exampleBox_rightBox_h2 {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        margin-top: 1.2rem;
    }
    .caseList_exampleBox_rightBox_d1 {
        padding: 0px 2rem;
        overflow: visible;
        height: 100%;
        border: 1px solid #dedede;
    }
    .caseList_exampleBox_rightBox_d1>p {
        font-size: 1rem;
        margin-top: 0rem;
    }
    .caseList_exampleBox_rightBox_b1 {
        text-align: center;
        margin: .5rem 0;
    }
    .caseList_exampleBox_rightBox_b1_a1 {
        font-size: 1rem;
        border-radius: 3rem;
        padding: .8rem 2.5rem;
        margin-right: 2rem;
    }
}

@media screen and (max-width: 350px) {
    .caseList_exampleBox_rightBox_d1 {
        padding: 0px 1rem;
        height: 100%;
        border: 1px solid #dedede;
    }
    .caseList_exampleBox_rightBox_d1>p {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 0rem;
    }
}


/* 右 e */


/* 病例人员 e*/


/* 病例列表 e */


/* 病例详情 s */

.case_exampleSumBox {
    padding: 20px 0;
}

.case_exampleBox {
    margin: 50px 0;
}

.case_exampleBox_leftBox_imgBox {
    width: 100%;
    margin: 0 auto;
}

.case_exampleBox_leftBox_Alld1 {
    padding: 10px 0px 10px 17px;
}

.case_exampleBox_leftBox_h1,
.case_exampleBox_leftBox_h2 {
    font-size: 20px;
    color: #575757;
    font-weight: bold;
}

.case_exampleBox_leftBox_p1,
.case_exampleBox_leftBox_p2 {
    font-size: 18px;
    color: #575757;
    line-height: 1.5;
}

.case_exampleBox_leftBox_h2 {
    margin-top: 20px;
}


/* 右 s */

.case_exampleBox_rightBox_h1 {
    padding: 17px 30px;
    background-color: #faab00;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.case_exampleBox_rightBox_h2 {
    padding: 17px 30px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #faab00;
    font-weight: bold;
    margin: 0;
    margin-top: 18px;
}

.case_exampleBox_rightBox_d1 {
    padding: 20px 30px;
    /* height: 270px; */
    overflow: hidden;
}

.case_exampleBox_rightBox_d1>p {
    font-size: 18px;
    line-height: 2;
    /* margin-top: 18px; */
}

.case_exampleBox_rightBox_b1 {
    text-align: right;
}

.case_exampleBox_rightBox_b1_a1 {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    border-radius: 45px;
    border: 2px solid #929292;
    padding: 13px 35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-right: 30px;
}

.case_exampleBox_rightBox_b1_a1:hover {
    color: #fff;
    font-size: 18px;
    border-radius: 45px;
    border: 2px solid #faab00;
    padding: 13px 35px;
    background-color: #faab00;
}

.case_exampleBox_rightBox_imgBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 40px 9px 8px;
}

.case_exampleBox_rightBox_imgBox_d1 {
    width: 10%;
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}

.case_exampleBox_rightBox_imgBox_d2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case_exampleBox_rightBox_imgBox_d2_d1 {
    width: 28%;
}


/* 矫治目标 s */

.case_exampleBox_rightBox_imgBox_d3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case_exampleBox_rightBox_imgBox_d3_d1 {
    width: 62%;
}

.case_exampleBox_rightBox_imgBox_d3_d2 {
    width: 30%;
}


/* 矫治目标 e */


/* 矫治计划 s */

.case_exampleBox_rightBox_imgBox_d1 {
    width: 10%;
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}

.case_exampleBox_rightBox_imgBox_d4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case_exampleBox_rightBox_imgBox_d4_d1 {
    width: 19%;
}

.case_exampleBox_rightBox_imgBox_d4_d1_d1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
}


/* 矫治计划 e */


/* 右 e */

@media screen and (max-width: 1200px) {
    .case_exampleBox_leftBox_imgBox {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    /* 病例详情 s */
    .case_exampleSumBox {
        padding: 1.3rem 0;
    }
    .case_exampleBox {
        margin: 2rem 0;
    }
    .case_exampleBox_leftBox_Alld1 {
        padding: .7rem 0px .7rem .9rem;
    }
    .case_exampleBox_leftBox_h1,
    .case_exampleBox_leftBox_h2 {
        font-size: 1.2rem;
    }
    .case_exampleBox_leftBox_p1,
    .case_exampleBox_leftBox_p2 {
        font-size: 1rem;
    }
    .case_exampleBox_leftBox_h2 {
        margin-top: 1.2rem;
    }
    /* 右 s */
    .case_exampleBox_rightBox_h1 {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        margin: 0;
    }
    .case_exampleBox_rightBox_h2 {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        margin-top: 1rem
    }
    .case_exampleBox_rightBox_d1 {
        padding: 1rem 2rem;
        height: 100%;
        overflow: visible;
    }
    .case_exampleBox_rightBox_d1>p {
        font-size: 1rem;
        line-height: 2;
    }
    .case_exampleBox_rightBox_imgBox {
        padding: 1rem .5rem .6rem .5rem;
    }
    .case_exampleBox_rightBox_imgBox_d1 {
        font-size: 1rem;
        min-width: 2rem;
    }
    .case_exampleBox_rightBox_imgBox_d2_d1 {
        width: 28%;
    }
    /* 矫治目标 s */
    .case_exampleBox_rightBox_imgBox_d3_d1 {
        width: 66%;
    }
    .case_exampleBox_rightBox_imgBox_d3_d2 {
        width: 32%;
    }
    /* 矫治目标 e */
    /* 矫治计划 s */
    .case_exampleBox_rightBox_imgBox_d1 {
        font-size: 1rem;
        min-width: 2rem;
    }
    /* 矫治计划 e */
    /* 右 e */
    /* 病例详情 e */
}


/* 病例详情 e */


/* -------------------------------------------------------------------------------------------------------------
*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 动态资讯 s */


/*
新闻导航栏 s */

.news_nav {
    border-bottom: 1px solid #ececec;
}

.news_nav_box {
    max-width: 1520px;
    margin: 0 auto;
}

.news_nav_ul {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.news_nav_li {
    list-style: none;
    display: inline-block;
    margin: 0 1px;
    border: 0;
}

.news_nav_a {
    display: inline-block;
    color: #333;
    padding: 30px 37px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.news_nav_a_active {
    background-color: #faab00;
    color: #fff;
}

.news_nav_a:hover {
    background-color: #faab00;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 650px) {
    .news_nav_a {
        padding: 1.1rem .8rem;
        font-size: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .news_nav_a {
        padding: .8rem .4rem;
        font-size: .7rem;
    }
}


/* 新闻导航栏 e */


/* 通知公告 s */

.news_announcementBox {
    padding: 100px 0 123px;
}

.news_announcement_leftBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 78%;
    margin-top: 30px;
}

.news_announcement_leftBox_artitleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 30px;
}

.news_announcement_leftBox_artitleBox_h1 {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_announcement_leftBox_artitleBox_p1 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_announcement_rightBox_ul {
    padding: 0;
}

.news_announcement_rightBox_li {
    list-style: none;
    border-top: 1px solid #ececec;
}

.news_announcement_rightBox_ul .news_announcement_rightBox_li:nth-child(1) {
    border-top: 0px solid #ececec;
}

.news_announcement_rightBox_li_timeBox {
    text-align: center;
    padding: 30px 0 30px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.news_announcement_rightBox_li_timeBox_h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.news_announcement_rightBox_li_timeBox_h2 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    line-height: 2;
}

.news_announcement_rightBox_li_contentBox {
    padding: 25px 50px 25px 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.news_announcement_rightBox_li_contentBox:hover {
    padding: 25px 30px 25px 20px;
}

.news_announcement_rightBox_li_contentBox:hover .news_announcement_rightBox_li_contentBox_h1 {
    color: #faab00;
}

.news_announcement_rightBox_li_contentBox_h1 {
    font-size: 22px;
    color: #333;
    margin: 0;
    line-height: 1.5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_announcement_rightBox_li_contentBox_p1 {
    font-size: 18px;
    color: #999999;
    margin: 0;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_announcement_findAll {
    text-align: right;
    margin: 10px;
}

.news_announcement_findAll a {
    font-size: 22px;
    color: #faab00;
}

@media screen and (max-width: 1200px) {
    .news_announcementBox {
        padding: 2rem 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .news_announcementBox {
        padding: 1rem 0 2rem;
    }
    .news_announcement_leftBox {
        margin-top: 0px;
    }
    .news_announcement_leftBox_artitleBox {
        padding: .6rem 1rem;
    }
    .news_announcement_leftBox_artitleBox_h1 {
        font-size: 1.2rem;
    }
    .news_announcement_leftBox_artitleBox_p1 {
        font-size: 1rem;
    }
    .news_announcement_rightBox_li_contentBox {
        padding: 1.5rem 1rem 1.5rem 0;
    }
    .news_announcement_rightBox_li_contentBox:hover {
        padding: 1.5rem 1rem 1.5rem 0;
    }
    .news_announcement_rightBox_li_timeBox_h1 {
        font-size: 2rem;
    }
    .news_announcement_rightBox_li_timeBox_h2 {
        font-size: 1.3rem;
    }
    .news_announcement_rightBox_li_contentBox_h1 {
        font-size: 1rem;
    }
    .news_announcement_rightBox_li_contentBox_p1 {
        font-size: .9rem;
    }
    .news_announcement_findAll a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .news_announcementBox {
        padding: .8rem 0 1rem;
    }
    .news_announcement_leftBox_artitleBox_h1 {
        font-size: 1rem;
    }
    .news_announcement_leftBox_artitleBox_p1 {
        font-size: .9rem;
    }
}


/* 通知公告 s */


/* 企业动态 s */

.news_qyDynamicBox {
    
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

/* .news_qyDynamicBox:hover {
    background-color: #fefcf0;
} */
.news_qyDynamicBoxItem{
    border: 1px solid #c9c9c9;
    margin-bottom: 40px;
}
.news_qyDynamicBoxItem:hover {
    background-color: #fefcfc;
}
.news_qyDynamicBox_timeBox {
    position: relative;
    width: 100%;
    /* padding: 0 9px; */
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.news_qyDynamicBox_timeBox_p1 {
    color: #595959;
    font-size: 3.5rem;
    font-weight: bold;
    border-bottom: 1px solid #595959;
}

.news_qyDynamicBox_timeBox_p2 {
    color: #595959;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
}

.news_qyDynamicBox_contentBox {
    margin-top: 60px;
}

.news_qyDynamicBox_contentBox_h1 {
    font-size: 1.8rem;
    color: #595959;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_qyDynamicBox_contentBox_p2 {
    font-size: 1.2rem;
    color: #999999;
    line-height: 2;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_qyDynamicBox_contentBox_d1 {
    display: inline-block;
    color: #595959;
    font-size: 1.2rem;
    padding: 12px 40px;
    line-height: 1;
    border: 1px solid #666;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
    margin-bottom: 30px;
}

.news_qyDynamicBoxItem:hover .news_qyDynamicBox_contentBox_d1 {
    color: #fff;
    background-color: #dcb613;
    border: 1px solid #dcb613;
}

.news_qyDynamicBox_imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56%;
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .news_qyDynamicBox_timeBox {
        margin-top: 1.5rem;
        width: 100%;
    }
    .news_qyDynamicBox_timeBox_p1 {
        font-size: 1rem;
    }
    .news_qyDynamicBox_timeBox_p2 {
        font-size: 1rem;
    }
    .news_qyDynamicBox_contentBox {
        margin-top: 1.5rem;
    }
    .news_qyDynamicBox_contentBox_h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: .3rem;
    }
    .news_qyDynamicBox_contentBox_p2 {
        font-size: 1rem;
        height: 4rem;
    }
    .news_qyDynamicBox_contentBox_d1 {
        font-size: 1rem;
        padding: .65rem 1.3rem;
        border-radius: 2.5rem;
        margin-top: .7rem;
        margin-bottom: 2rem;
    }
}


/* 企业动态 e */


/* 资料下载 s */

.news_appendixSumBox {
    /* min-height: 500px; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.news_appendix {
    margin-right: 10px;
}


/* 资料下载 e */


/* 新闻详情页
start */

.news_relatedNews {
    /* padding-left: 10px; */
    padding-bottom: 50px;
    /* border-bottom: 1px solid #dee2e6; */
}

.news_relatedNews_title {
    position: relative;
    font-size: 20px;
    padding-left: 10px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.news_relatedNews_title::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 3px;
    background: #61b55d;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.news_relatedNews_li {
    border-bottom: 1px dashed #dee2e6;
    padding: 18px 0px 18px 10px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.news_relatedNews_li:hover {
    background-color: #eeeeee;
}

.news_relatedNews_li_newsBox {
    width: 70%;
    position: relative;
}

.news_relatedNews_li_newsBox::before {
    position: absolute;
    content: '';
    right: -16px;
    top: 57%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 30px;
    background-color: #dee2e6;
}

.news_relatedNews_li_h1 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 5px 0 0;
    height: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
}

.news_relatedNews_li_p1 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    padding: 5px 0 0;
    display: block;
    overflow: hidden;
    height: 46px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news_relatedNews_li_newsTimesBox {
    width: 30%;
    text-align: center;
}

.news_relatedNews_li_p2 {
    font-size: 46px;
    line-height: 50px;
    color: #333;
}

.news_relatedNews_li_p3 {
    font-size: 16px;
    color: #999;
}


/* 新闻详情页 end*/


/* 动态资讯 e */


/* -------------------------------------------------------------------------------------------------------------
*/


/* ------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------- */


/* 联系我们 s */

.contact_contentBoxBGBox {
    background-color: #eaf6f4;
    padding: 55px 10px;
}

.contact_contentBox {
    max-width: 1520px;
    margin: 0 auto;
    background-color: #fff;
}

.contact_contentBox_d1 {
    padding: 35px 5px;
    font-size: 16px;
    width: 80%;
}

.contact_contentBox_d1_h1 {
    color: #333;
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 16px
}

.contact_contentBox_d1_h1_line {
    position: relative;
}

.contact_contentBox_d1_h1_line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.contact_contentBox_d1_p1 {
    color: #666;
}

.contact_contentBox_addressContent {
    float: left;
    width: 80%;
    line-height: 30px;
}

.tel_icon_style {
    font-size: 20px;
    color: #333;
    padding: 0 10px 0 8px;
    vertical-align: middle;
}

.add_icon_style {
    float: left;
    font-size: 20px;
    color: #333;
    padding: 0 10px 0 8px;
    vertical-align: middle;
}

.qq_icon_style {
    font-size: 20px;
    color: #333;
    padding: 0 10px 0 8px;
    vertical-align: middle;
}

.contact_contentBox_d1_d1 {
    display: inline-block;
    color: #666;
    border-radius: 38px;
    line-height: 38px;
    border: 1px solid #666;
    padding: 0 15px;
    margin-bottom: 10px;
}

.mapBox {
    width: 100%;
    height: 580px;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    /* 联系信息 */
    .contact_contentBox_d1 {
        padding: 10px 5px;
        font-size: 16px;
        width: 100%;
    }
    .contact_contentBox_addressContent {
        float: left;
        width: 80%;
        line-height: 30px;
    }
    /* 联系信息 */
    /* 地图 */
    .mapBox {
        width: 100%;
        height: 400px;
        vertical-align: middle;
    }
    /* 地图 */
}


/* 联系我们 e*/


/* 获得认证 s */

.honor_BGBox {
    background-color: #f3f3f3;
    background: url(../images/honor/bg.png) no-repeat center center;
    background-size: cover;
    padding: 110px 0 200px;
}

.honor_title_h2 {
    color: #daaa17;
    font-size: 40px;
    font-weight: bold;
}

.honor_title_h3 {
    color: #daaa17;
    font-size: 24px;
}

.honor_contentBox {}

.honor_content_titleBox {
    max-height: 380px;
    min-height: 300px;
    /* height: 100%; */
    margin-right: 2rem;
    margin-left: 1rem;
}

.honor_content_h4 {
    display: inline-block;
    color: #333;
    font-size: 20px;
}

.honor_content_h4_act>a {
    color: #daaa17;
}

.honor_content_imgBigBox {
    flex: 1;
    padding: 1rem;
}

.honor_content_imgSmallBox {
    margin-top: 2rem;
    width: 31%;
}

.honor_content_imgBox_BG {
    background-color: #c9c9c9;
    padding: 2rem 2rem;
    transition: all .5s;
}

.honor_content_imgBox_BG:hover {
    background-color: #daaa17;
}

.honor_content_imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
}

.honor_content_h5 {
    text-align: center;
    font-size: 18px;
    padding: 1rem .5rem;
}

@media screen and (max-width: 768px) {
    .honor_BGBox {
        padding: 4rem 0 4rem;
    }
    .honor_title_h2 {
        font-size: 2rem;
    }
    .honor_title_h3 {
        font-size: 1.7rem;
    }
    .honor_content_titleBox {
        width: 100%;
        min-height: 0px;
    }
    .honor_content_h4 {
        font-size: 1.4rem;
    }
    .honor_content_imgBigBox {
        padding: 1rem;
    }
    .honor_content_imgSmallBox {
        margin-top: 1.5rem;
        width: 46%;
    }
    .honor_content_imgBox_BG {
        padding: 1rem 1rem;
    }
    .honor_content_h5 {
        font-size: .8rem;
        padding: 1rem .5rem;
    }
}


/* 获得认证 e */


/* ========================================================================================================================= */


/* ========================================================================================================================= */


/* ========================================================================================================================= */


/* ========================================================================================================================= */


/* 新增  s */


/* 易奇美简介 s */


/* 通用样式 */

.briefIntroduction_common_contentBox01 {
    padding-right: 60px;
}

.briefIntroduction_common_contentBox02 {
    text-align: right;
    padding-left: 60px;
}

.briefIntroduction_common_contentBox02 {}

.briefIntroduction_common_h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.briefIntroduction_common_h4_01,
.briefIntroduction_common_h4_03,
.briefIntroduction_common_h4_02 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
    padding-bottom: 20px;
}

.briefIntroduction_common_h4_01::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #333;
}

.briefIntroduction_common_h4_02::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #fff;
}

.briefIntroduction_common_h4_03::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #fff;
}

.briefIntroduction_common_p1 {
    font-size: 18px;
    line-height: 3;
    margin-top: 20px;
}

.briefIntroduction_common_imgBox {
    width: 100%;
    height: 100%;
}


/* 通用样式 */

.briefIntroduction_oneBGBox {
    color: #333333;
    background-color: #fff;
    padding: 120px 10px 130px;
}

.briefIntroduction_twoBGBox {
    color: #fff;
    background: url(../images/about/synopsis/bg02.png) center center;
    background-size: cover;
    padding: 120px 10px 130px;
}

.briefIntroduction_fourBGBox {
    color: #fff;
    background: url(../images/about/synopsis/bg04.png) center center;
    background-size: cover;
    padding: 120px 10px 130px;
}

.briefIntroduction_fourBox_contentBox {
    padding-top: 30px;
}

.briefIntroduction_fourBox_h5 {
    font-size: 30px;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.briefIntroduction_sixBGBox {
    background-color: #4289c6;
}

.briefIntroduction_sixBGBox_1920BG {
    background: url(../images/about/synopsis/bg06.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.briefIntroduction_sixBox_h5 {
    font-size: 40px;
    font-weight: bold;
}

.briefIntroduction_sixBox_h6 {
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.briefIntroduction_sixBox_h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60px;
    height: 5px;
    background-color: #fff;
}

.briefIntroduction_sixBox_p1 {
    font-size: 18px;
    line-height: 2;
}

.briefIntroduction_sixBox_img_d1 {
    margin-top: 30px;
    max-width: 650px;
}

.briefIntroduction_sixBox_img_d1_img01 {
    width: 60%;
}

.briefIntroduction_sixBox_img_d1_img02 {
    width: 35%;
}

.briefIntroduction_sevenBGBox {
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
    color: #333;
}

.briefIntroduction_sevenBox_h5 {
    font-size: 40px;
    font-weight: bold;
}

.briefIntroduction_sevenBox_h6 {
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.briefIntroduction_sevenBox_h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60px;
    height: 5px;
    background-color: #333;
}

.briefIntroduction_sevenBox_p1 {
    font-size: 18px;
    line-height: 3;
}

.briefIntroduction_sevenBox_top>div {
    margin-top: 20px;
}

.briefIntroduction_sevenBox_footSmallBox {
    background-color: #3382c5;
    height: 100%;
    color: #fff;
    border-radius: 5px;
}

.briefIntroduction_sevenBox_footSmallBox_h5 {
    padding-left: 5px;
    text-align: left;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #5492cb;
}

.briefIntroduction_footIcon {
    color: #fff;
    font-size: 80px;
    line-height: 1;
}

.briefIntroduction_sevenBox_footSmallBox_p1 {
    margin: 30px 0 10px;
    line-height: 1.5;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    /* 通用样式 */
    .briefIntroduction_common_contentBox01 {
        padding-right: 0px;
    }
    .briefIntroduction_common_contentBox02 {
        padding-left: 0px;
    }
    .briefIntroduction_common_contentBox02 {}
    .briefIntroduction_common_h3 {
        font-size: 1.5rem;
        line-height: 2;
    }
    .briefIntroduction_common_h4_01,
    .briefIntroduction_common_h4_03,
    .briefIntroduction_common_h4_02 {
        font-size: .8rem;
        text-transform: uppercase;
        line-height: 2;
        padding-bottom: 20px;
    }
    .briefIntroduction_common_h4_01::after {
        width: 4rem;
        height: 4px;
    }
    .briefIntroduction_common_h4_02::after {
        width: 4rem;
        height: 4px;
    }
    .briefIntroduction_common_h4_03::after {
        width: 4rem;
        height: 4px;
    }
    .briefIntroduction_common_p1 {
        font-size: .8rem;
        line-height: 2;
        margin-top: 1rem;
    }
    /* 通用样式 */
    .briefIntroduction_oneBGBox {
        padding: 4rem .5rem;
    }
    .briefIntroduction_twoBGBox {
        padding: 4rem .5rem;
    }
    .briefIntroduction_fourBGBox {
        padding: 4rem .5rem;
    }
    .briefIntroduction_fourBox_contentBox {
        padding-top: 1rem;
    }
    .briefIntroduction_fourBox_h5 {
        font-size: 1.5rem;
        line-height: 3;
    }
    .briefIntroduction_sixBGBox_1920BG {
        padding: 3rem 0;
    }
    .briefIntroduction_sixBox_h5 {
        font-size: 1.5rem;
    }
    .briefIntroduction_sixBox_h6 {
        font-size: .8rem;
        line-height: 2;
        padding-bottom: .5rem;
        margin-bottom: 1rem;
    }
    .briefIntroduction_sixBox_h6::after {
        width: 4rem;
        height: 4px;
    }
    .briefIntroduction_sixBox_p1 {
        font-size: .8rem;
        line-height: 2;
    }
    .briefIntroduction_sixBox_img_d1 {
        margin-top: 2rem;
        max-width: 650px;
    }
    .briefIntroduction_sixBox_img_d1_img01 {
        width: 60%;
    }
    .briefIntroduction_sixBox_img_d1_img02 {
        width: 35%;
    }
    .briefIntroduction_sevenBGBox {
        padding: 5rem 0;
    }
    .briefIntroduction_sevenBox_h5 {
        font-size: 2rem;
    }
    .briefIntroduction_sevenBox_h6 {
        font-size: .8rem;
        line-height: 2;
        padding-bottom: .5rem;
        margin-bottom: 1.4rem;
    }
    .briefIntroduction_sevenBox_h6::after {
        width: 4rem;
        height: 4px;
    }
    .briefIntroduction_sevenBox_p1 {
        font-size: .8rem;
        line-height: 2;
        padding: 0 1rem;
    }
    .briefIntroduction_sevenBox_top>div {
        margin-top: 1rem;
    }
    .briefIntroduction_sevenBox_footSmallBox_h5 {
        padding-left: .5rem;
        font-size: 3rem;
    }
    .briefIntroduction_footIcon {
        font-size: 5rem;
    }
    .briefIntroduction_sevenBox_footSmallBox_p1 {
        margin: 2rem 0 .5rem;
        line-height: 1.5;
        font-size: .8rem;
    }
}


/* 易奇美简介 e */


/* 新增 */