

.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    background-color: #f4f4f4;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
}

.top .top-left {
    float: left;
}

.top .top-right {
    float: right;
}

.top .top-right .ic {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.top .top-right .ic:nth-child(1) {
    margin-left: 30px;
}

.nav {
    height: 90px;
}

.nav .menu{
    display: none;
}

.nav .nav-logo {
    height: 90px;
    line-height: 90px;
    float: left;
    margin-right: 200px;

}

.nav .nav-logo img {
    height: 70px;
}

.nav li {
    display: block;
    float: left;
    position: relative;
    width: 140px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
}

.nav li::after{
    content: "";
    width: 0;
    height: 2px;
    background:#8d652b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav li:hover:after{
    width: 100%;
}

.nav a{
    color: #000000;
    transition: 0.5s;
    text-decoration:none;
}
.nav li a:hover{
    text-decoration:none;
    color:  #8d652b;
}

.nav li:hover li> a{
    color: #8d652b;
    text-decoration:none;
}


.nav li .dropdown_menu{
     display: none; 
    position: absolute;
    background-color: rgba(204,148,31,0.4);
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    z-index: 999;
    top: 90px;
    line-height: 40px;
    transition: all 0.5s ease 0s;
    width: 140px;
}
.nav .dropdown_menu a{
    font-size: 14px;
    color: #fff;
    text-align: center;
  /*  background: #FFFFFF; */
    margin-bottom: 2px;
    display: inline-block;
	border-bottom: 1px solid #c6a981;
	height: 60px;
	line-height: 60px;
    width: 80%;
}
.nav .dropdown_menu a:hover{
    color: #412906; 
    text-decoration:none;
}
.nav li:hover .dropdown_menu{
    display: block;
}
.nav .noborder{
    border-bottom: 1px solid red;
}

.nav .wap-logo,.clear{
    display: none;
}




/*.nav li a:hover {
    background-color: #b91d27;
    color: #FFFFFF;
    height: 90px;
}

.nav li a {
    display: inline-block;
    line-height: 90px;
    width: 140px;
    font-size: 18px;
    text-align: center;
    color: #000000;
    position: relative;
}*/

/*
.nav li a::after{
    content: "";
    position: relative;
    bottom: 0;
    display: block;
    height: 5px;
    width: 100%;
    background-color: red;
    visibility: hidden;
}
*/


.nav .nav-lebe {
    visibility: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 90px;
    color: #b91d27;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 1);
}

.nav .nav-lebe::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.nav .active {
    /* color: #b91d27;
     background-color: #b91d27;
     color: #FFFFFF;
     height: 90px;*/
}

.nav li a:hover:after {
    /*background-color: #b91d27;
    color: #FFFFFF;
    height: 124px;*/
    /* height: 85px;
     border-bottom: 5px solid #b91d27;*/
    visibility: visible;

}

.nav li a:hover .nav-lebe {
    visibility: visible;
}

  
  .swiper-pagination-bullet{
	  width:20px !important;
	  border-radius:1px !important;
  }
  

.banner1-desc img {
    width: 140px;
}
.banner2-desc img {
    width: 90px;
}

.banner4-desc {
    background-color:rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 300px;
    position: absolute;
    top: 0%;
    left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner4-desc img{
    width: 50%;
}

.banner5-desc {
    width: 800px;
    height: 140px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.banner5-desc img {
    height: 150px;
}



.floor-wap{
    display: none;
}

.floor {
    width: 100%;
    height: 705px;
}
.bg1{
    background-color: #f4f4f4;
}
.floor .row{
    margin-top: 100px;
}
.floor .content{
    height:500px;
}

.floor .img-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.floor .img-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.floor .img{
    height: 450px;
    width: 450px;
}

.floor .title1{
    font-size: 20px;
    color: #b91d27;
}
.floor .title2{
    font-size: 30px;
    color: #b91d27;
}
.floor .title3{
    font-size: 30px;
    color: #1d1d1d;
}
.floor .title4{
    font-size: 16px;
    color: #999999;
    letter-spacing:5px;
    line-height:30px;
    margin: 0 32px;
}

.floor3 {
    width: 100%;
    height: 385px;
}
.floor3 .img{
    width: 100%; 
}
.floor3 .img2{
     width: 100%; 
    display: none;
}


.floor4 {
    width: 100%;
    height: 537px;
    background-color: #FFFFFF;
}

.floor4 .floor4-left {
    padding-top: 80px;
}

.floor4 .floor4-left img {
    width: 500px;
}

.floor4 .floor4-left .title {
    margin-bottom: 55px;
}

.floor4 .floor4-left .title p {
    font-size: 20px;
    color: #7e4403;
}


.floor4 .floor4-right {
    padding-top: 170px;
}

.floor4 .floor4-right .title {
    font-size: 20px;
}

.floor4 .floor4-right .title2 {
    font-size: 14px;
}

.floor4 .floor4-right .title3 {
    font-size: 14px;
    margin-top: 10px;
    color: #999999;
}

.floor4 .floor4-right .btn1 {
    background-color: #a4863e;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    width: 180px;
    height: 40px;
    margin-top: 33px;
}

.floor4 .floor4-right  a{
    color: #ffffff;
} 
.floor4 .floor4-right  a:hover{
    color: #ffffff;
    text-decoration: none;
} 
.floor4 .floor4-right .btn2 {
    background-color: #b91d27;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    width: 180px;
    height: 40px;
    margin-top: 33px;/*
    margin-left: 77px;*/
}

.floor5-wap{
    display: none;
}

.floor5 {
    width: 100%;
    height: 630px;
    background-color: #f6f7f9;
}

.floor5 .swiper-container {
    padding-top: 120px;
    padding-bottom: 100px;
}

.floor5 .swiper-slide {
    transition: transform 1s;
}

.floor5 .swiper-slide:hover {
    transform: scale(1.1);
    z-index: 99999;
    position: relative;
}


.floor5 .box {
    background-color: #FFFFFF;
    box-shadow: 0 -5px 10px #727272;
}

.floor5 .box .box-head {
    max-height: 423px;
    width: 100%;
}

.floor5 .box .box-head img {
    width: 100%;
    height: 100%;
}

.floor5 .box .box-content {
    padding: 20px;
}

.floor5 .box .box-content .title {
    font-size: 16px;
    color: #585858;
}

.floor5 .box .box-content .desc {
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.floor5 .box .box-content .gar {
    font-size: 14px;
    color: #727272;
    position: relative;
}

.floor5 .box .box-content .gar img {
    position: relative;
    top: 5px;
    width: 20px;
    margin-left: 10px;
}

.floor5 .prev {
    position: absolute;
    left: -50px;
    color: #b91d27;
    cursor: pointer;
}

.floor5 .next {
    position: absolute;
    right: -50px;
    color: #b91d27;
    cursor: pointer;
}

.floor5 .prev:active {
    border: none;
}

.floor6 {
    width: 100%;
    height: 250px;
    background: url("../images/floor5.png") no-repeat;
    background-size: 100% 100%;
}
.floor6 .row{
    padding-top: 70px;
}

.floor6 .floor6-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floor6 .floor6-box img {
    height: 40px;
}

.floor6 .floor6-box .title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 5px;
}

.floor6 .floor6-box .title2 {
    font-size: 14px;
    color: #FFFFFF;
}

/****************核心产区***************/
.core-head{
    width: 100%;
}
.core-head img{
    width: 100%;
    /* max-height: 550px; */
}

.core-content{
    height: 400px;
    text-align: center;
}
.core-content .title{
    font-size: 40px;
    color: #303030;
    font-weight: 450;
    margin-top: 80px;
}
.core-content .tar{
    color: #c2c2c2;
    font-size: 1.75rem;
}
.core-content .desc{
    margin-top: 80px;
    color: #484848;
    font-size: 1.8rem;
}

