/**/
.imgH200{height:200px;}
/*头部底部*/
a:focus, a:hover{text-decoration: none;}
textarea.form-control{height: 100px;}
.navbar-nav{margin-top:0;margin-bottom: 0;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background: #e00000;color: #fff;}
.navbar-nav .open .dropdown-menu{background: #fff;}
.dropdown-menu li a{height: 40px;line-height: 40px;}
.carousel-inner > .item > img{width: 100%;}
/*头部菜单栏*/
.navbar-toggle{margin-top:12px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: #f8f8f8; border:0;}
.navbar-default .navbar-toggle{background: #f8f8f8; border:0; padding: 2px 10px;}
.navbar-collapse{overflow-y: auto;}
/*底部折叠效果*/
.panel-group .panel + .panel{margin-top: 0;}
.panel-group .panel,.panel{border-radius: 0;}
.panel{border:0;}
#foot .panel{border-bottom:1px solid #6f6f6f;}
#foot .panel-default > .panel-heading{background: #555; color: #fff;}
.panel-heading{border-top-left-radius:0;border-top-right-radius:0;}
.panel-title{font-size: 15px;}
.panel-heading{padding-top: 5px; padding-bottom: 5px;}
.panel-title a{display: block;height: 40px; line-height: 40px;}
#foot a.list-group-item, button.list-group-item{color:#cdcdcd;}
#foot .list-group-item{ background: #555; padding: 10px 40px;border: 0;}
#foot.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0;}
/*内页tab页签效果*/
.find_nav {width: 100%;height: 50px;z-index: 9999;border-bottom: 1px solid #ddd;}
.find_nav_left {height: 50px;position: relative;overflow: hidden;-moz-box-flex: 1;-webkit-box-flex: 1;box-flex: 1;}
.find_nav_list {position: absolute;left: 0;}
.find_nav_list ul {position: relative;white-space: nowrap;}
.find_nav_list ul li {display: inline-block;padding: 0;margin:0 15px;}
.find_nav_list ul li a {display: block;width: 100%;height: 100%;line-height: 50px;text-align: center;color: #666;}
.find_nav_cur a {color: #f00 !important;}
.find_nav_list a.active{ color:#f00}
.sideline {display: block;position: absolute;border: 0;height: 2px;background-color: #f00;left: 0;top: 48px;pointer-events: none;}
.li_list{padding:25px 0; width: 100%; height: auto; overflow: hidden;}
/*内页列表*/
.submain-list .list-group-item{border:0; border-bottom: 1px dotted #ddd; margin-bottom: 0}
/*分页选中颜色*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background: #f00;
    border:1px solid #ff081e;
}
.pagination > li > a, .pagination > li > span{ color: #666;}
/*企业月刊*/
a>img.company_yk,img.company_yk{height: 200px;}
/*胶囊式nav背景颜色*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{background-color:#f00; border:1px solid #f00;}
.nav-pills > li > a:hover{color:#f00;}
.nav-pills > li > a{border:1px solid #ccc;padding:5px 10px; margin-right: 10px;}
/*人才招聘胶囊式样式*/
.recruit > li > a{padding:10px 25px; }
/*微信绑定样式*/
.bind-account-nav > li{float: left; margin:0 8px;}
.bind-account-nav > li.active > a, .bind-account-nav > li.active > a:focus, .bind-account-nav > li.active > a:hover{border-bottom:2px solid #f00; background: none;}
.bind-account-nav > li > a:hover{ background: none;}
/*头部搜索*/
.head-nav > li.active > a,.head-nav > li.active > a:focus, .head-nav > li.active > a:hover{border:0; color:#f00;}
.head-nav > li{margin-right: 0; margin-left: 0;}
.head-nav li:first-child{border-right: 1px #ccc solid;}
.head-nav li a{ padding-top:0;padding-bottom: 0; height: 20px; }
/*集团动态新闻图片轮播效果*/
.company-dynamics-pic{background: #fff; border:1px solid #ddd;}
.company-dynamics-pic .carousel-control.left,.carousel-control.right{background: none;}
.company-dynamics-pic .carousel-control{bottom:115px;}
.company-dynamics-pic .carousel-caption{position: relative;left:0;right: 0;bottom:0; text-align: left;color: #333; text-shadow: none; padding-left: 15px; padding-right: 15px;}
.company-dynamics-pic .carousel-indicators li{border:1px solid #f00;}
.company-dynamics-pic .carousel-indicators .active{background: #f00}
/*首页新闻动态促销活动轮播*/
.index-list{background: #555; border:none;}
.index-list .carousel-indicators li{ border:1px solid #fff;}
.index-list .carousel-indicators .active{background: #fff}
.index-tab>li>a{border-bottom:2px solid #8d8d8d }
/*发展历程轮播效果*/
.development-history{ border:none;}
.development-history .carousel-control{bottom:0; color:#aaa;}
.development-history .carousel-caption{margin-left: 35px; margin-right: 35px; }
/*下属公司图标*/
.mask-icon{ background: url("../img/address.png") left top no-repeat;}

/*减少一屏幕两张图间距*/
@media screen and (max-width:768px){
    .col-xs-6:nth-child(odd){padding-right: 5px;}
    .col-xs-6:nth-child(even){padding-left: 5px;}
}
@media screen and (min-width:768px)and (max-width:992px){
    .col-sm-6:nth-child(odd){padding-right: 5px;}
    .col-sm-6:nth-child(even){padding-left: 5px;}
}
@media screen and (min-width:992px)and (max-width:1200px){
    .col-md-6:nth-child(odd){padding-right: 5px;}
    .col-md-6:nth-child(even){padding-left: 5px;}
}

/*日期插件只读样式*/
.form-group .bcFFF{ background: #fff;}

/*返回顶部*/
.return-top{z-index:10000; width:60px; height:60px;position:fixed; right:5px; bottom:10%;overflow:hidden; cursor:pointer;}

/*产品筛选模态框从右向做弹出*/
.model-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.model-right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.model-right .modal-body {
    padding: 15px 15px 80px;
}
/*Right*/
.model-right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.model-right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.model-right .modal-content {
    border-radius: 0;
    border: none;
}
/*产品筛选样式*/
.product-btn{position: absolute; left: 0; right: 0; bottom:0; z-index: 1000; background: #fff;}
.product-select{clear:both;}
.product-select li a{float: left; display:block;padding: 5px 10px; border:1px solid #ddd; margin-right: 10px; margin-bottom: 10px;}
.product-select li .productSelect{background: #ffeeef; border: 1px solid #f00;color: #f00;}

/*首页产品推荐标题*/
.line{width: 200px;height: 1px;background: #e4e4e4;z-index: 1;position: absolute;left: 50%;margin-left: -100px;bottom: 25px;}
/*弹框居中显示*/
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: auto;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.subclass{width: 70%;}
.subclass .modal-body{
    text-align: center;
}
.subclass .modal-header {
     text-align: center;
 }