.first-page-container{
    min-width: 1200px;
    /*min-height: 880px;*/
    position: relative;
}
.first-page-container .mask {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;

    z-index: 20;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(30, 35, 47, 0.4);
}
.fristtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#jw_add_new_top {
    color: #FFFFFF;
    line-height: 2.5rem;
    font-size: 1.88rem;
    margin-bottom: 1.56rem;
    letter-spacing: 1px;
    text-align: center;
}
.one_c {
    width: 53.69rem;
    height: 5.13rem;
    background: url("../../resource/website/home/2022/sy_banner.png") no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.two {
    width: auto !important;
}
.four-con {
    width: auto !important;
    display: flex;
    justify-content: center;
}
.three {
    width: auto !important;
    text-align: center;
    margin: 0 !important;
    background: transparent !important;
    font-size: 18px !important;
    color: #FFFFFF;
}
.jw_add_new_two {
    display: flex;
    justify-content: space-between;
    width: 53.69rem;
    height: 2.5rem;
    margin-bottom: 2.13rem;
}
.two_n_item {
    display: flex;
    align-items: center;
}
.two_n_item_image {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 10px;
}
.two_n_item_text {
    font-size:1.88rem;
    color: #FFFFFF;
}
#jw_add_new_title {
    height: auto;
    /*width: 859px;*/
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-80%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.four-con .four {
    width: 16.88rem;
    height: 3.75rem;
    background: #F83A22;
    border-radius: 0.5rem;
}
.four-con .four:hover {
    background: #FE5641;
}
.four-con .four a{
    font-size: 1.5rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
}
.three_span_text {
    font-size: 22px !important;
    color: #FFCB24;
}
.bottom_advertisement {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78.75rem;
    height: 13.75rem;
    background-image: url("../../resource/website/home/2022/cy3.png");
    background-size: 100% 100%;
    border-radius: 0.625rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 3.75rem;
}
.bottom_a_item {
    width: 23.75rem;
    height: 10rem;
    border-radius: 0.625rem;
    margin-right: 1.88rem;
}
.bottom_a_item:last-child {
    margin-right: 0;
}
.bottom_a_item_image {
    width: 100%;
    height: 100%;
    animation: animImg 1s ease-in-out 1;
    border-radius: 8px;
}
@keyframes animImg {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.title_c {
    text-align: center;
    margin: 0 !important;
    line-height: 170px;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}
.title_select_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    width: 1200px !important;
}
.t_s_b_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.t_s_b_item_img {
    width: 84px;
    height: 84px;
    margin-bottom: 8px;
}
.t_s_b_item_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    align-items: center;
    margin-bottom: 10px;
}
.t_s_b_item_explain {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    width: 228px;
    text-align: left;
    height: 60px;
}
.categoryDiv_image_t {
    width: 86px;
    height: 86px;
}
.categoryName {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 31px;
    margin-top: 16px;
    display: block;
}
.categoryDiv_mask_c {
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,.2);
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
    display: none;
}
.categoryGotoOrder {
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*left: 50%;*/
    /*z-index: 2;*/
    /*transform: translateX(-50%);*/
    display: block;
    background: #F83A22 !important;
    color: #FFFFFF !important;
    border-radius: 23px !important;
    text-align: center;
    line-height: 36px;
    width: 120px !important;
    height: 36px !important;
}
.categoryGotoOrder:hover {
    color: #FFFFFF !important;
}
.swiper_container_two {
    height: 900px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
}
.swiper_wrapper_c {
    display: flex;
    justify-content: center;
}
.categoryGotoOrder_father {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    background: transparent !important;
    color: #F83A22 !important;
    border-radius: 23px !important;
    overflow: hidden !important;
    width: 120px !important;
    height: 36px !important;
    overflow: hidden;
    border-radius: 23px;
    opacity: 1;
    cursor: pointer;
}
.categoryGotoOrder_anim {
    animation: anim .3s ease-in-out 1;
}
.categoryGotoOrder_anim .ljxd-txt{
    display: none;
    color: #F83A22;
}
.categoryDiv .ljxd-txt{
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    border-radius: 23px;
    overflow: hidden;
    width: 120px;
    height: 36px;
    overflow: hidden;
    border-radius: 23px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    opacity: 0;
    z-index: 10;
    transition: 0s opacity;
}
/*.categoryDiv:hover .ljxd-txt{*/
/*   background: #F83A22 !important;*/
/*    color: #FFFFFF !important;*/
/*}*/
.categoryDiv:hover  .ljxd-txt{
    opacity: 1;
    background: #F83A22 !important;
    color: #FFFFFF !important;
}
@keyframes anim {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/*banner图样式*/
.insurance-wrap{
    width: 100%;
    height: 500px;
    position: relative;
    overflow:hidden;
    display: flex;
    justify-content: center;
}
.fullSlide {
    width: 100%;
    height: 100%;
    position:relative;
}
.fullSlide  .prev:hover{
    filter: alpha(opacity=100);
   opacity: 1;
}
.fullSlide   .next:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.fullSlide .bd {
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
    height: 499px;
    overflow: hidden;
    height: 100% !important;
}
.fullSlide .bd ul {
    /*width:7200px !important;*/
    /*width:100% !important;  */
    height: 500px;
    display: flex;
}
.fullSlide .bd li {
    width:100% !important;
    height:500px;
    overflow:hidden;
    text-align:center;
    list-style-type: none;
    background: url("../../resource/website/home/2022/cy-qybz-bg.png") no-repeat center top;
    background-color: #F7F8F9;
    background-size: 100% 100%;
}
.fullSlide .hd {
    /*width:100%;*/
    position:absolute;
    z-index:1;
    bottom:22px;
    left:50%;
    transform: translateX(-50%);
    height:30px;
    line-height:30px;

}
.fullSlide .hd ul {
    text-align:center;
    width: 400px !important;
    /*left: 50% !important;*/
}
.fullSlide .hd ul .clone{
    display: none !important;
}
.fullSlide .hd ul li {
    cursor:pointer;
    display:inline-block;
    width: 8px !important;
    height: 8px !important;
    margin-left:5px;
    background: #F83A22;
    border-radius: 8px;
    opacity: 0.38;
}
.fullSlide .hd ul .on {
    width: 24px !important;
    height: 8px;
    background: #F83A22;
    border-radius: 4px;
    opacity: 1;
}
.fullSlide .prev, .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0.5;
}
.fullSlide .prev {
    left: 50%;
    margin-left: -600px;
    background: url(../../resource/website/home/insurance/arrow-left-hover.png) no-repeat;
}
.fullSlide .next {
    left: 50%;
    margin-left: 530px;
    background: url(../../resource/website/home/insurance/arrow-right-hover.png) no-repeat;
}

.insurance-item{
    display: flex;
    width: 980px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.insurance-item-tle{
    height: 60px;
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}
.insurance-item-line{
    width: 90px;
    height: 8px;
    background: #F83A22;
    margin-top: 8px;
}
.insurance-item-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.insurance-item-tip{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.insurance-item-tip span{
    font-size: 35px;
    color: #333333;
    line-height: 50px;
    text-align: left;
}
.insurance-item-img{
    width: 408px;
    height: 408px;
    display: block;
}

/*@media screen and (max-width: 1500px) {*/
    /*.bottom_advertisement {*/
        /*min-width: 1148px;*/
        /*height: 156px;*/
    /*}*/
    /*.bottom_a_item {*/
        /*width: 269px;*/
        /*height: 113px;*/
        /*border-radius: 10px;*/
    /*}*/
/*}*/