@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 {
    height: 38px;
    margin-top: 25px;
    margin-left: 20px;
    width: 42px;
    height: 42px;
    border: none;
    background: url(../images/searchW_h.png) center center no-repeat;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.topSearch:hover {
    background:rgba(0, 0, 0, .15) url(../images/searchW_h.png) center center no-repeat;
    border-radius: 100%;
}


.topSearch:hover a:hover::before {
    background: #0085ff url(../images/searchW_h.png) center center no-repeat;
}

.topSearch:hover a {
    color: var(--themeColor);
}

.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 button {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/searchW_h.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: absolute;
    top: 0;
    width: 100%;
    height:100px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: rgba(255, 255, 255, .5);
}
.top::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 182px;
    left: 0;
    top: 0;
    background: url(../images/topBg.png) top left repeat-x;
    z-index: -1;
}
.indexTop .top{
    background: none;
}
.topWrap{
    margin: 0 5.0283334%;
    position: relative;
    z-index: 10;
}

.logo {
    font-size: 0;
    padding: 16px 0 15px;
}

.logo img {
    display: block;
    height: 69px;
}
.logo img.img2{
    display: none;
} 
.indexTop .logo img.img2 {
    display: block;
    height: 69px;
}
.indexTop .logo img.img1 {
    display: none;
    height: 69px;
}

.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    height: 100px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 25px;
}


.mainMenu a {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 90px;
    height: 100px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}
.menuDl dd:hover .mainMenu a, 
.menuDl dd.hover .mainMenu a {
    color: var(--themeColor);
}

.indexTop .mainMenu a{
    color: #fff;
} 
.indexTop .menuDl dd:hover .mainMenu a, 
.indexTop .menuDl dd.hover .mainMenu a {
    color: #fff;
}
.menuDl dd .subMenu {
    border-top: 3px solid var(--themeColor);
    position: absolute;
    left: -50%;
    right: -25px;
    top: 100px;
    display: none;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    border-radius: 0 0 3px 3px;
    width: 200%;
}
.menuDl dd .subMenu a {
    display: block;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu a:hover,
.menuDl dd .subMenu a.hover {
    color: var(--themeColor);
}


.topR .menuIcon div {
    position: relative;
    background: url(../images/menuBg_h.png) bottom center no-repeat !important;
}
.indexTop .topR .menuIcon div {
    position: relative;
    background: url(../images/menuBg.png) bottom center no-repeat !important;
}
/* 顶部 end */
.indexMore {
	height: 50px;
	padding: 0 6px 0 30px;
	width: 152px;
	box-sizing: border-box;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
    background: var(--themeColor);
    -webkit-transition: all 160ms;
    transition: all 160ms;
}
.indexMore:hover{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.indexMore::before {
	content: '';
	position: absolute;
	top: -1%;
	left: -1%;
	width: 102%;
	height: 102%;
	background: var(--themeColor);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.indexMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.indexMore a {
	display: block;
	position: relative;
	line-height: 50px;
	z-index: 5;
	font-size: 14px;
	color: #FFF;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexMore:hover a {
	color: #fff;
}

.indexMore a::after {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 25px;
	top: 10px;
	border-radius: 45px;
	background: url(../images/more.png) center center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
    opacity: .6;
}

.indexMore:hover a::after {
	opacity: 1;
}

/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background: #336690;box-shadow: 0 0 10px rgba(0, 0, 0, .08);position: relative;border-top: 1px solid #c0975d;}
.footerTop{
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footerFriendLink {
	width: 250px;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	background: rgba(255,255,255,0.2);
	float: right;
    display: inline;
	vertical-align: middle;
}
.friendLinkTitle {
	padding: 0 20px;
}
.friendLinkTitle .text {
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
}

.friendLinkTitle .icon {
	transition: all .3s linear;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/selectIcon.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	overflow: hidden;
}

.footerFriendLink.active .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.footerFriendLink .friendLinkCon {
	width: 100%;
	overflow: hidden;
	border-top: none;
	max-height: 140px;
	overflow-y: auto;
	position: absolute;
	left: 0px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerFriendLink ::-webkit-scrollbar-thumb {
	width: 4px;
	background: var(--themeColor);
	border-radius: 8px;
}

.footerFriendLink ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerFriendLink .friendLinkCon a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 1px;
	font-size: 14px;
	overflow: hidden;
	padding: 0 20px;
}

.footerFriendLink .friendLinkCon a.hover,
.footerFriendLink .friendLinkCon a:hover {
	color: var(--themeColor);
}
.footerMenu{
    overflow: hidden;
    margin: 0 -20px;
    flex: 1;
}
.footerMenu a{
    display: inline-block;
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0 17px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.footerMenu a:hover{
    opacity: .5;
}
/* 友情链接end   */
/* 底部中间start   */
.footerM{ padding: 50px 0 40px;}
.footerMLTitle{
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 15px;
}
.footerMLTitle span{
    position: relative;
    padding-right: 20px;
    font-weight: bold;
}
.footerMLTitle span::after{
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.footerML{float: left; display: inline; margin-right: 50px;}
.footerLogo{ padding-top: 40px; margin-bottom: 38px;}
.footerLogo img{ display: block; height: 83px;margin: 0 auto;}
.footerItem{
    padding: 10px 0;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    font-family: 'Alibaba PuHuiTi 2.0 55';
    overflow: hidden;
}
.footerItem .title{
    float: left;
    display: inline;
}
.footerItem .text{
    overflow: hidden;
}
.footerMRTitle{
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}
.footerMC{
    overflow: hidden;
}
.footerMR{ float: right; display: inline;}
.footerEwm{ position: relative;margin-left: -30px   ;}
.footerEwm::after{
    display: block;
    content: '';
    clear: both;
}
.footerEwm dd{ float:left; display:inline; position:relative; margin-left:30px;}
.footerEwm dd .icon{width: 56px;height: 56px;border-radius: 56px;background: rgba(255, 255, 255, .15);border-radius: 56px;}
.footerEwm dd .icon span{
    display: block;
    height: 56px;
    width: 56px;
    background-position: center center;
    background-repeat: no-repeat;
}
.footerEwmBox{position: absolute;width: 120px;height: 120px;border: 3px solid rgba(255, 255, 255, .1); left: 50%;margin-left: -63px;top: -156px;background: rgba(255, 255, 255, .03);z-index: 5;opacity: 0;visibility:hidden ;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.footerEwmBox::before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: rgb(255, 255, 255, 0.1);
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    z-index: -1;
}
.footerEwm dd:hover .footerEwmBox{
    opacity: 1;
    visibility: visible;
    top: -140px;
}
.footerEwmImg img{ display:block; width:120px; height:120px;}
.footerEwm dd .title{ height: 55px;line-height: 55px;text-align: center;font-size: 14px;color: #fff;}
.goBackTop{
    position: absolute;
    right: 2%;
    top: -58px;
    width: 100px;
    height: 100px;
    background: #cf0417;
    border-radius: 100px;
}
.goBackTop a{
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.goBackTop a i{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/backTop.png) center center no-repeat;
    margin-bottom: 10px;
}
/* 底部中间end   */
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 70px; line-height: 70px; overflow: hidden; font-size: 14px; color: #fff;background: #1e517c;text-align: center;}
.friendCopyRight .conL{ display: inline-block;}
.friendCopyRight .conL span{ margin-right: 5px;}
.friendCopyRight .conL a{ color: #fff; margin-right: 5px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ opacity: .8;}
.friendCopyRight .conR{ display: inline-block;}
.friendCopyRight .conR a{color: #fff; }
.friendCopyRight .conR a:hover{ opacity: .8;}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 36.4583334%;}
.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;background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);}
.subBanner .wrap{height: 100%;display: flex;align-items: center;justify-content: center;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{display: inline-block; font-size: 40px;color: #ffffff;line-height: 60px;patext-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);position: relative;padding: 0 38px;}
.subBanner .textC .cnTitle span{
    display: inline-block;
    height: 60px;
    position: relative;
    padding: 0 30px;
}
.subBanner .textC .cnTitle::before{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 8px;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    background: #fff;
    border-radius: 3px;
}
.subBanner .textC .cnTitle::after{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 8px;
    left:0px;
    top: 50%;
    margin-top: -4px;
    background: #fff;
    border-radius: 3px;
}
.subBanner .textC .cnTitle span::before{
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    background: #fff;
    border-radius: 3px;
}
.subBanner .textC .cnTitle span::after{
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left:0px;
    top: 50%;
    margin-top: -4px;
    background: #fff;
    border-radius: 3px;
}
.subBanner .textC .enTitle{font-size:20px;color: rgb(255 255 255 / 1);line-height: 34px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox{position: absolute;left: 0;bottom: 15px;width: 100%; z-index: 5; clear:both;width: 100%;height: 50px;}
.locationBox .wrap{justify-content: left;}
.location{height: 50px;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/common/home.png); padding-left: 0; margin-right: 0;}
.location a{display: inline;float: left;height: 50px;line-height: 50px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #fff;font-size: 18px;}
.location a:hover{opacity: .8;}
.subMenuBox{background: #fff;border-bottom: 1px solid #e3e3e3;}
.subNavBox{margin: 0 -45px;}
.subNav{position: relative;text-align: center;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline-block; line-height: 70px;height:70px;color: #333;font-size: 18px;padding:0 45px;position: relative;}
.subNav a::before{display: block;content:'';position: absolute;width: 1px;height: 14px;right: 0;top: 50%;margin-top: -7px;background: #c8c8c8;}
.subNav a:last-child:before{display: none;}
.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:45px;height: 45px;line-height: 45px; color:#999999;border-radius:3px; margin: 0 3px;vertical-align: middle;border: 1px solid #ccc;border-radius: 45px;font-size: 14px;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);border-color: var(--themeColor);color: #fff;}
.page a.hover{background: var(--themeColor);border-color: 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 */
.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 */
.imgText dd{padding: 15px 0;}
.imgText dd a{display: flex; padding: 20px;background: #FFF;border-radius: 5px;transition: all .4s;-webit-transition: all .4s;border: 1px solid #e5e5e5;align-items: center;position: relative;}
.imgText dd a::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--themeColor);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: scaleX(.5);
    -webkit-transform: scaleX(.5);
    opacity: 0;
    visibility: hidden;
}
.imgText dd a:hover:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0 100%;
    opacity: 1;
    visibility: visible;
}
.imgText dd .pic{ width:28%; overflow: hidden; position: relative;border-radius: 10px;margin-right: 50px;}
.imgText dd .pic:before{ display: block; content: ''; padding-top: 56.25%;}
.imgText dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText dd .text{ overflow: hidden;position: relative;padding-right: 50px;}
.imgText dd .text::before{display: block;content: '';position: absolute;width: 1px;height: 136px;right: 0;top: 50%;margin-top: -68px;background: #e5e5e5;}
.imgText dd .text .title{ overflow: hidden; height: 50px; line-height: 50px; font-weight: bold;margin-bottom: 8px;font-size: 22px;font-weight: bold;color: #333;margin-bottom: 20px;}
.imgText dd .text .textC{ font-size:16px; color:#666666; line-height:30px; height:90px; overflow:hidden;}
.imgText dd .time{width: 180px;text-align: center;}
.imgText dd .time span{ display:block;height: 52px;line-height: 52px;font-size: 40px;color: #999;font-family: "Apercu";}
.imgText dd .time em{display: block;height: 32px;line-height: 32px;font-size:16px;color: #999;font-family: "Apercu";font-style: normal;}
.imgText dd:hover .text .title a{ color: var(--themeColor);}
.imgText dd:hover a{ transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);}
.imgText dd:hover .title,
.imgText dd:hover .time span,
.imgText dd:hover .time em{color: var(--themeColor);}
/* 图文列表 end */

/* 党建 start */
.djColumn1{
    display: flex;
}
.djColumn1Left{
    width: 34%;
    background: #fff;
    margin-right: 30px;
    padding: 45px 0;
}
.djColumn1Left .time{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #999;
    margin: 0 50px;
    font-family: 'Apercu';
    padding-left: 28px;
    background: url(../images/time.png) left center no-repeat;
}
.djColumn1Left .title{
    margin: 0 50px;
    height: 72px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 40px;
}
.djColumn1Left .title a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.djColumn1Left:hover .title a{
    color: #cf0417;
}
.djColumn1Left .text{
    padding: 45px 50px 0;
    height: 128px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 57px;
}
.djColumn1Left .commonMore {
    margin: 0 50px;
}
.commonMore {
	height: 55px;
	border: 1px solid #b2b2b2;
	width: 160px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	text-align: center;
}

.commonMore:hover {
	border-color: transparent;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.commonMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cf0417;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.commonMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.commonMore a {
	display: block;
	position: relative;
	line-height: 53px;
	z-index: 5;
	font-size: 16px;
	color: #999;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.commonMore:hover a {
	color: #fff;
}

.commonMore span {
	display: inline-block;
	padding-right: 29px;
	background: url(../images/morew.png) right center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.commonMore:hover span {
	background: url(../images/morew_h.png) right center no-repeat;
}
.djColumn1Right{
    flex: 1;
    overflow: hidden;
}
.djSwiper{
    overflow:hidden;
}
.djSwiper .pic::before{
    padding-top: 58.5%;
}
.imgText1 dd{padding: 15px 0;}
.imgText1 dd a{display: flex; padding: 20px;background: #FFF;border-radius: 5px;transition: all .4s;-webkit-transition: all .4s;align-items: center;position: relative;}
.imgText1 dd a::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #cf0417;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: scaleX(.5);
    -webkit-transform: scaleX(.5);
    opacity: 0;
    visibility: hidden;
}
.imgText1 dd a:hover:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0 100%;
    opacity: 1;
    visibility: visible;
}
.imgText1 dd .pic{ width:28%; overflow: hidden; position: relative;border-radius: 10px;margin-right: 50px;}
.imgText1 dd .pic:before{ display: block; content: ''; padding-top: 56.25%;}
.imgText1 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText1 dd .text{ overflow: hidden;position: relative;padding-right: 50px;}
.imgText1 dd .text::before{display: block;content: '';position: absolute;width: 1px;height: 136px;right: 0;top: 50%;margin-top: -68px;background: #e5e5e5;}
.imgText1 dd .text .title{ overflow: hidden; height: 50px; line-height: 50px; font-weight: bold;margin-bottom: 8px;font-size: 22px;font-weight: bold;color: #333;margin-bottom: 20px;}
.imgText1 dd .text .textC{ font-size:16px; color:#666666; line-height:30px; height:90px; overflow:hidden;}
.imgText1 dd .time{width: 180px;text-align: center;}
.imgText1 dd .time span{ display:block;height: 52px;line-height: 52px;font-size: 40px;color: #999;font-family: "Apercu";}
.imgText1 dd .time em{display: block;height: 32px;line-height: 32px;font-size:16px;color: #999;font-family: "Apercu";font-style: normal;}
.imgText1 dd:hover .text .title a{ color: #cf0417;}
.imgText1 dd:hover a{ transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);}
.imgText1 dd:hover .title,
.imgText1 dd:hover .time span,
.imgText1 dd:hover .time em{color: #cf0417;}
/* 党建 end */

/* 全文列表 start */
.textList{margin: 0 -15px;}
.textList::after{ clear:both; content: ''; visibility: hidden; display: block;}
.textList dd{width: 50%;float: left;display: inline;padding: 16px 0;}
.textList dd .con{display: block;border: 1px solid #ebebeb; margin: 0 15px;background: #fff;overflow: hidden;transition: 0.4s;-webkit-transition: 0.4s;border-radius: 2px;padding: 30px 25px 0;}
.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 .title{height: 32px;line-height: 32px;font-size: 18px;color: #333;margin-bottom: 12px;}
.textList dd .text{height: 60px;line-height: 30px;font-size: 16px;color: #666;margin-bottom: 20px;}
.textList dd .more{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    position: relative;
    background: url(../images/articleMore.png) right center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
} 
.textList dd .more::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: #ebebeb;
}
.textList dd .more::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: var(--themeColor);
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 0 0;
}
.textList dd .con:hover .more::after{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.textList dd .con:hover .more{
    color: var(--themeColor);
    background: url(../images/articleMore_h.png) right center no-repeat;
}
.textList dd .con:hover .title{color: var(--themeColor);}
/* 全文列表 end */
/* 下载 start */
.downLoadPage{ padding: 20px;}
.downLoad{ overflow: hidden;}
.downLoad  span{ float: left; display: inline; box-sizing: border-box;-webkit-box-sizing: border-box; text-align: center; overflow: hidden;}
.downLoad  span.span1{ padding: 0 20px; width: 68%; text-align: left;}
.downLoad  span.span2{ width: 16%;}
.downLoad  span.span3{ width: 16%;}
.downLoad dt{ overflow: hidden; background: var(--themeColor);}
.downLoad dt span{height: 60px;line-height: 60px;color: #ffffff;font-size: 16px;}
.downLoad dd{ overflow: hidden;}
.downLoad dd span{height: 60px;line-height: 60px;color: #333333;font-size: 14px;}
.downLoad dd a{ color: #333333;}
.downLoad dd a.btn{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;padding: 0 15px 0 40px;background-position: 16px center;background-repeat: no-repeat;color:var(--themeColor);font-size: 14px;background-image: url(../images/downLoadIcn1.png);border-radius: 4px;background-color: transparent;border: none;transition: all 200ms ease-in;-webkit-transition: all 200ms ease-in;background-size: auto 20px;}
.downLoad dd.even{ background: #f8f8f8;}
.downLoad dd:hover span{color: var(--themeColor);}
.downLoad dd:hover a{color: var(--themeColor);}
.downLoad dd:hover a.btn{background-color: var(--themeColor); color: #FFF; background-image: url(../images/downLoadIcn1H.png);}
/* 下载 end */
/* 视频列表 start */
.videoList {overflow: hidden;margin:0 -15px;}
.videoList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.videoList dd .con {display: block;margin:0 15px;background: #fff;overflow: hidden;border-radius: 5px;transition: .4s;-webkit-transition: .4s;}
.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:60px;margin-bottom:10px;display: block;background: url(../images/common/videoIco.png) no-repeat center center;background-size: 50px;}
.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: var(--themeColor);}
.videoList 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);}
/* 视频列表 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 ————— */
.audioList{overflow: hidden;margin: 0 -15px;}
.audioList dd{float: left;display: inline;width: 50%;padding: 15px 0;}
.audioList dd .con{padding:20px 30px;margin: 0 15px;background: #FFFFFF;position: relative;transition: all .4s;border-radius: 5px;}
.audioList dd .title{overflow: hidden;}
.audioList dd .title span{float: left;display: inline;width: 36px;height: 36px;background: url(../images/audioList/player.png) center center no-repeat;}
.audioList dd .title .titleC{overflow: hidden;padding: 0 10px;line-height: 36px;height: 36px;font-size: 16px;color: #666;}
.audioList dd .audioInfor{height: 30px;overflow: hidden;}
.audioList dd .audioTime{height: 30px;line-height: 30px;font-size: 14px;color: #666;}
.audioList dd .audioTime span{padding-right: 5px;}
.audioList dd .audioTime em{font-style: normal;padding-left: 5px;}
.audioList dd  .audioHandle {overflow: hidden; display: none;}
.audioList dd  .audioHandle.show{ display: block;}
.audioList dd .audioPlayerBtn {width: 30px;height: 30px;margin-right: 5px;}
.audioList dd  .audioHandle a{display: block;font-size: 0;width: 30px;height: 30px;background-position: center center;background-repeat: no-repeat;background-size: auto 30px;}
.audioList dd .audioHandle a.btnPlay{background-image: url(../images/audioList/audioPlay.png);}
.audioList dd .audioHandle a.btnPause{background-image: url(../images/audioList/audioPause.png);}
.audioVoice{ float: left; display: inline;}
.audioVoiceBtn{overflow: hidden;float: left;display: inline;}
.audioVoiceBtn span{display: block;width: 30px;height: 30px;background: url(../images/audioList/voice.png) center center no-repeat;background-size: auto 28px;margin-right: 5px;cursor: pointer;}
.audioVoiceBtn.noVoice span{background-image:url(../images/audioList/noVoice.png);}
.audioVoiceNum{float: left;display: inline;width: 84px;position: relative;height: 5px;background: #f0f0f0;border-radius: 5px;margin-top: 12px;}
.audioVoiceNum em{display: block;border-radius: 5px;height: 100%;width: 50%;background: #999;position: relative;}
.audioVoiceNum em i{ position: absolute; width: 9px; height: 9px; background: #999; border-radius: 8px; right: 0; top: 50%; margin-top: -5px; cursor: pointer;}
.audioList dd .audioWavBox{width: 100%;height: 36px;background: #f5f5f5;border-radius: 5px;position: relative;}
.audioList dd .audioWav{position: relative;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.audioWavBox .loadDataTip{text-align: center;position: absolute;left: 0;top: 0;line-height: 36px;color: #999;width: 100%;}
.audioList 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);}
/* ————— 音频列表 end ————— */
/* 资质荣誉 start */
.hornorList {overflow: hidden;margin: 0 -15px;}
.hornorList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.hornorList dd a {display: block;margin: 0 15px;overflow: hidden;background: #FFFFFF;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.hornorList dd a .picBox {padding: 30px;}
.hornorList dd a .picBox .pic::before {padding-top: 56.563462%;}
.hornorList dd a .picBox .pic {border-top: 1px solid transparent;transition: .3s;}
.hornorList dd a .picBox .pic img {object-fit: contain;}
.hornorList dd a .text {box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;text-align: center;border-top: 1px solid #e7e7e7;transition: .3s;}
.hornorList dd a .text .title {font-size: 18px;color: #333333;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;height: 75px;line-height: 75px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hornorList dd a:hover .text .title {color: #336690;}
.hornorList dd a:hover {box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}
.hornorList dd a:hover .picBox .pic {border-top: 1px solid #1d2088;}
.honorTop {display: flex;column-gap: 35px;align-items: end;padding: 80px 0 100px;justify-content: space-between;}
.honorTop .imgBg {width: 57.5923%;background: url(../test/images/lskjbg.png) center bottom no-repeat;}
.honorTop .imgBg dl {display: flex;justify-content: center;}
.honorTop .imgBg dl dd {width: 34.4444%;}
.honorTop .imgBg dl .pic::before {padding-top: 67.7419%;}
.honorTop .imgBg dl dd .pic img {object-fit: contain;}
.honorTop .imgBg dl dd a {display: block;overflow: hidden;}
.honorTop .imgBg dl dd .text { font-size: 18px;color: #333;height: 26px;line-height: 26px;text-align: center;margin-top: 50px;}
.honorTop .text {flex: 1;}
.honorTop .text .title span {display: inline-block;font-size: 24px;height: 60px;line-height: 60px;padding-left: 50px;background-image: url(../images/twoy.png);background-position: left center;background-repeat: no-repeat; color: #39668a;}
.honorTop .textC {font-size: 20px;line-height: 60px;color: #333;}
.hornorList dd a:hover .text {border-top: 1px solid transparent;}
/* 资质荣誉 end */
/* 期刊杂志 start */
.magezineList{overflow: hidden;margin:0 -15px 0 0;}
.magezineList dd{width: 25%;float: left;display: inline;padding:15px 0px;}
.magezineList dd .con{display: block;background: #FFFFFF;margin:0 15px; border-radius: 5px; overflow: hidden;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.magezineList dd .con .pic::before{padding-top:133.333333%;}
.magezineList dd .con .pic .scan{ position: absolute; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.5) url(../images/eyeImg.png) no-repeat center center; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.magezineList 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;}
.magezineList dd a:hover {box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}
.magezineList dd .con:hover .text{color: var(--themeColor);}
.magezineList dd .con:hover  .pic .scan{visibility: visible; opacity: 1;}
/* 期刊杂志 end */
/* 数字报纸 start */
.newsPaperTime{ text-align: left; font-size: 0; margin: 0 -5px 15px;}
.newsPaperTime a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 12px; margin: 0 5px; background: #FFF;}
.newsPaperTime a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.newsPaperTime a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.newsPaper{overflow: hidden;margin:0 -15px;}
.newsPaper dd{width: 25%;float: left;display: inline;padding: 15px 0;}
.newsPaper dd .con{display: block;background: #FFFFFF;margin:0 15px; border-radius: 5px; overflow: hidden;transition: .4s;-webkit-transition: .4s;}
.newsPaper dd .con .pic::before{padding-top:133.333333%;}
.newsPaper dd .con .pic .scan{ position: absolute; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.5) url(../images/eyeImg.png) no-repeat center center; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.newsPaper 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;}
.newsPaper dd .con:hover .text{color: var(--themeColor);}
.newsPaper dd .con:hover  .pic .scan{visibility: visible; opacity: 1;}
.newsPaper dd .con:hover {box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}
/* 数字报纸 end */
/* 横向瀑布流 start */
.waterFall2{opacity: 0;}
.waterFall2>div>a{ display: block; border-radius: 5px; overflow: hidden;}
.waterFall2 .caption{font-size: 16px;color: #fff;height: 50px;line-height: 50px;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;background: rgb(0,0,0,0.4);position: absolute;bottom: 0;left: 0;width: 100%;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear}
/* 横向瀑布流 end */
/* 纵向瀑布流 start */
.waterFall{position: relative;width: 100%;z-index: 1 !important; opacity: 0;}
.waterFall dd {width: 33.3333%;position: absolute;top: 0;left:0;padding: 15px 0;}
.waterFall dd a {display: block;margin:0 15px;background: #fff;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.waterFall dd a .grPic {height: auto;;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden; border-radius: 5px;}
.waterFall dd a .grPic img {width: 100%;height: 100%;}
.waterFall dd .con{position: relative;}
.waterFall dd a .text {font-size: 16px;color: #fff;height: 50px;line-height: 50px;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;background: rgb(0,0,0,0.4);position: absolute;bottom: 0;left: 0;width: 100%;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear}
.waterFall dd a:hover .text {opacity: 1;}
/* 纵向瀑布流 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  */
.recruitListPage{ background: #FFF; padding:20px}
.recruitListBox{ padding:20px;}
.recruitTitle{position: relative;padding-left: 20px;margin-bottom: 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.recruitTitle::before{width: 4px;height: 26px;background: var(--themeColor);display: block;content: '';position: absolute;top: 50%;left: 0;margin-top: -13px;}
.recruitTitle .conL{ float: left; display: inline; font-size: 24px;color: #000000;}
.recruitTitle .conR{ float: right; display: inline;}
.recruitTitle .conR a{ color: var(--themeColor); font-size: 14px;}
.recruitTitle .conR a:hover{ color: var(--themeColor);}
/* 列表start */
.recruitListTop {
	padding: 40px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.recruitTopL{
    display: flex;
}
.recruitTopItem{
    width: 335px;
    margin-right: 20px;
}
.recruitTopItem .aykj_cssSelect .aykj_selectLt{
    min-height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding: 0 70px 0 25px;
}
.recruitTopItem .aykj_cssSelect .aykj_optionBox{
    height: 30px;
    line-height: 30px;
}
.recruitTopItem .aykj_cssSelect .aykj_optionBox span{
    font-size: 14px;
}
.recruitTopItem .aykj_cssSelect .aykj_selectRt{
    width: 66px;
    background: url(../images/xiala.png) center center no-repeat;
}
.recruitTopItem .aykj_cssSelect .aykj_selectRt::before{
    display: none;
}
.recruitTopItem  .aykj_cssSelect .aykj_selectBox{
    background: #fff;
    border:none;
}

.recruitTopR button{
    display: block;
	width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/searchW_h.png) center center no-repeat;
}
.recruitListDl dd {
	padding: 25px 0;
}

.recruitListDl dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 50px 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .con:hover {
	box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, 0.12);
	-webkit-box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, .12);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitListDl dd .ddTop {
	overflow: hidden;
    padding-bottom: 15px;
}

.recruitListDl dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl dd .ddTopText1 {
	font-size: 18px;
	color: #333;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}
.recruitListDl dd .ddTopText1 span{
    font-size: 18px;
    color: #39668a;
    padding-left: 30px;
}
.recruitListDl dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
    padding-right: 20px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
    position: relative;
}
.recruitListDl dd .ddTopText2 span::before{
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top:50%;
    margin-top: -8px;
    background: #e5e5e5;
}
.recruitListDl dd .ddTopText2 span:last-child:before{
    display: none;
}
.recruitListDl dd .ddBottom {
	position: relative;
	display: none;
}

.recruitListDl dd .ddBottomTextC {
	margin-bottom: 28px;
}

.recruitListDl dd .ddBottomTextC .ddBottomText1 {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.recruitListDl dd .ddBottomTextC .ddBottomText2 {
	font-size: 18px;
	color: #666;
	line-height: 40px;
}

.recruitListDl dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}
.ddBtn{border-top: 1px solid #f5f5f5;text-align: center;}
.ddBtn button{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 14px;
    color: #999;
    background: none;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.ddBtn button:hover{
    color: var(--themeColor);
}
.recruitBtn{ overflow: hidden;margin-bottom: 50px;}
.recruitBtn a{ overflow: hidden; display: block; height: 50px; line-height: 50px; float: left; display: inline; padding: 0 32px; background: var(--themeColor); color: #FFF; border-radius: 3px; transition: all .3s; -webkit-transition: all .3s; font-size: 16px;margin-left: 45px;border-radius: 50px;}
.recruitBtn a:hover{ opacity: 0.9}
/* 列表end */

/* 表单start */
.recruitFormBox{
    padding: 50px 90px;
    background: #fff;
}
.recruitListForm{
    margin: 0 -40px;
}
.recruitListForm .item .con{
    margin: 0 40px;
}
.recruitListForm .item .label{
    font-size: 16px;
    color: #666;
}
.recruitListForm  .input{
    border-radius: 6px;
    background: #f9f9f9;
    padding: 0 20px;
}
.recruitListForm  .textarea{
    border-radius: 6px;
    background: #f9f9f9;
    padding: 10px 20px;
}
.recruitListForm  .textarea textarea{
    height: 240px;
    resize: none;
}
.recruitListForm  .input input{
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    font-size: 16px;
}
.recruitListForm  .input input::-webkit-input-placeholder,
.recruitListForm  .textarea textarea::-webkit-input-placeholder{color: #999;}
.recruitListForm  .aykj_cssRadioBox{height: 50px;}
.recruitListForm  .aykj_cssRadio_icn{width: 24px;height: 24px;border: 2px solid #ededed; background: #f9f9f9;}
.recruitListForm  .aykj_cssRadio{height: 30px;}
.recruitListForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn i{width: 14px;height: 14px;left: 50%;top: 50%;margin: -7px 0 0 -7px;}
.recruitListForm .aykj_cssRadio_text {line-height: 24px;font-size: 16px;color: #666;}
.recruitListForm .aykj_cssSelect .aykj_selectLt{
    min-height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    padding: 0 70px 0 25px;
}
.recruitListForm .aykj_cssSelect .aykj_optionBox{
    height: 30px;
    line-height: 30px;
}
.recruitListForm .aykj_cssSelect .aykj_optionBox span{
    font-size: 14px;
}
.recruitListForm .aykj_cssSelect .aykj_selectRt::before{
   
}
.recruitListForm  .aykj_cssSelect .aykj_selectBox{
    background: #f9f9f9;
    border-radius: 6px;
}
.recruitListForm a.formBtn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}
.recruitListForm .upLoadResume span{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #ccc;
    padding-left: 15px;
}
.recruitListForm  .formYzm {
    margin: 0 10px;
}
.recruitListForm  .formYzm .yzmImg{
    width: auto;
    height: 48px;
    border-radius: 6px;
    background: #f9f9f9;
}
.recruitListForm a{
    float: left;
    display: inline;
    height: 50px;
    line-height: 50px;
    transition: all .4s;
    -webkit-transition: all .4s;
    margin-left: 10px;
    font-size: 15px;
    color: #999;
}
.recruitListForm a:hover{
    color: var(--themeColor);
}
.recruitListForm .item{
    margin-bottom: 20px;
}
.recruitFormBox .formSubBtn{
    text-align: center;
}
.recruitFormBox a.formBtn{
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    padding: 0 ;
    width: 160px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 160ms;
}
.recruitFormBox a.formBtn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);
}
/* 表单end */
/*********** 基础公共列表页 start ***********/

/*********** 特殊功能列表页 start ***********/
/* 问卷列表 start */
.collectListPage{padding: 20px; background: #fff;}
.collectList{overflow: hidden;}
.collectList dt{clear: both;height: 50px;overflow: hidden;border-radius:3px;background: var(--themeColor);}
.collectList dt span{float: right;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #ffffff;}
.collectList span.span1{overflow: hidden;float: none;display: block;}
.collectList span.span2{width:23%}
.collectList span.span3{width:12%}
.collectList dd{clear: both;line-height: 60px;overflow: hidden;border-radius:3px;}
.collectList dd:nth-child(2n+1){background:#f3f3f3;}
.collectList dd span{float: right;overflow: hidden;}
.collectList dd span.span2{text-align:center;font-size:16px;color:#999999;}
.collectList dd span.span3{text-align:center;color: var(--themeColor);font-size: 16px;}
.collectList dd span.span3.finish{color:#999999}
.collectList dd span a{display:block;padding-left: 19px;background: url(../images/common/icon1.png) no-repeat 10px center;color: #333333;font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.collectList dd span a:hover{color:var(--themeColor);}
/* 问卷列表 end */
/* 问卷调查 start*/
.whdc {padding: 0 50px;margin: 0 auto;background: #fff;}
.whdcT {clear: both;text-align: center;line-height: 45px;font-size: 26px;font-family: "microsoft yahei";color: #333333;}
.whdcTime {height: 38px;line-height: 38px;color: #666;font-size: 12px;}
.whdcText {font-size: 14px;line-height: 30px;padding: 15px 0;border-bottom: 1px solid #f0f0f0;margin-bottom: 15px;}
.whdcText.noborder {border: none;}
.whdcTable {text-align: center;margin-bottom: 30px;}
.whdcTable table {border: 1px solid #efeeee;}
.whdcTable table tr {border: 1px solid #efeeee;height: 58px;}
.whdcTable table tr td {border: 1px solid #efeeee;}
.whdcTable table .w1 {width: 25%;}
.whdcTable table .w2 {width: 25%;}
.whdcTable table .w3 {width: 25%;}
.whdcTable table .w4 {width: 25%;}
.whdcTable table tr td .con {padding: 0 15px;font-size: 16px;color: #333333;}
.whdcTable table tr td .con em {color: #333;font-style: normal;}
.whdcTable table tr td .con em.red {color: var(--themeColor);}
.whdcTable table tr td .con em.green {color: #2aa516;}
.whdcTable table tr td.gray {background: #f7f7f7;}
.whdcTable table tr td.gray .con {color: #666;}
.questionBox {overflow: hidden;clear: both;padding: 20px 0;clear: both;margin: 0 0 20px 0;border-bottom: 1px solid #efefef;}
.questionT {clear: both;overflow: hidden;width: 100%;font-size: 16px;padding-bottom: 8px;color: #333333;}
.questionT span {color: #cc0000;font-size: 13px;padding: 0 0 0 10px;}
.questionDl {clear: both;padding: 0;background: #FFF;}
.questionDl dd {clear: both;overflow: hidden;padding: 0;}
.questionDl dd em {display: block;width: 16px;height: 16px;float: left;margin: 8px 0 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: url(../images/common/survey/kk1.png) no-repeat center center;}
.questionDl dd:last-child {border-bottom: none;}
.questionDl.radio em {border-radius: 16px;background: url(../images/common/survey/kk1.png) no-repeat center center;}
.questionDl.radio em.selected {background: url(../images/common/survey/kk1h.png) no-repeat center center;}
.questionDl.checkbox em.selected {background: url(../images/common/survey/kk1h.png) no-repeat center center;}
.ChoiceBox {clear: both;overflow: hidden;cursor: pointer;}
.ChoiceBox.float {float: left;}
.ChoiceBox span {display: block;line-height: 20px;font-size: 14px;margin-left: 30px;padding: 6px 0;}
.ChoiceBox i {margin-left: 30px;}
.writeBox {float: left;display: inline;overflow: hidden;}
.writeBox input {width: 120px;border: none;display: block;float: left;font-size: 12px;margin: 0 0 0 10px;line-height: 25px;font-family: "microsoft yahei";border-bottom: 1px solid #b80b0b;}
.surveyBt {clear: both;overflow: hidden;padding: 20px 0 10px 0;}
.surveyBt a {display: block;width: 100%;line-height: 30px;border-radius: 3px;text-align: center;font-size: 14px;color: #fff !important;background: #b51413;margin: 0 auto;padding: 3px 0;}
.surveyBt a:hover {background: #4189d0;}
.dcBtn {clear: both;text-align: center;}
.dcBtn div {display: inline-block;overflow: hidden;}
.dcBtn div a {float: left;display: inline;padding: 0 56px;border-radius: 3px;height: 40px;line-height: 40px;font-size: 14px;margin: 0 15px;}
.dcBtn div a.a1 {background: var(--themeColor);color: #FFF;}
.dcBtn div a.a2 {background: #f0f0f0;color: #666;}
.dcBtn div a:hover {opacity: .9;}
.wjdcT {background: #f8f8f8;padding: 5px 10px;}
.wjdcT1 {height: 33px;line-height: 33px;overflow: hidden;text-align: center;color: #333333;font-size: 24px;}
.wjdcT1Text {line-height: 31px;overflow: hidden;color: #666666;font-size: 14px;text-align: center;}
.questionTC {clear: both;}
.questionTC textarea {width: 1148px;border: 1px solid #eeeeee;height: 118px;line-height: 30px;padding: 0 10px;}
.questionDl.onchoice em {background: url(../images/common/survey/kk2.png) no-repeat center center}
.questionDl.onchoice em.selected {background: url(../images/common/survey/kk2h.png) no-repeat center center}
/* 问卷调查 end*/
/* 问卷详情 start*/
.wjdcresult {text-align: center;}
.wjdcresult dd {border-top: 2px solid var(--themeColor);margin-bottom: 20px;}
.wjdcresult dd .title {height: 51px;margin-bottom: 0px;overflow: hidden;line-height: 51px;background: url(../images/common/survey/tBg2.png) repeat-x left top;}
.wjdcresult dd .title .titleL {padding-left: 65px;height: 51px;background: url(../images/common//survey/listT.png) no-repeat 32px center;font-size: 16px;color: #333333;background-size: 20px;}
.wjdcresult dd .title .titleR {font-size: 14px;color: var(--themeColor);padding-right: 90px;}
.wjdcresult table {border: 1px solid #efeeee;}
.wjdcresult table tr {border: 1px solid #efeeee;height: 40px;}
.wjdcresult table tr.tr1 {height: 40px;background: #f7f7f7;font-size: 12px;}
.wjdcresult table tr td {border: 1px solid #efeeee;}
.wjdcresult table .w1 {width: 599px;}
.wjdcresult table .w2 {width: 120px;}
.wjdcresult table .w3 {width: 197px;}
.wjdcresult table tr td .con {padding: 0 15px;font-size: 14px;}
.wjdcresult table tr td .td1 {padding: 0 30px !important;}
.l {text-align: left;}
.r {text-align: right;}
.c {text-align: center;}
.wjdcresult table tr.tr1 td .con {padding: 0 15px;font-size: 14px;}
.whdcTable .gray {background: #f7f7f7;}
.wjdcCount {display: inline-block;overflow: hidden;}
.wjdcCount .wjdcCountL {color: var(--themeColor);margin-right: 10px;width: 50px;}
.wjdcCount .wjdcCountR {color: var(--themeColor);width: 115px;height: 15px;border: 1px solid #d1d1d1;}
.wjdcCount .wjdcCountR em {display: block;height: 15px;background: var(--themeColor);}
.questionC{padding-top: 10px;}
.questionArea{padding: 5px 10px;margin-bottom: 10px;border: 1px solid #ccc;}
.questionArea textarea{border: none;outline: none;background: none;height: 140px;width: 100%;line-height: 28px;font-size: 14px;color: #666;resize:none;}
/* 问卷详情 end*/
/*********** 特殊功能列表页 end ***********/

/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 50px 60px 0px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #666666;font-size: 16px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 48px;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: 16px;line-height: 30px;padding: 15px 0 27px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {margin:0 15px;font-size: 16px;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;}
.articleShare .sharejs_icon{
    border: none;
    margin: 0 6px;
}
.articleShare .sharejs_icon.icon_SinaWeibo{
    color: #ff2d2d;
}
.articleShare .sharejs_icon.icon_SinaWeibo:hover{
   background-color: #ff2d2d;
}
/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 800px;height: 450px;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: 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(../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;padding: 40px 0;border-top: 1px solid #f5f5f5; align-items: center;}
.pageUp a {font-size: 16px;color: #999999;position:relative;z-index: 10}
.articlePageBox:hover,
.pageUp a:hover {color: var(--themeColor);}
.backList a{
    display: block;
    width: 160px;
    height: 50px;
    background: #39668a;
    border-radius: 50px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.backList a span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: url(../images/back.png) left center no-repeat;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.backList a:hover{
    opacity: .85;
}
.backList a:hover span{
    padding-left: 35px;
}
/* ————— 上一篇/下一篇 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: 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 ***********/
/* 律所文化 start */
.lswhC {padding: 60px 0 100px;background-color: #fff;overflow: hidden;}
.lswhC .lswhC1 .title {height: 75px;line-height: 75px;padding-left: 45px;position: relative;display: flex;}
.lswhC .lswhC1 .title::before {height: 100%;content: "";width: 1px;background-color: #336690;position: absolute;left: 0;bottom: 0;}
.lswhC .lswhC1 .titleNg {font-size: 48px;color: #eeeeee;text-transform: uppercase;}
.lswhC .lswhC1 .titleCn {font-size: 32px;color: #333;position: relative;padding-left: 30px;}
.lswhC .lswhC1 .titleCn::before {display: block;content: "";height: 28px;width: 1px;position: absolute;left: 15px;top: 50%;background-color: #336690;transform: translateY(-50%);}
.lswhC .lswhC1 .lssx {text-align: center;}
.lswhC .lswhC1 .lssx .lsTitle {color: #336690;font-size: 26px;line-height: 45px;height: 45px;overflow: hidden;font-weight: bold;}
.lswhC .lswhC1 .lssx .text {font-size: 20px;line-height: 38px;color: #333;margin-bottom: 35px;}
.lswhC .lswhC1 .img {border-radius: 10px;overflow: hidden;}
.lswhC .lswhC1 .pic::before {padding-top: 26.923%;}
.lswhC .lswhC2 {margin-top: 150px;}
.lswhC .lswhC2 .main {display: flex;column-gap: 90px;width: 57.6923%;}
.lswhC .lswhC2 .main .img {width: 56.6666%;}
.lswhC .lswhC2 .main .text {padding: 40px 40px 0 0;border-right: 1px solid #dcdddd;}
.lswhC .lswhC2 .main .text .textCn {font-size: 26px;height: 52px;line-height: 52px;color: #333;font-weight: bold;margin-bottom: 35px;}
.lswhC .lswhC2 .main .text .textNg {font-size: 24px;color: #dcdddd;line-height: 35px;text-transform: uppercase;}
.lswhC .lswhC2 .main .pic::before {padding-top: 88.2352%;}
.lswhC .lswhC3 {margin: 150px 0 100px;}
.lswhC .lswhC3 .textImg {display: flex;align-content: center;justify-content: space-between;}
.lswhC .lswhC3 .textImg .img {width: 56.4102%;}
.lswhC .lswhC3 .textImg .text {flex: 1;padding: 0 100px 0 60px;text-align: center;}
.lswhC .lswhC3 .textImg .text .title {font-size: 26px;line-height: 55px;height: 55px;color: #336690;overflow: hidden;text-wrap: nowrap;margin-bottom: 15px;}
.lswhC .lswhC3 .textImg .text .minTitle {font-size: 18px;line-height: 32px;color: #333;margin-bottom: 5px;}
.lswhC .lswhC3 .textImg .textC {font-size: 18px;line-height: 32px;color: #333;}
.lswhC .lswhC3 .textImg .textC em {display: inline-block;width: 30px;}
.lswhC .lswhC3 .textImg .text2 {margin-top: 80px;}
.lswhC .lswhC3 .textImg .img {border-radius: 10px;overflow: hidden;}
.lswhC .lswhC3 .textImg .pic::before {padding-top: 59.0909%;}
/* 律所文化 end */
/* 直播回放 start */
.zbhfC {padding: 40px 0 80px;overflow: hidden;}
.zbhfC .liveTableC .liveVideo {margin-right: -30px;overflow: hidden;}
.zbhfC .liveTableC .liveVideo dd {width: 33.333%;margin-bottom: 30px;}
.zbhfC .liveTableC .liveVideo dd .con {background-color: #fff;margin-right: 30px;border-radius: 10px;box-shadow: 2px 2px 8px rgb(0,0,0,0.2);}
.zbhfC .liveTableC .playBtn{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	background: rgba(0, 0, 0, 0.3) url(../images/nplay.png) no-repeat center center;
    background-size: 20px;
	border-radius: 60px;
}
.zbhfC .liveTableC .liveVideo dd .pic {border-radius: 0;}
.zbhfC .liveTableC .liveVideo dd .pic::after {display: block;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, .15);}
.zbhfC .liveTableC .liveVideo dd .con .text {height: 90px;line-height: 90px;overflow: hidden;text-align: center;padding: 0 20px;font-size: 18px;color: #333;}
/* 直播回放 end */
/* 发展历程 start */
.fzTop {position: relative;}
.fzTop::before {display: block;content: "";width: 123.0769%;height: 1px;background-color: #336690;position: absolute;left: -11.5%;bottom: 65px;}
.fzTop .t {font-size: 40px;line-height: 130px; height: 130px; color: #333;cursor: pointer;position: relative;text-align: center;}
.fzTop .t::after {display: block;content: "";width: 20px;height: 20px;border-radius: 100%;border: 2px solid #336690;position: absolute;left: 50%;bottom: 5px;transform: translateX(-50%);background-color: #fff;overflow: hidden;}
.gallery-one {overflow: hidden;position: relative;padding-bottom: 50px;}
.fzTop .swiper-slide-thumb-active .t::after {background-color: #336690;}
.fzTop .swiper-slide-thumb-active .t {color: #336690;}
.fzTop .swiper-slide-thumb-active .t {color: #336690;}
.fzTop .swiper-button-next, .swiper-button-prev {top: 64%;}
.fzTop .swiper-button-next, .swiper-button-next {top: 64%;}
.fzlcC .boot{ margin-top: 80px; display: flex; justify-content: space-between; align-items: flex-start; align-items: flex-start; padding-bottom: 100px;}
.fzlcC .boot .right{ width: 566px; position: relative;}
.fzlcC .boot .right::after, .fzlcC .boot .right::before{ content: ''; height: 40px; position: absolute; top: 0; left: 0; width: 30px; background-image: linear-gradient(#fff, hsla(0,0%,100%,0.00)); z-index: 5;}
.fzlcC .boot .right::before{ top: auto; bottom: 0; background-image: linear-gradient(hsla(0,0%,100%,0.00), #fff);}
.fzlcC .boot .left{ width: 430px; padding-top: 180px; margin-left: 10px;position: relative;}
.fzlcC .boot .left .t{ font-size: 140px; line-height: 140px; color: #999; text-align: right; padding-right: 15px; font-family: 'HarmonyOS_En'; font-weight: bold; letter-spacing: 0; transition: all 0.4s; opacity: 0;}
.fzlcC .boot .left .t:nth-child(2){ opacity: 1; margin-top: -140px;}
.fzlcC .boot .left .swiper-slide{ height: 140px; line-height: 140px;}
.fzlcC .boot .left .swiper-slide-active .t{ /*font-size: 180px;*/ font-size: 148px; color: #336690; opacity: 0;}
.fzlcC .boot .left .swiper-slide-active .t:first-child{ opacity: 1;}
.fzlcC .boot .left .swiper-slide-active .t:nth-child(2){ opacity: 0 !important;}
.fzlcC .boot .left .swiper-container{ height: 420px; padding:145px 0;overflow: hidden !important; box-sizing: border-box;}
.fzlcC .left .swiper-button-next, .fzlcC .left .swiper-button-prev, .fzlcC .right .swiper-button-next, .fzlcC .right .swiper-button-prev{ display: none;}
.fzlcC .boot .right .time{ padding: 60px 10px 10px 55px; position: relative;}
.fzlcC .boot .right .time::after{ width: 1px; height: 100%; border-left: 1px dashed #346790; content: ''; position: absolute; top: 0; left: 10px;}
.fzlcC .boot .right .swiper-slide{ background: #fff; opacity: 0!important;}
.fzlcC .boot .right .swiper-slide-active{ opacity: 1!important;}
.fzlcC .boot .right .time .li{ margin-top: 40px; background: #F9F9F9; border-radius: 10px; position: relative; z-index: 5;}
.fzlcC .boot .right .time .li:first-child{ margin-top: 0;}
.fzlcC .boot .right .time .li .t{ font-size: 20px; color: #fff; line-height: 40px; padding: 0 0 0 20px; border-radius: 10px 10px 0 10px; background: linear-gradient(93deg, #5b83a5 0%, rgba(115,150,178,0.5) 50%, rgba(4,130,134,0) 100%);}
.fzlcC .boot .right .time .li .p{ font-size: 16px; line-height: 28px; padding: 30px 40px 40px 40px; color: #353E4B;}
.fzlcC .boot .right .time .li::after{ width: 20px; height: 20px; border-radius: 100%; border: 2px solid #5b83a5; background: #fff; position: absolute; left: -56px; top: 15px; content: '';}
.left_scroll2{ width: 462px; height: 462px; mix-blend-mode: difference; position: absolute; top: 120px; left: 75px; z-index: 0;transform: scale(0.95);}

.fzlcC .boot .right .con {padding: 40px;background-color: #f9f9f9;}
.fzlcC .boot .right .con .text {font-size: 18px;line-height: 26px;color: #333;margin-bottom: 40px;}
.fzlcC .boot .right .con .pic::before {padding-top: 68.1818%;}
.fzlcC .boot .right .con .pic img {object-fit: contain;}
.nav_outline {
    width: 100%;
    height: 100%;
}

.progress-circle {
    transition: stroke-dashoffset 1s ease; /* 添加过渡效果，使进度条平滑 */
}
/* 发展历程 end */
/* 组织机构start */
.zzjgC1 {
    margin-top: 60px;
    position: relative;
}
.zzTitle span {
    display: block;
    width: 34px;
    font-size: 34px;
    font-weight: bold;
    font-family: 'SJXingKai';
    color: #cf0417;
}
.zzTitle {
    position: absolute;
    z-index: 2;

}
.zzTitle1 {
    top: 0;
    right: 300px;
}
.zzjgC1 .line {
    width: 2px;
    height: 350px;
    background-color: #d9212d;
    position: absolute;
    top: 473px;
    left: 780px;
    
}
.zzjgC1 .img {
    position: relative;
}
.zzjgC1 dl {
    display: flex;
    column-gap: 24px;
    position: absolute;
    top: 823px;
    left: 10px;
    justify-content: space-between;
}
.zzjgC1 dl::after {
    display: block;
    content: "";
    height: 2px;
    width: calc(100% - 48px);
    background-color: #d9212d;
    position: absolute;
    left: 24px;
    top: 0;
}
.zzjgC1 dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zzjgC1 .minLine {
    width: 2px;
    height: 40px;
    background-color: #d9212d;
    transform: .3s;
}
.zzjgC1 .con {
    display: flex;
    width: 50px;
    height: 200px;
    border-radius: 10px;
    background-color: #d9212d;
    justify-content: center;
    align-items: center;
    transform: .3s;
}
.zzjgC1 .con span {
    width: 18px;
    font-size: 18px;
    color: #fff;
}
.zzjgC1 dd:hover .minLine{
    background-color: #336690;
}
.zzjgC1 dd:hover .con {
    background-color: #336690;
}
.zzjgC2 {
    margin-top: 450px;
    position: relative;
    overflow: hidden;
    height: 850px;
    margin-bottom: 50px;
}
.zzjgC2 .img {
    position: absolute;
    top: 0;
    left: 32%;
}
.zzTitle2 {
    top: 0;
    left: 300px;
}
/* 组织机构 end */
.webuploader-pick {
    background-color: transparent !important;
    line-height: 50px !important;
}
.webuploader-pick {background-color: transparent !important;line-height: 1.5rem !important;}

/* 新增页面 */
.addColumn {
    padding: 120px 0 100px;
    background-color: #fff;
    overflow: hidden;
}
.addColumn .main {
    display: flex;
    justify-content: space-between;
}
.addColumn .main .left {
    width: 44.87179487%;
}
.addColumn .main .left .titleNg {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.addColumn .main .left .titleCn {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    color: #333;
}
.addColumn .main .right {
    width: 55%;
}
.addColumn .main .right .minTitle {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    color: #336690;
    margin-bottom: 20px;
}
.addColumn .main .right  .text p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
}
.addColumn .pic {
    overflow: hidden;
    border-radius: 10px;
}
.addColumn .pic::before {
    padding-top: 33.33333%;
}
.addColumn .line {
    margin-top: 50px;
    padding: 0 15px;
    position: relative;
    height: 1px;
    border-bottom: 1px dashed #e9e9e9;
}
.addColumn .line::after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #396a93;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
}
.addColumn .line::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #396a93;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
}
.addColumn dl .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.addColumn dl .con .img {
    width: 44.87179487%;
}
.addColumn dl .con .text {
    flex: 1;
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.addColumn dl dd:first-child .con .text {
    padding: 100px 50px;
    border-bottom: 1px dashed #e9e9e9;
    border-left: 1px dashed #e9e9e9;
}
.addColumn dl dd:first-child img {
    object-fit: contain;
}
.addColumn dl dd:last-child .img {
    overflow: hidden;
    border: 10px;
}
.addColumn dl dd:first-child .pic::before {
    padding-top: 49.025%;
}
.addColumn dl dd:last-child .pic::before {
    padding-top: 57.1428571%;
}
.addColumn dl dd:last-child .con .text {
    padding: 30px 50px;
}
.addColumn dl dd:last-child .con {
    align-items: flex-start;
    border-bottom: 1px dashed #e9e9e9;
}
/* 联系我们 表单 */
.usTitle {
    color: var(--themeColor);
}
.usTitle .titleCn {
    font-size: 26px;
    line-height: 46px;
}
.usTitle .titleNg {
    font-size: 26px;
    line-height: 40px;
}
.usC {padding: 60px 0;background-color: #fff;}
.usC .img2 {display: none;transition: .3s;}
.usC .img1 {transition: .3s;}
.usC .main {display: flex;column-gap: 100px;overflow: hidden;}
.usC .main .left {width: 30.1282%;overflow: hidden;}
.usC .main .left img {object-fit: cover;width: 100%;height: 100%;display: block;object-position: center;}
.usC .main .right {flex: 1;}
.usC .main .text .title {
    margin: 40px 0 80px;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    color: var(--themeColor);
    font-weight: bold;
}

.usC .main .textC {font-size: 16px;line-height: 28px;height: 84px;overflow: hidden;color: #666;width: 78.6516%;margin: 35px 0 60px;}
.usC .main .formInput{display: flex;align-items: center;column-gap: 50px;margin-bottom: 50px;}
.usC .main .formInput .itm {width: 33.333%;}
.usC .main  .itm .lable {display: flex;align-items: center; height: 60px;line-height: 60px;font-size: 18px;color: #999;column-gap: 10px}
.usC  .icon {display: flex;align-items: center;justify-content: center;}
.usC .formInput .input {border: none;height: 30px;line-height: 30px;border-bottom: 1px solid #e6e6e6;}
.usC .formText .input {height: 90px;border: none;width: 100%;padding: 0;max-width: 100%;display: flex;justify-content: center;align-items: center;}
.usC  .input input {height: 30px;line-height: 30px;}
.usC .formText .input textarea {width: 100%;height: 100%;border: 1px solid #e6e6e6;}
.usC .yzm {display: flex;column-gap: 20px;align-items: end;margin-top: 30px;}
.usC .yzm .img {display: flex;justify-content: center;align-items: center;width: 220px;align-items: center;overflow: hidden;height: 50px;margin-bottom: 0;}
.usC .yzm img {object-fit: contain;width: 100%;height: 100%;align-items: center;}
.usC .yzm .input {border: none; border-bottom: 1px solid #e6e6e6;transition: .3s;}

.usC .btUp {margin-top: 30px;display: flex;column-gap: 50px;}
.usC .btUp a { display: inline-block; height: 70px;font-size: 20px;color: #666666;padding: 0 110px;line-height: 70px; border-radius: 70px ; border: 1px solid #999999; text-align: center;transition: .3s;}
.usC .btUp .upForm {background-color: #0a4a8c;color: #fff;}
.usC .btUp a:hover {font-weight: 600;color: #fff;}
.usC .bootom {margin-top: 60px;}
.usC .bootom dl {padding-top: 90px;border-top: 1px solid #dae9f2;display: flex;justify-content: space-between;}
.usC .bootom dl .con {display: flex;flex-direction: column;align-items: center;}
.usC .bootom dl .con .icon {width: 70px;height: 70px;border-radius: 100%;background-color: #f5f8fa;background-position: center;background-position: center;background-repeat: no-repeat;background-size: 25px;margin-bottom: 20px;}
.usC .tip {font-size: 18px;color: #999;}
/* 按钮 hover效果 start */
.hvrToRight {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvrToRight:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fa3012;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrToRightFac:before {
    background: #ffac09 !important;
}
.hvrToRight:hover, .hvrToRight:focus, .hvrToRight:active {
  color: white;
}
.hvrToRight:hover:before, .hvrToRight:focus:before, .hvrToRight:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* 震动效果 start */
.hvrWHorizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvrWHorizontal:hover, .hvrWHorizontal:focus, .hvrWHorizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* 震动效果 end */
/* 上下震动效果 start */
.hvrWVertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvrWVertical:hover, .hvrWVertical:focus, .hvrWVertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 上下震动效果 end */
/* 悬浮效果 start */
.hvrFShadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvrFShadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvrFShadow:hover, .hvrFShadow:focus, .hvrFShadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvrFShadow:hover:before, .hvrFShadow:focus:before, .hvrFShadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* 按钮从上到下 颜色过渡  start*/
.buttonL {
	float: left;
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.buttonL.buttonAylen {
	background: #fff !;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.buttonAylen.button--inverted {
	background: none;
	color: #fff;
}
.buttonAylen::before,
.buttonAylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.buttonAylen::before {
	background: #1869bd;
}
.buttonAylen::after {
	background: #0a4a8c;
}
.buttonAylenrRed::before {
	background: #df4254;
}
.buttonAylenrRed::after {
	background: #e60c26;
}

.buttonAylen:hover {
	color: #fff;
}
.buttonAylen:hover::before,
.buttonAylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.buttonAylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
/* 按钮从上到下 颜色过渡  end */
/* 新的发展历程 start */
.about_fz_box .top::before {
    display: none;
}
.fzBottomSwiper {
    position: relative;
    overflow: hidden;
}
.fzlcC .fzBottomSwiper .con{ margin-top: 80px; display: flex; justify-content: space-between; align-items: flex-start; align-items: flex-start; padding-bottom: 100px;}
.fzlcC .fzBottomSwiper .fzRight{ width: 566px; position: relative;}
.fzlcC .fzRight::after, .fzlcC .fzRight::before{ content: ''; height: 40px; position: absolute; top: 0; left: 0; width: 30px; background-image: linear-gradient(#fff, hsla(0,0%,100%,0.00)); z-index: 5;}
.fzlcC .fzBottomSwiper  .fzLeft{ width: 430px; padding-top: 180px; margin-left: 10px;position: relative;}
.fzlcC .fzLeft .t{ font-size: 140px; line-height: 140px; color: #333; text-align: right; padding-right: 15px; font-family: 'HarmonyOS_En'; font-weight: bold; letter-spacing: 0; transition: all 0.4s; opacity: 1;}
.fzlcC .fzRight .time{ padding: 60px 10px 10px 55px; position: relative;}
.fzlcC .fzRight .time::after{ width: 1px; height: 100%; border-left: 1px dashed #346790; content: ''; position: absolute; top: 0; left: 10px;}
.fzlcC .fzRight .swiper-slide{ background: #fff; opacity: 0!important;}
.fzlcC .fzRight .swiper-slide-active{ opacity: 1!important;}
.fzlcC .fzRight .time .li{ margin-top: 40px; background: #F9F9F9; border-radius: 10px; position: relative; z-index: 5;}
.fzlcC .fzRight  .time .li:first-child{ margin-top: 0;}
.fzlcC .fzRight  .time .li .t{ font-size: 20px; color: #fff; line-height: 40px; padding: 0 0 0 20px; border-radius: 10px 10px 0 10px; background: linear-gradient(93deg, #5b83a5 0%, rgba(115,150,178,0.5) 50%, rgba(4,130,134,0) 100%);}
.fzlcC .fzRight .time .li .p{ font-size: 16px; line-height: 28px; padding: 30px 40px 40px 40px; color: #353E4B;}
.fzlcC .fzRight .time .li::after{ width: 20px; height: 20px; border-radius: 100%; border: 2px solid #5b83a5; background: #fff; position: absolute; left: -56px; top: 15px; content: '';}
.left_scroll2{ width: 462px; height: 462px; mix-blend-mode: difference; position: absolute; top: 40px; left: 23px; z-index: 0;transform: scale(0.95);}
.fzlcC .fzRight .text {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 40px;
}
.fzlcC .fzRight  .post {
    padding: 40px;
    background-color: #f9f9f9;
}

/* 分支机构详情 新增 */
.twtsbTitle span {
    display: inline-block;
    position: relative;
    padding: 0 60px;
}
.twtsbTitle span::before {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #0a4a8c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
}
.twtsbTitle span::after {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #0a4a8c;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%);
}
.twtsbminTitle {
    text-align: center;
    font-size: 20px;
    color: #0a4a8c;
    line-height: 40px;
}
.fzxqBg {
    margin: 30px 0;
    padding: 150px 150px 110px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fzxqBg::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.fzxqBg .title {
    text-align: left !important;
    margin-bottom: 20px;
    color: #fff !important;
}
.fzxqBg .text {
    position: relative;
    z-index: 2;
    color: #fff;
}
.fzxqBg .title span {
    display: inline-block;
    padding-left: 50px;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(..//test/newsImg/ls.png);
}
.fzxqBg .post {
    font-size: 18px;
    line-height: 48px;
    font-family: 'SJXingKai';
}
.BranchViewColumn1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../test/newsImg/fzjgbg.png);
}


/* 新的发展机构 start */
.fzjgColumn {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.branchLBg {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-sizing: border-box;
}
.branchLBg .post {
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    color: #336690;
}
.branchLBg .post span {
    display: inline-block;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../test/newsImg/qbjg.png);
}
.fzjgTopDl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.fzjgTopDl dd {
    width: 10%;
    margin-bottom: 30px;
}
.fzjgTopDl .con {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.fzjgImglist {
    margin: 50px -50px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.fzjgImglist dd {
    width: 50%;
    margin-bottom: 50px;
}
.fzjgImglist .con {
    display: block;
    background-color: #fff;
    margin-right: 50px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0,0,0,0.1);
}
.fzjgImglist .con .img {
    height: 430px;
    overflow: hidden;
}
.fzjgImglist .con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fzjgImglist .con .text {
    padding: 30px;
}
.fzjgImglist .con .titleMore{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fzjgImglist .con .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.fzjgImglist .con .more span {
    display: inline-block;
    font-size: 18px;
    color: #999;
    padding-right: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(../test/newsImg/more.png);
}
.fzjgImglist .con .textC {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
}
.fzjgImglist .con .textC span {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-wrap: nowrap;
}
.fzjgImglist .con .textC em {
    font-style: normal;
}
.fzjgTopDl a:hover,
.fzjgTopDl a.hover
 {
    color: #336690;
}
/* 新的发展机构 end */

