@charset "utf-8";

.flex {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
}

.gp-blod {
  font-weight: bold;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-extrabold.eot');
  src: url('../fonts/montserrat-extrabold.eot') format('embedded-opentype'),
    url('../fonts/montserrat-extrabold.woff2') format('woff2'),
    url('../fonts/montserrat-extrabold.woff') format('woff'),
    url('../fonts/montserrat-extrabold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.gp-family {
  font-family: 'Montserrat';
}

header {
  position: relative;
  padding: 50px 0 23px;
}

.header>.flex {
  justify-content: space-between;
  align-items: flex-end;
}

.head_rt {
  text-align: right;
  padding-bottom: 6px;
}

.nav {
  display: inline-block;
}

.nav li {
  float: left;
  margin-left: 45px;
  position: relative;
  transition: all 0.35s ease;
}

.nav li:first-child {
  margin-left: 0;
}

.nav .active>a {
  font-weight: bold;
  color: #A83A42;
}

.nav li>a {
  display: block;
  line-height: 24px;
  font-weight: normal;
  padding: 7px 0;
}

.nav li:hover>a {
  color: #A83A42;
}

.nav .subcon {
  display: none;
  width: 180px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 10px 0;
}

.nav .subcon a {
  color: #647A56;
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}

.nav .subcon a:hover {
  background: rgba(168, 68, 66, 0.1);
}

.search {
  display: inline-block;
  width: 248px;
  height: 40px;
  background: url(../images/search_icon.png) no-repeat center;
  vertical-align: bottom;
  margin-left: 58px;
  position: relative;
}

.nav li.search {
  margin-left: 110px;
}

.search::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.search .notxt {
  width: 100%;
  height: 40px;
  border: 1px solid #A83A42;
  outline: none;
  border-radius: 50px;
  padding-left: 22px;
  padding-right: 35px;
  box-sizing: border-box;
  font-size: 14px;
  color: #9F9F9F;
}

.search .notxt:-ms-input-placeholder {
  color: #9F9F9F;
}

.search .notxt::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  box-sizing: border-box;
}

.search .notxt1 {
  width: 20px;
  height: 40px;
  background: url(../images/search_icon.png) no-repeat center center;
  border: none;
  outline: none;
  position: absolute;
  top: 0px;
  right: 18px;
}

.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: #A83A42;
  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:1250px) {
  .search {
    margin-top: 35px;
  }
}

@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;
  }
}

/*手机端导航默认*/
.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: 100%;
  z-index: 98;
  height: 100%;
  position: relative;
}

.gp-menu-header {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 996;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0);
}

.open .gp-menu-header {
  right: 30px;
}

.gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.gp-menu-link a {
  color: #fff;
}

.gp-menu-header-icon {
  color: #fff;
  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: #A83A42;
  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: 80px;
  background: #A83A42;
  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); */
  background: #7B1D1F;
  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;
}

.mobile_link {
  padding: 8px 25px;
}

/*导航内标签效果*/
.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;
  }
}

.link {
  position: absolute;
  right: 15px;
  top: -30px;
  font-size: 15px;
  color: #666;
}

footer {
  margin-top: 96px;
  background: #A83A42;
  color: #fff;
}

.footer {
  padding: 40px 100px 39px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

.footer>.flex {
  align-items: center;
}

.footer .info {
  align-items: center;
}

.footer .info .addr {
  min-width: 300px;
}

.footer .info .addr div:last-child {
  margin-top: 13px;
}

.footer .copy {
  text-align: right;
}

.footer .copy div:last-child {
  margin-top: 13px;
}

.footer .info .gp-fr {
  margin-top: 0;
  width: 80px;
  padding: 4px;
  box-sizing: border-box;
  background: #fff;
}

.footer .info .gp-fr .gp-img-responsive {
  padding-bottom: 100%;
}
.footer .link-box {
  align-items: center;
}
.footer .link-box a {
  color: #fff;
}
.footer .link-box .img {
  margin-left: 20px;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  padding: 8px;
  background-color: #fff;
}
.footer .link-box .img img {
  width: 100%;
  height: 100%;
}

/* 响应式样式 */
@media screen and (max-width:1600px) {
  .nav li {
    margin-left: 20px;
  }

  .logo {
    max-width: 340px;
  }
}

@media screen and (max-width:1480px) {
  .logo {
    max-width: 300px;
  }

  .nav li {
    margin-left: 20px;
  }

  .search {
    margin-left: 30px;
  }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1240px) {
  .footer {
    padding: 30px;
  }

  .links {
    margin-right: 50px;
  }

  .nav li>a {
    font-size: 18px;
  }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {
  header {
    padding: 30px 0 10px;
  }

  .logo {
    position: relative;
    z-index: 110;
    transition: z-index 0.35s ease;
  }

  .open .logo {
    z-index: 1;
  }

  .gp-menu {
    z-index: 100;
  }

  .head_rt {
    display: none;
  }

  .gp-menu {
    display: block;
    position: absolute;
    top: 0%;
    right: 30px;
  }

  .gp-menu-nav {
    padding-top: 60px;
  }

  .gp-menu-nav .logo {
    width: 450px;
    background: initial;
    margin: 0 auto;
    padding: 0;
    transition: all 0.35s ease;
  }

  .gp-m-search {
    width: 100%;
    position: relative;
  }

  .gp-m-search .notxt {
    width: 100%;
    padding: 0 50px 0 25px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    background: initial;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .gp-m-search .notxt::placeholder {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
  }

  .gp-menu-header {
    top: 40px;
  }

  .open .gp-menu-header {
    position: fixed;
  }

  .gp-m-search .notxt1 {
    width: 60px;
    height: 100%;
    border: none;
    outline: none;
    background: initial;
    background: url(../images/search_icon.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  footer {
    margin-top: 50px;
  }

}

@media screen and (max-width:1080px) {
  .header {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

@media screen and (max-width:1024px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .flex {
    flex-direction: column;
    align-items: center;
  }

  .footer .info, .footer .copy {
    text-align: center;
  }

  .footer .copy {
    margin-top: 13px;
  }

  .footer .code.flex {
    flex-direction: row;
  }

  .sina {
    margin-top: 0;
  }

  .ft_rt {
    padding-top: 20px;
  }

  .links {
    margin-right: 0;
    border-right: none;
  }

  .block {
    display: none;
  }

  .links dd {
    padding-right: 0;
  }

  .code {
    margin-top: 10px;
  }

  .copy {
    text-align: center;
  }

  .footer .info .gp-fr {
    margin-top: 15px;
  }

  .footer .info .addr {
    min-width: unset;
  }
}

@media screen and (max-width:997px) {
  .gp-menu-header {
    top: 30px;
  }
  .footer .link-box {
    margin: 10px 0;
  }
.footer .link-box .img {
  margin: 0;
  margin-top: 20px;
}
}

@media screen and (max-width:767px) {}

@media screen and (max-width:680px) {
  .gp-menu-nav .logo {
    max-width: 340px;
  }
}

@media screen and (max-width:540px) {}

@media screen and (max-width:479px) {
  .logo {
    max-width: 80%;
  }

  .gp-menu {
    right: 10px;
  }
}

@media screen and (max-width:380px) {}
