.Yd_navBox {
    width: 100%;
    z-index: 100;
    height: 1rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
}

.Yd_navBox .Yd_navBox_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 .5rem;
}

.Yd_navBox .Yd_navBox_img>img {
    width: 1.80rem;
    height: .52rem;
}

.Yd_navBox .Yd_navBox_imgicon>img {
    width: .68rem;
    height: .68rem;
    display: block;
}

.Yd_navBox .Yd_navBox_Details {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}

.Yd_navBox .Yd_navBox_Details>div {
    text-align: right;
    font-size: .48rem;
    padding: .2rem .5rem .2rem 0;
}

.Yd_navBox .Yd_navBox_DetailsUl>li a {
    display: block;
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 .2rem;
    color: #000;
    font-size: .26rem;
}

.navBox {
    width: 100%;
    display: none;
}

.navBox .Nav_top {
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    z-index: 10;
}

.navBox .Nav_top1 {
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}

.navBox .Nav_topContent {
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navBox .Nav_topContent>img {
    width: 2rem;
    height: .6rem;
}

.navBox .navUl {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navBox .navLi a {
    font-size: .22rem;
    padding: .05rem .2rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
}

.navBox .Nav_topContent1 {
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navBox .Nav_topContent1>img {
    width: 2rem;
    height: .6rem;
}

.navBox .navUl1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navBox .navLi1 a {
    font-size: .22rem;
    padding: .05rem .2rem;
    cursor: pointer;
    margin: 0 .1rem;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeBox_mySwiper {
    height: 100%;
}

.homeBox {
    width: 100%;
    position: relative;
    padding-top: 1rem;
}

.index01 {
    background: url("../img/in_datebg.jpg");
}

.index01 .index01_C {
    margin: auto;
}

.index01 .index01_CDataBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 .2rem;
}

.index01 .index01_CDataBox li {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: .28rem 0 .32rem 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.index01 .index01_CDataBox li:last-child {
    border-right: 0px;
}

.index01 .index01_CDataBox li:nth-child(2) {
    border-right: 0px;
}

.index01 .in_datatt img {
    width: .48rem;
    transition: all 0.3s;
    color: #fff;
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: none;
}

.index01 .in_datatt p {
    font-size: .28rem;
    color: #fff;
    font-family: pr;
    font-style: italic;
    text-align: center;
}

.index01 .in_datatt p span {
    font-size: .55rem;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-family: Arial black;
}

.index01 .index01_CDataBox li:hover .in_datatt img {
    top: .6rem;
}

.index03 {
    width: 100%;
    padding: .3rem 0;
    overflow: hidden;
    background: #fff;
}

.index03 .index03_C {
    margin: auto;
}

.index03 .index03_CTT {
    font-size: .44rem;
    text-align: center;
    color: #333;
    font-family: pb;
    text-transform: uppercase;
}

.index03 .index03_CMsg {
    font-size: .27rem;
    margin-top: .05rem;
    line-height: 1.5;
    font-family: p;
    color: #666;
    text-align: left;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
}

.index03 .index03_CMsg img {
    width: .2rem;
    margin-top: .3rem;
}

.index03 .index03_con {
    margin-top: .5rem;
    border-top: .05rem solid #cf1314;
    background: #fff;
    padding: .5rem .35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    width: 70%;
    margin: auto;
}

.index03 .index03_mySwiper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.index03 .index03_mySwiper {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding-bottom: .4rem;
}

.index03 .index03_mySwiper .swiper-pagination-bullet {
    width: .18rem;
    height: .18rem;
}

.index03 .index03_mySwiper .swiper-pagination-bullet-active {
    background: #cf1314;
}

.index03 .index03_mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.index03 .swiper1 {
    width: 100%;
    height: 100%;
}

.index03 .swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index03 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index03 .S_item {
    margin: 0 .1rem;
}

.index03 .S_itemC {
    background: #fff;
    width: 100%;
    padding: .06rem;
    box-sizing: border-box;
}

.index03 .S_itemC_pic {
    overflow: hidden;
}

.index03 .S_itemC_pic img {
    width: 100%;
    transition: all 0.3s;
}

.index03 .S_itemC_msg {
    padding:.18rem .1rem .12rem;
}

.index03 .S_itemC_msg p {
    color: #333;
    font-size: .25rem;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index03 .S_item:hover .S_itemC_pic img {
    transform: scale(1.02);
}

.index04 {
    overflow: hidden;
}

.index04 .index04_C {
    width: 7rem;
    margin: 0 auto;
}

.index04 .index04_CL {
    width: 100%;
}

.index04 .index04_CR {
    width: 100%;
    box-sizing: border-box;
    margin-top: .3rem;
}

.index04 .CL_pic {
    width: 100%;
    overflow: hidden;
}

.index04 .CL_pic img {
    width: 100%;
}

.index04 .CL_msg h2 {
    font-size: .42rem;
    text-transform: uppercase;
    font-family: pb;
    font-weight: normal;
}

.index04 .CL_msg p {
    font-size: .28rem;
    line-height: 1.5;
    margin-top: .1rem;
    font-family: pr;
}

.index04 .index04_CR_ul li {
    margin-bottom: .4rem;
    padding-left: 1.3rem;
    position: relative;
    cursor: pointer;
}

.index04 .CR_ul_icon {
    width: 1rem;
    transition: all 0.3s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    overflow: hidden;
    color: #cf1314;
    border-radius: 50%;
    border: 3px solid #cf1314;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index04 .CR_ul_icon img {
    width: .5rem;
    height: .5rem;
    transition: all 0.3s;
}

.index04 .index04_CR_ul li:nth-child(1) .CR_ul_icon img {
    width: .4rem;
    height: .4rem;
}
.index04 .index04_CR_ul li:nth-child(5) .CR_ul_icon img {
    width: .5rem;
    height: .4rem;
}

.index04 .index04_CR_ul li h2 {
    font-size: .28rem;
    font-family: pb;
    padding-top: .08rem;
}

.index04 .index04_CR_ul li p {
    font-size: .26rem;
    line-height: 1.5;
    font-family: pr;
    margin-top: .1rem;
}

.index04 .index04_CR_ul li:hover h2 {
    color: #cf1314;
}

.index04 .index04_CR_ul li:hover img {
    transform: rotate(360deg);
}

.index05 {
    padding: .3rem .2rem;
    background: #cf1314;
}

.index05 .index05_C {
    margin: auto;
}

.index05 .index05_C h1 {
    font-size: .44rem;
    text-align: center;
    color: #fff;
    font-family: pb;
    text-transform: uppercase;
    position: relative;
}

.index05 .index05_C_Ul {
    width: 100%;
    margin-top: .35rem;
    overflow: hidden;
}

.index05 .index05_C_Ul li {
    width: 100%;
    overflow: hidden;
    height: 4.5rem;
}

.index05 .index05_C_Ul li a {
    position: relative;
    display: block;
}

.index05 .in_classpic {
    width: 50%;
    background: #fff;
    float: left;
    height: 4.5rem;
}

.index05 .in_sypic {
    width: 50%;
    height: 4.5rem;
    transition: all 0.2s;
    overflow: hidden;
    float: right;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index05 .index05_C_Ul li.on .in_classpic {
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 5;
}

.index05 .index05_C_Ul li.on .in_sypic {
    width: 100%;
}

.index05 .in_casetext {
    margin-top: .6rem;
    padding: 0 .4rem;
}

.index05 .in_casetext h2 {
    font-size: .3rem;
    height: .5rem;
    font-family: pb;
    line-height: .26rem;
    overflow: hidden;
}

.index05 .in_casetext p {
    font-size: .27rem;
    line-height: 1.2;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .2rem;
    font-family: pr;
}

.index05 .in_sypic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index05 .index05_C_Ul li.on .in_sypic img {
    opacity: 0.4;
}

.index05 .index05_C_Ul li.on .in_casetext h6 {
    background: #cf1314;
    color: #fff;
}

.index05 .index05_C_Ul li.on .in_casetext h2 {
    font-size: .36rem;
    height: .35rem;
    line-height: .35rem;
}

.index05 .index05_C_Ul li.on .in_classpic p {
    color: #fff;
}

.index05 .index05_C_Ul li.on .in_casetext {
    padding: 0 15%;
    margin-top: .85rem;
    text-align: center;
}

.index05 .index05_C_Ul li:nth-of-type(2) .in_sypic,
.index05 .index05_C_Ul li:nth-of-type(4) .in_sypic {
    float: left;
}

.index05 .index05_C_Ul li:nth-of-type(2) .in_classpic,
.index05 .index05_C_Ul li:nth-of-type(4) .in_classpic {
    float: right;
}

.index05 .morebtn1 {
    transition: all 0.3s;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #fff;
    border: .01rem solid #cf1314;
    background: url('../img/13.png') no-repeat center center;
    background-size: 70% 63%;
    margin-top: .5rem;
}

.index05 .morebtn1 img {
    width: 70%;
    height: 63%;
}

.index05 .index05_C_Ul li.on .morebtn1 {
    margin: auto;
    margin-top: .7rem;
    background: url('../img/6.png') no-repeat center center;
    background-size: 70% 63%;
    background-color: #cf1314;
}

footer {
    background: #333;
}

footer .footer_C {
    margin: auto;
    justify-content: space-between;
    padding: 0 .5rem;
}

footer .footer_B {
    background: #222;
    font-size: .28rem;
    padding: .15rem;
    clear: both;
    text-align: center;
    color: rgba(204, 204, 204, 0.5);
}

footer .footer_item1 {
    width: 25%;
    padding-top: .6rem;
    display: none;
}

footer .footer_item2 {
    width: 100%;
    padding-top: .6rem;
}

footer .footer_item2 p {
    font-size: .32rem;
    color: rgb(204, 204, 204);
    line-height: 1.4;
    font-family: pr;
}

footer .item2_ULli {
    display: flex;
    align-items: center;
}

footer .item2_UL {
    margin-top: .2rem;
}

footer .item2_ULli P,
footer .item2_ULli a {
    font-size: .3rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}

footer .item2_ULli a span {
    font-size: .3rem;
    font-family: pb;
    color: #cf1314;
}

footer .item2_ULli img {
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}

footer .footer_item3 {
    width: 100%;
    background: #cf1314;
    padding: .38rem .28rem .5rem;
    margin: .3rem 0;
}

footer h4 {
    color: #fff;
    font-size: .36rem;
    font-family: pb;
    margin-bottom: .18rem;
}

footer .footer_ul {
    margin-bottom: .3rem;
}

footer .footer_ul p a {
    color: #ddd;
    font-size: .15rem;
    line-height: .35rem;
    display: block;
}

footer .footer_item3 input,
footer .footer_item3 textarea {
    width: 100%;
    font-family: pr;
    resize: none;
    margin-bottom: .2rem;
    color: rgb(34, 34, 34);
    font-size: .3rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}

footer .footer_item3 input {
    height: .7rem;
    line-height: .7rem;
    border-radius: .5rem;
}

footer .footer_item3 textarea {
    padding: .2rem;
    border-radius: .1rem;
}

footer .footer_item3 button {
    width: 4rem;
    margin: auto;
    margin-top: .4rem;
    height: .8rem;
    font-family: pr;
    font-weight: 500;
    line-height: .45rem;
    color: #000;
    font-size: .3rem;
    text-align: center;
    cursor: pointer;
    border-radius: .5rem;
    background-color: #fff;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
}

footer .footer_item3 button:hover {
    opacity: 0.9;
}