.lt {
  float: left;
}
.ft {
  float: right;
}
* {
  box-sizing: border-box;
}
body{
  font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
  background-color: #F5F5F5;
}
.header_box {

  position: absolute;
  top: 0;
  z-index: 1500;
  width: 100%;
  height: 70px;
  transition: all 0.3s linear;
}
.header_box img{
  z-index: 555555;
}
.header_box .header {
  width: 1130px;
  margin: 0 auto;
  height: 70px;
  z-index: 150000;
}
.header_box .header_ul {
  float: right;
  z-index: 150000;
  background-color: #292e3a;
}
.header_box .header_ul .header_li {
  float: left;
  padding: 0 20px;
  width: auto;
}
.header_box .header_ul .header_li a {
  text-align: center;
  display: block;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 16px;
}
.banner_box {
  width: 100%;
  height: 490px;
  background-color: #2276E6;
  color: #ffffff;
}
.banner_box .banner {
  width: 1130px;
  height: 100%;
  margin: 0 auto;
  padding-top: 180px;
}
.banner_box .banner .banner_img {
  float: right;
  width: 200px;
}
.banner_box .banner h1 {
  font-size: 50px;
  margin-bottom: 50px;
}
.banner_box .banner p {
  font-size: 16px;
  width: 50%;
  line-height: 28px;
}
.apply_box {
  padding-top: 40px;
  width: 100%;
  height: 350px;
  background-color: #444444;
  text-align: center;
}
.apply_box .apply_l,
.apply_box .apply_r {
  float: left;
  margin-right: 30px;
}
.apply_box .apply_l {
  margin-left: 35%;
}
.apply_box h1 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
.apply_box input {
  outline: none;
  width: 230px;
  height: 40px;
  padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  display: block;
  margin: 20px auto;
}
.apply_box input::-webkit-outer-spin-button,
.apply_box input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.apply_box input[type="submit"] {
  background-color: #FED02F;
  color: #050400;
  font-weight: bold;
}
.apply_box textarea {
  margin-top: 20px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4%;
  width: 230px;
  height: 98px;
  resize: none;
}
.footer_box {
  padding-top: 30px;
  background-color: #333333;
  width: 100%;
  height: 270px;
}
.footer_box .footer {
  width: 1130px;
  height: 200px;
  margin: 0 auto;
}
.footer_box .footer_c_ul {
  color: #ffffff;
  float: left;
  margin-right: 50px;
}
.footer_box .footer_c_ul h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.footer_box .footer_c_ul li,
.footer_box .footer_c_ul h1 {
  line-height: 25px;
}
.footer_box .footer_c_ul li a,
.footer_box .footer_c_ul h1 a {
  color: #ffffff;
}
.footer_box .footer_r {
  float: right;
  display: block;
  text-align: center;
  color: #ffffff;
}
.footer_box .footer_r img {
  width: 150px;
  height: 150px;
}
.footer_box .footer_r p {
  margin-top: 10px;
}
.footer_box .bottom {
  width: 1130px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  color: #ffffff;
  border-top: 1px solid #585858;
}

.goods_group{
  width: 750px;
  height: 200px;
  background:rgba(0,0,0,0.5);  
  position: absolute;
  left: 40%;
  top: 70px;
  z-index: 555555;
  display: none;
  box-sizing: border-box;
  padding: 25px 0 0px 35px;
  padding-bottom: 20px;
}
.goods_group .goods_ul{
  width: 750px;
  height: 70px;
  margin:0 auto;
  height: 200px;
}

.goods_group .goods_ul p.goods_ul_p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}
.goods_group .goods_ul div.goods_ul_a{
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 20px;
}
.goods_group .goods_ul div.goods_ul_a a{
  color: #fff;
  margin-right: 28px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.goods_group .goods_ul div.goods_ul_a a:hover{
  color: #ddd
}