

.open .gp-menu-offcanvas2 {
    padding-top: 40px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    background: #fff;
}

.gp-ser {
    height: 40px;
    border: none;
}

.gp-search {
    margin-top: 15px;
    width: 280px;
    height: 40px;
    float: right;
    line-height: 40px;
    border: none;
    background: rgba(0,0,0,.1);
    border-radius: 40px;
}

.gp-search input.notxt {
    color: #888888;
    width: 71%;
    /* left: 0; */
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    /* font-family: "SourceHanSansCN-Bold-Alphabetic"; */
    padding-left: 18px;
}

.gp-search .notxt1::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: -11px;
    top: 0px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 18px;
    height: 18px !important;
    right: 15px;
    height: 30px;
    background: url('../images/serBtn.png') no-repeat;
    background-size: 100% 100%;
    top: 12px;
    color: #fff;
    overflow: visible;
    padding-left: 11px;
}



.nav::before {
    /* content: ''; */
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
}

.nav ul li:hover .subNav {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.fadeInUpSmall {
    -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;
}

.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 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;
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.nav li>a {
    line-height: 22px;
    color: #222;
    font-size: 20px;
    position: relative;
    padding: 19px 0px;
    display: block;
    box-sizing: border-box;
}
.nav li>a::before{
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 19px;
}
.nav li:last-child>a::after{
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #e0e0e0;
    position: absolute;
   right: 0;
    top: 22px;
}
.nav ul li {
    position: relative;
    width: calc(100% / 9);
}






.nav li.on .subNav {
    display: block;
}

.nav ul {
    /* text-align: justify; */
    /* overflow: hidden; */
    overflow: visible;
    font-size: 0;
    box-sizing: border-box;
    height: 61px;
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav li {

    position: relative;
    display: inline-block;

    z-index: 50;
}

.subNav {
    background: rgba(255,255,255, .9);
    left: calc(50% - 100px);
    width: 200px;
    top: 60px;
    z-index: 1000;
}

.subNav dd {
    padding: 0px 7px;
    border-bottom: 1px solid rgba(153, 153, 153, .11);
}

.subNav dd:hover {
    background: rgba(13, 120, 134, .9)
}

.subNav dd:hover a {
    color: #fff;
}

.gp-menu-nav {
    background: rgba(13, 120, 134, .9);
}


header.currents {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    /* position: fixed; */
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
}
.headerTop{
    border-top: 2px solid #e0c67e;
    padding: 34px 0;
    background: url(../images/topbg.png) no-repeat;
    background-size: cover;
}
.logo{
    display: inline-block;
    height:69px ;
    overflow: hidden;
}
.home{
    display: inline-block;
    line-height: 22px;
    color: rgba(255, 255, 255, .7);
    margin: 25px 35px 0 0;
}
footer{
    padding: 54px 0;
    background: url(../images/footerbg.png) no-repeat;
    background-size: cover;
}
.footrlogo{
    display: inline-block;
    vertical-align: middle;
}
.ewms{
    margin: 0 75px;
    display: inline-block;
    /* width: 240px; */
    vertical-align: middle;
}
.ewmsUl{
    margin: 0 -5px;
    overflow: hidden;
    font-size: 0;
}
.ewmsUl li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.ewm{
    margin: 0 5px;
    max-width: 110px;
}
.wx{
     width: 110px;
     height: 110px;
     padding: 5px;
     box-sizing: border-box;
     background: #fff;
}
.wxsjs{
    line-height: 24px;
    margin: 10px 0;
    display: block;
    text-align: center;
}
.footerThree{
    display: inline-block;
    width: 10%;
    vertical-align: middle;
}
.footerThree a{
    display: block;
    line-height: 24px;
}
.footerThree a:nth-child(3){
    margin-bottom: 15px;
}
.footerLast{
    display: inline-block;
    vertical-align: middle;
}
.footerLast a{
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
}
.footerLast p{
    line-height: 24px;
}
@media screen and (max-width:1710px) {}

@media screen and (max-width:1640px) {}

@media screen and (max-width:1600px) {
    .ewms {
        margin: 0px 40px;
    }
}

@media screen and (max-width:1460px) {}

@media screen and (max-width:1400px) {
    .footrlogo {
      
        width: 250px;
    }
}

@media screen and (max-width:1301px) {

    .gp-search {
        /* margin-top: 28px; */
    }
    .ewms {
        margin: 0px 15px;
    }
}

@media screen and (max-width:1200px) {
    .logo{
        width: 477px;
    }
    .footerLast {
        width: 22%;
    }
}

@media screen and (max-width:1100px) {
    .gp-container {
        width: 900px;
    }

    .ewms {
        margin: 0px 18px;
    }
.footerThree{
    width: 50%;
    float: left;
}
.footerLast{
    display: block;
    width: 50%;
    float: left;
}
.ewms{
    display:block;
    margin: 0;
}
.footrlogo{
    width:100%;
    margin-bottom:20px;
}
}

@media screen and (max-width:996px) {
    .gp-menu-nav {
        display: block !important;
    }

    .gp-menu-header {
        top: 46px;
        right: 15px;
    }

    .gp-container {
        width: auto;

    }

    .gp-search,.home,
    .nav {
        display: none;
    }

    .gp-search2 {
        display: block;
        float: none;
        margin-left: 20px;
        /* background: #fff; */
    }

    .home2{
        display: block;
        margin: 12px 20px;
    }

   
}
@media screen and (max-width:900px){
    .ewms {
        margin: 0px 25px;
    }
}
@media screen and (max-width:767px) {
    .wxsjs{
        line-height: 24px;
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    
    .gp-menu-header {
        display: block;
        top: 38px;
        right: 0;
    }
.logo{
    width:300px;
    height: 40px;
}

}

@media screen and (max-width:600px) {

    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -16px;
    }

    .gp-menu-header {
        display: block;
        top: 52px;
        right: 0;
    }
    
}

@media screen and (max-width:479px) {
    .gp-menu-header {
        display: block;
        top: 27px;
    }

   

    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -10px;
    }
.logo{
    width: 239px;
    height: 32px;
}
.headerTop{
    padding:20px 0;
}
.footerThree{
    /* width: 100%; */
    float: none;
}
.footerLast{
    display: block;
    /* width: 100%; */
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.footerThree a:nth-child(3),.footerLast a{
    margin-bottom: 0;
}
}

@media screen and (max-width:414px) {


    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -10px;
    }
.ewmsUl li{
    width: 50%;
}
}