@charset "utf-8";

html,
body {
	font-size: 16px;
	font-family: "宋体";
	color: #777;
	line-height: 28px;
	min-width: 1300px;
	margin: 0;
	padding: 0;
	height:auto;
	background:#f6ecd8 url(../images/banner1.jpg) top center no-repeat ;
	background-size:100%;
}

* {
	margin: 0;
	padding: 0
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

button {
	cursor: pointer
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	color: #c8341f;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear_both:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0
}

.clearfix {
	*zoom: 1
}

/*======banner图======*/
.main1300 {
	width: 1300px;
	min-width: 1300px;
	margin: 0 auto;
}
.wrap_title{width:100%;height:900px;
background:url(../images/banner.jpg) center top no-repeat;text-align:center;min-width:1000px;overflow:hidden;}
.banner_img {
   
	height:1134px;
	background: url(../images/banner-img.png) center top no-repeat;
	margin:0 auto;
	width:100%; 
	min-width: 1300px; 
	overflow:hidden;
	
}

/*======标题======*/
.main_title {
	width: 1300px;
	text-align: center;
	margin: 0px auto 40px;
	overflow: hidden;
}

.main_title img {
	margin: 0 auto;
	vertical-align: middle;
}
.main_title2 {
	width: 1300px;
	text-align: center;

	overflow: hidden;
}

.main_title2 img {
	margin: 0 auto;
	vertical-align: middle;
}

/*======嘉诗说联======*/
.main_row1 {
	margin-top: 62px;
}
.swiper-container2 {
	width: 1300px;
	height:960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 130px;
	margin-top: -18px;
	box-sizing: border-box;

	
	
}

.swiper-container2 .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	position: relative;
	background: url(../images/jp.png) repeat-y;
	background-size:100%;
	text-align:center;
	padding-top:20px;
	
	
}
.swiper-wrapper{ height:680px; }
.swiper-container2 .swiper-slide-active,
.swiper-container2 .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	width: auto;
	height: auto;
	z-index: 1002;
}
.swiper-container2 .swiper-slide-active img{ opacity: 1!important;}
.swiper-container2 .swiper-slide a {
	display: block;
}

.swiper-container2 .swiper-slide span img {
    height:600px;
    border-radius: 20px;
	width: 80%;
    opacity: 0.7;
	}
.swiper-container2 .swiper-slide span {width: 80%;}
.swiper-container2 .swiper-slide b {
    position: absolute;
	left: 50%;
	top:50%;
	margin-top:-33px;
	margin-left:-33px;
	z-index: 1100;
	
    width:66px;
	height:66px;
   }


.swiper-container2 .swiper-slide p {
	position: absolute;
	left: 40px;
	color: #fff;
	font-size: 18px;
	width: 80%;

	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.button1 {
	width: 100%;
	left: 0;
	top: 48%;
	position: absolute;
	z-index: 100;
	margin: 0 auto;
}

.button1 div:hover {
	opacity: 0.8;
	cursor: pointer;
}

.swiper-container2 .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: url("../images/button-prev.png") no-repeat;
	background-size:100%;
	cursor: pointer;
	left: 0;
}

.swiper-container2 .swiper-button-next {
	width: 66px;
	height: 66px;
	background: url("../images/button-next.png") no-repeat;
	background-size:100%;
	cursor: pointer;
	right: 0;
}

/*===楹联动态===*/
.first_row {
	display: flex;
	justify-content: space-between;
}

.focus_row {
	width: 700px;
	height: 394px;
	overflow: hidden;
	position: relative;
}

.focus_row .hd {
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 19px;
	right: 20px;
}

.focus_row .hd ul {
	zoom: 1;
	float: left;
}

.focus_row .hd ul li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: block;
	text-indent: 20px;
	background: #fff;
	float: left;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

.focus_row .hd ul li.on {
	background: #c8341f;
	width: 11px;
	height: 11px;
	margin-top: -2px;
}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row .bd li {
	zoom: 1;
}

.focus_row .bd img {
	width: 700px;
	height: 394px;
	transition: all 0.6s;
}

.focus_row .bd img:hover {
	transform: scale(1.1);
}

.focus_row .bd p {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 82%;
	line-height: 52px;
	z-index: 111;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.focus_row .bd p a {
	color: #fff;
	text-decoration: none;
}

.focus_row .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	background: url(../images/text-bg1.png) left bottom repeat-x;
	width: 100%;
}

/*===首屏右侧===*/
.first_right {
	width: 560px;
}

.first_right dl {
	padding: 0px 0 35px;
}

.first_right dl:nth-child(3) {
	padding: 0;
}

.first_right dt {
	font-size: 22px;
	font-weight: bold;
	color:#2c1d07;
	
}

.first_right dd {
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#777777;
	font-size: 16px;
}
.first_right dd a{color:#010101}

.first_right .more1 {
	display: block;
	margin-top: 8px;
	text-align: right;
	color:#2c1d07; 
	font-weight:bold;
	position: relative;
	z-index: 20;
}

.first_right .more1:hover,
.main_list1 li span a:hover {
	
	text-decoration: underline;
}

/*======系列报道======*/
.main_pic_list1 {
	width: 100%;
	height: auto;
    box-sizing: border-box;
	overflow: hidden;
	margin-bottom:90px;
	}

.pic_list1 {
	width: 1300px;
	margin: 0 auto;
}

.pic_list1 .hd {
	width: 100%;
	height: 10px;
	margin: 40px auto 0;


}
.pic_list1 .hd ul{ 
display: flex;
align-items: center;
justify-content: center;
}

.pic_list1 .hd ul li {
    float:left;
     cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #e1c7a1;
    border-radius: 10px;
}

.pic_list1 .hd ul li.on {
    width: 80px;
	background: #cb0000;
}

.pic_list1 .bd {
	height: 570px;
}

.pic_list1 .bd li div {
	float: left;
	width: 300px;
	height: 570px;
	margin: 0 12px;
    background: #e1c7a1;
	border-radius: 10px;
	overflow: hidden;

}

.pic_list1 .bd li div img{
    width:300px;
    height:500px;
    display:block;
	
}
.pic_list1 .bd li div p{
    text-align: center;
    font-size: 16px;
	line-height:28px;
    padding-top: 8px;
	font-weight:bold;
	color:#2c1d07;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding:6px 10px 0px 10px;
	box-sizing: border-box;
	
}

