@media (min-width: 1200px) {
	.navGation {
		height: 5vw;
		margin-left: 15vw;
	}

	.navGation ul {
		width: 100%;
		overflow: hidden;
	}

	.navGation ul li {
		line-height: 65px;
		float: left;
		font-size: 1vw;
	}

	.navGation ul li a {
		color: #666;
		font-size: 1vw;
	}

	.newDetails {
		padding-bottom: 70px;
		width: 100%;
		background: #f8f8f8;
	}

	.newDetails .newDetails_Main {
		padding: 0 15vw;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.newDetails .newDetails_Main .tit {
		padding: 2vw 0;
		border-bottom: 1px solid #eaeaea;
	}

	.newDetails .newDetails_Main .tit p:nth-of-type(1) {
		font-size: 1.5vw;
		text-align: center;
		color: #000;
		font-family: 'SOURCEHANSANSCN-BOLD'
	}

	.newDetails .newDetails_Main .tit p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 1vw;
		color: #444444;
		text-align: center;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}

	.newDetails .newDetails_Main .text {
		padding: 1vw 0;
	}

	.newDetails .newDetails_Main .text span {
		padding-bottom: 2vw;
		display: block;
		font-size: 1vw;
		line-height: 1.8vw;
		color: #444;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}

	.newDetails .newDetails_Main .text p {
		padding-bottom: 2vw;
		font-size: 1vw;
		text-indent: 2vw;
		line-height: 1.8vw;
		color: #444;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}

	.newDetails .newDetails_Main .text p:last-child {
		padding: 0;
	}

	.newDetails .newDetails_Main .page {
		height: 72px;
		border-top: 1px solid #e9e9e9;
	}

	.newDetails .newDetails_Main .page li {
		width: 50%;
		float: left;
		line-height: 72px;
	}

	.newDetails .newDetails_Main .page li a {
		color: #000;
		font-size: 12px;
	}

	.newDetails .newDetails_Main .page li:last-child {
		text-align: right;
	}
	
	.case {
		width: 1200px;
		margin: 0 auto;
	}
	
	.case .tit {
		padding: 40px 0;
	}
	
	.case .tit ul {
		font-size: 12px;
		text-align: center;
	}
	
	.case .tit ul li {
		display: inline-block;
		margin: 0 2px;
		width: 150px;
		height: 60px;
		background: #eeeeee;
		line-height: 60px;
		font-size: 1vw;
		text-align: center;
		font-weight: bold;
	}
	
	.case .tit ul li a {
		display: block;
		width: 100%;
		height: 100%;
		color: #000000;
	}
	
	.case .tit ul li.on {
		background: #ffad33;
		font-size: 1vw;
		font-weight: bold;
	}
	
	.case .tit ul li.on a {
		color: #fff;
	}
	
	.case .caseBox {
		width: 100%;
	}
	
	.case .caseBox ul {
		overflow: hidden;
	}
	
	.case .caseBox ul li {
		width: 23.5%;
		float: left;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	
	.case .caseBox ul li:nth-child(4n) {
		margin-right: 0;
	}
	
	.case .caseBox ul li .icon {
		width: 100%;
		height: 215px;
	}
	
	.case .caseBox ul li .icon img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.case .caseBox ul li p {
		text-align: center;
		line-height: 50px;
		font-size: 16px;
		color: #000000;
		font-weight: bold;
	}
	
	.case .casePage ul {
		text-align: center;
		font-size: 1vw;
		padding-bottom: 45px;
	}
	
	.case .casePage ul li {
		display: inline-block;
		margin: 0 6px;
	}
	
	.case .casePage ul li a {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		border: 2px solid #e3e3e3;
		border-radius: 5px;
	}
	
	.case .casePage ul li.on a {
		background: #ff9600;
		color: #fff;
		border: 2px solid #ff9600;
	}
	
	.case .casePage ul li.active a {
		background: #ff9600;
		color: #fff;
		border: 2px solid #ff9600;
	}
	
	.case .casePage ul li .current {
		background: #ff9600;
		color: #fff;
		border: 2px solid #ff9600;
	}

}


@media(max-width: 1199px) {
	.navGation {
		box-sizing: border-box;
	}

	.navGation a {
		font-size: 3.6vw;
		color: #666;
	}

	.newDetails {
		padding: 0 5vw;
	}

	.newDetails .newDetailsBox {
		width: 100%;
	}

	.newDetails .newDetails_Main {}

	.newDetails .newDetails_Main .tit {
		padding: 15px 0;
	}

	.newDetails .newDetails_Main .tit p:nth-of-type(1) {
		font-size: 5vw;
		font-family: 'SOURCEHANSANSCN-BOLD',
	}

	.newDetails .newDetails_Main .tit p:nth-of-type(2) {
		margin-top: 2vw;
		font-size: 3.6vw;
	}

	.newDetails .newDetails_Main .text span {
		margin-top: 2vw;
		font-size: 4vw;
		line-height: 5vw;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}

	.newDetails .newDetails_Main .text p {
		margin-top: 2vw;
		font-size: 4vw;
		line-height: 6vw;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}

	.newDetails .newDetails_Main .text p img {
		width: 100%;
		display: block;
	}

	.newDetails .newDetails_Main .page {
		height: auto;
		overflow: hidden;
	}

	.newDetails .newDetails_Main .page li {
		width: 100%;
	}

	.newDetails .newDetails_Main .page li:last-child {
		text-align: left;
	}

}
