.search form{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:80px;
	margin-left:70%;
	width:30%;
	position:relative;
	height:40px;
	font-size:0;
overflow:hidden;
}
.search input{
	flex:1;
	height:100%;
	border:none;
	padding:0 15px;
	border:1px solid #ccc;
	border-radius:30px 0 0 30px;
}
.search button{
	height:42px;
	width:60px;
	outline:none;
	border:1px solid #025CCD;
	background:#025CCD;
	position:relative;
	cursor: pointer;
	border-radius:0 30px 30px 0;
}
.search button::before{
	position:absolute;
	content:'';
	display:block;
	height:110%;
	width:100%;
	left:0;
	top:-3px;
	background:url(../img/search.png);
	background-repeat: no-repeat;
	background-size:20px 20px;
	background-position:center center;
}
.price {
	background-color: #025CCD;
	padding: 30px 0;
	color: #fff;
	position: fixed;
    width: 100%;
	bottom: 0;
	z-index: 999;
}

.price>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price p {
	font-size: 30px;
}

.price label {
	background-color: #fff;
	width: 260px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 42px;
}

.price input {
	width: 100%;
	border: none;
	height: 100%;
	padding: 0 10px 0 40px;
	color: #ccc;
}

.price img {
	width: 18px;
	position: absolute;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.price button {
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	background-color: #E21900;
	color: #fff;
	border: none;
	font-size: 18px;
}

.pro_list ul {
	font-size: 0;
}

.pro_list li {
	width: calc((100% - 120px) / 3);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
	margin-left: 60px;
}

.pro_list li:nth-child(3n+1) {
	margin-left: 0;
}

.pro_list p {
	margin: 30px 0;
}

.pro_img {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 220px;
	background-position: center center;
	overflow: hidden;
}

.pro_img div {
	height: 100%;
	transition: all .5s;
	width: 100%;
}

.pro_img div:hover {
	transform: scale(1.1);
}

.exam {
	background: url(../img/case-bg.png) no-repeat;
	background-size: cover;
}

.exam .com_tit {
	color: #fff;
}

.exam .com_tit p {
	background-image: url(../img/title-bg1.png);
}

.exam .index_more::before {
	background-color: #fff;
}

.exam_kind {
	overflow: hidden;
	margin-bottom: 30px;
}

.exam_kind li {
	width: 15%;
	float: left;
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.exam_kind li:hover {
	background-color: #D87514;
	border-color: #D87514;
}

.exam_kind li a {
	display: block;
}

.exam_kind li:nth-child(n+2) {
	margin-left: 2%;
}

.exam_list {
	font-size: 0;
}

li.exam_list_s {
	background-color: #D87514;
	border-color: #D87514;
}

.exam_list .exam_l {
	width: 44.4%;
	display: inline-block;
	vertical-align: middle;
}

.exam_list img {
	width: 100%;
}

.exam_r {
	width: 55.6%;
	display: inline-block;
	vertical-align: middle;
}

.exam_r li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.exam_r li:nth-child(-n+2) {
	margin-bottom: 30px;
}

.ab_top {
	font-size: 0;
	margin-top: 50px;
}

.ab_l {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	line-height: 1.75;
	padding-right: 30px;
	vertical-align: middle;
}

.ab_l>p{
	text-indent: 2rem;
}

.ab_l p:nth-child(1) {
	margin-bottom: 30px;
}

.ab_top img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.ab_list ul {
	overflow: hidden;
	margin-top: 40px;
}

.ab_list li {
	width: calc((100% - 240px) / 4);
	height: 120px;
	background: url(../img/ab_bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	float: left;
	padding: 0 10px 0 30px;
	margin-left: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ab_list img {
	height: 40px;
	margin-right: 10px;
}

.ab_list li:nth-child(1) {
	margin-left: 0;
}

.ab_list p:last-child {
	font-size: 12px;
}

.ab_fot {
	background: url(../img/small-banner-bg.png);
	color: #fff;
	margin-top: 80px;
}

.ab_fot>div {
	position: relative;
}

.ab_fot_m {
	padding: 50px 0;
	font-size: 30px;
	display: flex;
	align-items: flex-end;
}

.ab_fot img {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.phone_a {
	display: inline-block;
	background-color: #D87514;
	position: relative;
	width: 120px;
	height: 40px;
	transform: skewX(-20deg);
	margin-left: 50px;
}

.phone_a::before {
	content: '立即咨询';
	display: block;
	height: 100%;
	width: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	transform: skewX(20deg);
}

.news_m {
	overflow: hidden;
}

.news_l {
	width: 75%;
	float: left;
	padding-right: 60px;
}

.news_top {
	background-color: #E5E5E5;
	height: 48px;
	overflow: hidden;
}

.news_top ul {
	float: left;
}

.news_top li {
	width: 160px;
	display: inline-block;
	height: 100%;
	line-height: 48px;
	text-align: center;
}

.news_top li:hover {
	color: #fff;
	background-color: #05264F;
}

.news_top li a {
	display: block;
}

li.news_top_s {
	color: #fff;
	background-color: #05264F;
}

.news_top>a {
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}

.news_m_top {
	margin-top: 40px;
}

.news_img {
	overflow: hidden;
}

.news_img a {
	display: block;
}

.news_img img {
	width: 40%;
	float: left;
}

.news_img div {
	width: 60%;
	float: left;
	padding-left: 30px;
}

.news_img p:nth-child(1) {
	color: #0C0904;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}

.news_img p:nth-child(2) {
	font-size: 16px;
	line-height: 1.5;
}

.news_list ul {
	margin-top: 40px;
}

.news_list li {
	margin-bottom: 30px;
	position: relative;
}

.news_list li:last-child {
	margin: 0;
}

.news_list li::before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

.news_list li a {
	display: block;
}

.news_list li p:nth-child(1) {
	background-color: #fff;
	display: inline-block;
	padding-right: 15px;
	max-width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list li p:nth-child(1)::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 5px;
	width: 5px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 15px;
}

.news_list li p:last-child {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	padding-left: 15px;
}

li.news_s {
	color: #D87514;
}

li.news_s p:nth-child(1)::before {
	background-color: #D87514;
}

li.news_s::before {
	background-color: #D87514;
}

.news_r {
	width: 25%;
	float: left;
}

.news_r_top {
	background-color: #05264F;
	color: #fff;
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
	align-items: center;
	height: 48px;
}

.news_r_top a {
	font-size: 14px;
	line-height: 1;
}

.news_r li {
	margin-top: 30px;
}

.solve_list li p:nth-child(1) {
	background-color: #E5E5E5;
	line-height: 48px;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.solve_list li p:nth-child(2){
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.75;
}
/* 经典案列切换样式 */
.exam_list>div{
	display: none;
}
.exam_list>div:nth-of-type(1){
	display: block;
}
.exam_list_b{
	display: block;
}
@media(max-width:768px){
	.search form{
		margin:0;
		width:100%!important;
		flex-direction: row!important;
		height:40px;
padding:15px!important;
margin-top:15px;
	}
	.search input{
		height:40px;
	}
}