@charset "utf-8";
    /*！ * lib CSS 网页模版库 v1.0 基于bootstrap 3.35 此版本已摒弃IE6 7 * Copyright 2016,XIAOBING TECH MR. WANGHAO * 请保留版权*/
body {
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    padding-top:60px;
    padding-bottom:60px;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/***组件开始components start***/
/*slider need*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px
}
/*header页头*/
.header {
    z-index: 99999;
    width: 100%;
    height:60px;
    left: 0;
    background: #fff;
    -moz-box-shadow: 0px 2px 2px rgba(102,102,102,.1);
    -webkit-box-shadow: 0px 2px 2px rgba(102,102,102,.1);
    box-shadow: 0px 2px 2px rgba(102,102,102,.1);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eee');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#eee')";
}
.header .container {
    height: inherit
}
/*nav*/
    .module-top {
    height:60px;
    background:url(../images/module-top-bg.png) top center no-repeat #333;
    position: relative;
    padding: 0;
    z-index: 9999
}
.module-second {
    }
/*logo*/
.logo {
    height:inherit;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    background-position:left center ;
    background-size:contain ;
    float: left;
}
.navbar-right {
    background-color:;
    padding-top:25px;
    padding-left:0;
    padding-right:10px;
    /*width: 75%;*/
}
/*导航搜索模块*/
.navform {
    /*width: 80%;*/
}
.navform form {
    position: relative;
    margin-right: 10px;
}
.navform .form-control {
    width: 100%;
    border:transparent;
    text-shadow:none;
    box-shadow: none;
    height: 35px;
    padding-right: 35px;
}
.btn-submit {
    background: transparent;
    border:transparent;
    padding: 0;
    margin:0;
    position: absolute;
    right: 0;
    top: 0
}
.btn-submit i {
    font-size: 35px;
}
/*导航控制*/
    .btn-nav {
    display: block;
    float: right;
    height: inherit;
    text-align: center;
    position: relative
}
.btn-nav span {
    color: #fff;
    font-size: 1.5rem
}
.btn-nav .icon {
    display:inline-block;
    font-size:24px;
    line-height: 20px;
    color:#fff;
    position: relative;
    top: 3px
}
/*.btn-nav:before {
    content: "";
    display: inline-block;
    width: 2px;
    height:25px;
    background: #c9c9c9;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left:-10px;
}*/
    /*
.home {
    display: block;
    width:62px;
    height: inherit;
    line-height: 52px;
    text-align: center;
    border-left: 1px solid #333;
    float: right;
    position: relative;
}
.home .icon {
    font-size: 2.4rem;
    color: #fff;
}
.home .num {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 10%;
    background:#d7262c;
    font-size: 1rem;
    color: #fff;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}*/
@media screen and (max-width:480px) {
    .w-480 {
    width:100%!important
    }
}
/*@media screen and (max-width:420px) {
    .btn-nav {
    position: absolute;
    right: 15px;
    top:15px;
}
}*/
    /*@media screen and (max-width:410px) {
    .logo {
    float: none
}
.top-search-form {
    float: none;
    width: 100%;
    margin-left: 0;
    height: auto;
}
.top-search-form .form-group {
    margin:0;
}
}*/
    /*顶导航*/
    .navbar.define {
    margin: 0;
    padding:0;
    z-index: 99;
    height: 44px;
    min-height:auto;
    min-height: initial;
    background: #ff771d;
    border:none;
    border-radius: 0;
}
.navbar.define .nav {
    padding:0;
    margin:0;
    font-size: 16px!important
}
.navbar.define .nav >li {
    background: none;
    font-size: 16px;
}
.navbar.define .nav >li a {
    color: #fff!important;
    padding:12px 0;
    margin:0;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis
}
.navbar.define .nav >li a:hover {
    background: none
}
.navbar.define .nav-justified>li {
    display: table-cell;
    width: 1%;
}
.navbar.define .nav li.active >a {
    background: url(../images/icon-nav-arrow.png) no-repeat center bottom;
}
.navbar.define .nav-justified>li>a {
    margin-bottom: 0 !important;
}
/*侧面导航*/
    .nav-top {
    overflow-y:auto;
    position: absolute;
    right: -100%;
    /*width: 290px;*/
    height: 100%;
    background: rgba(255,255,255,0.98);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-top ul,
.nav-top li,
.nav-second ul,
.nav-second li {
    margin:0;
    padding:0;
    list-style: none;
}
.nav-top li a {
    display: block;
    padding:10px 20px;
    border-top:1px solid #e9e9e9;
    color: #6f6a64;
    text-align:;
}
.nav-top li a:hover {
    text-decoration: none
}
.nav-top.on {
    right: 0;
}
.nav-top a .icon-power {
    display: inline-block;
    width:20px;
    height:20px;
    background:url(../images/icon-footer.png) no-repeat 0 -200px
}
.nav-top a .fa-chevron-right {
    color:#f21c0a;
    font-size: 1.6rem
}
.nav-top .ch {
    height: 30px;
    line-height: 30px;
}
.nav-top .en {
    margin-left:3px;
}
.btn-handle {
    background: #ddd;
    border:#ddd;
    color: #d9d8d8;
    cursor: pointer;
}
.btn-handle:hover {
    background: #be2a1e;
    color: #fff;
}
.nav-top .on .btn-handle {
    background: #be2a1e;
    color: #fff;
}
.nav-sub {
    display: none
}
.nav-sub li a {
    display: block;
    background: #e4e4e4;
    padding-left:40px;
    border-color:#d9d9d9
}
.nav-second {
    position: relative;
    width: 100%;
    height: auto;
}
.nav-second .nav-title a {
    display: block;
}
.nav-second .nav-title {
    padding: 14px 0;
    background: #ffffff;
    color: #000000;
    position: relative;
}
.nav-second .nav-title .title {
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
}
.nav-second .btn-nav-back {
    display: block;
    width: 17px;
    height: 13px;
    background: url(../images/icon-back.png) no-repeat left center;
    position: absolute;
    left: 3.125%;
    top: 50%;
    margin-top: -6.5px;
}
.nav-second .btn-nav-second {
    width: 21px;
    height: 21px;
    background: #cbcbcb;
    text-align: center;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10.5px;
    line-height: 20px;
}
.nav-second .menu {
    display: none;
}
.nav-second .menu a {
    display: block;
    padding: 6px;
    text-align: center;
    background: #f3f3f3;
    color: #666;
    border-bottom:1px solid #e8e8e8 }
.nav-second .menu li:first-child a {
    border-top:1px solid #d5d5d5 }
/*中国核动力研究院*/
    .dit {
    text-align: center;
}
.dit img {
    width: 100%;
}
/*top返回bar*/
    .detail-top-bar {
    position: relative;
    text-align: center;
}
.detail-top-bar .icon-back {
    display: block;
    position: absolute;
    width: 9px;
    height: 19px;
    background: url(../images/icon-back.png) no-repeat center;
}
a:focus {
    text-decoration: none;
}
a {
    outline: 0
}
a:hover {
    text-decoration: none
}
/*/
    /end header*/
    /*页脚footer*/
    .footer {
    background: #e70012;
	background: #2a2a2a;
    width:100%;
    height:auto;
    z-index: 999999999;
}
.foot-logo {
    width:140px;
    height:66px
}
/*底部导航*/
.foot-nav ul, .foot-nav li {
    margin: 0;
    padding:0;
    list-style: none;
}
.foot-nav >li {
    display: table-cell !important;
    width: 1% !important;
}

.foot-nav li a {
    color: #fff;
    margin-bottom: 0 !important;
    display: flex;
	flex-direction: column;
    align-items: center;
	padding: 8px 10px
}
.nav>li>a>img{ width:20px;}
.footer .icon {
    display: inline-block;
    width:30%;
    height: 20px;
    font-size:2rem;
    float: left;
}
.footer .foot-nav li span {
    float: left;
	font-size:12px;
	padding-top: 3px;
}
.footer .foot-nav li:before {
    content: "";
    display: inline-block;
    width: 2px;
    height:100%;
    background: url(../images/icon-line.png) no-repeat right center;
    position: absolute;
}
.footer .foot-nav li:first-child::before {
    background:none
}
.foot-nav>li>a:focus, .foot-nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ffffff
}
/*在线咨询*/
    /*//页脚footer*/
    /*垂直导航*/
    .nav-stacked {
    }
.nav-stacked >li {
    padding:15px;
    background: #f3f3f3
}
.nav-stacked >li>a {
    border:transparent;
    border-bottom: 1px solid #dadada;
    font-size: 1.6rem
}
.nav-stacked >li>a:hover {
    color: #be2a1e
}
.nav-stacked >li:last-child a {
    border-bottom: 0
}
/*paging分页*/
    .paging {
    clear:both;
    margin:0 auto;
    height:auto;
    min-width:200px;
    text-align:center
}
.paging li,.paging ul {
    margin:0;
    padding:0;
    list-style:none;
}
.paging ul {
    width:auto;
    height:100%;
    font-size:0;
    display:inline-block;
    *display:inline;
    zoom:1
}
.paging li {
    font-size:12px;
    height: 49px;
    float: left;
    *display: inline;
}
.paging li a {
    font-family:Arial,Helvetica,sans-serif;
    margin:0 6px;
    color:#999999;
    font-size: 12px;
    display: inline-block;
    height:50px;
    line-height: 50px;
}
.paging li a:hover {
    color:#333;
    text-decoration: none;
    text-decoration: none
}
.paging li.paging_next a,
.paging li.paging_prev a {
    line-height:normal;
}
.paging li.paging_current a {
    color:#000;
    font-weight: 700
}
.paging li .icon {
    display: inline-block;
    *display: inline;
    zoom:1;
    margin: 0;
    padding:0;
    line-height: 0;
    font-size: 0;
    width: 49px;
    height:49px;
    background:url(../images/icon-page.png) no-repeat 0 0;
    /*margin-top: -16px*/
}
.paging li .icon-prev {
    background-position: 0 0;
    margin-right: 3px;
}
.paging li .icon-next {
    background-position: 0 -120px;
    margin-left: 3px;
}
.paging li.paging_prev a:hover .icon-prev {
    background-position:0 -60px!important
}
.paging li.paging_next a:hover .icon-next {
    background-position:0 -180px!important
}
.paging li.total a {
    margin:0;
    padding:0 6px;
    border-radius:3px;
}
.paging li.total a:hover {
    color: #999999
}
.paging li.paging_next ~ .total,
.paging li.paging_prev ~ .total {
    margin-left: 6px
}
/*移动端分页*/
    .paging-mobile ul,.paging-mobile li {
    margin: 0;
    padding:0;
    list-style: none;
}
.paging-mobile ul {
    text-align: center
}
.paging-mobile li {
    display: inline-block;
    border: 1px solid #eee;
    height: 24px;
}
.paging-mobile li a {
    padding: 0 6px;
    color: #666;
}
.paging-mobile select {
    webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border:transparent;
    background: transparent;
    font-size: 14px;
    color: #e70012;
    margin: 0 10px;
}
.paging-mobile .paging_current {
    padding: 5px 0;
    border: none;
}
.paging-mobile .paging_next a,.paging-mobile .paging_prev a {
    display: inline-block;
    line-height:normal;
    height: 33px;
    padding: 0 8px;
    line-height:24px;
    font-size: 1.2rem;
    color: #666;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;*/
    
}
.paging-mobile .paging_prev a {
    }
.paging-mobile .paging_next a {
    }
.paging-mobile .paging_prev i {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ffffff transparent transparent;
}
.paging-mobile .paging_next i {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
}
.paging-mobile .paging_next a:hover,
.paging-mobile .paging_prev a:hover {
    background: #
}
/*幻灯片模块*/
    .module-slider {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: table;
}
/*首页幻灯片*/
.index-slider {
    
}
.index-slider img {
    width: auto;
    max-width:100%;
    height: auto;
}
.swiper-pagination .swiper-pagination-bullet {
    background: #9fa0a0;
    width: 12px;
    height:12px;
    border-radius:50%;
    opacity: 1
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}
/*首页栏目组*/
    .block {
    display: block;
}
.module-group-column {
}
.module-group-column ul,.module-group-column li {
    margin: 0;
    padding: 0;
    list-style: none
}
.module-group-column .item {
    width: 33.33333333333333%;
    padding-left: 20px;
    padding-right: 20px;
}
/*通栏*/
.module-group-column .item-fluid {
    width: 100%;
    padding:0;
}
.module-group-column .item-fluid .item-title {
    background: #f1f1f1;
    padding-left:20px;
    padding-right: 20px;
    border-bottom: 1px solid #f1f1f1;
    border-top:1px solid #f1f1f1;
    border-left: 5px #ff6600 solid;
}
.module-group-column .item-title {
    }
.module-group-column .item-title .zh {
    /*margin-top:15px;
    margin-bottom:15px;*/
}
.module-group-column .item-title .en {
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom:15px;
}
.module-group-column .item-content {
    }
/*more*/
.module-group-column .item-title .link-more {
    margin-top:12px;
    width: auto;
    background: transparent;
    color: #333333;
}
.module-group-column .item-title .link-more:hover {
    color: #e21715
}
.module-group-column .item-title .link-more i {
    /*-webkit-text-size-adjust: none;*/
    font-size: 2.4rem !important;
    /*transform: scale(1);*/
    color: #999;
    line-height: 24px;
}
.module-group-column .item-content.box-shadow-none {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-red {
    background: #be2a1e
}
/*品质*/
    .nav-quality-tabs {
    }
.nav-quality-tabs>li {
    border-right: 1px #ddd dashed;
    display: table-cell;
    width: 1%;
}
.nav-quality-tabs>li:last-child {
    border-right: 0
}
.nav-quality-tabs>li>a:before {
    content: "";
    display: none;
    position: absolute;
    bottom: -5.5px;
    left: 50%;
    margin-left: -5.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #006548 transparent transparent transparent;
    line-height: 0px;
    _border-color: #006548 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.nav-quality-tabs>li>a:hover {
    background: transparent;
}
.nav-quality-tabs .active a {
    background: #006549;
    color: #fff
}
.nav-quality-tabs .active a::before {
    display: block;
}
.nav-quality-tabs li:focus,.nav-quality-tabs li a:focus {
    background: #006549;
    color: #fff;
}
.column-quality-bg {
    height: 128px;
    width: 100%;
    background: #efefef
}
.column-quality-bg div {
    height: 100%;
}
.column-quality-bg img {
    position: absolute;
    bottom: 32px;
    right:-130px
}
/*资讯栏目*/
    .module-news .item-title {
    position: relative;
}
.module-news .en {
    position: relative;
    padding: 0 0 15px 0;
    display: block;
    margin: 0!important;
    color: #686868
}
.module-news .en:before {
    content:"";
    display: block;
    width: 80px;
    height: 3px;
    background: #cccccc;
    position: absolute;
    bottom: 0
}
.icon-arrow-right {
    display: inline-block!important;
    width: 22px;
    height: 43px;
    background: url(../images/xiaobing_icon.png) no-repeat 0 -124px;
}
.icon-arrow-right:before {
    display: none
}
.module-news .more {
    position: absolute;
    top:50%;
    margin-top: -21.5px;
    right:0
}
/*分类select*/
    .catgory {
    border-top: 2px solid #000;
    padding: 15px 0;
}
.catgory select {
    webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border:transparent;
    background: transparent;
    font-size: 1.6rem;
}

/*//首页栏目组*/
/*更多*/
.link-more {

    display: inline-block;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 10px 38px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.link-more .icon-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #959595;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #959595;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/*栏目*/
.module-column-title {
    height: 65px;
    background-image: url(../images/icon-column.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 20px auto 20px auto
}
.module-column-title a {
    display: block;
    width: 100%;
    height: 100%;
}
/*二级页面*/
    /*menu*/
    .dropdown-btn {
    position: absolute;
    right: 10px;
    top:50%;
    margin-top:-15px ;
}
.dropdown-btn .btn {
    position: static;
    margin: 0;
    padding: 0;
    background:none;
    border: 0
}
.dropdown-btn .btn .icon {
    color: #e70012;
    font-size:2rem
}
.dropdown-btn .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0
}
.dropdown-btn .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}
.dropdown-btn .dropdown-menu li a {
    padding: 6px 12px
}
.dropdown-btn .dropdown-menu li a:hover {
    background:#e70012;
}
.dropdown-btn .dropdown-menu li:last-child {
    border-bottom: 0
}
/*产品分类*/
    /*
.typebar {
    padding:10px 15px;
}
.typebar a {
    font-family: "宋体";
    float: left;
    display:inline;
    color: #777777;
    border:1px solid #dbdbdb;
    padding:6px 16px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 32%;
    margin-right: 6px;
    margin-bottom:12px;
}
.typebar a.active {
    border-color: #f21c0a;
    color: #f21c0a
}
@media screen and (max-width:375px) {
    .typebar a {
    width: 100%
}
}*/
    .param {
    font-size: 1.6rem
}
/*新闻详情模型*/
    .module-detail ul,
.module-detail li {
    margin: 0;
    padding: 0;
    list-style: none
}
.module-detail .article-title {
    font-size: 1.6rem;
    color:;
}
.module-detail .article-publish {
    padding: 6px 15px;
    color: #666;
    line-height: 1.8em
}
.module-detail .article-foot {
    font-size: 1.2rem;
    text-align: center
}
.module-detail .article-foot li {
    padding:3px 0;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 12px
}
.module-detail .article-foot a {
    color: #666;
    font-size: 1.2rem!important
}
.module-detail .article-foot a:hover {
    color: #c5251e
}
.module-detail .article-foot >div {
    padding: 0
}
.module-detail .paging_prev a,.module-detail .paging_next a {
    display: inline-block;
    height: 33px;
    width: 95px;
    line-height: 33px;
}
.module-detail .paging_prev a {
    background:url(../images/paging_prev.png) no-repeat;
}
.module-detail .paging_next a {
    background:url(../images/paging_next.png) no-repeat;
}
.backList {
    display: inline-block;
    float: right;
    color: #fff;
    background:url(../images/icon-back.png) no-repeat 5px center #000;
    padding: 3px 6px;
    padding-left: 24px;
    border-radius: 0
}
.detail-product .desc p {
    color: #999999;
}
.article-name {
    width:100%;
    height: 45px;
    background: #e70012;
    padding-left:5%;
}
.article-name span {
    font-size: 1.2em;
    color: #fff;
    line-height: 45px;
}
.detail_pro_parameter {
    width: 100%;
    height:auto;
    overflow: hidden;
}
.detail_pro_case {
    width: 100%;
    height:auto;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.detail_pro_case_title {
    width: 100%;
    height: 50px;
    background: #fff;
}
.detail_pro_case_title span {
    line-height: 50px;
    font-size: 1.2em;
}
.detail_pro_page {
    width: 100%;
    height:60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.detail_pro_page p {
    margin: 0;
    padding: 0;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*/
    /新闻详情模型*/
    /*产品详情*/
    .detail-product {
    }
/*模块*/
    .module {
    }
/*编辑器*/
    .module-editor {
    font-size: 1.4rem;
    line-height: 1.75em;
    color: #333;
}
.module-editor img {
    max-width: 100%;
    width: auto\9;
    height: auto;
}
/*/
    /编辑器*/
    /*面板*/
    /*.panel.contact {
    border-radius: 0
}
.panel.contact .panel-heading {
    font-size: 16px;
    color: #3a2a11;
    padding:0 15px;
    border-left: 8px #ff6600 solid;
    border-radius: 0
}
.panel.contact .panel-body {
    border-radius: 0
}
.panel.panel-detail {
    }
.panel.panel-detail .panel-heading {
    padding:0;
    line-height: normal;
}
.panel.panel-detail .panel-heading .ch {
    border-left:5px solid #f31c0a;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-top:6px;
    padding-bottom:6px;
    background: #f3f3f3;
    display: block;
}
p img {
    max-width: 100%;
    width: auto\;
    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 {
    }
.form-panel .form-group {
    position: relative;
}
.form-panel .label {
    position: absolute;
    color: #333;
    left:10px;
    top: 10px;
}
.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: #b3862d;
    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;
}*/
    .panel-contact {
    border:0;
    padding-top: 25px;
    padding-bottom: 10px;
    border:0;
    margin-bottom: 0;
    background: url(../images/icon-bg-arrow.png) no-repeat center top #fff;
    box-shadow: none
}
.panel-contact >div {
    padding:0 20px;
    text-align: center;
    color: #666
}
.panel-contact >div:last-child {
    border-right: 0
}
.panel-contact .en {
    text-transform: uppercase;
    color: #999;
    font-size: 14px
}
.panel-contact >div p:first-child {
    margin: auto;
    width: 50%
}
/*留言*/
    .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);
}
.panel-leave {
    border:0;
    border-radius: 0
}
.panel-leave .panel-heading {
    background:none;
    border:0;
    color: #fff;
}
.panel-leave .form-control {
    background: #f3f3f3;
    box-shadow: none;
    height:auto;
    min-height: 35px;
    border:0;
    border-radius: 0;
}
.panel-leave .btn-leave {
    border:2px solid #fff;
    padding: 6px 50px;
    background:#333;
    color: #fff;
    text-shadow:none;
}
.send {
    background: #e70012 !important;
    color: #fff;
}
/*/
    /面板*/
    /*分类筛选*/
    .module-filter ul,.module-filter li {
    margin:0;
    padding:0;
    list-style: none;
}
.module-filter {
    position: relative;
    margin-top: 10px;
}
.module-filter .item {
    float: left;
    *display: inline;
    position: relative;
    width: 50%;
    text-align: center;
    margin:0;
}
.module-filter ul >.item {
    border: 1px solid #ddd;
    padding-left:15px;
    padding-right: 15px;
}
.module-filter >ul >.item:first-child {
    border-right: 0
}
.module-filter .item a {
    display: inline-block;
    color: #3b3b3b;
    font-size: 14px;
    padding:10px 0;
    position: static;
}
.module-filter .aline {
    position: absolute;
    width: auto;
    height: 1px ;
    background: #4da8fe;
    bottom:-1px;
    left: 0
}
.module-filter .item .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #7f7f7f transparent transparent transparent;
    line-height: 0px;
    _border-color: #7f7f7f #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right:15px;
    top: 50%;
    margin-top: -2.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.module-filter .item.on .arrow {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    /* IE 9*/
    -moz-transform:rotate(180deg);
    /* Firefox*/
    -webkit-transform:rotate(180deg);
    /* Safari 和 Chrome*/
    -o-transform:rotate(180deg);
    /* Opera*/
}
.module-filter .sub-menu {
    position: absolute;
    display: none;
    width:100%;
    left: -1px;
    right: 0;
    top: 41px;
    z-index: 99;
    width:-moz-calc(100% + 1px);
    width:-webkit-calc(100% + 1px);
    width: calc(100% + 2px);
}
.module-filter .sub-menu .item {
    background-color:#ffffff;
    width: 100%;
    border-top:1px solid #e7e7e7;
    margin-top: -1px;
    padding: 0
}
.module-filter .sub-menu a {
    color: #333333;
    display: block;
    padding:10px 6px;
}
.module-filter .sub-menu a:hover {
    background: #282828;
    color: #ffffff;
}
/*列表组 图文imgage-text-style*/
.list-group-imgtext {
}
.list-group-imgtext li {
    list-style: none;
    position:relative;
}
.list-group-imgtext > .row {
    margin-left:-5px;
    margin-right:-5px;
    padding-left:0;
    padding-right: 0
}
.list-group-imgtext .img-thumbnail {
    border:none;
}
.list-group-imgtext .list-item {
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 12px;
}
.list-group-imgtext .thumbnail {
    padding:0;
    margin:0;
    border-radius: 0;
    border:none;
    position:relative;
    overflow: hidden;
}
.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 {
    color: #666
}
.list-group-imgtext .list-item.active 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 {
    /* 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 .last {
    margin-right: 0!important
}
/*icon fast panel*/
.i-t-s-7 {
    background: #f5f5f5;
    padding-left:15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.i-t-s-7 .row {
    margin-left: -10px;
    margin-right: -10px;
}
.i-t-s-7 .list-item {
    padding-left:10px;
    padding-right:10px;
    text-align: center
}
.i-t-s-7 .list-item >div {
    background: #fff;
    padding: 6px;
}
.i-t-s-7 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.i-t-s-7 .thumbnail {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.i-t-s-7 .thumbnail:hover {
    color: #dddddd
}
.i-t-s-7 .icon {
    display: inline-block;
    font-size: 40px;
}
.i-t-s-7 .thumbnail img {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.i-t-s-7 .list-item-title {
    padding:6px 0;
    text-align:center;
    position: relative;
}
.i-t-s-7 .list-item-title span {
    display: block;
}
.i-t-s-7 .list-item-title a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #333
}
.i-t-s-7 .list-item-title .list-type {
    display: block;
    position:absolute;
    left:0;
    top:0;
    width: 3px;
    height: 100px;
    background-color: #337ab7
}
.i-t-s-7 .active .list-item-title a {
    color: #be2a1e
}
.i-t-s-7 .active .thumbnail {
    color: #be2a1e
}



/**/
/*icon fast panel*/
.nav-icons-list{background: #ffffff;padding-left:15px;padding-right: 15px;padding-top: 30px;padding-bottom: 15px;}
.nav-icons-list a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.nav-icons-list .list-item{float: left;display: inline;width: 20%;padding-left:10px;padding-right: 10px;}
.nav-icons-list .thumbnail{display: block; margin: auto; color: #ddd; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.nav-icons-list .thumbnail:hover{color: #dddddd}
.nav-icons-list .thumbnail img{display: inline-block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.nav-icons-list .icon{display: inline-block; font-size: 40px;}
.nav-icons-list .list-item-title{height: 42px; padding:6px 0;text-align:center;position: relative;}
.nav-icons-list .list-item-title span{display: block;}
.nav-icons-list .list-item-title a{display: block;width: 100%;font-size:9px;color: #646464}
.nav-icons-list .list-item-title .list-type{display: block;position:absolute;left:0;top:0;width: 3px;height: 100px; background-color: #337ab7}
.nav-icons-list .active .list-item-title a{color: #be2a1e}
.nav-icons-list .active .thumbnail{color: #be2a1e}

/*首页产品中心*/
.i-t-s-1 {
    overflow: visible;
}
.i-t-s-1 .list-item {
    position: relative;
    padding: 0;
    margin:0;
}
.i-t-s-1 .thumbnail {
    width: 100%;
    height: 100%;
}
.i-t-s-1 .thumbnail img {
    width: inherit;
    height: inherit;
}
.i-t-s-1 .list-item-title {
    width: 100%;
    height: auto;
    position: absolute;
    top: -30%;
    text-align: center;
}
.i-t-s-1 .list-item-title .title {
    display: inline-block;
    width:55%;
    background: #efefef;
    border:3px solid #fff;
    border-radius: 50%;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,.075);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.075);
    box-shadow: 0px 3px 3px rgba(0,0,0,.075);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#000000');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#000000')";
}
.i-t-s-1 .active .list-item-title .title {
    background: #006549;
    transform: rotate(720deg);
}
.i-t-s-1 .active .thumbnail img {
    opacity: .9
}
/*推荐产品*/
.xb-module .module-heading{
    position: relative;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.xb-module .module-heading .zh{display: inline-block;font-size: 15px;font-weight: 700;color: #333;padding: 9px 6px;}
.xb-module .module-heading .more{font-size: 14px;color: #666;}
.xb-module .module-footer{border-top: 1px solid #e6e6e6;} 
.cate-bar{width:75%;}
.cate-bar .cate-more{font-size: 14px;color: #666;padding: 10px 6px;}
.cateTabsTitle{
    width: 85%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) inset;
}
.cateTabsTitle .swiper-slide{width: auto; min-width:50px; }
.cateTabsTitle a{display: block; font-size: 14px;color: #333;padding: 10px;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.cateTabsTitle .active {background: #cc0000;}
.cateTabsTitle .active a{color: #fff;}
.cate-bar.cateBarfixed{
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2222;
}
.cate-bar.cateBarfixed .cate-more{width: 15%;text-align: center;}
.cateTabsContent{margin-top: 15px;}
.moreCateBox{
    width: 100%;
    background-color: #f9f9f9;
}
.moreCateBox ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:space-around ;
    align-items:center;
    align-content:center;
}
.moreCateBox ul li{
    width: 33.333333%;
    text-align: center;
    padding: 12px;
}
.moreCateBox ul .active a{color: #cc0000;}

.moreCateBox a{font-size: 16px;color: #333;}


/*推荐产品*/
.list-recommend {
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px;
}
.list-recommend >.row{
    margin-left: -5px;
    margin-right: -5px;
}
.list-recommend .list-item {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.list-recommend .list-item .list-wrap{
  /*border: 1px solid #e0e0e0;*/ 
  position: relative;
 overflow: hidden;
 background: #fff;
    border-radius: 5px;
}
.list-recommend .list-item  .viewpic {
    overflow: hidden;
}
.list-recommend .list-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}
.list-recommend .list-item-title {
    display:block;
    color: #666;
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: 100%;
    padding: 6px;
}
.list-recommend .list-item-title a {
    font-size: 14px;
    color: #333
}
.list-recommend .br {
    margin-right: 0
}

/*产品中心列表*/
.list-product-center {
    overflow: visible;
}
.list-product-center .list-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}
.list-product-center .list-item >div {
    position: relative;
    overflow: hidden;
}
.list-product-center .list-item .thumbnail {
    }
.list-product-center img {
    }
.list-product-center .list-item-title {
    color: #fe8c41;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
    background-color:rgba(231,0,18,0.8);
    width: 100%;
    padding:0px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-product-center .list-item-title a {
    font-size:1rem;
    color: #fff
}
.list-product-center .br {
    margin-right: 0
}
/*案例*/
/*.list-case {
    }
.list-case .row {
    margin: 0
}
.list-case .list-item {
    margin-bottom: 0;
    padding: 0
}
.list-case .thumbnail {
    display: block;
    overflow: hidden;
}
.list-case .list-item-title {
    background: #ffffff;
    padding: 12px;
}
.list-case .list-item-title p {
    margin: 0
}
.list-case .list-item-title .title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #2f2f2f;
    font-size:16px;
}
.list-case .list-item-title .desc {
    color: #777
}*/
    /*案例*/
.list-case {
    overflow: visible;
}
.list-case .list-item {
    /*width: 535px;
    margin-right:30px;*/
    margin-bottom:10px;
    overflow: hidden;
    background: transparent;
    position: relative;
}
.list-case .list-item .thumbnail {
    display: block;
    position: relative;
}
.list-case .list-item .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#66006549", endColorstr="#66006549");
    background-color:rgba(0,101,73,0.4)!important;
}
.list-case .list-item-title {
    text-align: center;
    background: transparent;
    width: 100%;
    padding: 12px 0;
}
.list-case .list-item-title a {
    font-size: 14px;
    color: #333
}
.list-case .active {
    color: #006549;
}
.list-case .active .list-item-title,.list-case .active .list-item-title a {
    color: #006549;
}
.list-case .active .list-item-title {
    }
.list-case .br {
    margin-right: 0
}
/*列表组 文字text-style t-s*/
    .list-group-text {
    }
.list-group-text ul,.list-group-text li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem
}
.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 .title {
    font-size: 1.4rem;
    color: #666;
    padding-left: 12px
}
.list-group-text li .title:hover {
    color: #e21715;
}
.list-group-text li .time {
    color: #999
}
/*datalist新闻*/
    .t-s-1 {
    }
.t-s-1 .list-item {
    margin-bottom: 0;
    border-bottom: 1px solid #bbb;
    padding:15px 0;
}
.t-s-1 .list-item:first-child {
    border-top:1px solid #bbb;
}
.t-s-1 .list-item a {
    display: block;
}
.t-s-1 .list-item .time {
    border:2px solid #636363;
    width: 75px;
    height: 75px;
    text-align: center
}
.t-s-1 .list-item .date {
    display: block;
    color: #565656;
    font-size: 32px;
    font-weight: 700
}
.t-s-1 .list-item .year {
    display: block;
    color: #565656;
    font-size: 14px;
    padding-bottom: 3px;
}
.t-s-1 .list-item .list-item-title {
    /*width: 415px;
    c*/
    color: #9fa0a0;
    width: 80%;
}
.t-s-1 .list-item .title {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 0
}
.t-s-1 .list-item .title:hover {
    color:#006549;
    text-decoration: none;
}
.t-s-1 .list-item .desc {
    padding: 0;
    text-indent: 2em;
    margin-top:4px;
    font-size: 12px
}
/*/
    /列表组 文字text-style*/
    .map-container {
    width: 100%;
}
/*手机适配*/
@media screen and (max-width:374px) {
    .t-s-1 .list-item .time,.t-s-1 .list-item .list-item-title {
    width: 100%;
}
}
@media screen and (max-width:375px) {
    .list-product .list-item {
    width: 100%;
    float: none
}
}
@media screen and (max-width:413px) {
    .module-top {
    height: 60px
    }
}
.navbar-right {
    margin-top: 18px;
    padding-top:0;
	display:none
}

.footer .icon {
    font-size: 2rem
}
.body-head {
    padding-top:6px;
    padding-bottom: 6px;
}
.body-head .zh {
    font-size: 16px;
}
.body-head .en {
    font-size: 12px;
}
.module-group-column .item-title .zh {
    font-size: 1.8rem
}
.module-group-column .item-title .en {
    font-size: 1.4rem
}
.module-detail .article-publish {
    font-size: 1.4rem
}
@media screen and (max-width:330px) {
    .foot-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width:457px) {
    .panel-contact >div {
        padding: 0 0;
    }
}
@media screen and (max-width:350px) {
    .module-detail .article-publish .col-md-6 {
        width: 100%;
        float: none;
        display: block;
    }
}
@media screen and (max-width:374px) {
    .cate-bar .cate-more{ padding: 10px 0; }
}
/*产品列表*/
/*.in_pro_list_title {
    border-bottom: 1px solid #e6e6e6;
}
.swiper-container-pro {
    width: 100%;
    height: 215px;
    margin: 20px auto;
    overflow: hidden;
}
.swiper-container-pro .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    width:100%;
    position: relative;
    overflow: hidden;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide:nth-child(2n) {
    width:40%;
}
.swiper-slide:nth-child(3n) {
    width:60%;
}
.swiper_pro_name {
    display: block;
    width: 100%;
    font-size:0.8em;
    position: absolute;
    top:5%;
    left:50%;
    margin-left: -50%;
    z-index: 9999;
    color: #fff;
}
.swiper_pro_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
}*/
/*服务*/
    .service {
    width: 100%;
    height: auto;
    background:url(../images/index_service.png) top center no-repeat #e70012;
    padding-top:30px;
    padding-bottom:30px;
}
.service_box {
    width:90%;
    height:90%;
    background:rgba(255,255,255,0.8);
    position: relative;
    left: 50%;
    margin-left: -45%;
    overflow: hidden;
}
.service_box ul {
    width: 100;
    height: 100%
}
.service_box ul li {
    width: 45%;
    height:100%;
    float: left;
    padding:5% 0 5% 5%;
    overflow: hidden;
}
.service_box ul li img {
    width:20%;
    margin-right:5%;
}
.service_box ul li span {
    font-size:0.8em;
}
/*新闻*/
.news_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_list>.row {}
.news_list .list-item {padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;margin-bottom: 0;}
.news_list .list-item:last-child{border-bottom: none;}
.news_list .list-item .title{
    display: block;
    font-size: 16px;
    color: #333;
    width: 100%;
}
.news_list .list-item .desc {
  height: 55px;
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.news_list .list-item .time{}*/
.news_list .list-item .time time{color: #999; background: #f1f1f1;padding: 3px 6px;}



/*产品列表*/
.list-product {
    overflow: visible;
}
.list-product .list-item {
    height:300px;
    overflow: hidden;
    background: transparent;
}
.list-product .list-item >div {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width:100%;
    height:100%;
}
.list-product .list-item .thumbnail {
    width: 100%;
    height: 100%;
    display: block;
}
.list-product .list-item .thumbnail .viewpic {
    width: 100%;
    height: 100%;
    text-align: center;
}
.list-product .list-item .thumbnail .viewpic img {
    width:auto;
    height:50%;
    position: relative;
    top: 20%;
}
.list-product img {
    }
.list-product .list-item-title {
    color: #fe8c41;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
    background-color:rgba(231,0,18,0);
    width: 100%;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-product .list-item-title a {
    font-size: 14px;
    color: #fff;
}
.list-product .br {
    margin-right: 0
}
.list-product .box-ellipsis span {
    display: block;
    color: #333;
}
.list-product .box-ellipsis .weight {
    color: #ef001d;
}
/*二级页头*/
    .body-head {
    background: #fff;
    width: 100%;
    color: #fff;
    height:50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:15px;
    padding-right: 15px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.body-head span {
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #333;
}
.body-head .head-ceter {
    width: 70%;
    margin: auto;
    text-align: center
}
.btn-back {
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -10.5px;
}
.btn-back img {
    width: 100%;
    height: 100%;
}
.icon-back {
    display: inline-block!important;
    width: 31px;
    height: 25px;
    background: url(../images/xiaobing_icon.png) no-repeat 0 -198px;
}
/***产品详情***/
    /*slider*/
.detail_pro_box {
    width: 100%;
    height: 310px;
    background: #eee;
    overflow: hidden;
}
.module-slider {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: table;
}
.detail-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.detail-slider .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}
.detail-slider .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}
.detail-slider img {
    width: auto;
    max-width:100%;
    height: auto;
}
.detail-swiper-pagination {
    position:absolute;
    z-index: 9999;
    text-align: center;
}
.detail-swiper-pagination .swiper-pagination-bullet {
    background: #9fa0a0;
    width: 12px;
    height:12px;
    border-radius:50%;
    opacity: 1;
}
.detail-swiper-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}
/*文字介绍*/
.detail_pro_introduce {
    width: 100%;
    height: 185px;
    border-bottom: 1px solid #e5e5e5;
}
/*参数*/
.detail_slideTxtBox {
    width:100%;
    text-align:left;
}
.detail_slideTxtBox .hd {
    height:45px;
    line-height:45px;
    background:#fff;
    padding:0 10px 0 0;
    position:relative;
}
.detail_slideTxtBox .hd ul {
    width: 100%;
    height: 100%;
    float:left;
    position:absolute;
    top:-1px;
}
.detail_slideTxtBox .hd ul li {
    width: 33.3%;
    height: 100%;
    float:left;
    cursor:pointer;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.detail_slideTxtBox .hd ul li span {
    line-height: 45px;
}
.detail_slideTxtBox .hd ul li.on {
    height:100%;
    background:#fff;
    border-top:3px solid #e70012;
}
.detail_slideTxtBox .bd ul {
    padding:15px;
    zoom:1;
}
.detail_slideTxtBox .bd li {
    height:24px;
    line-height:24px;
}
.detail_slideTxtBox .bd li .date {
    float:right;
    color:#999;
}
/*产品中心列表*/
    .detail-product-case {
    overflow: visible;
}
.detail-product-case ul li {
    overflow: hidden;
}
.detail-product-case ul li .viewpic {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.detail-product-case .list-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}
.detail-product-case .list-item >div {
    position: relative;
    overflow: hidden;
}
.detail-product-case .list-item .thumbnail {
    }
.detail-product-case img {
    }
.detail-product-case .list-item-title {
    width: 100%;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#eeeeee;
    color: #fe8c41;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
}
.detail-product-case .list-item-title a {
    font-size: 14px;
    color: #333
}
.detail-product-case .br {
    margin-right: 0
}
/*案例列表*/
.case-center-list {
    overflow: visible;
}
.case-center-list ul li {
    overflow: hidden;
}
.case-center-list ul li .viewpic {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.case-center-list .list-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}
.case-center-list .list-item >div {
    position: relative;
    overflow: hidden;
}
.case-center-list .list-item .thumbnail {
    }
.case-center-list img {
    }
.case-center-list .list-item-title {
    width: 100%;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#eeeeee;
    color: #fe8c41;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.case-center-list .list-item-title a {
    font-size: 14px;
    color: #333
}
.case-center-list .br {
    margin-right: 0
}


/*案例详情*/
.detail-case {
    overflow: visible;
}
.detail-case .detail-case-name {
    width: 100%;
    height: 70px;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.detail-case .detail-case-name .name {
    margin: 0;
    padding: 0;
}
.detail-case .detail-case-name .time {
    margin: 0;
    padding: 0;
}
.detail-case .detail-case-name .name span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.detail-case .detail-case-name .time span {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}
.detail-case .desc {
    width: 100%;
    height: auto;
    background:url(../images/detail-case-desc.png) top center no-repeat #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.detail-case .br {
    margin-right: 0
}
/*产品展示*/
    .detail_case_pro_list {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.detail_case_pro_list_title {
    width: 100%;
    height: 45px;
    background: #e4e4e4;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-left: 3%;
}
.detail_case_pro_list_title span {
    line-height: 45px;
}
/*设计中心*/
    .design-center-list {
    overflow: visible;
}
.design-center-list ul li {
    overflow: hidden;
    height: 300px;
}
.design-center-list ul li .viewpic {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    width: 100%;
    height:270px;
    display: block;
    border: 1px solid #dfdfdf;
}
.design-center-list .list-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: transparent;
}
.design-center-list .list-item >div {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.design-center-list .list-item .thumbnail {
    }
.design-center-list img {
    }
.design-center-list .list-item-title {
    width: 100%;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#eeeeee;
    color: #fe8c41;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
}
.design-center-list .list-item-title a {
    font-size: 14px;
    color: #333
}
.design-center-list .br {
    margin-right: 0
}
/*售后服务*/
    .page_service_focus {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.page_service_focus img {
    width: 100%;
}
.page_service_01 {
    width: 100%;
    height: auto;
    background: #efefee;
    padding: 3% 3%;
    overflow: hidden;
}
.page_service_title {
    font-size: 1.7em;
}
.page_service_01 .detailed {
    font-size: 1em;
    color: #666;
}
.page_service_02 {
    width: 100%;
    height:350px;
    background:url(../images/page_service_02.png) top left no-repeat #fff;
    padding:10% 3% 3% 55%;
    overflow: hidden;
}
.page_service_02 .detailed {
    font-size: 1em;
    color: #999;
}
.page_service_03 {
    width: 100%;
    height:350px;
    background:url(../images/page_service_03.png) top right no-repeat #f5f6f6;
    padding:10% 50% 3% 3%;
    overflow: hidden;
}
.page_service_03 .detailed {
    font-size: 1em;
    color: #999;
}
.page_service_04 {
    width: 100%;
    height:350px;
    background:url(../images/page_service_04.png) top left no-repeat #fff;
    padding:10% 3% 3% 55%;
    overflow: hidden;
}
.page_service_04 .detailed {
    font-size: 1em;
    color: #999;
}
/*新闻*/
    .list-news {
    margin-top: 15px;
}
.list-news .list-item {
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
}
.list-news ul li {
    width:98%;
    height:70px;
    overflow: hidden;
}
.list-news ul li .list-item-time {
    height:100%;
    background: #adadad;
    float: left;
    text-align: center;
    overflow: hidden;
}
.list-news ul li .list-item-time a span {
    display: block;
}
.list-news ul li .list-item-time a .day {
    font-size:2.3em;
    margin: 0;
    padding: 0;
    color: #fff;
}
.list-news ul li .list-item-time a .year {
    font-size:1em;
    margin: 0;
    padding: 0;
    color: #fff;
}
.list-news ul li .list-item-title {
    height:70px;
    border: 1px solid #eee;
    background: #fff;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.list-news ul li .list-item-title a p {
    font-size: 0.8em;
}
.list-news ul li:hover .list-item-time {
    background: #e70012;
}
.list-news .thumbnail {
    display: block;
    position: relative;
}
.list-news .date {
    display: block;
    position: absolute;
    left: 2%;
    top:0;
    width: 69px;
    height: 79px;
    padding:15px;
    background: #da1111;
    color: #fff;
    font-size: 1.6rem;
}
.list-news .list-item-time {
    float: left;
}
.list-news .list-item-title {
    float: left;
    padding: 12px 12px;
    background: #f8f8f8
}
.list-news .list-item-title a {
    color: #333;
    font-size: 18px;
}
.list-news .desc {
    color: #666
}
/*联系方式*/
    .baidu-map {
    width: 100%;
    overflow: hidden;
}
.baidu-map img {
    width: 100%;
}
.mail-content {
    min-height:100px;
}
.code-text {
    background: none !important;
    border: 1px solid #dddddd !important;
}
.form-code {
    min-height: 33px;
    border: 1px solid #dddddd;
    box-shadow: none;
    height:auto;
    border-radius: 0;
}
.code-button {
    background: none !important;
}
/**/
.panel-body {
    padding: 0px;
}