/*@font-face {*/
/*  font-family: 'PFBold';*/
/*  src: url('../font/pingfang/PingFang\ Bold.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'PFRegular';*/
/*  src: url('../font/pingfang/PingFang\ Regular.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'PFHeavy';*/
/*  src: url('../font/pingfang/PingFang\ Heavy.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'PFExtraLight';*/
/*  src: url('../font/pingfang/PingFang\ ExtraLight.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'PFLight';*/
/*  src: url('../font/pingfang/PingFang\ Light.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'PFMedium';*/
/*  src: url('../font/pingfang/PingFang\ Medium.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYBold';*/
/*  src: url('../font/siyuan/SYHT\ CN-Bold.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYRegular';*/
/*  src: url('../font/siyuan/SYHT\ CN-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYHeavy';*/
/*  src: url('../font/siyuan/SYHT\ CN-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYExtraLight';*/
/*  src: url('../font/siyuan/SYHT\ CN-ExtraLight.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYLight';*/
/*  src: url('../font/siyuan/SYHT\ CN-Light.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYMedium';*/
/*  src: url('../font/siyuan/SYHT\ CN-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYNormal';*/
/*  src: url('../font/siyuan/SYHT\ CN-Normal.otf');*/
/*}*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
}
html {
  font-size: 16px;
}
.box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

/* 主体 */
.w1600 {
  width: 1600px;
  /* width: 83.33333%; */
  margin: 0 auto;
}
.dpf {
  display: flex;
  transition: all 0.3s linear 0s;
}
.of-hi {
  /*height: 100%;*/
  overflow: hidden;
}
/*.of-auto {*/
/*  height: 100vh;*/
/*  overflow: auto;*/
/*}*/

.change1 {
  margin-right: 0px;
}
.dpn {
  display: none;
  transition: all 0.3s linear 0s;
}
/* 轮播 */
.swiper-button-next,
.swiper-button-prev {
  background-image: url('');
}
.swiper {
  overflow: hidden;
}
.swiper-slide {
  transition-property: transform;
}
.swiper-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.line-border {
  border: 2px solid #d7000f !important;
}
/* 鼠标滚轮滑动 */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
}
.head-off {
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.head-on {
  width: 100%;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* 头部 */

.header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin: 0 auto;
}
.regular {
  display: none;
}
.color {
  display: block;
}
.logo {
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 214px;
}
.logo img {
  width: 100%;
  vertical-align: middle;
}
.menu {
  display: inline-block;
  height: auto;
}

.menu > li {
  float: left;
  font-size: 18px;
  padding: 0px 30px;
  height: 100px;
  line-height: 98px;
  font-family: PFRegular;
  font-weight: 400;
  color: #333333;
}
.actived {
  color: #d7000f !important;
}
.actived > a {
  display: block;
  color: #d7000f !important;
  border-bottom: 2px solid #d7000f;
}
.menu2 > .lag_actived > a {
  display: block;
  color: #d7000f !important;
}
.p10 {
  padding: 0 10px !important;
}
.menu li:first-child {
  padding-left: 0px !important;
}
.menu li:last-child {
  padding-right: 0px !important;
}
.menu2 > li {
  float: left;
}
.menu2 {
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.line {
  width: 1px;
  height: 13px;
  margin: 0 12px;
  background-color: #333333;
}
.search-img > div {
  display: flex;
  align-items: center;
}
.search-img > div > img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

.search-img p {
  font-size: 18px;
  font-family: PFMedium;
  font-weight: 400;
  color: #333333;
}
.head_main2-menu a,
.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* 下拉菜单 */

.menu > li:hover .zz_tab {
  height: auto;
  min-height: 410px;
}
.zz_tab {
  position: absolute;
  top: 100px;
  height: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 0.5s ease;
  overflow: hidden;
}
.zz_tab_pane {
  display: flex;
  justify-content: space-between;
  padding: 74px 0;
  min-height: 410px;
  height: 100%;
}
.zz_tab_left {
  width: 40.12%;
  display: flex;
}
.zz_tab_left > img {
  width: 100%;
}
.zz_tab_right {
  width: 50.25%;
}
.zz_tab_right > h3 {
  height: 34px;
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 36px;
}
.list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.list_wrap > li {
  width: 50%;
  margin-bottom: 43px;
}
.list_wrap > li > a {
  display: flex;
  align-items: center;
}
.list_wrap > li > a > p {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  margin-left: 17px;
}
.title_span {
  width: 3px;
  height: 13px;
  background-color: #d7000f;
}

/* 头部轮播 */
.aboutUs-swiper {
  width: 100%;
  position: relative;
}
.swiper-image img {
  width: 100%;
}
.spotLattice {
  margin-top: 2px;
  margin-bottom: 16px;
}
.aboutUs-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.aboutUs-text > h3 {
  font-size: 38px;
  font-family: PFMedium;
  font-weight: 600;
  color: #ffffff;
  line-height: 61px;
  background: radial-gradient(219deg, #ffe6a9 0%, #ba9b60 100%),
    radial-gradient(219deg, #f6d47f 0%, #ba9b60 100%);
}
.aboutUs-text > p {
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
}
.content_header {
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content_header > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_bar {
  display: flex;
  align-items: center;
}
.nav_jiantou {
  display: block;
  margin: 0 15px;
}
.content_header p {
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.content_header p > a {
  color: #999999;
}
.content_header span {
  color: #333333;
}
.content_header i {
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 查看详情 */
.cover_foot {
  display: flex;
  align-items: center;
}
.cover_foot p {
  font-size: 14px;
  font-family: SYRegular;
  font-weight: 400;
  color: #d7000f;
  line-height: 28px;
  margin-right: 8px;
}
.cover_foot i {
  font-size: 14px;
  color: #d7000f;
}
/* 查看更多 */
.look_more {
  position: relative;
  display: block;
  width: 186px;
  height: 55px;
  border: 1px solid #d7000f;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #d7000f;
  transition: width 0.5s ease;
  overflow: hidden;
  border-radius: 55px;
  z-index: 2;
}
.look_more > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.look_more p {
  font-size: 16px;
  font-family: PFRegular;
  font-weight: 400;
  color: #d7000f;
  /* line-height: 21px; */
  margin-right: 10px;
}
.look_more i {
  font-size: 22px;
  font-weight: 400;
  color: #d7000f;
  /* line-height: 21px; */
}

.look_more:hover {
  width: 189.2px;
  color: #fff  !important;
  transition: width 0.5s ease;
}
.look_more:hover p,
.look_more:hover i {
  color: #fff;
}
.look_more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.look_more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #d7000f;
  transition: all 0.3s ease;
  z-index: -1;
}
/* 尾部 */
#footer {
  background-color: #f6f6f8;
}
.jgtxfoot {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 100px 0 0;
}
.foot_left {
    width: 38%;
}
.foot_logo {
  width: 40%;
  margin-bottom: 50px;
}
.foot_logo > img {
  width: 100%;
}
.company_info  p {
  font-size: 16px;
  font-family: PFRegular;
  color: #666666;
  line-height: 25px;
  margin-bottom: 24px;
}

.company_info div {
 display: flex;
 margin-bottom: 24px;
}
.company_info span {
    font-size: 16px;
  font-family: PFRegular;
  color: #666666;
  line-height: 25px;
}
.phone span {
  font-size: 16px;
  color: #d7000f;
}
.foot_middle {
  flex: 1;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}

.foot_middle p {
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #d7000f;
  line-height: 23px;
}
.foot_middle span {
  display: block;
  width: 34px;
  height: 1px;
  background-color: #d7000f;
  margin-top: 7px;
  margin-bottom: 26px;
}
.foot_middle li {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: PFRegular;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  .foot_middle li {
    font-size: 14px;
  }
  
}
.foot_middle li > a {
  color: #666666;
}
.foot_right {
  width: 160px;
 
}
.foot_right > img {
  width: 100%;
  
}
.foot_right > p {
  font-size: 16px;
  font-family: PFMedium;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  margin-top: 12px;
  text-align: center;
}
.foot_end {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #d6d6d6;
  line-height: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .w1600 {
    width: 83.3333%;
  }
}
@media only screen and (max-width: 1600px) {
    
  .foot_middle {
    flex: 1;
    padding: 0 96px;
    display: flex;
    justify-content: space-between;
  }
  .menu > li {
    padding: 0px 16px;
  }
  .foot_right{
        width: 120px;
  }
  .company_info div {
     align-items: flex-start;
    }
}
@media only screen and (max-width: 1400px) {
  
  .foot_middle {
    flex: 1;
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1300px) {
  .foot_middle {
    flex: 1;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    display: none;
  }
  html {
    font-size: 12px;
  }
  .w1600 {
    width: 90%;
  }
  .index_swiper {
    width: 100%;
  }
  .fp-section {
    /* height: auto !important; */
    display: flex;
    justify-content: center;
  }

  .jgtxfoot {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 75px 0 0;
  }
  #foot {
    width: 100%;
  } 
  .foot_left{
      width: 100%;
  }
  .foot_middle {
    flex: 1;
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
  }
  .jgtxfoot {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    padding: 24px 0px 0px;
  }
  .foot_end {
      height: auto;
   text-align: center;
      flex-direction: column;
     
    }
}
@media only screen and (max-width: 767px) {
  .index_swiper {
    /* position: relative; */
    top: 50px;
  }
  .aboutUs-text {
    display: none;
  }
  .fp-section {
    height: auto !important;
    display: flex;
    justify-content: center;
  }
  .foot_middle {
    display: none;
  }
  .look_more {
    width: 170px;
    height: 50px;
  }
  .company_info>p{
      font-size: 16px;
  }
 
  .foot_logo {
    width: 60%;
    margin-bottom:20px;
}
.foot_right {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.foot_right>img{
    width:140px;
}
.company_info div {
    flex-direction: column;
}
  
}
