@charset "UTF-8";
/* 新闻详情页 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;
    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/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;
}
.articleC .lineD {
    width: 100%;
    height: 8px;
    background: url(../images/icon/line.png) center center no-repeat;
}
/* 新闻详情页 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: 10px 15px;
}

.articlePage a:hover {
    color: #fff;
    background: #ec0101;
}

.articlePage a.hover {
    color: #fff;
    background: #ec0101;
}

/* ————— 文章页码 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 */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1{overflow: hidden;margin:0 -10px;}
.imgList1 dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.imgList1 dd .con{display: block;background: #FFFFFF;margin:0 30px 0 0;border-radius: 5px; overflow: hidden;}
.imgList1 dd .con .pic::before{padding-top: 56.563462%;}
.imgList1 dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList1 dd .con .text{height: 60px;line-height: 60px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgList1 dd .con:hover .text{color: #1e5ab0;}
/* 全图列表1 end */
/* 视频列表 start */

/* 视频列表 end */
/* 资质荣誉 start */

/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
/* 图文列表1 end */
/* 图文列表2 start */
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
/* 全文列表1 end */
/* 全文列表2 start */
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}

.formYzm .input{ width: 50%; float: left; display: inline;}
.formYzm .yzmImg{ width: 118px; height: 38px; border: 1px solid #ddd; background: #ddd; float: left; display: inline; margin-left: 20px;}
.formYzm .yzmImg img{ display: block; width: 100%; height: 100%;}

.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background: #1e5ab0; color: #FFF;}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */
/* 留言展示列表start */
/* 留言展示列表end */
/* 留言表单start */
/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表start */
/* 列表end */
/* 表单start */
/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
/* ========== 联系我们 end ========== */
/* ========== 问卷调差 start ========== */
/* 问卷列表 start */
/* 问卷列表 end */
/* 问卷调查 start*/
/* 问卷调查 end*/
/* 问卷详情 start*/
/* 问卷详情 end*/
/* ========== 问卷调查 end ========== */
/* 关于我们 start */
.aboutColumn1 {
    background: url(../test/about/col1-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 60px;
}
.aboutCol1L {
    float: left;
}
.aboutCol1L .pic {
    width: 952px;
    height: 682px;
    border-radius: 0 682px 682px 0;
}
.aboutCol1L .pic::before {
    padding-top: 0;
}
.aboutCol1R {
    overflow: hidden;
    padding-left: 105px;
}
.aboutCol1R .title a{
    display: inline-block;
    line-height: 70px;
    font-size: 42px;
    font-weight: bold;
    color: #181818;
}
.aboutCol1R .title1 {
    line-height: 58px;
    font-size: 24px;
    color: #181818;
    margin-bottom: 24px;
}
.aboutCol1R .line {
    width: 100%;
    height: 1px;
    background:rgba(236,1,1,.3);
    margin-bottom: 30px;
}
.aboutCol1R .textC {
    line-height: 30px;
    font-size: 15px;
    color: #999999;
    padding-right: 180px;
}
.aboutCol1R .column5List {
    padding-top: 42px;
    padding-right: 180px;
}
.aboutCol1R .aboutMore {
    padding-top: 30px;
    text-align: right;
    padding-right: 180px;
}
/* 第二通栏 start */
.aboutColumn2 {
    padding-top: 70px;
    background: url(../test/about/col2-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    overflow: hidden;
}
.aboutTitle {text-align: center;}
.aboutTitle .title1 {
    line-height: 60px;
    font-size: 42px;
    color: #333333;
}
.aboutTitle .title2 {
    line-height: 40px;
    font-size: 30px;
    font-family: 'cg';
    color: rgba(0, 0, 0, 0.07);
    text-transform: uppercase;
}
.aboutColumn2 .img {
    padding-top: 40px;
    text-align: center;
}
/* 第二通栏 end */
/* 第三通栏 start */
.aboutColumn3 {
    background: url(../test/about/col3-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 82px;
}
.column1Scroll .column1Ctrl {
    padding: 100px 120px 0;
    position: relative;
    z-index: 0;
}

.column1Scroll .column1Ctrl::before {
    top: 160px;
}

.developBox {
    background: url(../images/developBg.jpg) center bottom no-repeat;
    background-size: cover;
}

.column1Scroll {
    position: relative;
    padding-bottom: 60px;
}

.yearTitle {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 300px;
    font-size: 300px;
    color: transparent;
    ;
    background: linear-gradient(#af794a, #fff0);
    background: -webkit-linear-gradient(#af794a, #fff0);
    background-clip: text;
    -webkit-background-clip: text;
    opacity: .07;
    position: absolute;
    left: 0;
    top: 0;
}

.column1Scroll .bd .slick-list {
    margin-right: -30px;
}

.column1Scroll .myslide {
    float: left;
    display: inline;
    width: 100%;
}

.column1Scroll .myslide .con {
    overflow: hidden;
}

.column1Scroll .myslide .con .text {
    overflow: hidden;
}



.column1Scroll .myslide .con .text .info span {
    line-height: 32px;
    font-size: 20px;
    color: #666666;
    display: block;
    position: relative;
    padding-left: 10px;
}

.column1Scroll .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -180px;
    margin-top: -23px;
    border-radius: 50%;
    background: #fff url(../images/icon/prev-1.png) no-repeat center;
    background-size: 20%;
    cursor: pointer;
    transition: all .4s ease-in;
    z-index: 666;
    -webkit-transition: all .4s ease-in;
}

.column1Scroll .next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -180px;
    margin-top: -23px;
    border-radius: 50%;
    background: #fff url(../images/icon/prev-1.png) no-repeat center;
    background-size: 20%;
    cursor: pointer;
    transition: all .4s ease-in;
    z-index: 666;
    -webkit-transition: all .4s ease-in;
    transform: rotate(180deg);
}

.column1Ctrl {
    padding: 200px 120px 0;
    position: relative;
    margin-bottom: 40px;
}

.column1Ctrl::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 260px;
    width: 100%;
    height: 1px;
    background: linear-gradient(rgba(255,255,255,0),#fff,rgba(255,255,255,0));
}

.column1Ctrl .dot {
    height: 100px;
    overflow: hidden;
    padding-top: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column1Ctrl .dot ul {
    margin-right: -80px;
    position: relative;
}

/* .column1Ctrl .dot ul .dotLine {
    width: 0px;
    height: 2px;
    background-color: #0082e9;
    position: absolute;
    left: 100px;
    top: 45px;
    transition: all .3s linear;
} */

.column1Ctrl .dot li {
    width: 14.2857%;
    float: left;
    display: inline;
}

.column1Ctrl .dot li .item {
    font-size: 18px;
    color: #333333;
    margin-right: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    font-family: 'pop';
    transition: all .5s;
    -webkit-transition: all .5s;
}

.column1Ctrl .dot li .item .bg {
    width: 145px;
    height: 140px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}

.column1Ctrl .dot li .item span {
    display: block;
    line-height: 90px;
    width: 90px;
    color: #666;
    font-size: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 122px;
    margin-left: -45px;
}

.column1Ctrl .dot li .item span em {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(236,1,1,.2);
    position: absolute;
    left: 50%;
    top: -82px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.column1Ctrl .dot li .item span em::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #ec0101;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -2.5px;
    border-radius: 50%;
}


.column1Ctrl .dot li.slick-active .item span em {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ec0101;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: -85px;
    z-index: 2;
}
.column1Ctrl .dot li.slick-active .item {
    font-size: 24px;
}
.column1Ctrl .dot li.slick-active .item .bg {
    width: 145px;
    height: 140px;
    font-size: 38px;
    line-height: 140px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -15px;
    /* background: url(../images/developDevelop.png) center center no-repeat; */
    border-radius: 0;
    z-index: 3;
    transition: all .3s linear .3s;
    -webkit-transition: all .3s linear .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.column1Ctrl .onLine {
    width: 0px;
    height: 6px;
    background-color: #b17e42;
    position: absolute;
    left: 0;
    top: 260px;
}


.column1Scroll .bd {
    position: relative;
    z-index: 6;
}

.column1Scroll .bd .slick-list {
    margin-right: -30px;
}

.column1Scroll .myslide {
    float: left;
    display: inline;
    width: 100%;
}

.column1Scroll .myslide .con {
    margin-right: 30px;
    overflow: hidden;
}

.column1Scroll .myslide .con .pic {
    float: right;
    display: inline;
    width: 420px;
}

.column1Scroll .myslide .con .pic::before {
    padding-top: 66.6666%;
}

.column1Scroll .myslide .con .text {
    overflow: hidden;
    padding-top: 22px;
}

.column1Scroll .myslide .con .text .title {
    overflow: hidden;
    height: 212px;
    line-height: 212px;
    color: #ec0101;
    text-align: center;
}

.column1Scroll .myslide .con .text .title span {
    font-size: 86px;
}

.column1Scroll .myslide .con .text .info {
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    display: block;
    position: relative;
    padding: 0 30.2778%;
    box-sizing: border-box;
}

.column1Scroll .myslide .con .text .info span::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    top: 50%;
    margin-top: -2.5px;
}
/* 第三通栏 end */
/* 第四通栏 start */
.aboutColumn4 {
    padding-top: 70px;
    background-color: #f7f7f7;
}
.aboutCol4List {
    overflow: hidden;
    margin: 0 -6px;
    padding-top: 34px;
    position: relative;
}

.aboutCol4List dd {
    width: 25%;
    float: left;
    display: inline;
    margin-bottom: 70px;
    position: relative;
}

.aboutCol4List dd a {
    display: block;
    margin: 0 6px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    background: #FFFFFF;
}

.aboutCol4List dd a .picBox {
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.aboutCol4List dd a .picBox .pic::before {
    padding-top: 59.6721%;
}

.aboutCol4List dd a .picBox .pic img {
    object-fit: contain;
}

.aboutCol4List dd a .text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.aboutCol4List dd a .text .title {
    font-size: 18px;
    color: #181818;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aboutCol4List dd a:hover .text .title {
    color: #ec0101;
}
.aboutCol4List dd:nth-child(4n+1)::before {
    position: absolute;
    display: block;
    content: '';
    width: 400%;
    height: 82px;
    background: url(../images/icon/abCol4-dd.png) center center no-repeat;
    left: 0;
    bottom: -100px;
}
.aboutCol4List dd:nth-child(1)::before {display: none;}
.aboutCol4List dd:nth-child(1)::after {
    position: absolute;
    display: block;
    content: '';
    width: 400%;
    height: 82px;
    background: url(../images/icon/abCol4-dd.png) center center no-repeat;
    left: 0;
    bottom: -100px;
}
/* 第四通栏 end */
/* 第五通栏 start */
.aboutColumn5 {
    background: url(../test/about//col5-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 102px;
    padding-bottom: 98px;
    overflow: hidden;
}
.abcol5L {
    width: 50%;
    float: left;
}
.abcol5L .pic::before {padding-top: 60%;}
.abcol5R {
    overflow: hidden;
    padding-left: 100px;
    padding-top: 36px;
}
.abcol5R .aboutTitle {text-align: left;}
.abcol5R .title {
    line-height: 42px;
    font-size: 24px;
    color: #fd7d28;
    padding-top: 22px;
}
.abcol5R .title:first-child {padding-top: 32px;}
.abcol5R .text .title1 {
    line-height: 34px;
    font-size: 18px;
    color: #333333;
}
/* 第五通栏 end */
/* 关于我们 end */
/* 企业理念 end */
.culture {
    padding-top: 42px;
}
.cultureDl {
    background: #fff;
}
.cultureDl .Dd .con {
    padding: 50px;
    background: url(../test/qywh-bg1.png) no-repeat;
    overflow: hidden;
}
.cultureDl .cultureL {
    float: left;
    width: 850px;
}
.cultureDl .title {
    font-size: 42px;
    color: #333333;
    height: 50px;
    line-height: 60px;
    padding-top: 20px;
}
.cultureDl .title1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.07);
    height: 40px;
    line-height: 40px;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.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(../test/qywh-qyln.png) center center no-repeat;transition: .3s;}
.cultureDl .list1:hover::after {background: url(../test/qywh-qyln-hover.png) center center no-repeat;}
.cultureDl .list2::after {background: url(../test/qywh-qysm.png) center center no-repeat;transition: .3s;}
.cultureDl .list2:hover::after {background: url(../test/qywh-qysm-hover.png) center center no-repeat;}
.cultureDl .list3::after {background: url(../test/qywh-qydw.png) center center no-repeat;transition: .3s;}
.cultureDl .list3:hover::after {background: url(../test/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%); */
        background: url(../test/cultureDdBg.png) center center no-repeat;
        background-size: cover;
        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-top: 50px;
    margin-bottom: 30px;
}
.cultureDl .pic::before {
    padding-top: 125.0980%;
}
.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 */
/* 发展历程 start */
.develop {
    padding-top: 80px;
    background: url(../test/about/col3-bg.jpg) center center no-repeat;
    background-size: cover;
}
.developScroll .column1Ctrl {
    padding: 100px 120px 0;
    position: relative;
    z-index: 0;
}

.developScroll .column1Ctrl::before {
    top: 160px;
}

.developBox {
    background: url(../images/developBg.jpg) center bottom no-repeat;
    background-size: cover;
}

.developScroll {
    position: relative;
    padding-bottom: 60px;
}

.yearTitle {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 300px;
    font-size: 300px;
    color: transparent;
    ;
    background: linear-gradient(#af794a, #fff0);
    background: -webkit-linear-gradient(#af794a, #fff0);
    background-clip: text;
    -webkit-background-clip: text;
    opacity: .07;
    position: absolute;
    left: 0;
    top: 0;
}

.developScroll .bd .slick-list {
    margin-right: -30px;
}

.developScroll .myslide {
    float: left;
    display: inline;
    width: 100%;
}

.developScroll .myslide .con {
    overflow: hidden;
}

.developScroll .myslide .con .text {
    overflow: hidden;
}



.developScroll .myslide .con .text .info span {
    line-height: 32px;
    font-size: 20px;
    color: #666666;
    display: block;
    position: relative;
    padding-left: 10px;
}

.developScroll .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -180px;
    margin-top: -23px;
    border-radius: 50%;
    background: #fff url(../images/icon/prev-1.png) no-repeat center;
    background-size: 20%;
    cursor: pointer;
    transition: all .4s ease-in;
    z-index: 666;
    -webkit-transition: all .4s ease-in;
}

.developScroll .next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -180px;
    margin-top: -23px;
    border-radius: 50%;
    background: #fff url(../images/icon/prev-1.png) no-repeat center;
    background-size: 20%;
    cursor: pointer;
    transition: all .4s ease-in;
    z-index: 666;
    -webkit-transition: all .4s ease-in;
    transform: rotate(180deg);
}

.column1Ctrl {
    padding: 200px 120px 0;
    position: relative;
    margin-bottom: 40px;
}

.column1Ctrl::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 260px;
    width: 100%;
    height: 1px;
    background: linear-gradient(rgba(255,255,255,0),#fff,rgba(255,255,255,0));
}

.column1Ctrl .dot {
    height: 100px;
    overflow: hidden;
    padding-top: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column1Ctrl .dot ul {
    margin-right: -80px;
    position: relative;
}

/* .column1Ctrl .dot ul .dotLine {
    width: 0px;
    height: 2px;
    background-color: #0082e9;
    position: absolute;
    left: 100px;
    top: 45px;
    transition: all .3s linear;
} */

.column1Ctrl .dot li {
    width: 14.2857%;
    float: left;
    display: inline;
}

.column1Ctrl .dot li .item {
    font-size: 18px;
    color: #333333;
    margin-right: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    font-family: 'pop';
    transition: all .5s;
    -webkit-transition: all .5s;
}

.column1Ctrl .dot li .item .bg {
    width: 145px;
    height: 140px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}

.column1Ctrl .dot li .item span {
    display: block;
    line-height: 90px;
    width: 90px;
    color: #666;
    font-size: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 122px;
    margin-left: -45px;
}

.column1Ctrl .dot li .item span em {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(236,1,1,.2);
    position: absolute;
    left: 50%;
    top: -82px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.column1Ctrl .dot li .item span em::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #ec0101;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -2.5px;
    border-radius: 50%;
}


.column1Ctrl .dot li.slick-active .item span em {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ec0101;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: -85px;
    z-index: 2;
}
.column1Ctrl .dot li.slick-active .item {
    font-size: 24px;
}
.column1Ctrl .dot li.slick-active .item .bg {
    width: 145px;
    height: 140px;
    font-size: 38px;
    line-height: 140px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -15px;
    /* background: url(../images/developDevelop.png) center center no-repeat; */
    border-radius: 0;
    z-index: 3;
    transition: all .3s linear .3s;
    -webkit-transition: all .3s linear .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.column1Ctrl .onLine {
    width: 0px;
    height: 6px;
    background-color: #b17e42;
    position: absolute;
    left: 0;
    top: 260px;
}


.developScroll .bd {
    position: relative;
    z-index: 6;
}

.developScroll .bd .slick-list {
    margin-right: -30px;
}

.developScroll .myslide {
    float: left;
    display: inline;
    width: 100%;
}

.developScroll .myslide .con {
    margin-right: 30px;
    overflow: hidden;
}

.developScroll .myslide .con .pic {
    float: right;
    display: inline;
    width: 420px;
}

.developScroll .myslide .con .pic::before {
    padding-top: 66.6666%;
}

.developScroll .myslide .con .text {
    overflow: hidden;
    padding-top: 22px;
}

.developScroll .myslide .con .text .title {
    overflow: hidden;
    height: 212px;
    line-height: 212px;
    color: #ec0101;
    text-align: center;
}

.developScroll .myslide .con .text .title span {
    font-size: 86px;
    font-family: 'pop';
}

.developScroll .myslide .con .text .info {
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    display: block;
    position: relative;
    padding: 0 30.2778%;
    box-sizing: border-box;
}

.developScroll .myslide .con .text .info span::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    top: 50%;
    margin-top: -2.5px;
}
.develop .aboutTitle .title2 {
    font-family: 'pop';
    font-weight: bold;
}
/* 发展历程 end */
/* 资质荣誉 start */
.imgList1 {
    overflow: hidden;
    margin: 0 -6px;
    padding-top: 42px;
    position: relative;
}

.imgList1 dd {
    width: 25%;
    float: left;
    display: inline;
    margin-bottom: 70px;
    position: relative;
}

.imgList1 dd a {
    display: block;
    margin: 0 6px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    background: #FFFFFF;
}

.imgList1 dd a .picBox {
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.imgList1 dd a .picBox .pic::before {
    padding-top: 59.6721%;
}

.imgList1 dd a .picBox .pic img {
    object-fit: contain;
}

.imgList1 dd a .text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.imgList1 dd a .text .title {
    font-size: 18px;
    color: #181818;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgList1 dd a:hover .text .title {
    color: #ec0101;
}
.imgList1 dd:nth-child(4n+1)::before {
    position: absolute;
    display: block;
    content: '';
    width: 400%;
    height: 82px;
    background: url(../images/icon/abCol4-dd.png) center center no-repeat;
    left: 0;
    bottom: -100px;
}
.imgList1 dd:nth-child(1)::before {display: none;}
.imgList1 dd:nth-child(1)::after {
    position: absolute;
    display: block;
    content: '';
    width: 400%;
    height: 82px;
    background: url(../images/icon/abCol4-dd.png) center center no-repeat;
    left: 0;
    bottom: -100px;
}
/* 资质荣誉 end */
/* 团队风采 start */
.imgList2 {
    overflow: hidden;
    margin: 0 -10px;
}
.imgList2 dd {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.imgList2 .con {
    display: block;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}
.imgList2 .title {
    text-align: center;
    height: 56px;
    line-height: 56px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #181818;
}
.imgList2 dd .con:hover .title {
    color: #ec0101;
}
/* 团队风采 end */
/* 招聘列表 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: #ec0101;
    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;
    line-height: 30px;
    padding-bottom: 50px;
}
/* 招聘列表 end */
/* 组织架构 start */
.organization {
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
}
.organization .img {
    display: inline-block;
}
/* 组织架构 end */
/* 产品列表 start */
.imgText1 {
    overflow: hidden;
    margin: 0 -10px;
}
.imgText1 dd {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.imgText1 dd .con {
    display: block;
    background-color: #fff;
    margin: 0 10px;
    padding: 48px 42px;
    overflow: hidden;
    border-radius: 5px;
    min-height: 268px;
}
.imgText1L {
    width: 60%;
    float: left;
}
.imgText1L .title {
    line-height: 82px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.imgText1L .line {
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
    position: relative;
}
.imgText1L .lin {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 2px;
    background-color: #ec0101;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.imgText1L .textC {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #777777;
    padding-top: 25px;
    margin-bottom: 40px;
}
.imgText1L .more {
    line-height: 38px;
    font-size: 14px;
    color: #f40202;
    padding-bottom: 4px;
}
.imgText1L .more img {
    vertical-align: middle;
    margin-left: 20px;
}
.imgText1R {
    overflow: hidden;
    text-align: right;
    padding: 20px;
    padding-right: 0;
    padding-top: 38px;
}
.imgText1R img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.imgText1 dd:hover .title {
    color: #ec0101;
}
.imgText1 dd:hover .lin {
    width: 80%;
}
/* 产品列表 end */
/* 全文列表 start */
.textList1 dd {
    background-color: #fff;
    margin-bottom: 20px;
    height: 65px;
    line-height: 65px;
    padding: 0 42px;
    box-sizing: border-box;
    border-radius: 5px;
}
.textList1 dd a {overflow: hidden;}
.textList1 dd .time {
    float: left;
    width: 95px;
    font-size: 15px;
    font-family: 'cg';
    color: #999999;
    margin-right: 60px;
}
.textList1 dd .time img {
    margin-right: 6px;
}
.textList1 dd .title {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #181818;
    padding-right: 30px;
}
.textList1 dd .more {
    float: right;
    font-size: 15px;
    color: #999999;
}
.textList1 dd .more img {
    vertical-align: sub;
    margin-left: 10px;
}
.textList1 dd:hover .title{
    color: #ec0101;
}
/* 全文列表 end */
/* 联系我们 start */
.map {
    height: 632px;
}
#map .BMap_Marker label {
    left: -122px !important;
    top: -142px !important;
    width: 260px;
    height: 90px;
    background: url(../images/icon/map.png) no-repeat center / 100% !important;
    border: none !important;
    white-space: unset !important;
    padding: 20px 20px 0 80px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#map .BMap_Marker {
    width: 1.075rem !important;
    height: 1.075rem !important;
    position: relative;

}
#map .BMap_Marker::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(220, 34, 62, .2);
    position: absolute;
    animation: circle-opacity 2s infinite;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
}
#map .BMap_Marker div {
    top: -19px !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 56px !important;
    height: 56px !important;
    overflow: hidden;
    left: -19px !important;
    top: 0px;
    animation: 700ms ease 0s infinite normal none running BMap_2080;
}
.BMap_scaleTxt,
.BMap_scaleCtrl,
.anchorBL,
.BMap_stdMpCtrl {display: none;}
#map .BMap_Marker div img {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 56px !important;
    height: 56px !important;
}
@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
	}
}
.contact {
    padding: 30px;
    background-color: #fff;
    padding-bottom: 44px;
}
.contactB {
    padding: 0 130px;
}
.contactCity {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.contactCity .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20.5px;
    width: 41px;
    height: 41px;
    background: url(../images/icon/city.png) center center no-repeat;
    background-size: 100%;
}
.contactCity .dz {
    line-height: 34px;
    font-size: 16px;
    color: #808080;
    padding-top: 30px;
}
.contactCity .title {
    line-height: 42px;
    font-size: 24px;
    color: #333333;
}
.contactDl {overflow: hidden;}
.contactDl dd {
    float: left;
    width: 33.3333%;
}
.contactDl .name {
    line-height: 36px;
    font-size: 16px;
    color: #808080;
    padding-top: 20px;
}
.contactDl dd .title {
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}
/* 联系我们 end */
/* 招聘表单 start */
.recruitFrom {
    margin: 0 -65px;
    background-color: #fff;
    padding-top: 30px;
}
.recruitFrom .aboutTitle .title2 {
    font-family: 'pop';
    font-weight: bold;
    margin-bottom: 58px;
}
.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;
    height: 34px;
    background-color: rgba(23, 94, 233, .5);
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-top: 8px;
    margin-right: 10px;
}
.webuploader-pick {padding: 0 10px !important;}
.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;
    cursor: pointer;
}
.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: #f40202;
    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: #e6e6e6;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
/* 招聘表单 end */
/* 新闻列表 start */
.imgText2Dl dd {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 5px;
}
.imgText2Dl dd a {overflow: hidden;}
.imgText2Dl .pic {
    float: left;
    width: 400px;
}
.imgText2Dl .pic::before {padding-top: 56.25%;}
.imgText2Dl .text {
    overflow: hidden;
    padding-left: 40px;
}
.imgText2Dl .text .title {
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #181818;
    margin-bottom: 5px;
}
.imgText2Dl .text .textC {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 35px;
}
.imgText2Dl .text .time {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.imgText2Dl .text .time img {
    width: 16px;
}
.imgText2Dl dd a:hover .title{color: #ec0101;}
/* ------------------------ */
.slick {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
}
.imgText1Slick {overflow: hidden;}
.imgText1Slick .bd {
    width: 700px;
    float: left;
    position: relative;
    z-index: 6;
}
.imgTextSlickText1 {
    padding-left: 40px;
    overflow: hidden;
    padding-top: 50px;
    padding-right: 40px;
}
.imgTextSlickText1 .text .time {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-family: 'cg';
    color: #f63535;
    border: 1px solid rgba(246, 53, 53, .3);
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.imgTextSlickText1 .text .time img {
    vertical-align: inherit;
}

.imgTextSlickText1 .title a {
    display: block;
    height: 76px;
    line-height: 38px;
    height: 76px;
    font-size: 24px;
    color: #181818;
}

/* .slick:hover .title a {
    color: #ec0101;
} */

.imgTextSlickText1 .textC {
    padding-top: 26px;
    line-height: 30px;
    height: 90px;
    font-size: 15px;
    color: #666666;
}
.imgTextSlickText1 .ly {
    line-height: 30px;
    padding-top: 24px;
    font-size: 15px;
    color: #999999;
}
.imgText1Slick .slick-dots {
    text-align: right;
    padding-right: 25px;
}
.imgTextSlickDot li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon/slickIcon.png) center center no-repeat;
    margin-right: 10px;
    cursor: pointer;
}

.imgTextSlickDot li.slick-active {
    background: url(../images/icon/slickIcon-active.png) center center no-repeat;
}
/* 新闻列表 end */
/* 业务邻域 start */
.business {
    background-color: #fff;
}
.businessT {
    padding-top: 82px;
    line-height: 68px;
    font-size: 36px;
    font-weight: bold;
    color: #181818;
    text-align: center;
}
.businessT span {color: #ec0101;}
.businessTC {
    padding-top: 10px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 0 260px;
}
.businessDl {
    overflow: hidden;
    padding: 0 260px;
    text-align: center;
    padding-top: 55px;
}
.businessDl dd {
    float: left;
    width: 25%;
}
.businessDl dd .icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.businessDl dd .title {
    line-height: 40px;
    font-size: 24px;
    color: #181818;
    margin-bottom: 7px;
}
.businessDl dd .line {
    display: block;
    width: 65px;
    height: 1px;
    background-color: #f40202;
    position: relative;
    margin: auto;
}
.businessDl dd .line::after,
.businessDl dd .line::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 1px;
    background-color: #f40202;
    top: 0;
    left: -10px;
}
.businessDl dd .line::before {
    left: unset;
    right: -10px;
}
.businessTC2 {padding: 0 390px;}
.businessDl2 {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 50px;
    padding-bottom: 80px;
}
.businessDl2 dd {
    float: left;
    width: 50%;
}
.businessDl2 dd .con{
    margin: 0 20px;
    background: url(../test/businessDl2-1.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 0 40px;
    padding-top: 122px;
    padding-bottom: 42px;
    position: relative;
    overflow: hidden;
}
.businessDl2 dd.Dd2 .con {
    background: url(../test/businessDl2-2.jpg) center center no-repeat;
}
.businessDl2 dd .con::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13, 24, 55, .3);
    z-index: 5;
}
.businessDl2 .title {
    line-height: 95px;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    z-index: 6;
}
.businessDl2 .line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.5);
    position: relative;
    margin-bottom: 26px;
    position: relative;
    z-index: 6;
}
.businessDl2 .line .lin {
    position: absolute;
    width: 50%;
    height: 2px;
    top: 0;
    left: 0;
    background: #f40202;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.businessDl2 dd:hover .line .lin {width: 100%;}
.businessDl2 .textC {
    line-height: 28px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 6;
}
.businessDl2 .more {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 6;
}
.businessSlick {
    margin: 0 -15px;
    padding-top: 22px;
    position: relative;
}
.businessSlick .slickCon {
    text-align: center;
    background-color: #fff;
    margin: 0 15px;
    padding-top: 26px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 55px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.businessSlick .slickCon:hover {
    background-color: #f40202;
}
.businessSlick .title {
    line-height: 42px;
    font-size: 24px;
    color: #181818;
}
.businessSlick .title1 {
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #181818;
    margin-bottom: 28px;
}
.businessSlick .iconBg {
    display: inline-block;
    width: 188px;
    height: 188px;
    position: relative;
    background-color: #f5f9fa;
    border: 1px solid #f5f9fa;
    border-radius: 50%;
    margin-bottom: 52px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.businessSlick .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 77px;
    height: 77px;
    background: center center no-repeat;
    background-size: 100%;
}
.businessSlick .slickCon:hover .icon {
    background: url(../images/icon/ywlyIcon1.png) center center no-repeat !important;
    background-size: 100% !important;
}
.businessSlick .slickCon:hover .icon2 {
    background: url(../images/icon/ywlyIcon3.png) center center no-repeat !important;
    background-size: 100% !important;
}
.businessSlick .slickCon:hover .icon3 {
    background: url(../images/icon/ywlyIcon4.png) center center no-repeat !important;
    background-size: 100% !important;
}
.businessSlick .slickCon:hover .icon4 {
    background: url(../images/icon/ywlyIcon2.png) center center no-repeat !important;
    background-size: 100% !important;
}
.businessSlick .slickCon:hover .icon5 {
    background: url(../images/icon/ywlyIcon5.png) center center no-repeat !important;
    background-size: 100% !important;
}
.businessSlick .slickCon:hover .icon6 {
    background: url(../images/icon/ywlyIcon6.png) center center no-repeat !important;
    background-size: 100% !important;
}

.businessSlick .more {
    line-height: 30px;
    font-size: 16px;
    color: #181818;
}
.businessSlick .more img {
    display: inline-block;
    margin-left: 12px;
}
.businessSlick .slickCon:hover .title,
.businessSlick .slickCon:hover .title1,
.businessSlick .slickCon:hover .more {color: #fff;}
.businessSlick .slickCon:hover .iconBg {
    background: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.5);
}
.businessSlick .next,
.businessSlick .prev {
    position: absolute;
    width: 35px;
    height: 80px;
    background: rgba(0, 0, 0, .1);
    border-radius: 0 10px 10px 0;
    z-index: 666;
    top: 50%;
    left: 15px;
    margin-top: -40px;
    cursor: pointer;
}
.businessSlick .next::before,
.businessSlick .prev::before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/businessSlickBtn.png) center center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.businessSlick .next {
    left: unset;
    right: 13px;
    border-radius: 10px 0 0 10px;
}
.businessSlick .next::before {
    transform: rotate(-180deg);
}
/* 业务邻域 end */
.company {
    background: #fff;
    padding: 0 50px;
    padding-top: 38px;
}
.company .aboutTitle .title1 {
    line-height: 50px;
    font-size: 30px;
    color: #181818;
}
.company .aboutTitle .title2 {
    line-height: 42px;
    font-size: 24px;
    color: rgba(24, 29, 98, .3);
    text-transform: none;
    margin-bottom: 30px;
}
.company .textC {
    line-height: 36px;
    font-size: 16px;
    color: #999999;
    text-align: left;
    padding-bottom: 100px;
}

