/* .i_r_title,.i_r_main{
    display:none;
}
.h_m_top,.h_m_bottom form,.header_bottom,.index_main,.footer,.left_erwema{
      -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1); 
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; 
} */










/* ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â» */
@keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}

/* Firefox */
@-moz-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
@-webkit-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

/* Opera */
@-o-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

@keyframes overturn{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

/* Firefox */
@-moz-keyframes overturn{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
@-webkit-keyframes overturn{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
/* Opera */
@-o-keyframes overturn{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

@keyframes rotation{
    0% {transform: rotateZ(0deg);}
    50% {transform: rotateZ(360deg);}
    100% {transform: rotateZ(0deg);}
}

/* Firefox */
@-moz-keyframes rotation{
    0% {transform: rotateZ(0deg);}
    50% {transform: rotateZ(360deg);}
    100% {transform: rotateZ(0deg);}
}

/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
@-webkit-keyframes rotation {
    0% {transform: rotateZ(0deg);}
    50% {transform: rotateZ(360deg);}
    100% {transform: rotateZ(0deg);}
}
/* Opera */
@-o-keyframes rotation{
    0% {transform: rotateZ(0deg);}
    50% {transform: rotateZ(360deg);}
    100% {transform: rotateZ(0deg);}
}
/*ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¨Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â */
/*.h_m_bottom{
    padding-top: 196px;
}*/
/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/
.index_main{
    width: 100%;
}
.index_top{
    width: 100%;
    padding: 6px 0 10px;
}
.index_top_title{
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}
.index_top_title img{
    display: block;
    float: left;
    width: 8%;
}
.index_top_title div{
    float: left;
    width: 92%;
}
.index_top_title div h2{
    font-size: 24px;
    text-align: center;
    padding: 5px 0 3px;
}
.index_top_title div h2 a{
    color: #cf4e57;
}
.index_top_title div h2 a:hover{
    color: #c50001;
}
.index_top_title div p{
    font-size: 16px;
    text-indent: 2em;
    padding: 0 24px;
}
.index_top_title div p a{
    color: #a51212;
}
.index_top_lbt{
    width: 100%;
    margin-top: 12px;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾*/
.slideBox{
    width: 100%;
    height: 480px;
    position: relative;
}
.slideBox>a{
    width: 42px;
    height: 67px;
    position: absolute;
    top: 44%;
    z-index: 9;
}
.slideBox>a.prev{
    left: 30px;
    background: url(../images/index/left.png;vpn_img) no-repeat;
}
.slideBox>a.next{
    right: 30px;
    background: url(../images/index/right.png;vpn_img) no-repeat;
}
.slideBox .bd,.slideBox .bd ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideBox .bd ul li{
    float: left;
    width: 100%;
    height: 480px;
}
.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: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.5;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}
.slideBox .bd ul li>a>span{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slideBox .hd{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.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;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾*/
.index_botttom{
    width: 100%;
    overflow: hidden;
}
.index_left{
    float: left;
    width: 75%;
}
.i_l_one{
    width: 100%;
    overflow: hidden;
}
.i_l_o_left{
    float: left;
    width: 24%;
    border: 1px solid #cedbe8;
}
.i_l_o_left ul{
    width: 100%;
    padding: 15px 0;
}
.i_l_o_left ul li{
    width: 84%;
    height: 60px;
    font-size: 20px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f1f1f1;
    margin-top: 10px;
    cursor: pointer;
}
.i_l_o_left ul li.one_li{
    margin-top: 0;
}
.i_l_o_left ul li img{
    display: block;
    float: left;
    margin-top: 16px;
    margin-left: 13px;
}
.i_l_o_left ul li p{
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}
.i_l_o_left ul li.on{
    color: #fff;
    background-color: #c2121f;
}
.i_l_o_left ul li:hover img{
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
    -o-animation: myfirst 1s;	/* Opera */
}
.i_l_o_right{
    width: 74%;
    float: right;
}
.i_l_o_right ul{
    display: none;
    width: 100%;
}
.i_l_o_right ul.bl{
    display: block;
}
.i_l_o_right ul li{
    padding: 5px 0;
}
.i_l_o_right ul li a{
    display: block;
    overflow: hidden;
}
.i_l_o_right ul li a p{
    float: left;
    width: 88%;
    font-size: 16px;
    text-indent: 1em;
    background: url(../images/index/dian.png;vpn_img) no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i_l_o_right ul li a span{
    display: block;
    float: right;
    width: 12%;
    font-size: 14px;
    color: #999999;
    text-align: right;
}
.i_l_two{
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
    margin: 20px auto;
}
.i_l_t_left{
    width: 8%;
    float: left;
    background: url(../images/index/i_l_t_left.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.i_l_t_left p{
    font-size: 22px;
    color: #fff;
    padding: 10px 0 10px 18px;
}
.i_l_t_left p a,
.i_l_t_left h2 a{
    color: #fff;
}
.i_l_t_left h2{
    display: none;
    font-size: 18px;
}
.i_l_t_left p a:hover,
.i_l_t_left h2 a:hover{
    color: #ccc;
}
.i_l_t_right{
    width: 90%;
    float: right;
}
.i_l_t_right ul{
    width: 100%;
    overflow: hidden;
}
.i_l_t_right ul li{
    float: left;
    width: 16%;
}
.i_l_t_right ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}
.i_l_t_right ul li a img{
    display: block;
    margin: 0 auto;
}
.i_l_t_right ul li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.i_l_t_right ul li a:hover img{
    animation: overturn 2s;
    -moz-animation: overturn 2s;	/* Firefox */
    -webkit-animation: overturn 2s;	/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
    -o-animation: overturn 2s;	/* Opera */
}
.i_l_three{
    width: 100%;
    padding: 5px 0 15px;
}
.i_l_th_title{
    width: 100%;
    overflow: hidden;
}
.i_l_th_title img{
    display: block;
    float: left;
    margin-left: 7px;
}
.i_l_th_title p{
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #c2121f;
    margin-top: 2px;
    margin-left: 7px;
}
.i_l_th_main{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.th_main_left{
    width: 59%;
    float: left;
}
.th_main_left a{
    display: block;
    width: 100%;
    height: 392px;
    overflow: hidden;
    position: relative;
}
.th_main_left a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}
.th_main_left a:hover img{
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.th_main_left a p{
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: url(../images/index/th_main.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.th_main_right{
    width: 38%;
    float: right;
}
.th_main_right ul li{
    margin-bottom: 22px;
}
.th_main_right ul li a{
    display: block;
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
}
.th_main_right ul li a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}
.th_main_right ul li a p{
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: url(../images/index/th_main.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.th_main_right ul li a:hover img{
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
.index_right{
    float: right;
    width: 22%;
}
.i_r_title{
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #c2121f;
    overflow: hidden;
}
.i_r_title img{
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 30%;
}
.i_r_title p{
    float: left;
    padding: 12px 0;
    margin-left: 7px;
}
.i_r_main{
    width: 100%;
    overflow: hidden;
    margin: 10px auto 20px;
}
.ir_m_left{
    width: 46%;
    float: left;
}
.ir_m_left a{
    display: block;
    width: 99%;
    padding: 7px 0;
    border: 1px solid #a3a3a3;
}
.ir_m_left a img{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.ir_m_right{
    width: 50%;
    float: right;
}
.ir_m_right h2{
    font-size: 20px;
    color: #005298;
    padding: 2px 0 10px;
}
.ir_m_right span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #c2121f;
    padding: 3px 8px;
    position: relative;
}
.ir_m_right span img{
    position: absolute;
    bottom: -5px;
    left: 45%;
}
.ir_m_right p{
    margin-top: 8px;
}
.i_r_nav{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.i_r_nav ul{
    width: 100%;
    overflow: hidden;
}
.i_r_nav ul li{
    width: 100%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}
.i_r_nav a{
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #f1f1f1;
}
.i_r_nav a.i_r_a1{
    float: left;
    width: 48%;
}
.i_r_nav a.i_r_a2{
    float: right;
    width: 48%;
}
.i_r_list{
    width: 100%;
}
.list_title{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
}
.list_title p{
    float: left;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}
.list_title p span{
    display: block;
    width: 4px;
    height: 70%;
    background-color: #c2121f;
    position: absolute;
    top: 17%;
    left: 0
}
.list_title a{
    display: block;
    float: right;
    font-size: 16px;
    margin-top: 5px;
}
.i_r_list ul{
    width: 100%;
    height: 142px;
}
.i_r_list ul li{
    padding-top: 15px;
}
.i_r_list ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
}
.i_r_list ul li a i{
    display: block;
    float: left;
    width: 8%;
    height: 18px;
    background: url(../images/index/list_dian.png;vpn_img) no-repeat;
    background-position: 50% 100%;
}
.i_r_list ul li a p{
    float: left;
    width: 90%;
    height: 56px;
    line-height: 30px;
}
.i_r_list ul li a p span{
    color: #000;
}
.i_r_lr{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.i_r_lr a{
    display: block;
    width: 47%;
    height: 110px;
    float: left;
    font-size: 22px;
    text-align: center;
    background: url(../images/index/i_r_lr.png;vpn_img) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.i_r_lr a img{
    margin-top: 20px;
}
.i_r_lr a p{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.i_r_lr a.lr_a2{
    float: right;
}
.i_r_lr a:hover img{
    animation: rotation 2s;
    -moz-animation: rotation 2s;	/* Firefox */
    -webkit-animation: rotation 2s;	/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
    -o-animation: rotation 2s;	/* Opera */
}
.i_r_lbt{
    width: 100%;
    margin-bottom: 15px;
}
.ctt-1{
    width: 100%;
    overflow: hidden;
}
.ctt-1 .left {
    float:left;
    width: 100%;
    position:relative;
}
.ctt-1 .left .bd,.ctt-1 .left .bd ul {
    width:100%;
    height:100%;
    overflow: hidden;
}
.ctt-1 .left .bd ul li {
    float:left;
    width:100%;
    height:100%;
}
.ctt-1 .left .bd ul li>a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.ctt-1 .left .bd ul li>a img {
    width:100%;
    height:100%;
}
.ctt-1 .hd{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.ctt-1 .hd ul li{
    float:left;
    padding: 0 5px;
    color: #fff;
    margin: 0 4px;
    background-color: #8b876f;
    cursor: pointer;
}
.ctt-1 .hd ul li.on{
    background-color: #ba0f13;
}
.i_r_bottom{
    width: 100%;
}
.i_r_bottom a{
    display: block;
    width: 99%;
    border: 1px solid #e5e5e5;
}
.i_r_bottom a img{
    width: 100%;
}


/*ztzl*/
.ztzl{
    margin-bottom:20px;
}
.ztzl li{
    margin: 0 1%;
    float:left;
    width:23%;
    height:160px;
}
.ztzl li img{
    width:100%;
    height:100%;
}

/* ios */
@media (max-width: 760px) {
    .index_top_title img{
        width: 20%;
    }
    .index_top_title div{
        width: 80%;
    }
    .index_top_title div h2{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_top_title div p{
        text-indent: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_left,
    .index_right{
        float: none;
        width: 100%;
    }
    .slideBox{
        height: 240px;
    }
    .slideBox>a{
        top: 40%;
    }
    .slideBox>a.prev{
        left: 10px;
    }
    .slideBox>a.next{
        right: 10px;
    }
    .slideBox .bd ul li{
        height: 240px;
    }
    .slideBox .bd ul li>a>span{
        width: 60%;
        left: 5%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .i_l_o_left{
        float: none;
        width: 99%;
    }
    .i_l_o_left ul{
        overflow: hidden;
        padding: 2px 0 10px;
    }
    .i_l_o_left ul li{
        width: 46%;
        float: left;
        font-size: 16px;
        margin-left: 2.5%;
    }
    .i_l_o_left ul li.one_li{
        margin-top: 10px;
    }
    .i_l_o_left ul li p{
        margin-top: 20px;
        margin-left: 7px;
    }
    .i_l_o_right{
        width: 100%;
    }
    .i_l_o_right ul li a p{
        width: 75%;
    }
    .i_l_o_right ul li a span{
        width: 24%;
    }
    .i_l_t_left{
        float: left;
        width: 100%;
        background: #c2121f;
    }
    .i_l_t_left h2{
        display: block;
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }
    .i_l_t_left p{
        display: none;
    }
    .i_l_t_right{
        float: left;
        width: 100%;
    }
    .i_l_t_right ul li{
        width: 33%;
    }
    .i_l_th_title img{
        margin-left: 20%;
    }
    .i_l_th_main{
        margin: 0;
    }
    .th_main_left,
    .th_main_right{
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .th_main_left a{
        height: 160px;
    }
    .th_main_left a p{
        font-size: 16px;
    }
    .th_main_right ul{
        overflow: hidden;
    }
    .th_main_right ul li{
        float: left;
        width: 48%;
        margin-bottom: 0;
        margin-left: 4%;
    }
    .th_main_right ul li a{
        height: 68px;
    }
    .th_main_right ul li a p{
        font-size: 16px;
    }
    .ir_m_left{
        width: 36%;
    }
    .ir_m_right{
        width: 58%;
    }
    .i_r_list ul{
        height: auto;
    }
}