html,
body {
    height: 100%;
    width: 100%;
    font-size: 192px;
}

@media (max-width: 600px) {
  html,
body {
    font-size: 60px 
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  html,
body {
    font-size: 90px
  }
}

@media (min-width: 900px) and (max-width: 1280px) {
  html,
    body {
    font-size: 128px
  }
}




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Source Han Serif CN;
/*    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


/*
 *导航
*/
.header-div{
    height: 0.417rem;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.header-div-act{
    background: #836448;
}
.header-content{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 6.474rem;
}
.header-div .header-right{
    display: flex;
    align-items: center;
    width: 4.349rem;
    justify-content: space-between;
}

.header-div .header-logo{
    width: 1.042rem;
}
.header-div .header-menu{
    font-size: 0.083rem;
     display: flex;
    align-items: center;
    width: 4.0625rem;
    justify-content: space-between;
}
.header-div .header-menu .item{
/*    font-weight: bold;*/
    color: #FFFFFF;
    text-decoration:none;
    height: 0.417rem;
    text-align: center;
    line-height: 0.417rem;
/*    width: 100%;*/
    padding: 0rem 0.0625rem;
}



.header-div .header-lang{
    font-size: 0.083rem;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration:none;
    cursor: pointer;
}


.footer{
    height: 3.125rem;
    background: #6B5D4B;
    text-align: center;
    font-size: 0.073rem;
    padding: 0.521rem 0rem 0.208rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
}

.footer .footer-contact{
    display: flex;
    justify-content: center;
}
.footer .footer-contact .phone,.footer .footer-contact .email{
    margin-right: 0.521rem;
}
.footer .container p{
    font-size: 0.073rem;
}

.footer .footer-logo .logo{
    width: 0.9375rem;
}


.banner{
    width: 100%;
    height:100vh;
    cursor: pointer;
}

.banner img{
    width: 100%;
    height: 100%;
}
.sj_header-content{
    display: none;
}



@media (max-width: 600px) {
  html,
body {
    font-size: 168px 
  }
  .banner{
    width: 100%;
    height:300px;
    cursor: pointer;
    overflow: hidden;
}

.banner img{
    width: 100%;
    height: 100%;
      object-fit: cover; 
        object-position: center;
    }
.sj_header-content{
    width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.11905rem;
        flex-wrap: wrap;
}
.header-div{
    width: 100vw;
}
.header-content{
    display: none;
}

.header-div{
    height: 0.2619rem;
}
.header-zk{
    width: 0.14286rem;
    height: 0.14286rem;
}
.sj-header-right{
   
    width: 100vw;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateZ(0);
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
     display: none;
}

.header-div .header-menu{
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #836448;
    height: 610px;
}

.header-div .header-menu .item{
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-div .header-menu .item img ,.header-gb{
    width: 24px;
    height: 24px;
}

.header-div .header-lang{
   padding: 20px 0.0625rem;
}
.header-sj{
    display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
}

.footer .footer-contact {
 
    flex-direction: column;
    
}
.footer .footer-contact .phone, .footer .footer-contact .email,.footer .footer-contact .phone, .footer .footer-contact .phone{
    margin-right:0;
}
  
  
}
