.main-banner{
    background:url('../image/robot/banner.png') no-repeat center;
    background-size: auto 100%;
    margin-top: 80px;
    color:rgba(255,255,255,.8);
    height: 440px;
    line-height: 35px;
    font-size: 20px;
}
.main-banner .btn {
    margin-top: 40px;
    min-width: 120px;
    border: 1px solid #fafafa;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}
.main-banner .title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-banner>.cont{
    width:1100px;
    position: absolute;
    left: 50%;
    top:80px;
    margin-left: -534px;
}
.radio-box label{
    padding:8px 8px;
    background-color: rgba(255,255,255,.25);
    border-radius: 3px;
    border:1px solid #fff;
    cursor: pointer;
    font-size: 16px;
}
input[type="radio"]{
    display:none;
}
input::-webkit-input-placeholder{
    color:#fff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
.radio-box input[type="radio"]+i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    /*border:3px solid rgba(255,255,255,0.1);*/
    /*box-shadow: 0 0 0px 1px #fff;*/
    margin-right: 5px;
    background-color: rgba(255,255,255,0.1);
}
.radio-box input[type="radio"]:checked+i{
    background-color: #fff;
    /*border:3px solid rgba(255,255,255,0);*/
}
.ipt{
    line-height: 38px;
    border:1px solid #fff;
    position: relative;
    width:300px;
    border-radius: 4px;
    background-color: rgba(255,255,255,.25)
}
.ipt input{background-color: transparent;color:#fff;
    outline: none;border:none;font-size: 15px;padding-left: 8px;
    display: block;
     line-height: 38px;
}
.ipt .btn{
    position: absolute;
    right: 0;top:0;
    padding:0 8px;
    font-size: 15px;
    line-height: 38px;
    color:#444;
    background-color: #fff;
    outline: none;
    border:1px solid #fff;
    border-radius: 3px;
    width:108px;
}
.section .text{
    color:#666;
    font-size: 14px;
    text-align: center;
}
.list2 .co{
    margin:0 35px;
    background:url(../image/robot/item-bg.png) no-repeat center;
    background-size: contain;
    border-radius: 4px;
    height: 300px;
    padding: 40px 30px 20px 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}
.list2 .t{font-size: 20px;}
.list2 .audio{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    border:1px solid #f00;
    background-color: rgba(255,255,255,.25);
    display: flex;
    align-items:center;
    padding:10px;
    cursor: pointer;
}
.audio .img{
    width: 40px;
    height: 40px;
    background:url('../image/robot/stop.png') no-repeat center;
}
.audio.on .img{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background:url('../image/robot/play.png') no-repeat center;
}
.list2 .audio .cont{
    flex: 1;
    padding-left: 15px;
}
.list2 .co .text{
    text-align: left;
}
.list3 .co{
    width: 270px;
    margin: auto;
    padding:25px 0;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 28px;
}
.list3 .co:hover{
    box-shadow: 0 0 10px 2px #dedede;
    transition: all .3s;
    transform: scale(1.05);
}
.list3 .co .t{
    font-size: 20px;
}
.list4 .check{
    padding-left: 70px;
    text-align: left;
    color:#444;
    font-size: 14px;
    line-height: 28px;
}
.list4 .check>i{
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background:url(../image/robot/check.png) no-repeat center;
    margin-right: 5px;
}
/*鼠标移上去有遮罩*/
.swiper-container{
    width: 1000px;
    height: 590px;
    box-shadow: 0px 0px 30px 0px rgba(37, 64, 207, 0.1);
}
.mobile-s-wrapper{margin-top:80px;height: auto;margin-bottom: 150px;}
.swiper-slide{
    box-shadow: 0 0 0 0;
}
.swiper-pagination{
    left: 50%;
    margin-top: 50px;
    margin-left: -138px;
    background-color: #fff;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color:#333;
    font-weight: 700;
    opacity: 1;
    background: #efefef;
    margin-left: 10px;
    margin-right: 10px;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #2540cf;
}
.swiper-button-next{
    right: 50%;
    margin-right: -550px;
}
.swiper-button-prev{
    left: 50%;
    margin-left: -550px;
}
.main-banner.switchboard-img{
    margin-top: 80px;
    height: 418px;
    background:url('../image/yunzongji/banner.png') no-repeat center;
    background-size: auto 100%;
}


.radio-box label {
    padding: 10px;
    background-color: rgba(255,255,255,.25);
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
}
.radio-box label.on{color:#fff;border: 1px solid #fff;}
.radio-box>label>i{
    position: relative;
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 12px;
    margin-left: 8px;
    vertical-align: middle;
}
.radio-box>label.on>i{
    background-color: #fff;
}
.radio-box>label>i::after{
    content: '';
    position: absolute;
    left: -4px;top:-4px;
    width:16px;
    height: 16px;
    border:1px solid #fff;
    border-radius: 100%;
}
.cont .wran{color:#f00;font-size: 13px;line-height: 20px;}
.wran.wait{color:#fff;}
.btn.disabled{
    background-color: #dedede;
    cursor: not-allowed;
    border:1px solid #dedede;
}
.c-yellow{
    color:#FA7D68;
    font-size: 15px;
    padding-top: 5px;
    line-height: 20px;
}
.c-yellow>img{
    position: relative;
    left: 0;
    top: 4px;
}