@charset "utf-8";

/* 首页大图轮播 */
.banner_top {
	width: 100%;
	height: 124px;
}

#banner_container {
	position: relative;
	width: 1920px;
	height: 720px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/banner_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: 100% 100%;
}

#banner_container .banner_box {
	cursor: move;
	width: 1920px;
	height: 720px;
	overflow: hidden;
}

#banner_container>div>div {
	height: 100%;
}

#banner_container>div {
	position: relative;
}

#banner_container>div .banner_w {
	position: absolute;
	left: 360px;
	top: 50%;
	width: 440px;
	height: 263px;
	margin-top: -150px;
}

#banner_container>div .banner_w img {
	width: auto;
	height: 100%;
}

#banner_container>div .banner_cp {
	position: absolute;
	right: 5%;
	top: 50%;
	width: 14.025rem;
	height: 14.025rem;
	margin-top: -7.0125rem;
}

#banner_container>div .banner_cp img {
	width: 100%;
	height: 100%;
}
#banner_container>div .banner_cp .banner_cp_img{
	position: absolute;
	left: 29.5%;
	top: 29.5%;
	width: 41%;
	height: 41%;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	z-index: -1;
}

/* 图表 */
.echarts_box {
	width: 100%;
	height: 100%;
}

#banner_container .banner_box1 {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	width: 40px;
	height: 72px;
	top: 324px;
	cursor: pointer;
	display: block;
	background: url(../images/banner_bg.png) no-repeat;
	background-size: auto 72px;
	overflow: hidden;
	z-index: 88;
	display: none;
}

.jssora05l {
	background-position: 0 0;
}

.jssora05r {
	background-position: -139px 0;
}

.jssora05l:hover {
	background-position: -44px 0;
}

.jssora05r:hover {
	background-position: -95px 0;
}

.jssora05ldn {
	background-position: 0 0;
}

.jssora05rdn {
	background-position: -139px 0;
}

/*jssor slider bullet skin 053 css*/
.jssorb053 {
	position: inherit;
	left: 0;
	bottom: 16px;
	width: 100% !important;
	cursor: pointer;
}

.jssorb053 .i {
	width: 48px;
	height: 4px;
	border-radius: 2px;
	transition: all 0.3s;
}

.jssorb053 .i .b {
	width: 144px;
	height: 6px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .3);
	transition: all 0.3s;
}

.jssorb053 .i:hover .b {

	transition: all 0.3s;
}

.jssorb053 .iav .b {
	width: 144px;
	height: 6px;
	border-radius: 3px;
	background-color: #aad353;
	transition: all 0.3s;
}

.jssorb053 .i.idn {
	background-color: #aad353;
	transition: all 0.3s;
}

@media (max-width:1680px) {
	#banner_container>div .banner_w {
		left: 274px;
	}
}

@media (max-width:1440px) {
	#banner_container>div .banner_w {
		left: 160px;
	}
}

@media (max-width:1366px) {
	#banner_container>div .banner_w {
		left: 116px;
	}
}

@media (max-width:1280px) {
	#banner_container>div .banner_w {
		left: 60px;
	}
}

@media (max-width:1200px) {

	/* 首页大图轮播 */
	.banner_top {
		height: 0;
	}
	
	#banner_container {
		width: 1200px;
	}
	
	#banner_container .banner_box {
		width: 1200px;
	}
	



	
}

@media (max-width:810px) {
	
}

@media (max-width:500px) {



}

@media (max-height:780px) {
	
}
