/*整体*/
body{position: relative;}
.wrapper{width: 1200px;margin: 0 auto;}
.main{background: #fff;position: relative;z-index: 1;}
.page-tit{font-size: 32px;font-weight: 500;text-align: center;}
.page-desc{font-size: 14px;padding-top: 20px;color: #666;text-align: center;}


/*引入iframe*/
.header_iframe{width: 100%;height: 80px;display: flex;position: absolute;top: 0;left: 0;z-index: 3}
.footer_iframe{width: 100%;height: 358px;display: flex;}


/* ====================== 首页 ====================== */

/*轮播*/
.swiper-slide img{width: 100%;display: flex;}


/*共用*/
.sec-tit{padding: 50px 0;text-align:center;line-height: 34px;color: #333;}
.sec-tit .tit{font-size: 30px;font-weight: bold;}
.sec-tit .desc{font-size: 20px;padding-top: 10px;}


/*产品介绍*/
.index-products{background: #f5f5f3;overflow: hidden;padding: 0 0 50px;border-bottom: 1px solid #E8E9EB;}

.page-products{margin-top: 10px;padding: 0 6px;}
.page-products .tit{height: 54px;line-height: 54px;border-bottom: 2px solid #F7F7F5;font-size: 16px;color: #424242;border-bottom: 2px solid #F7F7F5;background: #FFF;padding-left: 25px}
.page-products ul{background: #fdfdfd;padding: 0 2px;height: 300px;overflow: hidden;display: flex;}
.page-products li{width: 240px;height: 300px;overflow: hidden;border-right: solid 2px #e9e9e9;box-sizing: border-box;}
.page-products li a{display: block;color: #666}
.page-products li a:hover{text-decoration: none}
.page-products li.last{border-right: none 0}
.page-products .item-inner{width: 480px;height: 100%;display: flex;}
.page-products .main{text-align: center;width: 238px;height: 100%;border-right: solid 1px #efefef;background-position: center 115px;background-repeat: no-repeat}
.page-products .main a{height: 100%}
.page-products .main strong{display: block;font-size: 18px;color: #fff;line-height: 25px;padding-top: 23px}
.page-products .main .descrip{display: block;line-height: 20px;padding-top: 5px;height: 60px;color: #fff;}
.page-products .main .btm{display: block;line-height: 20px;color: #fff;padding: 110px 5px 0;}
.page-products .hosting .main{background: #08acdb url(../images/icon_hosting.png) no-repeat center;border-top:#1dbdeb solid 9px;}
.page-products .lightcloud .main{background: url(../images/icon_lightcloud_03.png) no-repeat center;border-top:#1dbdeb solid 9px;}
.page-products .cloudmail .main{background:#13c0ce url(../images/icon_cloudmail.png) no-repeat center;border-top:#33cbd7 solid 9px;}
.page-products .website .main{background:#ebb135 url(../images/icon_website_09.png) no-repeat center;border-top: #fcbf3d solid 9px;}
.page-products .domain .main{background:#94bf2c url(../images/icon_domain.png) no-repeat center;border-top:#a0c93d solid 9px;}
.page-products .detail .sort{width: 205px;height: 115px;padding: 25px 0 10px 20px;border-bottom: solid 1px #efefef}
.page-products .detail .sort .tag{display: inline-block;height: 22px;line-height: 22px;border: solid 1px #adadad;padding: 0 10px;margin-bottom: 10px}
.page-products .detail .sort .price{display: block;margin-bottom: 10px}
.page-products .detail .sort .wow{color: #ff4606;font-size: 24px}
.page-products .detail .sort .descrip{display: block}
.page-products .three-item .sort{height: 75px;padding-top: 15px}
.page-products .three-item .sort .price{display: inline-block;padding-left: 10px}
.page-products .four-item .sort{height: 50px;padding-top: 15px}
.page-products .four-item .sort .price{display: inline-block;padding-left: 10px}
.page-products li.on{background: #fff;width: 480px;border-left: solid 2px #e9e9e9;border-right: solid 2px #e9e9e9;margin: 0 -2px}
.page-products li.on .hosting .main{background: #fff url(../images/icon_hosting_on3.png) no-repeat center;border-top:10px #fff solid;}
.page-products li.on .lightcloud .main{background:#fff url(../images/icon_lightcloud_on_03.png) no-repeat center;border-top:10px #fff solid;}
.page-products li.on .cloudmail .main{background:#fff url(../images/icon_cloudmail_on2.png) no-repeat center;border-top:10px #fff solid;}
.page-products li.on .website .main{background:#fff url(../images/icon_website_on2.png) no-repeat center;border-top:10px #fff solid;}
.page-products li.on .domain .main{background:#fff url(../images/icon_domain_on.png) no-repeat center;border-top:10px #fff solid;}
.page-products li.on  .main strong{color: #000;}
.page-products li.on  .main .descrip{color: #666}
.page-products li.on .main .btm{color:#666;}



/*关于我们*/
.index-abouts{padding: 30px 0 80px;}
.index-abouts .detail{font-size: 15px;padding: 0 100px 20px;color: #434343;line-height: 1.6;text-align: center;}
.index-abouts .count{display: flex;justify-content: center;padding-top: 20px;}
.index-abouts .count ul{width: 860px;position: relative;display: flex;justify-content: center;}
.index-abouts .count li{padding: 0px 30px;text-align: center;}
.index-abouts .count .num{font-weight: bold;}
.index-abouts .count .num span{font-size: 50px;}
.index-abouts .count .txt{font-size: 18px;}


/*新闻*/
.index-news{padding: 30px 0 80px;background-color: #f7f7f7;}
.index-news .wrapper{overflow-x: hidden;}
.index-news .box{display: flex;gap: 50px;margin-top: 30px;}
.index-news .lef{width: 100%;}
.index-news .top{display: flex;gap: 20px;border-bottom: 1px solid #ccc;}
.index-news .top a{display: block;width: 100%}
.index-news .top img{width: 100%;height: 160px;display: flex;object-fit: cover;}
.index-news .top .text{display: flex;gap: 10px;padding: 10px 0;}
.index-news .top span{background-color: #fb811d;color: #fff;text-align: center;width: 58px;height: 44px;line-height: 18px;font-size: 12px;padding-top: 5px;box-sizing: border-box;}
.index-news .top span b{font-size: 24px;}
.index-news .top .name{line-height: 22px;font-size: 15px;color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;flex: 1;width: 100%;font-weight: bold;}
.index-news .bot{display: flex;gap: 20px;margin-top: 25px;line-height: 20px;}
.index-news .bot a{display: block;width: 100%;height: 90px;overflow: hidden;}
.index-news .bot .name{font-size: 16px;color:#333;margin-bottom: 10px;font-weight: bold;transition: All 0.3s ease;}
.index-news .bot .txt{font-size: 14px;color: #666;}
.index-news a:hover .name{color: #fb811d;}
.index-news .rig{width: 100%}
.index-news .rig a{height: 90px;border-bottom: 1px solid #ccc;margin-bottom: 25px;font-size: 12px;color: #666;line-height: 20px;position: relative;padding-bottom: 12px;display: block;}
.index-news .rig a::before,
.index-news .rig a::after{content: '';display: block;position: absolute;width: 0;background-color: #fb811d;height: 2px;transition: All 0.5s ease;}
.index-news .rig a::before{top: -26px;left: -50%;}
.index-news .rig a::after{bottom: -2px;right: -50%;}
.index-news .rig a:hover::before{left: 0;width: 100%;}
.index-news .rig a:hover::after{right: 0;width: 100%;}
.index-news .rig .name{font-size: 16px;color: #333;display: block;margin-bottom: 10px;font-weight: bold;transition: All 0.3s ease;}
.index-news .more{display: flex;justify-content: center;margin-top: 50px;}
.index-news .more a{display: block;color: #fe8218;width: 280px;height: 52px;line-height: 52px;border: 2px solid #fe8218;text-align: center;font-size: 18px;transition: All 0.3s ease;}
.index-news .more a:hover{background-color: #fb811d;color: #fff;}


/*案例*/
.choice{width: 100%;padding: 30px 0 80px;border-top: #eee 1px solid;}
.choice ul{background-color: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.08);display: flex;flex-wrap: wrap;}
.choice li{width: 16.65%;height: 110px;border-right: 1px solid #F0F0F0;border-top: 1px solid #F0F0F0;box-sizing: border-box;}
.choice li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.choice li:nth-child(6n){border-right: 0;}
.choice li:nth-child(-n+6){border-top: 0;}
.choice li img{max-height: 90%;max-width: 90%;}


/*脚部广告*/
.index_down{background-image: url(../images/index-down.jpg);height: 300px;background-position: top center;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.index_down h1{font-size: 40px;line-height: 44px;font-weight: bold;color: #fff;}
.index_down p{font-size: 20px;line-height: 24px;margin-top: 25px;color: rgba(255, 255, 255, 0.7);}

/* ====================== 首页 ====================== */


/* ==================== 关于我们 ==================== */

/*背景图*/
.banner img{width: 100%;display: flex;}


/*展示图*/
.showImg{margin: 50px 0;display: flex;align-items: center;flex-direction: column;}
.showImg img{display: flex;width: 800px;}


/*公用*/
.about-tit{font-size: 36px;padding-bottom: 40px;color: #071928;}


/*关于我们*/
.about-us{padding: 60px 0;}
.about-us .show{background-color: #fff;padding: 57px 80px 77px 70px;box-shadow: 1px 10px 30px 0px rgba(19, 33, 46, 0.17);}
.about-us .detail{line-height: 32px;font-size: 16px;color: #071928;text-align: justify;text-indent: 2em;}
.about-us img{width: 430px;display: flex;margin-top: 10px;}


/*企业文化*/
.about-culture{padding-bottom: 100px;}
.about-culture .lists{display: grid;gap: 14px;grid-template-columns: 1fr 1fr;}
.about-culture .item{height: 340px;position: relative;}
.about-culture img{object-fit: cover;display: flex;height: 100%;width: 100%;position: relative;z-index: 2}
.about-culture .txts{position: absolute;top: 0;left: 0;height: 100%;width: 100%;display: flex;z-index: 5;color: #fff;flex-direction: column;justify-content: center;align-items: center;}
.about-culture .txts h4{font-size: 32px;margin-bottom: 14px;line-height: 32px;}
.about-culture .txts p{font-size: 16px;line-height: 28px;}


/* ==================== 关于我们 ==================== */


/* ==================== 进销存 ==================== */

/*公用*/
.jxc-tit{font-size: 36px;font-weight: bold;text-align: center;}
.jxc-tit p{line-height: 54px;margin: 14px 0;}
.jxc-tit span{color: #e03e2d;}


/*优势*/
.jxc_advantage{padding: 50px 0 80px;}
.jxc_advantage ul{display: flex;flex-wrap: wrap;}
.jxc_advantage li{width: 400px;display: flex;align-items: center;margin-top: 50px;}
.jxc_advantage .rig{margin-left: 20px;flex: 1;width: 100%;font-size: 16px;color: #666;}
.jxc_advantage img{width: 100px;height: 100px;display: flex;}
.jxc_advantage h4{font-size: 20px;color: #242424;padding-bottom: 10px;font-weight: 500;}


/*管理+营销*/
.jxc_manage{background-color: #f6f6f6;padding-top: 50px;}
.jxc_manage .list{}
.jxc_manage .li{padding: 60px 0;}
.jxc_manage .li .boxs{width: 1200px;margin: 0 auto;display: flex;gap: 75px;}
.jxc_manage .cover{width: 580px;}
.jxc_manage .cover img{display: flex;width: 100%;}
.jxc_manage .info{width: 525px;}
.jxc_manage .info .tit{line-height: 1.5;}
.jxc_manage .info .tit p{margin: 14px 0;font-size: 24px;font-weight: bold;}
.jxc_manage .info ul{margin-top: 35px;}
.jxc_manage .info li{font-size: 16px;line-height: 2;margin: 4px 0;position: relative;padding-left: 15px;}
.jxc_manage .info li:before{content: '';display: block;position: absolute;left: 0;top: calc(50% - 4px);width: 8px;height: 8px;border-radius: 50%;background-color: #333;}
.jxc_manage .li:nth-child(2n){background-color: #fff;padding: 50px 0;}


/*方案*/
.jxc_plan{padding: 50px 0 100px;}
.jxc_plan .list{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap: 53px;padding-top: 80px;}
.jxc_plan li{width: 260px;}
.jxc_plan li img{width: 100%;display: flex;}


/*服务*/
.jxc_service{padding: 50px 0 100px;background-color: #f6f6f6;}
.jxc_service .list{display: flex;padding-top: 50px;}
.jxc_service li{width: 100%;display: flex;flex-direction: column;align-items: center;}
.jxc_service .icon{background-color: #ff5831;width: 96px;height: 96px;border-radius: 50%;}
.jxc_service .icon img{width: 100%;display: flex;}
.jxc_service .info{text-align: center;padding-top: 14px;}
.jxc_service .info h5{font-size: 18px;color: #666;font-weight: 500;}
.jxc_service .info p{font-size: 14px;color: #999;margin-top: 4px;}


/* ==================== 进销存 ==================== */


/* ==================== 合作加盟 ==================== */

.join_float{background-color: #fff;box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.04);padding: 20px 50px;border-radius: 9px;margin-top: -70px;position: relative;z-index: 9;}
.join_float h2{padding-bottom: 18px;margin-bottom: 18px;border-bottom: 1px solid rgba(201, 204, 207, 0.23);text-align: center;}
.join_float h2 img{width: 202px;}
.join_float .group{display: flex;justify-content: center;gap: 130px;}
.join_float .group img{height: 32px;display: flex;}


/*政策*/
.join_policy{padding: 70px 0 70px;}
.join_policy .list{display: flex;justify-content: center;gap: 180px;padding-top: 40px;}
.join_policy li{border: 1px solid #E0E0E0;width: 200px;height: 180px;padding: 20px 0;border-radius: 10px;text-align: center;}
.join_policy img{height: 72px;}
.join_policy h4{font-size: 18px;padding: 6px 0;font-weight: 500;}
.join_policy p{line-height: 24px;color: #666;font-size: 15px;}

/*计划*/
.join_plan{background-color: #f5f6f7;padding: 70px 0;}
.join_plan .list{display: flex;flex-wrap: wrap;margin-top: 60px;background-color: #fff;border-radius: 12px;box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.04);padding-bottom: 60px;}
.join_plan li{width: 33.33%;text-align: center;}
.join_plan img{height: 70px;margin-top: 50px;}
.join_plan h4{font-size: 20px;padding: 25px 0 15px;font-weight: 500;}
.join_plan p{line-height: 24px;color: #666;font-size: 16px;}


/*计划*/
.join_intro{padding: 70px 0;}
.join_intro .list{display: flex;justify-content: center;gap: 50px;margin-top: 60px;}
.join_intro li{width: 332px;padding: 35px 0;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);border-radius: 4px;text-align: center;}
.join_intro img{height: 70px;}
.join_intro h4{font-size: 22px;padding: 8px;font-weight: 500;}
.join_intro h6{font-size: 14px;padding-bottom: 15px;font-weight: 500;}
.join_intro p{line-height: 24px;color: #666;font-size: 16px;}


/*申请流程*/
.join_apply{padding: 40px 0;text-align: center;}
.join_apply img{width: 880px;margin-top: 40px;}


/*广告*/
.join_partner{height: 120px;padding: 50px 0;background: url('../images/join/foot_banner.png');background-size: 100% 100%;display: flex;justify-content: center;align-items: center;}
.join_partner h1{font-size: 32px;color: #fff;font-weight: 500;}


/* ==================== 合作加盟 ==================== */


/* ==================== 小程序 ==================== */

.appletCon .page-tit{font-weight: bold;line-height: 1;}
.appletCon .page-desc{font-size: 16px;padding-top: 16px;color: #2E2F34;line-height: 1.1}
.appletCon .sec{padding: 80px 0;}

/*痛点*/
.applet_question .list{display: flex;justify-content: space-between;padding-top: 55px;}
.applet_question li{width: 321px;text-align: center;}
.applet_question img{height: 220px;}
.applet_question h4{font-size: 24px;padding-top: 28px;line-height: 1.4;}
.applet_question p{line-height: 22px;color: #666;font-size: 16px;margin-top: 10px;}


/*解决方案*/
.applet_project{background-color: #F9FAFF;}
.applet_project .ad{width: 100%;margin-top: 55px;}
.applet_project .list{display: flex;flex-wrap: wrap;margin-top: 54px;box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);background-color: #fff;}
.applet_project li{width: 400px;height: 87px;display: flex;align-items: center;border: 1px solid #D8E1F3;margin-bottom: -1px;border-right: none;font-size: 18px;color: #333;padding-left: 40px;box-sizing: border-box;}
.applet_project li:nth-child(3n){border-right: 1px solid #D8E1F3;}
.applet_project li img{width: 19px;margin-right: 8px;}


/*解决方案*/
.applet_function .list{display: flex;flex-wrap: wrap;margin-top: 55px;gap: 18px;}
.applet_function li{width: 388px;height: 154px;display: flex;align-items: center;box-sizing: border-box;box-shadow: 0px 2px 10px 0px rgba(168, 188, 220, 0.5);background-color: #fff;margin-bottom: 12px;border-radius: 6px;cursor: pointer;transition:  all 0.5s;}
.applet_function img{width: 100px;margin-right: 20px;}
.applet_function .txt{flex: 1;width: 100%;overflow: hidden;padding-right: 10px;}
.applet_question h4{font-size: 20px;line-height: 1.4;color: #000;}
.applet_question p{line-height: 22px;color: #666;font-size: 16px;margin-top: 10px;}


/* ==================== 小程序 ==================== */