/*123*/


// /*居中的标题和描述*/
// .tk-center-title{
// 	width: 1500px;
// 	margin: 0 auto;
// 	text-align: center;
// }
// .tk-center-title h2{
// 	font-size: 36px;
// 	padding-top: 64px;
// 	color: #272727;
// }
// .tk-center-title .desc{
// 	font-size: 14px;
// 	// height: 40px;
// 	line-height: 40px;
// 	color: #777;
// 	margin-top: 20px;
// 	padding-bottom: 50px;
// }
// @media screen and (max-width:768px) {
// 	.tk-center-title {
// 		width: 100%;
// 		padding: 0 10px;
// 		box-sizing: border-box;
// 	}
// }
// /*图片链接部分*/
// .tk-img-link{
// 	width: 1500px;
// 	margin: 0 auto;
// 	padding: 0 50px;
// 	box-sizing: border-box;
// 	overflow: hidden;
// }

// .tk-img-link .link_2_left{
// 	width: 434px;
// 	height: 442px;
// 	display: block;
// 	float: left;
// 	position: relative;
// 	margin-bottom: 48px;
// }
// .tk-img-link .link_2_right{
// 	display: block;
// 	float: right;
// 	width: 917px;
// 	height: 442px;
// 	margin-left: 49px;
// 	margin-bottom: 48px;
// 	position: relative;
// }
// .tk-img-link .link_2_left img,.tk-img-link .link_2_right img,.tk-img-link .link_3_common img{
// 	display: block;
// 	width: 100%;
// 	height: 100%;
// }

// .tk-img-link .link_3_common{
// 	height: 442px;
// 	width: 434px;
// 	display: block;
// 	position: relative;
// 	float: left;
// 	margin-right: 49px;
// }
// .tk-img-link a:last-child {
// 	margin-right: 0;
// }
// .tk-img-link .index_pic_txt{
// 	display: none;
// 	text-align: center;
// 	position: absolute;
// 	left: 0;
// 	top: 0;
// 	bottom: 0;
// 	right: 0;
// 	background-color: rgba(26,26,26,0.7);
// 	transition: all 0.8s ease-out;
// }
// .tk-img-link .index_pic_txt .txt_inner{
// 	width: 80%;
// 	position: absolute;
// 	top:50%;
// 	left:50%;
// 	transform: translate(-50%,-50%);
// }
// .tk-img-link a:hover .index_pic_txt{
// 	display: block;
// 	opacity: 1;
// }
// .tk-img-link .index_pic_txt .txt_inner h3 {
// 	 transition: all 0.4s ease-out;
// 	 color: #fff;
// 	 font-size: 25px;
// 	 font-weight: 500;
// 	 line-height: 1.2;
// }
// .tk-img-link .index_pic_txt .txt_inner .innner_center{
// 	transition: all 0.4s ease-out;
// 	transform: scale(0);
// 	color: #7c7c7c;
// 	font-size: 18px;
// 	margin: 20px auto;
// }
// .tk-img-link .index_pic_txt .txt_inner .innner_bottom{
// 	transition: all 0.4s ease-out;
// 	transform: scale(0.2);
// 	color: #7c7c7c;
// 	font-size: 14px;
// }
// .tk-img-link .index_pic_txt:hover h3 {
// 	transition-delay: 0.1s;
// 	transition: all 0.3s ease-out;
// }
// .tk-img-link .index_pic_txt:hover .innner_center {
// 	transition-delay: 0.2s;
// 	transition: all 0.3s ease-out;
// 	transform: scale(1);
// }
// .tk-img-link .index_pic_txt:hover .innner_bottom {
// 	transition-delay: 0.3s;
// 	transition: all 0.3s ease-out;
// 	transform: scale(1);
// }
// @media screen and (max-width:768px) {
// 	.tk-img-link{
// 		width: 100%;
// 		padding: 0 10px;
// 	}
// 	.tk-img-link .link_2_right{
// 		width: 100%;
// 		height: auto;
// 		float: none;
// 		margin-left: 0;
// 		margin-bottom: 10px;
// 	}
// 	.tk-img-link .link_2_left {
// 		width: 48%;
// 		height: auto;
// 		margin-bottom: 10px;
// 	}
// 	.tk-img-link .link_3_common {
// 		width: 48%;
// 		height: auto;
// 		margin-bottom: 10px;
// 		margin-right: 0;
// 	}
// 	.tk-img-link a:nth-child(3), .tk-img-link a:last-child {
// 		float: right;
// 	}
// }



// .tk-desc-more{
// 	width: 1500px;
// 	margin: 0 auto;
// 	padding: 0 50px;
// 	box-sizing: border-box;
// 	text-align: center;
// }
// .tk-desc-more .inner{
// 	width: 670px;
// 	margin: 0 auto;
// }
// .tk-desc-more h2{
// 	padding-top: 80px;
// 	font-size: 36px;
// 	padding-bottom: 20px;
// }
// .tk-desc-more .desc{
// 	font-size: 14px;
// 	line-height: 27px;
// 	margin-bottom: 30px;
// }
// .tk-desc-more .more-btn{
// 	display: inline-block;
// 	font-size: 14px;
// 	border: 1px solid #000;
// 	padding: 15px 35px;
// 	margin-bottom: 30px;
// 	transition: all 1.5s;
// }
// .tk-desc-more .more-btn:hover{
// 	background-color: #000;
// 	color: #fff;
// }
// @media screen and (max-width:768px) {
// 	.tk-desc-more {
// 		width: 100%;
// 		padding: 0 10px;
// 		box-sizing: border-box;
// 	}
// 	.tk-desc-more .inner {
// 		width: 100%;
// 	}
// }
// /*视频组件*/
// .tk-video-center {
// 	width: 1500px;
// 	padding: 0 50px;
// 	margin: 0 auto;
// 	text-align: center;
// 	// box-sizing: border-box;
// }
// @media screen and (max-width:768px) {
// 	.tk-video-center {
// 		width: 100%;
// 		padding: 0 10px;
// 		box-sizing: border-box;
// 	}
// 	.tk-video-center embed{
// 		width: 100%;
// 	}
// }
// /*文章的标题和描述*/
// .tk-article-title{
// 	width: 1500px;
// 	margin: 0 auto;
// 	padding: 0 50px;
// 	box-sizing: border-box;
// 	text-align: center;
// }
// .tk-article-title h2{
// 	font-size: 36px;
// 	font-weight: bold;
// 	padding-top: 60px;
// 	padding-bottom: 20px;
// }
// .tk-article-title .desc{
// 	font-size: 14px;
// 	line-height: 1.5;
// 	width: 80%;
// 	margin: 0 auto 30px;
// }
// @media screen and (max-width:768px) {
// 	.tk-article-title{
// 		width: 100%;
// 		padding: 0 10px;
// 		box-sizing: border-box;
// 	}
// }
// /*文章详情*/
// .tk-article-condition{
// 	width: 1500px;
// 	padding: 0 50px;
// 	margin: 0 auto;
// 	box-sizing: border-box;
// 	overflow: hidden;
// 	text-align: center;
// 	background-color: #fff;
// }
// .tk-article-condition .list{
// 	width: 434px;
// 	float: left;
// 	overflow: hidden;
// 	margin-right: 49px;
// 	text-align: left;
// 	transition: all 1.5s;
// }
// .tk-article-condition .list:hover{
// 	box-shadow: 10px 10px 28px -8px;
// }
// .tk-article-condition>div:last-of-type {
// 	margin-right: 0;
// }
// .tk-article-condition .list .link{
// 	display: block;
// 	width: 434px;
// 	height: 290px;
// 	position: relative;
// }
// .tk-article-condition .list .time{
// 	position: absolute;
// 	padding: 8px 12px;
// 	font-size: 14px;
// 	bottom: -10px;
// 	left: 40px;
// 	background-color: #000;
// 	color: #fff;
// }
// .tk-article-condition .content{
// 	padding: 45px 40px 30px 40px;
// 	background-color: #eee;
// }
// .tk-article-condition .content h3{
// 	font-size: 22px;
// 	height: 30px;
// 	line-height: 30px;
// 	white-space: nowrap;
// 	overflow: hidden;
// 	text-overflow: ellipsis;
// }
// .tk-article-condition .content .details{
// 	font-size: 14px;
// 	line-height: 24px;
// 	margin-top: 25px;
// 	height: 116px;
// 	box-sizing: border-box;
// 	margin-bottom: 25px;
// 	overflow : hidden;
// 	text-overflow: ellipsis;
// 	display: -webkit-box;
// 	-webkit-line-clamp: 5;
// 	-webkit-box-orient: vertical;
// }
// .tk-article-condition .content .more{
// 	font-size: 16px;
// 	font-weight: 400;
// 	padding-bottom: 3px;
// 	border-bottom: 1px solid #000;
// }
// .tk-article-condition .article-more{
// 	display: inline-block;
// 	font-size: 14px;
// 	margin-top: 30px;
// 	margin-bottom: 80px;
// 	padding: 15px 35px;
// 	border:1px solid #000;
// 	transition: all 1.5s;
// }
// .tk-article-condition .article-more:hover{
// 	background-color: #000;
// 	color: #fff;
// }
// .tk-article-condition .list .link img{
// 	display: block;
// 	width: 100%;
// }
// @media screen and (max-width:768px){
// 	.tk-article-condition {
// 		width: 100%;
// 		padding: 0 10px;
// 		box-sizing: border-box;
// 	}
// 	.tk-article-condition .list {
// 		width: 100%;
// 		float: none;
// 		margin-right: 0;
// 	}
// 	.tk-article-condition .list .link{
// 		width: 100%;
// 		height: auto;
// 	}
// }
// /*底部大图*/
// .tk-bottom-img{
// 	width: 1500px;
// 	height: 440px;
// 	margin: 0 auto;
// }
// @media screen and (max-width:768px) {

// }


























