.banner-content {
	width: 40%;
	margin-right: 20%;
}


.banner-content h1 {
	font-size: 42px;
	margin-bottom: 10px;
}

.banner-content h1::after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background-color: #FFF;
	margin-top: 20px;
}

.banner-content p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.bigTitle {
	text-align: center;
	margin-bottom: 50px;
}

.bigTitle h2 {
	font-size: 42px;
	padding: 0;
	margin: 0 0 10px;
}

.bigTitle p {
	font-size: 16px;
	color: #666;
}

.page {
	display: flex;
	justify-content: space-between;
}

.page a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.page a:hover {
	color: #f46e21;
}

/* 工程有限元首页 */
.gcyxy-list .item {
	position: relative;
	margin: 0 30px;
	background-color: #FFF;
}

.gcyxy-list .card {
	border: 1px solid #Eee;
	margin-bottom:0!important;
}

.gcyxy-list .card h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 20px;
}

.gcyxy-list .card2 {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	background-color: #f46e21;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
}

.gcyxy-list .card2 .bk {
	padding: 20px;
	border: 1px solid #FFF;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.gcyxy-list .card2 h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.gcyxy-list .card2 p {
	font-size: 16px;
	line-height: 30px;
}

.gcyxy-list .item:hover .card2 {
	top: 0;
	box-sizing: border-box;
}

.gcyxy-list .item:hover .card2 .cz {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 30px;
	width: calc(100% - 40px);
}

.gcyxy-list .item .card2 .cz .order {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.gcyxy-list .item:hover .card2 .cz .detail {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.orderOnline {
	background-image: url(../images/bg.jpg);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.orderOnline .text {
	font-size: 18px;
}

.orderOnline .text span {
	font-size: 30px;
	margin-right: 10px;
}

.orderOnline a.btn {
	font-size: 20px;
	padding: 10px 50px;
	background-color: #FFF;
	border-radius: 50px;
	display: block;
	margin-left: 20%;
}



.caseBlock {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caseBlock h1 span {
	font-size: 24px;
	margin-left: 10px;
}

.location,
.location a {
	color: #666;
}

.caseBlock .order {
	padding: 10px 50px;
	font-size: 16px;
	background-color: #f46e21;
	color: #FFF;
	border-radius: 50px;
}


/* 工程有限元案例列表 */
.caselist li {
	display: flex;
	padding: 80px 0;
}

.caselist li .item {
	display: flex;
	max-width: 1680px;
	padding: 0 5%;
	margin: auto;
}

.caselist li:nth-child(even) {
	background-color: #F8F8F8;
}

.caselist li:nth-child(even) .item {
	flex-direction: row-reverse;
}

.caselist li:nth-child(even) .img {
	margin-left: 50px;
}

.caselist li:nth-child(odd) .img {
	margin-right: 50px;
}

.caselist li .img {
	flex: 2;
	position: relative;
	border-radius:5px;
	overflow: hidden;
}

.caselist li .img .state{
	background:#f46e21;
	width:120px;
	height:40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top:30px;
	left: 0;
	font-size:18px;
	border-radius: 0 20px 20px 0;
}

.caselist li .item .content {
	flex: 3;
	padding: 20px 50px;
}

.caselist li .item .content h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.caselist li .item .content p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.caselist li .item .content .detail {
	padding: 10px 30px;
	background-color: #f46e21;
	color: #FFF;
	margin-top: 20px;
	display: inline-block;
}




@media screen and (max-width: 1480px) {
	.banner-content {
		width: 60%;
		margin-right: 20%;
	}

	.banner-content h1,
	.bigTitle h2 {
		font-size: 36px;
	}

	.caselist li .item .content h2 {
		font-size: 28px;
	}

	.caselist li .item .content p {
		font-size: 14px;
	}
}