/*index*/
.index-main {
    overflow:hidden;
}
.index-banner{
	position: relative;
    width:100%;
}
.index-banner img{
    max-height:600px;
}
.swiper-banner{
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
.swiper-banner-notice .swiper-wrapper{
	max-height:350px; 
}
.swiper-banner-notice .swiper-wrapper{
	max-height:350px; 
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: -30px!important;
    width: 100%;
    text-align: center;
}
.swiper-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    -webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
    background: #231815;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #231815;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;

}
.swiper-slide{
	position: relative;
}
.swiper-slide .swiper-text{
	padding: 15px 10px 15px 70px;
	display: inline-block;
	width: 357px;
	height: 75px;
	background: rgba(255,255,255,.6);
	position: absolute;
	bottom: 55px;
	right: 45px;
	z-index: 2;
}
.swiper-title{
	color: #101321;
	font-size: 20px;
	font-weight: bold;
}
.swiper-text-right{
	display: inline-block;
	font-size: 14px;
	width: 14px;
	position: absolute;
	right: 10px;
	top: 15px;
}
.swiper-slide .banner-ani{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.2);
	z-index: 3;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
.swiper-slide-active .fadeInLeft {
	-webkit-animation: fadeInLeft 2s;
	-moz-animation: fadeInLeft 2s;
	-o-animation: fadeInLeft  2s;
	animation: fadeInLeft 2s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(50px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.swiper-slide-active .fadeInRight {
	-webkit-animation: fadeInRight 2s;
	-moz-animatio: fadeInRight 2s;
	-o-animation: fadeInRight 2s;
	animation: fadeInRight 2s;
}
.ban-text{
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 350px;
}
.ban-text-03{
	top: 300px;
}
.swiper_btn{
    width: 20px;
    height: 20px;
    background-size: contain;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/swiper_left.png) no-repeat;
    left: -86px;
    right: auto;
    width: 26px;
    height: 8px;
}
.swiper-button-next{
	background: url(../images/swiper_right.png) no-repeat;
	right: -86px;
    left: auto;
}
.index-des{
	margin-top: 50px;
	color: #141427;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.index-title{
	line-height: 46px;

	position: relative;
	padding-right: 100px;
}
.index-title-text{
	font-size: 36px;
	font-weight: 600;
}
.index-title-small{
	font-size: 18px;
	margin-left: 35px;
}
.index-title-link{
	position: absolute;
	right: 0;
	font-size: 14px;
}
.index-one-par{
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
}
.index-two{
	margin-top: 20px;
    text-align:center;
}
.index-two-item{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 0;
	margin-right: 0;
	text-align: left;
	margin-left: 20px;
}
.index-two .index-two-item:nth-child(3n){
	margin-right: 0;
}
.index-two-img{
	display: inline-block;
	width: 96px;
	height: 96px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.index-two-image{
	width: 100%;
	overflow: hidden;
}
.index-twodes-right{
	margin-left: 0;
	padding-right: 0;
	font-size: 16px;
	overflow: hidden;
}
.index-twodes-par{
	/* display: -webkit-box!important; */
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-height: 24px;
	height: 40px;
	display: inline;
	float: left;
}
.index-twodes-spar{
	font-size: 16px;
	margin-top: 0;
	color: #888;
	display: inline;
	float: right;
}
.index-two-item:hover{
	color:#21a145;
	border-bottom: 1px solid #ccc;
}
.index-two-item-first .index-twodes-par{
	font-size: 24px;
    color: rgb(0, 153, 204);
}
.index-two-item-first .index-twodes-date{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(0, 153, 204);
    display: inline-block;
    float: left;
    padding: 4px 10px;
    margin-right: 10px;
}
.index-two-item-first .first-desc{
	    font-size: 13px;
	    color: rgb(153, 153, 153);
	    padding-top: 10px;
}


/*index-scenic*/
.index-scenic{
	width: 1440px;
	height: 450px;
	margin: 90px auto 0;
}
.index-scenic-con{
	position: relative;
	padding-left: 718px;
}
.ind-scen-bigimg{
	width: 718px;
	height: 448px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.ind-scen-bigimage,.indscen-bigimage{
	width: 100%;
    height: 100%;
}
.indscen-imgs{
	display: flex;
	flex-wrap: wrap;
}
.indscen-img{
	display: inline-block;
	width: 358px;
	height: 223px;
	overflow: hidden;
	margin: 0 0 2px 2px ;
	padding: 0;
}
/*.indscen-img:nth-child(2n){
	margin:0;
}*/
.index-yuding{
	margin-top: 155px;
    text-align:center;
}
.yuding-link{
	display: inline-block;
	width: 166px;
	padding-bottom: 70px;
	border-bottom: 10px solid #e5e5e5;
	font-size: 22px;
	color: #141427;
	line-height: 60px;
	position: relative;
	padding-left: 90px;
	margin-right: 26px;
}
.yuding-link:last-child{
	margin-right: 0;
}
.yuding-icon{
	display: inline-block;
	width: 75px;
	height: 60px;
	background: url(../images/bnav_01.jpg) no-repeat;
	margin-right: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.yuding-icon-02{
	background: url(../images/bnav_02.jpg) no-repeat;
}
.yuding-icon-03{
	background: url(../images/bnav_03.jpg) no-repeat;
}
.yuding-icon-04{
	background: url(../images/bnav_04.jpg) no-repeat;
}
.yuding-link:hover{
	border-bottom: 10px solid #222633;
	color: #21a145;
}
.yuding-link:hover .yuding-icon{
	background: url(../images/bnav_01_active.jpg) no-repeat;
}
.yuding-link:hover .yuding-icon-02{
	background: url(../images/bnav_02_active.jpg) no-repeat;
}
.yuding-link:hover .yuding-icon-03{
	background: url(../images/bnav_03_active.jpg) no-repeat;
}
.yuding-link:hover .yuding-icon-04{
	background: url(../images/bnav_04_active.jpg) no-repeat;
}
.detail-des{
	padding: 75px 0 20px;
}
.detail-title{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 40px;
}
.detail-con{
	font-size: 14px;
	line-height: 26px;
}
.detail-con img{
	max-width: 100%;
}
