/* ==========================================================================
   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: 1360px;
        /*min-width: 980px; */
        _width: 1360px;
        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;
    }

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}


   /* ==================================
   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 .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:410px; height:110px; overflow: hidden;line-height:110px;
        background:url(../images/logobg.png) right center no-repeat;padding-right:90px;
 }  
.logo img{max-width: 100%;}
.langbox{position: absolute;width: 90px;  right:10px; font-size: 16px;top:13px;z-index: 3; line-height: 30px; color: #fff;} 
.langbox a{color: #fff;font-size: 12px;}
.langbox .hd{text-align: center;}
.langbox .bd{display: none;}
.langbox .bd {background: #fff;}
.langbox .bd a{width: 100%;height: 24px; line-height: 24px; display: inline-block; color: #003f7f;text-align: center;}
.langbox:hover .bd{display: block;}
.langbox:before { content: ""; display: block; top:7px; left:-10px; position: absolute; width:1px; height:18px; background: #6c92c1;}

.serchinco{display: none; position: absolute;width:30px; height: 30px; right:0; top:20px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 16px;color: #024494;}

.globalsearch{display: block;}
.globalsearch{position: absolute; top:15px; right:120px;width:130px; z-index: 99;}
.globalsearch .warp{border:1px solid #fff;padding:2px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 30px); height: 18px; padding:0 5px; color: #fff; line-height: 18px; background:none;border:none;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 20px;padding:0;margin:0; height: 20px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
 
 /*.globalsearch{position: absolute; top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#215d5c;}
.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:1600px) {
.logo{width:300px;}
}

@media only screen and (max-width:920px) {
    .serchinco{right:60px; top:36px; display: block;width:48px; height: 48px;line-height:48px;border:0; font-size:20px;}
    .globalsearch{display: none;top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#024494;}
    .globalsearch .warp{background: #fff;border: 0;padding:0;
        -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    }
    .globalsearch #q {padding:10px;  width: calc(100% - 70px);}
    .globalsearch .search-btn { height: 40px; width: 40px;background: url(../images/btn_ser02.png) no-repeat center;}
}
 
@media only screen and (max-width:920px) {
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .serchinco{right:48px; top:0;}
    .globalsearch{top:48px;}
}

@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: #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: #01408e;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #01408e;
        top: 100%;
        min-width: 180px;
    }
 
   .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: #fff;
        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: #01408e;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
/* ==========================================================================
   yljmpart01
   ========================================================================== */
.yljmpart01{padding:80px 0;position: relative;}
.yljmpart01 .txtarea{width: calc(100% - 830px); float: left;}
.yljmpart01 .txtarea .welcome{font-size:14px;text-transform:Uppercase;position: relative;padding-bottom: 10px;}
.yljmpart01 .txtarea .welcome .txten{font-size:24px;font-weight: bold;}
.yljmpart01 .txtarea .tit{font-size:24px; color: #013f8c; font-weight: normal; height: 60px; line-height: 60px;position: relative;}

.yljmpart01 .txtarea .tit:before{
content: "";display: block; bottom:-10px; left:0; position: absolute; width:60px;height:4px;background:#013f8c;
}
.yljmpart01 .txtarea .desc{font-size: 16px; color: #666;margin:50px 0 50px 0; height:120px; line-height: 30px; overflow: hidden;}
.yljmpart01 .txtarea .more a{width: 180px; height:45px; text-align: center; line-height: 45px; display: inline-block; 
color: #fff; background: url(../images/yljmpic02.jpg) left center no-repeat;}
.yljmpart01 .txtarea .more a:hover{ transform: translate3d(0, -2px, 0);}
.yljmpart01 .txtarea .more .fa{margin-left: 10px;}

.yljmpart01 .pic{width:auto;height: 400px;position: relative; float: right;overflow: hidden;}
.yljmpart01 .pic .bgimg{width: 100%;height: 100%;}
.yljmpart01 .pic .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.yljmpart01 .pic:hover .uppic{ transform: scale(1.05);}

.homebg02{background: url(../images/homebg02.jpg) top center no-repeat;background-size: cover; }

/* ==========================================================================
   yljmpart02
   ========================================================================== */

.yljmpart02{padding:60px 0;background: url(../images/homebg01.jpg) top center no-repeat;background-size: cover;}
.hometit{text-align: center;position: relative;}
.hometit h3{font-size:24px;}
.hometit .ms{color: #666;font-size: 14px;}
.hometit a.more{position: absolute;right: 0; top: 30px; font-size: 16px;}

#owl-pro{margin-top: 30px;}
#owl-pro .pic {position: relative; height: auto;overflow: hidden;width: 100%;}
#owl-pro .pic .bgimg{width: 100%;}
#owl-pro .pic .uppic{width: 100%;position: absolute;left: 0;top:0;}
#owl-pro .protit{width: 100%;height: 70px; font-size: 14px; font-weight: bold; line-height: 70px; text-align: center; background:#fff;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#owl-pro .item .warp:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: translate3d(0, -2px, 0);}
#owl-pro .item .warp{margin:10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#owl-pro .owl-prev,#owl-pro .owl-next{width:30px;top:35%; height:50px;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-pro .owl-prev{position: absolute;left:-50px; background:url(../images/arr01.png) left top no-repeat;}
#owl-pro .owl-next{position: absolute;right:-50px;background:url(../images/arr02.png) right top no-repeat;}
#owl-pro .owl-dots .owl-dot span{width: 37px; height: 4px; background:#9f9f9f; border-radius: 0px;}
#owl-pro .owl-dots .owl-dot.active span, #owl-pro .owl-dots .owl-dot:hover span{background: #fd0000;}

@media only screen and (max-width:1440px) {
#owl-pro .owl-prev,#owl-pro .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
}

.yljmbg{}
.yljmpart03{padding:60px 0;}
.yljmpart03 .hometit{text-align: left;}

.row-hnews{margin-top: 30px;}
.yljmpart03 .row-hnews .left{width: calc(100% - 420px);float:left;  }
.row-hnews .row01{width: calc(50% - 30px);overflow: hidden; float: left;margin-right: 30px;}
.row-hnews .row01 .pic{width: 100%; height: 260px;overflow: hidden;}
.row-hnews .row01 .pic img{width: 100%;height: 100%; transition: transform 1s;}
.row-hnews .row01 .pic:hover img{ transform: scale(1.1);}
.row-hnews .row01 .txtarea{background: #e7f0f7;padding:20px;position: relative; height: 90px;}
.row-hnews .row01 .txtarea .date{height: 24px; line-height: 24px;font-size: 12px;color: #333; font-weight: bold;}
.row-hnews .row01 .txtarea h3{font-size:16px;font-weight: normal; width: 100%;height: 30px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.row-hnews .row01 .txtarea .more {width:50px; height:50px; text-align: center; line-height: 50px; display: inline-block; 
    position: absolute; right: 0; bottom:0; background: #fd0000;color: #fff; }
.row-hnews .row01 .txtarea .more:hover{background: #ff3f3f;}

.hnewslist{width:420px; float: right;}
.hnewslist li{ height:185px; background: #e7f0f7;margin-bottom:20px;}
.hnewslist li .txtarea{padding:20px 30px;}
.hnewslist li .txtarea .date{height: 24px; line-height: 24px;margin-bottom: 10px;font-size: 12px;color: #000; font-weight: bold;}
.hnewslist li .txtarea .tit{height: 30px; line-height: 30px; font-size: 16px;margin:10px 0; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.hnewslist li .txtarea .ms{height: 24px;line-height: 24px; font-size: 14px; overflow:hidden;}
.hnewslist li .txtarea .more{color: #666;}

.yljmpart04{padding-bottom: 60px;}
.yljmpart04 .hometit{text-align: left; margin-bottom: 30px;}
.hyfzxbox{width: calc(50% - 35px);overflow: hidden; float: left;position: relative; }
.hyfzxbox .pic {position: relative; height: auto;overflow: hidden;position: relative; }
.hyfzxbox .bgimg{width: 100%;}
.hyfzxbox .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.hyfzxbox:hover .uppic{ transform: scale(1.05);}
.hyfzxbox .cover{width: 260px; height: 100%;position: absolute; left: 0;top: 0;background: rgba( 2, 64,140, .7);}
.hyfzxbox .cover .warp{padding:60px 40px;}
.hyfzxbox .cover .warp a{color: #fff; font-size: 16px;}
.hyfzxbox .cover .warp h3 a{font-size: 24px;}
.hyfzxbox .cover .warp a.more {width:120px; height:30px; margin-top: 30px; font-size: 12px; text-align: center; line-height: 30px; display: inline-block;  background: #fff;color: #013f8c; }
.hyfzxbox.margin30{margin-left: 70px;}


.yljmpart05{padding-bottom: 60px;}
.yljmpart05 .hometit{text-align: left; margin-bottom: 30px;}

.logoitem{box-sizing: border-box; border: 1px solid #dcdcdc; height: 75px; line-height: 75px; margin: 5px; background: #fff; 
    vertical-align: middle; position: relative;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     }
.logoitem img{max-width: 80%!important; max-height: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
#owl-partner .owl-dots{height: 0px;overflow: hidden;}

.yljmpart06{padding:60px 0;background: url(../images/homebg03.jpg) top center no-repeat;background-size: cover;}
.yljmpart06 .txtarea {font-size: 18px; color: #666;height:50px; line-height:50px; overflow: hidden; float: left;margin-right: 20px;}
.yljmpart06 .txtarea span{color: #0149b4; font-size: 24px;}
.yljmpart06 .more{width: 180px; height:50px; text-align: center;font-size: 14px; line-height: 50px; display: inline-block; 
color: #fff; background: url(../images/yljmpic02.jpg) left center no-repeat; float: right;}
.yljmpart06 .more:hover{ transform: translate3d(0, -2px, 0);}
.yljmpart06 .more .fa{margin-left: 10px;}

@media only screen and (max-width: 1200px) {

.yljmpart01 .txtarea{ width: calc(100% - 760px);}
.yljmpart01 .txtarea .tit{font-size: 16px;}
.yljmpart01 .txtarea .welcome .txten{font-size: 24px;}
.hometit h3{font-size: 24px;}
.hyfzxbox {width: calc(50% - 15px); }
.hyfzxbox.margin30 {margin-left: 30px; }
.hyfzxbox .cover .warp h3 a{font-size: 28px;}
.yljmpart04,.yljmpart05{padding-bottom: 40px;}

}

@media only screen and (max-width: 920px) {
.yljmpart01 .pic{width: 100%; float: none;height: auto;}
.yljmpart01 .txtarea{ width:100%;float: none;margin-bottom: 20px; }
.yljmpart01 { padding:40px 0;}
.yljmpart01 .txtarea .welcome{padding-bottom: 0;}
.yljmpart01 .txtarea .tit {height: 40px; line-height:40px;}
.yljmpart01 .txtarea .desc {margin: 40px 0 30px 0; height:60px; font-size: 14px;}
.hnewslist {width: 100%; float: none; }
.yljmpart03 .row-hnews .left{width:100%;float:none; height:400px;}
.yljmpart03{padding:40px 0;}
.row-hnews .row01 {width: calc(50% - 10px);margin-right: 10px; }
.hyfzxbox .cover .warp h3 a{font-size: 18px;}
.hyfzxbox .cover{width: 200px;}
.yljmpart06 .txtarea{font-size: 16px;}
}

@media only screen and (max-width: 768px) {
.yljmpart01 {padding: 20px 0; }
.yljmpart01 .txtarea .welcome { font-size: 14px;}
.yljmpart01 .txtarea .welcome .txten {font-size:16px; }
.yljmpart01 .txtarea .tit {font-size:16px; }
.yljmpart01 .txtarea .desc {margin: 20px 0 10px 0; height:54px; font-size: 12px; line-height: 18px; }
.yljmpart01 .txtarea .more a {width: 120px; height:30px; text-align: center; line-height:30px;}
.yljmpart02 {padding: 20px 0;}
#owl-pro {margin-top:10px; }
#owl-pro .protit { height: 50px; font-size: 14px;line-height:50px;}
.hometit h3 {font-size:16px; }
.hometit .ms { font-size: 12px; }
.hometit a.more {top: 10px; font-size: 14px; }
.row-hnews .row01 {width:100%; margin-right: 0;margin-bottom: 10px;float: none;}
.yljmpart03 .row-hnews .left{height: auto;}
.row-hnews .row01 .pic {width: 100%; height: auto;}
.row-hnews .row01 .txtarea h3{font-size: 14px;}
.row-hnews .row01 .txtarea{height: 50px;}
.hnewslist li .txtarea .tit{font-size: 14px;}
.hnewslist li .txtarea .ms{font-size: 12px;}
.hnewslist li .txtarea .date{margin-bottom: 0;}
.hnewslist li .txtarea .tit{margin:0;}
.hnewslist li{height: auto;}
.yljmpart03 {padding: 20px 0 0 0; }
.hyfzxbox {width:100%;float: none; }
.hyfzxbox.margin30 {margin-left: 0;margin-top: 10px; }
.yljmpart04, .yljmpart05 {padding-bottom: 20px; }
.yljmpart06 { padding: 30px 0;}
.yljmpart06 .more {width: 120px; height: 40px;font-size: 12px; line-height: 40px;float: none; }
.yljmpart06 .txtarea {font-size: 12px;height: auto; line-height: 18px;float: none; margin-right: 0;margin-bottom: 20px; }
.yljmpart06 .txtarea span { font-size:14px; }
.hyfzxbox .cover .warp a{font-size: 14px;}

}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #e8e8e8;background: url(../images/footbg.jpg) left center no-repeat;background-size: cover; }
footer a{color: #e8e8e8;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 10px;font-size: 14px;line-height: 24px;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 12px;color: #fff;}
.fn-col li a{color: #eefff1;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-colwx{width:280px;font-size: 14px; line-height: 18px;border-left: 1px solid #1b5398;padding-left: 40px; }
.fn-colwx .row{font-size: 12px;margin-bottom: 10px;}
.fn-colwx .row img{width: 100px; float: left; margin-right: 10px;}
.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #d4d4d4;margin-top: 10px; font-size: 14px;border-top: 1px solid #003372;background:#003372;}
.foothd a{color: #d4d4d4;}
.foothd a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.fn-colwx{font-size: 12px;width: 220px;padding-left: 20px; }
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: calc(20% - 5px);padding-left:0; background: none;}
.footer-nav{height: 60px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;margin-bottom: 0;}
}

.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);
    }
}


