ul,li{
    list-style-type: none;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
.index01{
    width: 100%;
    height: 8rem;
}
.pc{
    display: block !important;
}
.yd{
    display: none !important;
}
.index01 a{
    display: block;
    height: 100%;
}
.index01 img{
    width: 100%;
    display: block;
    height: 100%;
}
.index02{
    background: #f6f6f6;
}
.index02_C{
    width: 15rem;
    margin: auto;
    padding: .8rem 0;
    display: flex;
}
.index02_CL ,.index02_CR{
    width: 50%;
}
.yd_index02_CL{
    display: none;
}
.index02_CL{
    border:.01rem solid #f5a333;
    overflow: hidden;
}
.index02_CL img{
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s;
}
.index02_CL:hover .index02_CLimg{
    transform: scale(1.05);
}
.index02_CR{
    padding: 0 .5rem 0 .8rem;
    box-sizing: border-box;
}
.index02_CR h1{
    font-size: .40rem;
    font-family: pb;
    line-height: 1.2;
    margin-top: .1rem;
}
.index02_CR p{
    font-size: .2rem;
    color: #666666;
    line-height: 1.5;
    margin-top: .2rem;
    font-family: p;
}
.index02_CR a{
    display: block;
    /* background-image: url('../img/'); */
    position: relative;
    margin: 1rem 0 0 .45rem;
}
.index02_CR a .I02_btn_img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("../img/1.png");
    background-size: 100%;
    width: 5.35rem;
    height: .85rem;
    padding: .1rem 0;
    box-sizing: border-box;
}
.I02_btn_img p:first-child{
    font-size: .22rem;
    color: #fff;
    margin: 0;
    text-align: center;
}
.I02_btn_img p:last-child{
    font-size: .3rem;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1; font-family: pb;
}
.I02_btn{
    border-radius: 50% !important;
    border: .02rem solid #f5a333;
    position: absolute;
    top: -.73rem;
    left: -.43rem;
    overflow: hidden;
    width: 1.54rem;
    height: 1.54rem;
}
.index03{
    background: #fff;
    width: 100%;
}
.index03_C{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.yd_index03_C{
    display: none;
}
.index03_C h1{
    font-size: .42rem;
    font-family: pb;
    text-align: center;
}
.I03_UL{
    display: flex;
    margin-top: .5rem;
}
.I03_liL{
    width: 30%;
    height: 7.16rem;
}
.I03_liR{
    width: 68%;
    display: flex;
    justify-content: space-between;
    padding-left: .2rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: space-between;
}
.I03_liL_item{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.I03_liL_item .I03_liL_itemimg{
    width: 100%;
    position: absolute;
    height: 7.16rem;
}
.I03_liL_itemC{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: .8rem .3rem .5rem;
}
.I03_liL_itemC h1{
    font-size: .36rem;
    font-family: pb;
    width: 90%;
    margin: auto;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    margin-top: .5rem;
    transition: all .3s;
}
.I03_liL_Btn{
    display: flex;
    background: linear-gradient(to right, #f5a333, #f29035);
    width: 2.61rem;
    height: .6rem;
    border-radius: .4rem;
    margin: auto;
    margin-top: .3rem;
    align-items: center;
    text-decoration:none;
    padding: 0 .3rem;
    box-sizing: border-box;
    transition: all .3s;
    opacity: 0;
}
.I03_liL_Btn img{
    width: .3rem;
    height: .3rem;
    margin-right: .15rem;
}
.I03_liL_Btn p{
    font-size: .28rem;
    color: #fff;
    padding-bottom: .05rem;
}
.index02_CRT{
    font-size: .22rem;
    color: #fff;
    text-align: center;
    margin-top: 2.9rem;
    transition: all .3s;
}
.I03_liL_item:hover .I03_liL_Btn{
    opacity: 1;
}
.I03_liL_item:hover .I03_liL_itemC h1{
    margin-top: 0;
}
.I03_liL_item:hover .index02_CRT{
    margin-top: 3.4rem;
}
.I03_item{
    width: 49%;
    height: 3.5rem;
    position: relative;
    overflow: hidden;
}
.I03_item .I03_itemimg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.I03_itemC{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(232,144,51,.95);
    padding: .1rem .5rem;
    box-sizing: border-box;
    top: 3rem;
    transition: all .3s;
}
.I03_itemC h2{
    font-size: .2rem;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-family: pb;
}
.I03_itemC p{
    font-size: .2rem;
    color: #fff;
    line-height: 0.2rem;
}
.I03_liR_Btn{
    display: flex;
    width: 2.61rem;
    height: .55rem;
    border-radius: .4rem;
    margin: auto;
    margin-top: .3rem;
    align-items: center;
    text-decoration:none !important;
    padding: 0 .3rem;
    box-sizing: border-box;
    transition: all .3s;
    background: #fff;
}
.I03_liR_Btn img{
    width: .3rem;
    height: .3rem;
    margin-right: .2rem;
}
.I03_liR_Btn p{
    font-size: .25rem;
    color: #f29035;
    padding-bottom: .05rem;
}
.I03_item:hover .I03_itemC{
    top: 0;
    padding: .4rem .5rem;
}
.index04{
    background: #18539f;
    width: 100%;
}
.index04_C{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.index04_CTT{
    font-size: .42rem;
    text-align: center;
    color: #fff;
    margin: 0!important;
    font-family: pb
}
.I04_UL{
    display: flex;
    width: 100%;
    margin-top: .5rem;
}
.I04_Litab{
    width: 20%;
    overflow: hidden;
}
.I04_LitabImg{
    width: 78%;
    padding-left:.2rem ;
    box-sizing: border-box;
}
.I04_LitabLi{
    width: 100%;
    height: 1.56rem;
    border: .02rem solid #093f84;
    position: relative;
    margin-bottom: 0.05rem;
    box-sizing: border-box;
    cursor: pointer;
}
.I04_LitabLi img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.I04_LitabLiMsg{
    position: absolute;
    width: 100%;
    height: .45rem;
    background: rgba(30, 100, 152, .8);
    bottom: 0;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    line-height: .45rem;
}
.I04_LitabLi.on{
    border: .02rem solid #f29035;
}
.I04_LitabLi.on .I04_LitabLiMsg{
    background: rgba(242, 144, 53, .8);
}
.I04_LitabImgB{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: .02rem solid #f29035;
    position: relative;
}
.I04_LitabImgB img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.I04_LitabImgB_Msg{
    background: rgba(252, 251, 248, .8);
    width: 90%;
    height: 1.42rem;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translate(-50%);
    padding: .2rem .5rem;
    box-sizing: border-box;
}
.I04_LitabImgB_Msg h2{
    font-size: .24rem;
    color: #000;
    font-family: pb;
}
.I04_LitabImgB_Msg p{
    font-size: .18rem;
    color: #666666;
}
.index05{
    width: 100%;
    background: #fff;
}
.index05_C{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.index05_C .index04_CTT{
    color: #000 !important;
}
.index05_CUL{
    margin-top: .5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.index05_CLi{
    width: 24%;
    cursor: pointer;
}
.index05_CLiImg{
    width: 100%;
    height: 3.74rem;
    overflow: hidden;
}
.index05_CLiImg img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.index05_CLi:hover .index05_CLiImg img{
    transform: scale(1.05);
}
.index05_CLiMsg{
    padding: .3rem;
    box-sizing: border-box;
    height: 2.32rem;
    background: #f1f3f5;
    transition: all .3s;
}
.index05_CLiMsg h2{
    font-size: .2rem;
    color: #000;
    transition: all .3s;
    font-family: pb;
}
.index05_CLiMsg p{
    font-size: .18rem;
    color: #666666;
    margin-top: .1rem;
    transition: all .3s;
    font-family: p;
}
.index05_CLi:hover .index05_CLiMsg{
    background: #f29035;
}
.index05_CLi:hover .index05_CLiMsg h2{
    color: #fff;
}
.index05_CLi:hover .index05_CLiMsg p{
    color: #fff;
}
.index06{
    width: 100%;
    background: #fff;
}
.index06_C{
    width: 15rem;
    margin: auto;
    padding: .2rem 0 .5rem 0;
}
.index06_C .index04_CTT{
    color: #000 !important;
}
.index04_CUl{
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.index04_CLi{
    width: 32%;
    position: relative;
    overflow: hidden;
    height: 3.9rem;
}
.index04_CLiImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 84%;
    z-index: 1;
    border-bottom: .08rem solid #f29035;
    box-sizing: border-box;
    overflow: hidden;
}
.index04_CLiImg img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.index04_CLiMsg{
    position: absolute;
    background-color: #f1f3f5;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
}
.index04_CLi:hover .index04_CLiImg img{ 
    transform: scale(1.05);
}
.index04_CLiMsg1{
    font-size: .2rem;
    color: #333333;
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translate(-50%);
}
.index04_CLiBtn{
    position: absolute;
    right: .7rem;
    bottom: .8rem;
    background: url('../img/4.png') no-repeat;
    background-size: 100%;
    width: 2.18rem;
    height: .7rem;
    z-index: 2;
    cursor: pointer;
    font-size: .2rem;
    color: #fff;
    line-height: .7rem;
    text-indent: .25rem;
    text-decoration: none;
}
.index07{
    width: 100%;
    background: url('../img/5.png') no-repeat;
    background-size: 100%;
    background-color: #fff;
}
.index07_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
}
.index07_CTT{
    color: #000;
}
.index07_C p{
    font-size: .2rem;
    color: #666666;
    text-align: center;
    margin-top: .2rem;
}
.index07_CImg{
    margin-top: .5rem;
}
.index07_CImg img{
    width: 100%;
    height: 100%;
    display: block;
}
.index08{
    width: 100%;
    background: url('../img/20.jpg') no-repeat;
    background-size: 100%;
    height: 6.4rem;
    padding-top:.8rem ;
    box-sizing: border-box;
}
.index08 p{
    font-size: .2rem;
    color: #666666;
    margin-top: .2rem;
    width: 10.97rem;
    margin: auto;
    margin-top: .2rem;
}
.index09{
    width: 100%;
    background: #fff;
    position: relative;
    height: 6.5rem;
    padding-top: .4rem;
}
.index09_Tbb{
    width: 16rem;
    padding: .5rem 0;
    background: #fff;
    padding: .5rem .3rem 0;
    box-sizing: border-box;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
}
.index09_TbbI{
    padding: .1rem .2rem;
    border: .02rem solid #f77b35;
    font-size: .22rem;
    color: #666666;
    margin-right: .2rem;
    cursor: pointer;
}
.index09_TbbI.on{
    color: #fff;
    background-color: #f77b35;
    position: relative;
}
.index09_TbbI.on span{
    width: 0;
    height: 0;
    border-top: .1rem solid #f77b35;
    border-right: .1rem solid transparent;
    border-left: .1rem solid transparent;
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    transform: translate(-50%);
}
.index09_Img{
    width: 15rem;
    margin: auto;
    margin-top: .2rem;
    display: none;
    transition: all .3s;
}
.index09_ImgItem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 5.62rem;
}
.index09_ImgItemCImg1{
    width: 100%;
    height: 100%;
}
.index09_ImgItemCImg1 img{
    width: 100%;
    height: 100%;
}
.index09_ImgItemC{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index09_ImgItemCImg{
    width: 24%;
    height: 45%;
    border: .01rem solid #f77b35;
    overflow: hidden;
}
.index09_ImgItemCImg img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.index09_ImgItemCImg:hover img{
    transform: scale(1.05);
}
.index09_Img.on{
    display: block;
}
.index09_ImgItemL{
    width: 30%;
    height: 5.62rem;
    border: .01rem solid #f77b35;
    overflow: hidden;
}
.index09_ImgItemL img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.index09_ImgItemL:hover img{
    transform: scale(1.05);
}
.index09_ImgItemR{
    width: 69%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.I09_item{
    width: 49.4%;
    height: 49%;
    border: .01rem solid #f77b35;
    overflow: hidden;
}
.I09_item img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.I09_item:hover img{
    transform: scale(1.05);
}