/* ==========================================================================
   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: #024099; }

 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: 1540px;
        /*min-width: 980px; */
        _width: 1150px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
/*.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}*/
.logo {width:180px;height:90px;overflow: hidden;line-height:90px;position: absolute;left:20px;top:0; }  
.logo img{max-width: 100%;}
.gpdm{font-size: 14px;line-height: 24px;margin-top:20px;position: absolute;left:160px;top:0;
padding-left:20px; border-left:1px solid #cccccc;}
.gpdm p.txt01{color: #024099;font-size: 18px;}
.langbox{position: absolute; right:20px; font-size: 14px;top:26px;z-index: 3; line-height: 30px;width: 120px;text-transform:Uppercase;} 
.langbox .hd {color: #333;height: 38px; line-height: 38px;text-align: right;}
.langbox .hd .fa-globe{color: #ff0000;}
.langbox .bd{display: none;margin-right: -20px;}
.langbox .bd {background: #fff;font-size: 12px;box-shadow: 0 1px 3px rgba(0,0,0,.2); line-height: 20px;padding:10px 0;}
.langbox .bd a{width: 100%;display: inline-block; color: #333;text-align: center;}
.langbox .bd a:hover{color: #e83728;}
.langbox:hover .bd{display: block;}
#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a{color: #1f3586;}


.envelope{position: absolute; right:65px; font-size: 16px;top:30px;z-index: 3;line-height: 30px;color: #fff;}
.envelope a{color: #fff;}
#globalnav.mini_top .envelope a{color: #333;}

.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px display:none;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}

.serchinco{position: absolute;width:50px;color: #333; text-align: center; height: 30px; border-right: 1px solid #e4e4e4; right:140px; top:30px; line-height:30px;cursor: pointer;z-index: 999; font-size: 16px;}
.serchinco:hover{color: #024099;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:90px; right:0;width: 280px;padding:15px;z-index: 99; background:#024099;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}

@media only screen and (max-width:1200px) {
.gpdm{left: 80px;}
}    

 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;}
    .serchinco span{display: none;}
    .gpdm p{display: inline-block; font-size: 14px;}
    .gpdm p.txt01{margin-left: 10px;font-size: 14px;font-weight: bold;}
    .gpdm{margin-top: 10px;left: 60px;padding-left: 10px;}
}

@media only screen and (max-width: 480px) {
   .globalsearch{ width: calc(100% - 30px);}
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #555;
        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:#ff0000;;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #ff0000;;
        top: 100%;
        min-width:200px;
    }
 
   .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: #ff0000;;
        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 only screen and (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: #ff0000;;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{ text-align: center;}
.hometit h3{font-size: 30px;}
.hometit p.txten{color: #ff6600;font-size: 18px;}


@media only screen and (max-width:450px) {
    #slider-234-slide-634-layer-7,#slider-234-slide-635-layer-10,#slider-234-slide-636-layer-12{display: none;}
   
}

/* ==========================================================================
   homenpart01
   ========================================================================== */

.homenpart01{padding:150px 0; height: 600px; background: url(../images/homebg01.jpg) center no-repeat;background-size: cover;}
.homenpart01 .left{max-width:750px;}
.homenpart01 .row02{padding:80px 0; }
.homenpart01 .numbox{width: calc(33.33% - 45px);float: left;text-align: center;}
.homenpart01 .numbox h3{font-size:18px;line-height: 30px;}
.homenpart01 .numbox span{font-size:36px;color: #0061b9;/*vertical-align:bottom;*/}
.homenpart01 .numbox p{margin-top:10px;font-size:16px;}
.homenpart01 .txtarea{font-size: 16px;}
.homenpart01 .txtarea .desc{color: #555;line-height:1.8em;font-size:18px;margin-top: 20px;}
.homenpart01 .txtarea h3{font-size: 36px;}
.homenpart01 .txtarea h4{font-size:24px;font-weight: normal;}

.homenpart01 .more a{width:200px; height:45px;text-align: center; line-height: 45px;
 display: inline-block; background: #014791;color: #fff;}
.homenpart01 .more a:hover{background: #0061b9;}

.aboutpic01{width: 100%; display: none;}
.aboutpic01 img{max-width: 100%;}


/* ==========================================================================
   homenpart02
   ========================================================================== */
.homenpart02{background: url(../images/homebg02.jpg) center no-repeat;background-size: cover;}

.hpropart01{height: 660px;border-top:20px solid #02366c;}
.hpropart01 .txtarea{max-width:700px;margin-top:200px;}
.hometit01{height: 60px;line-height: 60px; position: relative;}
.hometit01 .txten{font-size: 60px;color: #ccd5e2;text-transform:Uppercase;font-weight: bold;}
.hometit01 h3{position: relative;margin-top:-60px;font-size: 36px;margin-left: 30px;}
.hpropart01 .txtarea .desc{font-size:18px;line-height: 1.8em;margin: 40px 0 40px 0;}
.hpropart01 .txtarea .more a{height:50px; width: 50px; margin:0 auto;transition: background 0.5s;display: inline-block;}
.hpropart01 .txtarea .more a:hover{   background-position: center -50px;}
.hpropart02{height: 80px; line-height: 80px;background: rgba(1, 71, 145, .8);overflow: hidden;}
.hpropart02 .more{width: 80px; float: right;text-align: right;}
.hpropart02 .link{width: calc(100% - 100px); float: left;}
.hpropart02 a{color: #fff;font-size: 14px;}
.hpropart02 .link a{margin-right:50px;}

.hpropart03 {}
.hprofllist li{width:14.28%;float: left;background:#19589b;}
.hprofllist li:nth-child(2n){background:#186fbe;} 

.proflbox02{position: relative;overflow: hidden; 
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.proflbox02 .warp{margin:20px 0 40px 0;}

.proflbox02 .inco{height:100px; width: 100px; margin:0 auto; transition: background 0.5s;}
.proflbox02:hover .inco{   background-position: center -100px;}
.proflbox02 h3{font-size: 16px;color: #fff; text-align: center;height: 36px;}
.proflbox02{}


/* ==========================================================================
   bccpart03
   ========================================================================== */
.homenpart03{padding:150px 0 60px 0;background: url(../images/homebg03.jpg) center no-repeat;background-size: cover;}
.haboutbox .txtarea{width:520px; float: left;color: #fff;}
.haboutbox .txtarea .desc{line-height:1.6em;font-size: 16px;overflow: hidden;margin:20px 0;
    overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;
}
.haboutbox .txtarea img{max-width: 100%;}
.haboutbox .more{margin-top: 50px;}
.haboutbox .more a{padding:0 50px; height:48px; line-height:48px; display: inline-block;
 color: #fff;font-size: 18px;
 background:#044b89;
    background-image: -webkit-linear-gradient(top,#044b89 0%,#1a6cb5 100%);
    background-image: -moz-linear-gradient(top,#044b89 0%,#1a6cb5 100%);
    background-image: linear-gradient(top,#044b89 0%,#1a6cb5 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#044b89', StartColorStr='#1a6cb5');
    border:3px solid #fff;
}
.haboutbox .pic {width: calc(100% - 560px); float: right;overflow: hidden;text-align: right;}
.haboutbox .pic img{max-width: 100%;}

.hometit02{font-size:36px;font-weight: bold;}

/* ==========================================================================
   bccpart04
   ========================================================================== */
.homenpart04{padding:60px 0;
    background:#ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#d4d5d5 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#d4d5d5 100%);
    background-image: linear-gradient(top,#ffffff 0%,#d4d5d5 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#d4d5d5');
}
.hnewspart{margin-top:20px;}

.tpxwtjbox{overflow: hidden;width: 388px;float: left;position: relative;}
.tpxwtjbox .pic {position: relative; height: auto;overflow: hidden;}
.tpxwtjbox .bgimg{width: 100%;}
.tpxwtjbox .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.tpxwtjbox:hover .uppic{ transform: scale(1.05);}
.tpxwtjbox .txtarea{background: rgba(1, 71, 145, .8); color: #fff; font-size: 16px;padding:10px 20px;position: absolute;bottom:0;left: 0;}
.tpxwtjbox .txtarea .tit{line-height:20px;font-weight: bold; height: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tpxwtjbox .txtarea .desc{font-size: 14px;height: 20px; line-height: 20px;overflow:hidden;}
.hnewsnav{width: 200px; float: left;margin:0 30px;}
.hnewsnav a{width: 100%;margin-bottom: 40px; height:35px;text-align: center; line-height: 35px; display: inline-block; background: #014791;color: #fff;}
.hnewsnav a:hover{background: #207ed4;color: #fff;}

.hnewslist05{width: calc(100% - 650px); float: right;}
.hnewslist05 li {margin-bottom:10px;}

.hnewslist05 li .pic {width:150px; height: 90px; float: left;overflow: hidden;}
.hnewslist05 li .pic img{width: 100%;height: 100%;transition: transform 1s;}
.hnewslist05 li .pic:hover img{ transform: scale(1.05);}

.hnewslist05 li .txtarea{width: calc(100% - 380px); float: right;padding:10px 200px 0 0;position: relative;}
.tips{display: inline-block;background: #cedee9;color: #0072bb;padding:6px 10px;position: absolute;right: 0;top: 0;line-height: 1em;}
.hnewslist05 li .txtarea h3{line-height:20px; font-size:18px;width: 100%;height:20px;font-weight: normal;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: inline-block;}
.hnewslist05 li .txtarea .date{color: #0072bb;font-size: 14px;position: absolute;right:20px;bottom: 20px;}
.hnewslist05 li .txtarea .desc{line-height:20px;font-size: 14px;overflow: hidden;color: #999999;
    overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;
}

.hpropic{display: none;}


@media only screen and (max-width:1440px) {
.homenpart01 .txtarea .desc{font-size: 18px;}
.homenpart01 .txtarea h4{font-size: 24px;}
.homenpart01{padding:80px 0;height: 500px;}
.homenpart01 .row02{padding:40px 0;}
.hpropart01{height: 500px;}
.hpropart01 .txtarea {margin-top:100px; }
.hpropart01 .txtarea .desc{font-size: 18px;}
.proflbox02 h3{font-size: 18px;}
.homenpart03 {padding:60px 0;}
}

@media only screen and (max-width:920px) {
.homenpart01 .left{max-width: 500px;}
.homenpart01 .txtarea .desc{font-size: 14px;line-height: 1.5em;}
.homenpart01 .txtarea h4{font-size:18px;}
.homenpart01 .numbox p{font-size: 14px;margin-top: 10px;}
.homenpart01 .numbox span{font-size:24px;}
.homenpart01 .txtarea h3{font-size: 18px;}
.homenpart01{height: 400px;}
.hometit01 .txten{font-size: 24px;}
.hometit01 h3{font-size: 18px;}
.hpropart01 .txtarea .desc{font-size: 14px;margin:0 0 20px 0;}
.hpropart01 .txtarea{max-width: 500px;margin-top:50px;}
.proflbox02 h3{font-size: 14px;}
.hpropart01{height:350px;}
.proflbox02 .inco{width: 60px;height: 60px;background-size: auto 60px;}
.proflbox02:hover .inco{background-position: center -60px;}
.hometit02{font-size: 18px;}
.haboutbox .txtarea .desc{font-size: 14px;}
.hnewsnav{width: 100%;margin:0;}
.tpxwtjbox{display: none;}
.hnewsnav a{width:200px;display: inline-block;}
.hnewslist05 { width: 100%; float: none;}
.homenpart04{padding:30px 0;}
.haboutbox .txtarea {width:400px;}
.haboutbox .pic {width: calc(100% - 430px);}

}

@media only screen and (max-width:768px) {
.aboutpic01{display: block;margin-top: 10px;}
.homenpart01 .left{float: none;}
.homenpart01 {background: none;}
.homenpart01 {height: auto;padding:20px 0;}
.homenpart01 .numbox { width: calc(33.33% - 5px);}
.homenpart01 .numbox p{margin-top: 10px;}
.homenpart01 .row02{padding:20px 0;}
.homenpart01 .txtarea h4{font-size: 12px;font-weight: bold;}
.homenpart01 .txtarea .desc{font-size: 12px;line-height: 1.5em;margin-top: 10px;}
.homenpart01 .numbox p{font-size: 12px;}
.hprofllist li { width:25%;}
.proflbox02 h3{font-size: 12px;}
.hprofllist li:last-child {width: 50%;} 
.homenpart02{background: none;background: #eaeff2;}
.hpropart01 .txtarea{margin-top: 20px;width: 100%;}
.hpropart01 .txtarea .desc,.haboutbox .txtarea .desc{margin-top: 0;}

.proflbox02 .warp {margin: 20px 0; }
.haboutbox .txtarea{width: 100%;}
.homenpart03{padding:20px 0;}
.haboutbox .more a {padding: 0 30px; height:36px; line-height:36px;font-size: 14px;}
.haboutbox .more{margin-top: 20px;}
.hnewslist05 li .txtarea .date{display: none;}
.hnewslist05 li .txtarea{width: calc(100% - 120px);padding:0;}
.hnewslist05 li .pic{width: 100px;height: 70px;}
.hnewslist05 li .txtarea h3{font-size: 14px;}
.hnewslist05 li .txtarea .desc{font-size: 12px;}
.hnewsnav a{margin-bottom:10px;}
.homenpart01 .numbox span{font-size: 24px;}
.hprofllist li:nth-child(2n){background:#19589b;} 
.haboutbox .txtarea,.haboutbox .pic {width:100%;float: none;}
.haboutbox .pic {margin-top: 10px;}
.hpropic{display: block;}
.hpropic img{max-width: 100%;}
.hpropart01{height: auto;}
}


.hzpppicleft{ overflow:hidden; position:relative;}
.hzpppicleft ul{ overflow:hidden; zoom:1; }
.hzpppicleft ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.hzpppicleft ul li .pic{ text-align:center;width:120px;height:80px; line-height:80px; padding:5px 10px;background: #fff; }
.hzpppicleft ul li .pic img{ width:100%;  display:inline-block; }



@media only screen and (max-width:768px) {
  .hzpppicleft ul li .pic{width:90px;height:50px; line-height:50px;}  
 }


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 14px;padding:60px 0 0 0;color: #768895;position: relative;
    background:url(../images/footbg.jpg) center no-repeat;background-size: cover;
    border-top: 20px solid #d00909;
}
footer a{color: #768895;}
footer a:hover { text-decoration: underline;color: #fff; }
.footer-nav { margin-bottom: 20px;}

.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col h3 {margin-bottom: 10px; font-size: 16px;line-height: 24px;color: #cfcfd2;font-weight: normal;}
.fn-col h3{color: #cfcfd2;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 14px;color: #e4e4e4;}
.fn-col li a{color: #768895;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{width:420px;/* overflow:hidden;*/color: #768895;margin-right: 30px; position: relative;}
.sjlink{float: left;color: #fff;text-align: center;margin-left: 10px;}
.fn-contact p em{width: 30px;display:inline-block;text-align: center;}
.yjlxfs{border-top: 1px solid #3d4f5d;margin-top: 10px;padding-top: 10px;line-height: 40px;}
.mar-l-20{margin-left: 78px;}
.ewmpic{position: absolute;bottom: 0;right: 0;}


.foothd{padding:15px 0;text-transform:Uppercase;color: #768895; font-size: 14px;
border-top: 1px solid #3d4f5d;position: relative; text-align: center;}
.foothd a{color: #768895;}
.foothd a:hover{text-decoration: underline;}
.foothd .left{float: left;}
.foothd .right{float: right;}


@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px 0;font-size: 12px;}
}
@media only screen and (max-width: 1200px) {
.foothd span{margin:0 10px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.foothd span.ewm{display: none;}
.fn-contact,.fn-ewm{display: none;}
}

@media only screen and (max-width: 768px) {
footer {padding:0;border-top: 0;}
.footer-nav{display: 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);
    }
}


