.sub-banner{height: 500px;background-size: cover;background-position: center;margin-top: 140px;text-align: center;padding: 80px;}
.sub-banner h4{font-size:40px;font-family: "Noto Sans SC";font-weight: 600;color: #fff;margin-bottom: 30px;letter-spacing: 5px;}
.sub-banner h4 i{display: block;font-size: 5rem;color: #fd5a66;padding: 0 0 20px 0;font-weight: 400;}
.sub-banner p{font-size: 20px;color:rgba(255,255,255,0.9);letter-spacing: 2px;font-weight:500;font-family: "Noto Sans SC";}
.sub-banner h5{font-size:43px;font-family: DisneyEnglish-Bold;color: #fff;margin: 80px 0 50px 0;text-transform: uppercase;}
.sub-banner h6{font-size: 20px;font-weight:500;font-family: "Noto Sans SC";color: #fff;letter-spacing: 1px;}
.sub-banner h6 span{font-size: 30px;font-family: "DINPro-Bold";color: #fff;}
.sub-banner h6 i{font-size: 3rem;color: #fff;}
/*sub-main*/
.sub-main{padding: 50px 0;}
.sub-main-title{
    margin-bottom: 30px;
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.sub-main-title h4{font-size: 22px;font-weight: 500;color: #666;}
.sub-main-title span{font-size: 16px;line-height: 35px;font-family: "DINPro-Regular";text-transform: uppercase;color: #ccc;font-weight: 400;display: block;}
.sub-main .sub-left{width: 850px;background-color: #fff;padding: 30px;margin-top: 30px;}
.sub-main .sub-right{width: 320px;margin-left: 30px;margin-top: 30px;}
.sub-main .sub-right h4{font-size:18px;font-weight: 500;color: #fff;background-color:#f6515f;padding: 15px 20px;}
.sub-main .sub-right i{font-size: 2.2rem;color: #fff;margin-right: 10px;}
.sub-main .sub-right span{font-size: 15px;text-transform: uppercase;font-family: "DINPro-Regular";margin-left: 10px;font-weight: 500;}
@media (max-width: 1200px) {
    .sub-main{padding: 30px 0;}
    .sub-main-title{font-size: 2rem;font-weight: 600;margin-bottom:20px;padding: 0;}
    .sub-main-title h4{padding: 0;margin: 0;}
    .sub-main-title span{float: right;font-size: 1.2rem;line-height: 2.5rem;}
    .sub-main .sub-left{width: 100%;padding:20px;margin-top: 20px;}
    .sub-main .sub-right{width: 100%;margin-left: 0;}
}
@media (max-width: 992px) {
    .sub-main {padding:0;flex-wrap: wrap;}
    .sub-main .container{flex-wrap: wrap;}
    .sub-main .flex-sb{flex-wrap: wrap;}
    .sub-main-title{margin-bottom: 10px;padding:10px 0;text-indent: 0;}
    .sub-main-title h4{font-size: 1.6rem;line-height: 2rem;}
    .sub-main-title span{font-size: 1.2rem;line-height:2rem;}
    .sub-main-title a{font-size: 3rem;}
    .sub-main .sub-left{width: 100%;margin-top: 0;}
    .sub-main .sub-right{width: 100%;margin-left:0;padding:0;margin-top: 0!important;}
    .sub-main .form-right h4{font-size: 1.6rem;font-weight:600;padding:10px 20px;}
    .sub-main .form-right h4 i{font-weight: 300}
}

/*page-nav*/
.page-nav{width: 100%;padding: 0;margin-bottom: 50px;position: relative;top:-35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background-color:rgba(255,255,255,1);
}
.page-nav .container{height: 70px;border-bottom: none;}
.loc{line-height: 70px;padding: 0 0 0 30px;width: 50%;}
.loc i{font-size: 1.8rem;color:#f6515f;margin-right: 10px; }
.loc a{font-size: 14px;font-weight: 300;color: #999;}
.loc a:hover{color:#f6515f;}
.loc a i{font-size: 1.4rem;font-weight: 100;color: #999;margin: 0 5px;}
.page-nav .page-nav-ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 50%;
}
.page-nav .page-nav-ul li{line-height: 70px;width: 25%;}
.page-nav .page-nav-ul li:last-child{border-right: none;}
.page-nav .page-nav-ul li a{display: block;font-size:16px;color:#666;text-align: center;font-weight:400;font-family: "Noto Sans SC"}
.page-nav .page-nav-ul li a:hover,.page-nav .page-nav-ul li a.cur,.page-nav .page-nav-ul .current a{
    color:#fff;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
}
@media (max-width: 992px) {
    .page-nav{height:auto;margin-bottom:0!important;background-color: #fff;}
    .loc{width: 100%;line-height: 40px;padding: 0 20px;order: 2;border-bottom: 1px solid #eee;}
    .loc i{font-size: 1.4rem;}
    .loc a{font-size: 1.2rem;}
    .loc a i{font-size: 1.2rem;margin: 0 2px;}
    .page-nav .page-nav-ul{order: 1;width: 100%;background-color: #fff;-webkit-justify-content: flex-start;justify-content: flex-start;flex-wrap: wrap;border-bottom: 1px solid #eee;}
    .page-nav .page-nav-ul li{line-height: 40px;border-right: 1px solid #eee;}
    .page-nav .container{flex-wrap: wrap;}
    .page-nav .page-nav-ul li a{padding: 0 10px;font-size:1.4rem;}
}

/*contact*/
.contact{}
.contact .container{padding: 0 0 100px 0;}
.contact .contact-info{}
.contact .title{width: 33.33%;border-right: 1px solid #eee;}
.contact .title h4{font-size: 22px;font-weight:600;font-family: "Noto Sans SC";color: #333;margin-bottom:30px;}
.contact .title p{font-size: 16px;font-weight:400;font-family: "Noto Sans SC";color: #888;margin-bottom: 10px;line-height: 25px;}
.contact .title p i{font-size:2rem;display: inline-block;vertical-align: middle;color: #888;margin-right: 10px;}
.contact .info{width: 33.33%;text-align: center;border-right: 1px solid #eee;}
.contact .info p{font-size: 18px;font-weight:500;font-family: "Noto Sans SC";color: #888;}
.contact .info p span{font-size: 36px;font-family: "DINPro-Bold";color: #666;display: block;}
.contact .info p i{font-size: 5rem;display: block;color: #f6515f;}
.contact .img{width: 33.33%;}
.contact .img p{margin-right:20px;}
.contact .img p:last-child{margin-right: 0;}
.contact .img img{width: 100px;}
.contact .img span{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;padding-bottom: 10px;}
.contact .img span img{width:30px;display: inline-block;margin-right: 3px;}


/*contact-list*/
.contact-list{background-color: #f6f6f6;}
.contact-list .container{padding: 60px 0 30px 0;}
.contact-list .title{font-size: 22px;font-weight:600;font-family: "Noto Sans SC";color: #333;}
.contact-list .title i{font-size: 2.6rem;font-weight: 500;color: #f6515f;}
.contact-list .contact-ul{flex-wrap: wrap;padding: 30px 0;}
.contact-list .contact-ul li{width: 48.5%;margin-right: 3%;margin-bottom: 3%;background-color: rgba(255,255,255,0.8);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;border-radius: 10px;position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-list .contact-ul li:nth-child(2n){margin-right: 0;}
.contact-list .contact-ul li h4{font-size: 18px;font-weight:600;font-family: "Noto Sans SC";color: #666;margin-bottom:20px;border-bottom: 1px #eee solid;padding-bottom: 20px; }
.contact-list .contact-ul li h5{float: right;font-size: 18px;color: #fff;font-weight:500;font-family: "Noto Sans SC";
    display: block;position: absolute;right: 0;top:50px;padding: 10px 30px;border-bottom-left-radius:20px;border-top-left-radius:20px;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
}
.contact-list .contact-ul li h6{float: right;font-size: 18px;color: #fff;font-weight:500;font-family: "Noto Sans SC";
    display: block;position: absolute;right: 0;top:190px;padding: 10px 30px;border-bottom-left-radius:20px;border-top-left-radius:20px;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
}
.contact-list .contact-ul li h5 i,.contact-list .contact-ul li h6 i{font-size:1.8rem;margin-right: 10px;position: relative;top:-1px;}
.contact-list .contact-ul li p{font-family: "DINPro-Regular";font-weight:500;font-size: 16px;color: #888;margin:15px 0;position: relative;padding: 0 0 0 35px;}
.contact-list .contact-ul li p i{color:#ccc;position: absolute;left: 0;top:-2px;font-size: 2rem;}
.contact-list .contact-ul li a{font-size: 14px;color:#888;display: block;position: relative;border: 1px solid #eaeaea;width: 130px;line-height: 35px;border-radius: 20px;padding-left:50px;}
.contact-list .contact-ul li a i{left: 20px;color: #888;top:0;font-size: 2rem;}
.contact-list .contact-ul li a:hover{
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
    color: #fff;
    border: none;
}
.contact-list .contact-ul li a:hover i{color: #fff;}
.contact-list .contact-ul li:hover{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    background-color: rgba(255,255,255,1);
}

.aboutus{padding:50px 0 60px 0;}
.aboutus .img{width: 50%;overflow: hidden;position: relative;}
.aboutus .img img{max-width: 100%;width: auto;transition: all 0.5s;-webkit-transition: all 0.5s;}
.aboutus  .img img:hover{
    transition: 2s cubic-bezier(0.28, 0, 0.12, 1);
    -webkit-transform: scale3d(1.12, 1.12, 1);
    transform: scale3d(1.12, 1.12, 1)
}
.aboutus .info{width: 50%;padding-left: 50px;position: relative;}
.aboutus .info:after{
    content: '';
    width:60px;height: 1px;
    background-color: #333;
    position: absolute;left: -35px;z-index: 3;top:50%;}
.aboutus .info h4{font-size: 32px;font-weight: 600;margin-bottom: 10px;position: relative;}
.aboutus .info h4:after{
    content: '';
    width: 1px;height: 40px;background-color: #bbb;
    position: absolute;left: 145px;top:0;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.aboutus .info h4 span{font-size: 22px;color: #999;margin-left:30px;font-weight: 400;}
.aboutus .info h5 {font-family: "DINPro-Bold";font-size:20px;color: #666;text-transform: uppercase;padding-bottom: 60px;position: relative;}
.aboutus .info h5:after{content: '';width: 100%;height: 1px;background-color: #ddd;position: absolute;left:0;bottom:20px;}
.aboutus .info p{max-width:550px;font-weight:500;font-family: "Noto Sans SC";font-size: 16px;line-height: 33px;color: #888;margin-bottom: 30px;text-align:justify; text-justify:inter-ideograph}
.aboutus .info p:last-child{text-align:justify;text-justify:newspaper;font-family: GothamRounded-Medium;font-size: 14px;font-weight: 300;line-height: 30px;}

.aboutus .about-list-ul{padding:50px 0 20px 0;}
.aboutus .about-list-ul li{width: 23.5%;margin-right: 2%;padding: 25px 0;background-color: #fff;border: 1px solid #eaeaea;border-radius:6px;}
.aboutus .about-list-ul li:nth-child(4){margin-right: 0;}
.aboutus .about-list-ul li a{display: block;padding:0 30px;position: relative;}
.aboutus .about-list-ul li:last-child a{border-right: none;}
.aboutus .about-list-ul li h4{font-size: 20px;font-family: "Noto Sans SC";color: #444;font-weight: 500;margin-bottom: 10px;}
.aboutus .about-list-ul li p{font-size: 14px;color: #888;}
.aboutus .about-list-ul li i{position: absolute;right: 20px;top:50%;width: 46px;margin-top: -23px;font-size: 4rem;color:#fd5a66; }
.aboutus .about-list-ul li:hover{
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
    border: none;
}
.aboutus .about-list-ul li a:hover h4{color:#fff;}
.aboutus .about-list-ul li a:hover p{color: #fff;}
.aboutus .about-list-ul li a:hover i{-webkit-transform: scale(0.8);transform: scale(0.8);color: #fff}
@media (max-width: 992px) {
    .aboutus .about-list-ul{padding: 20px 10px;flex-wrap: wrap;background-color: #f6f6f6;}
    .aboutus .about-list-ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;border-radius: 4px;}
    .aboutus .about-list-ul li:nth-child(2){margin-right: 0;}
    .aboutus .about-list-ul li a{padding:15px 15px;}
    .aboutus .about-list-ul li h4{font-size: 1.4rem;margin-bottom:5px;}
    .aboutus .about-list-ul li p{font-size: 1.2rem;}
    .aboutus .about-list-ul li i{right: 10px;width: 36px;margin-top: -18px;}
}
/*huoban*/
.huoban {
    padding: 50px 0;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 720px;
}
.huoban span {display: block;font-size:32px;font-weight:600;font-family: "Noto Sans SC";color: #333333;padding: 20px 0 0 0;position: relative;}
.huoban span:after{
    content: '';
    width: 60px;height: 2px;background-color: #fd5a66;position: absolute;left:0;top:0;
}
.huoban p {font-weight:500;font-family: "Noto Sans SC";font-size: 16px;line-height: 30px;color: #666;width:40%;padding: 20px 0 0 0;}
.huoban .hblist {padding-top: 90px;}
.huoban .hblist .txt {font-size:40px;line-height: 70px;color: #FFF;font-family: "DINPro-Bold";}
.huoban .hblist ul{width: 695px;}
.huoban .hblist ul:nth-child(1) {margin:0 50px 0 auto;}
.huoban .hblist ul:nth-child(2) {margin:50px 160px 0 auto;}
.huoban .hblist ul:nth-child(3) {margin:50px 280px 0 auto;}
.huoban .hblist li {height: 60px;width: 225px;text-align: center;display: block;margin-right: 10px;}
.huoban .hblist li:last-child{margin-right: 0;}

/*sub-menu*/
.sub-menu{
    padding:0;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
.sub-menu .sub-menu-ul{}
.sub-menu .sub-menu-ul li{border-right: 1px solid #eee;}
.sub-menu .sub-menu-ul li:last-child{border-right: none;}
.sub-menu .sub-menu-ul li a{font-size: 16px;font-family: "Noto Sans SC";font-weight:500;color: #777;padding: 20px 20px;display: block;}
.sub-menu .sub-menu-ul li a:after{}
.sub-menu .sub-menu-ul li a:hover,.sub-menu .sub-menu-ul li a.cur,.sub-menu .sub-menu-ul .current a{background-image: linear-gradient(125deg,#fd826e,#f6515f);color: #fff;}
.sub-menu .sub-menu-ul li a:hover:after,.sub-menu .sub-menu-ul li a.cur:after{}
.fixednav-down {position: fixed;top:80px;left: 0;z-index: 999;width: 100%;}
.fixednav-up {position: fixed;top:140px;left: 0;z-index: 999;width: 100%;}
@media (max-width: 1200px) {
    .sub-menu .sub-menu-ul li a{font-size: 14px;padding: 15px 20px;}
}
@media screen and (max-width: 992px){
    .sub-menu{display: none;}
}

.hot-section{padding: 120px 0;background-color: #fff;}
.hot-section:nth-child(2n){background-color: #f2f2f2;}

.hot-section .flex-sb{}
.hot-section .container{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-top-right-radius:15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;
    background-color: rgba(255,255,255,1);overflow: hidden;
}
.hot-section .img{width: 30%;text-align: center;padding:20px;}
.hot-section .img img{width: 100%;display: block;margin:80px 0;}
.hot-section .img p{padding: 50px 0;}
.hot-section .img p a{margin-right: 20px;display: block;width:43%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
    border-radius: 20px;line-height: 32px;height: 35px;text-align: center;font-size: 15px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;}
.hot-section .img p a:last-child{background-color: transparent;border: 1px solid #fd5a66;color:#fd5a66;margin-right: 0;background-image: none;box-shadow: none;}
.hot-section .img p a:hover{}
.hot-section .img p a i{font-size: 2rem;position: relative;top:1px;margin-left: 5px;}
.hot-section .info{width: 70%;padding: 30px;border-left: 1px solid #eee;}
.hot-section .info .sub-title{padding: 10px 0;border-bottom: 1px solid #eee;margin-bottom:10px;}
.hot-section .info .sub-title i{font-size: 3rem;color: #ff8302;}
.hot-section .info .sub-title span{font-size: 32px;font-family: "Noto Sans SC";font-weight: 500;color: #333}
.hot-section .info .sub-title p{float: right;font-size: 20px;text-transform: uppercase;color: #ddd;font-family: "Noto Sans SC";padding: 10px 0 0 0;}
.hot-section .info .text{border-bottom:1px solid #eee;padding:30px 0;margin-bottom: 10px;}
.hot-section .info .text p{font-size: 16px;line-height: 26px;color: #888;}
.hot-section .info h4{font-size: 25px;font-family: "Noto Sans SC";font-weight: 500;color: #666;padding: 10px 0;}
.hot-section .info h4 i{font-size: 3rem;color:#fd5a66;position: relative;top:1px;}
.hot-section .hot-text-ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 15px;
}
.hot-section .hot-text-ul li{width: 48%;min-height: 60px;margin-right: 4%;margin-bottom: 2%;background-color: #f8f8f8;padding: 10px;position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}
.hot-section .hot-text-ul li:nth-child(2n){margin-right: 0;}
.hot-section .hot-text-ul li span{position: absolute;width: 26px;height: 26px;line-height: 26px;font-size:16px;font-family: "DINPro-Regular";color:#fff;text-align: center;
left: -13px;top:50%;margin-top: -13px;background-color: #ff8302;border-radius: 50%;}
.hot-section .hot-text-ul li p{padding: 0 0 0 20px;font-size: 16px;color: #666;font-family: "Noto Sans SC";font-weight: 400;line-height: 25px;text-align: left;display: block;width: 100%;}


/*公司注册*/
/*section-t*/
.section-t{text-align: center;padding: 10px 0 30px 0;position: relative;}
.section-t:after{
    content: '';
    height: 10px;width:35px;border-radius:6px;
    position: absolute;left: 50%;top:5px;margin-left: -15px;
    background-color: #f6515f;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 2px 6px rgba(136, 6, 4, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(136, 6, 4, 0.2);
}
.section-t h2{font-size: 28px;color:#444;font-family: "Noto Sans SC";font-weight:600;padding:20px 0 5px 0;}
.section-t p{font-size: 14px;color: #999;text-transform: uppercase;font-family: "DINPro-Regular";}
@media (max-width: 1200px) {
    .section-t{bottom: -20px;}
    .section-t h2{font-size: 22px;}
    .section-t p{font-size: 12px;}
}
@media screen and (max-width: 992px){
    .section-t{bottom:-30px;}
    .section-t h2{font-size:2.5rem;}
    .section-t p{font-size: 1.2rem;font-weight: 300;}
}
.zc{position: relative;padding:50px 0 100px 0;}
.zc .container{
    background-color: rgba(255,255,255,1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    border-top-right-radius:40px;
    border-bottom-left-radius:40px;overflow: hidden;
    padding:35px 30px;
    min-height: 520px;
}
.zc .container .zc-warp{width: 100%;height: 100%;}
@media (max-width: 1200px) {
    .zc{margin-bottom: 100px;}
    .zc .container{
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        padding: 30px;
    }
}
@media screen and (max-width: 992px){
    .zc{margin-bottom: 100px;padding:0 10px;}
    .zc .container{
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        padding: 0;
    }
    .zc .container .zc-warp{}
}
/*zc-warp-l*/
.zc-warp-l{
    width: 20%;
    height: 100%;
    border-right: 1px solid #eee;
}
.zc-nav{}
.zc-nav li{
    padding: 0 25px;
    font-size: 16px;
    line-height: 40px;
    height: 45px;
    font-family: "Noto Sans SC";
    font-weight: 500;
    color: #666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: #f7f7f7;
    margin-bottom:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    width: 90%;
    position: relative;
}
.zc-nav li:last-child{margin-bottom: 0;}
.zc-nav li i {font-size:1.6rem;position:absolute;right:25px;top:1px;}
.zc-nav li{cursor:pointer;}
.zc-nav li.on{
    padding: 0 20px;
    color: #fff;
    background-color: #f6515f;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 20px rgba(136, 6, 4, 0.22);
    -webkit-box-shadow: 0 5px 20px rgba(136, 6, 4, 0.22);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zc-nav li.on i{color: #fff;right: 20px;}

@media (max-width: 1200px) {
    .zc-warp-l{width: 180px;}
    .zc-nav li{padding: 10px 5px;font-size: 12px; }
    .zc-nav li i {font-size: 1.5rem;margin-right:2px;}
    .zc-nav li.on{padding: 10px 15px; }
}
@media screen and (max-width: 992px){
    .zc-warp-l{
        width: 15%;
        height: 100%;
        background-color: #fff;
        border-top-right-radius:30px;
        border-bottom-left-radius:30px;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .zc-nav li{padding:12px 12px;font-size: 1.3rem;font-weight:500;border-bottom:none;letter-spacing: 2px;background-color: #f4f4f4;margin-bottom: 1px;}
    .zc-nav li i{margin-right:0;display:none;}
    .zc-nav li.on{padding:12px 12px;}
}

/*zc-warp-r*/
.zc-warp-r{position:relative;width:80%;padding: 0 0 0 40px;}
.zc-content{transition:all .2s linear;opacity:0;height:0;}
.zc-content.show{opacity:1;top:0;z-index:1;height: auto;}

@media screen and (max-width: 992px){
    .zc-warp-r{padding: 20px 10px 10px 20px;position:relative;width:85%;}
    .zc-content{position: unset;}
    .zc-content.show{height:auto;opacity:1;top:0;z-index:1;}
}
.zc-warp-r .zc-content h4{font-size: 22px;font-family: "Noto Sans SC";font-weight: 500;margin-bottom:20px;padding: 10px 0;color: #666;border-bottom: 1px solid #eee;}
.zc-warp-r .zc-content h4 i{color:#999;font-size:2.3rem;display: inline-block;vertical-align: middle;font-weight:500;}
.zc-warp-r .zc-content p{font-size:15px;line-height:23px;margin:20px 0;color: #777;position: relative;padding: 0 0 0 25px;font-weight:500;}
.zc-warp-r .zc-content p i{font-size: 2rem;color:#f6515f;position: absolute;left: 0;top:0;}

@media (max-width: 1200px) {
    .zc-warp-r .zc-content h4{font-size: 20px;}
    .zc-warp-r .zc-content p{font-size: 12px;line-height: 20px;margin: 10px 0;padding: 0 20px 0 20px;}
}
@media screen and (max-width: 992px){
    .zc-warp-r .zc-content h4{font-size: 1.6rem;font-weight:500;margin-bottom:20px;padding: 10px 0 10px 15px;}
    .zc-warp-r .zc-content h4:after{height: 18px;width:6px;margin-top:-9px;}
    .zc-warp-r .zc-content p{font-size: 1.2rem;line-height: 2rem;margin: 10px 0;padding: 0 0 0 20px;}
    .zc-warp-r .zc-content p i{font-size: 1.6rem;font-weight: 600}
}
.zc-warp-r .zc-content .wzzc-ul{padding: 30px 0;}
.zc-warp-r .zc-content .wzzc-ul li{width: 22%;margin-right: 4%;padding: 20px 0;}
.zc-warp-r .zc-content .wzzc-ul li:nth-child(4n){margin-right: 0;}
.zc-warp-r .zc-content .wzzc-ul li .ico{
    width: 120px;height: 120px;padding: 20px 0 0 0;margin:0 auto 30px auto;
    border-radius: 50%;text-align: center;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.22);
    -webkit-box-shadow: 0 10px 25px rgba(136, 6, 4, 0.22);
}
.zc-warp-r .zc-content .wzzc-ul li .ico i{font-size: 3.2rem;color: #fff;display: block;}
.zc-warp-r .zc-content .wzzc-ul li .ico span{font-size: 18px;color: #fff;font-family: "Noto Sans SC";font-weight: 400;display: block;}
.zc-warp-r .zc-content .wzzc-ul li .info{font-size: 16px;line-height: 26px;color: #888;font-family: "Noto Sans SC";font-weight: 400;}

.zc-warp-r .zc-content .wzzc-cl{padding: 20px 0;flex-wrap: wrap;}
.zc-warp-r .zc-content .wzzc-cl li{width: 49%;margin-right: 2%;margin-bottom: 2%;padding:20px;border: 1px solid #eaeaea;border-top-right-radius:20px;border-bottom-left-radius:20px;}
.zc-warp-r .zc-content .wzzc-cl li:nth-child(2n){margin-right: 0;}
.zc-warp-r .zc-content .wzzc-cl li b{display: block;position:relative;font-size: 17px;font-family: "Noto Sans SC";font-weight: 500;color: #555;margin-bottom: 15px;}
.zc-warp-r .zc-content .wzzc-cl li span{display: block;font-size: 14px;line-height: 22px;color: #888;}

.zc-warp-r .zc-content .wzzc-lc{padding: 30px 0;flex-wrap: wrap;}
.zc-warp-r .zc-content .wzzc-lc li{width: 30.66%;margin-right: 4%;margin-bottom: 4%;border: 1px solid #eee;padding:10px 30px;border-top-right-radius:20px;border-bottom-left-radius:20px;position: relative;}
.zc-warp-r .zc-content .wzzc-lc li:nth-child(3n){margin-right: 0;}
.zc-warp-r .zc-content .wzzc-lc li i{display: block;width: 25px;height: 25px;color: #fff;font-style: normal;font-size: 16px;line-height: 25px;position: absolute;top:-12px;left: -12px;
    border-radius: 50%;text-align: center;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 10px rgba(136, 6, 4, 0.22);
    -webkit-box-shadow: 0 5px 10px rgba(136, 6, 4, 0.22);
}
.zc-warp-r .zc-content .wzzc-lc li p{font-size: 18px;color: #666;font-family: "Noto Sans SC";font-weight:500;text-align: center;padding-left: 20px;}
.zc-warp-r .zc-content .wzzc-lc li span{font-size: 3.3rem;color: #f6515f;position: relative;top:8px;}
.zc-warp-r .zc-content .wzzc-lc li:nth-child(2){font-size: 4rem;}

@media (max-width: 1200px) {
    .zc-warp-r .zc-content .wzzc-ul{padding: 20px 0;}
    .zc-warp-r .zc-content .wzzc-ul li{width: 20%;margin-right: 4%;padding: 20px 0;}
    .zc-warp-r .zc-content .wzzc-ul li .ico{width: 90px;height: 90px;padding: 10px 0 0 0;margin: 10px auto;}
    .zc-warp-r .zc-content .wzzc-ul li .ico i{font-size: 3rem;}
    .zc-warp-r .zc-content .wzzc-ul li .ico span{font-size: 12px;}
    .zc-warp-r .zc-content .wzzc-ul li .info{font-size: 12px;line-height: 18px;}

    .zc-warp-r .zc-content .wzzc-cl{padding: 20px 0;}
    .zc-warp-r .zc-content .wzzc-cl li{width: 22%;}
    .zc-warp-r .zc-content .wzzc-cl li b{font-size: 12px;margin-bottom:5px;}
    .zc-warp-r .zc-content .wzzc-cl li span{font-size:12px;line-height: 20px;}

    .zc-warp-r .zc-content .wzzc-lc{padding: 20px 0;}
    .zc-warp-r .zc-content .wzzc-lc li{width: 29%;padding: 10px;}
    .zc-warp-r .zc-content .wzzc-lc li i{width: 20px;height: 20px;font-size: 14px;line-height: 20px;top:-10px;left: -10px;}
    .zc-warp-r .zc-content .wzzc-lc li b{font-size: 14px;}
    .zc-warp-r .zc-content .wzzc-lc li span{font-size: 12px;line-height: 20px;}
}
@media screen and (max-width: 992px){
    .zc-warp-r .zc-content .wzzc-ul{padding:0 0 20px 0;flex-wrap: wrap;}
    .zc-warp-r .zc-content .wzzc-ul li{width: 48%;margin-right: 4%;padding: 10px 0;}
    .zc-warp-r .zc-content .wzzc-ul li:nth-child(2n){margin-right: 0;}
    .zc-warp-r .zc-content .wzzc-ul li .ico{width: 80px;height: 80px;padding: 10px 0 0 0;margin:0 auto 10px auto;}
    .zc-warp-r .zc-content .wzzc-ul li .ico i{font-size: 2.6rem;}
    .zc-warp-r .zc-content .wzzc-ul li .ico span{font-size: 1.2rem;}
    .zc-warp-r .zc-content .wzzc-ul li .info{font-size:1.2rem;line-height: 2rem;}
    .zc-warp-r .zc-content .wzzc-cl{padding: 0 0 20px 0;flex-wrap: wrap}
    .zc-warp-r .zc-content .wzzc-cl li{width: 100%;margin-right: 0;margin-bottom: 2%;padding:8px 8px;}
    .zc-warp-r .zc-content .wzzc-cl li b{font-size: 1.2rem;margin-bottom: 5px;}
    .zc-warp-r .zc-content .wzzc-cl li span{font-size:1rem;line-height:1.4rem;}
    .zc-warp-r .zc-content .wzzc-lc{padding: 0 0 10px 0;}
    .zc-warp-r .zc-content .wzzc-lc li{width: 100%;margin-right: 0;margin-bottom:2%;padding:5px 30px;border:none;border-bottom: 1px solid #eee;}
    .zc-warp-r .zc-content .wzzc-lc li i{width: 20px;height: 20px;font-size:1.4rem;line-height:20px;top:15px;left:0;}
    .zc-warp-r .zc-content .wzzc-lc li b{font-size: 1.4rem;}
    .zc-warp-r .zc-content .wzzc-lc li span{font-size: 1.2rem;line-height:2rem;}
}
.zc-warp-r .zc-content .hwzc-list{}
.zc-warp-r .zc-content .hwzc-list .img{order: 2;padding:100px 20px 0 20px;}
.zc-warp-r .zc-content .hwzc-list .img img{width: 150px;}
.zc-warp-r .zc-content .hwzc-list .info{order: 1;}
.zc-warp-r .zc-content .hwzc-list .info ul{padding: 20px 0;}
.zc-warp-r .zc-content .hwzc-list .info ul li{position: relative;font-size: 14px;font-family: "Noto Sans SC";font-weight:400;color: #777;line-height: 22px;padding: 8px 0 8px 30px;}
.zc-warp-r .zc-content .hwzc-list .info ul li i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:6px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-family: "DINPro-Regular";
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background: linear-gradient(125deg,#fd826e,#f6515f);
}

@media (max-width: 1200px) {
    .zc-warp-r .zc-content .hwzc-list .info ul{padding: 10px 0;}
    .zc-warp-r .zc-content .hwzc-list .info ul li{font-size: 11px;line-height: 18px;padding: 4px 0 4px 20px;}
    .zc-warp-r .zc-content .hwzc-list .info ul li i{width: 15px;height: 15px;top:3px;font-size: 11px;line-height: 15px;margin-right: 5px;}
}
@media screen and (max-width: 992px){
    .zc-warp-r .zc-content .hwzc-list{flex-wrap: wrap;}
    .zc-warp-r .zc-content .hwzc-list .img{display: none;}
    .zc-warp-r .zc-content .hwzc-list .info ul{padding:0;}
    .zc-warp-r .zc-content .hwzc-list .info ul li{font-size: 1.2rem;line-height:1.8rem;padding: 6px 0 6px 20px;}
    .zc-warp-r .zc-content .hwzc-list .info ul li i{width: 15px;height: 15px;top:7px;font-size: 1.2rem;line-height: 15px;}

}
.wz{background-color: #ccc;padding:100px 0;;background-image: url(https://www.hxgf.org/2020/images/wz-bg.jpg);background-size: cover;background-position: center;}
.wz .section-t h2{color:#fff}

.hw{background-color: #fff;padding:100px 0;;background-image: url(https://www.hxgf.org/2020/images/hw-bg.jpg);background-size: cover;background-position: center;}
.hw .section-t h2{}

.nz{background-color: #f9f9f9;padding:80px 0 0 0;background-image: url(../images/nz-bg.jpg);background-size: cover;background-position:top center;background-repeat: no-repeat}
.nz .nz-ul{padding: 20px 0 120px 0;}
.nz .nz-ul li{width: 23.5%;margin-right: 2%;background-color: #fff;padding:30px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    position: relative;
    border-bottom-right-radius:30px;
    border-top-left-radius:30px;
    overflow: hidden;

}
.nz .nz-ul li:last-child{margin-right: 0;}
.nz .nz-ul li .info{padding:0 0 30px 0;}
.nz .nz-ul li .info h4{font-size:22px;font-family: "Noto Sans SC";font-weight:500;text-align: center;color:#666;margin-bottom:20px;}
.nz .nz-ul li .info h5{text-align: center;font-size: 14px;font-family: "Noto Sans SC";font-weight: 400;color: #666;margin-bottom: 30px;}
.nz .nz-ul li .info h5 span{font-family: DisneyEnglish-Medium;font-size:55px;color: #f6515f;letter-spacing: -1px;margin-right: 5px;}
.nz .nz-ul li .info h6{text-align: center;display: block;font-size: 16px;font-family: "Noto Sans SC";font-weight:500;letter-spacing: 0;color:#666;margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.nz .nz-ul li .info h5 i{
    display: block;font-style: normal;
    font-size: 12px;font-family: "DINPro-Regular";
    padding:3px 5px;
    width: 60px;border-radius: 5px;color: #fff;margin: 0 auto;
    background: -webkit-linear-gradient(125deg,#ffbd43,#ff9337);
    background: -o-linear-gradient(125deg,#ffbd43,#ff9337);
    background: linear-gradient(125deg,#ffbd43,#ff9337);
    margin-bottom:2px;
}
.nz .nz-ul li p{margin-bottom:50px;font-size: 14px;font-family: "DINPro-Regular";font-weight: 400;color: #888;line-height: 25px;}
.nz .nz-ul li a{
    display:block;
    width:50%;position: absolute;left: 50%;margin-left: -25%;bottom: 30px;
    height: 35px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Noto Sans SC";
    font-weight: 500;
    background-color: #f6515f;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow:  0 5px 10px rgba(246, 84, 95, 0.28);
    -webkit-box-shadow:  0 5px 10px rgba(246, 84, 95, 0.28);
    text-align: center;
    color: #fff;
    cursor:pointer;
}
.nz .nz-ul li:nth-child(2) a{
    background-color: #3bd8cf;
    background: -webkit-linear-gradient(125deg,#35e499,#3cd6d4);
    background: -o-linear-gradient(125deg,#35e499,#3cd6d4);
    background: linear-gradient(125deg,#35e499,#3cd6d4);
    box-shadow:  0 5px 10px rgba(60, 212, 212, 0.28);
    -webkit-box-shadow:  0 5px 10px rgba(60, 212, 212, 0.28);
}
.nz .nz-ul li:nth-child(3) a{
    background-color: #2c9cff;
    background: -webkit-linear-gradient(125deg,#4cc2ff,#279aff);
    background: -o-linear-gradient(125deg,#4cc2ff,#279aff);
    background: linear-gradient(125deg,#4cc2ff,#279aff);
    box-shadow:  0 5px 10px rgba(9, 140, 247, 0.28);
    -webkit-box-shadow:  0 5px 10px rgba(9, 140, 247, 0.28);
}
.nz .nz-ul li:last-child a{
    background-color: #ff9638;
    background: -webkit-linear-gradient(125deg,#ffbd43,#ff9337);
    background: -o-linear-gradient(125deg,#ffbd43,#ff9337);
    background: linear-gradient(125deg,#ffbd43,#ff9337);
    box-shadow:  0 5px 10px rgba(255, 176, 64, 0.28);
    -webkit-box-shadow:  0 5px 10px rgba(255, 176, 64, 0.28);
}

.nz .nz-ul li a i{font-size: 2rem; margin-right: 5px;position: relative;top:2px;}
.nz .nz-ul li a:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
.nz .nz-ul li:hover{
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
    border-bottom-right-radius:0;
    border-top-left-radius:0;
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.nz .nz-lc{background-color: #fff;padding: 50px 0 0 0;}
.nz .nz-lc .container{
    background-color: rgba(255,255,255,1);
    padding:50px 30px 0 30px;
    position: relative;
    top:-120px;
    -webkit-box-shadow:0 -15px 20px rgba(0, 0, 0, 0.06);
    box-shadow:0 -15px 20px rgba(0, 0, 0, 0.06);
    border-top-left-radius:30px;border-top-right-radius:30px;
    align-items: flex-end;
}
.nz .nz-lc .info{width: 55%;}
.nz .nz-lc .img{width: 45%;}
.nz .nz-lc .img img{width: 100%;}
.nz .nz-lc h4{font-size: 22px;font-family: "Noto Sans SC";font-weight: 500;margin-bottom:20px;color: #444;}
.nz .nz-lc h4 i{color:#f6515f;font-size:2.3rem;display: inline-block;vertical-align: middle;font-weight:500;}
.nz .nz-lc .nz-lc-ul{padding:0 0 50px 0;}
.nz .nz-lc .nz-lc-ul li{width: 23.5%;margin-right:2%;margin-bottom:2%;text-align: center;position: relative}
.nz .nz-lc .nz-lc-ul li:nth-child(4n){margin-right: 0;}
.nz .nz-lc .nz-lc-ul li i{
    display: block;width:70px;height:70px;line-height:70px;color: #fff;text-align: center;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    font-size:3.2rem;margin: 10px auto;position: relative;}
.nz .nz-lc .nz-lc-ul li span{
    display: block;width:26px;height:26px;line-height:26px;border-radius: 50%;
    position: absolute;left:10px;top:10px;font-size:18px;font-family: DisneyEnglish-Medium;color: #f6515f;text-align: center;font-style: normal;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
.nz .nz-lc .nz-lc-ul li p{font-size:16px;line-height: 30px;color:#666;font-family: "Noto Sans SC";font-weight:400;}

.zc-more{margin-top: 20px;}
.zc-more h4{font-size: 20px;font-family: "Noto Sans SC";font-weight: 500;margin-bottom:20px;padding: 10px 0;color: #666;}
.zc-more h4 i{color:#999;font-size:2.3rem;display: inline-block;vertical-align: middle;font-weight:500;}

.fw-more{padding: 0 0 50px 0}
.fw-more li{margin-right:2%;width: 20%;}
.fw-more li:last-child{margin-right: 0;}
.fw-more li a{display: block;text-align: center;border: 2px solid #f6f6f6;padding: 10px;border-radius: 10px;}
.fw-more li a i{display: block;color:#ddd;font-size: 3.6rem;}
.fw-more li a span{font-size:16px;font-family: "Noto Sans SC";font-weight:500;color:#777;}
.fw-more li a:hover span{color:#f6515f;}
.fw-more li a:hover i{color:#f6515f;}

.zmq{padding:60px 0 0 0;background-color:#ddd;background-image: url(https://www.hxgf.org/2020/images/zmq-bg.jpg);background-size: cover;background-position:center;}
.zmq .section-t h2{color:#fff}
.zmq h4{font-size: 22px;font-family: "Noto Sans SC";font-weight: 500;margin-bottom:20px;color:rgba(255,255,255,0.9);}
.zmq h4 i{color:#f6515f;font-size:2.5rem;display: inline-block;vertical-align: middle;font-weight:500;}
.zmq .zmq-ul-ys{padding:30px 0 50px 0;}
.zmq .zmq-ul-ys li{width: 18.4%;margin-right: 2%;text-align: center;position: relative;border:3px solid rgba(255,255,255,0.1);padding: 30px 0;border-top-left-radius:30px;border-bottom-right-radius:30px;}
.zmq .zmq-ul-ys li:last-child{margin-right: 0;}
.zmq .zmq-ul-ys li .icon{margin: 0 auto 10px auto;text-align: center;}
.zmq .zmq-ul-ys li i{display: block;color:#f6515f;font-size:4.5rem;width: 100%;height: 100%;border-radius: 50%;}
.zmq .zmq-ul-ys li span{font-size: 16px;font-family: "Noto Sans SC";font-weight:400;color:rgba(255,255,255,0.8);}
.zmq .zmq-ul{padding: 20px 0;}
.zmq .zmq-ul li{width: 49%;margin-right: 2%;background-color: #fff;padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 30px;border-top-right-radius: 30px;
}
.zmq .zmq-ul li:last-child{margin-right: 0;}
.zmq .zmq-ul li .ico{font-size:22px;font-family: "Noto Sans SC";font-weight:500;color: #666;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #eee;}
.zmq .zmq-ul li .ico i{font-size:2.5rem;color:#f6515f;}
.zmq .zmq-ul li p{font-size:14px;font-family: "Noto Sans SC";font-weight:400;color:#777;position: relative;padding: 8px 0 8px 35px;}
.zmq .zmq-ul li p i{
    display: block;width:22px;height: 22px;line-height: 20px;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    position: absolute;left:0;top:7px;font-size:15px;
    font-family: "DINPro-Regular";
    color: #fff;text-align: center;
    font-style: normal;
}
.zmq .zmq-lc-ul{padding:20px 0 80px 0;}
.zmq .zmq-lc-ul li{
    width: 15%;
    margin-right: 2%;
    padding:5px 10px;
    position: relative;border-radius:50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:  center;
    align-items: center;
    background-color: #fff;
    background: -webkit-linear-gradient(125deg,#fff,#ddd,#fff);
    background: -o-linear-gradient(125deg,#fff,#ddd,#fff);
    background: linear-gradient(125deg,#fff,#ddd,#fff);
    box-shadow:  0 5px 10px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow:  0 5px 10px rgba(0, 0, 0, 0.28);
}
.zmq .zmq-lc-ul li:last-child{margin-right: 0;}
.zmq .zmq-lc-ul li i{display: block;font-size: 3.2rem;color:rgba(0,0,0,0.3);font-weight: 200;margin-right: 10px;}
.zmq .zmq-lc-ul li p{font-size:16px;font-family: "Noto Sans SC";font-weight:500;color:color:rgba(0,0,0,0.4);}


@media (max-width: 1200px) {}
@media screen and (max-width: 992px){}

/*caiwu-adv*/
.caiwu-adv{padding: 50px 0 100px 0;background-color: #f6f6f6;background-image: url(../images/ys-bg.jpg);background-size: 100% auto;background-position: center bottom;background-repeat: no-repeat}
.caiwu-adv .section-title{}
.caiwu-adv .section-title span{}
.caiwu-adv .section-title p{}
.caiwu-adv .caiwu-adv-ul{}
.caiwu-adv .caiwu-adv-ul li{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    background-color: #fff;width: 33%;
    padding: 30px;
}
.caiwu-adv .caiwu-adv-ul li h4{font-size: 25px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;margin-bottom: 20px;text-align: center;letter-spacing: 2px;
    border-radius: 30px;line-height: 60px;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
}
.caiwu-adv .caiwu-adv-ul li p{font-size: 16px;color: #666;line-height: 60px;text-align: center;font-family: "Noto Sans SC";font-weight: 500;border-bottom: 1px solid #eee;}
.caiwu-adv .caiwu-adv-ul li p img{width: 30px;}
.caiwu-adv .caiwu-adv-ul li p span{display: inline-block;width: 50px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 500;}
.caiwu-adv .caiwu-adv-ul li:nth-child(1){border-radius:10px;border-top-left-radius:60px;}
.caiwu-adv .caiwu-adv-ul li:nth-child(2){text-align: center;border-radius:10px;}
.caiwu-adv .caiwu-adv-ul li:nth-child(2) h4{font-size: 18px;color: #666;font-family: "Noto Sans SC";font-weight: 500;margin-bottom: 20px;background-image: none;box-shadow:none;}
.caiwu-adv .caiwu-adv-ul li:nth-child(2) h4 i{font-size:6rem;color: #f6515f}
.caiwu-adv .caiwu-adv-ul li:nth-child(2) p{font-size: 18px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;line-height: 40px;
width: 50%;border-radius: 30px;background: linear-gradient(to right, #fd826e, #f6515f);display: block;margin:19px auto;}
.caiwu-adv .caiwu-adv-ul li:nth-child(2) p:last-child{border-bottom: none;}
.caiwu-adv .caiwu-adv-ul li:nth-child(3){border-radius:10px;border-bottom-right-radius:60px;}
.caiwu-adv .caiwu-adv-ul li:nth-child(3) h4{
    background-image: linear-gradient(125deg,#eee,#dadada);color: #888;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/*caiwu-list*/
.caiwu-list{padding:50px 0 30px 0;background-color: #f9f9f9;}
.caiwu-list .section-title{}
.caiwu-list .section-title span{}
.caiwu-list .section-title p{}
.caiwu-list .caiwu-list-ul{padding:10px 0 30px 0;}
.caiwu-list .caiwu-list-ul li{width: 90%;margin: 5% 5%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
     border-bottom-left-radius: 40px;
    padding: 20px;border-top: 5px solid #ff8302;
}
.caiwu-list .caiwu-list-ul li .img{text-align: center;padding: 10px 0 0 0;}
.caiwu-list .caiwu-list-ul li .img img{max-width: 100%;}
.caiwu-list .caiwu-list-ul li .info{padding: 30px 0;text-align: center}
.caiwu-list .caiwu-list-ul li .info h4{font-size: 18px;color:#666;font-family: "Noto Sans SC";font-weight:500;margin-bottom: 20px;}
.caiwu-list .caiwu-list-ul li .info h6{font-size: 14px;font-family: "Noto Sans SC";font-weight:400;color: #666;margin-bottom: 20px;}
.caiwu-list .caiwu-list-ul li .info h6 span{font-family: "DINPro-Bold";font-size: 36px;color: #f6515f}
.caiwu-list .caiwu-list-ul li .info p{height: 100px;font-size: 14px;line-height: 25px;color:#888;font-family: "DINPro-Regular";font-weight: 300;margin-bottom:20px;}
.caiwu-list .caiwu-list-ul li .info a{
    display: block;width:50%;margin: 0 auto;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
    border-radius: 20px;line-height: 32px;height: 35px;text-align: center;font-size: 14px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;
}
.caiwu-list .caiwu-list-ul li .info a:hover{width: 55%;}
.caiwu-list .caiwu-list-ul li .info a i{font-size: 1.8rem;position: relative;top:2px;margin-right:5px;}
.caiwu-list .caiwu-list-ul li .info a:hover i{}

/*caiwu-info*/
.caiwu-info{padding: 100px 0;background-color: #f6f6f6;background-image: url(../images/caiwu-bg.jpg);background-size: cover;background-position: center;}
.caiwu-info .container{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-top-right-radius:30px;border-bottom-left-radius: 30px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}
.caiwu-info .img{width: 25%;padding:30px;background-color: #f4f4f4;}
.caiwu-info .img .section-title{text-align:left;}
.caiwu-info .img .section-title span{}
.caiwu-info .img .section-title p{}
.caiwu-info .img .section-title:after{left: 0;margin-left: 0;}
.caiwu-info .img .ico{width: 100%;margin-bottom:30px;}
.caiwu-info .img .ico img{width: 100%;}
.caiwu-info .img a{display: block;width:70%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
    border-radius: 20px;line-height: 35px;height: 38px;text-align: center;font-size: 16px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;}
.caiwu-info .img a:hover{background-color: transparent;border: 1px solid #fd5a66;color:#fd5a66;margin-right: 0;background-image: none;box-shadow: none;}
.caiwu-info .img a i{font-size: 2rem;position: relative;top:2px;margin-right:5px;}
.caiwu-info .img a:hover i{}
.caiwu-info .info{width: 75%;padding: 30px;}
.caiwu-info .info .caiwu-info-ul{width: 100%;flex-wrap: wrap;}
.caiwu-info .info .caiwu-info-ul li{width: 25%;text-align: center;padding: 10px;margin:10px 0;}
.caiwu-info .info .caiwu-info-ul li i{display: block;font-size: 3.5rem;font-weight: 300;color: #ccc}
.caiwu-info .info .caiwu-info-ul li span{font-size:14px;font-family: "Noto Sans SC";font-weight:400;color: #888;}

/*caiwu-lc*/
.caiwu-lc{padding: 80px 0;background-color: #f9f9f9;}
.caiwu-lc .section-title{}
.caiwu-lc .section-title span{}
.caiwu-lc .section-title p{}
.caiwu-lc .caiwu-lc-ul{padding: 30px 0;}
.caiwu-lc .caiwu-lc-ul li{width:15%;margin-right: 2%;position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
    border-top-right-radius:20px;border-bottom-left-radius: 20px;
    background-color: rgba(255,255,255,1);
    padding: 30px 15px;
}
.caiwu-lc .caiwu-lc-ul li b{
    display: block;width: 30px;height: 30px;line-height: 30px;border-radius: 50%;
    background-image: linear-gradient(45deg,#fd826e,#f6515f);
    box-shadow: 0 5px 10px rgba(136, 6, 4, 0.2);
    position: absolute;right:15px;top:30px;font-size:18px;font-family: "DINPro-Regular";color: #fff;text-align: center;
}
.caiwu-lc .caiwu-lc-ul li i{display: block;font-size:3.6rem;position: relative;top:-10px;color: #f6515f;margin: 0 auto;}
.caiwu-lc .caiwu-lc-ul li span{font-size:16px;font-family: "Noto Sans SC";font-weight: 500;color: #444;margin: 10px 0;display: block;}
.caiwu-lc .caiwu-lc-ul li p{font-size: 14px;line-height:20px;color: #888;}


/*service-form*/
.service-xuqiu{padding:50px 0;background-size: cover;background-position: center;background-color: #fff;background-image: url(../images/bg1.jpg);}
.service-xuqiu .form{padding: 30px 0;}
.service-xuqiu .form .img{width: 50%;padding:0 50px 0 0;}
.service-xuqiu .form .img img{width: 100%;}
.service-xuqiu .form .info{width: 50%;padding:30px 50px;}
.service-xuqiu .form .info h4{margin-bottom: 30px;font-size: 22px;font-weight: 600;color:#555;}
.service-xuqiu .form .info h4 i{font-size: 2.5rem;margin-right: 5px;color: #f6515f}
.service-xuqiu .form .info ul{margin-bottom: 20px;}
.service-xuqiu .form .info ul li{margin-bottom:15px;}
.service-xuqiu .form .info ul li input{
    height:45px;border: none;
    background-color: #eaeaea;
    width: 80%;border-radius:30px;
    text-indent: 20px;font-size: 16px;
    outline:none;color:#666;font-weight:400;
    font-family: "Noto Sans SC";
}
.service-xuqiu .form .info ul li button{
    height:45px;border: none;width: 200px;border-radius:30px;color: #fff;font-size: 16px;font-weight:500;font-family: "Noto Sans SC";outline:none;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 25px rgba(136, 6, 4, 0.18);
}
.service-xuqiu .form .info ul li button i{font-size: 2.2rem;color: #fff;}
.service-xuqiu .form .info ul li input::-webkit-input-placeholder{color: #888;}
.service-xuqiu .form .info ul li input:-ms-input-placeholder{color: #888;}
.service-xuqiu .form .info ul li input:focus{background-color: #ddd;color: #666;}
.service-xuqiu .form .info p{font-size: 16px;line-height: 30px;color: #999;font-weight: 400;}
@media (max-width: 1280px) {}
@media (max-width: 992px) {
    .service-xuqiu{padding: 0 0 10px 0;margin-bottom: 10px;background-position: right bottom;background-size: 100% auto;background-repeat:no-repeat;background-color: #fff;}
    .service-xuqiu .form{padding: 10px 0;flex-wrap: wrap;}
    .service-xuqiu .form .img{width: 50%;margin: 0 auto 20px; auto;}
    .service-xuqiu .form .img img{width: 100%;}
    .service-xuqiu .form .info{width: 100%;padding:10px;}
    .service-xuqiu .form .info h4{margin-bottom: 20px;font-size: 1.8rem;font-weight:600;}
    .service-xuqiu .form .info h4 i{font-weight: 300}
    .service-xuqiu .form .info ul li input{text-indent: 10px;height: 38px;font-size:1.4rem;}
    .service-xuqiu .form .info ul li button{font-size:1.6rem;width: 100%;height: 38px;}
    .service-xuqiu .form .info ul li button i{font-size: 2rem;}
    .service-xuqiu .form .info p{font-size:1.3rem;line-height:2rem;}
}


/*ylqx2*/
.ylqx2{padding: 100px 0;background-color: #f6f6f6;}
.ylqx2 .container{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-top-right-radius:30px;border-bottom-left-radius: 30px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}
.ylqx2 .img{width: 28%;padding:50px 30px;background-color: #fff;border-right: 1px solid #eee;}
.ylqx2 .img .section-title{text-align:left;}
.ylqx2 .img .section-title span{}
.ylqx2 .img .section-title p{}
.ylqx2 .img .section-title:after{left: 0;margin-left: 0;}
.ylqx2 .img .ico{width: 100%;margin-bottom:30px;}
.ylqx2 .img .ico img{width: 100%;}
.ylqx2 .img a{
    display: block;
    width:60%;margin: 0 auto;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 15px 20px rgba(136, 6, 4, 0.15);
    border-radius: 20px;
    line-height: 35px;
    height: 38px;
    text-align: center;
    font-size: 16px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;}
.ylqx2 .img a:hover{width:66%;}
.ylqx2 .img a i{font-size: 2rem;position: relative;top:2px;margin-right:5px;}
.ylqx2 .img a:hover i{}
.ylqx2 .info{width: 72%;padding: 30px;}
.ylqx2 .info h4{font-size: 20px;color:#444;font-family: "Noto Sans SC";font-weight:500;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.ylqx2 .info h4 i{font-size: 2.5rem;font-weight: 500;position: relative;top:3px;color: #f6515f}
.ylqx2 .yiliao-ul{padding:20px 0;flex-wrap: wrap;}
.ylqx2 .yiliao-ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding:15px 10px 20px 50px;
    border: 1px solid #eee;
    border-radius:10px;min-height:90px;
}
.ylqx2 .yiliao-ul li:nth-child(3n){margin-right: 0;}
.ylqx2 .yiliao-ul li span{font-size: 14px;line-height: 22px;color:#888;font-weight:400;font-family: "Noto Sans SC";}
.ylqx2 .yiliao-ul li i{
    display: block;width:25px;height: 25px;line-height: 23px;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    position: absolute;left:15px;top:15px;font-size:16px;font-family: "DINPro-Regular";color: #fff;text-align: center;
    font-style: normal;
}
.yiliao-bz-ul{padding:20px 0;}
.yiliao-bz-ul li{width: 23.5%;padding:10px 20px 10px 20px;background-color: #f9f9f9;margin-right: 2%;border-radius: 10px;position: relative;text-align: center;}
.yiliao-bz-ul li:nth-child(4n){margin-right: 0;}
.yiliao-bz-ul li span{font-size: 14px;line-height: 25px;color:#666;font-weight:400;font-family: "Noto Sans SC";}
.yiliao-bz-ul li i{display: block;color: #ccc;margin: 0 auto;font-size:4rem;width: 50px;height: 50px;line-height:50px;text-align: center;border-radius: 50%;}


/*ylqx2*/
.ylqx2{padding: 100px 0;background-color: #f6f6f6;}
.ylqx2 .container{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-top-right-radius:30px;border-bottom-left-radius: 30px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}
.ylqx2 .img{width: 28%;padding:50px 30px;background-color: #fff;border-right: 1px solid #eee;}
.ylqx2 .img .section-title{text-align:left;}
.ylqx2 .img .section-title span{}
.ylqx2 .img .section-title p{}
.ylqx2 .img .section-title:after{left: 0;margin-left: 0;}
.ylqx2 .img .ico{width: 100%;margin-bottom:30px;}
.ylqx2 .img .ico img{width: 100%;}
.ylqx2 .img a{
    display: block;
    width:60%;margin: 0 auto;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 15px 20px rgba(136, 6, 4, 0.15);
    border-radius: 20px;
    line-height: 35px;
    height: 38px;
    text-align: center;
    font-size: 16px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;}
.ylqx2 .img a:hover{width:66%;}
.ylqx2 .img a i{font-size: 2rem;position: relative;top:2px;margin-right:5px;}
.ylqx2 .img a:hover i{}
.ylqx2 .info{width: 72%;padding: 30px;}
.ylqx2 .info h4{font-size: 20px;color:#444;font-family: "Noto Sans SC";font-weight:500;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.ylqx2 .info h4 i{font-size: 2.5rem;font-weight: 500;position: relative;top:3px;color: #f6515f}
.ylqx2 .yiliao-ul{padding:20px 0;flex-wrap: wrap;}
.ylqx2 .yiliao-ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding:15px 10px 20px 50px;
    border: 1px solid #eee;
    border-radius:10px;min-height:90px;
}
.ylqx2 .yiliao-ul li:nth-child(3n){margin-right: 0;}
.ylqx2 .yiliao-ul li span{font-size: 14px;line-height: 22px;color:#888;font-weight:400;font-family: "Noto Sans SC";}
.ylqx2 .yiliao-ul li i{
    display: block;width:25px;height: 25px;line-height: 23px;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    position: absolute;left:15px;top:15px;font-size:16px;font-family: "DINPro-Regular";color: #fff;text-align: center;
    font-style: normal;
}

/*ylqx3*/
.ylqx3{padding:60px 0 0 0;}
.ylqx3 .ylqx3-cont{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border-top-right-radius:30px;border-bottom-left-radius: 30px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;margin-bottom: 60px;
}
.ylqx3 .img{width: 28%;padding:50px 30px;background-color: #fff;border-right: 1px solid #eee;}
.ylqx3 .img .section-title{text-align:left;}
.ylqx3 .img .section-title:after{left: 0;margin-left: 0;}
.ylqx3 .img .ico{width: 100%;margin-bottom:30px;}
.ylqx3 .img .ico img{width: 100%;}
.ylqx3 .img a{
    display: block;
    width:60%;margin: 0 auto;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 15px 20px rgba(136, 6, 4, 0.15);
    border-radius: 20px;
    line-height: 35px;
    height: 38px;
    text-align: center;
    font-size: 16px;color: #fff;font-family: "Noto Sans SC";font-weight: 500;}
.ylqx3 .img a:hover{width:66%;}
.ylqx3 .img a i{font-size: 2rem;position: relative;top:2px;margin-right:5px;}
.ylqx3 .img a:hover i{}
.ylqx3 .info{width: 72%;padding: 30px;}
.ylqx3 .info h4{font-size: 20px;color:#444;font-family: "Noto Sans SC";font-weight:500;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.ylqx3 .info h4 i{font-size: 2.5rem;font-weight: 500;position: relative;top:3px;color: #f6515f}
.ylqx3 .yiliao-ul{padding:10px 0 20px 0;flex-wrap: wrap;align-items: center;}
.ylqx3 .yiliao-ul li{width: 23.5%;height: 110px;margin-right:2%;margin-bottom:2%;border: 1px solid #eee;padding:15px;position: relative;background-color:#fff;box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.03);border-radius: 10px;}
.ylqx3 .yiliao-ul li:nth-child(4n){margin-right: 0;}
.ylqx3 .yiliao-ul li i{color:#ededed;text-align: center;position: absolute;right:20px;bottom:0;font-size:60px;font-family: "DINPro-Bold";z-index:1;}
.ylqx3 .yiliao-ul li span{font-size:14px;line-height: 22px;color:#666;font-weight:400;font-family: "Noto Sans SC";position: relative;z-index: 2;}
.ylqx3 .yiliao-lc-ul{padding:0;flex-wrap: wrap;}
.ylqx3 .yiliao-lc-ul li{width: 23.5%;margin-right:2%;margin-bottom:2%;text-align: center;}
.ylqx3 .yiliao-lc-ul li:nth-child(4n){margin-right: 0;}
.ylqx3 .yiliao-lc-ul li i{
    display: block;width:80px;height:80px;line-height:80px;color: #fff;text-align: center;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    font-size:3.5rem;margin: 10px auto;position: relative;}
.ylqx3 .yiliao-lc-ul li span{
    display: block;width:26px;height:26px;line-height:26px;border-radius: 50%;
    position: absolute;left:-5px;top:-5px;font-size:16px;font-family: DisneyEnglish-Medium;color: #666;text-align: center;font-style: normal;
    background-image: linear-gradient(25deg,#fff,#eee);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
.ylqx3 .yiliao-lc-ul li p{font-size:14px;line-height: 22px;color:#666;font-family: "DINPro-Regular";}

.ylqx-div{padding: 0 0 60px 0;}
.ylqx-div h4{font-size: 22px;color:#444;font-family: "Noto Sans SC";font-weight:500;margin-bottom:10px;}
.ylqx-div h4 i{font-size: 2.5rem;font-weight: 500;position: relative;top:3px;color: #f6515f}
.ylqx-div .ylqx-div-ul{padding: 30px 0;}
.ylqx-div .ylqx-div-ul li{width: 49%;margin-right: 2%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background-color: rgba(255,255,255,1);
    padding:10px 30px 30px 30px;border-top-right-radius:20px;border-bottom-left-radius: 20px;
}
.ylqx-div .ylqx-div-ul li:nth-child(2n){margin-right: 0;}
.ylqx-div .ylqx-div-ul li h6{font-size:20px;color:#444;font-family: "Noto Sans SC";font-weight:500;margin: 20px 0;
border-bottom: 1px solid #eee;padding: 0 0 10px 0;}
.ylqx-div .ylqx-div-ul li h6 i{font-size:4rem;font-weight: 500;margin-right: 10px;color: #f6515f;display: inline-block;vertical-align: middle;}
.ylqx-div .ylqx-div-ul li h6 span{margin-top:20px;font-size:16px;line-height: 25px;color:#888;font-family: "Noto Sans SC";font-weight:400;margin-left: 10px;}
.ylqx-div .ylqx-div-ul li div{padding: 10px 0 0 0;}
.ylqx-div .ylqx-div-ul li p{
    position: relative;padding: 20px 20px 20px 30px;
    width:48%;margin-right: 4%;
    background-color: #f9f9f9;
    font-size:14px;line-height: 25px;color:#666;
    font-family: "DINPro-Regular";}
.ylqx-div .ylqx-div-ul li p:nth-child(2n){margin-right: 0;}
.ylqx-div .ylqx-div-ul li p i{
    display: block;width:26px;height: 26px;line-height: 23px;border-radius: 50%;
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 5px 15px rgba(136, 6, 4, 0.2);
    position: absolute;left:-13px;top:50%;margin-top: -13px;font-size:16px;font-family: "DINPro-Regular";color: #fff;text-align: center;
    font-style: normal;
}
.yiliao-yq-ul{padding:30px 0;}
.yiliao-yq-ul li{width: 32%;margin-right: 2%;background-color: #f8f8f8;padding:0 20px 10px 20px;border-radius: 8px;}
.yiliao-yq-ul li:nth-child(3n){margin-right: 0;}
.yiliao-yq-ul li span{display: block;width: 60px;height: 60px;line-height: 60px;background-color: #fff;border-radius: 50%;margin: 0 auto;position: relative;top:-30px;
text-align: center;font-family: "DINPro-Bold";color:#f6515f;font-size:30px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);}
.yiliao-yq-ul li p{ font-size:14px;line-height:22px;color:#666;font-family: "DINPro-Regular";position: relative;top:-5px;}
.yiliao-yq-ul li h6{font-size:18px;line-height:25px;color:#444;font-family: "Noto Sans SC";font-weight:500;position: relative;top:-15px;}

.qtfw-ul{padding:0;flex-wrap: wrap;}
.qtfw-ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;border:1px solid #eee;padding:20px 0;text-align: center;border-radius:8px;}
.qtfw-ul li:nth-child(3n){margin-right: 0;}
.qtfw-ul li i{font-size:4.5rem;color:#f6515f;display: block;margin: 10px 0;line-height: 3rem;}
.qtfw-ul li span{font-size:14px;line-height:25px;color:#444;font-family: "Noto Sans SC";font-weight:500;}



/*mh*/
.mh{background-color: #fff;padding: 80px 0;}
.mh .container{}
.mh .mh-ul{padding:0;}
.mh .mh-ul li{margin:30px 10px;}
.mh .mh-ul li a{
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-top-left-radius: 20px;
    padding: 20px;
    position:relative;
}
.mh .mh-ul li a .img{width: 100%;height: 170px;overflow: hidden;background-color: #eee;}
.mh .mh-ul li a .img img{width: 100%;}
.mh .mh-ul li a .info{padding:10px 0;}
.mh .mh-ul li a .info h4{font-size:14px;line-height:22px;color:#444;font-family: "Noto Sans SC";font-weight:400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mh .mh-ul li a .info p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.mh .mh-ul li a .info p span{width: 50%;display: block;font-size:14px;line-height:22px;color:#999;font-family: "DINPro-Regular";}
.mh .mh-ul li a .info p span:first-child{text-align: left;}
.mh .mh-ul li a .info p span:last-child{text-align: right;}
.mh .mh-ul li a .info p i{font-weight: 300;margin-right:2px;display: inline-block;vertical-align: middle;font-size: 2.2rem;color: #ddd;}
.mh .mh-ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.mh .container .more{
    display: block;text-align: center;
    margin: 20px auto;
    width: 180px;
    line-height: 40px;
    color: #fff;
    font-size:16px;
    font-family: "Noto Sans SC";
    font-weight:500;
    background-color: #f6515f;
    background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
    background: -o-linear-gradient(125deg,#fd826e,#f6515f);
    background-image: linear-gradient(125deg,#fd826e,#f6515f);
    box-shadow: 0 10px 30px rgba(136, 6, 4, 0.28);
    -webkit-box-shadow: 0 10px 30px rgba(136, 6, 4, 0.28);
    border-radius: 20px;
}
.mh .container .more i{font-size: 2rem;margin-left: 10px;}
.mh .container .more:hover{width: 160px;}

.show{display: block;}
.hide{display: none;}














