﻿.index_main{
    width: 100%;
    margin-bottom: 20px;
}
.index_top{
    width: 100%;
    margin-bottom: 20px;
}
.it_title{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
}
.it_title h2{
    font-size: 36px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.it_title h2 a{
    color: #ad050f;
}
.it_title h2 a:hover{
    color: red;
}
.it_title p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.it_lbt{
    width: 100%;
    height: 480px;
}

/* lbt */
.slideBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.slideBox>a {
    width: 42px;
    height: 67px;
    position:absolute;
    top: 40%;
    z-index: 9;
}
.slideBox>a.prev{
    left: 30px;
    background: url(../images/index/left.png) no-repeat;
    background-size: 100% 100%;
}
.slideBox>a.next{
    right: 30px;
    background: url(../images/index/right.png) 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;
    position:relative;
    width:100%;
    height:100%;
}
.slideBox .bd ul li>a img {
    width:100%;
    height:100%;
}
.slideBox .bd ul li>a>s{
    width: 70%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 15%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}
.slideBox .bd ul li>a>span {
    width: 70%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    position:absolute;
    bottom:0;
    left: 15%;
}
.slideBox .hd {
    width:55px;
    height:55px;
    position:absolute;
    right:20%;
    bottom:0;
    background: url("../images/index/index_icons.png") no-repeat;
    background-position: 19px 10px;
}
.slideBox .hd ul {
    width:27px;
    height: 27px;
    position:absolute;
    left:4px;
    top:8px;
}
.slideBox .hd ul li {
    display: none;
    line-height: 27px;
    font-size: 16px;
    color:#ae0303;   
    text-align: center;
}
.slideBox .hd ul li.on {
    display: block;
}
.slideBox .hd>span {
    width:27px;
    height: 27px;
    line-height: 27px;
    color:#fff;
    text-align: center;
    position:absolute;
    right:4px;
    bottom:8px;    
}
/* lbt */

.index_container{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background-color: #fff;
}
.ic_left{
    float: left;
    width: 29%;
    margin-left: 2%;
    position: relative;
}
.xian{
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: -30px;
}
.icl_title{
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
}
.icl_title p{
    float: left;
    padding-right: 10px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.icl_title p.on{
    color: #ae0303;
}
.icl_title p span{
    display: block;
    width: 2px;
    height: 60%;
    background-color: #000;
    position: absolute;
    top: 24%;
    right: 0;
}
.index_list{
    width: 100%;
    height: 98px;
}
.index_h{
    height: 209px;
}
.index_list ul{
    display: none;
}
.index_list ul.on{
    display: block;
}
.index_list ul li{
    margin-top: 13px;
}
.index_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.index_list ul li a p{
    text-indent: 15px;
    background: url("../images/index/dian.png") no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.index_list ul li a:hover p{
    text-indent: 25px;
}
.i_title{
    margin-top: 20px;
}
.index_title{
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}
.index_title p{
    float: left;
    font-size: 20px;
    text-indent: 20px;
    background: url("../images/index/index_title.png") no-repeat;
    background-position: 0 50%;
}
.index_title a{
    display: block;
    float: right;
    font-size: 16px;
    margin-top: 4px;
}
.icr_title p{
    text-indent: 0;
    background: none;
}
.ic_l_nav{
    width: 100%;
    margin-top: 10px;
}
.i_l_nav{
    width: 100%;
}
.iln_title{
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    background: url(../images/index/iln_title.png) no-repeat;
    background-size: 100% 100%;
}
.iln_main{
    width: 100%;
    padding: 5px 0;
}
.iln_main ul li{
    overflow: hidden;
    margin-top: 10px;
}
.iln_main ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.iln_main ul li a.iln_a1{
    float: left;
    width: 48%;
}
.iln_main ul li a.iln_a2{
    float: right;
    width: 48%;
}
.iln_main ul li a.iln_a3{
    width: 99.5%;
}
.iln_main ul li a p{
    padding: 15px 0;
}
.ic_container{
    float: left;
    width: 29%;
    margin-left: 4.5%;
    position: relative;
}
.ldxx{
    width: 100%;
    margin-bottom: 20px;
}
.ldxx_title{
    width: 100%;
    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: #ba0c17;
    -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: 100%;
    height: 204.3px;
    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;
    padding: 2px 0;
}
.ldxx_right span{
    display: block;
    width: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../images/index/sj.png) no-repeat;
    background-size: 100% 100%;
    padding: 2px 0 8px;
    margin-top: 8px;
}
.ldxx_right p{
    font-size: 16px;
    margin-top: 3px;
}
.index_img{
    width: 100%;
    margin-bottom: 15.7px;
}
.index_img a{
    display: block;
}
.index_img a img{
    width: 100%;
    margin-bottom: -5px;
}
.xjxd_title{
    width: 100%;
    font-size: 16px;
    overflow: hidden;
}
.xjxd_title p{
    float: left;
    font-size: 20px;
    color: #ba0c17;
}
.xjxd_title a{
    display: block;
    float: right;
    margin-top: 2px;
}
.icc_list{
    width: 100%;
    height: 60px;
    margin-top: 18px;
}
.icc_list ul li a{
    display: block;
    overflow: hidden;
}
.icc_list ul li a>span{
    display: block;
    float: left;
    width: 5%;
    min-height: 50px;
    background: url("../images/index/dian.png") no-repeat;
    background-position: 50% 28%;
}
.icc_list ul li a p{
    float: left;
    width: 95%;
    min-height: 50px;
    line-height: 30px;
    font-size: 16px;
}
.icc_list ul li a p span{
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    position: relative;
    background-color: #cf868b;
    margin-left: 50px;
}
.icc_list ul li a p span::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 8px solid #cf868b;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0;
    left: -8px;
}
.ic_right{
    float: right;
    width: 29%;
    margin-right: 2%;
}
.icr_list{
    width: 100%;
    margin-top: 25px;
}
.icr_list ul li{
    margin-top: 10px;
}
.icr_list ul li a{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: #cc4b4b;
}
.icr_list ul li a img{
    display: block;
    position: absolute;
    top: 12px;
    left: 15%;
    transition: all 0.4s linear;
}
.icr_list ul li a:hover img{
    left: 12%;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); 	/* IE 9 */
    -moz-transform: rotate(360deg); 	/* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
    -o-transform: rotate(360deg); 	/* Opera */
}
.icr_nav{
    width: 100%;
    margin-top: 25px;
}
.icr_nav ul{
    width: 100%;
    overflow: hidden;
}
.icr_nav ul li{
    float: left;
    width: 33%;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.icr_nav ul li.icrn_li1{
    border-left: none;
}
.icr_nav ul li a{
    display: block;
    height: 90px;
    position: relative;
}
.icr_nav ul li a img{
    margin-top: 10px;
    transition: all 0.4s linear;
}
.icr_nav ul li a img.img1{
    margin-top: 13px;
}
.icr_nav ul li a img.img2{
    margin-top: 16px;
}
.icr_nav ul li a p{
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.icr_nav ul li a:hover img{
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); 	/* IE 9 */
    -moz-transform: rotateY(360deg); 	/* Firefox */
    -webkit-transform: rotateY(360deg); /* Safari 和 Chrome */
    -o-transform: rotateY(360deg); 	/* Opera */
}
.index_bottom{
    width: 100%;
    background-color: #fff;
}
.ib{
    width: 96%;
    margin: 0 auto;
}
.ib_list{
    width: 100%;
    height: 246.22px;
}
.ib_list ul{
    width: 100%;
    overflow: hidden;
}
.ib_list ul li{
    float: left;
    width: 25%;
    padding: 30px 0 40px;
}
.ib_list ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
}
.ib_list ul li a img{
    width: 90%;
}
.ib_list ul li a p{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

/* ios */
@media (max-width: 760px) {
    .it_title{
        font-size: 14px;
    }
    .it_title h2{
        font-size: 18px;
    }
    .it_lbt{
        height: 240px;
    }
    .slideBox>a{
        width: 30px;
        height: 50px;
    }
    .slideBox>a.prev{
        left: 10px;
    }
    .slideBox>a.next{
        right: 10px;
    }
    .slideBox .bd ul li>a>s{
        width: 100%;
    }
    .slideBox .bd ul li>a>span{
        width: 70%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 5%;
    }
    .slideBox .hd{
        right: 0;
    }
    .ic_left,
    .ic_container,
    .ic_right{
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .icl_title{
        font-size: 16px;
    }
    .index_list ul li a{
        font-size: 14px;
    }
    .index_title p{
        font-size: 18px;
    }
    .index_title a{
        font-size: 12px;
    }
    .ldxx_title p{
        font-size: 18px;
    }
    .ldxx_title a{
        font-size: 12px;
    }
    .ldxx{
        margin-top: 10px;
    }
    .ldxx_right h2{
        font-size: 18px;
    }
    .ldxx_right p{
        font-size: 14px;
    }
    .ldxx_right span{
        font-size: 14px;
    }
    .xjxd_title{
        font-size: 12px;
    }
    .xjxd_title p{
        font-size: 18px;
    }
    .icr_list ul li a{
        font-size: 16px;
    }
    .icr_list ul li a img{
        top: 8px;
    }
    .ib_list ul{
        padding-bottom: 20px;
    }
    .ib_list ul li{
        float: none;
        width: 100%;
        padding: 15px 0 0;
    }
    .index_list,
    .index_h,
    .icc_list{
        height: auto;
    }
    .ldxx_main{
        height: auto;
    }
    .ib_list{
        height: auto;
    }
}