
/*.header .banner{*/
/*    height:545px;*/

/*}*/
.home_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.home_banner .banner .home-banner-img img{
    width:100%
}
/*.home_banner .banner .home-banner-img{*/
/*    !*background-image: url(../images/banner/banner.png);*!*/
/*    !*height: 550px;*!*/
/*}*/
/*.home_banner .banner .home-banner-img,.home_banner .banner .home-banner-img img {*/
/*    height: 550px;*/
/*}*/
.home_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.home_banner .swiper-pagination-bullet{
    width:17px;
    height:17px;
    border:2px solid #fff;
    background: transparent;
    opacity: .8;
}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 16px;
}
.home_banner .swiper-pagination-bullet-active{
    background: #fff!important;
}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:18px;
}
/*.marquee {*/
/*    display: block;*/
/*    line-height: 1;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 22px;*/
/*}*/
.marquee_content{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.marquee_content .marquee_title{
    display: inline-block;
    height:26px;
    line-height: 26px;
    padding:0 30px;
    border-right:1px solid;
    position: absolute;
    left:0px;
    top:2px;
    z-index: 2;
    background: #fff;
}
ul.marquee {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
ul.marquee li {
    display: inline-block;
    white-space: nowrap;
    padding: 3px 100px 3px 5px;
    text-indent:0.8em;
    font-size: 13px;
}
/*category 按鈕*/
.category{
    width:100%;
    height:360px;
}

.cursor-pointer {
    cursor: pointer;
}
@media (max-width: 1025px) {
    .category{
        height:278px;
		
    }
    .category_list_content{
        height:139px;
    }
    .category_list_content .category_img{
        height:139px!important;
    }
    /*.category_list .category_list_content:nth-child(1) .category_title,
	.category_list .category_list_content:nth-child(2) .category_title,
    .category_list .category_list_content:nth-child(3) .category_title,
    .category_list .category_list_content:nth-child(4) .category_title,
    .category_list .category_list_content:nth-child(5) .category_title,
    .category_list .category_list_content:nth-child(6) .category_title,
    .category_list .category_list_content:nth-child(7) .category_title,
    .category_list .category_list_content:nth-child(8) .category_title,
	.category_list .category_list_content:nth-child(10) .category_title {
        padding: 58px 0;
		font-size:26px;
    }
    .category_list .category_list_content:nth-child(9) .category_title {
        padding: 38px 0;
		font-size:26px;
    }*/
	
	
}
@media (max-width: 640px) {
    .category_list_content{
        width:50%;
    }
    .category_list_content{
        height:155px;
    }
    .category_list_content .category_img{
        height:155px!important;
    }
    .home_banner .banner .home-banner-img{
        _height:175px;
    }
    .swiper-pagination{
        display: none;
    }
}
