header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 555;
}
.header_box {
    height: 2.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    width: 100%;
    padding-right: .5rem;
    justify-content: space-between;
    transition: all .6s;
}
header.info .header_box {
    height: 2rem;
}
.header_box.active {
    height: 2rem;
}
header.info,
.header_box.active,
.header_box.cur {
    background-color: #fff;
}
.header_logo {
    width: 8.225rem;
    margin-left: 1.5rem;
    transition: all .6s;
}
.home .header_logo {
    margin-left: 0rem;
}
.home  .header_box.active .header_logo {
    margin-left: 1.5rem;
}

.header_logo  a {
    display: block;
    width: 100%;
}
.header_logo  a img {
    width: 100%;
}
.ul_header_nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.ul_header_nav .li {
    margin-right: 1rem;
    height: 100%;
    position: relative;
}
.ul_header_nav .li .lis {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .6s;
    line-height: 1;
}
.ul_header_nav .li .icon {
    width: .45rem;
    height: .45rem;
}
.ul_header_nav .li .icon  svg {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pc-header  .header_box .ul_header_nav .li .icon  path {
    /* transition: all .6s; */
    /* fill: #fff !important; */
    filter: brightness(0) invert(1);
}
.pc-header  header.info .ul_header_nav .li .icon  path {
    /* filter: brightness(0) invert(0); */
    filter: brightness(0) invert(0);
}
.pc-header  header.info .ul_header_nav .li .icon  path,
.pc-header  header.info  .ul_header_nav .li .icon  path,
.pc-header  .header_box.cur .ul_header_nav .li .icon  path,
.pc-header .header_box.active .ul_header_nav .li .icon  path {
    /* fill: #333 !important; */
    filter: brightness(0) invert(0);
}
.pc-header  .ul_header_nav .li .lis:hover svg {
    transform: rotateY(180deg);
}
.pc-header .ul_header_nav .li:hover .lis .icon  path,
.pc-header  header.info  .ul_header_nav .li:hover .lis .icon  path,
.pc-header  .header_box.cur .ul_header_nav .li:hover  .lis .icon  path,
.pc-header  .header_box.active .ul_header_nav .li:hover  .lis .icon  path {
    /* fill:'' !important; */
    filter: none;
}

.ul_header_nav .li .icon {
    width: .45rem;
}

.ul_header_nav .li .icon {
    margin-right: .2rem;
}
.ul_header_nav .li_s .header_l_nav {
    display: none;
}
.header_list {
    position: absolute;
    left: 50%;
    top: 2.5rem;
    width: 30rem;
    display: none;
}
.header_list_box {
    height: 10.5rem;

    background: #ffffff;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.05);

    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
header.info .header_list,
.header_box.active .header_list {
    top: 2rem;
}
.header_list .header_l_nav {
    width: 5rem;
    height: inherit;
    background: #f5f5fc;
    padding: 0 0 .75rem;
    /* overflow: auto; */
}
.header_list .header_l_nav::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5fc;
}
.header_list .header_l_nav::-webkit-scrollbar-thumb {
    background-color: #e01122;
}
.header_list .header_l_nav  .nav_a {
    border-top: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
    height: 1.5rem;
    padding-left: .85rem;
    display: flex;
    align-items: center;
}
.header_list .header_l_nav .nav_a:hover,
.header_list .header_l_nav .nav_a.cur {
    background-color: #fff;
    color: #e01122;
}
.header_list .header_l_nav  .nav_a:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header_list .header_r_list {
    width: calc(100% - 5rem - 7rem);
    padding: .825rem 2rem .825rem 2rem;
}
.header_list .header_r_box {
    width: 100%;
    height: inherit;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: .25rem;
}
.li_int  .header_list .header_r_box.li_r_box{
    height: auto;
    max-height: 9rem;
    overflow:auto;
}
.li_int  .header_list .header_r_box.li_r_box p{
    max-width: 90%;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_list .header_r_box::-webkit-scrollbar-thumb{
    background-color: #e40011;
}
.header_list .header_r_box.cur {
    display: flex;
}
.header_list .header_r_box .img {
    width: .15rem;
    height: .15rem;
    margin-right: .125rem;
}
.header_list .header_r_box .img img {
    width: 100%;
    transition: all .6s;
}
.header_list .header_r_box  .lis_a {
    width: calc((100% - 1.5rem) / 2);
    display: flex;
    align-items: center;
    padding-top: .8rem;
    margin-right: 1.5rem;
}
.li_s .header_list .header_r_box .lis_a {
    padding-bottom: .5rem;
    
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header_list .header_r_box  .lis_a:nth-child(2n) {
    margin-right: 0;
}
.header_list .header_l_img {
    width: 7rem;
    height: inherit;
}
.header_list .header_l_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.header_list .header_l_img .txt {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.25rem);
    height: auto;
    bottom: 1rem;
}
.header_list .header_l_img  .txt .tit-15 {
    margin-top: .375rem;
}
.ul_header_nav .li:nth-child(2) .header_list {
    transform: translateX(-34%);
}
.ul_header_nav .li:nth-child(3) .header_list {
    transform: translateX(-46%);
}
.ul_header_nav .li:nth-child(4) .header_list {
    transform: translateX(-58%);
}
.ul_header_nav .li:nth-child(5) .header_list {
    transform: translateX(-70%);
}

.ul_header_form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 8rem;
    position: relative;
}
.ul_header_form .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    margin-right: .75rem;
}
.tel_icon {
    width: .35rem;
    margin-right: .225rem;
}
.ul_header_form  .search {
    width: 1.05rem;
    height: 1.05rem;
    background: rgba(255, 255, 255, .1);
    border-radius: .525rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .6s;
    margin: 0 0 0 auto;
}
.search_show {
    right: 0;
    top: 0;
    z-index: 2;
}
.search_icon {
    width: .5rem;
}
.search_icon img,
.tel_icon img {
    width: 100%;
    transition: all .6s;
}
.ul_header_form form {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 1.05rem;
    justify-content: space-between;
    width: auto;
}
.ul_header_form form .slide_Input {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.ul_header_form form .slide_Input_box {
    position: absolute;
    right: 1.05rem;
    top: 0;
    width: 0;
    height: 100%;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
}
.ul_header_form form input {
    height: 100%;
    width: 100%;
    /* width: calc(100% - 1.05rem - .6rem - .5rem - .75rem); */
    border-radius: .25rem;
    padding: 0 .25rem;
}
header.info .ul_header_form form input,
.header_box.active .ul_header_form form input {
    background-color: #f7f8f9;
}
.ul_header_form form .close {
    width: .6rem;
    height: .6rem;
    margin-right: .5rem;
    cursor: pointer;
}
.ul_header_form form .close:hover svg {
    transform: rotate(90deg);
}
.ul_header_form form .close svg {
    width: .6rem;
    height: .6rem;
    transition: all .6s;
}
.ul_header_form form .close svg path {
    transition: all .6s;
}
.ul_header_form.cur .tel {
    display: none;
}
.ul_header_form.cur .search_show {
    display: none;
}
.ul_header_form.cur .slide_Input_box {
    right: 1.05rem;
    width: calc(100% - 1.05rem - .75rem);
    opacity: 1;
    visibility: visible;
    margin-right: .75rem;
    transition: all .6s;
}
.ul_header_form.cur .search_show {
    margin-left: 0;
    display: none;
}
.ul_header_form.cur form {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .6s;
}
header.info .ul_header_nav .li .lis,
.header_box.active .ul_header_nav .li .lis,
.header_box.cur .ul_header_nav .li .lis {
    color: #333;
}
header.info .ul_header_nav .li .lis .icon img,
.header_box.active .ul_header_nav .li .lis .icon img,
.header_box.cur .ul_header_nav .li .lis .icon img {
    filter: brightness(0);
}
header.info .ul_header_form .tel,
.header_box.active .ul_header_form .tel,
.header_box.cur .ul_header_form .tel {
    color: #333;
}
header.info .ul_header_form .tel img,
.header_box.active .ul_header_form .tel img,
.header_box.cur .ul_header_form .tel img {
    filter: brightness(0);
}
header.info  .ul_header_form .search,
.header_box.active  .ul_header_form .search,
.header_box.cur  .ul_header_form .search {
    background-color: #e40011;
}
header.info  .ul_header_form .search,
.header_box.active  .ul_header_form form .close svg path,
.header_box.cur   .ul_header_form form .close svg path {
    fill: #333;
}
header.info .header_box.active .ul_header_form form input
.header_box.active .ul_header_form form input,
.header_box.cur .ul_header_form form input {
    background-color: #f5f5f5;
}
.ul_header_nav .li:hover .lis {
    color: #000099 !important;
}
.header_list .header_r_box .lis_a:hover {
    text-decoration: underline;
    color: #e40011;
    text-underline-offset: .075rem;
}
.fixed-header {
    height: 2rem;
}
footer {
    width: 100%;
    background: #070f1d;
}
.footer_top {
    padding-top: 2.35rem;
    padding-bottom: 1.6rem;
    display: flex;
    align-items: flex-start;
    border-bottom: .025rem solid rgba(255, 255, 255, .1);
}
.footer_nav {
    width: 22.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 4.75rem;
    border-right: .025rem solid rgba(236, 236, 236, .2);
}
.footer_nav p {
    margin-bottom: .75rem;
}
.footer_nav p a {
    font-size: .425rem;
}
.footer_nav p a:hover {
    color: #e40011;
}
.footer_nav  span {
    display: block;
    /* line-height: .6; */
}
.footer_nav  span a {
    color: #ececec;
    opacity: .8;
    font-size: .375rem;
    transition: all .6s;
}
.footer_top .ul_er {
    width: calc(100% - 22.5rem);
    padding-left: 1.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_top .ul_er  .img {
    width: 3rem;
    overflow: hidden;
    height: 3rem;
}

.footer_top .ul_er  .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.footer_top .ul_er span {
    display: inline-block;
    margin-top: .35rem;
    font-size: .375rem;
    transition: all .6s;
}
.footer_top .ul_er  .li:hover img {
    transform: scale(1.05);
}
.footer_top .ul_er  .li:hover span {
    color: #e40011;
}
.footer_center {
    display: flex;
    padding-top: 1rem;
    justify-content: space-between;
    padding-bottom: .85rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer_l {
    display: flex;
}
.company_box {
    padding-right: 2.1rem;
    border-right: 1px solid rgba(236, 236, 236, .2);
}
.footer_l .tit-17 {
    font-size: .425rem;
}
.footer_l .tit-15 {
    font-size: .375rem;
}
.company_box .icons {
    margin-top: .5rem;
}
.company_box .icons .lic {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .2rem;
}
.company_box .icons .lic span {
    margin-left: .2rem;
    color: rgba(255, 255, 255, .7);
}
.hot_box {
    padding-left: 2.25rem;
}
.hot_box .tit-28 {
    margin-top: .4rem;
}
.select_box {
    align-self: center;
}
.select_show {
    width: 8.25rem;
    height: 1.125rem;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    padding: 0 .4rem 0 .5rem;
    cursor: pointer;
}
.select_show .icon.rotate svg {
    transform: rotate(360deg);
}
.select_show .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.select_show .icon svg {
    width: .5rem;
    height: .8rem;
    transform: rotate(180deg);
    transition: all .6s;
}
.select_hide {
    display: none;
    width: 100%;
    left: 0;
    bottom: 1.125rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.select_hide .lis {
    display: block;
    padding: .2rem .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .6s;
}
.select_hide .lis:last-child {
    border-bottom: 0;
}
.select_hide .lis:hover {
    background-color: #e50012;
    color: #fff;
}
.footer_bottom {
    padding-top: .5rem;
    padding-bottom: 1.95rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_bottom p,
.footer_bottom a {
    color: rgba(255, 255, 255, .5);
}

.lh1 {
    line-height: 1;
}
.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fw500 {
    /* font-weight: 500; */
}

.pc-block {
    display: block;
}

.mb-block {
    display: none;
}

.ellipsis {
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 1.3rem;
    background: #e40011;
    border-radius: .1rem;
    margin: 0 auto;
}
.more .icon {
    margin-left: .225rem;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    transition: all .6s;
}
.btn img {
    width: .2rem;
}
.btn.prev {
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn.next {
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover {
    background: #e50012;
}
.w1400 {
    width: 73.11%;
    margin: 0 auto;
}
.w1600 {
    width: calc(100% - 8rem);
    margin: 0 auto;
}
.c09 {
    color: #000099;
}
.e01 {
    color: #e01122;
}
.e04 {
    color: #e40011;
}
.e05 {
    color: #e50012;
}

.popUp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22222;
    display: none;
}
.popUp .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.popUp .popContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    height: 17.825rem;
    background: #ffffff;
}
.popUp .popContent .popTop {
    width: 100%;
    height: 1.3rem;
    background: #e40011;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .75rem;
}
.popUp .popContent .popTop .close {
    width: .25rem;
    cursor: pointer;
}
.popUp .popContent .popTop .close img {
    width: 100%;
    transition: all .6s;
}
.popUp .popContent .popBox {
    padding: .7rem .75rem 1.025rem;
}
.popUp .popContent .popBox .timer {
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: .55rem;
}
.popUp .popContent .popBox  .t5 {
    padding-bottom: .9rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: .675rem;
    /* max-height: 10.5rem; */
    height: 10.6rem;
    padding-right: .25rem;
    overflow: auto;
}
.popUp .popContent .popBox  .t5::-webkit-scrollbar {
    width: .1rem;
    background-color: #f5f5fc;
}
.popUp .popContent .popBox  .t5::-webkit-scrollbar-thumb {
    background-color: #e50012;
}
.popUp .popContent .popBox  .files {
    width: 8rem;
    height: 2.075rem;
    background: rgba(51, 51, 51, .05);
    display: flex;
    align-items: center;
    padding-left: .55rem;
    transition: all .6s;
    border-radius: .1rem;
}
.popUp .popContent .popBox .files:hover {
    box-shadow: 0rem 0rem .25rem .075rem rgba(0, 0, 0, .1);
}
.popUp .popContent .popBox  .files .img {
    width: .75rem;
    margin-right: .725rem;
}
.popUp .popContent .popBox  .files .img img {
    width: 100%;
    transition: all .6s;
}
.popUp .popContent .popBox  .file_txt {
    font-size: .375rem;
}
.popUp .popContent .popBox  .file_txt .t7 {
    transition: all .6s;
}
.popUp .popContent .popBox  .file_txt .t8 {
    color: rgba(228, 0, 17, 1);
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: .125rem;
    transition: all .6s;
}

#render_calendar #layui-laydate1 {
    width: 100%;
    border: none;
    background-color: transparent;
}
#render_calendar .layui-laydate-main {
    width: 100%;
    /* height: 11.25rem; */
}
#render_calendar  .layui-laydate-content {
    padding: 0;
}
#render_calendar  .layui-laydate-content table {
    width: 100%;
}
#render_calendar .layui-laydate-header {
    width: 100%;
    height: 1.525rem;
    background: #e40011;
    border-radius: .1rem .1rem 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
}
#render_calendar .layui-laydate-header .laydate-prev-y,
#render_calendar .layui-laydate-header .laydate-next-y {
    display: none;
}
#render_calendar .layui-laydate-header .laydate-set-ym {
    font-size: .425rem;
    color: #fff;
    pointer-events: none;
}
#render_calendar .layui-laydate-header i {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: .85rem;
    height: .85rem;
    background: rgba(255, 255, 255, .2);
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#render_calendar .layui-laydate-header .laydate-prev-m {
    left: .3rem;
}
#render_calendar .layui-laydate-header .laydate-next-m {
    right: .3rem;
}
#render_calendar .layui-laydate-header i:hover {
    background-color: #000099;
}
#render_calendar .layui-laydate-content table {
    background-color: rgba(255, 255, 255, .85);
}
#render_calendar .layui-laydate-content table thead {
    height: 1.125rem;
    width: 100%;
    background: #607bac;
    border-radius: .1rem .1rem 0px 0px;
}
#render_calendar .layui-laydate-content table thead th {
    color: rgba(247, 247, 247, .7);
}

#render_calendar .layui-laydate-content  tbody td {
    width: 1.7rem;
    height: 1.7rem;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #333;
    font-size: .375rem;
    position: relative;
    cursor: default;
    opacity: .7;
    background-color: transparent !important;
    pointer-events: none;
}
#render_calendar .layui-laydate-content  tbody td.laydate-day-prev,
#render_calendar .layui-laydate-content  tbody td.laydate-day-next {
    color: rgba(51, 51, 51, 0.5);
}
#render_calendar .layui-laydate-content  tbody tr:last-child {
    display: none;
}
#render_calendar .layui-laydate-content  tbody tr:nth-last-child(-n + 2) td {
    border-bottom: none;
    transition: all .6s;
}
#render_calendar .layui-laydate-content  .layui-this {
    background: #e40011 !important;
}

#render_calendar .layui-laydate-content  tbody td.start {
    background: #ffffff;
}
#render_calendar .layui-laydate-content  tbody  .laydate-day-mark::after {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    bottom: .3rem;
    content: '';
    background-image: url(../img/start.png);
    width: .2rem;
    height: .2rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all .6s;
    background-color: transparent !important;
}

#render_calendar .layui-laydate-content  tbody td .laydate-day-mark {
    font-size: .375rem;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000099;
    background-color: #fff;
    transition: all .6s;
    cursor: pointer;
    pointer-events: painted;
    opacity: 1;
}

#render_calendar .layui-laydate-content  .layui-this {
    background: #e40011 !important;
    opacity: 1;
}
#render_calendar .layui-laydate-content  .layui-this .laydate-day-mark::after {
    filter: brightness(0) invert(1);
}
#render_calendar .layui-laydate-content  tbody td:hover {
    opacity: 1;
}
#render_calendar .layui-laydate-content  tbody td .laydate-day-mark:hover {
    color: #fff;
    background-color: #e40011;
    border-color: #e40011;
}
#render_calendar .layui-laydate-content  tbody td .laydate-day-mark:hover {
    background-color: #e40011;
    color: #fff;
}
#render_calendar .layui-laydate-content  tbody td .laydate-day-mark:hover::after {
    filter: brightness(0) invert(1);
}
#render_calendar .layui-laydate-content tbody td.layui-this .laydate-day-mark {
    background: #e40011 !important;
    color: #fff;
}
.fut_nav {
    position: relative;
    margin-top: 1.5rem;
}
.fut_nav .w1400 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fut_nav .w1400 a {
    margin-right: 1rem;
    width: 4.5rem;
    height: 1.3rem;
    background: #f5f5fc;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}
.fut_nav .w1400 a:last-child {
    margin-right: 0;
}
.fut_nav .w1400 a.on,
.fut_nav .w1400 a:hover {
    color: #fff;
    background-color: rgba(224, 17, 34, 1);
}

.sides_left_nav {
    position: relative;
    width: 8rem;
    margin-right: 1.125rem;
}
.sides_left_nav .sides_static {
    position: sticky;
    top: 2rem;
    left: 0;
}
.sides_left_nav .tit-32 {
    height: 1.65rem;
    background: #e01122;
    box-shadow: .075rem .1rem .25rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sides_left_nav  .li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .45rem .55rem .45rem .6rem;
    transition: all .6s;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.sides_left_nav  .li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .025rem;
    width: 0%;
    background-color: #e01122;
    content: '';
    transition: all .6s;
}
.sides_left_nav  .li .icon {
    width: .125rem;
}
.sides_left_nav  .li .icon img {
    width: 100%;
    filter: brightness(0);
    opacity: .5;
    transition: all .6s;
}
.sides_left_nav  .li:hover,
.sides_left_nav  .li.on {
    color: rgba(224, 17, 34, 1);
}
.sides_left_nav  .li:hover .icon img,
.sides_left_nav  .li.on .icon img {
    filter: none;
    opacity: 1;
}
.sides_left_nav  .li:hover::after,
.sides_left_nav  .li.on::after {
    width: 100%;
}
.right_content_g {
    width: calc(100% - 9.125rem);
}
.right_content_g .rt_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .575rem 0 .525rem;
    border-top: .025rem solid #e5e5e5;
    border-bottom: .025rem solid #e5e5e5;
    padding-left: .525rem;
}
.right_content_g .rt_navs {
    display: flex;
    align-items: center;
    align-self: flex-end;
}
.right_content_g .rt_navs a {
    display: flex;
    align-items: center;
    transition: all .6s;
}
.right_content_g .rt_navs a.on,
.right_content_g .rt_navs a:hover {
    color: #e01122;
}
.right_content_g .rt_navs a .icon {
    width: .3rem;
    margin-right: .15rem;
    margin-top: .05rem;
}

.right_content_g .rt_navs a .icon img {
    width: 100%;
}
.rt_cont {
    margin-top: .5rem;
}
.rt_cont .rt_navs {
    display: flex;
    align-items: center;
}
.rt_cont .rt_navs a {
    width: 4.5rem;
    height: 1.1rem;
    background: #f5f5fc;
    border-radius: .1rem;
    color: rgba(51, 51, 51, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .35rem;
    transition: all .6s;
}
.rt_cont .rt_navs a:hover,
.rt_cont .rt_navs a.on {
    color: #fff;
    background-color: #e01122;
}

.fix_side_rigth {
    position: fixed;
    right: 1.6rem;
    bottom: 7rem;
    width: 1.3rem;
    z-index: 5;
    display: none;
}
.fix_side_nav {
    width: 100%;
    height: 8.25rem;
    background: #ffffff;
    box-shadow: 0px .125rem .25rem 0px rgba(76, 13, 14, 0.05);
    border-radius: .65rem;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding-top: .5rem;
}
.fix_side_nav a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 1.3rem;
    font-size: .325rem;
    /* height: calc((100% ) / 5); */
    margin-bottom: .6rem;
    position: relative;
    transition: all .3s;
}
.fix_side_nav a .show_wx {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.fix_side_nav a.tele {
}
.fix_side_nav a .fadeIn_box {
    left: -4.25rem;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    font-size: .45rem;
    visibility: visible;
    display: flex;
    align-items: center;
    line-height: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    border-radius: .5rem;
    color: #000099;

    box-shadow: 0px .125rem .25rem 0px rgba(76, 13, 14, 0.05);
}
.fix_side_nav a .fadeIn_box span {
    display: block;
    padding: 0 .5rem;
    /* width: 100%; */
    /* height: 100%; */
}

.fix_side_nav a:hover .fadeIn_box {
    width: auto;
    opacity: 1;
    visibility: visible;
}
.fix_side_nav a .icon {
    margin-bottom: .1rem;
    text-align: center;
    width: .7rem;
}

.fix_side_nav a.backTop .icon {
    width: .7rem;
    height: .675rem;
}
.fix_side_nav a .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    filter: invert(0) brightness(0);
}
.fix_side_nav a.wx {
    position: relative;
}
.fix_side_nav a.wx .hide_er {
    position: absolute;
    left: -3.2rem;
    top: 50%;
    transform: translateY(-60%);
    width: 3rem;
    height: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.fix_side_nav a.wx .hide_er img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fix_side_nav a.wx:hover .hide_er {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.ai_box {
    margin-top: .275rem;
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 3.5rem;
    background: #ffffff;
    box-shadow: 0px .125rem .25rem 0px rgba(76, 13, 14, 0.05);
    border-radius: .65rem;
    font-size: .325rem;
}
.ai_box .icon {
    width: .75rem;

    /* height: ; */
}
.ai_box .icon img {
    width: .75rem;
    width: 100%;
}
.ai_box br {
    line-height: .3rem;
}

.pc-header,
.pc-block {
    display: block;
}
.mb-header,
.mb-block {
    display: none;
}
.header_logo .nume {
    width: 26px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    transition: all .6s;
    display: none;
    margin-right: 0;
}
.header_logo .nume .line {
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition-delay: .15s;
}
.header_logo .nume .line1 {
    top: 0;
}
.header_logo .nume .line2 {
    top: 9px;
}
.header_logo .nume .line3 {
    top: 18px;
}
.header_logo .nume.cur {
    transform: rotateY(-180deg);
}
.header_logo .nume.cur .line2 {
    opacity: 0;
}
.header_logo .nume.cur .line3 {
    transform: rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.header_logo .nume.cur .line1 {
    transform: rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
header.info .header_logo  .nume .line,
.header_box.active .header_logo  .nume .line {
    background-color: #333;
}
.mb-header > .ul_header_nav {
    display: none;
    position: fixed;
    left: 0;
    top: 2rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, .2);
    padding-bottom: 2rem;
    overflow: auto;
}
.mb-header > .ul_header_nav::-webkit-scrollbar {
    width: .1rem;
    background-color: rgba(245, 245, 252, 1);
}
.mb-header > .ul_header_nav::-webkit-scrollbar-thumb {
    background-color: #e50012;
}
.mb-header > .ul_header_nav .li {
    height: auto;
    margin-right: 0;
}
.mb-header > .ul_header_nav .li svg {
    width: .4rem;
    height: .3rem;
    transition: all .6s;
}
.mb-header > .ul_header_nav .li .li_show {
    display: flex;
    align-items: center;
    padding: .5rem 4%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
}
.mb-header > .ul_header_nav .li .li_hide {
    background-color: #f5f5f5;
    position: relative;
}
.mb-header > .ul_header_nav .li .li_show.cur {
    background-color: #000099;
    color: #fff;
}
.mb-header > .ul_header_nav .li .li_show.cur span a {
    color: #fff;
}

.mb-header > .ul_header_nav .li .li_show.cur  svg {
    transform: rotate(90deg);
}
.mb-header > .ul_header_nav .li .li_show.cur  svg path {
    fill: #fff;
}
.mb-header > .ul_header_nav .li .li_hide .lis {
    width: 100%;
}
.mb-header > .ul_header_nav .li .li_hide .lis_show {
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding: .5rem 8%;
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.mb-header > .ul_header_nav .li .li_hide .lis_show.cur  svg {
    transform: rotate(90deg);
}

.mb-header > .ul_header_nav .li .li_hide .lis_hide {
    background-color: rgba(245, 245, 245, .5);
}
.mb-header > .ul_header_nav .li .li_hide .lis_hide .img {
    width: 6px;
    margin-right: .1rem;
}
.mb-header > .ul_header_nav .li .li_hide .lis_hide .img img {
    width: 100%;
}
.mb-header > .ul_header_nav .li .li_hide .lis_hide {
    background-color: #f5f5fc;
}
.mb-header > .ul_header_nav .li .li_hide .lis_hide a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding: .5rem 12%;
}
.mb-header > .ul_header_nav .li .lis {
    display: block;
    width: 100%;
    height: auto;
    transition: none;
}
.mb-header > .ul_header_nav .li .li_hide,
.mb-header > .ul_header_nav .li .lis_hide {
    display: none;
    width: 100%;
}
@media (max-width: 996px) {
    .header_box {
        height: 2rem;
    }
    .pc-header,
    .pc-block {
        display: none;
    }
    .mb-header,
    .mb-block {
        display: block;
    }

    .fix_side_rigth {
        display: none !important;
    }
    .header_logo {
        width: 92%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between;
    }

    .header_logo a {
        width: 5.5rem;
    }
    .header_logo .nume {
        display: flex;
    }
    .ul_header_form {
        width: auto;
        margin-left: 0;
    }
    .ul_header_form .search {
        margin-left: 0;
        margin-right: 1rem;
        background-color: transparent;
    }
    .search_icon {
        width: .75rem;
    }
    #render_calendar .layui-laydate-content tbody td {
        height: 44px;
    }
    #render_calendar .layui-laydate-content tbody .laydate-day-mark::after {
        bottom: .2rem;
    }
    .footer_nav {
        display: none;
    }
    .footer_top {
        padding: 1.5rem 0 1rem;
    }
    .footer_top .ul_er {
        width: 100%;
        padding-left: 0;
    }
    .footer_top .ul_er .li {
        margin-right: .5rem;
    }
    .footer_top .ul_er .li:last-child {
        margin-right: 0;
    }
    .footer_l {
        display: block;
        margin-bottom: .75rem;
    }
    .footer_center {
        padding-top: .75rem;
        display: block;
    }
    .hot_box {
        padding-left: 0;
        padding-bottom: .5rem;
        border-bottom: 1px solid rgba(236, 236, 236, .2);
        padding-top: .75rem;
    }
    .company_box {
        padding-right: 0;
        border-right: none;
        padding-bottom: .5rem;
        border-bottom: 1px solid rgba(236, 236, 236, .2);
    }
    .footer_bottom {
        flex-direction: column;
        padding-bottom: 0.75rem;
    }
    .footer_bottom a {
        display: inline-block;
    }
    .select_hide,
    .select_show {
        width: 100%;
    }
    .popUp .popContent {
        width: 92%;
    }
    .popUp .popContent .popBox .files {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .fut_nav .w1400 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fut_nav .w1400 a {
        width: calc(50% - .5rem);
        font-size: .45rem;
        margin-right: 0;
        margin-bottom: .5rem;
    }
    .sides_left_nav {
        display: none;
    }
    .right_content_g {
        width: 100%;
    }
    .mb-header > .ul_header_nav .li a {
        font-size: .45rem;
    }
    .mb-header > .ul_header_nav .li .li_hide .lis_hide a,
    .mb-header > .ul_header_nav .li .li_hide .lis_show a {
        font-size: .4rem;
    }
}
.footer_nav span a:hover {
    opacity: 1;
    color: #e40011;
}
.footer_bottom a:hover {
    color: #e40011;
}
.fix_side_nav a:hover .icon img {
    filter: none;
}
.ai_box:hover .icon img {
    transform: scale(1.05);
}
.ai_box .icon img {
    transition: all .6s;
}

.laydate-set-ym span {
    padding: 0 .05rem !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important; /* 设置透明色 */
}
.right_content_g .g_info  img{
    cursor: pointer;
}
.g_info img {
    display: inline-block;
}
.img_popUp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;

}
.img_popUp .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.img_popUp .img_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    background-color: transparent;
}
.img_popUp .img_box .img{
    width: 100%;
    height: 100%;
}
.img_popUp .img_box .closed{
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
}
.img_popUp .img_box .closed svg{
    width: .6rem;
    height: .6rem;
    transition: all .6s;
}
.img_popUp .img_box .closed:hover svg{
    transform: rotate(90deg);
}
.img_popUp .img_box .img img{
    width: 100%;
}
