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

/*头部样式*/
.gp-header{ width:100%; border-top:#1e3282 8px solid; position: fixed;top: 0;z-index: 99;padding-bottom: 50px;
background-color:rgba(10,22,51,0.9);
background: -webkit-linear-gradient(top, rgba(10,22,51,0.9), rgba(10,22,51,0)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(bottom, rgba(10,22,51,0.9), rgba(10,22,51,0)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(bottom,rgba(10,22,51,0.9), rgba(10,22,51,0)); /* Firefox 3.6 - 15 */
background: linear-gradient(to bottom, rgba(10,22,51,0.9) , rgba(10,22,51,0)); /* 标准的语法 */
-webkit-animation-name: header_in;
animation-name: header_in;
animation-duration: 1.2s;
-webkit-animation-duration: 1.2s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;}
.logo{width: 214px; height: 0; position:relative; top: -48px; z-index: 9; margin: 0 auto; text-align: center;} 
.logo:before{ content: ""; display: block; width: 6px; height: 6px;background: #fff; border-radius: 50%; position: absolute; left:12px;top: 55px; }
.logo:after{ content: ""; display: block; width: 6px; height: 6px;background: #fff; border-radius: 50%; position: absolute; right:12px;top: 55px; }
.logo a{ display: inline-block; }
.logo_01 img:last-child{ display: none; }
.logo_02{ margin-top: 10px; }
.gp-topNav{  margin-top:10px; position: relative;z-index: 9;}
.gp-topNav:before{ content: ""; display: block;width:45%;height: 1px;background: rgba(255,255,255,0.3); position: absolute;left: 0; top: 40px;}
.gp-topNav:after{ content: ""; display: block;width:45%;height: 1px;background: rgba(255,255,255,0.3); position: absolute;right: 0; top: 40px;}
.top-fl a{ display: inline-block; padding:0 13px; color: #c8aa78; height: 30px; line-height: 30px; position: relative;}
.top-fl a:before{ content: ""; display: block;width: 1px;height: 14px;background: rgba(228,191,113,0.2); position: absolute; right:0; top: 8px; }
.top-fl a:last-child:before{display: none;}
.top-fr a{ display: inline-block; padding: 0 10px; border: rgba(255,255,255,0.1) 1px solid; border-radius: 20px; color: #c8aa78; float: left; height: 28px; line-height: 28px; }
.top-fr .bs{ background: url(/images/icon.png) no-repeat left 10px center; padding-left:32px; margin-right: 30px;}
.gp-topNav a:hover{ color: #fff; }

.nav{ margin-top: 30px; position: relative;z-index: 9;}
.nav_lf{width: 33%; float: left;}
.nav_rt{width: 33%; float: right;}
.nav > ul{}
.nav > ul > li{ position: relative; width: 25%; float: left;}
.nav ul > li:before{content: '';background-color:#fff;position: absolute;left: 50%;bottom: 0;width: 0;height: 0;transition: all 0.35s ease-in-out;}
.nav ul > li.on:before{width: 100%;height: 2px; left: 0;}
.nav ul li > a{padding:0;text-align:center;line-height:40px;height:40px; color:#fff; 
  display: block;transition: all 0.3s ease;}
.nav ul li.on > a,.nav ul li:hover > a{ }
.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;}
.subNav{width: 180px;background:rgba(30, 50, 130,0.6);padding:10px 0;position: absolute;left: 50%;top:40px;display: none;z-index: 9;margin-left: -90px;}
.subNav dd {}
.subNav a{ padding:10px; font-size: 16px; line-height: 24px; display: block; text-align: center; color: #fff;}
.subNav a:hover{background-color:#005cac; color: #fff;}

.gp-header.currents{ padding:9px 0; border:none;}
.gp-header.currents {z-index: 99999;}
.gp-header.currents .gp-topNav:before{width: 40.5%;}
.gp-header.currents .gp-topNav:after{width: 40.5%;}
.gp-header.currents .nav{ margin-top: 20px;  }
.gp-header.currents .gp-topNav{/* display: none; */}
.gp-header.currents .gp-search{/* display: none; */} 
.gp-header.currents .logo{width: 500px; top: 0; }
.gp-header.currents .logo_01{width: 60px;top: -15px;position: relative;}
.gp-header.currents .logo_01 img:first-child{ display: none }
.gp-header.currents .logo_01 img:last-child{ display: block; }
.gp-header.currents .logo_02{width: 165px;position: relative;top: -20px;margin: 0 0 0 10px;}
.gp-header.currents .logo:before,.gp-header.currents .logo:after{ display: none; }
.gp-header.currents .headerFix-menu{display: block;}
.gp-header:after {
    content: '';
    display: block;
    width: 0;
    height: 120px;
    box-shadow: 0 2px 10px #000;
    position: absolute;
    top: 0;
    background: rgba(30, 50, 130, .9);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation-name: scaleX;
    animation-name: scaleX;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
}
.gp-header.currents::after {
    width: 100%;
    -webkit-animation-name: scale2;
    animation-name: scaleX2;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0s;
}

@-webkit-keyframes scaleX2 {
    0% {
        width: 280px;
    }
    100% {
        width: 100%;
    }
}

@keyframes scaleX2 {
    0% {
        width: 280px;
    }
    100% {
        width: 100%;
    }
}
.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;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
  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 header_in {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes header_in {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}


/*1.默认展开的搜索*/
.gp-search{}
.gp-ser{width:100%; height:40px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 40px;line-height:40px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#cacaca; width:79%;left: 0;padding-left: 2%; outline: none; height:38px;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer; background: url(/images/ser.png) no-repeat center; }
 

/*4.搜索按钮全屏展开*/
#gp-serBtn4{position: relative;z-index: 9; width: 32px;height: 28px;background: url(/images/ser.png) no-repeat left 10px center; padding-left: 30px;}
#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: #eb333f;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: absolute;bottom: 0;left: 50%;z-index: 9999999;color: #fff;margin-left: -20px;transition: none;background-color:rgba(0,0,0,0.2);width: 40px;height: 40px;line-height: 50px;text-align: center;display: block;}
.goTop:hover{color:#fff;background-color:#0a9f7a;}
.goTop i{font-size: 32px;}
/*手机端导航*/
.mobile{width:100%;position:absolute;height: auto;display: none;top:16px;left: 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:100%;height: auto;position: absolute;top: 0;left: 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% - 1px) / 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;margin-right: 8px;line-height: 30px;font-size: 30px;/*! margin-top: 18px; */} 
.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:rgba(30,50,130,0.95); }
.mobile-inner-nav a{display: inline-block;line-height: 50px;
    text-decoration: none;  width: 100%;font-size: 1.6rem; 
     border-bottom: solid 1px #3f539e;
    -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: #0073ff;}
.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: 40px;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: #0073ff;}
.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{background-color: #0073ff;}

.mobile_search input.notxt{background: none;} 
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 58px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ overflow:hidden;height: 37px;position:relative;border-bottom: #0073ff 4px solid;background: #fff;} 
.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;outline: none;}
.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;right: 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: 95px 0 20px;
  transition: all 0.3s ease;}
.mobile_topNav{ width: 100%; height: auto; padding: 10px 0; overflow: hidden; }
.mobile_topNav a{ display: inline-block; width: auto; float: left; border: none; line-height: 35px;}

 
/*footer*/
.wrap_footer{ background: #1e3282; position: relative;}
.wrap_footer .bg1{animation: footerbg1 6s linear infinite;position: absolute;left: -1px;right: 0;top:-94px;background: url(/images/footer_bg1.png) top repeat-x;
 height: 94px; background-size: auto 100%;}
@keyframes footerbg1{
  from {background-position-x: 0;}
  to {background-position-x: -605px;}
}

.footer{ padding:60px 0 40px 0; }
.footer .gp-fl{ width: 20%; overflow: hidden;}
.footer .gp-fm{width: 28.5%;float: left;margin-left: 8%;overflow: hidden;}
.footer .gp-frm{ width: 14%; float: left; margin-left: 4%; overflow: hidden;}
.footer .gp-fr{width: 20%;overflow: hidden;}
.footer .title{ margin-bottom: 22px; }
.footer .title:hover{ color: #fff; } 
.list12{ overflow: hidden; }
.list12 li{width: 40%;}
.list12 li:nth-child(2n){width: 58%;}
.list12 li a{ display: block; padding: 8px 0; overflow: hidden; }
.list12 .icon{ display: block;width: 18px;float: left; margin-top: 3px;}
.list12 .text{ display: block; margin-left: 28px; }
.list13{ overflow: hidden; }
.list13 li { width: 100%; }
.list13 li a{ display: block; padding: 8px 0; overflow: hidden; padding-left:18px;  position: relative;}
.list13 li a:before{ content: ""; display: block;width: 8px; height: 2px;background:#0c59cd; position: absolute;left: 0;top:18px;}
.list13 li a:hover,.list12 li a:hover{ color: #fff; opacity: 0.8; }
.list14{overflow: hidden;}
.list14 li{ padding: 10px 0; }
.list14 span{ display: block; opacity: 0.4; }
.copyRight{ border-top: #4b5b9b 1px solid; text-align: center; padding: 40px 0; }
.copyRight span,.copyRight a{ color: #8f99c1; padding: 0 15px; }
.copyRight a:hover{ opacity: 1; color: #fff; }
.gongan{ background: url(/images/gongan.png) no-repeat left top; padding-left: 22px !important;}


.wrapfix_box{ position: fixed;right: 0;top: 75%;transform: translateY(-50%);transition:0.5s;z-index: 999; }
.wrapfix_box.on .fix_box{ transform: translate(0, 0);transition:0.5s; }
.wrapfix_box.on .Tips{ width: 148px;transition:0.5s; }
.fix_box{background: #e6000f;color: #fff; transform: translate(100%, 0);transition:0.5s;}
.fix_box .box{padding: 15px 10px;position: relative;}
.fix_box .box::after{content: '';display: block;clear: both;}
.fix_box .ico{width: 49px;height: 49px;background: rgba(255,255,255,.3) center no-repeat;border-radius: 50%;display: inline-block;margin: 0 10px 0 0;vertical-align: middle;}
.fix_box .ico1{background-image: url(/images/side_ico1.png);}
.fix_box .ico2{background-image: url(/images/side_ico21.png);}
.fix_box .alert_box{position: absolute;right: 100%;top: 0;bottom: 0;background: url(/images/side_line.png) right center no-repeat #fff;color: #e6000f;line-height: 24px;white-space: nowrap;padding: 16px 24px;display: none;}
.fix_box .box2 .title{display: inline-block;vertical-align: middle;line-height: 49px;}
.fix_box .info_box{display: inline-block;vertical-align: middle;}
.fix_box .info_box p{font-weight: bold;}
.fix_box .box2:hover{background: #fff;}
.fix_box .box2:hover .title{color: #333;float: right;}
.fix_box .box2:hover .ico2{background-image: url(/images/side_ico22.png);float: right;margin: 0;}
.fix_box .box2:hover .alert_box{display: block;}
.Tips{ width:125px; height: 40px;background: #e6000f; text-align: center;line-height: 40px; /*float: right;*/ position: relative; cursor: pointer; margin:5px 0;}
.Tips a{ display: inline-block; background: url(/images/tips.png) no-repeat left center;color: #fff; padding-left:20px; font-size:1.4rem; }






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

     
}

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

}

@media screen  and (max-width:1300px) {
      .gp-container{ width: auto; margin-left:80px !important; margin-right:80px !important; }
      .gp-f32{ font-size: 24px; font-size: 2.4rem; }

} 

@media screen  and (max-width:1200px) {
       .gp-container{ width: auto; margin-left:30px !important; margin-right:30px !important; }
       .gp-header{ position: static; background:#1e3282; padding:20px 0; border: none; }
       .gp-topNav,.nav,.logo:before,.logo:after{ display: none; } 
       .mobile{ display: block; }
       .logo{ top: 0; height: auto; width: 350px;}
       .logo a.logo_01{ width: 80px; float: left; margin-top: 5px; }
       .logo a.logo_02{ width: 220px; margin: 0 0 10px;}
       .gp-f40{ font-size: 30px; font-size: 3.0rem; }
       .gp-f30{ font-size: 24px; font-size: 2.4rem; }
       .gp-f24{ font-size: 20px; font-size: 2.0rem; }
       .gp-f18{ font-size: 16px; font-size: 1.6rem; }
       .footer{ padding: 40px 0; }
       .footer .gp-fl{ width: 220px; float: none; margin: 0 auto 40px; }
       .footer .gp-fm{ margin-left: 0; }
       .footer .gp-frm{ margin-left: 15%; }
       .wrap_footer .bg1{background-size: auto 50%; top: -46px;} 
}

@media screen and (max-width: 1024px) {
       .gp-container{ width: auto; margin-left:15px !important; margin-right:15px !important; }
      

}


@media screen and (max-width:992px) {
   .footer .gp-fm{ width: 100%; float: none;   }
   .footer .gp-frm{ margin: 20px 0; width: 100%; float: none;   }
   .footer .gp-fr{width: 100%; float: none;   }
   .footer .title{ margin-bottom: 10px; }
   .list12 li,.list12 li:nth-child(2n),.list13 li{ width: 25%; }
   .list14 li{ width: 33.3%; float: left; }
   .copyRight{ padding: 20px 0; }
   .gp-f32{ font-size: 18px; font-size: 1.8rem; }

     
}

@media screen and (max-width: 766px) {
      .gp-header{ padding: 15px 0; }
      .logo {width: 220px;}
      .logo a.logo_01{ width: 50px; }
      .logo a.logo_02{ width: 146px; }
      .gp-title-lh32,.gp-title-lh26,.gp-title-lh24,.gp-title-lh22{ height: auto; }
      .footer{ padding: 30px 0; }
      .list12 li,.list12 li:nth-child(2n),.list13 li{ width: 33.3%; }
      .wrap_footer .bg1{background-size: auto 30%; top: -27px;} 
      .gp-f40{ font-size: 28px; font-size: 2.8rem; }
      .gp-f36{ font-size: 26px; font-size: 2.6rem; }
}



@media screen and (max-width: 640px) {
      .gp-f24{ font-size: 18px; font-size: 1.8rem; }
      .list12 li,.list12 li:nth-child(2n),.list13 li{ width: 50%; }
      .list14 li{ width: auto; float: none; display: inline-block; padding-right: 15px; }
}
