@import url(links.css);
.banner {
	position: relative;
	z-index: 100;
}
.banner .item {
	height: auto;
}
.site-main {
	margin: 0;
	max-width: none;
	background: none;
	overflow: hidden;
}
.intro-sect {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.55);
	padding: 35px 0;
	text-align: center;
}
.intro-sect .container {
	max-width: 1080px;
}
.intro-box .txt {
	color: #ccc;
	font-size: 15px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.intro-sect .more {
	border: 1px solid #E40011;
	width: 150px;
	height: 34px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #E40011;
	margin: 25px 0 0;
	border-radius: 5px;
}
.intro-sect .more:hover {
	background: #E40011;
	color: #fff;
}
.intro-sect .more .fa {
	margin-left: 6px;
}
.about-sect {
	background: url(../images/index/about_bg.jpg) no-repeat 50% 0 / cover;
	padding: 70px 0;
}
.about-list {
	margin: 0 -8px -40px;
}
.about-list .item {
	width: 25%;
	padding: 0 8px 40px;
	position: relative;
}
.about-list .pic {
	position: relative;
	max-width: 348px;
	margin: 0 auto;
}
.about-list a:hover .pic:before {
	content: "";
	background: rgba(23,26,28,0.80) url(../images/index/about_hover.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.about-list .pic img {
	width: 100%;
}
.about-list .name {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(39,41,43,0.80);
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 43px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.brand-sect {
	background: url(../images/index/brand_bg.jpg) no-repeat 50% 0 / cover;
	padding: 20px 0;
	text-align: center;
}
.brand-sect .title {
	text-align: center;
	margin: 0 auto 15px;
	padding: 0;
	color: #514747;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
.brand-sect .title span {
	color: #E40011;
}
.brand-list {
	margin: 0 -10px
}
.brand-list .item {	
	width: calc(100% / 6);
    padding: 0 10px;
    float: none;
    display: inline-block;
    margin: 0 -4px 0 0;
}
.brand-list .item a {
	overflow: hidden;
	max-width: 215px;
	margin: 0 auto 20px;
	border-radius: 215px;
	position: relative;
	background: #FFF;
}
.brand-list .item a:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #E40011;
	border-radius: 215px;
}
.links-sect {
	background: url(../images/index/links_bg.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 0 0 52px;
	box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.1);
}
.links-box {
	padding: 0 36px;
}
.links-box .title {
	background: url(../images/index/links_title_bg.png) repeat-x;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width: 170px;
	margin: 0 auto 50px;
	letter-spacing: 2px;
}
.links-list {
	max-width: none;
}
.links-list .item {
	float: left;
}
.links-list .item a {
	margin-bottom: 0;
}
.links-list .slick-prev,  .links-list .slick-next {
	border: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding: 0 !important;
	background: url(../images/index/links_arrow_bg1.png) repeat-y;
	width: 32px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.links-list .slick-prev {
	left: -36px;
	border-radius: 4px 0 0 4px;
}
.links-list .slick-next {
	background-position: 100% 0;
	right: -36px;
	border-radius: 0 4px 4px 0;
}
.links-list .slick-prev:hover,  .links-list .slick-next:hover {
	background-image: url(../images/index/links_arrow_bg2.png);
}
.links-list .slick-prev:before,  .links-list .slick-next:before {
	content: "";
	display: inline-block;
	background: url(../images/index/links_arrow.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}
.links-list .slick-next:before {
	background-position: 100% 0;
}

@media screen and (max-width: 1400px) {
.about-list .item {
	width: 25%;
}
}

@media screen and (max-width: 1240px) {
.banner .deco {
	width: 12%;
}
}

@media screen and (max-width: 1000px) {
.intro-sect {
	position: static;
	background: url(../images/index/intro_bg.png) #666;
}
.about-sect {
	padding-bottom: 30px;
}
.about-list {
	max-width: 780px;
	margin: 0 auto;
}
.about-list .item {
	width: 50%;
}
.brand-list {
	max-width: 750px;
	margin: 0 auto;
}
.brand-list .item {
	width: 33.33%;
}
}

@media screen and (max-width: 767px) {
.banner .deco {
	top: 4%;
}
.about-list {
	margin: 0 -8px;
}
.about-list .item {
	padding-bottom: 20px;
}
}

@media screen and (max-width: 550px) {
.about-list .item {
	width: auto;
	float: none;
	display: block;
	margin: 0;
}
.brand-list {
	margin: 0 -5px;
}
.brand-list .item {
	width: 50%;
	padding: 0 5px;
}
}
