@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/din-regular.woff2') format('woff2'),
        url('../fonts/din-regular.woff') format('woff'),
        url('../fonts/din-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}



.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.gp-menu {
    width: 100%;
    z-index: 60;
    position: relative;
    display: none;
}

.gp-menu-header {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 996;
    width: 10%;
    display: none;
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon-click {
    background: rgba(255, 255, 255, 0.6);

    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-header-icon {
    border-radius: 50%;
    height: 32px;
    font-size: 25px;
    text-align: center;
    line-height: 32px;
    width: 32px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}

.gp-menu-header-icon span {
    position: absolute;
    left: calc((100% - 14px) / 2);
    top: calc((100% - 2px) / 3);
}

.gp-menu-header-icon-out span {
    width: 14px;
    height: 2px;
    background-color: rgba(209, 18, 27, 1);
    display: block;
    border-radius: 2px;
}

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

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

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

.gp-menu-header-icon span:nth-child(1) {
    transform: translateY(2px) rotate(0deg);
}

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

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-2px) rotate(0deg);
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(0px) 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(8px) rotate(0deg);
    }
}

.gp-menu-header-icon-click span {
    background-color: #fff;
    top: calc((100% - 1px) / 2.1);
    width: 14px;
    left: calc((100% - 14px) / 2);
    height: 2px;
}

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

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

.gp-menu-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
    }
}

.gp-menu-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    padding-bottom: 32px;
    display: none !important;
    background: rgba(181, 33, 40, 1);
}


.gp-menu-nav>ul {
    width: calc(100% - 48px);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 54px;
}

.gp-menu-nav>ul li {
    -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;
    /* */
}

.gp-menu-sub li {
    margin-bottom: 10px;
}

.gp-menu-sub li:last-child {
    margin-bottom: 0
}

.gp-menu-nav>ul.gp-avg-1>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.gp-menu-nav>ul.gp-avg-1>li>a {
    display: inline-block;
    padding: 20px 0 0px 0px;
    font-size: 1.8rem;
}

.gp-menu-nav>ul>li>ul {
    margin-top: 10px;
    padding-left: 67px;
    /* margin-bottom: 10px; */
}

.gp-menu-nav>ul>li>ul a {
    display: inline-block;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    /* padding-bottom: 10px; */
    box-sizing: border-box;
    font-size: 14px;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    background: url(../images/idown.png) no-repeat center;
    transform: rotate(-180deg);
    height: 69px;
    font-weight: 100;
    line-height: 69px;
    color:
        rgba(255, 255, 255, .3);
    text-align: center;
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 0;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.gp-menu-arrow img {
    display: inline-block;
    width: 8px;
    margin: 0 auto;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
    transform: rotate(0deg);
}

.gp-menu-nav li ul {
    display: none;
}

.gp-menu-nav a {
    color: #fff;
}

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
}

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



.bg-black span {
    background: #c7000a;
}

.gp-menu-nav.gp-menu-dropdown2 {
    background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
    position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
    border-bottom: none;
    position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
    padding: 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    z-index: 900;
    color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
    content: "\e73a";
    font-size: 1.4rem;
    margin-left: 5px;
    transition: all 0.3s;
    display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    bottom: -100%;
    margin-left: -5px;
    opacity: 0.2;
    transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
    bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    right: 5px;
    padding: 8px 0;
    text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
    color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
    transform: rotate(180deg);
}


.gp-menu-nav.gp-menu-offcanvas1 {
    position: fixed;
    display: block;
    transform: translate(-150%, 0);
    transition: all 1s ease-in-out;
    width: 85%;
    right: auto;
    left: 0
}

.open .gp-menu-offcanvas1 {
    transform: translate(0, 0);
    position: absolute;
}


.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: translate(0, -150%);
    transition: all 1s ease-in-out;
    width: 100%;
}

.open .gp-menu-offcanvas2 {
    transform: translate(0, 0);
    position: absolute;
}

body::before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
    transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out
}

body.open::before {
    bottom: 0
}

body.open .search2 {
    z-index: 100;
}

.search2 {
    position: relative;
    z-index: 1;
}

.gp-search {
    width: 366px;
    overflow: hidden;
    display: inline-block;
    * display: inline;
    background: #fff;
    * zoom: 1;
    margin: 0;
    padding: 0;
    border-radius: 34px;
    /* vertical-align: top; */
    height: 34px;
    line-height: 34px;
    z-index: 4;
}

.search {
    display: inline-block;
    margin-left: 24px;
    display: none;
    /* margin-bottom: 4px; */
}

.gp-ser {
    width: 100%;
    height: 34px;
    /* z-index: 9999994; */
    background: #fff;
    margin: 0 auto;
    position: relative;
}

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

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

.gp-search input.notxt {
    color: rgba(0, 0, 0, 0.2);
    width: calc(100% - 57px);
    /* background: rebeccapurple; */
    right: 0;
    padding-right: 20px;
    box-sizing: border-box;
    outline: none;
}

.gp-search4 input.notxt {
    right: auto;
    left: 0;
    width: calc(100% - 82px);
    padding: 0 20px;
    box-sizing: border-box;
}

.gp-search .notxt1 {
    position: absolute;
    width: 82px;
    height: 24px;
    left: 20px;
    top: 50%;
    background: url(../images/ser.png) no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: 26px;
}


.subNav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.subNav.on {
    opacity: 1
}

.subul {
    overflow: hidden;
}

.leftback {
    width: 64.52%;
}

.rightback {
    width: 33.1%;
}

.backtitle {
    padding: 12.5px 20px;
    box-sizing: border-box;
    padding-right: 90px;
    border-bottom: 4px solid rgba(209, 18, 27, 1);
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.backtitle::before {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #D1121B;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}

.backtitle::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 6px;
    top: calc(50% - 25px);
    background: url(../images/tr.png) no-repeat;
    background-size: 100%;

}

.backtitle>a {
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navcon {
    overflow: hidden;
}

.backonpic {
    padding-bottom: 49.25%;
    margin-bottom: 0px;
    width: 260px;
    float: left;
    margin: 10px 0 0 0;
    background-color: unset;
}

.navtxt {
    margin: 0 0 0 290px
}

.lookmore {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    background: #F8F8F8;
    margin-top: 10px;
    color: #666;
}

.lookmore:hover {
    background-color: rgb(192, 12, 16);
    color: #fff;
}

.navtxt {
    display: block;

}

.navtxt h3 {
    color: #333;
    margin: 0 0 10px 0;
}

.navtxt>div {
    line-height: 1.75;
    text-indent: 3rem;
    color: #333;
}

.navtxt>div p {
    line-height: 1.75;
    text-indent: 3rem;
    color: #333;
}



.zxgk {
    color: #333;
    padding: 20px 0 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-indent: 0 !important;
    line-height: 1.3 !important;
}

.zxgk+.navtxt1 {
    margin: 20px 0 0;
    ;
    -webkit-line-clamp: 10;
    line-height: 1.875;
    color: #333;
    position: relative;
}

.zxgk+.navtxt1 div {
    color: #333;
}

.zxgk+.navtxt1 .DYFa {}

.zxgk+.navtxt1.positioning .DYFa {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: right;
    text-decoration: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
}

.zxgk+.navtxt1 .DYFa span {
    display: none;
}

.zxgk+.navtxt1.positioning .DYFa span {
    color: #333;
    display: inline;
}

.navtxt1 {
    -webkit-line-clamp: 7;
}

.navtxt1 a {
    color: rgba(209, 18, 27, 1);
}

.navtxt2 {
    -webkit-line-clamp: 5;
}

.navcon1 {
    padding: 30px 50px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.navconul {
    margin: 0 -5px;
    overflow: hidden;
    font-size: 0;
    height: 100%;
    position: relative;
}

.navconul::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 50%;
}

.navconul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 50px;
}

.navconul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 50px;
}

.navconul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 25px;
}

.navconul a {
    display: block;
    padding: 0 !important;
    /* margin: 0 30px 0 5px; */
    transition: all .3s ease-in-out;
}

.navconul li:hover a {
    transform: translate(5px)
}

.txtav {
    line-height: 1.3;
    color: #333 !important;
    font-weight: normal;
    white-space: initial;
}

.subul {
    padding-bottom: 33px;
    box-sizing: border-box;
}

.subul .slick-dots, .bulidul .slick-dots, .bulidteam .slick-dots, .bulidulky .slick-dots, .industryul .slick-dots {
    height: 10px;
    bottom: 6px;
}

.subul .slick-arrow, .bulidul .slick-arrow, .bulidteam .slick-arrow, .bulidulky .slick-arrow, .industryul .slick-arrow {
    width: 10px;
    height: 20px;
    margin-top: -20px;
    top: 100%;
    background-size: 100% 100% !important;
}

.subul .slick-prev, .bulidul .slick-prev, .bulidteam .slick-prev, .bulidulky .slick-prev, .industryul .slick-prev {
    background: url(../images/pl.png) no-repeat;
}

.subul .slick-next, .bulidul .slick-next, .bulidteam .slick-next, .bulidulky .slick-next, .industryul .slick-next {
    background: url(../images/pr.png) no-repeat;
}

.subul .slick-dots li, .bulidul .slick-dots li, .bulidteam .slick-dots li, .bulidulky .slick-dots li, .industryul .slick-dots li {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    transition: all .3s ease-in-out;
}

.subul .slick-dots li.slick-active, .bulidul .slick-dots li.slick-active, .bulidteam .slick-dots li.slick-active, .bulidulky .slick-dots li.slick-active, .industryul .slick-dots li.slick-active {
    width: 36px;
}

.subul .slick-dots li button, .bulidul .slick-dots li button, .bulidteam .slick-dots li button, .bulidulky .slick-dots li button, .industryul .slick-dots li button {
    border-radius: 6px;
    background: rgba(0, 0, 0, .1);
}

.subul .slick-dots li.slick-active button, .bulidul .slick-dots li.slick-active button, .bulidteam .slick-dots li.slick-active button, .bulidulky .slick-dots li.slick-active button, .industryul .slick-dots li.slick-active button {
    background: rgba(209, 18, 27, 1);

}

.nav ul li .subNav, body.searchActive .nav ul li .subNav {

    opacity: 0;
    z-index: -1;
}


.nav ul li.on>.subNav {
    opacity: 1;
    z-index: 2;
}

.nav {
    /* background: url(../images/navbg.png) no-repeat; */
    background: url(../images/nav2jpg.jpg) repeat-x;
    background-size: cover;
    position: relative;
}


.bulidtop {
    overflow: hidden;
}

.bulidleft {
    width: 320px;
    overflow: hidden;
    margin-bottom: 30px;
}

.bulid {
    padding-bottom: 56.25%;
}

.bilidright {
    margin-left: 340px;
}

.bulidtit {
    display: block;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
}

.bulidtxt {
    color: #333;

    line-height: 1.87;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
}

.more {
    color: #D1121B;
    line-height: 1.3;
    display: block;
}

.bulidul {
    margin: 0 -15px;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 33px;
    box-sizing: border-box;
}

.bulidteam, .bulidulky, .industryul {
    padding-bottom: 33px;
    margin: 0 -15px;
    overflow: hidden;
    box-sizing: border-box;
}

.bulidulky li {}

.bulidul li {
    display: inline-block;
    /* width: 33.33%; */
    vertical-align: top;
}

.bulidbottom {
    margin: 0 15px;
}

.buliddl2, .buliddlteam {
    margin: 0 -5px;
    font-size: 0;
    overflow: hidden;
    display: block;
}

.buliddl2 dd {
    width: 50%;
    display: inline-block;
}

.buliddlteam dd {
    width: 25%;
    margin-bottom: 20px;
    display: inline-block;
}

.buliddl3 dd {
    width: 100%;
}

.buliddl2 dd a, .buliddlteam a {
    margin: 0 5px;
    display: block;
}

.buliddl dd, .buliddlteam {
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.buliddl dd:hover {
    transform: translateX(5px);
}

.buliddl dd a, .buliddl dd p, .buliddlteam a p {
    display: block;
    line-height: 1.3;
    color: #333;
}

.buliding {
    width: 240px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 17px;
}

.bilidinpic {
    padding-bottom: 54.58%;
    background: none;
}

.bulidintxt {
    line-height: 1.3;
    text-align: center;
    color: #333;
}

.bulidteam {
    font-size: 0
}

.buliddl a {
    display: block;
    overflow: hidden;
}

.trainingleft {
    width: 80px;
    height: 80px;
    background: #F8F8F8;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.bulidicon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.trainingleft .bulidname {
    line-height: 1.27;
    color: #333;
    font-weight: 400;
    display: block;
    width: 100%;
}

.trsinright {
    margin-left: 100px;
}

.treintxt {
    line-height: 1.625;
    color: #333;
    -webkit-line-clamp: 3;
}

/* nav */
.nav1 {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


.nav>ul>li {
    display: inline-block;
}

.nav ul li>a {
    display: block;
    line-height: 1.3;
    padding: 17px 0px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}



#gp-serBtn4 {
    position: relative;
    z-index: 75;
}

.gp-search4 {
    width: 0;
    transition: all 0.35s ease-in-out;
    position: absolute !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.gp-search4 .gp-ser {
    /* max-width: 800px; */
}

.gp-search4 input, .gp-search4 button {
    height: 41px;
    line-height: 41px;
}

.gp-search4 .gp-ser {
    height: 40px;
    border: 1px solid #ccc;
    /* margin-top: 20px; */
}

.gp-search4 .notxt1 {
    background: #D0121B;
    position: absolute;
    /* width: 200px !important; */
    height: 100% !important;
    left: auto;
    right: 0;
    cursor: pointer;
    transform: translate(0);
    top: 0;
    /* height: 60px !important; */
    color: #fff !important;
}



.gp-search4 .gp-ser {
    display: none;
    border: none;
    background: #fff;
}

.gp-search4.active .gp-ser {
    display: block;
    height: 41px;
}

.gp-search4.active {
    height: 41px;
    width: 300px;
}

.searchActive .gp-overlay {
    top: 0;
}

.gp-serBtn2 {
    width: 41px;
    height: 41px;
    background: url(../images/serbtn.png) no-repeat;
    background-size: 100%;
    position: absolute !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.top {
    overflow: hidden;
    padding: 16px 0;
    position: relative;
    z-index: 1;
}

.logo {
    width: 68px;
    height: 68px;
    display: inline-block;
    background: url(../images/logo-w.svg) no-repeat;
    vertical-align: middle;
    background-size: cover;
    margin-right: 10px;
    position: relative;
}

.logo span {
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
    position: absolute;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.header {
    position: relative;
    /* z-index: 1; */
}

.header::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: calc(1294% / 19.2);
    background: url(../images/headerbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.logo1 {
    display: inline-block;
    width: 334px;
    vertical-align: middle;
}

.toplink {
    right: 70px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toplinkul {
    margin: 0 -20px;
    overflow: hidden;
}

.toplinkul li {
    display: inline-block;
}

.toplinkul a {
    display: block;
    margin: 0 20px;
    position: relative;
    line-height: 1.3;
    color: #333;
}

.toplinkul li:last-child a::before {
    display: none;
}

.toplinkul a::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -20px;
    top: calc(50% - 8px);
}

.menuicon {
    display: inline-block;
    width: 23px;
    margin: 0 22px;
    vertical-align: middle;
}

footer {
    padding: 20px 0;
    box-sizing: border-box;
    background: #333;
    border-bottom: 10px solid #D1121B;
}

.footer {
    overflow: hidden;
}

.ewm {
    width: 80px;
    height: 80px;
}

.footerr p {
    color: rgba(255, 255, 255, .3);
    margin-bottom: 10px;
}

.footerr {
    padding-top: 14px;
    box-sizing: border-box;
    text-align: right;
}

.icon-search:before {
    margin-right: 5px;
}

@media screen and (min-width: 996px) {
    .effect0 {
        opacity: 0;
        transition: all 0.8s ease-out;
    }

    .effect0.isView {
        opacity: 1;
        -webkit-animation-name: effect0;
        animation-name: effect0;
    }

    @-webkit-keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .effect1, .effect11, .effect11 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(70px);
    }

    .effect1.isView, .effect11.isView, .effect11.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect1;
        animation-name: effect1;
    }

    @-webkit-keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect2, .effect21, .effect21 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(50px);
    }

    .effect2.isView, .effect21.isView, .effect21.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect2;
        animation-name: effect2;
    }

    @-webkit-keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect3, .effect31, .effect31 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(-70px);
    }

    .effect3.isView, .effect31.isView, .effect31.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect3;
        animation-name: effect3;
    }

    @-webkit-keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect4, .effect41, .effect41 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView, .effect41.isView, .effect41.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect4;
        animation-name: effect4;
    }

    @-webkit-keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect {
        transition: transform 1s, opacity 1s ease-in-out;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
}


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

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

}

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


}

@media screen and (max-width: 1201px) {
    .gp-container {
        width: 1000px !important;
    }

    .navcon1 {
        padding: 30px;
    }

    .navconul li:nth-child(odd) {
        padding-right: 30px;
    }

    .navconul li:nth-child(even) {
        padding-left: 30px;
    }

    .zxgk+.navtxt1 {
        -webkit-line-clamp: 7;
    }

    .navconul li {
        margin-bottom: 20px;
    }

}



@media screen and (max-width: 1100px) {
    .gp-container {
        width: 900px !important;
    }

}

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



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

    .gp-menu, .gp-menu-nav, .search {
        display: block !important;
        /* z-index: 3; */
    }

    .gp-menu-header {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(208, 18, 27, 0.3);
        border-radius: 50%;
        top: 20px;
        background: #fff;
        right: 24px;
        display: block;
    }

    .nav, .toplink, .gp-serBtn2 {
        display: none !important;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .logo span {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .logo1 {
        width: 200px;
    }

    .mlogo {
        display: block;
        width: 250px;
        margin: 16px 0 16px 19px;
    }

    .slink {
        margin-left: 24px;
        width: calc(100% - 24px);
        overflow: hidden;
    }

    .gp-menu-nav.gp-menu-offcanvas2 .toplinkul {
        margin: 0 -15px;
        margin-top: 20px;
    }

    .gp-menu-nav.gp-menu-offcanvas2 .toplinkul a {
        margin: 0 15px;
    }

    .gp-menu-nav.gp-menu-offcanvas2 .toplinkul a {
        color: #fff;
    }

    .gp-menu-nav.gp-menu-offcanvas2 .toplinkul a::before {
        display: none;
    }
}

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

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


}

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

@media screen and (max-width:479px) {
    .gp-container {
        width: auto !important;
        margin: 0 14px;
    }

    .search2 .gp-search {
        width: 260px;
    }

    .gp-menu-nav>ul {
        width: calc(100% - 24px);
        margin-top: 60px;
    }

    .logo {
        margin-right: 5px;
    }

    .gp-menu-nav>ul.gp-avg-1>li>a {
        padding: 10px 0 0px 0px;
    }

    .gp-menu-arrow {
        height: 48px
    }

    .gp-menu-nav>ul.gp-avg-1>li {
        padding-bottom: 10px;
    }

    .footer {
        text-align: center;
    }

    .ewm {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .ewm, .footerr {
        float: none !important;
        display: inline-block;
    }

    .footerr {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:414px) {
    .gp-menu-header {
        right: 16px;
    }


}

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