body {
  font-family: "Source Han Sans CN",
     '思源黑体',
    'Microsoft Yahei',
    '微软雅黑',
    Arial,
    'Helvetica Neue',
    'Helvetica',
    sans-serif;
}
html{
  font-size: 24px;
}
header img {
  min-width: 1170px;
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.banner>img {
  height: 888px;
  min-width: 1170px;
  width: 100%;
  object-fit: cover;
}

.goods_lists {
  padding: 0 35px 70px;
}

.more {
  display: inline-block;
  width: 198px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
}

.more:hover,
.more:active,
.more:link {
  color: #fff;

}

.more:hover {
  font-weight: bold;
}

.more.purple {
  background: #743e8a;
}

.more.blue {
  background: #2daac6;
}
.more.green{
      background: #009944;
}
.more.orange {
  background: #eb6100;
}
.goods_lists li {
  width: 550px;
  float: left;
}
.goods_lists li .text-center{
  height:70px;
}
.goods_lists li div{
  display:inline-block;
  height:582px;
  width:550px;
  padding:0 10px;
}
.goods_lists li div img{
  display: inline-block;
    width: 550px;
    height:582px;
    object-fit: contain;
}

#question .title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  font-family:"Source Han Sans CN";
  position: inherit;
  text-align: left;
}

.q_box {
  padding-bottom: 20px;
}
.q_box .title{
  padding:20px 0;
}
.panel {
  padding: 30px 20px;
  display: none;
  font-size: 24px;
  color: #000;
}

.order_num.orange {
  background: #eb6100;

}

.flip.orange {
  color: #eb6100;
}

.order_num.green {
  background: #007131;
}

.flip.green {
  color: #007131;
}

.order_num.purple {
  background: #5f52a1;
}

.flip.purple {
  color: #5f52a1;
}

.order_num.blue {
  background: #0b7e96;
}

.flip.blue {
  color: #0b7e96;
}

.flip .order_num {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: "Source Han Sans CN";

}

.flip {
  font-size: 24px;
  font-weight: lighter;
  position: relative;
}

.orange .jiantou.down {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/orange_down.png) no-repeat center bottom;
}

.orange .jiantou.up {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/orange_up.png) no-repeat center bottom;
}

.green .jiantou.down {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/green_down.png) no-repeat center bottom;
}

.green .jiantou.up {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/green_up.png) no-repeat center bottom;
}

.purple .jiantou.down {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/purple_down.png) no-repeat center bottom;
}

.purple .jiantou.up {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/purple_up.png) no-repeat center bottom;
}

.blue .jiantou.down {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/blue_down.png) no-repeat center bottom;
}

.blue .jiantou.up {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url(../images/blue_up.png) no-repeat center bottom;
}
#join_us .title,
#about_us .title,
#news .title {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  font-family: "Source Han Sans CN";
  color:#fff;
  padding-bottom:20px;
  position: inherit;
}
#join_us .title>span,
#about_us .title>span,
#news .title>span {
  height:40px;
  width:168px;
  display: inline-block;
  background:#007131;
  text-align:center;
  line-height: 40px;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}
#news .title>span {
  height: 40px;
  width: initial;
  padding:0 30px;
  
}
.contact{
  font-size: 28px;
  font-weight:300;
  padding-bottom:60px;
}
footer{
  position: relative;
}
footer .copy{
  position: absolute;
  font-size: 24px;
  line-height:36px;
  color:#fff;
  left:50%;
  top:50%;
  text-align:center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
footer img{
  min-width: 1170px;
  height:180px;
  width:100%;
  object-fit:cover;

}
.about_us_con h2{
  line-height:2em;
}
.about_us_con h2:last-child{
  padding-bottom:40px;
}
.about_us_con p {
  line-height: 2em;
  font-weight: lighter;

}
#about_us .about_us_con p{
  line-height:2em;
  font-weight: lighter;
  padding-top:40px;
}
#join_us .job,
#join_us .aims {
  padding-bottom:60px;
}
#join_us .job_name {
  font-weight: bold;
}
#about_us .title,
#join_us .title{
  padding:40px 0;
}
.sun_gt{
  font-family: SimSun;
}
.news_con h2 a{
  color:#000;
}
.news_con h2 a:hover{
  font-weight: bold;
}
#news{
  padding-bottom:50px;
}