.plan_wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* banner */
.plan_banner {
	width: 75rem;
	height: 20rem;
}

.plan_banner img {
	width: 75rem;
	height: 20rem;
}

/* 平台介绍 */
.plat_introduce_wrap>h5 {
	width: 75rem;
	margin: 0 auto;
	padding: 2rem 5rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 3rem;
	line-height: 5rem;
	color: #1a1c1d;
}

.plat_introduce_wrap>h5 span {
	font-family: ArialMT;
	font-size: 2rem;
}

/* 平台分类 */
.plan_type_plat {
	width: 75rem;
	margin: 0 auto;
	padding: 0 4.7rem;
	display: flex;
	justify-content: space-between;
}

/* 单个平台 */
.plat_item {
	width: 15.9rem;
	border-radius: 0.5rem;
	color: #5d5d5d;
}

/* 平台内容 */
.plat_item_content {
	width: 15.9rem;
	height: 21.8rem;
	background-color: #eeeeee;
	border-radius: 0.5rem;
	padding: 0 1rem;
	padding-top: 3.8rem;
	text-align: center;
	cursor: pointer;
}

.plat_item_active:nth-child(1) .plat_item_content,
.plat_item:nth-child(1):hover .plat_item_content {
	background: url('/image/plan/plat-1.png') no-repeat;
	background-size: 100% 100%;
}

.plat_item_active:nth-child(2) .plat_item_content,
.plat_item:nth-child(2):hover .plat_item_content {
	background: url('/image/plan/plat-2.png') no-repeat;
	background-size: 100% 100%;
}

.plat_item_active:nth-child(3) .plat_item_content,
.plat_item:nth-child(3):hover .plat_item_content {
	background: url('/image/plan/plat-3.png') no-repeat;
	background-size: 100% 100%;
}

.plat_item_active:nth-child(4) .plat_item_content,
.plat_item:nth-child(4):hover .plat_item_content {
	background: url('/image/plan/plat-4.png') no-repeat;
	background-size: 100% 100%;
}

/* 图片 */
.plat_item_img {
	width: 6.2rem;
	height: 6.2rem;
	margin-left: 3.8rem;

}

.plat_item_img img {
	width: 100%;
	height: 100%;
}

.plat_img_hide {
	display: block;
}

.plat_img_active {
	display: none;
}

.plat_item_text>h5 {
	font-family: SourceHanSansCN-Medium;
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 1.7rem;
}

.plat_item_text>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.2rem;
	margin-top: 1rem;
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.plat_active {
	display: none;
	margin-top: 1rem;
	margin-bottom: 1.8rem;
	text-align: center;
}

.plat_active img {
	width: 2.8rem;
	height: 1.4rem;
}

.plat_item_active,
.plat_item:hover {
	color: #ffffff;
}

.plat_item_active .plat_active,
.plat_item:hover .plat_active,
.plat_item:hover .plat_img_active,
.plat_item_active .plat_img_active {
	display: block;
}

.plat_item:hover .plat_img_hide,
.plat_item_active .plat_img_hide {
	display: none;
}

.plat_introduce_item {
	display: none;
	width: 65.5rem;
	height: 46.3rem;
	margin: 0 auto;
}

.plat_introduce_item img {
	width: 100%;
	height: 100%;
}

.plat_introduce_item:first-child {
	display: block;
}

/* 企业愿景 */
.vision {
	margin: 0 auto;
	width: 65.5rem;
	height: 10.3rem;
}

.vision img {
	width: 100%;
	height: 100%;
}

/* 表单 */
.product_form_box{
	width: 75rem;
	margin-top: 2.4rem;
}
.product_form{
	text-align: center;
}
.form_text_box{
	width: 75rem;
	height: 7.6rem;
	padding: 1.75rem 5rem;
	background-color: #eeeeee;
	display: flex;
	justify-content: space-between; 
}
.form_text_box input[type="text"]{
	width: 19.5rem;
	height: 4.1rem;
	background-color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.1rem;
	color: #5e5e5e;
	padding:0 1em ;
}

.product_form input[type="button"]{
	width: 17.7rem;
    height: 6rem;
    background-color: #0068b7;
    border-radius: 360px;
    font-family: SourceHanSansCN-Regular;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #ffffff;
    margin: 3rem 0;
}
