body {
    min-width: 1200px;
    background: #fff;
    font-family: 'Microsoft YaHei', '微软雅黑'
}

/*
#floatQQ{position:fixed;top:100px;right:0;z-index:50;font-size:12px}
@media screen and (max-width:1270px){
    #floatQQ{display:none}
}
#press{width:33px;height:158px}
#hihi{width:120px;background:#114D77;overflow:hidden}
#hihi h2{line-height:22px;height:22px;border-bottom:#3a708d 1px solid;margin:5px 0}
#QQul{width:120px;padding:5px 0 10px;overflow:hidden}
#QQul li{float:left;height:22px;padding:0 0 5px 15px;overflow:hidden}
#QQul li img{margin-right:15px;vertical-align:text-bottom}
#qrcode_box{position:fixed;left:2px;bottom:10px;width:132px;z-index:999;text-align:center}
@media screen and (max-width:900px){
    #qrcode_box{display:none}
}*/

.flex {
    display: flex;
}
.flex1 {
    flex: 1;
}

/*头部*/
.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    -webkit-transition: all .5s;
    transition: all .5s;
    position:fixed;
    background:#fff;
    z-index:50;
    width:100%;
    height: 80px;
    overflow: hidden;
}

.information_head_font {
    font-size: 16px;
}

#header.narrow {
    height: 60px;
}

#header.narrow>div.wrap>p.left {
    transform: translateY(0);
}

.tran10 {
    transform: translateY(10px);
}

.header_info {
    font-size: 20px;
    padding-left: 30px
}

.header_phone {
    background: url("../../img/gem_ware/phone_1.png") no-repeat
}

.header_qq {
    background: url("../../img/gem_ware/qq_1.png") no-repeat;
    margin: 0 10px 0 25px
}

#header.narrow .nav {
    line-height: 64px;
}

.nav {
    line-height: 84px;
    margin-left: 50px;
    transition: all .5s;
}

.nav li {
    float: left;
    width: 95px;
    margin-right: 12px;
    text-align: center;
    font-size: 1.125em;
    cursor: pointer;
}

.nav li a {
    color: #333;
}

.nav li.active a,.nav li:hover a {
    background: #ff6a3c;
    color: #FFF;
}

/*轮播*/

.banner {
    position: relative;
    z-index: 10;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 570px;
    overflow: hidden;
    transform: translateY(80px);
    transition:all .5s;
}
.banner_img {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 570px;
    overflow: hidden;
    transform: translateY(80px);
    margin-bottom:80px;
    transition:all .5s;
}

.tran60 {
    transform: translateY(60px) !important;
}

.innnerul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.innnerul li {
    float: left;
    height: 100%
}
.innnerul li img {
    width: 100%;
    height: 100%
}

.banner_bottom_group {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
}

.banner_bottom_group a {
    width: 346px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    cursor: pointer;
}

/* 顾客下单流程 */

.use_order li {
    margin-top: 110px;
    font-weight: 500;
    width: 280px;
    height: 68px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    cursor: pointer;
    color: rgba(255, 121, 34, 1);
}

.use_order li p {
    line-height: 68px;
    font-size: 24px;
    font-family: SourceHanSansSC-Medium;
}

.user_order_active {
    background-image: url("../../img/index/user_bg.png") !important;
    color: #fff !important;
}

.bg_change {
    position: relative;
}

#change_bg {
    position: absolute;
    top: 107px;
    left: 66px;
    width: 326px;
    overflow: hidden;
}

#change_bg ul {
    width: 1304px;
    position: relative;
}

#change_bg li {
    float: left;
    z-index: 999;
}

#change_bg li img {
    width: 326px;
    height: 590px;
}

.cur_bg_change {
    position: relative;
}

#cur_change_bg {
    position: absolute;
    top: 108px;
    left: 66px;
    width: 326px;
    overflow: hidden;
}

#cur_change_bg ul {
    position: relative;
    width: 1304px;
}

#cur_change_bg li {
    float: left;
    z-index: 999;
}

#cur_change_bg li img {
    width: 326px;
    height: 590px;
}

/* 顾客下单流程介绍 */

/* 系统优势 */

.sys_advantage li {
    width: 33%;
    margin-top: 80px;
}

.sys_advantage li:nth-child(2),
.sys_advantage li:nth-child(5) {
    border-left: 1px solid #FF7922;
    border-right: 1px solid #FF7922;
}

.sys_advantage li div {
    width: 109px;
    height: 109px;
    background: rgba(248, 248, 248, 1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.sys_advantage li div img {
    width: 109px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sys_advantage li p {
    margin: 20px auto 0;
    width: 340px;
    text-align: center;
    font-size: 20px;
}

.sys_advantage li h4 {
    height: 60px;
    width: 240px;
    font-size: 26px;
    font-family: SourceHanSansSC-Medium;
    color: rgba(56, 56, 56, 1);
    margin: 38px auto 0;
    font-weight: normal;
}

/* 系统优势结束 */

/* 配套方案 */

.programme {
    margin-left: -32px;
    padding: 10px 0;
}

.programme li {
    box-sizing: border-box;
    float: left;
    width: 280px;
    height: 540px;
    margin-left: 25px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #eee;
    padding: 15px 36px;
    text-align: left;
    border-radius: 5px;
}

.programme li div {
    position: relative;
    height: 230px;
}

.programme li div img {
    width: 246px;
    height: 168px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.programme li p {
    font-family: SourceHanSansSC-Medium;
    color: rgba(131, 131, 131, 1);
    margin-top: 27px;
}

/* 配套方案结束 */

/* 合伙人福利 */

.partner {
    width: 255px;
    display: inline-block;
}

.partner li {
    margin-top: 43px;
}

.partner li div {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
    margin: 0 auto;
    position: relative;
}

.partner li div img {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner p {
    margin-top: 22px;
    font-size: 24px;
    font-family: SourceHanSansSC-Regular;
    color: rgba(56, 56, 56, 1);
    text-align: center;
}

.parent_img {
    position: relative;
    height: 555px;
}

.parent_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.partner_join {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    text-decoration: none;
    width: 280px;
    height: 68px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    border: 1px solid #FF6600;
    color: #FF611C;
    line-height: 68px;
}

.partner_join:hover {
    text-decoration: none;
}

/* 合伙人福利结束 */

.next,
.prev {
    position: absolute;
    z-index: 11;
    right: 5%;
    top: 150px;
    opacity: 0.5;
    cursor: pointer;
}

.prev {
    left: 5%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next:hover,
.prev:hover {
    opacity: 0.8
}

.controls {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    list-style: none;
    overflow: hidden;
}

.controls li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
}

.controls li.current {
    background-color: rgba(111, 197, 152, 0.5)
}

.tit_english {
    padding: 15px 0;
    font-size: 30px;
    font-family: arial;
    color: #999
}

.list {
    margin: 20px 0 20px
}

.list li {
    float: left;
    width: 390px;
    margin: 0 5px
}

.core_list,
.value_list {
    margin: 20px auto;
    overflow: hidden
}

.core_list li {
    float: left;
    width: 300px;
    padding-bottom: 30px
}

.core_list img {
    width: 140px;
    height: 140px
}

.value_list li {
    float: left;
    margin: 0 20px;
    width: 260px
}

.use_list {
    margin: 30px auto
}

.use_list li {
    display: inline-block;
    width: 240px;
    padding-bottom: 30px
}

.use_list li p {
    padding-top: 10px;
    font-size: 24px
}

.download_btn {
    margin: 0 100px;
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    background: #00A0F5;
    font-size: 20px;
    outline: none
}

.download_btn:active {
    position: relative;
    top: 1px
}

/*案例客户*/

.case_list {
    margin: 30px auto
}

.case_list li {
    display: inline-block;
    width: 140px;
    margin-right: 30px;
    position: relative
}

.case_list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

.case_list li:hover p {
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 1)
}

.links {
    line-height: 80px;
    font-size: 16px
}

.footer {
    line-height: 40px;
    padding: 40px 0 40px;
    border-top: 1px solid rgba(249, 99, 36, 1)
}

.code_pop {
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
    width: 360px;
    margin: -300px 0 0 -180px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    border: 5px solid #c47676;
    border-radius: 5px
}

.code_tip {
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 16px;
    background: #00a0f8;
    border-radius: 3px
}

.no_decoration {
    text-decoration: none;
}

.no_decoration:hover {
    text-decoration: none;
}

.orange {
    color: #FF531B;
}

#qrcode_box{
    position: fixed;
    left: 15px;
    bottom: 10px;
    width: 165px;
    z-index: 99;
    text-align: center;
}

#information_list li{
    border-bottom: 1px solid #ccc;
    padding: 38px 12px;
    box-sizing: border-box;
    display: flex;
    transition: font-size 0.5s;
}
.information_font {
    font-size: 16px;
}
.information_img_box {
    padding-top: 5px;
}
.information_img{
    width:350px;
    height:210px;
    transition: all 0.5s;
}
.information_brief{
    margin-left: 30px;
    width: 100%;
}
.information_remark{
    margin:10px 0;
    height:75px;
    line-height:25px;
    font-size:1.25em;
    color:#666;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    -webkit-box-pack:center;
    word-break:break-all
}
.information_link{
    margin: 70px 0 100px;
    text-align: center;
}
.information_link a {
    display: inline-block;
    padding: 15px 18px;
    background: rgba(243, 243, 243, 1);
    margin-left: 10px;
    color: #666;
    text-decoration: none;
}
.information_link .current {
    background: #FF6A3C;
    color: #fff;
}
.information_link a:hover {
    color: #383838;
    box-shadow: 0 0 10px #ccc;
}
.help_list {
    min-width:300px;
}
.info_content {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.info_content img {
    max-width: 100% !important;
    z-index: 1 !important;
}
#user_scene {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 90px;
    padding-top: 36px;
    border-top: 2px solid rgba(255, 121, 34, .2);
}
#user_scene .user_scene_item {
    padding: 15px 10px;
    width: 31%;
    border: 2px solid rgba(255, 121, 34, .2);
    border-radius: 10px;
    box-sizing: border-box;
}

.use-shop-scene {
    width: 100%;
}

#show_big_img .big_img{
    width: 100%;
    max-width: 1072px;
}
#right_consult{
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 99;
}
#right_consult li {
    margin-top: 5px;
    padding: 8px;
    line-height: 20px;
    background: #F2F5FC;
    color: #7BA2E7;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
}
#right_consult li.hover {
    border: 1px solid #7BA2E7;
}
#right_consult li .img_style{
    width: 30px;
    height: 30px;
}
#consult_pop {
    position: absolute;
    top: 0;
    left: -290px;
    width: 260px;
}

#apply_use_pop .apply_item{
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #EEE;
}
#apply_use_pop .apply_item:last-child {
    border-bottom: none;
}
#apply_use_pop .apply_item input {
    margin-left: 20px;
    border: none;
}
.verify_code {
    width: 80px;
    height: 30px;
}
@media screen and (max-width: 1250px) {
    body {
        min-width: 0;
    }
    .wrap {
        width: 90%;
    }
    .banner_img {
        min-width: 0;
    }
}
@media screen and (max-width: 1150px) {
    .imgview_hot_article {
        display: none;
    }
}
@media screen and (max-width: 970px) {
    .header_qq {
        display: none;
    }
    .information_font {
        font-size: 15px;
    }
    .information_img {
        width: 320px;
        height: 192px;
    }
}
@media screen and (max-width: 800px) {
    .header_phone {
        display: none;
    }
    #header {
        box-shadow: 0 0 5px #999;
    }
    .banner_img {
        width: 0;
        height: 0;
    }
    .information_font {
        font-size: 14px;
    }
    .information_img {
        width: 290px;
        height: 174px;
    }
    #qrcode_box {
        display: none;
    }
    .imgview_hot_article {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .information_img {
        width: 200px;
        height: 120px;
    }
}
@media screen and (max-width: 600px) {
    #header {
        height: 60px;
    }
    .nav {
        line-height: 64px;
        margin-left: 0;
    }
    #header.narrow {
        height: 40px;
    }
    .information_head img {
        width: 40px;
    }
    #header.narrow .nav {
        line-height: 44px;
    }
    #information_list li {
        flex-wrap: wrap;
    }
    .information_img {
        width: 400px;
        height: 240px;
    }
    .information_brief {
        margin-left: 0;
    }
}
@media screen and (max-width: 475px) {
    .information_head_font {
        font-size: 14px;
    }
    .nav li {
        width: 85px;
    }
    .information_img {
        width: 350px;
        height: 210px;
    }
}
@media screen and (max-width: 400px) {
    .information_head_font {
        font-size: 12px;
    }
    .nav li {
        width: 75px;
    }
}
@media screen and (max-width: 360px) {
    .information_head_font {
        font-size: 11px;
    }
    .nav li {
        width: 60px;
    }
}
