@charset "utf-8";
@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.banner-Box {
	width: 100%;
	margin: 0 auto;
	height: 460px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}



.banner-Box .hd {
	position: absolute;

	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.banner-Box .hd ul {

	zoom: 1;
}

.banner-Box .hd ul li {

	margin: 0 8px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 0;
	text-align: center;
	background: #FFFFFF;
	border-radius: 9px;
	cursor: pointer;
	display: inline-block;
}

.banner-Box .hd ul li:last-child {
	margin-right: 0;
}

.banner-Box .hd ul li.on {
	width: 10px;
	height: 10px;
	background: #e3af65;
	border: none;
	position: relative;

	/* transition: all 0.3s ease; */
}

.banner-Box .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-Box .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner-Box .bd li a {
	display: block;
	width: 100%;
	height: 460px;
}

.banner-Box .bd img {
	width: 100%;
	height: 460px;
	display: block;
}

.banner-Box .bd span {
	position: absolute;
	bottom: 0;
	background: url(../images/title_bg.png);
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}

.banner-Box .bd h1 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 10px
}

.banner{
	width: 100%!important;
	margin-bottom: 45px;
}
.banner a .pic {
    padding-top: 28%!important;
}
.banner .slick-dots {
    width: auto;
    right: 0;
	left: 0;
    bottom: 15px;
}

.sect {
    padding-top: 45px;
}

.s1-l {
    float: left;
    width: calc( 55% - 20px );
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 64%;
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .46);
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 15px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #c21319;
}

.s1-r {
    float: right;
   width: calc( 45% - 20px );
}

.title {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.title h2 {
    float: left;
    line-height: 54px;
    padding-left: 6px;
    border-left: 6px solid #ffa10e;
    padding-left: 20px;
    padding-right: 60px;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: 100% 100%;
}

.title h2 span {
    font-size: 26px;
    color: #fff;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}

.title a:hover {
    color: #c21319;
}

.s1-r-top {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
}

.s1-r-top h2 {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r-top p {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    height: 44px;
    overflow: hidden;
}

.list {
    margin-top: 15px;
}

.list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 40px;
}

.list>li:hover a {
    color: #c21319;
    text-decoration: underline;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

