body{
    background: #f6f6ff;
    position: relative;
}

.jc-asdl-title{}
.jc-asdl-title h2{
    margin: 0;
    padding: 45px 0 0 0;
    font-size: 26px;
}
.jc-asdl-title-new {
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jc-asdl-title-new span{
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(0, 108, 181);
    padding: 5px 15px;
    border-radius: 10px;
}
.jc-asdl-title-new span img:first-child{
    margin-right: 10px;
}
.jc-asdl-title-new span img:last-child{
    margin-left: 10px;
}
/* 语音业务精选 */
.jc-voice{
    margin-top: 30px;
}
.jc-voice ul{
    display: flex;
}
.jc-voice ul li{
    margin-right: 15px;
    transition: all .2s linear;
}
.jc-voice ul li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.jc-voice ul li:nth-child(3n+0){
    margin-right: 0;
}
.jc-voice ul li a{
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 390px;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.jc-voice ul li a div{
    font-size: 16px;
}
.jc-voice ul li a > div:first-child{
    margin-right: 20px;
}
.jc-voice ul li a > div:first-child img{
    height: 81px;
}
.jc-voice ul li a div p{
    font-size: 16px;
    color: #333;
}
.jc-voice-title{
    height: 81px;
}
.jc-voice ul li a div h4{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.jc-voice ul li a div p span{
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-right: 5px;
}
.jc-voice .jc-voice-describe > p{
    margin-bottom: 45px;
    font-size: 15px;
}
.jc-voice .jc-voice-btn{
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #3cc649;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
.jc-voice .jc-voice-btn:hover{
    background: rgba(60, 198, 73, 0.6);
}

/* 企业服务 */
.jxtitle{
    padding: 0px 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jxtxt{
    font-size: 26px;
    color: #000;
    font-weight: 400;
}
.jxtel {
    font-size: 19px;
    color: #5b82ff;
    /* font-weight: 600; */
}
.items{
    display: flex;
    justify-content: space-between;
}
.items a{
    width: 358px;
    height: 308px;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.items a .conTop{
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 80px;
    color: #333333;
}
.outter{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.items a .conMid{
    height: 150px;
}
.Img{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: #3c79ef;
}
.Img img{
    margin-right: 20px;
}
.conMid p{
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.conMid p span{
    color: #ff5d00;
}
.items a .conUnder{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.pri{
    height: 100%;
    line-height: 80px;
    font-size: 24px;
    color: #ff5d00;
}
.pri span{
    font-size: 18px;
    color:#666666;
}
.conUnder .btn{
    font-size: 14px;
    padding:5px 15px;
    background:#ff5d00;
    border-radius: 5px;
    color: #ffffff;
}
.more{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    padding:5px 15px;
    background:#5b82ff;
    border-radius: 5px;
    color: #ffffff;
}
.item{
    width: 450px;
    height: 310px;
}
.item .top{
    display: block;
    width: 100%;
    height: 149px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 100%;
}
.topL{
    width: 60%;
    font-size: 20px;
    color: #3c79ef;
}

.under{
    height: 148px;
    display: flex;
    justify-content: space-between;
}
.under a{
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 143px;
    height: 100%;
    border: 1px solid #dddddd;
    position: relative;
}
.smT{
    font-size: 14px;
    color: #333333;
    padding:  0 0 10px 0;
    font-weight: bold;
}
.under p{
    font-size: 12px;
    color: #000;
    padding: 0 0 10px 0;
    line-height: 24px;
}
.under p img{
    width: 35%;
    height: auto;
}
.under a:hover{
    transform: translateY(-3px);
}


/* 解决方案 */
.jc-solution{
    font-size: 24px;
    color: #000;
    height: 728px;
    margin-top: 80px;
    box-sizing: border-box;
}
.jc-solution::after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.jc-solution h4{
    font-size: 26px;
    color: #fff;
    padding: 75px 0 58px;
    text-align: center;
}
.jc-solution .jc-solution-conent{
    display: flex;
    background: rgba(0, 0, 0, .2);
    border-radius: 8px;
}
.jc-solution .jc-solution-conent > div:first-child{
    width: 250px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    padding: 25px 15px 13px 15px;
    border-radius: 8px 0 0 8px;
}
.jc-solution .jc-solution-conent > div:last-child{
    width: 950px;
    box-sizing: border-box;
    font-size: 22px;
    padding: 25px 20px;
}
.jc-solution .jc-solution-conent .jc-solution-tab{
    font-size: 16px;
    color: #fff;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    padding-left: 18px;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent {
    display: none;
}
.jc-solution .jc-solution-conent > div:first-child > .active{
    background-color: #3c79ef;
    border-radius: 8px;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div{
    height: 165px;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div:hover{
    background-color: #3c79ef;
    color: #fff;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div:hover > h5 > img{
    display: inline-block;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div > h5{
    font-size: 20px;
    padding: 25px 0;
    color: #fff;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div > h5 > img{
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 3px;
    display: none;
}
.jc-solution .jc-solution-conent .jc-solution-tab-conent > div > span{
    font-size: 15px;
    color: #fff;
}
.jc-solution .jc-solution-conent > div:last-child > .active {
    display: block;
}

/* 底部 */

.jc-footer{
    width: 545px;
    background-color: #fff;
    margin: 30px auto;
    padding: 10px 0;
}
.jc-footer p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
}
.jc-footer p:last-child{
    margin-bottom: 0;
}
.jc-footer p > a{
    font-size: 16px;
    color: #777777;
}
.jc-footer p:first-child > a{
    font-size: 16px;
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0066cc;
    color: #fff;
    margin-right: 5px;
}
.jc-footer p > a:last-child{
    margin-right: 0;
}
/* 禁用不可点击 */
.disabled {
    pointer-events: none !important;
    color: #fff !important;
    background-color: #ccc !important;
}

/* 遮罩层 */
#overlay {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#overlay .popup {
    background-color: #ffffff;
    width: 770px;
    height: 500px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
#overlay .popup .left {
    width: 254px;
}
#overlay .popup .left > img {
    width: 254px;
    border-radius: 1px 0 0 1px; 
    border-radius: 10px 0 0 10px;
}
#overlay .popup .right {
    width: 516px;
    padding: 45px 40px;
    position: relative;
}
#overlay .popup .right .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    color: #aaaaaa;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay .popup .right .iconfont:hover {
    color: #f3434d;
}
#overlay .popup .right h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 3px;
}
#overlay .popup .right p {
    padding: 0;
}
#overlay .popup .right p label {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}
#overlay .popup .right p input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
}

#overlay .popup .right p input::placeholder {
    font-size: 20px;
    color: #d9d9d9;
}
#overlay .popup .right p input:focus {
    outline: 1px solid #5b82ff;
}
#overlay .popup .right p .form-buttom {
    display: inline-block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
    background-color: #5b82ff;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay .popup .right p .form-buttom:hover {
    background-color: rgba(91, 130, 255, 0.6);
}
#overlay1 {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#overlay1 .popup1 {
    background-color: #ffffff;
    width: 770px;
    height: 500px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}
#overlay1 .popup1 .top {
    position: relative;
    width: 100%;
    height: 152px;
    font-size: 0;
}
#overlay1 .popup1 .top > .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}
#overlay1 .popup1 .top > img {
    width: 770px;
    border-radius: 10px 10px 0 0;
}
#overlay1 .popup1 .buttom {
    padding: 50px 0;
}
#overlay1 .popup1 .buttom p {
    width: 100%;
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
}
#overlay1 .popup1 .buttom p .form-buttom1 {
    margin-top: 40px;
    display: inline-block;
    width: 423px;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    color: #fff;
    background-color: #5b82ff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#overlay1 .popup1 .buttom p .form-buttom1:hover {
    background-color: rgba(91, 130, 255, 0.6);
}


/* 弹出框 */
.pop1 {
    display: none;
    width: 800px;
    min-height: 270px;
    max-height: 550px;
    height: 500px;
    position: fixed;
    top: 45%;
    left: 45%;
    margin: -185px 0 0 -300px;
    z-index: 9999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}
.pop1 .pop1-title{
    height: 60px;
    line-height: 60px;
    background-color: #4066e9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.pop1 .pop1-conent{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 40px 50px;
}
.pop1 .pop1-conent >div{
    width: 50%;
}
.pop1 .pop1-conent >div > img{
    width: 270px;
}
.pop1 .pop1-conent > div:last-child{
    padding: 40px 0 0 0;
    font-size: 18px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.pop1 .pop1-conent >div:last-child > div{
    width: 100%;
}
.pop1 .pop1-conent >div:last-child > div > label{
    font-size: 18px;
    color: #717070;
    margin-bottom: 10px;
    display: inline-block;
}
.pop1 .pop1-conent >div:last-child > div > label > i{
    color: red;
}
.pop1 .pop1-conent >div:last-child > div > input{
    width: 100%;
}
.pop1 .pop1-conent >div:last-child > div > input[type='text']{
    background-color: #f5f5f5;
    height: 60px;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.pop1 .pop1-conent >div:last-child > div > input[type='submit']{
    background-color: #4d77f5;
    height: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.pop1 .pop1-conent >div:last-child > div:last-child{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.pop1 .pop1-conent >div:last-child > div:last-child .reverse-backs{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 20px;
    cursor: pointer;
}

/* 查资源弹出框 */
#jiatingpop {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#jiatingpop-hint {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
.jiatingpop {
    background-color: #ffffff;
    width: 500px;
    height: 350px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.jiatingpop .popout-conent{
    width: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
    position: relative;
}
.jiatingpop .popout-conent h2{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.jiatingpop .popout-conent > .close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.jiatingpop .popout-conent > .close > img{
    width: 60%;
}
.jiatingpop .popout-conent .form > div{
    margin: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.jiatingpop .popout-conent .form .item_code{
    display: flex;
    justify-content: space-between;
}
.jiatingpop .popout-conent .form .item_code .input_code{
    width: 70%;
}
.jiatingpop .popout-conent .form div input{
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    border-radius: 7px;
    box-sizing: border-box;
}
.jiatingpop .popout-conent .form div  input::placeholder {
    font-size: 16px;
    color: #d9d9d9;
}
.jiatingpop .popout-conent .form div input:focus {
    outline: 1px solid #fff;
}
.jiatingpop .popout-conent .form .code > span{
    display: inline-block;
    width: 100%;
    background-color: chocolate;
    font-size: 16px;
    border-radius: 7px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.jiatingpop .popout-conent .form div > .text{
    font-size: 18px;
}

.jiatingpop .popout-conent .form > div .jiatingpop_btn{
    display: inline-block;
    width: 50%;
    font-size: 18px;
    background-color: #3cc649;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.zhixiang{
    position: relative;
}
.zhixiang::after{
    content: "";
    font-size: 50px;
    width: 130px;
    height: 120px;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: 250px;
    z-index: 2;
    background: url("../../images/0719/zhixiang.png") no-repeat;
    background-size: 100% 100%;
}


/* 二维码遮罩层 */
/* 遮罩层 */
#PopUp {
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    display: none;
    /* 弹出框主体 */
}
#PopUp > .content {
    width: 350px;
    height: 550px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

#PopUp > .content > .close{
    position: absolute;
    top: 15px;
    right: -10px;
    width: 25px;
    height: 25px;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}