@charset "UTF-8";
@media screen and (max-width: 1024px) {
    #app {
        width: 125%;
    }
    .friendShipLink {
        display: none;
    }
    .footer-copyright {
        padding-top: 20px;
    }
}
.jiji-head {
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}
.container-layout {
    width: 1200px;
    margin: auto;
    /* overflow:hidden; */
    position: relative;
}
.jiji-head .logo {
    margin-top: 16px;
    float: left;
    width: 152px;
    height: 40px;
    border: 0;
    cursor: pointer;
}
.jiji-head .navbar {
    float: right;
    overflow: hidden;
    line-height: 67px;
    color: #333;
    font-size: 16px;
}
.jiji-head .navbar-item {
    float: left;
    margin-right: 45px;
    color: #333;
}
.jiji-head .navbar-item.active {
    color: #288ce9;
}
.jiji-head .navbar-item:hover {
    color: #288ce9;
}
.jiji-head .btn-group {
    float: right;
    margin-top: 19px;
}
.jiji-head .btn-group > a {
    width: 130px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #308ee6;
    border-radius: 21px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #308ee6;
    font-size: 16px;
    text-align: center;
    margin-right: 7px;
    box-sizing: border-box;
}
.jiji-head .btn-group > .btn-active {
    background: #308ee6;
    color: #fff;
    border-color: #308ee6;
}
.jiji-head .btn-group > .btn-active:hover {
    background: #fff;
    color: #308ee6;
}
.jiji-head .btn-group > .btn-plain:hover {
    background: #308ee6;
    border-color: #308ee6;
    color: #fff;
}
.jiji-head .drop-box {
    display: none;
    position: absolute;
    top: 67px;
    left: 280px;
    right: 0;
    z-index: 999;
}
.jiji-head .drop-menu {
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 2px 34px 0px rgba(232, 235, 242, 0.5);
    width: 287px;
    height: 266px;
    z-index: 9999;
    background: #fff;
}
.jiji-head .drop-box .drop-menu .drop-item {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
}
.jiji-head .drop-box .drop-menu .drop-item:hover {
    background: #f6f6f6;
    border-radius: 6px 0px 0px 0px;
}
.rightimg {
    width: 9px;
    height: 15px;
}
/* .jiji-head .drop-box .drop-menu .drop-item>a{float:left;width:14%;text-align:left;display:block;margin-top:20px;font-size:14px;color:#4d4d4d} */
.jiji-head .drop-box .drop-menu .drop-item > a:not(.drop-tit):hover {
    color: #288ce9;
}
.jiji-head .drop-box .drop-menu .drop-item > a.active {
    color: #288ce9;
}
.jiji-head .drop-box .drop-menu .drop-item > a.drop-tit {
    font-size: 16px;
}
.drop-menuChild {
    display: none;
    position: absolute;
    left: 287px;
    top: 0;
    background: #f6f6f6;
    border-radius: 0px 6px 6px 0px;
}
.drop-menuChild-item {
    height: 38px;
    line-height: 38px;
    /* color: #308ee6; */
    color: #333;
    padding: 0 20px;
    width: 120px;
}
.drop-menuChild-item .drop-list,
.drop-item .drop-list {
    display: inline-block;
    width: 100%;
}
.drop-menuChild-item:hover {
    color: #308ee6;
}
.jiji-footer {
    overflow: hidden;
    background: #555555;
}
.footer-top {
    padding: 29px 0 25px;
    border-bottom: 1px solid #666666;
}
.footer-top-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.footer-top-title {
    font-size: 18px;
    color: #afb0af;
}
.jiji-footer {
    color: #afb0af;
    font-size: 14px;
}
.jiji-footer .footer-main {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 37px 0 32px 0;
}
.jiji-footer .footer-talk {
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #1887fb;
    border: 1px solid #1887fb;
    border-radius: 4px;
    color: #fff;
    margin-top: 26px;
}
.jiji-footer .footer-talk img {
    width: 15px;
    height: 14px;
    vertical-align: middle;
}
.jiji-footer .footer-talk span {
    margin: 0 10px 0 10px;
}
.jiji-footer .footer-navbar {
    flex: 1;
    display: flex;
    justify-content: space-around;
    width: 560px;
    /* margin-left:50px */
}
.jiji-footer .footer-navbar-box {
    /* width:33.3333% */
}
/* .jiji-footer .footer-navbar-box a:first-of-type{
    color:#636363
} */
.jiji-footer .footer-navbar-box a {
    width: 100%;
    margin-bottom: 23px;
    display: block;
    color: #a9a9a9;
    font-size: 13px;
}

.jiji-footer .footer-navbar-box a:hover {
    color: #308ee6;
}
.jiji-footer .footer-navbar-box .footer-navbar-tit {
    color: #afb0af;
    font-size: 16px;
    user-select: none;
    margin-bottom: 20px;
}

.jiji-footer .QRcode {
    width: 255px;
    border-right: 1px solid #666666;
}
.jiji-footer .QRcode .tel {
    font-size: 20px;
    color: #308ee6;
}
.jiji-footer .logoimg {
    width: 184px;
    margin-bottom: 23px;
}
.jiji-footer .codeimg {
    width: 97px;
    margin-top: 10px;
}
.jiji-footer .QRitem > div {
}
.jiji-footer .QRitem {
}

.friendShipLink {
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    /* text-align:center; */
    /* padding:50px 0 35px 0; */
    /* background-color:#eef2f8 */
}
.friendShipLink .topimg {
    width: 14px;
    height: 8px;
    margin-left: 12px;
}

.rotate {
    transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.rotate1 {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
.friendShipLink .friendShipLink-title {
}
.friendShipLink .link-box {
    display: none;
}
.friendShipLink .link-box > span {
    color: #9f9f9f;
    margin-right: 20px;
}
.friendShipLink .link-box > span > a {
    white-space: nowrap;
    color: #9f9f9f;
    line-height: 28px;
}
.friendShipLink .link-box > span > a:hover {
    text-decoration: underline;
}
.jiji-footer .footer-copyright {
    text-align: center;
    padding: 20px 0 30px;
    color: #9f9f9f;
    /* background-color:#eef2f8 */
}
.jiji-footer .footer-copyright a {
    color: #9f9f9f;
}
.jiji-footer .footer-copyright span {
    /* margin-left:24px */
}
.experience-product {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/nav_experience_product.png) no-repeat center/100% 100%;
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 233px;
    z-index: 9999;
}
.telphone {
    width: 70px;
    height: 70px;
    background: url(../images/nav_telphone.png) no-repeat center/100% 100%;
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 162px;
    z-index: 9999;
}
.phoneNumber {
    box-shadow: rgba(107, 113, 114, 0.15) 0 2px 4px 0;
    border: 1px solid #ebeff0;
    font-family: "Microsoft Yahei", Arial, Helvetica;
    color: #555556;
    font-size: 13px;
    margin: 0;
    text-align: right;
    background: #fff;
    position: absolute;
    top: 18px;
    right: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    border-radius: 3px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    display: none;
}
#zhichiBtnBox, .zaixianzixun {
    background: #1887fb url(../images/nav_customerService.png) no-repeat center/100% 100% !important;
    box-shadow: none !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 0 !important;
    bottom: 91px !important;
    right: 40px !important;
    cursor: pointer !important;
}
.toTop {
    display: none;
    width: 70px;
    height: 70px;
    background: url(../images/nav_top.png) no-repeat center/100% 100%;
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 9999;
}
.service {
    width: 400px;
    height: 175px;
    display: none;
    background: #4587e8 url(../images/service.png) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -80px 0 0 -196px;
    z-index: 9999;
    border-radius: 5px;
}
.service p {
    font-size: 18px;
    color: #fff;
    margin-left: 130px;
    margin-top: 16px;
}
.service .close {
    text-align: right;
}
.service .close span {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.service .btn {
    margin-top: 20px;
    text-align: right;
}
.service .btn span {
    display: inline-block;
    width: 82px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.service .btn span:last-of-type {
    background-color: #fff;
    color: #498ae5;
}
/* 云产品轮播 */
#playauto {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#playauto .btn-group {
    position: absolute;
    top: 29.2vh;
    left: 18.6%;
}
#playauto .btn-group .btn-use {
    width: 160px;
    height: 50px;
    background: #308ee6;
    border-radius: 30px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#playauto .btn-group .btn-use1 {
    width: 160px;
    height: 50px;
    background: #308ee6;
    border-radius: 30px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#playauto img {
    height: auto;
    /* width:100%; */
}
/* 营销弹框组件 */
.market-alert {
    display: none;
    position: fixed;
    top: 280px;
    left: 50%;
    z-index: 9999;
    margin-left: -319px;
    width: 722px;
    /* height: 320px; */
    background: #ffffff;
    border: 1px solid #e8ebf2;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
        0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    padding: 22px 48px 22px 30px;
    border-radius: 4px;
}
.market-alert .marketlogoimg {
    width: 85px;
    height: 36px;
}
.market-alert .marketcloseimg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
}
.market-alert .marketkefuimg {
    width: 174px;
    height: 173px;
}
.market-alert .telimg {
    width: 24px;
    height: 24px;
}
.market-alert .market-con {
    margin-top: 5px;
    margin-bottom: 20px;
}
.market-alert .market-con-left .market-con-left-title {
    font-size: 30px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 49px;
}
.market-alert .market-con-left .market-con-left-txt {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 25px;
    margin-top: 2px;
}
.market-alert .market-con-left ul {
    width: 480px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f7fb;
}
.market-alert .market-con-left ul li {
    width: 108px;
    height: 26px;
    line-height: 26px;
    background: #e8f4ff;
    border-radius: 13px;
	font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #333333;
    text-align: center;
    margin: 10px 10px 0 0;
}
.market-alert .market-tel {
    font-size: 30px;
    font-family: PingFangSC, PingFangSC-Semibold;
    /* font-weight: 600; */
    text-align: left;
    color: #333333;
    line-height: 49px;
}
.market-alert .freeUse {
    width: 150px;
    height: 45px;
    background: #308ee6;
    border-radius: 23px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    margin-right: 12px;
}
.market-container {
    background-color: #0083fd;
    padding: 87px 0;
}
.market-container .market-con-left {
    width: 640px;
    /* margin-right:105px; */
}
.market-container .market-con-left .market-con-left-title {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
}
.market-container .market-con-left .market-con-left-txt {
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 56px;
    margin-top: 7px;
}
.market-container .marketkefuimg {
    width: 290px;
    height: 290px;
}
.market-container .market-con-left ul {
    flex-wrap: wrap;
    margin-top: 26px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.market-container .market-con-left ul li {
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    text-align: center;
    margin: 10px 10px 0 0;
}
.market-container .market-tel {
    font-size: 56px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 78px;
}
.market-container .freeUse {
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #ffa101;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-right: 75px;
}
.market-container .telimg {
    width: 44px;
    height: 44px;
}
