.banner{
    width: 100%;
}
.wrap{
    width: 1377px;
    margin: -166px auto 0;
   padding-bottom: 71px;
}
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.breadcrumb a{
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.breadcrumb a::after{
    content: '>';
    margin-left: 3px;
    margin-right: 3px;
    
}
.breadcrumb a:nth-child(1)::before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/home_nav.png) no-repeat center / 16px 16px;
    display: inline-block;
    margin-right: 5px;
}
.breadcrumb a:last-child::after{
    display: none;
}
.container{
    width: 100%;
    background: url(../images/container_04.png) no-repeat top center/100% 100%;
    position: relative;
    z-index: 2;
    box-shadow: #c7c7c7 0px 0px 18px;
    padding-bottom: 90px;
}
.important-title{
    width: 163px;
    margin: 0 auto ;
    font-family: lishu;
    color: #94744a;
    font-size: 36px;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
    padding:5px 10px;
}
.important-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/font_biankuang_zuo.png) no-repeat center;
    background-size: 100% 100%;
}

.important-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 24px;
    height: 24px;
    background: url(../images/font_biankuang_you.png) no-repeat center;
    background-size: 100% 100%;
}

.newest-news-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 108px;
    font-size: 18px;
    color: #94744a;
    margin: 0 auto ;
}
.newest-news-more::before{
    content: '';
    width: 27px;
    height: 22px;
    background: url(../images/jinli.png) no-repeat center /100% 100%;
}
.newest-news-more::after{
    content: '';
    width: 27px;
    height: 22px;
    background: url(../images/jinli.png) no-repeat center /100% 100%;
    transform: rotate(180deg);
}
.one{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.one-wrap{
    display: flex;
    justify-content: space-between;
}
.one-left{
    width: 49%;
}


.one-right{
    width: 50%;
    position: relative;
}
.one-left img{
    width: 100%;
    display: block;
   
}
.one-wrap{
    margin-top: 43px;
}
.one-left .swiper-pagination{
    text-align: right;
}
.one-left .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
    border: solid 1px #ffffff;
    opacity: 1;
    background: none;
}
.one-left .swiper-pagination-bullet-active{
    background: #ffffff;
}
.one-name{
    font-size: 20px;
    color: #94744a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.one-name::before{
    content: '';
    width: 68px;
	height: 1px;
    background:  #94744a;
    margin-right: 13px;
}
.one-name::after{
    content: '';
    width: 68px;
	height: 1px;
    background:  #94744a;
    margin-left: 13px;
}
.one-text{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 30px 0;
}
.one-container{
    box-sizing: border-box;
    padding: 0 22px 0 37px;
}
.btn-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-item{
    width: 19.3%;
    cursor: pointer;
    padding-top:3px;
    border-top: 5px solid #d3a9a9;
    transition: all .3s;
}
.btn-item img{
    width: 100%;
}
.btn-wrap .activn,.btn-item:hover{
    border-top: 5px solid #622020;
}
.one-left .swiper-container{
    display: none;
}
.one-left div.activn{
    display: block;
}
.one-content{
    display: none;
}
.one-container .activn{
    display: block;
}

.two{
    width: 1200px;
    margin: 55px auto 0;
}
.two-wrap{
    margin: 28px 0;
    display: flex;
}
.two-wrap>img{
    width: 50%;
}
.two-details {
    width: 50%;
    background: #213649;
    box-sizing: border-box;
    padding: 22px 37px 0 48px;
    color: #ffffff;
}
.two-details a{
    color: #ffffff;
    display: block;
    border-bottom: 1px dashed #7f7f7f;
    padding-bottom: 24px;
    margin-top: 33px;
}
.two-title{
    font-size: 20px;
}
.two-title::before{
    content: '';
    width: 9px;
    height: 17px;
    background: url(../images/icon-5.png) no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
}
.two-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 16px;
    box-sizing: border-box;


}
.three{
    margin-top: 36px;
}
.three-wrap{
    display: flex;
    width: 1200px;
    margin: 30px auto;
}
.three-left{
    width: 50%;
}
.three-left img{
    width: 100%;
}
.three-right{
    width: 50%;
    box-sizing: border-box;
    padding: 43px 39px 0 25px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.three-name{
    font-size: 20px;
    color: #94744a;
}
.three-text{
    font-size: 14px;
    color: #666666;
    margin-top: 35px;
    min-height: 166px;
	line-height:1.3;
}
.three-foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three-foot-wrap{
    font-size: 16px;
    color: #666666;
}
.three-foot-wrap:nth-child(1) p{
    margin-bottom: 13px;
}
.three-foot a{
    width: 120px;
    height: 35px;
    background: #94744a;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.four{
    margin-top: 67px;
}
.four-wrap{
    width: 1200px;
    margin: 37px auto 0;
    display: flex;
}
.four-wrap li{
    width: 19%;

    margin-right: 2%;
}
.four-wrap li:last-child{
    margin: 0%;
}
.four-wrap li a{
    width: 100%;
    display: block;
    
}
.four-img{
    width: 100%;
    position: relative;
}
.four-wrap li a img{
    width: 100%;
    display: block;
}
.four-img::after{
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(../images/icon-6.png) no-repeat center;
}
.four-wrap li a:hover .four-img::after{
    opacity: 1;
}
.four-wrap li a p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #94744a;
    padding: 18px 0;
}
.four-wrap li a:hover p{
	box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.1);
}
.four-wrap li a p::before{
    content: '';
    width: 8px;
    height: 19px;
    background: url(../images/icon-7.png) no-repeat;
    margin-right: 15px;
}
.four-wrap li a p::after{
    content: '';
    width: 8px;
    height: 19px;
    background: url(../images/icon-7.png) no-repeat;
    margin-left: 15px;
}


.max-img{
	position: relative;
}
.suspension{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	width:100%;
	color:#fff;
	padding:15px 10px;
	box-sizing: border-box;
}

















@media(max-width:996px){
    .wrap{
        width: 100%;
        margin: 0 auto 0;
        padding-bottom: 20px;
    }
	.three-text{
		min-height:50px;
		margin-bottom:15px;
		margin-top:15px;
	}
    .container{
        background: none !important;
        padding-bottom: 15px;
    }
	.two-title{
		font-size:14px;
	}
	.two-text{
		font-size:12px;
	}
    .important-title{
        font-size: 28px;
        width: 131px;
    }
    .one{
        width: 100%;
        padding-top: 20px;
    }
    .two,.three,.four{
        width: 100%;
		margin-top:50px;
    }
    .one-wrap{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .one-left,.one-right{
        width: 100%;
    }
    .two-wrap{
        flex-wrap: wrap;
		margin:28px auto 15px;
		
    }
    .two-wrap> a img{
        width: 100%;
    }
    .two-details{
        width: 100%;
		padding:10px 10px 0 10px;
    }
	.two-text{
		padding:0;
	}
    .three-wrap{
        width: 100%;
        flex-wrap: wrap;
		margin:28px auto 15px;
    }
    .three-left{
        width: 100%;
    }
    .three-right{
        width: 100%;
		padding: 23px 19px 0 15px
    }
    .four-wrap{
        width: 100%;
        flex-wrap: wrap;
    }
    .four-wrap li{
        width: 48%;
		margin:0 1%;
    }
	.four-wrap li:last-child{
		margin:0 1%;
	}
	.banner,
	.breadcrumb{
		display:none;
	}
	.one-text{
		margin: 20px 0 126px;
	}
	.btn-wrap{
		bottom: 10px;
		justify-content: space-around;
	}
	.two-details a{
		margin-top:15px;
	}
	.two-details a:last-child{
		border:none;
	}
	.dir{
		display:none;
	}
}