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: SimSun;
/*    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: 0px;
}

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


.header-logodiv{
    height: 1.25rem;
    background: #FAF1DA;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.833rem;
}
.header-logo1{
    width: 2.4375rem;
}
.header-logo2{
    width: 1.5625rem;
}


/*
 *导航
*/
.header-div{
    height: 0.417rem;
    background: #E7A72C;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 1.0417rem;
    
   
}


.header-div-act{
    position: fixed;
    top: 0rem;
    background: #E7A72C;
    width: 100%;
    z-index: 99999;
}

.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;
}


.footer{
    font-size: 0.114583rem;
}

.footer .footer-desc{
    height: 0.41667rem;
    padding: 0 0.8073rem;
    font-size: 0.114583rem;
    background: #E7A72C;
    
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.footer .footer-contact{
    padding: 0.333rem 0.8073rem;
    background: #FDF9EF;
    display: flex;
    color: rgba(37, 37, 37, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}
.footer .footer-contact .footer-left{
    width: 4.8333rem;
}

.footer .footer-contact .title-div{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.005208rem solid rgba(37, 37, 37, 0.8);
    padding-bottom: 0.0833rem;
}
.footer .footer-contact .content-div{
    display: flex;
    justify-content: space-between;
}
.footer .footer-contact .bottom{
    
    padding-bottom: 0.3125rem;
}

.footer .footer-contact .title{
    font-size: 0.125rem;
}

.footer .footer-contact .title-en{
    font-size:0.10417rem ;
}
.footer .footer-contact .value{
    font-size:0.10417rem ;
    padding-top: 0.0625rem;

}
.footer .footer-contact .email{
width: 1.5625rem;
}

.footer .footer-contact .footer-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer-contact .footer-logo .logo{
    width: 0.71875rem;
}



.banner{
    width: 100%;
    /*height:4.1667rem;*/
    cursor: pointer;
}

.banner img{
    width: 100%;
    vertical-align: bottom;
}

.first{
 color: #1E4C2A;
 display: flex;
 font-weight: bold;
 flex-direction: column;
 align-items: flex-start;
 justify-content: space-between;
 height: 0.90625rem;

}

.first .title{
    font-size: 0.234375rem;
    font-weight: bold;
    margin: 0;
}
.first .title-en{
    font-size: 0.234375rem;
    font-weight: bold;
    margin: 0;
}
.first .line{
    width: 1.0416667rem;
    height: 0.02083rem;
    background: #1E4C2A;
    margin-top: 0.05208rem;
}