.index_main{
    width: 100%;
}
.index_top{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
}
.it_lb{
    float: left;
    width: 54%;
    height: 400px;
    margin-left: 20px;
}

/*轮播图*/
.slideBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.slideBox>a{
    width: 42px;
    height: 67px;
    position: absolute;
    top: 42%;
    z-index: 9;
}
.slideBox>a.prev{
    left: 0;
    background: url("../images/index/left.png;vpn_img") no-repeat;
    background-size: 100% 100%;
}
.slideBox>a.next{
    right: 2px;
    background: url("../images/index/right.png;vpn_img") no-repeat;
    background-size: 100% 100%;
}
.slideBox .bd,.slideBox .bd .tempWrap,.slideBox .bd ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideBox .bd ul li{
    float: left;
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slideBox .bd ul li>a img{
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a>s{
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    background-color: #000;
}
.slideBox .bd ul li>a>span{
    width: 80%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.slideBox .hd{
    position: absolute;
    right: 20px;
    bottom: 18px;
}
.slideBox .hd ul li{
    float:left;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: url("../images/index/bd.png;vpn_img") no-repeat;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background: url("../images/index/hd.png;vpn_img") no-repeat;
}

/*轮播图*/
.it_list{
    float: right;
    width: 41%;
    margin-right: 20px;
}
.it_title{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.it_title p{
    float: left;
    font-size: 20px;
    color: #c02c30;
    padding-right: 15px;
    padding-bottom: 10px;
    position: relative;
}
.it_title p span{
    width: 100%;
    height: 2px;
    background-color: #c12c30;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.it_title a{
    display: block;
    float: right;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 8px;
}
.it_title a:hover{
    color: red;
}
.it_main{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d3d3d3;
}
.it_main h2{
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0 10px;
}
.it_main h2 a{
    color: #005398;
}
.it_main h2 a:hover{
    color: red;
}
.it_main p{
    line-height: 28px;
    font-size: 16px;
    color: #444444;
    text-indent: 2em;
}
.it_main p a{
    color: #dd0018;
}
.it_main p a:hover{
    color: red;
}
.itl{
    width: 100%;
}
.itl ul li{
    margin-top: 9px;
}
.itl ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.itl ul li a p{
    float: left;
    width: 78%;
    text-indent: 10px;
    background: url("../images/index/dian.png;vpn_img") no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.itl ul li a span{
    float: right;
    width: 22%;
    color: #999999;
    text-align: right;
}
.itl ul li a:hover p{
    text-indent: 20px;
}
.index_container{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.ic_left{
    float: left;
    width: 72%;
}
.icl{
    width: 100%;
    padding: 25px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.icl_title{
    width: 94%;
    font-size: 22px;
    color: #004e8c;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
}
.icl_title p{
    float: left;
    padding: 0 20px 10px;
    position: relative;
    cursor: pointer;
}
.icl_title p span{
    display: block;
    width: 2px;
    height: 60%;
    background-color: #065ca1;
    position: absolute;
    top: 10%;
    left: 0;
    transition: all 0.4s linear;
}
.icl_title p.on{
    color: #ae0303;
}
.icl_title p.on span{
    width: 4px;
    height: 50%;
    top: 17%;
}
.icl_list{
    width: 94%;
    height: 228px;
    margin: 0 auto;
}
.icl_list ul{
    display: none;
}
.icl_list ul.on{
    display: block;
}
.icl_list ul li{
    margin-top: 10px;
}
.icl_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.icl_list ul li a p{
    float: left;
    width: 88%;
    text-indent: 15px;
    background: url("../images/index/dian.png;vpn_img") no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.icl_list ul li a span{
    float: right;
    width: 12%;
    color: #999999;
    text-align: right;
}
.icl_list ul li a:hover p{
    text-indent: 25px;
}
.ic_right{
    float: right;
    width: 26%;
}
.ldxx{
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
.ldxx_title{
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}
.ldxx_title p{
    float: left;
    font-size: 22px;
    color: #fff;
    padding: 3px 15px;
    background-color: #015293;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.ldxx_title a{
    display: block;
    float: right;
    font-size: 16px;
    color: #8f8e8e;
    margin-top: 8px;
}
.ldxx_title a:hover{
    color: red;
}
.ldxx_main{
    width: 92%;
    height: 171.31px;
    overflow: hidden;
    margin: 15px auto 10px;
}
.ldxx_left{
    width: 46%;
    float: left;
}
.ldxx_left a{
    display: block;
    width: 99%;
    padding: 7px 0;
    border: 1px solid #a3a3a3;
}
.ldxx_left a img{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.ldxx_right{
    width: 48%;
    float: right;
}
.ldxx_right h2{
    font-size: 20px;
    color: #005298;
    padding: 2px 0;
}
.ldxx_right span{
    display: block;
    width: 62%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../images/index/sj.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    padding: 2px 0 8px;
}
.ldxx_right p{
    font-size: 16px;
    margin-top: 3px;
}
.ic_img{
    width: 100%;
}
.ic_img a{
    display: block;
    margin-bottom: 10px;
}
.ic_img a img{
    width: 100%;
    margin-bottom: -5px;
}
.ic_list{
    width: 100%;
}
.ic_list ul li a{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin-bottom: 7px;
}
.ic_list ul li a.ic_a1{
    border-left: 6px solid #f18181;
}
.ic_list ul li a.ic_a2{
    border-left: 6px solid #50a3d2;
}
.ic_list ul li a.ic_a3{
    border-left: 6px solid #ddb461;
}
.ic_list ul li a.ic_a4{
    border-left: 6px solid #5bb2c4;
}
.ic_list ul li a.ic_a5{
    border-left: 6px solid #58b69c;
}
.ic_list ul li a img{
    position: absolute;
    top: 10px;
    left: 6%;
    transition: all 0.4s linear;
}
.ic_list ul li a.ic_a2 img,
.ic_list ul li a.ic_a4 img{
    top: 8px;
}
.ic_list ul li a p{
    float: left;
    margin-left: 20%;
}
.ic_list ul li a span{
    float: right;
    margin-right: 4%;
    transition: all 0.4s linear;
}
.ic_list ul li a.ic_a1 span{
    color: #f18181;
}
.ic_list ul li a.ic_a2 span{
    color: #50a3d2;
}
.ic_list ul li a.ic_a3 span{
    color: #ddb461;
}
.ic_list ul li a.ic_a4 span{
    color: #5bb2c4;
}
.ic_list ul li a.ic_a5 span{
    color:#58b69c;
}
.ic_list ul li a.ic_a1:hover p{
    color: #f18181;
}
.ic_list ul li a.ic_a2:hover p{
    color: #50a3d2;
}
.ic_list ul li a.ic_a3:hover p{
    color: #ddb461;
}
.ic_list ul li a.ic_a4:hover p{
    color: #5bb2c4;
}
.ic_list ul li a.ic_a5:hover p{
    color:#58b69c;
}
.ic_list ul li a:hover img{
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.ic_list ul li a:hover span{
    margin-right: 2%;
}
.index_bottom{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.ib_main{
    float: left;
    width: 32%;
    height: 300px;
    margin-left: 2%;
    background-color: #fff;
}
.ibm_1{
    margin-left: 0;
    border-top: 4px solid #179bb7;
}
.ibm_2{
    border-top: 4px solid #4cbf99;
}
.ibm_3{
    border-top: 4px solid #006cbf;
}
.ib_title{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #d0d0d0;
}
.ib_title img{
    display: block;
    margin: -36px auto 0;
}
.ib_title h2{
    font-size: 22px;
    text-align: center;
    padding: 5px 0 10px;
}
.ib_title h2.ibm_h1{
    color: #179bb7;
}
.ib_title h2.ibm_h2{
    color: #4cbf99;
}
.ib_title h2.ibm_h3{
    color: #006cbf;
}
.ib_m1{
    width: 90%;
    overflow: hidden;
    margin: 5px auto 0;
}
.ib_m1 a{
    display: block;
    float: left;
    width: 48%;
    color: #fff;
    padding: 10px 0;
    margin-left: 4%;
    margin-top: 10px;
}
.ib_m1 a.ib_ma1{
    background: url(../images/index/ib_ma1.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}
.ib_m1 a.ib_ma2{
    background: url(../images/index/ib_ma2.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.ib_m1 a.ib_ma3{
    background: url(../images/index/ib_ma3.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}
.ib_m1 a.ib_ma4{
    background: url(../images/index/ib_ma4.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.ib_m1 a p{
    width: 88%;
    font-size: 16px;
    margin: 0 auto;
}
.ib_m1 a p b{
    font-size: 12px;
    font-weight: 500;
}
.ib_m1 a span{
    display: block;
    width: 88%;
    font-size: 15px;
    text-align: right;
    margin: 0 auto;
}
.ib_m1 a:hover p{
    color: red;
}
.ib_m2{
    width: 90%;
    margin: 0 auto;
}
.ib_m2 ul{
    height: 105px;
}
.ib_m2 ul li{
    margin-top: 15px;
}
.ib_m2 ul li a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}
.ib_m2 ul li a span{
    display: block;
    float: left;
    width: 5%;
    height: 30px;
    background: url(../images/index/dian.png;vpn_img) no-repeat;
    background-position: 0 50%;
}
.ib_m2 ul li a p{
    float: left;
    width: 95%;
}
.ib_m2 ul li a.one p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ib_m2 ul li a.two p{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ib_m2 div{
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}
.ib_m2 div a{
    display: block;
    width: 48%;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.ib_m2 div a.div_a1{
    float: left;
    background-color: #4d97d2;
}
.ib_m2 div a.div_a2{
    float: right;
    background-color: #70b39d;
}
.ib_m2 div a img{
    position: absolute;
    top: 15x;
    left: 18%;
    transition: all 0.4s linear;
}
.ib_m2 div a.div_a2 img{
    top: 17px;
}
.ib_m2 div a p{
    float: left;
    margin-left: 42%;
}
.ib_m2 div a:hover img{
    left: 14%;
}
.ib_m3{
    width: 90%;
    margin: 0 auto;
}
.ib_m3 div{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.ib_m3 div p{
    float: left;
    width: 20%;
    line-height: 24px;
    padding: 17px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.ib_m3 div p.one_p{
    background-color: #6fa4e6;
}
.ib_m3 div p.two_p{
    background-color: #70b39d;
}
.ib_m3 div a{
    display: block;
    float: right;
    width: 76%;
    line-height: 30px;
    font-size: 16px;
    padding: 9px 0;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ios */
@media (max-width: 760px) {
    .it_lb{
        float: none;
        width: 96%;
        height: 220px;
        margin: 0 auto;
    }
    .slideBox>a {
        width: 30px;
        height: 50px;
        top: 36%;
    }
    .slideBox .bd ul li>a>span{
        width: 52%;
    }
    .it_list{
        float: none;
        width: 96%;
        margin: 10px auto 0;
    }
    .it_title p{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .it_title a{
        font-size: 12px;
        margin-top: 5px;
    }
    .it_main h2{
        font-size: 18px;
    }
    .it_main p{
        font-size: 14px;
    }
    .itl ul li a,
    .icl_list ul li a{
        font-size: 14px;
    }
    .itl ul li a p,
    .icl_list ul li a p{
        width: 70%;
    }
    .itl ul li a span,
    .icl_list ul li a span{
        width: 30%;
    }
    .ic_left,
    .ic_right{
        float: none;
        width: 100%;
    }
    .icl{
        padding: 15px 0;
    }
    .icl_title{
        font-size: 15px;
    }
    .icl_title p{
        padding: 0 5px 5px;
    }
    .icl_title p span{
        height: 58%;
        top: 15%;
    }
    .icl_title p.on span{
        top: 18%;
    }
    .ldxx_title p{
        font-size: 18px;
    }
    .ldxx_title a{
        font-size: 12px;
    }
    .ldxx_right h2{
        font-size: 18px;
    }
    .ldxx_right p{
        font-size: 14px;
    }
    .ldxx_right span{
        width: 56%;
        font-size: 14px;
        margin-top: 5px;
    }
    .index_bottom{
        padding: 40px 0 10px;
    }
    .ib_title h2{
        font-size: 18px;
    }
    .ib_main{
        float: none;
        width: 100%;
        margin: 0 auto 40px;
    }
    .ib_m2 ul{
        height: auto;
    }
    .ib_m2 div a{
        font-size: 16px;
    }
    .ib_m2 div a img{
        left: 13%;
    }
    .ib_m2 div a p{
        margin-left: 39%;
    }
    .icl_list{
        height: auto;
    }
    .ldxx_main{
        height: auto;
    }
}