@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    line-height: 28px;
}

a:link {
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
}

a:visited {
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

a:active {
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

.clearfix {
    overflow: auto;
    _height: 1%
}

.header {
    border-bottom: #EEEEEE 1px solid;
}

.header-logo {
    width: 260px;
    height: 58px;
    margin: 20px 10px;
}

.header-phone {
    width: 225px;
    height: 36px;
    margin: 5px;
    float: right;
}

.header-menu-box li:before {
    display: inline-block;
    margin-left: 1.3em;
    width: 1.3em;
}

.header-menu {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    line-height: 50px;
}

/* 导航菜单 */

.navbar-nav li {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    clear: both;
}

.navbar-nav {
    min-height: 22px;
}

.navbar-brand {
    text-align: center;
    color: rgba(0, 0, 0, .5);
}

.menu-icon {
    font-size: 30px;
    padding: 5px 10px;
    border-radius: .15rem;
    color: #FFFFFF;
    background: #FF0000;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 20;
}

.nav-box > .show ul {
    margin-top: 36px;
    position: fixed;
    right: 20px;
    top: 36px;
    z-index: 20;
    background: rgba(255, 255, 255, 0.8);
}

.nav-link {
    border-radius: .15rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff0000;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.menu {
    border-radius: .25rem !important;
}

/* 轮播图片 */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.banner {
    /*height: 300px;*/
    overflow: hidden;
    clear: both;
}

/* 首页视频 */
.video-title {
    border-bottom: #FF0000 2px solid;
    padding: 10px 8px 2px 8px;
    margin-bottom: 10px;
}

.vtitle {
    color: #FF0000;
}

.video-title:before {
    display: inline-block;
    width: 1.3em;
}

.video {
    height: 188px;
    background: #FFFFFF;
    padding: 6px;
    border-radius: .15rem;
    border: #EEEEEE 1px solid;
}

/* 首页新闻 */
.body-center {
    padding: 10px 15px 0px 15px;
}

.new-item {
    height: 40px;
    line-height: 40px;
}

.new {
    display: block;
    padding: 1px 1rem;
    border-radius: 0px;
}

#pills-tab {
    border-bottom: #FF0000 2px solid;
}

.tab-pane li:before {
    display: inline-block;
    margin-left: 0.1em;
    width: 1.3em;
    color: #ff0000;
}

.new-title {
    border-bottom: #AFAEAE 1px dashed;
}

.new-info li {
    height: 40px;
    line-height: 40px;
    white-space: nowrap; /*强制不换行*/
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    -o-text-overflow: ellipsis; /*适用于opera浏览器*/
}

.new-info li a {
    text-align: left;
}

.new-info li span {
    float: right;
}

/* 精品项目 */
.service {
    border-bottom: #FF0000 2px solid;
    padding-top: 10px;
}

.service-title {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.service-title span {
    color: #FF0000;
}

.service-title:before {
    display: inline-block;
    width: 1.3em;
}

.service-more {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.service-more a:link {
    color: #FF0000;
}

.service-item-box {
	padding: 0px;
	margin: 10px auto 0px;
}

.service-item {
	padding: 0px;
	margin: 0px;
}

.service-item-img img {
    border: 0px;
    margin: 3px;
}

.service-item-img {
    width: 92px;
    height: 70px;
    margin: 5px auto;
    padding: 2px;
    border: #EEEEEE 1px solid;
    border-radius: .15rem;
    overflow: hidden;
}

.search {
    width: 100%;
    margin: 10px 5px;
    padding: 0px 10px;
    border: #EEEEEE 1px solid;
    border-radius: .15rem;
}

.form-control {
    font-size: 0.86rem;
}

.search select {
    margin: 5px 20px 5px 0px;
    height: 32px;
    line-height: 32px;
}

.search button {
    margin: 5px 0px;
    height: 30px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.service-staff-item {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.service-staff-img {
    width: 112px;
    height: 136px;
    margin: 5px;
    padding: 5px;
    border: #EEEEEE 1px solid;
    border-radius: .15rem;
    overflow: hidden;
}

.service-staff-txt {
    text-align: left;
}

.an {
    display:inline-block;
    width:90;
    height:24;
    background-color:#FF0000;
    text-align: center;
    color: #FFFFFF;
    padding:0px 10px;
    border-radius: .15rem;
}

.service-item-txt {
    text-align: center;
}

/* 友情链接 */
.link-title {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: #FF0000 2px solid;
}

.link-title:before {
	display: inline-block;
	margin-left: 0.5em;
	width: 1.2em;
	font-size: 16px;
}

.link-title span{
	color: #ff0000;
}

.link-site {
	padding: 10px;
    text-align: center;
}

.site {
    float: left;
}

.link-site-img {
    padding: 10px;
    text-align: center;
}

.link-img {
    width: 120px;
    height: 60px;
}

/* 底部版权 */
.foot {
	height: 120px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-top: #EEEEEE 1px solid;
}

.foot-info {
	height:36px;
	line-height: 36px;
	text-align: left;
    white-space: nowrap; /*强制不换行*/
    overflow: hidden; /*自动隐藏文字*/
}

.wx{
    height: 100px;
    line-height: 100px;
    text-align: right;
    padding-right: 15px;
}

.foot-sm-box {
    height: 120px;
    padding-bottom: 48px;
}

.foot-sm {
    background-color: #ff0000;
}

.foot-info-sm {
    height:28px;
    line-height: 28px;
    text-align:center;
    color: #FFFFFF;
}

.foot-menu {
    position: fixed;
    bottom: 0;
    background: rgba(243, 243, 243, 1.2);
    height: 70px;
    border-top: #d7d8d9 1px solid;
}

.foot-menu-img {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.foot-menu-img i {
    display: inline-block;
    padding: 6px 0px 0px 0px;
    text-align: center;
    font-size: 26px;
    width: 24%;
}

.foot-menu-text span {
    height: 30px;
    width: 24%;
    display: inline-block;
    padding: 0px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

/* 关于我们 */
/** 左侧菜单 **/
.menu-navbar {
    width: 100%;
}

.menu-navbar li~li{
    border-bottom: #EEEEEE 1px solid;
    font-size: 14px;
}

.menu-top {
    background-color: #ff0000;
    color: #FFFFFF;
    border-radius: .15rem;
}

@media (max-width: 992px){
    .menu-navbar{
        flex-direction:row;
        float: left;
    }
    .right-info {
        margin-left: 15px;
    }
    #collapsibleNavbar {
        position: absolute;
        top:36px;
        right:10px;
    }
    .nav-link {
        letter-spacing:2px;
    }
}

/** 关于我们 正文 **/
.right-info {
    padding-left: 0px;
}

.new-info-title {
    height: 50px;
    line-height: 50px;
    border-bottom: #AFAEAE 1px dashed;
}

.new-info-title span {
    padding-left: 10px;
}

.new-info-title:before {
    display: inline-block;
    margin-left: 0.5em;
    width: 1.2em;
    font-size: 16px;
    color: #ff0000;
}

.new-info-body {
    padding: 10px 0px;
}

.page {
    padding-left: 0px;
    padding-right: 0px;
}

.page ul{
    margin: 10px auto 0px;
    justify-content: center!important;  /*页码居中*/
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}

.info_title {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}

.info_remark {
    padding: 2px;
    margin: 5px 0px;
    text-indent: 2em;
    line-height: 30px;
    border: #d7d8d9 1px dashed;
}