.zuoadha {
    width: 280px;
    height: 560px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    /*top: -79px;*/
    left: -11px;
    z-index: 9;
}

.zuoadhb {
    width: 100%;
    height: 120px;
    background-color: #154b95;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    line-height: 123px;
}

.zuoadhb .bta {
    width: 20px;
    height: 100%;
    float: left;
    margin-left: 48px;
}

.zuoadhb .btb {
    height: 100%;
    float: left;
}

.zuoadhc {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.zuoadhc .lanmua {
    width: 85%;
    height: 50px;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 15%;
    line-height: 50px;
}

.zuoadhc .lanmua:hover {
    background-image: url(../image/lanmus2.png);
color: #154b95;
font-weight: bold;
}

.zuoadhc .lanmua1 {
    width: 85%;
    height: 50px;
    font-size: 14px;
    padding-left: 15%;
    line-height: 50px;
    background-image: url(../image/lanmus2.png);
color: #154b95;
font-weight: bold;
}

.fbl {
}

@media screen and (max-width: 1000px) {
    .fbl {
        /*display: none;*/
    }
}


.fbisj {
    display: none;
}

@media screen and (max-width: 1000px) {
    .fbisj {
        display: block;
    }
}

.shoujixs {
    display: none;
}

@media screen and (max-width: 1000px) {
    .shoujixs {
        display: block;
    }
}

.wenzzt {
    font-size: 14px;
    color: #333;
    line-height: 32px;
    width: 780px;
    padding-left: 20px;
}

@media screen and (max-width: 1000px) {
    .wenzzt {
        font-size: 88px;
        color: #333;
        line-height: 65px;
    }
}

.cddyy {
    list-style: none;
    height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-left: 5px;
}

.cddyy a {
    list-style: none;
    height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-left: 5px;
}

.cddyy:hover a {
    list-style: none;
    height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fffb9a;
}

.menuyy {
    display: inline-block;
    left: 50px;
    position: absolute;
}

.menuyy .list {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    background: #194d98;
    width: 20px;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center;
}

.menuyy:hover .list {
    max-height: 200px;
    transition: max-height 0.25s ease-in;
    width: 80px;
    margin: 0;
    padding: 0;
}

.menuyy .button {
    height: 28px;
    width: 28px;
    margin-top: 6px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    line-height: 28px;
    background: #194d98;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


/*主菜单框架，高度是独立设置*/
.menuccscd {
    height: 85px;
    position: relative;
    z-index: 999;

}

/*12级菜单共同样式*/
.menuccscd a {
    text-decoration: none;
    display: block;
    margin-right: 1px;
}

.menuccscd ul {
    margin: 0;
    padding: 0;
}

.menuccscd li {
    list-style: none;
    float: left;
    cursor: pointer;
}

ul.level0 {
    height: 40px;
}

ul.level1, ul.level2, ul.level3 {
    width: 50px;
    display: none;
}


/* 一级菜单的主控样式 */
ul.level0 > li {
    line-height: 87px;
    height: 87px;
    text-align: left;
    font-size: 14px;

}

ul.level0 > li a {
    color: #3f3f3f;
    padding-left: 20px;
    padding-right: 20px;
}


.imyeah:hover a {
    color: #194d98;
}

/* 一级蓝色 */

.imyeah:hover .level1 a {
    color: #333;
}

.imyeah .level1 li:hover a {
    color: #194d98;
}

/* 粉色 */


/* 一级菜单的hover样式194d98 */
ul.level0 > li:hover {
    font-weight: bold;
}


/* 下拉菜单的主控宽度 */
ul.level1 > li, ul.level2 {
    height: 40px;
    line-height: 40px;
    background: #fff;
    width: 170px;
    text-align: left;
    line-height: 40px;
    height: 40px;
    font-weight: normal;

}


ul.level0 > li.imyeah:hover > ul, ul.level1 > li.imyeah:hover > ul, ul.level2 {
    display: block;
}


.newcenters {
    height: 0px;
}

@media screen and (max-width: 999px) {
    .newcenters {
        height: 120px;
    }
}

.newcenter {
    width: 100%;
    background: url('../image/zi.jpg') no-repeat;
    background-size: 100% auto;
    padding-top: 38%;
    height: 0px;
    margin: auto;
}

@media screen and (max-width: 999px) {
    .newcenter {
        width: 100%;
        background: url('../image/zi.jpg') no-repeat;
        background-size: 100% auto;
        padding-top: 38%;
        height: 0px;
        margin: auto;
    }
}

.cdycang {
    display: block;
}

@media screen and (max-width: 999px) {
    .cdycang {
        display: none;
    }
}


.foottt2 {
    display: block;
}

@media screen and (max-width: 999px) {
    .foottt2 {
        display: none;
    }
}


.foottt {
    display: none;
}

@media screen and (max-width: 999px) {
    .foottt {
        display: block;
    }
}

.fooftzz1 {
    color: #194d97;
    font-size: 14px;
}

.lanmua a {
    font-size: 14px;
    color: #000000;
}

.lanmua:hover a {
    font-size: 14px;
    color: #194d97;
}


/* 内部框框5个一行 紫色条子收缩*/
.inaa li {
    width: 220px;
    height: 186px;
    background: #fff;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 22px;
    margin-left: 20px;
    cursor: pointer;
    margin-bottom: 40px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

.inaa li span {
    width: 0;
    position: absolute;
    height: 3px;
    background: url(../image/img_03.jpg) no-repeat center;
    bottom: 0px;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s;
}

.inaa li:hover span {
    opacity: 1;
    width: 100%;
    left: 0;
    filter: alpha(opacity=100);
    transition: all 0.3s;
}

.bdkaa .img1m {
    width: 220px;
    height: 124px;
    background-size: 100% 100%;
}

.bdkaa .imgttt {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    background-image: url(../image/jia.png) -10px center no-repeat;
    background-repeat: no-repeat;
    background-position: center top;
}

.bdkaa:hover .imgttt {
    background-color: #1c39b9;
    opacity: 0.5;
    background-image: url(../image/jia.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bdkaa .imgtt2t {
    width: 100px;
    height: 30px;
    background-color: #1457d1;
    position: absolute;
    right: 0px;
    bottom: 0;
    margin-bottom: 62px;
    display: none;
}

.bdkaa:hover .imgtt2t {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.8;
}

.bdkaa .biaoti1m {
    height: 20px;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #1f1f1f;
    font-size: 14px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    transition: 0.3s;
}

.bdkaa:hover .biaoti1m {
    color: #c1020b;
    margin-top: 25px;
}

.bdkaa .zhaiyao1m {
    height: 80px;
    width: 90%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    color: #737373;
    overflow: hidden;
    line-height: 25px;
}

.bdkaa:hover .zhaiyao1m {
    color: #737373;
}

/* 内部框框5个一行 紫色条子结束*/
.kkkg {
    width: 500px;
    height: 100px;
    position: relative;
    margin: auto;
    text-align: center;
}

.zhangchh {
    font-size: 16px;
    color: #333333;
}

.zhangchh:hover {
    color: #CC0000;
}

.zhangczz {
    font-size: 16px;
    color: #0066CC;
}

.zhangczz:hover {
    color: #CC0000;
}