.view_banner {
    width: 100%;
    background-image: url(../images/banner_tongzhisms.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 500px;
}


.view_banner_mian {
    max-width: 1200px;
    height: 100%;
    padding: 180px 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

.view_banner_mian .title {
    max-width: 600px;
    color: #3b3e4e;
    font-size: 36px;
    font-weight: bold;
}

.view_banner_mian .describe {
    max-width: 600px;
    color: #828699;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
}

.view_banner_mian .bot {
    margin-top: 40px;
    display: flex;
}

.view_banner_mian .bot a {
    margin-right: 10px;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #198df9;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.6s;
}

.view_banner_mian .bot a:last-child {
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid #198df9;
    color: #198df9;
}


.view_top_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.view_top_nav .title {
    font-size: 30px;
    color: #3b3e4e;
}

.view_top_nav .describe {
    max-width: 930px;
    font-size: 16px;
    color: #3b3e4e;
    margin-top: 15px;
}

/*changjing*/
.view_application_scenarios {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.view_application_scenarios_mian {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0;
}

.view_scenarios_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.view_scenarios_item {
    width: 350px;
}
.view_scenarios_item ul {
    width: 100%;
}

.view_scenarios_item ul li {
    width: 100%;
    height: 103px;
    background: #ffffff;
    border: 1px solid #e1e6f0;
    padding: 0 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.6s;
    cursor: pointer;
}

.view_scenarios_item ul li .C__icon {
    font-size: 50px;
    color: #198df9;
    z-index: 10;
    position: relative;
}

.view_scenarios_item ul li .content {
    flex: 1;
    overflow: hidden;
    margin-left: 18px;
    z-index: 10;
    position: relative;
}

.view_scenarios_item ul li .content .title {
    color: #3b3e4e;
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
}

.view_scenarios_item ul li .content .describe {
    color: #828699;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
}

.view_scenarios_item ul li:last-child {
    margin-bottom: 0;
}

.view_scenarios_item ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 2;
    height: 100%;
    transition: all 0.6s;
    background: #198df9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.view_scenarios_item ul li .bg span {
    color: rgba(255, 235, 233, 0.3);
    font-size: 68px;
    margin-right: 10px;
}


.view_scenarios_item ul.active li .content {
    text-align: right;
    margin: 0 18px 0 0;
}

.view_scenarios_item ul.active li .bg {
    left: auto;
    right: 0;
    justify-content: flex-start;
}

.view_scenarios_item ul.active li .bg span {
    right: 0;
    justify-content: flex-start;
    margin: 0 0 0 10px;
}

.view_scenarios_item ul li:hover,
.view_scenarios_item ul li.active {
    border-color: transparent;
}

.view_scenarios_item ul li:hover .bg,
.view_scenarios_item ul li.active .bg {
    width: 433px;
}

.view_scenarios_item ul li:hover .C__icon,
.view_scenarios_item ul li:hover .title,
.view_scenarios_item ul li:hover .describe,
.view_scenarios_item ul li.active .C__icon,
.view_scenarios_item ul li.active .title,
.view_scenarios_item ul li.active .describe {
    color: #ffffff;
}


.view_scenarios_item.active {
    width: 340px;
}

.view_scenarios_item_imglist {
    width: 100%;
    z-index: 5;
    position: relative;
    margin-top: -50px;
}

.view_scenarios_item_imglist img {
    width: 100%;
    display: none;
}

.view_scenarios_item_imglist img.active {
    width: 100%;
    display: block;
}




/*mianfei*/

.view_free_trial {
    width: 100%;
    /* background-image: url(/Web/List/template_1/images/bg_ty.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
    overflow: hidden;
}

.view_free_trial_bg_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_ty.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.view_free_trial_main {
    max-width: 1200px;
    height: 100%;
    padding: 90px 0 85px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

.view_free_trial_content {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.view_free_trial_content .phone {
    width: 700px;
    height: 66px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0px 16px 20px 4px rgba(255, 255, 255, 0.20);
}

.view_free_trial_content .phone span {
    color: #3b3e4e;
    font-size: 16px;
    margin-right: 20px;
    position: relative;
}

.view_free_trial_content .phone span::after {
    position: absolute;
    right: -20px;
    content: '';
    width: 1px;
    height: 20px;
    background: #dadada;
}

.view_free_trial_content .phone input {
    color: #3b3e4e;
    font-size: 16px;
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    overflow: hidden;
    margin-left: 20px;
}



.send_security_code {
    width: 220px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    background: #198df9;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


/*youshi*/

.view_advantages {
    width: 100%;
    background: #f4f5fb;
    overflow: hidden;
}

.view_advantages_main {
    max-width: 1200px;
    height: 100%;
    padding: 60px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

.view_advantages_content {
    width: 100%;
    margin-top: 50px;
}

.view_advantages_content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.view_advantages_content ul li {
    width: 380px;
    height: 240px;
    background: #ffffff;
    margin: 0 15px 25px;
    text-align: center;
    padding: 30px 35px;
    box-sizing: border-box;
    transition:all .3s;
}

.view_advantages_content ul li>img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.view_advantages_content ul li>.title {
    font-size: 20px;
    font-weight: bold;
    color: #3b3e4e;
    margin-top: 18px;
}

.view_advantages_content ul li>.describe {
    color: #828699;
    font-size: 14px;
    margin-top: 10px;
}

.view_advantages_content ul li:hover {
    box-shadow: 0px 5px 20px 0 rgba(82, 88, 120, 0.15);
}







/*rongyuzizhi*/

.view_honor {
    width: 100%;
    background-image: url(../images/bg_zz.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.view_honor_main {
    max-width: 1200px;
    height: 100%;
    padding: 60px 0 60px;
    box-sizing: border-box;
    margin: 0 auto;
}

.view_honor_content {
    width: 100%;
    margin-top: 50px;
}

.view_honor_content>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view_honor_content>ul>li {
    width: 260px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px 0 rgba(82, 88, 120, 0.15);
}

.view_honor_content>ul>li .qualification {
    width: 100%;
    height: 370px;
    box-sizing: border-box;
    overflow: hidden;
}

.view_honor_content>ul>li .qualification img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.view_honor_content>ul>li .title {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #3b3e4e;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.view_honor_content>ul>li:hover .qualification img {
    transform: scale(0.94);
}

.view_honor_content>ul>li:hover .title {
    color: #198df9;
}






/*产品介绍*/

.view_introduce{
    width: 100%;
    background: #F4F5FB;
    overflow: hidden;
}
.view_introduce_main{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.view_introduce_main_content{
    width: 100%;
    display: flex;
    margin-top: 25px;
}
.view_introduce_l{
    width: 50%;
}
.view_introduce_title{
    margin-top: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #3b3e4e;
}
.view_introduce_l>ul>li{
    display: flex;
    align-items: center;
    padding: 30px 50px 0 0;
}
.view_introduce_l>ul>li>span{
    width: 51px;
    height: 51px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #198df9;
}
.view_introduce_l>ul>li>div{
    font-size: 14px;
    color: #3b3e4e;
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
    line-height: 1.6;
}
.view_introduce_bot{
    margin-top: 60px;
    width: 180px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #198df9;
    cursor: pointer;
    box-shadow: 1px 6px 18px 0px rgba(25,141,249,0.30); 
}
.view_introduce_bot:hover, .view_introduce_bot:active {
	color: #ffffff;
}
.view_introduce_r{
    width: 50%;
    margin-left: 36px;
    position: relative;
}
.view_introduce_r>img{
    width: 302px;
}
.view_introduce_r>ul{
    position: absolute;
    left: 264px;
    top: 0;
    height: 100%;
}
.view_introduce_r>ul>li{
    display: flex;
    align-items: center;
}
.view_introduce_r>ul>li:nth-child(1){
    margin-top: 106px;
}
.view_introduce_r>ul>li:nth-child(2){
    margin-top: 50px;
}
.view_introduce_r>ul>li:nth-child(3){
    margin-top: 6px;
}
.view_introduce_r>ul>li:nth-child(4){
    margin-top: 38px;
}
.view_introduce_r>ul>li:nth-child(5){
    margin-top: 66px;
}
.view_introduce_r>ul>li>.tag{
    width: 116px;
    height: 2px;
    background: #7d8097;
    position: relative;
}
 
.view_introduce_r>ul>li>.tag::after{
    position: absolute;
    left: -4px;
    top: -3px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #7d8097;
}
.view_introduce_r>ul>li>.tag::before{
    position: absolute;
    right: -4px;
    top: -3px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #7d8097;
}
.view_introduce_r>ul>li>.name{
    width: 126px;
    height: 36px;
    background: rgba(234,17,0,0.00);
    border: 1px solid #4a4f6d;
    border-radius: 36px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3e4e;
    margin-left: 10px;
}
 
/* 应用场景广泛 */
.view_application_scenarios {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.view_application_scenarios_mian {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0;
}

.view_scenarios_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.view_scenarios_item {
    width: 350px;
}


/* 为什么选择视频短信 */
.view_why_choose{
    width: 100%;
    background: #f4f5fb;
    overflow: hidden;
}
.view_why_choose_main{
    max-width: 1200px;
    height: 100%;
    padding: 20px 0 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.view_why_choose_main_content{
    margin-top: 50px;
    display: flex;
}
.view_why_item{
    width: 500px;
}

.view_why_item_con{
    width: 100%;
    padding-bottom: 60px;
    background-color: #ffffff;
    transition: all 0.6s;
    box-shadow: 0 5px 20px 0 rgba(82,88,120,0.15);
}
.view_why_item_con:hover{
    margin-top: -20px;
}
.view_why_top{
    display: flex;
    align-items: center;
    padding: 0 36px;
    width: 100%;
    height: 130px;
    background: #198df9;
}
.view_why_left{
    flex: 1;
    overflow: hidden;
}
.view_why_left .title{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.view_why_left .text{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.view_why_top>img{
    margin-top: 20px;
}
.view_why_list{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 32px 20px 0px;
}
.view_why_list>span{
    font-size: 36px;
    color: #198df9;
}
.view_why_list>div{
    flex: 1;
    margin-left: 12px;
    font-size: 16px;
    color: #333333;
    position: relative;
}
.view_why_list>div::after{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(219,223,235,0.6);
}
.view_why_item.active .view_why_top{
    background: #4a4f6d;
}
.view_why_item.active .C__icon{
    color: #4A4F6D;
}
.view_why_nav{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.view_why_nav>.text{
    font-size: 60px;
    font-weight: 700;
    color: #198df9;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
.view_why_nav_list{
    width: 140px;
    height: 85px;
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.view_why_nav_list::after{
    content: '';
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    height: 1px;
    background: rgba(222,227,241,.6);
}
.view_why_nav_list div{
    font-size: 16px;
    color: #333333;
}
.view_why_nav_list div:nth-child(2){
    flex: 1;
    text-align: center;
}
.view_why_nav_list .C__icon{
    font-size: 22px;
    color: #CBD1E1;
}




/*guojiduanxin*/

/* 全球资源网络业务分布 */
.view_distribution{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.view_distribution_main{
    max-width: 1200px;
    height: 100%;
    padding: 60px 0 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.view_distribution_content{
    width: 100%;
    margin-top: 50px;
    position: relative;
    text-align: center;
}
.view_distribution_content>img{
    width: 1200px;
}
.view_distribution_content>div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.view_distribution_content>div>ul{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.view_distribution_content ul li{
    position: absolute; 
}
.view_distribution_content ul li:nth-child(1){
    left: 255px;
    top: 115px;
}
.view_distribution_content ul li:nth-child(2){
    left: 205px;
    top: 235px;
}
.view_distribution_content ul li:nth-child(3){
    left: 600px;
    top: 190px;
} 
.view_distribution_content ul li:nth-child(4){
    left: 550px;
    top: 280px;
}
.view_distribution_content ul li:nth-child(5){
    left: 605px;
    top: 320px;
}
.view_distribution_content ul li:nth-child(6){
    left: 745px;
    top: 220px;
}
.view_distribution_content ul li:nth-child(7){
    left: 890px;
    top: 105px;
}
.view_distribution_content ul li:nth-child(8){
    left: 935px;
    top: 240px;
}
.view_distribution_content ul li:nth-child(9){
    left: 890px;
    top: 365px;
}
.view_distribution_content ul li:nth-child(10){
    left: 925px;
    top: 410px;
}
.view_distribution_content ul li:nth-child(11){
    left: 1000px;
    top: 485px;
}
.view_distribution_content ul li .icon{
    width: 10px;
    height: 10px;
}
.view_distribution_content ul li .icon::before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #198df9;
    content: "";
}
.view_distribution_content ul li .icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    transform: scale(.6);
    animation: scaleForEver 4s linear infinite;
    margin-top: -13px;
    margin-left: -13px;
    border: 1px solid #198df9;
    background-color: rgba(25,141,249,.1);
}
.view_distribution_content ul li .icon span:nth-child(2){
    z-index: 1;
    animation-delay: 2s;
}
.view_distribution_content ul li .icon span:nth-child(3){
    z-index: 2;
    animation-delay: 3s;
}
.view_distribution_content ul li .text{
    white-space:nowrap;
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 16px;
    color: #3b3e4e;
    z-index: 10;
}
@keyframes scaleForEver {
    0% {
        transform: scale(.6);
        opacity: 1
    }

    70% {
        transform: scale(2.2);
        opacity: .8
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

/* 国际短信应用场景 */
.view_scene{
    width: 100%;
    background: #f4f5fb;
    overflow: hidden;
}
.view_scene_main{
    max-width: 1200px;
    height: 100%;
    padding: 60px 0 70px;
    box-sizing: border-box;
    margin: 0 auto;
}
.view_scene_content{
    width: 100%;
    margin-top: 50px;
}
.view_scene_content>ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.view_scene_content>ul>li{transition: all .3s;
    width: 270px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #e1e6f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 20px;
}
.view_scene_content>ul>li .C__icon{
    color: #198df9;
    font-size: 32px;
}
.view_scene_content>ul>li .text{
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #3b3e4e;
}
.view_scene_content>ul>li:hover{
    box-shadow: 0 5px 20px 0 rgba(82,88,120,0.15); 
}
/* 国际短信应用领域 */
.view_domain{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.view_domain_main{
    max-width: 1200px;
    height: 100%;
    padding: 60px 0 90px;
    box-sizing: border-box;
    margin: 0 auto;
}
.view_domain_content{
    width: 100%;
    margin-top: 50px;
}
.view_domain_content>ul{
    display: flex;
    flex-wrap: wrap;
}
.view_domain_content>ul>li{
    flex: 1;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.view_domain_content>ul>li:last-child{
    margin-right: 0;
}
.view_domain_content>ul>li>img{
    width: 100%;
    transition: all 0.6s;
}
.view_domain_content>ul>li>.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.view_domain_content>ul>li>.bg_tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.6s;
    background-color: rgba(25,141,249,0.6);
    z-index: 4;
}

.view_domain_content>ul>li>.bg>.C__icon{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    font-size: 34px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}
.view_domain_content>ul>li>.bg>.text{
    margin-top: 16px;
    font-size: 20px;
    color: #ffffff;
}
.view_domain_content>ul>li:hover img{
    transform: scale(1.2);
}
.view_domain_content>ul>li:hover .bg_tag{
    width: 100%;
    height: 100%;
}







