@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

img {
    display: block;
}

h2 {
    font-weight: bold;
    top: -0.7rem;
}

.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_img {
    height: 6rem;
    position: relative;
    overflow: hidden;
}
.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.banner_txt .wrap_c {
    width: 100%;
}

.banner_txt h2 b {
    display: block;
    width: 0.56rem;
    height: 0.03rem;
    background: #fff;
    margin-top: 0.25rem;
}

.submenu1 {
    width: 100%;
    height: 0.7rem;
    background: #fff;
    line-height: 0.7rem;
}
.submenu1 .wrap_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submenu1 .breadthumb {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0.2rem;
    color: #c9c9c9;
}
.submenu1 .breadthumb>div{
    position: relative;
}
.submenu1 .breadthumb>div:hover{
    background-color: #333;
}
.submenu1 .breadthumb>div:hover>a{
    color: #fff;
}
.submenu1 .breadthumb>div ul{
    display: none; 
    position: absolute;
    z-index: 9;
    padding: 16px;
    width: 450px;
    margin-top: -1px;
    background-color: #555;
}
.submenu1 .breadthumb>div:hover ul{
    display: block;
}
.submenu1 .breadthumb>div ul li{
    float: left;
    width: 33.3333%;
    /* height: 26px; */
}
.submenu1 .breadthumb>div ul li span{
    display: block;
    font-size: 18px;
    float: left;
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.3);
}
.submenu1 .breadthumb>div ul li:hover span,
.submenu1 .breadthumb>div ul li:hover a{
    color: #E94E03;
}

.submenu1 .breadthumb>div ul li  a {
    float: none;
    color: #fff;
    margin-right: 10px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.submenu1 .breadthumb::before {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images//home.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 0.08rem);
    content: "";
}
.submenu1 .breadthumb a {
    color: #c9c9c9;
    padding: 0 0.05rem;
   /*  font-size: .18rem; */
    display: flex;
    gap: .1rem;
    align-items: center;
}
.submenu1 .breadthumb span {
    color: #999;
    padding: 0 0.05rem;
}
.submenu1 .fr a {
    display: flex;
    align-items: center;
    color: #7d7d7d;
}
.submenu1 .fr a img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

.submenu2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.87rem;
    background: url(../images/menu_bg1.png) top no-repeat;
    background-size: cover;
}
.submenu2::before {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    background: #d9d9d9;
    content: "";
    width: calc(100% - 3.2rem);
    height: 1px;
}
.submenu2 .wrap_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenu2 .wrap_c .fl {
    width: 50%;
}
.submenu2 .wrap_c .fl ul {
    display: flex;
}
.submenu2 .wrap_c .fl ul li {
    line-height: 0.87rem;
    margin-right: 1rem;
    position: relative;
}
.submenu2 .wrap_c .fl ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}
.submenu2 .wrap_c .fl ul li.on a {
    border-bottom: solid #e50000 2px;
    box-sizing: border-box;
    position: relative;
}
.submenu2 .wrap_c .fl ul li.on a::before {
    width: 100%;
    height: 0.02rem;
    background: #e50000;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.submenu2 .wrap_c .fr {
    display: flex;
    justify-content: flex-end;
}
.submenu2 .wrap_c .fr .breadthumb {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0.2rem;
    color: #666;
}
.submenu2 .wrap_c .fr .breadthumb::before {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/home.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0rem;
    content: "";
}
.submenu2 .wrap_c .fr .breadthumb a {
    color: #c9c9c9;
    padding: 0 0.05rem;
}

.pagesfr a {
    float: left;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    /*  border-radius: 50%; */
    color: #9a9a9a;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border: solid #e6e6e6 1px;
    margin: 0px 0.07rem;
}

.pagesfr span {
    float: left;
    margin: 0px 0.07rem;
    color: #9a9a9a;
    line-height: 0.3rem;
}

.pagesfr span i {
    padding: 0 0.1rem;
}

.pagesfr span i input {
    background: #fff;
    border: solid #e6e6e6 1px;
    width: 0.54rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
}

.pagesfr a img {
    width: 0.07rem;
}

.pagesfr a img:nth-child(2) {
    display: none;
}

.pagesfr {
    display: flex;
    justify-content: center;
    padding: 1.2rem 0 0;
    z-index: 999;
    position: relative;
}

.pagesfr a.on {
    color: #fff;
    background: #e50000;
    border-color: #e50000;
}

/*  .pagesfr a:hover {
   background: #E50000;
   color: #fff;
 }
 .pagesfr a:hover img:nth-child(1) {
   display: none;
 }
 .pagesfr a:hover img:nth-child(2) {
   display: block;
 } */
/*new*/
.p_bg1 {
    background: #f7f7f7;
    padding: 0.8rem 0 1.2rem;
}
.p_bg1 .plist1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem 0.4rem;
}
.p_bg1 .plist1 li {
    border: 1px solid #e6e6e6;
}
.p_bg1 .plist1 li a {
    display: block;
    background: #fff;
    padding: 0.29rem 0.4rem;
    height: 100%;
}
.p_bg1 .plist1 li i {
    display: block;
}
.p_bg1 .plist1 li i img {
    display: block;
    width: 100%;
}
.p_bg1 .plist1 li h4 {
    font-weight: bold;
    text-align: center;
    padding: 0.25rem 0 0.2rem;
    border-bottom: 1px solid #ededed;
}
.p_bg1 .plist1 li p {
    color: #7d7d7d;
    margin-top: 0.2rem;
}
.p_bg1 .plist1 li:hover {
    border: 2px solid #e50101;
}

.p_bg2 {
    padding: 0 0 1rem;
}
.p_bg2 .screening1 {
    width: 100%;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
    background: #fff;
    max-height: 4.2rem;
    overflow-y: auto;
}
.p_bg2 .screening1 dl {
    display: flex;
}
.p_bg2 .screening1 dl dt {
    width: 2.2rem;
    padding: 0.18rem 0.26rem;
    background: #e50000;
    color: #fff;
}
.p_bg2 .screening1 dl dd {
    width: calc(100% - 2.2rem);
    padding: 0 0.26rem;
    display: flex;
    justify-content: space-between;
    height: 0.62rem;
    overflow: hidden;
}
.p_bg2 .screening1 dl dd .item {
    width: calc(100% - 3rem);
    display: flex;
    flex-wrap: wrap;
}
.p_bg2 .screening1 dl dd .item a {
    margin-right: 0.2rem;
    display: inline-block;
    padding: 0.18rem 0;
    width: fit-content;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.1rem;
}
.p_bg2 .screening1 dl dd .item a:hover,
.p_bg2 .screening1 dl dd .item a.active {
    color: #e50000;
}
.p_bg2 .screening1 dl dd .more a {
    display: inline-flex;
    align-items: center;
    width: 0.9rem;
    height: 0.3rem;
    background: #afafaf;
    justify-content: center;
    color: #ffffff;
    margin-left: 0.1rem;
    margin-top: 0.16rem;
}
.p_bg2 .screening1 dl dd .more a img {
    width: 0.11rem;
    margin-left: 0.16rem;
}
.p_bg2 .screening1 dl dd .more a.retract {
    background: #e50000;
}
.p_bg2 .screening1 dl dd .more2 {
    margin-top: 0.16rem;
    display: none;
}
.p_bg2 .screening1 dl dd .more2 input {
    width: 0.6rem;
    height: 0.3rem;
    color: #fff;
    background: #e50000;
    border: none;
    margin-left: 0.1rem;
}
.p_bg2 .screening1 dl:nth-child(2n) dt {
    background: #be0000;
    border-top: solid rgba(255, 255, 255, 0.5) 1px;
    border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
}
.p_bg2 .screening1 dl:nth-child(2n) dd {
    background: #f1f1f1;
}
.p_bg2 .view1 {
    display: flex;
    margin-top: 0.4rem;
    justify-content: space-between;
    align-items: center;
    background: #333333;
}
.p_bg2 .view1 .fl a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    height: 0.5rem;
    padding: 0 0.2rem;
}
.p_bg2 .view1 .fl a img {
    width: 0.18rem;
    margin-right: 0.05rem;
}
.p_bg2 .view1 .fl a.active {
    background: #000;
}
.p_bg2 .view1 .fr {
    display: flex;
    padding-right: 0.25rem;
    color: rgba(255, 255, 255, 0.5);
}
.p_bg2 .view1 .fr .sp1 {
    margin-right: 0.26rem;
}
.p_bg2 .view1 .fr em {
    display: flex;
    align-items: center;
    font-style: normal;
}
.p_bg2 .view1 .fr em i {
    color: #e50000;
}
.p_bg2 .view1 .fr em img {
    width: 0.06rem;
}
.p_bg2 .view1 .fr .sp2 {
    margin: 0 0.15rem;
}
.p_bg2 .view2 {
    height: 0.5rem;
    margin-top: 0.2rem;
    background: #333333;
}
.p_bg2 .view2 .sp1 {
    padding-left: 0.2rem;
    line-height: 0.5rem;
    color: #fff;
}
.p_bg2 .view2 .sp1 i {
    color: #e50000;
}
.p_bg2 .plist2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.3rem 0.38rem;
    margin-top: 0.3rem;
}
.p_bg2 .plist2 li a {
    display: block;
}
.p_bg2 .plist2 li i {
    display: block;
}
.p_bg2 .plist2 li i img {
    display: block;
    width: 100%;
}
.p_bg2 .plist2 li h4 {
    font-weight: bold;
    text-align: center;
    padding: 0.25rem 0 0;
}
.p_bg2 .plist2 li:hover i {
    display: block;
    border: 1px solid #e50101;
}
.p_bg2 .plist2 li:hover i img {
    display: block;
    width: 100%;
}
.p_bg2 .plist2 li:hover h4 {
    color: #e50101;
}
.p_bg2 .tablebox1 {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 0.3rem;
}
.p_bg2 .tablebox1 table {
    /*width: 20rem;*/
    width: auto;
    min-width: 100%;
}
.p_bg2 .tablebox1 table th {
    line-height: 0.5rem;
    background: #888888;
    color: #fff;
    font-weight: normal;
}
.p_bg2 .tablebox1 table td {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0.13rem;
    min-width: 2rem;
}
.p_bg2 .tablebox1 table td:first-child{
    text-align: left;
    padding-left: 0.6rem;
}
.p_bg2 .tablebox1 table td.td1 a {
    display: block;
    color: #e50000;
    margin: 0.1rem 0.5rem 0 0;
}
.p_bg2 .tablebox1 table tbody > tr:nth-child(2n) {
    background: #f5f5f5;
}
.p_bg2 .noresult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_bg2 .noresult img {
    width: 6.25rem;
}
.p_bg2 .noresult p {
    color: #4a4a4a;
    position: relative;
    top: -0.2rem;
}

.p_bg3 {
    padding: 0.38rem 0 1rem;
    background: #f7f7f7;
}
.p_bg3 .submenu1 {
    background: none;
}
.p_bg3 .p_box3 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.p_bg3 .p_box3 > .fl {
    width: 5.5rem;
    overflow: hidden;
}
.p_bg3 .p_box3 > .fl .e_swiper2 {
    background: #fff;
    border-radius: 0.05rem;
}
.p_bg3 .p_box3 > .fl .e_swiper2,
.p_bg3 .p_box3 > .fl .e_swiper1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.p_bg3 .p_box3 > .fl .e_swiper2 .swiper-slide{
    height: auto;
}



.p_bg3 .p_box3 > .fl .e_swiper2 .swiper-slide img,
.p_bg3 .p_box3 > .fl .e_swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p_bg3 .p_box3 > .fl .e-prev1,
.p_bg3 .p_box3 > .fl .e-next1 {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_bg3 .p_box3 > .fl .e-prev1 img,
.p_bg3 .p_box3 > .fl .e-next1 img {
    width: 0.12rem;
}
.p_bg3 .p_box3 > .fl .e-prev1 img:nth-child(2),
.p_bg3 .p_box3 > .fl .e-next1 img:nth-child(2) {
    display: none;
}
.p_bg3 .p_box3 > .fl .e-prev1 {
    left: 0;
}
.p_bg3 .p_box3 > .fl .e-next1 {
    right: 0;
}
.p_bg3 .p_box3 > .fl .e-prev1:hover img:nth-child(1),
.p_bg3 .p_box3 > .fl .e-next1:hover img:nth-child(1) {
    display: none;
}
.p_bg3 .p_box3 > .fl .e-prev1:hover img:nth-child(2),
.p_bg3 .p_box3 > .fl .e-next1:hover img:nth-child(2) {
    display: block;
}
.p_bg3 .p_box3 > .fl .e_swiper1 {
    margin: 0.15rem auto 0;
    width: 110%;
}
.p_bg3 .p_box3 > .fl .e_swiper1 .swiper-slide {
    padding: 0;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    border: solid #fff 1px;
    height: auto;
}
.p_bg3 .p_box3 > .fl .e_swiper1 .swiper-slide-thumb-active {
    border: solid #e50000 1px;
}
.p_bg3 .p_box3 > .fr {
    width: calc(100% - 6.4rem);
}
.p_bg3 .p_box3 > .fr h2 {
    margin-top: 0.3rem;
}
.p_bg3 .p_box3 > .fr p.p1 {
    color: #666;
    margin-top: 0.2rem;
}
.p_bg3 .p_box3 > .fr ul.ul1 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.28rem;
    margin-top: 0.5rem;
}
.p_bg3 .p_box3 > .fr ul.ul1 li {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 0.2rem;
    box-sizing: border-box;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fl {
    display: flex;
    align-items: center;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fl img {
    width: 0.26rem;
    margin-right: 0.05rem;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fr {
    display: flex;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fr a img {
    width: 0.29rem;
    display: block;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fr a img:nth-child(2) {
    display: none;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fr a:hover img:nth-child(1) {
    display: none;
}
.p_bg3 .p_box3 > .fr ul.ul1 li .fr a:hover img:nth-child(2) {
    display: block;
}
.p_bg3 .p_box3 > .fr ul.ul1 li:hover {
    border: 1px solid #000000;
    font-weight: bold;
}
.p_bg3 .p_box3 > .fr .toops1 {
    display: flex;
    margin-top: 1.15rem;
}
.p_bg3 .p_box3 > .fr .toops1 a {
    width: 1.7rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    background: #ffffff;
    border-radius: 0.05rem;
    border: 1px solid #e50101;
    color: #e50101;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_bg3 .p_box3 > .fr .toops1 a img {
    width: 0.23rem;
    display: block;
    margin-right: 0.15rem;
}
.p_bg3 .p_box3 > .fr .toops1 a img:nth-child(2) {
    display: none;
}
.p_bg3 .p_box3 > .fr .toops1 a:hover {
    background: #e50101;
    color: #fff;
}
.p_bg3 .p_box3 > .fr .toops1 a:hover img:nth-child(1) {
    display: none;
}
.p_bg3 .p_box3 > .fr .toops1 a:hover img:nth-child(2) {
    display: block;
}
.p_bg3 .p_box4 {
    padding-top: 0.55rem;
}
.p_bg3 .p_box4 .p_tab1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #444444;
    height: 0.8rem;
}
.p_bg3 .p_box4 .p_tab1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.p_bg3 .p_box4 .p_tab1 a b {
    position: relative;
    z-index: 3;
}
.p_bg3 .p_box4 .p_tab1 a.active {
    position: relative;
}
.p_bg3 .p_box4 .p_tab1 a.active::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.9rem;
    background: url(../images/a_bg1.png) center no-repeat;
    background-size: cover;
    content: "";
    z-index: 1;
}
.p_bg3 .p_box4 .ptab_con1 {
    margin-top: 0.26rem;
}
.p_bg3 .p_box4 .ptab_con1 .item {
    display: none;
}
.p_bg3 .p_box4 .ptab_con1 .item.on {
    display: block;
}
.p_bg3 .p_box4 .ptab_con1 .table2 {
    background: #fff;
    width: 100%;
}
.p_bg3 .p_box4 .ptab_con1 .table2 th {
    height: 0.6rem;
    line-height: 0.6rem;
    background: #e50000;
    text-align: left;
    color: #fff;
    padding: 0 0.47rem;
}
.p_bg3 .p_box4 .ptab_con1 .table2 td {
    padding: 0.33rem 0.47rem;
    box-sizing: border-box;
    border-bottom: solid #eee 1px;
}
.p_bg3 .p_box4 .ptab_con1 .table2 td b {
    white-space: nowrap;
}
.p_bg3 .p_box4 .ptab_con1 .table2 td span {
    display: inline-block;
    /*min-width: 0.8rem;*/
    /*margin-right: 0.3rem;*/
}
.p_bg3 .p_box4 .ptab_con1 #my-pdf {
    height: 8rem;
}
.p_bg3 .p_box5 > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.28rem 0.36rem;
    margin-top: 1rem;
    background: #fff;
    padding: 0.7rem 0.43rem 0.42rem;
}
.p_bg3 .p_box5 > ul li {
    width: 100%;
    /*   label{
      display: block;
      margin-bottom: .16rem;
      i{color: #ff0000; margin-right: .05rem;}
      font-weight: bold;
    } */
}
.p_bg3 .p_box5 > ul li input {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
    border: solid #ededed 1px;
    border-radius: 0.02rem;
}
.p_bg3 .p_box5 > ul li input:focus,
.p_bg3 .p_box5 > ul li textarea:focus {
    border: solid #e50000 1px;
}
.p_bg3 .p_box5 > ul li textarea {
    width: 100%;
    padding: 0.2rem;
    height: 2rem;
    border: solid #ededed 1px;
    border-radius: 0.02rem;
    color: #9a9a9a;
}
.p_bg3 .p_box5 > ul li input::placeholder {
    color: #9a9a9a;
}
.p_bg3 .p_box5 > ul > li:nth-child(7) {
    grid-column: 1/4;
}
.p_bg3 .p_box5 > ul li.btn {
    grid-column: 1/4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_bg3 .p_box5 > ul li.btn .cancel,
.p_bg3 .p_box5 > ul li.btn .submit {
    width: 1.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border: solid #e50000 1px;
    border-radius: 0.04rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e50000;
    margin: 0 0.2rem;
    background: #fff;
}
.p_bg3 .p_box5 > ul li.btn .submit:hover {
    background: #e50000;
    color: #fff;
}
.p_bg3 .p_box5 > ul li.upload1 {
    grid-column: 1/4;
    border: solid #ededed 1px;
    padding: 0.3rem 0.2rem;
}
.p_bg3 .p_box5 > ul li.upload1 p {
    color: #7d7d7d;
}
.p_bg3 .p_box5 > ul li.upload1 .files1 {
    display: flex;
    margin-top: 0.24rem;
}
.p_bg3 .p_box5 > ul li.upload1 .files1 .filesList {
    display: flex;
}
.p_bg3 .p_box5 > ul li.upload1 .files1 em {
    position: relative;
    width: 0.33rem;
    height: 0.34rem;
    margin-right: 0.1rem;
    display: block;
}
.p_bg3 .p_box5 > ul li.upload1 .files1 em img {
    width: 100%;
}
.p_bg3 .p_box5 > ul li.upload1 .files1 em .close02 {
    width: 0.15rem;
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
}
.p_bg3 .p_box5 > ul label.custom-file-upload01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_bg3 .p_box5 > ul label.custom-file-upload01 i.i2 {
    position: relative;
    z-index: 3;
    width: 0.33rem;
    height: 0.34rem;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_bg3 .p_box5 > ul label.custom-file-upload01 i.i2 img {
    width: 0.2rem;
}
.p_bg3 .p_box5 > ul label.custom-file-upload01 span {
    position: relative;
}
.p_bg3 .p_box5 > ul label.custom-file-upload01 span input {
    color: #999;
    display: none;
}

.pdfobject-container {
    height: 8rem;
}

/*弹窗*/
.tcbox {
    width: 7rem;
    display: none;
}

.tcflex {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
    padding: 0.8rem;
    color: #000;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.tcflex .close01 {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    cursor: pointer;
}
.tcflex .close01 img {
    width: 0.18rem;
}
.tcflex .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tcflex .content b {
    margin-top: 0.3rem;
}
.tcflex .content img {
    width: 0.77rem;
}

.htit2 {
    text-align: center;
    font-weight: bold;
}

.a_bg1 {
    padding: 1rem 0 1.56rem;
    background: url(../images/a_bg0.png) center no-repeat;
    background-size: cover;
}
.a_bg1 .atxt1 {
    margin-top: 0.7rem;
}
.a_bg1 .atxt1 p {
    line-height: 2;
    margin-top: 0.4rem;
}

.a_bg2 {
    background: url(../images/a_bg2.png) center no-repeat;
    padding: 1.4rem 0 1.3rem;
    background-size: cover;
    color: #fff;
}
.a_bg2 .a_box2 {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
}
.a_bg2 .a_box2 .fl {
    width: 37.5%;
    box-sizing: border-box;
    padding-right: 0.33rem;
    display: flex;
    line-height: 1.1;
    justify-content: flex-end;
}
.a_bg2 .a_box2 .fl b {
    display: inline-block;
    width: 0.6rem;
    background: #fff;
    height: 1px;
    margin-left: 0.33rem;
    margin-top: 0.1rem;
}
.a_bg2 .a_box2 .fr {
    width: 62.5%;
}
.a_bg2 ul.ul1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.36rem;
    padding-top: 0.78rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    gap: 0.92rem;
}
.a_bg2 ul.ul1 li i {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #e50000;
}
.a_bg2 ul.ul1 li i img {
    width: 100%;
    display: block;
}
.a_bg2 ul.ul1 li h4 {
    font-weight: bold;
    margin-top: 0.24rem;
}
.a_bg2 ul.ul1 li p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.13rem;
}

.a_bg3 {
    padding: 1.4rem 0 0.8rem;
}
.a_bg3 .a_box3 {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a_bg3 .a_box3 .a_tit1 {
    display: flex;
    width: 45%;
    padding-right: 0.9rem;
    margin-right: 0.9rem;
    border-right: 1px solid #afafaf;
}
.a_bg3 .a_box3 .a_tit1 h2 {
    white-space: nowrap;
    margin-right: 0.58rem;
}
.a_bg3 .a_box3 .a_tit1 span {
    display: flex;
    flex-direction: column;
    line-height: 1.8;
    color: #707070;
}
.a_bg3 .a_box3 .a_tit1 span b {
    color: #e50000;
}
.a_bg3 .a_box3 .ul2 {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.a_bg3 .a_box3 .ul2 li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a_bg3 .a_box3 .ul2 li i {
    display: block;
    width: 0.63rem;
    height: 0.63rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid #e50000 1px;
    border-radius: 50%;
}
.a_bg3 .a_box3 .ul2 li i img {
    width: 0.39rem;
}
.a_bg3 .a_box3 .ul2 li span {
    text-align: center;
    margin-top: 0.2rem;
}
.a_bg3 .a_box3 .ul2 li:hover i {
    border: solid #e50000 2px;
}
.a_bg3 .a_box3 .ul2 li:hover span {
    color: #e50000;
}
.a_bg3 .a_img3 {
    margin-top: 1rem;
}
.a_bg3 .a_img3 img {
    width: 100%;
    display: block;
}

.vlist1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.57rem 0.26rem;
    margin-top: 1rem;
}
.vlist1 li a {
    position: relative;
    display: block;
    cursor: pointer;
}
.vlist1 li a i {
    display: block;
    overflow: hidden;
    height: 3rem;
}
.vlist1 li a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s linear;
}
.vlist1 li a em {
    position: absolute;
    left: calc(50% - 0.14rem);
    top: calc(50% - 0.14rem);
}
.vlist1 li a em img {
    width: 0.28rem;
}
.vlist1 li span {
    display: block;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*  min-height: .65rem; */
}
.vlist1 li > i {
    color: #8d8d8d;
    margin-top: 0.1rem;
    display: block;
}
.vlist1 li:hover a i img {
    transform: scale(1.2);
}

.a_bg4 {
    padding: 1.3rem 0;
    background: url(../images/a_bg4.png) top center no-repeat;
    background-size: cover;
}
.a_bg4 .a_box4 {
    color: #fff;
    text-align: center;
}
.a_bg4 .a_box4 h2 b {
    border-bottom: solid #fff 1px;
    padding-bottom: 0.05rem;
}
.a_bg4 .a_box4 p {
    margin-top: 0.44rem;
    letter-spacing: 0.05rem;
}

.p3con {
    margin-top: 1.6rem;
    position: relative;
}
.p3con .pimg {
    position: absolute;
    width: 6.28rem;
    height: 6.28rem;
    left: calc(50% - 3.14rem);
    top: calc(50% - 3.14rem);
    border: dashed rgba(229, 1, 1, 0.12) 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p3con .pimg i {
    display: block;
    width: 3.34rem;
    position: relative;
    z-index: 2;
}
.p3con .pimg i img {
    width: 100%;
}
.p3con .pimg::before {
    position: absolute;
    width: 5.2rem;
    height: 5.2rem;
    left: calc(50% - 2.6rem);
    top: calc(50% - 2.6rem);
    content: "";
    background: rgba(229, 1, 1, 0.03);
    border-radius: 50%;
}
.p3con .pimg::after {
    position: absolute;
    width: 4rem;
    height: 4rem;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    content: "";
    background: #fff1f1;
    border-radius: 50%;
}
.p3con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p3con ul li {
    width: 50%;
    box-sizing: border-box;
    color: #000;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
}
.p3con ul li .img1 {
    width: 0.74rem;
    transition: all 0.6s linear;
    transform: rotateY(0deg);
}
.p3con ul li .img1 img {
    width: 0.74rem;
}
.p3con ul li .txt1 {
    width: calc(100% - 1.24rem);
}
.p3con ul li .txt1 h4 {
    font-weight: bold;
}
.p3con ul li .img1:hover {
    transform: rotateY(180deg);
}
.p3con ul li p {
    margin-top: 0.1rem;
}
.p3con ul li:hover b,
.p3con ul li:hover h4,
.p3con ul li:hover p {
    opacity: 1;
}
.p3con ul li:hover a.more {
    opacity: 1;
}
.p3con ul li:nth-child(1),
.p3con ul li:nth-child(3),
.p3con ul li:nth-child(5) {
    padding-right: 2.2rem;
    text-align: right;
}
.p3con ul li:nth-child(1) a.more,
.p3con ul li:nth-child(3) a.more,
.p3con ul li:nth-child(5) a.more {
    margin-left: auto;
}
.p3con ul li:nth-child(2),
.p3con ul li:nth-child(4),
.p3con ul li:nth-child(6) {
    padding-left: 2.2rem;
}
.p3con ul li:nth-child(2) .img1,
.p3con ul li:nth-child(4) .img1,
.p3con ul li:nth-child(6) .img1 {
    order: 1;
}
.p3con ul li:nth-child(2) .txt1,
.p3con ul li:nth-child(4) .txt1,
.p3con ul li:nth-child(6) .txt1 {
    order: 2;
}
.p3con ul li:nth-child(1),
.p3con ul li:nth-child(2) {
    margin-top: 0;
}
.p3con ul li:nth-child(3) {
    padding-right: 2.8rem;
}
.p3con ul li:nth-child(4) {
    padding-left: 2.8rem;
}

.a_bg5 {
    padding: 0.85rem 0;
    background: url(../images/a_bg5.png) top center no-repeat;
    background-size: cover;
}
.a_bg5 .a_box5 ul {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.1rem 0.3rem;
}
.a_bg5 .a_box5 ul img {
    width: 100%;
}

.a_bg6 {
    padding: 0.85rem 0 1.42rem;
    background: url(../images/a_bg6.png) top center no-repeat;
    background-size: cover;
}
.a_bg6 .a_sw1 {
    width: 100%;
    margin-top: 1.7rem;
}
.a_bg6 .a_sw1 .a_swiper6,
.a_bg6 .a_sw1 .a_swiper5 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.a_bg6 .a_sw1 .a_swiper6 .swiper-slide img,
.a_bg6 .a_sw1 .a_swiper5 .swiper-slide img {
    width: 100%;
}
.a_bg6 .a_sw1 .a_swiper5 {
    position: relative;
}
.a_bg6 .a_sw1 .a_swiper5::before {
    position: absolute;
    left: 0;
    top: 0.14rem;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        #ad0000 57%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 0.03rem;
    content: "";
}
.a_bg6 .a_sw1 .a_swiper5 .swiper-slide {
    padding: 0;
    border-radius: 0.05rem;
    overflow: hidden;
    /* background: #fff; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.a_bg6 .a_sw1 .a_swiper5 .swiper-slide span {
    color: #051321;
    margin-top: 0.38rem;
}
.a_bg6 .a_sw1 .a_swiper5 .swiper-slide i {
    width: 0.14rem;
    height: 0.14rem;
    background: #e81432;
    border-radius: 50%;
    margin-top: 0.07rem;
}
.a_bg6 .a_sw1 .a_swiper5 .swiper-slide-thumb-active i {
    width: 0.28rem;
    height: 0.28rem;
    border: solid #e81432 0.08rem;
    background: #fff;
    box-sizing: border-box;
    margin-top: 0;
}
.a_bg6 .a_sw1 .a_swiper6_box {
    width: 100%;
    position: relative;
    margin-top: 1rem;
}
.a_bg6 .a_sw1 .a_swiper6_box .a_swiper6 {
    width: 90%;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid #e50101;
    margin: 0 auto;
}
.a_bg6 .a_sw1 .a_swiper6_box .a_swiper6 .a_box6 {
    padding: 0.3rem 0.3rem 0.64rem;
    box-sizing: border-box;
}
.a_bg6 .a_sw1 .a_swiper6_box .a_swiper6 .a_box6 p {
    margin-top: 0.1rem;
}
.a_bg6 .a_sw1 .a_swiper6_box .a-prev6,
.a_bg6 .a_sw1 .a_swiper6_box .a-next6 {
    width: 0.34rem;
    height: 0.34rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 0.17rem);
}
.a_bg6 .a_sw1 .a_swiper6_box .a-prev6 img,
.a_bg6 .a_sw1 .a_swiper6_box .a-next6 img {
    width: 0.07rem;
}
.a_bg6 .a_sw1 .a_swiper6_box .a-prev6 {
    left: 0;
}
.a_bg6 .a_sw1 .a_swiper6_box .a-next6 {
    right: 0;
}

.a_bg7 {
    padding: 0.85rem 0 1.42rem;
    background: #fefefe;
}

.n_bg1 {
    padding: 0.64rem 0 0.93rem;
    background: #f8f8f8;
}
.n_bg1 .n_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0.28rem 0.23rem;
}
.n_bg1 .n_box1 .fr {
    width: 57.625%;
    padding: 0 1rem;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.n_bg1 .n_box1 .fr span.date1 {
    display: flex;
    align-items: center;
    color: #a8a8a8;
    margin-top: 0.5rem;
}
.n_bg1 .n_box1 .fr span.date1 img {
    width: 0.16rem;
    margin-right: 0.1rem;
}
.n_bg1 .n_box1 .fr a.title1 {
    color: #333;
    line-height: 1.6;
}
.n_bg1 .n_box1 .fr p {
    margin-top: 0.28rem;
    color: #707070;
}
.n_bg1 .n_box1 .fl {
    width: 42.375%;
    height: 3.75rem;
    position: relative;
}
.n_bg1 .n_box1 .fl a{
    display: block;
    width: 100%;
    height: 100%;
}
.n_bg1 .n_box1 .fl img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    object-fit: cover;
}
.n_bg1 ul.ul1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 0.8rem;
}
.n_bg1 ul.ul1 li {
    padding-bottom: 0.4rem;
    border-bottom: solid #d8d8d8 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.n_bg1 ul.ul1 li span.date1 {
    display: flex;
    align-items: center;
    color: #a8a8a8;
    margin-top: 0.2rem;
}
.n_bg1 ul.ul1 li span.date1 i {
    display: block;
}
.n_bg1 ul.ul1 li span.date1 i img {
    width: 0.13rem;
    margin-right: 0.1rem;
    display: block;
}
.n_bg1 ul.ul1 li span.date1 i img:nth-child(2) {
    display: none;
}
.n_bg1 ul.ul1 li .title1 {
    color: #333;
    line-height: 1.6;
    font-weight: bold;
}
.n_bg1 ul.ul1 li p {
    margin-top: 0.2rem;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.n_bg1 ul.ul1 li:hover {
    border-bottom: solid #e50000 1px;
}
.n_bg1 ul.ul1 li:hover span.date1 i img:nth-child(1) {
    display: none;
}
.n_bg1 ul.ul1 li:hover span.date1 i img:nth-child(2) {
    display: block;
}
.n_bg1 ul.ul1 li:hover .title1 {
    color: #e50000;
}

.n_bg3 {
    position: relative;
    background: #f8f8f8;
    margin-top: 1rem;
    padding: 0.3rem 0 1rem;
}
.n_bg3 .submenu1 {
    background: none;
    margin-bottom: 0.5rem;
}
.n_bg3 .wrap_c {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.n_bg3 .fl {
    width: 76%;
    padding-right: 0.7rem;
    box-sizing: border-box;
    border-right: solid #e5e5e5 1px;
}
.n_bg3 .fl h1 {
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.n_bg3 .fl .n_date {
    margin-top: 0.3rem;
    color: #727272;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.35rem;
}
.n_bg3 .fl .n_date span {
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}
.n_bg3 .fl .n_date span img {
    width: 0.21rem;
    margin-right: 0.1rem;
}
.n_bg3 .fl .content {
    line-height: 1.75;
    margin-top: 0.2rem;
}
.n_bg3 .fl .content p {
    padding: 0.12rem 0;
}
.n_bg3 .fl .content p img {
    display: block;
    max-width: 100%;
    margin: 0.1rem auto;
}
.n_bg3 .fl .pnews {
    margin-top: 0.5rem;
    border-top: solid #d8d8d8 1px;
    padding-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    color: #707070;
}
.n_bg3 .fl .pnews a:hover {
    color: #e50000;
}
.n_bg3 .fr {
    width: 24%;
    padding-left: 0.33rem;
}
.n_bg3 .fr h2 {
    font-weight: bold;
}
.n_bg3 .nrec_list li {
    margin-top: 0.3rem;
    padding-bottom: 0.25rem;
    border-bottom: solid #d8d8d8 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.n_bg3 .nrec_list li span.date1 {
    display: flex;
    align-items: center;
    color: #a8a8a8;
    margin-top: 0.1rem;
}
.n_bg3 .nrec_list li span.date1 i {
    display: block;
}
.n_bg3 .nrec_list li span.date1 i img {
    width: 0.13rem;
    margin-right: 0.1rem;
    display: block;
}
.n_bg3 .nrec_list li span.date1 i img:nth-child(2) {
    display: none;
}
.n_bg3 .nrec_list li .title1 {
    color: #333;
    line-height: 1.6;
    font-weight: bold;
}
.n_bg3 .nrec_list li p {
    margin-top: 0.1rem;
    color: #707070;
}

.c_bg1 {
    padding: 0.94rem 0 1.25rem;
}
.c_bg1 ul.ul1 {
    display: grid;
    margin-top: 1.3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
}
.c_bg1 ul.ul1 li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5rem;
}
.c_bg1 ul.ul1 li > i img {
    width: 0.75rem;
}
.c_bg1 ul.ul1 li > span {
    color: #707070;
    margin-top: 0.25rem;
}
.c_bg1 ul.ul1 li b {
    margin-top: 0.1rem;
}
.c_bg1 ul.ul1 li:first-child {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.c_bg1 ul.ul1 li:first-child .img1 {
    width: 1.62rem;
}
.c_bg1 ul.ul1 li:first-child .img1 img {
    width: 100%;
}
.c_bg1 ul.ul1 li:first-child .txt1 {
    width: calc(100% - 1.87rem);
}
.c_bg1 ul.ul1 li:first-child .txt1 h4 {
    font-weight: bold;
    margin-bottom: 0.14rem;
}
.c_bg1 ul.ul1 li:first-child .txt1 p {
    display: flex;
    align-items: center;
}
.c_bg1 ul.ul1 li:first-child .txt1 p img {
    width: 0.22rem;
    margin-right: 0.05rem;
}
.c_bg1 ul.ul1 li:first-child .txt1 p span {
    color: #707070;
}
.c_bg1 ul.ul1 li:first-child .txt1 p b {
    color: #e50000;
}
.c_bg1 .c_box1 {
    margin-top: 1.25rem;
}
.c_bg1 .c_box1 ul {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.c_bg1 .c_box1 ul li h5 {
    color: #e50000;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.c_bg1 .c_box1 ul li h5 b {
    display: block;
    width: 0.45rem;
    height: 1px;
    margin-top: 0.14rem;
    background: #e50000;
    display: none;
}
.c_bg1 .c_box1 ul li p {
    color: #707070;
    line-height: 2;
}
.c_bg1 .c_box1 ul li:nth-child(1) {
    width: 25%;
}
.c_bg1 .c_box1 ul li:nth-child(2) {
    width: 40%;
}
.c_bg1 .c_box1 ul li:nth-child(3) {
    width: 35%;
}

.title3 {
    margin-top: 0.45rem;
    text-align: center;
}
.title3 p {
    margin-top: 0.1rem;
}

.p_bg3 .p_box5 ul.message {
    margin-top: 0.67rem;
}
.p_bg3 .p_box5 ul.message .selbox {
    display: flex;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
    border: solid #ededed 1px;
    border-radius: 0.02rem;
    background: #fff;
    align-items: center;
    padding: 0 0.2rem;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 {
    width: 100%;
    position: relative;
    color: #707070;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select .select_ul {
    width: calc(100% + 0.42rem);
    position: absolute;
    left: -0.21rem;
    top: 1.1rem;
    display: none;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
    padding: 0.02rem 0.3rem 0.4rem;
    background: #ffffff;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select .select_ul li {
    line-height: 1.2;
    margin-top: 0.28rem;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select .select_ul li:hover {
    color: #e50000;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select_input em img {
    width: 0.18rem;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select_input em img:nth-child(2) {
    display: none;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select_input .active {
    color: #e50000;
}
.p_bg3
    .p_box5
    ul.message
    .selbox
    .sitem1
    .select.select_active
    .select_input
    em
    img:nth-child(1) {
    display: none;
}
.p_bg3
    .p_box5
    ul.message
    .selbox
    .sitem1
    .select.select_active
    .select_input
    em
    img:nth-child(2) {
    display: block;
}
.p_bg3 .p_box5 ul.message .selbox .sitem1 .select.select_active .select_ul {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
}
.p_bg3 .p_box5 ul.message .selbox.sel_active {
    border: solid #e50000 1px;
}
.p_bg3 .p_box5 ul.message > li:nth-child(8) {
    grid-column: 1/4;
}
.p_bg3 .p_box5 ul.message li.btn {
    justify-content: flex-start;
}

.e_box1 {
    padding: 0.5rem 0 1.8rem;
}
.e_box1 ul {
    position: relative;
}
.e_box1 ul::before {
    width: 0.02rem;
    height: calc(100% - 0.3rem);
    background: rgba(14, 136, 59, 0.16);
    content: "";
    position: absolute;
    left: calc(50% - 0.01rem);
    top: 0;
}
.e_box1 ul li {
    padding-bottom: 1.6rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    align-items: center;
    overflow: hidden;
}
.e_box1 ul li div.circle {
    position: relative;
    height: 100%;
    margin: 0;
    width: 15%;
}
.e_box1 ul li div.circle::before {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: rgb(167, 167, 167);
    position: absolute;
    left: calc(50% - 0.07rem);
    top: calc(50% - 0.07rem);
    content: "";
    z-index: 3;
}
.e_box1 ul li .eintro {
    width: 40%;
}
.e_box1 ul li .eintro h4 {
    font-weight: bold;
    text-align: right;
}
.e_box1 ul li .eintro p {
    color: #333;
    margin-top: 0.18rem;
    text-align: right;
}
.e_box1 ul li .eimg {
    width: 40%;
}
.e_box1 ul li .eimg h4 {
    font-family: MiSans-Bold;
    color: rgb(167, 167, 167);
    font-weight: bold;
}
.e_box1 ul li:nth-child(2n) .eintro {
    order: 1;
}
.e_box1 ul li:nth-child(2n) .eintro p {
    text-align: left;
}
.e_box1 ul li:nth-child(2n) .eintro h4 {
    text-align: left;
}
.e_box1 ul li:nth-child(2n) .eimg {
    order: -1;
}
.e_box1 ul li:nth-child(2n) .eimg h4 {
    text-align: right;
}
.e_box1 ul li:first-child {
    margin-top: 0.8rem;
}
.e_box1 ul li:first-child div.circle {
    position: relative;
    height: 0.14rem;
    margin: 0;
    width: 15%;
}
.e_box1 ul li:first-child div.circle i {
    display: block;
    width: 1px;
    height: 3rem;
    background: #0e883b;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 0.01rem);
    top: -0.4rem;
}
.e_box1 ul li:first-child div.circle::after {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: rgb(14, 136, 59);
    position: absolute;
    left: calc(50% - 0.07rem);
    top: calc(50% - 0.07rem);
    content: "";
    z-index: 4;
}
.e_box1 ul li:first-child div.circle::before {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    background: rgb(195, 230, 208);
    position: absolute;
    left: calc(50% - 0.13rem);
    top: calc(50% - 0.13rem);
    content: "";
}
.e_box1 ul li:first-child .eintro h4 {
    color: #0e883b;
}
.e_box1 ul li:first-child .eimg h4 {
    color: #0e883b;
}
.e_box1 ul li:hover div.circle {
    position: relative;
    height: 0.14rem;
    margin: 0;
    width: 15%;
}
.e_box1 ul li:hover div.circle i {
    display: block;
    width: 1px;
    height: 3rem;
    background: #0e883b;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 0.01rem);
    top: -0.4rem;
}
.e_box1 ul li:hover div.circle::after {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: rgb(14, 136, 59);
    position: absolute;
    left: calc(50% - 0.07rem);
    top: calc(50% - 0.07rem);
    content: "";
    z-index: 4;
}
.e_box1 ul li:hover div.circle::before {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    background: rgb(195, 230, 208);
    position: absolute;
    left: calc(50% - 0.13rem);
    top: calc(50% - 0.13rem);
    content: "";
}
.e_box1 ul li:hover .eintro h4 {
    color: #0e883b;
}
.e_box1 ul li:hover .eimg h4 {
    color: #0e883b;
}
.e_box1 ul li:last-child {
    padding-bottom: 0;
}
.e_box1 ul li:last-child div.circle i {
    height: 0.5rem;
}

.cul_box1 {
    width: 100%;
    height: 4.51rem;
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
    margin-top: 0.8rem;
}
.cul_box1 .fl {
    width: calc(100% - 9rem);
    background: url(../images/cul1.png) right bottom no-repeat;
    background-size: 2.59rem 2.59rem;
    padding: 0.65rem;
}
.cul_box1 .fl h4 {
    font-weight: bold;
    color: #0e883b;
    border-bottom: solid rgb(224, 224, 224) 1px;
    padding-bottom: 0.27rem;
    margin-bottom: 0.27rem;
}
.cul_box1 .fl p {
    color: #000;
    line-height: 2;
}
.cul_box1 .fr {
    width: 9rem;
}
.cul_box1 .fr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cul_bg1 {
    background-image: linear-gradient(to left, #fff, rgb(244, 255, 248));
}

.cul_bg2 {
    background-image: linear-gradient(to right, #fff, rgb(244, 255, 248));
}
.cul_bg2 .fl {
    order: 1;
    background: url(../images/cul1.png) left bottom no-repeat;
}

.a_bg8 {
    background: url(../images/a_bg8.jpg) center no-repeat;
    background-size: cover;
}
.a_bg8 .sub_intro {
    color: rgb(51, 51, 51);
    margin-top: 0.8rem;
    text-align: center;
    line-height: 1.75;
}
.a_bg8 .mu1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.32rem;
    margin-top: 0.8rem;
}
.a_bg8 .mu1 li {
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.8rem 0.38rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
}
.a_bg8 .mu1 li i {
    width: 1.44rem;
    height: 1.24rem;
    background: url(../images/cul_icobg1.png) center no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_bg8 .mu1 li i img {
    width: 0.56rem;
}
.a_bg8 .mu1 li i img:nth-child(2) {
    display: none;
}
.a_bg8 .mu1 li h4 {
    font-weight: bold;
    margin-top: 0.4rem;
}
.a_bg8 .mu1 li p {
    margin-top: 0.1rem;
    color: rgb(110, 110, 110);
}
.a_bg8 .mu1 li:hover {
    background: #0e883b;
    color: #fff;
}
.a_bg8 .mu1 li:hover i {
    background: url(../images/cul_icobg2.png) center no-repeat;
    background-size: 100%;
}
.a_bg8 .mu1 li:hover i img:nth-child(1) {
    display: none;
}
.a_bg8 .mu1 li:hover i img:nth-child(2) {
    display: block;
}
.a_bg8 .mu1 li:hover p {
    color: #fff;
}

.a_bg9 .cul_tab {
    display: flex;
    justify-content: center;
    margin-top: 0.55rem;
    position: relative;
    bottom: -0.25rem;
}
.a_bg9 .cul_tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    border: solid #0e883b 1px;
    margin: 0 0.22rem;
    background: #fff;
}
.a_bg9 .cul_tab a.on {
    background: #0e883b;
    color: #fff;
}
.a_bg9 .cul_box2 {
    width: 100%;
    background-image: linear-gradient(
        to right bottom,
        #fff,
        rgb(247, 253, 249)
    );
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.06);
    padding: 1rem 0.74rem;
}
.a_bg9 .cul_box2 > h4 {
    text-align: center;
    font-weight: bold;
    color: #0e883b;
    margin-top: 0.6rem;
}
.a_bg9 .cul_box2 .item {
    display: none;
}
.a_bg9 .cul_box2 .item dl {
    display: flex;
    border-bottom: solid rgb(234, 234, 234) 1px;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    justify-content: space-between;
}
.a_bg9 .cul_box2 .item dl dt {
    width: 0.57rem;
    height: 0.57rem;
    border: dotted #0e883b 1px;
    border-radius: 50%;
}
.a_bg9 .cul_box2 .item dl dt i {
    display: flex;
    margin: 0.04rem;
    width: 0.47rem;
    height: 0.47rem;
    background: #0e883b;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.a_bg9 .cul_box2 .item dl dt i img {
    width: 0.27rem;
}
.a_bg9 .cul_box2 .item dl dd {
    width: calc(100% - 0.77rem);
}
.a_bg9 .cul_box2 .item dl dd h4 {
    font-weight: bold;
}
.a_bg9 .cul_box2 .item dl dd p {
    color: rgb(110, 110, 110);
    margin-top: 0.1rem;
    min-height: 0.52rem;
}
.a_bg9 .cul_box2 .item dl:hover {
    border-color: #0e883b;
}
.a_bg9 .cul_box2 .item dl:hover dt {
    background: rgba(14, 136, 59, 0.21);
    border: solid rgba(14, 136, 59, 0) 1px;
}
.a_bg9 .cul_box2 .item dl:hover dd h4 {
    color: #0e883b;
}
.a_bg9 .cul_box2 .item.on {
    display: block;
}

.s_bg1 {
    padding: 1.25rem 0 1.64rem;
}
.s_bg1 .sub_intro {
    margin: 0.48rem auto 0;
    line-height: 2;
    text-indent: 2em;
}
.s_bg1 .s_box1 {
    margin-top: 1.18rem;
}
.s_bg1 .s_box1 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.33rem;
}
.s_bg1 .s_box1 ul li i {
    display: block;
    text-align: center;
}
.s_bg1 .s_box1 ul li i img {
    width: 0.82rem;
    margin: 0 auto;
}
.s_bg1 .s_box1 ul li h4 {
    font-weight: bold;
    text-align: center;
    margin-top: 0.3rem;
    position: relative;
    padding-bottom: 0.3rem;
}
.s_bg1 .s_box1 ul li p {
    color: #6e6e6e;
    margin-top: 0.3rem;
}

.s_bg2 {
    padding: 0.68rem 0 0.98rem;
    background: url(../images/s_bg2.jpg) center no-repeat;
    background-size: cover;
}
.s_bg2 .sub_intro {
    margin: 0.84rem auto 0;
    line-height: 2;
    text-align: center;
}
.s_bg2 .slist1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.6rem 0.4rem;
    margin-top: 0.88rem;
}
.s_bg2 .slist1 li i {
    display: block;
}
.s_bg2 .slist1 li i img {
    width: 100%;
}
.s_bg2 .slist1 li p {
    text-align: center;
    margin-top: 0.1rem;
}

.s_bg3 {
    padding: 1.6rem 0;
    background-image: linear-gradient(to bottom, #f7fff9, #fff, #fff);
}
.s_bg3 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.s_bg3 .item .fl {
    width: 50%;
    height: 4rem;
    overflow: hidden;
    position: relative;
}
.s_bg3 .item .fl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s_bg3 .item .fr {
    width: 50%;
    padding: 0 0 0 1rem;
}
.s_bg3 .item .fr h5 {
    color: #0e883b;
    font-weight: bold;
    padding-bottom: 0.25rem;
    position: relative;
}
.s_bg3 .item .fr h5::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0.2rem;
    height: 0.02rem;
    background: #0e883b;
}
.s_bg3 .item .fr .stxt3 {
    margin-top: 0.2rem;
}
.s_bg3 .item .fr p {
    margin-bottom: 0.3rem;
}
.s_bg3 .item:nth-child(2n) .fl {
    order: 1;
}
.s_bg3 .item:nth-child(2n) .fr {
    padding: 0 1rem 0 0;
}

.j_bg1 {
    background: #f7f7f7;
    padding: 0.85rem 0 1rem;
}
.j_bg1 .j_box1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.j_bg1 .j_box1 > .fl {
    width: 3.3rem;
}
.j_bg1 .j_box1 > .fl .item {
    width: 100%;
    border-radius: 0.1rem;
    background: #fff;
    padding-bottom: 0.45rem;
    margin-bottom: 0.5rem;
}
.j_bg1 .j_box1 > .fl .item h4 {
    display: flex;
    justify-content: space-between;
    padding: 0.23rem 0.15rem;
    border-bottom: solid #ededed 1px;
    font-weight: bold;
}
.j_bg1 .j_box1 > .fl .item ul li {
    margin: 0.2rem 0.15rem;
}
.j_bg1 .j_box1 > .fr {
    width: calc(100% - 4rem);
}
.j_bg1 .j_box1 > .fr .tips {
    font-weight: bold;
    margin-bottom: 0.44rem;
}
.j_bg1 .j_box1 > .fr .tips i {
    color: #f00;
}
.j_bg1 .j_box1 > .fr .fsearch {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    height: 0.8rem;
    border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
    overflow: hidden;
}
.j_bg1 .j_box1 > .fr .fsearch > img {
    width: 0.24rem;
    margin-left: 0.38rem;
}
.j_bg1 .j_box1 > .fr .fsearch > input {
    width: calc(100% - 0.5rem);
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    border: none;
    background: none;
}
.j_bg1 .j_box1 > .fr .fsearch > input::placeholder {
    color: #848484;
}
.j_bg1 .j_box1 > .fr .fsearch > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    z-index: 2;
    cursor: pointer;
    background: #0e883b;
    width: 1.81rem;
    color: #fff;
    font-weight: bold;
}
.j_bg1 .j_box1 > .fr .joblist {
    width: 100%;
    clear: both;
    margin-top: 0.56rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem {
    padding: 0 0.38rem;
    /*  border-image:linear-gradient(to top, #1b99bb, #8bb93c) 4; */
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: solid #dbdbdb 1px;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fl {
    font-weight: bold;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i {
    margin-left: 0.8rem;
    width: 0.27rem;
    height: 0.27rem;
    background: #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i img {
    width: 0.11rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i img:nth-child(2) {
    display: none;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr span {
    display: inline-block;
    color: #626262;
    padding: 0 0.5rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .item {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: solid #dbdbdb 1px;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con h5 {
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con p {
    color: #727272;
    line-height: 1.5;
    margin-top: 0.1rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .email {
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    background: #0e883b;
    justify-content: center;
    border-radius: 0.25rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .email a {
    color: #fff;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .conbox {
    display: none;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on {
    background: #fff;
    border-radius: 0.1rem;
    padding-bottom: 0.74rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .conbox {
    display: block;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i {
    background: #0e883b;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i img:nth-child(2) {
    display: block;
    width: 0.16rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i img:nth-child(1) {
    display: none;
}
.j_bg1 .check1 {
    display: none;
}
.j_bg1 .box1 {
    display: flex;
    align-items: center;
}
.j_bg1 .box1 a {
    color: #0559ca;
}
.j_bg1 .check1 + label {
    display: inline-flex;
    align-items: center;
}
.j_bg1 .check1 + label::before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/check_bg1.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
}
.j_bg1 .check1:checked + label::before {
    background: url(../images/check_bg2.png) no-repeat;
    background-size: 100%;
}

.m_bg1 {
    padding: 1.18rem 0 1.61rem;
    background: url(../images/m_bg1.jpg) center no-repeat;
    background-size: cover;
}
.m_bg1 .sub_intro {
    margin: 0.24rem auto 0;
    text-align: center;
}
.m_bg1 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.31rem 1.12rem;
    margin-top: 1rem;
}
.m_bg1 ul li {
    width: 100%;
}
.m_bg1 ul li label {
    display: block;
    margin-bottom: 0.16rem;
    font-weight: bold;
}
.m_bg1 ul li label i {
    color: #ff0000;
    margin-right: 0.05rem;
}
.m_bg1 ul li input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.2rem;
    border: solid #d4dee2 1px;
    border-radius: 0.04rem;
}
.m_bg1 ul li textarea {
    width: 100%;
    padding: 0 0.2rem;
    height: 2rem;
    border: solid #d4dee2 1px;
    border-radius: 0.04rem;
    color: #9a9a9a;
}
.m_bg1 ul li input::placeholder {
    color: #9a9a9a;
}
.m_bg1 ul li:nth-child(5) {
    grid-column: 1/3;
}
.m_bg1 ul li.btn {
    grid-column: 1/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_bg1 ul li.btn .cancel,
.m_bg1 ul li.btn .submit {
    width: 1.6rem;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.2rem;
    border: solid #0e883b 1px;
    border-radius: 0.22rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0e883b;
    margin: 0 0.2rem;
    background: #fff;
}
.m_bg1 ul li.btn input.submit {
    background: #0e883b;
    color: #fff;
    border: solid #0e883b 1px;
}

.m_bg2 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.m_bg2 .mapbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.m_bg2 .mapbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.m_bg2 .m_box2 {
    width: 10.4rem;
    padding: 1.1rem 1.59rem 1.1rem 0.8rem;
    background: #fff;
    margin: 2rem 0;
    position: relative;
    z-index: 3;
}
.m_bg2 .m_box2 .htit2 {
    text-align: left;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid #0e883b 1px;
    color: #0e883b;
}
.m_bg2 .m_box2 ul {
    border-bottom: solid #0e883b 1px;
    padding-bottom: 0.2rem;
}
.m_bg2 .m_box2 ul li {
    margin-bottom: 0.3rem;
    color: #4d4d4d;
}
.m_bg2 .m_box2 ul li b {
    color: #000;
}

.searchbg .fsearch {
    width: 62.5%;
    position: relative;
    margin: 0.89rem auto;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: solid #0e883b 1px;
    overflow: hidden;
}
.searchbg .fsearch > input {
    width: calc(100% - 0.5rem);
    height: 0.54rem;
    line-height: 0.54rem;
    padding-left: 0.2rem;
    border: none;
    background: none;
}
.searchbg .fsearch > input::placeholder {
    color: #b7b7b7;
}
.searchbg .fsearch > button {
    position: absolute;
    right: 0;
    top: 0.065rem;
    padding: 0 0.2rem;
    height: calc(100% - 0.13rem);
    border: none;
    background: none;
    z-index: 2;
    cursor: pointer;
    border-left: solid #c9c9c9 1px;
}
.searchbg .fsearch > button > img {
    height: 0.24rem;
}
.searchbg .fsearch1 {
    border-radius: 0;
    border: solid #cecece 1px;
}

.searchlist {
    padding-bottom: 1rem;
}
.searchlist .tips {
    color: #5b5b5b;
}
.searchlist .tips i {
    color: #f00;
}
.searchlist .noresult {
    display: flex;
    flex-direction: column;
    margin-top: 0.86rem;
    align-items: center;
}
.searchlist .noresult img {
    width: 3.6rem;
}
.searchlist .noresult p {
    margin-top: 0.27rem;
    color: #606060;
}
.searchlist .s_list {
    width: 100%;
    display: flex;
    position: relative;
}
.searchlist .s_list > ul {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.searchlist .s_list > ul > li {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid #d8d8d8 1px;
    display: flex;
}
.searchlist .s_list > ul > li .stxt1 {
    width: calc(100% - 3rem);
}
.searchlist .s_list > ul > li .simg1 {
    width: 2rem;
    height: 1.28rem;
    margin-left: 1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.searchlist .s_list > ul > li .simg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.searchlist .s_list > ul > li.noimg .stxt1 {
    width: 100%;
}
.searchlist .s_list > ul > li a {
    color: #333;
    font-weight: bold;
    line-height: 1.8;
}
.searchlist .s_list > ul > li p {
    line-height: 2;
    margin-top: 0.2rem;
}
.searchlist .s_list > ul > li p.p1 {
    color: #5b5b5b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.searchlist .keyword {
    color: #f00;
}

@media screen and (max-width: 1024px) {
  .submenu2 .wrap_c .fl {
    width: 100%;
  }
  .submenu2 .wrap_c .fl ul li {
    margin-right: 0.3rem;
  }
  .submenu2 .wrap_c .fr {
    display: none;
  }
  .a_bg1 {
    padding: 0.5rem 0;
  }
  .a_bg1 .atxt1 {
    margin-top: 0.3rem;
  }
  .a_bg1 .atxt1 p {
    margin-top: 0.2rem;
  }
  .a_bg2 {
    padding: 0.5rem 0;
  }
  .a_bg2 .a_box2 {
    margin-top: 0;
    flex-direction: column;
  }
  .a_bg2 .a_box2 .fl {
    width: 100%;
    display: block;
  }
  .a_bg2 .a_box2 .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .a_bg2 ul.ul1 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    gap: 0.3rem;
  }
  .a_bg3 {
    padding: 0.5rem 0;
  }
  .a_bg3 .a_box3 {
    flex-wrap: wrap;
  }
  .a_bg3 .a_box3 .a_tit1 {
    width: 100%;
    padding: 0;
    margin: 0;
    border-right: 0;
    display: block;
  }
  .a_bg3 .a_box3 .a_tit1 span {
    margin-top: 0.3rem;
  }
  .a_bg3 .a_box3 .ul2 {
    width: 100%;
    margin-top: 0.4rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .a_bg3 .a_img3 {
    margin-top: 0.5rem;
  }
  .a_bg4 {
    padding: 0.5rem 0;
  }
  .a_bg5 {
    padding: 0.5rem 0;
  }
  .a_bg5 .a_box5 ul {
    margin-top: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .a_bg6 {
    padding: 0.5rem 0;
  }
  .a_bg6 .a_sw1 {
    margin-top: 0.4rem;
  }
  .a_bg6 .a_sw1 .a_swiper6_box {
    margin-top: 0.4rem;
  }
  .a_bg6 .a_sw1 .a_swiper6_box .a_swiper6 {
    width: 80%;
  }
  .a_bg7 {
    padding: 0.5rem 0;
  }
  .a_bg7 .vlist1 {
    margin-top: 0.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .c_bg1 {
    padding: 0.5rem 0;
  }
  .c_bg1 ul.ul1 {
    margin-top: 0.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .c_bg1 .c_box1 {
    margin-top: 0.5rem;
  }
  .c_bg1 .c_box1 ul {
    flex-direction: column;
  }
  .c_bg1 .c_box1 ul li {
    width: 100% !important;
    margin-top: 0.4rem;
  }
  .title3 p {
    margin-top: 0.3rem;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .p3con {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
  }
  .p3con .pimg {
    position: relative;
    order: 1;
  }
  .p3con ul li {
    position: static;
    width: 100%;
    padding: 0 !important;
    margin-top: 0.3rem !important;
  }
  .p3con ul li .txt1 {
    order: 2 !important;
    text-align: left !important;
  }
  .p_bg1 {
    padding: 0.5rem 0;
  }
  .p_bg1 .plist1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .p_bg2 .plist2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .p_bg2 .screening1 dl dt {
    width: 1.6rem;
  }
  .p_bg2 .screening1 dl dd {
    width: calc(100% - 1.6rem);
  }
  .p_bg2 .screening1 dl dd .item {
    width: calc(100% - 2.1rem);
  }
  .p_bg2 .screening1 dl dd .item a {
    white-space: nowrap;
  }
  .p_bg2 .screening1 dl dd .more2 input {
    width: 0.7rem;
    height: 0.4rem;
  }
  .p_bg2 .screening1 dl dd .more a{height: .35rem;}
  .p_bg2 .screening1 dl dd .more a img {
    width: 0.14rem;
  }
  .p_bg2 .view1 .fl a{height: .6rem;}
  .p_bg3 {
    padding: 0.2rem 0 0.5rem;
  }
  .p_bg3 .p_box3 {
    flex-wrap: wrap;
  }
  .p_bg3 .p_box3 .fl {
    width: 100%;
  }
  .p_bg3 .p_box3 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .p_bg3 .p_box3 .fr ul.ul1 li .fr {
    width: 0.6rem;
    margin-top: 0;
  }
  .p_bg3 .p_box3 .fr .toops1 {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  .p_bg3 .p_box3 .fr .toops1 a {
    margin-top: 0.2rem;
    width: 45%;
  }
  .p_bg3 .p_box4 .ptab_con1 .table2 th {
    padding: 0 0.2rem;
  }
  .p_bg3 .p_box4 .ptab_con1 .table2 td {
    padding: 0.2rem;
  }
  .p_bg3 .p_box5 > ul {
    display: block;
    padding: 0.4rem;
    margin-top: 0.4rem;
  }
  .p_bg3 .p_box5 > ul > li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p_bg3 .p_box5 ul.message .selbox .sitem1 .select.select_active .select_ul {
    display: block !important;
  }
  .n_bg1 {
    padding: 0.5rem 0;
  }
  .n_bg1 .n_box1 {
    flex-wrap: wrap;
  }
  .n_bg1 .n_box1 .fl {
    width: 100%;
  }
  .n_bg1 .n_box1 .fr {
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .n_bg1 ul.ul1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
  .n_bg3 .wrap_c {
    flex-wrap: wrap;
  }
  .n_bg3 .wrap_c .fl {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .n_bg3 .wrap_c .fl .pnews {
    display: block;
  }
  .n_bg3 .wrap_c .fl .pnews .next {
    margin-top: 0.2rem;
  }
  .n_bg3 .wrap_c .fr {
    width: 100%;
    margin-top: 0.4rem;
    padding-left: 0;
  }
  .pagesfr {
    padding: 0.5rem 0 0;
  }
  .pagesfr a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .pagesfr a img {
    width: 0.1rem;
  }
  .pagesfr span {
    height: 0.4rem;
  }
  .pagesfr span i input {
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .submenu1 .breadthumb > div ul{width: 200px;}
  .submenu1 .breadthumb > div ul li{width: 100%;}
  .p_bg3 .p_box3 > .fr ul.ul1 li .fr a img {
    width: 0.35rem;
   
  }
  .n_bg1 .n_box1 .fr span.date1 img{width: .24rem;}
  .n_bg1 ul.ul1 li span.date1 i img{width: .24rem;}
  .n_bg3 .nrec_list li span.date1 i img{width: .24rem;}
  .n_bg3 .fl .n_date span img{width: .24rem;}
  .c_bg1 ul.ul1 li:first-child .txt1 p img {
  width: 20px;
  }
  .submenu1 .breadthumb a svg{width: 14px;height: 14px;}
}
