.yqsc {
    width: 100%;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
}

.yqsc a {
    width: 49%;
    height: 100%;
    float: left;
}

.yqsc a:first-child {
    margin-right: 2%;
}

.yqsc img {
    width: 100%;
    height: 100%;
}

.index {
    width: 96%;
    padding: 20px 0;
    margin: 0 auto;
}

.index_top {
    width: 100%;
    overflow: hidden;
    height: 360px;
}

.lbt {
    float: left;
    width: 54%;
    height: 100%;
}


.slideBox {
    width: 100%;
    height: 318px;
    position: relative;
    margin-top: 14px;
}

.slideBox>a {
    width: 40px;
    height: 62px;
    position: absolute;
    top: 40%;
    z-index: 9;
}

.slideBox>a.prev {
    left: 0px;
    background: url(../png/lpvrkc.png) no-repeat;
    background-size: 100% 100%;
}

.slideBox>a.next {
    right: 0px;
    background: url(../png/xjabfo.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: 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: 78%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 4%;
}

.slideBox .hd {
    width: 18%;
    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: 10px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-color: #d92729;
}



.list_one {
    float: right;
    width: 45%;
    height: 100%;
    overflow: hidden;
}

.lo_title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.lo_title p {
    float: left;
    font-size: 16px;
    text-align: center;
    margin-left: 2.5%;
    
    background-color: #ececec;
    cursor: pointer;
    width: 18%;
    height: 42px;
    line-height: 42px;
}

.lo_title p:first-child {
    margin-left: 0;
}

.lo_title div {
    float: right;
    margin-top: 10px;
}

.lo_title div a {
    display: none;
}

.lo_title div a img {
    transition: all 0.4s linear;
}

.lo_title div a:hover img {
    transform: rotate(360deg);
}

.lo_title div a.on {
    display: block;
}

.lo_title p a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.lo_title p.on a {
    color: #fff;
    background-color: #d92729;
}

.lo_main {
    width: 100%;
}

.lo_m {
    display: none;
    width: 100%;
}

.lo_m div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}

.lo_m div h2 {
    width: 96%;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 5px;
    margin: 0 auto;
    
}

.lo_m div h2 a {
    color: #d92729;
}

.lo_m div h2 a:hover {
    color: red;
}

.lo_m div .lo_content {
    width: 96%;
    font-size: 14px;
    color: #909090;
    text-indent: 2em;
    margin: 0 auto;
    height: 40px;
    border-bottom: none;
}

.lo_m div .lo_content a {
    color: #dc0909;
}

.lo_m div .lo_content a:hover {
    color: red;
}

.lo_m ul {
    
}

.lo_m ul li {
    
    line-height: 42px;
}

.lo_m ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.lo_m ul li a p {
    float: left;
    width: 82%;
    text-indent: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../png/nms62k.png) no-repeat;
    background-position: 2% 50%;
    transition: all 0.4s linear;
}

.lo_m ul li a span {
    display: block;
    float: right;
    color: #999999;
}

.lo_m ul li a:hover p {
    text-indent: 35px;
}



.ic_nav {
    float: left;
    width: 19%;
}

.ic_nav ul li {
    margin-top: 10px;
    padding: 8px 0;
    background-color: #f4f4f4;
}

.ic_nav ul li:first-child {
    margin-top: 0;
}

.ic_nav ul li a {
    display: block;
    width: 90%;
    font-size: 18px;
    color: #000;
    margin: 0 auto;
    overflow: hidden;
}

.ic_nav ul li a div {
    float: left;
    width: 41px;
    height: 41px;
    text-align: center;
    background: url(/wcxrmzf/xhtml/images/index/div.png) no-repeat;
    background-size: 100% 100%;
}

.ic_nav ul li a div img {
    margin-top: 13px;
    transition: all 0.4s linear;
}

.ic_nav ul li a p {
    float: left;
    margin-top: 8px;
    margin-left: 30px;
    transition: all 0.4s linear;
}

.ic_nav ul li a:hover div img {
    transform: rotateY(360deg);
}

.ic_nav ul li a:hover p {
    margin-left: 15px;
}

.list_two {
    float: left;
    width: 58%;
    margin-right: 3%;
}

.lt_title {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.lt_title div {
    position: relative;
}

.lt_title div span {
    height: 3px;
    background-color: #fdcc67;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.4s linear;
}

.lt_title div p {
    float: left;
    font-size: 20px;
    position: relative;
    margin-left: 10px;
    padding: 0 5px 10px;
    cursor: pointer;
    width: auto;
}

.lt_title div p.on {
    border-bottom: 3px solid #d92729;
}

.lt_title div p.on a {
    font-weight: 700;
    color: #d92729;
}

.lt_title div p:first-child {
    margin-left: 0;
}

.lt_title div div {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

.lt_title div div a {
    display: none;
}

.lt_title div div a img {
    transition: all 0.4s linear;
}

.lt_title div div a.on {
    display: block;
}

.lt_title div div a:hover img {
    transform: rotate(360deg);
}

.lt_main {
    width: 100%;
}

.lt_main ul {
    display: none;
}

.lt_main ul.on {
    display: block;
}

.lt_main ul li {
    padding: 7px 0;
    border-top: 1px dashed #cccccc;
    line-height: 28px;
}

.lt_main ul li:first-child {
    padding: 0 0 10px;
    border: none;
}

.lt_main ul li a {
    display: block;
    overflow: hidden;
}

.lt_main ul li a p {
    float: left;
    width: 78%;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../png/nms62k.png) no-repeat 0 center;
}

.lt_main ul li a div {
    float: right;
    width: 22%;
    text-align: center;
    
    
}

.lt_main ul li a div b {
    display: block;
    width: 90%;
    font-size: 18px;
    color: #fff;
    padding: 4px 0 0;
    margin: 0 auto;
}

.lt_main ul li a div span {
    display: block;
    width: 80%;
    font-size: 14px;
    color: #c6c6c6;
    margin: 0 auto;
    padding: 1px 0 5px;
    border-top: 1px solid #c6c6c6;
}

.list_three {
    float: left;
    width: 39%;
}

.lth_img {
    width: 100%;
    overflow: hidden;
}

.lth_img li {
    width: 49%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: url(../png/e6ct0w.png) no-repeat;
    float: left;
    background-size: 100% 100%;
}

.lth_img li:first-child {
    margin-right: 2%;
}

.lth_img li a {
    display: block;
    font-size: 20px;
}

.lth_img a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    width: 27px;
    height: 27px;
}

.lth_main {
    width: 100%;
}

.lth_main ul {
    min-height: 163px;
    padding: 5px 0;
}

.lth_main ul li {
    padding: 8px 0;
}

.lth_main ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.lth_main ul li a p {
    float: left;
    width: 80%;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../png/nms62k.png) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}

.lth_main ul li a span {
    display: block;
    float: right;
    color: #999999;
}

.lth_main ul li a:hover p {
    text-indent: 25px;
}

.lth_nav {
    width: 100%;
    overflow: hidden;
}

.lth_nav a {
    display: block;
    float: left;
    width: 32%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 2%;
    padding: 12px 0;
    background: url(../png/evohqh.png) no-repeat;
}

.lth_nav a:first-child {
    margin-left: 0;
    background: url(../png/5jypq5.png) no-repeat;
}

.lth_nav a.lth_nav_a {
    background: url(../png/qjq50r.png) no-repeat;
}

.index_bottom {
    width: 100%;
    overflow: hidden;
}

.ib_img {
    float: left;
    width: 860px;
}

.ib_img ul {
    width: 100%;
    overflow: hidden;
}

.ib_img ul li {
    float: left;
    width: 278px;
    height: 70px;
    margin-left: 13px;
}

.ib_img ul li:first-child {
    margin-left: 0;
}

.ib_img ul li a {
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
}

.ib_img ul li a img {
    width: 100%;
    height: 100%;
}

.ib_lb {
    float: right;
    width: 278px;
    height: 70px;
    border: 1px solid #cccccc;
}

.ctt-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ctt-1 .left {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.ctt-1 .left .bd,
.ctt-1 .left .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ctt-1 .left .bd .tempWrap {
    width: 100%;
    height: 100%;
}

.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: 3px;
    bottom: 3px;
}

.ctt-1 .hd ul li {
    float: left;
    padding: 0 5px;
    color: #fff;
    margin: 0 1px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.ctt-1 .hd ul li.on {
    background-color: #ba0f13;
}


.sytx {
    display: none;
    width: 377px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

.ftyg_show {
    margin-top: 8px;
    position: relative;
    border: 1px solid rgb(190, 0, 0);
    padding-bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    float: right;
}

.sy_toptitle {
    height: 30px;
    background: rgb(190, 0, 0);
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.sy_close {
    top: 5px;
    position: absolute;
    right: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

.ftyg_text p {
    height: 80px;
    line-height: 25px;
    padding: 20px 20px 0 20px;
    
}

.ftyg_text div {
    width: 80px;
    text-align: center;
    margin: 5px auto;
    border: 1px solid rgb(190, 0, 0);
    margin-bottom: 20px;
}



@media (max-width: 768px) {

    .lbt,
    .list_one {
        float: none;
        width: 100%;
    }

    .lbt {
        height: 240px;
    }

    .slideBox>a {
        width: 30px;
        height: 52px;
    }

    .slideBox .bd ul li>a>span {
        width: 70%;
    }

    .slideBox .hd {
        width: 24%;
    }

    .slideBox .hd ul li {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }

    .lo_title {
        margin-top: 15px;
    }

    .lo_title p {
        font-size: 16px;
        padding: 0;
    }

    .lo_title div {
        margin-top: 6px;
    }

    .lo_m div h2 {
        font-size: 18px;
    }

    .lo_m ul li {
        padding: 5px 0;
        line-height: 30px;
    }

    .lo_m ul li a {
        font-size: 14px;
    }

    .lo_m ul li a p {
        width: 74%;
    }

    .lo_m div .lo_content {
        height: auto;
    }

    .ic_nav,
    .list_two,
    .list_three {
        float: none;
        width: 100%;
        margin: 8px auto 0;
    }

    .ic_nav ul {
        overflow: hidden;
    }

    .ic_nav ul li {
        float: left;
        width: 48%;
        margin-top: 0;
        margin-left: 4%;
        margin-bottom: 10px;
    }

    .ic_nav ul li:first-child {
        margin-left: 26%;
    }

    .ic_nav ul li:nth-child(2n) {
        margin-left: 0;
    }

    .ic_nav ul li a {
        font-size: 15px;
    }

    .ic_nav ul li a div {
        width: 34px;
        height: 34px;
    }

    .ic_nav ul li a div img {
        margin-top: 9px;
    }

    .ic_nav ul li a p {
        margin-left: 5px;
    }

    .ic_nav ul li a p:hover {
        margin-left: 1px;
    }

    .lt_title {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .lt_title div p {
        font-size: 18px;
        width: auto;
        text-align: center;
        margin-left: 0;
    }

    .lt_title div p a {
        font-size: 16px;
    }

    .lt_title div div {
        margin-top: 4px;
    }

    .lt_main ul li a p {
        width: 63%;
        line-height: 28px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lt_main ul li a div {
        width: 28%;
        margin-right: 2%;
    }

    .lth_main ul {
        min-height: auto;
    }

    .lth_main ul li a {
        font-size: 14px;
    }

    .lth_main ul li a p {
        width: 74%;
    }

    .lth_nav a {
        font-size: 16px;
        padding: 12px 0;
    }

    .ib_img,
    .ib_lb {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .ib_lb {
        height: 76px;
    }

    .ib_img ul li {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
    }

    .ib_img ul li a img {
        heighht: 76px;
    }

    .slideBox {
        height: 200px;
    }

    .lt_title div span {
        width: 60px !important;
    }

    ;

    .index_top {
        height: auto;
    }

    .index_container {
        padding-top: 0;
    }

    .lt_main ul li {
        padding-bottom: 3px;
    }

    .index_top {
        height: auto;
    }

    .sytx {
        width: 100%;
        left: 0;
    }
}