@charset "utf-8";

/* CSS Document */

a:hover {
    color: #90080c
}

.header {
    position: absolute;
    z-index: 880;
    width: 100%;
    top: 0;
}

.top {
    transition: all 0.35s ease-in-out;
}

.topRight {
    margin-right: 11%;
}

.topNav {
    overflow: hidden;
    padding: 17px 0 25px;
    transition: all 0.35s ease-in-out;
    text-align: right;
}

.topNav a,
.topNav span {
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.topNav a {
    position: relative;
    transition: transform 0.3s;
    overflow: hidden;
}

.topNav a>strong {
    display: inline-block;
    position: relative;
    transition: transform 0.3s;
    font-weight: normal;
}

.topNav a>strong:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    white-space: nowrap;
    font-weight: bold;
    transform: translate3d(0, 0, 0);
}

.topNav a:hover strong {
    transform: translateY(-100%);
}

.topNav span {
    margin: 0 15px;
}

.mr45 {
    margin-right: 45px;
}

.gp-serBtn2 {
    font-size: 18px;
}

.gp-search {
    width: 220px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 83%;
    left: 0;
    padding: 0 0 0 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    color: #666;
}


/*4.搜索按钮全屏展开*/

#gp-serBtn4 {
    position: relative;
    z-index: 801;
}

.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;
    margin-top: 20px;
}

.gp-search4 .notxt1 {
    background: #90080c;
    color: #fff;
    font-size: 22px;
}

.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;}
} */

.nav {}

.nav>li {
    float: left;
    position: relative;
}

.nav>li span {
    width: 50px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.nav>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-size: 18px;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.nav>li>a>dd {}

.second_nav1 {
    border-left: 8px solid #90080c;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    width: 210px;
    display: none;
}

.second_nav1>dd {}

.second_nav1>dd>a {
    display: block;
    border-bottom: 1px solid #f5eddf;
    padding: 15px 10px 15px 30px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.third_nav1 {
    background-color: #f5eddf;
    position: absolute;
    width: 180px;
    right: -180px;
    top: 0;
    min-height: 100%;
    display: none;
}

.third_nav1>li>a {
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    transition: all 0.35s ease-in-out;
}

.nav>li.on>a {
    background-color: #90080c;
}

.nav>li.on .second_nav1>dd.on>a,
.nav>li>a>.second_nav1 dd>a:hover {
    color: #90080c;
    margin-left: 10px;
}

.nav>li.on li a:hover {
    background-color: #90080c;
    color: #fff;
}

.nav>li.on .second_nav1 {
    display: block;
}

.nav>li.on .second_nav1>dd.on .third_nav1 {
    display: block;
}

.fourth_nav1 {
    display: none;
    position: absolute;
    top: 0;
    min-height: 100%;
    background-color: #7e070b;
    width: 180px;
    right: -180px;
}

.fourth_nav1 dd .iconfont {
    color: #fff;
    width: 50px;
    height: 50px;
}

.fourth_nav1 dd>a {
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    color: #fff;
    display: block;
}

.fourth_nav1 dd>a:hover {
    background-color: #90080c;
}

.nav>li.on .third_nav1 li.on .fourth_nav1 {
    display: block;
}

.nav>li.on .third_nav1 li.on>span {
    color: #fff;
}

.nav>li.on .third_nav1 li.on>a {
    color: #fff;
    background-color: #90080c;
}

.nav>li.liR .second_nav1 {
    right: 0;
    left: auto;
}

.nav>li.liR .third_nav1 {
    right: auto;
    left: -180px;
}

.nav>li.liR .fourth_nav1 {
    right: auto;
    left: -180px;
}

.nav>li.liR .iconfont {
    float: left;
}

.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;
    display: block;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@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;
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
    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;
    display: block;
}

@-webkit-keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-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.effect {
    transform: translateY(-200%);
    position: fixed;
    left: 0;
}

.header.effect .top {
    width: 1400px;
    margin: 0 auto
}

.header.currents {
    background-image: url(../../images/2020/logo_bg.png);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: none;
    transition: all 0.35s ease-in-out;
}

.header.currents .logo {
    width: 140px;
    height: auto;
}

.header.currents .logo a {
    padding: 5px 5px 0
}

.header.currents .topNav {
    transform: -200px;
    display: none;
}

.header.currents .topRight {
    margin-right: 15px;
}

.header.currents .nav>li>a {
    height: 55px;
    line-height: 55px;
}

.header.currents .second_nav1 {
    top: 55px;
}


/*手机端导航默认*/

.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: 98;
    height: 100%;
    position: relative;
    display: none;
}

.gp-menu-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 996;
    width: 100%;
    height: 54px;
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon {
    color: #8c0516;
    height: 54px;
    float: right;
    width: 54px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    margin-right: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 20px 20px 0 0
}

.gp-menu-header-icon span {
    position: absolute;
    left: calc((100% - 22px) / 2);
    top: calc((100% - 6px) / 2.3);
    width: 22px;
    height: 2px;
    background-color: #8c0516;
}

.gp-menu-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #8c0516;
    display: block;
    border-radius: 4px;
}

.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(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

@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);
    }
}

.gp-menu-header-icon-click span {
    top: calc((100% - 2px) / 2.1);
}

.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;
    background: #fff;
    display: none;
    padding-bottom: 76px;
}


/*导航*/

.gp-menu-nav a {}

.gp-menu-nav>ul {
    border-left: 10px solid #90080c;
    padding-top: 98px;
}

.gp-menu-nav>ul li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    position: relative;
    box-sizing: border-box;
    transition: all 0.35s ease-in;
}

.gp-menu-nav>ul>li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.gp-menu-nav>ul>li>a {
    display: inline-block;
    padding: 24px 0 24px 25px;
    font-size: 1.8rem;
}

.m-second-nav {
    background: #f5eddf;
}

.m-second-nav>li {
    border-bottom: 1px solid #f2f2f2;
}

.m-second-nav>li.on>span {
    transform: rotate(45deg);
}

.m-second-nav>li>a {
    display: inline-block;
    padding: 19px 0 19px 50px;
    font-size: 1.6rem;
}

.m-second-nav>li>span {
    top: 4px;
    color: #dad6ce;
    font-size: 1.8rem;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #e9e9e9;
    text-align: center;
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 2rem;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on>span {
    transform: rotate(45deg);
}

.gp-menu-nav li ul {
    display: none;
}

.m-third-nav {
    background-color: #7d070b;
}

.m-third-nav>li>a {
    display: inline-block;
    padding: 15px 0 15px 60px;
    color: #fff;
    font-size: 1.4rem;
}

.m-third-nav>li>span {
    top: 0;
    font-size: 1.6rem;
    ;
}

.m-third-nav>li.on>span {
    transform: rotate(45deg);
}

.m-fourth-nav {
    background-color: #6b0306;
    padding: 5px 0;
}

.m-fourth-nav>li>a {
    display: inline-block;
    padding: 10px 0 10px 70px;
    color: #fff;
    font-size: 1.2rem;
    ;
}

.m-fourth-nav>li.on>span {
    transform: rotate(45deg);
}


/*导航内标签效果*/

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
}

.open .logo {
    z-index: 90;
}

.gp-menu-header-icon-click {
    background-color: #e5e5e5;
}

.open .gp-menu-nav>ul>li {
    transform: 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;
    }
}

.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: scale(1.1);
    ;
    transition: all 0.5s ease-out 0s;
    width: 50%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden
}

.open .gp-menu-offcanvas2 {
    transform: none;
    position: absolute;
    opacity: 1;
    visibility: visible
}

.mobile-column1 {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*5移动端搜索默认*/

.gp-m-search {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 40px;
}

.gp-m-search .notxt1 {
    right: auto;
    right: 0;
    width: 40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
}

.gp-m-search input.notxt {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 42px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.m-link {
    padding: 7% 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.m-link * {
    color: #fff;
    display: inline-block;
    line-height: 2;
}

.m-link span {
    margin: 0 8px
}

.m-link2 {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    font-size: 0;
}

.m-link2 li {
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 20px;
}

.m-link2 li>a {
    display: block;
    border: 1px solid #d6d6d6;
    margin: 0 10px;
    height: 98px;
    width: 98px;
}

.m-link2 li i,
.m-link2 li span {
    display: block;
    color: #fff;
}

.m-link2 li i {
    padding: 15px 0 5px;
}

.m-link2 li span {
    font-size: 14px;
}

.m-link2 li:last-child>a {
    width: auto;
    min-width: 100px;
    padding: 0 10px;
    display: block;
}

.wrap_footer {
    background-image: url(../../images/2020/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_link1 {
    width: 20%;
}

.footer_link1 li {
    position: relative;
    height: 58px;
    line-height: 56px;
    border: 1px solid #a43f41;
    margin-bottom: 7px;
}

.footer_link1 li:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: alpha(opacity=20);
}

.footer_link1 li>a {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
}

.footer_link1 li i {
    width: 65px;
    float: left;
    margin: 9px 0 0 0;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-right: 1px solid #914245;
    margin-right: 16px;
}

.footer_md {
    position: relative;
    height: 0;
    margin: 0 auto;
    width: 37.14%;
}

.footer_md>span {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #b86261;
}

.footer_md p {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    line-height: 24px;
    padding: 2px 0;
    max-width: 416px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.footer_rt {
    width: 330px;
    font-size: 0;
    text-align: center;
}

.footer_rt span {
    width: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    vertical-align: top;
}

.footer_rt span strong {
    display: block;
    height: 100px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.footer_rt span i {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #fff;
    font-style: normal;
    margin-bottom: 6px;
}

.copyRight {
    background-color: #84070b;
    padding: 21px 0;
    text-align: center;
    line-height: 1.5;
}

.copyRight>* {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.copyRight i {
    font-style: normal;
    margin: 0 10px
}


/*左右抖动*/

.footer_link1 li i:before {
    display: inline-block;
}

.slide_bg {
    width: 100%;
    height: 160px;
    background: url(../../images/2020/banner_bg.png) top repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    100%,
    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    100%,
    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@media screen and (min-width:1020px) {
    .footer_link1 li:hover i:before {
        -webkit-animation: wrench 2.5s ease infinite;
        animation: wrench 2.5s ease infinite;
        transform-origin-x: 90%;
        transform-origin-y: 35%;
        transform-origin-z: initial
    }
    .footer_rt span:hover strong {
        transform: scale(1.2);
    }
    .footer_md p:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (max-width:1520px) {
    .logo {
        width: 260px;
        height: 130px;
    }
}

@media screen and (max-width:1460px) {
    .topRight {
        margin-right: 3%;
    }
    .header.effect .top {
        width: 1200px;
    }
    .footer_md {
        transform: translateX(-20px);
    }
}

@media screen and (max-width:1386px) {
    .header.effect .top {
        width: 1200px;
    }
    .logo {
        width: 230px;
        height: auto;
    }
    .logo a {
        padding: 15px
    }
    .topNav {
        padding: 12px 0 10px
    }
    .nav>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1300px) {
    .header.effect .top {
        width: 1000px;
    }
    .footer_md {
        transform: translateX(-60px);
    }
}

@media screen and (max-width:998px) {
    .topRight {
        display: none;
    }
    .logo {
        width: 200px;
    }
    .gp-menu {
        display: block;
    }
    .footer_rt {
        clear: both;
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
        padding: 15px 0 0
    }
    .footer_link1 {
        width: 40%;
    }
    .footer_md {
        transform: none;
        float: right;
        width: 55%;
    }
    .footer_link1 li {
        height: 48px;
        line-height: 48px;
    }
    .footer_link1 li i {
        height: 34px;
        margin: 6px 10px 0 0;
        width: 40px;
    }
}

@media screen and (max-width:767px) {
    .m-link2 li>a {
        width: 80px;
        height: 80px;
    }
    .m-link2 li i {
        padding-top: 10px;
    }
}

@media screen and (max-width:640px) {
    .m-link2 {
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    .gp-menu-nav>ul>li>a {
        padding: 20px 0 20px 25px
    }
    .gp-menu-arrow {
        top: 2px;
    }
    .gp-menu-header-icon {
        margin: 10px 10px 0 0
    }
    .gp-menu-nav.gp-menu-offcanvas2 {
        width: 100%;
        padding-bottom: 0;
    }
    .logo {
        width: 150px;
    }
    .mobile-column1 {
        position: static;
        transform: none;
        padding: 15px 15px 15px 5px;
        border-left: 10px solid #90080c;
        box-sizing: border-box;
    }
    .open .gp-menu-offcanvas2 {
        width: 100%;
    }
    .gp-m-search input.notxt {
        color: #666 !important;
    }
    .gp-m-search .notxt1 {
        color: #333
    }
    .m-link {
        padding: 15px 0
    }
    .m-link * {
        color: #999;
    }
    .m-link2 {
        margin: 15px 0;
        width: 100%;
    }
    .m-link2 li {
        width: 25%;
    }
    .m-link2 li:last-child {
        width: 50%;
    }
    .m-link2 li>a {
        width: auto;
        margin: 0 5px
    }
    .m-link2 li i {
        color: #e9e9e9;
    }
    .m-link2 li span {
        color: #666;
        font-size: 12px;
    }
    .linkLeft {
        width: 100%;
        float: none;
        display: block;
        height: 100px;
    }
    .linkRight {
        margin: 0;
        height: 50px;
        line-height: 50px;
    }
    .linkRight i,
    .linkRight span {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }
    .footer_link1 {
        width: 100%;
        float: none;
        padding: 15px 0;
        overflow: hidden;
    }
    .footer_md {
        width: 100%;
        float: none;
        height: auto;
    }
    .footer_md>span {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footer_link1 li {
        width: 48%;
        float: left;
    }
    .footer_link1 li:nth-child(2n) {
        float: right;
    }
    .footer {
        padding: 15px 0 30px
    }
    .footer_md p {
        max-width: 320px;
    }
    .slide_bg {
        display: none;
    }
}