@charset "utf-8";

@font-face {
  font-family: 'DFPLiJinHeiW8-GB';
  src: url('../fonts/hkljhW8.TTF');
  src: url('../fonts/DFPLiJinHeiW8.eot');
  src: url('../fonts/DFPLiJinHeiW8.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DFPLiJinHeiW8.woff2') format('woff2'),
      url('../fonts/DFPLiJinHeiW8.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header{
  position: relative;
  z-index: 0;
}
.header{
  position: relative;
  z-index: -1;
}
.banner{
  padding-bottom: 38.9%;
  overflow: visible;
}

.banner:hover img{
  transform: scale(1);
}
.banner:hover .bg img{
  opacity: 1;
}

/*1.默认展开的搜索*/
.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 28px;line-height:28px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4; width:82%;left: 0;padding-left: 2%; outline: none;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#666;}
/*4.搜索按钮全屏展开*/
#gp-serBtn4{position: relative;z-index: 801;}
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 40px;line-break: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search4 .notxt1{background: #ee1c25 url(../images/search_icon.png) no-repeat center;color:#fff;}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: 80px;}
.searchActive .gp-overlay{top: 0;}
@media screen and (max-width:998px) {
  .gp-search4 .gp-ser{width: 80%;}
  .gp-search4 input,.gp-search4 button{box-sizing: border-box;}
  .gp-search4 input.notxt{width: 100%;padding-right: 90px;}
  .gp-search4 .notxt1{width: 85px;}
}



.search {
  flex: 1;
  text-align: right;
  position: relative;
  margin-top: 16px;
}

.search .notxt {
  width: 220px;
  height: 38px;
  background-color: #ECECEC;
  color: #ccc;
  padding: 0;
  outline: none;
  border: none;
  padding-left: 13px;
}

.search .notxt1 {
  outline: none;
  border: none;
  width: 22px;
  height: 22px;
  background: url(../images/search_icon.png) no-repeat center;
  transition: all 0.4s ease;
  position: absolute;
  top: 8px;
  right: 22px;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-input-placeholder {
  color: #999;
}

::-moz-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ECECEC inset !important;
  /* 修改input自动填充背景色 */
  -webkit-text-fill-color: #333 !important;
  /* 自动填充文字颜色 */
}

.content{
  padding-top: 120px;
}
.navBg{
  position: relative;
  z-index: 1;
}
.navBg::after{
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  background-color: #e74d05;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /* background: url(../images/nav_bg.png) center; */
  background: #ee1c25;
  background-size: 100% 145%;
  position: relative;
  z-index: 4;
}
.shadow{
  box-shadow: 0 0 18px rgba(144, 20, 10, .78);
  position: relative;
  z-index: 2;
}
.shadow::before, .shadow::after{
  content: '';
  display: block;
  width: 200px;
  height: 100%;
  background-color: #ee1c25;
  transform: skewX(-15.5deg);
  position: absolute;
  left: -88px;
  top: 0px;
  box-shadow: 0 0 18px rgba(144, 20, 10, .78);
  z-index: 0;
  transition: all 0.35s ease;
}
.shadow::after{
  transform: skewX(15.5deg);
  left: auto;
  right: -88px;
}


.nav li{
  position: relative;
  
}
.nav li > a {
  display: block;
  padding: 24px 0px;
  color: #ffdbb9;
}

.nav li.on > a,
.nav li.active > a {
  font-weight: bold;
}

.subNav {
  width: 200%;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  background-color: #ECECEC;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(-50%, 0px, 0);
  opacity: 0;
  border-radius: 4px;
  overflow: hidden;
}

.subNav a{
  display: block;
  padding: 10px 0px;
}

li.on .subNav {
  opacity: 0.9;
}

li.on .subNav dd:hover {
  transition: all 0.35s ease;
  background-color: #ee1c25;
}

li.on .subNav dd:hover a {
  color: #fff;
}


/*手机端导航默认*/
.mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.gp-menu {
  display: none;
  width: 50px;
  z-index: 98;
  height: auto;
  position: absolute;
  top: 35%;
  right: 0px;
}

.gp-menu-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0);
}

.gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.gp-menu-link a {
  color: #fff;
}

.gp-menu-header-icon {
  color: #c7000a;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 10px;
  cursor: pointer;
}

.gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #c7000a;
}

.gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #c7000a;
  display: block;
  border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 60px;
  background: #ee1c25;
  background: -webkit-linear-gradient(left, #ee1c25, #ee1c25);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ee1c25, #ee1c25);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ee1c25, #ee1c25);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ee1c25, #ee1c25);
  display: none;
}

/*导航*/
.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

.gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 14px 0 14px 25px;
  font-size: 1.6rem;
}

.gp-menu-nav>ul>li>ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
  display: inline-block;
  padding: 10px 0;
}

.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
  transform: rotate(90deg);
}

.gp-menu-nav li ul {
  display: none;
}

/*导航内标签效果*/
.gp-menu-nav a {
  color: #fff;
}

.open .gp-menu-link {
  display: none;
}

.open .gp-menu-header {
  background: none;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*
下拉横排效果
*/
.bg-black span {
  background: #ee1c25;
}

.open .bg-black span {
  background-color: #fff;
}

.open .gp-menu {
  position: fixed;
  top: 20px;
}

.gp-m-search .form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gp-m-search .notxt {
  width: 80%;
  height: 40px;
  border: 0;
  padding: 0;
  outline: none;
  padding-left: 20px;
}

.gp-m-search .notxt1 {
  width: 10%;
  height: 40px;
  border: 0;
  padding: 0;
  outline: none;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.gp-menu-nav.gp-menu-dropdown2 {
  background: #ee1c25;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
  position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
  border-bottom: none;
  position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
  padding: 0;
  display: block;
  text-align: left;
  height: 70px;
  line-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  z-index: 900;
  color: #fff;
  padding-left: 40px;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
  content: "\e73a";
  font-size: 1.4rem;
  margin-left: 5px;
  transition: all 0.3s;
  display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
  content: '';
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -100%;
  margin-left: -5px;
  opacity: 0.2;
  transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
  bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
  /* position: absolute; */
  /* left: 0; */
  width: 100%;
  z-index: 1000;
  background: #ee1c25;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  right: 5px;
  padding: 8px 0;
  text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
  color: #fff
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
  transform: rotate(180deg);
}

footer {
  background: url(../images/footer_bg.png) center/cover;
  margin-top: 75px;
  line-height: 1.57;
  color: #fff;
  padding: 25px 0 30px;
}
.footer{
  text-align: center;
}
footer span{
  display: inline-block;
  margin-right: 61px;
  position: relative;
}
footer span::after{
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
footer span:last-child{
  margin-right: 0px;
}
footer span:last-child::after{
  display: none;
}



/* 响应式样式 */
@media screen and (max-width:1600px){
  
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1400px) {
  .nav {
    min-width: unset;
  }
  .shadow::before{ left: -30px;}
  .shadow::after{ right: -30px;}
}

@media screen and (max-width:1280px) {
  .shadow::before{ left: -10px;}
  .shadow::after{ right: -10px;}
}

@media screen and (max-width:1240px) {
  .shadow::before, .shadow::after{ display: none;}
  .shadow { padding: 0px;}
  .nav{ padding-left: 40px; padding-right: 40px;}
}
@media screen and (max-width:1200px) {
  footer{
    margin-top: 30px;
  }
}

@media screen and (max-width:1100px) {
  .nav{
    padding: 0 50px;
  }
}
@media screen and (max-width:1080px) {

}
@media screen and (max-width:1024px) {
  header{
    z-index: 9999;
  }
}

@media screen and (max-width:997px) {
  .navBg{
    display: none;
  }
  .gp-menu{
    display: block;
    top: 10%;
    right: 20px;
  }
  .banner .bg{
    height: 0px;
    overflow: hidden;
    padding-bottom: 41.5%;
  }
}

@media screen and (max-width:767px) {
  footer span{
    display: block;
    margin-right: 0px;
  }
  footer span::after{
    display: none;
  }
}

@media screen and (max-width:680px) {
  
}

@media screen and (max-width:540px) {
  
}

@media screen and (max-width:479px) {
  .gp-menu{
    right: 0px;
  }
  .gp-container{
    margin: 0px;
  }
}

@media screen and (max-width:320px) {
  
}