/* <=== ttinfohome ===> */
.ttinfohome{
	position: relative;
}
.slbannerhh .item{
	position: relative;
}
.slbannerhh .banvdimg{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slbannerhh .banvdimg .bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
	animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.slbannerhh .banvdimg .bg::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: -1;
	pointer-events: none;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
	display: none;
}
.slbannerhh .banvdimg video{
	object-fit: cover;
}
.slbannerhh .bancapts{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 2;
}
.slbannerhh .csinner{
	max-width: 450px;
}
.slbannerhh .cscapts{
	margin-bottom: 10px;
}
.slbannerhh .cscapts .vline{
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 18px;
	border-radius: 50px;
	background-color: #dc9c0b;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.slbannerhh .cstitle{
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	font-weight: bold;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
.slbannerhh .csviews a{
	display: inline-block;
	border-radius: 25px;
	border: 2px solid #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	padding: 10px 42px;
}
.slbannerhh .csviews a:hover{
	background-color: #fff;
	color: #dc9c0b;
}
.slbannerhh .cscapts, .slbannerhh .csviews{
	transform: translateX(150px);
}
.slbannerhh .cstitle{
	transform: translateX(-150px);
}
.slbannerhh .cscapts, .slbannerhh .cstitle, .slbannerhh .csviews{

	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slbannerhh .slick-current .cscapts, .slbannerhh .slick-current .cstitle, .slbannerhh .slick-current .csviews{
	opacity: 1;
	transform: unset;
}
.slbannerhh .slick-current .cscapts{
	transition-delay: 0.4s;
}
.slbannerhh .slick-current .cstitle{
	transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
	transition-delay: 0.8s;
}
.slbannerhh .slick-dots{
	position: absolute;
	bottom: 25px;
	padding: 0 15px;
	width: 100%;
	left: 0;
}
.slbannerhh .slick-dots li button{
	width: 10px;
	height: 10px;
	border: none;
	background-color: #fff;
	opacity: 0.5;
}
.slbannerhh .slick-dots li button::before{
	display: none;
}
.slbannerhh .slick-dots li.slick-active button{
	opacity: 1;
}
.slbannerhh .slick-arrow{
	background-color: rgba(0, 0, 0, 0.5);
}
.slbannerhh .slick-arrow::before{
	font-size: 8px;
}
.slbannerhh .slick-prev::before{
	content: '\e928';
	transform: translate(-50%, -50%) rotate(180deg);
}
.slbannerhh .slick-next::before{
	content: '\e928';
}
.ttformhome{
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 2;
}
.ttformhome .fmwrap{
	max-width: 630px;
	margin: 0 auto;
}
.ttformhome .fmtitle{
	text-align: center;
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-transform: uppercase;
}
.ttformhome .fmtitle, .ttformhome .fmtitle h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.ttformhome .ctpons{
	position: relative;
}
.ttformhome .ctpons input{
	height: 50px;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 0 60px 0 20px;
	font-size: 16px;
}
.ttformhome .ctpons input::-webkit-input-placeholder {
	font-style: italic;
	color: #999999;
}
.ttformhome .ctpons input:-ms-input-placeholder {
	font-style: italic;
	color: #999999;
}
.ttformhome .ctpons input::placeholder {
	font-style: italic;
	color: #999999;
}
.ttformhome .ctpons button{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: transparent;
	border-radius: none;
	border: none;
	font-size: 20px;
	color: #333333;
	font-weight: 700;
}
.ttformhome .ctpons button i{
	font-weight: 700;
}
/* <=== ttinfohome ===> */

/* <=== aboutshome ===> */
.aboutshome{
	padding: 90px 0;
}
.hpaboutshh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -45px;
}
.hpaboutshh .hhgrip > div{
	padding: 0 45px;
}
.hpaboutshh .hhgrip .mcol{
	width: 45.653%;
}
.hpaboutshh .hhgrip .hcol{
	width: calc(100% - 45.653%);
}
.tpaboutshh .thumb{
	position: relative;
	padding-bottom: 20px;
	padding-right: 20px;
}
.tpaboutshh .thumb::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	top: 20px;
	right: 0;
	background-image: url('../images/abimg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 100%;
	z-index: -1;
	pointer-events: none;
}
.tpaboutshh .thumb img{
	width: 100%;
}
.tpaboutshh .dstitle{
	margin-bottom: 5px;
}
.tpaboutshh .dstitle, .tpaboutshh .dstitle h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}
.tpaboutshh .dscapts{
	color: #053493;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}
.tpaboutshh .dsconts{
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 2px solid #dc9c0b;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
.tpaboutshh .dsviews{
	text-align: right;
}
/* <=== aboutshome ===> */

/* <=== ddinfohome ===> */
.hpddinfohh{
	border-bottom: 1px solid #ffffff;
	padding: 60px 0 80px;
	background-color: #f6f6f6;
}
.tpddinfohh .vntconts{
	margin-bottom: 10px;
}
.tpddinfohh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpddinfohh .hhgrip > div{
	padding: 0 15px;
	margin-bottom: 30px;
	width: 25%;
}
/* <=== ddinfohome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
	padding: 70px 0 105px;
}
.hpttnewshh .vntconts{
	margin-bottom: 40px;
}
.tpttnewshh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpttnewshh .hhgrip > div{
	padding: 0 15px;
}
.tpttnewshh .hhgrip .mcol{
	width: 33.334%;
}
.tpttnewshh .hhgrip .hcol{
	width: calc(100% - 33.334%);
}
.tpttnewsha{
	height: 100%;
}
.itttnewsha{
	height: 100%;
	border: 1px solid #eeeeee;
}
.itttnewsha .thumb{
	margin: -1px -1px 0 -1px;
}
.itttnewsha .decss{
	padding: 25px 30px 30px;
}
.itttnewsha .dsdates{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #dc9c0b;
	margin-bottom: 10px;
}
.itttnewsha .dstitle{
	margin-bottom: 12px;
}
.itttnewsha .dstitle, .itttnewsha .dstitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.itttnewsha .dstitle a{
	display: block;
}
.itttnewsha .dsconts{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	max-height: calc(25px * 5);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.tpttnewshb .hbrow{
	margin-bottom: 30px;
}
.tpttnewshb .hbrow:last-child{
	margin-bottom: 0;
}
.itttnewshb{
	border: 1px solid #eeeeee;
}
.itttnewshb .hbgrip{
	display: flex;
	flex-wrap: wrap;
}
.itttnewshb .hbgrip .xcol{
	width: 48.35%;
}
.itttnewshb .hbgrip .ycol{
	width: calc(100% - 48.35%);
}
.itttnewshb .thumb{
	margin: -1px 0 -1px -1px;
}
.itttnewshb .decss{
	padding: 25px 30px 20px 30px;
}
.itttnewshb .dsdates{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #dc9c0b;
}
.itttnewshb .dstitle{
	margin-bottom: 10px;
}
.itttnewshb .dstitle, .itttnewshb .dstitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.itttnewshb .dsconts{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	max-height: calc(25px * 4);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
/* <=== ttnewshome ===> */
@media all and (max-width: 1200px){
	/* <=== aboutshome ===> */
	.hpaboutshh .hhgrip{
		margin: 0 -25px;
	}
	.hpaboutshh .hhgrip > div{
		padding: 0 25px;
	}
	/* <=== aboutshome ===> */

	/* <=== ttnewshome ===> */
	.itttnewsha .decss{
		padding: 20px 15px 20px;
	}
	.itttnewshb .decss{
		padding: 12px 20px;
	}
	.itttnewshb .dsdates{
		margin-bottom: 5px;
	}
	.itttnewshb .dstitle{
		margin-bottom: 5px;
	}
	.itttnewshb .dstitle, .itttnewshb .dstitle h3,
	.itttnewsha .dstitle, .itttnewsha .dstitle h3{
		font-size: 16px;
		line-height: 24px;
	}
	.itttnewshb .dsconts, .itttnewsha .dsconts{
		font-size: 14px;
		line-height: 22px;
		max-height: calc(22px* 4);
	}
	/* <=== ttnewshome ===> */
}
@media all and (max-width: 991px){
	/* <=== ttinfohome ===> */
	.slbannerhh .banvdimg{
		height: 0;
		padding-top: 52.106%;
		min-height: 198px;
	}
	.slbannerhh .slick-dots{
		bottom: 10px;
	}
	.slbannerhh .slick-dots li{
		margin: 0 6px;
	}
	.ttformhome .fmtitle{
		margin-bottom: 14px;
	}
	.ttformhome .fmtitle, .ttformhome .fmtitle h2{
		font-size: 16px;
		line-height: 24px;
	}
	.ttformhome .ctpons input{
		height: 40px;
		font-size: 14px;
		padding: 0 45px 0 15px;
	}
	.ttformhome{
		top: unset;
		transform: unset;
		bottom: 50px;
	}
	/* <=== ttinfohome ===> */

	/* <=== aboutshome ===> */
	.aboutshome{
		padding: 50px 0 70px;
	}
	.hpaboutshh .hhgrip .mcol{
		width: 100%;
		margin-bottom: 35px;
	}
	.hpaboutshh .hhgrip .hcol{
		width: 100%;
	}
	.tpaboutshh .dstitle, .tpaboutshh .dstitle h2{
		font-size: 30px;
		line-height: 40px;
	}
	.tpaboutshh .dscapts{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.tpaboutshh .dsconts{
		padding-bottom: 30px;
	}
	/* <=== aboutshome ===> */

	/* <=== ddinfohome ===> */
	.hpddinfohh{
		padding: 45px 0 60px;
	}
	.tpddinfohh .hhgrip > div{
		width: 50%;
	}
	/* <=== ddinfohome ===> */

	/* <=== ttnewshome ===> */
	.ttnewshome{
		padding: 45px 0 70px;
	}
	.tpttnewshh .hhgrip .mcol{
		width: 100%;
		margin-bottom: 30px;
	}
	.tpttnewshh .hhgrip .hcol{
		width: 100%;
	}
	/* <=== ttnewshome ===> */
}
@media all and (max-width: 767px){
	/* <=== ddinfohome ===> */
	.tpddinfohh .vntconts{
		margin-bottom: 20px;
	}
	.tpddinfohh .hhgrip{
		margin: 0 -5px;
	}
	.tpddinfohh .hhgrip > div{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	/* <=== ddinfohome ===> */

	/* <=== ttnewshome ===> */
	.itttnewshb .dsconts, .itttnewsha .dsconts{
		display: none;
	}
	.itttnewsha{
		display: flex;
		flex-wrap: wrap;
	}
	.itttnewsha .thumb{
		width: 48.82%;
	}
	.itttnewsha .decss{
		width: calc(100% - 48.82%);
		padding: 8px 15px 8px;
	}
	.itttnewshb .decss{
		padding: 8px 15px 8px;
	}
	.itttnewsha .dsdates{
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.itttnewshb .dsdates{
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.itttnewsha .dstitle{
		margin-bottom: 0;
	}
	.itttnewsha .dstitle a, .itttnewshb .dstitle a{
		max-height: calc(22px * 3);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.tpttnewshh .hhgrip .mcol{
		margin-bottom: 20px;
	}
	.tpttnewshb .hbrow{
		margin-bottom: 20px;
	}
	.hpttnewshh .vntconts{
		margin-bottom: 30px;
	}
	.itttnewshb .hbgrip .xcol{
		width: 48.82%;
	}
	.itttnewshb .hbgrip .ycol{
		width: calc(100% - 48.82%);
	}
	/* <=== ttnewshome ===> */
}