/* ==========================================================================
   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: 1320px;
        /*min-width: 980px; */
        _width: 1320px;
        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;}   
.logo { position: absolute; left:50px;width:30%; max-width: 400px; height:140px; overflow: hidden;line-height:140px; }  
.logo img{max-width: 100%;}

.topbar{ position: absolute;top: 30px; right:120px;z-index: 3; font-size: 16px; color: #333;text-transform:Uppercase; }
.topbar .row01{float: left;}
.topbar a{color: #767676;margin:0 5px;}
.topbar i{font-size: 14px;}
.topbar .tel{font-size: 16px; color: #7a2289;font-weight: bold;margin-right: 10px;}

.wxjsbox{width: 80px; right:333px;float: left;margin-right: 5px;} 
.wxjsbox .hd{text-align: center;color: #767676;}
.wxjsbox .bd{display: none;}
.wxjsbox .bd {width: 120px;background: #fff;font-size: 12px;box-shadow: 0 1px 3px rgba(0,0,0,.2); line-height: 20px;padding:10px 0;}
.wxjsbox .bd a{width: 100%;height:20px; line-height:20px; display: inline-block; color: #767676;text-align: center;}
.wxjsbox:hover .bd{display: block;}

.langbox{float: left;color: #767676;text-transform:Uppercase;}
.langbox a{color: #767676;}

.serchinco{position: absolute;width:100px; height:65px; right:0px; top:35px; line-height:65px; text-align: center;
    cursor: pointer;z-index: 999; font-size: 24px;color: #fff;background: #0a3980;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:140px; right:0;width: 280px;padding:15px;z-index: 99; background:#1f3586;}
.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;}
.sitemap{position: absolute;width:65px; height:65px; right:0; top:35px; line-height:65px; text-align: center;
    cursor: pointer;z-index: 999; font-size: 24px;color: #fff;background: #0a3980;}  
.sitemap a{color: #fff;}

@media only screen and (max-width:1440px) {
.logo { left:10px;max-width: 300px;}
}

@media only screen and (max-width:1300px) {
.sitemap,.serchinco{width: 40px;height: 40px;line-height: 40px; font-size: 16px;top: 20px;}
.serchinco{right: 10px;}
.topbar{font-size: 14px;right: 70px;}

}

@media only screen and (max-width:1200px) {
.logo {max-width:280px;}
}

@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.topbar,.langbox,.sitemap{display: none;}
.wxjsbox{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;background: #fff;color: #333;}
    .serchinco span{display: none;}
}

@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 #0a3980;
        top: 100%;
        min-width: 120px;
    }
 
   .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: #0a3980;
        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:1300px) {
    #gn_09 .dropdown{margin-left: -60px!important;}
  }

    
    @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; }
         #gn_09 .dropdown{margin-left:0px!important;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0a3980;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

/* ==========================================================================
   xfspart01
   ========================================================================== */
.xfspart01{padding:50px 0;}
.xfspart01 .row01{width: calc(50% - 100px); padding-top:20px; float: left;border-right: 1px solid #c6cfd2;padding-right: 50px;}
#owl-picnews{}
#owl-picnews .pic{height: 350px; overflow: hidden;}
#owl-picnews .pic img{height: 100%;}
#owl-picnews .tit{height: 60px;font-size: 18px; line-height: 30px; overflow: hidden;font-weight: bold;margin-top: 20px;}
#owl-picnews .date{color: #999;font-size: 12px;margin-top: 10px;}
#owl-picnews .owl-dots{text-align: right;margin-top: -30px;z-index: 2;position: relative;}
#owl-picnews .owl-dots .owl-dot.active span, #owl-picnews .owl-dots .owl-dot:hover span { background: #0a3980;}
#owl-picnews .owl-dots .owl-dot span { background: #fff;border:1px solid #0a3980;}
.xfspart01 .row02{width:50%; float: right;}
.hnewslist{margin-top:10px;}
.hnewslist li{height: 40px; line-height: 40px;font-size: 16px;}
.hnewslist li a{width: calc(100% - 150px); height: 40px; display: inline-block; float: left;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hnewslist li i{float: left; width:10px;margin-right: 10px; height: 40px; line-height: 40px;color: #1f3586;}
.hnewslist li span{float: right;}
.htit01{font-size: 30px;color: #0a3980;font-weight: bold;height: 30px; line-height: 30px;}
.htit01 a{width: 100px; height:30px; float: right; text-align: center; line-height:30px; display: inline-block; 
    background:#0a3980;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;
}

@media only screen and (max-width:920px) {
.xfspart01 .row01{width: calc(50% - 40px); padding-top:0;padding-right: 20px;}
.hnewslist li{font-size: 14px;}
.hnewslist li,.hnewslist li i,.hnewslist li a{height:28px; line-height:28px;}
#owl-picnews .pic{height:230px;}
#owl-picnews .tit{font-size: 16px;}
.htit01{font-size:18px;}
}

@media only screen and (max-width:768px) {
.xfspart01{padding:20px 0;}
.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: 12px;}
#owl-picnews .tit{margin-top:10px; font-size: 12px; height: 30px;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}

/* ==========================================================================
   xfspart02
   ========================================================================== */
.xfspart02{padding-bottom:50px;}
.xfspart02 .wrapper{padding-top: 50px; border-top: 1px solid #c6cfd2;}
.xfspart02 .row01{width: calc(50% - 30px);float: left;}
.xfspart02 .row02{float: right;}


@media only screen and (max-width:1200px) {

}


@media only screen and (max-width:920px) {

}

@media only screen and (max-width:768px) {
.xfspart02 .row02,.xfspart02 .row01{width:100%;float: none;}
.xfspart02 .row02{margin-top: 20px;}
.xfspart02{padding-bottom: 20px;}
.xfspart02 .wrapper{padding-top: 20px;}
}

.xfspart03{padding:60px 0;background: url(../images/homebg01.jpg) top center no-repeat;background-size: auto 80%;}
.xfspart03 ul{margin-left:-20px;}
.xfspart03 li{width: calc(33.33% - 20px);margin-left: 20px;height: auto;position: relative; float: left;overflow: hidden;}
.xfspart03 li .pic {position: relative; height: auto;overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;}
.xfspart03 li .bgimg{width: 100%;}
.xfspart03 li .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.xfspart03 li:hover .uppic{ transform: scale(1.05);}
.xfspart03 li .tit{width: 100%;height: 50px;line-height: 50px; color: #fff;font-size: 18px; position: absolute;bottom: 10px;}
.xfspart03 li .tit a{color: #fff; margin-left: 30px;}
.xfspart03 li .tit i{margin-left: 10px;}

@media only screen and (max-width:920px) {
   .xfspart03 li .tit{font-size: 14px;} 
}

@media only screen and (max-width:768px) {
    .xfspart03 ul{margin-left:0;}
    .xfspart03 li{width:100%;margin-left: 0;margin-bottom: 10px;height:200px;}
    .xfspart03{padding:0 0 10px 0;background: none;}
    .xfspart03 li .tit{ background: rgba(10, 57, 128, .9);bottom: 0;height: 40px; line-height: 40px;}
}

.xfspart04{padding-bottom:70px;}
.xfspart04 .row01{width: calc(50% - 20px);float: left;}
.xfspart04 .row02{width: calc(50% - 20px);float: right;}
.xfspart04 .row01 .hnewslist{margin-top: 0;}
.slidezxBox01 .hd{ height:70px; line-height:70px;border-bottom:1px solid #ddd; color: #969a9c;font-size: 18px;}
.slidezxBox01 .hd ul{height:71px;overflow: hidden;   }
.slidezxBox01 .hd ul li{ float:left; padding:0 30px; cursor:pointer; border:1px solid #e2e8ea;background: #e2e8ea;
border-top: 3px solid #e2e8ea;margin-right: 10px; }
.slidezxBox01 .hd ul li.on{background:#fff; border:1px solid #c3c3da; border-bottom:1px solid #fff;border-top: 3px solid #d51818;color: #0a3980;font-weight: bold; }

.slidezxBox01 .bd {border:1px solid #c3c3da;padding:30px 30px 40px 30px;height: 320px;border-top: 0; position: relative;}
.slidezxBox01 .bd .zxlbbox a.more{width: 130px; height:30px; text-align: center; line-height:30px; display: inline-block; 
    background: #0a3980;color: #e2e8ea;font-size: 14px; font-weight: normal;position: absolute;bottom: -15px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;}


.hdownlist li{height: 40px; line-height: 40px; overflow: hidden;}
.hdownlist li .txt {width: calc(100% - 110px); height: 40px;font-size: 16px; display: inline-block; float: left; 
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hdownlist li i{margin-right: 10px;}
.hdownlist li a{float: right;color: #0a3980;font-size: 14px;}

@media only screen and (max-width:920px) {
.hdownlist li{height: 28px; line-height: 28px;}
.hdownlist li .txt {height: 28px;font-size: 14px;}
.slidezxBox01 .bd{height: 225px;padding-top: 20px;}
.xfspart04 .row01,.xfspart04 .row02{width: calc(50% - 10px);}
.xfspart04{padding-bottom: 40px;}
}

@media only screen and (max-width:768px) {
.xfspart04 .row01,.xfspart04 .row02{width:100%;float: none;}
.xfspart04 .row01{margin-bottom: 40px;}
.hdownlist li .txt,.hdownlist li a {font-size: 12px;}
.slidezxBox01 .bd{padding:10px 15px 30px 15px;}
.slidezxBox01 .hd{ height:40px; line-height:40px;font-size: 14px;}
.slidezxBox01 .hd ul{height:41px;overflow: hidden;   }
.slidezxBox01 .hd ul li{padding:0 10px;}
.slidezxBox01 .bd .zxlbbox a.more{font-size: 12px;}
}


.xfspart05{padding:0 0 80px 0;}
.xfspart05 ul{margin-left:-20px;}
.xfspart05 li{width: calc(33.33% - 20px);margin-left: 20px;height: auto;position: relative; float: left;}
.xfspart05 li .pic {position: relative; height: auto;overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;}
.xfspart05 li .bgimg{width: 100%;}
.xfspart05 li .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.xfspart05 li:hover .uppic{ transform: scale(1.05);}
.xfspart05 li .tit{width: calc(100% - 180px);padding:0 40px; height: 50px;line-height: 50px; color: #fff;font-size: 18px; 
    position: absolute;bottom:-25px;left:50px;
background:#f6f6f8;
background-image: -webkit-linear-gradient(top,#f6f6f8 0%,#dddde4 100%);
background-image: -moz-linear-gradient(top,#f6f6f8 0%,#dddde4 100%);
background-image: linear-gradient(top,#f6f6f8 0%,#dddde4 100%);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#f6f6f8', StartColorStr='#dddde4');
-webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.xfspart05 li .tit a{color: #0a3980;font-weight: bold;}
.xfspart05 li .tit i{float: right;line-height: 50px;color: #d51818;}

@media only screen and (max-width:1200px) {
   .xfspart05 li .tit{font-size: 14px;} 
}

@media only screen and (max-width:920px) {
   .xfspart05 li .tit{width: calc(100% - 80px);padding:0 20px; position: absolute;bottom:-25px;left:20px;} 
}

@media only screen and (max-width:768px) {
    .xfspart05 ul{margin-left:0;}
    .xfspart05 li{width:100%;margin-left: 0;margin-bottom: 10px;height:auto;overflow: hidden;}
    .xfspart05{padding:0 0 10px 0;background: none;}
    .xfspart05 li .tit{width: calc(100% - 40px);padding:0 20px;bottom:0;left:0;
        -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    }     
}

/* ==========================================================================
   Footer
   ========================================================================== */
.foottop{padding:60px 0;background: url(../images/footbg.jpg) left center no-repeat;background-size: cover; }
.foottop .row01{float: left; width: 516px;/*overflow: hidden;*/}
.foottop .row02{float: right;width: calc(100% - 580px);}
.foottop .txttit{float: left;width: 100px; height: 50px; line-height: 50px; color: #fff;margin-right: 30px;margin-top:10px;
    border-bottom: 3px solid #e21010;font-size: 20px;font-weight: bold;}
.foottop .row01 .sjlink{float: left;color: #fff;text-align: center;margin-left: 10px;}
.frlink{width: calc(33.33% - 65px);position: relative; float: left; margin-left: 20px;margin-top:20px; }
.frlink .hd{border:1px solid #fff;height: 46px; line-height: 46px;padding:0 20px;
    background: url(../images/arr-u.png) right center no-repeat; color: #fff;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.frlink .bd{padding:10px 10px;background: #0a3980;display: none;width: calc(100% - 20px);position: absolute; bottom:48px;}
.frlink .bd a{display: block;line-height:30px;width: 100%; color: #fff;}
.frlink .bd a:hover{text-decoration: underline;}
.frlink:hover .bd{display: block;}

.topbox02{margin-top: 40px;}
.topbox02 ul{margin-left: -10px;}
.topbox02 li{width: calc(25% - 20px);height: 70px; line-height: 70px; text-align: center; float: left;margin-right:20px;
    background: #e7ecf7;color: #0a3980;font-size: 18px; font-weight: bold;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
}
.topbox02 li a{color: #0a3980;}
.topbox02 li i{margin-right: 10px;}
.topbox02 li:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.topbox02 li:nth-child(3){width: calc(50% - 80px);margin-right: 0;padding:0 40px;}


footer {font-size: 14px; padding:30px 0;color: #fff;background: #082550;}
footer .wrapper{position: relative;}
footer a{color: #fff;}
footer a:hover { text-decoration: underline; }
.footnav{width: calc(50% - 50px); float: left;}
.footnav a{color: #fff;}
footer .copyright{width: calc(50% - 40px); float: right;text-align: right;}
footer .row01{width:50px;text-align: center;position: absolute; left: 50%;margin-left: -25px;}



@media only screen and (max-width: 1300px) {
.foottop .txttit{font-size: 16px;width: 80px;text-align: center;}
.foottop .row02{width: calc(100% - 420px);}
.foottop .row01{width: 400px;}
.foottop .row01 .sjlink img{width: 40px;}
.foottop .row01 .sjlink{font-size: 12px;}
.foottop .txttit{margin-top: 0;font-size: 14px;}

.frlink{margin-top:10px;}
footer{font-size: 12px;}
.foottop{padding:40px 0;}
}

@media only screen and (max-width:1100px) {
.topbox02 li{font-size: 16px;width: calc(20% - 20px);}
.topbox02 li:nth-child(3){width: calc(60% - 40px);padding:0 20px;}
}

@media only screen and (max-width: 920px) {
.foottop .row01,.foottop .row02{float: none; width: 100%;}
.foottop .row01{margin-bottom: 20px;}
.frlink .hd{height:36px; line-height:36px;}
.frlink .bd{bottom: 38px;}
.footnav,footer .copyright{width: calc(100% - 50px); float: none;text-align: left;}
footer .row01{width:50px;text-align: right;left:100%;margin-left:-60px;top: 0;}

}

@media only screen and (max-width: 768px) {
    .foottop .txttit{float: none;margin-bottom: 10px;text-align: left;height: 30px; line-height: 30px;padding-bottom: 10px;}
    .foottop{padding:20px 0;}
    .frlink{width:100%;position: relative; float: none; margin-left: 0;margin-top:20px; }
    .footnav {width: calc(100% - 50px); float: none; padding-right: 0;margin-bottom:10px; }
    footer .copyright{width:100%;}
    footer{padding:20px 0;font-size: 12px;}
.topbox02 li{font-size: 14px;width: calc(50% - 10px);margin-right: 0;height: 50px; line-height: 50px;}
.topbox02 li:nth-child(2){margin-left: 20px;}
.topbox02 li:nth-child(3){width: calc(100% - 40px);padding:0 20px;margin-top: 20px;}
}

.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);
    }
}


