.index{
    width: 100%;
}
.index_top{
    width: 100%;
    padding-top: 20px;
}
.i_top_main{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #fff url(../images/index/i_top_main.png) no-repeat;
    background-position: 90% 102%;
}
.itm_top{
    width: 100%;
}
.itm_top div{
    width: 100%;
    border: 1px solid #2f5594;
}
.itm_top div h2{
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 12px 0;
    background: url(../images/index/itm_top.png) no-repeat;
    background-size: 100% 100%;
}
.itm_top div h2 a{
    display: block;
    width: 96%;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itm_top div h2 a:hover{
    color: red;
}
.itm_top div p{
    width: 96%;
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    margin: 0 auto;
    padding: 15px 0;
}
.itm_top div p a{
    color: #ff9201;
}
.itm_top div p a:hover{
    color: red;
}
.itm_bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    height: 305px;
}
.itm_left{
    float: left;
    width: 42%;
    height: 300px;
}

/* lbt */
.slideBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.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;
    position:relative;
    width:100%;
    height:100%;
}
.slideBox .bd ul li>a img {
    width:100%;
    height:100%;
}
.slideBox .bd ul li>a>s{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.slideBox .bd ul li>a>span {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:absolute;
    bottom:0;
    left: 20%;
}
.slideBox .hd {
    width:16%;
    height:40px;
    position:absolute;
    right:0;
    bottom: 0;
}
.slideBox .hd ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background-color: #2f5594;
}
/* lbt */

.itm_right{
    float: right;
    width: 56%;
}
.title_tab{
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}
.title_tab p{
    float: left;
    font-size: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.title_tab p span{
    display: block;
    width: 0;
    height: 3px;
    background-color: #ff9201;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transition: all 0.4s linear;
}
.title_tab p.on{
    color: #2f5594
}
.title_tab p.on span{
    width: 100%;
    left: 0;
}
.title_tab div{
    float: right;
    margin-top: 5px;
}
.title_tab div a{
    display: none;
    font-size: 16px;
    color: #999999;
    background: url(../images/index/gd.png) no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    transition: all 0.4s linear;
}
.title_tab div a.on{
    display: block;
}
.title_tab div a:hover{
    color: red;
    background: url(../images/index/gd_h.png) no-repeat;
    background-position: 100% 50%;
}
.list_one{
    width: 100%;
}
.list_one div.list-li{
    display: none;
}
.list_one div.on{
    display: block;
}
.list_one ul li{
    margin-top: 8px;
}
.list_one ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.list_one ul li a p{
    float: left;
    width: 88%;
    text-indent: 25px;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 1% 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.list_one ul li a span{
    display: block;
    float: right;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 2px;
}
.list_one ul li a:hover p{
    text-indent: 35px;
}

.index_container{
    width: 100%;
    padding: 50px 0;
    background: url(../images/index/index_container.png) no-repeat;
    background-size: 100% 100%;
}
.i_container_main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.icm_left{
    float: left;
    width: 62%;
    padding: 20px 0;
    background-color: #fff;
}
.icml_main{
    width: 94%;
    margin: 0 auto;
}
.icml_m{
    display: none;
    width: 100%;
    height: 221px;
}
.icml_title{
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}
.icml_title p{
    float: left;
    font-size: 20px;
    color: #666666;
    padding: 15px 30px;
    position: relative;
    background-color: #f3f3f3;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.4s linear;
}
.icml_title p span{
    display: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;  
    border-right: 15px solid transparent;
    border-top: 10px solid #2f5594;
    position: absolute;
    bottom: -10px;
    right: 40%;
    transition: all 0.4s linear;
}
.icml_title p.on{
    color: #fff;
    background-color: #2f5594;
}
.icml_title p.on span{
    display: block;
}
.icml_title div{
    float: right;
    margin-top: 16px;
}
.icml_title div a{
    display: none;
    font-size: 16px;
    color: #999999;
    background: url(../images/index/gd.png) no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    transition: all 0.4s linear;
}
.icml_title div a.on{
    display: block;
}
.icml_title div a:hover{
    color: red;
    background: url(../images/index/gd_h.png) no-repeat;
    background-position: 100% 50%;
}
.icml_text{
    width: 100%;
    padding: 4px 0 1px;
}
.icml_text h2{
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}
.icml_text p{
    font-size: 16px;
    color: #666666;
}
.icml_text p a{
    color: #ff9201;
}
.icml_text p a:hover{
    color: red;
}
.icm_right{
    float: right;
    width: 36%;
    padding: 20px 0;
    background-color: #fff;
}
.icm_right div{
    width: 90%;
    margin: 15px auto 0;
    overflow: hidden;
}
.icm_right div.icm_div{
    margin: 0 auto;
}
.icm_right div a{
    display: block;
    float: left;
    width: 48%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.icm_right div a.icm_a2,
.icm_right div a.icm_a4,
.icm_right div a.icm_a6{
    float: right;
}
.icm_right div a.icm_a1{
    background: url(../images/index/icm_a1.png) no-repeat;
    background-size: 100% 100%;
}
.icm_right div a.icm_a2{
    background: url(../images/index/icm_a2.png) no-repeat;
    background-size: 100% 100%;
}
.icm_right div a.icm_a3{
    background: url(../images/index/icm_a3.png) no-repeat;
    background-size: 100% 100%;
}
.icm_right div a.icm_a4{
    background: url(../images/index/icm_a4.png) no-repeat;
    background-size: 100% 100%;
}
.icm_right div a.icm_a5{
    background: url(../images/index/icm_a5.png) no-repeat;
    background-size: 100% 100%;
}
.icm_right div a.icm_a6{
    background: url(../images/index/icm_a6.png) no-repeat;
    background-size: 100% 100%;
}

.index_bottom{
    width: 100%;
    background-color: #fff;
}
.i_bottom_main{
    width: 1200px;
    padding: 40px 0 50px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff url(../images/index/i_bottom_main.png) no-repeat;
    background-position: 5% -3%;
}
.bottom_left,
.bottom_container,
.bottom_right{
    float: left;
    width: 30%;
    margin: 0 1.66%;
}
.title{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
}
.title p{
    float: left;
    font-size: 22px;
    color: #0166b6;
}
.title a{
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    background: url(../images/index/gd.png) no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    transition: all 0.4s linear;
    margin-top: 5px;
}
.title a:hover{
    color: red;
    background: url(../images/index/gd_h.png) no-repeat;
    background-position: 100% 50%;
}
.img_a{
    width: 100%;
    padding: 20px 0;
}
.img_a a{
    display: block;
}
.img_a a img{
    width: 100%;
    height: 120px;
}
.bsfw_list{
    width: 100%;
}
.bsfw_list ul{
    width: 100%;
    overflow: hidden;
}
.bsfw_list ul li{
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}
.bsfw_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_list{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.bottom_list a{
    display: block;
    float: left;
    width: 31%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 3.5%;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bottom_list a.b_l_a1{
    background-color: #4f8cc4;
    margin-left: 0;
}
.bottom_list a.b_l_a2{
    background-color: #6ab1bb;
}
.bottom_list a.b_l_a3{
    background-color: #5ca8cb;
}
.bottom_list a.b_l_a4{
    background-color: #7cb79d;
    margin-left: 0;
}
.bottom_list a.b_l_a5{
    background-color: #cdbc84;
}
.bottom_list a.b_l_a6{
    background-color: #6c8cc7;
}
.list_two{
    width: 100%;
    position: relative;
}
.list_two ul li{
    margin-bottom: 10px;
}
.list_two ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    text-indent: 15px;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 1% 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.list_two ul li a:hover{
    text-indent: 25px;
}
.list_two div{
    width: 2px;
    height: 98%;
    background-color: #ff9201;
    position: absolute;
    right: 0;
    top: 0;
}

/* ios */
@media (max-width: 760px) {
    .i_top_main,
    .i_container_main,
    .i_bottom_main{
        width: 92%;
        margin: 0 auto;
    }
    .index_top{
        padding-top: 30px;
        background-size: auto auto;
    }
    .itm_top div h2{
        font-size: 20px;
    }
    .itm_top div p{
        font-size: 14px;
    }
    .itm_left,
    .itm_right{
        float: none;
        width: 100%;
    }
    .itm_left{
        height: 240px;
        margin-bottom: 10px;
    }
    .slideBox .hd{
        width: 26%;
    }
    .slideBox .hd ul li{
        width: 8px;
        height: 8px;
    }
    .slideBox .bd ul li>a>span{
        left: 5%;
    }
    .title_tab p {
        font-size: 15px;
        margin-right: 2px;
    }
    .title_tab div{
        margin-top: 2px;
    }
    .title_tab div a{
        font-size: 12px;
    }
    .list_one ul li a{
        font-size: 14px;
    }
    .list_one ul li a p{
        width: 70%;
        background-position: 3% 50%;
    }
    .index_container{
        width: 100%;
        padding: 30px 0;
        background-size: auto 100%;
    }
    .icm_left,
    .icm_right{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .icml_m{
        height: auto;
    }
    .icml_title p {
        font-size: 16px;
        padding: 10px 10px;
        margin-right: 10px;
    }
    .icml_title p span {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 5px solid #2f5594;
        bottom: -5px;
        right: 38%;
    }
    .icml_title div {
        margin-top: 12px;
    }
    .icml_title div a {
        font-size: 14px;
    }
    .icml_text h2{
        font-size: 16px;
        padding-bottom: 5px;
    }
    .icml_text p{
        font-size: 13px;
    }
    .icm_right{
        margin-top: 20px;
    }
    .icm_right div a {
        font-size: 14px;
        padding: 20px 0;
    }
    .i_bottom_main {
        padding: 40px 0 20px;
        background-position: 3% -1%;
    }
    .bottom_left,
    .bottom_container,
    .bottom_right{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .bottom_left,
    .bottom_container{
        margin: 0 auto 20px;
    }
    .title p {
        font-size: 16px;
    }
    .title a {
        font-size: 12px;
        margin-top: 4px;
    }
    .bsfw_list ul li a,
    .bottom_list a,
    .list_two ul li a{
        font-size: 14px;
    }
    .img_a{
        padding: 10px 0;
    }
}
/*ipad*/
@media screen and (min-width:768px) and (max-width:1200px){

	
.index_top {
    width: auto;
    padding: 15px;
}
.itm_left {
    float: left;
    width: 100%;
    height: 400px;
}
.itm_right {
    margin-top: 20px;
    float: right;
    width: 100%;
}
.i_container_main{
    width: 100%;
}
.i_top_main {
    width: 100%;
}
.icm_left{
    float: left;
    width: 100%;
}
.icm_right{
    float: right;
    width: 100%;
	}

.icm_right div {
    width: 95%;
	}
.i_bottom_main{
    width: 100%;
	}
.bottom_left,
.bottom_container,
.bottom_right{
    padding-left: 2%;
    float: left;
    width: 96%;
    margin: 0;
    padding-right: 2%;
    padding-bottom: 2%;
  }
}
.list-gwy ul a{
    float: left;
    width: 88%;
    text-indent: 25px;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 1% 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.list-gwy ul span{
    display: block;
    float: right;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 2px;
}