@charset "utf-8";
/*-----------------------top-------------------*/
.cont_news{
    padding: 70px 0 60px;
}
.cont_news .slider01{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}
.cont_news .slider01 .listtxt{
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
}
.cont_news .slider01>div{
    width: 340px;
}
.cont_feature{
    padding: 50px 0 70px;
}
.cont_feature .list{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.cont_feature .list li{
    margin-right: 0;
}
.cont_feature .list li a{
    padding: 0 14px;
    line-height: 40px;
    border: 1px solid #1175be;
    font-size: 18px;
    text-align: center;
    color: #1175be;
    background: #e2eff6;
    font-weight: 700;
    display: inline-block;
}
.cont_feature .list li a.on{
    background: #1175be;
    color: #e2eff6;
}
.cont_feature .list li a:hover{
    background: #1175be;
    color: #e2eff6;
}
.cont_feature ul{
    margin: 30px 0 0 -50px;
}
.cont_feature ul li{
    width: 33.33%;
    float: left;
    padding: 30px 0 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.cont_feature ul.on li{
    display: block !important;
}
.cont_feature ul li:nth-child(1),
.cont_feature ul li:nth-child(2),
.cont_feature ul li:nth-child(3){
    display: block;
}
.cont_feature ul .listtime{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-weight: 700;
}
.cont_feature ul .listtit{
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
.cont_feature ul .listtxt{
    margin-top: 15px;
    font-size: 13px;
}
.cont_feature_btn{
    margin-top: 50px;
    text-align: center;
}
.cont_feature_btn a{
    display: inline-block;
}
.cont_archive{
    padding: 70px 0 90px;
}
.cont_archive_btn{
    margin-top: 50px;
    text-align: center;
}
.cont_archive_btn a{
    display: inline-block;
}
.cont_archive ul{
    margin-top: 36px;
    display: flex;
    margin-bottom: -30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont_archive ul li{
    display: none;
    width: 340px;
    margin-bottom: 30px;
}
.cont_archive ul.on li{
    display: block !important;
}
.cont_archive ul li:nth-child(1),
.cont_archive ul li:nth-child(2),
.cont_archive ul li:nth-child(3){
    display: block;
}
.cont_archive ul .listtxt{
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .cont_news{
        padding: 90px 0 30px;
    }
    .cont_news .slider01 .listtxt{
        font-size: 14px;
        margin-top: 12px;
        font-weight: 700;
    }
    .cont_news .slider01>div{
        width: auto;
    }
    .cont_news .inner{
        padding: 0;
    }
    .slider01 .slick-slide{
        padding: 0 15px;
    }
    .cont_news .slider01{
        margin-top: 20px;
        display: block;
        justify-content: initial;
    }
    .cont_news .slider01 img{
        width: 100%;
    }
    .cont_news ul .listtxt{
        font-size: 14px;
        margin-top: 10px;
        font-weight: 700;
    }
    .cont_feature{
        padding: 30px 0 40px;
    }
    .cont_feature .sp_list{
        overflow-x: auto;
    }
    .cont_feature .list{
        width: 750px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin-bottom: -10px;
    }
    .cont_feature .list li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .cont_feature .list li a{
        padding: 0 10px;
        line-height: 35px;
        border: 1px solid #1175be;
        font-size: 14px;
        text-align: center;
        color: #1175be;
        background: #e2eff6;
        font-weight: 700;
        display: inline-block;
    }
    .cont_feature ul{
       margin-top: -10px;
        display: block;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .cont_feature ul li{
        width: 100%;
        float: none;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .cont_feature ul li+li{
        margin-top: 0;
    }
    .cont_feature ul li img{
        width: 100%;
    }
    .cont_feature ul .listtime{
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        line-height: 25px;
        font-weight: 700;
    }
    .cont_feature ul .listimg img{
        width: 100%;
    }
    .cont_feature ul .listtit{
        font-size: 14px;
        font-weight: 700;
    }
    .cont_feature ul .listtxt{
        margin-top: 12px;
        font-size: 13px;
    }
    .cont_feature_btn{
        margin-top: 40px;
        text-align: center;
    }
    .cont_feature_btn a{
        display: inline-block;
    }
    .cont_archive{
        padding: 40px 0 40px;
    }
    .cont_archive_btn{
        margin-top: 60px;
        text-align: center;
    }
    .cont_archive_btn a{
        display: inline-block;
    }
    .cont_archive ul{
        margin-top: 20px;
        display: block;
        justify-content: space-between;
    }
    .cont_archive ul .listimg img{
        width: 100%;
    }
    .cont_archive ul li{
        width: 100%;
    }
    .cont_archive ul li+li{
        margin-top: 30px;
    }
    .cont_archive ul .listtxt{
        font-size: 14px;
        margin-top: 12px;
        font-weight: 700;
    }
}
.top_goods .goods_box .goods_cont{
    width: 274px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_goods .goods_box .goods_cont_box{
    padding: 0 20px 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_goods .goods_box .goods_cont_box01{
    padding: 0 20px 3px;
}
.top_goods .goods_box .goods{
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_goods .goods_box{
    display: flex;
    justify-content: space-between;
}
.top_goods .goods_box .goods_cont:before {
    position: absolute;
    content: '';
    width: 232px;
    height: 356px;
    left: auto;
    right: 0;
    top: -20px;
    background: url(../images/top/bg_goods.png)no-repeat center center;
    z-index: -1;
}
.top_goods .goods_box .goods_cont.on:before {
    position: absolute;
    content: '';
    width: 272px;
    height: 340px;
    left: auto;
    right: 0;
    top: -20px;
    background: url(../images/top_goods/bg_goods01.png)no-repeat center center;
    z-index: -1;
}
.top_goods .goods_box .goods:before {
    display: none;
}
.top_goods .goods_des{
    background: #e6eef1;
    padding: 0 20px 20px;
    /* display: none; */
}
.goods_des_box{
    background: #ffe200;
    padding: 10px 16px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods_des_tit{
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    line-height: 1.1;
}
.goods_des_img{
    text-align: center;
}
.goods_des_tit01{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.goods_des_img{
    margin-top: 5px;
}
.goods_des_tit02{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.goods_des_txt01{
    font-size: 13px;
    margin-top: 10px;
}
.goods_des_box+.goods_des_box{
    margin-top: 10px;
}
.goods_des_box01{
    padding: 20px 16px;
    background: #fff;
    position: relative;
}
.goods_des_box01:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/top_goods/ico_arrow.png)no-repeat center center;
    z-index: 2;
}
.goods_des_btn{
    margin-top: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods_des_btn a{
    display: block;
    width: 100%;
    border-radius: 3px;
    background: #3795d6;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.goods_des_box02{
    background: #f4f7f9;
}
.goods_des_img{
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_des_hlg{
    height: 163px;
}
.goods_des_hlg .goods_des_img{
    margin-top: 44px;
}
@media screen and (max-width: 767px) {
    .top_goods .goods_box .goods_cont{
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top_goods .goods_box .goods_cont_box{
        padding: 0 0 25px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top_goods .goods_box .goods_cont_box01{
        padding: 0 20px 3px;
    }
    .top_goods .goods_box .goods{
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top_goods .goods_box{
        display: block;
        justify-content: space-between;
    }
    .top_goods .goods_box .goods_cont:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 150px;
        left: 0;
        top: -20px;
        background: url(../images/top/bg_goods_sp.png)no-repeat center center;
        -webkit-background-size: 100%;
        background-size: 100%;
        z-index: -1;
    }
    .top_goods .goods_box .goods_cont.on:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 150px;
        left: 0;
        top: -20px;
        background: url(../images/top/bg_goods_sp.png)no-repeat center center;
        -webkit-background-size: 100%;
        background-size: 100%;
        z-index: -1;
    }
    .top_goods .goods_box .goods:before {
        display: none;
    }
    .top_goods .goods_box .goods_cont+.goods_cont{
        margin-top: 50px;
    }
	
	.top_goods .goods_box .goods_cont.last {
       margin-top:75px;
    }
	
	.top_goods .a_btn {
    margin: 30px auto 0;
}
	
    .top_goods .goods_des{
        background: #e6eef1;
        margin-top: 20px;
        border-radius: 5px;
        padding: 20px 20px 20px;
        display: none;
    }
    .goods_des_box{
        background: #ffe200;
        padding: 10px 16px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .goods_des_tit{
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        line-height: 1.1;
    }
    .goods_des_img{
        text-align: center;
    }
    .goods_des_tit01{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .goods_des_img{
        margin-top: 5px;
    }
    .goods_des_tit02{
        font-size: 15px;
        font-weight: 700;
        text-align: center;
    }
    .goods_des_txt01{
        font-size: 13px;
        margin-top: 10px;
    }
    .goods_des_box+.goods_des_box{
        margin-top: 10px;
    }
    .goods_des_box01{
        padding: 20px 16px;
        background: #fff;
        position: relative;
    }
    .goods_des_box01:before{
        position: absolute;
        content: '';
        width: 24px;
        height: 12px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/top_goods/ico_arrow.png)no-repeat center center;
        z-index: 2;
    }
    .goods_des_btn{
        margin-top: 20px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .goods_des_btn a{
        display: block;
        width: 100%;
        border-radius: 3px;
        background: #3795d6;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }
    .goods_des_box02{
        background: #f4f7f9;
    }
    .goods_des_img{
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .goods_des_hlg{
        height: 163px;
    }
    .goods_des_hlg .goods_des_img{
        margin-top: 44px;
    }
}
#tab02,
#tab03,
#tab04,
#tab05,
#tab06,
#tab07,
#tab08,
#tab09{
    display: none;
}















