.box1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.box1 {
	min-width: 1200px;
	/***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
}

.li {
	float: left;
	list-style: none;
	width:100%;
}
.li img{
	width:100%;
	height: 25vw;
}

.list {
	position: relative;
	left: 0;
}

.next {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	right: 0;
	background: url("../../images/next.png");
	width: 50px;
	height: 45px;
	display: block;
	line-height: 80px;
}

.prev {
	cursor: pointer;
	opacity: 0;
	background: url("../../images/prev.png");
	display: block;
	position: absolute;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 80px;
}

.prev,
.next {
	transition: all 0.5s;
}

.next:hover,
.prev:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	opacity: 1 !important;
	transition: all 0.3s;
}


.my_content {
	height: 545px;
	/* overflow: hidden; */
	clear: both;
}

.mt30 {
	margin-top: 30px;
}

.leftbox {
	width: 920px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	float: left;
	text-align: justify; 
}

.leftbox h3 {
	font-size: 16px;
	margin-top: 35px;
	font-weight: bold;
}

.index-list {
	margin: 10px 0;
	overflow: hidden;
}

.index-list li {
	border: 2px solid #88ceeb;
	background: #e9f6fb;
	padding: 15px;
	width: 260px;
	height: 145px;
	float: left;
	margin-right: 19px;
}

.index-list li:last-child {
	margin: 0;
}

.index-list li h4,
.index-list li h5 {
	font-weight: normal;
	color: #193676;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}

.index-list li h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.rightbox {
	display: block;
	width: 240px;
	float: right;
}

.partner-list {
	max-height: 390px;
	overflow-y: scroll;
	margin-top: 10px;
}

.partner-list li {
	width: 227px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin-bottom: 10px;
	background: #f1f1f1;
	overflow: hidden;
}

.partner-list li img,
.imgbox img {
	width: 100%;
}

.swiper-slide img {
	width: 100%;
}

.imgbox {
	display: block;
	margin-top: 10px;
	width: 240px;
}

.imgbox a {
	display: block;
	cursor: default;
}

.imgbox a img {
	width: 240px;
	height: 140px;
}

ul,
ol {
	padding: 0;
}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

#b04 {
	width: 640px;
}

#b04 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b04 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b04 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b04 .arrow {
	position: absolute;
	top: 200px;
}

#b04 #al {
	left: 15px;
}

#b04 #ar {
	right: 15px;
}