/* pc2 home page */
.imgDiv{
	overflow: hidden;
}
.imgDiv img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ovh5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.wenzi.absolute.banner{ background-image:url("/assets/images/base/banneren.webp")}
.wenzi.absolute.banner p{color:#333333 !important;}
.wenzi.absolute.banner li{font-size:22px; display:flex;align-items:flex-start;margin-bottom:10px;}
.wenzi.absolute.banner li img{ margin-right:10px;}
.wenzi.absolute.banner .bn_a a.ys_a{background-color:#0e8326;}
.wenzi.absolute.banner .bn_a a.gk_a{border:solid 1px #0e8326; color:#0e8326 !important;}
.indexDiv5{
	padding: 80px 0 0;
	background: url(/assets/images/page/index/index_bg1.webp) no-repeat center center;
	background-size: cover;
}
.case .card-view{
	overflow: hidden;
	width: 100%;
}
.case .card-view .card-box{
	white-space: nowrap;
	overflow:hidden;
	overflow-x: scroll;
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	text-align: center;
}
.case .card-view .card-box::-webkit-scrollbar{
	display: none;
	/* Chrome Safari */
}
.case .card-view .card-box .case-card{
	display: inline-block;
	text-align: left;
	white-space: normal;
	width: 378px;
	height: 538px;
	background-color: #f1f5ff;
	border-radius: 13px;
	position: relative;
	margin-right: 30px;
	vertical-align: middle;
}
.case .card-view .card-box .case-card:nth-child(2n){
	background-color:#faf3fe;
}
.case .card-view .card-box .case-card .fengmian{
	width: 378px;
	height: 218px;
	border-radius: 13px 13px 0px 0px;
}
.case .card-view .card-box .case-card .fengmian img{
	border-radius: 13px 13px 0px 0px;
	width: 100%;
	height: 100%;
}
.case .card-view .card-box .case-card .prefix{
	background: #0084fd;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px 0px 13px 0px;
}
.case .card-view .card-box .case-card .prefix img{
	width: 16px;
	margin-right: 6px;
}
.case .card-view .card-box .case-card .info{
	margin: 32px 25px 0px 25px;
}
.case .card-view .card-box .case-card .info .contact{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b6b8bd;
}
.case .card-view .card-box .case-card .info .contact .name{
	font-size: 13px;
	font-weight: 700;
	color: #595757;
	height: 11px;
	line-height: 11px;
	margin-bottom: 6px;
}
.case .card-view .card-box .case-card .info .contact .position{
	font-size: 11px;
	font-weight: 400;
	color: #595757;
	height: 11px;
	line-height: 11px;
}
.case .card-view .card-box .case-card .info .contact .position .position-text{
	margin-left: 6px;
}
.case .card-view .card-box .case-card .info .contact .touxiang{
	height: 34px;
	width: 34px;
	margin-right: 8px;
	border-radius: 34px;
}
.case .card-view .card-box .case-card .info .desc{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}
.case .card-view .card-box .case-card .more{
	color: #0084fd;
	font-size: 17px;
	font-weight: 500;
	position: absolute;
	right: 25px;
	bottom: 50px;
	display: flex;
	align-items: center;
}
.case .card-view .card-box .case-card .more img{
	height: 11px;
	width: 22px;
	margin-left: 9px;
}
.case .button{
	margin: 64px auto 0px auto;
	width: 195px;
	height: 46px;
	background: #0084fd;
	border-radius: 3px;
	color: #FFFFFF !important;
	line-height: 46px;
	text-align: center;
}
@media screen and (max-width: 992px){
.case{
		padding-top: 50px;
		padding-bottom: 15px;
	}
.case .title{
		font-size: 22px;
		margin-bottom: 0px;
		font-weight: 400;
	}
.case .subTitle{
		font-size: 12px;
		line-height: 12px;
	}
.case .card-view{
		margin-bottom: 30px;
	}
.case .card-view .card-box{
		margin-top: 30px;
	}
.case .card-view .card-box .case-card{
		width: 300px;
		height: 380px;
	}
.indexDiv5 .renwu .rwTxt p span{
		margin-left: 8px;
	}
.case .card-view .card-box .case-card .fengmian{
		width: 280px;
		height: 161px;
		border-radius: 13px 13px 0px 0px;
	}
.case .card-view .card-box .case-card .prefix{
		width: 80px;
		height: 20px;
		font-size: 12px;
	}
.case .card-view .card-box .case-card .info{
		margin: 22px 18px 0px 18px;
	}
.case .card-view .card-box .case-card .info .contact .touxiang{
		height: 24px;
		width: 24px;
	}
.case .card-view .card-box .case-card .info .contact .name{
		font-size: 12px;
	}
.case .card-view .card-box .case-card .info .contact .position{
		font-size: 10px;
	}
.case .card-view .card-box .case-card .info .desc{
		font-size: 12px;
	}
.case .card-view .card-box .case-card .more{
		font-size: 14px;
		bottom: 10px;
	}
.case .button{
		margin: 30px auto 25px auto;
		line-height: 34px;
		margin: 40px auto 38px auto;
		height: 38px;
		font-size: 13px;
		padding: 0px 30px 0px 30px;
	}
.case .card-view .card-box .case-card .prefix img{
		width: 12px;
		margin-right: 6px;
	}
.case .card-view .card-box .case-card{
		margin-right: 20px;
	}
}
.indexDiv5 .content .scroll{
	height: 540px;
	margin-bottom: 30px;
	overflow-x: auto;
}
.indexDiv5 .swiper-wrapper{
	transition-timing-function: linear !important;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.indexDiv5 .textDiv{
	border-radius: 13px;
	overflow: hidden;
}
.indexDiv5 .topDiv .bq{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0084fd;
	border-radius: 13px 0px 13px 0px;
	padding: 0 15px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	z-index: 9;
}
.indexDiv5 .topDiv .bq img{
	margin-right: 5px;
}
.indexDiv5 .imgDiv{
	width: 100%;
	height: 217px;
}
.indexDiv5 .imgDiv img{
	width: 100%;
	height: 100%;
}
.indexDiv5 .renwu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0 17px 0;
	border-bottom: 1px #b6b8bd solid;
	margin-bottom: 15px;
}
.indexDiv5 .renwu .rwTxt p span{
	margin-left: 20px;
}
.indexDiv5 .wenzi{
	padding: 28px;
	padding-bottom: 50px;
}
.indexDiv5 .wenzi .txt{
	height: 110px;
	white-space: initial;
}
.indexDiv5 .renwu>img{
	width: 35px;
	height: 35px;
	background-color: #366eff;
	border-radius: 50%;
}
.indexDiv5 .renwu .rwTxt{
	width: calc(100% - 45px);
}
.ljgd{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.ljgd img{
	margin-left: 10px;
	transition: all 0.3s;
}
@media screen and (max-width:992px){
.wenzi.absolute.banner{ background-image:none;}
.wenzi.absolute.banner li{ font-size:14px; margin:0; text-align:center; display:block}
.wenzi.absolute.banner li img{display:none;}
.indexDiv5 .content{
		width: 94%;
		margin: 0 auto;
		margin-top: 30px;
	}
.indexDiv5 .imgDiv{
		height: 150px;
	}
.ljgd{
		margin-top: 20px;
	}
.indexDiv5 .wenzi{
		padding-bottom: 30px;
	}
.indexDiv5 .textDiv{
		height: 100%;
	}
.indexDiv5 .topDiv .bq{
		font-size: 16px;
	}
.indexDiv5{
		padding: 50px 0;
	}
.indexDiv5 .wenzi .txt{
		height: 70px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
.indexDiv5 .wenzi{
		padding: 15px;
	}
}
@media only screen and (max-width:1160px){
.indexDiv5{padding-top:50px;}
.indexDiv5 .wenzi{padding:25px 25px 30px;}
.case .card-view .card-box .case-card{height:520px;}
}
@media only screen and (max-width:992px){
.case .card-view .card-box{margin-top:0;}
}
@media only screen and (max-width:768px){
.indexDiv5{padding:40px 0 0;}
.indexDiv5 .wenzi{padding:20px 20px 25px;}
.case .card-view .card-box .case-card{height:410px;}
}
.banner{width:100%; margin-top:60px; position:relative; overflow:hidden;}
.banner .ban_lm{width:100%; max-width:1250px; position:absolute; bottom:30px; left:50%; border-radius:10px; background-color:rgba(255,255,255,.25); border:1px solid #fff; z-index:99; overflow:hidden;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.banner .ban_lm .row{margin:0;}
.banner .lm_nr{width:20%; border-right:1px solid #d3e0ff;}
.banner .lm_nr:last-child{border-right:0;}
.banner .lm_nr a{width:100%; padding:23px 16px; display:block; position:relative;}
.banner .lm_nr a:hover{background:linear-gradient(top, #d8e6fe, rgba(255,255,255,0));
background:-webkit-linear-gradient(top, #d8e6fe, rgba(255,255,255,0));}
.banner .lm_nr .b_t{font-size:18px; font-weight:bold; line-height:28px; color:#333; margin-bottom:15px;}
.banner .lm_nr .w_z{font-size:14px; line-height:26px; color:#666b75;}
.banner .lm_nr a:hover .w_z{opacity:0;}
.banner .lm_nr .t_b{position:absolute; top:20px; right:16px;}
.banner .lm_nr .t_b img{width:30px; height:auto; display:block;}
.banner .lm_nr .x_q{width:160px; height:30px; border-radius:6px; font-size:12px; line-height:30px; color:#fff; text-align:center; position:absolute; left:16px; bottom:23px; opacity:0;
background:linear-gradient(left, #1b80f9, #9361dd);
background:-webkit-linear-gradient(left, #1b80f9, #9361dd);}
.banner .lm_nr a:hover .x_q{opacity:1;}
.banner .lm_nr .x_q i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:2px; margin-top:-2px;}
@media only screen and (max-width:1160px){
.banner .ban_lm{max-width:96%; padding:0 15px; margin:40px auto 0; position:relative; bottom:auto; left:auto; border-radius:0; background:none; border:0; z-index:99; overflow-x:auto;
transform:none;
-webkit-transform:none;}
.banner .ban_lm::-webkit-scrollbar{display:none}
.banner .ban_lm .row{white-space:nowrap; flex-wrap:nowrap;}
.banner .lm_nr{width:230px; margin-right:10px; border:1px solid #d3e0ff; border-radius:10px; overflow:initial;}
.banner .lm_nr:last-child{border:1px solid #d3e0ff;}
.banner .lm_nr .b_t{font-size:16px; line-height:26px; margin-bottom:10px;}
.banner .lm_nr .w_z{font-size:13px; line-height:22px;}
.banner .lm_nr .t_b{top:15px; right:15px;}
.banner .lm_nr .t_b img{width:22px;}
.banner .lm_nr a{width:230px; padding:15px 10px; border-radius:6px;}
.banner .lm_nr .x_q{left:10px; bottom:15px;}
}
@media only screen and (max-width:768px){
.banner{margin-top:50px;}
.banner .ban_lm{max-width:100%; padding:0 30px; margin:30px auto 0;}
.banner .lm_nr{border-radius:6px;}
.banner .lm_nr a{padding:15px; border-radius:6px;}
.banner .lm_nr .x_q{left:15px; bottom:15px;}
}
@media only screen and (max-width:640px){
.banner .ban_lm{padding:0 15px;}
}
.pc_ban{width:100%; height:640px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-pagination{bottom:170px;}
.pc_ban .swiper-pagination-bullet{width:36px; height:4px; background-color:#0081fa; border-radius:4px !important; opacity:.15;}
.pc_ban .swiper-pagination-bullet-active{opacity:1;}
.pc_ban .container{position:absolute; top:20px; left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.pc_ban .container.con_a{top:12%;}
.pc_ban .container .row{margin:0; justify-content:space-between; align-items:center;}
.pc_ban .ban_wz{width:600px; margin-top:20px; position:relative; z-index:9;}
.pc_ban .ban_wz span.b_q{width:168px; height:40px; border-radius:40px; font-size:16px; line-height:40px; font-weight:bold; color:#fff; text-align:center; display:block; margin-bottom:10px;
background:linear-gradient(left, #1b80f9, #9361dd);
background:-webkit-linear-gradient(left, #1b80f9, #9361dd);}
.pc_ban .ban_wz .b_t{font-size:38px; font-weight:bold; color:#000; line-height:46px;}
.pc_ban .ban_wz .x_b{white-space:nowrap;}
.pc_ban .ban_wz .m_g{margin-left:-20px;}
.pc_ban .ban_wz .w_z{font-size:18px; color:#2b2b2b; line-height:32px; margin:25px 0 40px;}
.pc_ban .ban_wz .s_j{margin-top:30px; font-size:15px; color:#0081fa; line-height:26px;}
.pc_ban .ban_wz .s_j ul{margin:0; justify-content:normal;}
.pc_ban .ban_wz .s_j ul li{margin-right:30px;}
.pc_ban .ban_wz .s_j ul li:last-child{margin-right:0;}
.pc_ban .ban_wz .s_j strong{font-size:32px; font-weight:bold; line-height:36px; color:#0081fa; display:inline-block;}
.pc_ban .ban_wz .s_j p{margin:0; font-size:14px; line-height:26px; color:#666b75;}
.pc_ban .ban_wz .j_s{margin-top:15px; font-size:18px; color:#2b2b2b; line-height:32px;}
.pc_ban .ban_wz .j_s ul li{margin:10px 0;}
.pc_ban .ban_wz .j_s img{display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:15px;}
.pc_ban .ban_wz .a_n{margin-top:40px;}
.pc_ban .ban_wz .a_n a{min-width:152px; height:50px; border-radius:5px; padding:0 15px; font-size:15px; color:#fff; line-height:50px; text-align:center; margin-right:15px; display:inline-block; position:relative;
background:linear-gradient(#9560f0, #9560f0) repeat-y;
background:-webkit-linear-gradient(#9560f0, #9560f0) repeat-y;
background-color:#0081fa;
background-size:0 100%;}
.pc_ban .ban_wz .a_n a:hover{color:#fff; background-size:100% 100%;}
.pc_ban .ban_wz .a_n a.mf_ys{color:#0081fa; background:none; border:1px solid #0081fa; line-height:48px;
background:linear-gradient(#9560f0, #9560f0) repeat-y;
background:-webkit-linear-gradient(#9560f0, #9560f0) repeat-y;
background-size:0 100%;}
.pc_ban .ban_wz .a_n a.mf_ys:hover{border:1px solid #9560f0; background-size:100% 100%; color:#fff;}
.pc_ban .ban_wz .a_n a.w_x{min-width:inherit; border-radius:0; padding:0; color:#0081fa; margin-right:0; background:none;}
.pc_ban .ban_wz .a_n a.w_x i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:3px;}
.pc_ban .ban_tp{width:580px; position:relative;}
.pc_ban .ban_tp img{width:100%; height:auto; display:block;}
.pc_ban .ban_dt{width:535px; margin-top:3%; text-align:center; position:relative;}
.pc_ban .ban_dt img{width:100%; height:auto; display:block;}
.pc_ban .ban_dt a{min-width:152px; height:50px; margin-top:25px; border:1px solid #0081fa; border-radius:5px; padding:0 15px; font-size:15px; color:#0081fa; line-height:48px; text-align:center; display:inline-block; position:relative;
background:linear-gradient(#0081fa, #0081fa) repeat-y;
background:-webkit-linear-gradient(#0081fa, #0081fa) repeat-y;
background-size:0 100%;}
.pc_ban .ban_dt a:hover{color:#fff; background-size:100% 100%;}
.pc_ban .tp_bj{width:100%; height:100%; position:absolute; top:0; left:0; background-position:center; background-repeat:no-repeat; background-size:cover;}
@media only screen and (max-width:1160px){
.pc_ban{height:440px;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:30px;}
.pc_ban .swiper-pagination-bullet{width:30px;}
.pc_ban .container{top:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.pc_ban .container.con_a{top:50%;}
.pc_ban .ban_wz{width:46%;}
.pc_ban .container.con_a .ban_wz{width:55%;}
.pc_ban .ban_wz span.b_q{width:136px; height:32px; border-radius:32px; font-size:15px; line-height:32px;}
.pc_ban .ban_wz .b_t{font-size:30px; line-height:40px;}
.pc_ban .ban_wz .w_z{font-size:15px; line-height:28px; margin:15px 0 25px;}
.pc_ban .ban_wz .s_j{margin-top:20px; font-size:14px;}
.pc_ban .ban_wz .s_j ul li{margin-right:20px;}
.pc_ban .ban_wz .s_j strong{font-size:22px; line-height:30px;}
.pc_ban .ban_wz .j_s{font-size:15px;}
.pc_ban .ban_wz .j_s ul li{margin:6px 0;}
.pc_ban .ban_wz .j_s img{margin-right:10px;}
.pc_ban .ban_wz .a_n{margin-top:15px;}
.pc_ban .ban_wz .a_n a{min-width:146px; height:44px; padding:0 20px; font-size:15px; line-height:44px; margin-right:10px; margin-top:10px;}
.pc_ban .ban_wz .a_n a.mf_ys{line-height:42px;}
.pc_ban .ban_tp{width:46%;}
.pc_ban .ban_dt{width:36%; margin-top:0;}
.pc_ban .ban_dt a{min-width:146px; height:46px; padding:0 15px; font-size:15px; line-height:44px; margin-right:10px;}
}
@media only screen and (max-width:768px){
.pc_ban{height:400px;}
.pc_ban .swiper-pagination{bottom:20px !important;}
.pc_ban .swiper-pagination-bullet{width:26px !important;}
.pc_ban .container{top:40px; left:0;
transform:none;
-webkit-transform:none;}
.pc_ban .container.con_a{top:40px;}
.pc_ban .ban_wz{width:100%; position:relative; z-index:9;}
.pc_ban .container.con_a .ban_wz{width:100%;}
.pc_ban .ban_wz span.b_q{width:120px; height:36px; border-radius:36px; font-size:16px; line-height:36px; font-weight:normal;}
.pc_ban .ban_wz .b_t{font-size:26px; line-height:36px;}
.pc_ban .ban_wz .w_z{font-size:15px; line-height:26px; margin:15px 0 25px;}
.pc_ban .ban_wz .s_j{margin-top:15px;}
.pc_ban .ban_wz .s_j ul{justify-content:normal;}
.pc_ban .ban_wz .s_j ul li{width:calc(33.33333333% - 15px); margin:0 15px 10px 0;}
.pc_ban .ban_wz .s_j strong{font-size:22px; line-height:28px;}
.pc_ban .ban_wz .j_s{font-size:15px;}
.pc_ban .ban_wz .j_s img{margin-right:10px;}
.pc_ban .ban_wz .a_n{margin-top:20px;}
.pc_ban .ban_wz .a_n a{min-width:126px; height:40px; padding:0 15px; font-size:14px; line-height:40px; margin-right:6px; margin-bottom:6px;}
.pc_ban .ban_wz .a_n a.mf_ys{line-height:38px;}
.pc_ban .ban_tp{width:70%; position:absolute; top:20%; right:0;}
.pc_ban .ban_tp img{opacity:.6;}
.pc_ban .ban_dt{width:44%;}
.pc_ban .ban_dt{min-width:126px; height:40px; font-size:14px; line-height:38px; margin-top:20px;}
}
@media only screen and (max-width:640px){
.pc_ban .container{top:15px;}
.pc_ban .container.con_a{top:15px;}
.pc_ban .ban_wz span.b_q{font-size:15px;}
.pc_ban .ban_wz .b_t{font-size:22px; line-height:30px;}
.pc_ban .ban_wz .x_b{white-space:normal;}
.pc_ban .ban_wz .m_g{margin:0;}
.pc_ban .ban_wz .s_j ul li{width:calc(50% - 15px); margin:0 15px 0 0;}
.pc_ban .ban_wz .a_n{margin-top:10px;}
.pc_ban .ban_dt{width:70%; margin-top:40px;}
}
.sy_ss{width:100%; padding:90px 0; background:url(./images/bg_2.webp) no-repeat top center / cover; overflow:hidden;}
.sy_ss .sy_bt{margin-bottom:50px;}
.sy_ss .ss_nr{padding:0 30px 20px; border:3px solid #3a7df5; border-radius:30px; overflow:hidden; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.sy_ss .ss_nr input{width:calc(100% - 240px); height:70px; border:0; background:none; font-size:18px; line-height:70px; color:#333; display:block; margin-bottom:10px;}
.sy_ss .ss_nr input::placeholder{color:#9fa2ab;}
.sy_ss .ss_nr button{width:240px; height:50px; border-radius:50px; background:none; border:0; font-size:16px; line-height:50px; text-align:center; color:#fff; display:inline-block; outline:none; overflow:hidden; margin-top:10px;
background:linear-gradient(90deg, #1b80f9, #9361dd);
animation:gradientFlow 1s ease infinite;
-webkit-animation:gradientFlow 1s ease infinite;
transition:all .3s;
-webkit-transition:all .3s;}
.sy_ss .ss_nr button img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ss .ss_nr button:hover img{transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.sy_ss .ss_nr .a_n{width:100%;}
.sy_ss .ss_nr .a_n ul{margin:0 -10px;}
.sy_ss .ss_nr .a_n ul li{width:calc(25% - 20px); margin:0 10px;}
.sy_ss .ss_nr .a_n a{display:block; padding:10px 0; border-radius:40px; font-size:14px; text-align:center; line-height:20px; background-color:#f5f6fa;}
.sy_ss .ss_nr .a_n a.on{color:#9162de; font-weight:bold;}
.sy_ss .ss_nr .a_n img{width:auto; height:20px; display:inline-block; vertical-align:middle; margin-top:-2px;}
.sy_ss .ss_nr .a_n span{display:inline-block;}
.sy_ss .ss_nr .a_n a.on span{animation:wave 1s ease-in-out infinite;
-webkit-animation:wave 1s ease-in-out infinite;}
.sy_ss .ss_nr .a_n a.on span:nth-child(1){animation-delay:0s;}
.sy_ss .ss_nr .a_n a.on span:nth-child(2){animation-delay:.1s;}
.sy_ss .ss_nr .a_n a.on span:nth-child(3){animation-delay:.2s;}
.sy_ss .hx_bt{margin:50px 0 35px;}
.sy_ss .hx_bt h2{font-size:32px; color:#333; line-height:40px; text-align:center;}
.sy_ss .hx_bt h3{max-width:900px; font-size:15px; font-weight:normal; color:#555; line-height:26px; text-align:center; margin:25px auto 0;}
.sy_ss .hx_tp img{width:100%; height:auto; display:block;}
.sy_ss .hx_ts{line-height:26px; color:#ee1c25; margin-top:10px;}
.sy_ss .hx_wz{display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:40px;}
.sy_ss .wz_nr{width:calc(50% - 12px); background-color:#fafbfd; border-radius:30px; overflow:hidden; display:flex; justify-content:space-between;}
.sy_ss .wz_nr .t_p{width:220px; position:relative; z-index:1;}
.sy_ss .wz_nr .t_p img{width:100%; height:auto; display:block;}
.sy_ss .wz_nr .w_z{width:calc(100% - 220px); position:relative;}
.sy_ss .wz_nr .w_z span{position:absolute;top:50%;margin-top:-20px;border:1px solid #f2f0ff;border-radius:40px;padding:0 15px;font-size:13px;color:#5f6670;line-height: 26px;background-color:#fff;white-space:nowrap;}
.sy_ss .wz_nr .w_z span.s_a{margin-top:-80px; right:30px;}
.sy_ss .wz_nr .w_z span.s_b{left:20px;}
.sy_ss .wz_nr .w_z span.s_c{margin-top:40px; right:50px;}
.sy_ss .wz_nr .w_z span.s_d{margin-top: -88px;left:5px;}
.sy_ss .wz_nr .w_z span.s_e{margin-top: -52px;right:5px;}
.sy_ss .wz_nr .w_z span.s_f{left:-10px;padding:0 20px;margin-top: -13px;}
.sy_ss .wz_nr .w_z span.s_g{right:10px;margin-top: 24px;}
.sy_ss .wz_nr .w_z span.s_h{margin-top: 60px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);}
.sy_ss .dz_mc{display:none;}
.sy_ss .gq_qy .row{margin:0;}
.sy_ss .dz_nr{width:14%; text-align:center;}
.sy_ss .dz_nr:first-child{width:20%; margin-right:2%;}
.sy_ss .dz_nr:last-child{width:20%; margin-left:2%;}
.sy_ss .dz_nr .z_m{width:146px; height:40px; border-radius:10px; background-color:#f5f4fa; margin-bottom:20px; font-size:15px; font-weight:bold; line-height:40px; color:#2d3137; display:inline-block;}
.sy_ss .dz_nr ul{display:flex; flex-wrap:wrap;}
.sy_ss .dz_nr ul li{width:50%; margin-top:30px;}
.sy_ss .dz_nr:first-child ul li{width:33.33333333%;}
.sy_ss .dz_nr:last-child ul li{width:33.33333333%;}
.sy_ss .dz_nr:nth-child(3) ul li{width:100%;}
.sy_ss .dz_nr .t_b{display:block; position:relative;}
.sy_ss .dz_nr .t_b img{max-width:100%; border-radius:5px; box-shadow:-3px 0 10px #d0d9e3;}
.sy_ss .dz_nr .w_z{font-size:12px; color:#666; line-height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-top:10px;}
.sy_ss .dz_nr a:hover .w_z{color:#0084fd;}
@media only screen and (max-width:1440px){
.sy_ss .dz_nr:first-child{width:22%; margin-right:0;}
.sy_ss .dz_nr:last-child{width:22%; margin-left:0;}
.sy_ss .dz_nr .z_m{height:36px; line-height:36px;}
.sy_ss .dz_nr ul li{margin-top:40px;}
}
@media only screen and (max-width:1160px){
.sy_ss{padding:50px 0; background:none;}
.sy_ss .sy_bt{margin-bottom:35px;}
.sy_ss .ss_nr{padding:0 20px 30px; border:2px solid #3a7df5; border-radius:20px; position:relative; display:flex; flex-wrap:wrap;}
.sy_ss .ss_nr input{width:calc(100% - 200px); height:60px; font-size:16px; line-height:60px;}
.sy_ss .ss_nr button{width:200px; height:40px; font-size:15px; line-height:40px; float:none; margin-top:10px;}
.sy_ss .ss_nr .a_n ul li{width:calc(50% - 20px); margin:10px 10px 0;}
.sy_ss .ss_nr .a_n a{padding:8px 15px; border-radius:36px; font-size:15px;}
.sy_ss .hx_bt{margin:40px 0 30px;}
.sy_ss .hx_bt h2{font-size:28px; line-height:36px;}
.sy_ss .hx_bt h3{margin:15px auto 25px;}
.sy_ss .hx_wz{margin-top:30px;}
.sy_ss .wz_nr{width:calc(50% - 10px); border-radius:20px;}
.sy_ss .wz_nr .t_p{width:150px;}
.sy_ss .wz_nr .w_z{width:calc(100% - 150px);}
.sy_ss .wz_nr .w_z span{margin-top:-16px; border-radius:32px; padding:0 10px; font-size:12px; line-height:30px;}
.sy_ss .wz_nr .w_z span.s_a{margin-top:-60px; right:30px;}
.sy_ss .wz_nr .w_z span.s_b{left:30px;}
.sy_ss .wz_nr .w_z span.s_c{margin-top:30px; right:10px;}
.sy_ss .wz_nr .w_z span.s_d{margin-top:-60px; left:10px;}
.sy_ss .wz_nr .w_z span.s_e{margin-top:-60px; right:10px;}
.sy_ss .wz_nr .w_z span.s_f{left:-10px; padding:0 15px;}
.sy_ss .wz_nr .w_z span.s_g{right:20px;}
.sy_ss .wz_nr .w_z span.s_h{margin-top:30px; left:43%;}
.sy_ss .dz_nr .z_m{width:110px; height:32px; border-radius:16px; font-size:13px; line-height:32px; white-space:nowrap;}
.sy_ss .dz_nr ul li{margin-top:20px;}
.sy_ss .dz_nr .t_b img{max-width:32px;}
.sy_ss .dz_nr .w_z{white-space:nowrap;
transform:scale(.9);
-webkit-transform:scale(.9);}
}
@media only screen and (max-width:768px){
.sy_ss{padding:40px 0;}
.sy_ss .ss_nr{padding:0 15px; border:1px solid #3a7df5; border-radius:10px;}
.sy_ss .ss_nr input{height:50px; font-size:14px; line-height:50px; margin-bottom:0;}
.sy_ss .ss_nr button{height:32px; font-size:14px; line-height:32px;}
.sy_ss .ss_nr .a_n{width:100%; position:relative; bottom:auto; left:auto; margin-top:10px;}
.sy_ss .ss_nr .a_n ul{margin:0 -7px;}
.sy_ss .ss_nr .a_n ul li{width:calc(50% - 14px); margin:0 7px 10px;}
.sy_ss .ss_nr .a_n a{padding:8px 0; border-radius:36px; font-size:14px; text-align:center; width:100%;}
.sy_ss .ss_nr .a_n a.on{font-weight:normal;}
.sy_ss .hx_bt{margin:35px 0 25px;}
.sy_ss .hx_bt h2{font-size:22px; line-height:30px;}
.sy_ss .hx_bt h3{margin:15px auto 0;}
.sy_ss .hx_wz{margin-top:0;}
.sy_ss .wz_nr{width:100%; border-radius:10px; margin-top:20px;}
.sy_ss .wz_nr .t_p{width:140px;}
.sy_ss .wz_nr .w_z{width:calc(100% - 140px);}
.sy_ss .wz_nr .w_z span{margin-top:-11px; border-radius:22px; padding:0 8px; font-size:12px; line-height:22px;}
.sy_ss .wz_nr .w_z span.s_a{margin-top:-40px;right: 0;}
.sy_ss .wz_nr .w_z span.s_b{left: -21px;}
.sy_ss .wz_nr .w_z span.s_c{margin-top:20px; right:20px;}
.sy_ss .wz_nr .w_z span.s_d{margin-top: -37px;left:0;}
.sy_ss .wz_nr .w_z span.s_e{margin-top: -62px;right:0;}
.sy_ss .wz_nr .w_z span.s_f{left:-10px; padding:0 15px;}
.sy_ss .wz_nr .w_z span.s_g{right:0;margin-top: 38px;}
.sy_ss .wz_nr .w_z span.s_h{margin-top: 12px;left:43%;}
.sy_ss .dz_mc{display:block; margin-bottom:20px; padding-bottom:5px;}
.sy_ss .dz_mc ul{overflow-x:scroll; white-space:nowrap;}
.sy_ss .dz_mc ul::-webkit-scrollbar{display:none}
.sy_ss .dz_mc ul li{min-width:130px; height:32px; padding:0 10px; border-radius:16px; background-color:#f5f4fa; margin-right:12px; font-size:14px; text-align:center; line-height:32px; color:#2d3137; display:inline-block;}
.sy_ss .dz_mc ul li.on{background-color:#0081fa; color:#fff;}
.sy_ss .dz_mc ul li:last-child{margin-right:0;}
.sy_ss .dz_nr{width:100% !important; display:none;}
.sy_ss .dz_nr.on{display:block;}
.sy_ss .dz_nr ul li{width:25% !important; margin-top:15px;}
.sy_ss .dz_nr .z_m{display:none;}
.sy_ss .dz_nr .t_b img{max-width:36px;}
.sy_ss .dz_nr .w_z{transform:scale(1);
-webkit-transform:scale(1);}
}
@media only screen and (max-width:640px){
.sy_ss .ss_nr input{width:100%;}
.sy_ss .ss_nr button{width:100%;}
.sy_ss .ss_nr .a_n ul li{width:100%;}
.sy_ss .wz_nr .w_z span{transform:scale(.8);
-webkit-transform:scale(.8);}
.sy_ss .wz_nr .w_z span.s_h{transform:scale(.8) translateX(-50%);
-webkit-transform:scale(.8) translateX(-50%);}
}
.sy_gn{width:100%; padding:90px 0; background:url(./images/gn_bj.webp) no-repeat center / cover; overflow:hidden;}
.sy_gn .gn_js{width:100%; background:url(./images/cont_bg.webp) no-repeat center / cover; border-radius:30px; overflow:hidden;}
.sy_gn .gn_zs{width:100%;}
.sy_gn .gn_zs img{width:100%; height:auto; display:block;}
.sy_gn .gn_zs img.d_w{position:absolute; top:0; left:0;}
.sy_gn .gn_pc{position:relative;}
.sy_gn .pc_tp{position:absolute;}
.sy_gn .pc_tp .b_t{position:absolute; left:25px; font-size:13px; font-weight:bold; line-height:32px;}
.sy_gn .gn_wp{display:none; position:relative;}
@media only screen and (max-width:1160px){
.sy_gn{padding:50px 0;}
.sy_gn .gn_js{border-radius:20px;}
.sy_gn .pc_tp .b_t{left:20px; font-size:13px !important; font-weight:bold; line-height:30px;}
}
@media only screen and (max-width:768px){
.sy_gn{padding:40px 0;}
.sy_gn .gn_js{border-radius:10px;}
.sy_gn .gn_pc{display:none;}
.sy_gn .gn_wp{display:block;}
}
#contrasl{width:100%; margin-bottom:50px;}
#contrasl ul{margin:0; justify-content:center;}
#contrasl a{width:170px; margin:0 15px; display:block; font-size:17px; color:#666; line-height:22px; text-align:center;}
@media only screen and (max-width:1160px){
#contrasl{margin-bottom:30px;}
#contrasl a{width:150px; margin:0 10px; font-size:15px;}
}
@media only screen and (max-width:768px){
#contrasl{overflow-x:auto; margin-bottom:15px;}
#contrasl::-webkit-scrollbar{display:none}
#contrasl ul{flex-wrap:nowrap; justify-content:normal;}
#contrasl a{margin:0 10px 0 0; font-size:13px; line-height:22px; overflow:initial;}
}
.sy_hb{width:100%; padding:80px 0; overflow:hidden;}
@media only screen and (max-width:1160px){
.sy_hb{padding:50px 0;}
}
@media only screen and (max-width:768px){
.sy_hb{padding:40px 0;}
}
.al_ka{overflow:hidden; position:relative;}
.al_ka .bd ul li{width:auto !important; border-radius:6px; border:1px solid #f0f0f0; max-width:180px; margin-right:20px; overflow:hidden;}
.al_ka .bd img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.al_ka .bd ul li{max-width:160px; margin-right:15px;}
}
@media only screen and (max-width:768px){
.al_ka .bd ul li{max-width:150px; margin-right:10px;}
}
.al_kb{margin-top:20px; overflow:hidden; position:relative;}
.al_kb .bd ul li{width:auto !important; border-radius:6px; border:1px solid #f0f0f0; max-width:180px; margin-right:20px; overflow:hidden;}
.al_kb .bd img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.al_kb{margin-top:15px;}
.al_kb .bd ul li{max-width:160px; margin-right:15px;}
}
@media only screen and (max-width:768px){
.al_kb{margin-top:10px;}
.al_kb .bd ul li{max-width:150px; margin-right:10px;}
}
.sy_xw{width:100%; padding:90px 0; background:url(./images/xw_bj.webp) no-repeat top center / cover; overflow:hidden;}
.sy_xw .sy_bt{margin-bottom:30px;}
.sy_xw .hd{width:324px; height:58px; padding:6px; border-radius:58px; background-color:rgba(255,255,255,.5); margin:0 auto 40px; text-align:center;}
.sy_xw .hd ul{width:100%; display:flex; justify-content:space-between;}
.sy_xw .hd ul li{width:150px; height:46px; border-radius:46px; font-size:17px; font-weight:bold; line-height:46px; cursor:pointer; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .hd ul li.on{color:#fff; background:url(./images/xw_an.webp) no-repeat center / cover;}
.sy_xw .hd ul li:hover{color:#fff; background:url(./images/xw_an.webp) no-repeat center / cover;}
.sy_xw .row{margin:0; justify-content:space-between;}
.sy_xw .tw_zc{width:calc(53% - 15px); border-radius:6px; background-color:#fff; overflow:hidden; position:relative;}
.sy_xw .swiper-button-prev{width:40px; height:40px; border:1px solid #e4e4e4; line-height:38px; text-align:center; color:#555; border-radius:50%; background-color:#fff; top:inherit; left:inherit; right:80px; bottom:30px; box-shadow:0 0 10px rgba(0,0,0,.05);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .swiper-button-prev:hover{background-color:#0081fa; border:1px solid #0081fa; color:#fff;}
.sy_xw .swiper-button-next{width:40px; height:40px; border:1px solid #e4e4e4; line-height:38px; text-align:center; color:#555; border-radius:50%; background-color:#fff; top:inherit; right:30px; bottom:30px;
box-shadow:0 0 10px rgba(0,0,0,.05);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .swiper-button-next:hover{background-color:#0081fa; border:1px solid #0081fa; color:#fff;}
/* Hide Swiper default ::after arrows; custom iconfont icons are used instead */
.sy_xw .swiper-button-next:after,
.sy_xw .swiper-button-prev:after{display:none; content:none;}
.sy_xw .t_p{height:310px; overflow:hidden;}
.sy_xw .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
user-select:none;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .tw_zc:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_xw .w_z{padding:20px;}
.sy_xw .w_z h3{font-size:24px; line-height:34px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .w_z h3 a:hover{color:#0081fa;}
.sy_xw .w_z p{width:calc(100% - 130px); font-size:16px; color:#666b75; line-height:26px; margin:10px 0 15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .w_z span{color:#666b75;}
.sy_xw .tw_yc{width:calc(47% - 15px); padding:40px; border-radius:6px; background-color:#fff; overflow:hidden;}
.sy_xw .tw_yc ul li{display:flex; flex-wrap:wrap; justify-content:space-between; font-size:16px; line-height:44px;}
.sy_xw .tw_yc ul li span.x_h{width:26px;}
.sy_xw .tw_yc ul li span.s_j{width:80px; font-size:12px; color:#666b75; text-align:right;}
.sy_xw .tw_yc ul li a{width:calc(100% - 106px); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:inline-block;}
.sy_xw .tw_yc ul li a:hover{color:#0081fa;}
.sy_xw .tw_yc a.lj_gd{margin-top:15px; font-size:16px; line-height:26px; color:#0081fa; display:inline-block;}
@media only screen and (max-width:1160px){
.sy_xw{padding:50px 0;}
.sy_xw .sy_bt{margin-bottom:25px;}
.sy_xw .hd{width:300px; height:50px; padding:5px; border-radius:50px; margin:0 auto 30px;}
.sy_xw .hd ul li{width:140px; height:40px; border-radius:40px; font-size:17px; line-height:40px;}
.sy_xw .tw_zc{width:calc(50% - 10px);}
.sy_xw .swiper-button-prev{width:36px; height:36px; line-height:34px; right:65px; bottom:25px;}
.sy_xw .swiper-button-next{width:36px; height:36px; line-height:34px; right:20px; bottom:25px;}
.sy_xw .t_p{height:260px;}
.sy_xw .w_z{padding:15px;}
.sy_xw .w_z h3{font-size:20px; line-height:30px;}
.sy_xw .w_z p{font-size:15px;}
.sy_xw .tw_yc{width:calc(50% - 10px); padding:30px;}
.sy_xw .tw_yc ul li{font-size:15px; line-height:40px;}
.sy_xw .tw_yc ul li span.s_j{width:70px;}
.sy_xw .tw_yc ul li a{width:calc(100% - 96px);}
.sy_xw .tw_yc a.lj_gd{margin-top:10px; font-size:15px;}
}
@media only screen and (max-width:768px){
.sy_xw{padding:40px 0;}
.sy_xw .tw_zc{width:100%;}
.sy_xw .w_z h3{font-size:18px; line-height:28px;}
.sy_xw .tw_yc{width:100%; padding:20px; margin-top:20px;}
}
