.news-main {
    width: 100%;
    background: #fff;
    margin-bottom: 100px;
}

.news-slide1 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 432px;
    background: #fff;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.content-slide {
    margin-top: -55px;
    text-align: center;
}

.content-slide .title {
    width: 100%;
    max-width: 1140px;
    font-family: arial;
    font-size: 36px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content-slide .txt {
    width: 100%;
    max-width: 1020px;
    padding: 0 15px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 28px;
    margin: 15px auto 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content-slide .btn {
    margin-top: 32px;
    border: 1px solid #26d67b;
    background: #26d67b;
    border-radius: 5px;
    color: #F5F5F5;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 140px;
    font-family: arial;
}
.productCon{
    width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.productCon .telecomDiv{
    border-top: 3px solid #26d67b;
    margin-top: 56px;
    height: 297px;
}
.telecomDiv-left{
    float: left;
    width: 721px;
    height: 100%;
}
.imgDiv{
    margin-top: 22px;
    float: left;
    width: 20%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 20px;

}
.introDiv{
    margin-top: 22px;
    float: right;
    width: 75%;
}
.introDiv p{
    font-family:Arial;
    font-size: 24px;
    color: #333;
    text-align: left;
    width: 20%;
    position: relative;
}
.introDiv p:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #26d67b;
    margin-top: 2px;
}
.introDiv .subTitle{
    font-family: Arial;
    font-size: 12px;
    color: #6d6d6d;
    text-align: left;
    line-height: 20px;
    text-align: justify;
    margin-top: 18px;
    margin-right: 30px;
}
.telecomDiv-right{
    float: right;
    display: block;
    width: 299px;
    height: 100%;
}
.telecomDiv-right ul{
    margin-top:0px;
    padding-left:0px;
}
.telecomDiv-right ul li{
    line-height: 33px;
    width: 299px;
    height: 33px;
    display: block;
    background:url(../img/product_linear.png) no-repeat;
    background-size: 100%;
}
.spanImg{
    font-family:Arial;
    color: #6d6d6d;
    font-size: 12px;
    text-align: left;
    text-indent:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../img/product_arrow1.png) no-repeat 8px;
}

.gradientleft{
    background: -moz-linear-gradient(top, #f1f1f1 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#f1f1f1), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#efefef 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#efefef 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#efefef 100%);
}

.gradient{
    background: -moz-linear-gradient(top, #e2e2e2 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#e2e2e2), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #e2e2e2 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%,#f4f4f4 100%);
}

.telecomDiv-right ul li a:hover{
    background: #26d67b;
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    cursor: pointer;
}
.telecomDiv-right ul  li a:hover .spanImg {
    background: url(../img/product_arrow2.png) no-repeat 8px;
}
