@charset "utf-8"; /* CSS Document */
.carousel-inner .item img {
    height: 560px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .hd {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.banner .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.banner .hd ul li.on {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.banner .bd img {
    width: 100%;
}

.banner .bd > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
}

.banner .bd > a.next {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.banner .bd > a.prev {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.banner .bd > a.next span,.banner .bd > a.prev span{
        width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
        position: absolute;
    top: 50%;
        z-index: 5;
    display: inline-block;
        margin-right: -10px;
font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.banner .bd > a.prev:hover,.banner .bd > a.prev:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.banner .bd > a.next:hover,.banner .bd > a.next:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.module_new {
    margin-top: 20px;
}

.new_table {
}

.new_title {
    height: 38px;
    line-height: 38px;
    border-bottom: solid #ccc 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.new_title a {
    font-size: 14px;
    color: #000;
    display: block;
    float: left;
    padding: 0 2px;
    margin-right: 10px;
}

.new_title a.current {
    font-size: 16px;
    color: #15499a;
    border-bottom: solid #15499a 2px;
}

/**.new_content{min-height:410px;} **/
.new_list li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: dashed #d6d6d6 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list li .icons {
    width: 6px;
    height: 6px;
    background: #15499A;
    margin: 17px 10px 0 0;
}

.new_list li .time {
    color: #999;
    margin-left: 20px;
}

.more_new {
    line-height: 38px;
    font-size: 14px;
    color: #15499a;
}

.more_new:hover {
    text-decoration: underline;
}

@media (min-width: 750px) {
    .new_title a {
        font-size:18px;
        margin-right: 15px;
    }

    .new_title a.current {
        font-size: 24px;
    }

    .nav>li>a {
        padding: 10px 6px;
    }
}

.module_special {
    background: url(../images/module_box.png) no-repeat center top;
    margin-top: 20px;
}

.special_table {
    padding: 14px 0;
}

.special_table li {
    text-align: center;
}

.special_cell {
    margin: 0 10%;
    cursor: pointer;
}

.special_table li img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 8px;
}

.special_table li p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.module_quick {
    background: url(../images/module_box.png) no-repeat center top;
}

.quick_table {
    padding: 5px 0;
}

.quick_title h2 {
    font-size: 24px;
    color: #15499A;
}

.quick_content {
    margin-top: 10px;
}

.quick_content ul {
}

.quick_content li {
    border: dashed #bac1c8 1px;
}

.quick_content li a {
    display: block;
    min-height: 77px;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    margin: 0 5%;
}

.quick_content li img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 6px;
}

.quick_content li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.links_content {
}

.links_content li {
    padding: 0 10px 10px 0;
}

.links_content li .pic_div {
    border: solid #ccc 1px;
    overflow: hidden;
    display: block;
}

.links_content li img {
    width: 100%;
    display: block;
}

.RightFlex {
    background: #FFF;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 666;
    display: block;
}

.Flex_cell {
    width: 70px;
    position: relative;
}

.Flex_cell a {
    padding: 8px 0;
    border: solid #ccc 1px;
    display: block;
    text-align: center;
}

.Flex_cell a .icons {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
}

.Flex_cell a .dianhua {
    background-position: 0 0;
}

.Flex_cell a:hover .dianhua {
    background-position: -30px 0;
}

.Flex_cell a .qq {
    background-position: 0 -30px;
}

.Flex_cell a:hover .qq {
    background-position: -30px -30px;
}

.Flex_cell a .baoming {
    background-position: 0 -60px;
}

.Flex_cell a:hover .baoming {
    background-position: -30px -60px;
}

.Flex_cont {
    width: 200px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 16px;
    color: #FFF;
    background: #15499A;
    border-radius: 6px;
    position: absolute;
    right: 70px;
    top: 0;
    display: none;
}

.Flex_cont .Flex_arrow {
    background: url(../images/RightFlex.png) no-repeat -60px 0;
    width: 6px;
    height: 12px;
    position: absolute;
    right: -6px;
    top: 24px;
}

@media (min-width: 992px) {
    .RightFlex {
        display:block;
    }
}

.maskLayer {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    opacity: 0.5;
    background: #000;
    position: absolute;
    z-index: 99996;
    top: 0;
    left: 0;
    display: none;
}

.open_pop {
    width: 80%;
    background: #FFF;
    border-radius: 16px;
    box-shadow: rgba(0,0,0,0.5) 0 0 0 0;
    position: absolute;
    z-index: 99999;
    display: none;
}

.delete_pop {
    background: url(../images/delete_pop.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.open_title {
    margin: 0 15px;
    padding-top: 30px;
    border-bottom: dotted #ccc 1px;
}

.open_title_cell {
    line-height: 36px;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
}

.open_title_cell .icons {
    width: 6px;
    height: 6px;
    background: #15499a;
    float: left;
    margin: 15px 5px 0 0;
}

.open_table {
    padding: 10px 15px;
}

.open_table dl {
    margin: 0;
    text-align: center;
}

.open_table dt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.open_table dd {
    width: 50%;
    height: 86px;
    float: left;
    margin: 0;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.open_table dd .divImg {
    width: 25px;
    height: 25px;
    padding: 15px;
    border: solid #e5e5e5 1px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto 6px;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.open_table dd .divImg img {
    width: 25px;
    height: 25px;
    display: block;
}

.open_hr {
    height: 1px;
    border-bottom: dotted #dcdcdc 1px;
}

@media (min-width: 750px) {
    .open_pop {
        width:580px;
        height: 500px;
        background: #FFF;
        border-radius: 16px;
        box-shadow: rgba(0,0,0,0.5) 0 0 0 0;
        position: absolute;
        z-index: 99999;
        display: none;
    }

    .delete_pop {
        background: url(../images/delete_pop.png) no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .open_title {
        margin: 0 40px;
        padding-top: 30px;
        border-bottom: dotted #ccc 1px;
    }

    .open_title_cell {
        line-height: 36px;
        font-size: 16px;
        padding: 0 40px 0 10px;
        overflow: hidden;
    }

    .open_title_cell .icons {
        width: 6px;
        height: 6px;
        background: #15499a;
        float: left;
        margin: 15px 5px 0 0;
    }

    .open_table {
        padding: 22px 26px;
    }

    .open_table dl {
        margin: 0;
        text-align: center;
    }

    .open_table dt {
        width: 100%;
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .open_table dd {
        width: 82px;
        height: 120px;
        float: left;
        margin: 0 25px;
        font-size: 16px;
        text-align: center;
        display: inline-block;
    }

    .open_table dd .divImg {
        width: 50px;
        height: 50px;
        padding: 15px;
        border: solid #e5e5e5 1px;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 6px;
        box-shadow: rgba(0,0,0,0.1) 0 0 5px 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .open_table dd .divImg img {
        width: 50px;
        height: 50px;
        display: block;
    }

    .open_hr {
        height: 1px;
        border-bottom: dotted #dcdcdc 1px;
    }
}

@media screen and (min-width: 992px) {
    #jiaoyufenlei li {
        width: 14%
    }

    .quick_content li {
        width: 12%
    }
}

@media (max-width: 750px) {
    .special_table li p,.quick_content li p {
        font-size: 12px;
    }
}
