/* 顶部轮播图 start */

.top-swiper {
	width: 100%;
	height: 100%;
	margin-top: 70px;
}

.top-swiper .banner, .bg-img {
	width: 100%;
}

.top-swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.top-swiper .swiper-container span {
	box-shadow: 0px 1px 4px #666;
	opacity: 1;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
}

.top-swiper .swiper-container .swiper-pagination-bullet-active {
	background: #0243c3;
}

.top-swiper .swiper-container-horizontal .swiper-pagination {
	bottom: 5%;
}

.top-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.top-swiper .swiper-slide a {
	display: block;
}

.top-swiper .swiper-slide a.no-click {
	cursor: default;
}

.top-swiper .swiper-container span {
	width: 13px;
	height: 13px;
	background: none;
	border: 1px solid #fff;
	border-radius: 10px;
}

.top-swiper .swiper-container .swiper-pagination-bullet-active {
	background: #fff;
	box-shadow: 0 0 10px #6b6b6b;
}

/* 顶部轮播图 end */

.information-center {
	background-color: #5aa7e3;
}

.information-center .information {
	position: relative;
	padding: 36px 0px;
}

.information-center .information::after, .customers-content .customers::after {
	content: " ";
	position: absolute;
	bottom: -56px;
	left: calc(calc(100% - 112px) / 2);
	width: 0;
	height: 0;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 57px solid #5aa7e3;
	z-index: 2;
}

.information .title, .case .title, .customers .title, .products-content .title {
	font-size: 28px;
	letter-spacing: 6px;
	margin-bottom: 44px;
	color: #fff;
	text-align: center;
}

.information ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.information ul li {
	width: 289px;
	height: 382px;
	margin-right: 14px;
}

.information ul li a {
	display: block;
	padding: 0 22px;
	height: 368px;
	border: 1px solid #84ceff;
}

.information ul li:last-child {
	margin-right: 0px;
}

.information ul li:hover {
	background: url(../../images/counseling_details.png) no-repeat center center;
	background-size: cover;
}

.information ul li:hover a {
	border: 1px solid transparent;
}

.information .img-box {
	width: 244px;
	height: 135px;
	margin: 15px 0;
}

.information .heading {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

.information .subheading {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #fff;
}

.information .more-btn,.apply .more-btn, .case .more-btn, .customers .more-btn {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
	border-radius: 5px;
}

.information .more-btn:hover,
.apply .more-btn:hover {
	background-color: #f27622;
	border: 1px solid #f27622;
}

/* 主营产品 start */

.main-products {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 820px;
}

.main-products .products-content {
	position: relative;
	padding: 100px 0 54px;
}

/* 底部三角 start */

.main-products .triangle-left, .main-products .triangle-right {
	position: absolute;
	width: calc(50% - 56px);
	height: 0px;
	bottom: 0px;
	background-color: transparent;
}

.main-products .triangle-left {
	left: 0;
	border-right: 56px solid transparent;
	border-bottom: 57px solid #fff;
}

.main-products .triangle-right {
	right: 0;
	border-left: 56px solid transparent;
	border-bottom: 57px solid #fff;
}

/* 底部三角 end */

.products-content .products-nav {
	text-align: center;
	margin-bottom: 25px;
}

.products-content .products-nav ul {
	display: flex;
	justify-content: center;
}

.products-content .products-nav ul li {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 6px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.products-content .products-nav ul li.active {
	background-color: #f27622;
}

.content-box .box .products-img {
	width: 388px;
	height: 370px;
	background-color: #fff;
	;
}

.content-box .box .products-text {
	width: calc(100% - 388px);
	padding: 50px 30px;
	background-color: #fff;
}

.products-text .title-box {
	border-bottom: 1px solid #eeeeee;
}

.products-text .title-box .small-title {
	font-size: 30px;
	color: #333333;
}

.products-text .title-box .small-title a {
	display: inline-block;
	margin-left: 12px;
	font-size: 14px;
	color: #f27622;
}

.products-text .title-box .subheading {
	padding: 14px 0;
	font-size: 16px;
	color: #484848;
}

.products-text .introduction, .products-text .application {
	margin: 10px 0;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.products-text .application {
	margin: 0;
}

.products-content .apply {
	height: 32px;
	padding: 24px 15px;
	background-color: rgba(0,0,0,0.8);
}
.products-content .apply .layui-form-label {
	width: 118px;
	display: flex;
    justify-content: space-around;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.products-content .apply .name-entity {
	width: 412px;
}
.products-content .apply .layui-input-block {
	margin-top: 25px;
	text-align: center;
	margin-left: 0px;
}
.products-content .apply .layui-btn-normal {
	width: 150px;
	border-radius: 5px;
	font-size: 18px;
	background-color: #f27622;
}

.products-content .apply .layui-input {
	height: 33px;
	background-color: rgba(255,255,255,.4);
	border-color: #7c7c7c;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}

/* 重写input提示文字样式 start */

input::-webkit-input-placeholder {
	font-size: 16px;
	color: #c3c3c3;
}

input:-ms-input-placeholder {
	/* IE10+ */
	font-size: 16px;
	color: #c3c3c3;
}

input:-moz-placeholder {
	/* Firefox4-18 */
	font-size: 16px;
	color: #c3c3c3;
}

input::-moz-placeholder {
	/* Firefox19+ */
	font-size: 16px;
	color: #c3c3c3;
}

/* 重写input提示文字样式 end */

/* 主营产品 end */

.customers-content {
	background-color: #ffffff;
}

.customers-content .customers {
	position: relative;
	padding: 40px 0 30px;
}

.customers-content .customers::after {
	border-top: 57px solid #fff;
}

.customers .title {
	margin-bottom: 30px;
	color: #000;
}

.customers .subheading {
	margin-bottom: 25px;
	padding: 0 58px;
	font-size: 14px;
	text-align: center;
}

.customers .emphasis-title {
	margin-bottom: 55px;
	font-size: 28px;
	text-align: center;
}

.customers .emphasis-title span {
	color: #f27622;
}

.customers-swiper {
	padding-bottom: 40px;
}

.customers-swiper .content-swiper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content-swiper .current-swiper {
	width: 920px;
	height: 410px;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 99;
}

.current-swiper .swiper-wrapper .swiper-slide {
	background-color: #fff;
}

.content-swiper .left-swiper {
	position: absolute;
	left: 90px;
	top: 24px;
	z-index: 1;
}

.content-swiper .right-swiper {
	position: absolute;
	right: 90px;
	left: auto;
	top: 24px;
	z-index: 1;
}

.content-swiper .nocurrent-swiper {
	width: 479px;
	height: 368px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.content-swiper .nocurrent-swiper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 90%);
	z-index: 99;
}

.swiper-slide ul {
	display: flex;
	flex-wrap: wrap;
	padding: 44px 38px 10px 0;
}

.nocurrent-swiper .swiper-slide ul {
	padding: 22px 18px 10px 0;
}

.swiper-slide ul li {
	margin-left: 37px;
}

.swiper-slide .img {
	width: 108px;
	height: 108px;
	border: 1px solid #eeeeee;
}

.nocurrent-swiper .swiper-slide .img {
	border: 1px solid #000;
}

.swiper-slide .title {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
	width: 110px;
	letter-spacing: unset;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-size: 22px;
	color: #fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #f8ba90;
	border-radius: 30px;
}

.case-center {
	background-color: #f5f5f5;
}

.case-center .case {
	padding: 120px 0 50px;
}

.case .title {
	color: #000;
}

.case ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}

.case ul li {
	width: 380px;
	height: 200px;
	margin-right: 34px;
}

.case ul li:last-child {
	margin-right: 0;
}

.case ul li:hover .text {
	background-color: #f3802de6;
}

.case .img-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.case .img-box img {
	width: 100%;
	height: 100%;
}

.content-box .box {
	display: none;

}

.case .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: calc(100% - 32px);
	padding: 0 16px;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	background-color: rgba(0,0,0,.6);
}

.case .more-btn, .customers .more-btn {
	color: #f27622;
	border: 1px solid #f27622;
}

.case .more-btn:hover, .customers .more-btn:hover {
	color: #fff;
	background-color: #f27622;
}


