﻿.banner-t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner-t-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner-t-wrap img{
	width: 100%;
	height: auto;
}



/* 基本信息 */
.screen-ytcsbrlb{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #d9d9d9;
}
.screen-ytcsbrlb-t{
	width: 99%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	padding-bottom: 9px;
	margin-top: 25px;
}

.screen-ytcsbrlb-t h3{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #404040;
	padding-left: 10px;
}
.screen-ytcsbrlb-t h3 span{
	color: darkred;
	font-size: 1rem;
	line-height: 1.5rem;
}


/* 轮播图 */
.scroll{max-width:750px;position: relative;}
.scroll_box{overflow:hidden;visibility:hidden;position:relative;}
.scroll_wrap{overflow:hidden; position:relative;}
.scroll_wrap li{position:relative;display:block;width:100%;float:left;}
.scroll_wrap li a{display:block;margin:0 auto;position:relative;}
.scroll_position{position:absolute;left:42.3%;z-index:400px;bottom:0px;}
.scroll_position li{display:inline-block;width:9px;height:9px;border-radius:10px;background:#fff;}
.scroll_position li a{font-size:0;}
.scroll_position li.on{background-color:#ffd800;}
.scroll_position_bg{background:#000;position:absolute;bottom:0px;left:42.3%;padding:0 27px;height:13px;border-radius:26px;}


/* tab选项卡 */

	.container {
		/*width: 100%;*/
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.swiper1 {
		width: 100%;
	}
	.swiper1 .selected {
		color: #ec5566;
		border-bottom: 2px solid #ec5566;
	}
	.swiper1 .swiper-slide {
		text-align: center;
		font-size: 0.8rem;
		height: 50px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		cursor: pointer;
	}
	.swiper2 {
		width: 100%;
		z-index: 0;
		padding-bottom: 20px;
	}
	.swiper2 .swiper-slide {
		color: #FF0000;
		height: auto;
	
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	.swiper-box{
		height: auto;
		z-index: 1;
		background: #fff;
		
	}
	.fixednav {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
		height: auto;
	    z-index: 20;
	transform: translate(0,-3%);
	transition: all 0.3s ease;
	}
	
	
	
	
	.swiper-content-img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.swiper-content-img img{
		width: 100%;
	}
	
	
	.swiper-yl{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.swiper-yl>h3{
	font-size: 1rem;
    line-height: 1.5rem;
    color: darkred;
    text-align: left;
    padding-left: 13px;
    padding-top: 18px;
	width: 98%;
	}
	.swiper-yl>h4{
	width: 98%;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #000;

    margin: 0 auto;
	}
	.swiper-yl>h4 span{
	font-size: 0.8rem;
    line-height: 1.5rem;
    padding-left: 14px;
	}
	
	.swiper-cs{
		width: 98%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 11px;
	}
	.swiper-cs ul li{
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #000;
	}
	
	.swiper-az{
		width: 98%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 11px;
	}
	
	.swiper-az ul li{
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #000;
	}
	.swiper-az-img{
		width: 100%;
		height: auto;
		padding-top: 12px;
	}
	.swiper-az-img img{
		width: 100%;
	}