@charset "utf-8";

.ibox3 {
	margin-top: 30px;
	overflow: hidden;
	box-shadow: #d8d8d8 0 0 10px;
	max-width: 1200px !important;
}

.ibox3_l {
	float: left;
	display: inline;
	width: 691px;
	height: 454px;
	margin-right: 29px;
}

.ibox3_r {
	height: 454px;
	overflow: hidden;
}

.ibox3_r ul {
	overflow: hidden;
	line-height: 36px;
	margin-top: 13px;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 7px;
	cursor: pointer
}

.ibox3_r ul li {
	float: left;
	display: inline;
	padding-right: 51px;
}

.ibox3_r ul li a {
	color: #333;
}

.ibox3_r ul li.now {
	color: rgb(249, 69, 0);
	font-size: 18px;
}

.ibox3_r ul li.now a {
	color: rgb(249, 69, 0);
	font-size: 18px;
}

.ibox3_r ul li:last-child {
	padding-right: 0; //新加的
}

.ibox3_r div a {
	color: #424242;
}

.ibox3_r div a:hover {
	color: #018dd7;
}

.ibox3_r div>a h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}

.ibox3_r div>a p {
	font-size: 12px;
	line-height: 20px;
	color: #757575;
	margin-bottom: 6px;
}

.ibox3_r div dl a {
	background: url("../images/ibg4.png") left center no-repeat;
	border-bottom: 1px #e6e6e6 dashed;
	display: block;
	line-height: 48px;
	padding-left: 14px;
	display: flex;
}

.ibox3_r div dl a p {
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}

.ibox3_r div dl span {
	float: right;
	line-height: 48px;
	color: #9a9a9a;
	padding-left: 20px;
}
/*news pic*/
.ibox4 {
	position: relative;
	width: 691px;
}

.ibox4 .swiper-container1 {
	overflow: hidden;
	margin-right: 16px;
	margin-left: -15px;
}

.ibox4 .arrow-left1 {
	background: url(../images_page/ibg8.png) center center no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	background-size: cover;
	position: absolute;
	left: 2%;
	top: 45%;
	margin-top: -15px;
	width: 48px;
	height: 48px;
	z-index: 89;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	/* Firefox 4 */
	-webkit-transition: background-image 0.5s;
	/* Safari and Chrome */
	-o-transition: background-image 0.5s;
	/* Opera */
}

.ibox4 .arrow-right1 {
	background: url(../images_page/ibg7.png) center center no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	background-size: cover;
	position: absolute;
	right: 2%;
	top: 45%;
	margin-top: -15px;
	width: 48px;
	height: 48px;
	z-index: 89;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	/* Firefox 4 */
	-webkit-transition: background-image 0.5s;
	/* Safari and Chrome */
	-o-transition: background-image 0.5s;
	/* Opera */
}

.ibox4 .arrow-right1:hover {
	background-image: url(../images_page/ibg7a.png)
}

.ibox4 .arrow-left1:hover {
	background-image: url(../images_page/ibg8a.png)
}

.ibox4 .content-slide {
	color: #fff;
}

.ibox4 .swiper-slide {
	position: relative;
}

.ibox4 .swiper-slide img {
	width: 100%;
	height: 454px;
	display: block;
}

.ibox4 .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 49px;
	background-color: rgba(0, 0, 0, 0.55);
	line-height: 49px;
	font-size: 18px;
	color: #fff;
	padding-left: 22px;
}

.ibox4 .pagination1 {
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 14px;
	width: 90px;
	z-index: 88
}

.ibox4 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 12px;
	background: #fff;
	margin: 0 2px;
	cursor: pointer;
}

.ibox4 .swiper-active-switch {
	background: #0080cc;
}


