@charset "UTF-8";

/*html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}*/

html,
body {
	overflow-x: hidden;
}

.tit {
	padding: 50px 0;
	line-height: 74px;
	text-align: center;
	position: relative;
}

.tit h3{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/tit2.png) no-repeat center;
	height: 74px;
	line-height: 74px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 4px;
}

.more a {
	font-size: 16px;
	color: #791807;
}

.more a:hover {
	text-decoration: underline;
}

.tit1 h3{
	width: 74px;
	height: 209px;
	background: url(../img/tit1.png) no-repeat center;
}
.tit1 h3 p{
	font-size: 24px;
	color: #fff;
	padding: 28px 26px;
}

.section1{
	width: 100%;
	background: url(../img/seciton-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 54px;
	padding-bottom: 216px;
}
.section1 .more{
	margin-top: 75px;
}

.section1>div{
	position: relative;
}
.s1-c{
	overflow: hidden;
	padding-left: 35px;
	padding-right: 585px;
	max-height: 396px;
}
.s1-c p{
	font-size: 15px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
}

.s1-r{
	position: absolute;
	right: 0;
	top: 0;
	width: 590px;
}
.s1-r img{
	width: 100%;
	height: 100%;
}


.section2{
	margin-top: -140px;
}
.s2-l {
    float: left;
    width: 680px;
    margin-right: 40px;
}

.s2-l ul li a {
    display: block;
    position: relative;
}

.s2-l ul li a:hover .s1-linfo p {
    text-decoration: underline;
}

.s2-l ul li a .pic {
    padding-top: 65%;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../img/s1-linfo.png) repeat-x;
    height: 150px;
}

.s2-l .slick-prev,
.s2-l .slick-next {
    width: 40px;
    height: 68px;
    z-index: 9;
}

.s2-l .slick-prev {
    background-position: center center;
}

.s2-l .slick-next {
    background-position: center center;
}

.s1-linfo p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-right: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.s2-l .slick-dots {
    bottom: 20px;
    text-align: center;
    right: 15px;
    width: auto;
    font-size: 0;
}

.s2-l .slick-dots li {
    width: 20px;
    height: 20px;
    background: #dddddd;
    line-height: 20px;
    margin: 0 0 0 5px;
    transition: all 0.3s;
    font-size: 14px;
    position: relative;
}

.s2-l .slick-dots li.slick-active {
    background: #791807;
    border-color: #fff;
}
.s2-l .slick-dots li button{
	font-size: 14px;
	background: none;
}
.s2-l .slick-dots li.slick-active button{
	color: #fff;
}

.s2-r{
	overflow: hidden;
}

.s2-r-ttl{
	width: 210px;
	height: 135px;
	margin-right: 20px;
	background: #fff url(../img/s2-r-ttl.png) no-repeat center;
	padding: 10px;
	overflow: hidden;
}
.s2-r-ttl .pic{
	padding-top: 60%;
}
.s2-r-ttr{
	overflow: hidden;
}
.s2-r-ttr h3{
	font-size: 15px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
  	padding-top: 15px;
  	margin-bottom: 15px;
}

.s2-r-ttr h3 a:hover{
	color: #791807;
}
.s2-r-ttr span{
	font-size: 14px;
	color: #999;
}
.s2-r-ttr span img{
	vertical-align: middle;
	padding-right: 10px;
}
.s2-r ul{
	margin-top: 15px;
}
.s2-r ul li{
	font-size: 15px;
	line-height: 50px;
	background: url(../img/icon-sj.png) no-repeat left center;
	padding-left: 17px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s2-r ul li:hover a{
	color: #791807;
}
.s2-r ul li span{
	float: right;
	padding-left: 15px;
}










.section3{
    margin-top: 30px;
    background: url(../img/section3-bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
.s3-l{
	position: absolute;
	right: 50%;
	margin-right: 390px;
	top: 160px;
}

.s3-c {
    position: relative;
}

.s3-c>div {
    overflow: hidden;
    padding: 30px 15px 50px 150px;
}

.s3-c ul {
    margin-left: -15px;
    margin-right: -15px;
}

.s3-c ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.15);
    margin: 15px;
    padding: 20px;
    
}

.s3-c ul li a .pic {
    padding-top: 120%;
}
.s3-c ul li a h3{
	font-size: 18px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s3-c ul li a p {
    font-size: 16px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
    background: url(../img/more22.png) no-repeat right center;
    
}
.s3-c ul li a:hover h3{
	color: #791807;
}
.s3-c .slick-prev,
.s3-c .slick-next {
    display: none !important;
}
.s3-b {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 !important;
}
.s3-btn {
    font-size: 24px;
    font-family: 宋体;
    font-weight: 600;
    color: #0e599d;
    border: 3px solid #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat center;
    padding: 0 !important;
}

.s3-prev {
}

.s3-next {
	margin-top: 30px;
	background: url(../img/next.png) no-repeat center;
}

.s3-c .slick-dots {
    left: -112px;
    bottom: 120px;
    text-align: center;
    width: auto;
    position: relative;
}
.s3-c .slick-dots:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #fff;
}
.s3-c .slick-dots li {
	display: none;
    color: #fff;
    font-size: 24px;
    height: auto;
    margin: 0;
}

.s3-c .slick-dots li.slick-active {
    display: block;
}
.s3-c .slick-dots li.slick-active span{
	font-size: 48px;
	position: relative;
}
.s3-c .slick-dots li span {
    font-size: 24px;
    color: #fff;
    
}

.section4{
	margin-top: 40px;
}
.section4>div>div{
	margin-left: -20px;
	margin-right: -20px;
}
.section4 .s4-c{
	float: left;
	width: 30%;
	background: #fff;
	padding: 20px;
	margin: 0 20px;
}
.s4-c .tit{
	padding: 0;
	line-height: 42px;
}
.s4-c .tit h3{
	float: left;
	background: url(../img/tit4.png) no-repeat;
	background-size: cover;
	height: 42px;
	line-height: 42px;
	letter-spacing: 0;
	text-align: center;
}
.s4-c:last-child .tit h3{
	/* width: 180px; */
	/* background: url(../img/tit3.png) no-repeat center; */
}

/*new add begin*/
.s4-c .tit h3{
	background: url(../img/tit4_middle.png) repeat-x;
	position:relative;
	padding: 0 20px;
}
.s4-c .tit h3::before,.s4-c .tit h3::after{
	content:".";
	display:block;
	width:18px;
	position:absolute;
	top:0;
	color:transparent;
}
.s4-c .tit h3::before{
	background: url(../img/tit4_left.png) no-repeat;
	left:0;
}
.s4-c .tit h3::after{
	background: url(../img/tit4_right.png) no-repeat;
	right:0;
}
/*new add end*/
.s4-tt{
	margin-top: 15px;
}
.s4-tt-t .pic{
	padding-top: 48%;
}
.s4-tt h3{
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s4-tt h3 a{
	color: #791807;
}
.s4-tt h3 a:hover{
	text-decoration: underline;
}
.s4-tt p{
	font-size: 14px;
	color: #808080;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 52px;
}
.s4-tt span{
	display: block;
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
}
.s4-c ul{
	border-top: 1px solid #791807;
	margin-top: 15px;
}
.s4-c ul li{
	font-size: 14px;
	line-height: 45px;
	border-bottom: 1px solid #cdcdcd;
}
.s4-c ul li a{
	display: block;
	color: #8C8C8C;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s4-c ul li span{
	float: right;
	color: #8c8c8c;
	padding-left: 15px;
}
.s4-c ul li a:hover{
	color: #791807;
}































@media screen and (max-width: 1400px) {
	
}



@media screen and (max-width: 1200px) {
	.section1 {
		padding-bottom: 180px;
	}
	.s1-r{
		width: 38%;
		right: 20px;
	}
	.s1-c{
		padding-right: 40%;
		max-height: 292px;
	}
	.s2-l{
		width: 550px;
	}
	.s2-r ul li{
		line-height: 36px;
	}
	.s3-l{
		margin-right: 22%;
	}
	.s3-l img{
		height: 500px;
		object-fit: cover;
	}
	.section4>div>div{
		margin-left: -15px;
		margin-right: -15px;
	}
	.section4 .s4-c{
		margin: 0 15px;
	}
}
@media screen and (max-width: 1024px) {
	.tit{
		padding: 50px 0 30px 0;
	}
	.section1 {
		padding-bottom: 110px;
	}
	.s2-l{
		width: 100%;
		margin-right: 0;
	}
	.s2-r{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.s2-l ul li a .pic{
		padding-top: 58%;
	}
	.section4>div>div{
		margin-left: 0;
		margin-right: 0;
	}
	.section4 .s4-c{
		width: 100%;
		margin: 15px 0;
	}
	.s4-tt p{
		min-height:auto;
	}
}

@media screen and (max-width: 768px) {
	.tit{
		line-height: 60px;
	}
	.tit h3{
		height: auto;
		background-size: 100%;
	}
	.more a{
		font-size: 14px;
	}
	.section1{
		padding-top: 30px;
	}
	.section1 .tit1{
		float: none;
		text-align: center;
		line-height: 60px;
	}
	.section1 .tit1 h3{
		display: inline-block;
		background: url(../img/tit2.png) no-repeat center;
		width: 170px;
		height: auto;
		background-size: 100%;
	}
	.tit1 h3 p{
		padding: 0;
	}
	.section1 .tit1 .more{
		margin-top: 0;
		float: right;
	}
	.s1-c{
		padding-left: 0;
		padding-right: 0;
	}
	.s1-r{
		position: static;
		width: 80%;
		margin: 0 auto;
	}
	.s2-r-ttl{
		width: 40%;
		height: auto;
		background-size: 100% auto;
	}
	.s2-r-ttr h3{
		padding-top: 0;
		margin-bottom: 5px;
	}
	.section3{
		margin-top: 15px;
	}
	.section3 .tit{
		padding: 20px 0;
	}
	.s3-c ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.s3-b{
		display: none;
	}
	.s3-c{
		padding-bottom: 20px;
	}
	.s3-c>div{
		padding: 0;
	}
	.s3-c .slick-dots:before{
		width: 0;
	}
	.s3-c .slick-dots li.slick-active{
		display: none;
	}
	.s3-l{
		top: 110px;
		margin-right: 14%;
	}
	.s3-l img{
		height: 340px;
	}
	.s3-c ul li a{
		padding: 10px;
		margin: 15px 10px;
	}
	.s3-c ul li a h3{
		font-size: 16px;
	}
	.s3-c ul li a p{
		font-size: 14px;
	}
	.section4{
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 375px) {
	.section1 .tit1 h3{
		width: 140px;
	}
	.tit1 h3 p{
		font-size: 20px;
		letter-spacing: 0;
	}
	.tit h3{
		font-size: 20px;
		letter-spacing: 0;
	}
	.s4-c .tit h3{
		height: 36px;
		line-height: 36px;
	}
	.s4-c:last-child .tit h3{
		background-size: 100%;
		width: 150px;
	}
}

@media screen and (max-width: 320px) {
	
}