﻿@charset "UTF-8";

/*banner*/
.inside_banner {
	position: relative;
	width: 100%;
	height: calc(100vh - 150px);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.inside_banner .container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inside_banner .cont {
	width: 100%;
	text-align: center;
}

.inside_banner .cont .cont-h6 {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
}

.inside_banner .cont h2 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.inside_banner .cont .cont-space {
	color: #fff;
	font-size: 24px;
}

.son-floor {
	padding: 70px 0px;
}

.son-floor.bg {
	background-color: #f5f5f5;
}

.son-floor .floor-title {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.son-floor .floor-title p {
	color: #353535;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.son-floor .floor-title span.subtitle {
	color: #888;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.listBox {
	width: 90%;
	margin-top: 100px;
}

.listBox ul li {
	float: left;
	width: 16.60%;
	margin-right: 1px;
}

.listBox ul li .box {
	width: 100%;
	height: 240px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}

.listBox ul li:last-child {
	margin-right: 0px;
}

.listBox ul li .box a {
	display: block;
	width: 100%;
	height: 100%;
}

.listBox ul li .box .nameDiv {
	position: absolute;
	left: 42px;
	top: 120px;
}

.listBox ul li .box .name1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 5px;
}

.listBox ul li .box .name2 {
	font-size: 16px;
	color: #767676;
}

.listBox ul li .box .ico {
	position: absolute;
	left: 42px;
	top: 60px;
}

.listBox ul li .bg {
	position: absolute;
	left: 50px;
	bottom: 40px;
	display: none;
	width: 12px;
	height: 8px;
	background: url(../images/web/listbox_icon_down.png) no-repeat;
}

.listBox ul li:hover .box {
	background: rgba(53, 124, 255, 0.65);
}

.listBox ul li:hover .name2 {
	color: #fff;
}


.webcase {
	padding: 100px 0px;
	background-color: #f8f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.webcase2 {
	background-image: url(../images/web/web_bg02.jpg);
}

.webcase4 {
	background-image: url(../images/web/web_bg04.jpg);
}

.webcase6 {
	background-image: url(../images/web/web_bg06.jpg);
}

.webcase .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.webcase .main .mainbox {
	flex: 1;
	max-width: 600px;
}

.webcase .main .mainbox .cont {
	width: 100%;
}

.webcase .main .mainbox .cont .title {
	display: block;
	color: #357cff;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.webcase .main .mainbox .cont .subline {
	color: #999;
}

.webcase .main .mainbox .cont .title em {
	color: #353535;
	font-size: 46px;
	font-weight: bold;
	font-style: normal;
}

.webcase .main .mainbox .cont .title i {
	font-size: 172px;
	font-family: impact;
	color: #333;
	opacity: 0.05;
	position: absolute;
	left: -145px;
	top: -56px;
}

.webcase .main .mainbox .cont p.subtitle {
	color: #353535;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
}

.webcase .main .mainbox .cont .p {
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	text-align: justify;
}

.webcase .main .mainbox .caselist {
	margin-top: 40px;
}

.webcase .main .mainbox .caselist .casemore {
	display: inline-block;
	width: 160px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	margin: 0 20px 0 0;
	border: 1px solid #357cff;
	border-radius: 45px;
	transition: all 0.4s ease 0s;
	overflow: hidden;
}

.webcase .main .mainbox .caselist .casemore:last-child {
	margin-right: 0px;
}

.webcase .main .mainbox .caselist .casemore .seemore {
	color: #357cff;
	font-size: 16px;
	display: block;
	border-radius: 5px;
}

.webcase .main .mainbox .caselist .casemore2 {
	background: #357cff;
}

.webcase .main .mainbox .caselist .casemore2:hover {
	background-color: #357cff;
}

.webcase .main .mainbox .caselist .casemore2 .seemore {
	color: #fff;
}

.webcase .main .mainbox .caselist .casemore:hover {
	background-color: #357cff;
}

.webcase .main .mainbox .caselist .casemore:hover .seemore {
	color: #fff;
}

.webcase .main .img {}


@media all and (max-width:1599px) {

	.webcase .main .img {
		width: 500px;
	}

	.inside_banner .cont h2 {
		font-size: 64px;
	}
}

@media all and (max-width:1280px) {
	.inside_banner {
		height: 640px;
	}

	.webcase .main .mainbox .cont {
		width: 100%;
	}

	.webcase .main .img {
		display: none;
	}


	.inside_banner .cont h2 {
		font-size: 48px;
	}

	.listBox ul li {
		width: 33.333%;
		margin-right: 0;
	}

	.listBox ul li:last-child {
		/* display: none; */
	}

	.listBox ul li .box {
		height: 180px;
		display: flex;
		align-items: center;
	}

	.listBox ul li .box a {
		height: auto;
		padding: 30px;
	}

	.listBox ul li .box .nameDiv {
		position: static;
		left: 20px;
		top: 100px;
	}

	.listBox ul li .box .ico {
		position: static;
		left: 20px;
		top: 40px;
	}
}

@media all and (max-width:992px) {
	.inside_banner {
		padding: 70px 0px 50px;
		height: auto;
	}

	.webcase .main .mainbox .caselist .casemore {
		width: 140px;
		margin: 0 15px 0 0;
	}

}

@media all and (max-width:768px) {
	.webcase {
		padding: 35px 0px;
	}

	.webcase .main .mainbox .cont .title i {
		font-size: 72px;
		left: -70px;
		top: -10px;
	}

	.webcase .main .mainbox .cont .title {
		font-size: 32px;
	}

	.webcase .main .mainbox .cont p.subtitle {
		margin-top: 20px;
	}

	.webcase .main .mainbox .cont .p {
		font-size: 14px;
	}

	.inside_banner .cont h2 {
		font-size: 24px;
	}

	.inside_banner .cont .cont-space {
		font-size: 14px;
	}

	.listBox {
		margin-top: 40px;
	}

	.webcase .main .mainbox .caselist .casemore {
		width: 100px;
		height: 35px;
		line-height: 33px;
		margin: 0 10px 0 0;
	}

	.listBox ul li .box .name1 {
		font-size: 16px;
	}

	.listBox ul li .box {
		height: 120px;
		display: flex;
		align-items: center;
	}

	.listBox ul li .box a {
		height: auto;
		padding: 15px;
	}
}

@media all and (max-width:640px) {

	.webcase .main .mainbox .cont .title {
		font-size: 28px;
	}
	
	.webcase .main .mainbox .cont .title em{
		font-size: 28px;
	}

	.webcase .main .mainbox .cont p.subtitle {
		font-size: 18px;
	}
}