.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.container1{
    width: 1320px;
    margin: 0 auto;
}
.b-fenlei{
	height: 100px;
	background: #FFEFD5;
}
.b-fenlei ul{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
    justify-content: space-around;
}
.b-fenlei ul li{
	width: 120px;
}
.b-fenlei ul li img{
	width: 80px;
}
.b-fenlei ul li a{
	color: #000;
	font-weight: 800;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}
.b-fenlei ul li a .hongse{
	display: none;
}
.b-fenlei ul li a span{
	margin-top: 0px;
	font-size: 14px;
}
.b-fenlei ul li a:hover span{
	font-weight: 800;
	color: red;
}
.b-fenlei ul li a:hover .black{
	display: none;
}
.b-fenlei ul li a:hover .hongse{
	display: block;
	width: 88px;
}

/*亮点*/
.liangdian{
	width: 100%;
    height: 686px;
    /*background: url(../image/xiangxin.png) no-repeat center center;*/
    background-color: #7d4a1a;
    padding: 70px 0 0 0;
    text-align: center;
}
.liangdian h1{
	font-size: 30px;
    line-height: 50px;
    color: #ffaf2f;
    padding-bottom: 30px;
    text-align: center;
}
.liangdian h2{
	font-size: 30px;
    line-height: 34px;
    padding-top: 28px;
    color: #ffaf2f;
}
.liangdian p{
	font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    color: #ffffff;
}
.liangdian .sanlian{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.liangdian .sanlian div{
	width: 390px;
}
.liangdian .sanlian div img{
	width: 100%;
	height: 242px;
}

/*养生*/
.ysbiaoti {
        width: 100%;
        height: auto;
        margin: 30px 0;
        width: 100%;
    }

.ysbiaoti h2 {
    display: inline-block;
    font-size: 40px;
    color: #9e5f22;
    margin-right: 18px;
    text-align: left;
    line-height: 60px;
    width: 100%;
}
.ysxiangmu{
    width: 100%;
    height: 472px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.ysxiangmu .xiaoxiang{
    height: 472px;
    width: 306px;
    border-radius: 10px !important;
    box-sizing: border-box;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.ysxiangmu .xiaoxiang .xiaoxiangs{
    position: relative;
}
.ysxiangmu .xiaoxiang .xiaoxiangs{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.ysxiangmu .xiaoxiang .xiaoxiangs img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    position: relative;
    /*z-index: 1;*/
    transition: 0.5s;
}
.ysxiangmu .xiaoxiang .xiaoxiangs:hover img{
    transform: scale(1.3);
}
.ysxiangmu .xiaoxiang .xiaoxiangs::after{
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
}
.ysxiangmu .xiaoxiang:hover .xiaoxiangs::after{
    height: 100%;
    background: rgba(125,74,26, .3);
}
.ysxiangmu .xiaoxiang .xiaoxiangx{
    position: relative;
    height: 242px;
    box-sizing: border-box;
    padding: 24px;
}
.ysxiangmu .xiaoxiang .xiaoxiangx::before{
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background: rgba(21, 185, 217, .5);*/
    /*background: #7d4a1a;*/
    background: rgb(125,74,26, .5);
    transition: 0.5s;
    z-index: 3;
}
.ysxiangmu .xiaoxiang:hover .xiaoxiangx::before{
    background: rgb(125,74,26, .5);
    height: 100%;
}
.ysxiangmu .xiaoxiang .xiaoxiangx h5{
    color: #202135;
    margin-bottom: 10px;
    font-size: 20px;
}
.ysxiangmu .xiaoxiang:hover .xiaoxiangx h5{
    color: #B22222;
}
.ysxiangmu .xiaoxiang .xiaoxiangx p{
    color: #8d8d8d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.ysxiangmu .xiaoxiang .xiaoxiangx a{
    position: absolute;
    bottom: 24px;
    box-shadow: inset 0 0 0 0 #7d4a1a;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    border-radius: 50rem !important;
    background-color: #7d4a1a;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #7d4a1a;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 8px 24px;
    /*margin-bottom: 24px;*/
    /*position: relative;*/
    z-index: 50;
}
.ysxiangmu .xiaoxiang .xiaoxiangx a:hover{
    box-shadow: inset 300px 0 0 0 #faf9fb;
    color: #7d4a1a;
}
.yishituandui{
    background: #7d4a1a;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
#swipertwo {
    width: 100%;
    height: 723px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.titys{
    width: 1200px;
    height: 130px;
    padding-top: 20px;
    margin: 0 auto;
}
.titys h2{
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.titys p{
    margin-top: 10px;
    font-size: 16px;
    color: #fafafa;
    letter-spacing: 2;
    text-align:justify;
}
.swiper-container {
    width: 1750px;
    height: 523px;
    margin-top: 50px;
    position: absolute !important;
    left: -875px;
    margin-left: 50% !important;
}

.swiper-slide .detail {
    height: 120px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: opacity .3s .3s;
}

.swiper-slide-active .detail {
    opacity: 1;
}

.swiper-slide .detail h3 {
    width: 950px;
    margin: 15px auto 0;
}

.swiper-slide .detail p {
    width: 950px;
    margin: 5px auto 0;
}

.swiper-slide .detail p span {
    width: 650px;
    display: block;
}

/**/
.effect1 img {
    transform: scale(1.25, 1.25) translate(10%, 10%);
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    /*tr     =    (sc-1)/2sc*100%              */
    /* --1.25       0.25/2.5*100%=10%          */

}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

.swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.swiper-pagination {
    bottom: 35px;
    right: 250px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background: #fff !important;
    margin: 0 5px !important;
}

.liuyan{
    width: 100%;
    padding-top: 20px;
    height: 600px;
    background: url(../image/wenli2.jpg)no-repeat center;
    background-size: cover; 
}
.liuyan h2{
    font-size: 40px;
    color: #fff;
    text-align: center;
    background: #894d33;
}
.liuyan p{
    font-size: 20px;
    color: #9e5f22;
    margin-top: 20px;
    text-align: center;
}
.liuyan .fankui{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 40%;
    height: 355px;
    margin-top: 50px;
}
.liuyan .fankui form{
    width: 100%;
}
.liuyan .fankui .input{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
.liuyan .fankui .bdTitle{
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #ba7d47;
    border-radius: 4px;
    margin-right: 5px;
}
.liuyan .fankui .input .bdTitle::after,
.liuyan .fankui .textarea .bdTitle::after {
    content: '*';
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 5px;
    color: #fff;
}
.liuyan .fankui .input input{
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: 0.5s;
    transition-property: all;
}
.liuyan .fankui .textarea{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100px;
}
.liuyan .fankui .textarea textarea{
    background-color: unset;
    width: calc(100% - 120px);
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    /*outline: none;*/
    font-size: 14px;
    transition-duration: 0.5s;
    transition-property: all;
}
.liuyan .fankui .button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
.liuyan .fankui .button button{
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.liuyan .fankui .button button.submit{
    font-weight: bold;
    width: 36%;
    height: 50px;
    color: #fff;
    background-color: #d16a03;
    margin-right: 40px;
}
.liuyan .fankui .button button.reset{
    width: 20%;
    height: 50px;
    color: #666;
    background-color: #ddd;
}
.liuyan .zhushi{
    color: #333;
    font-size: 14px;
}


#swiperth{
    margin: 0 !important;
    padding: 0;
    height: 270px;
    position: relative !important;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;

}
#swiperth img{
    width: 390px;
    height: 270px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .4);
}