.gp-header48 {
  z-index: 900;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease-out;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.gp-header48 .header_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.gp-header48 .header_right .main-but {
  position: relative;
  width: 95px;
  height: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header48 .header_right .main-but a {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.gp-header48.currents .header_right .main-but,
.gp-header48.currents .header_right .search_btn {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header48 .header_right .main-but a:hover {
  font-weight: bold;
}
.gp-header48 .header_right .main-but .header-right-menu {
  list-style: none;
  width: 100%;
  position: absolute;
  left: 0%;
  display: none;
  top: 100%;
  padding: 10px 0 10px;
  line-height: 1.5;
  z-index: 106;
  box-sizing: border-box;
  background: rgba(35, 109, 206, 0.6);
}
.gp-header48 .header_right .main-but .header-right-menu li a {
  padding: 5px 0;
}
.gp-header48 .header_right .main-but .header-right-menu li:hover a {
  background-color: #236DCE;
}
.gp-header48 .header_right .main-but:hover .header-right-menu {
  display: block;
}
.gp-header48 .header_right .search_btn {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 50%;
  color: #fff;
  font-size: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease-in-out;
}
.gp-header48 .header_right .search_btn:hover {
  font-size: 45px;
}
.gp-header48:before {
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  /* 标准的语法 */
}
@media screen and (max-width: 1200px) {
  .gp-header48 .header_right {
    flex-direction: row;
  }
  .gp-header48 .header_right .search_btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 45%;
  }
  .gp-header48 .header_right .main-but {
    height: 45%;
  }
}
@media screen and (max-width: 996px) {
  .gp-header48 .header_right {
    display: none;
  }
}
.top {
  display: flex;
  align-items: center;
}
.gp-logo {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  position: relative;
  padding-top: 20px;
  flex: 1;
  z-index: 200;
}
.gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-logo a img {
  max-height: 70px;
}
.nav {
  text-align: center;
  transition: all 0.35s ease-out;
  padding-top: 20px;
}
.nav>li {
  position: relative;
  height: 80px;
  line-height: 80px;
  transition: height 0.4s ease-out;
  display: inline-block;
}
.nav>li>a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  margin: 0 10px;
}
.nav>li>a::before {
  width: 0;
  height: 3px;
  background-color: #236DCE;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transition: all 0.35s ease-out;
}
.gp-header48.currents .nav>li>a::before {
  background-color: #fff;
}
.nav>li:hover>a::before,
.nav>li.on>a {
  color: #236DCE;
}
.gp-header48.currents .nav>li.on>a {
  color: #fff;
}
.nav>li:hover>a::before,
.nav>li.on>a::before {
  width: 130%;
  left: -15%;
}
.nav>li>span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.nav>li .second_nav1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  transition: all 0.35s ease-in-out;
  z-index: 0;
  background-size: cover;
}
.nav>li .second_nav1 {
  width: 130%;
  position: absolute;
  left: -15%;
  display: none;
  top: 80px;
  padding: 10px 0 80px;
  line-height: 1.5;
  box-sizing: border-box;
  background: rgba(35, 109, 206, 0.6);
  background: -webkit-linear-gradient(top, #236DCE 30%, rgba(146, 7, 10, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #236DCE 30%, rgba(146, 7, 10, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #236DCE 30%, rgba(146, 7, 10, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #236DCE 30%, rgba(146, 7, 10, 0));
  /* 标准的语法 */
}
.second_nav1 dd a {
  padding: 6px 10px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
.second_nav1 dd a:hover {
  color: #fff;
  background-color: #7B00FF;
}
.nav>li.on .second_nav1 {
  display: block;
}
.second_nav1 dl {
  position: relative;
  z-index: 20;
  text-align: center;
}
/*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 #f1f2f6;
  border-radius: 25px;
}
.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: #fff;
  width: 82%;
  left: 0;
  padding-left: 5%;
}
.gp-search .notxt1 {
  position: absolute;
  width: 13%;
  right: 0;
  cursor: pointer;
  color: #fff;
  height: 42px;
  line-height: 42px;
  top: 0;
  text-align: center;
  transition: all 0.35s ease-out;
  font-size: 25px;
}
/*4.搜索按钮全屏展开*/
#gp-serBtn4 {
  position: relative;
  z-index: 105;
}
.gp-search4 {
  height: 0;
  border: none;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  z-index: 1802;
  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: #236DCE;
  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;
  }
}
.close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #333;
}
:moz-placeholder {
  color: #333;
}
.gp-search input:placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
@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;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.fadeInUpSmall,
.show {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall2 {
  -webkit-animation-name: fadeInUpSmall2;
  animation-name: fadeInUpSmall2;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUpSmall2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeInUpSmall2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.header.currents {
  -webkit-animation-name: upDown;
  animation-name: upDown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*头部定位*/
.gp-header48.currents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
  background-color: #236DCE;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gp-header48.currents:before {
  display: none;
}
.gp-header48.currents .nav {
  padding-top: 20px;
}
/* .header.currents .nav li .second_nav1{top: 72px;} */
.gp-header48.active {
  width: 100%;
  left: 0;
}
body.open .gp-logo {
  z-index: 2000;
}
/*手机端导航默认*/
.mobile_bg {
  width: 100%;
  height: calc(100% - 100px);
  z-index: 90;
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 300;
}
.gp-menu {
  width: 100%;
  z-index: 98;
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
}
.gp-menu-header {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 50px;
}
.gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-menu-link a {
  color: #fff;
}
.gp-menu-header-icon {
  float: right;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
  margin: 0 15px 0 0;
  width: auto;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  line-height: 50px;
  width: 50px;
}
.gp-menu-header-icon span {
  position: absolute;
  right: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 27px;
  height: 2px;
  background-color: #fff;
  display: none;
}
.gp-menu-header-icon-out span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  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);
}
.gp-menu-header .searchBtn {
  width: 50px;
  font-size: 24px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 70px;
  top: 0;
  font-weight: normal;
}
.gp-menu-header-icon-out i {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}
@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 {
  top: calc((100% - 2px) / 2.1);
  display: block;
}
.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;
  margin-left: 0;
}
.gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
.gp-menu-header-icon-click i {
  display: none;
}
.gp-menu-header-icon-click strong {
  display: none;
}
.gp-menu-header-icon-click em {
  display: inline-block;
  margin-right: 90px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  top: 5px;
}
@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-header-icon-click {
  width: 50px;
  background-color: #236DCE;
  border-radius: 50%;
}
.gp-menu-nav {
  width: 100%;
  display: none;
  background: #236DCE;
  padding-top: 85px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.gp-header48 .m-main-but {
  text-align: center;
}
.gp-header48 .m-main-but a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  padding: 16px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
/*导航*/
.gp-menu-nav>ul>li {
  position: relative;
  box-sizing: border-box;
  transition: transform 0.5s ease-in;
  transform: translateY(-40px);
  opacity: 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.gp-menu-nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
  width: 70%;
  box-sizing: border-box;
  color: #fff;
}
.m-second-nav {
  display: none;
  padding-bottom: 10px;
  padding: 0 8px;
  background-color: #236DCE;
}
.m-second-nav>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.m-second-nav>li:last-child {
  border-bottom: none;
}
.m-second-nav>li.on>span {
  transform: rotate(45deg);
}
.m-second-nav>li>a {
  display: block;
  padding: 12px 0 12px 20px;
  font-size: 14px;
  color: #fff;
}
.m-second-nav>li>span {
  top: 4px;
  color: #dad6ce;
  font-size: 18px;
}
.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  text-align: center;
}
.gp-menu-arrow::before {
  transition: all 0.3s ease-in-out;
}
.gp-menu-nav>ul>li.on>span {
  color: #fff;
}
.gp-menu-nav>ul>li.on>span::before {
  transform: rotate(90deg);
  display: inline-block;
}
.open .gp-menu-link {
  display: none;
}
.open .gp-menu-header {
  /* background: url(../images/td_bg1.jpg) repeat; */
  background-color: #236DCE;
}
.open .gp-logo,
.open .header .divSelect {
  z-index: 90;
}
.open .gp-menu-nav>ul>li {
  transform: none;
  opacity: 1;
}
.open .gp-menu-nav>ul>li.on {
  background-color: #236DCE;
}
.gp-menu-nav.gp-menu-offcanvas2 {
  position: fixed;
  display: block;
  transform: translate(150%, 0);
  transition: all 1s ease-in-out;
  width: 85%;
  max-width: 400px;
  border-left: 8px solid #9A0000;
}
body.open .gp-menu-offcanvas2 {
  transform: translate(0, 0);
  position: absolute;
}
body.open .gp-menu-nav>ul>li.on>a {
  color: #fff;
}
body.open .searchBtn {
  display: none !important;
}
body.open .m_en {
  display: inline-block;
  padding-top: 4px;
}
.mobile-column1 {
  width: 100%;
  left: -100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*5移动端搜索默认*/
.gp-m-search {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 5%;
  height: auto;
  border-radius: 0;
  border: none;
}
.gp-m-search .gp-ser {
  background-color: #fff;
}
.gp-m-search .notxt1 {
  right: 0;
  width: 50px;
  border-radius: 2px;
  height: 35px;
  top: 0;
  color: #236DCE;
  line-height: 35px;
}
.gp-m-search .notxt1 i {
  font-size: 20px;
}
.gp-m-search input.notxt {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
}
.gp-m-search.active {
  display: block;
  position: absolute;
  left: 0;
  top: 140px;
}
.gp-m-search input,
.gp-m-search button {
  height: 35px;
  line-height: 35px;
}
.gp-m-search .gp-ser {
  height: 35px;
}
@media screen and (min-width: 996px) {
  .gp-search .notxt1:hover {
    background-color: #fe9e15;
  }
  .topNav .link:hover {
    background: #fe9e15;
  }
  .topNav .link:hover i {
    color: #fff;
  }
}
@media screen and (max-width:1660px) {
  .nav>li>a {
    font-size: 16px;
  }
}
@media screen and (max-width:1200px) {
  .nav>li>a {
    margin: 0 12px;
  }
}
@media screen and (max-width:1080px) {
  .nav {
    padding-top: 20px;
  }
}
@media screen and (max-width:996px) {
  .top {
    padding: 0 20px;
  }
  .gp-logo {
    padding: 15px 0;
    margin-right: 60px;
    position: relative;
    z-index: 500;
  }
  .gp-header48.currents .gp-logo {
    padding: 10px 0 !important;
  }
  .gp-menu {
    display: block;
  }
  .gp-menu-nav {
    height: 100%;
    overflow-y: auto;
  }
  .nav {
    display: none;
  }
  .gp-header48 {
    background-color: #236DCE;
    width: 100%;
    left: 0;
    position: fixed;
  }
  .gp-header48:before {
    display: none;
  }
  .gp-header48.currents {
    width: 100%;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.55);
  }
  .gp-header48 .gp-container {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width:480px) {
  .gp-ul-inline>li {
    font-size: 12px;
  }
  .gp-menu-header-icon-out i,
  .gp-menu-header-icon-out strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .gp-menu-header-icon {
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    width: 40px;
  }
  .gp-m-search.active {
    top: 60px;
  }
  .gp-menu-header .searchBtn {
    padding-top: 12px;
    right: 50px;
    font-weight: normal;
  }
  .gp-menu-nav>ul>li.on>span {
    width: 46px;
    line-height: 46px;
    height: 46px;
  }
  .m-second-nav>li>a {
    padding: 10px 15px;
  }
}
.carousel92 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel92 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel92 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel92 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel92 .slick-txt {
  font-weight: normal;
  width: 100%;
  height: auto;
  line-height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 0px;
  background: transparent;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
}
.carousel92 .slick-txt div {
  color: #fff;
  line-height: 1.33;
  padding: 20px 0 40px;
  position: relative;
}
.carousel92 .slick-txt div::before {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  background: #7B00FF;
  position: absolute;
  left: 0;
  top: 0px;
}
.carousel92 .slick-dots {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 60px;
}
.carousel92 .slick-dots li {
  display: block;
  width: 24px;
  height: 25px;
  background: url(../images/carousel92_dot1.png) no-repeat;
  background-size: cover;
  margin: 15px 0;
  cursor: pointer;
}
.carousel92 .slick-dots li.slick-active {
  background: url(../images/carousel92_dot2.png) no-repeat;
  background-size: cover;
}
.carousel92 .slick-dots li button {
  display: none;
}
.carousel92 .slick-arrow {
  display: none;
  overflow: initial;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #236DCE;
}
.carousel92 .slick-arrow:hover {
  color: #236DCE;
  background: #fff;
}
.carousel92 .slick-arrow::after {
  display: none;
}
@media screen and (max-width: 996px) {
  .carousel92 .slick-dots {
    right: 30px;
  }
  .carousel92 .slick-dots li {
    margin: 10px 0;
  }
  .carousel92 .slick-txt div {
    padding: 20px 0;
  }
  .carousel92 .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .carousel92 .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
  }
  .carousel92 .slick-dots li {
    display: inline-block;
    margin: 0 6px 0 6px;
    width: 16px;
    height: 17px;
  }
}
@media screen and (max-width: 479px) {
  .carousel92 .slick-dots {
    bottom: 5px;
  }
  .carousel92 .slick-dots li {
    width: 12px;
    height: 13px;
    margin: 0 5px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
