body {
  	min-width: 1280px;
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
[v-cloak] {
    display: none;
}
.small-font{
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    font-size:10.8px;
}
.container{
    width: 1280px;
    height: auto;
    margin: auto;
}
.top-bar{
    width: 100%;
    height: 33px;
    background-color: #E5E5E5;
    text-align: right;
    line-height: 33px;
}
.top-bar span,.top-bar a{
    display: block;
    color: #878787;
    float: right;
}
.top-bar .contact{
    width: 118px;
    height: 33px;
    text-align: center;
}
.top-bar .line{
    width: 2px;
    height:33px;
    background: url(../images/top-bar-icon1.png) center center no-repeat;
}
.top-bar .jobs{
    width: 67px;
    height: 33px;
    text-align: center;
}
.top-bar .qrcode{
    position: relative;
    width: 12px;
    height:33px;
    background: url(../images/top-bar-icon2.png) center 10px no-repeat;
    margin-left: 18px;
    cursor: pointer;
}
.top-bar .qrcode .show-qrcode{
    display: none;
    position: absolute;
    width: 130px;
    height:131px;
    background: url(../images/top-bar-qrcode-bg.png) left 0 no-repeat;
    top:10px;
    right:2px;
    text-align: left;
    z-index: 9;
}
.top-bar .qrcode .show-qrcode img{
    width: 105px;
    height: 105px;
}
.top-bar .qrcode .show-qrcode span:first-child{
    display: inline-block;
    width: 105px;
    height: 105px;
    text-align: center;
    overflow: hidden;
  	margin-left:2px;
    float: left;
}
.top-bar .qrcode .show-qrcode span:last-child{
    display: inline-block;
    width: 105px;
    height: 22px;
    text-align: center;
    line-height:22px;
    overflow: hidden;
    color: #000;
    font-size: 11px;
    float: left;
 }
.nav{
    position: relative;
    width: 100%;
    height:79px;
  	background-color:#313131;
}
.nav .logo{
    width: 280px;
    height:79px;
    float: left;
    line-height: 79px;
}
.nav .menu{
    position:relative;
    width: 1000px;
    height:79px;
    float: right;
    text-align: right;
}
.nav .menu a{
    display: inline-block;
    width: auto;
    height:79px;
    font-size: 15px;
    color: #fff;
    margin-left: 56px;
    line-height:79px;
    letter-spacing: 1px;
}
.nav .menu .curBg {
    background:#fff;
    height:2px;
    position:absolute;
    bottom:23px;
    width:64px;
    left:456px;
}
.son-menu{
    width: 100%;
    height: 80px;
    position: absolute;
    left:0;
    top:79px;
    background: url(../images/nav-sonmenu-bg.png) 0 0 repeat;
    z-index: 9;
    text-align: left;
    display: none;
    overflow: hidden;
}
.son-menu .con{
    display: none;
}
.son-menu a{
    display: inline-block;
    line-height: 80px;
    font-size: 15px;
    color: #333;
    margin-right: 45px;
}
.son-menu a:hover{
    color: #e60012;
}
.footer{
    width: 100%;
    height:79px;
    clear: both;
    position: relative;
  	background-color:#313131;
}
.footer .footer-logo{
    width: 200px;
    height:79px;
    text-align: left;
    line-height:79px;
    float: left;
}
.footer .footer-name{
    font-size: 14px;
    color: #fff;
    width: 880px;
    text-align: center;
    line-height:79px;
    float: left;
}
.footer .footer-share{
    width: 200px;
    height:79px;
    line-height:79px;
    text-align: right;
    float: left;
    position: relative;
}
.footer .footer-share .weixin_gzh_qrcode{
    width: 108px;
    height: 160px;
    position: absolute;
    bottom:68px;
    right:0;
    background: url(../images/weixin-gzh-qrcode-bg.png) 0 0 no-repeat;
    overflow: hidden;
  	display: none;
}
.footer .footer-share .weixin_gzh_qrcode .img{
    width: 98px;
    height: 98px;
    overflow: hidden;
    margin: 7px auto 7px auto;
}
.footer .footer-share .weixin_gzh_qrcode .tit{
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    text-align: center;
}
.footer .footer-share .weixin_gzh_qrcode img{
    margin: 0;
    width: 98px;
    height: 98px;
}
.footer .footer-share img{
    margin-left: 4px;
}
#back-top{
    display: block;
    position: absolute;
    left:50%;
    top:-80px;
    width: 55px;
    height: 21px;
    margin-left: -27px;
    background: url(../images/icon-back-top.png) 0 0 no-repeat;
    z-index: 999;
    cursor: pointer;
}
.copyright{
    width: 100%;
    height:33px;
    background-color: #E5E5E5;
    clear: both;
    overflow: hidden;
    text-align: center;
    color:#aaa;
    font-size: 12px;
    line-height: 33px;
}
.pagination{
    text-align: right;
}
.pagination li{
    width: 35px;
    height: 37px;
    background-color:#ffffff;
    border:1px solid #eee;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    margin: 0 2px;
    color: #666;
    font-size: 14px;
}
.pagination .disabled,.pagination .active{
    background-color: #dd0031;
    border:1px solid #dd0031;
    color: #fff;
}
#osm { z-index: 9999; position: absolute; display: block; overflow: hidden; width: 110px; zoom: 1; box-shadow: 0 0 10px #000; }
#ost { height:42px; background:url(../images/online_title.gif) no-repeat;cursor: pointer; text-align: center; line-height: 42px; color: #FFF; padding: 0 10px; }
#osb { min-height: 100px; padding: 10px; text-align: center; background:url(../images/online_body.gif) repeat-y;  }
#online_support_bottom { height:47px; background:url(../images/online_bottom.gif) no-repeat; }
.company{ float:left; background:url(../images/company.jpg); width:250px; height:200px; margin-right:20px;}
.hd1 { font-size: 20px; height: 40px; line-height: 40px; border-bottom: 3px solid #cdcdcd;  margin-top:10px;}
.hd1_sy { font-size: 20px; height: 40px; line-height: 40px; }
.bd1 { padding: 10px 0;}
.more { float: right; font-size: 12px;}
.aname { font-size: 14px; color: #999; }
.channel_list li { margin-bottom: 4px;  line-height:38px;}
.channel_list li a { display: block; background: #EEE; padding:0 20px; }
.channel_list li a:hover { background: #E33; color: #FFF;}
.channel_list .current_channel a { background: #E33; color: #FFF;}
.channel_list_w { overflow: hidden; margin-bottom: 10px;}
.channel_list_w li { display: inline-block; margin-right: 5px; }
.channel_list_w li a { display: block; background: #EEE; padding: 10px 20px; }
.channel_list_w li a:hover { background: #E33; color: #FFF;}
.channel_list_w .current_channel a { background: #E33; color: #FFF;}

/*分页样式*/
.page_turner { margin: 20px 0; }
.page_turner a, .page_turner span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #b7282e; color: #FFF; }
#gotop { background: url(../images/gotop.jpg) no-repeat; position: fixed; width: 75px; height: 75px; bottom: 20px; right:80px; cursor: pointer; display: none; line-height: 75px; text-align: center; font-size: 12px; }

/*信息相关*/
#info_name { font-size:20px; font-weight:bold; text-align:center; line-height:30px; }
#info_intro {font-size:12px; padding:0 10px; text-align:center; color:#999; border:1px dashed #CCC; line-height:30px; }
#info_video { text-align: center; margin-bottom: 20px;}
#info_slideshow { width: 437px; }
#info_picture  img { width: 437px;}
#info_picture1  img { width: 537px;}
#info_slideshow .pn{ text-align: center; margin: 20px 0;}
#info_slideshow .hd { overflow: hidden; }
#info_slideshow .hd li { display: inline-block; width: 50px; margin: 0 2px 2px 0;}
#info_slideshow .hd li img { width: 50px; height: 50px; cursor: pointer; }
#info_slideshow .hd li.on img { border: 1px solid #000; }
#info_slideshow .bd img { width: 100%; }
#info_content { margin: 20px 0;  margin-left:20px; margin-right:20px;}
#info_around { background: #EEE; padding: 10px; margin-bottom: 20px;}
#info_comment { text-align: right; margin-bottom: 20px;}