#body,
.main_wrap {
    background: #f7f6f4 !important;
}

.rd_dialog {
    display: none;
}

.pic_show {
    width: 760px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -300px;
    z-index: 1000;
    background: #fff;
    display: block;
}

.divbacking {
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 500;
    display: block;
}

.project_pic {
    border: #d8d4d1 1px solid;
    width: 228px;
    height: 242px;
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.project_pic a {
    width: 220px;
    height: 170px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 4px;
    margin-top: 10px;
}

.project_pic img {
    height: 170px;
    max-width: 100% !important;
}

.project_detail {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    color: #666666;
    padding: 0 5px;
    letter-spacing: -1px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_imgs {
    display: none;
}

.project_name {
    padding: 0 5px;
    padding-top: 7px;
    color: #333333;
    line-height: 14px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_ul {
    width: 780px;
    min-height: 780px;
}

.right_box {
    height: auto;
    display: flex;
    flex-flow: column;
}

.pager2 {
    text-align: right;
}

.project_title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    background: #f7f5f2;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_pic_detail {
    position: relative;
    overflow: hidden;
    width: 760px;
}

.project_pic_detail .bigImg {
    height: 470px;
    position: relative;
    text-align: center;
}

.project_pic_detail .bigImg li img {
    vertical-align: middle;
    height: 420px;
}

.project_pic_detail .bigImg h4 {
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 90px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    top: 420px;
    background: url(../image/bg_way_scroll_title.png);
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_pic_detail .bigImg h4 a {
    color: #ffffff;
    display: inline-block;
    padding-right: 110px;
}

.project_pic_detail .smallScroll {
    height: 100px;
    background: #000000;
    margin-top: 50px;
}

.project_pic_detail .smallScroll .sPrev {
    float: left;
    display: block;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    background: url(../image/icon_arrow_back.png) no-repeat 17px center;
}

.project_pic_detail .smallScroll .sNext {
    float: right;
    display: block;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    background: url(../image/icon_arrow_next.png) no-repeat 17px center;
}

.project_pic_detail .sPrev:hover {
    background: url(../image/icon_arrow_back_hover.png) no-repeat 17px center;
}

.project_pic_detail .sNext:hover {
    background: url(../image/icon_arrow_next_hover.png) no-repeat 17px center;
}

.project_pic_detail .Prev {
    position: absolute;
    width: 50px;
    height: 60px;
    text-indent: -9999px;
    background: url(../image/icon_way_scroll_back.png) no-repeat 0 center;
    z-index: 1000;
    top: 180px;
    left: 0
}

.project_pic_detail .Next {
    position: absolute;
    width: 50px;
    height: 60px;
    text-indent: -9999px;
    background: url(../image/icon_way_scroll_next.png) no-repeat 0 center;
    z-index: 1000;
    top: 180px;
    right: 0
}

.project_pic_detail .Prev:hover {
    background: url(../image/icon_way_scroll_back_hover.png) no-repeat 0 center;
}

.project_pic_detail .Next:hover {
    background: url(../image/icon_way_scroll_next_hover.png) no-repeat 0 center;
}

.project_pic_detail .smallImg {
    float: left;
    margin: 15px 0px;
    display: inline;
    width: 650px;
    overflow: hidden;
}

.project_pic_detail .smallImg ul {
    height: 100px;
    width: 9999px;
    overflow: hidden;
}

.project_pic_detail .smallImg li {
    float: left;
    padding: 0 10px 0 0;
    width: 100px;
    cursor: pointer;
    display: inline;
}

.project_pic_detail .smallImg img {
    width: 114px;
    height: 70px;
    opacity: 0.8;
    object-fit: contain;
}

.project_pic_detail .smallImg .on img {
    opacity: 1;
}

.project_pic_detail .pageState {
    position: absolute;
    top: 417px;
    font-size: 16px;
    left: 20px;
    color: #ffffff;
    letter-spacing: 1px;
}

.project_pic_detail .pageState span {
    color: #f99d33;
    font-size: 30px;
}

.close {
    width: 50px;
    height: 50px;
    background: url(../image/icon_way_scroll_close.png) no-repeat scroll 0px 0px transparent;
    position: absolute;
    z-index: 9999;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.close:hover {
    background: url(../image/icon_way_scroll_close_hover.png) no-repeat scroll 0px 0px transparent;
}


/* 发展历程 */

#develop {
    position: relative;
}

#develop .hd {
    position: relative;
}

#develop .prev,
#develop .next {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    background: url(../image/his_left.png) 0 0 no-repeat;
}

#develop .next {
    position: absolute;
    right: 0;
    background: url(../image/his_right.png) 0 0 no-repeat;
}

#develop .prev:hover {
    background: url(../image/his_left_hover.png) 0 0 no-repeat;
}

#develop .next:hover {
    background: url(../image/his_right_hover.png) 0 0 no-repeat;
}

#develop .active {
    background: #54296c !important;
    color: #fff;
}

#develop .bd {
    width: 616px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#develop .bd ul {
    overflow: hidden;
    zoom: 1;
}

#develop .bd ul li {
    margin-right: 14px;
    text-align: center;
    background: #fff;
    width: 60px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    float: left;
    cursor: pointer;
}


/* .active {
    background: #54296c!important;
    color: #fff;
} */

#develop .bd ul li:hover a {
    color: #fff;
}

.developMain_location {
    margin-top: 60px;
    position: relative;
}

.developH2 {
    padding-left: 20px;
    margin-left: 195px;
    border-left: 1px solid #ddd;
}

.developMain_location img {
    position: absolute;
    position: relative;
    left: 179px;
    bottom: -7px;
}

.developMain_his_all {
    display: none;
}

.developMain_his {
    overflow: hidden;
    background: url(../image/line_bg.png) no-repeat;
    background-position-x: 195px;
}

.developMain_his>img {
    float: left;
    margin-top: 18px;
    margin-left: 18px;
}

.developMain_his_font {
    margin-left: 196px;
    border-left: 1px solid #ddd;
    padding-bottom: 30px;
    position: relative;
}

.circle {
    position: absolute;
    left: -5px;
    top: 13px;
}

.developMain_his_font h2 {
    font-size: 32px;
    color: #693387;
}

.developMain_his_font div {
    font-size: 14px;
    width: 480px;
    padding: 10px 20px;
    line-height: 24px;
    position: relative;
    border: 1px solid #ddd;
    margin-left: 20px;
    margin-top: 20px;
    background: #fff;
    min-height: 20px;
}

.developMain_his_font div img {
    position: absolute;
    left: -9px;
    top: 8px;
}

.newslist {
    width: 100%;
    line-height: 1.8
}

.newslist li {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #dbd4cd;
}

.newslist .time {
    float: left;
    width: 60px;
}

.newslist .conts {
    float: right;
    width: 652px;
}

.newslist .conts a {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist .conts p {
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

.newslist .day,
.newslist .date {
    background-color: #eae6e2;
    display: block;
    text-align: center;
    font-family: Arial;
}

.newslist .day {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 30px;
}

.newslist .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}

.newslist h3 {
    padding-bottom: 10px;
    margin-top: -2px;
    font-size: 14px;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist .more {
    margin-left: 8px;
}


/**视频*/

.videolist {
    overflow: hidden;
    width: 100%;
}

.videolist ul {
    width: 810px;
    padding-left: 1px;
    overflow: hidden;
}

.videolist .item {
    background-color: #fff;
    float: left;
    display: inline;
    border: 1px solid #dbdbdb;
    width: 171px;
    height: 190px;
    margin: 10px 10px 15px 0;
    overflow: hidden;
}

.videolist .item:nth-child(4n) {
    margin: 10px 0 15px 0;
}

.videolist .pic {
    width: 169px;
    height: 120px;
    overflow: hidden;
    padding: 5px;
}

.videolist .pic img {
    display: block;
}

.videolist .playbox,
.videolist .play,
.videolist .play_bg {
    position: absolute;
    display: block;
    width: 179px;
    height: 130px;
}

.videolist .playbox {
    display: none;
    margin: -125px 0 0 -5px;
}

.videolist .pic:hover .playbox {
    display: block;
}

.videolist .play {
    background: url(../image/2013_btn_play.png) no-repeat left top;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 29px;
    margin: -13px 0 0 -15px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 9999px;
    cursor: pointer;
    z-index: 1;
}

.videolist .play_bg {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(Opacity=50)
}

.videolist .conts {
    padding: 5px 10px;
}

#divBacking {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0.5;
    background: black;
}

#divframe {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.video_popbox {
    position: relative;
    width: 744px;
    padding: 18px;
}

.video_popbox .close {
    background: url(2013_fancy_close.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.video_popbox .sp_bg {
    background: #fff;
    width: 720px;
    height: 475px;
    padding: 15px 0 0 15px;
}

#rd_video {
    width: 784px;
    height: 517px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: flex;
    justify-content: center;
    background-color: #000;
}

#rd_video video {
    width: 100%;
    margin-bottom: 20px;
}

#js_frameClose {
    width: 50px;
    height: 50px;
    background: url(../image/icon_way_scroll_close_hover.png) no-repeat scroll 0px 0px transparent;
    position: absolute;
    z-index: 9999;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.video-link {
    display: none;
}


/* 服务业务模板样式 */

.majorTop {
    width: 725px;
    background: #fff;
    margin-bottom: 46px;
}

.majorTitle {
    height: 200px;
}

.majorTitleFont {
    width: 240px;
    height: 100%;
    text-align: center;
    background: #693387;
    color: #fff;
    float: left;
}

.majorTitleFont p:first-child {
    font-size: 24px;
    padding-top: 57px;
}

.majorTitleFont p:last-child {
    font-size: 14xp;
}

.majorTitleImg {
    width: 485px;
    height: 100%;
    float: left;
}

.majorTitleImg img {
    height: 100%;
    width: 100%;
}

.majorDesc {
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
}

.majorBottom {
    width: 725px;
    margin-top: 46px;
}

.majorBottomItem {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: flex;
}

.majorBottomFont {
    width: 460px;
}

.majorBottomItem img {
    width: 218px;
    height: 155px;
    margin-right: 30px;
    border: 1px solid #eee;
    padding: 6px;
}

.majorTitleFont p,
.majorBottomFont p {
    line-height: 1.5;
}

.majorBottomFont p:first-child {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.majorBottomFont p:last-child {
    font-size: 14px;
    text-align: justify;
    color: #000;
}

#chinaMap {
    width: 730px;
    height: 600px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    position: relative;
}

#forgienMap {
    width: 755px;
    height: 429px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    position: relative;
}

.tablesty {
    background-color: #efecf1;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    table-layout: fixed;
    word-break: break-all;
}

.about-honormain-c .tablesty td {
    padding: 7px 0 7px 10px;
    font-size: 14px;
    height: 45px;
    color: #000;
}

.about-honormain-c .tablesty th {
    background-color: #9e7fb0;
    color: #fff;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    text-align: left;
}

.about-honormain-c .tablesty th:nth-child(1) {
    width: 275px;
}

.about-honormain-c .tablesty td:nth-child(2),
.about-honormain-c .tablesty th:nth-child(2) {
    padding-left: 30px;
}

.about-honormain-c tr:hover {
    background-color: #9e7fb0!important;
}

.newlslist_tab {
    padding-bottom: 60px;
}

.recruit_top {
    border-left: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    position: relative;
    margin-top: -9px;
    border-right: 1px solid #ddd;
}

.recruit_top_font {
    padding: 20px;
}

.recruit_top_url {
    color: #54296c;
    font-size: 16px;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.newlslist_tab img {
    max-width: 100% !important;
}

.recruit_tab {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    table-layout: auto;
}

.recruit_tab tr {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.recruit_tab th {
    text-align: center;
}

.recruit_tab td {
    color: #000;
}

.recruit_tab tr td:nth-child(2),
.recruit_tab th:nth-child(2) {
    width: 235px;
}

.recruit_tab tr td:nth-child(6),
.recruit_tab th:nth-child(6) {
    width: 85px;
}

.recruit_tab .check_btn {
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #693387;
    border: 1px solid #ddd;
    display: inline-block;
}

.project_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}