/* ==========================================================================
   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: #BB3246; }

 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:1200px;
        /*min-width: 980px; */
        _width:1200px;
        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:45px;line-height: 45px; width: 100%;background: url(../images/navbg03.png) left top repeat-x;} 
.topbar .wrapper{position: relative; text-align: right;color: #fff;font-size: 14px;}
.topbar .wrapper a{color: #fff;margin-left: 10px;}
.topbar .wrapper a:hover{text-decoration: underline;}
.topbar .wrapper span{margin:0 10px;}
.logo { position: absolute; left:10px;width:30%;height:56px; overflow: hidden;line-height:56px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;}
.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}
.serchinco{position: absolute;width:30px; height: 30px;font-size: 16px;color: #0b50a1; right:0; top:30px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#0b50a1;}
.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: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
    .topbar{display: none;}
}



/* ==========================================================================
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: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #a61e36;
        top: 100%;
        min-width: 100px;
    }
 
    /*.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: #1d4789;
        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: 90%;
        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);}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #a61e36;
    }   
    
/* ==================================
banner
================================== */
    
.banner { overflow: hidden;position: relative;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom: 10px;width: 100%;}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:50%; 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-banner .owl-prev{position: absolute;left:10px; background: url(../images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(../images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    background: #c24759;
}
#owl-banner .owl-dots .owl-dot span { width: 10px; height: 10px; background: #fff;border:1px solid #c24759;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

@media (max-width:920px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
}
@media only screen and (max-width: 768px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}    
}

 
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


.hometitbox{ text-align: center;padding-bottom: 10px; position: relative;}
.hometitbox:before {content: "";display: block; bottom: 0; left:50%;margin-left: -25px; position: absolute; width:50px;height: 3px; background: #005088;}
.hometitbox h3{font-size: 36px;}
.hometitbox .txten{font-size:18px;text-transform:Uppercase;}


/* ==========================================================================
   ldpart01
   ========================================================================== */
.ldpart01{padding:60px 0; }
.ldpart01-ul .li{width: calc(33.33% - 20px);float: left;margin-right: 30px;}
.ldpart01-ul .li:last-child {margin-right: 0;} 
.ldpart01-ul .li .pic {width: 100%; height:auto; overflow: hidden;text-align: center;}
.ldpart01-ul .li .pic img{width:100%;height: 100%; transition: transform 2s;}
.ldpart01-ul .li:hover .pic img{ transform: scale(1.1);} 
.ldpart01-ul .li h3.tit{color: #BB3246; font-size: 18px;margin-bottom:20px;}
.ldpart01-ul .li .desc{margin: 10px 0;    line-height: 24px;    color: #666;height: 48px; overflow: hidden; }
.ldpart01-ul .li .row{border-bottom: 5px solid #cecece;padding-bottom: 10px;}
.ldpart01-ul .li .row:hover{border-bottom: 5px solid #BB3246;}

/* ==========================================================================
   ldpart02
   ========================================================================== */
.ldpart02{padding:60px 0; background: #f2f2f2;border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb; }
.ldpart02 .row01{width: calc(33.33% - 20px);float: left;}
.ldpart02 .row01 .pic {width: 100%; height:auto; overflow: hidden;text-align: center;}
.ldpart02 .row01 .pic img{width:100%;height: 100%; transition: transform 2s;}
.ldpart02 .row01:hover .pic img{ transform: scale(1.1);} 
.ldpart02 .row01 .desc{margin: 10px 0; line-height: 24px; color: #666;}
.ldpart02 .row h3.tit{color: #BB3246; font-size: 18px;margin-bottom:20px;}
.ldpart02 .row .more_btn{padding-top: 30px; border-top: 1px solid #dbdbdb; /*margin-top: 40px;*/ text-align: right;}
.ldpart02 .row .more_btn a { width: 60px; height: 20px; line-height: 20px;text-align: center; font-size: 12px; color: #fff; display: inline-block;
    background: url(../images/morebtn.png) no-repeat center;
}
.ldpart02 .row02{width: calc(66% - 20px);float: right;}
.news-ul01 li{ margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dbdbdb;}
.news-ul01 li a{width:100%; height: 20px; line-height: 20px;color: #BB3246;font-weight: bold;
 display: inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-ul01 li p {line-height: 24px; color: #666; font-size: 12px;} 
.news-ul01 li p .fa{margin-right: 10px;}
.ldpart02 .row02 .more_btn{border-top: 0;margin-top: 0; padding-top: 20px;}

@media only screen and (max-width: 768px) {
    .ldpart01{padding:0 0 20px 0; }
    .ldpart01-ul .li{width:100%;float: none;margin-right: 0;margin-top: 20px;}
    .ldpart01-ul .li h3.tit,.ldpart02 .row h3.tit{font-size: 14px;}
    .ldpart02 .row01{width:100%;float: none;}
    .ldpart02 .row02{width:100%;float: none;}
    .ldpart02 .row .more_btn{padding-top: 10px; margin-bottom: 10px; margin-top:10px; text-align: left;}
    .ldpart02 .row02 .more_btn{margin-top: 0; padding-top: 10px;}
    .ldpart02{padding:20px 0; }
    .news-ul01 li a{font-size: 12px;}
}

/*qq_line*/
.qq_line{ position:fixed; bottom:130px; right:0; z-index:10; width:50px; height:203px; overflow:hidden;}
.qq_line a{ display:block; width:50px; height:30px; padding:10px 0; border-bottom:1px solid #666; background:#000; opacity:.7; margin:0; /*ie*/filter:alpha(Opacity=70);}
.qq_line a:hover{ opacity:.8; cursor:pointer; /*ie*/filter:alpha(Opacity=80);}
.qq_line a span{ width:32px; height:30px; margin:0 auto;display: block;}
.qq_line a span.qq_btn{ background: url(../images/ldinco01.png) no-repeat center;}
.qq_line a span.map_btn{ background: url(../images/ldinco02.png) no-repeat center;}
.qq_line a span.top_btn{ background: url(../images/ldinco03.png) no-repeat center;}

@media only screen and (max-width: 768px) {
.qq_line{display: none;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:30px 0;text-align: center;line-height: 24px;color:#919191;}
footer a{color:#919191;}
footer a:hover { text-decoration: underline; }

@media only screen and (max-width: 768px) {
.foottel{display: none;}
#cnzz_stat_icon_1261504413{display: none;}
footer {padding:10px 0; line-height: 18px;}
}


.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);
    }
}


