

a {
	text-decoration: none;
}

div,
aside,
ul,
li {
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1,h3 {
	font-weight: bold;
}

.main-container {
    width: 1200px;
    margin: auto;
}


.main-slider {
    width: 100%;
    height: 590px;
	background-color:#f5f7fa;
	margin-top:55px;
}

#focus {
    width: 100%;
    height: 440px;
    background-color:#f5f7fa;
}

.focus-image {
    width: 800px;
    height: 440px;
}

.focus-desc {
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
    width: 400px;
    height: 440px;
    padding: 40px 23px;
    box-sizing: border-box;
}

.focus-title {
    font-size: 30px;
    line-height: 40px;
    color: #282828;
}

.focus-content {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 30px;
    margin-top: 30px;
}

.focus-more {
    display: block;
    width: 141px;
    height: 43px;
    border: 1px solid #aaaaaa;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 23px;
    bottom: 43px;
    background: #d92026;
}



.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: 440px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5%;
	font-size: 60px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 1;
	line-height: 440px;
	height:440px;
	color: #ffffff;
}
.carousel-control span {
	height: 60px;
	width: 60px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	line-height: 50px;
	right: 0
}
.carousel-control.left {}

.carousel-control.right {
	right: 0;
	left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	text-align: center;
	list-style: none;
	height: 150px;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.4);
}

.carousel-indicators img {
	width: 223px;
	height: 100px;
	opacity: 0.4;
	cursor: pointer;
}
.carousel-indicators li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 240px;
	height: 150px;
	/*background: rgba(0,0,0,0.4);*/
	padding-top: 22.5px;
}

.carousel-indicators .active img {
	opacity: 1;

}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow: none;
}

.backToTop {
	display: none;
	width: 50px;
	line-height: 1.4;
	padding: 5px 3px;
	background-color: #5483B0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 320px;
	_bottom: "auto";
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
}
