/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #1d4789;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}


.wrapper {
    max-width: 1600px;
    _width: 1320px;
    padding: 0 100px;
    margin-left: auto;
    margin-right: auto;

}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none;
}



/* ==========================================================================
   xfspart01
   ========================================================================== */
.xfspart01 {
    padding: 0 0 50px;
}

.xfspart01 .row01 {
    width: calc(50% - 100px);
    float: left;
    padding-right: 50px;
}


#owl-picnews .pic {
    height: 500px;
    overflow: hidden;
}

#owl-picnews .pic img {
    height: 100%;
}

#owl-picnews .tit {
    max-width: 580px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 20px;
}


#owl-picnews .tit a {
    margin-left: 20px;
    display: inline-block;
    width: 80px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

#owl-picnews .date {
    color: #999;
    font-size: 18px;
    margin-top: 10px;
}


#owl-picnews .owl-dots {
    text-align: right;
    z-index: 2;
    position: relative;
    bottom: 200px;
}

#owl-picnews .owl-dots .owl-dot.active span,
#owl-picnews .owl-dots .owl-dot:hover span {
    background: red;
}

#owl-picnews .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid red;
}

.xfspart01 .row02 {
    width: 50%;
    float: right;
}

.hnewslist {
    margin-top: 20px;
}

.hnewslist li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.hnewslist li a {
    width: calc(100% - 200px);
    height: 40px;
    display: inline-block;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hnewslist li i {
    float: left;
    width: 10px;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    color: red;
}

.hnewslist li span {
    float: left;
    color: #bdb9b9;
}

.hnewslist li a:hover {
    color: red;
}

.htit01 {
    padding-bottom: 15px;
    border-bottom: 1px solid #c6cfd2;
}

.htit01 span {
    font-size: 30px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding-bottom: 14px;
    margin-left: 40px;
    border-bottom: 1px solid red;
}

.htit01 a {
    margin-right: 20px;
    width: 100px;
    height: 30px;
    float: right;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.htit01 h1 {
    float: right;
    color: red;
}

.row03 {
    margin-top: 50px;
}

@media only screen and (max-width:1480px) {
    #owl-picnews .owl-dots {
        bottom: 225px;
    }

}


@media only screen and (max-width:1380px) {
    #owl-picnews .pic {
        height: 410px;
    }

    #owl-picnews .tit {
        font-size: 18px;
    }

}

@media only screen and (max-width:1305px) {
    #owl-picnews .tit {
        font-size: 17px;
    }
}



@media only screen and (max-width:1280px) {

    #owl-picnews .tit {
        font-size: 16px;
    }

    .htit01 span {
        font-size: 24px;
        padding-bottom: 16px;
    }

    #owl-picnews .tit a {
        margin: 0;
    }

    #owl-picnews .pic {
        height: 280px;
    }

    #owl-picnews .date {
        font-size: 16px;
    }



    .hnewslist li {
        font-size: 16px;
    }

}



@media only screen and (max-width:1045px) {
    #owl-picnews .owl-dots {
        bottom: 230px;
    }
}


@media only screen and (max-width:1036px) {
    #owl-picnews .owl-dots {
        bottom: 245px;
    }
}

@media only screen and (max-width:1036px) {
    #owl-picnews .owl-dots {
        bottom: 245px;
    }
}

@media only screen and (max-width:1016px) {
    #owl-picnews .owl-dots {
        bottom: 270px;
    }
}


@media only screen and (max-width:920px) {
    .xfspart01 .row01 {
        width: calc(50% - 40px);
        padding-top: 0;
        padding-right: 20px;
    }

    .hnewslist li {
        font-size: 16px;
    }

    .hnewslist li,
    .hnewslist li i,
    .hnewslist li a {
        height: 28px;
        line-height: 28px;
    }

    #owl-picnews .pic {
        height: auto;
    }

    #owl-picnews .tit {
        font-size: 16px;
    }

    .htit01 span {
        padding-bottom: 18px;
        font-size: 18px;
        margin-left: 53px;
    }

    .htit01 a {
        font-size: 14px;
    }

    #owl-picnews .owl-dots {
        bottom: 215px;
    }

    .wrapper {
        padding: 0 30px;
    }
}

@media only screen and (max-width:776px) {
    #owl-picnews .owl-dots {
        bottom: 240px;
    }
}

@media only screen and (max-width:768px) {
    .xfspart01 {
        padding: 0 0 20px;
    }

    .xfspart01 .row01 {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        float: none;
    }

    #owl-picnews .pic {
        height: auto;
    }

    .xfspart01 .row02 {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .hnewslist li {
        font-size: 15px;
    }

    #owl-picnews .tit {
        margin-top: 10px;
        font-size: 16px;
        height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #owl-picnews .owl-dots {
        bottom: 180px;
    }

    .wrapper {
        padding: 0 10px;
    }
}

@media only screen and (max-width:496px) {
    #owl-picnews .owl-dots {
        bottom: 205px;
    }
}

@media only screen and (max-width:338px) {
    #owl-picnews .owl-dots {
        bottom: 230px;
    }
}




/* 头部 */
.zhanwei {
    height: 140px;
    transition: all 1s;
}

.logo {
    position: absolute;
    left: 100px;
    width: 30%;
    max-width: 400px;
    height: 140px;
    overflow: hidden;
    line-height: 140px;
}

.logo img {
    max-width: 100%;
}

.topbar {
    position: absolute;
    top: 30px;
    right: 100px;
    font-size: 18px;
    color: #333;
    text-transform: Uppercase;
    transition: all 1s;
}

.topbar a {
    margin-left: 20px;
    color: red;
}

.topbar span {
    margin-left: 10px;
    color: red;
}

.topbar .tel {
    font-size: 16px;
    color: #7a2289;
    font-weight: bold;
    margin-right: 10px;
}


@media only screen and (max-width:1440px) {
    .logo {
        left: 10px;
        max-width: 300px;
    }
}

@media only screen and (max-width:1200px) {
    .topbar {
        right: 100px;
        font-size: 16px;
        transition: all 1s;
    }

    .logo {
        max-width: 280px;
    }
}

@media only screen and (max-width:920px) {
    .zhanwei {
        height: 0;
        transition: all 1s;
    }

    .logo,
    .topbar,
    .langbox,
    .sitemap {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}


/* 导航栏 */
.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #444;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}

.globalnav .nav-sep {
    width: 2px;
    height: 42px;
    background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
    color: red;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid red;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: red;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    /*    white-space: nowrap;*/
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

@media (max-width:920px) {
    .dropdown a {
        /*    white-space: nowrap;*/
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
    }
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #e60012;
}


.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}



/* 3段 */
.three {
    width: 100%;
}

.list2 {
    display: flex;
}

.list2 li {
    width: 33.3%;
    height: 220px;
}

.proflbox {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bg img {
    width: 100%;
    height: 220px;
    transition: all 1s;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.proflbox:hover .bg img {
    transform: scale(1.1);
}

.inco {
    transition-duration: 800ms;
    height: 70px;
}

.proflbox:hover .cover .inco {
    transform: rotateY(360deg)
}


.box {
    width: 100px;
    font-size: 22px;
    color: #3d3f56;
    font-weight: 700;
    margin-top: 55px;
    margin-left: 150px;
    text-align: center;
    transition: all .4s;
}

.box div img {
    margin-bottom: 15px;
}

.arrow1 {
    position: absolute;
    top: 85px;
    right: 15%;
    overflow: hidden;
}

.proflbox:hover .arrow1 img {
    animation: leftmove .3s forwards;
}

@keyframes leftmove {
    49% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(-100%);
    }
}


@media only screen and (max-width:1440px) {
    .box {
        margin-top: 55px;
        margin-left: 100px;
    }
}


@media only screen and (max-width:1280px) {
    .box {
        text-align: center;
        margin: 0 auto;
        margin-top: 55px;
    }

    .arrow1 img {
        display: none;
    }
}


@media only screen and (max-width:768px) {
    .list2 {
        flex-wrap: wrap;

    }

    .list2 li {
        width: 100%;
    }

    .bg {
        width: 768px;
    }

    .arrow1 img {
        display: block;
    }

    .box {
        margin-top: 55px;
        margin-left: 150px;
    }
}

@media only screen and (max-width:500px) {
    .list2 li {
        height: 200px;
    }
    .bg img {
        height: 200px;
    }
}




/* 标题 */
.news {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.news span {
    font-size: 36px;
    font-weight: bolder;
    line-height: 200px;
}

.frame {
    height: 24px;
    width: 70px;
    background-color: red;
    border-radius: 20px;
    margin-left: 20px;
    margin-top: 5px;
}

.frame p {
    color: white;
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
}

.title {
    display: flex;
}

.title span {
    font-size: 24px;
    font-weight: bolder;
}

@media only screen and (max-width:1280px) {
    .news {
        height: 160px;
    }

    .news span {
        font-size: 30px;
    }
}

@media only screen and (max-width:768px) {
    .news {
        height: 120px;
    }

    .news span {
        font-size: 24px;
    }
}

@media only screen and (max-width:500px) {
    .news {
        height: 100px;
        line-height: 100px;
    }

    .news span {
        font-size: 20px;
    }
}



/* 公司简介 */
.main2 {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.introduction {
    width: 58%;
    /* height: 590px; */
    padding: 0 0 10px;
    background: url(../assets/bg1.png) no-repeat center center;
    color: white;
    background-size: cover;
    transition: all .5s linear;
}

.introduction:hover {
    transform: scale(1.05);
}

.introduction-one {
    margin: 0 160px;
}

.introduction-two {
    padding-top: 40px;
    height: 120px;
    line-height: 120px;
}

.gongsjj {
    font-size: 28px;
}

.chakxq {
    margin-top: -25px;
    width: 190px;
    height: 50px;
    border: 1px solid white;
    line-height: 50px;
    color: white;
}

.chakxq:hover {
    background-color: rgb(19, 122, 206);
}

.introduction-three p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 40px;
}

.chakxq span {
    margin-left: 35px;
}

.chakxq img {
    margin-left: 60px;
}

.play {
    /* margin-top: 90px; */
    width: 42%;
    height: 500px;
    background: url(../assets/bg2.png)no-repeat center center;
    transition: all .5s linear;
}

.play:hover {
    transform: scale(1.05);
}

.play a {
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.play div {
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.play div img {
    margin-top: 70%;
    margin-bottom: 5%;
}

@media only screen and (max-width:1900px) {
    .introduction-one {
        margin: 0 100px;
    }
}


@media only screen and (max-width:1540px) {
    .introduction-two {
        padding-top: 0;
    }
}


@media only screen and (max-width:1440px) {
    .introduction-one {
        margin: 0 50px;
    }

    .introduction-two {
        padding: 0;
    }

}

@media only screen and (max-width:1280px) {
    .play{
        height: 400px;
    }
    .introduction-three p {
        font-size: 14px;
        line-height: 27px;
    }

    .introduction-two {
        height: 85px;
        line-height: 80px;
    }


    .play div img {
        margin-top: 45%;
        margin-bottom: 5%;
    }

    .chakxq {
        width: 170px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:1038px) {
    .introduction-two {
        height: 70px;
        line-height: 46px;
    }
}

@media only screen and (max-width:920px) {
    .introduction-two {
        height: 60px;
        line-height: 40px;
    }

    .introduction-three p {
        line-height: 26px;
    }

    .play div img {
        margin-top: 60%;
    }


}


@media only screen and (max-width:860px) {
    .play {
        margin-top: 40px;
    }

    .chakxq {
        width: 140px;
        height: 22px;
        line-height: 22px;
        margin-top: -10px;
    }

    .chakxq span {
        margin-left: 10px;
    }

    .gongsjj {
        font-size: 20px;
    }

    .introduction p {
        font-size: 12px;
        line-height: 22px;
    }

    .introduction-two {
        height: 40px;
        line-height: 40px;
    }

}



@media only screen and (max-width:768px) {
    .main2 {
        flex-direction: column;
    }

    .play {
        height: 400px;
    }

    .introduction {
        width: 100%;
    }

    .introduction-two {
        padding-top: 20px;
        height: 120px;
        line-height: 125px;
    }


    .introduction-three p {
        font-size: 14px;
        line-height: 26px;
    }

    .play {
        width: 100%;
        margin-top: 5px;
    }

    .chakxq {
        width: 190px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width:500px) {
    .arrow1 img {
        display: none;
    }


    .introduction-two {
        height: 32px;
        line-height: 15px;
    }

    .play {
        height: 330px
    }

}

/* 友情链接 */
.wrapper2 {
    width: 100%;
}


.youqlj {
    max-width: 1600px;
    margin: 0 auto;
    height: 125px;
}

.font2 {
    font-size: 28px;
    line-height: 125px;
    float: left;
}

.left-right {
    width: 1000px;
    float: right;
}

.left-right-box {
    width: calc(33.33% - 30px);
    position: relative;
    float: left;
    margin-top: 40px;
    margin-left: 30px;
    transition: all 1s;
}


.hd {
    font-size: 18px;
    border: 1px solid #9b9b9b;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    background: url(../images/chevron-down.png) 90% center no-repeat;
}

.bd {
    text-indent: 20px;
    background: #6c92c1;
    display: none;
    position: absolute;
    bottom: 48px;
    width: 100%;
    opacity: 0.9;
}

.bd ul li a {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: white;
}

.bd ul li a:hover {
    text-decoration: underline;
    color: white;
}

.left-right-box:hover .bd {
    display: block;
}


@media only screen and (max-width:1550px) {
    .left-right-box {
        width: calc(33.33% - 50px);
    }

    .left-right {
        width: 800px;
    }
    
    .youqlj{
        margin-left: 125px;
    }
}


@media only screen and (max-width:1350px) {
    .left-right-box {
        width: calc(33.33% - 65px);
    }

    .font2 {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1260px) {
    .left-right {
        float: none;
    }

    .left-right-box {
        width: calc(33.33% - 71px);
    }


}


@media only screen and (max-width:1080px) {
    .left-right {
        float: none;
    }

    .hd {
        font-size: 16px;
    }

    .left-right-box {
        width: calc(33.33% - 75px);
    }
}

@media only screen and (max-width:996px) {
    .left-right {
        float: none;
    }

    .hd {
        font-size: 16px;
    }

    .left-right-box {
        width: calc(33.33% - 110px);
    }
}


@media only screen and (max-width:880px) {
    .left-right-box {
        width: calc(33.33% - 130px);
    }
}


@media only screen and (max-width:768px) {
    .youqlj {
        height: auto;
    }

    .font2 {
        float: none;
    }

    .left-right {
        width: 100%;
    }

    .left-right-box {
        float: none;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
        width: calc(100% - 210px);
    }

    .youqlj {
        padding: 0 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width:680px) {

    .left-right-box {
        width: 100%;
    }

    .youqlj {
        padding: 0 20px;
    }
}


/* 底部 */
footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer1 {
    width: 100%;
    height: 280px;
    background-color: #333436;
    padding-top: 60px;
}


.wrap {
    max-width: 1600px;
    display: flex;
    margin-left: 8%;
}


.gpdm {
    width: 150px;
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.footer-nav {
    margin-left: 150px;
    border-right: 1px solid #9b9ba3;
    height: 225px;
    transition: all 1s;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin-right: 50px;
    transition: all 1s;
}

.fn-col2 {
    margin-top: 24px;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: 10px;
}

.fn-col h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold; 
}

.fn-col h3 a:hover {
    text-decoration: underline;
}

.fn-col li {
    line-height: 30px;
    font-size: 14px;
    color: #e4e4e4;
}

.fn-col li a {
    color: #9b9ba3;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}


.fangwen {
    margin-left: 70px;
    transition: all 1s;
}

.fangwen .fw-title {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
}

.fenxiang {
    margin-left: 60px;
    font-size: 18px;
    font-weight: bold;
    transition: all 1s;
}

.fx-title{
    color: #fff;
}

.tubiao {
    margin-top: 30px;
}

.tubiao a:hover img {
    transform: translateY(-2px);

}



.foothd {
    padding: 15px 0;
    text-transform: Uppercase;
    color: #7a7b83;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #4d5257;
    position: relative;
    background-color: #19191a;
}

.foothd a {
    color: #7a7b83;
}

.foothd a:hover {
    text-decoration: underline;
    color: #fff;
}

.foothd .left {
    float: left;
}

.foothd .right {
    float: right;
}


@media only screen and (max-width:1600px) {
    .footer-nav {
        margin-left: 50px;
    }

}



@media only screen and (max-width: 1440px) {
    .footer1 {
        padding-top: 30px;
    }

    .foothd {
        font-size: 12px;
    }

    .fn-col {
        margin-right: 20px;
    }

    .fenxiang {
        margin-left: 50px;
    }

    .fangwen {
        margin-left: 50px;
    }
}


@media only screen and (max-width:1280px) {

    .fn-col {
        margin-right: 15px;
    }

    .footer-nav {
        margin-left: 20px;
    }

    .fenxiang {
        margin-left: 20px;
    }

    .fangwen {
        margin-left: 20px;
    }


}

@media only screen and (max-width: 1180px) {
    .fangwen {
        display: none;
    }

    .fenxiang {
        display: none;
    }

    .fn-col {
        margin-left: 30px;
    }

    .footer-nav {
        margin-left: 150px;
        border-right: none;
    }
}

@media only screen and (max-width: 1000px) {
    .footer-nav {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 934px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .fn-col {
        margin-left: 10px;
    }

    .fangwen {
        display: none;
    }

    .fenxiang {
        display: none;
    }

    .fn-contact,
    .fn-ewm {
        display: none;
    }

    .footer-nav {
        margin-left: 60px;
        border-right: none;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .footer1 {
        display: none;
    }


    .footer-nav {
        border-right: 0px;
    }

    .foothd .right,
    .foothd .left {
        float: none;
    }

}



.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}













#rev_slider_263_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_263_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_263_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_263_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}