@charset "UTF-8"; /* ========== 单篇+文章页 start ========== */
.articleC {
    background: #FFFFFF;
    padding: 0 120px 35px;
}

.articleBox {
    line-height: 36px;
    padding: 10px 0 0;
    color: #666666;
    font-size: 16px;
    margin:0 10% 10px;
}

.articleBox img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

/* ————— 标题 start ————— */
.articleTitle {
    clear: both;
    line-height: 70px;
    font-size: 28px;
    font-family: "microsoft yahei";
    color: #333333;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
    display: block;
    clear: both;
    color: #999999;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 25px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.articleTime::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/newsViewLine.png) no-repeat center center / contain;
    width: 100%;
    height: 8px;
}

.articleTime span {
    margin-right: 16px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    display: inline-block;
}

.shareBox .sharejs_list .sharejs_item {
    position: relative;
    z-index: 100
}

/* ————— 发布信息 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;} */
.sharejs_icon {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important;
    font-size: 17px !important;
    color: #fff !important;
}

.sharejs_icon.icon_SinaWeibo {
    background-color: #f3604c;
    border-color: #f3604c !important;
}

.sharejs_icon.icon_Qzone {
    background-color: #fab619;
    border-color: #fab619 !important;
}

.sharejs_icon.icon_TencentQQ {
    background-color: #08a2df;
    border-color: #08a2df !important;
}

/* ————— 分享 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 0px 30px;
    background: url(../images/common/file/file.png) no-repeat left center;
    color: #666;
    margin-bottom: 10px;
}

.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;
    text-align: center;
    font-family: Arial;
    font-size: 0;
}

.articlePage a {
    margin: 0 5px;
    background: #ccc;
    padding: 3px 12px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.articlePage a:hover {
    color: #fff;
    background: #1e5ab0;
}

.articlePage a.hover {
    color: #fff;
    background: #1e5ab0;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
    display: block;
    line-height: 34px;
    color: #595959;
    font-size: 18px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 60px;
    height: 90px;
    line-height: 90px;
}

.pageUp a {
    font-size: 16px;
    color: #595959;
    position: relative;
    z-index: 10
}

.articlePageBox {
    float: left;
    display: inline;
    width: 50%;
    position: relative;
}

.articlePageBox span {
    font-weight: bold;
}

.articlePageBox:nth-child(1)::before {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.articlePageBox:nth-child(2) {
    padding-left: 60px;
    box-sizing: border-box;
}

.articlePageBox:hover, .pageUp a:hover {
    color: #d9b766;
}

/* ————— 上一篇/下一篇 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: 600px;
    height: 400px;
    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 ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgText2 dd {
    margin-bottom: 20px;
}

.imgText2 dd a {
    display: block;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.imgText2 dd .pic {
    width: 350px;
    margin-right: 30px;
}

.imgText2 dd .textC {
    overflow: hidden;
}

.imgText2 dd .title {
    font-size: 18px;
    color: #333;
    height: 53px;
    line-height: 53px;
}

.imgText2 dd .time {
    font-size: 14px ;
    color: #999999;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
}

.imgText2 dd .text {
    font-size: 14px ;
    color: #666666;
    height: 50px;
    line-height: 25px;
    margin-bottom: 15px;
}

.imgText2 dd:hover a {
    box-shadow: 5px 8px 5px rgba(51,51,51,.08);
}

.imgText2 dd:hover .title {
    color: #d9b766;
}

.imgText2 dd:hover .more {
    background-color: #d9b766;
    background-image: url(../images/moreIcn4.png);
    border-color: #d9b766;
}

/* 图文列表1 end */
/* 荣誉资质 start */
.honourDl {
    overflow: hidden;
    margin: 0 -15px;
    padding: 72px 0 11px;
}

.honourDl dd {
    float: left;
    width: 25%;
    display: inline;
    margin-bottom: 30px;
}

.honourDl dd a {
    display: block;
    margin: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.honourDl dd .picBox {
    border-bottom: 1px solid #e7e7e7;
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.honourDl dd .pic:before {
    width: 372px;
    padding-top: 73.1617%;
}

.honourDl dd .pic img {
    object-fit: contain;
}

.honourDl dd .text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 48px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.honourDl dd a:hover .text {
    color: #6e3a1d;
}

.honourDl dd a:hover {
    box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
}

.viewer-number i {
    font-style: normal;
}

/* 荣誉资质 end */

/* ========== 图文列表 end ========== */
/* ========== 产品中心 start ========== */
/* 列表 start */
.productsListTop {
    border-top: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.productsListTop span {
    float: left;
    display: inline;
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    margin-right: 60px;
}

.productsListTop .item {
    padding: 28px 0;
    border-bottom: 1px solid #ebebeb;
}

.classifyList {
    overflow: hidden;
}

.classifyList dd {
    float: left;
    display: inline;
    margin-bottom: 20px;
}

.classifyList dd a {
    display: block;
    border-radius: 30px;
    padding: 0 22px;
    height: 35px;
    line-height: 35px;
    font-size: 16px ;
    color: #333333;
    font-weight: bold;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    margin-right: 28px;
}

.classifyList dd.hover a {
    background-color: #6e3a1d;
    color: #fff;
}

.productsListTop .item .productSearch {
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    border-radius: 30px;
    background-color: #f2f2f2;
    overflow: hidden;
    display: inline-block;
}

.productsListTop .item em {
    background: url(../images/searchIcn2.png) no-repeat center center / 15px;
    float: left;
    display: inline;
    width: 15px;
    margin-right: 10px;
    height: 100%;
}

.productsListTop .item input {
    overflow: hidden;
    height: 37px;
    line-height: 37px;
    background-color: transparent;
    border: none;
}

.productsList {
    margin-right: -18px;
}

.productsList dd {
    float: left;
    display: inline;
    width: 25%;
    margin-bottom: 30px;
}

.productsList dd a {
    display: block;
    margin-right: 18px;
    border: 1px solid #e6e6e6;
    padding: 42px 42px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.productsList dd .pic::before {
    padding-top: 100%;
}

.productsList dd .pic img {
    object-fit: contain;
}

.productsList dd .textC {
    padding-top: 55px;
    text-align: center;
}

.productsList dd .title {
    font-size: 24px;
    color: #333333;
    height: 47px;
    line-height: 47px;
}

.productsList dd .text {
    font-size: 15px;
    color: #666666;
    height: 40px;
    line-height: 40px;
}

/* 列表 end */
/* 详情 start */
.productViewC {
    padding-bottom: 50px;
}

.productViewC .productsListTop {
    margin-bottom: 0;
}

.productsViewInfo {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 70px;
}

.productsVSilck {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
	border-right: 1px solid #e6e6e6;
}

.productsVSilck .bd {
    height: 100%;
}

.productsVSilck .bd .myslide {
    height: 100%;
    padding:50px 0;
}

.productsVSilck .bd .pic {
    width: 500px;
    margin: 0 auto;
}

.productsVSilck .bd .pic::before {
    padding-top: 100%;
}

.productsVSilck .bd .pic img {
    object-fit: contain;
}

.productsVSilck .prev {
    background: #f7f7f7 url(../images/prev-hui.png) no-repeat center center / 8px 15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    left: 8%;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.productsVSilck .next {
    background: #f7f7f7 url(../images/next-hui.png) no-repeat center center / 8px 15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    right: 8%;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.productsVSilck .prev:hover {
    background-image: url(../images/prev-hei.png);
}

.productsVSilck .next:hover {
    background-image: url(../images/next-hei.png);
}

.productsVSilck .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: auto !important;
}

.productsVSilck .slick-dots li {
    float: left;
    display: inline;
    margin-right: 6px;
    width: 15px;
    height: 3px;
    background-color: #eeeeee;
}

.productsVSilck .slick-dots li.slick-active {
    background-color: #d9b766;
}

.productsVR {
    overflow: hidden;
    padding: 67px 70px 105px;
}

.productsVR .title {
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.productsVR .entitle {
    color: rgba(51,51,51,.1);
    text-transform: capitalize;
}

.productsVR .tips {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 22px;
    font-size: 18px;
    color: #d9b766;
    background: url(../images/productsVRIcn.png) no-repeat center center / contain;
    display: inline-block;
}

.productsVUl {
    margin-bottom: 15px;
    overflow: hidden;
}

.productsVUl li {
    line-height: 40px;
    font-size: 15px;
    color: #333;
}

.productsVR .videoBtn {
    padding: 0 20px ;
    height: 40px;
    line-height: 40px;
    border: 1px solid #6e3a1d;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
}

.productsVR .videoBtn em {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/videoIcn2.png) no-repeat center center / contain;
    margin-right: 7px;
}

.productsVR .videoBtn span {
    font-size: 15px;
    color: #6e3a1d;
    display: inline-block;
    vertical-align: middle;
}

.productsViewBox .title {
    position: relative;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}

.productsViewBox .title::before {
    display: block;
    content: '';
    width: 142px;
    height: 22px;
    background-color: #fef5e7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.productsViewBox .title span {
    display: block;
    font-size: 28px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.productsViewBox .text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 22px;
}
.productsViewBox img {
    margin-bottom: 10px;
    object-fit: contain;
    max-height: 1040px;
    max-width: 100%;
}

/* 详情 end */
/* 防伪鉴真 start */
.securityPageC {
    padding: 95px 0 47px;
}

.securityPageC .pic {
    width: 26.2821%;
    margin-right: 98px;
}

.securityPageC .pic::before {
    padding-top: 102.439%;
}

.securityPageC .pic img {
    object-fit: contain;
}

.securityPageC .textC {
    overflow: hidden;
}

.securityPageC .textC .jsTitle {
    line-height: 60px;
    padding-top: 40px;
    margin-bottom: 18px;
}

.securityPageC .textC .jsTitle::before {
    display: none;
}

.securityPageC .textC .text {
    font-size: 16px;
    color: #454545;
    line-height: 35px;
}

.securityPageC .textC .text span {
    display: block;
    color: #333;
    font-weight: bold;
}

/* 防伪鉴真 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 ========== */
.partyListBanner .sjMenu a.hover,
.partyListBanner .sjMenu a:hover
{background-color: #d9b766;}
.partyListTop {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.partyListTop .pic {
    width: 51.4103%;
    margin-left: 105px;
}

.partyListTop .pic::before {
    padding-top: 59.8504%;
}

.partyListTop .textC {
    overflow: hidden;
    padding: 55px 55px 27px;
}

.partyListTop .textC .time {
    font-size: 22px;
    color: #999999;
    height: 47px;
    line-height: 47px;
}

.partyListTop .textC .title {
    font-size: 24px;
    color: #d9b766;
    height: 53px;
    line-height: 53px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.partyListTop .textC .text {
    font-size: 14px;
    color: #666666;
    height: 100px;
    line-height: 25px;
    margin-bottom: 50px;
}

.partyListTop .more {
    margin-bottom: 55px;
}

.more {
    width: 40px;
    height: 40px;
    background: url(../images/moreIcn3.png) no-repeat center center / 13px;
    border-radius: 100%;
    border: 1px solid #999;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.partyListTop .slick-dots {
    position: absolute;
    left: 3%;
    bottom: 10%;
}

.partyListTop .slick-dots li {
    float: left;
    display: inline;
    margin-right: 17px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #cccccc;
    box-sizing: border-box;
}

.partyListTop .slick-dots li.slick-active {
    border-color: #dfc27d;
}

.partyList {
    margin-right: -60px;
}

.partyList dd {
    float: left;
    display: inline;
    width: 33.3333%;
    margin-bottom: 40px;
}

.partyList dd a {
    display: block;
    margin-right: 60px;
    padding: 50px 40px 35px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.partyList dd .pic {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 43px;
}

.partyList dd .title {
    font-size: 18px;
    color: #333333;
    height: 50px;
    line-height: 25px;
    margin-bottom: 22px;
}

.partyList dd .timeC {
    overflow: hidden;
}

.partyList dd .time {
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    height: 40px;
    line-height: 40px;
}

.partyList dd:hover a {
    box-shadow: 5px 8px 5px rgba(51,51,51,.05);
}

.partyListTop:hover .textC .more,.partyList dd:hover .more {
    background-image: url(../images/moreIcn4.png);
    border-color: #d9b766;
    background-color: #d9b766;
}

.partyList dd:hover .title {
    color: #d9b766;
}

/* ========== 党建新闻 end ========== */
/* ========== 管理团队 start ========== */
.imgText1 dd {
    margin-bottom: 25px;
}

.imgText1 dd a {
    display: block;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.imgText1 dd .pic {
    width: 200px;
    margin-right: 50px;
}

.imgText1 dd .pic::before {
    padding-top: 150%;
}

.imgText1 dd .textC {
    overflow: hidden;
}

.imgText1 dd .name {
    font-size: 24px ;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.imgText1 dd .tips {
    font-size: 15px;
    color: #666666;
    line-height: 35px;
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.imgText1Ul li {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}

.imgText1Ul li::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ecdbb2;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}

.imgText1 dd:hover a {
    background: url(../images/imgText1Bg.jpg) no-repeat center center / cover;
}

.imgText1 dd:hover .name {
    color: #fff;
}

.imgText1 dd:hover .tips {
    color: #fff;
    border-bottom-color: rgba(255,255,255,.3);
}

.imgText1 dd:hover .imgText1Ul li {
    color: #fff;
}

.imgText1 dd:hover .imgText1Ul li::before {
    background-color: rgba(255,255,255,.5);
}

/* ========== 管理团队 end ========== */
/* ========== 联系我们 start ========== */
.contactUsTop {
    background-color: #fff;
    padding: 42px 80px 45px;
    border-radius: 10px;
    overflow: hidden;
}

.contactUsTop .item {
    margin-bottom: 30px;
}

.contactUsTop .item .title {
    font-size: 26px;
    color: #333333 ;
    height: 85px;
    line-height: 85px;
}

.contactUsTop .item .title i {
    font-size: 30px;
    color: rgba(153,153,153,.3);
    font-style: normal;
    text-transform: uppercase;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.contactUsTop .item:last-child {
    margin-bottom: 0;
}

.contactUsUl {
    overflow: hidden;
}

.contactUsUl li {
    line-height: 40px;
    float: left;
    display: inline;
    margin-right: 30px;
}

.contactUsUl li em {
    float: left;
    display: inline;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    padding-top: 20px;
}
.contactUsUl .li2{cursor: pointer;}
.contactUsUl .li2:nth-child(1){width: 100%;}
.contactUsUl .li2 em{animation:translateYAni 1.5s linear infinite;}
.contactUsUl .li2 .value{float: left;}
.contactUsUl .li2 span{float: left;display: inline;}
.contactUsUl li span {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    margin-right: 12px;
}

.contactUsUl li .value {
    float: right;
    display: inline;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 0;
    transition: all .5s linear;
}
.contactUsUl li:hover .value{padding-left: 10px;}
/* .contactUsUl li:nth-child(2) .value{float: left;} */
.mapC {
    width: 100%;
    background-color: #fff;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}

.messageFormC {
    background-color: #fff;
    padding: 45px 80px 83px;
}

.messageFormC .title {
    font-size: 26px ;
    color: #333333;
    height: 60px;
    line-height: 60px;
    margin-bottom: 55px;
}

.messageFormC .title i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 30px;
    color: rgba(153,153,153,.2);
    text-transform: uppercase;
}

.messageForm {
    overflow: hidden;
    margin-bottom: 25px;
}

.messageForm .item {
    float: left;
    display: inline;
    width: 50%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.messageForm .item em {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #b1141a;
    margin-right: 15px;
}

.messageForm .item .text {
    width: 110px;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
}

.messageForm .item .itemC {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
}

.messageForm .item .itemC input {
    height: 50px !important;
    line-height: 50px !important;
    width: 100% !important;
    border: none !important;
    position: relative;
    top: -2px;
    background-color: transparent;
}

.messageForm .item1 {
    height: 268px;
    width: 100%;
}

.messageForm .item1 .itemC {
    height: 268px;
}

.messageForm .item1 .itemC textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding-top: 10px;
    box-sizing: border-box;
}

.messageForm .item2 {
    width: 100%;
}

.messageForm .item2 .itemC {
    width: 250px;
}

.messageForm .item2 .con {
    display: inline-block;
    vertical-align: middle;
}

.messageForm .item2 img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    margin: 0 17px 0 30px;
}

.messageForm .item2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px ;
    color: #666666;
    height: 50px;
    line-height: 50px;
}

.messageFormC .btn {
    font-size: 0;
    text-align: center;
}

.messageFormC .btn a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 93px ;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    background-color: #e6e6e6;
}

.messageFormC .btn a:nth-child(1) {
    background-color: #6e3a1d;
    color: #fff;
    margin-right: 30px;
}
@keyframes translateYAni{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0);
    }
}
/* ========== 联系我们 end ========== */
/* ========== 搜索 start ========== */
/* 客服查询 start */
.talentPoolCon {
    background-position: center center ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    text-align: center;
    position: relative;
}

.talentPoolBg svg {
    height: 175px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.talentPoolBg .parallax > use:nth-child(2) {
    animation-duration: 20s;
}

.talentPoolBg .parallax > use {
    animation: move-forever 20s linear infinite;
    transform-origin: 50% 50%;
}

.talentPoolCon span {
    display: inline-block;
    background: url(../images/poolfontImg.png) no-repeat center center;
    width: 365px;
    height: 58px;
    line-height: 58px;
}

.talentPoolCon .textC {
    font-size: 20px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.talentPoolCon .textC i {
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.talentPoolCon .textC i::before {
    display: block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.searchPageBox {
    width: 500px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}

.searchPageBox .input {
    border: none;
    overflow: hidden;
    padding: 0 20px;
}

.searchPageBox input {
    height: 60px !important;
    line-height: 60px !important;
}

.searchPageBox a {
    width: 60px;
    height: 60px;
    background: url(../images/searchIcn3.png) no-repeat center center / 20px;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/* 客服查询 end */
/* 搜索结果 start */
.searchResultC.talentPoolCon {
    text-align: left;
}

.searchResultC .wrap {
    background-color: #fff;
    width: 1200px;
    border-radius: 10px;
    overflow: hidden;
    padding: 117px 167px 103px;
    box-sizing: border-box;
}

.searchResultC .picBox {
    width: 300px;
    margin-right: 33px;
}

.searchResultC .pic {
    border: 10px solid #fff6e2;
    border-radius: 100%;
    overflow: hidden;
}

.searchResultC .pic::before {
    padding-top: 100%;
}

.searchResultC .pic img {
    object-position: center top;
    object-fit: contain;
}

.searchResultC .con {
    overflow: hidden;
}

.searchResultC.talentPoolCon span {
    background-image: url(../images/poolfontImg1.png);
    display: block;
    background-position: left center;
}

.searchResultC.talentPoolCon .textC {
    color: #999999;
    text-align: left;
}

.searchResultC.talentPoolCon .searchPageBox {
    box-shadow: -3px 4px 8px 1px rgba(0,0,0,.1);
    margin: 0 0 35px 10px;
}

.searchResultC.talentPoolCon .textC i::before {
    background-color: #cccccc;
}

.searchResultC .info {
    border-top: 1px dashed #f7f7f7;
    padding-top: 17px;
}

.searchResultC .info .name {
    font-size: 18px ;
    color: #444;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
}

.searchResultC .info .number {
    font-size: 14px ;
    color: #999;
    height: 35px;
    line-height: 35px;
}

.searchResultC .info .text {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchResultC .info .btn a {
    display: inline-block;
    padding: 0 72px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: rgb(217, 183, 102);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.searchResultC .info .btn a:hover {
    left: 10px;
}

/* 搜索结果 end */
/* ========== 搜索 end ========== */
/* ========== 授权查询 start ========== */
.authorizationCon {
    height: 958px;
    background-color: #fff;
}

.authorizationCon #map1 {
    width: 73.9583%;
    height: 100%;
}

.authorizationCon .authorizationBox {
    overflow: hidden;
}

.authorizationBox .title {
    font-size: 22px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    background-color: #d9b766;
    margin-bottom: 30px;
}

.authorizationBox .selectBox {
    overflow: hidden;
    padding: 0 30px;
    margin-right: -20px;
    margin-bottom: 13px;
}

.authorizationBox .selectBox .item {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 20px;
}

.authorizationBox .selectBox .itemC {
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    margin-right: 20px;
    padding-right: 10px;
}

.authorizationBox .selectBox select {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 15px 0 25px;
    background-color: transparent;
}

.authorizationDl {
    height: 715px;
    overflow-y: auto;
}

.authorizationDl dd {
    padding: 27px 30px 40px;
    border-bottom: 1px solid #ebebeb;
}

.authorizationDl dd .con {
    font-size: 20px;
    color: #d9b766;
    line-height: 50px;
    margin-bottom: 10px;
}

.authorizationDl dd .text {
    font-size: 14px ;
    color: #333333;
    line-height: 20px;
    background: url(../images/dizhiIcn.png) no-repeat left center / 15px 20px;
    padding-left: 25px;
}

.authorizationDl dd .text span {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

/* ========== 授权查询 end ========== */

/* 金七药业新增客服查询 start */
.serviceInquiryBox{
  padding: 285px 0 50px;
}
.serviceInquiryTitle{
  height: 76px;
  background-position: center center;
  background-repeat: no-repeat;
}
.serviceInquiryTip{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.serviceInquirySearch{
  text-align: center;
  font-size: 0;
  padding: 45px 0 30px;
} 
.serviceInquiryDd{
  display: inline-block;
}
.serviceInquiryDd .con{
  margin: 0 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  display: flex;
}
.serviceInquiryDd .con  .title{
  float: left;
  display: inline;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.serviceInquiryDd .con  .title::after{
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 38px;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: #e5e5e5;
}
.serviceInquiryInput{
  width: 240px;
  float: left;
  display: inline;
  padding: 0 10px;
}
.serviceInquiryInput input{
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #333;
  border: none;
  background: none;
  font-size: 16px;
}
.serviceInquiryInput input::-webkit-input-placeholder{
  color: #999;
  font-size:16px;
}
.serviceInquiryBtn{
  width: 120px;
  height: 60px;
  position: relative;
}
.serviceInquiryBtn a{
  display: block;
  width: 122px;
  height: 62px;
  top: -1px;
  right: -1px;
  background: #d9b766 url(../images/searchBtna.png) center center no-repeat;
  background-size: 30px;
  border-radius: 36px;
}
.serviceInquiryNumber{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding: 0 65px;
  margin-bottom: 20px;
}
.serviceInquiryDl{
  margin: 0 -20px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.serviceInquiryDl dd{
  padding: 20px 0;
  /* float: left; */
  /* display: inline; */
  display: inline-block;
  /* width: 50%; */
}
.serviceInquiryDl dd .con{
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  /* display: flex;
  align-items: baseline; */
  margin: 0 20px;
  border: 1px solid #e5e5e5;
  overflow:hidden;
  transition: all .4s;
  -webkit-transition: all .4s;
  /* display: flex; */
  /* align-items: center; */
}
.serviceInquiryDl dd .con .picBox{
  /* float: left; */
  /* display: inline; */
  width: 300px;
  /* border-radius: 100%; */
  overflow: hidden;
}
.serviceInquiryDl dd .con .pic::before{
  padding-top: 100%;
}
.serviceInquiryDl dd .con .pic img{
    object-position: top center;
}
.serviceInquiryDl dd .con .text{
  overflow: hidden;
  flex: 1;
  padding-left: 20px;
  text-align: center;
}
.serviceInquiryDl dd .con .text .title{
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.serviceInquiryDl dd .con .text .textc{
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.serviceInquiryDl dd .con:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 0 10px 7px rgba(0, 0, 0, .08);
  border-color: #fff;
}
.serviceInquiryDl dd .con:hover .title,
.serviceInquiryDl dd .con:hover .textc{
  color: #713e21;
}
/* 金七药业新增客服查询 end */
