﻿.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.mainbg{
	background: url(../images/bg.jpg) repeat;
}

.main1,.main2,.flink{
	padding-top: 30px;
}
.mainbox{
	float: left;
	width: calc(33.33% - 20px);
	overflow: hidden;
	background-color: #fff;

}
.mainbox:nth-child(2){
	margin: 0 30px;;
}
.mainbox .mainboxBd{
	padding:0px 20px 0;
}
.main1 .mainbox .mainboxBd{
	height: 206px;
}
.mainboxHd{
	font-weight: bold;
	border-bottom: 2px solid #a41529;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding:10px 20px;
}
.mainboxHd span{
	position: relative;
	line-height: 33px;
	display: inline-block;
	margin-right: 25px;
}

.mainboxHd .more{
	font-weight: 100;
	color: #9C9E9C;
}

.swiper-pic{
	width:100%;
        height: 297px;
	overflow: hidden;
	position: relative;
}
.swiper-pic .swiper-slide{
	position: relative;
	text-align: center;
}
.swiper-pic .swiper-slide>p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	padding-right: 98px;
	color: #fff;
	text-align: left;
	background: linear-gradient(to top, rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.swiper-pic .swiper-slide>p a{
	color: #fff;
}
.swiper-pic .swiper-pagination,.swiper-banner  .swiper-pagination{
	text-align: center;
	z-index: 33;
	padding-right: 10px;
	bottom:6px;
}
.swiper-pic .swiper-pagination{
	width: 98px;
	left: auto;
	right: 0;
	padding-right: 3px;
	text-align: right;
	bottom: 10px;
}
.swiper-pic .swiper-pagination-bullet,.swiper-banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color:#7F7D7D;
	opacity: 1;
}
.swiper-pic .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: transparent;
	border: 1px solid #fff;
	margin: 0 3px!important;
}
.swiper-banner .swiper-pagination-bullet{
	background-color: #fff;
}
.swiper-pic .swiper-pagination-bullet-active,.swiper-banner .swiper-pagination-bullet-active{
	background-color:#C22525 ;
}
.swiper-pic .swiper-pagination-bullet-active{
	background-color: #fff;
}
.swiper-pic .nextslide{
	display: flex;
	padding: 12px 0;
	line-height: 1.4;
	align-items: center;
}
.swiper-pic .nextslide span{
	border-right: 1px solid #C9CCCB;
	padding: 0 15px;
	color: #1e6f53;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}
.swiper-pic .nextslide span em{
	display: block;
	color: #c78b00;
	font-size: 13px;
		font-weight: normal
}
.swiper-pic .nextslide>p{
	flex:1;
	overflow: hidden;
	padding: 0 15px;
	font-size: 15px;

}
.swiper-pic .ptbox .inner{
	padding-bottom: 66.5%;
}
.mainbox .list li{
	padding: 12px 0;
	border-bottom: 1px solid #DFE0DF;
	font-size: 16px;
	line-height: 1.8;
}
.mainbox .list li span{
	color: #999;
	float: right;
	text-align: right;
	width: 100px;
}
.mainbox .list li:nth-last-child(1){
	border-bottom: 0 none;
}

.main2 .link a{
	position: relative;
	display: block;
}
.main2 .link a img{
	width: 100%;
	display: block;
	transition: .3s;
}
.main2 .link a:hover img{
	transform: scale(1.1);
}
.main2 .link a div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 10%;
}
.main2 .link a div h2{
	font-size: 40px;
	font-weight: bold;
}

.flink{
	padding-bottom: 30px;
}
.flinkbox{
	background-color: #fff;
}
.flinkbox .mainboxBd{
	position: relative;
	padding: 5px 10px 15px;
}
.swiper-link .swiper-slide:first-child{
	border-left: 0 none;
}
.swiper-link .swiper-slide{
	display: inline-flex;
	width: auto;
	padding: 0 40px;
	border-left: 1px solid #ebebeb;
	height:45px;
	line-height: 45px;
}
.swiper-link .swiper-button-prev,.swiper-link .swiper-button-next{
	top:50%;
	width: 30px;
	height:45px;
	background-color: #fff;
	background-image: url(../images/left_arrow.png);
	background-position:10px center;
	-moz-background-size:10px auto;
	background-size: 10px auto;
	margin-top: -22px;
}
.swiper-link .swiper-button-next.swiper-button-disabled,.swiper-link  .swiper-button-prev.swiper-button-disabled{
	opacity: .5;
}
.swiper-link .swiper-button-prev{
	left: 0px;
	right: auto;
}
.swiper-link .swiper-button-next{
	right:0px;
	background-image: url(../images/right_arrow.png);
	background-position: 10px center;
}
