
/*header*/
header .logo {
    display: block;
    padding: 30px 0;
}

header .search {
    width: 356px;
}

header .search>ul {
    padding: 16px 0px;
    display: flex;
    justify-content: end;
}

header .search .line {
    width: 1px;
    background: #333333;
    margin: 0 8px;
    opacity: .6;

}

.active_font {
    color: #ee1d23;
}

header .search button {
    border-left: unset;
}

header .search .fa-search {
    color: #fed025;
}



/*banner*/
.banner .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #feca0a;
}


.hometitle{width:231px;margin:0px auto; text-align:center;}



/*recommend*/
.recommend {
    padding: 80px 0;
}

.title {
    font-size: 26px;
    color: #000;
}

.title_line {
    display: block;
    height: 1px;
    background: #000;
    width: 64px;
    margin-top: 10px;
    margin-bottom: 110px;
}

.recommend .swiper-container{ padding-bottom:50px;}
.recommend .swiper-slide{padding:0 15px;}
.recommend .swiper-slide p {font-size: 14px;}
.recommend .swiper-pagination{ bottom:0px;}
.recommend .swiper-pagination .swiper-pagination-bullet{ background:#e4e4e4; display:inline-block; width:40px; height:4px; border-radius:0;opacity: 1; cursor:pointer;}
.recommend .swiper-pagination .swiper-pagination-bullet-active{background:#e77817;}
.recommend .swiper-button-prev{  background:url(../images/pre.png) no-repeat; background-size:contain;}
.recommend .swiper-button-next{  background:url(../images/next.png) no-repeat; background-size:contain;}
/*about*/
.about {
    padding: 50px 0 80px;
    background: #f8f8f8;
}

.about h2{font-size:26px; font-weight:bold; line-height:26px;color:#71767a; margin-bottom:20px; margin-top:5px;}
.about h2 span{font-size:14px; font-weight:normal; color:#a9a9a9;}
.padtitle{padding-top:35px;}
.about p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}

.about a {
    display: block;
    width: 130px;
    height: 43px;
    background: #feca0a;
    line-height: 43px;
    font-size: 18px;
    color: #000;
    text-align: center;
}


/*news*/
.news {
    padding: 50px 0 80px;
    background: #f8f8f8;
}

.news_list li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px dashed #b3b3b3;
}

.new_info h3 {
    font-size: 18px;
    display: flex;
}

.new_info h3 img {
    margin-right: 10px;
    width: 15px;
    height: 15px; display:inline-block;
}

.new_info p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 16px;
    padding-left: 24px;
}

.news_data {
    font-size: 18px;

}

.p_gridbox {
    background-image:url(../images/bg3.jpg);
    background-image-part-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center; padding-top:160px; padding-bottom:120px; text-align:center;
	
}
.p_gridbox h2{color:#fff; font-size:30px; font-weight:bold;}
.p_gridbox .joinus{width:335px; margin:40px auto;}
@media(max-width:768px){
.banner{margin-top:0px;}
.p_gridbox h2{font-size:24px;}
audio, canvas, progress, video{width:100%;}
	.ad_info p {
		margin-bottom: 20px;
	}
	.news {
		padding: 50px 0 50px;
	}
    .news_list li>a {
        display: block;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px;
        border-bottom: 1px dashed #b3b3b3;
    }
    .new_info p {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        margin-top: 16px;
        padding-left: unset;
    }
}

