/*
公共样式

*/

body{
    height: auto;
    margin: auto;
    font-size: 1rem;
    font-family: PingFang, PingFang-SC-Medium;
    position: relative;
    padding-top: 13%;
    width: auto;
}
.triangle{
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #333333;
}
a{
    color:#333;
 text-decoration: none;
}

/*********************************头部 手机端******************************************/
.top-mobile{
    height: 6%;
    padding: 10px 0;
    position: fixed;
    top: 0px;
    background: white;
    z-index: 999;
    width: 100%;
    /* min-width: 1024px; */
    text-align: center;
    
}
.top-mobile-tab{
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.mobile-tubao{
    font-size: 45px;
    color: #DFB284;
    cursor: pointer;
    
}

.mobile-tubao:hover .tubao-span{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


.mobile-tubao:hover .clik-tubao{
   display: block;
   color: #3E3E3E;
}
.clik-tubao{
    top: 58px;
    position: absolute;
    /* display: none; */
    right: -19px;
    /* border: 0.5px solid; */
    background-color: white;
    border: 0.1px solid #33333321;
    border-radius: 4px;
    z-index: 999;
    display: none;
}

.clik-tubao span{
    display: block;
    font-size: 15px;
    /* border: 0.5px solid; */
    padding: 14px 36px;
    border-bottom: 0.1px solid #33333321;

}

.clik-tubao span:hover{
    color: #DFB284;
    background: #f8f8f8;
}

/*********************************头部***************************************/
.top{
    height: 8%;
    position: fixed;
    top: 0px;
    background: white;
    z-index: 999;
    width: 100%;
    /* min-width: 1024px; */
    text-align: center;
    /* width: auto; */
    display: none;

}
.top-tab{
    width: 72%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.logo-r{
    text-align: left;
    height: 100%;
    padding-top: 4%; 
}
.logo-w-h{
    width: 25%;
}
.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: 64px;
    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%;
    height: 200px;
 }
 .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: 100px;
    height: 1.8px;
   
}
.title-main{
    width: 190px;
    text-align: center;
    letter-spacing: 2px;
    font-family: PingFang, PingFang-SC-Bold;
}


.title-right{
    width: 100px;
    height: 1.8px;
   
}

.title-550{
    width: 330px;
}

/********************************************************************/
.main{
    height: auto;
    /* width: auto; */
    /* min-width: 1024px; */
    width: 100%;
}

/*********************************尾部***************************************/
.bottom{
    color: #969696;
    position: relative;
    font-family: PingFang, PingFang-SC-Regular;
    width: 100%;
    margin: auto;
    height: auto;
    font-size: 16px;

}

.bottom-top{
    height: 100px;
    background: linear-gradient(0deg,#e8c7a4 0%, #ffffff 100%);
}
.bottom-code{
    width: 100px;
    /* height: 155px; */
    position: absolute;
    top: 50px;
    display: inline-block;
    z-index: 777;
    left: 38%;
}

.bottom-code img{
    width: 100%;
    height: 100%;
}

.bottom-text{
    text-align: center;
    height: 255px;
    background: #222222;
}



/**********************************公共样式***************************************/
.m-a{
    margin: auto;
}
.m-l-10{
    margin-left: 5px;
}
.m-l-40{
    margin-left: 40px;
}

.padding-top-160{
    padding-top: 90px;
}
.padding-top-70{
    padding: 25px 20px;
}

.m-l-30{
    margin-left: 15px;
}
.m-r-30{
    margin-right: 15px;
}
.m-r-40{
    margin-right: 40px;
}
.m-t-60{
    margin-top: 25px;
}
.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 14px;
}
.m-b-30{
    margin-bottom: 10px;
}
.m-b-60{
    margin-bottom: 25px;
}
.font-size-60{
    font-size: 20px;

}

.font-size-20{
    font-size: 20px;
}

.font-size-26{
    font-size: 13px;
}
.font-size-35{
    font-size: 18px;
}
.font-size-40{
    font-size: 22px;
}
.font-size-45{
   font-size: 15px;

}

.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: 1px solid #48382b;
}

.color-39553a{
    color: #39553a;
}
.border-color-39553a{
    border: 1px solid #39553a;
}

.font-w-600{
    font-weight: 600;

}