@charset "UTF-8";
.topWrap {
    width: 84.375%;clear: both;margin: 0 auto;
}
/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    width: 21px;
    height: 20px;
    margin-top: 25px;
    background: url(../images/search.png) center no-repeat;
    background-size: 100% 100%;
    margin-left: 32px;
    cursor: pointer;
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    font-weight: lighter;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
    backdrop-filter: blur(5px);
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */

/* 顶部 start */
.top {
    position: relative;
    top: 0;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: #fff;
}

.logo {
    font-size: 0;
    padding: 28.5px 0;
}

.logo img {
    display: block;
    height: 43px;
}

.topR {
    padding: 15px 0;
}

.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 70px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 32px;
}


.mainMenu a {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 70px;
    height: 70px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
    transition: all 0.3s linear;
    font-family: 'AlibabaPuHuiTi_3_55_Regular';
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: #0063c1;
    font-weight: bold;
    font-family: 'AlibabaPuHuiTi_3_75_SemiBold';
}
.menuDl dd.hover .mainMenu a::before,.menuDl dd:hover .mainMenu a::before {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 4px;
    background-color: #0063c1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 72px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

.languageBox {
    margin-top: 16px;
    margin-left: 32px;
    position: relative;
    height: 38px;
    cursor: pointer;
    border: 1px solid #c9cdd4;
    padding: 0 17px;
    border-radius: 36px;
    box-sizing: border-box;
}

.languageBox span {
    height: 38px;
    line-height:38px;
    font-size: 18px;
    color: #86909c;
    padding-right: 23px;
    background: url(../images/languageXl.png) no-repeat center right;
    z-index: 3;
    position: relative;
}

.languageBox span i {
    background: url(../images/language.png) no-repeat center left;
    height: 38px;
    width: 18px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: top;
    background-size: 100% auto;
}

.languageBox .language {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    top: 38px;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* padding-top: 46px; */
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.languageBox .language a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #999;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    position: relative;
}

.languageBox .language a::before {
    display: block;
    content: '';
    width: 2px;
    height: 14px;
    background-color: var(--themeColor);
    position: absolute;
    top: 6px;
    left: 0;
    transform: scale(0);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.languageBox .language a:hover {
    color: var(--themeColor);
}

.languageBox .language a:hover::before {
    transform: scale(1);
}

.languageBox:hover .language {
    opacity: 1;
    visibility: visible;
}

.languageBox:hover span,
.languageBox.hover span {
    color: #666;
    background-image: url(../images/languageXl.png)
}

.languageBox:hover span i,
.languageBox.hover span i {
    color: #666;
    background-image: url(../images/language.png)
}
.topPhone {
    margin-top: 22px;
    margin-left: 32px;
    display: flex !important;
    align-items: center;
    column-gap: 20px;
}
.topPhone .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url(../images/topPhoneBg.png) center no-repeat,#004ca9;
    background-size: auto 14px;
}
.topPhone span {
    display: inline-block;
    font-size: 20px;
    color: #004ca9;
    font-weight: bold;
}
/* 顶部 end */

/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background: url(../images/footerBg.png) bottom center no-repeat,#f8fbff;background-size: 100% auto;border-top: 2px solid #5fc61a;}
.footerT {
    padding: 110px 0 124px;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
.footerLogo img {
    height: 51px;
}
.footerTL {
    width: fit-content;
}
.footer ul {
    display: flex;
    column-gap: 24px;
    padding-top: 35px;
    width: fit-content;
}
.footer ul li {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #003d77;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear;
    box-sizing: border-box;
}
.footer ul li:hover {
    background-color: #003d77;
}
.footer ul li:nth-child(1) {
    background-image: url(../images/wx.png);
}
.footer ul li:nth-child(2) {
    background-image: url(../images/sj.png);
}
.footer ul li:nth-child(1):hover {
    background-image: url(../images/wxh.png);
}
.footer ul li:nth-child(2):hover {
    background-image: url(../images/sjh.png);
}
.footer ul li::before {
    display: block;
    content: '';
    position: absolute;
    width: 26px;
    height: 14px;
    background: url(../images/sjx.png) center no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 52px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
}
.footer ul li:hover::before {
    opacity: 1;
    z-index: 1;
}
.footer ul .ewm {
    width: 110px;
    height: 110px;
    border: 1px solid #ededed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 62px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
    box-sizing: border-box;
}
.footer ul li:hover .ewm {
    opacity: 1;
    z-index: 2;
}
.footer ul .ewm img {
    width: 100%;
    height: 100%;
}
.footer .fwrx {
    font-size: 20px;
    color: #193048;
    font-family: 'AlibabaPuHuiTi_3_45_Light';
    margin-top: 20px;
    padding-left: 38px;
    background: url(../images/dh.png) left top 10px no-repeat;
    background-size: auto 24px;
}
.footer .fwrx span {
    font-size: 28px;
    color: #004ca9;
    font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.footer dl {
    flex: 1;
    display: flex;
    column-gap: 66px;
    margin: 0 10px 0 110px;
    height: fit-content;
}
.footer dl dd {
    padding: 0 30px;
    flex: 1;
    box-sizing: border-box;
    border-left: 2px solid rgb(0,125,56,0.1);
    position: relative;
}
.footer dl dd::before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: rgb(0,125,56,1);
    position: absolute;
    left: -2px;
    top: 0;
}
.footer dl dd .name {
    font-size: 21px;
    color: #004ca9;
    font-family: 'AlibabaPuHuiTi_3_75_SemiBold';
}
.footer dl dd .info {
    font-size: 16px;
    color: #86909c;
    font-family: 'AlibabaPuHuiTi_3_45_Light';
    line-height: 26px;
    margin-top: 20px;
}
/* 友情链接end   */
/* 底部版权start   */
.friendCopyRight{ height: 64px; line-height: 64px; overflow: hidden; font-size: 14px; color: #4e5969;border-top: 1px solid #c9cdd4;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL a{ color: #4e5969; margin-right: 20px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #4e5969; }
.friendCopyRight a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 44.7917%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .cnTitle{font-size: 60px;color: #f9f9f9;line-height: normal;font-weight: bold;position: absolute;left: 50%;top: 40.6977%;transform: translateX(-50%);}
.subBanner .xian{position: absolute;width: 2px;height: 87px;background-color: rgb(249,249,249,0.6);bottom: 0;left: 50%;transform: translateX(-50%);}
.subBanner .xian div{width: 100%;height: 42px;background-color: #f9f9f9;}
.goxia{width: 22px;height: 35px;border-radius: 11px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 110px;border: 2px solid #fff;box-sizing: border-box;padding-top: 6px;cursor: pointer;animation: goxiaMove 1.5s ease-in-out infinite;}
.goxia div{margin: 0 auto;width: 4px;height: 9px;background-color: #fff;border-radius: 2px;}
@keyframes goxiaMove {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}
/* ————— subBanner end ————— */

/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 16px;}
.page a{display: inline-block;overflow: hidden;width:34px;height: 34px;line-height: 34px; color:#9ea5af;background: #fff; margin: 0 10px;vertical-align: middle;border: 1px solid #004ca9;box-sizing: border-box;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a.hover{background: var(--themeColor);color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 34px;height: 34px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 全图列表 start */
.imgList{overflow: hidden;margin:0 -10px;}
.imgList dd{width: 33.3333%;float: left;display: inline;padding: 10px 0;}
.imgList dd .con{display: block;background: #FFFFFF;margin:0 10px;border-radius: 5px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;}
.imgList dd .con .pic::before{padding-top: 56.563462%;}
.imgList dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList 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;}
.imgList dd .con:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.imgList dd .con:hover .text{color: var(--themeColor);}
/* 全图列表 end */
/* 全文列表 start */
.textList{margin: 0 -30px 0 0;}
.textList::after{ clear:both; content: ''; visibility: hidden; display: block;}
.textList dd{width: 100%;float: left;display: inline;}
.textList dd .con{display: block;margin: 0 30px 30px 0;background: #fff;padding: 15px;overflow: hidden;transition: 0.4s;-webkit-transition: 0.4s;border-radius: 5px;}
.textList dd .con:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);transform: translateY(-2px);-webkiet-transform: translateY(-2px);}
.textList dd .timeBox{width: 106px;height: 80px;float: left;display: inline;position: relative;text-align: center;}
.textList dd .timeBox::before{content: '';display: block;width: 1px;height: 100%;background: #f5f5f5;position: absolute;top: 0;right: 1px;}
.textList dd .timeBox .time1{height: 36px;line-height: 36px;overflow: hidden;font-size: 30px;color: var(--themeColor);font-weight: bold;margin-bottom: 5px;}
.textList dd .timeBox .time2{height: 20px;line-height: 20px;overflow: hidden;font-size: 14px;color: #999999;}
.textList dd .con .text{overflow: hidden;height: 80px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;}
.textList dd .title{display: inline-block;font-size: 16px;color: #666666;line-height: 30px;height: 30px;overflow: hidden;max-width: 100%;white-space: nowrap;text-overflow: ellipsis;transition: 0.4s;-webkit-transition: 0.4s;}
.textList dd .con:hover .title{color: var(--themeColor);}
/* 全文列表 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */

/* 表单模板 start */
.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;}
.commonFormBox{ background: #FFF;padding: 40px;}
.commonForm{ margin-right: -40px; font-size: 14px;}
.commonForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.commonForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.commonForm .item.w100p{ width: 100%;}
.commonForm .item .con{ margin-right: 40px;}
.commonForm .item .label{ height: 38px; line-height: 38px;}
.commonForm .item .label span{ color: #da0100;}
.commonForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.commonForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
.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:var(--themeColor); color: #FFF;border-color: var(--themeColor);}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* 表单模板 start  */


/*********** 基础公共列表页 start ***********/


/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 0 0 60px;}
.articleC2{padding: 0 60px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #4e5969;font-size: 18px;margin-bottom: 10px;font-family: 'AlibabaPuHuiTi_3_45_Light';}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 43px;font-size: 30px;font-family: "AlibabaPuHuiTi_3_65_Medium";color: #1d2129;text-align: center;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #4e5969;font-size: 16px;line-height: 32px;padding: 24px 0;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;font-family: 'AlibabaPuHuiTi_3_45_Light';}
.articleTime span {margin-right: 64px;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;}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 800px;height: 450px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto; box-sizing: border-box;-webkit-box-sizing: border-box;}
#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(../../common/images/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../../common/images/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 800px;height: 450px;}
#play .img_ul li {position: relative;z-index: 1;width: 800px;height: 450px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 800px;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 var(--themeColor);background: var(--themeColor);}
.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(../../common/images/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}


.articleBigImg{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.articleBigImg .bdOuter{
    width: 800px;
    height:450px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.articleBigImg .bdOuter .bd{
    overflow: hidden;
    height: 100%;
}
.articleBigImg .bdOuter .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.articleBigImg .bdOuter .swiper-slide img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}
.articleBigImgTab{
    position: relative;
}
.articleBigSwiper{
    overflow: hidden;
    margin: 0  auto;
    width: 600px;
}
.articleBigSwiper ul li{
    float: left;
    display: inline;
    width: auto;
    margin: 0 0px !important;
    height: auto !important;
    border-radius: 0;
    opacity: 1;
    background: none !important;
} 
.articleBigSwiper ul li .con{
    margin: 0 6px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    padding: 3px;
    position: relative;
    transition: all .1s linear;
}
    .articleBigSwiper ul li .pic::before{
    padding-top: 66.6667%;
    }
    .articleBigSwiper ul li .pic img{
    object-fit: contain;
    object-position: center center;
    }
    .articleBigSwiper ul li .con span{
    position: absolute;
    right: 3px;
    height: 20px;
    left: 3px;
    bottom: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    text-align: right;
    padding: 0 5px;
    box-sizing: border-box;
    color: rgba(255,255,255,0.5);
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}
.articleBigSwiper ul li.swiper-pagination-bullet-active .con{
    padding: 1px;
    border: 3px solid var(--themeColor);
}
.articleBigSwiper ul li.swiper-pagination-bullet-active .con span{
    left: 1px;
    bottom: 1px;
    right: 1px;
}
.articleBigImgTab .articleImgBtn::after{
    font-size: 30px !important;
    font-weight: bold;
}
.articleBigImgTab .articleImgBtn.swiper-button-prev{
    left: 0;
    color: var(--themeColor);
}
.articleBigImgTab .articleImgBtn.swiper-button-next{
    right: 0;
    color: var(--themeColor);
}
/* ————— 大图 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(../../common/images/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../../common/images/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../../common/images/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../../common/images/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../../common/images/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../../common/images/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: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp{display: flex;padding: 42px 60px 0;column-gap: 240px;border-top: 1px solid #ddd;}
.pageUp .articlePageBox{flex: 1;}
.pageUp .articlePageBox a{width: 100%;border: 1px solid #004ca9;box-sizing: border-box;height: 50px;line-height: 50px;background-color: #fff;box-sizing: border-box;text-align: center;color: #004ca9;font-size: 18px;transition: all .3s linear;padding: 0 20px;font-family: 'AlibabaPuHuiTi_3_45_Light';}
.pageUp .articlePageBox:hover a{background-color: #004ca9;color: #fff;}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
/* ————— 音频 start ————— */
.newsAudio{
    position: relative;
}
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	height: 90px;
	margin: 0 auto;
	/* border: 1px solid #e5e5e5; */
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: .5rem;
}

.newsAudio .audiojs .play-handle {
	display: flex;
	align-items: center;
}

.newsAudio .audiojs .play-handleTime {
	flex: 1;
}

.newsAudio .audiojs .play-pause {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 100%;
	position: relative;
}

.newsAudio .audiojs p {
	display: none;
	width: 40px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	background: #f00;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .play-title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	height: 6px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	position: relative;
	font-size: 16px;
	color: #333;
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #333;
	font-style: normal;
	font-size: 16px;
}

.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(../../common/components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../../common/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(../../common/components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../../common/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 ————— */
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width:800px;height: 450px;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 ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/