@media screen and (min-width: 1025px) {
	// pc
	.header {
		display: block;
		width: 100%;
		overflow: hidden;
		min-height: 142px;
		height: auto;
		box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.1);
	}
	
	
	.container {
		width: 80%;
	}
	
	.nav,
	.search{
	    margin-right: 1rem;
	    display: inline-block;
	}
	
	
	.language {
	    float: right;
	}
	
	.nav{
	    overflow: hidden;
	}
	
	.nav ul li {
		float: left;
	}
	
	.nav ul li  .nav-tit {
		float: left;
		width: 100%;
		color: black;
		font-size: 0.8rem;
		font-weight: bold;
		padding: 0.5rem 1rem;
		box-sizing: border-box;
	}
	
	.nav ul li  .nav-tit:hover {
		color:#BF1733;
	}
	
	.lit-nav a{
		display: block;
	    width: 100%;
	    color: black;
	    font-size: 0.8rem;
	    font-weight: bold;
	    padding: 1rem;
	    box-sizing: border-box;
	}
	
	.blog-list {
		width: 24.5%;
		margin-left: 0.6%;
	}

	.strengths-bottom .str-link-list:first-child {
	    width: 36%;
	}
	
	.strengths-bottom .str-link-list img {
		/*width: 100%;*/
		max-height: 513px;
	}
	
	.b-pic{
		min-height: 513px;
	}
	
	.strengths-bottom .str-link-list .str-link-des {
		min-height: 513px;
	}
	
	.company{
		display: block;
	}
	
	.company2{
		display: none;
	}
	
	
	.final-foot{
		margin: 0;
		float:right;
	}
	
	.adv-pic img {
	    height: 100%;
	}
	
	.news-pic {
	    width: 30%;
	}
}

