﻿* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    font-size: 10px;
}

.page_1200 {
    margin: 20px auto 30px auto;
    width: 1200px;
}


/* 页面顶部 */
.page_top {
    position: relative;
    padding-left: 200px;
    height: 120px;
    color: #fff;
    background-color: #fff;
}

.page_logo {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 5px 20px;
    height: 50px;
    background-color: #fff;
}

/* 头部标题信息 */
.page_top_title {
    height: 60px;
    color: #999;
    background-color: #fff;
}

.page_top_title p {
    display: inline-block;
    line-height: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #00715d;
}

.page_top_img {
    float: left;
    margin-top: 15px;
}

.page_top_info {
    position: relative;
    padding: 12px 40px 0 40px;
    float: right;
    font-size: 13px;
    color: #999;
}

.page_top_info div {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.page_top_info img {
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    color: #00715d;
}



/* 顶部菜单 */
.page_top_menu {
    position: relative;
    height: 60px;
    /* background-color: #00715d; */
    background-color: #14327e;
    background-image: linear-gradient(to bottom, #51a9f1, #82C3F8);
    border-radius: 10px 0 0 0;
}

.page_top_menu ul {
    margin-left: 30px;
    display: flex;
    width: 300px;
    height: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    outline: none;

}

.page_top_menu li {
    line-height: 60px;
    list-style: none;
    flex: 1;
    cursor: pointer;
}

.page_top_menu li:hover {
    font-size: 22px;
    cursor: pointer;
    translate: all .3s;
}

.page_top_menu button {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    /* color: #00715d;
    background-color: #fbd45a; */

    color: #fff;
    background-color: #029923;

    background-image: linear-gradient(to bottom, #08c932, #50e070);
    outline: none;
    border: none;
    cursor: pointer;
}

.page_top_menu button img {
    display: inline;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    width: 22px;
}


/* 页脚 */
.page_footer {
    padding: 30px 0;
    position: relative;
    height: 200px;
    color: #fff;
    /* background-color: #00342b; */
    background-color: #0c2669;
    background-image: linear-gradient(to bottom, rgb(28, 64, 155), #0c2669);

    background-image: linear-gradient(to bottom, #3f9de9, #2a91e6);
}

.page_footer_1 {
    flex: .6;
}

.page_footer_2 {
    flex: .7;
}

.page_footer_3 {
    flex: 1;
}

.page_footer_left_title {
    margin-bottom: 20px;
    font-size: 22px;
}

.page_footer_left_info {
    margin-bottom: 7px;
    font-size: 12px;
}


.page_footer_xcx {
    padding: 10px 15px;
    display: inline-block;
    width: 110px;
    height: 150px;
    font-size: 14px;
    text-align: center;
}

.page_footer_xcx img {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
}


.page_footer_link {
    margin-bottom: 10px;
    font-size: 22px;
    /* border-bottom: 2px #00dbb4 solid; */
    border-bottom: 2px #fff solid;
}

.link_item {
    margin: 0 10px 10px 0;
    float: left;
    width: 120px;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}