/*科普微视首页*/
/*头部*/
@media only screen and (min-width: 1367px){
	.content{
		width: 94%;
		/*height: 500px;*/
		margin: 0px auto;
		/*border: 1px solid pink;*/
		padding-top: 80px;
	}
	.lhkw_header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lhkw_title{
		/*width: 200px;*/
		display: flex;
		justify-content: space-between;

	}
	.lhkw_header .lhkw_title div{
		width: 203px;
		height: 80px;
		line-height: 48px;
		background-color: #fff;
		border-radius: 5px;
		margin-left: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lhkw_header .lhkw_title img{
		width: 131px;
		height: 30px;
	}
	/*搜索框*/
	.lhkw_logo2{
			display: flex;
			align-items: center;
			position: relative;

	}
	.lhkw_logo2 img:first-child{
			width: 70px;
			height: 70px;
		}
	.lhkw_logo2 img:nth-child(2){
		width: 70px;
		height: 70px;
		margin-left: 10px;

	}
	.lhkw_logo2 input{
		height: 62px;
		width: 425px;
		line-height: 62px;
		border-radius: 30px;
		font-size: 20px;
		margin-left: 20px;
		padding-left: 20px;
		outline: none;


	}
	.lhkw_logo2 .lhkw_line{
		position: absolute;
		top:22px;
		right: 70px;
		width: 5px;
		height: 30px;
		background-color: #ebf4fd;
		border-radius: 20px;
	}
	.lhkw_logo2 .sousuo{
		position: absolute;
		top: 22px;
		right: 24px;
		width: 30px;
		height: 30px;
	}
	/*科普微视中部*/
	.lhkw_banner{
		/*height: 460px;*/
		margin-top:90px;
		/*border:1px solid pink;*/
		display: flex;
		align-items: center;
		justify-content: space-between;
		
	}
	.lhkw_banner .lhkw_banner_left img{
		width: 658px;
		height: 142px;
		margin-left: 151px;

	}
	.lhkw_banner .lhkw_banner_right{
		/*width: 400px;
		height: 400px;*/
		/*border: 1px solid pink;*/
		display: flex;
		align-items: center;
		/*justify-content: center;*/

	}
	.lhkw_banner_right .lhkw_bimg{
		width: 565px;
		height: 352px;

	}
	.lhkw_banner_right .lhkw_jiantou{
		height: 40px;
		padding-right: 48px;
	}
	.lhkw_banner_right .lhkw_jiantou2{
		height: 40px;
		padding-right: 48px;
		transform: rotateY(-180deg);
	}
	/*dibu*/
	.lhkw_tab{
		/*height: 440px;*/
		margin-top:58px;
		/*border: 1px solid pink;*/
		display: flex;
		align-items: center;

	}
	.lhkw_tab_right{
		margin-top:14px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab .lhkw_tab_left{
		display: flex;
		align-items: center;
		margin-right: 14px;

	}
	.lhkw_tab .lhkw_tab_left div{
		width: 333px;
		height: 337px;
		margin-left:14px; 
	}
	.lhkw_tab_right .lhkw_tab2{
		width: 161px;
		height: 161px;
		border-radius: 10px;
		/*background-color: pink;*/
		margin: 0px 14px 14px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab_top, .lhkw_tab_dow {
		display:flex;
	}
	.lhkw_tab_right .lhkw_tab2 img{
		width: 63px;
		height: 63px;
	}
	.lhkw_tab_right .lhkw_tab2 .lnkw_text{
		font-size: 22px;
		color: #fff;
		background-color: transparent;
	}
	/*选取颜色*/
	.lhkw_tab_top div:first-child{
		background-color: #5f4d8d;
		
	}
	.lhkw_tab_top div:nth-child(2){
		background-color: #70b49f;
		
	}
	.lhkw_tab_top div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_top div:nth-child(4){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:first-child{
		background-color: #ed7994;
		
	}
	.lhkw_tab_dow div:nth-child(2){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_dow div:nth-child(4){
		background-color:  #70b49f;
		
	}
	.lhkw_footer img{
		width: 526px;
		height: 80px;
		margin-top:68px;
		margin-bottom: 68px;
		display: none;

	}

}







/*科普微视首页*/
/*头部*/
@media screen and (min-width: 1081px) and (max-width: 1366px){
	.content{
		width: 94%;
		/*height: 500px;*/
		margin: 0px auto;
		/*border: 1px solid pink;*/
		padding-top: 56px;
	}
	.lhkw_header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lhkw_title{
		/*width: 200px;*/
		display: flex;
		justify-content: space-between;

	}
	.lhkw_header .lhkw_title div{
		width: 142px;
		height: 56px;
		line-height: 33.6px;
		background-color: #fff;
		border-radius: 3.5px;
		margin-left: 9.8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lhkw_header .lhkw_title img{
		width: 91.7px;
		height: 21px;
	}
	/*搜索框*/
	.lhkw_logo2{
			display: flex;
			align-items: center;
			position: relative;

	}
	.lhkw_logo2 img:first-child{
			width: 49px;
			height: 49px;
		}
	.lhkw_logo2 img:nth-child(2){
		width: 49px;
		height: 49px;
		margin-left: 0.7px;

	}
	.lhkw_logo2 input{
		height: 43.4px;
		width: 297.5px;
		line-height: 43.4px;
		border-radius: 21px;
		font-size: 14px;
		margin-left: 14px;
		padding-left: 14px;
		outline: none;


	}
	.lhkw_logo2 .lhkw_line{
		position: absolute;
		top:15.4px;
		right: 49px;
		width: 3.5px;
		height: 21px;
		background-color: #ebf4fd;
		border-radius: 14px;
	}
	.lhkw_logo2 .sousuo{
		position: absolute;
		top: 15.4px;
		right: 16.8px;
		width: 21px;
		height: 21px;
	}
	/*科普微视中部*/
	.lhkw_banner{
		/*height: 322px;*/
		margin-top:63px;
		/*border:1px solid pink;*/
		display: flex;
		align-items: center;
		justify-content: space-between;
		
	}
	.lhkw_banner .lhkw_banner_left img{
		width: 460.6px;
		height: 99.4px;
		margin-left: 105.7px;

	}
	.lhkw_banner .lhkw_banner_right{
		/*width: 400px;
		height: 400px;*/
		/*border: 1px solid pink;*/
		display: flex;
		align-items: center;
		/*justify-content: center;*/

	}
	.lhkw_banner_right .lhkw_bimg{
		width: 395.5px;
		height: 246.4px;

	}
	.lhkw_banner_right .lhkw_jiantou{
		height: 28px;
		padding-right: 33.6px;
	}
	.lhkw_banner_right .lhkw_jiantou2{
		height: 28px;
		padding-right: 33.6px;
		transform: rotateY(-180deg);
	}
	/*dibu*/
	.lhkw_tab{
		/*height: 308px;*/
		/*border: 1px solid pink;*/
		margin-top:40.6px;
		display: flex;
		align-items: center;

	}
	.lhkw_tab_right{
		margin-top:9.8px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab .lhkw_tab_left{
		display: flex;
		align-items: center;
		margin-right: 9.8px;

	}
	.lhkw_tab .lhkw_tab_left div{
		width: 233.1px;
		height: 235.9px;
		margin-left:9.8px; 
	}
	.lhkw_tab_right .lhkw_tab2{
		width: 112.7px;
		height: 112.7px;
		border-radius: 7px;
		/*background-color: pink;*/
		margin: 0px 9.8px 9.8px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab_top, .lhkw_tab_dow {
		display:flex;
	}
	.lhkw_tab_right .lhkw_tab2 img{
		width: 44.1px;
		height: 44.1px;
	}
	.lhkw_tab_right .lhkw_tab2 .lnkw_text{
		font-size: 15.4px;
		color: #fff;
		background-color: transparent;
	}
	/*选取颜色*/
	.lhkw_tab_top div:first-child{
		background-color: #5f4d8d;
		
	}
	.lhkw_tab_top div:nth-child(2){
		background-color: #70b49f;
		
	}
	.lhkw_tab_top div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_top div:nth-child(4){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:first-child{
		background-color: #ed7994;
		
	}
	.lhkw_tab_dow div:nth-child(2){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_dow div:nth-child(4){
		background-color:  #70b49f;
		
	}
	.lhkw_footer img{
		width: 526px;
		height: 80px;
		margin-top:68px;
		margin-bottom: 68px;
		display: none;

	}

}








/*分辨率 1080 以下*/
@media only screen and (max-width: 1080px){
		.content{
		width: 94%;
		/*height: 500px;*/
		margin: 0px auto;
		/*border: 1px solid pink;*/
		padding-top: 60px;
	}
	.lhkw_header{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.lhkw_title{
		/*width: 200px;*/
		display: flex;
		justify-content: space-between;

	}
	.lhkw_header .lhkw_title div{
		width: 190px;
		height: 77px;
		line-height: 48px;
		background-color: #fff;
		border-radius: 5px;
		margin-left: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lhkw_header .lhkw_title img{
		width: 131px;
		height: 33px;
	}
	/*搜索框*/
	.lhkw_logo2{
			display: flex;
			align-items: center;
			position: relative;
			margin-top: 60px;

	}
	.lhkw_logo2 img:first-child{
			width: 70px;
			height: 70px;
		}
	.lhkw_logo2 img:nth-child(2){
		width: 70px;
		height: 70px;
		margin-left: 10px;

	}
	.lhkw_logo2 input{
		height: 62px;
		width: 425px;
		line-height: 62px;
		border-radius: 30px;
		font-size: 20px;
		margin-left: 20px;
		padding-left: 20px;
		outline: none;


	}
	.lhkw_logo2 .lhkw_line{
		position: absolute;
		top:22px;
		right: 70px;
		width: 5px;
		height: 30px;
		background-color: #ebf4fd;
		border-radius: 20px;
	}
	.lhkw_logo2 .sousuo{
		position: absolute;
		top: 22px;
		right: 24px;
		width: 30px;
		height: 30px;
	}
	/*科普微视中部*/
	.lhkw_banner{
		/*height: 460px;*/
		/*border:1px solid pink;*/
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-top:50px;
		
	}
	.lhkw_banner .lhkw_banner_left img{
		width: 368px;
		height: 82px;

	}
	.lhkw_banner .lhkw_banner_right{
		display: flex;
		align-items: center;
		margin-top:50px;
	}
	.lhkw_banner_right .lhkw_bimg{
		width: 684px;
		height: 426px;

	}
	.lhkw_banner_right .lhkw_jiantou{
		height: 40px;
		padding-right: 48px;
	}
	.lhkw_banner_right .lhkw_jiantou2{
		height: 40px;
		padding-right: 48px;
		transform: rotateY(-180deg);
	}
	/*dibu*/
	.lhkw_tab{
		/*height: 440px;*/
		/*border: 1px solid pink;*/
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 88px;

	}
	.lhkw_tab_right{
		margin-top:14px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab .lhkw_tab_left{
		display: flex;
		align-items: center;
		margin-right: 14px;

	}
	.lhkw_tab .lhkw_tab_left div{
		width: 310px;
		height: 310px;
		margin-left:14px; 
	}
	.lhkw_tab_right .lhkw_tab2{
		width: 188px;
		height: 185px;
		border-radius: 10px;
		/*background-color: pink;*/
		margin: 0px 14px 14px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.lhkw_tab_top, .lhkw_tab_dow {
		display:flex;
	}
	.lhkw_tab_right .lhkw_tab2 img{
		width: 63px;
		height: 63px;
	}
	.lhkw_tab_right .lhkw_tab2 .lnkw_text{
		font-size: 24px;
		color: #fff;
		background-color: transparent;
	}
	/*选取颜色*/
	.lhkw_tab_top div:first-child{
		background-color: #5f4d8d;
		
	}
	.lhkw_tab_top div:nth-child(2){
		background-color: #70b49f;
		
	}
	.lhkw_tab_top div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_top div:nth-child(4){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:first-child{
		background-color: #ed7994;
		
	}
	.lhkw_tab_dow div:nth-child(2){
		background-color: #dc7d45;
		
	}
	.lhkw_tab_dow div:nth-child(3){
		background-color: #e5b23d;
		
	}
	.lhkw_tab_dow div:nth-child(4){
		background-color:  #70b49f;
		
	}
	.lhkw_footer img{
		width: 526px;
		height: 80px;
		margin-top:68px;
		margin-bottom: 68px;

	}

}