.main {
    min-width: 1200px;
}
.header > div,
.banner > div,
.resources,
.journ > div,
.column,
.footer-t > div,
.footer-b > div,
.content,
.conDiv > div,
.navDiv .navMain {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 95px;
    /* background: #00a6a9; */
    line-height: 94px;
}
.header .logo {
    margin-top: 15px;
    /* width: 546px; */
    height: 68px;
}
.header .login {
    font-size: 14px;
    float: right;
    position: relative;
    /* margin-left: 20px; */
}

.header .login .exitButton {
    /* background: #007577; */
    /* border: 1px solid #007577; */
    color: #fff;
    width: 58px;
    height: 28px;
    /* border-radius: 5px; */
    cursor: pointer;
    padding: 5px 12px;
}

.header .login span {
    font-size: 14px;
    cursor: pointer;
}
.header .login div {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    /* width: 100%; */
    z-index: 9;
    /* background: #00a6a9; */
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #a09f9f;
}
.header .login div a {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.header .login img{
    margin-left: 5px;
    margin-top: -5px;
}
.navDiv{
    overflow: hidden;
    height: 60px;
    width: 100%;
    /* background-color: #00a6a9; */
    line-height: 60px;
}
.navDiv ul li {
    float: left;
    /* color: #fff; */
}

.navDiv ul .interval {
    margin: 0 15px;
    color: #fff;
}
.navDiv ul .interval:first-child {
    display: none;
}
.navDiv ul li a {
    font-size: 16px;
    color: #fff;
}
.navDiv ul li.active::after {
    content: "";
    display: block;
    height: 2px;
    background: rgba(255,255,255,.8);
    margin: 0 auto;
    margin-top: -8px;
    width: 30px;
}

.rightUl {
    position: fixed;
    right: 0;
    top: 40%;
}
.rightUl li {
    width: 45px;
    height: 45px;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    /* background: #00a6a9; */
    position: relative;
}
.rightUl li>img{
    max-width: 22px;
    max-height: 24px;
}
.rightUl .Tips {
    position: absolute;
    width: 0;
    height: 100px;
    overflow: hidden;
    top: -15px;
    right: 200px;
    transition: all linear 0.3s;
    border-radius: 10px;
    z-index: 10;
}
.rightUl .Tips img {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30px;
}

.footer {
    font-size: 14px;
}
.footer > div {
    display: inherit !important;
}
.footer-t {
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
    height: 35px;
    line-height: 35px;
}
.footer-t span {
    color: #16957b;
    font-weight: bold;
}
.footer-t a {
    color: #b8b8b9;
    margin-left: 20px;
}

.footer-b {
    height: 75px;
    line-height: 75px;
    /* background: #00a6a9; */
    text-align: center;
    color: #fff;
}
.pagination {
    margin-bottom: 30px;
    font-size: 14px;
}
.pagination div {
    display: inline-block;
}
.whj_bgc {
    margin: 0 5px;
    cursor: pointer;
}
.whj_padding {
    padding: 5px 10px;
}
.whj_border {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.whj_checked {
    background: #1997a9;
    color: #fff;
}

.whj_color {
    color: #595b60;
}
.whj_color.fl {
    padding: 5px 5px 0 0;
}
.childPageBanner {
    margin-bottom: 30px !important;
    height: 135px;
    width: 100% !important;
    background-color: 100%;
}
.gjNav{
    margin-bottom: 20px;
}
/* 中英文 */
#lang{
    padding-left: 50px;
}
#lang a{
    padding: 5px 12px;
    background-color: #f0f0f0;
}
#lang .active{
    /* background-color: #007577; */
    color: #fff;
}
#servicetype a{
    cursor: pointer;
}

/* 留言板样式 */
#leave-message{
    padding: 20px;
}
#leave-message .layui-form-item .layui-form-label{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: 50px;
}
#leave-message .layui-form-item .layui-input-block{
    margin-left: 80px;
}