/* 鍏ㄥ眬鏍峰紡璁惧畾 */

@font-face {
    font-family: siyuanheiti;
    src: url("../font/SourceHanSansCN-Regular.ttf");
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: siyuanheiti;
}

html {
	overflow-y: scroll;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

/* 澶撮儴鍏敤css */

.header-class {
    width: 100%;
    max-width: 1280px;
    margin: 10px auto 20px;
    visibility: visible;
    animation-duration: 4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-level-routing {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 50;
    padding: 20px 0px;
    box-shadow: 0 0 7px #d0d0d0;
}

.top-logo {
    width: 325px;
}

.searchInput {
    width: 256px;
    /* margin-left: 18%; */
    outline: none;
    padding: 14px 23px 14px 59px;
    background: url("../img/Search-icon.png") no-repeat 23px center;
    border-radius: 30px;
    border: 1px solid #858585;
    font-size: 18px;
}

.nav-class {
    position: relative;
    width: 100%;
    /* max-width: 1280px; */
    margin: auto;
    border-radius: 5px;
    z-index: 5;
}

.in-nav {
    width: 100%;
    /* position: absolute; */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 7px #d0d0d0; */
    top: -30px;
    max-width: 1250px;
    margin: auto;
    /* overflow-x: auto; */
    /* overflow-y: visible; */
}

.nav-button {
    padding: 19px 23px;
    font-size: 16px;
    letter-spacing: 1px;
    /* margin: 0 21px; */
    position: relative;
    display: initial;
    padding-bottom: 5px;
    white-space: nowrap;
    border-bottom: 5px solid #ffffff;
}

/* .nav-button::after {
    content: " ";
    height: 5px;
    width: 0;
    background: #bb0019;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all linear 0.1s;
} */
.nav-button:hover {
    border-bottom: 5px solid #bb0019;
    transition: all linear 0.1s;
}

.in-nav .nav-button::after {
    height: 5px;
    width: 0;
    background: #bb0019;
    position: absolute;
    bottom: -3px;
}
.nav-button:hover::after {
    width: 100%;
}

.nav-now {
    border-bottom: 5px solid #bb0019;
}

.in-nav-children {
    position: absolute;
    /* top: 80%; */
    /* top: 110%; */
    top: 50px;
    left: -27px;
    padding: 20px 20px;
    z-index: 99;
    width: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #999;
}
.in-nav-children a {
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.in-nav .in-nav-children {
    top: 53px !important;
}

.nav-button-div {
    cursor: pointer;
    display: initial;
}

.nav-children-now {
    color: #bb011a !important;
    font-weight: 900;
}

/* 鏃ユ湡鍏敤缁勪欢 */

.time-out {
    width: 88px;
    height: 88px;
    background: #bb0019;
    border: 2px solid #bb0019;
    position: relative;
    color: #fff;
}

.time-in {
    width: 88px;
    height: 88px;
    border: 2px solid #7d7d7d;
    position: absolute;
    top: -16px;
    right: -16px;
}

.white-in {
    width: 114px;
    height: 114px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: -2px;
    right: -2px;
}

.text-in {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.day {
    font-size: 28px;
    font-weight: 900;
}

.year-month {
    font-size: 18px;
}

/* 澶ф爣棰樺叡鐢ㄦ牱寮� */

.headline-public {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-top: 30px;
    /* padding-top: 30px; */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #a2a2a2;
}

.big-title {
    font-size: 30px;
    border-bottom: 3px solid #bb0019;
    padding-bottom: 10px;
    letter-spacing: 4px;
}

.small-title {
    padding-bottom: 14px;
    font-size: 16px;
    color: #a2a2a2;
    margin-left: 10px;
}

/*.footer-class {
    margin-top: 92px;
    width: 100%;
    padding: 10px 0px;   
    text-align:center;
    color: #fff;
    font-size: 14px;
    background: #616161;
    height:78px;
    line-height:30px;
}

.footer-class *{
    margin: 0 10px;
}*/

.footer-class {
    width:100%;
    text-align:center;
    color: #fff;
    font-size: 14px;
    background: #616161;
    height:148px;
}

.footer-class .img{
    text-align:center;
    position:absolute;
    right:10px;
    top:10px;
}


.footer-container {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    position:relative;
}



.public-title-class {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 70px;
}

.public-title-zh {
    display: flex;
    font-size: 26px;
    align-items: flex-end;
    justify-content: center;
}

.public-title-zh-red {
    font-size: 22px;
    color: #f00;
}

.public-title-en {
    color: #a5a5a5;
}

.top-nav .nav-button {
    margin: 0px 5px;
    padding: 10px 20px;
}

.top-nav {
    max-width: calc(100% - 630px);
    display: flex;
}

.top-nav .in-nav-children {
    top: 49px;
}

