<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 头部 */
.header_div{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0 30px -12px rgba(0, 0, 0, 0.15);
}
.header_top{
    height: 36px;
}
.header_div_nav{
    box-sizing: border-box;
    padding-top: 20px;
    height: 80px;
    background: #ffffff;
}
.header_logo{
    width: 200px;
}
.header_nav&gt;li{
    cursor: pointer;
    float: left;
    margin-left: 50px;
}
.header_nav&gt;li&gt;a{
    color: #999;
    padding-bottom: 15px;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    border-bottom: 4px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.header_nav&gt;li&gt;a i{
    color: #999;
    font-size: 13px;
}
.header_nav&gt;li.active&gt;a,
.header_nav&gt;li:hover &gt;a{
    color: #FF4629;
    border-bottom: 4px solid #FF4629;
}
.header_nav&gt;li.active &gt;a{
    font-weight: bold;
}
.header_nav&gt;li.active&gt;a i,
.header_nav&gt;li:hover &gt;a i{
    color: #FF4629;
}
.header_nav&gt;li:hover .header_navdiv{
    opacity: 1;
    display: block;
}
.header_navdiv{
    z-index: 99;
    opacity: 0;
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e3e3e3;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.idx_heads .header_navdiv{
    background: #111111;
    border-top: 1px solid transparent;
}
.idx_heads .header_navdiv_h3,
.idx_heads .header_navdiv_ul&gt;ul::before{
    border-bottom: 1px solid #999999;
}
.header_navdiv a:hover{
    color: #FF4629;
}
.header_navdiv_h3{
    border-bottom: 1px solid #e3e3e3;
}
.header_navdiv_h3 a{
    color: #999999;
    font-size: 18px;
    margin: 30px 28px;
    font-weight: bold;
    display: inline-block;
}
.header_navdiv_h3 a.active,
.header_navdiv_ul&gt;ul a.active{
    color: #FF4629;
}
.header_navdiv_ul{
    padding: 30px 0 25px;
}
.header_navdiv_ul&gt;ul{
    width: 25%;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
    color: #515151;
    position: relative;
}
.header_navdiv_ul&gt;ul:first-child::before{
    display: none;
}
.header_navdiv_ul&gt;ul::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 140px;
    background: #e3e3e3;
}
.header_navdiv_ul&gt;ul&gt;li{
    padding: 4px 0;
}
.header_navdiv_ul&gt;ul a{
    color: #999999;
    font-size: 14px;
}
.header_navdiv_ul&gt;ul i{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
}
.swiper1{ margin-top: 120px; }
/* footer */
.foot_bg{
    background-image: url(/static/index2/images/bg_10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.foot_content{
    padding-top: 50px;
    color: #BBBBBB;
}
.foot_content&gt;div:first-child{
    border-left: 1px solid transparent;
}
.foot_content&gt;div{
    height: 246px;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #BBBBBB;
}
.foot_content h3{
    font-weight: bold;
    font-size: 15px;
}
.foot_address img{
    width: 180px;
    margin: 90px 0 40px;
}
.foot_address p{
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.foot_entrance{
    text-align: left;
    padding: 0 30px;
    box-sizing: border-box;
}
.foot_entrance a{
    display: block;
    font-size: 14px;
    color: #BBBBBB;
}
.foot_entrance&gt;div{
    width: 50%;
}
.foot_content h3{
    color: #FDF9F9;
    padding-bottom: 25px;
}
.foot_contact p,
.foot_entrance a{
    font-size: 14px;
    padding-bottom: 18px;
}
.foot_qr&gt;p{
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 20px;
}
.foot_qr ul&gt;li{
    padding: 0 10px;
    display: inline-block;
}
.foot_qr ul&gt;li img{
    width: 100px;
    height: 100px;
}
.foot_qr ul&gt;li p{
    font-size: 14px;
    padding-top: 14px;
}
.foot_a{
    padding: 70px 0 20px;
}
.foot_a&gt;a{
    color: #BBBBBB;
    font-size: 12px;
    line-height: 24px;
    padding-right: 16px;
}
.foot_bottom{
    padding: 14px 0;
    border-top: 1px solid #BBBBBB;
}
.foot_bottom p,
.foot_bottom a{
    color: #BBBBBB;
    font-size: 12px;
}
/* 首页-banner */
.video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 1;
}
.idx_heads{
    position: relative;
    z-index: 2;
}
.idx_heads .idx_top_bg{
    background: rgba(0,0,0,0.5);
}
.idx_top_bg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999999;
    background: #111111;
}
.idx_top_bg .top_bg_fr{
    width: 376px;
}
.idx_top_bg .top_bg_fr i{ 
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}
.idx_top_bg .top_wx:hover{ color: #DE4B37; }
.idx_top_bg .top_wx:hover .wx{ display: block; }
.idx_top_bg .top_bg_fr .wx{
    width: 94px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 10;
    display: none;
}
.idx_heads .top_nav{
    height: 90px;
    margin-bottom: 70px;
    padding-top: 20px;
    box-sizing: border-box;
}
.idx_top_nav .dzbtn{
    width: 170px;
    height: 54px;
    line-height: 54px;
    margin-left: 10px;
    cursor: pointer;
    padding: 20px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}
.idx_heads .top_txt_ul&gt;li:first-child{ display: block; }
.idx_heads .top_txt_ul&gt;li{
    color: #ffffff;
    display: none; 
}
.idx_heads .top_txt_ul&gt;li h1{
    font-size: 80px;
    font-weight: normal;
}
.idx_heads .top_txt_ul&gt;li h3{
    font-size: 30px;
}
.idx_heads .top_txt_ul&gt;li p{
    width: 60px;
    height: 4px;
    background: #ffffff;
    margin: 25px auto;
}
.idx_heads .top_bao_btn{
    display: block;
    width: 250px;
    height: 68px;
    color: #ffffff;
    font-size: 24px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 119px;
    line-height: 64px;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.3);
    transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.idx_heads .top_bao_btn:hover{
    background: #DE4B37;
    border: 1px solid #DE4B37;
    box-shadow: 0px 2px 4px 0px rgba(95,92,81,0.3);
    transition: background .28s ease-out .1s,border .28s ease-out .1s,color .28s ease-out .1s,border .28s ease-out .1s;
}
.idx_heads .top_bao_btn&gt;img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.idx_heads .top_bao_btn&gt;span{
    vertical-align: middle;
}
.idx_heads .top_bao_btn .bold{
    margin-left: 8px;
    margin-right: -4px;
}
/* 数量 */
.idx_heads .top_bot{
    height: 140px;
    margin: 145px auto 0;
    background: #ffffff;
    position: relative;
    z-index: 10;
    box-shadow: 0px 4px 12px 0px rgba(152,113,97,0.31);
    border-radius: 8px;
}
.idx_heads .top_bot&gt;li{
    text-align: center;
    width: 25%;
    float: left;
    padding: 27px 0;
}
.idx_heads .top_bot&gt;li h3{
    position: relative;
    font-size: 40px;
    color: #DE4B37;
    font-weight: bold;
}
.idx_heads .top_bot&gt;li span{
    font-size: 20px;
    position: absolute;
}
.idx_heads .top_bot&gt;li p{
    font-size: 14px;
    color: #666666;
}
.product_titles {
    font-size: 34px;
    padding: 70px 0 50px;
}
/* 我们的服务 */
.title_public{
    padding: 50px 0;
}
.title_public&gt;p{
    width: 80px;
    height: 4px;
    background: #DE4B37;
    margin: 20px auto;
}
.sers_ul{ padding-bottom: 70px; }
.sers_ul&gt;li{
    cursor: pointer;
    margin-bottom: 30px;
    float: left;
    width: 300px;
    height: 232px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    -webkit-transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
    transition: box-shadow .28s ease-out .1s,border .28s ease-out .1s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.sers_ul&gt;li:hover{
    border: 1px solid #f97e49;
    box-shadow: 0px 6px 16px 0px rgba(249,126,73,0.4);
}
.sers_ul&gt;li:hover .img{ display: none; }
.sers_ul&gt;li:hover .hover_img{ display: block; }
.sers_ul&gt;li:nth-child(2),
.sers_ul&gt;li:nth-child(5){
    margin: 0 30px 30px 30px;
}
.sers_ul&gt;li img{
    width: 100px;
    height: 116px;
}
.sers_ul&gt;li .hover_img{ display: none; }
.sers_ul&gt;li h3{
    color: #333333;
    font-size: 20px;
}
.sers_ul&gt;li p{
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding-top: 30px;
}
/* 专业决定品质... */
.major_bg{
    width: 100%;
    height: 970px;
    background-image: url(/static/index2/images/bg_07.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.major_hd{ width: 204px; }
.major_bd{ width: 920px; }
.major_bd_div{
    height: 600px;
}
.major_hd&gt;ul&gt;li{
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #ffffff;
    margin: 22px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}
.major_hd&gt;ul&gt;li.on{ background: #DE4B37; }
.major_bd_txt p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 30px 0 70px 50px;
}
.major_bd_txt h3{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 50px;
}
.major_btn{
    width: 248px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px;
    margin: 30px 0 30px 195px;
    display: block;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    color: #ffffff;
}
.major_btn:hover{
    background: #DE4B37;
    border: 1px solid #DE4B37;
    -webkit-transition: background .28s ease-out .1s;
    transition: background .28s ease-out .1s;
}
.major_btn i{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.major_btn span{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 10px;
}
.product_ul{ margin-left: 40px; }
.product_ul&gt;li{
    width: 220px;
    float: left;
    box-sizing: border-box;
}
.product_ul&gt;li&gt;a{ display: block; }
.product_ul&gt;li:hover .product_ul_bottom{ opacity: 1; }
.product_ul_top{ padding: 10px; }
.product_ul_top img{
    height: 265px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product_ul_top p{
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 3px;
}
.product_ul_top_p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_ul_bottom{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #DE4B37;
    box-shadow: 0px 4px 7px 1px rgba(222, 55, 75, 0.35);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.product_ul_bottom_img{
    box-sizing: border-box;
    padding-top: 30px;
    height: 100px;
    background-image: url(/static/index2/images/box_04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.product_ul_bottom_img img{ width: 40px; }
.product_ul_bottom_txt h1{
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 4px;
}
.product_ul_bottom_txt p{
    font-size: 13px;
    padding: 12px 0;
    position: relative;
}
.product_ul_bottom_txt p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
    border-bottom: 1px dashed #676B7B;
}
/* 您是否遇到这些困扰 */
.trouble_bg{
    width: 100%;
    height: 1032px;
    background-image: url(/static/index2/images/bg_08.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.trouble_ul{
    width: 590px;
    text-align: left;
}
.trouble_low{
    height: 76px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    padding: 35px 52px;
    font-size: 16px;
    color: #737373;
    line-height: 26px;
    margin-top: 15px;
}
.trouble_ul&gt;li{
    margin-bottom: 30px;
}
.trouble_ul&gt;li img{
    width: 40px;
    height: 40px;
}
.trouble_ul&gt;li h3{
    font-size: 20px;
    margin-left: 12px;
}
.trouble_bg .major_btn{
    color: #DE4B37;
    border: 1px solid #DE4B37;
    margin: 30px auto;
}
/* 精准定位... */
.locat_bg{
    width: 100%;
    height: 1127px;
    background-image: url(/static/index2/images/bg_09.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.locat_li{
    cursor: pointer;
    width: 290px;
    height: 400px;
    margin-bottom: 50px;
    position: relative;
}
.locat_top&gt;img{
    width: 100%;
    height: 100%;
}
.locat_top_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
}
.locat_top_txt&gt;i{
    display: inline-block;
    font-size: 80px;
    height: 80px;
    line-height: 80px;
}
.locat_top_txt h1{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin-top: 10px;
}
.locat_top_txt p{
    font-size: 14px;
    color: #DE4B37;
    margin-top: 86px;
}
.locat_li:hover .locat_low{
    display: block;
}
.locat_low{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DE4B37;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.locat_low h1{
    width: 140px;
    height: 120px;
    line-height: 120px;
    background: #ffffff;
    font-size: 30px;
    color: #DE4B37;
    text-align: center;
    margin: 0 auto;
    border-bottom-left-radius: 66px;
    border-bottom-right-radius: 66px;
}
.locat_low a{
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 4px;
}
/* 服务流程 */
.serves_content{
    padding: 0 0 80px;
}
.serves_titles{
    width: 360px;
    height: 80px;
    line-height: 66px;
    margin: 0 auto 90px;
    font-size: 24px;
    color: #DE4B37;
    font-weight: bold;
    background-image: url(/static/index2/images/box_03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.serves_ul .serves_li{
    /* float: left; */
    width: 120px;
}
.serves_li_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
    border: 2px solid #eeeeee;
}
.serves_ul .line{
    /* float: left; */
    width: 68px;
    height: 2px;
    background: #eeeeee;
    margin: 50px 5px 0;
}
.serves_li h3{
    font-size: 20px;
    color: #343434;
    padding: 16px 0 10px;
}
.serves_li p{
    font-size: 12px;
    color: #9a9a99;
}
/* 客户案例 */
.case_bg{
    color: #ffffff;
    padding-bottom: 42px;
    background-image: url(/static/index2/images/bg_02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.case_thumbs_div{
    padding: 0 40px;
    margin-bottom: 60px;
}
.case_thumbs .case_slide{
    height: 166px;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.case_thumbs .case_slide&gt;img{
    width: 100%;
}
.case_thumbs .swiper-slide-thumb-active .case_slide,
.case_slide:hover{
    border-color: #DE4C38;
}
.case_thumbs .swiper-slide-thumb-active .case_slide_p p,
.case_slide:hover .case_slide_p p{
    color: #343434;
}
.case_content .case_slide_p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #9a9a9a;
}
.case_content .case_slide_p p{
    font-size: 16px;
}
.case_content .case_slide_logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 64px;
}
.case_content .case_slide_logo img{
    width: 150px;
    height: 40px;
}
.case_thumbs_div .swiper-button-next, 
.case_thumbs_div .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.case_thumbs_div .swiper-button-prev, 
.case_thumbs_div .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.case_thumbs_div .swiper-button-white:focus {
    outline: none;
}
.case_bd{
    height: 260px;
    overflow: hidden;
}
.case_bd_img{
    width: 494px;
}
.case_top .case_bd_fr{
    width: 620px;
    text-align: left;
}
.case_bd_fr h3{
    font-weight: bold;
    font-size: 24px;
    padding: 14px 0 30px 0;
}
.case_bd_fr p{
    font-size: 15px;
    padding: 5px 0;
    line-height: 24px;
}
.case_bd_a{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
.case_bd_a&gt;a{
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    width: 140px;
    margin-left: 40px;
}
.case_bd_a .see{
    height: 44px;
    line-height: 44px;
    background: #DE4C38;
}
.case_bd_a .more{
    height: 42px;
    line-height: 42px;
    border: 1px solid #ffffff;
}
.case_bd_a .more i{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.case_bd_a .more:hover i{
    margin-left: 8px;
}
/* 新闻中心 */
.newsc_top{
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1100px;
    padding: 20px 25px;
    box-sizing: border-box;
}
.newsc_top h3{
    font-size: 16px;
    padding-bottom: 18px;
}
.newsc_top b{
    font-style: italic;
    color: #f86152;
}
.newsc_top_inp{
    width: 75%;
    height: 76px;
    padding: 10px 0;
    box-sizing: border-box;
    border: 2px solid #f5f5f5;
}
.newsc_top_inp span{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    color: #999;
    font-weight: bold;
    font-size: 20px;
    border-right: 2px solid #f5f5f5;
}
.newsc_top_inp input{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 51px;
    padding: 0 30px;
    border: none;
}
.newsc_top_btn{
    cursor: pointer; 
    width: 23%;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    border: none;
    color: #ffffff;
    background: #fa7153;
}
.news_content{
    padding-bottom: 65px;
}
.news_fl,.news_fr{
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
.news_fl{
    padding-right: 48px;
    border-right: 1px solid #f5f5f5;
}
.news_fr{
    padding-left: 48px;
}
.news_fl_img{
    width: 553px;
    height: 265px;
}
.news_fr_img{
    width: 162px;
    height: 90px;
}
.news_fl_img img,
.news_fr_img img{
    width: 100%;
    /* height: 100%; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.news_fl_img:hover img,
.news_fr_img:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.news_fl h3{
    font-size: 22px;
    font-weight: bold;
    padding: 12px 0 14px;
    color: #343434;
}
.news_fl p{
    color: #686868;
    font-size: 15px;
    line-height: 22px;
    width: 500px;
}
.news_fl a.fr{
    color: #60C2FF;
    padding-top: 24px;
}
.news_fl a i{
    font-size: 12px;
    padding-left: 4px;
}
.news_fl_span{
    padding-top: 24px;
}
.news_fl_span span{
    color: #9A9A9A;
    font-size: 13px;
    padding-right: 20px;
}
.news_fr ul&gt;li:first-child{
    margin-top: 0;
}
.news_fr ul&gt;li{
    margin-top: 15px;
}
.news_fr_txt{
    width: 370px;
}
.news_fr_p{
    padding: 14px 0 4px;
}
.news_fr_txt h3{
    font-size: 17px;
    font-weight: bold;
    color: #343434;
}
.news_fr_txt p{
    font-size: 14px;
    color: #686868;
    width: 330px;
}
.news_fr_p a{
    color: #60C2FF;
}
.news_fr_p a i{
    font-size: 12px;
}
.news_fr_span span{
    color: #9A9A9A;
    font-size: 12px;
}
.news_fr_span i{
    height: 18px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 20px;
}
.news_a{
    width: 174px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    background: #DE4C38;
    box-shadow: 1px 4px 8px 1px rgba(222, 56, 76, 0.35);
}
.news_a i{
    padding-left: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.news_a:hover i{
    padding-left: 6px;
}
/* 合作伙伴 */
.partner_bg{
    color: #ffffff;
    padding-bottom: 35px;
    background-image: url(/static/index2/images/bg_03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.partner_content ul&gt;li{
    float: left;
    width: 20%;
    margin-bottom: 20px;
}
.partner_content ul&gt;li img{
    width: 60%;
}
.partner_content ul&gt;li div{
    width: 200px;
    padding: 22px 0;
    background: #ffffff;
}
/* 新闻中心 */
.title_more{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
}
.title_more&gt;a{
    color: #666;
}
.title_more&gt;a:hover,
.title_more&gt;p:hover{
    color: #DE4C38;
}
.title_more i{
    font-size: 12px;
}
.title_more&gt;p{
    color: #666;
    display: inline-block;
    cursor: pointer;
}
.newsdiv_fl{
    padding-top: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.newsli_div{
    margin-bottom: 20px;
}
.newsli_div&gt;a{
    display: block;
}
.newsli_img{
    width: 232px;
    height: 140px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
}
.newsli_img&gt;img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.newsli_img:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.newsli_txt{
    width: 575px;
}
.newsli_txt h3{
    font-weight: bold;
    font-size: 18px;
    color: #343434;
    padding-bottom: 8px;
}
.newsli_txt p{
    font-size: 14px;
    color: #787878;
    min-height: 60px;
}
.newsli_span{
    padding-top: 24px;
}
.newsli_span span{
    font-size: 14px;
    color: #9A9A9A;
    padding-right: 40px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}
.newsli_span i{
    display: inline-block;
    vertical-align: bottom;
    padding-right: 8px;
}
.pagination&gt;li{
    width: 28px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.pagination span,
.pagination a{
    display: block;
    height: 28px;
    line-height: 28px;
    color: #999999;
}
.pagination .active{
    border: 1px solid #f5f5f5;
}
.pagination&gt;li:first-child,
.pagination&gt;li:last-child{
    padding: 0 15px;
    width: auto !important;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.pagination&gt;li:hover{
    border: 1px solid #f5f5f5;
}
.newsdiv_fr{
    padding: 30px 15px 0;
    box-sizing: border-box;
}
.title2 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
}
.read_ul{
    padding: 10px 15px 30px;
}
.read_ul&gt;li{
    padding: 5px 0;
}
.read_ul&gt;li:first-child h3,
.read_ul&gt;li:nth-child(2) h3,
.read_ul&gt;li:nth-child(3) h3{
    background: #FF462A;
}
.read_ul h3{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-right: 10px;
    color: #ffffff;
    background: #9A9A9A;
}
.read_ul a{
    color: #1C1C1C;
    font-size: 14px;
    width: 86%;
    height: 20px;
    line-height: 20px;
}
.read_ul&gt;li a:hover{
    text-decoration: underline !important;
}
.poduct_ul{
    padding: 20px 15px 10px;
}
.poduct_ul&gt;li{
    width: 25%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.poduct_ul&gt;li img{
    width: 50px;
    height: 50px;
}
.poduct_ul&gt;li p{
    font-size: 12px;
    padding: 10px 0 15px;
    color: #9A9A9A;
}
.poduct_ul&gt;li:hover p{
    color: #FF4629;
}
.poduct_more{
    width: 116px;
    height: 26px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
}
.poduct_more i{
    font-size: 14px; 
}
.newsdetail_div{
    padding-bottom: 80px;
}
.newsdetail_div&gt;h1{
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0 20px;
}
.newsdetail_div&gt;img{
    width: 100%;
}
.newsdetail_span{
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 30px;
    background: #EFEFEF;
}
.newsdetail_span span{
    color: #9A9A9A;
    padding-right: 40px;
}
.newsdetail_other{
    height: 42px;
    line-height: 42px;
    color: #222222;
    background: #EFEFEF;
    padding: 0 30px;
    margin-bottom: 30px;
}
.newsdetail_other a{
    width: 400px;
}
/* 相关推荐 */
.newsdetail_about{
    padding: 50px 0;
}
.newsdetail_about h1{
    font-weight: bold;
    font-size: 19px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 8px solid #E15555;
}
.newsdetail_about&gt;ul{
    padding: 0 15px;
    box-sizing: border-box;
}
.newsdetail_about&gt;ul&gt;li{
    box-sizing: border-box;
    padding: 5px 30px;
    float: left;
    width: 50%; 
}
.newsdetail_about&gt;ul a{
    color: #1b1b1b;
    font-size: 15px;
    width: 390px;
}
.newsdetail_about&gt;ul a:hover{
    text-decoration: underline !important;
}
.newsdetail_about&gt;ul span{
    color: #999;
}
/* 相关案例 */
.acese_content&gt;h3{
    display: inline-block;
    font-size: 26px;
    padding: 50px 0 10px;
    position: relative;
}
.acese_content&gt;h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 74px;
    height: 4px;
    background-color: #E15555;
}
.acese_ul{
    padding: 50px 0;
}
.acese_ul&gt;li{
    width: 25%;
    float: left;
}
.acese_ul&gt;li&gt;a{
    display: block;
}
.acese_ul&gt;li&gt;a&gt;div{
    width: 260px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.acese_ul_low{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px 15px 15px;
    background: #ffffff;
}
.acese_ul_low h3{
    font-size: 16px;
    padding-bottom: 9px;
}
.acese_ul_low p{
    color: #999;
}
.acese_ul_low i{
    padding-right: 5px;
    font-size: 15px;
}
.acese_ul_top{
    position: absolute;
    top: 0;
    bottom: 65px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
}
.acese_ul_top p{
    padding-top: 160px;
    padding-right: 20px;
}
.acese_ul_top i{
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
/* 关于我们 */
.aboutus_top{
    width: 1100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25%;
    margin: auto;
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
}
.aboutus_top h1{
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}
.aboutus_top h1::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: #de4b37;
}
.aboutus_content{
    width: 1100px;
    margin: 0 auto;
}
.aboutus_top p{
    font-size: 16px;
    line-height: 28px;
}
.aboutus_bottom h3{
    color: #333333;
    font-size: 22px;
    padding: 40px 0 20px;
}
.aboutus_bottom p{
    color: #9b9b9b;
    font-size: 15px;
    line-height: 24px;
}
/* 客户案例 */
.caseswiper{
    padding: 50px 15px;
}
.case_gthumbs .swiper-slide{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px;
}
.case_gthumbs_div{
    position: relative;
    z-index: 2;
    padding-bottom: 12px;
}
.case_gthumbs_div a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
}
.case_gthumbs .swiper-slide-thumb-active .case_gthumbs_div a,
.case_gthumbs .swiper-slide:hover .case_gthumbs_div a{
    border: 1px solid transparent;
    color: #ffffff;
}
.case_gthumbs .swiper-slide-thumb-active .case_gthumbs_div::after,
.case_gthumbs .swiper-slide:hover .case_gthumbs_div::after{
    display: block;
}
.case_gthumbs_div::after{
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background-image: url(/static/index2/images/box_05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.case_gtop_ul&gt;li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.case_gtop_ul&gt;li&gt;a{
    display: block;
}
.case_gtop_ul&gt;li:hover h3{
    color: #FF4629;
}
.case_gtop_img{
    height: 132px;
    overflow: hidden;
}
.case_gtop_black{
    padding: 15px 10px 10px;
    background: #f5f5f5;
}
.case_gtop_black h3{
    font-size: 15px;
}
.case_gtop_black i{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.cases_top{
    width: 980px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    margin: auto;
    padding: 22px;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px 2px rgba(255,255,255,0.4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.cases_top p{
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 15px;
}
.cases_top span{
    display: inline-block;
    vertical-align: middle;
    color: #f75953;
    font-weight: bold;
    font-size: 44px;
    line-height: 44px;
    padding: 0 22px;
}
.cases_top_btn{
    width: 15%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border: none;
    color: #ffffff;
    background: linear-gradient(106deg, #f75a53 0%, #fd9952 100%);  
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
/* 医美管理系统 */
.med_top{
    margin-bottom: -11%;
    z-index: 3;
}
.med_top_ul{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1100px;
    margin: auto;
}
.med_top_ul&gt;li{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 31.6%;
    height: 210px;
    padding: 20px 30px;
    background: #ffffff;
    border: 2px solid #F5F5F5;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.med_top_ul&gt;li.active{
    border: none;
    box-shadow: -3px -3px 13px 2px rgba(161, 87, 239, 0.1), 4px 4px 13px 2px rgba(161, 87, 239, 0.2);
}
.med_top_ul&gt;li.active .medtop_ul_one{ display: none; }
.med_top_ul .medtop_ul_one{ display: block; }
.med_top_ul&gt;li.active .medtop_ul_two{ display: block; }
.med_top_ul .medtop_ul_two{ display: none; }
.med_top_ul .mg{ margin: 0 25px; }
.med_top_ul h3{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 35px;
    color: #515151;
}
.medtop_ul_two h3{
    font-size: 22px;
    padding: 60px 0 18px;
}
.med_top_ul p{
    color: #787878;
    line-height: 18px;
}
.medtop_ul_icons{
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #F0E1FF;
}
.medtop_ul_icons i{
    color: #A257F0;
    font-size: 64px;
    width: 64px;
    height: 64px;
}
.medtop_ul_one&gt;.icons{
    display: inline-block;
    color: #A257F0;
    font-size: 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.med_top_ul .meds_a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    background: #A257F0;
    box-shadow: -4px -4px 12px 2px rgba(162, 87, 240, 0.1), 4px 4px 12px 2px rgba(162, 87, 240, 0.2);
}
.med_top_ul .meds_a span{
    display: inline-block;
    vertical-align: middle;
}
.med_top_ul .meds_a i{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.med_top_ul&gt;li .meds_a:hover i {
    padding-left: 0;
}
.medici_title{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
}
.medici_content .title_public&gt;p{
    background: #A257F0;
}
.medici_content{
    position: relative;
    z-index: 2;
    padding-top: 228px;
    width: 1200px;
    margin: 0 auto;
    color: #343434;
}
.medici_content::after{
    content: "";
    z-index: -1;
    position: absolute;
    top: 3%;
    right: 0;
    width: 100%;
    height: 1470px;
    background-image: url(/static/index2/images/bg_04.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 0;
    background-size: 100% 100%;
}
.medici_content .active{
    opacity: 1;
}
.medici_content ul{
    width: 980px;
    margin: 0 auto;
}
.medici_content ul&gt;li{
    padding-top: 160px;
}
.medici_content .m1_txt{ width: 406px; }
.medici_content .m3_txt{ width: 325px; }
.medici_content ul&gt;li h1{
    font-size: 28px;
    font-weight: bold;
}
.medici_content ul&gt;li h2{
    padding: 20px 0;
}
.medici_content ul&gt;li h3{
    font-size: 15px;
    font-weight: bold;
}
.medici_content ul&gt;li p{
    line-height: 20px;
    padding: 12px 0;
}
.medici_foot{
    height: 170px;
    background: linear-gradient(90deg, #B526FF 0%, #8A38FF 100%);
}
.medici_foot_bg{
    width: 290px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.medici_foot_bg img{
    width: 120px;
    height: 120px;
}
.medici_foot_bg p{
    padding: 30px 0 50px;
    font-size: 24px;
    letter-spacing: 5px;
    color: #ffffff;
}
/* 区块链溯源 */
.alunbo_div{ padding: 2.4% 0; }
.alunbo_txt{
    width: 500px;
    padding: 90px 15px 0;
}
.alunbo_txt h1{
    font-size: 62px;
    letter-spacing: 3px;
    padding-bottom: 25px;
}
.alunbo_txt h3{
    font-size: 32px;
}
.alunbo_txt p{
    font-size: 15px;
    line-height: 30px;
    padding: 45px 0;
}
.alunbo_txt a{
    display: inline-block;
    width: 190px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    background-color: #fff;
}
.yiwu_div{ margin-top: 30px; margin-bottom: 100px; }
.yiwu_div ul&gt;li{
    width: 355px; height: 98px; padding: 0 30px; box-sizing: border-box; margin-top: 170px;
    display: flex; justify-content: space-between; align-items: center;
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.yiwu_div ul&gt;li:first-child{ margin-top: 60px; }
.yiwu_div ul.fl&gt;li{ border-left: 4px solid #3d71fd; }
.yiwu_div ul.fr&gt;li{ border-right: 4px solid #3d71fd; }
.yiwu_div ul&gt;li p{ color: #151515; font-size: 26px; letter-spacing: 4px; line-height: 32px; text-align: left; font-weight: bold; }
.yiwu_div ul&gt;li i{ font-size: 62px; color: #3d71fd; }
.poverty_ul, .anti_ul, .chara_ul{ padding-bottom: 54px; }
.poverty_ul&gt;li{
    float: left;
    width: 33.3%;
}
.poverty_ul&gt;li .icon{
    color: #3d71fd;
    border: 1px solid #3d71fd;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.poverty_ul&gt;li .icon i{
    font-size: 40px;
}
.poverty_ul&gt;li h3{
    color: #333;
    font-size: 16px;
    padding: 12px 0;
}
.poverty_ul&gt;li p{
    color: #999999;
    line-height: 18px;
}
.value_bg{
    background-image: url(/static/index2/images/bg_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.anti_ul&gt;li{ float: left; width: 16.6%; }
.anti_ul&gt;li .icon,.hex_ul&gt;li .icon{ color: #9FA0B2; height: 108px; line-height: 108px; margin: 0 auto; }
.anti_ul&gt;li .icon1,.hex_ul&gt;li .icon1{ font-size: 94px; }
.anti_ul&gt;li .icon2,.hex_ul&gt;li .icon2{ font-size: 44px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.anti_ul&gt;li h3{
    color: #333333;
    font-size: 16px;
    padding: 3px 0 13px;
}
.hex_bg{
    padding: 20px 0;
    background-image: url(/static/index2/images/bg_31.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hex_bg .f_40{ padding: 8px 0 70px; }
.hex_div{ padding: 0 50px; }
.hex_div&gt;div{
    width: 48%;
    border: 1px solid #3d71fd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.hex_div&gt;div p{ color: #404040; font-size: 24px; letter-spacing: 2px; padding: 30px 0 40px; }
.hex_ul{ padding: 0 50px; }
.hex_ul&gt;li{ float: left; width: 50%; padding-bottom: 35px; }
.hex_ul&gt;li .iconfont{ color: #3d71fd; }
.hex_ul&gt;li .icon1{ font-size: 105px; }
.hex_ul&gt;li .icon2{ font-size: 58px; }
.hex_ul&gt;li h3{ color: #444444; font-size: 15px; letter-spacing: 1px; padding-top: 10px; }
.shuj_ul{ margin-top: 15px; }
.shuj_ul p{
    font-size: 18px; line-height: 22px; letter-spacing: 2px; margin-top: 18px;
    height: 44px; display: flex; justify-content: center; align-items: center;
}
.trait_bg{
    height: 418px;
    color: #ffffff;
    padding: 90px 0 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, #3B5BEA 0%, #6F29FF 100%);
}
.trait_bg .fl{
    width: 720px;
}
.trait_bg h1{
    padding: 16px 0 52px;
}
.trait_bg p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.chara_bg{
    position: relative;
    z-index: 1;
}
.chara_bg::after{
    content: "";
    z-index: -1;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
    background-color: #3D71FD;
}
.chara_ul&gt;li{
    float: left;
    width: 16.6%;
}
.chara_ul .icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    color: #ffffff;
    background: #3D71FD;
}
.chara_ul .icon i{
    font-size: 40px;
}
.chara_ul .line{
    width: 1px;
    height: 10px;
    margin: 0 auto;
    background: #3D71FD;
}
.chara_ul h1{
    font-size: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    color: #ffffff;
    background: #3D71FD;
}
.chara_ul h3{
    font-size: 15px;
    color: #1b1b1b;
    padding: 10px 0 2px;
}
/* 异业联盟 */
.swiper_union .swiper-pagination-bullet{
    opacity: .5;
    background-color: #ffffff;
}
.swiper_union .swiper-pagination-bullet-active{
    opacity: 1;
    background: #2d63ff;
}
.swiper2{
    padding-top: 20px !important;
}
.swiper2 .swiper-slide {
	width: 320px;
	height: 670px;
	background: #fff;
}
.swiper2 .swiper-slide img{
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.merch_ul{
    padding: 0 20px 50px;
}
.merch_ul&gt;li{
    float: left;
    width: 25%;
    padding: 20px 0;
    box-sizing: border-box;
    border-right: 2px solid #e6e6e6;
}
.merch_ul&gt;li:first-child{
    border-left: 2px solid #e6e6e6;
}
.merch_ul&gt;li h3{
    font-size: 12px;
    padding-bottom: 26px;
}
.merch_ul&gt;li h1{
    width: 50px;
    height: 3px;
    background: #2d63ff;
    margin: 26px auto;
}
.merch_ul&gt;li p{
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
}
.merch_ul&gt;li i{
    color: #a6a6a6;
    font-size: 80px;
}
.mess_bg{
    padding-top: 15px;
    box-sizing: border-box;
    height: 160px;
    background-image: url(/static/index2/images/bg_13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mess_bg h3{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 8px;
}
.mess_bg span{
    font-size: 28px;
    color: #ffd300;
}
.mess_bg a{
    display: inline-block;
    width: 164px;
    height: 38px;
    margin-top: 10px;
    line-height: 38px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.oper_ul&gt;li{
    width: 32%;
    text-align: left;
    background: #c0dfff;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.oper_ul&gt;li h3{
    font-size: 18px;
    font-weight: bold;
    color: #2d63ff;
}
.oper_ul&gt;li h2{
    letter-spacing: 1px;
    font-size: 15px;
    margin: 20px 0;
}
.oper_ul&gt;li span{
    font-size: 12px;
    color: #2d63ff;
}
.oper_ul&gt;li p{
    font-size: 13px;
    padding: 4px 0;
    color: #5c5c5c;
}
.oper_div{
    padding: 30px 0 30px 40px;
    box-sizing: border-box;
}
.money_ul&gt;li{
    width: 30%;
    padding: 35px 0;
    float: left;
    margin: 0px 20px 40px;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(119,133,202,0.34);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.money_ul&gt;li i{
    /* #54585d */
    color: #2d63ff;
    font-size: 50px;
}
.money_ul&gt;li h1{
    font-size: 20px;
    margin: 10px 0 22px;
}
.money_ul&gt;li p{
    font-size: 12px;
    line-height: 20px;
}
/* 共享股东 */
.s_swiper_container{ height: 862px; }
.s_swiper_container .swiper-pagination-bullet-active{
    opacity: 1;
    background: #111111;
}
.s_swiper_bg .s_swiper_div{
    position: relative;
    z-index: 1;
    height: 1040px;
}
.s_swiper_bg .s_swiper1{
    background: #313131 url(/static/index2/images/banner11.jpg) no-repeat center;
    background-size: 100% 100%;
}
.s_swiper_bg .s_swiper2{
    background: #313131 url(/static/index2/images/banner12.jpg) no-repeat center;
    background-size: 100% 100%;
}
.s_swiper_bg .cover{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.s_swiper_bg .s_swiper_txt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 280px;
    color: #ffffff;
    margin: auto;
}
.s_swiper_txt h3{
    letter-spacing: 5px;
    font-size: 60px;
    font-weight: bold;
}
.s_swiper_txt h2{
    margin-top: 5px;
    font-size: 26px;
}
.s_swiper_txt .line{
    width: 80px;
    height: 1px;
    margin: 25px auto;
    background: #ffffff;
}
.s_swiper_txt p{
    font-size: 15px;
    line-height: 26px;
}
.stores_div{ padding: 80px 0 70px; }
.stores_txt{
    width: 705px;
    padding-top: 35px;
}
.stores_txt h1{
    letter-spacing: 3px;
    font-size: 36px;
}
.stores_txt h3{
    width: 30px;
    height: 1px;
    margin: 15px 0;
    background-color: #808080;
}
.stores_txt p{
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 36px;
    padding: 7px 0;
}
.mounts_bg{
    padding-bottom: 66px;
    z-index: 1;
    background: #313131 url(/static/index2/images/bg_16.png) no-repeat center;
}
.mounts_bg .cover{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.mounts_ul&gt;li{
    float: left;
    width: 33.3%;
}
.mounts_ul&gt;li i{
    color: #ffffff;
    font-size: 64px;
}
.mounts_ul&gt;li h3{
    color: #ffffff;
    font-size: 24px;
    margin: 18px 0 20px;
}
.mounts_ul&gt;li p{
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
}
.how_ul&gt;li{
    cursor: pointer;
    width: 22.5%;
    float: left;
    box-sizing: border-box;
    margin: 0 15px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.how_ul&gt;li p{
    text-align: center;
    padding: 18px 40px;
    font-size: 18px;
    line-height: 32px;
}
.helps_ul{ padding: 10px 0 40px; }
.helps_ul&gt;li{
    cursor: pointer;
    width: 23.3%;
    float: left;
    padding: 26px 30px 30px;
    box-sizing: border-box;
    margin: 0 10px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}
.helps_ul&gt;li i{
    font-size: 40px;
}
.helps_ul&gt;li h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.helps_ul&gt;li .line{
    width: 40px;
    height: 1px;
    background-color: #989898;
    margin: 15px 0 25px;
}
.helps_ul&gt;li h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.helps_ul&gt;li p{
    line-height: 18px;
}
.inface_ul{
    width: 950px;
    margin: 0 auto;
}
.inface_ul&gt;li{
    margin-bottom: 30px;
}
.inface_txt{
    widows: 200px;
    color: #57565b;
    padding-top: 180px;
    box-sizing: border-box;
}
.inface_txt h3{
    letter-spacing: 1px;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}
.inface_txt p{
    font-size: 20px;
    line-height: 36px;
}
.sys_ul{
    color: #545359;
    width: 900px;
    margin: 0 auto 50px;
}
.sys_ul&gt;li{ padding: 10px 0 20px; }
.sys_ul&gt;li&gt;div{
    margin-top: 150px;
}
.sys_ul&gt;li h1{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 40px;
    border-left: 6px solid #545359;
}
.sys_ul&gt;li p{
    font-size: 19px;
    line-height: 34px;
}
.indus_bg{
    z-index: 1;
    background: #313131 url(/static/index2/images/bg_15.jpg) no-repeat center;
}
.indus_bg .cover{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.indus_ul&gt;li{
    cursor: pointer;
    width: 20%;
    padding: 30px 0;
    float: left;
    color: #ffffff;
}
.indus_ul&gt;li:hover i{
    font-size: 44px;
}
.indus_ul&gt;li i{
    font-size: 60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.indus_ul&gt;li .icon{
    height: 68px;
    line-height: 68px;
}
.indus_ul&gt;li p{
    font-weight: bold;
    font-size: 18px;
    margin-top: 22px;
}
.indus_ul&gt;li h3{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
}
.shar_bg{
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 30px 0;
}
.shar_bg .cover{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 rgba(0,0,0,0.8);
}
.shar_bg p{
    font-size: 34px;
    margin-bottom: 25px;
}
.shar_bg a{
    letter-spacing: 1px;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #111111;
    background-color: #ffffff;
}
/* 商城系统 */
.ashop_div{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ashop_div::after{
    content: "";
    position: absolute;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #e4e7ff;
    transform: skewY(135deg);
}
.ashop_txt{
    width: 600px;
    height: 562px;
    padding: 12% 15px 0;
    box-sizing: border-box;
}
.ashop_txt h1{
    color: #7487f2;
    font-size: 48px;
    letter-spacing: 1px;
}
.ashop_txt p{
    color: #515f7d;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 60px;
}
.ashop_txt a{
    display: inline-block;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff;
    background-color: #7487f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.malls_ul&gt;li{
    cursor: pointer;
    width: 23%;
    float: left;
    padding: 25px 0 60px;
    margin: 0 12px 20px;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.malls_ul&gt;li .icon{
    width: 132px;
    height: 120px;
    color: #ffffff;
    margin: 0 auto;
    background-image: url(/static/index2/images/bg_17.1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.malls_ul&gt;li i{
    font-size: 44px;
}
.malls_ul&gt;li h3{
    font-size: 17px;
    font-weight: bold;
}
.malls_ul&gt;li p{
    font-size: 15px;
    color: #AFB1B7;
    margin-top: 20px;
}
.malls_ul&gt;li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #7588FF;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.malls_ul&gt;li:hover .icon{
    background-image: url(/static/index2/images/bg_17.2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.malls_ul&gt;li:hover{
    box-shadow: -4px -4px 12px 1px rgba(91, 113, 247, 0.2), 3px 3px 12px 1px rgba(91, 113, 247, 0.2);
}
.malls_ul&gt;li:hover::after{
    height: 12px;
}
.mmall_bg{
    background-image: url(/static/index2/images/bg_18.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.mmall_ul&gt;li{
    cursor: pointer;
    width: 25%;
    float: left;
    padding: 34px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.mmall_ul&gt;li i{
    font-size: 44px;
    color: #666666;
}
.mmall_ul&gt;li h3{
    font-size: 18px;
    color: #333333;
    margin: 25px 0 15px;
}
.mmall_ul&gt;li p{
    font-size: 14px;
    color: #999999;
}
.mmall_ul&gt;li:hover i,
.mmall_ul&gt;li:hover h3,
.mmall_ul&gt;li:hover p{
    color: #ffffff;
}
.mmall_ul&gt;li:hover{
    background: #8798FF;
    box-shadow: -4px -4px 9px 1px rgba(91, 113, 247, 0.2), 4px 4px 9px 1px rgba(91, 113, 247, 0.2);
}
.mstores_bg{
    color: #ffffff;
    background-image: url(/static/index2/images/bg_19.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.mstores_div{
    padding: 50px 0 40px;
    color: #666666;
    background-color: rgba(245,246,255,0.7);
}
.mstores_div&gt;i{
    font-size: 45px;
}
.mstores_div&gt;p{
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}
.swiper_stores .icon{
    color: #ffffff;
    font-size: 18px;
}
.swiper_stores .swiper-button-next,
.swiper_stores .swiper-button-prev{
    padding: 0 2px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.4);
}
.swiper_stores .swiper-button-next{ right: 0; }
.swiper_stores .swiper-button-prev{ left: 0; }
.swiper_stores .swiper-button-next::after,
.swiper_stores .swiper-button-prev::after{
    content: "";
}
.elect_ul&gt;li{
    width: 16.6%;
    float: left;
    padding: 26px 0;
}
.elect_ul&gt;li i{
    font-size: 44px;
    color: #8798FF;
}
.elect_ul&gt;li p{
    font-size: 15px;
    margin-top: 20px;
}
.solves_ul&gt;li{
    float: left;
    position: relative;
}
.solves_ul&gt;li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.solves_ul&gt;li:hover::after{
    background: rgba(47, 57, 81, 0.6);
}
.solves_ul&gt;li:hover .solves_txt{
    height: 190px;
}
.solves_ul .solves_txt h3:hover{
    color: #7588ff;
}
.solves_ul .solves_txt a:hover{
    color: #7588ff;
    border: 1px solid #7588ff;
}
.solves_ul .solves_txt{
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 130px;
    overflow: hidden;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.solves_ul .solves_txt img{
    height: 45px;
}
.solves_ul .solves_txt h3{
    cursor: pointer;
    font-size: 18px;
    margin: 14px 0 10px;
    font-weight: bold;
}
.solves_ul .solves_txt .line{
    width: 20px;
    height: 2px;
    margin: 0 auto 14px;
    background-color: #7588ff;
}
.solves_ul .solves_txt a{
    display: block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    margin: 25px auto 0;
    border: 1px solid #ffffff;
}
.patt_ul&gt;li{
    width: 21%;
    float: left;
    margin: 0 20px;
}
.patt_ul&gt;li p{
    margin-top: 40px;
    font-size: 17px;
    line-height: 28px;
}
.anal_txt{
    width: 600px;
    text-align: left;
    padding-left: 135px;
    padding-top: 35px;
    box-sizing: border-box;
}
.anal_txt h3{
    text-align: center;
    width: 250px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 #111111;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    -ms-border-radius: 30px 0 30px 0;
    -o-border-radius: 30px 0 30px 0;
}
.anal_txt p{
    padding: 4px 0;
    font-size: 16px;
    color: #161616;
}
.recru_bg{
    z-index: 1;
    background: #313131 url(/static/index2/images/bg_22.jpg) no-repeat center;
}
.recru_bg .cover{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/index2/images/img_16.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.recru_ul{
    padding: 22px 0 0;
}
.recru_ul&gt;li{
    color: #ffffff;
    width: 33.3%;
    float: left;
    margin-bottom: 70px;
}
.recru_ul&gt;li .icon{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
.recru_ul&gt;li .border{
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.recru_ul&gt;li i{
    color: #2773e3;
    font-size: 66px;
}
.recru_ul&gt;li p{
    font-size: 17px;
}
.membs_ul&gt;li{
    width: 16%;
    float: left;
    margin: 0 4px;
    padding: 40px 31px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.membs_ul h3{
    font-size: 16px;
    margin: 28px 0 14px;
}
.membs_ul p{
    min-height: 88px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    color: #999999;
}
.busin_bg{
    color: #ffffff;
    padding: 20px 0;
    background-image: url(/static/index2/images/bg_20.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.busin_bg p{
    font-size: 36px;
    margin-bottom: 30px;
}
.busin_bg a{
    letter-spacing: 1px;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #7588FF;
    background-color: #ffffff;
}
/* 连锁门店管理系统 */
.chain_top{
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
    color: #ffffff;
    box-sizing: border-box;
}
.chain_top h3{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 8px;
    margin-bottom: 20px;
}
.chain_top span{
    position: relative;
    z-index: 1;
}
.chain_top span::after{
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -3px;
    left: -4px;
    width: 100%;
    height: 20px;
    background-color: #de4b37;
}
.chain_top p{
    font-size: 20px;
    letter-spacing: 2px;
}
.chain_top_bg{
    width: 800px;
    margin: 4% auto 0;
    padding: 40px 50px 60px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.25);
}
.chain_top_inp{
    padding: 0 10px;
    border-bottom: 2px solid #ffffff;
}
.chain_top_inp input{
    color: #ffffff;
    width: 95%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border: none;
    background-color: transparent;
}
.chain_top_inp input::placeholder{
    color: #ffffff;
}
.chain_top_inp i{
    color: #de4b37;
    font-size: 30px;
}
.chain_btn{
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #ffffff;
    background-color: #3F98FF;
    border: none;
}
.chain_tab&gt;p{
    cursor: pointer;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-left: 50px;
    color: #303030;
    border-bottom: 3px solid #ffffff;
}
.chain_tab&gt;p:first-child{ margin-left: 0; }
.chain_tab .active,
.chain_tab .a1{
    border-bottom: 3px solid #3F98FF;
}
.core_ul&gt;li{
    width: 25%;
    float: left;
    margin-bottom: 50px;
}
.core_ul&gt;li img{
    width: 80px;
}
.core_ul&gt;li h3{
    font-size: 18px;
    font-weight: bold;
    margin: 26px 0 12px;
}
.core_ul&gt;li p{
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
}
.permiss_ul&gt;li{
    cursor: pointer;
    float: left;
    width: 23.4%;
    padding: 40px 0;
    margin: 0 9px;
    color: #3F98FF;
    background-color: #ffffff;
}
.permiss_ul&gt;li i{
    font-size: 52px;
}
.permiss_ul&gt;li p{
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}
.medi_ul&gt;li{
    float: left;
    width: 20%;
}
.medi_blue1{ background-color: #1ab6ff; }
.medi_blue2{ background: linear-gradient(106deg, #6aabff 0%, #2e89ff 100%); }
.medi_blue3{ background: linear-gradient(106deg, #4495ff 0%, #2e5aff 100%); }
.medi_blue4{ background-color: #fc6721; }
.medi_blue5{ background: linear-gradient(106deg, #ff8e57 0%, #fe5433 100%); }
.medi_ul&gt;li .icon{
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.medi_ul&gt;li i{
    font-size: 32px;
}
.medi_ul&gt;li p{
    font-size: 17px;
    margin: 20px 0 35px;
}
.fina_ul&gt;li{
    display: inline-block;
    width: 30%;
    padding: 15px 0;
}
.fina_ul&gt;li:nth-child(2){
    border-left: 2px dashed #f5f5f5;
    border-right: 2px dashed #f5f5f5;
}
.fina_ul&gt;li img{
    width: 120px;
}
.fina_ul&gt;li h3{
    font-weight: bold;
    font-size: 19px;
    margin: 40px 0 15px;
}
.fina_ul&gt;li p{
    color: #a7a9ac;
}
.invent_ul&gt;li{
    cursor: pointer;
    float: left;
    width: 24.8%;
    margin: 0 1px;
    padding: 40px 0;
    background-color: #ffffff;
}
.invent_ul&gt;li:hover{
    box-shadow: 0 0 0 0 rgba(63, 152, 255, 0.2), 0 0 20px 0 rgba(63, 152, 255, 0.2);
}
.invent_ul&gt;li img{
    width: 46px;
}
.invent_ul&gt;li p{
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}
.distrib_ul&gt;li{
    text-align: left;
    float: left;
    width: 49%;
    margin: 0 5px 10px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.distrib_ul&gt;li img{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}
.distrib_txt{
    width: 400px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.distrib_txt h3{
    font-size: 22px;
    color: #061928;
    margin-bottom: 10px;
}
.distrib_txt p{
    font-size: 14px;
    line-height: 24px;
    color: #636a72;
}
.lines_ul&gt;li{
    float: left;
    width: 25%;
    cursor: pointer;
}
.lines_ul&gt;li:hover{
    box-shadow: 0 5px 15px rgba(50, 50, 51, 0.1);
}
.lines_ul&gt;li .img{
    height: 120px;
    line-height: 120px;
}
.lines_ul&gt;li img{
    height: 42px;
}
.lines_ul&gt;li h3{
    color: #0a1633;
    font-size: 18px;
    margin-bottom: 25px;
}
.lines_ul&gt;li p{
    color: #8c8c8c;
    font-size: 14px;
    padding: 0 30px 40px;
    text-align: left;
    line-height: 26px;
}
.expen_ul&gt;li{
    cursor: pointer;
    float: left;
    width: 23%;
    margin: 0 12px;
    padding: 40px 0;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.expen_ul&gt;li img{
    width: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.expen_ul&gt;li p{
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}
.sysy_ul&gt;li{
    float: left;
    width: 33.3%;
}
.sysy_ul&gt;li .icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    color: #3f98ff;
    background-color: #E2EFFF;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.sysy_ul&gt;li .icon:hover{
    color: #ffffff;
    background-color: #3f98ff;
}
.sysy_ul&gt;li i{
    font-size: 40px;
}
.sysy_ul&gt;li p{
    font-size: 16px;
}
.chain_cbg{
    background-image: url(/static/index2/images/bg_23.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.chain_cbg a{ color: #2196f3; }
/* 社区团购 */
.coity_top{
    padding: 30px 0;
}
.coity_top p{
    display: inline-block;
    color: #666666;
    font-size: 18px;
}
.coity_top span{
    color: #FF7739;
    font-size: 50px;
    font-weight: bold;
    padding: 0 30px;
}
.coity_top a{
    width: 200px;
    height: 54px;
    line-height: 54px;
    margin: 0 10px;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
}
.whyty_bg{
    background-image: url(/static/index2/images/bg_24.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whyty_ul&gt;li{
    float: left;
    width: 33.3%;
    margin: 20px 0 30px;
}
.whyty_ul&gt;li .icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    color: #328AFF;
    background-color: #DFEFFF;
}
.whyty_ul&gt;li i{
    font-size: 50px;
}
.whyty_ul&gt;li h3{
    font-size: 19px;
    margin: 25px 0 15px;
}
.whyty_ul&gt;li p{
    padding: 0 24px;
    font-size: 14px;
    line-height: 24px;
}
.point_div{
    padding-top: 77px;
}
.point_txt{
    width: 450px;
    padding-top: 22px;
}
.point_txt h1{
    color: #111111;
    font-size: 28px;
    margin: 5px 0 20px;
}
.point_txt h3{
    color: #328aff;
    font-size: 15px;
}
.point_txt&gt;p{
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.point_ul{ margin-top: 30px; }
.point_ul&gt;li{
    float: left;
    height: 34px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0 15px;
    color: #328AFF;
    background-color: #DFEFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.point_ul&gt;li:first-child{
    margin-left: 0;
}
.point_ul&gt;li i{
    display: inline-block;
    vertical-align: middle;
}
.point_ul&gt;li span{
    display: inline-block;
    vertical-align: middle;
}
.spot_ul&gt;li{
    float: left;
    width: 20%;
    margin: 25px 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.spot_ul&gt;li .icon{
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    color: #328AFF;
    background-color: #DFEFFF;
}
.spot_ul&gt;li:hover i{ color: #ffffff; }
.spot_ul&gt;li:hover .icon::after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.spot_ul&gt;li .icon::after{
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #328AFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.spot_ul&gt;li i{
    font-size: 35px;
}
.spot_ul&gt;li h3{
    font-size: 22px;
    margin: 18px 0 10px;
}
.spot_ul&gt;li p{
    padding: 0 36px;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
}
.choous_ul&gt;li{
    float: left;
    width: 23%;
    padding: 40px 16px;
    margin: 0 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: -4px -4px 12px 2px rgba(195, 195, 195, 0.1), 4px 4px 12px 2px rgba(195, 195, 195, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.choous_ul&gt;li i{
    font-size: 40px;
    color: #026aff;
}
.choous_ul&gt;li h3{
    font-size: 18px;
    color: #414141;
    margin: 15px 0 25px;
}
.choous_ul&gt;li p{
    font-size: 12px;
    color: #787878;
    line-height: 20px;
}
.coity_low_bg{
    height: auto;
    padding: 20px 0 15px;
    background-image: url(/static/index2/images/bg_26.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.coity_low_bg p{
    font-size: 18px;
}
.coity_low_bg h1{
    margin: 6px 0 14px;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: bold;
}
/* 互联网资质办理 */
.qualifi_top{
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: auto;
}
.qualifi_top h1{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}
.qualifi_top h2{
    font-weight: normal;
    font-size: 40px;
}
.qualifi_top h3{
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 46px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.qualifi_top p{
    font-size: 16px;
    line-height: 34px;
}
.qua_bg{ z-index: 1; }
.qua_bg .qua_img{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.qua_ul&gt;li{
    cursor: pointer;
    float: left;
    width: 23.6%;
    padding: 34px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 8px 16px;
    box-shadow: 0 1px 35px -5px #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}
.qua_ul&gt;li:hover{
    background: linear-gradient(135deg, #9304e1 0%,#6f39ff 100%);
}
.qua_ul&gt;li:hover h3,
.qua_ul&gt;li:hover p,
.qua_ul&gt;li:hover i{ color: #ffffff; }
.qua_ul&gt;li i{
    font-size: 50px;
    color: #8c4dff;
}
.qua_ul&gt;li h3{
    font-size: 17px;
    margin: 16px 0 12px;
}
.qua_ul&gt;li p{
    color: #737373;
    line-height: 20px;
}
.inter_ul&gt;li{
    z-index: 1;
    position: relative;
    cursor: pointer;
    float: left;
    width: 21%;
    padding: 20px 0 80px;
    margin: 0 24px;
    background-color: #ffffff;
}
.inter_ul&gt;li::after{
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #8e50ff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.inter_ul&gt;li:hover::after{
    height: 100%;
}
.inter_ul&gt;li:hover .img{
    animation: tadaA 1s ease-out infinite;
    -webkit-animation: tadaA 1s ease-out infinite;
}
.inter_ul&gt;li:hover h3,
.inter_ul&gt;li:hover p{
    color: #ffffff;
}
.inter_ul&gt;li .img{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
}
.inter_ul&gt;li h3{
    font-size: 24px;
    margin: 16px 0;
}
.inter_ul&gt;li p{
    color: #353535;
    font-size: 14px;
}
.advan_bg{
    background-image: url(/static/index2/images/img_qu14.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-position-y: -220px;
}
.advan_ul&gt;li{
    float: left;
    width: 22%;
    padding: 35px 0;
    box-sizing: border-box;
    margin: 0 18px 36px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(170, 130, 244, 0.35);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.advan_ul&gt;li p{
    font-size: 16px;
    color: #537097;
    margin-top: 10px;
}
.advan_ul&gt;li i{
    font-size: 40px;
}
.proce_ul&gt;li img{
    margin-bottom: -30px;
}
.proce_txt{
    width: 550px;
    padding: 28px 0 20px 20px;
    box-sizing: border-box;
}
.proce_txt h3{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.proce_txt p{
    cursor: pointer;
    font-size: 14px;
    color: #888888;
    line-height: 28px;
}
.proce_txt p:hover{
    color: #6f39ff;
}
.quali_ul&gt;li{
    float: left;
}
.quali_div{
    float: left;
    width: 158px;
    padding: 30px 0;
    box-sizing: border-box;
}
.quali_icon{
    float: right;
    width: 50px;
    padding-top: 50px;
    box-sizing: border-box;
}
.quali_ul&gt;li i{
    color: #8c4dff;
    font-size: 22px;
}
.quali_ul&gt;li img{
    width: 60px;
}
.quali_ul&gt;li h3{
    font-size: 17px;
    font-weight: bold;
    margin: 24px 0 12px;
}
.quali_ul&gt;li p{
    font-size: 14px;
    line-height: 20px;
}
.qualifi_low{
    background-image: url(/static/index2/images/img_qu15.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.qualifi_bottom{
    padding: 30px 0;
    background: linear-gradient(to bottom right, #8c4dff, #de8afd);
}
.qualifi_bottom p{
    color: #ffffff;
    font-size: 20px;
}
.qualifi_bottom a{
    display: inline-block;
    width: 164px;
    height: 38px;
    margin-top: 10px;
    line-height: 38px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/* 网站建设 */
.cpany_div{
    background-image: url(/static/index2/images/bg_27.png);
    background-color: #3c37f1;
    background-size: contain;
    position: relative;
}
@media screen and (max-width: 1235px){
    .cpany_div::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.4%;
        background-color: #ffffff;
    }
}
.cpany_txt{
    width: 630px;
    height: 562px;
    box-sizing: border-box;
    padding: 9% 15px 0;
}
.cpany_txt h1{
    font-size: 48px;
    letter-spacing: 3px;
}
.cpany_txt p{
    font-size: 13px;
    line-height: 26px;
    margin: 30px 0 40px;
}
.cpany_txt a{
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    background-color: #1998ff;
}
.kernels_ul&gt;li{
    float: left;
    width: 25%;
    margin: 30px 0;
    padding: 0 25px;
    box-sizing: border-box;
}
.kernels_ul&gt;li h3{
    font-size: 22px;
    margin: 15px 0;
}
.kernels_ul&gt;li p{
    font-size: 14px;
    line-height: 24px;
    color: #6c7293;
}
.kernels_ul&gt;li i{
    color: #3c37f1;
    font-size: 60px;
}
.qcase_ul&gt;li{
    float: left;
    width: 30%;
    margin: 0 20px 40px;
    box-shadow: 0px 5px 12px -2px rgba(235, 237, 239, 0.9);
}
.qcase_ul&gt;li .img{
    padding: 18px 2.8px 0;
    box-sizing: border-box;
    height: 195px;
    overflow: hidden;
    background-image: url(/static/index2/images/bg_29.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.qcase_ul&gt;li img{
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.qcase_ul&gt;li h3{
    font-size: 18px;
    margin: 15px 0;
}
.qcase_ul&gt;li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #6c7293;
    background-color: #ebedef;
}
.atage_bg{
    background: #3c37f1 url(/static/index2/images/bg_28.png);
    background-size: cover;
    background-position: left bottom;
}
.atage_ul&gt;li{
    float: left;
    width: 220px;
    padding: 30px 0 15px;
    margin: 0 10px 10px;
    background-color: #ffffff;
    box-shadow: 0 0 1px transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.atage_ul&gt;li .icon{
    width: 95px;
    height: 95px;
    line-height: 95px;
    font-size: 42px;
    margin: 0 auto 30px;
    color: #ffffff;
    background-color: #3c37f1;
    box-shadow: 0px 15px 14px 0px rgba(60,55,241,0.4);
}
.atage_ul&gt;li i{
    font-size: 52px;
}
.atage_ul&gt;li:nth-child(2n){
    margin-top: 60px;
}
.atage_ul&gt;li h3{
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.atage_ul&gt;li p{
    min-height: 150px;
    padding: 0 50px;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
}
.chann_bg{
    background-color: #fbfaff;
}
.chann_ul{
    width: 740px;
}
.chann_ul&gt;li{
    box-sizing: border-box;
    padding-left: 15px;
    margin: 40px 0;
}
.chann_ul h1{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 48px;
    color: #3c37f1;
    background-color: #ffffff;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.chann_txt{
    width: 585px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}
.chann_txt h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: #3c37f1;
}
.chann_txt p{
    font-size: 14px;
    line-height: 23px;
    color: #959094;
}
/* 小程序开发 */
.cwex_div{
    background-image: url(/static/index2/images/bg_30.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.awex_txt{
    width: 600px;
    height: 562px;
    box-sizing: border-box;
    padding: 11% 15px 0;
}
.awex_txt h1{
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.awex_txt p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
}
.awex_txt a{
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin-top: 50px;
    border: 2px solid #ffffff;
    background-color: #ffd35a;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
}
.awex_txt a:hover{
    background-color: transparent;
}
.profess_ul&gt;li{
    text-align: center;
    float: left;
    width: 320px;
    padding: 30px 0 25px;
    margin: 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 10px 24px 0px rgba(133,61,229,0.15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.profess_ul&gt;li:nth-child(2){
    margin: 0 80px;
}
.profess_ul&gt;li h3{
    color: #59607B;
    font-size: 18px;
    margin-top: 20px;
}
.profess_ul&gt;li img{
    width: 50%;
}
.accomp_ul&gt;li{
    float: left;
    width: 20%;
    padding-bottom: 50px;
}
.accomp_ul&gt;li .icon{
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.accomp_ul&gt;li i{
    font-size: 45px;
}
.accomp_ul&gt;li h3{
    font-size: 20px;
    margin: 10px 0;
}
.accomp_ul&gt;li p{
    color: #a6a9ad;
}
.cbusin_txt{
    width: 450px;
    padding-top: 120px;
    text-align: left;
}
.cbusin_txt h3{
    font-size: 30px;
    color: #59607b;
    padding-bottom: 25px;
}
.cbusin_txt p{
    font-size: 16px;
    line-height: 30px;
    color: #9fa5bb;
}
.strategy_ul&gt;li{
    float: left;
    width: 16.6%;
    padding: 60px 0 70px;
}
.strategy_ul&gt;li .icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #d34bf1 0%,#5034df 100%);
}
.strategy_ul&gt;li i{
    font-size: 54px;
}
.strategy_ul&gt;li p{
    font-size: 18px;
    color: #59607b;
}


.anim_updown{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes tadaA {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tadaA {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* 共享茶室 */
.tea_btn{
    position: absolute; bottom: 25%; left: 0; right: 0; margin: auto;
    color: #ffffff; background-color: #deab5c;
    width: 200px; height: 50px; line-height: 50px;
    font-weight: bold; font-size: 20px; letter-spacing: 4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.func_ul{ padding: 0 20px 70px; box-sizing: border-box; }
.func_ul&gt;li&gt;i{ color: #dbb272; font-size: 60px; }
.func_ul&gt;li&gt;h2{ padding: 14px 0 15px; }
.func_ul&gt;li&gt;p{ letter-spacing: 1px; line-height: 20px; }
.func_ul&gt;li{
    float: left; width: 23.96%; height: 220px; box-sizing: border-box;
    margin: 0 6px; padding: 30px 0 0;
    background-color: #ffffff; border: 1px solid #dfbd75;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.feature_bg{ position: relative; z-index: 1; }
.feature_bg::after{
    content: ""; z-index: -1;
    position: absolute; top: 80px; left: 0; right: 0;
    width: auto; height: 2px; background-color: #ececec;
}
.feature_ul&gt;li{ float: left; width: 16.6%; }
.feature_ul&gt;li&gt;i{ font-size: 62px; }
.feature_ul h1{ width: 6px; height: 6px; margin: 0 auto; background: #737373; }
.feature_ul h3{ font-size: 18px; letter-spacing: 2px; color: #1b1b1b; padding: 15px 0 2px; }
.feure_bg{
    padding-top: 100px;
    box-sizing: border-box;
    height: 1380px;
    background-image: url(/static/index2/images/banner22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feure_fl_top{ padding-top: 40px; padding-left: 100px; }
.feure_fl_top&gt;p.fr{ margin: 80px 0; }
.feure_fl_top&gt;p{
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 2px;
    height: 38px; line-height: 38px;
    color: #ffffff;
    background-color: #dea959;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.feure_fr{ width: 500px; }
.feure_fr&gt;ul&gt;li .img{ width: 190px; height: 261.36px; margin: 0 auto; }
.feure_fr&gt;ul&gt;li .line1{
    position: absolute; bottom: 0; margin: auto;
    width: 50px; height: 2px; background: #d3d1d2;
}
.feure_fr&gt;ul&gt;li .line1::after,
.feure_fr&gt;ul&gt;li .line2::after{
    content: "";
    position: absolute;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #e9a65f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.feure_fr&gt;ul&gt;li .line1::after{ top: -3px; }
.feure_fr&gt;ul&gt;li .line2::after{ left: -3px; bottom: -3px; }
.feure_fr&gt;ul&gt;li .line_fr::after{ right: -3px; }
.feure_fr&gt;ul&gt;li .line_fl::after{ left: -3px; }
.feure_fr&gt;ul&gt;li .line2{
    position: absolute; left: 0; right: 0; bottom: -50px; margin: auto;
    width: 2px; height: 50px; background: #d3d1d2;
}
.feure_fr&gt;ul&gt;li p{
    margin: 10px 0 60px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.intimate_bg{
    color: #ffffff;
    background-image: url(/static/index2/images/banner23.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.intimate_ul&gt;li&gt;i{ font-size: 66px; }
.intimate_ul&gt;li&gt;h3{ font-size: 20px; letter-spacing: 4px; padding: 10px 0 15px; }
.intimate_ul&gt;li&gt;p{ font-size: 15px; letter-spacing: 2px; color: #dcb570; }
.intimate_ul&gt;li{
    cursor: pointer; float: left; box-sizing: border-box;
    width: 20%; height: 200px; margin: 0 30px; padding: 25px 0 0;
    border: 1px solid #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.usage_bg{
    background-image: url(/static/index2/images/banner24.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.usage_ul&gt;ul.ul_mg{ padding: 105px 0; }
.usage_ul&gt;ul .line{ width: 200px; padding-top: 20px; }
.usage_ul&gt;ul&gt;li p{ font-size: 14px; font-weight: bold; letter-spacing: 1px; }
.usage_ul&gt;ul&gt;li h3{ font-size: 15px; letter-spacing: 2px; }
.usage_ul&gt;ul&gt;li.li i{ font-size: 65px; }
.usage_ul&gt;ul&gt;li.line i{ font-size: 37px; color: #deab5c; }
.usage_ul&gt;ul&gt;li .icon{
    width: 105px;
    height: 105px;
    text-align: center;
    margin: 0 auto 20px;
    color: #ffffff;
    background-color: #deab5c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.usage_ul&gt;ul.ul_top&gt;li.line&gt;div::before,
.usage_ul&gt;ul.ul_mg .line .before{
    position: absolute; top: 0; bottom: 0;  margin: auto;
    width: 90%; height: 2px; background-color: #deab5c;
}
.usage_ul&gt;ul.ul_top&gt;li.line&gt;div::before{ content: ""; left: 0; }
.usage_ul&gt;ul.ul_mg .line .before{ right: 0; }
.usage_ul&gt;ul.ul_mg .line i{
    display: block;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.usage_ul&gt;ul.ul_mg .li_line{ position: absolute; top: -100px; width: 160px; }
.usage_ul&gt;ul.ul_mg .li_line .before{
    width: 2px; height: 60px; margin: 0 auto -10px; background-color: #deab5c;
}
.usage_ul&gt;ul.ul_mg .li_line i{
    font-size: 37px; color: #deab5c; display: block; padding-left: 1px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.shared_ul&gt;li{
    text-align: center;
    float: left;
    width: 220px;
    padding: 50px 0 25px;
    margin: 0 90px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 3px rgba(223,178,113,0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.shared_ul i{
    display: block; position: absolute; top: 0; right: 24px; font-size: 40px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.shared_ul p{ display: inline-block; font-size: 70px; color: #309cf4; }
.shared_ul span{ display: inline-block; font-size: 14px; color: #309cf4; }
.shared_ul h3{ font-size: 16px; letter-spacing: 2px; padding: 20px 0; }

/* 软多SCRM拓客系统 */
.scrm_top_flex{ display: flex; justify-content: space-between; align-items: center; }
.scrm_top_flex&gt;li{ margin: 0 50px; font-size: 18px; }
.scrm_top_flex&gt;li a{ display: block; padding: 20px 0; border-bottom: 2px solid transparent; }
.scrm_top_flex&gt;li i{ font-size: 26px; line-height: 24px; display: inline-block; vertical-align: middle; }
.scrm_top_flex&gt;li span{ display: inline-block; vertical-align: middle; }
.scrm_top_flex&gt;li a.active,.scrm_top_flex&gt;li a:hover{ border-bottom: 2px solid #f96354; }
.scrm_top_flex&gt;li a.active,.scrm_top_flex&gt;li a:hover{ color: #f96354 !important; }
.scrm_top_flex&gt;li a:focus{ color: #101010; }
.scrm_bg_f75{ background: #fff7f5; }
.scrm_cont{ width: 1170px; margin: 0 auto; padding: 60px 0; color: #333230; }
.scrm_cont .col-md-5{ width: 41.66666667%; }
.scrm_cont .col-md-7{ width: 58.33333333%; }
.scrm_cont .col-md-5,.scrm_cont .col-md-7{ text-align: left; padding: 0 15px; }
.scrm_cont span{ color: #f86353; }
.scrm_cont .mg_b_30{ margin-bottom: 20px; }
.scrm_cont h3{ font-size: 30px; margin-top: 8px; }
.scrm_cont p{ font-size: 18px; padding: 5px 0; }

/* 共享健身房 */
.gym_feat_bg{
    padding-top: 100px;
    box-sizing: border-box;
    background-image: url(/static/index2/images/banner27.jpg);
    background-repeat: no-repeat;
}
.gym_feat_fr&gt;ul&gt;li p{ background: rgba(153,153,153,0.7); }
.gym_feat_fr&gt;ul&gt;li .line{ position: absolute; margin: auto; height: 40px; font-size: 40px; color: #ffc000; }
.gym_feat_ul&gt;li{ float: left; width: 16.6%; }
.gym_feat_ul&gt;li&gt;i{ font-size: 55px; }
.gym_feat_ul&gt;li&gt;i::before{ color: #ffcc2f !important; }
.gym_feat_ul h3{ font-size: 20px; line-height: 36px; color: #85898c; margin-top: 16px; }
.gym_jj_ul{ color: #777777; padding: 0 0 50px; box-sizing: border-box; }
.gym_jj_ul&gt;li&gt;i{ color: #ffcc2f; font-size: 60px; }
.gym_jj_ul&gt;li&gt;h2{ color: #262e3b; padding: 20px 0 14px; }
.gym_jj_ul&gt;li&gt;p{ font-size: 14px; line-height: 26px; }
.gym_jj_ul&gt;li{
    float: left; box-sizing: border-box; position: relative; top: 0; cursor: pointer;
    width: 23%; margin: 0 12px; padding: 40px 0; background-color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    box-shadow: 0px 6px 25px rgba(51, 51, 51, .15);
}
.gym_jj_ul&gt;li:hover{ top: -5px; }
.gym_scene_ul&gt;li img{ vertical-align: middle; }
.gym_scene_ul&gt;li{ float: left; color: #ffffff; }
.gym_scene_ul&gt;li .gym_scene_div{ position: relative; }
.gym_scene_ul&gt;li .gym_scene_div p{ 
    position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); 
    display: flex; justify-content: center; align-items: center; font-size: 22px;
}
.gym_user_bg{
    background-image: url(/static/index2/images/gym_06.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.gym_user_ul&gt;li{ float: left; width: 15%; margin: 0 10px; }
.gym_user_ul&gt;li .gym_user_item{ padding: 20px 0; }
.gym_user_ul&gt;li .icon{ padding: 30px 30px 50px; }
.gym_user_ul&gt;li .icon i{ font-size: 58px; color: #777777; }
.gym_user_ul&gt;li p{ font-size: 14px; margin-top: 15px; }
.gym_user_ul&gt;li h1{ 
    width: 42px; height: 42px; line-height: 36px; font-size: 18px; box-sizing: border-box; 
    position: absolute; left: 0; right: 0; top: -21px; margin: auto; color: #ffffff;
}
.gym_user_ul&gt;li.bg_fff .gym_user_item{ border-top: 1px solid #ffcc2f; }
.gym_user_ul&gt;li.bg_fff .gym_user_item&gt;h1{ border: 4px solid #ffcc2f; }
.gym_user_ul&gt;li.bg_yellow .gym_user_item{ border-top: 1px solid #ffffff; }
.gym_user_ul&gt;li.bg_yellow .gym_user_item&gt;h1{ border: 4px solid #ffffff; }
.gym_yy_ul&gt;li&gt;i{ font-size: 55px; color: #ffcc2f; }
.gym_yy_ul&gt;li&gt;h3{ font-size: 20px; letter-spacing: 2px; color: #262e3b; padding: 25px 0 18px; }
.gym_yy_ul&gt;li&gt;p{ font-size: 14px; color: #777777; line-height: 26px; }
.gym_yy_ul&gt;li{
    cursor: pointer; float: left; box-sizing: border-box;
    width: 18.3%; margin: 0 40px 80px; padding: 40px 0;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    transition: all .3s ease-in-out;
}
.gym_yy_ul&gt;li:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
.gym_yy_ul&gt;li:hover:after{ width: 100%; }
.gym_yy_ul&gt;li:after {
    content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 5px;
    background-color: #ffcc2f; transition: 0.5s;
}

/* 软多装企营销系统 */
.fitm_bg .bg_fblue{ background: #0cc1ca; }
.fitm_bg .title_public{ padding-top: 90px; }
.fitm_bg .title_public .f_40{ letter-spacing: 4px; }
.fitm_bg .title_public .f_14{ letter-spacing: 1px; }
.fitm_banner{
    position: relative; background: #ffffff; 
    margin-top: -50px; overflow: hidden;
    box-shadow: 0px 4px 8px 1px rgba(237, 251, 254, 1);
}
.fitm_b_left{ width: 30%; float: left; padding: 35px 0; background: #edfbfe; }
.fitm_banner&gt;ul{ width: 70%; float: right; }
.fitm_banner&gt;ul&gt;li{ width: 24%; margin: 26px 0; position: relative; display: inline-block; }
.fitm_banner&gt;ul&gt;li:first-child::before{ display: none; }
.fitm_banner&gt;ul&gt;li::before{
    content: ""; position: absolute; left: 0; top: 0; bottom: 0;
    width: 2px; height: 38px; background: #eeeeee; margin: auto;
}
.fitm_b_left h3{ font-size: 20px; font-weight: bold; margin-bottom: 5px; }
.fitm_b_left p{ font-size: 13px; }
.fitm_banner&gt;ul&gt;li h1{ font-size: 40px; font-weight: bold; }
.fitm_banner&gt;ul&gt;li span{ font-size: 14px; font-weight: normal; }
.fitm_banner&gt;ul&gt;li p{ font-size: 16px; }
.fitm_product&gt;li:nth-child(4n+1){ margin-left: 0; }
.fitm_product&gt;li{
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    padding: 40px 22px 18px;
    box-sizing: border-box;
    margin-left: 25px;
    margin-bottom: 25px;
    border: 1px solid #80c3c9;
}
.fitm_product&gt;li img{ width: 75px; height: 75px; }
.fitm_product&gt;li h3{ font-size: 22px; margin: 15px 0 10px; font-weight: bold; letter-spacing: 1px; }
.fitm_product&gt;li p{ font-size: 13px; height: 35px; color: #6e6e6e; letter-spacing: 1px; }
.fitm_point{ overflow: hidden; }
.fitm_point .mySwiper{ width: 100%; border-bottom: 1px solid #e5e5e5; }
.fitm_point .mySwiper p{ font-size: 18px; padding: 5px 0 25px; letter-spacing: 2px; }
.fitm_point .tbg{
    width: 100px; height: 100px; margin: -20px auto;
    background-image: url(/static/index2/images/bg_47.png);
    background-repeat: no-repeat;
}
.fitm_point .bg1{ background-position: 0 0; }
.fitm_point .bg2{ background-position: 0 -100px; }
.fitm_point .bg3{ background-position: 0 -200px; }
.fitm_point .bg4{ background-position: 0 -300px; }
.fitm_point .bg5{ background-position: 0 -400px; }
.fitm_point .swiper-slide-thumb-active .bg1{ background-position: -100px 0; }
.fitm_point .swiper-slide-thumb-active .bg2{ background-position: -100px -100px; }
.fitm_point .swiper-slide-thumb-active .bg3{ background-position: -100px -200px; }
.fitm_point .swiper-slide-thumb-active .bg4{ background-position: -100px -300px; }
.fitm_point .swiper-slide-thumb-active .bg5{ background-position: -100px -400px; }
.fitm_point .swiper-slide-thumb-active{ position: relative; }
.fitm_point .swiper-slide-thumb-active::before{
    content: "";
    position: absolute; bottom: 0; left: 0; right: 0; margin: auto;
    width: 80px; height: 6px; background: #4aafcb;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
}
.fitm_point .mySwiper2{ width: 100%; }
.fitm_point .mySwiper2 .swiper-slide{ padding: 50px 0; }
.fitm_point .mySwiper2 .fl{ text-align: left; }
.fitm_point .mySwiper2 h1{ 
    color: #454545; font-size: 28px; font-weight: bold; 
    letter-spacing: 1px; margin: 53px 0 33px;
}
.fitm_point .mySwiper2 p{ color: #444444; font-size: 15px; line-height: 26px; letter-spacing: 1px; }
.fitm_point .mySwiper2 .btn{ 
    display: inline-block; width: 160px; height: 44px; line-height: 44px; text-align: center;
    font-size: 16px; letter-spacing: 1px; color: #28d3e4; border: 2px solid #28d3e4; 
}
.fitm_nan&gt;li{ width: 24.6%; margin-bottom: 50px; display: inline-block; vertical-align: middle; }
.fitm_nan&gt;li&gt;div{ width: 125px; height: 125px; line-height: 125px; color: #00bfd1; background: #f2fafc; margin: 0 auto; }
.fitm_nan&gt;li i{ font-size: 60px; }
.fitm_nan&gt;li p{ color: #535353; font-size: 20px; letter-spacing: 1px; margin-top: 30px; }
.fitm_nan&gt;li span{ color: #444444; font-weight: bold; }
.fitm_solve_img{ width: 100%; position: absolute; top: 0; left: 0; right: 0; }
.fitm_solve&gt;li{
    width: 32%;
    padding-bottom: 35px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 10px 100px 10px 10px;
    -webkit-border-radius: 10px 100px 10px 10px;
    -moz-border-radius: 10px 100px 10px 10px;
    -ms-border-radius: 10px 100px 10px 10px;
    -o-border-radius: 10px 100px 10px 10px;
    box-shadow: 0px 6px 6px -2px rgba(225, 225, 225, 1);
}
.fitm_solve&gt;li:first-child{ margin-left: 0; }
.fitm_solve&gt;li .bgdiv{ padding-top: 40px; height: 240px; box-sizing: border-box; }
.fitm_solve&gt;li .bg{ position: absolute; top: 0; left: 0; }
.fitm_solve&gt;li i{ 
    color: #04bdcf; font-size: 28px; font-weight: normal; 
    display: inline-block; vertical-align: top; margin-right: 10px;
}
.fitm_solve&gt;li h1{ 
    font-size: 22px; letter-spacing: 2px; font-weight: bold;
    text-align: left; padding: 32px 30px 14px; 
}
.fitm_solve&gt;li p{ 
    font-size: 15px; line-height: 25px; color: #555555; 
    text-align: left; padding: 0 30px; 
}
.fitm_major&gt;li{ width: 33%; display: inline-block; vertical-align: middle; }
.fitm_major&gt;li h1{ font-size: 24px; margin: 20px 0 40px; letter-spacing: 2px; }
.fitm_major&gt;li p{ font-size: 22px; line-height: 34px; }
.fitm_bbg{
    color: #ffffff;
    padding: 70px 0;
    background-image: url(/static/index2/images/bg_61.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.fitm_bbg h1{ font-size: 42px; font-weight: bold; letter-spacing: 1px; }
.fitm_bbg p{ font-size: 20px; letter-spacing: 2px; margin: 20px 0 60px; }
.fitm_bbg a{ 
    display: inline-block; width: 190px; height: 50px; line-height: 50px; 
    font-size: 22px; letter-spacing: 2px; color: #0ec1c8; background: #ffffff; 
}</pre></body></html>