* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

body {
	width: 750px;
	margin: auto;
	/* border: 1px solid red; */
}
@media (max-width: 750px) {
	body{
		width: 100%;
	}
}
header { width:95%; margin:0 auto; overflow:hidden; padding-top:10px}

header .logo { float:left}
header .search {
	position: relative;
	width: 250px;
	height: 60px;
	padding-left: 15px;
	background-color: #F2F2F2;
	border-radius: 60px; float:right
}
header .search input {
	width: 250px;
	height: 60px;
	border-radius: 60px;
	background-color: #F2F2F2;
	outline: none;
	border: none;
	font-size: 18px;
}
header .search span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 25px;
	height: 25px;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 520px) {
header .logo img { height:30px}
header .search {
	width: 230px;
	height: 30px;
	padding-left: 0;
	border-radius: 30px;
}
header .search input { width:215px; padding-left:15px; height:30px; line-height:30px; font-size:14px}
header .search span { top:3px; right:15px}

}




.header_nav ul {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}

.header_nav li a {
	font-size: 28px;
	line-height: 42px;
}

.header_nav li.active a {
	color: #C6C6C6;
}

.banner {
	padding: 0 15px;
}

.carousel-container {
	width: 100%;
	max-width: 800px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.carousel {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; z-index:1
}

.carousel-item {
	min-width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
    position: relative;
}
.carousel-item img { display:block; width:100%}
.carousel-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 20px;
}

.carousel-btn {
	background: rgba(255, 255, 255, 0.7);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #333;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1.1);
}

.carousel-indicators {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center; height:10px;
	gap: 10px; z-index:7777
}

.carousel-indicators span{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.carousel-indicators span.swiper-pagination-bullet-active {
	background: white;
	transform: scale(1.2);
}

.carousel-caption {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3 {
	margin-bottom: 5px;
	font-size: 24px;
}

.carousel-caption p {
	font-size: 16px;
}

.banner .caidan { padding:15px 0 0 0}
.banner .caidan ul { overflow:hidden}

.banner .caidan ul li {width: 50%; float:left; padding-bottom:10px}
.banner .caidan ul li a { width:90%; margin:0 auto; display:block;
	background-color: aliceblue;
	border-radius: 15px; padding:10px 0; height:60px}
	
.banner .caidan ul li img { display:block; float:left; padding:5px 10px; width:50px; height:50px; margin-right:10px}
.banner .caidan ul li h3 { font-size:18px; line-height:30px; color:#000; font-weight:normal}
.banner .caidan ul li h4 { font-size:16px; color:#888; font-weight:normal}


@media (max-width: 480px) {
.banner .caidan ul li h3 { font-size:16px}
.banner .caidan ul li h4 { font-size:14px}
}








.shouyou{
	padding: 10px 15px;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center; margin-bottom:10px
}
.title .tit{
	font-size: 24px;
	font-weight: bold;
}
.title .tit a { font-weight:normal; margin-right:15px; font-size: 18px;}
.title .tit a.on { color:#333; font-weight: bold; font-size: 24px;}

.title .tit.noon{
	font-size: 18px;
	font-weight: normal;
	color:#888
}

.title a{
	font-size: 18px;
	color: #C6C6C6;
}

@media (max-width: 480px) {
.title .tit{
	font-size: 18px;
}
.title a{
	font-size: 14px;
}
.title .tit a { font-size: 16px;}
.title .tit a.on { font-size: 18px;}
}

.slideBox {
	width: 100%;
	min-width: 100%;
	overflow: hidden;

}

.slide-container {
	width: 100%;
	cursor: grabbing;
	display: flex;
	cursor: grab;
}

.slideBox .slideItem {
	font-size: 24px;
	color: #333;
	margin: 15px 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.slideBox .slideItem .imgBox {
	width: 128px;
	height: 128px;
	border-radius: 15px;
	overflow: hidden;
}
.slideBox .slideItem .imgBox img { width:100%; height:100%; display:block}
.slideBox .slideItem p {
	margin-top: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideBox .slideItem p.slideTitle{
	font-size: 18px;
	font-weight: bold;
}
.slideBox .btn {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	background-color: #EEF4FF;
	color: #9BBCDB; font-size:16px
}



@media (max-width: 480px) {
.slideBox .slideItem p.slideTitle {font-size: 16px;
        width: 80px;
        font-weight: normal;}
.slideBox .slideItem .imgBox { width:60px; height:60px}
.slideBox .slideItem { margin: 10px 15px 0 0;}
.slideBox .btn { height:32px; line-height:32px; width:60px; margin:0 auto; font-size:14px}
}



.baokuan{
	padding:10px 15px
}

.baokuan .baokuan_link {}
.baokuan .baokuan_link ul li { position:relative}
.baokuan .baokuan_link ul li a { display:block; padding:10px 0; height:120px}
	
.baokuan .baokuan_link ul li img { display:block; float:left; width:120px; height:120px; margin-right:15px; border-radius: 15px; }
.baokuan .baokuan_link ul li h3 { font-size:18px; line-height:30px; color:#000; font-weight:normal; padding-top:20px; line-height:34px}
.baokuan .baokuan_link ul li h4 { font-size:16px; color:#888; font-weight:normal}
.baokuan .baokuan_link ul li span {
    width: 80px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 34px;
    background-color: #EEF4FF;
    color: #9BBCDB;
    font-size: 16px; position:absolute; display:block; right:0; top:50%; margin-top:-15px
}

@media (max-width: 480px) {
.baokuan .baokuan_link ul li a { height:80px}
.baokuan .baokuan_link ul li img { width:80px; height:80px; }
.baokuan .baokuan_link ul li h3 { font-size: 16px;
        white-space: nowrap;
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;}
.baokuan .baokuan_link ul li h4 { font-size:14px}
}


.renqi{
	padding: 10px 15px; margin-bottom:10px
}

.renqi_link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.renqi_link ul li{
	width: 48%;
	margin-top: 15px;
}
.renqi_link ul li .imgBox{
	border-radius: 15px;
}
.renqi_link ul li .imgBox img { width:100%; border-radius: 10px;}
.renqi_link ul li .title{
	font-size: 18px;
	font-weight: bold; padding-top:10px
}
.renqi_link ul li .time{
	font-size: 16px;
	color: #333; color:#888
}

@media (max-width: 480px) {
.renqi_link ul li .title { font-size:16px; padding-top:0}
.renqi_link ul li .time { font-size:14px}
}


footer{
	background-color: #202020;
	padding: 20px 0 20px 0;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 60px; line-height:32px
}
footer a{
	color: #999;
}
@media (max-width: 480px) {
footer { font-size:14px; line-height:24px}
}
.gongl { padding:10px 15px}
.gongl .gongl_link {}
.gongl .gongl_link ul li { position:relative}
.gongl .gongl_link ul li a { display:block; padding:10px 0; height:80px}
	
.gongl .gongl_link ul li img { display:block; float:left; width:120px; height:80px; margin-right:15px; border-radius: 15px; }
.gongl .gongl_link ul li h3 { font-size:18px; color:#000; font-weight:normal; line-height:30px; height:60px; overflow:hidden}
.gongl .gongl_link ul li h4 { font-size:16px; color:#888; font-weight:normal}
.gongl .gongl_link ul li span {
    width: 80px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 34px;
    background-color: #EEF4FF;
    color: #9BBCDB;
    font-size: 16px; position:absolute; display:block; right:0; top:50%; margin-top:-15px
}

@media (max-width: 480px) {
.gongl .gongl_link ul li h3 { font-size:16px; padding-top:0}
.gongl .gongl_link ul li h4 { font-size:14px}
}


.weizhi{
	font-size: 14px;
	color: #C6C6C6;
}
.weizhi a{
	color: #C6C6C6;
}





@media (max-width: 480px) {
.header_nav { width:90%; margin:0 auto}
.header_nav ul { padding-top:0}
.header_nav li a { font-size:16px} 
.jianshao .slideBox .textCon { font-size:16px; line-height:30px}
}

