/* 客户案例 */
.tab_list .insideCase-wrap {
	padding: 90px 0 50px 0;
}

.insideCase .insideCase-wrap {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.insideCase .insideCase-wrap li {
	cursor: pointer;
}

.current {
	color: #f70f10;
	position: relative;
}

.current::after {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	height: 1px;
	/* background-color: #f70f10; */
}

.insideCase-main {
	height: 1620px;
	overflow: hidden;
}

.insideCase-main-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insideCase-main-wrap li {
	margin-bottom: 4%;
}

.insideCase-pic {
	max-height: 388px;
	overflow: hidden;
}

.insideCase-pic img {
	transition: all .6s;
}

.insideCase-main-wrap li:hover img {
	transform: scale(1.05);
}

.caseSort {
	margin: 30px 0 20px 0;
}

.caseSort u {
	color: #666;
}

.insideCase-main-wrap li h2 {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	height: 56px;
}

.insideCase-main-wrap li h2::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5b5b5b;
}

.insideCase-main-wrap li:hover h2::after {
	background-color: #d81e06;
}

.caseConsult {
	text-align: center;
	padding: 30px;
}

.caseConsult h2,
.caseConsult h3 {
	font-weight: 500;
}

.caseConsult h2 {
	font-size: 18px;
	color: #999;
}

.caseConsult h3 {
	font-size: 44px;
	margin: 30px 0 40px 0;
}

.caseConsult a {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	width: 152px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #dc0303;
}

/* 联系我们 */
.insideContact {
}

.insideContact-tit h2 {
	font-size: 36px;
	font-weight: 500;
	margin: 88px 0 34px 0;
}

.insideContact-tit p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 70px;
}

.insideContact-main {
	width: 93%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fafafa;
	padding: 10%;
	margin-left: 7%;
	margin-bottom: 7%;
}

.message_form {
	width: 810px;
}

.message_form-option,
.form-control,
.message_form button {
	width: 100%;
}

.message_form-option,
.message_form input,
.message_form button {
	height: 62px;
}

.message_form input {
	width: 48.22%;
}

.message_form input:nth-of-type(2n) {
	margin-right: 0;
}

.form-control {
	height: 263px;
}

.message_form-option,
.message_form input,
.form-control {
	border: 1px solid #ced4da;
	font-size: 14px;
	color: #999;
	margin: 0 24px 18px 0;
	padding: 0 28px;
}

.form-control {
	padding-top: 28px;
	resize: none;
}

.message_form-option:focus,
.message_form input:focus,
.form-control:focus {
	outline: none;
	border: 1px solid #6500fc;
}

.message_form button {
	background-color: #6500fc;
	border: #fff solid 0;
	color: #fff;
}

.message_form-option option{
	height: 200px;
}

.information h3 {
	font-size: 24px;
	margin-bottom: 42px;
}

.information p span {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 16px;
	margin-right: 16px;
}

.information p i,
.information p u {
	display: inline-block;
	margin-top: 16px;
}

.information p i {
	color: #6500fc;
	font-size: 20px;
}

.information p u {
	font-size: 14px;
	color: #6500fc;
	margin-left: 6px;
}


/* 新闻中心 */
.header-news {
	box-shadow: #eeeff2 0 0 6px;
}

.nav-news li a {
	color: #333!important;
}

.insideNews {
	margin-top: 10%;
	padding: 0 10%;
	display: flex;
	flex-wrap: wrap;
}

.insideNews-tit01 h2 {
	font-size: 88px;
	font-weight: 500;
	margin-bottom: 24px;
}

.insideNews-tit01 h3 {
	font-size: 18px;
	color: #9b9b9b;
	font-weight: 500;
}

.insideNews-tit02 {
	margin-top: 30px;
}

.insideNews-tit02 ul li {
	width: 148px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #F8F8F8;
	margin-bottom: 24px;
	border-radius: 40px;
	box-shadow: #e9ebef 1px 1px 0px, #fff -1px -1px 1px;
}

.insideNews-tit02 ul li:hover a{
	line-height: 40px;
	display: block;
	color: #fff;
	border-radius: 40px;
	background-color: #333333;
}


.insideNews-tit02 ul li span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #3f3f3f;
	margin-right: 4px;
}

.insideNews-main {
	margin-left: 10%;
	width: 70%;
}

.insideNews-main-p {
	font-size: 18px;
	padding-bottom: 40px;
	border-bottom: #dcdcdc solid 1px;
}

