﻿/*产品页-开播*/
.lock {
    overflow: hidden;
    touch-action: none;
}

.ban {
    position: relative;
    overflow: hidden;
}

.ban img {
    width: 100%;
    height: 723px;
    background: 50% cover no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
}

.ban .img2 {
    display: none;
}

.ban .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 40px;
    overflow: hidden;
}

.ban .box {
    overflow: hidden;
}

.ban i {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images-kaibo/iconq1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.ban .text {
    overflow: hidden;
}

.ban h3 {
    font-size: 48px;
    color: #1E2128;
    line-height: 1.4em;
    font-weight: 400;
    font-family:SemiBold;
    margin-bottom: 4px;
    overflow: hidden;
}

.ban h3 em {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 12px;
}

.ban span {
    display: block;
    font-size: 24px;
    color: #1E2128;
    line-height: 1.4em;
    font-family:Regular;
    margin-bottom: 60px;
    overflow: hidden;
}

.ban .desc {
    font-size: 24px;
    color: #1E2128;
    line-height: 1.4em;
    font-family:Regular;
    overflow: hidden;
}

.ban .desc p {
    /* margin-bottom: 12px; */
}

.ban .bot {
    margin-top: 48px;
    overflow: hidden;
}

.ban .bot a {
    display: block;
    float: left;
    font-size: 20px;
    color: #0074FC;
    line-height: 56px;
    font-weight: 500;
    font-family: SemiBold;
    text-align: center;
    border: 2px #0074FC solid;
    border-radius: 30px;
    padding: 0 20px;
    margin-right: 12px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ban .bot a:last-child{
    margin-right: 0;
}

.ban .bot a:hover {
    background: rgba(0, 57, 252, .05);
}

.ban .bot .a1 {
    color: #fff;
    line-height: 60px;
    background: #0074FC;
    border: none;
}

.ban .bot .a1:hover {
    background: linear-gradient(92.75deg, #00A1FC 1.87%, #0074FC 91.88%);
}

.m-video {
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    position: relative;
    z-index: 2;
    margin-top: -42px;
    margin-bottom: 22px;
    padding: 12px;
    overflow: hidden;
}

.m-video .video {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-color: #fff;
    overflow: hidden;
}

.m-video .video video,.m-video .video img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-video .video .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.m-video .video .play i {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images-kaibo/iconq2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ul-imgq1 {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.ul-imgq1 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.ul-imgq1 .con {
    display: block;
    overflow: hidden;
}

.ul-imgq1 .pic {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.ul-imgq1 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-imgq1 a:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.m-picq1 {
    width: 600px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.m-picq1 img {
    display: inline-block;
    vertical-align: middle;
}

.m-copilot {
    padding: 100px 0 60px;
    overflow: hidden;
}

.g-titq1 {
    text-align: center;
    overflow: hidden;
}

.g-titq1 h3 {
    font-size: 36px;
    color: #1E2128;
    line-height: 1.4em;
    font-family: SemiBold;
    margin-bottom: 16px;
    overflow: hidden;
}

.g-titq1 h3 em {
    color: #1174FC;
    font-weight: bold;
}

.g-titq1 h3 b {
    color: #1174FC;
}

.g-titq1 .desc {
    font-size: 20px;
    color: #1E2128;
    line-height: 1.4em;
    font-family: Regular;
    overflow: hidden;
}

.g-titq1 .desc p span,
.g-titq1 .desc p span a {
    color: #0074FC;
    font-weight: 500;
}

/*.m-copilot .g-titq1 h3 br{
    display: none;
}*/
.ul-imgtxtq1 {
    margin: 66px 20px 0;
    overflow: hidden;
}

.ul-imgtxtq1 li {
    float: left;
    width: 33.33%;
    padding: 0 55px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ul-imgtxtq1 .con {
    display: block;
    overflow: hidden;
}

.ul-imgtxtq1 .pic {
    width: 90px;
    height: 90px;
    margin: 0 auto 31px;
    overflow: hidden;
}

.ul-imgtxtq1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ul-imgtxtq1 h3 {
    font-size: 24px;
    color: #1E2128;
    line-height: 1.4em;
    font-family: SemiBold;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.ul-imgtxtq1 .desc {
    font-size: 16px;
    color: #1E2128;
    line-height: 1.8em;
    font-family: Regular;
    overflow: hidden;
}

.m-broadcast {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ul-txtq2 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

/* .ul-txtq2.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 5;
} */

.ul-txtq2 ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.ul-txtq2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 90px;
}

.ul-txtq2 li a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    font-family: Inter-Medium;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .3);
    padding: 0 20px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-txtq2 li.on a,
.ul-txtq2 li.on:hover a {
    color: #1E2128;
    background-color: #fff;
}

.ul-txtq2 li:hover a {
    background-color: rgba(255, 255, 255, .4);
}

.ul-txtq2 li a i {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-top: -2px;
    margin-right: 12px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-txtq2 li a i img {
    display: block;
    width: 100%;
    height: 100%;
}

.ul-txtq2 li a i .img2 {
    display: none;
}

.ul-txtq2 li.on a i .img1 {
    display: none;
}

.ul-txtq2 li.on a i .img2 {
    display: block;
}

.m-broadcast .content {
    position: relative;
    overflow: hidden;
}

.m-broadcast .item {
    position: relative;
    padding: 100px 0 107px;
    overflow: hidden;
}

.m-broadcast .item:nth-child(even) .boxs {
    margin-top: 50px;
}

.m-broadcast .picbox {
    float: right;
    width: 670px;
    position: relative;
}

.m-broadcast .item:nth-child(even) .picbox {
    float: left;
}

.m-broadcast .picbox .bg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.m-broadcast .picbox .bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m-broadcast .picbox .pic {
    width: 630px;
    height: 363px;
    border: 1px #fff solid;
    background-color: #E6EAFA;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    position: absolute;
    top: 77px;
    left: 10px;
    padding: 10px;
    overflow: hidden;
}

.m-broadcast .item:nth-child(even) .picbox .pic {
    top: 18px;
    left: 23px;
}

.m-broadcast .picbox .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-broadcast .box {
    float: left;
    width: 538px;
    padding-left: 54px;
    margin-top: 17px;
    overflow: hidden;
}

.m-broadcast .item:nth-child(even) .box {
    float: right;
    margin-top: 10px;
}

.ul-txtq3 {
    margin-top: 108px;
    margin-bottom: 24px;
    overflow: hidden;
}

.ul-txtq3 li {
    margin-bottom: 34px;
    overflow: hidden;
}

.ul-txtq3 .con {
    display: block;
    overflow: hidden;
}

.ul-txtq3 h3 {
    font-size: 20px;
    color: #1E2128;
    line-height: 1.4em;
    position: relative;
    padding-left: 46px;
    overflow: hidden;
}

.ul-txtq3 h3 i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images-kaibo/iconq13.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.m-broadcast .bot {
    margin-left: 20px;
    overflow: hidden;
}

.m-broadcast .bot a {
    display: block;
    float: left;
    font-size: 20px;
    color: #1E2128;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    font-family: SemiBold;
    border: 2px #D1DAE8 solid;
    border-radius: 30px;
    padding: 0 20px;
    margin-right: 8px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-broadcast .bot a:hover {
    color: #0074FC;
    border-color: #0074FC;
}

.m-broadcast .bot .a1 {
    color: #fff;
    line-height: 60px;
    background: #0074FC;
    border: none;
}

.m-broadcast .bot .a1:hover {
    color: #fff;
    background: linear-gradient(92.75deg, #00A1FC 1.87%, #0074FC 91.88%);
}

.m-broadcast .bot-m {
    display: none;
}

.ul-txtq4 {
    display: none;
    position: fixed;
    top: 50%;
    left: 9.5%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.ul-txtq4:after {
    content: '';
    width: 1px;
    background-color: #D1DAE8;
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 13px;
    z-index: -1;
}

.ul-txtq4 li {
    margin: 13px 0;
    overflow: hidden;
}

.ul-txtq4 li a {
    display: block;
    font-size: 16px;
    color: #758296;
    line-height: 1.57em;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-txtq4 li:hover a,
.ul-txtq4 li.on a {
    font-size: 20px;
    color: #1E2128;
    font-weight: bold;
}

.ul-txtq4 li a:after {
    content: '';
    width: 2px;
    height: 11px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-txtq4 li:hover a:after,
.ul-txtq4 li.on a:after {
    background-color: #0074FC;
}

.ul-txtq5 {
    width: 460px;
    border-top: 1px rgba(0, 0, 0, .1) solid;
    margin-top: 60px;
    margin-bottom: 40px;
    overflow: hidden;
}

.m-broadcast .item:nth-child(even) .boxs .ul-txtq5 {
    margin-top: 0;
}

.ul-txtq5 li {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    overflow: hidden;
}

.ul-txtq5 .con {
    padding: 16px;
    overflow: hidden;
}

.ul-txtq5 li.on .con {
    background-color: #F9FAFD;
}

.ul-txtq5 h3 {
    font-size: 20px;
    color: #1E2128;
    line-height: 1.4em;
    font-family: SemiBold;
    position: relative;
    padding-right: 20px;
    padding-left: 46px;
    cursor: pointer;
    overflow: hidden;
}

.ul-txtq5 h3 i {
    display: block;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ul-txtq5 h3:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images-kaibo/iconq14.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ul-txtq5 li.on h3:after {
    background-image: url(../images-kaibo/iconq14-1.png);
}

.ul-txtq5 .desc {
    display: none;
    padding-left: 46px;
    margin-top: 10px;
    overflow: hidden;
}

.ul-txtq5 .desc p {
    display: block;
    font-size: 16px;
    color: #1E2128;
    line-height: 1.8em;
    font-family: Regular;
    position: relative;
    padding-left: 28px;
    overflow: hidden;
}

.ul-txtq5 .desc p:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #758296;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.m-practice {
    height: 3748px;
    position: relative;
}

.m-practice .g-titq1 h3 br {
    display: none;
}

.m-practice .skbox[sticky="on"] {
    position: sticky;
    top: 0;
    left: 0;
}

.m-practice .skbox .content {
    position: relative;
    height: 938px;
}

.m-practice .skbox .box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-practice .dots {
    display: block !important;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -680px;
    right: auto !important;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.m-practice .dots span {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background: url(../images-kaibo/iconq27.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 2px 0;
}

.m-practice .dots span[aria-current="true"] {
    background-image: url(../images-kaibo/iconq27-1.png);
    animation: pointOpacity .3s linear 1 forwards;
}

.m-practice .cont {
    position: relative;
    margin-top: 24px;
}

.m-practice .skbox .slogan {
    height: 600px;
    overflow: hidden;
}

/* .m-practice .skbox .slogan[active^="1."] .slogan-item:nth-child(2) {
    opacity: 1;
    transform: none;
    z-index: 2;
}
.m-practice .skbox .slogan[active^="2."] .slogan-item:nth-child(3) {
    opacity: 1;
    transform: none;
    z-index: 2;
}
.m-practice .skbox .slogan[active="3"] .slogan-item:nth-child(4),
.m-practice .skbox .slogan[active^="3."] .slogan-item:nth-child(4) {
    opacity: 1;
    transform: none;
    z-index: 2;
} */
.m-practice .skbox .slogan .slogan-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .05s ease-out;
    overflow: hidden;
}

.m-practice .skbox .swiper-slide-active .slogan-item {
    opacity: 1;
    transform: none;
    z-index: 2;
}

.m-practice .boxs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.m-practice .text {
    width: 350px;
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    opacity: 0;
    text-align: left;
    overflow: hidden;
}

.m-practice .skbox .swiper-slide-active .slogan-item .text {
    animation: showFromLeft .3s linear .3s forwards;
}

.m-practice .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    overflow: hidden;
}

.m-practice .txt h3 {
    font-size: 28px;
    color: #1E2128;
    line-height: 1.4em;
    font-family: SemiBold;
    margin-bottom: 10px;
    overflow: hidden;
}

.m-practice .txt h3 em {
    color: #0074FC;
    font-weight: bold;
}

.m-practice .txt h3 span {
    display: block;
    color: #0074FC;
    font-weight: bold;
}

.m-practice .txt .desc {
    font-size: 16px;
    color: #1E2128;
    line-height: 1.8em;
    font-family: Regular;
    overflow: hidden;
}

.m-practice .look {
    display: block;
    width: 160px;
    font-size: 20px;
    color: #1E2128;
    line-height: 56px;
    font-weight: bold;
    font-family: SemiBold;
    text-align: center;
    background-color: #fff;
    border: 2px #D1DAE8 solid;
    border-radius: 30px;
    margin-top: 60px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-practice .look:hover {
    color: #0074FC;
    border-color: #0074FC;
}

.m-practice .look-m {
    display: none;
}

.m-practice .picbox {
    float: right;
    width: 900px;
    position: relative;
}

.m-practice .skbox .slogan .picbox {
    opacity: 0;
}

.m-practice .skbox .swiper-slide-active .slogan-item .picbox {
    animation: pointOpacity .3s linear .3s forwards;
}

.m-practice .picbox .bg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.m-practice .picbox .bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m-practice .pic {
    width: 820px;
    height: 473px;
    border: 1px #fff solid;
    background-color: #E6EAFA;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    border-radius: 12px;
    position: absolute;
    top: 40px;
    left: 35px;
    padding: 10px;
    overflow: hidden;
}

.m-practice .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes pointOpacity {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes showFromLeft {
    0% {
        opacity: 0;
        left: -40px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

.m-practice .practice {
    display: none;
    overflow: hidden;
}

.m-slider {
    margin-top: 24px;
}

.m-slider .item {
    position: relative;
    overflow: hidden;
}

.m-slider .picbox {
    float: right;
    width: 900px;
    position: relative;
}

.m-slider .picbox .bg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.m-slider .picbox .bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m-slider .pic {
    width: 820px;
    height: 473px;
    border: 1px #fff solid;
    background-color: #E6EAFA;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    border-radius: 12px;
    position: absolute;
    top: 40px;
    left: 35px;
    padding: 10px;
    overflow: hidden;
}

.m-slider .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-slider .box {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.m-slider .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    overflow: hidden;
}

.m-slider .txt h3 {
    font-size: 32px;
    color: #1E2128;
    line-height: 1.5em;
    margin-bottom: 20px;
    overflow: hidden;
}

.m-slider .txt h3 em {
    color: #0074FC;
    font-weight: bold;
}

.m-slider .txt h3 span {
    display: block;
    color: #0074FC;
    font-weight: bold;
}

.m-slider .txt .desc {
    height: 9em;
    font-size: 16px;
    color: #758296;
    line-height: 1.5em;
    overflow: hidden;
}

.m-practice .look {
    display: block;
    width: 160px;
    font-size: 20px;
    color: #1E2128;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 2px #D1DAE8 solid;
    border-radius: 30px;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-practice .look:hover {
    color: #0074FC;
    border-color: #0074FC;
}

.m-practice .look-m {
    display: none;
}

.m-slider .slick-dots {
    width: 16px;
    position: absolute;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-align: center;
    z-index: 2;
}

.m-slider .slick-dots li {
    display: inline-block;
    margin: 2px 0;
}

.m-slider .slick-dots li button {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background: url(../images-kaibo/iconq27.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.m-slider .slick-dots li.slick-active button {
    background-image: url(../images-kaibo/iconq27-1.png);
}

.m-story {
    padding: 100px 0 80px;
    overflow: hidden;
}

.m-slider2 {
    margin: 40px auto 0;
    overflow: hidden;
}

.m-slider2 .slick-list {
    padding-bottom: 100px;
}

.m-slider2 .item {
    margin: 0 10px;
}

.m-slider2 .con {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    overflow: hidden;
}

.m-slider2 .txt {
    padding: 28px 40px 28px;
    overflow: hidden;
}

.m-slider2 .txt .img {
    height: 40px;
    margin-bottom: 12px;
    overflow: hidden;
}

.m-slider2 .txt .img img {
    display: block;
    width: auto;
    height: 100%;
}

.m-slider2 .txt .desc {
    height: 4.8em;
    font-size: 16px;
    color: #1E2128;
    line-height: 1.6em;
    font-family: SemiBold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow:hidden;
}

.m-slider2 .txt .info {
    margin-top: 20px;
    overflow: hidden;
}

.m-slider2 .txt .info span {
    display: block;
    float: left;
    font-size: 14px;
    color: #1D88FF;
    line-height: 26px;
    text-align: center;
    font-family: SemiBold;
    background-color: rgba(0, 116, 252, .1);
    border-radius: 2px;
    padding: 0 6px;
    margin-right: 5px;
    overflow: hidden;
}

.m-slider2 .pic {
    position: relative;
    height: 0;
    padding-top: 82.9%;
    overflow: hidden;
}

.m-slider2 .pic img {
    display: block;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-slider2 a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    -moz-transform: translate(-50%, -50%) scale(1.08);
    -ms-transform: translate(-50%, -50%) scale(1.08);
    -o-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
}

.m-slider2 .look {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-slider2 a:hover .look {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.m-slider2 .look span {
    display: block;
    width: 120px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
	font-family:Inter-Medium;
    border: 1px #fff solid;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.m-slider2 .slick-next,
.m-slider2 .slick-prev {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    border: none;
    background: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px #D1DAE8 solid;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-slider2 .slick-prev {
    left: 50%;
    margin-left: -70px;
    background-image: url(../images-kaibo/iconq32.png);
}

.m-slider2 .slick-next {
    right: 50%;
    margin-right: -70px;
    background-image: url(../images-kaibo/iconq33.png);
}

.m-slider2 .slick-prev:hover {
    background-image: url(../images-kaibo/iconq32-1.png);
}

.m-slider2 .slick-next:hover {
    background-image: url(../images-kaibo/iconq33-1.png);
}

.m-slider2 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    z-index: 2;
}

.m-slider2 .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.m-slider2 .slick-dots li button {
    display: block;
    width: 8px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background-color: rgba(101, 115, 165, .3);
    border-radius: 3px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.m-slider2 .slick-dots li.slick-active button {
    width: 28px;
    background-color: #0074FC;
}

.m-story .a-cust {
    display: none;
    width: 192px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #0074FC;
    border-radius: 20px;
    margin: 20px auto 0;
    overflow: hidden;
}

.m-enterprise {
    padding: 100px 0 78px;
    overflow: hidden;
}

.m-enterprise .g-titq1 h3 br {
    display: none;
}

.ul-imgq2 {
    margin: 44px -11px 0;
}

.ul-imgq2:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}

.ul-imgq2 li {
    float: left;
    width: 16.66%;
    padding: 0 11px;
    margin-bottom: 22px;
}

.ul-imgq2 .con {
    display: block;
}

.ul-imgq2 .pic {
    height: 91px;
    font-size: 0;
    line-height: 91px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 5px 15px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 5px 15px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 5px 15px rgba(101, 115, 165, .12);
    box-shadow: 0 5px 15px rgba(101, 115, 165, .12);
    overflow: hidden;
}

.ul-imgq2 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 95%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-imgq2 a:hover .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.m-brand {
    padding-top: 100px;
    overflow: hidden;
}

.m-brand .pic {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}

.m-brand .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.m-brand .pic .img2 {
    display: none;
}

.m-brand .txt {
    position: absolute;
    top: 50%;
    left: 108px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.m-brand .txt h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 12px;
    overflow: hidden;
}

.m-brand .txt span {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1.33em;
    overflow: hidden;
}

.m-brand .bot {
    margin-top: 48px;
    overflow: hidden;
}

.m-brand .bot a {
    display: block;
    float: left;
    width: 160px;
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    border: 2px #EFF3F5 solid;
    border-radius: 30px;
    margin-right: 12px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-brand .bot a:hover {
    color: #0074FC;
    background-color: #fff;
}

.m-brand .bot .a1 {
    color: #0074FC;
    background-color: #fff;
}

.m-brand .bot .a1:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}


/*产品页-Harbor*/
.m-copilot.qm .g-titq1 h3 br:nth-child(1) {
    display: block;
}

.m-broadcast.qm .item:nth-child(even) .picbox {
    margin-left: 53px;
}

.m-swiper {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-top: 40px;
}

.m-swiper>div {
    max-width: 100%;
    margin: 0 auto;
}

.m-swiper .swiper {
    padding-bottom: 100px;
    margin-left: 260px;
}

.m-swiper .swiper-slide {
    width: 410px;
    margin: 0 20px;
}

.m-swiper .con {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -moz-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -ms-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    -o-box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    box-shadow: 0 10px 20px rgba(101, 115, 165, .12);
    overflow: hidden;
}

.m-swiper .txt {
    padding: 28px 40px 28px;
    overflow: hidden;
}

.m-swiper .txt .img {
    height: 40px;
    margin-bottom: 12px;
    overflow: hidden;
}

.m-swiper .txt .img img {
    display: block;
    width: auto;
    height: 100%;
}

.m-swiper .txt .desc {
    height: 4.5em;
    font-size: 16px;
    color: #1E2128;
    line-height: 1.5em;
    overflow: hidden;
}

.m-swiper .txt .info {
    margin-top: 20px;
    overflow: hidden;
}

.m-swiper .txt .info span {
    display: block;
    float: left;
    font-size: 14px;
    color: #1D88FF;
    line-height: 26px;
    text-align: center;
    background-color: rgba(0, 116, 252, .1);
    border-radius: 2px;
    padding: 0 6px;
    margin-right: 5px;
    overflow: hidden;
}

.m-swiper .pic {
    position: relative;
    height: 0;
    padding-top: 82.9%;
    overflow: hidden;
}

.m-swiper .pic img {
    display: block;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-swiper a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    -moz-transform: translate(-50%, -50%) scale(1.08);
    -ms-transform: translate(-50%, -50%) scale(1.08);
    -o-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
}

.m-swiper .look {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-swiper a:hover .look {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.m-swiper .look span {
    display: block;
    width: 120px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    border: 1px #fff solid;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.m-swiper .swiper-button-next,
.m-swiper .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    border: none;
    background: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px #D1DAE8 solid;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-swiper .swiper-button-prev {
    left: 50%;
    margin-left: -70px;
    background-image: url(../images-kaibo/iconq32-1.png);
}

.m-swiper .swiper-button-next {
    right: 50%;
    margin-right: -70px;
    background-image: url(../images-kaibo/iconq33-1.png);
}

.m-swiper .swiper-button-next:after,
.m-swiper .swiper-button-prev:after {
    display: none;
}

.m-swiper .swiper-button-next.swiper-button-disabled,
.m-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.m-swiper .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images-kaibo/iconq32.png);
}

.m-swiper .swiper-button-next.swiper-button-disabled {
    background-image: url(../images-kaibo/iconq33.png);
}

.m-swiper .swiper-pagination {
    display: none;
    bottom: 0 !important;
    font-size: 0;
}

.m-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 6px;
    background-color: rgba(101, 115, 165, .3);
    border-radius: 3px;
    margin: 0 3px !important;
    opacity: 1;
}

.m-swiper .swiper-pagination-bullet-active {
    width: 28px;
    background-color: #0074FC;
}

/*产品页-SDP*/
.m-copilot .g-titq1 .desc p br {
    display: none;
}

/*产品页-有数*/
.ul-txtq5.qm .desc p {
    padding-left: 0;
}

.ul-txtq5.qm .desc p:after {
    display: none;
}

/*产品页-Stardust*/
.m-platform {
    overflow: hidden;
}

.m-platform .item {
    overflow: hidden;
}

.m-platform .con {
	display: flex;
	align-items: center;
    position: relative;
    overflow: hidden;
}
.m-platform .item:nth-child(even) .con{
	padding-left: 56.25%;
	min-height: 700px;
}
.m-platform .boxs {
	float: left;
    width: 43.75%;
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0; */
	margin: 80px 0;
    overflow: hidden;
}

.m-platform .item:nth-child(even) .boxs {
    /* left: auto;
    right: 0; */
	float: right;
	width: auto;
}
.m-platform .txt {
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
    /* padding: 20px 0; */
    overflow: hidden;
}

.m-platform .txt h3 {
    font-size: 36px;
    color: #1E2128;
    line-height: 1.4em;
    margin-bottom: 12px;
    overflow: hidden;
}

.m-platform .txt em {
    display: block;
    font-size: 24px;
    color: #1E2128;
    line-height: 1.33em;
    margin-bottom: 24px;
    overflow: hidden;
}

.m-platform .txt .desc {
    font-size: 20px;
    color: #1E2128;
    line-height: 1.4em;
    overflow: hidden;
}

.m-platform dl {
    margin-top: 60px;
    overflow: hidden;
}

.m-platform dd {
    margin-bottom: 32px;
    overflow: hidden;
}
.m-platform dd:last-child{
	margin-bottom: 0;
}
.m-platform dd i {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 14px;
    overflow: hidden;
}

.m-platform dd .box {
    overflow: hidden;
}

.m-platform dd .box h2 {
    font-size: 20px;
    color: #1E2128;
    line-height: 1.4em;
    margin-bottom: 10px;
    overflow: hidden;
}

.m-platform dd .box span {
    display: block;
    font-size: 16px;
    color: #1E2128;
    line-height: 1.5em;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
.m-platform dd .box span:after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #758296;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.m-platform .pic {
    float: right;
    width: 56.25%;
    height: auto;
    margin: 49px 0;
	margin: 0!important;
    overflow: hidden;
}

.m-platform .item:nth-child(even) .pic {
    position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.m-platform .item1 .pic {
    margin: 49px 0;
}

.m-platform .item2 .pic {
    margin: 90px 0;
}

.m-platform .item4 .pic {
    margin: 141px 0;
}

.m-platform .pic img {
    display: block;
    width: 100%;
    height: auto;
}


@media only screen and (min-width: 950px) and (max-width: 1920px) {
    .ban .txt {
        margin-top: 2.083vw;
    }

    .ban img {
        height: 37.65vw;
    }

    .ban i {
        margin-right: 1.041vw;
    }

    .ban h3 em {
        margin-left: 0.625vw;
    }

    .ban span {
        margin-bottom: 3.125vw;
    }

    .ban .bot {
        margin-top: 2.5vw;
    }

    .m-video {
        margin-top: -2.187vw;
    }

    .m-video .video .play i {
        width: 4.166vw;
        height: 4.166vw;
    }

    .ul-imgq1 li {
        margin: 0 0.781vw;
    }

    .ul-imgq1 .pic {
        height: 3.125vw;
        line-height: 3.125vw;
    }

    .ul-imgq1 .pic img {
        height: 3.125vw;
    }

    .m-copilot {
        padding: 5.208vw 0 3.125vw;
    }

    .g-titq1 h3 {
        margin-bottom: 0.833vw;
    }

    .ul-imgtxtq1 {
        margin: 3.437vw 20px 0;
    }

    .ul-imgtxtq1 li {
        padding: 0 2.864vw;
        margin-bottom: 1.041vw;
    }

    .ul-imgtxtq1 .pic {
        margin: 0 auto 1.614vw;
    }

    .ul-txtq2 {
        padding: 1.562vw 0;
    }

    .ul-txtq2 li {
        margin: 0 4.687vw;
    }

    .ul-txtq2 li a i {
        margin-right: 0.625vw;
    }

    .m-broadcast .item {
        padding: 5.208vw 0 5.572vw;
    }

    .m-broadcast .item:nth-child(even) .boxs {
        margin-top: 2.604vw;
    }

    .ul-txtq3 {
        margin-top: 5.625vw;
        margin-bottom: 1.25vw;
    }

    .ul-txtq3 li {
        margin-bottom: 1.770vw;
    }

    .m-broadcast .bot {
        margin-left: 1.041vw;
    }

    .ul-txtq4:after {
        top: 0.677vw;
        bottom: 0.677vw;
    }

    .ul-txtq4 li {
        margin: 0.677vw 0;
    }

    .ul-txtq4 li a {
        padding-left: 0.520vw;
    }

    .ul-txtq4 li a:after {
        width: 0.104vw;
        height: 0.572vw;
    }

    .ul-txtq5 {
        margin-top: 3.125vw;
        margin-bottom: 2.083vw;
    }

    .ul-txtq5 .desc {
        padding-left: 2.395vw;
    }

    .m-practice {
        height: 195.2vw;
    }

    /* .m-practice .dots {
        left: -4.166vw;
    } */

    .m-practice .cont {
        margin-top: 1.25vw;
    }

    .m-practice .txt h3 {
        margin-bottom: 0.520vw;
    }

    .m-practice .look {
        margin-top: 1.562vw;
    }


    .m-story {
        padding: 5.208vw 0 4.166vw;
    }

    .m-slider2 {
        margin-top: 2.083vw;
    }

    .m-slider2 .slick-list {
        padding-bottom: 5.208vw;
    }

    .m-slider2 .item {
        margin: 0 0.520vw;
    }

    .m-slider2 .con {
        border-radius: 0.625vw;
        -webkit-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -moz-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -ms-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -o-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
    }

    .m-slider2 .txt {
        padding: 1.458vw 2.083vw 1.458vw;
    }

    .m-slider2 .txt .img {
        height: 2.083vw;
    }

    .m-slider2 .txt .info {
        margin-top: 1.041vw;
    }

    .m-slider2 .txt .info span {
        padding: 0 0.312vw;
        margin-right: 0.260vw;
    }

    .m-enterprise {
        padding: 5.208vw 0 4.062vw;
    }

    .ul-imgq2 {
        margin: 2.291vw -0.572vw 0;
    }

    .ul-imgq2 li {
        padding: 0 0.572vw;
        margin-bottom: 1.145vw;
    }

    .ul-imgq2 .pic {
        height: 4.739vw;
        line-height: 4.739vw;
        -webkit-box-shadow: 0 0.260vw 0.781vw rgba(101, 115, 165, .12);
        -moz-box-shadow: 0 0.260vw 0.781vw rgba(101, 115, 165, .12);
        -ms-box-shadow: 0 0.260vw 0.781vw rgba(101, 115, 165, .12);
        -o-box-shadow: 0 0.260vw 0.781vw rgba(101, 115, 165, .12);
        box-shadow: 0 0.260vw 0.781vw rgba(101, 115, 165, .12);
    }

    .ul-imgq2 .pic img {
        height: 4.166vw;
    }

    .m-brand {
        padding-top: 5.208vw;
    }

    .m-brand .pic {
        border-radius: 1.041vw 1.041vw 0 0;
    }

    .m-brand .txt {
        left: 5.625vw;
    }

    .m-brand .txt h3 {
        margin-bottom: 0.625vw;
    }

    .m-brand .bot {
        margin-top: 2.5vw;
    }

    .m-brand .bot a {
        margin-right: 0.625vw;
    }

    .m-broadcast.qm .item:nth-child(even) .picbox {
        margin-left: 2.760vw;
    }

    .m-swiper {
        margin-top: 2.083vw;
    }

    .m-swiper .swiper {
        padding-bottom: 5.208vw;
        margin-left: 13.54vw;
    }

    .m-swiper .swiper-slide {
        width: 21.35vw;
        margin: 0 1.041vw;
    }

    .m-swiper .con {
        border-radius: 0.625vw;
        -webkit-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -moz-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -ms-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        -o-box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
        box-shadow: 0 0.520vw 1.041vw rgba(101, 115, 165, .12);
    }

    .m-swiper .txt {
        padding: 1.458vw 2.083vw 1.458vw;
    }

    .m-swiper .txt .img {
        height: 2.083vw;
        margin-bottom: 0.625vw;
    }

    .m-swiper .txt .info {
        margin-top: 1.041vw;
    }

    .m-swiper .txt .info span {
        padding: 0 0.312vw;
        margin-right: 0.260vw;
    }

    .m-platform .txt em {
        margin-bottom: 1.25vw;
    }

    .m-platform dl {
        margin-top: 3.125vw;
    }

    .m-platform dd {
        margin-bottom: 1.666vw;
    }

    .m-platform dd i {
        margin-right: 0.729vw;
    }

    .m-platform .pic {
        /* margin: 2.552vw 0; */
    }
	.m-platform .boxs{
		margin: 4.166vw 0;
	}
    .m-platform .item1 .pic {
        margin: 2.552vw 0;
    }

    .m-platform .item2 .pic {
        margin: 4.687vw 0;
    }

    .m-platform .item4 .pic {
        margin: 7.343vw 0;
    }
}

@media only screen and (max-width: 1800px) {
    .ul-txtq4 {
        left: 70px;
    }
}

@media only screen and (max-width: 1640px) {
    .m-broadcast .wp1 {
        width: 80%;
    }

    .ul-txtq4 {
        left: 10px;
    }

    .m-broadcast .box {
        width: 430px;
        padding-left: 30px;
    }

    .ul-txtq5 {
        width: auto;
    }

    .m-broadcast.qm .item:nth-child(even) .picbox {
        margin-left: 20px;
    }

    .ul-txtq4 li:hover a,
    .ul-txtq4 li.on a {
        font-size: 18px;
    }

    /* .m-practice .dots {
        left: -20px;
    } */

    .m-platform .pic {
        /* width: 620px; */
    }

    .m-platform .boxs {
        /* width: 520px; */
    }

    .m-practice .skbox .slogan {
        height: 520px;
    }

    .m-practice .picbox {
        width: 750px;
    }

    .m-practice .pic {
        width: 682px;
        height: 393px;
        top: 34px;
        left: 30px;
    }

    .m-practice .text {
        width: 330px;
    }
}

@media only screen and (max-width: 1480px) {
    .wp1 {
        width: auto;
        max-width: 1180px;
    }

    .ban span {
        margin-bottom: 20px;
    }

    .ban .bot {
        margin-top: 20px;
    }

    .m-broadcast .picbox {
        width: 500px;
    }

    .m-broadcast .picbox .pic {
        width: 500px;
        height: 288px;
    }

    .ul-txtq5 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .ul-txtq5 .con {
        padding: 10px;
    }

    .ul-txtq5 h3 {
        font-size: 18px;
    }

    .m-broadcast .bot a {
        font-size: 18px;
        line-height: 40px;
    }

    .m-broadcast .bot .a1 {
        line-height: 44px;
    }

    /* .m-practice .dots {
        left: 0px;
    } */

    .m-practice .skbox .slogan {
        height: 540px;
    }

    .m-practice .picbox {
        width: 810px;
    }

    .m-practice .pic {
        width: 737px;
        height: 427px;
        top: 37px;
        left: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    .wp1 {
        width: auto;
        max-width: none;
        padding: 0 28px;
    }

    .m-broadcast .wp1,
    .m-practice .wp1 {
        width: 80%;
    }

    .ban img {
        display: block;
        height: auto;
    }

    .ban i {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: 2px;
    }

    .ban h3 {
        font-size: 28px;
    }

    .ban span {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ban .desc {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ban .bot {
        margin-top: 10px;
    }

    .ban .bot a {
        font-size: 16px;
        line-height: 38px;
        border-width: 1px;
        padding: 0 10px;
    }

    .ban .bot .a1 {
        line-height: 40px;
    }

    .m-video {
        margin-top: 28px;
    }

    .m-copilot {
        padding: 36px 0 0;
    }

    .g-titq1 h3 {
        font-size: 24px;
        line-height: 1.33em;
        margin-bottom: 8px;
    }

    .g-titq1 .desc {
        font-size: 14px;
        line-height: 1.57em;
    }

    .ul-imgtxtq1 {
        margin: 32px -10px 0;
    }

    .ul-imgtxtq1 li {
        padding: 0 10px;
    }

    .ul-imgtxtq1 .pic {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .ul-imgtxtq1 h3 {
        height: 3em;
        font-size: 16px;
        line-height: 1.5em;
    }

    .ul-txtq2 {
        padding: 11px 0 13px;
    }

    .ul-txtq2.fixed {
        /*position: static;*/
        top: 60px!important;
    }

    .ul-txtq2 ul {
        margin: 0 -12px;
    }

    .ul-txtq2 li {
        margin: 0 12px;
    }

    .ul-txtq2 li a {
        font-size: 14px;
        line-height: 36px;
        padding: 0 10px;
    }

    .ul-txtq2 li a i {
        width: 20px;
        height: 20px;
    }

    .m-broadcast .wp1 {
        width: auto;
    }

    .m-broadcast .item {
        padding: 40px 0 28px;
    }

    .m-broadcast .item:nth-child(even) .boxs {
        margin-top: 36px;
    }

    .m-broadcast .box {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 36px;
    }

    .m-broadcast .item:nth-child(even) .box {
        float: none;
        margin-top: 0;
    }

    .ul-txtq3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ul-txtq3 li {
        margin-bottom: 20px;
    }

    .ul-txtq3 h3 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .ul-txtq3 h3 i {
        margin-top: -4px;
    }

    .m-broadcast .bot {
        display: none;
        font-size: 0;
        text-align: center;
        margin-top: 22px;
        margin-left: 0;
    }

    .m-broadcast .bot-m {
        display: block;
        margin: 22px -6px 0;
    }

    .m-broadcast .bot a {
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 38px;
        border-width: 1px;
        padding: 0 10px;
        margin: 0 6px;
    }

    .m-broadcast .bot .a1 {
        line-height: 40px;
    }

    .m-broadcast .picbox {
        float: none;
        margin: 0 auto;
    }

    .m-broadcast .item:nth-child(even) .picbox {
        float: none;
    }

    .ul-txtq4 {
        display: none !important;
    }

    .ul-txtq5 {
        width: auto;
        border-top: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .m-broadcast .item:nth-child(even) .boxs .ul-txtq5 {
        margin-bottom: 20px;
    }

    .ul-txtq5 h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .ul-txtq5 h3 i {
        margin-top: -4px;
    }

    .m-practice {
        height: auto;
        padding-top: 40px;
        padding-bottom: 28px;
    }

    .m-practice .wp1 {
        width: auto;
    }

    .m-practice .pc-prtctive {
        display: none;
    }

    .m-practice .practice {
        display: block;
    }

    .m-slider {
        margin-top: 20px;
    }

    .m-slider .slick-list {
        padding-bottom: 16px;
    }

    .m-slider .box {
        width: auto;
        position: static;
        margin-bottom: 16px;
    }

    .m-slider .txt {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding-left: 0;
    }

    .m-slider .txt h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .m-slider .txt .desc {
        height: auto;
        font-size: 14px;
    }

    .m-practice .look {
        display: none;
        width: 112px;
        font-size: 16px;
        line-height: 38px;
        border-width: 1px;
        margin: 20px auto 0;
    }

    .m-practice .look-m {
        display: block;
    }

    .m-slider .picbox {
        float: none;
        width: auto;
    }

    .m-slider .picbox .bg {
        display: none;
    }

    .m-slider .pic {
        width: auto;
        height: auto;
        position: static;
        margin: 0 auto;
    }

    .m-slider .slick-dots {
        left: 0;
        top: auto;
        bottom: 0px;
        width: 100%;
    }

    .m-slider .slick-dots li {
        margin: 0 3px;
    }

    .m-slider .slick-dots li button {
        width: 8px;
        height: 6px;
        background: rgba(101, 115, 165, .3);
        border-radius: 4px;
    }

    .m-slider .slick-dots li.slick-active button {
        width: 28px;
        background-color: #0074FC;
    }

    .m-story {
        background-color: #F0F5FF !important;
        padding: 40px 0 28px;
    }

    .m-story .g-titq1 .desc {
        display: none;
    }

    .m-slider2 {
        width: auto;
        margin-top: 12px;
    }

    .m-slider2 .slick-list {
        padding-right: 147px;
        padding-bottom: 22px;
    }

    .m-slider2 .item {
        margin: 0 10px;
    }

    .m-slider2 .txt {
        padding: 20px;
    }

    .m-slider2 .txt .img {
        height: 30px;
        margin-bottom: 6px;
    }

    .m-slider2 .txt .desc {
        height: 4.71em;
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-slider2 .txt .info {
        margin-top: 12px;
    }

    .m-slider2 .txt .info span {
        font-size: 10px;
        line-height: 18px;
    }

    .m-slider2 .look span {
        width: 90px;
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-story .a-cust {
        display: block;
    }

    .m-enterprise {
        background-color: #F0F5FF;
        padding: 40px 0 28px;
    }

    .ul-imgq2 {
        margin: 12px -6px 0;
    }

    .ul-imgq2 li {
        width: 25%;
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .ul-imgq2 .pic {
        height: 60px;
        line-height: 60px;
    }

    .m-brand {
        background: #0074FC !important;
        padding-top: 0;
    }

    .m-brand .wp1 {
        padding: 0;
    }

    .m-brand .txt {
        left: 20px;
    }

    .m-brand .txt h3 {
        font-size: 24px;
        line-height: 1.33em;
        margin-bottom: 8px;
    }

    .m-brand .txt span {
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-brand .bot {
        margin-top: 20px;
    }

    .m-brand .bot a {
        width: 112px;
        font-size: 16px;
        line-height: 38px;
        border-width: 1px;
    }

    .m-broadcast.qm .item:nth-child(even) .picbox {
        margin: 0 auto;
    }

    .m-slider .txt h3 span {
        display: inline-block;
    }

    .m-swiper {
        margin-top: 12px;
    }

    .m-swiper .swiper {
        margin-left: 0;
        padding-bottom: 22px;
    }

    .m-swiper .swiper-slide {
        width: 350px;
        margin: 0 10px;
    }

    .m-swiper .swiper-button-next,
    .m-swiper .swiper-button-prev {
        display: none;
    }

    .m-swiper .swiper-pagination {
        display: block;
    }

    .m-swiper .txt {
        padding: 20px;
    }

    .m-swiper .txt .img {
        height: 30px;
        margin-bottom: 6px;
    }

    .m-swiper .txt .desc {
        height: 3.14em;
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-swiper .txt .info {
        margin-top: 12px;
    }

    .m-swiper .txt .info span {
        font-size: 10px;
        line-height: 18px;
    }

    .m-swiper .look span {
        width: 90px;
        font-size: 14px;
        line-height: 1.57em;
    }
	.m-platform .con{
		display: block;
	}
	.m-platform .item:nth-child(even) .con{
		padding-left: 0;
		min-height: auto;
	}
    .m-platform .boxs {
		float: none;
        width: auto;
        position: static;
		margin: 0;
    }
	.m-platform .item:nth-child(even) .boxs{
		float: none;
	}
    .m-platform .txt {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 40px 0 0;
    }

    .m-platform .txt h3 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .m-platform .txt em {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .m-platform .txt .desc {
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-platform dl {
        margin-top: 36px;
    }

    .m-platform dd {
        margin-bottom: 20px;
    }

    .m-platform dd .box h2 {
        font-size: 16px;
    }

    .m-platform dd .box span {
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-platform .pic {
        float: none;
        margin: 0 auto !important;
    }

    .m-platform .item:nth-child(even) .pic {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
    }
}

@media only screen and (max-width: 949px) {
    .ban {
        margin-top: 60px;
    }

    .ban .txt {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ban {
        margin-top: 0;
    }

    .ban .img1 {
        display: none;
    }

    .ban .img2 {
        display: block;
    }

    .ban .txt {
        top: 28%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .ban i {
        float: none;
        width: 30px;
        height: 30px;
        margin: 0;
        margin-bottom: 20px;
    }

    .ban h3 em {
        display: block;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: normal;
        margin-left: 0;
    }

    .ban span,
    .ban .desc .pp {
        display: none;
    }

    .ban .desc {
        width: 150px;
        font-size: 12px;
        line-height: 1.5em;
        margin-bottom: 48px;
    }

    .ban .desc p {
        margin-bottom: 0;
    }

    .ban .bot {
        margin-top: 0;
    }

    .ban .bot a,.m-broadcast .bot a,.m-brand .bot a{
        padding: 0 24px;
    }

    .m-video {
        padding: 5px;
    }

    .ul-imgq1 {
        margin: 0 -20px;
    }

    .ul-imgq1 li {
        margin: 0 4px;
    }

    .ul-imgq1 .pic {
        height: 43px;
        line-height: 43px;
    }

    .m-picq1{
        width: auto;
    }

    .m-copilot .g-titq1 h3 br {
        display: block;
    }

    .ul-imgtxtq1 {
        margin: 32px 0 0;
    }

    .ul-imgtxtq1 li {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 52px;
    }

    .ul-imgtxtq1 .desc {
        text-align: center;
        padding: 0 8px;
    }

    .m-broadcast .g-titq1 {
        text-align: left;
    }

    .ul-txtq2 ul{
        margin: 0 -5px;
    }
    
    .ul-txtq2 li{
        margin: 0 5px 5px;
    }

    .ul-txtq2 li a{
        padding: 0 5px;
    }

    .ul-txtq3 h3 {
        padding-left: 0;
    }

    .ul-txtq3 h3 i {
        position: static;
        margin-bottom: 4px;
    }

    .m-broadcast .picbox {
        width: auto;
    }

    .m-broadcast .picbox .bg {
        display: none;
    }

    .m-broadcast .picbox .pic {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }

    .g-titq1 h3 em {
        display: block;
    }

    .m-broadcast .item:nth-child(even) .boxs .ul-txtq5 {
        margin-bottom: 0;
    }

    .ul-txtq5 li {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .ul-txtq5 .con {
        padding: 0;
    }

    .ul-txtq5 li.on .con {
        background: none;
    }

    .ul-txtq5 h3 {
        padding-right: 0;
        padding-left: 0;
    }

    .ul-txtq5 h3:after {
        display: none;
    }

    .ul-txtq5 h3 i {
        display: block;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-right: 0;
        margin-bottom: 4px;
    }

    .ul-txtq5 .desc {
        display: block !important;
        margin-top: 4px;
        padding-left: 0;
    }

    .ul-txtq5 .desc p {
        font-size: 14px;
        line-height: 1.57em;
    }

    .m-practice .g-titq1 h3 br {
        display: block;
    }

    .g-titq1 h3 span {
        /* display: block; */
        display: inline-block;
        /*font-size: 14px;*/
        /*line-height: 1.57em;*/
        /*font-weight: normal;*/
        /*margin-top: 8px;*/
    }

    .m-slider .pic {
        padding: 0;
    }

    .m-slider2 .slick-list {
        padding-right: 26px;
    }

    .m-enterprise .g-titq1 h3 br {
        display: block;
    }

    .ul-imgq2 li {
        width: 33.33%;
    }

    .ul-imgq2 .pic {
        height: 48px;
        line-height: 48px;
    }

    .m-brand .pic {
        border-radius: 0;
    }

    .m-brand .pic .img1 {
        display: none;
    }

    .m-brand .pic .img2 {
        display: block;
    }

    .m-brand .txt {
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 20px;
    }

    .m-brand .bot {
        font-size: 0;
        text-align: center;
    }

    .m-brand .bot a {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }

    .m-copilot .g-titq1 .desc p br {
        display: block;
    }

    .m-slider2 a:hover .look {
        opacity: 0;
        filter: alpha(opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    .m-swiper .swiper-slide {
        width: 310px;
    }

    .m-platform dd i {
        float: none;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .m-platform .pic {
        width: auto;
    }

    .m-slider2 a:hover .pic img {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .ban .txt {
        top: 24%;
        bottom: 0;
        padding-bottom: 60px;
    }

    .ban i {
        width: 34px;
        height: 34px;
    }

    .ban h3 {
        margin-bottom: 28px;
        line-height: 36px;
    }

    .ban .desc {
        margin-bottom: 40px;
        width: 170px;
        font-size: 14px;
        line-height: 22px;
    }

    .ban .bot a {
        font-weight: bold;
    }

    .ul-txtq5 .desc p {
        padding-left: 16px;
    }

    .ul-txtq5 .desc p:after {
        left: 0;
        top: 8px;
        background-color: #1E2128;
    }

    .m-slider .txt h3 {
        font-size: 0;
    }

    .m-slider .txt h3 p {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.5;
    }

    .ul-txtq2 .wp1 {
        padding: 0;
    }

    .m-brand .bot a{
        width: auto;
    }
}

@media only screen and (max-width: 479px){
    .ban .bot{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 350px) {
    .ban .txt {
        top: 20%;
    }

    .ban i{
        margin-bottom: 10px;
    }

    .ban h3{
        margin-bottom: 20px;
    }

    .ban .desc{
        width: 180px;
    }

    .ban .bot a{
        font-size: 14px;
    }

    .m-video .video .play i {
        width: 40px;
        height: 40px;
    }

    .ul-txtq2 ul {
        margin: 0 -5px;
    }

    .ul-txtq2 li {
        margin: 0 5px 5px;
    }

    .ul-txtq2 li a i {
        margin-right: 5px;
    }

    .m-brand .txt {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .m-brand .bot {
        margin-top: 10px;
    }

    .m-swiper .swiper-slide {
        width: 280px;
    }
    .m-broadcast .bot a{
        font-size: 12px;
    }
}
/* 0323字体修改 */
@font-face{
	font-family:Inter-SemiBold;
	src:url(../fonts/Inter-SemiBold-600.otf)
}
@font-face{
	font-family:Inter-Medium;
	src:url(../fonts/Inter-Medium-500.otf)
}
@font-face{
	font-family:Inter-Regular;
	src:url(../fonts/Inter-Regular-400.otf)
}
.ban h3,
.g-titq1 h3,
.ul-imgtxtq1 h3,
.m-practice .txt h3,
.m-platform .txt h3{
	font-family:Inter-SemiBold;
	font-weight: 600;
}
.ban .bot a,
.ul-txtq5 h3,
.m-broadcast .bot a,
.m-practice .look,
.m-slider2 .txt .desc,
.m-slider2 .txt .info span,
.m-platform dd .box h2{
	font-family:Inter-Medium;
	font-weight: 500;
}
.ban span,
.ban .desc,
.g-titq1 .desc,
.ul-imgtxtq1 .desc,
.ul-txtq5 .desc p,
.m-practice .txt .desc,
.m-platform .txt .desc,
.m-platform dd .box span{
	font-family:Inter-Regular;
	font-weight: 400;
}
.ul-imgtxtq1 .pic{
	margin-left:0;
}
.ul-imgtxtq1 h3{
	padding: 0;
}
.ul-imgtxtq1 h3{
	text-align:left;
}
.m-slider2 .con{
	padding: 12px 12px 14px;
}
.m-slider2 .txt{
	padding: 0;
}
.m-slider2 .pic{
	margin-bottom: 12px;
}
.m-slider2 .txt .info{
	margin-top:0;
	margin-bottom:12px;
}
.m-slider2 .txt .desc{
	margin-bottom:12px;
}
.m-slider2 .txt .img{
	margin-bottom:0;
}
/* 0323字体修改 end */