/* body{
  background-color: #fff;
}
@media screen and (min-width:1024px){
  body{
      zoom: 53%; 
  }
}
.cecter{
  width:1682px;
  margin: 0px auto;
  margin-top: 20px;
}
.header_outside {
  position: relative;
  width: 1150px;
  margin: 0 auto;
  height: 130px;
}
.header{
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.header .logo{
  height: 80%;
}
.header a{
  color: #535353;
  justify-content: space-around;
  padding: 0 20px;
  position: relative;
  height: 100%;
  line-height: 90px;
  font-size: 17px;
}
.header select{
  margin-top: -40px;
}
.header .active::after{
  content: '';
  width: 100%;
  position: absolute;
  height: 5px;
  background-color: #95ec69;
  top: 70px;
  left: 0;
  border-radius: 2px;
}
.bottom_outside{
  display: flex;
  justify-content: space-between;
  width: 1680px;
  margin: 0 auto;
  border-bottom: 1px solid #232a2d;
  padding-bottom: 112px;
}
.bottom_outside .bottom_title{
  font-size: 25px;
  color: #232a2d;
  font-weight: 800;
  line-height: 90px;
  padding-top: 70px;
}
.bottom_outside .bottom_list,.bottom_outside .bottom_list a{
  color: #232a2d;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
}
.link_information{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
  padding-bottom: 60px;
  align-items: flex-end;
}
.link_information .logo img{
  width: 143px;
}
.link_information .link{
  width: 400px;
  height: 57px;
  background: url(../images/index/link_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.link_information .link a{
  width: 55px;
  height: 57px;
  cursor: pointer;
}
#select{
  border: 0;
  color: #535353;
}
.lianxi_box{
  position: fixed; 
  right: 30px;
  bottom: 200px;
  cursor: pointer;
  z-index: 10000;
}
.lianxi_box span{
   position: absolute;
   left: 6px;
   top: 20px;
  font-size: 12px;
}
.btm_box{
  margin-top: 75px;
  width: 100%;
  height: 540px;
  background: url(../images/index/btm_box.png) no-repeat;
  background-position: center 0;
  overflow: hidden;
  background-size: 100%;
}
 .btm_box_img2{
  width: 428px;
  height: 72px;
  margin: 0 auto;
  margin-top: 350px;
  cursor: pointer;
  background: url(../images/index/green_b.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 72px;
}
 .btm_box_img2 span{
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
} */
body{
  background-color: #fff;
}
html{
  font-size: 16px
}
*{
  box-sizing: border-box;
}
.mobile_box{
  width: 100%;
}
.mobile_header{
  height: 4.1rem;
  width: 100%;
}
#select{
  border: 0;
  color: #535353;
  background-color: #fff;
  font-size: 0.8rem;
  float: right;
  margin: 2.6rem 4rem 0 0;
}
#select option{
  padding: 0;
}
/* .footer_box{
  padding: 0 1rem;
  width: 100%;
} */
.footer_bg1{
  position: relative;
}
.footer_bg1 .footer_bg1_content{
  position: absolute;
  top: 60%;
  left: 50%;
  height: 1.6rem;
  font-size: 0.7rem;
  color: #fff;
  width: 9rem;
  background: url(../images/index/green_box.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.6rem;
  margin-left: -4.5rem;
}
.footer_box_top{
  padding: 1.3rem 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer_box_top ul:nth-child(odd){
  width: 57%;
  /* margin-bottom: 1rem; */
}
.footer_box_top ul:nth-child(even){
  width: 43%;
  /* margin-bottom: 1rem; */
}
.footer_box_top ul li{
  font-size: 0.57rem;
  line-height: 1.2rem;
}
.footer_box_top ul li:first-child{
  font-weight: 600;
  font-size: 0.75rem;
}
.footer_box_btm{
  padding: 0 0.5rem;
  width: 100%;
}
.footer_box_btm_border{
 width: 100%;
 border-top: 1px solid #000;
}
.footer_box_btm_center{
  width: 100%;
  padding: 1rem 0 3rem 0;
  display: flex;
  justify-content: space-between;
}
.footer_box_btm_center .link{
  width: 10rem;
  height: 2.2rem;
  background: url(../images/index/link.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  margin-top: 1.8rem;
}
.footer_box_btm_center .link a{
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.footer_box_btm_border2{
  border-top: 1px solid #ccc;
}
/* .cecter{
  width:100%;
  position: fixed;
  bottom: 0;
  left: 0;
} */
/* .header_outside {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 3rem;
}
.header{
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.header .logo{
  height: 80%;
}
.header a{
  color: #535353;
  justify-content: space-around;
  position: relative;
  height: 100%;
  font-size: 0.7rem;
  line-height: 3rem;
}
.header .active::after{
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #95ec69;
  top: 0;
  left: 0;
  border-radius: 2px;
} */

.mobile_header svg {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
}
.mobile_header ul {
  position: absolute;
  top: 4rem;
  right: 0.5rem;
  width: 7rem;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: none;
  z-index: 100;
}
.mobile_header svg:focus + .mobile_header ul {
display: block; /* 当点击按钮时才显示 */
}

/* .mobile_header ul::after{
  content: '';
  position: absolute;
  top: -13px;
  right: 25px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 9px solid #2d2a2a;
}  */
 /* .header ul li:hover a{
  color: #c29a5f;
} */
.mobile_header ul a {
  color: #fff;
  display: block;
  padding: .3rem 0 .3rem;
  font-size: 0.8rem;
  /* background: url('../images/newImages/tips_border.png') no-repeat;
  background-position: 0% 100%;
  background-size: 100% auto; */
}
.lianxi_box{
  position: fixed; 
  right: 0.8rem;
  bottom: 6rem;
  cursor: pointer;
  z-index: 10000;
}
.lianxi_box span{
  position: absolute;
  left: 0.3rem;
  top: 1.2rem;
  font-size: 0.65rem;
}
.footer_box_top_ul2 a{
  color: #000;
}
.mobile_top_bg1{
  display: block;
  width: 100%;
}
.important_note_box{
  background:#ececec;
  font-size: 0.65rem;
  padding: 20px 10px 20px 16px;
}


