@charset "utf-8"; /* */
@font-face {
    font-family: "geo";
    src: url("../font/georgia.ttf");
}

@font-face {
    font-family: sy;
    src: url("../font/sySong.woff");
}

.section {
    overflow: hidden;
}

.header_box_li {
    position: relative;
}

.header_box {
    position: fixed;
    z-index: 10000;
    z-index: 99999;
    width: 100%;
    transition: 0.36s;
    top: 0;
}

#header {
    border-top: .03rem solid #A81B00;
}

.header_box_li #header:before {
    content: "";
    position: absolute;
    height: 1.8rem;
    top: -1px;
    left: 0;
    right: 0;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.93) 0%, rgba(216, 216, 216, 0) 88%);
    background-size: 100% 100%;
    z-index: -1;
}

#header.xg {
    background: #A81B00;
}

#header.xg:before {
    height: 0;
}

#header.xg .wp {
    height: 1.1rem;
}

.show #header.xg {
    background: none;
}

.show {
    overflow: hidden;
}

#header.xg .header_top {
    display: none;
}

.header_top {
    position: relative;
    height: .3rem;
    padding: 0;
    text-align: right;
    z-index: 10000;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search_btn {
    width: 1rem;
    height: .8rem;
    background: url(../images/menu.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    right: 0;
    display: flex;
    align-items: center;
    padding-right: 0.32rem;
    justify-content: flex-end;
}

.search_btn img {
    width: .29rem;
}

#header .right {
    padding-left: 10%;
    flex: 1;
    position: relative;
    padding-right: .4rem;
    display: flex;
    justify-content: flex-end;
}

.list_box0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list_box0 .li {
    font-size: 0.2rem;
    color: #fff;
    display: inline-block;
    transition: .6s;
    position: relative;
    padding: 0 0.15rem;
}

.list_box0 .li>a {
    display: block;
}

.header_box .wp {
    height: 1.2rem;
    position: relative;
    padding: 0 1rem 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
    max-width: 100%;
}

.header_box #logo img {
    max-width: 3.9rem;
    transition: .5s;
    width: 3.9rem;
}

#nav {
    width: 100%;
    max-width: 12rem;
}

#nav ul {
    display: flex;
    justify-content: space-between;
}

#nav ul li {
    z-index: 0;
    height: 100%;
    position: relative;
}

#nav ul li a {
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
}

#nav ul li h3 {
    font-size: .18rem;
    color: #fff;
    line-height: .48rem;
    position: relative;
    transition: .36s;
    display: inline-block;
    font-weight: bold;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 0 0 0.08rem 0.08rem;
}

#nav ul li .sub:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #A81B00;
}

#nav ul li .sub .box {
    padding: .14rem 0;
    text-align: center;
}

#nav ul li .sub a {
    padding: 8px 15px;
    line-height: 28px;
    transition: .6s;
    font-size: 17px;
    color: #000000;
    text-align: center;
    min-width: 180px;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #A81B00;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav ul li:hover h3:after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#nav>ul>li h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: -.22rem;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
    background-size: 100% auto;
    display: none
}

.search_btn {
    cursor: pointer;
}

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #A81B00;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
}

#nav_btn_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
    width: 0.28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #A81B00;
}

#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #A81B00;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 10px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: url("../images/submit.svg") center center / 0.28rem no-repeat #A81B00;
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
    justify-content: flex-start;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #A81B00;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    /* height: calc(100% - 3rem); */
    padding: 0px 0px 10px;
    overflow: hidden auto;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.list_box_nav_mobile > li {
    width: 90%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}

.list_box_nav_mobile > li .con {
    position: relative;
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    line-height: 0.64rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../images/arrow_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 2px;
    background-size: 15px 15px !important;
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
    border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile > li .list {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* 手机搜索 */
.wap_search {
    font-size: 0.16rem;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 0.6rem;
    display: block;
    margin-bottom: .1rem;
}

.wap_search form {
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 3.68rem;
    margin: 0rem auto;
}

.wap_search .input {
    font-size: 0.14rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.5rem;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0px;
    background: url("../images/submit.svg") center center no-repeat #A81B00;
    border-radius: 50%;
    background-size: 22px;
}

.wap_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* pc搜索 */
.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: #A81B00;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #A81B00;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.svg");
    font-size: .2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.svg");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1; vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem;
}

.search-dialog .hot-link {
    margin-left: 0.16rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1; font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #A81B00;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}

/* banner */
.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.swiper-box1 .imged {
    padding-bottom: 100vh;
}

.slide-inner {
    overflow: hidden;
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.main-visual-slider .imged::after {
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 0%, rgba(216, 216, 216, 0) 100%);
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s ;
}

.main-visual-slider video {
    transform: scale(1.1)\0;
}

.main-visual-slider a p {
    color: #fff;
    font-size: 0.28rem;
    line-height: 1.5;
    position: absolute;
    left: 15%;
    bottom: 4%;
    width: 70%;
    z-index: 10;
}

.banner .btn {
    font-size: 0;
    bottom: .25rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-container .btn span {
    position: relative;
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.1rem;
    opacity: .6;
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {
    width: 0.25rem;
    height: 0.25rem;
    background: url("../images/cir.png") no-repeat 50%;
    background-size: 100%;
    opacity: 1;
}

/* home1 */
.home1 {
    width: 100%;
    padding: .5rem 0 .7rem;
    background: url(../images/hbg1.png) no-repeat center/cover;
}

.title {
    margin-bottom: .45rem;
    align-items: center;
    position: relative;
    z-index: 10;
    justify-content: space-between;
}

.title h3 {
    font-size: 0.32rem;
    line-height: 1.5;
    cursor: pointer;
    font-family: sy;
    color: #4C4C4C;
    font-weight: bold;
}

.title p {
    padding-left: 0.2rem;
    font-size: 0.14rem;
    font-family: Source Han Serif CN;
    color: #A81B00;
    text-transform: capitalize;
    opacity: 0.5;
}

.title p::after {
    width: 0.13rem;
    height: 1px;
    background: #A81B00;
    bottom: 50%;
}

.title .h3 {
    margin: 0 auto;
}

.title h3 img {
    width: 1.48rem;
}

.title h3::after {
    width: .89rem;
    height: .83rem;
    background: url(../images/titbg1.png) no-repeat;
    background-size: 100% 100% !important;
    left: 100%;
    bottom: 0.1rem;
    left: -0.4rem;
}

.more {
    position: absolute;
    right: 0;
    bottom: 10%;
    /* bottom: .2rem; */
}

.more span {
    font-size: 0.16rem;
    color: #A81B00;
    align-items: center;
    transition: 0.5s;
}

.more span img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.16rem;
}

.home1-t {
    justify-content: space-between;
    align-items: flex-start;
}

.home1-t .left {
    width: 70%;
}

.home1-t .right {
    width: 26%;
}

.home1-t .left .imged {
    padding-bottom: 5.02rem;
}

.home1-t .left a {
    position: relative;
    background: #FFFFFF;
}

.home1-t .left .scale {
    width: 70%;
}

.home1 .left .con {
    width: 30%;
    padding: 0.5rem 0.4rem 0;
    height: 5.02rem;
}

.home1 .left .con::after {
    width: auto;
    height: auto;
    right: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    background: url(../images/h1bg.png) no-repeat;
    background-size: 100% 100%;
}

.home1-t a p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #A81B00;
    align-items: center;
}

.home1-t a p img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.16rem;
}

.home1 .left .con h3 {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #333;
    font-weight: bold;
    margin: 0.22rem 0 0.15rem;
    transition: 0.5s;
    max-height: 0.72rem;
}

.home1 .left .con h4 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
    max-height: 1.8rem\0;
}

.home1 .left .cir {
    bottom: .6rem;
    left: 72%;
    width: auto;
    display: flex;
    align-items: center;
}

.home1 .left .cir span {
    width: 0.1rem;
    height: 0.1rem;
    opacity: .3;
    margin: 0 0.1rem;
    font-size: 0rem;
    background: #A81B00;
}

.home1 .left .cir span.on {
    opacity: 1;
    background: url(../images/cir2.png) no-repeat;
    width: 0.48rem;
    border-radius: 0;
    height: 0.45rem;
    background-size: 100% 100%;
}

.home1-t .right li * {
    transition: 0.5s;
}

.home1-t .right li p {
    color: #fff;
}

.home1-t .right li {
    margin-bottom: 0.48rem;
}

.home1-t .right li:last-child {
    margin-bottom: 0;
}

.home1-t .right li a {
    display: block;
    position: relative;
}

.home1-t .right li .con {
    width: 100%;
    padding: 0 0.2rem 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.home1-t .right li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
}

.home1-t .right .imged {
    padding-bottom: 2.25rem;
}

.home1-t .right .imged::after {
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.h1-b {
    margin-top: 0.35rem;
}

.h1-b ul {
    justify-content: space-between;
}

.h1-b li {
    width: 48%;
}

.h1-b li a {
    padding: 0.25rem 0;
    align-items: center;
    border-bottom: 1px dashed rgba(168,27,0,.2);
}

.h1-b li h3 {
    padding: 0 0.1rem 0 0.3rem;
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    color: #2B2B2B;
    background: url(../images/h1-xq.png) no-repeat left center;
    background-size: 0.12rem;
    transition: 0.5s;
}

.h1-b li:last-child a,.h1-b li:nth-last-child(2) a {
    border-bottom: none;
}

@media screen and (min-width: 1200px) {
    .home1 .left a:hover h3 {
        color: #A81B00;
    }

    .h1-b li a:hover h3 {
        color: #A81B00;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: 0.4rem 0rem;
    }
}

@media screen and (max-width: 768px) {
    .home1 .left {
        width: 100%;
    }

    .home1 .right {
        width: 100%;
        margin-top: .3rem;
    }

    .home1 .right .imged {
        padding-bottom: 60%;
    }

    .h1-b li {
        width: 100%;
    }

    .h1-b li a {
        padding: 0.15rem 0;
    }
}

@media screen and (max-width: 600px) {
    .home1 .left .scale {
        width: 100%;
    }

    .home1 .left .con {
        width: 100%;
        height: auto;
        padding: 0.2rem 0.2rem 0.7rem;
    }

    .home1 .left .con::after {
        display: none;
    }

    .home1 .left .imged {
        padding-bottom: 60%;
    }

    .home1 .left .cir {
        bottom: 0.15rem;
        left: auto;
        width: 100%;
        justify-content: center;
    }

    .home1 .left .cir span.on {
        width: 0.3rem;
        height: 0.3rem;
    }
}

/* home2 */
.home2 {
    padding: 1rem 0 0rem;
    overflow: hidden;
    z-index: 5;
}

.home2::after {
    width: 100%;
    height: 100%;
    bottom: auto;
    top: -1rem;
    background: url(../images/hbg2.png) no-repeat;
    background-size: 100%;
}

.home2 .title {
    height: 1rem;
    padding: 0 0.25rem;
    background: url(../images/h2-tit.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    transition: 0.5s;
}
.home2 .title *{transition:0.5s;}
.home2 .title .h3 {
    margin: 0;
}

.home2 .title p {
    color: #4C4C4C;
}

.home2 .title p::after {
    background: #4C4C4C;
}

.home2 .more {
    right: 0.2rem;
    bottom: .4rem;
}

.home2 .more span {
    display:block;line-height:.2rem;
    color: #1555AC;padding-right:.3rem;background:url(../images/more2.png) no-repeat right center;background-size:.19rem !important;
}
.home2 .more span img{display:none;}

.home2-t {
    justify-content: space-between;
}
.home2-t>div{height: 7.8rem;padding-top: .25rem;}
.home2-t .left {
    width: 30%;
    /* margin-top: 0.25rem; */
}

.home2-t .mid {
    width: 35%;
}

.home2-t .right {
    width: 30%;
    /* margin-top: 0.25rem; */
    height: 7.8rem;
}

.h2-t {
    padding: 0.3rem 0;
    position:relative;
    z-index:1;
}

.h2-t:after{content:"";position:absolute;left: -.1rem;right: -.1rem;top:0;bottom: 0;background:url(../images/h2bg1.png) no-repeat;background-size:100% 100%;z-index:-1;opacity: 0;}

.home2-t ul {
    padding-right: 0.25rem;
    overflow: auto;
    height: 6rem;
}

.home2-t ul::-webkit-scrollbar {
    width: 0.1rem;
    height: 8px;
    background-color: #e8eff8;
     border-radius: 0.1rem;
}

.home2-t ul::-webkit-scrollbar-track {
    border-radius: 0.1rem;
    background-color: #e8eff8;
}

.home2-t ul::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background-color: #1555AC;
}

.home2-t li * {
    transition: 0.5s;
}

.home2-t .left li a {
    padding: 0.22rem 0;
    border-bottom: 1px dashed rgba(21, 85, 172, 0.1);
    align-self: center;
}

.home2-t .left li .date {
    width: 0.75rem;
    height: 0.76rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.15rem 0rem 0.15rem 0px;
    border: 1px dashed rgba(21, 85, 172, 0.2);
}

.home2-t .left li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.2rem;
}

.home2-t .left li h3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    max-height: 0.56rem;
}

.home2-t .left li span {
    font-size: 0.2rem;
    font-family: sy;
    line-height: 0.3rem;
    color: #1555AC;
}

.home2-t .left li p {
    font-size: 0.14rem;
    font-family: sy;
    color: #1555AC;
    opacity: 0.7;
    margin-top: 0.05rem;
}

.home2-t .mid li a {
    padding: 0.22rem 0;
    display: block;
}

.home2-t .mid li h3 {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #333333;
    margin-bottom: 0.2rem;
}

.home2-t .mid li h4 {
    align-items: baseline;
}

.home2-t .mid li h4 p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #666666;
    font-family: sy;
}

.home2-t .mid li h4 p span {
    font-size: 0.22rem;
    line-height: 0.28rem;
    color: #4D6993;
    font-family: sy;
    display: inline-block;
    padding-right: .1rem;
}

.home2-t .mid li h4 img {
    flex: 1;
    min-width: 0;
    padding-left: 0.15rem;
}

.home2-t .right li {
    margin-bottom: 0.2rem;
}

.home2-t .right ul {
    height: 6.35rem;
}

.home2-t .right li a {
    padding: 0rem 0.3rem;
    height: 1.08rem;
    display: block;
}

.home2-t .right li a::after {
    width: 100%;
    background: #1555AC;
    height: auto;
    top: 0.18rem;
    background: url(../images/h2bg2.png) no-repeat;
    background-size: 100% 100% !important;
}

.home2-t .right li span {
    font-size: 0.16rem;
    color: #999;
    display: inline-block;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.16rem;
    border-radius: 0.1rem 0rem 0.1rem 0px;
    background: #F1F7FF;
}

.home2-t .right li h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem\0;
    color: #333;
    margin-top: 0.05rem;
}

@media screen and (min-width: 1200px) {
    .home2-t>div.on{/* transform:translateY(-.25rem); *//* padding-top: 0; */}
    .home2-t>div.on .title {
    /* height: 1.1rem; */
    background: url(../images/h2-tit2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.4rem;
}
.home2-t>div.on .more span,.home2-t>div.on .title h3,.home2-t>div.on .title p {
    color: #fff;
}

.home2-t>div.on .title p::after {
    background: #fff;
}

.home2-t>div.on .title p {
    opacity: .5;
}

.home2-t>div.on .h2-t {
    /* padding: 0.3rem .3rem .5rem; */
}
.home2-t>div.on .h2-t ul{
    padding: 0 .25rem;
}
.home2-t>div.on .h2-t:after{opacity:1;}
.home2-t>div.on .more span{   background: url(../images/more3.png) no-repeat right center;}
    
    .home2-t .left li a:hover h3 {
        color: #1555AC;
        font-weight: bold;
    }

    .home2-t .left li a:hover .date {
        background: #1555AC;
    }

    .home2-t .left li a:hover p,.home2-t .left li a:hover span,.home2-t .right li a:hover h3 {
        color: #fff;
    }

    .home2-t .mid li a:hover h3 {
        color: #4D6993;
        font-weight: bold;
    }

    .home2-t .right li a:hover::after {
        background: url(../images/h2bg2.png) no-repeat #1555AC;
    }
}

@media screen and (max-width: 1024px) {
    .home2 {
        padding: .4rem 0 0;
    }
}

@media screen and (max-width: 768px) {
    .home2-t>div{height:auto;}
    .home2-t .left {
        width: 100%;
        margin: 0 0 0.25rem;
    }

    .home2-t .mid {
        width: 100%;
    }

    .home2-t .right {
        width: 100%;
    }
    .home2-t ul{height:auto;}
    .h2-t{padding: 0 0 .2rem 0;}
}

@media screen and (max-width: 420px) {
}

/* home3 */
.home3 {
    padding: .5rem 0 1.5rem;
    width: 100%;
}

.home3::after {
    width: 100%;
    background: url(../images/hbg3.png) no-repeat bottom;
    background-size: 100%;
    height: 11rem;
}

.home3 .title .h3 {
    margin: 0;
}

.home3 .title h3::after {
    width: 2.4rem;
    height: 1.2rem;
    background: url(../images/titbg2.png) no-repeat;
    bottom: -.4rem;
}

.home3-t li a {
    display: block;
}

.home3-t ul {
    margin: 0 -0.1rem;
}

.home3-t li {
    width: 16.6%;
    padding: 0 0.1rem;
    text-align: center;
}

.home3-t li .img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin: 0 auto 0.2rem;
}

.home3-t li .img::after {
    width: auto;
    height: auto;
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
    background: url(../images/h3-c.png) no-repeat;
    background-size: 100% !important;
    opacity: 0;
    animation: circleScale2 4s linear infinite;
}

.home3-t li p {
    font-size: 0.24rem;
    color: #333;
    transition: 0.5s;
    line-height: 1.4;
}

.home3-t li .img2 {
    display: none;
}

@media screen and (min-width: 1024px) {
    .home3-t li a:hover .img::after {
        opacity: 2;
    }

    .home3-t li a:hover p {
        font-weight: bold;
        color: #1555AC;
    }

    .home3-t li a:hover .img1 {
        display: none;
    }

    .home3-t li a:hover .img2 {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .home3 {
        padding: 0.4rem 0 1rem;
    }

    .home3-t li {
        width: 25%;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 768px) {
    .home3 {
        padding: 0.2rem 0 1rem;
    }

    .home3-t li .img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .home3-t li p {
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 420px) {
    .home3-t li .img {
        width: .8rem;
        height: .8rem;
    }
}

/* home4 */
.home4 {
    width: 100%;
    padding: 1rem 0rem 0;
}

.home4::after {
    width: 100%;
    height: 7.18rem;
    background: url(../images/hbg4.png) no-repeat top;
    background-size: 100%;
    bottom: auto;
    top: -1rem;
}

.home4 .title .h3 {
    margin: 0;
}

.home4 .title h3::after {
    width: 1.66rem;
    height: 1.11rem;
    background: url(../images/titbg4.png) no-repeat;
}

.home4-t {
    align-items: flex-end;
}

.home4-t .left {
    width: 70%;
}

.home4-t .right {
    width: 30%;
}

.h4-t1 {
    position: relative;
    width: calc((100vw - 16rem)/2 + 100%);
    left: calc((-100vw + 16rem)/2);
    overflow: hidden;
}

.ul-iconsb1 li {
    padding: 0 0.1rem;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%);
}

.ul-iconsb1 .icon {
    width: 0.7rem;
    height: .7rem;
    ;border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-iconsb1 .icon img {
    max-width: 0.39rem;
    max-height: 0.34rem;
}

.ul-iconsb1 .qrbox {
    top: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: .15rem;
    transition: 0.5s;
    position: absolute;
    width: 1.2rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ul-iconsb1 .qrbox .qr {
    padding: .05rem;
    background: #fff;
    text-align: center;
    border-radius: .1rem;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .1rem solid #fff;
    top: -0.1rem;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

/* .ul-iconsb1 li:last-child .qrbox::before{right: .15rem;left: auto;transform: translateX(0%);} */
.ul-iconsb1 .qrbox .qr img {
    width: 100%;
}

.ul-iconsb1 .icon .img2 {
    display: none;
}

.h4-t .imged {
    padding-bottom: 6.96rem;
}

.h4-t .imged::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.h4-t li a {
    display: block;
    position: relative;
}

.h4-t li p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 0.55rem;
}

.h4-b {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 50%;
    z-index: 10;
}

.h4-s2 {
    transform: rotateY(180deg) translateX(.7rem);
}

.h4-s2 li {
    transition: 0.5s;
    padding-top: 0.5rem;
}

.h4-s2 li .imged::after {
    width: 100%;
    background: #000;
    opacity: .3;
}

.h4-s2 li a {
    display: block;
    padding: 0 0.1rem;
    border: 0.04rem solid rgba(0, 0, 0, 0);
    transition: 0.5s;
    transform: rotateY(180deg);
}

.h4-s2 li .scale {
    border: 0.04rem solid rgba(0, 0, 0, 0);
}

.h4-s2 li h3 {
    display: none;
    height: 0.55rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    padding-top: 0.15rem;
    /* transform: rotateY(180deg); */
}

.h4-s2 li h3::after {
    background: #fff;
    height: 0.03rem;
    width: 0.26rem;
    left: 50%;
    transform: translateX(-50%);
}

.h4-s2 li.slick-current a .scale {
    border: 0.04rem solid #fff;
}

.h4-s2 li.slick-current .imged::after {
    opacity: 0;
}

.h4-s2 li.slick-current h3 {
    display: block;
}

.h4-s2 li.slick-current a {
    transform: rotateY(180deg) translateY(-0.5rem);
}

.home4-t .right li.fg1 .imged {
    padding-bottom: 100%;
}

.home4-t .right li.fg2 .imged {
    padding-bottom: 1.38rem;
}

.home4-t .right li.fg3 .imged {
    padding-bottom: 3.76rem;
}

.home4-t .right ul {
    align-items: flex-end;
}

.home4-t .right li {
    width: 50%;
}

.home4-t .right li.fg3 {
    width: 100%;
}

.home4-t .right li .imged::after {
    width: 100%;
    background: #000000;
    opacity: .3;
}

.home4-t .right li a {
    position: relative;
    display: block;
}

.home4-t li.fg1 .con {
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home4-t li.fg1 h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.home4-t li.fg2 .con {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.home4-t li.fg2 p {
    color: #fff;
    font-size: 0.16rem;
}

.home4-t li.fg2 p img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.16rem;
}

.home4-t li.fg3 .con {
    width: 100%;
    padding: 0 .2rem 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
    z-index: 10;
}

.home4-t li.fg3 .con h3 {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    flex: 1;
    min-width: 0;
    padding-left: 0.1rem;
}

.home4-t li.fg3 .con img {
    width: 0.31rem;
}

.home4-t li.fg3 .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
}

@media screen and (min-width: 1200px) {
    .ul-iconsb1 .con:hover .icon {
        background:#1555AC;
    }

    .ul-iconsb1 .con:hover .icon .img2 {
        display: block
    }

    .ul-iconsb1 .con:hover .icon .img1 {
        display: none
    }
}

@media screen and (max-width: 1600px) {
    .h4-t1 {
        position: relative;
        width: 110%;
        left: -10%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: 0rem 0 0rem;
    }

    .home4::after {
        top: -0.5rem;
    }

    .h4-t1 {
        position: relative;
        width: 100%;
        left: 0;
    }

    .h4-s2 {
        transform: rotateY(180deg) translateX(0rem);
    }

    .h4-b {
        width: 100%;
        position: relative;
        bottom: auto;
    }

    .h4-s2 li {
        padding-top: 0.25rem;
    }

    .h4-s2 li.slick-current a {
        transform: rotateY(180deg) translateY(0rem);
    }

    .h4-s2 li h3 {
        display: block;
        color: #333;
    }
}

@media screen and (max-width: 768px) {
    .home4 .left {
        width: 100%;
    }

    .home4 .right {
        width: 100%;
        margin-top: .2rem;
        padding-left: 0;
    }

    .h4-t .imged {
        padding-bottom: 65%;
    }
}

@media screen and (max-width: 600px) {
    .home4-t .right li {
        width: 100%;
    }

    .home4-t .right li.fg2 {
        order: -1;
    }
}

@media screen and (max-width: 420px) {
}

/* home5 */
.home5 {
    width: 100%;
    padding: 0.9rem 0 0.3rem;
    overflow: hidden;
}

.home5::after {
    width: 100%;
    height: 5.7rem;
    bottom: auto;
    top: 0;
    background: url(../images/hbg5.png) no-repeat;
    background-size: 100%;
}

.home5 .title h3::after {
    width: 2.6rem;
    height: 1.08rem;
    background: url(../images/titbg5.png) no-repeat;
}

.home5-t li {
    padding: 1rem 0.2rem 0.2rem;
}

.home5-t li a {
    display: block;
    text-align: center;
}

.home5-t li.swiper-slide-active a,.home5-t li.swiper-slide-active+li+li a {
    transform: translateY(-0.8rem);
}

.home5-t li * {
    transition: 0.5s;
}

.home5-t li .con {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: url(../images/h5-c1.png) no-repeat;
    background-size: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home5-t li .con::after {
    width: auto;
    height: auto;
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
    border-radius: 50%;
    border: 1px dashed #A81B00;
}

.home5-t li p {
    font-size: 0.18rem;
    font-family: sy;
    margin-bottom: 0.15rem;
}

.home5-t li p span {
    font-size: 0.54rem;
    font-family: sy;
    display: inline-block;
    padding-right: 0.05rem;
    transition: 0s;
}

.home5-t li h3 {
    font-size: 0.18rem;
    color: #434343;
}

@media screen and (min-width: 1024px) {
    .home5-t li a:hover .con {
        background: url(../images/h5-c2.png) no-repeat;
    }

    .home5-t li a:hover p {
        color: #fff;
    }

    .home5-t li a:hover h3 {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding: 0.4rem 0 0;
    }
}

@media screen and (max-width: 768px) {
    .home5-t li {
        padding: 0.2rem;
    }

    .home5-t li.swiper-slide-active a,.home5-t li.swiper-slide-active+li+li a {
        transform: translateY(0rem);
    }

    .home5-t li .con {
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto;
    }

    .home5-t li p span {
        font-size: 0.3rem;
    }
}

/* home7 */
.home6 {
    padding: 0rem 0 0.5rem;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.home6-t {
    padding: 0 0.45rem;
}

.home6 .title h3::after {
    width: 1.39rem;
    height: 1.13rem;
    background: url(../images/titbg6.png) no-repeat;
    bottom: -0.35rem;
}

.home6-t::before {
    content: "";
    position: absolute;
    width: 0.36rem;
    height: 3.36rem;
    background: url(../images/h6bg.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home6-t::after {
    width: 0.36rem;
    height: 3.36rem;
    background: url(../images/h6bg.png) no-repeat;
    background-size: 100% !important;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.home6-t ul {
    background: #F2EDE3;display: block;
}

.home6-t li {
    /* width: 20%; */
    height: 2.8rem;
}

.home6-t li::after {
    width: 100%;
    background: url(../images/h6bg.jpg) no-repeat center/cover;
    opacity: 0;
    border-radius: 0.6rem 0rem 0.6rem 0px;
}

.home6-t li a {
    width: 100%;
    height: 100%;
    padding: 0.53rem 0.1rem;
    text-align: center;
    display: block;
}

.home6-t li a::after {
    width: 1px;
    height: 1.2rem;
    background: #9A0000;
    opacity: .2;
    left: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.home6-t li.slick-current a::after {
    opacity: 0;
}
.home6-t li .img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(154, 0, 0, 0.1) 0%, rgba(154, 0, 0, 0) 100%);
    margin: 0 auto 0.1rem;
}

.home6-t li p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #434343;
}

.home6-t li .img2 {
    display: none;
}

.home6-t li img {
    max-width: 0.7rem;
    max-height: 0.7rem;
}

.home6-t .slick-arrow{width: 0.3rem;height: 0.3rem;border-radius: 50%;}
.home6-t .slick-arrow::before{color: #9A0000;font-weight: bold;opacity:.5;}
.home6-t .slick-prev{left: -.4rem;}
.home6-t .slick-next{right:-.4rem;}

@media screen and (min-width: 1200px) {
    .home6-t li:hover::after {
        opacity: 1;
    }

    .home6-t li:hover p {
        color: #fff;
    }

    .home6-t li:hover .img2 {
        display: block;
    }

    .home6-t li:hover .img1 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .home6 {
        padding: 0.4rem 0 0.4rem;
    }
}

@media screen and (max-width: 768px) {
    .home6-t {
        padding: 0;
    }

    .home6-t::after,.home6-t::before {
        display: none;
    }

    .home6-t li {
        height: auto;
    }

    .home6-t li .img {
        width: .8rem;
        height: .8rem;
    }

    .home6-t li img {
        max-width: 0.45rem;
        max-height: 0.45rem;
    }
    .home6-t .slick-prev{left: 0rem;}
    .home6-t .slick-next{right:0rem;}
}

@media screen and (max-width: 500px) {
    .home6-t li {
        /* width: 33.3%; */
    }

    .home6-t li a {
        padding: 0.4rem 0;
    }
}

/* home8 */
.home7 {
    padding: 0rem 0 .7rem;
}

.home7::after {
    width: 9.6rem;
    height: 6.7rem;
    background: url(../images/hbg7.png) no-repeat bottom;
    background-size: 100% 100%;
    bottom: -0.2rem;
}

.home7 .title h3::after {
    width: 1.88rem;
    height: 1.19rem;
    background: url(../images/titbg7.png) no-repeat;
    bottom: -0.35rem;
}

.home7 .more::after {
    width: 1.57rem;
    height: 1.49rem;
    background: url(../images/h8-m.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: 0;
    bottom: -0.3rem;
}

.home7-t .scale {
    border-radius: 0.2rem 0rem 0.2rem 0rem;
}

.home7-t .imged {
    padding-bottom: 45%;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
}

.home7-t {
    position: relative;
}

.home7-t .arror {
    left: -0.8rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #A40909;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #CACACA;
    border-radius: 50%;
}

.home7-t .swiper-button-next {
    left: auto;
    right: -0.8rem;
}

.home7-t .arror::after {
    font-size: 0.2rem;
    font-weight: bold;
    color: #ddd;
}

.home7-t .arror:hover {
    background: #A40909;
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1600px) {
    .home7-t {
        padding: 0 0.4rem;
    }

    .home7-t .arror {
        left: 0rem;
        width: .35rem;
        height: .35rem;
    }

    .home7-t .swiper-button-next {
        left: auto;
        right: 0rem;
    }

    .home7::after {
        background-size: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .home7 {
        padding: 0.2rem 0 .4rem;
    }
}

/* foot */
.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover;
}

.foot-b {
    justify-content: space-between;
    padding: 0.3rem 0;
    align-items: center;
}

.foot-b .fot-l {
    width: 30%;
    padding-top: .35rem;
}

.foot-b .fot-m {
    width: 27%;
}

.foot-b .fot-r {
    width: 30%;
}

.foot-b p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #fff;
    margin-top: 0rem;
}

.foot-b .fot-l h3 {
    color: #fff;
    font-weight: bold;
    font-size: 0.22rem;
    padding-left: 0.15rem;
    border-left: 0.03rem solid #fff;
    margin-bottom: .1rem;
}

.foot-b .fot-r h4 {
    margin-bottom: 0.1rem;
    text-align: right;
}

.foot-b .fot-r h4 img {
    width: 2.7rem;
}

.foot-b .fot-r ul {
    justify-content: flex-end;
}

.foot-b .fot-r li {
    padding: 0 0.14rem;
    width: 1.3rem;
    text-align: center;
}

.foot-b .fot-r li img {
    padding: 0.03rem;
    background: #fff;
}

.foot {
    padding: 0.15rem 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.foot p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 1.5;
}

.foot p a {
    display: inline-block;
    padding-left: 0.4rem;
}

.rightFix {
    position: fixed;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    padding: .4rem 0 .2rem;
    display: none;
}

.rightFix::after {
    width: 100%;
    height: 2.47rem;
    background: url(../images/rrbg.png) no-repeat top;
    background-size: 100%;
    bottom: auto;
    top: 0;
}

.rightFix h3 {
    text-align: center;
    font-size: 0.2rem;
    font-family: sy;
    color: #A81B00;
    background: url(../images/line.png) no-repeat bottom center;
    background-size: 0.86rem !important;
    padding-bottom: 0.12rem;
    margin-bottom: 0;
}

.rightFix li {
    width: 1.22rem;
    color: #333;
    text-align: center;
    font-size: .16rem;
    padding: 0 0.17rem;
    transition: .3s;
}

.rightFix li a {
    display: block;
    padding: 0.14rem 0;
    border-bottom: 1px dashed rgba(168,27,0,.2);
    line-height: 1.6;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .rightFix li:hover a {
        color: #A81B00;
    }
}

@media screen and (max-width: 1200px) {
    .rightFix {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .foot-t ul {
        padding:0;
    }
}

@media screen and (max-width: 768px) {
    .foot-b .fot-l {
        width: 100%;
        /* order: 3; */
        padding-top: 0;
    }

    .foot-b .fot-m {
        width: 100%;
        text-align: center;
        margin: .2rem 0;
    }

    .foot-b .fot-r {
        width: 100%;
    }

    .foot-b .fot-r ul {
        justify-content: center;
    }

    .foot-b .fot-r h4,.foot-b .fot-l p {
        text-align: center;
    }

    .foot-b .fot-r li {
        width: 1.5rem;
    }
}

@media screen and (max-width: 420px) {
    .foot p a {
        padding-left: 0.15rem;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 2300px) {
    .header_box #header::after {
        width:18%;
    }
}

@media screen and (max-width: 1600px) {
    #logo {
        width:4rem;
    }

    #header .right {
        padding-left: 5%;
    }

    .header_box #header::after {
        width: 25%;
    }
}

@media screen and (max-width: 1400px) {
    #header .right {
        padding-left: 5%;
    }

    #nav ul li h3 {
        font-size: 0.18rem;
    }

    .list_box0 .li {
        padding-right: 0.05rem;
    }

    .list_box0 .li > a .top_ico {
        margin-right: 0.05rem;
    }

    .header_box #header::after {
        width: 28%;
    }
}

@media screen and (max-width: 1200px) {
    .header_box,.home3 .titl ul {
        display: none;
    }

    .m_header_box {
        display: block;
        height: .7rem;
    }

    .swiper-box1 .imged {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
    .txt1 {
        font-size: 0.2rem !important;
    }

    .p1 {
        line-height: 1.6 !important;
        font-size: 0.16rem !important;
    }

    .title {
        margin-bottom: .25rem !important;
    }

    .title h3 {
        font-size: .26rem;
        text-align: left;
    }

    .title .h3 {
        margin: 0;
        padding-left: 0;
    }

    .title .h3:before {
        display: none;
    }

    .title .h3::after {
        width: 1.3rem;
        height: .25rem;
    }

    .title h3 img {
        width: 1rem;
    }

    .title h3::after {
        left: 0;
        width: .6rem;
        height: .6rem;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 420px) {
}

@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5);
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-150px,0,0);
        transform: translate3d(-150px,0,0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(150px,0,0);
        transform: translate3d(150px,0,0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(-150px,-150px,0);
        transform: translate3d(-150px,-150px,0)
    }
}