/* ==========================================================================
   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: #0d257f; }

 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: 1400px;
        /*min-width: 980px; */
        _width: 1400px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }  



@media only screen and (max-width:1440px) {
.wrapper {max-width: 1320px;}
}

@media only screen and (max-width:1200px) {
.wrapper {max-width: 1100px;}
}

@media only screen and (max-width:920px) {
.wrapper {max-width: 880px;}
}

    .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;  }


.mainpic {position: relative; height: auto;overflow: hidden;}
.mainpic .bgimg{width: 100%;}
.mainpic .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.mainpic:hover .uppic{ transform: scale(1.05);}



    /* ==========================================================================
   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; 
    background: url(../images/logoblue.png) left center no-repeat; }  
.logo img{max-width: 100%;display: none;}

.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: #0d257f;}
.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: #0d257f;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: #0d257f;}
.fasteny a{color: #0d257f;}

.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;}


@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 #0d257f;
        top: 100%;
        min-width: 110px;
    }

    #gn_02 .dropdown{min-width: 260px;}
 
   .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: #0d257f;
        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: #0d257f;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{text-align: center; }
.hometit .txten{font-weight: normal; font-size:48px; height: 50px; line-height: 50px; color: #ecedf2;text-transform:Uppercase;}
.hometit h3{color: #0d257f;background: url(../images/inco02.png) no-repeat center bottom; font-weight: normal; font-size: 36px; height: 40px; line-height: 40px;}



@media only screen and (max-width:1200px) {
.hometit .txten{font-size: 36px;}
.hometit h3{font-size: 28px;}
}

@media only screen and (max-width:920px) {

}

@media only screen and (max-width:768px) {
.hometit .txten{font-size:24px;height: 30px;line-height: 30px;}
.hometit h3{font-size:18px;}
}

@media only screen and (max-width:450px) {
}


/* ==========================================================================
   homepart01
   ========================================================================== */
.homepart01{position: relative;margin-top: -260px;margin-bottom:20px;z-index:9;}
.homepart01 .warp{background: #0d257f;height: 150px;overflow: hidden; color: #fff;position: relative;border-radius:12px;max-width: 1160px;margin:0 auto; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.homepart01 ul{width: calc(100% - 300px); float: left; height: 150px;background: #f5f5f5;border-radius:12px 0 0 12px;margin-left: -2px; }
.homepart01 li{border-right: 1px solid #cecece;width: calc(33.33% - 1px); float: left; height: 100px; line-height: 100px; text-align: center;margin:25px 0;}
.homepart01 li:last-child {border-right: 0;}
.homepart01 li a{color: #666;font-size: 20px;}
.homepart01 li a:hover{color: #1776e3;}

.serchinco{width:200px; height: 30px; line-height:30px;cursor: pointer; font-size:24px;color: #fff;float: right;margin-top:60px;margin-right: 40px;}
.serchinco img{margin-left: 10px;}
.serchinco i{font-size: 18px;}
.search-alert {position: absolute; /* left: 0; */ right: 0; top: -100%; width:100%; height: 100%; background: #0d257f; z-index: 98; 
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-alert input::placeholder { color: #fff;}
.search-alert .close {
    display: block; width: 30px; height: 30px; background: url(../images/ico_07_1.png) no-repeat center;
    background-size: 24px auto; position: absolute; top: 0; bottom: 0; margin: auto 0; right:5%; cursor: pointer; 
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.search-alert .close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-alert .cent-form {position: absolute; width: 86%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 60px; line-height: 60px; }
.search-alert .cent-form .tex {font-size: 16px; height: 60px; line-height: 60px; text-align: left; width: 100%; box-sizing: border-box; color: #fff; background: none; padding-left: 70px; padding-right: 120px; background: url(../images/ico2_2.png) no-repeat left center;border:0; }
.search-alert .cent-form .sub-butn {border: none; width: 120px; background: none; position: absolute; right: 0; top: 0; text-align: center; height: 60px; font-size: 16px; line-height: 60px; color: #fff; cursor: pointer; }
.search-alert.active {top: 0; right: 0; }


@media only screen and (max-width:1200px) {
.homepart01{margin-top: -180px;}
.serchinco{font-size: 16px;}
.homepart01 li a{font-size: 16px;}
}

@media only screen and (max-width:920px) {
.homepart01{margin-top: -140px;}
.homepart01 .warp{height: 100px;}
.homepart01 ul{height: 100px;}
.homepart01 li{height: 60px; line-height:60px;margin:20px 0;}
.serchinco {margin-top:35px; margin-right: 30px;}

}

@media only screen and (max-width:768px) {
.homepart01{margin-top: -110px;}
.homepart01 ul {width: calc(100% - 260px);}
}

@media only screen and (max-width:450px) {
.serchinco img{display: none;}
.serchinco{width: 70px;margin-top:15px; margin-right:10px;font-size: 14px;}
.homepart01 ul {width: calc(100% - 90px);}
.homepart01 li a{font-size: 12px;}
.homepart01 .warp{height: 60px;}
.homepart01 ul{height: 60px;}
.homepart01 li{height: 40px; line-height:40px;margin:10px 0;}
.homepart01{margin-top: -60px;}
.search-alert .cent-form .sub-butn{font-size: 14px;}
.search-alert .cent-form .tex{font-size: 14px;}
}


/* ==========================================================================
   homerow-about
   ========================================================================== */

.homerow-about{padding:60px 0 100px 0; background: url(../images/homebg01.jpg) center no-repeat;background-size: cover;}

.home-about-row .txtarea{text-align: center;margin-bottom: 60px;}
.home-about-row .txtarea h3.ms{font-size:24px;color: #0d257f;font-weight: normal;margin:20px 0;}
.home-about-row .txtarea .desc{line-height: 30px;color: #666666;font-size: 16px;}

.home-about-row .row02{text-align: center; max-width: 1200px;margin:0 auto 60px auto;}
.home-about-row .numbox{width: 20%; float: left;}
.home-about-row .numbox h3,.home-about-row .numbox .timer{font-size:30px;font-weight: normal;}
.home-about-row .numbox .unit{font-size:16px;color: #666;}
.home-about-row .numbox .sup{font-size:16px;color: #666;vertical-align: text-top;}
.home-about-row .numbox p{font-size: 16px;color: #666;}
.home-about-row .numbox .inco {width: 100%;transition-duration:800ms;}
.home-about-row .numbox:hover .inco {transform:rotateY(360deg);}

.homemore{text-align: center;}
.homemore a{width: 180px; height:45px;font-size: 16px; font-weight: bold; text-align: center; line-height: 45px; display: inline-block; background: #0d257f;color: #fff; 
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.homemore a:hover{color: #fff; transform: translate3d(0, -2px, 0);}

@media only screen and (max-width:1200px) {
.home-about-row .txtarea h3.ms{font-size: 18px;}
.home-about-row .txtarea .desc{font-size: 14px;}
.home-about-row .numbox h3, .home-about-row .numbox .timer{font-size: 24px;}
.homemore a{font-size: 14px;}
}


@media only screen and (max-width:768px) {
.homerow-about {padding:20px 0 60px 0;}
.home-about-row .numbox h3, .home-about-row .numbox .timer{font-size: 20px;}
.home-about-row .numbox p{font-size: 14px;}
}

@media only screen and (max-width:450px) {
    .home-about-row .txtarea h3.ms{font-size: 16px;}
    .home-about-row .txtarea .desc{line-height: 24px;font-size: 12px;text-align: left;}
.home-about-row .numbox .inco img{width: 30px;}
.home-about-row .numbox h3, .home-about-row .numbox .timer{font-size: 14px;}
.home-about-row .numbox .unit{font-size: 12px;}
.home-about-row .numbox p{font-size: 12px;}
.home-about-row .numbox { width:18%; float: left;}
.home-about-row .numbox:nth-child(3){width: 28%;}
.home-about-row .row02,.home-about-row .txtarea{margin-bottom: 20px;}
.home-about-row .numbox .sup{font-size: 12px;vertical-align:top;}
}

/* ==========================================================================
   homerow-pro
   ========================================================================== */
.homerow-pro{padding:100px 0;background: #f8f8f8;}
.homerow-pro .hometit .txten{color: #e0e2ec;}
.hproitem{background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);margin:10px;}
.hproitem .left{width: 600px; float: left;position: relative;}
.hproitem .picbig {position: relative; height: auto;overflow: hidden;}
.hproitem .picbig .bgimg{width: 100%;}
.hproitem .picbig .uppic{max-width:100%!important; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.hproitem .picsmall {position: absolute;width: 300px; height: auto;overflow: hidden; right: -130px;bottom: 70px;
    padding:8px;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);border-radius:4px;
}
.hproitem .picsmall .con{position: relative;height: auto;overflow: hidden;}
.hproitem .picsmall .con .bgimg{width: 100%;}
.hproitem .picsmall .con .uppic{ max-width:100%!important;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.pro-row{margin-top: 50px;}
.hproitem .txtarea{width: calc(100% - 880px);float: right;padding:80px 80px 0 0; }
.hproitem .txtarea .proname{padding-left: 100px;position: relative;height: 100px;}
.hproitem .txtarea .proname em{font-size: 80px;height: 80px;line-height: 80px;font-weight: bold;
 width: 100px; vertical-align:top; position: absolute;left: 0; top: 0;color: #c4dae7;}
.hproitem .txtarea .proname .txten{font-size: 12px; line-height: 18px; color: #90cecf; text-transform:Uppercase; }
.hproitem .txtarea .proname .txtcn{font-size:24px;height: 30px; line-height: 30px;margin-top: 5px; color: #0066a1;margin-left: -50px;position: relative;z-index:1;}
.hproitem .txtarea .desc{color: #777777;font-size: 16px;height: 120px;overflow: hidden; line-height: 30px;max-width: 320px;margin:60px 0 80px 50px;}
.hproitem .txtarea .more{margin-left: 50px;}
.hproitem .txtarea .more a{color: #0066a1;font-size: 16px;text-decoration: underline;}


#owl-hpro .owl-prev,#owl-hpro .owl-next{width:64px;top:50%; height:64px;background: none;
 text-indent: 100px;overflow: hidden;padding:0;margin:0;margin-top: -32px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-hpro .owl-prev{position: absolute;left:-32px; background:url(../images/arr01.png) center no-repeat;}
#owl-hpro .owl-next{position: absolute;right:-32px;background:url(../images/arr02.png) center no-repeat;}

#owl-hpro .owl-prev:hover{background:url(../images/arr03.png) center no-repeat;}
#owl-hpro .owl-next:hover{background:url(../images/arr04.png) center no-repeat;}

#owl-hpro .owl-dots .owl-dot span { width:80px; height:6px; background: #e0e2ec;border:1px solid #e0e2ec;border-radius:0;}
#owl-hpro .owl-dots .owl-dot.active span, #owl-hpro .owl-dots .owl-dot:hover span {
    background: #0d257f;border:1px solid #0d257f;
}


@media only screen and (max-width:1440px) {
.pro-row{padding:0 20px;}
.hproitem .txtarea {width: calc(100% - 800px);}
}

@media only screen and (max-width:1200px) {
.homerow-pro{padding:60px 0;}
.hproitem .left{width: 460px;}
.hproitem .picsmall{ width:280px; right: -80px;}
.hproitem .txtarea {width: calc(100% - 580px);padding: 50px 50px 0 0;}
.hproitem .txtarea .desc{margin: 20px 0 20px 50px;font-size: 14px;}
.hproitem .txtarea .proname .txtcn{font-size:20px;height: 50px; line-height:50px;margin-top: 0;margin-left: -40px;}
}

@media only screen and (max-width:920px) {
.hproitem .left{width: 400px;}
.hproitem .picsmall{ width:180px; right: -50px;}
.hproitem .txtarea {width: calc(100% - 520px);padding: 30px 30px 0 0;}
.hproitem .txtarea .proname .txten{display: none;}
.hproitem .txtarea .proname em{font-size: 42px;height: 50px; line-height: 50px;}
.hproitem .txtarea .proname{height: 50px; line-height: 50px;}
.hproitem .txtarea .proname .txtcn{font-size:18px;height: 60px; line-height:30px;}
.hproitem .txtarea .desc{margin: 20px 0 20px 0;}
.hproitem .txtarea .more{margin-left: 0;}
.hproitem .txtarea .more a{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.pro-row{padding:0 30px;}
.hproitem .left{width: 300px;}
.hproitem .picsmall{ width:150px; right: -50px;}
.hproitem .txtarea {width: calc(100% - 400px);padding: 20px 30px 0 0;}
.hproitem .txtarea .desc {font-size: 12px; height: 80px;line-height:20px;margin-top: 10px;}
.hproitem .txtarea .proname .txtcn{font-size: 16px;}
}

@media only screen and (max-width:450px) {
.homerow-pro{padding:40px 0;}
#owl-hpro .owl-prev,#owl-hpro .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
.pro-row{padding:0;margin-top: 10px;}
.hproitem .left{width: 100%; float: none;}
.hproitem .picsmall{ width:150px; right: 10px;bottom: 20px;}
.hproitem .txtarea {width: calc(100% - 40px);padding:20px;float: none;}
#owl-hpro .owl-dots .owl-dot span{width: 40px;height: 3px;margin:2px 5px;}
.hproitem .txtarea .desc{margin:10px 0;max-width: 100%;}
}


/* ==========================================================================
   homerow-news
   ========================================================================== */

.homerow-news{padding:80px 0; background: url(../images/homebg02.jpg) center no-repeat;background-size: cover;}
.homerow-news .hometit .txten{color: #ebebf0;}
.homerow-news .news-row{margin-top: 60px;}
.homerow-news .news-row .left{width: 600px; float: left;}
.homerow-news .news-row .right{width: calc(100% - 700px);  float: right;}

.homerow-news .newsbox .pic {position: relative; height: auto;overflow: hidden;}
.homerow-news .newsbox .bgimg{width: 100%;}
.homerow-news .newsbox .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.homerow-news .newsbox:hover .uppic{ transform: scale(1.05);}
.homerow-news .newsbox .txtarea{padding:20px 0;}

.homerow-news .newsbox .txtarea>h2{font-size: 24px;font-weight: normal; width: 100%;height: 30px; line-height: 30px;
 overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.homerow-news .newsbox:hover .txtarea>h2 a{color: #024099;}
.homerow-news .newsbox .txtarea .desc{font-size: 16px; color: #888888; line-height: 24px;height: 48px; overflow: hidden;margin:10px 0 0 0;}

.newslist02{border-top: 2px solid #c6c6c6;}
.newslist02 li{padding:20px 100px 20px 20px;border-bottom: 2px solid #c6c6c6;position: relative;}
.newslist02 li  h3{ font-size: 24px;  margin-bottom: 5px;width:100%;height: 40px;font-weight: normal;line-height: 40px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist02 li .desc{ font-size: 14px; line-height: 24px;height:48px;overflow: hidden;color: #6f6f6f;margin-top: 10px;}
.newslist02 li:before { content: ""; display: block; top:30px; right: 0; position: absolute; width:17px; height:17px; 
 background: url(../images/inco08.png) center no-repeat;}
.homerow-news .news-row .right .more{text-align: right;margin-top: 60px;}
.homerow-news .news-row .right .more a{width: 120px; height:40px; text-align: center; line-height: 40px;
 display: inline-block; background: #0d257f;color: #fff; font-size: 13px;
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}

@media only screen and (max-width:1200px) {
.homerow-news .newsbox .txtarea>h2,.newslist02 li h3{font-size: 18px;}
.homerow-news .newsbox .txtarea .desc{font-size: 14px;}
.homerow-news .news-row .left{width: 500px;}
.homerow-news .news-row .right{width: calc(100% - 550px);}
}

@media only screen and (max-width:920px) {
.homerow-news{padding:60px 0;}
.homerow-news .newsbox .txtarea>h2,.newslist02 li h3{font-size: 16px;}
.newslist02 li {padding: 20px 40px 20px 20px;}
.newslist02 li .desc{margin-top: 0;}
.homerow-news .news-row .right .more{margin-top: 40px;}
}

@media only screen and (max-width:768px) {
.homerow-news .news-row .left{width: 400px;}
.homerow-news .news-row .right{width: calc(100% - 430px);}
}

@media only screen and (max-width:450px) {
    .homerow-news{padding:40px 0;}
    .homerow-news .news-row .left,.homerow-news .news-row .right{width:100%;float: none;}
    .homerow-news .news-row{margin-top: 20px;}
    .newslist02 li {padding:20px 30px 20px 0;}
    .homerow-news .newsbox .txtarea>h2,.newslist02 li h3{font-size: 14px;}
    .homerow-news .newsbox .txtarea .desc{margin-top: 0;}
    .newslist02 li h3{margin-bottom:10px;height: 20px; line-height: 20px;}
    .newslist02 li .desc{font-size: 12px;line-height: 18px; height: 36px;}
    .homerow-news .news-row .right .more{text-align: center;margin-top: 20px;}
    .homerow-news .newsbox .txtarea .desc{font-size: 12px;line-height: 18px; height: 36px;}
    .newslist02 li:before{top:20px;}
}

/* ==========================================================================
   homerow-partner
   ========================================================================== */

.homerow-partner{padding:80px 0; background: url(../images/homebg03.jpg) center no-repeat;background-size: cover;}
.homerow-partner .left{width: calc(100% - 550px); float: left;}
.homerow-partner .right{width:460px; float: right;}

#owl-partner .owl-dots .owl-dot span { width:80px; height:6px; background: #e0e2ec;border:1px solid #e0e2ec;border-radius:0;}
#owl-partner .owl-dots .owl-dot.active span, #owl-partner .owl-dots .owl-dot:hover span {background: #0d257f;border:1px solid #0d257f;}
.homerow-partner .partnertit{padding:30px;background: #0d257f;color: #fff;}
.homerow-partner .partnertit .txten{font-size: 30px;height: 30px;font-weight: bold; line-height: 30px;color: #263b8c;text-transform:Uppercase;}
.homerow-partner .partnertit .txtcn{font-size: 36px;height: 36px;font-weight:500; line-height: 36px;border-bottom: 2px solid #cecece;
padding-bottom: 10px;margin-top: 5px;margin-bottom: 10px;}
.homerow-partner .kslj{height: 100px; line-height: 100px; text-indent: 20px;border-bottom: 2px solid #cecece;font-size: 24px;}

.logoitem{
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  height: 260px;
  line-height: 260px;
  background: #fff;
  vertical-align: middle;
  position: relative;
}
.logoitem img{
  max-width: 80%!important;
  max-height: 80%;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

@media only screen and (max-width:1200px) {
.homerow-partner .left{width: calc(100% - 400px);}
.homerow-partner .right{width:360px;}
.homerow-partner .partnertit .txtcn{font-size: 24px;}
.homerow-partner .partnertit .txten,.homerow-partner .kslj{font-size: 18px;}
.logoitem{height: 200px; line-height: 200px;}
}

@media only screen and (max-width:920px) {
.homerow-partner .left{width: calc(100% - 330px);}
.homerow-partner .right{width:300px;}
.homerow-partner .partnertit .txtcn {font-size:18px; height: 30px; line-height: 30px; padding-bottom:5px; margin-top: 0; margin-bottom: 10px; }
.homerow-partner .partnertit .desc{font-size: 12px;}
}

@media only screen and (max-width:768px) {
}

@media only screen and (max-width:450px) {
.homerow-partner{padding:30px 0;}
.homerow-partner .left,.homerow-partner .right{width:100%;float: none;}
.homerow-partner .partnertit{padding:20px;}
.homerow-partner .kslj { height:50px; line-height:50px;font-size: 16px;margin-bottom: 10px;}
.logoitem{height: 140px;line-height: 140px;}
#owl-partner .owl-dots .owl-dot span{width: 40px;height: 3px;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; padding:40px 0 0 0;color: #0d257f;background:#f8f8f8;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: 18px;line-height: 24px;color: #666666;font-weight: normal;}
.fn-col h3 a{color: #666666;}
.fn-col h3 a:hover {text-decoration: underline;color: #0d257f; }
.fn-col li {line-height:24px; font-size: 14px;color: #c2c2c2;}
.fn-col li a{color: #acacac;}
.fn-col li a:hover {text-decoration: underline;color: #0d257f;}
.fn-contact{overflow:hidden; }
.fn-contact .ewm{font-size: 14px;width: 100px; text-align: right;}
.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: #fff; font-size: 14px;border-top: 1px solid #0d257f; background: #0d257f;}
.foothd a{color: #8f9ed4;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}

.footbd{height: 50px; line-height: 50px; border-bottom: 1px solid #cecece;margin-bottom:30px;padding-bottom: 20px;}
.footbd .footlogo{float: left;}
.footbd .footshare{float: right;}
.footbd .footshare a{color: #0d257f;width:42px;height: 42px;display: inline-block;border:1px solid #0d257f; 
    line-height: 42px; text-align: center;margin-left: 10px;border-radius:50%;font-size: 20px;}
.footbd .footshare a:hover{color: #fff;background: #0d257f;}


@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;}
.footbd .footlogo,.footbd .footlogo img{width: 150px;}
}

@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;}
.footbd .footshare a{width:30px;height:30px;line-height: 30px;font-size:16px;}
}


@media only screen and (max-width:450px) {
   .footer-nav{display: none;} 
   .footbd{margin-bottom: 0;padding-bottom: 0;}
   .footbd .footlogo,.footbd .footlogo img{width: 100px;}
}

.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);
    }
}


