/*
公共样式

*/

body{
    height: auto;
    margin: auto;
    font-size: 1.2rem;
    font-family: PingFang, PingFang-SC-Medium;
    position: relative;
    padding-top: 6%;
    width: auto;
}
.triangle{
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #333333;
}
a{
    color:#333;
 text-decoration: none;
}
/*********************************头部***************************************/
.top-mobile{
    display: none;
  }
.top{
    height: 10%;
    position: fixed;
    top: 0px;
    background: white;
    z-index: 999;
    width: 100%;
    /* min-width: 1280px; */
    text-align: center;
    /* width: auto; */
}
.top-tab{
    width: 72%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-r{
    text-align: center;
    /* height: 35%; */
    width: 180px;
}
.logo-w-h{
    width: 42%;
}
.tab-title{
    text-align: center;
    padding: 20px 20px;
    cursor: pointer;
    position: relative;
    
}
.tab-flex{
    flex: auto;
}
.tab-title:hover{
    color: #DFB284;
    border-bottom:2px solid #DFB284;
    margin-bottom: -2px;
   
}
.tab-title-up{
    text-align: center;
    /* padding: 40px 40px; */
    cursor: pointer;
}
.tab-title-up:hover{
    /* padding-bottom: 20px; */
   
}

.up-plat{
    display: none;
    position: absolute;
    top: 70px;
    background: #ffffff;
    border: 0.1px solid #33333321;
    border-radius: 4px;
    color: #3E3E3E;
    z-index: 888;
    left: 0px;
    width: 100%;
}

.tab-title:hover  .up-plat{
    display: block;
    color: #3E3E3E;
}

.plat-div{
    /* width: 204px; */
    /* height: 63px;
    line-height: 63px; */
    color: #3E3E3E;
    padding: 6% 0%;
}

#iiy:hover{
    background: #f8f8f8;
    color: #DFB284;
}
#avso:hover{
    background: #f8f8f8;
    color: #DFB284;
}

.slideshow{
    /* min-width: 1920px;
    min-height: 695px; */
    width: 100%;
 }
 .slideshow img{
    vertical-align: top;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
 }


 .title{
    margin: 6% 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.title-left{
    width: 255px;
    height: 4px;
   
}
.title-main{
    width: 420px;
    text-align: center;
    letter-spacing: 9.6px;
    font-family: PingFang, PingFang-SC-Bold;
}


.title-right{
    width: 255px;
    height: 4px;
   
}

.title-550{
    width: 430px;
}

/********************************************************************/
.main{
    height: auto;
    /* width: auto; */
    /* min-width: 1280px; */
}

/*********************************尾部***************************************/
.bottom{
    color: #969696;
    position: relative;
    font-family: PingFang, PingFang-SC-Regular;
    width: 100%;
    margin: auto;
    height: auto;
    font-size: 15px;

}

.bottom-top{
    height: 100px;
    background: linear-gradient(0deg,#e8c7a4 0%, #ffffff 100%);
}
.bottom-code{
    width: 100px;
    /* height: 155px; */
    position: absolute;
    top: 49px;
    display: inline-block;
    z-index: 777;
    left: 46%;
}

.bottom-code img{
    width: 100%;
    height: 100%;
}

.bottom-text{
    text-align: center;
    height: 350px;
    background: #222222;
}



/**********************************公共样式***************************************/
.m-a{
    margin: auto;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-40{
    margin-left: 40px;
}

.padding-top-160{
    padding-top: 80px;
}
.padding-top-70{
    padding-top: 20px;
}

.m-l-30{
    margin-left: 30px;
}
.m-r-30{
    margin-right: 30px;
}
.m-r-40{
    margin-right: 40px;
}
.m-t-60{
    margin-bottom: 25px;
}
.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 10px;
}
.m-b-30{
    margin-bottom: 20px;
}
.m-b-60{
    margin-bottom: 30px;
}
.font-size-60{
    font-size: 40px;
}

.font-size-20{
    font-size: 20px;
}

.font-size-26{
    font-size: 17px;
}
.font-size-35{
    font-size: 22px;
}
.font-size-40{
    font-size: 25px;
}
.font-size-45{
    font-size: 30px;

}

.linear-gradient_340-orange{
    background: linear-gradient(340deg,#e8c7a4 0%, #ffffff 100%);
}
.linear-gradient_20-orange{
    background: linear-gradient(20deg,#e8c7a4 0%, #ffffff 100%);

}

.linear-gradient_340-gray{
    background: linear-gradient(340deg,#48382b 0%, #ffffff 100%);
}
.linear-gradient_20-gray{
    background: linear-gradient(20deg,#48382b 0%, #ffffff 100%);

}

.linear-gradient_340-green{
    background: linear-gradient(340deg,#39553a 0%, #ffffff 100%);
}
.linear-gradient_20-green{
    background: linear-gradient(20deg,#39553a 0%, #ffffff 100%);

}


.display-inline-pos{
    display: inline-block;
     position: absolute; 
}

.color-e0b78d{
    color: #e0b78d;
}

.back-color-dfb284{
    background-color: #dfb284;
}

.color-48382b{
    color: #48382b;
}

.border-color-48382b{
    border: 3px solid #48382b;
}

.color-39553a{
    color: #39553a;
}
.border-color-39553a{
    border: 3px solid #39553a;
}

.font-w-600{
    font-weight: 600;

}