﻿* {
    padding: 0;
    margin: 0;
    cursor: default;
    font-family: '微软雅黑', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', 'Microsoft Yahei', 'Open Sans', Arial, sans-serif;
}

@font-face {
    font-family: 'pangmenzhengdaobiaotiti';
    src: url('../font/pangmenzhengdaobiaotiti.eot'), url('../font/pangmenzhengdaobiaotiti.ttf'), url('../font/pangmenzhengdaobiaotiti.svg'), url('../font/pangmenzhengdaobiaotiti.woff');
}

li {
    list-style: none;
}

a, a p,a h3,a span, a h4 {
    text-decoration: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}
.hover-pointer{
     cursor: pointer;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.rel {
    position: relative;
}

.mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.menu {
    height: 110px;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
}
.menu-content1 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid rgb(241, 241, 241);
    box-sizing: border-box;
}

.welcome-t {
    float: left;
}

.hotline-t {
    float: right;
    font-size: 14px;
}

.menu-content {
    position: relative;

}

.text-c-g {
    color: rgba(69, 69, 69, 1);
}

.text-14 {
    font-size: 14px;
}


/* 左边logo */

.menu .logo {
    float: left;
}

.menu .logo a {
    width: 100%;
    display: block;
    padding-top: 25px;
}

.menu .logo img {
    width: 360px;
}


/* 右边menu */

.menu-list {
    display: flex;
}

.menu .nav {
    float: right;
    width: 680px;

    position: relative;
}

.menu-item {
    padding: 0 10px;
    height: 68px;
    line-height: 60px;
    margin-top: 10px;
    -webkit-transition: 1s;
    transition: 1s;
    flex: 1;
}

.menu-item>a {
    font-size: 16px;
}

.submenu li>a {
    font-size: 12px;
}

.menu-item a {
    display: block;
    height: 68px;
    text-align: center;
}

.menu-item a:hover {
    color: #004F94;
}
.fmenu,
.gmenu {
    position: relative;
}
.submenu {
     position: absolute;
    left: -10px;
    top: 100%;
    width: 116px;
    /*height: 280px;*/
    background: rgba(247, 247, 247, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    z-index: 1000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.g-submenu {
    position: absolute;
    left: -10px;
    top: 68px;;
    width: 116px;
    font-size: 12px;
    background: rgba(247, 247, 247, 1);
    display: none;
}

.g-submenu li:hover {
    background-color: rgb(232, 232, 232);
}

.g-submenu a {
    height: 40px;
    display: block;
    line-height: 40px;
}


.submenu li {
    font-size: 12px;
    transition: 1;
}

.submenu li:hover {
    background-color: rgb(232, 232, 232);
}

.submenu a {
    height: 40px;
    display: block;
    line-height: 40px;
}


/* 导航横线 */

.nav .bottom-line {
    width: 60px;
    height: 4px;
    background: #004F94;
    position: absolute;
    top: 78px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.menu_active {
    font-weight: 600;
    color: #004F94;
}

.menu-placeholder {
    height: 110px;
}

.color-w {
    color: rgb(255, 255, 255);
}


/* 底部 */

.footer1 {
    width: 100%;
    height: 360px;
    background: rgba(241, 241, 241, 1);
}

.foot-top {
    height: 300px;
    display: flex;
}

.bottom-logo {
    flex: 1;
    margin: 40px 10px 40px 0;
    padding-top: 10px;
    box-sizing: border-box;
    border-right: 1px solid rgba(166, 166, 166, 1);
}

.foot-top>div:nth-child(2) {
    flex: 3.6;
}

.gzh {
    flex: 0.4;
    margin: 40px 0;
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
    border-left: 1px solid rgba(166, 166, 166, 1);
    box-sizing: border-box;
}

.gzh p {
    margin: 20px auto;
    font-size: 18px;
    padding-left: 6px;
}

.foot-bottom {
    height: 60px;
    background: #1F3274;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 60px;
    font-size: 12px;
}

.bottom-logo p {
    color: #004F94;
}

.bottom-logo p span:nth-child(2) {
    margin-left: 15px;
}

.footCenter {
    padding: 40px 40px 10px 42px;
}

.footCenter2 {
    padding: 10px 40px 10px 42px;
}

.footCenter p span,
.footCenter2 p span {
    color: rgba(61, 61, 61, 1);
    font-size: 14px;
    font-weight: 700;
    margin-right: 35px;
}

.footCenter p {
    padding: 8px 0;
}

.footCenter p a,
.footCenter2 p a {
    text-decoration: none;
    font-size: 12px;
    color: rgba(61, 61, 61, 1);
    margin-right: 25px;
}

.s-l>img {
    display: block;
    margin: 0 auto;
    width: 649px;
    height: 41px;
}


/* 页码 */

.page {
    float: left;
    width: 100%;
    margin: 20px auto 10px;
    *zoom: 1;
}

.page:before,
.page:after {
    display: table;
    content: '';
}

.page:after {
    clear: both;
}

.page a,
.page span {
    float: left;
    margin-left: -1px;
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ddd;
}

.page a:hover {
    text-decoration: none;
    background-color: #5b3015;
    color: #fff;
}

.page .current {
    background-color: #5b3015;
    color: #fff;
}

.page .active a {
    background-color: #5b3015;
    color: #fff;
}

.page .next,
.page .prev {
    font-weight: bold;
}

.page .rows {
    border-right: 1px solid #cccccc;
}


/* 标题 */

.about-tit {
    font-size: 40px;
    font-weight: 700;
    color: rgba(69, 41, 24, 1);
}
