@charset "utf-8";

/*统一重置样式表*/
html {
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    background: #fff;
    font-family: "微软雅黑", Arial, Helvetica, Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
section,
div,
p,
input,
ul,
li,
span,
form,
img {
    margin: 0px;
    padding: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
li {
    list-style: none
}

a {
    color: #000
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
button {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.textone {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textMult {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*内容页底层css*/
.navBar {
    height: 54px;
    background: #f5f5f5;
}

.navBar ul {
    width: 1160px;
    margin: 0 auto;
    padding-left: 40px;
}

.navBar ul li {
    float: left;
    width: 152px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #555;
}

.navBar ul li.active {
    background: #BF9F62;
    color: #fff !important;
}

.navBar ul li a {
    color: #555;
}

.navBar ul li.active a {
    color: #fff;
}

.pos {
    margin: 32px 0 24px 10px;
    background: url(images/pos.png) no-repeat left center;
    color: #999;
    text-indent: 30px;
    height: 24px;
    line-height: 24px;
}

.pos a {
    color: #999;
}

.essay {
    border: 1px solid #c9c9c9;
    width: 1118px;
    margin: 0 auto;
    padding: 20px 40px 40px 40px;
}

.conTitle {
    font-size: 26px;
    color: #555;
    text-align: center;
    line-height: 36px;
    margin-bottom: 40px;
}

.essay span {
    font-size: 14px;
    color: #555;
}

.conText {
    padding-top: 30px;
    border-top: 1px solid #c9c9c9;
    margin: 0 auto;
    color: #333;
    line-height: 36px;
    text-indent: 2em;
    font-size: 14px;
}

.conText p {
    color: #333;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 20px;
}

.conTimes {
    margin: 0 400px 0 10px;
}

.FSmall,
.fBig {
    font-size: 14px;
    margin: 0 5px;
}

#container {
    width: 100%;
    height: 428px;
}

.box {
    position: relative;
}


/* .active{background:#bf9f62 !important;color:#fff !important;} */
.border {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.slide {
    width: 1200px;
    height: 39px;
    margin: 0 auto;
    background: url(images/gg.png) no-repeat left top;
}

.slide .bd {
    margin: 0 0 0 115px;
    width: 980px;
    height: 39px;
    overflow: hidden;
}

.slide .bd li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 980px;
    height: 39px;
    line-height: 39px;
}

.slide .bd li a {
    font-size: 14px;
    color: #555;
}

.box {
    width: 1300px;
    margin: 0 auto;
}






/*集团简介css*/
.introT {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    color: #bf9f62;
    font-size: 36px;
}

.border2 {
    width: 216px;
    height: 3px;
    position: absolute;
    left: 536px;
    top: -2px;
    background: #8c8c8c;
}

.introDesc {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 36px;
    text-align: center;
}

.introTitle {
    color: #bf9f62;
    font-size: 25px;
    text-align: center;
    margin: 20px auto 10px;
}

.border3 {
    width: 82px;
    height: 3px;
    background: #bf9f62;
    margin: 0 auto 25px;
}

.intro {
    font-size: 14px;
    color: #333;
    font-family: simsun;
    line-height: 36px;
    text-indent: 2em;
    padding-bottom: 160px;
}

.intro p {
    text-indent: 2em;
}









/*分页*/
.sList {
    width: 1200px;
    padding: 35px 24px 15px 24px;
    border: 1px solid #dcdcdc;
    margin: 45px auto 30px;
}

.sList li {
    width: 1200px;
    position: relative;
}

.sList li a {
    line-height: 38px;
    height: 38px;
    max-width: 1000px;
    display: block;
    color: #333;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sList li:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 8px;
    top: 14px;
    background: #dcdcdc;
    z-index: 3;
    position: absolute;
    border-radius: 4px;
}

.sList li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    height: 38px;
    width: 150px;
    text-align: right;
    color: #999;
}

.sList li:nth-child(5n+5) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.sList li:last-child {
    border: none;
}

.pages {
    width: 1000px;
    height: 30px;
    margin: 0 auto 50px;
    text-align: center;
}

.pages li {
    display: inline-block;
    border: solid 1px #cecece;
    margin: 50px 5px 0;
    padding: 0 13px;
    height: 34px;
    line-height: 34px;
}

.page-active {
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    border: none;
    background: #0098dc;
    border: solid 1px #0098dc;
    margin: 0 2px;
}

.page-active a {
    color: #fff;
}