.homefocus{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 310px;
  height: 420px;
  margin-bottom: 30px;
  position: relative;
}
.leftnav{
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 420px;
  background-color: #22b4f1;
}
.homebanner{
    display: block;
    width: 980px;
    height: 410px;
    overflow: hidden;
    position: relative;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .hbanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .swiper-pagination{
  display: block;
  margin: 0 auto 0 0;
  bottom: 10px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width:48px;
    height:6px;
    border-radius:3px;
    margin: 0 6x;
    color: #FFFFFF;
    display: inline-block;
    background: #FFFFFF;
    opacity: .45;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active,.homebanner .swiper-pagination-current{
  opacity: 1;
  width:48px;
  border-radius:3px;
  background: #FFF;
}
.focus-news{
  display: block;
  width: 300px;
  height: 410px;
  padding: 0 15px 0 15px;
  background-color: #FFF;
  position: relative;
}
.focus-news .hometitle .title{
  font-size: 22px;
}
.focus-news .fn-list{
  display: block;
}
.focus-news .fn-list a{
  display: block;
  font-size: 15px;
  line-height: 1.85;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.focus-news .fnbnner{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 177px;
}
.fnbnner img{
  display: block;
  width: 100%;
  height: 100%;
}

.homebox{
  display: block;
  padding: 12px 28px 20px 28px;
  margin-bottom: 30px;
  background-color: #FFF;
}
.hometitle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 51px;
  position: relative;
}
.hometitle .title{
  color: #000;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
.hometitle .title span{
  font-size: 18px;
  color: #808080;
  font-weight: normal;
  padding-left: 10px;
}
.hometitle .title-nav{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
}
.hometitle .title-nav li{
  display: block;
  font-size: 18px;
  margin: 0 18px 0 18px;
  cursor: pointer;
  padding: 12px 0;
  position: relative;
}
.hometitle .title-nav li.on::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #24befe;
}
.hometitle .title-nav li.on{
  font-weight: bold;
}
.hometitle .title-nav li.on,.hometitle .title-nav li:hover{
  color: #24befe;
}
.hometitle .more{
  padding-top: 3px;
}
.hometitle .more a{
  color: #666;
  font-size: 14px;
}
.hometitle .more a i{
  font-family: '宋体';
}
.hometitle .more a:hover{
  color: #24befe;
}
.homeproduct-list{
  display: block;
  padding: 20px 0 0px 0;
  margin-bottom: -15px;
  position: relative;
  z-index: 20;
}
.homeproduct-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px 0 -15px;
}
.homeproduct-list li{
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}
.homeproduct-list li a{
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
}
.homeproduct-list li .pic{
  display: flex;
  width: 100%;
  height: 250px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #EAEAEA;
}
.homeproduct-list li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.homeproduct-list li:hover .pic img{
  transform: scale(1.05);
}
.homeproduct-list li .text{
  display: block;
  padding: 10px 5px;
  height: 111px;
  text-align: left;
}
.homeproduct-list li .title{
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeproduct-list li .pbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}
.homeproduct-list li .setout{
  color: #808080;
  font-size: 16px;
}
.homeproduct-list li .price{
  font-size: 14px;
  color: #ff6600;
}
.homeproduct-list li .price strong{
  font-size: 22px;
  padding: 0 3px;
  vertical-align: -1px;
  font-weight: normal;
}
.homeproduct-list li .price span{
  color: #808080;
  font-size: 12px;
}

.homenews-list{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; 
  padding: 10px 0;
}
.homenews-list li{
  display: block;
  width: 32.0%;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #EDEDF0;
}
.homenews-list li a{
  display: flex;
  justify-content: space-between;
}
.homenews-list li .title{
  display: block;
  font-size: 16px;
  width: calc(100% - 60px);
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.homenews-list li:hover .title{
  color: #24befe;
}
.homenews-list li .time{
  display: block;
  width: 50px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.homelinks{
  display: block;
  padding: 15px 0;
}
.homelinks ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homelinks li {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homelinks li a{
  font-size: 16px;
  line-height: 2.2;
}
.homehelp-list{
  display: block;
  padding: 18px 5px 8px 25px;
}
.homehelp-list ul{
  display: flex;
  justify-content: space-between;
}
.homehelp-list li{
    width: 100%;
    display: flex;
    align-items: center;
}
.homehelp-list li .title{
  display: block;
  padding-left: 42px;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 2px;
  font-weight: bold;
}
.homehelp-list li .text{
  display: flex;
  padding-left: 42px;
  padding-top: 0;
}
.homehelp-list li .text a{
  display: block;
  font-size: 16px;
  line-height: 2;
  margin-right: 35px;
}
.icon-help01{
  background: url("../img/icon-help01.png") no-repeat left center;
  background-size: 24px auto;
}
.icon-help02{
  background: url("../img/icon-help02.png") no-repeat left center;
  background-size: 24px auto;
}
.icon-help03{
  background: url("../img/icon-help03.png") no-repeat left center;
  background-size: 24px auto;
}
.icon-help04{
  background: url("../img/icon-help04.png") no-repeat left center;
  background-size: 24px auto;
}
.icon-help05{
  background: url("../img/icon-help05.png") no-repeat left center;
  background-size: 24px auto;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homefocus {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    height: auto;
    margin-bottom: 20px;
    flex-direction: column;
}
.homebanner {
  width: 100%;
  height: 180px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 4px;
  margin: 0 6x;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active, .homebanner .swiper-pagination-current {
  width: 38px;
}
.focus-news {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 4% 0 4%;
}
.focus-news .fnbnner {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.focus-news .fnbnner a{
  width: 47.8%;
}
.focus-news .hometitle .title {
  font-size: 18px;
}
.homebox {
  width: 100% !important;
  padding: 12px 4% 20px 4%;
}
.hometitle {
  height: 40px;
  margin-bottom: 35px;
}
.hometitle.nod{
  margin-bottom: 0;
}
.hometitle .title {
  font-size: 18px;
}
.hometitle .title span {
  font-size: 15px;
  margin-bottom: 30px;
}
.homelinks li a {
  font-size: 15px;
  line-height: 1.8;
}
.hometitle .more a {
  font-size: 13px;
}
.hometitle .title-nav {
  bottom: -30px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  overflow-y: auto;
}
.hometitle .title-nav li {
  font-size: 14px;
  margin: 0 1% 0 1%;
  padding: 5px 0;
}

.homeproduct-list {
  padding: 10px 0 0px 0;
  margin-bottom: -15px;
}
.homeproduct-list ul {
  margin: 0 -7px 0 -7px;
}
.homeproduct-list li {
  padding: 0 7px;
  width: 50%;
  margin-bottom: 20px;
}
.homeproduct-list li .pic {
  width: 100%;
  height: 116px;
}
.homeproduct-list li .title {
  font-size: 13px;
  line-height: 1.625;
}
.homeproduct-list li .text {
  display: block;
  padding: 8px 0;
  height: auto;
  text-align: left;
}
.homeproduct-list li .setout {
  font-size: 13px;
}
.homeproduct-list li .price {
  font-size: 13px;
}
.homeproduct-list li .price strong {
  font-size: 18px;
  padding: 0 2px;
}
.homenews-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0;
}
.homenews-list li {
  width: 100%;
  line-height: 45px;
  height: 45px;
}
.homenews-list li .title {
  font-size: 15px;
  width: calc(100% - 50px);
  height: 45px;
}
.homelinks {
  display: block;
  padding: 5px 0;
}
.homelinks li {
  width: 50%;
  justify-content: flex-start;
}
.homehelp-list {
  padding: 10px 0 8px 0;
}
.homehelp-list ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.homehelp-list li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.homehelp-list li .title {
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
}
.homehelp-list li .text {
  display: flex;
  padding-left: 0;
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.homehelp-list li .text a {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
  margin-right: 0;
}
.homelinks-box{
  display: none;
}
}