.index_011 {
	padding: 20px 0;
	overflow: hidden;
}

body {
	user-select: none;/*常规浏览器*/
	-ms-user-select: none;/*IE10浏览器*/
	-khtml-user-select: none;/*早期浏览器*/
	-moz-user-select: none;/*火狐浏览器*/
	-webkit-user-select: none;/*谷歌浏览器*/
}

.wrap {
    width: 750px;
    margin-left: 20px;
    max-width: 750px;
}

.shareprice {
	padding-right: 116px;
	position: relative;
}

.shareprice .swiper-wrapper {
	height: 240px !important;
}

.shareprice .swiper-slide {
	height: 240px !important;
	overflow: hidden;
}

.shareprice dl {
	padding: 0 40px;
	border-left: 2px solid #e1e6ec;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
    font-size: 28px;
}

.shareprice dl:nth-child(4n) {
	border-right: 1px solid #e1e6ec;
}

.shareprice dl dd {
	margin-bottom: 40px;
}

.shareprice dl dd a.fnt_18 {
    font-size: 36px;
}

.shareprice dl dt div.shareprice_con em {
	font-size: 36px;
    margin-right: 20px;
}
.shareprice dl dt div.shareprice_con em.fnt_30 {
	font-size: 60px;
}

.shareprice_con {
	color: #e72727;
}

.shareprice_span {
	color: #8e96a1;
}

.shareprice_con em {
	margin-right: 10px;
}

.shareprice_con em:first-child {
	font-size: 30px;
	font-weight: bold;
}

.shareprice_con img {
	vertical-align: baseline;
	width: 26px;
	height: 18px;
}

.shareprice_con.green_icon {
	color: #56893d;
}

.shareprice_con.black_icon {
	color: #333333;
}

.shareprice .but>div {
	background: none;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #022754;
	right: 5px;
	left: auto;
	text-align: center;
	line-height: 64px;
}

.shareprice .but>div i {
	color: #fff;
	font-size: 28px;
}

.shareprice .but>div.swiper-button-prev {
	top: 50%;
	margin-top: -80px;
}

.shareprice .but>div.swiper-button-next {
	top: 50%;
	margin-top: 0px;
	transform: rotate(180deg);
}

.shareprice .swiper-button-next.swiper-button-disabled, .shareprice .swiper-button-prev.swiper-button-disabled
	{
	background: #fff;
	opacity: 1;
}

.shareprice .swiper-button-next.swiper-button-disabled i, .shareprice .swiper-button-prev.swiper-button-disabled i
	{
	color: #141414;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	cursor: pointer;
	speak: none;
}

.icon-jiantoushang:before {
	content: "\f077";
}

.index_01 {
	padding: 115px 0;
	background: #f3f5f8 url(../images/index_bg.jpg) no-repeat center center;
	background-size: cover;
}

.index_01 .left dl {
	overflow: hidden;
}

.index_01 .left {
	width: 47.85%;
	float: left;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.index_01 .left dd {
	background: #fff;
	padding: 40px;
}

.index_01 .right {
	width: 47.85%;
	float: right;
}

.index_time {
	color: #737373;
	margin-bottom: 10px;
}

.index_slider {
	position: relative;
	height: 0;
	overflow: hidden;
}

.index_slider.on {
	height: auto;
}

.index_slider .but {
	display: none;
}

.index_slider h3 {
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_slider p {
	max-height: 72px;
	-webkit-line-clamp: 3;
	color: #8e96a1;
}

.index_slider .swiper-pagination {
	position: absolute;
	left: 0;
	top: 60%;
	bottom: auto;
	width: 100%;
}

.index_slider .swiper-pagination span {
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 2px solid #214483;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	margin: 0 2px;
}

.index_slider .swiper-pagination span.swiper-pagination-bullet-active {
	background: #003174;
}
