body {
    background-color: #f3f3f3;
}

.nav>ul>li:nth-child(2)>a {
    border-bottom: 2px solid #0076c0;
    color: #0076c0;
}

.left-menu {
    position: fixed;
    top: 73px;
    left: 50%;
    transform: translateX(-600px);
    width: 230px;
}

.left-menu>h3 {
    height: 47px;
    line-height: 47px;
    background-color: #00a0e9;
    border-bottom: 1px solid #0074a9;
}

.left-menu>h3 a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.left-menu>h3>a>span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.container {
    background-color: #fff;
    box-sizing: border-box;
}

.container div:hover {
    background-color: #aedcf1;
    border-left: 5px solid #0095e8;
    padding-left: 15px;
}

.container>div {
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
}

.container>div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #585a5b;
    text-decoration: none;
}

.left-menu img {
    display: block;
    margin-top: 10px;
    width: 230px;
    height: 193px;
}


/* .clickStyle {
    background-color: #aedcf1;
    border-left: 5px solid #0095e8;
    padding-left: 15px!important;
} */

.right-content {
    margin: 73px auto 0px;
    width: 1200px;
}

.right-peijian {
    margin-left: 240px;
    margin-top: 15px;
    width: 960px;
}

.right-list>li {
    margin-bottom: 12px;
    width: 961px;
    height: 133px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.right-list>li>div {
    float: left;
}

.right-list>li>div>img {
    display: block;
    float: left;
    width: 200px;
    height: 113px;
    margin: 10px 40px 0 30px;
    /* border: 1px solid #e6e6e6; */
}

.right-list>li>div>.desc {
    float: left;
    width: 210px;
    height: 133px;
}

.desc-left {
    border-right: 1px solid #e6e6e6;
}


/* .right-list>li>div:first-child {
    border-right: 1px solid red;
} */

.right-list>li h3 {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    margin: 52px 0 0;
    color: #585a5b;
}

.right-list>li p {
    font-size: 14px;
    height: 40px;
    margin: 12px 0 0;
}


/* 底部 */

.foot {
    width: 100%;
    background-color: #9b9b9b;
}

.banQuan {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.zhengshu {
    width: 100%;
    /* margin: 10px auto 0; */
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number {
    width: 100%;
    height: 30px;
    /* margin: 10px auto 0; */
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.toTop {
    position: fixed;
    top: 500px;
    right: 50px;
    width: 40px;
    height: 49px;
    background: url(../images/indexImage/top.png) no-repeat;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .banQuan {
        font-size: 12px;
    }
    .zhengshu {
        font-size: 12px;
    }
    .number {
        font-size: 12px;
    }
}