/* ==========================================================================
   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: #0065b4; }

 a:focus { outline:none; -moz-outline:none; }    

    body { color: #333; font: 14px/1.7 Manrope,microsoft yahei, Arial, Helvetica, sans-serif; }   


    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1420px;
        /*min-width: 980px; */
        _width: 1420px;
        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;  }

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ManropeExtraBold";
    src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ManropeBold";
    src: url("../fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{font-size:28px; font-weight: bold;color: #333;height: 40px; line-height: 40px;}
.hometit .txten{font-weight: normal; font-size: 14px; color: #0065b4;text-transform:Uppercase;}
.hometit a.more{ color: #a6937c;font-size: 18px;margin-left: 20px;}

@media only screen and (max-width: 1366px) {
.hometit{font-size:24px;}
.hometit a.more{font-size: 16px;}
}

@media only screen and (max-width:920px) {
.hometit{font-size:18px;}
.hometit a.more{font-size: 14px;}
.hometit .txten{font-size: 12px;}
}

@media only screen and (max-width:768px) {
.hometit{font-size:16px;}
.hometit a.more{font-size: 12px;}
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;color: #c2c2c2;background:#191f22;position: relative;}
footer a{color: #efefef;}
footer a:hover {color: #fff; }
.foottop{padding:40px 0 40px 0;}
.foottop .footlogo{float: left;}
.footcontact{float: left;margin-left: 20%;font-size: 18px;color: #fff;}
.footcontact i{width: 30px; text-align: center;display: inline-block;}
.footshare{float: right; font-size: 30px;}
.footshare a{margin-left: 10px;color: #efefef;}
.footshare a:hover {color: #fff; }

.foothd{padding:15px 0;color: #fff; font-size: 16px;border-top: 1px solid #4f575a;}
.foothd a{color: #fff;margin:0 5px;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}
.foothd .left{float: left;}
.foothd .right{float: right;}
@media only screen and (max-width: 1200px) {
.footcontact{margin-left: 100px;}
}

@media only screen and (max-width: 920px) {
.footcontact{margin-left:50px;font-size: 16px;}
.foothd{font-size: 14px;}
}

@media only screen and (max-width: 768px) {
.footcontact{margin-left:0;font-size: 12px;float: none;}
.footlogo{display: none;}
.footshare{float: none;font-size:24px;}
.foottop{padding:20px 0;}
.foothd{font-size: 12px;}
.foothd .left,.foothd .right{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);
    }
}


