﻿.header-banner {
    display: block;
    width: 100%;
    height: 0px;
    /* transition: all .3s linear; */
    animation: toggleshow 7s linear;
}
.header-banner img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 130px;
}
@keyframes toggleshow {
    0% {
        height: 0px;
    }
    5% {
        height: 130px;
    }
    90% {
        height: 130px;
    }
    99% {
        height: 0px;
    }
    100% {
        height: 0px;
    }
}
.header {
    background: url('../image/4.png') no-repeat;
    min-height: 260px;
    height: 576px;
    background-size: cover;
    /*padding-top: 52px;*/
    position: relative;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
        background: rgba(255, 255, 255, 0.7660550458715596);
}
.header .logo {
    display: block;
    width: 548px;
}
.header .nav {
    width: calc( 100% - 648px );
}
.header .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.header .nav li {
    /* padding: 0 26px; */
	text-align: center;
}
.header .nav li span{ color:rgba(76, 76, 76, 1);text-align:center; display:block}
.header .nav li a {
    display: block;
    font-size: 18px;
    color: rgba(76, 76, 76, 1);
	text-align:center;
	line-height: 24px;
	font-weight: bold;
    /* margin-left: 20px; */
    /*padding: 17px 0;*/
}
.header .nav li a:hover {
    border-bottom: 2px solid #ffffff;
}
.header .nav li.active a {
    border-bottom: 2px solid #ffffff;
}
.header-tap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 449px;
	height: 52px;
	/* background-color: #194382; */
	/* border-radius: 0px 0px 0px 20px; */
    background: url('../image/19.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.dateyear {
    font-size: 16px;
    color: #ffffff;
}
.datetime {
    font-size: 16px;
    color: #ffffff;
}
.header-tap p {
    position: relative;
}
.header-tap p::after {
    content: "";
    position: absolute;
    width: 1px;
	height: 14px;
	background-color: #ffffff;
	opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.header-tap p a {
    font-size: 16px;
    color: #ffffff;
}
.header-search {
    width: 900px;
	height: 66px;
    margin: 108px auto 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px #9ec6de;
	border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 0 20px;
}
.header-search__img {
    display: block;
    width: 25px;
}
.header-search__input {
    width: 680px;
    margin-left: 20px;
    border: 0;
    outline: 0;
    height: 100%;
    font-size: 16px;
}
.header-search__input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
    font-size: 18px;
	color: #999999;
}
.header-search__input:-moz-placeholder{    /* Firefox版本4-18 */
	font-size: 18px;
	color: #999999;
}              
.header-search__input::-moz-placeholder{    /* Firefox版本19+ */
	font-size: 18px;
	color: #999999;
}              
.header-search__input:-ms-input-placeholder{   /* IE浏览器 */
	font-size: 18px;
	color: #999999;
}  
.header-search__button {
    width: 140px;
	height: 54px;
    line-height: 54px;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
}
.footer {
    background-color: #1a66ab;
    padding: 52px 0 43px;
}
.footer-logo {
    display: block;
    width: 548px;
    margin: 0 auto;
}
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
}
.footer-nav li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    position: relative;
}
.footer-nav li a::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.footer-nav li:last-child a::after {
    content: none;
}
.footer-system {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 39px;
}
.footer-system a {
    width: 340px;
	height: 50px;
	background-color: #2f7dc2;
	border: solid 1px #5c97cb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    margin-right: 16px;
}
.footer-system a:last-child {
    margin-right: 0;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    background-color: #1a66ab;
    border-top: 1px solid #3884c7;
}
.copyright a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 20px;
}
.copyright a:last-child {
    display: flex;
    align-items: center;
}
.copyright-icon {
    display: block;
    width: 18px;
    margin-right: 12px;
}
.mobile-header {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #194382;
    height: 60px;
    box-shadow: 0 1px 10px #999999;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.mobile-header .mlogo {
    display: block;
    /*height: 36px;*/
	max-width:240px;
	
}
.mobile-header  .menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    z-index: 1000;
}
.mobile-header .menu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    margin-top: 8px;
    transition: all .3s linear;
}
.mobile-dialog {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #194382;
    z-index: 999;
    transition: all .3s linear;
}
/* .mobile-header .menu span:last-child {
    margin-bottom: 0;
} */
.member-header {
    height: 158px;
    background-color: #fff;
}
.member-header .header-top {
    height: 100%;
}
.member-header .nav {
    width: calc( 100% - 648px );
}
.member-header .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.member-header .nav li {
    /* padding: 0 26px; */
}
.member-header .nav li a {
    display: block;
    font-size: 20px;
    color: #333333;
    /* margin-left: 20px; */
    padding: 17px 0;
}
.member-header .nav li a:hover {
    border-bottom: 2px solid #ffffff;
}
.member-header .nav li.active a {
    border-bottom: 2px solid #ffffff;
}
.mdialog-left {
   /* width: 110px;*/
    height: 100%;
    border-right: 1px solid #ffffff;
    padding-top: 334px;
}
.mdialog-left a {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #194382;
    font-size: 14px;
    margin-bottom: 10px;
    /* padding-top: 14px;
    padding-bottom: 14px; */
    /* padding-left: 5px; */
}
.mdialog-right {
    width: calc( 100%);
    padding-top: 80px;
}
.mdialog-right a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #ffffff;
}
.header-banner {
    position: relative;
}
.header-banner-close {
    position: absolute;
    width: 20px;
    top: 20px;
    right: 240px;
    cursor: pointer;
}
.member-header .nav li.active a {
    color: #194382;
    border-bottom: 2px solid #194382;
}
.member-header .nav li:hover a {
    color: #194382;
    border-bottom: 2px solid #194382;
}
.detail {
    overflow: hidden;
}
.detail table {
    max-width: 100%!important;
}
.detail td {
    border: 1px solid #000;
}