.broadbandAccess.ani .banner1{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
}
.opportunities.ani .o-item:nth-of-type(1){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.opportunities.ani .o-item:nth-of-type(2){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.solution.ani .s-item-left{
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.solution.ani .s-item-right{
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.relate.ani .btn-relate:nth-of-type(1){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.relate.ani .btn-relate:nth-of-type(2){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}


.broadcasting.ani .banner1{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
}
.opportunities2.ani .o-item:nth-of-type(1){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.opportunities2.ani .o-item:nth-of-type(2){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.opportunities2.ani .o-item:nth-of-type(3){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.opportunities2.ani .o-item:nth-of-type(4){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.solution2.ani .s-item1{
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.solution2.ani .s-item2{
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.solution2.ani .s-item3{
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.relate2.ani .btn-relate:nth-of-type(1){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.relate2.ani .btn-relate:nth-of-type(2){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.relate2.ani .btn-relate:nth-of-type(3){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}
.relate2.ani .btn-relate:nth-of-type(4){
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
}
.relate2.ani .btn-relate:nth-of-type(5){
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
}


.solutions{
    background-color: #ffffff;
    margin-top: 35px;
    margin-bottom: 100px;
}

.tab-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tab-title div{
    padding: 0 10px 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    float: left;
    text-align: center;
    user-select: none;/*文字不能被选中*/
    -moz-user-select: none;
    -webkit-user-select: none;
}

.tab-title div:hover{
    cursor: pointer;/*鼠标样式*/
}

.tab-select{
    background-color: #206bd1;
    color: #ffffff;
}

.industry .title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 90px auto;
}

.industry.ani .item,.cooperations.ani .item{
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.i2,.c2{
    animation-delay: 0.8s;
}
.i3,.c3{
    animation-delay: 1.2s;
}

.industry .item,.cooperations .item{
    width: 100%;
    min-height: 190px;
    background-color: #fff;
    border: 1px solid #666666;
    margin-bottom: 27px;
}


.industry .item:last-child{
    margin-bottom: 0;
}

.cooperations .item:last-child{
    margin-bottom: 224px;
}

.industry .item div,.cooperations .item div {
    float: left;
}

.industry .item .head,.cooperations .item .head {
    width: 23.48%;
    min-height: 190px;
}
.industry .i1 .head{
    background: #206bd1 url("../images/industry-i1.png") no-repeat center;
    background-size: auto 145px;
}

.industry .i2 .head{
    background: #206bd1 url("../images/industry-i2.png") no-repeat center;
    background-size: auto 145px;
}
.industry .i3 .head{
    background: #206bd1 url("../images/industry-i3.png") no-repeat center;
    background-size: auto 145px;
}

.cooperations .c1 .head{
    border: 1px solid #000000;
    box-sizing: border-box;
    background: url("../images/cooperation-c1.png") no-repeat center;
}
.cooperations .c2 .head{
    border: 1px solid #000000;
    box-sizing: border-box;
    background: url("../images/cooperation-c2.png") no-repeat center;
}
.cooperations .c3 .head{
    border: 1px solid #000000;
    box-sizing: border-box;
    background: #2e85c5 url("../images/cooperation-c3.png") no-repeat center;
}


.industry .item .content,.cooperations .item .content{
    width: 71.2%;
    min-height: 190px;
    font-size: 22px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.industry .item .content p,.cooperations .item .content p{
    padding-left: 60px;
    overflow: hidden;
}

.industry .item .foot, .cooperations .item .foot{
    width: 5.32%;
    height: 190px;
    float: right;
    display:flex;
    justify-content:center;
    align-items:center;
}
.industry .item .foot .a-r,.cooperations .item .foot .a-r{
    width: 63px;
    height: 32px;
    background: url("../images/industry-a-r.png") no-repeat center;
    border-left: 1px solid #a0a0a0;
    box-sizing: border-box;
}

.cooperations .title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 190px auto 80px auto;
}

.industry .item .content p, .cooperations .item .content p{
    width: 100%;
    padding: auto 10px;
}


.broadbandAccess p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 90px auto;
}
.opportunities p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 90px auto;
    padding-top: 90px;
}
.opportunities{
    background-color: #f1f1f1;
    padding-bottom: 40px;
}

.opportunities .o-item{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.opportunities .o-item .img{
    width: 27%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.opportunities .o-item .img img{
    width: 100%;
}
.opportunities .o-item .content{
    width: 62%;
    font-size: 16px;
}
.padd-left{
    padding-left: 6%;
}

.opportunities .o-item:nth-of-type(2){
    margin-top: 40px;
}

.solution p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 90px auto;
}

.solution .s-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.solution .s-item .s-item-left,
.solution .s-item .s-item-right{
    width: 45%;
}
.solution .s-item .content{
    margin-top: 30px;
    font-size: 16px;
}

.relate p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 30px auto;
    padding-top: 90px;
}
.relate{
    background-color: #f1f1f1;
    padding-bottom: 40px;
}
.relate .r-item{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.relate .r-item .btn-relate{
    width: 30%;
    height: 300px;
}
.relate .r-item .btn-relate a{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.relate .r-item .btn-relate .img{
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.relate .r-item .btn-relate .content{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: black;
}


.broadcasting{
    margin-top: 90px;
}
.broadcasting p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 30px auto;
}
.opportunities2{
    margin-top: 90px;
    background-color: #f1f1f1;
    padding-bottom: 40px;
}
.opportunities2 p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 30px auto;
    padding-top: 90px;
}

.opportunities2 .o-item{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}
.opportunities2 .o-item:nth-of-type(2){
    margin-top: 20px;
}
.opportunities2 .o-item .content{
    width: 64%;
    font-size: 20px;
    margin-top: 20px;
}
.opportunities2 .o-item .img{
    width: 30%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.opportunities2 .o-item .img img{
    width: 100%;
}
.solution2 p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 40px auto;
    padding-top: 40px;
}
.solution2 .s-item{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution2 .s-item>div{
    width: 32%;
}
.solution2 .s-item>div .content{
    font-size: 16px;
    margin-top: 20px;
}
.relate2 {
    background-color: #f1f1f1;
    padding-bottom: 40px;
}
.relate2 p.title{
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
    margin: 40px auto;
    padding-top: 40px;
}
.relate2 .r-item{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relate2 .r-item .btn-relate{
    width: 50%;
    margin-top: 20px;
}
.relate2 .r-item .btn-relate a{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.relate2 .r-item .btn-relate>div{
    width: 100%;
}
.relate2 .r-item .img{
    padding: 40px;
    width: 60% !important;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-color: #ffffff;
}
.relate2 .r-item .content{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.solution2 .s-item .img{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}
.solution2 .s-item .img img{
    width: 100%;
}
.industry .item .content, .cooperations .item .content{
    font-size: 20px;
}
.industry .item .content span, .cooperations .item .content span{
    font-size: 22px;
    font-weight: bold;
}


@media screen and (min-width:  1185px) {
    .industry .item:hover,.cooperations .item:hover {
        box-shadow: 5px 5px 5px #a0a0a0;
        transition: 400ms;
        margin-left: 20px;
        -webkit-transition: 400ms;
    }
}

@media screen and (max-width: 1184px){
    .cooperations .item .head{
        background-size: contain;
    }
}

@media screen and (max-width: 750px){

    .industry .item .content, .cooperations .item .content{
        width: 76.52%;
        min-height: 160px;
        font-size: 16px;
    }
    .industry .item, .cooperations .item{
        min-height: 160px;
        cursor: pointer;
    }
    .industry .item .head, .cooperations .item .head{
        min-height: 160px;
    }
    .industry .item .foot, .cooperations .item .foot{
        display: none;
    }
    .industry .i1 .head,
    .industry .i2 .head,
    .industry .i3 .head{
        background-size: auto 100px;
    }
    .industry .item .content p, .cooperations .item .content p{
        padding-left: 10px;
    }

    .tab-title div{
        margin: 5px 1% 0 1%;
    }
    .opportunities2 .o-item{
        flex-wrap: wrap;
    }
    .opportunities .o-item .img{
        width: 100%;
    }
    .opportunities .o-item .content{
        width: 100%;
        margin-top: 20px;
    }

    .opportunities .o-item:nth-of-type(2) .content ,
    .opportunities2 .o-item:nth-of-type(4) .content{
        order: 1;
    }
    .opportunities .o-item:nth-of-type(1) .content{
        padding-left: 0;
    }
    .opportunities .o-item:nth-of-type(2) .img{
        padding-left: 0;
    }
    .solution .s-item{
        justify-content: center;
    }
    .solution .s-item .s-item-left, .solution .s-item .s-item-right{
        margin-top: 20px;
        width: 100%;
    }
    .opportunities p.title,.broadbandAccess p.title{
        margin: 30px auto;
    }
    .solution p.title{
        padding-top: 0;
    }
    .relate p.title,.opportunities p.title{
        padding-top: 30px;
    }
    .relate .r-item .btn-relate .img{
        height: 180px;
    }

    .opportunities2{
        margin-top: 40px;
    }
    .opportunities2 p.title,.solution2 p.title,.relate2 p.title{
        font-size: 24px;
        height: 50px;
        padding-top: 30px;
    }
    .opportunities2 .o-item .img{
        width: 100%;
    }

    .opportunities2 .o-item .content{
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }
    .opportunities2 .o-item:nth-of-type(2) .img,
    .opportunities2 .o-item:nth-of-type(4) .img{
        padding-left: 0;
    }
    .opportunities2 .o-item:nth-of-type(2) .content{
        order: 1;
    }

    .solution2 .s-item > div{
        width: 100%;
    }
    .solution2 .s-item > div{
        margin-top: 30px;
    }
    .solution2 .s-item > div .content{
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }
    .relate2 .r-item .btn-relate{
        width: 100%;
    }
    .relate2 .r-item .btn-relate > div{
        width: 80% !important;
    }
}
@media screen and (max-width: 618px){
    .cooperations .c3 .content p{
        height: 100%;
    }
}
@media screen and (max-width: 415px) {
    .broadcasting{
        margin-top: 40px;
    }
    .tab-title {
        justify-content: space-between;
    }

    .tab-title div {
        width: 41%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        overflow: hidden; /*溢出隐藏*/
        text-overflow: ellipsis; /*以省略号...显示*/
        white-space: nowrap; /*强制不换行*/

    }

    .industry .title {
        margin: 40px auto;
        font-size: 20px;
        height: 40px;
    }

    .industry .item, .cooperations .item {
        box-shadow: none;
        border: 1px solid #666666;
        min-height: 140px;
    }

    .industry .item .head, .cooperations .item .head {
        min-height: 140px;
    }

    .industry .item .content, .cooperations .item .content {
        font-size: 14px;
        min-height: 140px;
    }

    .industry .i1 .head, .industry .i2 .head, .industry .i3 .head {
        background-size: auto 60px;
    }

    .industry .item .content p, .cooperations .item .content p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .industry .item .content span, .cooperations .item .content span {
        font-size: 16px;
    }

    .industry .item .foot, .cooperations .item .foot {
        height: 100px;
    }

    .cooperations .title {
        margin: 40px auto;
        font-size: 20px;
        height: 40px;
    }

    .opportunities p.title, .broadbandAccess p.title, .solution p.title, .relate p.title {
        font-size: 18px;
        height: 40px;
    }

    .relate .r-item .btn-relate {
        width: 80%;
    }
    .opportunities2 p.title, .solution2 p.title, .relate2 p.title{
        font-size: 20px;
        height: 40px;
        margin: 10px auto;
    }
    .solution2 .s-item > div .content{
        text-align: left;
    }
    .opportunities2 .o-item .img img,.opportunities .o-item .img img{
        width: 100%;
    }
    .solution2 .s-item .img img {
        width: 100%;
    }

    .broadcasting p.title {
        font-size: 20px;
        height: 40px;
    }
}
@media screen and (max-width: 321px) {
    .industry .item, .cooperations .item {
        min-height: 110px;
    }
    .industry .item .head, .cooperations .item .head{
        min-height: 110px;
    }
    .industry .item .content, .cooperations .item .content {
        min-height: 110px;
        font-size: 13px;
    }
    .industry .item .content p, .cooperations .item .content p{
        padding-left: 10px;
        padding-right: 10px;
    }
    .industry .item .content span, .cooperations .item .content span{
        font-size: 14px;
    }

    .industry .item .foot, .cooperations .item .foot {
        height: 80px;
    }

    .tab-title div {
        font-size: 12px;
    }

    .industry .title {
        font-size: 20px;
        margin: 40px auto;
    }

    .cooperations .title {
        font-size: 20px;
        margin: 40px auto;
    }

}


