/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a { color: #333; }
    
    a:hover { color: #cb060f; }

 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:1050px;
        /*min-width: 1050px; */
        _width: 1050px;
        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:40%;height:80px; overflow: hidden;line-height:80px; }  
    .logo img{max-width: 100%;}
    .langbox{position: absolute; right: 10px; font-size: 12px;top:12px;z-index: 3;} 
    .langbox a{color: #555; }
    .langbox a:hover{color: #cb060f;}
 
.zgsbox{float: left;position: relative;width:80px;margin-left: 10px;font-size: 12px;line-height: 35px;height: 35px;} 
    .zgsbox .zgshd{width:80px;height: 35px;    margin-top: 10px;}
    .zgsbox .zgsbd{width:180px;background: #fff;padding:5px 0;position: absolute;top:40px;/* left:-40px; */z-index: 99;border:1px solid #f2f2f2;border-top: 0;}
    .zgsbox .zgsbd a{width: 100%;display: block;height: 30px; line-height: 30px; text-indent:10px;color:#05b4e9;}
    .zgsbox .zgsbd{display: none;}
    .zgsbox:hover .zgsbd{display: block;}

    .toptel{position: absolute;right:180px; font-size: 14px;top:28px;}
    .toptel span{color: #0160bd;font-weight: bold;font-size: 20px;font-style: italic;}
    .serchinco{position: absolute;width:48px; height: 48px; right:10px; top: 21px; font: 300 12px/48px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;}
.serchinco .fa{font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 85px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#0160bd;}
.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(/cn/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;}
}


/* ==========================================================================
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(/cn/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 #0160bd;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
    #gn_03 .dropdown{margin-left: -28px;}
    .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: #0160bd;
        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: 16px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
        #gn_03 .dropdown{margin-left:0;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0160bd;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==================================
banner
================================== */
    
.banner { overflow: hidden;position: relative;margin-top: 89px;}
.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:0; height:100%;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(/cn/images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(/cn/images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    width:13px;height: 13px;
}
#owl-banner .owl-dots .owl-dot span { width: 7px; height: 7px; background: #fff;
    -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;}    
}

/* ==========================================================================
   sh_part01
   ========================================================================== */
.sh_part01{background:url(/cn/images/conbg.jpg) top center repeat-x;padding-bottom: 40px;padding-top:2px;}
.notice{ overflow:hidden;width: calc(100% - 300px); float: left;  }
.notice .hd{ overflow:hidden;  height:30px; line-height: 30px; width:110px;float: left;}
.notice .hd .prev,.notice .hd .next{ display:block;  width:20px; height:30px; float:right; overflow:hidden; cursor:pointer;}
.notice .hd .prev{background:url(/cn/images/arrow01.png) center no-repeat;}
.notice .hd .next{background:url(/cn/images/arrow02.png) center no-repeat;}

.notice .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.notice .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("/cn/images/icoCircle.gif") 0 -9px no-repeat; }
.notice .hd ul li.on{ background-position:0 0; }
.notice .bd{width: calc(100% - 200px); float: left;margin-left: 10px;}
.notice .infoList li{ height:30px; line-height:30px;   }
.notice .infoList li .date{color:#999; margin-left: 20px;  }
.h_share{width: 200px; height: 30px; float: left; line-height: 30px;color: #666;}



/* ==========================================================================
   fq_part01
   ========================================================================== */

.picfoucs{ width:300px; height:190px;padding:5px;background: #fff;border:1px solid #dddddd; overflow:hidden; position:relative; float: left;}
.picfoucs .hd{ height:20px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.picfoucs .hd ul{ overflow:hidden; zoom:1; float:left;  }
.picfoucs .hd ul li{ float:left; margin-right:2px; font-size: 12px; width:18px; height:18px;
 line-height:18px; text-align:center; background:#fff; cursor:pointer;
    border:1px solid #000000;
 }
.picfoucs .hd ul li.on{ background:#f00; color:#fff; }
.picfoucs .bd{ position:relative; height:100%; z-index:0;   }
.picfoucs .bd li{ zoom:1; vertical-align:middle; }
.picfoucs .bd img{ width:300px; height:190px; display:block;  }

.row-fqxw{width: calc(100% - 670px); float: left;margin-left:30px;}
.row-fqxw .bd{height: 170px;overflow:hidden;}
.row-fqxw .bd li{width: calc(100% - 15px); padding-left:15px; height: 24px; line-height: 24px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    background:url(/cn/images/dian.jpg) left center no-repeat;
 }
 .row-fqxw .hd{height: 24px; line-height: 24px;font-size:12px;position: relative;margin-top: 8px;margin-bottom: 10px;}
 .row-fqxw .hd .more{position: absolute;right: 0; top: 0;line-height: 24px;color: #b80000;}
 .row-fqxw .hd li { float: left; width: 68px; height: 24px;line-height: 24px; text-align: center; cursor: pointer;
    background:url(/cn/images/tab.jpg) left center no-repeat;margin-right: 10px;}
 .row-fqxw .hd li.on{background:url(/cn/images/tab.jpg) right center no-repeat;color: #fff;}

.aboutjs{width: 300px; float: right;}
.aboutjs .desc{height: 165px;overflow: hidden; line-height:18px;font-size: 12px;color: #555;}
.aboutjs .desc img{float: left;margin-right: 10px;}



.sh_part03{padding:30px 0;}
#owl-pro .pic{height: 200px; line-height: 200px;padding:3px; text-align: center;border:1px solid #e6e7e7;}
#owl-pro .pic img{display: inline-block!important;height: 100%;}
.fqhprotit{margin:0 0 10px 0; height: 40px; line-height: 40px;font-size:14px;color: #b80000;}
.fqhprotit span{color:#555;text-transform:Uppercase;margin-left: 10px; }
.fqhprotit a{float: right;color: #b80000;font-size: 12px;}

#owl-pro .owl-dots{height: 0px;overflow: hidden;}
#owl-pro .owl-prev,#owl-pro .owl-next{width:30px;top:35%; 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-pro .owl-prev{position: absolute;left:-50px; background:url(/cn/images/t_left.jpg) left top no-repeat;}
#owl-pro .owl-next{position: absolute;right:-50px;background:url(/cn/images/t_right.jpg) right top no-repeat;}
#owl-pro  .tit{text-align: center;margin-top: 5px;}


@media only screen and (max-width:1200px) {
#owl-pro .owl-prev{left:-30px;}
#owl-pro .owl-next{right:-30px;}
.prowarp{padding:0 30px;}

}

@media only screen and (max-width:920px) {
.banner{margin-top: 0;}
.notice {width: calc(100% - 220px);font-size: 12px;}
.aboutjs{width:240px;}
.row-fqxw{width: calc(100% - 600px);margin-left: 20px;}
.row-fqxw .bd li{font-size: 12px;}
#owl-pro .tit{font-size: 12px;}
}

@media only screen and (max-width:768px) {
#owl-pro .pic{height: 140px; line-height: 140px;}
.picfoucs{float: none;}
.aboutjs,.row-fqxw{width: 100%;float: none;margin:0;margin-top: 20px;}
.h_share{float: none;}
.notice{width: 100%;float: none;}
.notice .bd{font-size: 12px;}
.notice .bd{width: calc(100% - 100px); }
.notice .hd{width: 90px;}
}




/* ==========================================================================
   Footer
   ========================================================================== */
footer {background: #980000;padding:30px 0;font-size: 12px; color: #fff;}
footer .right{width: 330px; float: right;}
footer .left{width: calc(100% - 400px); float: left;}
footer .left a{color: #fff;}

@media only screen and (max-width: 768px) {
footer .left,footer .right{width:100%; 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);
    }
}


<!--0.00010800361633301-->