/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â¯ */

.logo22,
.logo33 {
    margin-top: 18px;
    margin-right: 20px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    /* background-color: #fff; */
}

.gp-ser {
    height: 36px;
}

.gp-search {
    line-height: 36px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 20px;
    border: 1px solid #ccd7e3;
}

.gp-search input.notxt {
    height: 36px;
}

.gp-search .notxt1 {
    top: 0%;
    width: 35px;
    height: 46px;
    background: #ccd7e3;
    right: 0;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */

header {
    border-bottom: 1px solid #a9b3bb;
}

.headertop {
    background: url(../images/hb.png) no-repeat;
    overflow: hidden;
    padding: 10px 0 17px 0;
}

.headertop .gp-container {
    position: relative;
}

.headertop .gp-container::before {
    /* content: ''; */
    display: block;
    width: 268px;
    height: 37px;
    position: absolute;
    /* background: url(../images/zi.png); */
    top: 20px;
    right: 14.9%;
}

.logo {
    display: block;
    float: left;
    width: 450px;
    overflow: hidden;
    margin: 11px 0;
}

.headerrt a.logo2 {
    display: inline-block;
    margin: 22px 22px 0 0px !important;
    max-width: 109px !important;
    height: 47px;
    width: auto !important;
    overflow: hidden;
    vertical-align: middle;
}

.headerrt {
    float: right;
}
.headerrt a{
    
width: 110px !important;
    
margin: 22px 10px 0 0px;
}
.logo3 {
    width: 122px;
    height: 36px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    margin: 26px 22px 0 0;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */

.nav ul li:hover .subNav {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    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;
}

@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>ul>li>a {
    color: #222;
    display: block;
    width: 100%;
    position: relative;
}

.nav>ul {
    position: relative;
}

.nav li.on {}

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

.nav>ul>li {
    display: block;
    float: left;
    padding: 13px 0;
    z-index: 50;
    width: calc(99% / 9);
    /* width: calc(100% / 9); */
    text-align: center;
    position: relative;
}

.subNav>li {
    display: block;
    float: left;
    position: relative;
}

.subNav>li::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    left: 1px;
    top: 20px;
}

.subNav>li:last-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    right: 1px;
    top: 20px;
}

.nav>ul>li.on>a {
    position: relative;
}

.nav>ul>li.on>a::after {
    content: '';
    display: block;
    width: 79px;
    height: 4px;
    background: #003575;
    position: absolute;
    left: calc(50% - 40px);
    /* top: 0; */
    bottom: -13px;
}

.dh {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.nav>li span.gp-f12 {
    line-height: 45px;
}

.subNav {
    background: #003575;
    /* background: -webkit-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(to bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    left: 11px;
    width: 85%;
    top: 50px;
    padding: 37px 0;
    padding-top: 19px;
}

.gp-menu-nav {
    background: #004387;
}


/* footer */

footer {
    background: #003575;
    padding-top: 42px;
}

.footerL {
    width: 61.24%;
}

.footerR {
    width: 34.92%;
}

.flUl {
    width: 50%;
    float: left;
}

.footerlogo {
    width: 50%;
    float: right;
    /* float: left; */
    height: 49px;
    margin-top: 38px;
}

.footerlogo img {
    display: block;
    margin: 0 auto;
}

.flUl li {
    line-height: 38px;
}

.footerR {
    padding-left: 21px;
}

.fRul li {
    width: 24%;
    display: block;
    float: left;
}

.fRul li p {
    text-align: center;
    padding: 0 9px;
    line-height: 38px;
    height: 76px;
    overflow: hidden;
}

.fRul {
    margin: 0 -25px;
}

.fRul li span {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 103px;
    height: 92px;
}

.fRul li div {
    margin: 0 5px;
}

.footerTop {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footerBottom {
    padding-top: 10px;
    line-height: 38px;
    text-align: center;
}

@media screen and (max-width:1460px) {
    .footerR {
        padding-left: 0;
    }
    .fRul li div {
        margin: 0 5px;
    }
    .fRul {
        margin: 0 -5px;
    }
}

@media screen and (max-width:1400px) {
    .fRul li span {
        width: 80px;
        height: 80px;
    }
    .fRul li p {
        padding: 0;
    }
}

@media screen and (max-width:1100px) {
    .headerrt a{
    width: 76px !important;
    margin: 22px 8px 0 0px;
}
    .fRul li span {
        width: 75px;
        height: 75px;
    }
    .headertop .gp-container::before {
        background: url(../images/zi.png) no-repeat;
        background-size: 169px;
        top: -4px;
        right: 5.9%;
    }
}

@media screen and (max-width:996px) {
    .logo{
        
    }
    .headertop .gp-container::before {
        background: url(../images/zi.png) no-repeat;
        background-size: 241px;
        top: 12px;
        right: 0.9%;
    }
    .nav {
        display: none;
    }
    .fRul li p {
        height: auto;
    }
    .logo {
        width: 48%;
        /* height: 50px; */
        margin: 8px 0 0px;
    }
    .logo2,
    .logo3 {
        width: 88px;
        margin-top: 13px;
        display: none;
    }
    .gp-search1 {
        display: none;
    }
    .gp-menu-nav {
        display: block !important;
    }
    .footerL,
    .footerR {
        width: 100%;
    }
    .footerR {
        float: left;
        margin-top: 20px;
    }
    .fRul li span {
        margin: 0 auto;
        margin-bottom: 20px
    }
    .gp-search2 {
        display: block;
        width: 80%;
        float: left;
        margin-left: 25px;
    }
}

@media screen and (max-width:767px) {
    .headertop .gp-container::before {
        display: none;
    }
    .back {
        padding: 3px 17px;
    }
}

@media screen and (max-width:479px) {
    .gp-menu-header-icon {
        transform: scale(.7);
    }
    .logo2,
    .logo3 {
        display: none;
    }
    .fRul li {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .fRul li p {
        line-height: 20px;
    }
    .flUl,
    .footerlogo {
        width: 100%;
    }
    .footerlogo img {
        margin: 0;
    }
    .footerlogo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}