@charset "UTF-8";

/* 搜索 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: 28px;
    height: 28px;
    padding-left: 40px;
    border-left: 1px solid #fff;
}

.topSearch a {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-image: url(../images/icon/searchBai.png);
}

.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, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.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;
}

.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%;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.top .topBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/topbg.png);
}
.top .logo {
    padding: 24px 0;
}

.logo img {
    display: block;
    height: 50px;
}

.topR {
    padding: 10px 0;
}
.topMenu {
    height: 60px;
    line-height:  60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/menuBg.png);
}
.topMenu .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px !important;
}
.menuDl {
    flex: 1;
    display: flex;
}

.menuDl dd {
    flex: 1;
    position: relative;
    margin-right: 0;
    height: 60px;
    line-height: 60px;
}
.menuDl dd a {
    color: #fff;
}
.menuDl dd:hover,
.menuDl dd.hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.mainMenu {
    position: relative;
    z-index: 9;
    text-align: center;
}


.mainMenu a {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 60px;
    height: 60px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}


.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 66px;
    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: 13px;
    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;
    position: relative;
    height: 38px;
    cursor: pointer;
    background:#f4f4f4;
    padding: 0 17px;
    border-radius: 36px;
}

.languageBox span {
    height: 38px;
    line-height:38px;
    font-size: 14px;
    color: #444;
    padding-right: 18px;
    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: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.languageBox .language {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    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)
}
.searchBox {
	position: absolute;
	top: -300px;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .5s ease;
}

.searchBox.on {
	top: 270px;
}

.searchBox .wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchBox .input {
	width: 490px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #999999;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.searchBox .input input {
	flex: 1;
	border: none;
	background-color: transparent;
}

.searchBox .input a {
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/topsearch.png);
}
/* 顶部 end */

/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .08);}
.friendLink{ overflow: hidden; margin-right: -40px;}
.friendLink .title{height: 70px; line-height: 70px; padding-left: 48px; color: #666; font-size: 14px; background: url(../images/footerIcn1.png) no-repeat left center; margin-right: 50px;float: left; display: inline;}
.friendLink .list{ overflow: hidden; padding: 20px 0; line-height: 30px; font-size: 0;}
.friendLink .list a{ display: inline-block; color: #333; font-size: 14px; margin-right: 40px;}
.friendLink .list a:hover{ color: var(--themeColor);}
/* 友情链接end   */
/* 底部中间start   */
.footerMain {
    padding: 60px 0;
    background-color: #fff;
    border-top: 3px solid var(--themeColor);
}
.footerMainDl {
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
}
.footerMainDl .con {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footerMainDl .icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
}
.footerMainDl .text1 {
    font-size: 18px;
    line-height: 30px;
    color: #999;
}
.footerMainDl .phone {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
/* .footerMainDl .phone span {
    font-size: 24px;
} */
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 45px; line-height: 45px; overflow: hidden; font-size: 14px; color: #666666;background: #fff;border-top: 1px solid #f2f2f2;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL a{ color: #666666; margin-right: 20px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #666666; }
.friendCopyRight .conR a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 20%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 60px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #e6e6e6;}
.location{height: 60px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/icon/home.png); padding-left: 0; margin-right: 0;background-size: 20px;}
.location a{display: inline;float: left;height: 60px;line-height: 60px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/icon/icon8.png);color: #666;font-size: 16px;background-size: 8px;}
.location a:hover{color:var(--themeColor)}
.location a.hover{color:var(--themeColor)}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 60px;height:60px;color: #666666;font-size: 14px;padding:0 14px;}
.subNav a.hover{color: var(--themeColor)}
.subNav a:hover{color: var(--themeColor)}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; color:#999999;border-radius:3px;background: #fff; margin: 0 3px;vertical-align: middle;border: 1px solid #cccccc;border-radius: 5px;}
.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: 40px;height: 40px;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 */
.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 */
.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;}
.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;}
.input input { border: none;background: none;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #333;}
.input { border: 1px solid #ddd;padding: 0 10px;}
.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 ***********/
/*********** 特殊功能列表页 end ***********/

/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 0 50px 50px;}
.articleBox {line-height: 34px;padding: 10px 0 0;color: #666666;font-size: 18px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 60px;font-size: 30px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {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;}

/*  分享 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: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;}
.pageUp a {font-size: 16px;color: #999999;position:relative;z-index: 10}
.articlePageBox:hover,
.pageUp a:hover {color: var(--themeColor);}
/* ————— 上一篇/下一篇 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(../../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 ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 1100px;height: 600px;margin: 0 auto;position: relative;}
.newsViewVideo.newsViewVideoShu {
    width: 800px;
    height: 1350px;
}
.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 ————— */
.newsPag{
    padding: 40px 0 0;
    border-top: 1px solid #ededed;
}
.newsPag a.home {
    width: 100px;
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/icon/newshome.png);
    font-size: 18px;
    line-height: 18px;
    color: #333;
    transition: .3s;
}
.newsPag a.home:hover {
    background-image: url(../images/icon/newsHomeh.png);
    color: var(--themeColor);
}
.newsPag a {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #666;
    transition: .3s;
    max-width: 300px;
}
.newsPag a span {
    color: #333;
    transition: .3s;
}
.newsPag a:hover {
    color: var(--themeColor);
}
.newsPag a:hover span {
    color: var(--themeColor);
}
/*********** 文章详细页 start ***********/

/* 全文列表1 start */
.textList1 dd {
    margin-bottom: 30px;
}
.textList1 dd:last-child {
    margin-bottom: 0;
}
.textList1 a {
    display: block;
    padding: 30px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.textList1 .text {
    padding: 0 28px;
    border-left: 1px solid var(--themeColor1);
    transition: .3s;
}
.textList1 .name {
    font-size: 24px;
    color: #333;
    line-height: 46px;
    font-weight: bold;
    transition: .3s;
}
.textList1 .post {
    font-size: 20px;
    color: #666;
    line-height: 46px;
    margin-bottom: 10px;
    transition: .3s;
}
.textList1 a:hover {
    background-image: url(../images/ldbg.png);
}
.textList1 a:hover .text {
    border-left: 1px solid #fff;
}
.textList1 a:hover .name{
    color: #fff;
}
.textList1 a:hover .post {
    color: #fff;
}
/* 全文列表1 end */
/* 全文列表2 start */
.textList2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.textList2 a {
    height: 148px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zzjgbgh.png);
    transition: .3s;
    box-sizing: border-box;
    padding: 30px;
}
.textList2 .title {
    font-family: 'SourceHanSerifCN-Regular';
    position: relative;
    padding-right: 20px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    transition: .3s;
}
.textList2 .title::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../images/icon/righth.png);
    position: absolute;
    right: 0;
    bottom: 13px;
    transition: .3s;
}
.textList2 a:hover {
    background-image: url(../images/zzjgbg.png);
}
.textList2 a:hover .title {
    color: #333;
}
.textList2 a:hover .title::before{
    background-image: url(../images/icon/right.png);
}
/* 全文列表2 end */

/* 全图列表1 start*/
.imgList1 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.imgList1 a {
    display: block;
    transition: .3;
}
.imgList1 .text {
    padding: 20px 0;
    border-bottom: 1px solid #eac0c7;
    transition: .3s;
    position: relative;
}
.imgList1 .text::before{
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--themeColor);
    transition: .3s;
}
.imgList1 .name {
    font-size: 22px;
    line-height: 40px;
    color: #333;
    transition: .3s;
}
.imgList1 .post {
    font-size: 18px;
    line-height: 38px;
    color: #666;
}
.imgList1 .pic::before {
    padding-top: 119.2307%;
}
.imgList1 a:hover .text::before {
    width: 100%;
}
.imgList1 a:hover .name {
    color: var(--themeColor);
}
/* 全图列表1 end*/

/* 图文列表1 start */
.imgTextList1 dd {
    margin-bottom: 20px;
}
.imgTextList1 a {
    background-color: #fafafa;
    padding: 30px;
    column-gap: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid transparent;
    transition: .3s;
}
.imgTextList1 .img {
    width: 29.6296%;
}
.imgTextList1 .pic::before{
    padding-top: 68.75%;
}
.imgTextList1 .title {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    color: #333;
    font-weight: 700;
    transition: .3s;
}
.imgTextList1 .textC {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    height: 80px;
    margin: 14px 0 15px;
    transition: .3s;
}
.imgTextList1 .time {
    font-size: 18px;
    line-height: 18px;
    color: #999;
    transition: .3s;
}
.imgTextList1 a:hover {
    background-image: url(../images/imgtextbg.png);
    border-bottom: 3px solid var(--themeColor1);
}
.imgTextList1 a:hover .title {
    color: #fff;
}
.imgTextList1 a:hover .textC {
    color: #fff;
}
.imgTextList1 a:hover .time {
    color: #fff;
}
/* 图文列表1 end */

/* 全文列表3 start */
.textList3 {
    padding:30px 0 0;
    border-bottom: 1px solid #ebebeb;
}
.textList3 dd {
    margin-bottom: 30px;
}
.textList3 a {
    column-gap: 80px;
}
.textList3 .title {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #333;
    padding-left: 18px;
    position: relative;
    transition: .3s;
}
.textList3 .title::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--themeColor1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    transition: .3s;
}
.textList3 .time {
    font-size: 18px;
    line-height: 18px;
    color: #999;
    transition: .3s;
}
.textList3 a:hover .title {
    color: var(--themeColor);
}
.textList3 a:hover .title::before {
    background-color: var(--themeColor);
}
.textList3 a:hover .time {
    color: var(--themeColor);
}
.textListAdd4,.textListAdd5 {
    padding: 30px 0 0;
}
.textListAdd5 {
    border-bottom: none;
}
/* 全文列表3 end */

/* 图文列表2 start */
.bookSearch {
    height: 60px;
    padding: 0 55px 0 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    column-gap: 20px;
    border-radius: 8px;
}
.bookSearch .input {
    flex: 1;
    padding: 0 35px;
    box-sizing: border-box;
    border: none;
}
.bookSearch a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--themeColor1);
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    transition: .3s;
}
.bookSearch a:hover {
    font-weight: 700;
}
.bookSearch input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #333;
}
.imgTextList2 {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 48px;
    column-gap: 40px;
}
.imgTextList2 a {
    column-gap: 30px;
}
.imgTextList2 .img {
    width: 32.7272%;
}
.imgTextList2 .pic::before {
    padding-top: 144.4444%;
}
.imgTextList2 .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px solid #c2c2c2;
}
.imgTextList2 .title {
    position: relative;
    padding-bottom: 10px;
}
.imgTextList2 .title span {
	 font-size: 18px;
    line-height: 36px;
    color: #333;
    max-height: 72px;
    transition: .3s;
}
.imgTextList2 .title::before {
    display: block;
    content: "";
    width: 20px;	
    height: 2px;
    background-color: var(--themeColor1);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}
.bookMore span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 28px 0 10px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--themeColor);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 8px;
    background-image: url(../images/icon/rightbai.png);
    transition:.3s;
    transform: translateY(0);
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0);
}
.imgTextList2 a:hover .title span {
    color: var(--themeColor);
}
.imgTextList2 a:hover .bookMore span{
    transform: translateY(-5px);
    box-shadow: 0 8px 13px rgba(0, 0, 0, .2);
}
/* 图文列表2 end */

/* 全图列表2 start */
.imgList2 {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.imgList2 dt {
    grid-column: 1 / -1;
}
.imgList2 .con {
    display: block;
    box-sizing: border-box;
    padding: 30px 15px;
    transform: translateY(0);
    transition:.3s;
}
.imgList2 .pic::before{
    padding-top: 126.6666%;
}
.imgList2 .picBox {
    padding: 0 15px;
}
.imgList2 .text {
    text-align: center;
    padding-top: 30px;
}
.imgList2 .title {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #333;
    transition: .3s;
}
.imgList2 .con:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.imgList2 .con:hover .title {
    color: var(--themeColor);	
}
/* 全图列表2 end */

/* 全文列表4 start */
.nationFontTitle span {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    padding-bottom: 18px;
    position: relative;
    font-family: 'SJxingkai-C';
}
.nationFontTitle span::before{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
    bottom: 0;
}
.textList4 {
    padding-left: 44.8%;
    margin: 80px 0 0 ;
}
.textList4 dd {
    margin-bottom: 30px;
}
.textList4 a {
    display: inline-block;
    padding-left: 60px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px,20px;
    background-image: url(../images/icon/wzicon.png);
    transition:.3s;
}
.textList4 a:hover {
    color: var(--themeColor);
    background-image: url(../images/icon/wziconh.png);
}
/* 全文列表4 end */

/* 荣誉资质 start */
.honorList {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
.honorList .pic::before{
    padding-top: 67.647%;
}
.honorList .pic{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.honorList a {
    display: block;
    transition: .3s;
}
.honorList .text {
    padding-top: 20px;
    text-align: center;
}
.honorList .title {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #333;
    transition:.3s;
}
.honorList a:hover .title {
    color: var(--themeColor);
}
/* 荣誉资质 end */

/* 视频列表 start */
.videoList {overflow: hidden;margin-right: -30px;}
.videoList dd {width: 33.33333%;float: left;display: inline;margin-bottom: 30px;}
.videoList dd .con {display: block;margin-right: 30px;background: #fff;overflow: hidden;border-radius: 5px;}
.videoList dd .pic::before{padding-top: 66.5761%;}
.videoList dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList dd .pic span.play {width: 100%;height: 40px;margin-bottom: 24px;display: block;background: url(../images/common/videoIco.png) no-repeat center center;background-size: 45px;}
.videoList dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList dd .text{padding:20px;}
.videoList dd .con .title {height: 25px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s; text-align: center;}
.videoList dd .con:hover .title {color: #1e5ab0;}
/* 视频列表 end */