@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.first a{
    text-decoration: none;
    color: #ffffff;
}
.first {
    width: 100%;
    height: 100%;
    padding-left :0px;
    padding-right: 0px;
}

li {
    list-style: none;
}

/* 最上面的标题样式 */
.shang {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(to right, #107dd1, #0b5288);
    color: #ffffff;
}

.logo_left {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 28px;
    text-indent: 5%;
    margin-top: 10px;
}

.logo_left img {
    width: 50px;
    height: 60px;
    vertical-align: middle;
}

.logo_left strong {
    vertical-align: middle;
    letter-spacing: 2px;
}

.logo_right {
    position: absolute;
    top: 10px;
    right: 0px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.logo_right a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
}

.logo_right a img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.logo_right_touxiang {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin-left: 5%;
    vertical-align: middle;
    font-size: 15px;
}

.logo_right_touxiang img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.logo_right_touxiang input {
    width: 60px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 0px;
    outline: inherit;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}

.logo_right_danwei {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

.logo_right_danwei input {
    width: 220px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 0px;
    outline: inherit;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}

/* 左边导航栏样式 */
.left {
    width: 100%;
    height: 90%;
    float: left;
    min-height: 577px;

}

.left_biaoti {
    display: block;
    width: 99.8%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255);
    text-align: center;
    color: #107dd1;
    font-size: 20px;
}

.img {
    width: 100%;

}

.box {
    width: 99.8%;
    height: auto;

    border-bottom: 0px;
}

.Collapsing {
    display: inline-block;
    margin: 0px;
    width: 99.9%;
    height: 30px;
    line-height: 30px;
    text-indent: -80px;
    border: 1px solid #dcdcdc;
    background-repeat: no-repeat;
    background-position: 90%;
    background-image: url(../images/you.png);
    background-color: #fefef2;
    color: #535353;
    font-size: 14px;
}

strong i{
    margin-left: 100px;
}
strong i img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}

.current {
    background-image: url(../images/xia.png);
}

.coll_body {
    display: none;
    border-bottom: 0px;
    text-decoration: none;
}

.coll_body a {
    display: block;
    margin: 0px;
    color: #000;
    text-indent: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}


/* 页面右边的样式 */
.right {
    width: 100%;
    height: 90%;
    min-height: 550px;
    float: right;
    background-color: #fefef2;
}
.bb{
    padding-left: 2%;
}