@font-face {
	font-family: AlibabaPuHuiTi;
	/*src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf);*/
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	vertical-align: baseline;
	list-style: none;
	box-sizing: border-box;
	font-family: 'AlibabaPuHuiTi' !important;
}

/* 去除 input 聚焦后的边框颜色 */
input:focus {
	outline: none;
	border-color: transparent;
	/*font-size: 1rem;*/
}

ul li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: none;
}

.yzModule {}

.area {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.yzModule .header {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 65rem;
	background-image: url('/static/yzimg/yzbg.png');
}

.yzModule .header .header_area {
	padding-top: 20rem;
}

.yzModule .header .header_area .text1 {
	width: 20rem;
	height: 2.5625rem;
	font-size: 1.5rem;
	background-color: #0067ED;
	text-align: center;
	color: #fff;
	line-height: 2.5625rem;
	margin-bottom: 1.5rem;
	border-radius: 20.82px 20.82px 20.82px 0px;
}

.yzModule .header .header_area .text2 {
	font-size: 4rem;
	color: #000000;
	font-weight: 700;
	margin-bottom: 2rem;
}

.yzModule .header .header_area .text3 {
	font-size: 1.3rem;
	color: #000000;
	margin-top: 3rem;
	margin-bottom: 6.1875rem;
}

.yzModule .header .header_area .input_box {
	width: 29.75rem;
	height: 4rem;
	border-radius: 3.125rem;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 0.25rem;
	padding-left: 1.5625rem;
}

.yzModule .header .header_area .input_box .text4 {
	width: 7.5rem;
	height: 3.4375rem;
	text-align: center;
	line-height: 3.4375rem;
	border-radius: 3.125rem;
	color: #fff;
	background-color: #0067ED;
	cursor: pointer;
}

.yzModule .slBox {
	height: 67.5rem;
	position: relative;
}

.yzModule .slBox .img1 {
	width: 37.875rem;
	height: 37.875rem;
	position: absolute;
	right: 0.875rem;
	top: 4.5625rem;
	z-index: -1;
}

.yzModule .slBox .img2 {
	position: absolute;
	left: 2.5625rem;
	bottom: 2.875rem;
	z-index: -1;
}

.yzModule .slBox .top {
	text-align: center;
	padding-top: 6.5rem;
	position: relative;
}

.yzModule .slBox .top .title {
	font-size: 3.5rem;
	font-weight: 500;
	color: #000000;
	margin-bottom: 2.4rem;

}

.yzModule .slBox .top .title1 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #999999;

}

.yzModule .slBox .top .left_text {
	position: absolute;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	left: 30%;
	top: 35%;
	width: 5.4375rem;
	text-align: center;
	line-height: 1.5rem;
	height: 2.0625rem;
	background-image: url(/static/yzimg/yz4.png);

}

.yzModule .slBox .item_box {
	height: 30rem;
	width: 1300px;
	margin: 0 auto;
	margin-top: 11rem;
	display: flex;
	justify-content: space-between;
}

.yzModule .slBox .item_box .item {
	width: 25rem;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 3.1875rem 1.125rem #F3F5FB;
	border-radius: 1.625rem;
}

.yzModule .slBox .item_box .item .noactive {
	width: 100%;
	height: 100%;
	border-radius: 1.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.yzModule .slBox .item_box .item .active {
	width: 100%;
	height: 100%;
	border-radius: 1.625rem;
	padding: 1.4375rem 2.4375rem 0 2.4375rem;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.yzModule .slBox .item_box .item:hover .noactive {
	opacity: 0;
	display: none
}

.yzModule .slBox .item_box .item:hover .active {
	display: block;
	opacity: 1;
}

.yzModule .slBox .item_box .item .active .active_top {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 5.0625rem;
}

.yzModule .slBox .item_box .item .active .active_item_box {
	display: flex;
	flex-wrap: wrap;

}

.yzModule .slBox .item_box .item .active .active_item_box .active_item {
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	font-size: 1rem;
	margin-bottom: 3.75rem;
}

.yzModule .slBox .item_box .item .active .active_item_box .active_item .active_itemimg1 {
	width: 4.625rem;
	height: 4.625rem;
	margin-bottom: 0.75rem;
}

.yzModule .slBox .item_box .item .active .itemimg1 {
	width: 1.9375rem;
	height: 1.75rem;
	margin-right: 0.5rem;
	margin-top: 0.625rem;
}

.yzModule .slBox .item_box .item .noactive .itemimg1 {
	width: 5.625rem;
	height: 5.1875rem;
	margin-right: -1rem;
}

.yzModule .slBox .item_box .item .noactive .text1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 1.25rem 0 1.25rem 0;
}

.yzModule .slBox .item_box .item .noactive .text2 {
	font-size: 1rem;
	color: #666666;
	font-weight: 500;
}

.yzModule .xfBox {
	height: 67.5rem;
	background-color: #F9FBFE;
}

.yzModule .xfBox .text1 {
	text-align: center;
	color: #000000;
	font-size: 3.5rem;
	padding-top: 4.375rem;
	margin-bottom: 1.875rem;
}

.yzModule .xfBox .text2 {
	text-align: center;
	color: #999999;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.yzModule .xfBox .container {
	width: 1300px;
	/* 定义列数为自动计算，根据内容自动调整 */
	columns: auto;
	/* 设置列的最小宽度为 200px */
	column-width: 26rem;
	/* 列之间的间距为 20px */
	column-gap: 1.25rem;
	/* 设置容器的高度为 300px，超过该高度会自动换列 */
	height: 43.1875rem;
	margin: 0 auto;
}

/* 设置每个 div 块的样式 */
.yzModule .xfBox .container .item {
	/* 防止 div 块跨列显示 */
	break-inside: avoid;
	/* 为 div 块添加背景颜色 */
	background-color: #fff;
	/* 为 div 块添加内边距 */
	padding: 1.25rem 1.875rem;
	/* 为 div 块添加外边距 */
	margin-bottom: 1.25rem;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 1.3125rem 0px #E4ECF8;
	font-size: 1.5rem;
}

.yzModule .xfBox .container .item:nth-child(1) {
	background: linear-gradient(180deg, #FFFFFF 0%, #EDF7FF 99%);
}

.yzModule .xfBox .container .item .top {
	display: flex;
	align-items: center;
}

.yzModule .xfBox .container .item .top .img {
	width: 2.8125rem;
	height: 1.1875rem;
	margin-left: 1rem;
}

.yzModule .xfBox .container .item .middle {
	
	height: 4.5rem;
	line-height: 160%;
	margin-top: 1rem;
	font-size:14px;
	color: #999999;
	/* //溢出隐藏省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* //-webkit-line-clamp:1; 超出几行 */
	margin-bottom: 1.0625rem;
}

.yzModule .xfBox .container .item .blue {
	display: flex;
	margin-bottom: 11.6rem;
}

.yzModule .xfBox .container .item .blue .blue_item {
	font-size: 0.875rem;
	border: 1px solid #999999;
	border-radius: 0.2rem;
	color: #999999;
	padding: 0.125rem 0.25rem;
	margin-right: 0.625rem;
}

.yzModule .xfBox .container .item .fot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yzModule .xfBox .container .item .fot1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.yzModule .xfBox .container .item .fot .left_btn {
	width: 6.25rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1rem;
	font-weight: 500;
	background: #F9FBFE;
	border-radius: 21.5px;
}

.yzModule .xfBox .container .item .fot .left_btn1 {
	margin-bottom: 0.875rem;
}

.yzModule .xfBox .container .item .fot .right {
	font-size: 0.875rem;
	color: #666666;
}

.yzModule .xfBox .container .item .fot .right .img {
	width: 0.8125rem;
	height: 0.75rem;
}

.yzModule .xfBox .container .item:hover .c_name {
	color: #0067ED;
}

.yzModule .xfBox .container .item:hover .left_btn {
	color: #fff;
	background-color: #0067ED;
}

.yzModule .yzBox {
	height: 67.5rem;
}

.yzModule .yzBox .title1 {
	text-align: center;
	font-size: 3.5rem;
	padding-top: 5rem;
	margin-bottom: 1.5rem;
}

.yzModule .yzBox .title2 {
	font-size: 1.25rem;
	text-align: center;
	color: #999999;
	margin-bottom: 5rem;
}

.yzModule .yzBox .yz_nav {
	width: 60rem;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 500;
	display: flex;
	text-align: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 2.25rem;
}

.yzModule .yzBox .yz_nav .line {
	width: 4.9375rem;
	height: 0.1875rem;
	background-color: #fff;
	margin-top: 0.9rem;
}

.yzModule .yzBox .yz_nav .activeLine {
	background-color: #0067ED;
}

.yzModule .yzBox .yz_nav .nav_name {
	color: #0067ED;
}

.yzModule .yzBox .nav_content {
	width: 100%;
	height: 38.1875rem;
	background-image: url('/static/yzimg/yz14.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.yzModule .yzBox .nav_content .nav_content_area {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.yzModule .yzBox .nav_content .nav_content_area .text_box {
	margin-bottom: 5rem;
}

.yzModule .yzBox .nav_content .nav_content_area .nav_content_area_left {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	padding-top: 7.75rem;
}

.yzModule .yzBox .nav_content .nav_content_area .big_text {
	margin-bottom: 1.3rem;
}

.yzModule .yzBox .nav_content .nav_content_area .smile_text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.yzModule .yzBox .nav_content .nav_content_area .nav_content_area_right {
	width: 73%;
	height: 26.625rem;
	margin-top: 5.75rem;
	margin-left: 50px;
	border-radius: 0.25rem;
	background: linear-gradient(to left, #ffffff, #f5f5f5);
}

.yzModule .yzBox .nav_content .nav_content_area .nav_content_area_right .nav_content1 {
	width: 100%;
	height: 100%;
	display: none;
	padding: 5rem 0 2.125rem 4.375rem;
}

.yzModule .yzBox .nav_content .nav_content_area .nav_content_area_right .nav_content1_title {
	font-size: 1.75rem;
	margin-bottom: 1.125rem;
}

.yzModule .yzBox .nav_content .nav_content_area .nav_content_area_right .nav_content1_text {
	width: 47.8125rem;
	height: 4.5rem;
	color: 100%;
	font-size: 1rem;
	line-height: 140%;
	/* //溢出隐藏省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666666;
	/* //-webkit-line-clamp:1; 超出几行 */
	margin-bottom: 1.5rem;
}

.nav_content_area_right .nav_nice_box {
	display: flex;
}

.nav_content_area_right .nav_nice_box .icon {
	width: 1rem;
	height: 1rem;
	margin-right: 0.625rem;
}

.nav_content_area_right .nav_nice_box span {
	color: #666666;
	font-size: 0.875rem;
}

.nav_nice_box_item {
	display: flex;
	align-items: center;
	margin-right: 2.5rem;
	margin-bottom: 3.75rem;
}

.nav_content1_line {
	
	height: 0.0625rem;
	background-color: #979797;
	opacity: 0.3;
	margin-bottom: 2.5rem;
}

.nav_content1_btn {
	width: 7.4375rem;
	height: 2.6875rem;
	background-color: #0067ED;
	text-align: center;
	line-height: 2.6875rem;
	color: #fff;
	border-radius: 3.125rem;
}

.caseBox {
	width: 100%;
	height: 67.5rem;
	padding-top: 5rem;
	background-image: url('/static/yzimg/yz16.png');
}

.caseBox .title {
	font-size: 3.5rem;
	color: #000000;
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.875rem;
}

.caseBox .title2 {
	font-size: 1.25rem;
	color: #999999;
	text-align: center;
	font-weight: 500;
}

.yzModule .caseBox .caseBox_nav {
	width: 60rem;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 500;
	display: flex;
	text-align: center;
	justify-content: space-between;
	cursor: pointer;
	padding-top: 5rem;
}

.yzModule .caseBox .caseBox_nav .line1 {
	width: 4.9375rem;
	height: 0.1875rem;
	background-color: none;
	margin-top: 1.9375rem;
}

.yzModule .caseBox .caseBox_nav .activeLine1 {
	background-color: #0067ED;
}

.yzModule .caseBox .caseBox_nav .nav_name1 {
	color: #0067ED;
}

.yzModule .caseBox .caseBox_line {
	background-color: #979797;
	opacity: 0.4;
	height: 0.0625rem;
	width: 96.25rem;
	margin: 0 auto;
	margin-bottom: 1.9375rem;
}

/* 设置 Swiper 容器的宽度和高度 */
.yzModule .caseBox .swiper {
	width: 1300px;
	margin-top: 120px;
	cursor: pointer;
	
}

.yzModule .caseBox .swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

/* 设置滑动项的样式 */
.yzModule .caseBox .swiper-slide {
	font-size: 24px;
	background-color: #fff;
	border-radius: 0.625rem;
	padding-bottom: 1.5rem;
}

.yzModule .caseBox .swiper-slide .swiper_img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	border-radius: 10px;
}

.yzModule .caseBox .swiper-slide .name_logo {
	font-size: 1.75rem;
	font-weight: 500;
	padding: 0 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.375rem;
}

.yzModule .caseBox .swiper-slide .name_logo .logo {
	width: 4.8125rem;
	height: 4.125rem;
	background: #fff;
}

.yzModule .caseBox .swiper-slide .textarea {
	width: 92%;
	height: 72px;
	font-size: 1rem;
	color: #999999;
	margin: 0 auto;
	line-height: 160%;
	/* //溢出隐藏省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666666;
	/* //-webkit-line-clamp:1; 超出几行 */
	margin-bottom: 1rem;
}
.yzModule .caseBox .swiper-slide .appimg_box{
    width: 100%;
    height: 6.4375rem;
    text-align: right;
    padding-right: 25px;
}
.yzModule .caseBox .swiper-slide .appimg {
	width: 7rem;
	height: 7rem;
	
	

}

.yzModule .caseBox .swiper-slide:hover .button {
	background-color: #0067ED;
	color: #fff;
}

.yzModule .gtBox {
	width: 100%;
	height: 30.5625rem;
	background-image: url('/static/yzimg/yz21.png');
	background-size: 100% 100%;
}

.yzModule .gtBox .title {
	text-align: center;
	font-size: 4rem;
	padding-top: 5.6875rem;
	font-weight: 500;
	margin-bottom: 1.9375rem;
}

.yzModule .gtBox .title2 {
	text-align: center;
	font-size: 1.5rem;
	color: #666666;
}

.yzModule .gtBox .input_box {
	width: 29.75rem;
	height: 4rem;
	border-radius: 3.125rem;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 0.25rem;
	padding-left: 1.5625rem;
	margin: 0 auto;
	margin-top: 3.4375rem;
}

.yzModule .gtBox .input_box .text4 {
	width: 7.5rem;
	height: 3.4375rem;
	text-align: center;
	line-height: 3.4375rem;
	border-radius: 3.125rem;
	color: #fff;
	background-color: #0067ED;
	cursor: pointer;
}

@media only screen and (max-width: 1581px) {
	html {
		font-size: 14px;
	}
}