@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*头部开始*/
/*搜索*/
.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{opacity: 0;display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 40px;text-align: center;overflow: hidden;color: #fff;z-index: 10;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.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: 500px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -250px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;transform: scale(0);-webkit-transform: scale(0)}
.searchPWBox input {display: block;float: left;width: 400px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 90px;height: 60px;background: #be9871 url(../images/searchbai.png) no-repeat center center;background-size: 18px 18px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
.model span.on{opacity: 1;}
.searchPWBox.on{transform: scale(1);-webkit-transform: scale(1);}
@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
	}
}
.search{width: 15px;height: 16px;background: url(/subsiteSrc/tsg/images/search.png) no-repeat center;margin-top: 36px;margin-left: 30px; cursor: pointer;}
.search:hover{background-image: url(/subsiteSrc/tsg/images/searchon.png);}
.top1Box {
	height: 45px;
	background: #18344e;
}

.top1 {
	height: 100%;
	width: 81.25%;
	margin: 0 auto;
}

.top1L {
	height: 100%;
	line-height: 45px;
}

.top1L a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 100%;
}

.top1L a img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.top1R {
	height: 100%;
	line-height: 45px;
}

.top1Menu {
	height: 100%;
	color: #304960;
	overflow: hidden;
}

.top1Menu a {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
	color: rgb(255, 255, 255, .45);
}

/*头部1结束*/
/*导航栏开始*/
.topBox {
	height: 88px;
}

.top {
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.logo {
	margin-top: 16px;
}

.logo img {
	height: 54px;
	display: none;
}

.menu {
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 30px;
	z-index: 2;
}

.menu dd.last {
	margin-right: 0;
}

.menu dd .yj {
	overflow: hidden;
}

.menu dd .yj a {
	overflow: hidden;
	display: block;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff;
}

.menu dd .ej {
	position: absolute;
	top: 87px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	width: 150px;
	display: none;
	background: rgb(255, 255, 255, 0.95);
	box-shadow: 0px 2px 11px 0px rgb(0, 0, 0, 0.08);
}

.menu dd .ej div {
	text-align: center;
	position: relative;
	line-height: 14px;
}

.menu dd .ej div::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.menu dd .ej div a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	z-index: 1;
	position: relative;
	padding: 10px 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: block;
}

.menu dd .ej div:hover a {
	color: #fff;
	background: #be9871;
}

.menu dd .ej div:hover::before {
	opacity: 1;
	visibility: hidden;
}

.huakuai {
	position: absolute;
	height: 3px;
	background: #fff;
	bottom: 0px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	z-index: 1;
}

.topBox.show .top {
	top: 0;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);
}

.logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo2 {
	display: none;
}

.topBox.show .menu dd .yj a {
	color: #333;
}

.topBox.show .menu dd.hover .yj a {
	color: #be9871;
	font-weight: bold;
}

.topBox.show .huakuai {
	background: #be9871;
}

/*导航栏开始*/
/*menu开始*/
.menuBox {
	position: relative;
}

.menuDl dd {
	float: left;
	height: 88px;
}

.menuDl dd .a1 {
	display: block;
	height: 88px;
	padding: 0 16px;
	line-height: 88px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}
.menuDl dd .a1::before {
    display: block;
    content: "";
    width: 2px;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    height: 29px;
    background: #01619d;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    position: absolute;
}
.menuDl dd .a1.hide::before{display:none;}
.menuDl dd:hover .a1::before {
    transform: scale(1);
-webkit-transform: scale(1);}
.ixTopBox2 .menuDl dd .a1 {
	color: #333333;
	padding: 0 11px;
}

.subTopBox .menuDl dd .a1 {
	color: #333333;
	padding: 0 2px;
}

.ixTopBox .subTopBox .menuDl dd .a1 {
	color: #fff;
}

/* .menuDl dd .a1:after{
	content: "";
	display: block;
	position: absolute;
	bottom:27px;
	left:12px;
	right:12px;
	height:1px;
	background: #72badd;
	opacity:0;
}
.menuDl dd.hover .a1:after{opacity:1} */
.topBox2.typ .menuDl dd .a1 {
	color: #333333;
}
.topBox2.typ .menuDl dd.hover .a1 {
	/* font-weight: bold; */
	color: #00773d;
}

.menuChild {
	padding: 30px;
	display: -ms-flexbox;
	border-top: 2px solid #2467bf;
	position: absolute;
	top: 100%;
	left: 0;
	width: 900px;
	background: #fff;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden
}

.menuDl dd:hover .menuChild {
	opacity: 1;
	visibility: visible;
}

.menuChild.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.menuChild .l {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 400px;
	overflow: hidden;
}

.menuChild .l .pic {
	width: 195px;
	/* margin-right: 20px; */
	float: left;
	display: inline;
}

.menuChild .l .pic img {
	width: 100%;
	height: auto;
}

.menuChild .l .txt {
	overflow: hidden;
	font-size: 16px;
	color: #085c86;
	padding-left: 30px;
	line-height: 2.2;
}

.menuChild .r {
	overflow: hidden;
	font-size: 0;
}

.menuChild .r a {
	width: 33.33%;
	font-size: 18px;
	/* margin-top: 10px; */
	display: inline-block;
	text-align: left;
	line-height: 32px;
	padding: 5px 0;
}

.menuChild .r a:hover {
	color: #085c86;
}

.ixTopBox2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.5s ease-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ixTopBox2.fxd {
	position: fixed;
}

.ixTopBox2.show {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.ixTopBox2.show .topBox2 {
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);
}

/*menu结束*/
/*头部结束*/
/*底部开始*/
.footer {
	background: url(/subsiteSrc/tsg/test/background/footerbg.png)no-repeat center / cover;
	padding-top: 50px;
	height: 200px;
	box-sizing: border-box;
}

.footerL,
.footerR {
	width: 30%;
}

.footerL {
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 66px;
}

.footerL .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 28px;
}

.footerL .title img {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 19px;
}

.footerL .title .tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle
}

.footerL .title .tel img {
	height: 22px;
	position: relative;
	top: -4px;
}

.footerL .info {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

.footerR {
	border-left: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 55px;
}

.footerR .text {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}

.footerR .text img {
	display: inline-block;
	margin: 0 10px 0 18px;
	vertical-align: middle;
}

.footer-pic {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -4px;
}

.footer-pic .ewm {
	position: absolute;
	top: -115px;
	left: -35px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.footer-pic .ewm .evm2 {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.18);
}

.footer-pic .ewm .up2 {
	display: inline-block;
	position: relative;
}

.footer-pic .ewm .up2:after {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -18px;
	left: -69px;
	content: "";
	z-index: 1;
}

.footer-pic .ewm .up2:before {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: -21px;
	left: -70px;
	content: "";
	z-index: 2;
}

.footer-pic:hover .ewm {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.footerC {
	overflow: hidden;
	padding: 24px 0 66px 0;
	;
	text-align: center;
}

.footerC a {
	display: inline-block;
}

.footerC a img {
	height: 60px;
}

/*下拉框*/
.footerZpformSel {
	width: 320px;
	height: 45px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-left: auto;
}

.footerZpformSel .seljg {
	padding-left: 20px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.footerZpformSel i {
	transition: all .3s linear;
	display: block;
	width: 42px;
	height: 22px;
	background: url(/subsiteSrc/tsg/images/yqlj.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 10px 0;
}

.footerZpformSel.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 75px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	bottom: 45px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #be9871;
	border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 13px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	color: #be9871;
}

/*最底部*/
.footerm {
	font-size: 14px;
	padding-top: 17px;
	color: #fff;
	height: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #1763a6;
}

.footerm a {
	color: #fff;
}

.footerm a:hover {
	color: #FFFFFF;
}

.footerm div.imgo {
	cursor: pointer;
}

.footerm div.imgo img.img2 {
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.footerm div.imgo img.img1 {
	position: relative;
	top: 4px;
}

.footerm .fr a:hover {
	color: #fff;
}

/*底部结束*/
/*
********************************外层框架 end********************************
*/

/*banner开始*/
.indexBanner {
	position: relative;
	padding-top: 34.375%;
}

.indexBanner .bd {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	position: relative;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 40px;
	height: 6px;
	margin: 0 6px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255,255,255,0.7);
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255,255,255,1);
}

.indexBanner .img {
	position: absolute;
	left: -54px;
	top: 93px;
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/*banner结束*/

/*内页框架开始*/
/*内页banner*/
.subBanner {
	height: 400px;
	clear: both;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.location::before{bottom: 0;display: block;content: '';width: 100%;background-color: #ebebeb;height: 2px;position: absolute;}
/*内页banner结束*/
/* 当前位置开始*/
.location {
	height: 77px;
	line-height: 77px;
	background: #fff;
	z-index: 5;
	position: relative;
}

.locationL {
	overflow: hidden;
}

.locationL span {
	display: inline-block;
	margin-right: 20px;
}

.locationL span a {
	font-size: 14px;
	color: #333;
	height: 40px;
	display: inline-block;
	-webkit-transition: all .3s linear;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 33px;
	-webkit-box-sizing: border-box;
	border-radius: 25px;
	overflow: hidden;
}

.locationL span.hover a {
	color: #fff;
	background: #be9871;
}

.locationL span.last {
	margin-right: 0;
}

.locationR {
	overflow: hidden;
}

.locationR a {
	display: inline-block;
	font-size: 16px;
	color: #555555;
	-webkit-transition: all .3s linear;
}

.locationR a:hover {
	color: #be9871;
}
.locationR a.hover {
	color: #be9871;
}
.locationR a.home {
	width: 22px;
	height: 77px;
	background: url(/subsiteSrc/tsg/images/loctionhome.png)no-repeat top 27px center;
	vertical-align: middle;
	margin-right: 10px;
}

.locationR em {
	width: 25px;
	height: 25px;
	display: inline-block;
	
	
}
.locationR a.loc.hover{
	background-image: url(/subsiteSrc/tsg/images/loctionemh.png);
}
.locationR a.loc:hover{
	background-image: url(/subsiteSrc/tsg/images/loctionemh.png);
}
.locationR a.loc{
	background: url(/subsiteSrc/tsg/images/loctionem.png)no-repeat center left;
	vertical-align: middle;
	padding:0 15px;
}
/* 当前位置结束*/
/*页码开始*/
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #666666;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #be9871;
	color: #fff;
}

.page a.hover {
	background: #be9871;
	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: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(/subsiteSrc/tsg/images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(/subsiteSrc/tsg/images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(/subsiteSrc/tsg/images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(/subsiteSrc/tsg/images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(/subsiteSrc/tsg/images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/subsiteSrc/tsg/images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/subsiteSrc/tsg/images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/subsiteSrc/tsg/images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(/subsiteSrc/tsg/images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/subsiteSrc/tsg/images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/subsiteSrc/tsg/images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/subsiteSrc/tsg/images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/


/*左侧二级 start */
.subPageR {
	overflow: hidden;
	min-height: 400px;
	background: #fff;
}

.leftNav {
	width: 300px;
	margin-right: 40px;
	position: relative;
	top: -67px;
	z-index: 10;
}

.leftNavTitle {
	height: 144px;
	line-height: 144px;
	font-size: 30px;
	background: url(/subsiteSrc/tsg/images/navLeftBg1.png) no-repeat center center;
	color: #fff;
	padding-left: 30px;
	border-radius: 5px 5px 0 0;
}
.leftNavDl1{padding: 20px;background: #f2ebe5;}
.leftNavDl1 dt {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #be9871;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd{margin-bottom: 2px;}
.leftNavDl1 dd:last-child{margin-bottom: 0;}
.leftNavDl1 dd .yj {
	position: relative;
}

.leftNavDl1 dd .yj a {
	line-height: 60px;
	height: 60px;
	display: block;
	background: #ffffff;
	font-size: 16px;
	color: #333333;
	padding-left: 70px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}

.leftNavDl1 dd:last-child .yj a {
	margin-bottom: 0;
}

.leftNavDl1 dd .yj a i{
	width: 42px;
	height: 42px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -22px;
	background: url(/subsiteSrc/tsg/images/locationLefticn.png) no-repeat center;
}

.leftNavDl1 dd .yj span {
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(/subsiteSrc/tsg/images/leftnavjia.png) no-repeat center center;
}

.leftNavDl1 dd .ejBox {
	display: none;
}

.leftNavDl1 dd .ejCon {
	margin-bottom: 10px;
}

.leftNavDl1 dd .ej {
	position: relative;
}

.leftNavDl1 dd .ej a {
	line-height: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leftNavDl1 dd .ej a:before {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #be9871;
	border-right: none;
	border-left-color: #be9871;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}

.leftNavDl1 dd .ej span {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	background: url(/common/images/leftnavicn2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}

.leftNavDl1 dd .sj {
	border: 1px solid #f9ebe5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-top: none;
	display: none;
}

.leftNavDl1 dd .sj a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding: 10px 36px 10px 65px;
	position: relative;
}

.leftNavDl1 dd .sj a:before {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50px;
	width: 4px;
	height: 4px;
	border: 1px solid #717171;
	border-radius: 100%;
	display: block;
	content: '';

}

.leftNavDl1 dd .yj:hover a {
	background-color: #cfae8c;
	color: #fff;
}


.leftNavDl1 dd .yj:hover span {
	background: url(/subsiteSrc/tsg/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj a {
	background-color: #cfae8c;
	color: #fff;
}

.leftNavDl1 dd.hover .yj a i ,.leftNavDl1 dd:hover .yj a i {
	background: url(/subsiteSrc/tsg/images/rightnavicn1.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj span {
	background: url(/subsiteSrc/tsg/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj a {
	background-color: rgb(227, 238, 247);
	color: #1870b7;
}

.leftNavDl1 dd.active .yj a i {
	background: url(/subsiteSrc/tsg/images/rightnavicn1.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj span {
	background: url(/common/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd .ej:hover a {
	background: #f9ebe5;
}

.leftNavDl1 dd .ej:hover span {
	transform: rotateX(180deg);
}

.leftNavDl1 dd .ejCon.hover .ej a {
	background: #e4f0ff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.leftNavDl1 dd .ejCon.hover span {
	/* background: url(/common/images/leftnavicn2h.png) no-repeat center center; */
	transform: rotateX(180deg);
}

.leftNavDl1 dd .ejCon.active .ej a {
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.leftNavDl1 dd .ejCon.active span {
	transform: rotateX(180deg);
}

.leftNavDl1 dd .sj a:hover {
	font-weight: bold;
	color: #be9871;
}

.leftNavDl1 dd .sj a:hover:before {
	border-color: #be9871;
}

.leftNavDl1 dd .sj a.hover {
	font-weight: bold;
	color: #be9871;
}

.leftNavDl1 dd .sj a.hover:before {
	border-color: #dc4343;
}

.leftNavDl2 {
	padding: 20px;
}

.leftNavDl2 dt {
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;

}

.leftNavDl2 dt:before {
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	background: url(/common/images/lefthot.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}

.leftNavDl2 dd {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.leftNavDl2 dd a {
	font-size: 14px;
	color: #333333;
}

.leftNavDl2 dd a:hover {
	color: #be9871;
}

.leftNavDl2 dd a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
	background: #a5bdcf;
	margin-top: -2px;
}

.leftNavDl2 dd:nth-child(2) a span {
	background: #f54644;
}

.leftNavDl2 dd:nth-child(3) a span {
	background: #ff8548;
}

.leftNavDl2 dd:nth-child(4) a span {
	background: #ffab3c;
}

.leftNavDl2 dd:last-child {
	height: 28px;
}

/*左侧二级 end */
.subPagR {
	overflow: hidden;
}
.location .title{   font-size: 24px;color: #be9871;padding: 0 0 0 14px;position: relative;font-weight: 700;}
.location .title:before{display: block;content: '';position: absolute;left: 0;top: 50%;margin-top: -12px;width: 3px;height: 26px;border-radius: 3px;background: #be9871;}
.imagesBg{background: url(/subsiteSrc/tsg/images/navLeftBg2.jpg) no-repeat center center;width: 301px;height: 250px;}
/* ————— 搜索 start ————— */
.tsgSearchBox{width: 600px;height: 50px;border-radius: 6px;overflow: hidden;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 5;}
.searchBtnBox{width: 80px;height: 50px;line-height: 50px;float: right;display: inline;position: relative;background: #be9871;cursor: pointer;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.searchBtnBox .searchIcon {color: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 20px;height: 20px;border-radius: 100%;border: solid 2px currentColor;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.searchBtnBox .searchIcon:before {content: '';position: absolute;top: 22px;left: 10px;height: 6px;width: 2px;background-color: currentColor;}
.searchInputBox{overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;height: 50px;background: #FFFFFF;}
.searchInputBox input{width: 100%;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;border: none;background: none;height: 50px;line-height: 50px;overflow: hidden;padding: 0 30px;font-size: 16px;color: #333333;}
.searchBtnBox:hover{opacity: 0.85;}
/* ————— 搜索 end ————— */
/* ————— 右侧悬浮 start ————— */
.tsgRightFlost{position: fixed;top: 50%;right: 30px;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 99;}
.rightFloatList{overflow: hidden;}
.rightFloatList dd{position: relative;padding: 30px 20px 6px 15px;height: 60px;margin-bottom: 15px;}
.rightFloatList dd::before{content: '';display: block;width: 88px;height: 88px;border-radius: 50%;background: #e0a415;position: absolute;top: 0;right: 8px;}
.rightFloatList dd .con{padding: 0 26px;background: #e0a415;border-radius: 35px;position: relative;z-index: 6;}
.rightFloatList dd .con::after{content: '';display: block;width: 148px;height: 148px;border-radius: 50%;background: url(/subsiteSrc/tsg/images/tsg/light.png) no-repeat center center;background-size: auto 148px;position: absolute;top: -50px;right: -40px;z-index: 5;}
.rightFloatList dd .title{display: block;font-size: 16px;color: #FFFFFF;height: 60px;line-height: 60px;overflow: hidden;min-width: 98px;position: relative;z-index: 10;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.rightFloatList dd .icn{position: absolute;right: 0;bottom: 0;width: 82px;height: 72px;background-repeat: no-repeat;background-position: right bottom;background-size: auto 72px;z-index: 6;}
.rightFloatList dd .title:hover{font-weight: bold;}
/* ————— 右侧悬浮 end ————— */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.titleBox1 {overflow: hidden;margin-bottom: 15px;}
.titleBox1 .titleBoxR{float: right;display: inline;}
.titleBox1 .titleBoxL{overflow: hidden;}
.titleBox1 .title{font-size: 22px;color: #333333;font-weight: bold;height: 30px;line-height: 22px;overflow: hidden;}
.moreBox1{overflow: hidden;font-size: 0;}
.moreBox1 a{display: inline-block;vertical-align: middle;height: 26px;line-height: 26px;overflow: hidden;border: 2px solid rgb(245, 245, 245);border-radius: 14px;padding: 0 14px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.moreBox1 a em{display: inline-block;width: 5px;height: 5px;background: rgb(190, 152, 113);border-radius: 50%;margin: 0 3px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;vertical-align: middle;}
.moreBox1 a:hover{background: rgb(190, 152, 113);border: 2px solid rgb(190, 152, 113);}
.moreBox1 a:hover em{background: #fff;}
.titleBox2{font-size: 0;text-align: center;}
.titleBox2 .title{margin-bottom: 20px;display: inline-block;vertical-align: middle;padding: 0 35px;position: relative;height: 38px;border: 1px solid rgb(217, 217, 217);}
.titleBox2 .title::after,
.titleBox2 .title::before{display: block;content: '';width: 150px;height: 1px;background-color: rgb(217, 217, 217);position: absolute;top: 0;bottom: 0;margin: auto 0;}
.titleBox2 .title::before{left: -130px;}
.titleBox2 .title::after{right: -130px;}
.titleBox2 .title span{display: inline-block;vertical-align: middle;height: 40px;line-height: 40px;overflow: hidden;background: #f0f4fa;padding: 0 30px;position: relative;top: 18px;z-index: 5;font-size: 30px;color: #333333;}
.moreBox2{font-size: 0;text-align: center;overflow: hidden;}
.moreBox2 .more{display: inline-block;font-size: 14px;color: #b2b2b2;height: 44px;line-height: 44px;border: 1px solid rgb(179, 179, 179);padding: 0 30px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.moreBox2 .more:hover{background: #be9871;color: #FFFFFF;}
.moreBox2 .more span{display: inline-block;position: relative;}
/* ————— 公共部分 end ————— */
/* ————— 新闻动态、入馆指南 start ————— */
.tsgIndex-column1{overflow: hidden;padding: 60px 0 70px;background: #ffffff;}
.tsgIndex-column1Con{overflow: hidden;}
.tsgIndex-column1Con .tsgIndex-column1R{float: right;display: inline;width: 394px;position: relative;height: 200px;box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 30px;}
.tsgIndex-column1Con .tsgIndex-column1R::before{position: absolute;left: 0;top: 0;width: 4px;height: 400px;z-index: 5;display: block;content: '';background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,247,241) 38%, rgb(250,238,227) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,247,241) 38%, rgb(250,238,227) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,247,241) 38%, rgb(250,238,227) 100%);}
.tsgIndex-column1Con .tsgIndex-column1L{overflow: hidden;padding-right: 30px;}
.tsgIndexList{overflow: hidden;margin-right: -20px;}
.tsgIndexList .tsgIndexItem{float: left;display: inline;width: 50%;}
.tsgIndexList .tsgIndexItem .tsgIndexCon{overflow: hidden;margin-right: 20px;}
.focusSlick .prev,
.focusSlick .next{display: block;width: 50px;height: 50px;border-radius: 50%;background: rgba(0,0,0,0.6);cursor: pointer;position: absolute;z-index: 2;top: 0;bottom: 0;margin: auto 0;}
.focusSlick .prev {left: 0;}
.focusSlick .next {right: 0;}
.focusSlick .prev::before,
.focusSlick .next::before{display: block;content: '';color: #FFFFFF;width: 10px;height: 10px;position: absolute;top: 20px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.focusSlick .prev::before{left: 20px;border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.focusSlick .next::before{left: 18px;border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.focusSlick {position: relative;overflow: hidden;}
.focusSlick .bd {overflow: hidden;}
.focusSlick .slick-list {overflow: visible;}
.focusSlick .myslide {float: left;display: inline;}
.focusSlick .slickCon {display: block;overflow: hidden;}
.focusSlick .slickCon .pic::before{padding-top: 66.5714%;}
.focusSlick .focusText{width: 100%;height: 60px;background: rgba(0,0,0,0.5);box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 30px;overflow: hidden;position: absolute;left: 0;bottom: 0;}
.focusSlick .focusText .title{overflow: hidden;}
.focusSlick .focusText .title a{display: inline-block;height: 60px;line-height: 60px;font-size: 16px;color: #ffffff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 100%;}
.focusSlick .focusDots{float: right;display: inline;height: 60px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 28px 0;}
.focusSlick .slick-dots {text-align: right;font-size: 0;}
.focusSlick .slick-dots li {background: rgba(255,255,255,0.3);width: 10px;height: 10px;border-radius: 50%;margin: 0 5px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.focusSlick .slick-dots li.slick-active {background: #FFFFFF;}

.tjxIndex-newsDl{overflow: hidden;}
.tjxIndex-newsDl dt{margin-bottom: 10px;}
.tjxIndex-newsDl dt .con{overflow: hidden;padding: 14px 0 24px;border-bottom: 1px solid #f8f8f8;}
.tjxIndex-newsDl dt .title{font-size: 0;overflow: hidden;margin-bottom: 8px;}
.tjxIndex-newsDl dt .title a{display: inline-block;font-size: 18px;color: #333333;font-weight: bold;height: 30px;line-height: 30px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.4s linear;-weblit-transition: all 0.4s linear;}
.tjxIndex-newsDl dt .time{font-size: 16px;color: #999999;font-weight: bold;height: 20px;line-height: 20px;overflow: hidden;margin-bottom: 12px;}
.tjxIndex-newsDl dt .info{font-size: 15px;color: #666666;line-height: 24px;height: 48px;overflow: hidden;}
.tjxIndex-newsDl dd .con{overflow: hidden;}
.tjxIndex-newsDl dd .time{float: right;display: inline;margin-left: 30px;font-size: 14px;color: #858585;height: 40px;line-height: 40px;overflow: hidden;}
.tjxIndex-newsDl dd .title{font-size: 0;overflow: hidden;position: relative;padding-left: 15px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.tjxIndex-newsDl dd .title::before{content: '';display: block;width: 5px;height: 5px;background: #666666;position: absolute;top: 0;bottom: 0;left: 0;margin: auto 0;transition: all 0.4s linear;-weblit-transition: all 0.4s linear;}
.tjxIndex-newsDl dd:hover .title::before{background: #be9871;}
.tjxIndex-newsDl dd .title a{display: inline-block;font-size: 15px;color: #666666;height: 40px;line-height: 40px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.4s linear;-weblit-transition: all 0.4s linear;}
.tjxIndex-newsDl dd:hover .title a,
.tjxIndex-newsDl dt:hover .title a{color: #be9871;}
/* ————— 新闻动态、入馆指南 end ————— */
/* ————— 本馆推荐 start ————— */
.tsgIndex-column2{background: #f0f4fa;padding: 60px 0 64px;}
.tsgIndex-column2Con{padding: 40px 0 45px;}
.tsgIndexC2Slick .prev,
.tsgIndexC2Slick .next{display: block;width: 30px;height: 60px;background: rgba(96,96,96,0.54);cursor: pointer;position: absolute;z-index: 2;top: 30%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.tsgIndexC2Slick .prev:hover,
.tsgIndexC2Slick .next:hover{background: #1C8AAF;}
.tsgIndexC2Slick .prev {left: 0;}
.tsgIndexC2Slick .next {right: 0;}
.tsgIndexC2Slick .prev::before,
.tsgIndexC2Slick .next::before{display: block;content: '';color: #FFFFFF;width: 10px;height: 10px;position: absolute;top: 3px;bottom:0; margin: auto; -webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.tsgIndexC2Slick .prev::before{left: 5px;right: 0; border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.tsgIndexC2Slick .next::before{right: 5px;left: 0; border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.tsgIndexC2Slick .slick-dots {position: absolute;bottom: 20px;left: 0;width: 100%;text-align: center;font-size: 0;}
.tsgIndexC2Slick .slick-dots li {border: 1px solid #1C8AAF;width: 10px;height: 10px;border-radius: 50%;margin: 0 4px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.tsgIndexC2Slick .slick-dots li.slick-active {border: 1px solid #1C8AAF;background: #1C8AAF;}
.tsgIndexC2Slick {position: relative;overflow: hidden;margin-left: -20px;}
.tsgIndexC2Slick .bd {overflow: hidden;margin-right: -20px;}
.tsgIndexC2Slick .slick-list {overflow: visible;}
.tsgIndexC2Slick .myslide {float: left;display: inline;}
.tsgIndexC2Slick .slickCon {display: block;margin-right: 20px;overflow:hidden;padding: 15px 0 15px 20px;}
.tsgIndexC2Slick .pic {overflow: hidden; float: left;display: inline;width: 175px;box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);margin-right: 34px;}
.tsgIndexC2Slick .pic::before { padding-top: 134.8571%; }
.tsgIndexC2Slick .textBox {overflow: hidden;}
.tsgIndexC2Slick .text{border-bottom: 1px solid rgb(230, 230, 230);padding: 18px 0;margin-bottom: 30px;}
.tsgIndexC2Slick .title{margin-bottom: 20px;}
.tsgIndexC2Slick .title a{font-size: 18px;color: #333333;height: 26px;line-height: 26px;overflow: hidden;display: inline-block;max-width: 100%;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tsgIndexC2Slick .textC{font-size: 14px;color: #999999;padding-left: 25px;height: 26px;line-height: 26px;overflow: hidden;}
.tsgIndexC2Slick .author{background: url(/subsiteSrc/tsg/images/tsg/author.png) no-repeat center left;background-size: auto 15px;}
.tsgIndexC2Slick .copyright{background: url(/subsiteSrc/tsg/images/tsg/copyright.png) no-repeat center left;background-size: auto 13px;}
.tsgIndexC2Slick  .info{line-height: 18px;height: 54px;overflow: hidden;font-size: 14px;overflow: hidden;}
.tsgIndexC2Slick .slickCon:hover .title a{color: #be9871;}
/* ————— 本馆推荐 end ————— */
.return {
	margin-top:22px;
}
.retrunBox {
	width: 140px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.5) url(../images/returnIcn.png) no-repeat center left 22px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	margin-left: auto;
}
.retrunBox a {
	display: block;
	color: #2467bf;
	font-size: 16px;
	width: 100%;
	padding-left: 52px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.retrunBox:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/* ========== 首页 end ========== */
