
.g-content-box {
    max-width: 1200PX;
    min-width: 900PX;
    padding: 49px 20px;
    margin: 0 auto;
}

.g-wrapper {
    min-width: 900PX;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.soul-top {
    margin-top: 65px !important;
    border-top: 1px solid #9ba6b7;
}

.g-pc-img {
    display: block;
}

.g-mobile-img {
    display: none;
}

.gm-header {
    display: none;
}

.g-header {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 5px #bcc6e336;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.g-header .g-header-content {
    min-width: 1140px !important;
    height: 65px;
    background: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g-header .g-header-content>div {
    display: flex;
    align-items: center;
}

.g-header .g-header-content .logo-box {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #0056a3;
}

.g-header .g-header-content .logo-box img {
    margin-right: 6px;
    width: 30px;
    margin-top:2px;
}

.g-header .g-header-content .menu-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.g-header .g-header-content .menu-box .menu-item {
    position: relative;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.g-header .g-header-content .menu-box .a-item{
    padding: 10px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(15, 15, 15);
}

.g-header .g-header-content .menu-box .menu-item span {
    text-align: center;
    font-size: 15px;
}

.g-header .g-header-content .menu-box .menu-item.active {
    background: #fff;
    color: #0056a3;
    position: relative;
    font-weight: 600;
}
.g-header .g-header-content .menu-box .menu-item.active::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #0052d9;
    border-radius: 2px;
}
.g-header .g-header-content .menu-box .menu-item.active a{
    color: #0056a3;
}

.g-header .g-header-content .menu-box .menu-item .icon {
    width: 35px;
    height: 35px;
    background-size: contain;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.g-header .g-header-content .menu-box .menu-item:hover {
    background: #fff;
}

.g-header .g-header-content .menu-box .menu-item:hover>a {
    color: #0056a3;
}

.g-header .g-header-content .menu-box .menu-item:hover .arrow-black {
    opacity: 0;
    transform: rotate(180deg);
}
.g-header .g-header-content .menu-box .menu-item:hover .arrow-blue {
    opacity:1;
    transform: rotate(180deg);
}

.g-header .g-header-content .menu-box .menu-item:hover .sub-menu {
    display: block;
}

.g-header .g-header-content .menu-box .menu-item:nth-child(1) .icon {
    background-image: url("../image/icon_sy1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(1):hover .icon {
    background-image: url("../image/icon_sy2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(1) .active {
    background-image: url("../image/icon_sy2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(2) .icon {
    background-image: url("../image/icon_jtgk1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(2):hover .icon {
    background-image: url("../image/icon_jtgk2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(2) .active {
    background-image: url("../image/icon_jtgk2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(3) .icon {
    background-image: url("../image/icon_jtdt1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(3):hover .icon {
    background-image: url("../image/icon_jtdt2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(3) .active {
    background-image: url("../image/icon_jtdt2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(4) .icon {
    background-image: url("../image/icon_dqjj1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(4):hover .icon {
    background-image: url("../image/icon_dqjj2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(4) .active {
    background-image: url("../image/icon_dqjj2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(5) .icon {
    background-image: url("../image/icon_rlzy1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(5):hover .icon {
    background-image: url("../image/icon_rlzy2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(5) .active {
    background-image: url("../image/icon_rlzy2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(6) .icon {
    background-image: url("../image/icon_zyyw1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(6):hover .icon {
    background-image: url("../image/icon_zyyw2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(6) .active {
    background-image: url("../image/icon_zyyw2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(7) .icon {
    background-image: url("../image/icon_lxwm1.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(7):hover .icon {
    background-image: url("../image/icon_lxwm2.png");
}

.g-header .g-header-content .menu-box .menu-item:nth-child(7) .active {
    background-image: url("../image/icon_lxwm2.png");
}

.g-header .g-header-content .menu-box .menu-item img {
    width: 30px;
    margin-bottom: 5px;
}

.g-header .g-header-content .menu-box .menu-item .arrow-black,
.g-header .g-header-content .menu-box .menu-item .arrow-blue {
    width: 14px;
    margin-left: 5px;
    margin-top: 4px;
    transition: all 0.2s;
    opacity: 1;
}
.g-header .g-header-content .menu-box .menu-item .arrow-blue{
    opacity: 0;
    margin-left: -14px;
}

.g-header .g-header-content .menu-box .menu-item .sub-menu {
    display: none;
    z-index: 999;
    min-width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    font-size: 15px;
}

.g-header .g-header-content .menu-box .menu-item .sub-menu .sub-item {
    min-width: 100%;
    white-space: nowrap;
    background: #fff;
    opacity: 0.88;
    color: #000;
    /* padding: 10px 15px; */
    box-sizing: border-box;
}
.g-header .g-header-content .menu-box .menu-item .sub-menu .sub-item .a-item{
    padding: 10px 15px;
    color: #000;
    font-weight:500 !important;
}

.g-header .g-header-content .menu-box .menu-item .sub-menu .sub-item:hover {
    color: #0056a3;
    box-shadow: 0 0 15px 5px #bcc6e336;
    position: relative;
    z-index: 999;
}

.g-header .g-header-content .search-box {
    position: relative;
    height: 100%;
}
.g-header .g-header-content .search-box form {
    height: 100%;
}
.g-header .g-header-content .search-box input {
    height: 100%;
    border-radius: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.g-header .g-header-content .search-box .search-input {
    padding: 6px;
    padding-right: 28px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.g-header .g-header-content .search-box .search-input:focus {
    padding: 6px;
    padding-right: 28px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
}

.g-header .g-header-content .search-box img {
    position: absolute;
    right: 8px;
    top: 50%;
    cursor: pointer;
    width: 25px;
    transform: translateY(-50%);
}
.g-header .g-header-content .search-box .search-blue{
    display: none;
}
.g-header .g-header-content .search-box:hover .search-blue{
    display: flex;
}
.g-header .g-header-content .search-box:hover .search-black{
    display: none;
}

.g-title {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 39px;
    color: #0056a3;
}

.g-title .ch {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

.g-title .en {
    font-size: 16px;
    opacity: 0.6;
}

.g-tagmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.g-tagmenu .g-tagmenu-item {
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 40px;
    width: 216px;
    height: 40px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    text-align: center;
    padding: 0 22px;
    box-sizing: border-box;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.g-tagmenu .g-tagmenu-item:hover {
    background: #009cff;
    color: #fff;
    border: 1px solid #009cff;
}

.g-tagmenu .g-tagmenu-item-current {
    background: #009cff;
    color: #fff;
    border: 1px solid #009cff;
}

.g-article {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.g-article p {
    text-indent: 2em;
    margin-bottom: 20px;
}

.g-show-more {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.g-show-more img {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}
.g-show-more .arrow-white{
    opacity: 0;
    margin-right: -4px;
    margin-left: -4px;
    transform: translateX(-3px);
}

.g-show-more>div {
    display: inline-block;
    width: 115px;
    height:37px;
    color: #0056a3;
    border: 1px solid #0056a3;
    border-radius: 4px;
    cursor: pointer;
}
.g-show-more>div a{
    color: #0056a3;
    width: 100%;
    display: block;
    height: 100%;
    line-height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-show-more>div a span,
.g-show-more>div a img{
    transition: all .2s;
}

.g-show-more>div:hover {
    background: #0056a3;
    color: #fff;
}
.g-show-more>div:hover a{
    color: #fff;
}
.g-show-more>div a span{
    transform: translateX(13px);
}
.g-show-more>div:hover a span{
    transform: translateX(0px);
}
.g-show-more>div:hover a .arrow-white{
    opacity: 1;
    transform: translateX(3px);
}

/*g-animation-btn*/
.g-animation-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #009cff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 490px;
    min-width: 120px;
    cursor:pointer;
}
.g-animation-btn img {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}
.g-animation-btn .arrow-white{
    opacity: 0;
    transform: translateX(-10px);
}

.g-animation-btn span{
    color: #fff;
    width: 100%;
    display: block;
    height: 100%;
    line-height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-animation-btn span,
.g-animation-btn img{
    transition: all .2s;
}

.g-animation-btn span{
    transform: translateX(14px);
}
.g-animation-btn:hover span{
    transform: translateX(0px);
}
.g-animation-btn:hover .arrow-white{
    opacity: 1;
    transform: translateX(-6px);
}

.g-pages {
    padding: 0 18px;
    margin-top: 50px;
    display: flex;
}

.g-pages a {
    margin-right: 20px;
    width: 40px;
    border-radius: 2px;
    display: block;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(99, 99, 99, 0.28);
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-family: Source Han Sans CN;
    position: relative;
    overflow: hidden;
    color: transparent;
}
.g-pages a:last-child::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/切换器右2.png");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    transition: all .2s;
}
.g-pages a:last-child::before{
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/切换器右1.png");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    transition: all .2s;
}
.g-pages a:first-child::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/切换器左2.png");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    transition: all .2s;
}
.g-pages a:first-child::before{
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/切换器左1.png");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    transition: all .2s;
}

.g-pages a:hover {
    background: #009cff;
    border: none;
}
.g-pages a:hover::before {
    opacity: 1;
    transform: scale(1.3);
}
.g-pages a:hover::after {
    opacity: 0;
    transform: scale(1);
}
.g-pages a:last-child {
    margin-right: 0;
}

.g-pages .page-current {
    background: #009cff;
    border: none;
    color: #fff;
}

.foot-bg {
    width: 100%;
    background: url("../image/foot-bg.png") center bottom no-repeat;
    height: 267px;
    overflow: hidden;
}

.g-foot {
    width: 100%;
    background: #009cff;
    
    box-shadow: 0 0 15px 5px #bbb;
}

.g-foot .foot-content {
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}

.g-foot .foot-content:after{
    content: '';
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    border-bottom: 1px solid white;
    opacity: 0.4;
}
.g-foot .info-des{
    padding: 20px 20px 60px 20px;
    color: #fff;
    font-size: 14px;
}
.g-foot .info-des img{
    width: 20px;
    height: 20px;
}
.g-foot .info-des .gongan{
    margin-right: 8px;
}
.g-foot .info-des .gongan1{
    width: 20px;
    height: 20px;
}

.g-foot .info-des>div{
    padding-right: 20px;
}
.g-foot .info-des .item{
    padding-left: 20px;
    border-left: 1px solid #fff;
}
.g-foot .info-des a{
    color:white;
}
.g-foot .info-des .item-1{
    padding-right: 20px;
}

.g-foot .foot-content .left {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.g-foot .foot-content .left span {
    margin-left: 15px;
    color: #fff;
}

.g-foot .foot-content .right {
    color: #fff;
    font-size: 16px;
}

.g-foot .foot-content .right .top {
    display: flex;
    margin-bottom: 10px;
}

.g-foot .foot-content .right .top>div {
    display: flex;
    align-items: center;
}

.g-foot .foot-content .right .top>div img {
    margin-right: 10px;
}

.g-foot .foot-content .right .top>div:first-child {
    margin-right: 15px;
}

.g-foot .foot-content .right .address,
.g-foot .foot-content .right .top {
    display: flex;
    align-items: center;
}

.g-foot .foot-content .right .address img,
.g-foot .foot-content .right .top img {
    margin-right: 6px;
}

.g-tagmenu:after{
	content: '';
	width:216px
}

.g-tagmenu .temp{
	width:216px;
	border-bottom:1px solid transparent;
}
@media screen and (max-width: 900px) {
    .g-animation-btn {
        margin-left: 0px !important;
    }
    .info-des{
        flex-direction: column;
    }
    .g-pc-img {
        display: none;
    }
    .g-mobile-img {
        display: block;
    }
    .g-wrapper {
        min-width: 100%;
    }
    .g-header {
        display: none;
    }
    .gm-header {
        overflow: hidden;
        height: 50px;
        display: flex;
        padding: 0 13PX;
        align-items: center;
        justify-content: space-between;
        background: #009cff;
    }
    .gm-header .gm-brand {
        display: flex;
        align-items: center;
    }
    .gm-header .gm-brand .gm-corporation {
        font-size: 18PX;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #fff;
        line-height: 15PX;
    }
    .gm-header .gm-brand .gm-logo {
        width: 27PX;
        height: 28PX;
        margin-right: 10PX;
    }
    .gm-header .gm-menu-btn {
        width: 21PX;
        height: 18PX;
    }
    .g-content-box {
        max-width: 100%;
        min-width: 100%;
        padding: 25px 12px;
    }
    .g-title {
        margin-bottom: 24px;
    }
    .g-title .ch {
        margin-bottom: 0;
    }
    .g-show-more {
        margin-top: 25px;
    }
    .soul-top {
        margin-top: 0 !important;
    }
    .swiper-container .swiper-pagination-bullet {
        height: 2px;
    }
    .swiper-container .swiper-wrapper .swiper-slide {
        height: 60vw;
    }
    .swiper-container .swiper-wrapper .swiper-slide a img {
        height: 60vw;
    }
    .g-tagmenu {
        display: none;
    }
    .g-pages {
        display: none;
    }
    .foot-bg {
        display: none;
    }
    .g-foot {
        width: 100%;
        background: #009cff;
        height: auto;
        box-shadow: 0 0 0 transparent;
    }
    .g-foot .foot-content {
        display: block;
        height: 100%;
    }
    .g-foot .foot-content .left {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .g-foot .foot-content .left img {
        width: 20px;
        height: 20px;
    }
    .g-foot .foot-content .left span {
        margin-left: 15px;
        color: #fff;
    }
    .g-foot .foot-content .right {
        color: #fff;
        font-size: 16px;
    }
    .g-foot .foot-content .right .top {
        display: block;
        margin-bottom: 10px;
    }
    .g-foot .foot-content .right .top>div {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .g-foot .foot-content .right .top>div img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .g-foot .foot-content .right .top>div:first-child {
        margin-right: 15px;
    }
    .g-foot .foot-content .right .address,
    .g-foot .foot-content .right .top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-star;
    }
    .g-foot .foot-content .right .address{
        flex-direction: row;
    }
    .g-foot .foot-content .right .address img,
    .g-foot .foot-content .right .top img {
        margin-right: 6px;
    }
    
    

}

