@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: 50px;
    width: 50px;
    margin-top: 25px;
    margin-left: 40px;
    margin-right: 30px;
}

.topSearch a {
    display: block;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(../images/common/search.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: url(../images/common/search.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 a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */
/* 左侧导航 */
.menuBtn {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	display: inline;
	margin-top: 25px;
	text-align: center;
	z-index: 6;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
}

.menuBtn span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menuBtn .line {
	width: 20px;
	height: 4px;
	background-color: #fff;
	display: block;
	margin: 3px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scaleY(.5)
}

.menuBtn .line:nth-child(2) {
	background: #fff;
}

.menuBtn.active .line {
	background: #fff;
}

.menuBtn.active .line:nth-child(2) {
	opacity: 0;
}
.menuBg1 {
	height: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #000;
	width: 100%;
	transition: all 0s;
	-webkit-transition: all 0s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn.active .line:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg) scaleY(.5);
	transform: translateY(9px) rotate(45deg) scaleY(.5);
}

.menuBtn.active .line:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg) scaleY(.5);
	transform: translateY(-5px) rotate(-45deg) scaleY(.5);
}

.menuBg {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.menuPage {
	position: fixed;
	width: 30%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
	right: 0px;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.menuHead {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.menuHead .logo {
	margin-top: 5px;
	margin-left: 30px;
}

.menuHead .logo img {
	height: 40px;
}

.menuPageBody {
	clear: both;
	overflow-y: auto;
	padding: 0 30px 0 30px;
	height: 80%;
}

.menuPageList {
	overflow: hidden;
	margin-bottom: 40px;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e6e6e6;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	color: #1f1f1f;
	padding: 10px 30px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #999999;
	text-align: center;
	color: #999999;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	font-style: normal;
	display: none;
	z-index: 1;
	background: url("../images/column1TopTbHui.png") no-repeat center center;
}

/*.menuPageList dd span em.icn2{ background-image: url(../images/jian.png);}*/
.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: 15px 30px;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom: 20px;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	border-radius: 50%;
	border: 1px solid #999999;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	display: none;
	z-index: 20;
	background: url("../images/column1TopTbHui.png") no-repeat center center;
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
	padding-left: 30px;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: 10px 30px;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	padding-left: 25px;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: 0;
	width: 10px;
	height: 1px;
	background: #666666;
}

.menuPageList dd.hover span a {
	color: #23ac38;
}

.menuPageList dd.hover span em {
	color: #23ac38;
	border-color: #23ac38;
	transform: translateY(-50%) rotate(90deg);
	background-image: url("../images/column1TopTb.png");
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.menuPageList dd .ejBox .ejdd.on .ej a {
	color: #23ac38;
}

.menuPageList dd .ejBox .ejdd.on .ej em {
	color: #23ac38;
	border-color: #23ac38;
	transform: translateY(-50%) rotate(90deg);
	background-image: url("../images/column1TopTb.png");
	-webkit-transform: translateY(-50%) rotate(90deg);
}

/*导航动画start*/
.menuBg.active {
	visibility: visible;
	opacity: 1;
}

.menuPage.active {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}

.menuPage.active .menuPageC1 {
	display: block;
}

.menuPage.active .menuBtn {
	background-color: unset;
	margin-top: 20px;
    margin-right: 20px;
}

.menuPage.active .menuBtn span .line {
	background-color: #5b4920;
}

.menuPage.active .weather {
	display: none;
}

.menuPage.active .logo::before {
	display: none;
}

.menuPageList dd span a:hover {
	color: #23ac38;
}

.menuPageList dd .ejBox .ejdd .ej a:hover {
	color: #23ac38;
}

.menuPageList dd .ejBox .ejdd .sj a:hover {
	color: #23ac38;
}

/* 顶部 start */
.top.active .logo img.img1{display: none;}
.top.active .logo img.img2{display: block;}

.top.active{background: url("../images/indexBannerMask1.png") no-repeat center center / cover;z-index: 2;  box-shadow: 0px 2px 10px 0px rgba(14, 26, 0, 0.12);}

.top.active .mainMenu a{color: #ffffff;}
.top.active .menuIcon div{background-color: #9d9269 !important;}
.top.active .menuDl dd.hover .mainMenu a,.top.active .mainMenu a:hover{color: #ebde9f;}
.top.active .topSearch a::before{background-image: url("../images/common/searchLv.png");}
.top.active .topSearch:hover a:hover::before{background-image: url("../images/common/searchLv.png");}
.top.active .Office .language a{background-image: url("../images/languageIconHui.png");}
.top.active .Office .OfficeCUp{background-image: url("../images/languageIcon2Hui.png");color: #666666;}
.top.active .menuBtn .line{background: #9d9269;}
.top.active::before{display: none;}
.top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    min-width: 1280px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top.hover{transform: translateY(-100%);-webkit-transform: translateY(-100%);}
.top .indexWrap{position: relative;z-index: 3;}
.top.hover::before{visibility: hidden;opacity: 0;}
.top::before{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url("../images/indexBannerMask.png") no-repeat center center / cover;z-index: 2;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.logo {
    font-size: 0;
    padding: 18px 0;
}

.logo img {
    display: block;
    height: 70px;
}

.logo img.img2{display: none;}
.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 100px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 27px;
}


.mainMenu a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 100px;
    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,
.mainMenu a:hover {
    color: #fff;
}

.menuDl dd .subMenu {
    padding-top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 100%;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    /*display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background:rgba(0, 0, 0, 0.6);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;*/
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 12px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

.top .Office {
	float: left;
	display: inline;
	margin-top: 40px;
	position: relative;
	cursor: pointer;
}

.top .Office .language {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: -3px;
}

.top .Office .language a {
	display: block;
	background: url("../images/languageIcon.png") no-repeat left center;
	width: 100%;
	height: 100%;
}

.top .Office .OfficeC {
	overflow: hidden;
	padding-bottom: 30px;
}

.top .Office .OfficeCUp {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	/*--background: url("../images/languageIcon2.png") no-repeat right center;--*/
	padding-right: 20px;
}

.top .Office .OfficeCDown {
	width: 200px;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	left: 50%;
    margin-left: -90px;
	top: 100%;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px #999;
}

.top .Office .OfficeCDown a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	color: #333333;
    border-bottom: 1px solid #f2f2f2;
	transition: all 0.3s;
    padding: 10px 0;
	-webkit-transition: all 0.3s;
}
.top .Office .OfficeCDown .one:last-of-type a{border: none;}
.top .Office .OfficeCDown::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.top .Office:hover .OfficeC .OfficeCDown {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.top .Office .OfficeCDown .one:hover a {
	color: #23ac38;
}

.top .Office .OfficeCDown .one.hover a {
	color: #23ac38;
}

/* 顶部 end */

/* ————— 底部 start ————— */
.footer{padding: 30px 0;background-color: #242622; background-image:url(../images/foot6.png)}
.footerL{overflow: hidden;float: left;display: inline;padding-right: 3%;margin-right: 4.5%;border-right: 1px solid rgba(255, 255, 255,0.1);padding-top: 25px;}
.footerLogo1{height: 140px;margin-bottom: 30px;}
.footerLogo1 a{display: block;}
.footerLogo1 img{display: block;height: 100%;}
.footerLogo2{height: 73px;}
.footerLogo2 a{display: block;}
.footerLogo2 img{display: block;height: 100%;}
.footerR{overflow: hidden;}
.footerRUp{margin-bottom: 15px;}
.footerRUpL{overflow: hidden;padding-top: 20px;}
.footerRUpLPhone{margin-bottom: 15px;overflow: hidden;}
.footerRUpLPhone .item{float: left;display: inline;}
.footerRUpLPhone .item:nth-child(1) .itemCon{margin-right: 60px;}
.footerRUpLPhone .item .itemCon .itemTitle{line-height: 25px;font-size: 16px;color: #fff;}
.footerRUpLPhone .item .itemCon .phoneNum{line-height: 50px;height: 50px;font-size: 28px;color: #fff;}
.footerRUpLPhone .item .itemCon .phoneNum span{font-size: 16px;}
.footerRUpL .adress{line-height: 30px;height: 30px;font-size: 16px;color: #ffffff;}
.footerRUpRR{float: right;width: 132px;height: 143px;margin-left: 7%;}
.footerRUpRR img{display: block;width: 100%;height: 100%;}
.footerRUpR{ float: right; display: inline;}
.footerEwm{ overflow:hidden;}
.footerEwm dd{ float:left; display:inline; position:relative; width:120px; overflow:hidden; margin-left:60px;}
.footerEwm dd img{ display:block; width:120px; height:120px;}
.footerEwm dd span{ display:block; height:30px; line-height:30px; text-align:center; color:#ffffff; font-size:14px;}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; color: #ffffff;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL a{ color: #ffffff; margin-right: 20px;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #ffffff; }
.friendCopyRight .conR a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 31.25%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;position: relative; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);}
.location{height: 80px;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/home.png); padding-left: 0; margin-right: 0;background-size: 20px;}
.location a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/icon8.png);color: #999;font-size: 14px;}
.location a:hover{color:#900}
.location a.hover{color:#900}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #666666;font-size: 16px;margin-right: 70px;}
.subNav a.hover{color:#900}
.subNav a:hover{color:#900}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px;border: 1px solid #e8e8e8; color:#999999;border-radius:3px;background: #fff; margin: 0 3px;vertical-align: middle;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a.hover{background: var(--themeColor);color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 视频列表 start */
.videoList {overflow: hidden;margin:0 -30px;}
.videoList dd {width: 33.33333%;float: left;display: inline;margin-bottom: 30px;}
.videoList dd .con {display: block;margin:0 30px;/*background: #fff;*/overflow: hidden;transition: .4s;-webkit-transition: .4s;}
.videoList dd .pic::before{padding-top: 56.1364%;}
.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:48.36px;display: block;background: url(../images/videoIco1.png) no-repeat center center;background-size: 50px;}
.videoList dd .con .title {height: 84px;line-height: 84px;font-size: 24px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s; text-align: center;white-space: nowrap;
text-overflow: ellipsis;}
.videoList dd .con:hover .title {color:#900}
.videoList dd .con:hover{transform: translateY(-2px);-webkiet-transform: translateY(-2px);}
/* 视频列表 end */
/* 图文列表 start */
.imgText{ overflow: hidden; margin:0 -30px;}
.imgText dd{ overflow: hidden; float: left; display: inline; width: 50%; margin-bottom:60px;}
.imgText dd .con{display: block;overflow: hidden; margin:0 30px;padding-bottom: 60px;position: relative;}
.imgText dd .con::before{content: ''; width: 14px;height: 14px;border-radius: 50%;border: 2px solid #e6e6e6;position: absolute;left: 0;bottom:0px;}
.imgText dd .con::after{content: '';width: 100%;height: 2px;background-color: #e6e6e6; position: absolute;left: 16px;bottom: 8px;}
.imgText dd .pic::before{padding-top: 56.0870%;}
.imgText dd .con .text .textTop{height: 84px;line-height: 84px;font-size: 24px;color: #333;transition: all 0.3s;-webkit-transition: all 0.3s;}
.imgText dd .con .text .textBottom{height: 52px;color: #666;font-size: 18px;position: relative;line-height: 26px;}
.imgText dd:hover .con .text .textTop{color: #23ac38;}
/* 图文列表 end */
/* 全图列表 start */
.imgList{overflow: hidden;margin:0 -30px;}
.imgList dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.imgList dd .con{display: block;margin:0 30px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;}
.imgList dd .con .pic::before{padding-top: 75%;}
.imgList dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList dd .con .text{transition: all 0.4s;-webkit-transition: all 0.4s;overflow: hidden;color: var(--themeColor);padding: 10px 0;box-sizing: border-box;}
.imgList dd .con:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);}
.imgList dd .con:hover .text{padding: 10px;}
.imgList dd .con .text .title{height: 64px;line-height: 64px;font-size: 24px;color: #333333;text-align: start;}
.imgList dd .con:hover .text .title {color: var(--themeColor);}
.imgList dd .con .time{height: 40px;}
.imgList dd .con .time .left{height: 100%;float: left;font-size: 14px;color: #333;line-height: 40px;height: 40px;}
.imgList dd .con .time .right{width: 40px;height: 100%;line-height: 40px; background-image: url(../images/imgListIco.png);float: right;}
.imgList dd .con:hover .time .right{ background-image: url(../images/imgListIco2.png);}
/* 全图列表 end */
/* 媒体关注列表 start */
.imgTextTwo{overflow: hidden;}
.imgTextTwo dd .con{ overflow: hidden;position: relative;display: block;padding-bottom: 60px;margin-bottom: 60px;border-bottom: 1px solid #e6e6e6;}
.imgTextTwo dd:last-child .con{padding-bottom: 0;border: none;}
.imgTextTwo dd .con .pic{width: 34.7222%;float: left;display: inline; margin-right: 4.1%;}
.imgTextTwo dd .con .pic::before{padding-top: 56%;}
.imgTextTwo dd .con .textCon{overflow: hidden;}
.imgTextTwo dd .con .time{float: left;display: inline;margin-right: 30px; width: 100px;height: 100px;border: 1px solid #9d9269;text-align: center;}
.imgTextTwo dd .con .time .day{height: 45px;line-height: 45px;text-align: center;color: #333;font-size: 32px;font-weight: bold;}
.imgTextTwo dd .con .time .year{height: 30px;line-height: 30px;font-size: 14px;color: #666;}
.imgTextTwo dd .con .text{overflow: hidden;}
.imgTextTwo dd .con .text .title{margin-bottom: 45px;font-size: 24px;color: #333;line-height: 38px;height: 76px;overflow: hidden;}
.imgTextTwo dd .con .text .textCen{font-size: 16px;color: #666;line-height: 28px;height: 84px;margin-bottom: 20px;overflow: hidden;}
.imgTextTwo dd .con .text .textBot{text-align: right;}
.imgTextTwo dd .con .text .textBot span{display: inline-block;line-height: 60px;height: 60px;padding: 0 80px;cursor: pointer;border: 1px solid #e6e6e6;font-size: 16px;color: #999999;position: relative;}
.imgTextTwo dd .con .text .textBot span i{font-style: normal;position: relative;}
.imgTextTwo dd .con .text .textBot span::before{display: block;content: "";width: 100%;height: 100%;    background-image: -moz-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -ms-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);position: absolute;left: 0;top: 0;visibility: hidden;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;}
.imgTextTwo dd .con .text .textBot span:hover::before{visibility: visible;opacity: 1;}
.imgTextTwo dd .con .text .textBot span:hover{color: #fff;}
/* 媒体关注列表 end */
/* 全文列表 start */
.textList::after{ clear:both; content: ''; visibility: hidden; display: block;}
.textList dd{margin-bottom: 55px;}
.textList dd:last-of-type{margin-bottom: 0;}
.textList dd:last-child .con{border: none;}
.textList dd .con{display: block;background: #fff;padding-bottom: 55px;border-bottom: 1px solid #e6e6e6; overflow: hidden;transition: 0.4s;-webkit-transition: 0.4s;}
.textList dd .timeBox{width: 100px;height: 100px;float: left;display: inline;position: relative;text-align: center;border: 1px solid #9d9269;margin-right: 4.2%;margin-top: 5px;}
.textList dd .timeBox .time1{height: 45px;line-height: 45px;overflow: hidden;font-size: 32px;color: #333;font-weight: bold;}
.textList dd .timeBox .time2{height: 30px;line-height: 30px;overflow: hidden;font-size: 14px;color: #666;}
.textListCk{float: right;display: inline;margin-top: 45px;margin-left: 10.4%;}
.textListCk a{display: inline-block;line-height: 60px;height: 60px;padding: 0 80px;cursor: pointer;border: 1px solid #e6e6e6;font-size: 16px;color: #999999;position: relative;}
.textListCk a span{font-style: normal;position: relative;}
.textListCk a::before{display: block;content: "";width: 100%;height: 100%;    background-image: -moz-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -ms-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);position: absolute;left: 0;top: 0;visibility: hidden;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;}
.textListCk a:hover::before{visibility: visible;opacity: 1;}
.textListCk a:hover{color: #fff;}
.textList dd .con .text{overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;}
.textList dd .con .text a{display: block;}
.textList dd .con .text .textTitle{font-size: 24px;color: #333;height: 76px;line-height:38px;overflow: hidden;margin-bottom: 15px;}
.textList dd .con .text .textMsg{height: 56px;line-height: 28px;font-size: 16px;color: #666;overflow: hidden;}
/* 全文列表 end */
/* 媒体关注列表 start */
.imgTextTr{overflow: hidden;}
.imgTextTr dd{margin-bottom: 60px;}
.imgTextTr dd .con{display: block; overflow: hidden;position: relative;}
.imgTextTr dd .con .pic{width: 47.9167%;float: left;border-radius: 8px;overflow: hidden;margin-right: 4.2%;}
.imgTextTr dd:nth-child(2n) .con .pic{float: right;margin-left: 4.2%;margin-right: 0;}
.imgTextTr dd .con .pic::before{padding-top: 75.3623%;}
.imgTextTr dd .con .text{overflow: hidden;padding-top: 50px;}
.imgTextTr dd .con .text .title{font-size: 32px;color: #333;height: 53px;line-height: 53px;overflow: hidden;}
.imgTextTr dd .con .text .titleEn{height: 27px;line-height: 27px;font-size: 14px;color: #999;margin-bottom: 28px;}
.imgTextTr dd .con .text .textCen{height: 78px;line-height: 26px; font-size: 16px;color: #666;overflow: hidden;margin-bottom: 75px;}
.imgTextTr dd .con .text .textBot{color: #9d9269;height: 45px;font-size: 36px;line-height: 45px;font-weight: bold;margin-bottom: 30px;}
.imgTextTr dd .con .text .textBot span{font-size: 16px;font-weight: normal;}
.imgTextTrYd span{display: inline-block;padding: 0 30px;line-height: 60px;height: 60px;border-radius: 60px;position: relative;overflow: hidden;transition: all 0.3s;-webkit-transition: all 0.3s;}
.imgTextTrYd span::before{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-image: -moz-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -ms-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);}
.imgTextTrYd span i{font-style: normal;position: relative;z-index: 2;display: inline-block;font-size: 16px;color: #ffffff;padding-left: 45px;background: url("../images/imgTextIcon1.png") no-repeat left center;}
.imgTextTr dd:nth-child(2n) .text{text-align: right;}
.imgTextTrYd span:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);}
/* 媒体关注列表 end */
/* 特色景点 start */
.imgText4Dl{padding-top: 60px;}
.imgText4Dl dd{background-color: #fff;padding-bottom: 60px;}
.imgText4Dl dd:nth-child(5n-2){background-color: #f5f7f6;padding-top: 60px;} 
.imgText4Dl dd:nth-child(5n-2) .con .pic{float: left;display: inline;width: 77.7778%;margin-right: 4.2%;margin-left: -16.6667%;}
.imgText4Dl dd:nth-child(5n-3) .con .pic,.imgText4Dl dd:nth-child(5n-4) .con .pic{float: left;display: inline;width: 61%;margin-right: 4.2%;}
.imgText4Dl dd:nth-child(5n) .con .pic,.imgText4Dl dd:nth-child(5n-1) .con .pic{float: right;display: inline;width: 61%; margin-left: 4.2%;margin-right: 0;}
.imgText4Dl dd:nth-child(5n-1){padding-top: 60px;}
.imgText4Dl dd .con .pic img{border-radius: 10px;overflow: hidden;}
.imgText4Dl dd .con .pic{border-radius: 10px;position: relative;}
.imgText4Dl dd .con .pic .picText{display: none;}
.imgText4Dl dd:nth-child(5n-2) .con .pic img{border-radius:0 10px 10px 0;overflow: hidden;}
.imgText4Dl dd:nth-child(5n-2) .con .pic{border-radius:0 10px 10px 0;overflow: unset;}
.imgText4Dl dd:nth-child(5n-2) .con .pic .picText{position: absolute;font-size: 64px;color: #ffffff;font-weight: bold;right: -38.3928%;line-height: 80px;top: 45px;z-index: 2;display: block;}
.imgText4Dl dd .con .text{overflow: hidden;padding-top: 90px;}
.imgText4Dl dd:nth-child(5n-2) .con .text{padding-top: 235px;}
.imgText4Dl dd .con .text .title{line-height: 44px;height: 44px;font-size: 24px;color: #333333;}
.imgText4Dl dd .con .text .enTitle{line-height: 30px;height: 30px;font-size: 14px;color: #999999;margin-bottom: 15px;}
.imgText4Dl dd .con .text .info{line-height: 28px;height: 84px;overflow: hidden;font-size: 18px;color: #666666;margin-bottom: 55px;}
.imgText4Dl dd .con .text .textBtn a{display: inline-block;}
.imgText4Dl dd .con .text .textBtn a{display: inline-block;padding: 0 30px;line-height: 60px;height: 60px;border-radius: 60px;position: relative;overflow: hidden;transition: all 0.3s;-webkit-transition: all 0.3s;}
.imgText4Dl dd .con .text .textBtn a::before{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-image: -moz-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);background-image: -ms-linear-gradient( 0deg, rgb(129,187,87) 0%, rgb(63,167,193) 100%);}
.imgText4Dl dd .con .text .textBtn a span{font-style: normal;position: relative;z-index: 2;display: inline-block;font-size: 16px;color: #ffffff;padding-left: 45px;background: url("../images/imgTextIcon1.png") no-repeat left center;}
.imgText4Dl dd .con .text .textBtn a:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);}
/* 特色景点 end */
/* 景区导航 start */
.guidePageC1{position: relative;}
.guidePageC1 .pic::before{padding-top: 50%;}
.seeBigImageBtn{position: absolute;right: 12.5%;bottom: -100px;width: 200px;height: 200px;text-align: center;border-radius: 50%;background-color: #f39800;box-shadow: 0px 6px 12px 0px rgba(53, 33, 0, 0.16);cursor: pointer;z-index: 2;}
.seeBigImageBtn .icon{width: 70px;height: 70px;margin: 0 auto 20px;line-height: 70px;text-align: center;background: url("../images/guideIcon1.png") no-repeat center center;}
.seeBigImageBtn .text{line-height: 40px;height: 40px;font-size: 24px;color: #ffffff;}
.guidePageC2{background-color: #fff;padding: 50px 0 90px;}
.guidePageC2 .title{line-height: 45px;padding-bottom: 25px;padding-left: 45px;font-size: 32px;color: #333333;font-weight: bold;border-bottom: 3px solid #1a1a1a;position: relative;margin-bottom: 25px;}
.guidePageC2 .title::before{display: block;content: "";width: 24px;height: 24px;border-radius: 50%;background-color: #9d9269;left: 0;top: 50%;margin-top: -15px;position: absolute;}
.guidePageC2List{margin-right: -60px;margin-bottom: 55px;}
.guidePageC2List dd{float: left;display: inline;width: 50%;margin-bottom: 15px;}
.guidePageC2List dd .con{margin-right: 60px;padding-bottom: 15px;border-bottom: 1px solid #e6e6e6;}
.guidePageC2List dd:nth-last-of-type(1) .con{border: none;}
.guidePageC2List dd:nth-last-of-type(2) .con{border: none;}
.guidePageC2List dd .con .num{float: left;display: inline;width: 20px;height: 20px;line-height: 20px;text-align: center;border: 1px solid #63b507;border-radius: 50%;text-align: center;font-size: 13px;color: #9d9269;font-weight: bold;margin-right: 20px;margin-top: 2px;}
.guidePageC2List dd .con .conC{overflow: hidden;}
.guidePageC2List dd .con .conC .textC{line-height: 29px;height: 29px;font-size: 20px;color: #333333;font-weight: bold;}
.guidePageC2List dd .con .conC .enTextC{line-height: 20px;font-size: 12px;color: #999999;}

.guidePageC2Phone{background-color: #f7f7f7;border-radius: 10px;overflow: hidden;padding: 40px 0 30px;}
.guidePageC2Phone dd{width: 33.3333%;float: left;display: inline;}
.guidePageC2Phone dd .con{text-align: center;}
.guidePageC2Phone dd .con .icon{width: 45px;height: 45px;margin: 0 auto 28px;line-height: 45px;}
.guidePageC2Phone dd .con .icon img{display: block;width: 100%;height: 100%;}
.guidePageC2Phone dd .con .iconText{line-height: 30px;height: 30px;margin-bottom: 10px;font-size: 20px;color: #333333;font-weight: bold;}
.guidePageC2Phone dd .con .iconNum{font-size: 32px;color: #333333;font-weight: bold;line-height: 40px;height: 40px;}
/* 景区导航 end */
/* 景区简介 start */
/* 景区简介 1栏 start */
.introClumn1 {padding: 90px 0;background-color: #f5f7f7;}
.introClumn1 .con .left {width: 30%; float: left;overflow: hidden;}
.introClumn1 .con .pic {width: 73.3333%;overflow: hidden;}
.introClumn1 .con .pic img{object-fit: contain;}
.introClumn1 .con .pic::before{padding-top: 28.125%;} .introClumn1 .con .text{width: 70%;overflow: hidden;}
.introClumn1 .con .text .title {font-size: 24px;height: 44px;line-height: 44px;overflow: hidden; color: #333;}
.introClumn1 .con .text .textC p {font-size: 16px;color: #666;line-height: 28px;margin-bottom: 26px;}
.introClumn1 .con .text .bottomIcon {margin-top: 42px;margin-right: -80px;}
.introClumn1 .con .text .bottomIcon .icon {float: left;width: 33.3333%;text-align: left;position: relative;height: 100px;overflow: hidden;}
.introClumn1 .con .text .bottomIcon .text {text-align: center;float: right;left: 0;position: absolute;top: 0;left: 130px;width: auto;}
.introClumn1 .con .text .bottomIcon .icon .iconC {margin-right: 60px;height: 100%;overflow: hidden;}
.introClumn1 .con .text .bottomIcon .icon .ico {width: 35.714%;height: 100%;background-position: center;background-repeat: no-repeat;float: left;position: absolute;top: 0;left: 0;}
.introClumn1 .con .text .bottomIcon .icon .textB {font-size: 28px;color: #5fb200;height: 50px;line-height: 50px;overflow: hidden;}
.introClumn1 .con .text .bottomIcon .icon .textR {font-size: 18px; color: #9999; height: 40px;line-height: 40px;overflow: hidden;}
/* 景区简介 1栏 end */
/* 景区第二栏 start */
.introClumn2 {background-color: #fff;background:#e8e3df url("../images/about08.jpg"); overflow: hidden;position: relative;padding: 60px 0 90px;}
.introClumn2 .swiperMax {width: 100%;overflow: hidden;}
.introClumn2 .swiperMax dd .pic{border-radius: 25px;overflow: hidden;position: relative;}
.introClumn2 .swiperMax dd .pic::after {display: block;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.4);}
.introClumn2 .swiperMax dd .pic .playBtn {position: absolute;top: 50%;left: 50%; text-align: center;transform: translate(-50%,-50%);z-index: 1  ;}
.introClumn2 .swiperMax dd .pic .playBtn .videoStop {width: 60px;height: 60px;background: url(../images/videoStop.png) center no-repeat;z-index: 1;margin: 0 auto;}
.introClumn2 .swiperMax dd .pic .playBtn .tip {color: #fff;margin-top: 50px;text-align: center;}
.introClumn2 .swiperMax dd .pic .playBtn .tip .tipCn {font-size: 32px;line-height: 40px;}
.introClumn2 .swiperMax dd .pic .playBtn .tip .tipNg {font-size: 18px;line-height: 26px;margin-top: 10px;}
.introClumn2 .swiperMax dd .pic::before {padding-top: 56.25%;}
.introClumn2 .swiperMin dd .pic::before {padding-top: 58.8235%;}
.introClumn2 .swiperMin dd .pic {border-radius: 10px;overflow: hidden;}
.introClumn2 .swiperMin {margin-top: 30px;overflow: hidden;}
.introClumn2 .swiperMin .swiper-wrapper {width: 100%;}
.introClumn2 .swiperMin dd {width: 25%;float: left;overflow: hidden;}
.introClumn2 .swiperMin dd .con { display: block;}
.introClumn2 .pageBt div {width: 55px;height: 55px;border-radius: 100%;border: 1px solid #ededed;position: absolute;background-position: center;background-repeat: no-repeat;}
.introClumn2 .pageBt .nextPage {left: 160px;bottom: 160px;background-image: url(../images/leftPage.png); z-index: 10; transition: all .4s ease;cursor: pointer;}
.introClumn2 .pageBt .prvePage {right: 160px;bottom: 160px;background-image: url(../images/rightPage.png);z-index: 10; transition: all .4s ease;cursor: pointer;}
.introClumn2 .pageBt .nextPage:hover { background-image:url(../images/leftPage2.png), linear-gradient(90deg, #f1c952, #c3993a, #a57915);}
.introClumn2 .pageBt .prvePage:hover {background-image:url(../images/rightPage2.png), linear-gradient(90deg, #f1c952, #c3993a, #a57915);}
/* 景区第二栏 end */
/* 景区简介 end */

/* 景区荣誉 start */
.honorBg {background-color: #fff;}
.honor {padding: 60px 0;}
.honor dd {padding: 30px 0 0 0; height: 460px;position: relative;clear: both;}
.honor dd .left {width: 15.1218%;}
.honor dd .honorIcon {width: 50px;height: 50px;border-radius: 100%;background-color: #f0f7f4;background-position: center;background-repeat: no-repeat;background-size: 20px;margin: 0 30px 0 70px;}
.honor dd .con {width: 47.9166%;height: 280px; overflow: hidden;background-color: #f6f7f5;margin-right: 40px;position: relative;}
.honor dd .con .text {padding: 30px 70px 90px 30px;overflow: hidden;}
.honor dd .imgHonor {width: 18.0555%;position: relative;}
.honor dd .imgHonor {max-width: 100%;}
.honor dd .left .time {width: 100%;height: 65px; line-height: 65px; text-align: center;color: #fff;background:linear-gradient(90deg, #76b868, #5fba8f, #49aab2) ; font-size: 18px;}
.honor dd .con .text .title span {display: inline-block; width: 12px;height: 12px;border-radius: 100%;background-color: #9d9269;margin-right: 10px;}
.honor dd .con .text .title {font-size: 24px;color: #333;height: 50px;line-height: 50px;font-weight: bold;overflow: hidden;}
.honor dd .con .text .textC {font-size: 16px;color: #666;line-height: 28px;}
.honor dd .left .timeR {height: 20px;width: 20px;border-radius: 100%;border: 1px solid #9d9269;margin: 60px auto 0;position: relative;}
.honor dd .left .timeR span {display: block;width: 10px;height: 10px;border-radius: 100%;background-color: #9d9269;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.honor dd .left .timeR::after {display: block;content: ""; height: 60px; width: 1px;border: 1px solid #f2f2f2; box-sizing: border-box; top: -60px; left: 50% ;transform: translateX(-50%); position: absolute;}
.honor dd .left .timeR::before {display: block;content: ""; height: 345px; width: 1px;border: 1px solid #f2f2f2; box-sizing: border-box; top: 20px; left: 50% ;transform: translateX(-50%); position: absolute;}
.honor dd:not(:first-child)::after {
   display: block;
   content: "";
   width: 10px;
   height: 10px;
   border-radius: 100%;
   border: 1px solid #9d9269;
   position: absolute;
   top: 0px;
   left: 25.2472%;
}

.honor dd:not(:first-child)::before {
   display: block;
   content: "";
   height: 1px;
   width: 72.9166%;
   border: 1px solid #9d9269;
   box-sizing: border-box;
   position: absolute;
   left: 26.1111%;
   top: 5px;
}
/* 景区荣誉 end */

/* 户外徒步 start */
.outdoorsColumn {overflow: hidden;}
.roof {padding: 27px 0 ; border-bottom: 1px solid #e5e5e5;}
.roof .title {font-size: 32px;height: 65px;line-height: 65px;text-align: center;font-weight: bold; color: #333333;}
.roof .timeLook {margin: 0 auto; text-align: center;font-size: 14px;color: #999999;}
.outdoorsDl {margin-top: 60px;position: relative;z-index: 1;}
 .outdoorsDl::before {display: block; content: ""; height: 100%;width: 1px;box-sizing: border-box;border-left: 1px dashed #e7e8e8;position: absolute;left:0;top: 0;z-index: 0;}
 .outdoorsDl dd {margin-bottom: 69px; position: relative;margin-left: -13px;}
 .outdoorsDl dd .title {font-size: 24px;height: 44px;line-height: 44px;overflow: hidden;text-align: left;color: #333;font-weight: bold; position: relative;padding-left: 14px;}
 .outdoorsDl dd .title span {display: inline-block;width: 16px;height: 16px;border-radius: 100%;border: 1px solid #7ab963;position: relative;left: -10px;}
.outdoorsDl dd .title span em {display: inline-block;width: 8px;height: 8px;border-radius: 100%;background-color: #7ab963;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.outdoorsDl dd .textC {width: 59.027%;font-size: 18px;line-height: 32px;color: #333;padding-left: 30px;}
.outdoorsDl dd .textC span {font-weight: bold;display: block;}
.outdoorsColumn .outdoorsDl .dd3 .pic {width: 59.027%;overflow: hidden;margin-top: 18px;}
.outdoorsColumn .outdoorsDl .dd3 .pic img {padding-left: 30px;}
.outdoorsColumn .outdoorsDl .dd3 .pic::before {padding-top: 56.4705%;}
.outdoorsColumn .outdoorsDl .dd5 {position: relative;}
.outdoorsColumn .outdoorsDl .dd5 .outDd5Swiper {width: 116.6%;padding-top: 30px;padding-bottom: 10px;overflow: hidden;margin-left: 30px;position: relative;}
.outdoorsColumn .outdoorsDl .dd5 .pic {overflow: hidden;width: 100%;border-radius: 15px;position: relative;}
.outdoorsColumn .outdoorsDl .dd5 .pic::before {padding-top: 100%;}
.outdoorsColumn .outdoorsDl .dd5 .pic .tip {font-size: 18px;line-height: 24px;color: #fff;padding: 18px 50px;background: linear-gradient(90deg, #7ab963, #43a8bb);border-radius: 0 10px 0  0;position: absolute;left: 0;bottom: 0;}
.pageBt div {width: 55px;height: 55px;border-radius: 100%;border: 1px solid #ededed;position: absolute;background-position: center;background-repeat: no-repeat;background-color: #fff;}
.outdoorsColumn .pageBt .dd5NextPage {left: 45%; top: 0; background-image: url(../images/common/leftPage.png); z-index: 10; transition: all .4s ease;cursor: pointer;position: absolute;}
.outdoorsColumn .pageBt .dd5PrvePage {right: 45%;top: 0;background-image: url(../images/common/rightPage.png);z-index: 10; transition: all .4s ease;cursor: pointer;position: absolute;}
.outdoorsColumn .pageBt .dd5NextPage:hover { background-image:url(../images/common/leftPage2.png), linear-gradient(90deg, #76b868, #5fba8f, #49aab2);}
.outdoorsColumn .pageBt .dd5PrvePage:hover {background-image:url(../images/common/rightPage2.png), linear-gradient(90deg, #76b868, #5fba8f, #49aab2);}
.outdoorsColumn .outdoorsDl .dd6 .outDd6Swiper {position: relative;padding-top: 70px;width: 116.6%;overflow: hidden;padding-left: 30px;}
.outdoorsColumn .outdoorsDl .dd6 .outDd6Swiper .pic {overflow: hidden;width: 100%;border-radius: 15px;position: relative;}
.outdoorsColumn .outdoorsDl .dd6 .outDd6Swiper .pic::before {padding-top: 56.4705%;}
 .pageBt .dd6NextPage {left: 45%; top: 0; background-image: url(../images/common/leftPage.png); z-index: 10; transition: all .4s ease;cursor: pointer;position: absolute;}
 .pageBt .dd6PrvePage {right: 45%;top: 0;background-image: url(../images/common/rightPage.png);z-index: 10; transition: all .4s ease;cursor: pointer;position: absolute;}
 .pageBt .dd6NextPage:hover { background-image:url(../images/common/leftPage2.png), linear-gradient(90deg, #76b868, #5fba8f, #49aab2);}
 .pageBt .dd6PrvePage:hover {background-image:url(../images/common/rightPage2.png), linear-gradient(90deg, #76b868, #5fba8f, #49aab2);}
.outdoorsColumn .outdoorsDl .dd7 .entry {font-size: 18px;line-height: 30px;color: #333;width: 80.555%;overflow: hidden;padding-left: 30px;}
.outdoorsColumn .outdoorsDl .dd7 .entry li span {display: inline-block;width: 8px;height: 8px;border-radius: 100%;line-height: 30px;background-color: #000;margin-right: 8px;vertical-align: middle;}
/* 户外徒步 end */
/* 线路推荐 start */
.roadColumn .roadDl .dd3 {position: relative;}
.roadColumn .roadDl .dd3 .hotel {padding-top: 30px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper {overflow: hidden;width: 116.6%;margin-left: 30px;}
.roadColumn .roadDl .swiper-slide {border-radius: 15px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con {padding: 30px;background-color: #fff;border-radius: 15px;overflow: hidden;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con .pic {width: 240px;border-radius: 10px;float: left;overflow: hidden;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con .pic::before {padding-top: 100%;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con .text {padding-left: 20px;overflow: hidden;width: A;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con .text .title {font-size: 18px;height: 48px;line-height: 48px;color: #333;font-weight: bold;padding: 0;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con .text .textC {width: auto;padding: 0;font-size: 16px;color: #333;line-height: 24px;height: 48px;overflow: hidden;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con  .more {background: linear-gradient(90deg, #76b868, #5fba8f, #49aab2);border-radius: 30px;display: inline-block;margin-top: 70px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide  .con  .more a {display: inline-block;font-size: 16px;color: #fff;line-height: 20px;padding: 20px 30px 20px 80px;background-position: 30px center;background-repeat: no-repeat;background-size: 32px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg {margin-right: -30px;margin-top: 30px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .minImg {width: 33.3333%;overflow: hidden;float: left;} 
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .minImg .btImgCon {margin-right: 30px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .pic {overflow: hidden;border-radius: 10px;position: relative;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .pic::before{padding-top: 57.6923%;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .pic .tipL {font-size: 18px;color: #fff;line-height: 32px;position: absolute;bottom: 7px;left: 10px;}
.roadColumn .roadDl .dd3 .hotel .hotelSwiper .swiper-slide .bottomImg .pic .tipR {font-size: 18px;color: #9d9269;line-height: 20px;padding: 8px;border-radius: 5px; position: absolute;bottom: 5px;right: 10px;background-color: #fff;}
.roadColumn .roadDl  .dd4 .pic::before {padding-top: 56.4705%;}
.roadColumn .roadDl  .dd4 .pic img {border-radius: 15px;}
.roadColumn .roadDl  .dd4 {position: relative;}
.roadColumn .roadDl  .dd4 .roadD4Swiper {padding-top: 30px;width: 116.6%;overflow: hidden;margin-left: 30px;}
.roadColumn .roadDl .dd4 .roadD4Swiper .pic {border-radius: 15px;}
.roadColumn .roadDl .textC {width: auto;}
.roadColumn .roadDl .dd3 .title span {width: 40px;height: 40px;background-position: center;background-repeat: no-repeat;line-height: 50px;vertical-align: middle;}
.roadColumn .des {margin-top: 17px;padding-left: 30px;}
.roadColumn .des p {font-size: 16px;color: #333;line-height: 22px;margin-bottom: 28px;}
/* 线路推荐 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 */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{ border: none; background: none; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}
.commonFormBox{ background: #FFF;padding: 40px;}
.commonForm{ margin-right: -40px; font-size: 14px;}
.commonForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.commonForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.commonForm .item.w100p{ width: 100%;}
.commonForm .item .con{ margin-right: 40px;}
.commonForm .item .label{ height: 38px; line-height: 38px;}
.commonForm .item .label span{ color: #da0100;}
.commonForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.commonForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
.input input { border: none;background: none;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #333;}
.input { border: 1px solid #ddd;padding: 0 10px;}
.formYzm .input {width: 50%;float: left;display: inline;}
.formYzm .yzmImg {width: 118px; height: 38px;border: 1px solid #ddd;background: #ddd;float: left;display: inline;margin-left: 20px;}
.formYzm .yzmImg img {display: block;width: 100%;height: 100%;}
.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background:var(--themeColor); color: #FFF;border-color: var(--themeColor);}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* 表单模板 start  */

/*********** 基础公共列表页 start ***********/

/*********** 特殊功能列表页 start ***********/
/*********** 特殊功能列表页 end ***********/

/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 0 50px 50px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #666666;font-size: 16px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 43px;font-size: 28px;font-weight: bold; font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {margin-right: 16px;font-size: 14px;color: #999999;vertical-align: middle;display: inline-block;}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/*  发布信息 end  */
/* 分享 start */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid 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;overflow: hidden;padding-top: 10px;border-top: 1px solid #e6e6e6;}
.articlePageBox{width: 34.5%;background-color: #f5f7f7;line-height: 70px;height: 70px;border-radius: 70px;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666666;float: left;display: inline;margin-right: 4.1%;text-align: center;}
.articlePageBox.articlePageBox2{float: right;display: inline;margin-right: 0;margin-left: 4.1%;}
.returnList{overflow: hidden;text-align: center;}
.returnList a{display: inline-block;padding: 0 100px;line-height: 70px;height: 70px;border-radius: 70px;background-color: #f5f7f7;}
.returnList a span{display: inline-block;padding-left: 35px;font-size: 16px;color: #666666;background: url("../images/returnListIcon.png") no-repeat left center;}
/* ————— 上一篇/下一篇 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(audio/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(audio/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(audio/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(audio/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 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 ***********/