* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    display: flex;
}

ul li {
    display: block;
    list-style: none;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    display: block;
}

.text_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.w_1200 {
    width: 1200px;
    margin: auto;
}

.nav_zoom {
    width: 100%;
    height: 187px;
}


/* 右侧导航 */

.rightNav {
    width: 100px;
    position: fixed;
    right: -90px;
    top: 30%;
    z-index: 99911;
    /* display: none; */
}

.rightNav a {
    display: block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #fff;
    background: #8BC33F;
    overflow: hidden;
}

.rightNav a img {
    margin: 15px auto 8px;
}

.rightNav a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.rightNav .scrool_top {
    width: 100%;
    height: 60px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 顶部导航 */

header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.header {
    display: flex;
    justify-content: space-between;
    height: 142px;
}

.header .header_l {
    display: flex;
    align-items: center;
}

.header .header_l img {
    margin-right: 70px;
}

.header .header_l .navName p {
    font-size: 34px;
    color: #0F4B81;
    line-height: 1;
    font-weight: bold;
}

.header .header_l .navName p:nth-child(1) {
    margin-bottom: 12px;
}

.header .header_r {
    margin-top: 34px;
    position: relative;
    height: 32px;
}

.header .header_r .seach {
    width: 178px;
    height: 32px;
    box-sizing: border-box;
    padding: 0 34px 0 15px;
    border: 1px solid #B8B8B8;
}

.header .header_r .seach_icon {
    position: absolute;
    bottom: 8px;
    right: 15px;
    cursor: pointer;
}

.navBox {
    width: 100%;
    height: 45px;
    background: #6699FF;
}

.navBox ul {
    justify-content: center;
    align-items: center;
    height: 45px;
}

.navBox ul li {
    display: flex;
    align-items: center;
    position: relative;
    /* padding: 0 60px;

    height: 38px;

    background: url(../images/nav_border.png) top right no-repeat; */
}

.navBox ul li:last-child {
    background: none;
}

.navBox ul li.active .nav_content {
    /*text-decoration: underline;*/
}

.navBox ul li .nav_content {
    padding: 0 60px;
    height: 38px;
    background: url(../images/nav_border.png) top right no-repeat;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.navBox ul li .sub_nav_list {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 8px 0;
    background-color: #6699FF;
    display: none;
    z-index: 5;
}

.navBox ul li:hover .sub_nav_list {
    display: flex;
}

.navBox ul li .sub_nav_list .sub_nav_content {
    width: 100%;
    position: relative;
}

.navBox ul li .sub_nav_list .sub_nav_content .sub_nav_content_title {
    display: block;
    width: 100%;
    height: 33px;
    background-color: #6699FF;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.navBox ul li .sub_nav_list .sub_nav_content_title:hover {
    background-color: #ffffff;
    color: #6699FF;
}


/* 三级导航 */

.navBox ul li .sub_nav_list .sub_nav_content:hover .threeNav {
    display: flex;
}

.navBox ul li .sub_nav_list .sub_nav_content .threeNav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: none;
    background-color: #6699FF;
    z-index: 5;
}

.navBox ul li .sub_nav_list .sub_nav_content .threeNav .threeNav_li {
    width: 100%;
    height: 33px;
    background-color: #6699FF;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.navBox ul li .sub_nav_list .sub_nav_content .threeNav .threeNav_li:hover {
    background-color: #ffffff;
    color: #6699FF;
}


/* 模块标题 */

.moduleTitle_box {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.moduleTitle_box .title {
    font-size: 32px;
    color: #3A3A3A;
    font-weight: bold;
    margin-bottom: 30px;
}


/* 查看更多 */

.moduleBtn {
    width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #85BD42;
    margin: auto;
    border-radius: 25px;
}

.moduleBtn img {
    margin-left: 18px;
}


/* 底部 */

footer {
    width: 100%;
    background: #3B4350;
    padding-top: 35px;
}

footer .nav_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .nav_list a {
    font-size: 14px;
    color: #fff;
    padding: 0 34px;
    height: 17px;
    line-height: 17px;
    border-left: 1px solid #fff;
}

footer .nav_list a:nth-child(1) {
    border: 0;
}

footer .des {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin: 24px 0 30px;
}

footer .des p:nth-child(1) {
    margin: 0;
}

footer .des p {
    margin-left: 36px;
}

footer .logoList {
    box-sizing: border-box;
    padding: 0 256px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .logoList img {
    width: 120px;
    height: 90px;
    background: #fff;
    margin: 0 0 16px 22px;
}

footer .logoList img:nth-child(5n+1) {
    margin-left: 0;
}

footer .bottom {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 12px;
}


/* 面包屑 */

.breadBox {
    margin: 62px 0 56px;
    box-sizing: border-box;
    padding-left: 87px;
}

.breadBox span {
    font-size: 16px;
    color: #747474;
}

.breadBox span.is {
    color: #8BC33F;
}

.breadBox span a {
    color: #747474;
}


/* 分页标题 */

.pages_title {
    text-align: center;
    font-size: 27px;
    color: #393939;
}


/* 分页标题2 */

.pages_title2 {
    text-align: center;
    color: #3A3A3A;
    font-size: 28px;
}

.pages_title2 span {
    font-weight: bold;
}


/* 分页加载器 */

.pagingBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagingBox>div {
    width: 80px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    color: #545454;
    font-size: 12px;
    background: #F1F1F1;
    margin: 0 6px;
    cursor: pointer;
}

.pagingBox .before {
    color: #fff;
    background: #C7C7C7;
}

.pagingBox ul li {
    width: 29px;
    height: 27px;
    background: #F1F1F1;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #555;
    margin-left: 5px;
    cursor: pointer;
}

.pagingBox ul li:nth-child(1) {
    margin: 0;
}

.pagingBox ul li.active {
    background: #8BC33F;
    color: #fff;
}