/* ==========================================================================
   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 microsoft yahei, Arial, Helvetica, sans-serif; }   


    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1520px;
        /*min-width: 980px; */
        _width: 1520px;
        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 { position: absolute; left:10px;width:22%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute;width: 80px; right:10px; font-size: 14px;top:35px;z-index: 3; line-height: 30px;} 
.langbox .hd{text-align: center;font-size: 16px;color: #0065b4;}
.langbox .bd{display: none;}
.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: #0065b4;text-align: center;}
.langbox:hover .bd{display: block;}



.fasteny{position: absolute; right:90px; font-size: 16px;top:35px;z-index: 3;line-height: 30px;color: #0065b4;}
.fasteny a{color: #0065b4;}

.toptel{position: absolute;right:100px; 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:70px; height: 30px; right:80px; top:35px; line-height:30px;cursor: pointer;z-index: 999; font-size: 16px;color: #0065b4;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#0065b4;}
.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:1366px) {
.logo {width:20%;}  
}    

 
@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;}
}

@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: #e60012;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #0065b4;
        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: #0065b4;
        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: #0065b4;
    }   
    
   
/* ==========================================================================
   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;}
}

/* ==========================================================================
   fastenpart01
   ========================================================================== */
.fastenpart01{padding:130px 0;height: 410px; background: url(../images/homebg01.jpg) right bottom no-repeat;background-size: cover;position: relative; }
.fastenpart01 .left{max-width:600px;}
.fastenpart01 .left .desc{font-size: 16px; color: #0065b4;margin:50px 0;height: 150px;}
.homemore a{width: 180px; height:40px;text-align: center; line-height: 40px; display: inline-block; 
border:3px solid #0065b4; color: #0065b4;font-size: 16px;margin-top: 30px;}
.homemore a:hover{background: #0065b4;color: #fff;}
.fastenpart01 .right{position: absolute;right: 0; top: 90px; width: 1001px;}
.proxlbox{width: 333px;height: 245px; overflow:hidden; float: left;border-left: 1px solid #fff;position: relative;margin-bottom: 1px;}
.proxlbox:nth-child(1),.proxlbox:nth-child(4){border:none;} 
.proxlbox:nth-child(4){width: 500px;} 
.proxlbox:nth-child(5){width: 500px;} 
.proxlbox .cover{width: 100%;text-align: center; font-size: 30px; font-weight: bold;
    height: 50px; line-height: 50px; text-align: center; color: #fff;position: absolute; bottom:40px;}
.proxlbox .pic,.proxlbox .pic img{width: 100%;height: 100%;}
.proxlbox .pic img{transition: transform 1s;}
.proxlbox:hover .pic img{ transform: scale(1.1);}

/* ==========================================================================
   fastenpart02
   ========================================================================== */

.fastenpart02{padding:130px 0;height:655px; background: url(../images/homebg02.jpg) right bottom no-repeat;background-size: cover;position: relative;}
.fastenpart02 .left{position: absolute;left: 0; top: 130px;width: 1000px;}
.fanlxbox{width: 330px;height: 326px; overflow:hidden; float: left;border-left: 1px solid #fff;position: relative;}
.fanlxbox:nth-child(1),.fanlxbox:nth-child(4){border:none;} 
.fanlxbox .cover{width: 100%;text-align: center; font-size: 30px; font-weight: bold;
    height: 50px; line-height: 50px; text-align: center; color: #fff;position: absolute; bottom:40px;}
.fanlxbox .pic,.fanlxbox .pic img{width: 100%;height: 100%;}
.fanlxbox .pic img{transition: transform 1s;}
.fanlxbox:hover .pic img{ transform: scale(1.1);}
.fanlxbox:nth-child(4){width: 495px;border-top: 1px solid #d6dbe2;}
.fanlxbox:nth-child(5){width: 496px;border-top: 1px solid #d6dbe2;}
.fastenpart02 .right{float: right;width: 600px;}
.fastenpart02 .solutionms{margin:50px 0 80px 0;color: #0065b4;font-size: 16px;}
.fastenpart02 .xganltit{font-size: 18px;color: #0065b4;font-weight: bold;margin-bottom:20px;}
.solutionBox .hd{ height:40px; line-height:40px; border-bottom:1px solid #bfbfbf;  position:relative; }
.solutionBox .hd ul li{ float:left; padding:0 20px; cursor:pointer;font-size: 14px; font-weight: bold;color: #777777;  }
.solutionBox .hd ul li.on{ height:40px; color: #0065b4; background:#e8eaf1; border:1px solid #bfbfbf; border-bottom:1px solid #e8eaf1; }
.solutionBox .bd{padding-top:30px;}
.solutionBox .row .pic{width: 216px;height: 147px; overflow:hidden; float: left;}
.solutionBox .row .pic img{width: 100%;}
.solutionBox .row .txtarea{width: calc(100% - 230px); float: right;}
.solutionBox .row .txtarea .desc{color: #777;font-size: 14px;line-height: 24px;height:96px;overflow: hidden; }
.solutionBox .row .txtarea .more{text-align: right;height: 24px; line-height: 24px;}
.solutionBox .row .txtarea .more a{color: #2a7bbe;text-decoration: underline;}
.solutionBox .row .txtarea h3{color:#0065b4;font-size: 16px; width: 100%;height: 30px; line-height: 30px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.fastenpart02 .homemore{margin-top: 50px;}

.hnewsbox{margin:10px; height: auto;position: relative;overflow: hidden;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.hnewsbox .pic {position: relative; height: auto;overflow: hidden;}
.hnewsbox .bgimg{width: 100%;}
.hnewsbox .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.hnewsbox .pic span{position: absolute;bottom: 0; left: 0;color: #fff;display: inline-block;padding:5px 10px;background: #0065b4;}
.hnewsbox:hover .uppic{ transform: scale(1.05);}
.hnewsbox .txtarea{padding:20px;overflow:hidden;position: relative;}
.hnewsbox .txtarea .stit { font-size: 18px; font-weight: bold; width: 100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hnewsbox .txtarea .date{height: 30px; line-height: 30px;overflow: hidden;color: #777;}
.hnewsbox .txtarea .circle{position:absolute;bottom: 20px; right:20px;width: 30px; line-height: 30px; text-align: center;font-size: 18px;}

.fastenpart04{padding:100px 0;background: url(../images/homebg04.jpg) right bottom no-repeat;background-size: cover;}
.fastenpart04 .hometit{margin-bottom: 40px;}
.ckgdbtn{ color: #0065b4;font-size: 14px; float: right;}
.fastenpart04 .wrapper{position: relative;}
.fastenpart04 .wrapper:before {
content: "";display: block; top:-100px; right:10px; position: absolute; width:90px;height:90px; border-bottom: 10px solid #00a295; background: #0065b4;
}
#owl-news .owl-dots{height: 0px;overflow: hidden;}

@media only screen and (max-width: 1600px) {
.fastenpart01{height: 320px;}
.proxlbox { width:260px; height:190px;}
.fastenpart01 .left .desc{margin:20px 0;}
.fastenpart01 .left{width: calc(100% - 800px);}
.fastenpart01 .right{width: 782px;}

.proxlbox .cover{font-size: 20px;bottom: 20px;}
.proxlbox:nth-child(4){width: 390px;}
.proxlbox:nth-child(5){width: 391px;}
.fastenpart02 .right{width: 782px;}
.fanlxbox{width: 260px;height: 257px;}
.fanlxbox .cover{font-size: 20px;bottom: 10px;}
.fanlxbox:nth-child(4){width: 390px;}
.fanlxbox:nth-child(5){width: 391px;}
.fastenpart02 .left{width: 782px;}
.fastenpart02 .solutionms{margin:20px 0 30px 0;}
.homemore a{margin-top: 0;}
.fastenpart02{height: 520px;}
.fastenpart02 .right{width: calc(100% - 800px);}


}

@media only screen and (max-width:1366px) {
.fastenpart01{padding:100px 0;}
.fastenpart01 .left .desc{font-size: 14px;}
.proxlbox{width: 230px;height:170px;}
.proxlbox .cover{font-size:16px;bottom: 10px;}
.proxlbox:nth-child(4){width: 345px;}
.proxlbox:nth-child(5){width:346px;}
.fastenpart01 .left{width: calc(100% - 720px);}
.fastenpart01 .right{width:692px;top: 100px;}

.fanlxbox{width: 230px;height: 227px;}
.fanlxbox .cover{font-size:16px;}
.fanlxbox:nth-child(4){width: 345px;}
.fanlxbox:nth-child(5){width:346px;}
.fastenpart02 .left{width:692px;top: 100px;}
.fastenpart02 .right{width: calc(100% - 720px);}
.fastenpart02 .solutionms{font-size: 14px;}
.solutionBox .hd ul li{font-size: 14px;padding:0 10px;}
.solutionBox .bd{padding-top: 20px;}
.solutionBox .row .txtarea h3{font-size: 14px;}
.fastenpart02 .homemore{margin-top: 30px;}
.fastenpart02{height: 460px;padding:100px 0;}

} 

@media only screen and (max-width:1200px) {
.proxlbox{width: 200px; height:147px;}
.proxlbox .cover {font-size:14px; bottom: 0; }
.proxlbox:nth-child(4){width: 300px;}
.proxlbox:nth-child(5){width:301px;}
.fastenpart01 .right {width:603px; top:40px; }
.fastenpart01 .left {width: calc(100% - 620px);}
.fastenpart01 .left .desc{height: 120px;overflow: hidden;}
.fastenpart01{height: auto;padding:60px 0;}

.fanlxbox{width:200px;height:198px;}
.fanlxbox .cover{font-size:14px;bottom: 0;}
.fanlxbox:nth-child(4){width: 300px;}
.fanlxbox:nth-child(5){width:301px;}
.fastenpart02 .right {width: calc(100% - 620px); }
.fastenpart02 .solutionms{margin:10px 0;}
.fastenpart02 .xganltit{margin-bottom: 10px;}
.solutionBox .row .pic {width:150px; height:92px;}
.solutionBox .row .txtarea { width: calc(100% - 170px);}
.solutionBox .row .txtarea .desc{height: 48px; font-size: 12px;}
.fastenpart02 .homemore{margin-top:20px;}
.fastenpart02{height: auto;padding:60px 0;}
.fastenpart02 .left {width:603px; top:60px; }
.fastenpart04 .wrapper:before {top: -60px; right: 10px; width: 90px; height:50px; border-bottom: 10px solid #00a295;}
.fastenpart04{padding:60px 0;}
}

@media only screen and (max-width:920px) {
.fastenpart01 .right{width: 485px;}
.fastenpart01 .left {width: calc(100% - 500px);}
.proxlbox {width:160px; height:120px; }
.proxlbox:nth-child(4){width:240px;}
.proxlbox:nth-child(5){width:241px;}

.fasteny{display: none;}
.fanlxbox {width:160px; height:158px; }
.fanlxbox:nth-child(4){width:240px;}
.fanlxbox:nth-child(5){width:241px;}
.fastenpart02 .right {width: calc(100% - 500px);}
.fastenpart02 .solutionms{font-size: 12px;height:54px; overflow: hidden; line-height: 18px;}
.fastenpart02 .xganltit{font-size: 16px;}
.solutionBox .row .txtarea h3{font-size: 12px;}
.fastenpart02 .left{width: 485px;}
.fastenpart02 .homemore{margin-top: 0;}
.homemore a {width: 120px;height:30px; line-height:30px; border: 3px solid #0065b4;font-size: 14px; }
}

@media only screen and (max-width:768px) {
.fastenpart01,.fastenpart02{padding:20px 0;}
.fastenpart01 .right{width: 100%;position: relative;top: 0;}
.fastenpart01 .left {width:100%;max-width: 100%;margin-bottom: 30px; }
.fastenpart02 .left{width: 100%;position: relative;top: 0;}
.fastenpart02 .right{width: 100%;margin-top: 30px;}
.proxlbox{width: calc(33.33% - 1px); height:80px;}
.fanlxbox{width: calc(33.33% - 1px); height:128px;}
.fastenpart01 .left .desc{margin-top: 0;}
.proxlbox:nth-child(4){width: calc(50% - 1px);}
.proxlbox:nth-child(5){width: calc(50% - 1px);}
.fanlxbox:nth-child(4){width: calc(50% - 1px);}
.fanlxbox:nth-child(5){width: calc(50% - 1px);}
.fastenpart02 .right{margin-top: 10px;}
.fastenpart02 .xganltit{font-size: 14px;}
.solutionBox .hd ul li{font-size: 12px;}
.hnewsbox .txtarea .stit{font-size: 14px;}
.fastenpart04{padding-bottom: 20px;}
.fastenpart04 .hometit{margin-bottom: 10px;}
}

/* ==========================================================================
   fastenpart03
   ========================================================================== */
.fastenpart03{height:640px;position: relative;border-left: 10px solid #00a295;}
.fastenpart03 .right{width:960px;position: absolute;right: 0;top: 0;}
.fastenpart03 .right:before {content: "";display: block; bottom:-1px;z-index: 3; position: absolute; width:764px;height:11px; background: #0065b4;}
.fastenpart03 .left{max-width: 640px;width:50%;margin-top: 120px;}
.fastenpart03 .left .desc{color: #0065b4;font-size: 16px;margin: 50px 0 20px 0;}
#owl-aboutpic .owl-dots{height: 0px;overflow: hidden;}
#owl-aboutpic .owl-nav{margin-top: 0;}
#owl-aboutpic .owl-prev,#owl-aboutpic .owl-next{width:60px;bottom:10px; height:60px;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-aboutpic .owl-prev{position: absolute;left:0; background:url(../images/arr03.png) left top no-repeat;}
#owl-aboutpic .owl-next{position: absolute;left:60px;background:url(../images/arr04.png) right top no-repeat;}

@media only screen and (max-width:1600px) {
.fastenpart03 .right{width:800px;}
.fastenpart03{height:534px;}
}

@media only screen and (max-width:1440px) {
.fastenpart03 .right{width:700px;}
.fastenpart03{height:467px;}
.fastenpart03 .left{margin-top:80px;}
}

@media only screen and (max-width:1200px) {
.fastenpart03{height: auto;}
.fastenpart03 .left{margin-top:40px;float: left;width: calc(50% - 30px);}
.fastenpart03 .right{width:50%;position: relative; float: right;}
.fastenpart03 .left .desc{margin-top: 30px;font-size: 14px;}
.fastenpart03 .right:before{width: 100%;}
}

@media only screen and (max-width:1200px) {
    .fastenpart03 .left .desc{margin-top:10px;height: 90px; overflow: hidden;}
}

@media only screen and (max-width:768px) {
.fastenpart03{border-left:0;}
.fastenpart03 .left{margin-top:20px;margin-bottom: 20px; float: none;width:100%;}
.fastenpart03 .right{width:100%;float: none;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; padding:60px 0 0 0;color: #c2c2c2;background:#37373d;position: relative;}
footer a{color: #efefef;}
footer a:hover { text-decoration: underline;color: #fff; }
.footer-nav { text-align: justify;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: #c2c2c2;}
.fn-col h3{color: #c2c2c2;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:24px; font-size: 14px;color: #c2c2c2;}
.fn-col li a{color: #c2c2c2;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{width:180px; overflow:hidden; }
.fn-contact .ewm{font-size: 14px;margin-top: 20px;width: 100px; text-align: center;}
.fn-contact .ewm img{width:97px;height: 97px;margin-bottom: 10px;}
.fn-contact .share{font-weight: bold;font-size: 18px;}
.fn-contact .share i {font-size:24px;margin:0 5px;}
.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #808188; font-size: 14px;border-top: 1px solid #1c1c1d; background: #1c1c1d;}
.foothd a{color: #8f9ed4;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}

@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;}
footer .ewm{width: 70px;font-size: 12px;margin-left: 5px;}
footer .ewm img{width: 70px;height: 70px;margin-bottom: 5px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: 60px;float: left; background: none;}
footer .wrapper:after{display: none;}
.footer-nav{height: 30px;margin-bottom: 0;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px; text-align: left;}
.fn-col ul{display: none;}
.fn-contact{display: none;}
.fn-col h3 {font-size: 12px;   border-bottom: 0; padding:0;margin-bottom: 0;}
.fn-col:nth-child(2){width:120px;}
}

.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);
    }
}


