@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: #0073bc 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/tjx/images/search.png) no-repeat center;margin-top: 36px;margin-left: 30px; cursor: pointer;}
.search:hover{background-image: url(/subsiteSrc/tjx/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: #0073bc;
}

.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: #0073bc;
	font-weight: bold;
}

.topBox.show .huakuai {
	background: #0073bc;
}

/*导航栏开始*/
/*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/tjx/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/tjx/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: #0073bc;
	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: #0073bc;
}

/*最底部*/
.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 {
	padding-top: 20.8333%;
	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: #0073bc;
}

.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: #0073bc;
}
.locationR a.hover {
	color: #0073bc;
}
.locationR a.home {
	width: 22px;
	height: 77px;
	background: url(/subsiteSrc/tjx/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/tjx/images/loctionemh.png);
}
.locationR a.loc:hover{
	background-image: url(/subsiteSrc/tjx/images/loctionemh.png);
}
.locationR a.loc{
	background: url(/subsiteSrc/tjx/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: #0073bc;
	color: #fff;
}

.page a.hover {
	background: #0073bc;
	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/tjx/images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(/subsiteSrc/tjx/images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(/subsiteSrc/tjx/images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(/subsiteSrc/tjx/images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(/subsiteSrc/tjx/images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/subsiteSrc/tjx/images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/subsiteSrc/tjx/images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/subsiteSrc/tjx/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/tjx/images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/subsiteSrc/tjx/images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/subsiteSrc/tjx/images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/subsiteSrc/tjx/images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/


/*左侧二级 start */
.subPageR {
	overflow: hidden;
	min-height: 400px;
	background: #fff;
}

.leftNav {
	width: 300px;
	margin-right: 40px;
	position: relative;
	top: -42px;
	z-index: 10;
}

.leftNavTitle {
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	background: url(/subsiteSrc/tjx/images/navLeftBg1.png) no-repeat center center;
	color: #fff;
	padding-left: 30px;
	border-radius: 5px 5px 0 0;
}

.leftNavDl1 dt {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #0073bc;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd{margin-bottom: 1px;}
.leftNavDl1 dd:last-child{margin-bottom: 0;}
.leftNavDl1 dd .yj {
	position: relative;
}

.leftNavDl1 dd .yj a {
	line-height: 70px;
	height: 70px;
	display: block;
	background: #f6f9fc;
	font-size: 16px;
	color: #333333;
	padding: 0px 32px;
	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;
	right: 22px;
	top: 50%;
	margin-top: -18px;
}

.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/tjx/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 #0073bc;
	border-right: none;
	border-left-color: #0073bc;
	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: rgb(227, 238, 247);
	color: #1870b7;
}


.leftNavDl1 dd .yj:hover span {
	background: url(/subsiteSrc/tjx/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj a {
	background-color: rgb(227, 238, 247);
	color: #1870b7;
}

.leftNavDl1 dd.hover .yj a i {
	background: url(/subsiteSrc/tjx/images/rightnavicn1.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj span {
	background: url(/subsiteSrc/tjx/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/tjx/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: #0073bc;
}

.leftNavDl1 dd .sj a:hover:before {
	border-color: #0073bc;
}

.leftNavDl1 dd .sj a.hover {
	font-weight: bold;
	color: #0073bc;
}

.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: #0073bc;
}

.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: #0073bc;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: #0073bc;}
	
.imagesBg{background: url(/subsiteSrc/tjx/images/navLeftBg2.jpg) no-repeat center center;width: 301px;height: 250px;}
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.tjxTitle-title1{font-size: 0;text-align: center;overflow: hidden;}
.tjxTitle-title1 .title{display: inline-block;font-size: 30px;color: #333333;padding: 14px 0 0 20px;background: url(/subsiteSrc/tjx/images/tjx/title1.png) no-repeat left top;background-size: auto 61px;}
.tjxTitle-title1 .title span{padding: 14px 6px 12px;position: relative;display: inline-block;height: 30px;}
.tjxTitle-title1 .title span::before{content: '';display: block;width: 25px;height: 29px;background: url(/subsiteSrc/tjx/images/tjx/title2.png) no-repeat right top;background-size: auto 29px;position: absolute;top: 0;right: 0;}
.tjxTitle-title1 .title span::after{content: '';display: block;width: 11px;height: 14px;background: url(/subsiteSrc/tjx/images/tjx/title3.png) no-repeat right bottom;background-size: auto 14px;position: absolute;bottom: 0;right: 0;}
.tjxTitle-more1{font-size: 0;text-align: center;overflow: hidden;}
.tjxTitle-more1 .more{display: inline-block;font-size: 14px;color: #0073bc;height: 44px;line-height: 44px;border: 1px solid #0073bc;border-radius: 5px;padding: 0 24px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more1 .more:hover{background: #0073bc;color: #FFFFFF;}
.tjxTitle-more1 .more span{display: inline-block;position: relative;padding-right: 26px;}
.tjxTitle-more1 .more .plusIcon {width: 15px;height: 15px;color: #0073bc;position: absolute;top: 15px;bottom: 0;margin: auto 0;right: 7px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more1 .more:hover .plusIcon{color: #FFFFFF;}
.tjxTitle-more1 .more .plusIcon:before {content: '';position: absolute;width: 15px;height: 2px;background-color: currentColor;}
.tjxTitle-more1 .more .plusIcon:after {content: '';position: absolute;width: 15px;height: 2px;background-color: currentColor;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.tjxIndexCol{overflow: hidden;background-color: #FFFFFF;background-size: cover;background-repeat: no-repeat;}
/* ————— 公共部分 end ————— */
/* ————— 新闻中心 start ————— */
.tjxIndex-colList{overflow: hidden;margin-right: -20px;}
.tjxIndex-colList .tjxIndex-colItem{float: left;display: inline;width: 50%;}
.tjxIndex-colList .tjxIndex-colItem .tjxIndex-colCon{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;border-radius: 5px;}
.focusSlick .bd {overflow: hidden;}
.focusSlick .slick-list {overflow: visible;}
.focusSlick .myslide {float: left;display: inline;}
.focusSlick .slickCon {display: block;border-radius: 5px;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;border-radius: 5px;width: 30px;}
.tjxIndex-newsTabBox{position: relative;overflow: hidden;border-radius: 5px;background: #f8f8f8;}
.tjxIndex-newsTabBox .menuIcon div{overflow: hidden;border-radius: 5px;}
.tjxIndex-newsTab{position: relative;z-index: 6;}
.tjxIndex-newsTab .title{float: left;width: 25%;}
.tjxIndex-newsTab .title a{display: block;height: 46px;line-height: 46px;transition: all 0.4s;-webkit-transition: all 0.4s;font-size: 16px;color: #666666;overflow: hidden;font-weight: bold;border-radius: 5px;text-align: center;}
.tjxIndex-newsTab .title:hover a,
.tjxIndex-newsTab .title.hover a{color: #FFFFFF;background: #1870b7;}
.tjxIndex-newsDl{overflow: hidden;}
.tjxIndex-newsDl dt{margin-bottom: 10px;}
.tjxIndex-newsDl dt .con{overflow: hidden;padding: 24px 0;border-bottom: 1px solid #f8f8f8;}
.tjxIndex-newsDl dt .title{font-size: 0;text-align: center;overflow: hidden;margin-bottom: 10px;}
.tjxIndex-newsDl dt .title a{display: inline-block;font-size: 16px;color: #333;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 .info{font-size: 14px;color: #999999;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: 42px;line-height: 42px;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;border-radius: 50%;background: rgba(236, 236, 236,0.6);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: #1870b7;}
.tjxIndex-newsDl dd .title a{display: inline-block;font-size: 16px;color: #666666;height: 42px;line-height: 42px;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: #1870b7;}
/* ————— 新闻中心 end ————— */
/* ————— 专业设置 start ————— */
.tjxIndexC2Slick .prev,
.tjxIndexC2Slick .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;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxIndexC2Slick .prev:hover,
.tjxIndexC2Slick .next:hover{background: #1870b7;}
.tjxIndexC2Slick .prev {left: 0;}
.tjxIndexC2Slick .next {right: 0;}
.tjxIndexC2Slick .prev::before,
.tjxIndexC2Slick .next::before{display: block;content: '';color: #FFFFFF;width: 10px;height: 10px;position: absolute;top: 20px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.tjxIndexC2Slick .prev::before{left: 20px;border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.tjxIndexC2Slick .next::before{left: 18px;border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.tjxIndexC2Slick .slick-dots {position: absolute;bottom: 15px;left: 0;width: 100%;text-align: center;font-size: 0;}
.tjxIndexC2Slick .slick-dots li {border: 1px solid #FFFFFF;width: 10px;height: 10px;border-radius: 50%;margin: 0 10px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.tjxIndexC2Slick .slick-dots li.slick-active {border: 1px solid #FFFFFF;background: #FFFFFF;}
.tjxIndexC2Slick {position: relative;overflow: hidden;}
.tjxIndexC2Slick .bd {overflow: hidden;margin-right: -30px;}
.tjxIndexC2Slick .slick-list {overflow: visible;}
.tjxIndexC2Slick .myslide {float: left;display: inline;}
.tjxIndexC2Slick .slickCon {display: block;margin-right: 30px;border-radius: 5px;overflow: hidden;}
.tjxIndexC2Slick .pic::before{padding-top: 148.9362%;}
.tjxIndexC2Slick .textBox{width: 100%;height: 101px;position: absolute;left: 0;bottom: 0;background: url(/subsiteSrc/tjx/images/tjx/textBg1.png) no-repeat center center;background-size: 100% 100%;z-index: 5;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 50px 30px 0;overflow: hidden;}
.tjxIndexC2Slick .title{position: relative;font-size: 0;padding-right: 30px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.tjxIndexC2Slick .title a{display: inline-block;font-size: 18px;color: rgba(255,255,255,0.6);max-width: 100%;height: 30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more2{position: absolute;right: 30px;top: 22px;}
.tjxTitle-more2 .arrowRIcon{color: rgba(255,255,255,0.6);position: absolute;top:0;left: 0; width: 16px;height: 2px;background-color: currentColor;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more2 .arrowRIcon:before {content: '';position: absolute;right: 1px;top: -5px;width: 10px;height: 10px;border-top: solid 2px currentColor;border-right: solid 2px currentColor;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.tjxIndexC2Slick .slickCon:hover .title a,
.tjxIndexC2Slick .slickCon:hover .arrowRIcon{color: rgba(255,255,255,1);}
/* ————— 专业设置 end ————— */
/* ————— 手语视界 start ————— */
.tjxIndexC3Slick .prev,
.tjxIndexC3Slick .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;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxIndexC3Slick .prev:hover,
.tjxIndexC3Slick .next:hover{background: #1870b7;}
.tjxIndexC3Slick .prev {left: 0;}
.tjxIndexC3Slick .next {right: 0;}
.tjxIndexC3Slick .prev::before,
.tjxIndexC3Slick .next::before{display: block;content: '';color: #FFFFFF;width: 10px;height: 10px;position: absolute;top: 20px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.tjxIndexC3Slick .prev::before{left: 20px;border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.tjxIndexC3Slick .next::before{left: 18px;border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.tjxIndexC3Slick .slick-dots {position: absolute;bottom: 15px;left: 0;width: 100%;text-align: center;font-size: 0;}
.tjxIndexC3Slick .slick-dots li {border: 1px solid #FFFFFF;width: 10px;height: 10px;border-radius: 50%;margin: 0 10px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.tjxIndexC3Slick .slick-dots li.slick-active {border: 1px solid #FFFFFF;background: #FFFFFF;}
.tjxIndexC3Slick {position: relative;overflow: hidden;}
.tjxIndexC3Slick .bd {overflow: hidden;margin-right: -30px;}
.tjxIndexC3Slick .slick-list {overflow: visible;}
.tjxIndexC3Slick .myslide {float: left;display: inline;}
.tjxIndexC3Slick .slickCon {display: block;margin-right: 30px;border-radius: 5px;overflow: hidden;}
.tjxIndexC3Slick .pic::before{padding-top: 66.4634%;}
.tjxIndexC3Slick .pic .title{width: 100%;height: 50px;line-height: 50px;position: absolute;bottom: -50px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;padding: 0 5px;color: #fff;font-size: 16px;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;z-index: 9;}
.tjxIndexC3Slick .pic:hover .title{bottom: 0;}
.tjxIndexC3Slick .textBox{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: absolute;top: 0;right: 0;z-index: 5;cursor: pointer;}
.playIcn{opacity: 0.6;width: 60px;height: 60px;background: url(/subsiteSrc/tjx/images/tjx/playIcn.png) no-repeat center center;background-size: auto 60px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 5;}
/* ————— 手语视界 end ————— */
/* ————— 团学活动 start ————— */
.tjxIndexC4Slick .prev,
.tjxIndexC4Slick .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;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxIndexC4Slick .prev:hover,
.tjxIndexC4Slick .next:hover{background: #1870b7;}
.tjxIndexC4Slick .prev {left: 0;}
.tjxIndexC4Slick .next {right: 0;}
.tjxIndexC4Slick .prev::before,
.tjxIndexC4Slick .next::before{display: block;content: '';color: #FFFFFF;width: 10px;height: 10px;position: absolute;top: 20px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.tjxIndexC4Slick .prev::before{left: 20px;border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.tjxIndexC4Slick .next::before{left: 18px;border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.tjxIndexC4Slick .slick-dots {position: absolute;bottom: 15px;left: 0;width: 100%;text-align: center;font-size: 0;}
.tjxIndexC4Slick .slick-dots li {border: 1px solid #FFFFFF;width: 10px;height: 10px;border-radius: 50%;margin: 0 10px;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;}
.tjxIndexC4Slick .slick-dots li.slick-active {border: 1px solid #FFFFFF;background: #FFFFFF;}
.tjxIndexC4Slick {position: relative;overflow: hidden;}
.tjxIndexC4Slick .bd {overflow: hidden;margin-right: -30px;padding: 0 2px;}
.tjxIndexC4Slick .slick-list {overflow: visible;}
.tjxIndexC4Slick .myslide {float: left;display: inline;}
.tjxIndexC4Slick .slickCon {display: block;margin-right: 30px;border-radius: 5px;overflow: hidden;}
.tjxIndexC4Slick .pic::before{padding-top: 66.4634%;}
.tjxIndexC4Slick .slickCon .textBox{background:#fff;padding: 26px 40px 26px 30px; border: 2px solid #f7f7f7;border-top: none; transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxIndexC4Slick .slickCon:hover .textBox{border: 2px solid #0073bc;border-top: none;background: url(/subsiteSrc/tjx/images/tjx/textBg2.png) no-repeat;background-size: 100% auto;}
.tjxIndexC4Slick .slickCon .time{font-size: 14px;color: rgba(51,51,51,0.5);transition: all 0.4s linear;-webkit-transition: all 0.4s linear;line-height: 24px;margin-bottom: 10px;}
.tjxIndexC4Slick .slickCon:hover .time{color: rgba(24,112,184,0.6);}
.tjxIndexC4Slick .slickCon .title{overflow: hidden;margin-bottom: 12px;}
.tjxIndexC4Slick .slickCon .title a{display: inline-block;font-size: 16px;color: #333333;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;line-height: 28px;height: 56px;overflow: hidden;}
.tjxIndexC4Slick .slickCon:hover .title a{color: #0073bc;}
.tjxTitle-more3{width: 28px; height: 28px;position: relative;transform: scale(0);-webkit-transform: scale(0);transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more3 .arrowRIcon{color: #0073bc;position: absolute;top:10px;left: 0; width: 16px;height: 2px;background-color: currentColor;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.tjxTitle-more3 .arrowRIcon:before {content: '';position: absolute;right: 1px;top: -5px;width: 10px;height: 10px;border-top: solid 2px currentColor;border-right: solid 2px currentColor;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.tjxIndexC4Slick .slickCon:hover .tjxTitle-more3{transform: scale(1);-webkit-transform: scale(1);}
/* ————— 团学活动 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 ========== */
