/*关于我们*/
/*子菜单*/
.about_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.about_banner img {
    width: 100%;
    display: block; /* 消除图片下方的空隙 */
    max-width: 100%; /* 确保图片不会超过其容器的宽度 */
    height: auto; /* 保持图片的宽高比 */
    padding: 0; /* 重置内边距 */
    margin: 0; /* 重置外边距 */
}

.about_banner .about_bantext {
    position: absolute;
    width: 60%;
    height: 220px;
    background: rgba(0,0,0,0.4);
    top: 25%;
    left: 20%;
}

.about_banner .about_bantext h2 {
    color: white;
    font-size: 34px;
    margin-top: 40px;
    margin-left: 50px;
}

.about_banner .about_bantext span {
    display: block;
    width: 120px;
    border: #ff0000 solid 1px;
    margin-left: 50px;
    margin-top: 8px;
}

.about_banner .about_bantext p {
    margin-top: 30px;
    margin-left: 50px;
    color: white;
}

.about_zmenu ul li {
    float: left;
}

.about_zmenu ul li h3 {
    float: left;
}

.about_zmenu ul li h3 a {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    padding: 0 60px;
    background: url(../imgs/about_menujt.png) no-repeat right 30px center;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
}

.about_zmenu ul li h3 a:hover {
    color: #ff0000;
}

.about_zmenu ul .about_zmenu_li1 h3 a {
    background: #e5e5e5 url(../imgs/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*子菜单结束*/
/*主要内容*/
.about_center {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.about_center h3 {
    font-size: 28px;
    font-weight: bold;
    color: #595959;
}

.about_center span {
    display: block;
    width: 100px;
    border: #ff0000 solid 2px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.about_center p {
    /* word-break: break-all;*/
    /* word-wrap: break-word; */
    text-align: initial;
    /* color: #808080; */
    line-height: 40px;
    /* box-sizing: border-box; */
    /* text-indent:2em; */
    /* font-size: 16px; */
}

.about_center2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    margin-bottom: 180px;
}

.about_center2 ul {
    float: left;
    font-weight: bold;
}

.about_center2 ul:nth-child(2) {
    margin-left: 50px;
    color: #333;
    font-weight: normal;
}

.about_center2 ul li {
    margin-top: 20px;
}

.about_center2 ul:nth-child(1) li:nth-child(7) {
    margin-top: 43px;
}

.about_center2 ul:nth-child(1) li:nth-child(8) {
    margin-top: 40px;
}

.about_center2 .about_timez {
    position: absolute;
    top: -12px;
    left: 55px;
}

.about_center2 .about_timerig {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -185px;
}
/*主要内容*/
/*关于我们结束*/

.power_all {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.power_center h3 {
    font-size: 28px;
    font-weight: bold;
    color: #595959;
}

.power_center .xiaxian {
    display: block;
    width: 100px;
    border: #ff0000 solid 2px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.power_center p {
    /* color: #808080; */
    line-height: 24px;
    /* word-break: break-all;*/
    /* word-wrap: break-word; */
    text-align: justify;
    margin-top: 15px;
}
.about_zmenu, .about2_zmenu, .pro_zmenu, .pro2_zmenu, .about_zmenu6 {
    background: #f5f5f5;
    height: 50px;
    overflow: hidden;
}




.lcb_lc {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}
#slider {
    position: relative;
    height: 70px;
    border-top: 1px solid #414243;
    padding: 10px 50px;
    overflow: hidden;
}
#slider a {
    color: #555656;
    font-weight: 400;
    text-decoration: none;
}
.slide-left, .slide-right {
    z-index: 1;
    top: 14px;
    position: absolute;
    width: 43px;
    height: 43px;
    background-color: white;
    background-image: url('../imgs/horizontal_arrows.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.slide-left {
    left: 0px;
    background-position: 0px 0px;
}
.slide-right.active {
    right: 0px;
    background-position: -46px -44px;
}
.slide-right {
    right: 0px;
    background-position: -45px 0px;
}
#slider nav {
    position: relative;
    overflow: hidden;
}
#slider nav ul {
    position: relative;
    white-space: nowrap;
}
#slider li {
    display: inline-block;
    font-size: 24px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
}
#slider a.active {
    color: #00a7e0;
    font-weight: bold;
}
.slide-left.active {
    left: 0px;
    background-position: 0px -43px;
}

#timeline {
    background: url('../imgs/grey_pixel.png') repeat-y center center;
    padding: 40px 0 50px;
    border-top: 1px solid #414243;
    overflow: hidden;
}
#timeline {
    overflow: hidden;
}
#scroller {
    position: relative;
    top: 0px;
    padding: 0 100px;
}
#timeline article {
    clear: both;
    position: relative;
    width: 50%;
}

.point {
    background-color: #414243;
    height: 10px;
    width: 10px;
    position: absolute;
}

#timeline .point {
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
#timeline article .inner {
    position: relative;
    /* background-color: white; */
    width: 400px;
}
img {
    max-width: 100%;
}
.inner_phonep {
    display: none;
}
.inner_phonep {
    font-size: 17px;
}

.his_right {
    position: absolute;
    top: 50%;
    right: -500px;
    margin-top: -50px;
    width: 400px;
    line-height: 24px;
}
.his_right p {
    font-size: 27px;
}

.inner_right {
    float: right;
}

.his_left {
    position: absolute;
    top: 50%;
    left: -100%;
    margin-top: -50px;
    /* max-width: 400px; */
    line-height: 24px;
}
.his_left p {
    font-size: 27px;
    width: 400px;
    text-align: right;
    /* max-width: 100%; */
}
.his_left p span, .his_right p span, .power_center p, .about_center p, .index_yk .index_yk_left p, .index_lk dd, .index_con1 .index_con1_right p {
    font-size: 16px;
}
.his_left p span {
    display: block;
    margin-top: 30px;
    font-size: 26px;
    /* word-break: break-all; */
    /* word-wrap: break-word; */
    /* text-align: initial; */
}
.his_right p span {
    display: block;
    /* word-break: break-all; */
    /* word-wrap: break-word; */
    /* text-align: initial; */
    margin-top: 30px;
    /* font-size: 25px; */
}









