@charset "utf-8";

.openKST{
    cursor: pointer;
}

/* 官网 */
#guanwang_box {
    background-color: #f5f5f5;
    font-size: 14px;
    color: #666;
}

#guanwang {
    width: 607px;
    float: left;
    height: 36px;
    line-height: 36px;
}

#guanwang span {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #139bf1;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    margin-top: -2px;
}

#gw_right {
    width: 280px;
    float: right;
    text-align: right;
    height: 36px;
    line-height: 36px;
    /* background-color: #f5f5f5;
    font-size: 14px;
    color: #666; */
}

#gw_right a {
    color: #666;
}

/* top 条，logo，电话 */
#top {
    /* padding: 10px 0; */
    /* padding: 0; */
}

#top_logo {
    width: 607px;
    float: left;
}

#top_right {
    width: 280px;
    float: right;
}

#top_tel_img {
    width: 56px;
    height: 56px;
    float: left;
}

#top_tel_box {
    width: 220px;
    /* height: 220px; */
    float: right;
}

#top_tel1 {
    font-size: 28px;
    color: #f01332;
    line-height: 35px;
    margin-top: 20px;
}

#top_tel2 {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

/* channel 导航条 */
#channel {
    background-color: #139bf1;
}

#channel_box {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    background-color: #139bf1;
}

#channel_box li {
    float: left;
    width: 100px;
    text-align: center;
}

#channel_box li a {
    display: block;
    font-size: 16px;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#channel_box li a:hover,
#channel_box li.on a {
    background-color: #f01332;
}


/* foot */
#foot {
    background-color: #444546;
    background-image: url(/apps23/images/public/fd-dl-box.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 13px;
    padding-top: 28px;
}

.foot_box {
    width: 240px;
    /* height: 200px; */
    float: left;
}

.foot_box dt {
    margin-bottom: 20px;
}

.foot_box dt em {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: url("/apps23/images/public/dt-x2.png") no-repeat left bottom;
    line-height: 38px;
    font-weight: normal;
    font-style: normal;
}

.foot_box dd li {
    margin-bottom: 10px;
    line-height: 18px;
}

.foot_box dd a {
    font-size: 12px;
    color: #bdbdbd;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.foot_box dd .img {
    float: left;
    margin-right: 12px;
}

.foot_box dd .share {
    width: 99px;
    overflow: hidden;
    float: left;
}

.foot_box dd .share a {
    display: block;
    height: 33px;
    line-height: 28px;
    border: 1px solid #656769;
    text-align: center;
    margin-bottom: 12px;
}

.foot_box dd .share span {
    color: #fff;
    padding-left: 5px;
    vertical-align: middle;
    -o-transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    transition: .3s;
}

.foot_box dd .share .qq span {
    padding-left: 9px;
}

.foot_box dd .share a:hover span {
    color: #128bec;
}

.foot_box dd .share a:hover .iconfont {
    color: #128bec;
}

/* foot2 */
#foot2 {
    background-color: #444546;
    color: #bdbdbd;
    line-height: 44px;
    font-size: 12px;
}

#foot2 a {
    color: #bdbdbd;
}

#foot2_left {
    float: left;
}

#foot2_left span {
    display: inline-block;
    padding: 0 8px;
    float: left;
}

#foot2_left .span_left {
    background-image: url(/apps23/images/public/fd-bot1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#foot2_right {
    float: right;
}


/* 网报 */
#bmbox {
    background-color: #f1f1f1;
    padding: 40px 30px;
    margin-bottom: 20px;
}

#bmbox1 {
    float: left;
}

#bmbox2 {
    float: right;
}

.bmbox {
    width: 550px;
    height: 365px;
    background-color: #fff;
    border-radius: 4px;
}

.bmapply {
    width: 100%;
    height: 68px;
    line-height: 68px;
    color: #f00;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    text-align: center;
}

.bmapply1 {
    color: #09f;
}

#maquee_box {
    padding: 0 10px;
}

#maquee_box .swiper-slide {
    font-size: 12px;
    border-bottom: 1px dashed #aaa;
}

#maquee_box .swiper-slide div {
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
}

#maquee_box .swiper-slide div:nth-child(1) {
    width: 15%;
    color: #666;
    text-align: left;
    padding-left: 6px;
}

#maquee_box .swiper-slide div:nth-child(2) {
    width: 25%;
}

#maquee_box .swiper-slide div:nth-child(3) {
    width: 45%;
    color: red;
    font-weight: bold;
}

#maquee_box .swiper-slide div:nth-child(4) {
    width: 15%;
}

#maquee_box .swiper-slide div:nth-child(5) {
    width: 10%;
}

#form_box {
    padding: 0 20px;
}

.ou_cell_form {
    margin-top: 25px;
}
