@charset "utf-8";
/* CSS Document */

/*头部样式*/
.gp-header {
  width: 100%;
  /* border-bottom: rgba(255, 255, 255, 0.6) 1px solid; */
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.55);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  /* 标准的语法 */
}

.gp-header:before {
/*   content: "";
  display: block;
  width: 38%;
  height: 1px;
  background: #ee8840;
  position: absolute;
  left: 0;
  bottom: -1px; */
}

.gp-header .gp-container {
  /* width: 92vw; */
  position: relative;
}

.topNav {
  position: absolute;
  right: 0;
  top: 0px;
  /* background: -webkit-linear-gradient(-32deg,#4a6ba1 32%, #d38174); */
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-32deg,#4a6ba1 32%, #d38174);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-32deg,#4a6ba1 32%, #d38174);
  /* Firefox 3.6 - 15 */
  /* background: linear-gradient(-32deg, #d38174,#4a6ba1 68%); */
  /* 标准的语法 */
  padding: 16px 10px;
  box-sizing: border-box;
}

.topNav a {
  display: inline-block;
  float: left;
  color: #fff;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
}
.topNav a::before{
  /* content: ""; */
  display: block;
  width: 2px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: -3px;
  top:calc(50% - 7px);
}
.topNav a:first-child {
  position: relative;
}

.logo {
  position: relative;
  z-index: 99992;
  transition: all 0.3s ease;
  float: left;
  overflow: hidden;
  padding: 20px 0;
}

.logo_01 {
  width: 365px;
  display: inline-block;
  transition: all 0.2s ease;
}

.logo_02 {
  display: none;
  width: 365px;
  transition: all 0.2s ease;
}

.nav {
  margin-left: 440px;
  margin-right: 130px;
  padding-top: 30px;
}

.nav ul {
  display: flex;
  display: -moz-box;
  /*firefox*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Safari*/
  display: -webkit-flex;
  /*Chrome*/
  display: box;
  display: flexbox;
  display: block\9;
  position: relative;
}

.nav ul li {
  float: left;
  height: 40px;
  transition: all 0.3s ease;
  width: 100%;
  width: auto\9;
  float: left\9;
  padding: 0 2%\9;
  position: relative;
}

.nav ul>li:before {
  content: '';
  background-color: #ee8840;
  position: absolute;
  left: -400%;
  bottom: -27px;
  width: 0;
  height: 0;
  transition: all 0.35s ease-in-out;
}

.nav ul>li:after {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  background: url(../images/M.png) no-repeat right center;
  position: absolute;
  left: 0;
  bottom: -29px;
  transition: all 0.35s ease-in-out;
}

.nav ul>li.on:before, .nav ul>li.active:before {
  width: 500%;
  height: 1px;
}

.nav ul>li.on:after, .nav ul>li.active:after {
  width: 100%;
}

.nav ul li>a {
  padding: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  transition: all 0.3s ease;
}

.nav ul li.on>a, .nav ul li:hover>a {
  color: #fff;
}

.nav ul li.on .subNav {
  display: block;
}

.nav-wrapper>div {
  position: relative;
}

.headerFix-menu {
  position: absolute;
  right: -30px;
  top: 3px;
  cursor: pointer;
  display: none;
}

.headerFix-menu i {
  color: #fff;
  font-size: 30px;
}

.headerFix-close {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.headerFix-close i {
  color: #ccd2de;
  font-size: 24px;
}

.nav ul li:nth-child(2) .subNav {
  right: auto;
  left: 0;
}

.subNav {
  width: 800px;
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 67px;
  display: none;
  z-index: 99;
}

.subNav dd {}

.subNav a {
  padding: 15px 5px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #00479d;
  line-height: 24px;
  display: block;
}

.subNav a:hover {}

.subNavLf {
  width: 49%;
  float: left;
  overflow: hidden;
}

.subNavRt {
  width: 49%;
  float: right;
  overflow: hidden;
}

.subNavLf dd {
  width: 50%;
  float: left;
}

.subNavRt .text {
  color: #00479d;
  text-align: right;
  line-height: 24px;
  margin-top: 10px;
}

.gp-header.current{
  position: fixed;
  top: 0;
  background: #00479d;
  box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.3);
}




/*1.默认展开的搜索*/
.gp-search {
  width: 300px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: all 0.6s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.gp-ser {
  width: 100%;
  height: 26px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 26px;
  line-height: 26px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #ffffff;
  width: 82%;
  left: 0;
  padding-left: 2%;
  outline: none;
}

.gp-search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #fff;
  background: url(../images/ser.png) no-repeat center;
}


/*4.搜索按钮全屏展开*/
#gp-serBtn4:before {
  display: none;
}

#gp-serBtn4 {
  position: relative;
  z-index: 9;
  width: 20px;
  height: 24px;
  background: url(../images/ser.png) no-repeat center;
}

#gp-serBtn4:hover {
  border-top: none;
}

.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-height: 40px;
}

.gp-search4 .gp-ser {
  height: 40px;
  border: 1px solid #ccc;
}

.gp-search4 .notxt1 {
  background-color: #00479d;
  color: #fff;
  outline: none;
}

.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;
  }
}


.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  transition: none;
  background-color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}

.goTop:hover {
  color: #fff;
  background-color: #4b9ef7;
}

.goTop i {
  font-size: 32px;
}

/*手机端导航*/
.mobile {
  width: auto;
  position: absolute;
  height: 33px;
  display: none;
  top: 22px;
  right: 0;
  z-index: 99991;
}

.mobile-search-btn {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.mobile-search-btn i {
  color: #fff;
  font-size: 20px;
}

.mobile-inner-header {
  width: auto;
  height: 33px;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 50
}

.mobile-inner-header-icon {
  color: #ffffff;
  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;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 10px) / 2);
  width: 25px;
  height: 4px;
  background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 35px;
  position: relative;
  cursor: pointer;
  text-align: right;
  margin-right: 8px;
  text-align: center;
  line-height: 28px;
  font-size: 30px;
  /*! margin-top: 9px; */
}

.mobile-inner-header-icon-out i {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0
}

.mobile-inner-header-icon-click {
  position: fixed;
  right: 0;
}

.mobile-inner-header-icon-click i {
  display: none;
}

.mobile-inner-header-icon-out span {
  width: 25px;
  height: 4px;
  display: block;
  border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-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
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@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);
  }
}

.mobile-inner-nav {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  width: 0;
  transition: left 0.3s ease-in-out;
  height: 0;
  background-color: #00479d;
  overflow: hidden;
}

.mobile-inner-nav a {
  margin: 29px 0;
  display: inline-block;
  line-height: 50px;
  float: left;
  text-decoration: none;
  /* width: 100%; */
  font-size: 1.6rem;
  /* border-bottom: solid 1px #2c5d98; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #fff;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
  position: relative;
}

.mobile-inner-nav li.on {
  background-color: #125cb5;
}

.mobile-inner-nav li.on a {
  color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
  background: url(../images/jia.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
  background: url(../images/jian.png) no-repeat center;
}

.mobile-inner-nav li strong {
  color: #2c4780;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.4rem;
  cursor: pointer;
  width: 20px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}

.mobile-inner-nav a {
  -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;
}

@-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;
  }
}


.mobile_subNav {
  display: none;
  background: #125cb5;
}

.mobile-inner-nav dd a {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 1.5rem;
}

.mobile-inner-nav dd a:hover {}

.mobile_search input.notxt {
  background: none;
}

.mobile_search {
  clear: both;
  position: absolute;
  height: 40px;
  overflow: hidden;
  left: 0;
  top: 106px;
  width: 100%;
  z-index: 99993;
  display: block;
}

.mobile_search .search {
  overflow: hidden;
  height: 37px;
  position: relative;
  border-bottom: #2c5d98 1px solid;
}

.mobile_search input.notxt {
  width: 84%;
  color: #566c99;
  border: none;
  padding: 0 20px;
  height: 38px;
  box-sizing: border-box;
  font-size: 1.6rem;
  float: left;
}

.mobile_search input.notxt1 {
  width: 40px;
  right: 10px;
  background: url(../images/ser.png) no-repeat center;
  border: none;
  height: 37px;
  left: auto;
  /*! right: 0; */
  float: right;
}

.mobile-links {
  width: auto;
  margin: 0 20px 10px;
  overflow: hidden;
  padding: 10px 0 0;
  opacity: 0.6;
  font-size: 14px;
}

.mobile-links span {
  float: left;
  padding: 0 15px;
}

.mobile-links span a {
  border: none;
  line-height: 25px;
  padding: 4px 0;
  font-size: 14px;
}

.nav-open .mobile-inner-nav {
  width: 100%;
  display: block;
  position: fixed;
  left: 0px;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: scale(1);
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  padding: 114px 0 20px;
  transition: all 0.3s ease;
}


/*footer*/
.wrap_footer {
  background: #434343;
  overflow: hidden;
  padding:30px 0;
  box-sizing: border-box;
}

.f-logo{
  display: inline-block;
}


.copyRight {
  background: #363636;
  text-align: center;
  line-height: 24px;
  padding: 24px 15px;
}

.contact{
  line-height: 34px;
  font-family: 'Georgia';
  margin-bottom: 5px;
}
.adress{
  color: rgba(255, 255, 255, 0.55);
  line-height: 34px;

}
.adress span{
  display: inline-block;
  margin-right: 100px;
}
.footerBot{
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.footerBot::before{
  content: '';
  display: block;
  width: 287px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
    background: #00479d;
}
.scaning{
  position: relative;
  display: inline-block;
}
.wx{display: inline-block;margin-left: 80px;}
.code{
  display: none;
  position: absolute;
  left: calc(50% - 18px);
  top: -110px;
  width: 100px;
}
.footerCopy{
  color: #999;
  display: inline-block;
}
@media screen and (max-width:1460px) {

  .gp-header .gp-container {
    /* width: 1300px; */
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
  }
 .gp-container{
    width: 1280px;
}
.footerBot::before {
 width: 150px;
}
.footerBot::before {
  width: 80px;
}
  .gp-f24 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .gp-f72 {
    font-size: 60px;
    font-size: 6.0rem;
  }
}

@media screen and (max-width:1300px) {
  .gp-container{
    width: 1190px;
}
 
 

}

@media screen and (max-width:1300px) {
  .nav ul li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }

}




@media screen and (max-width: 1200px) {
  .gp-header {
    background: #00479d;
    padding-bottom: 0;
    position: static;
  }

  .gp-header:before {
    display: none;
  }

  .logo {
    padding: 20px 0;
    float: none;
    display: inline-block;
  }
.mobile-inner-header {
    top: 10px;
}
  .nav, .gp-search, .topNav {
    display: none;
  }

  .mobile {
    display: block;
  }

  .gp-f48 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .gp-f36 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .gp-f72 {
    font-size: 40px;
    font-size: 4.0rem;
  }
  .gp-container{
    width: 1100px;
}
}
@media screen and (max-width: 1100px){
 .gp-container{
    width: 1000px;
}
.footerRight{
  margin-left: 300px;
  float: none;
}
.footerBot::before{
display: none;
}
.wx {
margin-left: 0;
}
.code{
left: 0;
}
.footerCopy{
float: none;
margin-left: 49px;
display: block;
line-height: 24px;
}
 }
@media screen and (max-width: 1024px) {
  .gp-container {
    width: auto;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .footer {
    padding: 30px 0;
  }

  .footerTop {
    margin-bottom: 20px;
  }

  .link1 li a {
    padding: 10px;
  }

  .footer-lf {
    width: 100%;
    float: none;
  }

  .footer-md {
    float: none;
    margin: 20px auto;
    width: 320px;
  }

  .footer-md a {
    margin: 0 3%;
  }

  .footer-rt {
    float: none;
    width: 100%;
    text-align: left;
  }

  .link2 li {
    width: auto;
  }

  .link2 li a {
    padding: 6px;
  }
}

@media screen and (max-width: 997px) {

}
@media screen and (max-width: 766px) {
  .logo {
    /* padding: 12px 0; */
  }

  .footer, .copyRight {
    padding: 20px 0;
  }

  .copyRight {
    padding: 20px 10px;
  }

  .gp-title-lh24, .gp-title-lh22 {
    height: auto;
  }

  .gp-f20 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .gp-f72 {
    font-size: 30px;
    font-size: 3.0rem;
  }

}



@media screen and (max-width:640px) {
  .gp-header .logo_01 {
    width: 280px;
  }

  .gp-f48 {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .gp-f72 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .gp-f30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mobile-inner-header {
    top: 4px;
}
.wrap_footer{
  text-align: center;
}
.f-logo{
  float: none;
  margin-bottom: 20px;
}
.footerRight{
  margin-left: 0;
  text-align: left;
}
}
@media screen and (max-width:479px) {
  .adress span {
    display: inline-block;
    margin-right: 10px;
}
}
@media screen and (max-width:360px) {
  .mobile-inner-header {
    top: 4px;
}
  .gp-header .logo_01 {
    width: 240px;
  }
.logo {
    float:left
}
}