/* sunBanner start */
.subBanner {
    margin-top: 100px;
    height: 450px;
}

/* sunBanner end */
/* 新闻详情页 start */
.articleC {
    background-color: #fff;
    padding: 0 80px;
}

.articleC .articleTitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 8px;
}

/* ————— 发布信息 start ————— */
.articleTime {
    display: block;
    clear: both;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 0 15px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    text-align: center;
}

.articleTime span {
    padding-right: 50px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

/* ————— 发布信息 end ————— */
.articleTime .time::after {
    display: block;
    content: "";
    position: absolute;
    top: -34px;
    left: -70px;
    background: url(../images/icon/time.png) center center no-repeat;
    width: 100px;
    height: 100px;
}

.articleC .articleTime .liulan::after {
    display: block;
    content: "";
    position: absolute;
    top: -34px;
    left: -70px;
    background: url(../images/icon/liulan.png) center center no-repeat;
    width: 100px;
    height: 100px;
}

.articleC .articleBox {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding: 20px 0;
}

.articleC .pageUp {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.articleC .pageUp .articlePageBox {
    width: 49%;
    float: left;
    margin: auto;
}

.articleC .pageUp .articlePageBox.line {
    border-right: 1px solid #e5e5e5;
}

.articleC .pageUp span {
    color: #595959;
    font-size: 18px;
    font-weight: bold;
}

.articleC .pageUp a {
    color: #595959;
    font-size: 18px;
}

.articleC .pageUp .pageL1 {
    float: right;
}

.articleC .pageUp .pageF {
    text-align: left;
}

.articleC .pageUp .pageL {
    text-align: right;
    float: right;
}

/* 新闻详情页 end */
/* ————— 分享 start ————— */
.articleShare {
    display: inline-block;
    vertical-align: middle;
}

.articleShare .shareParent .shareItem {
    vertical-align: middle;
}

/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 分享 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
    position: absolute;
    left: -1px;
    opacity: 0;
}

.newsAudio .audiojs {
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    width: 400px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
    width: 25px;
    height: 27px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    position: relative;
}

.newsAudio .audiojs .play-pause:before {
    content: '';
    display: block;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
}

.newsAudio .audiojs p {
    display: none;
    width: 25px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
}

.newsAudio .audiojs .play {
    display: block;
}

.newsAudio .audiojs .scrubber {
    position: relative;
    float: left;
    width: 240px;
    background: #f5f5f5;
    height: 14px;
    margin: 10px;
    top: 1px;
    overflow: hidden;
}

.newsAudio .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #fbbc05;
    z-index: 1;
}

.newsAudio .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #ffeebb;
    cursor: pointer;
}

.newsAudio .audiojs .time {
    overflow: hidden;
    height: 35px;
    line-height: 36px;
    margin: 0px 0px 0px 6px;
    padding: 0px 6px 0px 12px;
    position: relative;
    color: #666;
}

.newsAudio .audiojs .time:before {
    content: '';
    display: block;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #666;
    font-style: normal;
}

.newsAudio .audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.newsAudio .audiojs .error-message {
    display: none;
    padding: 0px 10px;
    height: 35px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
    color: #666;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.newsAudio .audiojs .play {
    background: url(../components/audio/images/play.png) center center no-repeat;
    background-size: 14px;
}

.newsAudio .audiojs .loading {
    background: url(../components/audio/images/loading.png) center center no-repeat;
    background-size: 14px;
    -webkit-animation: fa-rotating 2s infinite linear;
    animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
    content: '';
}

@keyframes fa-rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.newsAudio .audiojs .error {
    background: url(../components/audio/images/error.png) center center no-repeat;
    background-size: 14px;
}

.newsAudio .audiojs .pause {
    background: url(../components/audio/images/pause.png) center center no-repeat;
    background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
    display: none;
}

.newsAudio .playing .pause {
    display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
    display: none;
}

.newsAudio .loading .loading {
    display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
    display: none;
}

.newsAudio .error .error {
    display: block;
}

.newsAudio .error .play-pause p {
    cursor: auto;
}

.newsAudio .error .error-message {
    display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
    width: 700px;
    height: 395px;
    margin: 0 auto;
    position: relative;
}

.newsViewVideo #col1mui-player {
    height: 100% !important;
    cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    cursor: pointer;
}

/* ————— 视频 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin: 20px auto 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 600px;
    height: 400px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width: 600px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    height: 47px;
    width: 70px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    height: 47px;
    width: 70px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 9;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    height: 47px;
    width: 70px;
}

.img_hd ul li.on {
    border: 1px solid #1e5ab0;
    background: #1e5ab0;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float: left;
    top: 15px;
    position: absolute;
    z-index: 9;
    background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}

.articleHand a {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    background: url(../images/common/file/file.png) no-repeat left center;
    color: #666
}

.articleHand a.word {
    background: url(../images/common/file/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}

.articleHand a.ppt {
    background: url(../images/common/file/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}

.articleHand a.excel {
    background: url(../images/common/file/excel.png) no-repeat left center;
    color: #15bf44 !important;
}

.articleHand a.pdf {
    background: url(../images/common/file/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}

.articleHand a.zip {
    background: url(../images/common/file/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}

.articleHand a:hover {
    text-decoration: underline;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
    clear: both;
    height: 30px;
    text-align: center;
    font-family: Arial;
}

.articlePage a {
    margin: 0 1px;
    background: #ccc;
    padding: 5px 10px;
}

.articlePage a:hover {
    color: #fff;
    background: #1e5ab0;
}

.articlePage a.hover {
    color: #fff;
    background: #1e5ab0;
}

/* ————— 文章页码 end ————— */
/* 单篇页 start */
.singleC {
    padding: 0 50px;
    background-color: #fff;
}

.singleC .articleTitle {
    font-size: 30px;
    color: #181d62;
    text-align: center;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.singleC .articleTitle1 {
    text-align: center;
    font-size: 24px;
    font-family: 'cg';
    color: rgba(24, 29, 98, .3);
    height: 42px;
    line-height: 42px;
}

.singleC .articleBox {
    font-size: 16px;
    color: #181818;
    line-height: 36px;
}

.singleC .articleBox span {
    text-indent: 2em;
    display: inline-block;
}

/* 单篇页 end */
/* 图文列表1 start */
.imgText1 {
    overflow: hidden;
}

.imgText1 dd {
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 5px;
}

.imgText1 dd .pic {
    width: 400px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    border-radius: 5px;
}

.imgText1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.imgText1 dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.imgText1 dd .text {
    overflow: hidden;
}

.imgText1 dd .text .title {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
    overflow: hidden;
    padding-top: 20px;
}

.imgText1 dd .text .title a {
    color: #333;
    font-size: 18px;
}

.imgText1 dd .text .textC {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 36px;
}

.imgText1 dd .text .time {
    width: 170px;
    height: 30px;
    background-color: rgba(24, 29, 98, .04);
    line-height: 25px;
    overflow: hidden;
    border-radius: 50px;
    color: #999;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    position: relative;
}

/* .imgText1 dd .text .time::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: -24px;
    width: 80%;
    height: 80%;
    background: url(../images/icon/time.png) center center no-repeat;
} */
.imgText1 dd .text .time span{display: inline-block;padding-left: 30px;background: url(../images/icon/time.png) center left no-repeat;}
.imgText1 dd:hover .text .title a {
    color: #181d62;
    font-weight: bold;
}

/* 图文列表1 end */
/* 全文列表1 start */
.testListPage {

}

.textList1 {
    overflow: hidden;
    margin: 0 -15px;
}

.textList1 dd {
    overflow: hidden;
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.textList1 dd .con {
    background: #FFF;
    margin: 0 15px;
    padding: 54px 43px 54px 38px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}
.textList1 dd .time {
    float: left;
    color: #666;
    text-align: center;
    position: relative;
    z-index: 5;
}
.textList1 .time .time1 {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 2px;
    position: relative;
}
.textList1 .time .time1::after {
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #375eac;
    margin: auto;
    transition: .4s;
}
.textList1 .time .time2 {
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-top: 10PX;
}
.textList1 dd .textR {
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-left: 36px;
    height: 80px;
    overflow: hidden;
    line-height: 40px;
}
.textList1 .textR a {
    font-size: 22px;
    color: #333;
}
.textList1 dd:hover a,
.textList1 dd:hover .time{
    color: #fff !important;
}
.textList1 dd:hover a {
    color: #1e5ab0;
}
.textList1 dd .con::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient( 0deg, rgb(24,29,98) 0%, rgb(220,34,62) 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}
.textList1 dd .con:hover::after {
    opacity: 1;
    visibility: visible;
}
.textList1 dd:hover .time1::after {
    background-color: #dc223e;
}

.textPage {
    height: 72px;
    background-color: #fff;
    position: relative;
}
.textPage .page {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.textPage .page a{
    border: 1px solid #e5e5e5;
}
.textPage .firstPage,
.textPage .nextPage,
.textPage .prevPage,
.textPage .lastPage,
.page .prev {display: none;} 

.textPage .prev,
.textPage .next
 {display: block;}
.textPage .prev {
    position: absolute;
    left: 36px;
    top: 0;
    border: none !important;
}
.textPage .prev div {width: 70px;position: relative;}
.textPage .prev:hover div {color: #181d62;}
.textPage .prev:hover {background: rgba(0, 0, 0, 0) !important;cursor: pointer;}
.textPage .prev div::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 16px;
    background: url(../images/icon/page-prve.png);
}
.textPage .prev div:hover::after {
    background: url(../images/icon/page-next.png);
    transform: rotate(180deg);
}
.textPage .next {
    position: absolute;
    right: 36px;
    top: 0;
    border: none !important;
    transition: .5s;
}
.textPage .next div {width: 70px;position: relative;}
.textPage .next:hover div {color: #181d62;cursor: pointer;}
.textPage .next div::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 10px;
    height: 16px;
    background: url(../images/icon/page-prve.png);
    transform: rotate(-180deg);
}
.textPage .next div:hover::after {
    background: url(../images/icon/page-next.png);
    transform: rotate(0deg);
}
/* 全文列表1 end */
/* 培训项目1 start */
.traning {
    width: 100%;
    height: 910px;
    background: url(../images/pxxm-bg.png) no-repeat;
    background-size: cover;
    margin-top: -30px;
}
/* 培训项目1 end */
/* 公司简介 start */
.aboutusBox {position: relative;}
.aboutusBox .aboutusBg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
}
.aboutus .pic {
    width: 376px;
}
.aboutus .pic::before {
    padding-top: 47.8723%;
}
.aboutus .con {
    overflow: hidden;
    background-color: #fff;
}
.aboutus .aboutusL {
    float: left;
    width: 450px;
    padding: 44px 0 85px 30px;
}
.aboutus .aboutusL .title {
    font-size: 30px;
    color: #181d62;
    height: 50px;
    line-height: 50px;
}
.aboutus .aboutusL .title1 {
    font-size: 24px;
    font-family: 'cg';
    color: rgba(24, 29, 98, .3);
    height: 40px;
    line-height: 40px;
    padding-bottom: 100px;
}
.aboutus .aboutusR {
    padding: 44px 60px 85px 60px;
    background-color: #f1f3fb;
    overflow: hidden;
    line-height: 30px;
    font-size: 15px;
    color: #181818;
    height: 370px;
}

/* 公司简介 end */
/* 招聘列表1 start */
.recruitList dd {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 40px 0 40px;
}
.recruitList .con {
    position: relative;
    z-index: 5;
    padding-bottom: 30px;
}
.recruitList .con .pull {
    width: 188px;
    float: right;
}
.recruitList .text .title {
    font-size: 20px;
    color: #595959;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    padding-bottom: 10px;
}
.recruitList .text .number {
    font-size: 16px;
    color: #999;
    transition: .4s;
}
.recruitList .number span:nth-child(2) {
    padding: 0 40px;
}
.recruitList .pull {padding-top: 26px;}
.recruitList .pull .td {
    width: 100px;
    height: 44px;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    overflow: hidden;
}
.recruitList .pull .icon {
    width: 70px;
    height: 44px;
    background-color: #181d62;
    float: right;
    position: relative;
    cursor: pointer;
}
.recruitList .icon #pullBtn {
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg); 
    transition: .5s;  
}
.recruitList .show #pullBtn {
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0); 
    transition: .5s;  
}
.recruitList .con1 {
    overflow: hidden;
    display: none;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.recruitList .con1 .title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.recruitList .con1 .textC {
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding-bottom: 50px;
}
/* 招聘列表1 end */
/* 招聘列表2 start */
.recruitFrom {
    margin: 0 -65px;
    background-color: #fff;
}
.recruitFrom .title {
    font-size: 26px;
    color: #333;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding-top: 44px;
    padding-bottom: 55px;
}
.recruitFrom .title span {
    font-size: 30px;
    color: rgba(153, 153, 153, 0.3);
    text-transform: uppercase;
}
.recruitFrom .recruitDiv {
    float: left;
    width: 50%;
}
.recruitFrom .recruitDiv .con {
    margin: 0 65px;
    position: relative;
    margin-bottom: 25px;
}
.recruitFrom .must {
    position: absolute;
    width: 24px;
    color: #f20;
    font-size: 16px;
    float: left;
    left: 10px;
    top: 18px;
}
.recruitFrom .text {
    width: 120px;
    color: #333;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 50px;
}
.recruitFrom .inp {
    overflow: hidden;
}
.recruitFrom input {
    border: 1px solid #dedede;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.recruitFrom .recruitDiv {font-size: 16px;color: #555;}
.recruitFrom .div2 .inp {line-height: 50px;}
.recruitFrom .div2 input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.recruitFrom .div2 input:nth-child(2) {
    margin-left: 30px;
}
.recruitFrom .div3,
.recruitFrom .div4 {
    width: 100%;
}
.recruitFrom .div4 textarea {width: 100%;height: 268px;padding: 20px;border: 1px solid #dedede;box-sizing: border-box;}
.recruitFrom .div5 {
    width: 100%;
}
.recruitFrom .div5 .file {
    position: relative;
    display: inline-block;
    width: 77px;
    height: 34px;
    background-color: #175ee9;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-top: 8px;
    margin-right: 10px;
}
.recruitFrom .file input {
    width: 77px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
}
.recruitFrom .div5 .jlmb {
    display: inline-block;
    width: 77px;
    height: 34px;
    background-color: #dc223e;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-top: 8px;
    margin-right: 24px;
    cursor: pointer;
}
.recruitFrom .div6 {width: 100%;}
.recruitFrom .div6 .inp {float: left;margin-right: 30px;}
.recruitFrom .div6 input {
    width: 250px;
}
.recruitFrom .div6 .yzm {
    overflow: hidden;
    margin-bottom: 50px;
}
.recruitFrom .div6 .yzm img {
    vertical-align: middle;
}
.recruitFrom .div6 .yzm span {
    vertical-align: middle;
    padding-left: 20px;
}
.recruitFrom .btn {width: 100%;padding-top: 30px;padding-bottom: 96px;}
.recruitFrom .btn .con {
    width: 500px;
    margin: auto;
    
}
.recruitFrom .btn .sub {
    display: inline-block;
    width: 220px;
    height: 50px;
    color: #fff;
    background-color: #181d62;
    line-height: 50px;
    font-size: 16px;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}
.recruitFrom .btn .res {
    display: inline-block;
    width: 220px;
    height: 50px;
    font-size: 16px;
    color: #666;
    background-color: #e5e5e5;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
/* 招聘列表2 end */
/* 客服中心 start */
.helpDl {
    padding: 0 50px 50px 50px;
    background-color: #fff;
}
.helpDl .Dd {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.helpDl .con {
    position: relative;
    z-index: 5;
    overflow: hidden;

}
.helpDl .con .pull {
}
.helpDl .text .title {
    font-size: 18px;
    color: #181818;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}
.helpDl .pull {padding-top: 26px;}
.helpDl .pull .icon {
    width: 24px;
    height: 44px;
    float: right;
    position: relative;
    cursor: pointer;
    background: url(../images/icon/kfzx-pull1.png) center center no-repeat;
    transition: .4s;
}
.helpDl .pull .show {
    width: 24px;
    height: 44px;
    float: right;
    position: relative;
    cursor: pointer;
    background: url(../images/icon/kfzx-pull.png) center center no-repeat;
    transition: .4s;
}
.helpDl .con1 {
    overflow: hidden;
    display: none;
    margin: 0 -10px;
}
.helpDl .textList {
    overflow: hidden;
    margin: 0 -15px;
}

.helpDl .textList dd {
    overflow: hidden;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.helpDl .textList .con {
    height: 50px;
    background: #f2f5f8;
    margin: 0 15px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 50px;
    padding: 0 32px;
    border-radius: 5px;
    position: relative;
}
.helpDl .textList .con::after {
    width: 22px;
    height: 50px;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 30px;
    background: url(../images/icon/jiantou-right.png) center center no-repeat;

}
.helpDl .textList .con:hover {
    color: #181d62;
    background-color: #e6eef9;
}
.helpDl .title1 {
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-bottom: 28px;
    padding-left: 42px;
    position: relative;
    padding-top: 46px;
}
.helpDl .title1::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 50px;
    background: url(../images/icon/kfzx-1.png) center center no-repeat;
    top: 42px;
    left: 0;
}
/* 客服中心 end */
/* 服务项目 start */
.serviceC {background-color: #fff;padding-top: 50px;}
.serviceDl {
    overflow: hidden;
}

.serviceDl dd {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}
.serviceDl dd:nth-child(even) .fl {
    float: right;
}
.serviceDl dd:nth-child(even) .pad {
    padding-left: 0;
}
.serviceDl dd:nth-child(even) .pad {
    padding-right: 85px;
}
.serviceDl dd:nth-child(even) .page {
    text-align: left;
}
.serviceDl dd .pic {
    width: 1025px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.serviceDl dd .pic:before {
    display: block;
    content: '';
    padding-top: 60.8780%;
}

.serviceDl dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.serviceDl dd .text {
    overflow: hidden;
}
.serviceDl .text .pad {
    padding-left: 85px;
}

.serviceDl .text .title {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    padding-top: 64px;
}
.serviceDl .text .title1 {
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #ccc;
    overflow: hidden;
    padding-bottom: 23px;
}
.serviceDl .text .icon {
    width: 35px;
    height: 35px;
    padding-bottom: 25px;
}
.serviceDl .icon img {
    width: 100%;
    height: 100%;
}

.serviceDl dd .text .textC {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 105px;
    overflow: hidden;
    margin-bottom: 30px;
}
.serviceDl .text .icon1 {
    width: 48px;
    height: 48px;
    padding-bottom: 85px;
}
.serviceDl .icon img {
    width: 100%;
    height: 100%;
}
.serviceDl .page {
    border-bottom: 1px solid #e4e4e4;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.serviceDl .page .sp1 {
    font-size: 18px;
    color: #666;
}
.serviceDl .page .sp2 {
    font-size: 14px;
    color: #cbcbcb;
}

.serviceDl dd:hover .text .title a {
    color: #181d62;
    font-weight: bold;
}

/* 服务项目 end */
/* 电子地图 start */
.BMapLabel {
    display: none !important;
}

.anchorBL {
    display: none;
}

.BMap_omCtrl {
    display: none;
}
.mapDl {
    overflow: hidden;
}
.mapDl .Dd {
    float: right;
    width: 500px;
    background-color: #fff;
    padding: 94px 30px 0 30px;
    height: 476px;
    margin-left: 10px;
}
.mapDl .Dd .logo {
    width: 206px;
    height: 58px;
    padding-bottom: 10px;
}
.mapDl .logo img {
    width: 100%;
    height: 100%;
}
.mapDl .Dd .title {
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    color: #181818;
    padding-bottom: 24px;
}
.mapDl .Dd .lx {
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    color: #181818;
    font-size: 15px;
    color: #666;
    padding-bottom: 32px;
    padding-left: 32px;
    position: relative;
}
.mapDl .Dd .lx span {
    padding-left: 42px;
}
.mapDl .Dd .lx::after {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: url(../images/icon/phone1.png);
}
.mapDl .Dd .lx1::after {
    background: url(../images/icon/dz.png;)
}
.mapDl .Dd .lx2::after {
    background: url(../images/icon/xx.png);
}
.mapDl .map {
    height: 570px;
    overflow: hidden;
}
.mapBox {
    width: 980px;
    background-color: #fff;
    padding: 3px;
}
/* 电子地图 end */
/* 综合页 start */
/* 公司简介 start */
.composite {
    background: url(../images/sta_bg.png);
    background-size: cover;
}
.composite .about {
    padding: 90px 0;
}
.composite .text {
    overflow: hidden;
}
.composite .text .title {
    font-size: 42px;
    color: #333;
    height: 60px;
    line-height: 60px;
    padding-top: 16px;
}
.composite .text .title1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.07);
    font-family: 'cg';
    height: 40px;
    line-height: 40px;
    padding-bottom: 42px;
}
.composite .text .textC {
    font-size: 15px;
    color: #181818;
    height: 90px;
    line-height: 30px;
    padding-right: 100px;
    padding-bottom: 100px;
}
.composite .indexMore a {color: #181d62;width: 170px;display: block;}
.composite .indexMore {
    width: 198px;
    height: 55px;
    border: 1px solid #181d62;
    line-height: 55px;
    font-size: 15px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    margin-top: 0;
    background-color: #fff;
    margin-bottom: 100px;
}
.composite .indexMore span {
    padding-left: 30px;
    display: block;
    transform-style:preserve-3d;
}
.composite .indexMore::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #181d62;
    transition: .5s;
    transform:translateZ(-1px);
}
.composite .indexMore:hover a {color: #fff;}
.composite .indexMore:hover::before {
    width: 100%;
}
.composite .indexMore::after {
    display: block;
    content: "";
    background: url(../images/szzx-jt.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 55px;
}
.composite .num {
    float: left;
    position: relative;
}
.composite .num .sp1 {
    font-size: 60px;
    color: #181d62;
}
.composite .num .sp2 {
    display: inline-block;
    font-size: 22px;
    font-family: 'pact';
    color: #181d62;
    width: 50px;
    height: 80px;
    position: relative;
}
.composite .num .sp2::after {
    position: absolute;
    content: '项';
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.05);
    top: 34px;
    left: 20px;
    text-align: center;
    line-height: 50px;
}
.composite .one .sp2::after {content: '亿';}
.composite .two .sp2::after {content: '个';}
.composite .three .sp2::after {content: '项';}
.composite .two {padding: 0 15.272%;}
.composite .num>div {
    font-size: 14px;
    color: #999;
}
.composite .about .pic {
    width: 730px;
    height: 640px;
    float: right;
}
/* 公司简介 end */
/* 组织架构 start */
.composite .zzjg-bg {
    background: url(../images/zzjg-bg.png);
    background-size: cover;
}
.composite .zzjg {min-height: 845px;}
.composite .zzjg .title {
    font-size: 42px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-top: 90px;
}
.composite .zzjg .title1 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.07);
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.composite .zzjg .pic {
    width: 915px;
    margin: auto;
    margin-top: 22px;
}
.composite .zzjg .pic::before {
    padding-top: 64.0437%;
}
.zzjg .pic img {left: 24px;}
/* 组织架构 end */
/* 团队介绍 start */
.composite .team-bg {
    background: url(../images/taem-bg.png);
    background-size: cover;
}
.composite .team {min-height: 600px;}
.composite .team .title {
    font-size: 42px;
    color: #333;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-top: 90px;
}
.composite .team .title1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.07);
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 32px;
}
.composite .team .textC {
    height: 182px;
    line-height: 36px;
    font-size: 18px;
    color: #181818;
    overflow: hidden;
    padding-bottom: 44px;
}
.composite .team .indexMore {
    width: 198px;
    height: 55px;
    border: 1px solid #181d62;
    line-height: 55px;
    font-size: 15px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    margin-top: 0;
    background-color: #fff;
    margin: auto;
}
/* 团队介绍 end */
/* 企业文化 start */
.composite .firm-bg {
    background: url(../images/qywh-bg.png);
    background-size: cover;
}
.composite .firm {padding-top: 100px;}
.composite .firm .pic {
    float: left;
}
.composite .firm .pic::before {
    padding-top: 60.3571%;
    width: 800px;
}
.composite .firm .text1 {
    overflow: hidden;
    padding-left: 100px;
}
.composite .firm .tit {
    font-size: 42px;
    color: #333;
    height: 60px;
    line-height: 60px;
    padding-top: 36px;
}
.composite .firm .tit1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.07);
    height: 40px;
    line-height: 40px;
    padding-bottom: 32px;
}
.composite .firm .text .title {
    font-size: 24px;
    color: #fd7d28;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
}
.composite .firm .text .titleC {
    font-size: 18px;
    color: #333;
    height: 34px;
    line-height: 34px;
    padding-bottom: 22px;
}
.composite .firm .text .titleC.pad {
    padding-bottom: 56px;
}
/* 企业文化 end */
/* 综合页 end */
/* 企业文化 end */
.cultureDl .Dd {
}
.cultureDl .Dd .con {
    padding: 50px;
    background: url(../images/qywh-bg1.png) no-repeat;
    overflow: hidden;
}
.cultureDl .cultureL {
    float: left;
    width: 850px;
    margin-right: 30px;
}
.cultureDl .title {
    font-size: 30px;
    color: #181d62;
    height: 50px;
    line-height: 50px;
    padding-top: 38px;
}
.cultureDl .title1 {
    font-size: 24px;
    color: rgba(24, 29, 98, .3);
    height: 40px;
    line-height: 40px;
    padding-bottom: 42px;
}
.cultureDl .list {
    width: 380px;
    height: 230px;
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .4s;
}
.cultureDl .list .tit {
    font-size: 22px;
    color: #ac7941;
    height: 38px;
    line-height: 38px;
    padding-top: 114px;
    position: relative;
    z-index: 5;
}
.cultureDl .list .textC {
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 5;
}
.cultureDl .list::after {
    position: absolute;
    content: '';
    display: block;
    top: 63px;
    left: 50%;
    transform: translateX(-20px);
    width: 40px;
    height: 42px;
}
.cultureDl .list1::after {background: url(../images/icon/qywh-qyln.png) center center no-repeat;transition: .3s;}
.cultureDl .list1:hover::after {background: url(../images/icon/qywh-qyln-hover.png) center center no-repeat;}
.cultureDl .list2::after {background: url(../images/icon/qywh-qysm.png) center center no-repeat;transition: .3s;}
.cultureDl .list2:hover::after {background: url(../images/icon/qywh-qysm-hover.png) center center no-repeat;}
.cultureDl .list3::after {background: url(../images/icon/qywh-qydw.png) center center no-repeat;transition: .3s;}
.cultureDl .list3:hover::after {background: url(../images/icon/qywh-qydw-hover.png) center center no-repeat;}
.cultureDl .list::before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient( 0deg, rgb(24,29,98) 0%, rgb(220,34,62) 100%);
        opacity: 0;
        transition: .5s;
}
.cultureDl .list:hover::before{opacity: 1;}
.cultureDl .list:hover .tit,
.cultureDl .list:hover .textC {
    color: #fff;
}
.cultureDl .pic {height: 720px;border-radius: 20px;border-radius: 20px;}
.cultureDl .pic img {border-radius: 20px;}
.cultureDl .picCon {
    position: relative;
    overflow: hidden;
    padding-left: 36px;
}
.cultureDl .pic::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/icon/bg2.png);
    width: 116px;
    height: 115px;
    z-index: 100;
    bottom: 46px;
    left: -36px;
}
/* 企业文化 end */

