@charset "utf-8";
/*！
 * lib CSS 网页模版库 v1.0  基于bootstrap 3.37 此版本已摒弃IE6 7 8
 * Copyright 2016,XIAOBING TECH MR. WANGHAO
 * 请保留申明
 */
body{font-family:"Helvetica Neue","Microsoft Yahei", "微软雅黑",Helvetica, "Hiragino Sans GB",  Arial,"SimSun", sans-serif;color: #666;/*padding-top:66px;*/}
/*"Microsoft JhengHei","Helvetica Neue","Hiragino Sans GB",Arial,"SimSun",sans-serif;*/
/*定义全局超连接连*/
a:link,a:visited{color: #666}
a:hover,a:active{color: #999;text-decoration: none}
a:focus{outline: 0;}
/***组件开始components start***/
/*header页头*/
.header{z-index: 9999; width: 100%; height: auto; left: 0; -moz-box-shadow: 0px 2px 2px rgba(102,102,102,.2); -webkit-box-shadow: 0px 2px 2px rgba(102,102,102,.2); box-shadow: 0px 2px 2px rgba(102,102,102,.2); filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee'); -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')"; /*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;*/}

/*导航搜索模块*/
.top-search-form{width: 30px;height: 76px;position: relative;}
.top-search-form .form-control{border: 1px solid #d6d6d6;background: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow:none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.top-search-form .btn-search{display: inline-block; width: 30px;height: 30px; background:url(../images/serach_ico.png) no-repeat #0065a5 center; color: #fff;padding: 0;border-radius: 50%;margin-top: 20px;}
/*search-form*/
.search-form {position: absolute;display:none ;width:220px;right: 0;top: 100%;background: #0065a5;border-top: 1px solid #67c0f8;overflow: hidden;}
.search-form:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 41px;
    margin-top: 0px;
    margin-left:-80px;
    overflow: hidden;
    z-index: 6;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.search-form:hover:before{
    -webkit-animation:formlight .5s ease-out forwards;
    -moz-animation:formlight .5s ease-out forwards;
    -o-animation:formlight .5s ease-out forwards;
    animation:formlight .5s ease-out forwards
}
.search-form  input::-webkit-input-placeholder,
.search-form  input:-moz-placeholder,
.search-form  input::-moz-placeholder,
.search-form  input:-ms-input-placeholder{
    color: #fff!important;
}

@keyframes formlight{from{margin-left:-60px}to{margin-left:240px}}
@-webkit-keyframes formlight{from{margin-left:-60px}to{margin-left:240px}}

.search-form .form-group{font-size: 0;}
.search-form .form-control{width:172px; height: 40px;border:0; border-radius: 0;color: #fff;}
.search-form .btn-search{height: 40px; width: 24px;background-color: transparent;margin:0;}
/*顶部收藏*/
.top-addfav{}
.top-addfav ul,.top-addfav li{margin: 0; padding: 0; list-style: none;}
.top-addfav ul{padding-left: 15px}
.top-addfav li{display: inline-block; color: #999}
.top-addfav li a{color: #666; font-size: 12px}
/*logo*/
.nav-brand{width: 261px; height: 66px;}
.logo{margin:0; display: block; width:inherit; height: inherit; background: url(../images/logo.png) no-repeat left center;}
/*主要导航*/
.navbar-main{z-index: 99; margin: 0; min-height: auto;min-height:initial;border:none; background: #fff}
.navbar-main .container{height: 40px;}
/*导航风格模型*/
.navbar-main .nav-main{height: auto; line-height: 0;text-align: right;width: 720px;}
.nav-main ul,.nav-main li, .nav-main dl,.nav-main dt,.nav-main dd{padding: 0;margin:0;list-style: none }
.navbar-main .nav-main>li{ /*display: inline-block;*/float: left; height: 76px; line-height: 76px; text-align: center; color: #666; font-size: 14px; text-decoration: none; margin-right: 10px;position: relative;}
.navbar-main .nav-main>li:last-child{margin-right: 0}
.navbar-main{border-bottom: 1px solid:#f1f1f1}
.navbar-main .nav-main>li>a{height:76px;line-height:76px;color: #333; margin: 0; padding:0 5px; overflow: hidden;}
.navbar-main .nav-main>li>a span{display: block;position: relative;}
.navbar-main .nav-main>li>.en{display: block;}
.navbar-main .nav-main>li>a:hover{background:transparent;}
.navbar-main .nav-main>li.active >a{
    background: transparent!important;
    -webkit-box-shadow: none!important; 
    -moz-box-shadow: none!important; 
    box-shadow: none!important; 
    text-shadow:none;
    color: #ff791d;
}
.navbar-main .nav-main>li:first-child a{padding-left: 10px;padding-right: 10px;}
.navbar-main .nav-main>li.active>a span{color: #0e6eb8;}
.nav-main>li.on >a{ -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; text-shadow:none;}
.nav-main>li.move >a{color: #333!important; background: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; text-shadow:none!important;}
.nav-main .hot{display: block;width: 25px;height: 15px; position: absolute;top: 10px;right: 0; background: url(../images/hot.gif) no-repeat;}

.nav-main .aline{position: absolute; width: auto; background: #0e6eb8;width: 60px; height: 2px;bottom:0;display: none;}
/*子菜单*/
.nav-main .nav-sub{ 
  display: none;
  position: absolute; top: 100%;
  width: 345px; height: auto;
  padding:20px 20px 20px 0;
  background: rgba(255, 255, 255, 0.8) !important;
  filter: alpha(opacity=80); /*ie*/
  background-color: #ffffff;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#888888');
  -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#888888')";
} 
.nav-sub  dt{float: left;width: 109px; overflow: hidden;font-weight: normal;}
.nav-sub  dd{ float: right;width: 216px;background: red}
.nav-sub li{margin-bottom: 10px;padding: 0 6px}

/*用户登录*/
.module-nav-user{padding-top:16px;}
.module-nav-user .icon-user{display: inline-block; width: auto; height: 29px; background: url(../images/icon-v1.png) no-repeat 0 -138px; line-height: 29px; color: #16a085; padding-left: 34px;}
/*联系电话*/
.module-nav-tel{color: #ff791d; width: auto;}
.module-nav-tel .phone-text{display: inline-block; font-size: 24px; height: 75px; line-height: 75px; margin-left: 6px;}
.module-nav-tel .icon-phone{display: inline-block; width: 26px; height: 26px; background: url(../images/icon-v1.png) no-repeat 0 -216px; margin-top: 24px;}


/*//end header*/
/*页脚footer*/
.footer{width: 100%; height: auto; zoom:1; border-top: 1px solid #e5e5e5;background-color: #f5f5f5;font-family: "Microsoft Yahei"}
.foot-logo{width: 140px; height: 66px}
/*底部导航*/
.bg-567598{background: #567598}
.bg-213855{background: #213855}
.nav-foot dl{margin:0 10px 0 0;padding: 0 20px 0 20px;width: 180px; height: 215px; position: relative;}
.nav-foot dt,.nav-foot dt a{font-size: 17px;color: #ffffff; padding-bottom: 6px}
.nav-foot dd {}
.nav-foot dd a{display: inline-block; font-size: 12px; padding: 3px 12px 3px 0; margin-bottom: 6px; width: 110px; color: #c9d5e3;}
.nav-foot dl .line{display: none; position: absolute;left: 0;top: 0; height: 100%;width: 1px;font-size: 0;background:#fff;opacity: .1}
.nav-foot .foot-contact a{width: 230px}
.nav-foot .foot-social{text-align: center;padding-right:0 }
.nav-foot .foot-social a{width: auto;}
.nav-foot .foot-social img{width: 130px;height: 130px;}

.foot-erweima{width: 102px;}
.foot-erweima img{width: 102px; height: 102px;}
.foot-erweima dt,.foot-contact .foot-erweima dd{text-align: center}
.footer .flinks-content{padding-bottom: 12px;}
.footer .flinks {border:1px solid #eee;padding: 12px 15px}
.footer .flinks dt{position: relative;color: #fff}
.footer .flinks-content{padding-bottom: 24px;}
.footer .flinks {border:1px solid #cdc9ca;padding: 15px 25px}
.footer .flinks dt{position: relative;color: #c2130e}
.foot-maill{display: inline-block; background:url(../images/icon-mail.png) no-repeat left center; padding-left: 18px; font-size: 12px;}
.foot-phone{display: inline-block; background:url(../images/icon-phone.png) no-repeat left center; padding-left: 14px; font-size: 12px;}
.foot-address{display: inline-block; background:url(../images/icon-local.png) no-repeat left 0; padding-left: 14px; font-size: 12px;}
.social{}
.social a i{font-size: 18px;border-radius: 50%;background: #000;padding: 6px;}
.social a{
    color: #fff;
    display: inline-block; *display: inline; zoom:1; 
    width: 40px!important; margin-right: 5px; text-align: center;
    font-size: 9pt!important; position: relative;
}
.social a img{display: none; position: absolute; width: 75pt; height: 75pt; left: 0; top: 0}
.social a:hover img{display: block; z-index: 9}
/*版权*/
.footer .copy{font-size: 12px; color: #fff; width: 100%;padding-top: 24px; padding-bottom: 20px;}
/*//页脚footer*/
/*paging分页*/
.paging{clear: both; margin: 0 auto; height: auto; min-width: 200px; text-align: center}
.paging li,.paging ul{display: inline-block; margin: 0; padding: 0; border-radius: 3px; list-style: none; *display: inline; zoom: 1}
.paging ul{width: auto; height: 100%; background: #fff; font-size: 0}
.paging li{font-size: 12px}
.paging li a{margin: 0 3px; padding: 10px 14px; color: #777; font-family: Arial,Helvetica,sans-serif; font-size: 12px; border:1px solid #ebebeb;}
.paging li a:hover{color: #333; text-decoration: none; text-decoration: none}
.paging li.paging_next a,
.paging li.paging_prev a{margin: 0; padding: 10px 14px; border: 1px solid #ddd; background: #fff; font-family: "Simsun"; font-size: 14.4px; font-weight: bold;}
.paging li.paging_current a{background: #126eb6; color: #fff; font-weight: 700; border-color: #126eb6;}
.paging li.paging_next i{/*-webkit-text-size-adjust: none; transform: scale(0.7);*/}
.paging li.paging_prev i{/*webkit-text-size-adjust: none; transform: scale(0.7);*/}
.paging li.paging_next a:hover,.paging li.paging_prev a:hover{border-color: #126eb6; background: #126eb6; color: #fff; text-decoration: none}
.paging li.total a{margin: 0; padding: 6px 9pt; border: 1px solid #ddd; background: #fff; padding: 10px 14px;}
.paging li.paging_next ~ .total,
.paging li.paging_prev ~ .total{margin-left: 6px;}
/*幻灯片模块*/
.module-slide{display: table;width: 100%; /*width: 100%; height: auto; zoom: 1; overflow: hidden; display: table;*/}
/*全屏幻灯片*/
.slide-fullscreen{width:100%; height:auto;margin:0 auto; position:relative;overflow:hidden;}
.slide-fullscreen ul,.slider-fullscreen li{margin:0;padding:0;list-style: none;}
.slide-fullscreen .bd{position:relative; z-index:0;}
.slide-fullscreen .bd li{height:100%; height:517px; overflow:hidden;}
.slide-fullscreen .bd a{display: block;}
.slide-fullscreen .bd li img{display:block;width: 100%;}
/* 这里的定位需与dd的playOut属性一致 */
.slide-fullscreen .bd dl{position: relative;width: 1070px;height: 100%;margin: 0 auto}
.slide-fullscreen .bd dd{position: absolute;font-size: 18px;opacity: 0}
.slide-fullscreen .bd h1{font-size: 36px;}
.slide-fullscreen .bd .item-1 .text-1{ top:125px; left:0;}
.slide-fullscreen .bd .item-1 .text-2{ top:200px; left:0;width: 500px;}
.slide-fullscreen .bd .item-1 .text-3{ top:275px; left:0; }
.slide-fullscreen .bd .item-1 .btn{display: inline-block; background: #ff791d;font-size: 24px;color: #fff;padding:8px 30px; }
.slide-fullscreen .bd .item-2 .text-1{ top:125px; left:0;}
.slide-fullscreen .bd .item-2 .text-2{ top:200px; left:0;width: 500px;}
.slide-fullscreen .bd .item-2 .text-3{ top:275px; left:0; }
.slide-fullscreen .bd .item-2 .btn{display: inline-block; background: #ff791d;font-size: 24px;color: #fff;padding:8px 30px; }

.slide-fullscreen .hd{width:100%; position:absolute; z-index:99; bottom:0; left:0; height:30px; line-height:30px;}
.slide-fullscreen .hd ul{text-align:center;}
.slide-fullscreen .hd ul li{background: #fff;border-radius:50%;cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px; overflow:hidden; filter:alpha(opacity=70);opacity:0.7; vertical-align:top; line-height:9999px;cursor:pointer;}
.slide-fullscreen .hd ul .on{background: #0065a5}

.slide-fullscreen .slide-btn{display: none; position: absolute; width: 56px; height: 43px; /*background:url(../images/icon-slide.png) no-repeat;*/ z-index: 99; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.slide-fullscreen .slide-btn i{font-size: 50px;}
/*fadeIn*/
@-webkit-keyframes fadeIn{0%{opacity: 0} 100%{opacity: 1}}
@keyframes fadeIn{0%{opacity: 0} 100%{opacity: 1}}
/*pulse*/
@-webkit-keyframes pulse{0%{-webkit-transform: scale(1); transform: scale(1)} 50%{-webkit-transform: scale(1.1); transform: scale(1.1)} 100%{-webkit-transform: scale(1); transform: scale(1)}}
@keyframes pulse{0%{-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)} 50%{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)} 100%{-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)}}
/*shake*/
@-webkit-keyframes shake{0%,100%{-webkit-transform: translateX(0); transform: translateX(0)} 10%,30%,50%,70%,90%{-webkit-transform: translateX(-10px); transform: translateX(-10px)} 20%,40%,60%,80%{-webkit-transform: translateX(10px); transform: translateX(10px)}}
@keyframes shake{0%,100%{-webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0)} 10%,30%,50%,70%,90%{-webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px)} 20%,40%,60%,80%{-webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px)}}
.slide-fullscreen .prev{left: 50px; top: 50%; background-position: 0 -400px}
.slide-fullscreen .prev:hover{background-position: 0 -445px; -webkit-animation-name: fadeIn; animation-name: fadeIn}
.slide-fullscreen .next{right: 50px; top: 50%; background-position: 0 -490px;}
.slide-fullscreen .next:hover{background-position: 0 -535px; -webkit-animation-name: fadeIn; animation-name: fadeIn}
.slide-fullscreen:hover .slide-btn{display: block;}

/*二级幻灯片*/
.sub-banner{display: table; width: 100%; height: 220px;position: relative;}
.sub-banner .banner-title{margin-top:129px; text-transform: uppercase; text-shadow: 0 1px 3px #000;}
.sub-banner .banner-title span{display: block;}
.sub-banner .zh{font-size: 18px; color: #fff;}
.sub-banner .en{font-size: 14px; color: #fff;}
/*//幻灯片模块*/

/*check-all*/
.check-all{height: 86px;line-height: 86px;text-align: center;font-size: 17px; background-color: #5899dd}
.check-all a{color: #fff;}
.link-more-1{background-color: #fafafa; color: #999; border:1px solid #999; padding:12px 36px; font-size: 16px;}
.link-more-1:hover{color: #f5b103;border-color: #f5b103;}
.link-more-2{background: none; color: #16a085; border:1px solid #16a085; padding:12px 32px; font-size: 16px;}
.link-more-2:hover{color: #f5b103;border-color: #f5b103;}
a.link-more-white{background-color: none; color: #fff; border:1px solid #fff; padding:12px 36px; font-size: 16px;}
a.link-more-white:hover{background-color: none; color: #ff791d; border:1px solid #ff791d; padding:12px 36px; font-size: 16px;}
/*图标栏目*/
/*.list-group-iconcolumn{overflow: hidden;}
.list-group-iconcolumn .row{ margin: 0; padding: 0;}
.list-group-iconcolumn .item{padding: 12px 12px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.list-group-iconcolumn a:hover{text-decoration: none;}
.list-group-iconcolumn .item .thumbnail{border: none; background: none; margin: 0;}
.list-group-iconcolumn .item .icon-item{width: 135px; height: 135px; position: relative; background: #f9f9f9; margin:0 auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.list-group-iconcolumn .item .icon-ico{position: absolute; left: 50%; top: 50%; display: block; width: 54px; height: 58px; margin-left: -22.5px; margin-top: -29px; background: url(../images/icon-column.png) no-repeat 0 0;}
.list-group-iconcolumn .item .icon-ico.icon-ico-1{background-position: 0 0;}
.list-group-iconcolumn .item .icon-ico.icon-ico-2{background-position: 0 -78px;}
.list-group-iconcolumn .item .icon-ico.icon-ico-3{background-position: 0 -156px;}
.list-group-iconcolumn .item .icon-ico.icon-ico-4{background-position: 0 -234px;}
.list-group-iconcolumn .item .text-item{color: #666; margin-top: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.list-group-iconcolumn .item .desc{color: #666; font-size: 12px; line-height: 1.7em}
.list-group-iconcolumn .item:hover .icon-item{-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.2); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.2); box-shadow: 3px 3px 4px rgba(0,0,0,.2); filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#ddd'); -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#ddd')";}
.list-group-iconcolumn .item:hover strong{color: #ff791d;}
.list-group-iconcolumn .item:hover .icon-ico-1{background-position: -83px 0;}
.list-group-iconcolumn .item:hover .icon-ico-2{background-position: -83px -78px;}
.list-group-iconcolumn .item:hover .icon-ico-3{background-position: -83px -156px;}
.list-group-iconcolumn .item:hover .icon-ico-4{background-position: -83px -234px;}*/
/*//图标栏目*/
/*首页栏目组*/
.module-group-column ul,.module-group-column li{margin: 0; padding: 0; list-style: none}
/*通栏*/
.module-group-column .item-title{font-size: 30px;text-align: center}
.module-group-column .item-title .zh{ color: #fff;display: block;}
.module-group-column .item-title .en{text-transform: uppercase; color: #999;display: block;}
.module-group-column .item-title i{font-size: 16px;color: #ffa161}
.module-group-column .item-fluid{width: 100%; /*border-top: 1px solid #efefef;*/}
.module-group-column .item-title .link-more{width: auto; height: 20px; background: transparent; color: #ccc; font-size: 12px; line-height: 20px}
.module-group-column .item-title .link-more:hover{color: #e21715}
.module-group-column .item-title .link-more .glyphicon{-webkit-text-size-adjust: none; font-size: 10px !important; transform: scale(0.7)}
/*
.module-group-column .item-content .col-xs-6{width: 520px;}
.module-group-column .item-content .cover{*display: inline;width: 200px;height: 160px;}
.module-group-column .item-content .list-group-text{*display: inline; width: 300px!important;}
*/
/*//首页栏目组*/

/*页面栏目模块*/
/*
.module-column-title{width: 100%}
.module-column-title .title{position: relative; border-right: 1px dashed #3a2a11; font-size: 24px; color: #3a2a11; padding-right: 20px; padding-left: 0}
.list-cate{font-size: 0}
.list-cate a{display: inline-block; padding:10px 25px; background-color: #555; color:#fff; position: relative; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-right: 4px; font-size: 14px;}
.list-cate a .icon-caret{position: absolute; bottom:-5px; left: 50%; margin-left:-8.5px; display: block; width: 17px; height: 6px; background: url(../images/icon-caret.png) no-repeat center top; display: none;}
.list-cate a.active{background: #ff791d;}
.list-cate a.active .icon-caret{display: block;}
.module-column-title .ch{font-size: 22px;}
.module-column-title .en{font-size: 22px; color: #c2c2c2; padding-left: 12px; text-transform: uppercase; background: #fff;}
.module-column-title .line{display: block; position: absolute; width: 75%; height: 1px; right: 0; top: 50%; border-top: 1px dotted #c2c2c2}
.module-column-title .more{text-align: right;}
.link-more,.link-more:hover{display: inline-block; width: 12px; height: 12px; text-align: center; vertical-align: middle; line-height: 12px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; color: #fff; background: url(../images/icon-more.png) #e21715 no-repeat; text-decoration: none;}
*/
/*//页面栏目模块*/

/*电话*/
/*
.module-tel{height: 47px; line-height: 47px;}
.module-tel .item-title{font-size: 16px;}
.module-tel .item-content{font-weight: bold; color: #78bc35; font-size: 16px;}
*/

/*
.img .line-left{width: 1px; height: 0; position: absolute; background: #e47911; left: 0; top: 0;}
.img .line-right{width: 1px; height: 0; position: absolute; background: #e47911; right: 0; bottom: 0}
.img .line-top{width: 0; height: 1px; position: absolute; background: #e47911; top: 0; left: 0;}
.img .line-bottom{width: 0; height: 1px; position: absolute; background: #e47911; bottom: 0; right: 0}
*/
.scroller{}
.scroller .btn{display: block;background:transparent;font-family: "simsun";font-weight: bold;color: #fff;  padding: 0; width: 35px;height: 49px;text-align: center;line-height: 49px; position: absolute;top:50%;margin-top: -22.5px;font-size: 55px;z-index: 99}
.scroller .slider-prev{left:-55px}
.scroller .slider-next{right: -55px;}

.scroller-news .btn-page{width: 72px;height:;position: absolute;left:-72px; }
.scroller-news .btn{width: 72px;height: 72px;line-height: 72px; padding: 0; border-radius: 0;background: #213855;font-size: 45px;color: #fff;}
.scroller-news .btn:hover{background: #eee;color: #213855}
/*医师*/
.scroller-physician .btn{width: 20px;height: 64px;position: absolute;z-index: 99; top:50%;margin-top: -32px; background: url(../images/icon-slide.png) no-repeat;}
.scroller-physician .slider-prev{left: -70px;background-position: 0 -589px}
.scroller-physician .slider-next{right: -70px;background-position: 0 -659px}
.scroller-physician .btn:hover{opacity: .8}

.panel-slide{position: relative;}
.panel-slide .btn{visibility: hidden; display: block;font-family: "simsun";font-weight: bold; padding: 0; width: 25px;height: 49px;text-align: center;line-height: 49px; position: absolute;left: 0;top:50%;margin-top: -22.5px;font-size: 35px;}
.panel-slide .slider-prev{left:0}
.panel-slide .slider-next{left: auto; right: 0;}
.panel-slide .list-group-imgtext{margin: auto}
/*主要*//*主体*/
.main{}
.main-left{width: 235px; float: left;*display: inline}
.main-right{width: 800px;float: right;*display: inline}
.main-right .right-wrap{padding-top: 30px;}
/*二级页面*/
/*网站当前位置*/
.site-location{}
/*面包屑*/
.breadcrumb-nav,
.breadcrumb-nav li{margin: 0; padding: 0; list-style: none; font-family: "simsun"; font-size: 12px; color: #999;}
.breadcrumb-nav{padding: 2px 0}
.breadcrumb-nav i{margin-right: 3px}
.breadcrumb-nav li{display: inline-block;}
.breadcrumb-nav > li + li:before{padding: 0 3px; color: #ccc; content: ">";}
.breadcrumb-nav a{margin: 0 3px; color: #999;font-family: "Microsoft Yahei"}
.breadcrumb-nav a:hover{text-decoration: none; color: #333333}
.breadcrumb-nav li.active a{color: #333333}
/*//网站位置*/

/*二级左侧模块*/
.module-sidebar-l{width: 100%; height: auto; background: #ffffff;border:1px solid #ddd; /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/}
/*侧导航 头*/
.left-head {background: #0e6eb8;height: 145px;color:#fff;position: relative;left: 0; top: -80px;z-index: 99;padding-left:36px;}
.left-head .aside-headbg{width: 211px;height: 47px;/*background:url(../images/aside-headbg.png) no-repeat;*/position: absolute;left: -7px; }
.left-head .line{display: block; ;width: 100%; height: 3px; background: #3b73b5; position: absolute; top: -3px; left: 0}
.left-head .zh{
    display: block; font-size: 15px;color: #ffffff;font-weight: bold;padding-left:30px;margin-top: 39px;position: absolute;background: url(../images/icon-title.png) no-repeat;font-family: "Microsoft yahei"
}
.left-head .en{display: block; text-transform: uppercase; font-size: 30px; color: #fff;position: absolute;top: 70px;opacity: .5}
/*侧导航*/
.nav-side{ 
    width:100%; 
    height:auto; 
    min-height: 300px;
    overflow:hidden;zoom:1;
    position: relative;
    top: -80px;
}
.nav-side dl,.nav-side dd,.nav-side ul,.nav-side li{padding:0; margin:0; list-style:none}
.nav-side dl{border-bottom: 1px  solid #ddd;}
.nav-side dl dd{background: #fff;display: none}
.nav-side a{position: relative;display: block;text-decoration: none}
.nav-side dt {font-weight: normal;position: relative;height: 47px;}
.nav-side dt a{
    display: block; padding-top:16px;padding-right:22px;padding-bottom:16px;padding-left:45px;font-size:16px;color:#333;text-decoration: none;background: transparent;
    position: absolute;left: 0;top: 0;z-index: 9
}
.nav-side dt .icon-arrow{
    position:absolute;
    left:30px;
    top: 50%;
    margin-top:-5px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #aaaaaa;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #aaaaaa;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); 
}
.nav-side dt .arrow-state{
    position:absolute;right:16px;top: 50%;margin-top:-8px;font-size: 12px;color: #bbb;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.nav-side dd a{padding:10px;padding-left:45px;border-bottom:1px solid #e9e9e9;font-size: 14px;color: #666}
.nav-side dd li.active a{color: #a88e53;}
.nav-side dl.on .arrow-state {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);   
  -moz-transform:rotate(180deg);  
  -webkit-transform:rotate(180deg); 
  -o-transform:rotate(180deg); 
}
.nav-side .on dt .icon-arrow{
    margin-top: -2.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #aaaaaa transparent transparent transparent;
    line-height: 0px;
    _border-color: #aaaaaa #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.nav-side .active dt .icon-arrow{
    /*border-color: transparent transparent transparent #ffffff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); */
}
.nav-side .a-bg{display:block;width: 0;height: 100%;background: #eee;position: absolute;left: 0;top:0; z-index: 1}
.nav-side .active .a-bg{width: 100%;}
/*右侧*/

/*二级栏目名称*/
.titleBar{background:#f2f2eb;border-radius: 6px;padding: 10px 12px}
.titleBar .zh{font-size: 15px;font-weight: bold;font-family: "Microsoft Yahei";color: #333}

/*//sub-typename*/
/*模块*/
.section-item{display: block;width: 100%; height: auto;}
.section-item .more a{color: #242323}
.section-item .more a:hover{color: #006097}
/*常见问题*/
.help-panel{border:1px solid #e2e2e2; background: #ffffff;}
.help-panel .panel-heading{padding:15px 20px; color: #2e2e2e; font-weight: bold;}
.help-panel .panel-body{padding:15px 20px;}
.help-panel .panel-foot{padding-bottom: 15px; padding-left: 20px; padding-right: 20px; text-align: right; font-size: 12px;}
/*编辑器*/
.module-editor{font-size: 12px; line-height: 1.85em; color: #333333;}
.module-editor img{max-width: 100%; width: auto\9; height: auto;}
/*//编辑器*/

/*面板*/

/*表单面板*/
.form-control:focus{/*border-color: #dbc088; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 192, 136, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 192, 136, .6);*/}
.form-panel{width: 372px; float: left;}
.form-panel .form-group{position: relative;}
.form-panel .label{position: absolute; color: #333; left: 10px; top: 10px;/*margin-top: -8.5px*/}
.form-panel .label.last{top: 10px; margin-top: initial;}
.form-panel .form-control{padding-left: 95px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.form-panel .text-danger{color: red;}
.form-panel .label span{padding-right: 6px}
.form-panel .btn{width: 68px; height: 23px; line-height: 23px; padding: 0; margin: 0; background: #16a085; color: #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 12px;}
.form-panel .btn.btn-reset{background: #363028}
.form-panel .btn:hover{background: #f9a90b}
.form-panel >div:last-child .label{top: 10px; margin-top: initial;}

.leave-container{}
.leave-container .form-control{background: #fafafa;border: 1px solid #ddd;border-radius: 0;height: 46px;}
.leave-container .btn{width: 142px;height: 42px;background: #0e6eb8;color: #fff;}
.leave-container textarea{height: 120px!important}
.vcode-box{opacity: 1;filter: alpha(opacity=1);position: absolute;left: 0}
.vcode-box img{width: 120px;height: 35px;}
.leave-container .popover{width: 120px;}
.leave-container .popover  img{width: 100%;height: 46px;}
.leave-container .popover .popover-title{padding: 3px 3px;font-family: 12px;}
.leave-container .popover .popover-content{padding: 3px 3px;}
/*//面板*/

/*列表组 图文imgage-text-style*/
.list-group-imgtext{overflow: hidden;}
.list-group-imgtext li{list-style: none;}
.list-group-imgtext > .row{margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0}
.list-group-imgtext .img-thumbnail{border: none;}
.list-group-imgtext .list-item{padding-left: 0; padding-right: 0; margin-bottom: 12px; position: relative;}
.list-group-imgtext .list-item.last{margin-right: 0}
.list-group-imgtext .thumbnail{padding: 0; margin: 0; border-radius: 0; border: none; position: relative; overflow: hidden;}
.list-group-imgtext a.thumbnail:hover{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}
.list-group-imgtext .thumbnail img{margin: 0; width: 100%; max-width: 100%; width: auto/9; height: auto; transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;}
.list-group-imgtext .list-item-title ,.list-group-imgtext .list-item-title a{display: block; color: #333333}
.list-group-imgtext .list-item.active .thumbnail img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.hover-box{width: 100%; height: 100%; color: #fff; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.6) !important; filter: alpha(opacity=60); background-color: #000000; display: none;}
.hover-box .icon{position: absolute; left: 50%; top: 50%; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.23 ease;}
.list-group-imgtext .list-item.active .icon{margin-top: -10px; /* animation:animations-hover .5s infinite; -moz-animation:animations-hover .5s infinite; -webkit-animation:animations-hover .5s infinite; -o-animation:animations-hover 5s .infinite; */}
@-webkit-keyframes animations-hover{0%{margin-top: 0; background: red;} 25%{} 50%{margin-top: -10px; background: yellow;} 75%{} 100%{margin-top: 0; background: red;}}
/*系统版本*/
.list-group-imgtext.Version {overflow: visible;}
.list-group-imgtext.Version .list-item{width: 280px;border:1px solid #dbdbdb;margin-right:110px;text-align: center;border-radius:6px;
    -moz-box-shadow: 0px 0 6px rgba(102,102,102,.2);
    -webkit-box-shadow: 0 0 6px rgba(102,102,102,.2);
    box-shadow: 0px 0 6px rgba(102,102,102,.2);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.list-group-imgtext.Version .title{border-bottom:1px solid #e5e5e5;margin: 15px 25px;padding: 18px 0;margin: 0}
.list-group-imgtext.Version .price{padding: 30px 0;}
.list-group-imgtext.Version .desc{padding: 30px 28px;background: #fbfbfb;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;

}
.list-group-imgtext.Version .btn{border:1px solid #ed8461;color: #ed8461;padding-left:25px;padding-right:25px;margin-top: 20px;}
.list-group-imgtext.Version .active{
    border:1px solid #fe8c41;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -moz-box-shadow: 0px 0 8px rgba(102,102,102,.3);
    -webkit-box-shadow: 0 0 8px rgba(102,102,102,.3);
    box-shadow: 0px 0 8px rgba(102,102,102,.3);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.list-group-imgtext.Version .icon-tj{opacity: 0;}
.list-group-imgtext.Version .active .icon-tj{display: block; opacity: 1;width: 54px;height: 54px;position: absolute;right: 0;top: 0;background: url(../images/icon-version.png) no-repeat;
    -moz-border-radius: 0px 6px 0px 0px;
    -webkit-border-radius: 0px 6px 0px 0px;
    border-radius: 0px 6px 0px 0px;
}
/*案例*/
.list-group-imgtext.case {
    overflow: visible;
}
.list-group-imgtext.case .list-item {
    width: 256px;
    border:1px solid #dbdbdb;
    margin-right:15px;
    margin-bottom: 15px;
    border-radius:6px;
    -moz-box-shadow: 0px 0 6px rgba(102,102,102,.2);
    -webkit-box-shadow: 0 0 6px rgba(102,102,102,.2);
    box-shadow: 0px 0 6px rgba(102,102,102,.2);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
    overflow: hidden;
    background: transparent;
}
.list-group-imgtext.case img {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
.list-group-imgtext.case .item-title {
    padding: 25px;
}
.list-group-imgtext.case .item-title a {
    font-size: 14px;
    color: #333
}
.list-group-imgtext.case .active {
    color: #fe8c41;
    /*-webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);*/ 
    -moz-box-shadow: 0px 0 8px rgba(102,102,102,.3);
    -webkit-box-shadow: 0 0 8px rgba(102,102,102,.3);
    box-shadow: 0px 0 8px rgba(102,102,102,.3);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.list-group-imgtext.case .active .item-title a{
   color: #fe8c41;  
}
.list-group-imgtext.case .list-item.active img{
    transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);
}

/*样式1*/
.i-t-s-1{}
.i-t-s-1 .list-item{width: 304px; margin-right: 77px;}
.i-t-s-1 .list-item >div{width: 100%;}
.i-t-s-1 .thumbnail{width: 100%; height: 131px;overflow: hidden;}
.i-t-s-1 .thumbnail img{width: inherit; height: inherit;}
.i-t-s-1 .list-item-title{ padding:20px 35px; font-size: 12px;background: #fff;}
.i-t-s-1 .list-item-title a{display: inline-block;}
.i-t-s-1 a.title{font-size: 18px;font-weight: bold;text-align: center;margin: auto; display: block;}
.i-t-s-1 .line{width: 30px;height: 4px;background:#0065a5;margin: auto;margin-top: 10px;}
.i-t-s-1 .desc{font-size: 14px;color: #666;height: 85px;overflow: hidden;}
.i-t-s-1 a.more{display: block;font-family: "simsun"; border:1px solid #0065a5;width: 86px;height: 29px;line-height: 29px;text-align: center; color: #0e6eb8;margin: auto;margin-top: 10px; }
.i-t-s-1 .last{margin-right: 0}
/*关于*/
.i-t-s-2 .list-item{
    width: 346px;height: 221px; background: #fff;
    margin-right: 15px;margin-bottom: 15px;
    -moz-box-shadow: 0px 2px 2px rgba(102,102,102,.2);
    -webkit-box-shadow: 0px 2px 2px rgba(102,102,102,.2);
    box-shadow: 0px 2px 2px rgba(102,102,102,.2);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.i-t-s-2 .thumbnail{width:inherit; height: 185px;}
.i-t-s-2 img{width: 100%; height: 100%;}
.i-t-s-2 .list-item>div{}
.i-t-s-2 .list-item-title{text-align: left; padding:37px 160px 37px 30px;}
.i-t-s-2 .list-item-title a{font-size: 16px; color: #0e6eb8;}
.i-t-s-2 .list-item-title a:hover{color:#ff791d;}
.i-t-s-2 .desc{padding:0; line-height: 1.6em; font-size: 12px; height: 55px; overflow: hidden;color: #777777}
.i-t-s-2 .time{display: block;}
.i-t-s-2 a.more{display: ;font-family:"simsun" ; font-size: 12px; color: #0e6eb8;margin-top: 20px;}
.i-t-s-2 .last{margin-right: 0}
.i-t-s-2 .active{
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

/*新闻*/
.i-t-s-3 .list-item{width: 267px;height: 510px; background: #fff;position: relative;margin-bottom: 15px;}
.i-t-s-3 .thumbnail{width:100%; height: 255px;position: absolute;left: 0;top: 0;}
.i-t-s-3 .thumbnail img{width: 100%; height: 100%;}
.i-t-s-3 .list-item-title{text-align: left;background: #dddddd; height: 255px; padding:50px 24px;overflow: hidden;position: absolute;left: 0;bottom: 0}
.i-t-s-3 .list-item-title a{font-size: 18px; color: #333;}
.i-t-s-3 .list-item-title a:hover{color:#213855;}
.i-t-s-3 .desc{padding:0; line-height: 1.6em; font-size: 14px; height: 85px; overflow: hidden;color: #999}
.i-t-s-3 .time{display: block;}
.i-t-s-3 a.more{display: inline;font-size: 12px; color: #ff791d;}
.i-t-s-3 .last{margin-right: 0}
.i-t-s-3 .thumbnail:before{
    position:absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9.5px;
    content:'';
    z-index: 99;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 10px 9.5px;
    border-color: transparent transparent #dddddd transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #dddddd #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.i-t-s-3 .even .list-item-title{top: 0}
.i-t-s-3 .even .thumbnail{top: auto; bottom: 0}
.i-t-s-3 .even .thumbnail:before{
    top: 0;
    border-width: 10px 9.5px 0 9.5px;
    border-color: #dddddd transparent transparent transparent;
    line-height: 0px;
    _border-color: #dddddd #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.i-t-s-3 .active .list-item-title{background:#213855;color: #fff; }
.i-t-s-3 .active .list-item-title a,.i-t-s-3 .active .list-item-title .desc{color: #fff}
#scrollerNews{height: 510px;overflow: hidden;}

/*医师 滚动*/
.i-t-s-4 {overflow: visible;}
.i-t-s-4 .list-item{width: 140px;position: relative;margin-bottom: 15px;margin-right: 92px;}
.i-t-s-4 .thumbnail{width:100%; height: 140px;overflow: visible;background: transparent;}
.i-t-s-4 .thumbnail img{width: 100%; height: 100%;border-radius: 50%;}
.i-t-s-4 .list-item-title{text-align: left;padding:20px 0;overflow: hidden;text-align: center}
.i-t-s-4 .list-item-title a{font-size: 18px; color: #333;}
.i-t-s-4 .list-item-title a:hover{color:#213855;}
.i-t-s-4 .desc{padding:0;font-style: italic; color: #0e6eb8;line-height: 1.6em; font-size: 14px; height: 50px; overflow: hidden;margin-top: 10px;}
.i-t-s-4 .last{margin-right: 0}
.i-t-s-4 .active .thumbnail{background: transparent;}
.i-t-s-4sub {padding: 0 20px;}
.i-t-s-4sub .list-item{margin-right: 115px;background: transparent!important;}
.i-t-s-4sub .list-item a {background: transparent!important;padding: 0!important;}
.i-t-s-4sub .thumbnail{background: transparent!important;}
.i-t-s-4sub .list-item-title{padding: 20px 10px;text-align: center}
.i-t-s-4sub .list-item-title a{font-size: 16px; color: #333!important;}
.i-t-s-4sub .desc2{
    padding: 0!important; height: 35px!important;color: #0e6eb8;font-style: italic;
}

.i-t-s-4sub2 {padding: 0 60px;}
.i-t-s-4sub2 .list-item{margin-right: 125px;background: transparent!important;}


/*资质荣誉*/
.list-honor .list-item{width: 256px;margin-right: 15px;margin-bottom: 15px;}
.list-honor .list-item >div{}
.list-honor .thumbnail{width: 100%; height: 226px; overflow: hidden; display: table; text-align: center;background: #f8f8f8;}
.list-honor .thumbnail .viewpic{display: table-cell; height: 226px;text-align: center; vertical-align: middle;}
.list-honor .thumbnail img{width: 100%;height: 100%;}
.list-honor .list-item-title{width: 100%; background:transparent; margin-top: 12px; height: 42px; overflow: hidden;text-align: center}
.list-honor .list-item-title a{color: #333333; font-size: 16px;}
.list-honor .icon{
    top: 50%;
    left: 50%;
    width: 100px;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -20px;
    margin-left: -50px;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*资质荣誉*/
.list-device .list-item{width: 256px;margin-right: 15px;margin-bottom: 15px;}
.list-device .list-item >div{}
.list-device .thumbnail{width: 100%; height:258px; overflow: hidden; display: table; text-align: center;background: #f8f8f8;}
.list-device .thumbnail .viewpic{display: table-cell; height:258px;text-align: center; vertical-align: middle;}
.list-device .thumbnail img{width: 100%;height: 100%;}
.list-device .list-item-title{width: 100%; background:transparent; margin-top: 12px; height: 30px; line-height: 30px; overflow: hidden;text-align: center}
.list-device .list-item-title a{color: #333333; font-size: 14px;}
.list-device .icon{
    top: 50%;
    left: 50%;
    width: 100px;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -20px;
    margin-left: -50px;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*新闻*/
.list-news .list-item{width: 100%; padding: 20px 0;border-bottom: 1px #e6e6e6 solid;}
.list-news .thumbnail{width: 192px;height: 147px;float: left;overflow: hidden;}
.list-news .thumbnail img{width: 100%; height: 100%;}
.list-news .list-item-title{width: 575px;text-align: left;padding:3px 0;float: right;}
.list-news .list-item-title a{font-size: 16px; color: #333;}
.list-news .list-item-title a:hover{color:#0e6eb8;}
.list-news .desc{height: 75px; padding:0; font-size: 12px; color: #999999; line-height: 1.8em; overflow: hidden;}
.list-news .time{display: block;text-align: right; color: #a9a6a6;font-size: 12px}
/*评价*/
.list-evaluate .list-item{width: 100%; padding: 20px 0;border-bottom: 1px #e6e6e6 solid;}
.list-evaluate .thumbnail{width: 125px;height: 125px;float: left;overflow: hidden;}
.list-evaluate .thumbnail img{width: 100%; height: 100%;border-radius: 50%;}
.list-evaluate .list-item-title{width: 627px;text-align: left;padding:3px 0;float: right;margin-top: 6px;}
.list-evaluate .list-item-title a{font-size: 16px; color: #333;}
.list-evaluate .list-item-title a:hover{color:#0e6eb8;}
.list-evaluate .desc{height: 75px; padding:0; font-size: 12px; color: #999999; line-height: 1.8em; overflow: hidden;}
.list-evaluate .time{display: block;text-align: right; color: #a9a6a6;font-size: 12px}


/*//-图文列表*/

/*列表组图列 images style i-s*/
/*样式1*/
.list-group-img ul,
.list-group-img li{margin:0;padding:0;list-style: none}
/*样式1*/
.list-group-img.i-s-1 .list-item >div{display: table;width: 100%; height: 100%;}
.list-group-img.i-s-1 .list-item{padding:0; width: 205px; height: 94px; margin-right:11px; margin-bottom: 11px; background: #fff;}
.list-group-img.i-s-1 .thumbnail{display: table-cell; height: 100%; margin: 0; padding:10px; text-align: center; vertical-align: middle; border-color: transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0;}
.list-group-img.i-s-1 .thumbnail img{max-width: 100%; display:inline-block;}
.list-group-img.i-s-1 .thumbnail:hover{border: 1px solid #ddd;}
.list-group-img.i-s-1 .list-item.last{margin-right: auto;}
.list-group-img.t-s-1.sub a{border: 1px solid #ddd;border-color: #ddd!important;}
/*//列表组图列 images style i-s*/
/*列表组 文字text-style t-s*/
.list-group-text{}
.list-group-text ul,.list-group-text li{margin: 0; padding: 0; list-style: none; font-size: 12px}
.list-group-text li{margin-bottom: 6px; background-image: url(../images/icon-v1.png); background-repeat: no-repeat; background-position: 0 7px}
.list-group-text li a{font-size: 12px; color: #666; padding-left: 12px}
.list-group-text li a:hover{color: #ff791d;}
.list-group-text li .time{color: #999}
/*样式1*/
.list-group-text.t-s-1{}
.list-group-text.t-s-1 .list-item{background: none; border-bottom:1px solid #e3e3e3; padding:20px 0; margin:0;}
.list-group-text.t-s-1 .list-item:first-child{padding-top:0;}
.list-group-text.t-s-1 .list-item:last-child{border:none;}
.list-group-text.t-s-1 a{display: block;padding:0;color: #3c3c3c;font-size: 14px;}
.list-group-text.t-s-1 .desc{color: #717171;margin-top: 12px;}

/*样式2*/
.list-group-text.t-s-2{text-align: justify;}
.list-group-text.t-s-2 li{display: inline-block;}
.list-group-text.t-s-2 a{display: inline-block; background: transparent; height: 32px; line-height: 32px; text-align: center; border: 1px solid #eee; padding: 0; width: 138px; background-color: #eee; filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#fbfbfb', endColorstr = '#eeeeee'); -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#fbfbfb', endColorstr = '#eeeeee')"; background-image: -moz-linear-gradient(top, #fbfbfb, #eeeeee); background-image: -ms-linear-gradient(top, #fbfbfb, #eeeeee); background-image: -o-linear-gradient(top, #fbfbfb, #eeeeee); background-image: -webkit-gradient(linear, center top, center bottom, from(#fbfbfb), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #fbfbfb, #eeeeee); background-image: linear-gradient(top, #fbfbfb, #eeeeee);}
.list-group-text.t-s-2 a:hover{color: #fff; text-decoration: none; background-color: #ed6c00; filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#ed6c00', endColorstr = '#eb5903'); -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#ed6c00', endColorstr = '#eb5903')"; background-image: -moz-linear-gradient(top, #ed6c00, #eb5903); background-image: -ms-linear-gradient(top, #ed6c00, #eb5903); background-image: -o-linear-gradient(top, #ed6c00, #eb5903); background-image: -webkit-gradient(linear, center top, center bottom, from(#ed6c00), to(#eb5903)); background-image: -webkit-linear-gradient(top, #ed6c00, #eb5903); background-image: linear-gradient(top, #ed6c00, #eb5903); /*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/}
/*友情连接*/
.list-group-text.flinks{}
.list-group-text.flinks dl,.list-group-text.flinks dt{margin: 0; padding: 0;}
.list-group-text.flinks li{background-image: none; display: inline-block; *display: inline; zoom: 1; color: #b8b8b8; margin-right: 12px; margin-bottom: 0;}
.list-group-text.flinks li a{padding: 0;}

/*新闻列表 文字*/
.list-group-text.news li{padding-bottom: 9px; color: #666}
.list-group-text.news li a{font-size: 14px;}
.list-group-text.news .list-item .time{color: #aaa; font-size: 12px}
.list-group-text.news .list-item:first-child{border-top: none}
/*系统下载*/
.list-group-text.down{}
.list-group-text.down .panel-head{border-bottom: 1px solid #e5e5e5;padding: 10px 0}
.list-group-text.down .panel-body{padding: 0}
.list-group-text.down ul,
.list-group-text.down li{margin: 0;padding: 0;list-style: none;background: none;cursor: pointer;}
.list-group-text.down li{border-bottom: 1px solid #f4f4f4;}
.list-group-text.down li,.list-group-text.down li span,.list-group-text.down li a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-group-text.down li .title{display: table}
.list-group-text.down li .title span{display: table-cell;padding: 12px 0}
.list-group-text.down li .title-version{width: 10%;} 
.list-group-text.down li .title-size{width: 10%;}
.list-group-text.down li .title-md5{width: 10%;}
.list-group-text.down li .title-log{width: 10%;}
.list-group-text.down li .title-btn{width: 10%;text-align: right;}
.list-group-text.down li .desc{border-top: 1px solid #f4f4f4;padding: 12px 24px;display: none}
.list-group-text.down li .btn-down{background: url(../images/icon-down.png)no-repeat;padding-left: 18px;}
.list-download li.active {background: #f9f9f9}
.list-download li.active .title-log{color: #ff791d}
.list-download li:hover{background: #f9f9f9}
/*//列表组 文字text-style*/

/*分类筛选*/
.module-filter ul,.module-filter li{margin:0;padding:0;list-style: none;}
.module-filter .table{
    border:1px solid #eaeaea;
    -moz-box-shadow: 0px 0 6px rgba(102,102,102,.2);
    -webkit-box-shadow: 0 0 6px rgba(102,102,102,.2);
    box-shadow: 0px 0 6px rgba(102,102,102,.2);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.module-filter .table .titCell{width: 10%; border-right: 1px solid #eaeaea;background:#f8f8f8;text-align: center;}
.module-filter .table>tbody>tr>td,.module-filter .table>tbody>tr>th{border-top: 1px dotted #eaeaea}

.module-filter td.active a{color:#ff791d }
.module-filter .table .titCell-else{background:#f8f8f8;}
/*list*/
.list-filter-conditions li{float: left;font-size: 12px;border:1px solid #ff791d;padding: 0 6px;margin-top: 6px;margin-bottom: 6px; margin-right: 12px}
.list-filter-conditions li a{color: #ff791d}
.list-filter-conditions li i{margin-left: 3px;cursor: pointer;color:#ff791d }
.list-filter-conditions li.active{background: #ff791d;color: #fff}
.list-filter-conditions li.active a,.list-filter-conditions li.active i{color: #fff}
.list-filter li{float: left;font-size: 14px;padding: 10px 6px;margin-right: 12px;}
.list-filter li a{color: #666}
.list-filter li a:hover{color: #ff791d}
.list-filter li.active{color: #ff791d}
.list-filter li.active a{color: #ff791d}
/*新闻*/
.module-filter-news ul,.module-filter-news li{margin:0;padding:0;list-style: none;}
.module-filter-news{position: relative;border-bottom:1px solid #e7e7e7;text-align: center;}
.module-filter-news li{display: inline-block;margin-right: 40px;}
.module-filter-news li a{display: inline-block;color: #3b3b3b;font-size: 14px;padding:18px 0;}
.module-filter-news .aline{position: absolute;width: auto;height: 3px ;background: #ff791d;bottom:-1px;left: 0}
/*推荐*/
.recommended{font-size: 16px;color: #333333;background: #f5f5f5;padding:10px 25px;}

/*帮助列表*/
.list-help ol,.list-help li{list-style: none;padding: 0;margin:0;}
.list-help li{margin-bottom: 15px;}
.list-help li:hover{background: #f0f7ff;color:#000;}
.list-help li:hover .panel-title{color: #000}
.list-help li .panel-title{display: block; padding:15px 15px; font-size: 14px; position: relative;background: #f7f7f7}
.list-help li .arrow{
    display: inline-block; 
      /*width: 0;
      height: 0; 
      border-style: solid; 
      border-width: 3px 0 3px 3px; 
      border-color: transparent transparent transparent #888888; 
      line-height: 0px; 
      _border-color: #000000 #000000 #000000 #888888; 
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); */
      font-size: 18px;
      position: absolute; 
      right: 15px;
      top: 50%;
      margin-top: -9px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.list-help li .desc{padding-bottom:12px; font-size: 14px;padding: 25px;line-height: 1.8em; display: none;}
.list-help li.active .panel-title{border-color: #333333;background: #f0f7ff;color: #3a84cf}
.list-help li.active .arrow{transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg);}
.list-help li.active .desc{color: #333;border:1px solid #f0f0f0;}




/*详情模型*/
.module-detail ul,
.module-detail li{margin: 0; padding: 0; list-style: none}
.module-detail .article-title{font-size: 24px; color: #333; font-weight: bold; text-align: center}
.module-detail .article-title h1{font-size: 24px;}
.module-detail .article-publish{border-bottom: 1px dotted #ddd; padding: 12px 0; padding-bottom: 24px; text-align: center; color: :999;}
.module-detail .article-foot{border-top: 1px dotted #ddd; padding:20px 0;position: relative;}
.module-detail .article-foot li{padding-bottom:6px;}
.module-detail .article-foot li:last-child{}
.module-detail .article-foot a{color: #999}
.module-detail .article-foot a:hover{color: #f18518}
.module-detail .share-article{position: absolute;right: 0;top: 20px}
.module-detail .share-article .title{margin-top: 10px;}
.detail-yishi .article-head {border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.detail-yishi .article-head .cover{width: 200px;height: 200px;}
.detail-yishi .article-head .article-title{width: 565px;height: 217px;text-align: left;}
.detail-yishi .article-head h1{font-size: 14px;}
.detail-yishi .article-head .sub-title{font-size: 14px;color: #0e6eb8;font-style: italic;text-align: left;}
.detail-yishi .article-head .desc{font-size: 12px;color: #777777;height: 155px; margin-top: 35px;line-height: 1.9em;font-family: simsun;font-weight: normal;overflow: hidden;}

/*contact*/
.caption-item span{display: block;}
.caption-item .en{font-size: 12px;color: #3a2a11;text-transform: uppercase;padding-left: 32px}
.caption-item .zh{font-size: 16px;border-left: 10px solid #0e6eb8;padding-left: 12px;color:#333}
