/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
    height: 1.26rem;
}
.navBox_header {
    width: 100%;
    height: 118px;
    background: url("../img/hdbg.png") no-repeat center;
}
.navBox_wrapper{
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 90%;
    max-width: 16rem;
    margin: auto;
}
.navBox_wrapperT{
    width: 70%;
    height: .35rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapperT_L , .wrapperT_R{
    display: flex;
}
.wrapperT_icon1 {
    background-image: url("../img/hdicon1.png");
}
.wrapperT_icon2 {
    background-image: url("../img/hdicon2.png");
}
.wrapperT_icon3 {
    background-image: url("../img/hdicon5.png");
}
.wrapperT_icon4 {
    background-image: url("../img/hdicon4.png");
}
.wrapperT_icon{
    margin-right: .2rem;
    display: block;
    width: .21rem;
    height: .21rem;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.wrapperT_R>div , .wrapperT_R>div>a{
    color: #fff;
    font-size: .16rem;
}
.wrapperT_R>div{
    margin-right: .15rem;
}
.nav_logo{
    width: 31.25%;
    height: .7rem;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    /* background: #fff; */
    /* position: relative; */
}
.nav_logo img{
    width: 2.71rem;
    height: .7rem;
    z-index: 1;
}
.nav_itemL{
    display: flex;
    justify-content: space-around;
    width: calc(100% - 5rem);
    height: .7rem;
}
.nav_itemLLi{
    line-height: .7rem;
}
.nav_YDD{
    display: none !important;
}
.nav_YDS{
    display: block;
}
.nav_itemLLi a {
    display: block;
    color: #000;
    font-size: .25rem;
    background: bottom;
}
.nav_YDS_UL{
    width: 2.6rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: .7rem;
    display: none;
}
.nav_YDS:hover .nav_YDS_UL{
    display: block !important;
}
.nav_YDS_Li a{
    font-size: .2rem;
    line-height: 2;
    padding: 0 .2rem;
}
/*  */
.index01{
    width: 100%;
}
.index01_swiper {
    
}

.index01_swiper {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.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: 8rem;
}
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_mySwiper .swiper-button-next, .homeBox_mySwiper .swiper-button-prev {
    color: #fff;
    width: .46rem;
    height: .46rem;
    background-color:rgba(0, 0, 0, 0.5);
    /* border-radius: 50%; */
    font-size: .26rem;
}
/*  */
.index02{
    width: 12rem;
    margin: auto;
}
.index02>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index02_Li>a{
    width: 24.5%;
}
.index02_Li_Msg{
    display: block;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    font-size: .15rem;
    color: white;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #000;
}
/*  */
.index03{
    width: 12rem;
    margin: auto;
    margin-top: .5rem;
}
.index03_box1_T{
    text-align: center;
    font-size: .36rem;
    color: #333;
    font-family: pb;
}
.index03_box1_T span{
    color: #ed1c24;
}
.index03_box1_M{
    width: 7.8rem;
    margin: auto;
    margin-top: .3rem;
    line-height: .26rem;
    color: #333;
    font-size: .18rem;
}
.index03_box2{
    width:100%;
    display: flex;
    margin-top: .4rem;
}
.index03_box2L{
    width: 53.5%;
    position: relative;
    padding:0 0 .15rem .15rem;
}
.index03_box2R{
    padding-left: .35rem;
    box-sizing: border-box;
}
.index03_box2L:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #ed1c24;
}
.index03_box2L img{
    position: relative;
    z-index: 2;
    display: block;
}
.box2RT_1{
    color: #ed1c24;
    font-size: .24rem;
    font-family: pb;
}
.box2RT_2{
    color:#333;
    font-size: .34rem;
    font-family: pb;
    position: relative;
}
.box2RT_2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.2rem;
    height: .04rem;
    background-color: #ed1c24;
}
.box2RT_Msg{
    color: #333;
    line-height: .26rem;
    font-size: .17rem;
    margin-top: .2rem;
}
.box2RT_btn {
    position: relative;
    margin-top: 21px;
    display: block;
    width: 1.65rem;
    height: .5rem;
    padding-left: .05rem;
    line-height: .5rem;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}
.box2RT_btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: .05rem;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.box2RT_btn:hover:before {
    width: 100%;
    color:#fff;
}
.box2RT_btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}
/*  */
.index04{
    width: 12rem;
    margin: auto;
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
}
.index04_li{
    width: 30%;
    padding-bottom: .22rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index04_li_pT{
    color: #333;
    font-size: .24rem;
    font-family: pb;
}
.index04_li_pM{
    font-size: .14rem;
    color: #333;
    margin-top: .1rem;
    line-height: .26rem;
    margin-bottom: .1rem;
}
.h-abt-list .item-link {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 23px;
    height: 14px;
    background: url("../img/habticon_03.png") no-repeat center;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.index04_li_img{
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: .23rem;
    height: .14rem;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.index04_li:hover .index04_li_img {
    left: 0;
}
/*  */
.index05{
    width: 100%;
    height: 1.92rem;
    background: url("../img/hcontbg.png") no-repeat center;
    overflow: hidden;
}
.index05_C{
    width: 12rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.index05_CL{
    width: 50%;
}
.index05_CLT{
    color: #fff;
    font-size: .24rem;
    margin-bottom: .1rem;
}
.index05_CLM{
    color: #fff;
    font-size: .18rem;
}
.index05_btn{
    position: relative;
    width: 1.96rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .18rem;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.index05_btn:before {
    content: "";
    position: absolute;
    right: .19rem;
    top: 50%;
    margin-top: -.08rem;
    width: .26rem;
    height: .16rem;
    background: url("../img/jt_03.png") no-repeat center;
}
.index05_btn a{
    color: #333333;
}
/*  */
.index06{
    width: 100%;
    padding: .7rem 0 .5rem 0;
}
.index06_ul{
    width: 12rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}
.h-pro-tabhd li a.active {
    color: white;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.index06_li {
    display: block;
    height: .46rem;
    line-height: .46rem;
    font-size: .14rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border: 1px solid #a0a0a0;
    overflow: hidden;
    width: 23.76%;
    cursor: pointer;
    transition: all 350ms;
}
.index06_li:hover,.active{
    color: white;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.index06_C_Ul{
    width: 100%;
    margin-top: .5rem
}
.index06_C_Li>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.index06_C_Li_item{
    width: 16.486%;
    margin-left: 0.18%;
    margin-bottom: .2rem;
}
.index06_C_Li_item a{
    width: 100%;
}
.C_Li_item_pic{
    position: relative;
    z-index: 1;
    border: 1px solid #29303a;
    overflow: hidden;
    transition: all 350ms;
}
.C_Li_item_pic img {
    max-width: 100%;
    border: 0px solid #ccc;
    height: auto !important;
    transition: all 350ms;
    display: block;
}
.C_Li_item_Msg{
    color: #333;
    font-size: .18rem;
    text-align: center;
    line-height: 1.5;
    margin-top: .1rem;
}
.index06_C_Li_item .item-modal {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url("../img/hpro_06.png") no-repeat center;
    background-color: rgba(237, 28, 36, 0.6);
    transition: all 350ms;
}
.C_Li_item_pic:hover .item-modal {
    top: 0;
}
.C_Li_item_pic:hover img{
    border: 0px solid #ccc;
    transform: scale(1.03,1.03);
}
.C_Li_item_pic:hover{
    border: 1px solid #ccc;
}
/*  */
.index07{
    background-color: #fff;
    margin-bottom: .8rem;
}
.index07_c{
    margin-top: .55rem;
    padding-top: .53rem;
    padding-bottom: .42rem;
    background-color: #f6f7f9;
}
.index07_con{
    width: 12rem;
    margin: auto;
}
.index07_box{
    /* height: 3.6rem; */
    margin-top: .3rem;
    display: flex;
}
.index07_box_pic1{
    display: none;
}
.index07_box_pic2{
    height: 3.6rem;
    width: 35.5%;
    display: flex;
    overflow: hidden;
}
.index07_box_Msg{
    width: 64.5%;
    padding-right: 74px;
    box-sizing: border-box;
}
.box_Msg_li a{
    display: flex;
}
.box_Msg_li{
    margin-bottom: .2rem;
}
.box_Msg_li_pic{
    overflow: hidden;
    width: 28%;
    display: flex;
}
.box_Msg_li_pic img{
    width: 100%;
    transition: all 350ms;
}
.box_Msg_li_R {
    padding-left: .2rem;
    overflow: hidden;
    width: 72%;
}
.Msg_li_RT{
    color: #333;
    font-size: .14rem;
    word-wrap: break-word;
    font-family: pb;
    margin-top: .1rem;
}
.Msg_li_Rtime{
    margin-top: .1rem;
    height: .16rem;
    line-height: .16rem;
    padding-left: .23rem;
    font-size: .14rem;
    color: #333333;
    background: url("../img/news_08.png") no-repeat left center;
}
.Msg_li_RMsg{
    display: block;
    /* height: 52px; */
    line-height: 1.5;
    font-size: .14rem;
    color: #333333;
    overflow: hidden;
    margin-top: .1rem;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.box_Msg_li:hover .box_Msg_li_pic img{
    transform: scale(1.03,1.03);
}
/*  */
.index08{
    width: 100%;
    background-color: #212223;
}
.index08_T {
    position: relative;
    padding-top: .5rem;
    padding-bottom: .24rem;
    line-height: .3rem;
    font-size: .14rem;
    color: #ffffff;
}
.index08_T:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background: url("../img/ft_02.jpg") no-repeat center;
}
.index08_TC{
    width: 12rem;
    margin: auto;
}
.TC_box{
    display: flex;
}
.TC_box_Li1{
    width: 2.22rem;
    margin-right: .5rem;
}
.TC_box_Li1:last-child{
    margin-right: 0;
}
.TC_box_TT{
    color: #fff;
    font-size: .24rem;
}
.TC_box_MUl{
    margin-top: .2rem;
}
.TC_box_Mli,.TC_box_Mli a{
    color: #fff;
    font-size: .14rem;
}
.TC_box_iconUl{
    display: flex;
    margin-top:.18rem;
}
.TC_box_iconLI{
    margin-right: .12rem;
    margin-bottom: .12rem;
    display: block;
    width: .35rem;
    font-size: 0;
    line-height: 0;
}
.index08_TC_info,.index08_TC_info a{
    margin-top: .2rem;
    color: #fff;
    font-size: .14rem;
    line-height: 1.5;
}
.linklist{
    padding-top: .13rem;
    padding-bottom: .13rem;
    background: url("../img/ftbg_04.jpg") repeat-y center;
    min-height: .24rem;
}
.linklist_msg {
    margin: 0 auto;
    max-width: 12rem;
    overflow: hidden;
}
.linklist ul {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
}
.linklist ul li {
    margin: 0 .06rem;
    display: inline-block;
    font-size: .14rem;
    color: #ffffff;
    line-height: .24rem;
}