@charset "UTF-8";
/*----------*/
header {
    background: url(../images/images2025/top_bg.jpg) no-repeat top left;
    height: 65px;
    padding-top: 395px;
    width: 100%;
}

.header_form {
    float: right;
    width: 563px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 125px;
    height: 50px;
    margin: 13px auto;
    overflow: hidden;
}

.header_form input[type='text'] {
    float: left;
    width: 500px;
    transition: background-color 300ms;
    font-size: 14px;
    height: 50px;
    background-color: #ffffff87;
    box-sizing: border-box;
    padding: 5px 0 5px 12px;
    line-height: 22px;
    color: #fff;
}

.header_form input[type='text']::placeholder {
    color: #dca17b
}

.header_form input[type='text']:focus {
    background: #fff;
}

.header_form input[type='submit'] {
    float: right;
    width: 63px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    background: #95050b url('../images/images2025/s_btn_icon.png') no-repeat center;
    box-sizing: border-box;
}

.w-menu {
    width: 100%;
    height: 65px;
    background: #cd2e33;
    margin: 0 auto;
    position: relative;
}

.w-menu ul {
    float: left;
    width: 100%;
    height: 65px;
    display: flex
}

.w-menu li {
    height: 65px;
    flex: 1;
    position: relative;
    z-index: 500
}

.w-menu li>a {
    display: block;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    font-size: var(--font-size-bigger);
    text-align: center;
}

.w-menu li>a:hover,
.w-menu li>a.curr {
    background: url(../images/images2025/nav_bg.png) no-repeat bottom left;
    background-size: 100% 100%;
    color: #ffd3b0;
}

.w-menu p {
    width: 100%;
    background: var(--main-yellow-color);
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
}

.w-menu p a {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    font-size: var(--font-size-big);
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: var(--font-red-color);
}

.w-menu p a:last-child {
    border-bottom: none;
}

.w-menu p a:hover {
    background-color: var(--main-theme-color);
    color: #fff;
}

/* footer */
footer {
    height: 360px;
    margin-top: 20px;
    background-color: var(--main-yellow-color-lighter);
}

.links {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    line-height: 65px;
}
.link1{
    padding: 32px 0;
}

.links .ll {
    float: left;
    width: 100%;
    height: 148px;
    box-sizing: border-box;
    position: relative;
}

.links .ll .yqlj {
    position: absolute;
    left: 370px;
    top: 0;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    color: var(--font-red-color);
    cursor: pointer;
}

.links .ll .yqlj .con {
    background: #fff;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50px;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.links .ll .yqlj .con img {
    width: 130px;
    border-radius: 10px;
    display: block;
    margin-bottom: 2px;
}

.links .ll .yqlj .con span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 14px;
}

.links .ll .yqlj:hover .con {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.links .ll .yqlj:hover .con:before {
    position: absolute;
    top: -20px;
    display: block;
    content: "";
    left: 43%;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.links .tab {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e2c9c3
}

.links .tab span {
    float: left;
    width: 125px;
    cursor: pointer;
    font-size: 18px;
    height: 56px;
    text-align: center;
    color: var(--font-red-color);
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.links .tab span.curr {
    color: var(--font-yellow-color);
    font-weight: bold;
    background-color: var(--main-theme-color);
}

.links .tab span.curr:before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: ''
}

.links .lc p {
    line-height: 26px;
    overflow: hidden;
    padding-top: 10px;
    display: none
}

.links .lc p:first-child {
    display: block
}

.links .lc a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-right: 18px;
}
.about_us{
    height: 105px;
    background-color: var(--main-theme-color);
}
.map_net{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_us_left{
    float: left;
}
.about_us_left p{
    color: var(--font-yellow-color);
    font-size: 16px;
    margin-bottom: 15px;
}
.about_us_left p a:hover{
   color: #f2eadf; 
}
.about_us_right{
    float: right;
}
.sys_bottom{
    height: 55px;
    background-color: var(--main-red-color-deep);
}
.system {
    width: 1200px;
    margin: 0 auto;
    line-height: 55px;
}

.system p {
    width: 100%;
    height: 55px;
}

.system p a,span {
    display: inline-block;
    color: var(--font-yellow-color);
}