 .top_side a {
 	cursor: pointer;
 }
 
 .yzpageold .top_side a {
 	font-size: 28px;
 	line-height: 50px;
 }
 
 .yzpageold .hint_title {
 	font-size: 66px;
 }
 
 .yzpageold .hint_info {
 	padding-top: 20px;
 }
 
 .yzpageold .hint_info p {
 	font-size: 36px;
 	line-height: 80px;
 }
 
 .yzpageold .big_list ul>li a {
 	font-size: 42px;
 }
 
 .yzpageold .title_list {
 	overflow: hidden;
 }
 
 .yzpageold .title_list img {
 	transform: scale(1.4);
 }
 
 @media only screen and (max-width:768px) {
 	.top_side {
 		display: none;
 	}
 	.top_header {
 		height: 9rem;
 		background-size: cover;
 	}
 	.hint_list {
 		width: 100%;
 	}
 	.title_list {
 		width: 100%;
 		overflow: hidden;
 	}
 	.container {
 		width: 100%;
 	}
 	.big_list ul>li {
 		width: 100%;
 		float: none;
 		margin-right: 0px;
 	}
 	.title_list img {
 		transform: scale(2);
 	}
	 .ly-pop-container {
		 width: auto;
		 left: 5%;
		 right: 5%;
		 margin: 0;
		 top: 20%
	 }
	 .ly-pop-container video {
		 width: 100%;
	 }
 }