* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.header{
    width: 100%;
    height: 1.01rem;
    background: #ffffff;
}
.header_center{
    width: 95.8%;
    height: 1.01rem;
    margin: 0 auto;
    position: relative;
}
.header_left_logo{
    width: 6.44rem;
    height: 0.48rem;
    position: absolute;
    top: 0.3rem;
    left: 0rem;
}
.header_left_logo img{
    width: 100%;

}
.header_ul_first li{
float: left;
font-size: 0.18rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #001323;
margin-right: 0.05rem;
}
.header_ul_first{
    width: 2.3rem;
    position: absolute;
    right: 2.55rem;
    font-family: Arial, Arial-Regular;
    top: 0.44rem;
}
.header_ul_sec li{
    float: left;
    font-size: 0.18rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
    margin-right: 0.05rem;
    }
.header_ul_sec{
    width: 2.4rem;
    position: absolute;
    right: 0rem;
    font-family: Arial, Arial-Regular;
    top: 0.44rem;
}
.banner{
    width: 100%;
    height: 9.47rem;
    background: url(../img/banner.jpg)no-repeat;
    background-size: 100% 100%;
}
.Customar{
    width: 100%;
    height: 10.14rem;
    background: #252423;
}
.Customar_center{
    width: 14rem;
    height: 10.14rem;
    margin: 0 auto;
}
.Customar_title{
    width: 100%;
 
height: 1.49rem;
font-size: 0.34rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: center;
color: #c59c63;
/* letter-spacing: 0.88px; */
text-align: center;
line-height: 1.49rem;
margin: 0 auto;
}
.forms_table{
    width: 100%;
    height: 8.42rem;
    background: url(../img/842.jpg)no-repeat;
    background-size: 100% 100%;
}
.forms_table_center{
    width: 14rem;
    margin: 0 auto;
    height: 8.42rem;

}
.forms_table_centertitle{
    width: 14rem;
height: 0.72rem;
font-size: 0.64rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: center;
color: #c59c63;
letter-spacing: 0.009rem;
line-height: 0.72rem;
margin: 0 auto;
}
.forms_tables{
    width: 9.24rem;
    height: 6.08rem;
    /* background: rgba(75, 74, 73, 0.8); */
    margin: 0 auto;
}
.form {
    width: 7.71rem;
    padding: 0.2rem 0.1rem;
    background: rgba(75, 74, 73, 0.8);
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown.active .option {
    display: block;
  }
  .form .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  .form .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .form .dropdown.active::before {
      top: 0.25rem;
      transform: rotate(-225deg);
  }
  .form .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .form .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .form .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
  .form .contact-way {
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    height: 1.3rem;
    color: #001323;
    display: flex;
    justify-content: space-between;
  }
  .form .contact-way div {
    width: 2.87rem;
  }
  .form .contact-way input {
    padding-left: 0.2rem;
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: rgba(0, 19, 35, 0.03);
    border: 1px solid #FED397;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form .Requirement p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
  }
  .form .Requirement textarea {
    width: 100%;
    height: 1.29rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #FED397;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form .submit {
    text-align: center;
    margin-top: 0.27rem;
  }
  .form .submit button {
    width: 1.97rem;
    height: 0.68rem;
    background: #c59c63;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
  }
  .form2 {
    width: 7.71rem;
   
  
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form2 .dropdown2.active .option2 {
    display: block;
  }
  .form2 .dropdown2 {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  
  .form2 .dropdown2.active::before {
    top: 0.25rem;
    transform: rotate(-225deg);
  }
  
  .form2 .dropdown2::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  .form2 .dropdown2 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form2 .dropdown2 .option2 {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .hint{
    font-size: 0.18rem;
    color: red;
  }
  .form2 .dropdown2 .option2 div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .form2 .dropdown2 .option2 div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
  .form2 .contact-way2 {
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
  }
  .form2 .contact-way2 div {
    width: 2.87rem;
  }
  .form2 .contact-way2 input {
    padding-left: 0.2rem;
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: rgba(0, 19, 35, 0.03);
    border: 1px solid #c59c63;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form2 .Requirement2 p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
  }
  .form2 .Requirement2 textarea {
    width: 100%;
    height: 1.19rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #c59c63;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form2 .submit2 {
    text-align: center;
    margin-top: 0.27rem;
  }
  .form2 .submit2 button {
    width: 1.97rem;
    height: 0.68rem;
    background: #c59c63;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
  }
  
  .form .dropdown3.active .option {
    display: block;
  }
  .form .dropdown3 {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  .form .dropdown3 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown3::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .form .dropdown3.active::before {
      top: 0.2rem;
      transform: rotate(-225deg);
  }
  .form .dropdown3 .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .form .dropdown3 .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .form .dropdown3 .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
.xing{
    color: #FED397;
}
.market{
    width: 100%;
    height: 2.74rem;
    background: #252423;
}
.market_center{
    width: 14rem;
    height: 2.74rem;
    margin: 0 auto;
        margin-top: 0.7rem;
}
.market_centertitle{
    width: 14rem;
    height: 0.38rem;
    font-size: 0.34rem;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #c59c63;
}
.market_sec{
    width: 14rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.34rem;
    text-align: left;
    margin-top: 0.45rem;
    color: rgba(197, 156, 99, 0.65);
}
.market_thr{
    width: 14rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.34rem;
    text-align: left;
    margin-top: 0.45rem;
    color: rgba(197, 156, 99, 0.65);
}
.wet{
    width: 100%;
    height: 4.78rem;
    background: #252423;
}
.wet_center{
    width: 14rem;
    height: 4.78rem;
    margin: 0 auto;
}
.wet_bottom{
    width: 14rem;
    height: 4.24rem;
    background: #33312e;
    margin: 0 auto;
    position: relative;
}
.wet_nr{
    width: 7.22rem;
    height: 4.24rem;
    float: right;
}
.wet_title{
    width: 7.22rem;
height: 0.38rem;
font-size: 0.34rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
padding-top: 0.49rem;
padding-bottom: 0.4rem;

}
.wet_title_2{
    width: 7.22rem;
height: 0.27rem;
font-size: 0.24rem;
font-family: Arial, Arial-Bold;
font-weight: 400;
text-align: left;
color:  #8a714d;
line-height: 0.32rem;
}
.wet_title_2 span{
    font-weight: 700;
    color: #c59c63;
}
.wet_title_3{
    width: 7.22rem;
height: 0.27rem;
font-size: 0.24rem;
font-family: Arial, Arial-Bold;
font-weight: 400;
text-align: left;
color:  #8a714d;
line-height: 0.32rem;
margin-top: 0.45rem;
}
.wet_title_3 span{
    font-weight: 700;
    color: #c59c63;
}
.queto{
    width: 2.51rem;
    height: 0.57rem;
    background: #c59c63;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 0.57rem;
    font-size: 0.22rem;
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
position: absolute;
top: 3.2rem;
    left: 7rem;
}
.queto2{
    width: 2.76rem;
    height: 0.57rem;
    background: url(../img/ce.jpg)no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 0.57rem;
    font-size: 0.22rem;
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
position: absolute;
top: 3.2rem;
    left: 10rem;
    text-indent: 0.3rem;
}


body{background-color: #272727}
.luns{
    width: 100%;
    height: 7.51rem;
    background: #33312e;
}
.luns_center{
    width: 14rem;
    height: 7.51rem;
    margin: 0 auto;
}
.pic_tab{
   width: 2.43rem;height: 0.6rem;
   margin-top: 0.97rem;
   margin-left: 0.3rem;
}
.tab_anniu{
    width: 1.71rem;
    height: 0.49rem;
    border-radius: 5px;
    background: #c59c63;
    line-height: 0.49rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.22rem;
    position: absolute;
    top: 1.08rem;
    right: 0.4rem;
}
.on .tab_anniu{
    background: #252423;
}
.list_title{
    width: 100%;
    margin-top: 0.66rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
}
.list_title_1{
    width: 100%;
height: 0.4rem;
line-height: 0.4rem;
opacity: 0.6;
font-size: 0.2rem;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: left;
text-indent: 0.29rem;
color: #c59c63;
letter-spacing: 0.52px;
}
.list_title_2{
    width: 4.45rem;
    margin-top: 0.66rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_3{
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 0.85rem;
}
.list_title_4{
    width: 4.45rem;
    margin-top: 1.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_5{
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 1.9rem;
}
.list_title_6{
    width: 4.45rem;
    margin-top: 2.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_7{
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 2.9rem;
}
.list_title_8{
    width: 4.45rem;
    margin-top: 3.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_9{
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 3.9rem;
}


.list_title_22{
    width: 4.45rem;
    left: 4.45rem;
    margin-top: 0.66rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_33{
    width: 4.45rem; left: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 0.85rem;
}
.list_title_44{
    width: 4.45rem; left: 4.45rem;
    margin-top: 1.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_55{
    width: 4.45rem;
    height: 0.4rem; left: 4.45rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 1.9rem;
}
.list_title_66{
    width: 4.45rem; left: 4.45rem;
    margin-top: 2.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_77{
    width: 4.45rem; left: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 2.9rem;
}
.list_title_88{
    width: 4.45rem; left: 4.45rem;
    margin-top: 3.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_99{ left: 4.45rem;
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 3.9rem;
}
.list_title_888{
    width: 4.45rem; left: 8.9rem;
    margin-top: 3.67rem;
    text-indent: 0.29rem;
height: 0.22rem;
font-size: 0.2rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.52px;
position: absolute;  
}
.list_title_999{ left: 8.9rem;
    width: 4.45rem;
    height: 0.4rem;
    line-height: 0.4rem;
    opacity: 0.6;
    font-size: 0.2rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 0.29rem;
    color: #c59c63;
    letter-spacing: 0.52px;
    position: absolute;
    margin-top: 3.9rem;
}
.Hundreds{
  width: 100%;
  height: 0.38rem;

}
.Hundreds_center{
  width: 14rem;
height: 0.38rem;
font-size: 0.34rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
line-height: 0.38rem;
margin: 0 auto;
text-align: center;
color: #c59c63;
}
.Hundredssec{
  width: 100%;
  height: 0.30rem;

}
.Hundredssec_center{
  width: 14rem;
height: 0.30rem;
font-size: 0.26rem;
font-weight: 400;
line-height: 0.30rem;
margin: 0 auto;
text-align: center;
color: #c59c63;

opacity: 0.6;

font-family: Arial, Arial-Regular;
letter-spacing: 1.2px;
}
#container{
	width:100%;
	height: 3.23rem;
<span style="white-space:pre">	</span>margin:100px auto;

	overflow: hidden;
	position: relative;
}
#container ul{
	list-style: none;
	width:10000px;
  height: 3.23rem;
	position: absolute;
}
#container ul li{
	float:left;
  height: 3.23rem;
	margin-right: 20px;
    position: relative;
}
#container ul li img{
  height: 100%;
}
.anli2{
    width: 100%;
    height: 0.8rem;
    background: rgba(197, 156, 99, 0.85);
    color: #fff;
    position: absolute;
    bottom: 0rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.8rem;
}
#content ul li img{
    display: block;
}
.Find{
  width: 100%;
  height: 0.38rem;
  margin: 0 auto;
}
.Find_center{
  width: 14rem;
height: 0.38rem;
font-size: 0.34rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: center;
color: #c59c63;
margin: 0 auto;
}
.Finds{
  width: 100%;
  height: 0.30rem;
  margin: 0 auto;
}
.Finds_center{
  width: 14rem;
height: 0.30rem;
opacity: 0.5;
line-height: 0.3rem;
font-size: 0.26rem;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: center;
color: #c59c63;
margin: 0 auto;
letter-spacing: 1.2px;
margin-top: 0.25rem;

}
.two_this{
  width: 100%;
  padding-top: 0.6rem;
  height: 7.65rem;
}
.two_this_1{
  width: 14rem;
  margin: 0 auto;
  height: 7.65rem;
  position: relative;
  
}
.pic_listul{
  width: 5.81rem;
  height: 3.66rem;
  transition: 0.4s;
  float: left;
  overflow: hidden;
}
.pic_listul img {
  width: 100%;
  transition: 0.4s;
}
.pic_listul img:hover{
  transform: scale(1.1);  
  transition: 0.4s;

}
.list_right{
  width: 7.5rem;
  height: 3.66rem;
  float: right;
}
.right_title{
  width: 7.5rem;
height: 0.42rem;
font-size: 0.38rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
padding-top: 0.395rem;
}
.right_title_2{
  width: 6.8rem;
height: 0.61rem;
opacity: 0.5;
font-size: 0.26rem;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: left;
color: #c59c63;
letter-spacing: 1.2px;
padding-top: 0.35rem;
}
.quetos {
  width: 2.51rem;
  height: 0.57rem;
  background: #c59c63;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 0.57rem;
  font-size: 0.22rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  position: absolute;
  top: 2.6rem;
  left: 6.54rem;
}
.queto2s {
  width: 2.76rem;
  height: 0.57rem;
  background: url(../img/ce.jpg)no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 0.57rem;
  font-size: 0.22rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  position: absolute;
  top: 2.6rem;
  left: 9.35rem;
  text-indent: 0.3rem;
}
.two_this_list{
  width: 14rem;
  height: 7.65rem;
}
.tiao{
  width: 100%;
  height: 3.05rem;
  background: url(../img/tiao.jpg)no-repeat;
  background-size: 100% 100%;
}
.listpc{
  width: 100%;
  height: 5rem;
}
.listpc_center{
  width: 14rem;
  height: 5rem;
  margin: 0 auto;
}
.listpc_center ul li img{
  width: 1.55rem;
  height: 1.55rem;
  float: left;
}
.listpc_center ul li{
  width: 50%;
  height: 1.6rem;
}
.listpc_center ul{
  width: 14rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    margin-top: 1.3rem;
}
.list1{
  width: 4rem;
height: 0.42rem;
font-size: 0.38rem;
font-family: Arial, Arial-Bold;
font-weight: 700;
text-align: left;
color: #c59c63;
letter-spacing: 0.99px;
float: left;
margin-left: 0.1rem;
margin-top: 0.1rem;
}
.list2{
  width: 4.43rem;
height: 0.51rem;
opacity: 0.6;
font-size: 0.22rem;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: left;
color: #c59c63;
letter-spacing: 0.31px;
float: left;
margin-left: 0.1rem;
margin-top: 0.45rem;
}
.listpc_center ul li:nth-child(3)
{
  margin-top: 1rem;
}
.listpc_center ul li:nth-child(4)
{
  margin-top: 1rem;
}
.bottom_bd{
  width: 100%;
  height: 7.82rem;
  background: url(../img/782.jpg)no-repeat;
  background-size: 100% 100%;
}
.bottoms{
  width: 100%;
  height: 0.96rem;
}
.bottoms_center{
  width: 14rem;
  height: 0.96rem;
  margin: 0 auto;
 line-height: 0.96rem;
font-size: 0.24rem;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: center;
color: #c59c63;
}



#form3{
    position: fixed;
    z-index: 99999;
    top: 6%;
    /* left: 23%; */
    display: none;
}

.guanbi{
  float: right;
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;

}
.hint{
  font-size: 0.18rem;
  color: red;
}