html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', sans-serif;
}

body {
	background-color: #ffffff;
	color: #333;
	line-height: 1.5;
	font-family: 'Microsoft YaHei', sans-serif;
}


a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.just-between {
	justify-content: space-between;
}

.just-center {
	justify-content: center;
}

.just-around {
	justify-content: space-around;
}

.just-end {
	justify-content: flex-end;
}

.just-start {
	justify-content: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end !important;
}

.align-start {
	align-items: flex-start !important;
}

.flex_wrap {
	flex-wrap: wrap;
}

.text-bold {
	font-weight: bold;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}




/* 字体大小 */
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f21 {
	font-size: 21px;
}

.f22{
	font-size: 22px;
}

.f23 {
	font-size: 23px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f42 {
	font-size: 42px;
}

.f48 {
	font-size: 48px;
}

.f50 {
	font-size: 50px;
}

.f54 {
	font-size: 54px;
}

.f60 {
	font-size: 60px;
}

.f70{
	font-size: 70px;
}


/* 字体颜色 */
.cfff {
	color: #ffffff;
}

.c000 {
	color: #000;
}

.c333 {
	color: #333333;
}

.c666 {
	color: #666666;
}

.c999 {
	color: #999999;
}

.c447CFF {
	color: #447CFF;
}


.bgc_fff{
	background-color: #fff;
}

.bgc_447CFF{
	background-color: #447CFF;
}

.bgf_70{
	background-color: rgba(255,255,255,0.7);
}

.bgc_f5f8ff{
	background-color: #f5f8ff;
}

.bgc_edf2ff{
	background-color: #edf2ff;
}

.bgc_333333{
	background-color: #333333;
}

/* 内间距 */
.boxsizing {
	box-sizing: border-box;
}

.padding5 {
	padding: 5px;
	box-sizing: border-box;
}

.padding10 {
	padding: 10px;
	box-sizing: border-box;
}

.padding15 {
	padding: 15px;
	box-sizing: border-box;
}

.padding20 {
	padding: 20px;
	box-sizing: border-box;
}

.padding35 {
	padding: 35px;
	box-sizing: border-box;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.plr15 {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.plr18 {
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.plr50 {
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}


/* 外间距 */
.margin10 {
	margin: 10px;
}

.margin15 {
	margin: 15px;
}

.mt4 {
	margin-top: 4px;
}

.mt6 {
	margin-top: 6px;
}

.mt10 {
	margin-top: 10px;
}

.mt13 {
	margin-top: 13px;
}

.mt15 {
	margin-top: 15px;
}

.mt18 {
	margin-top: 18px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}


.mt50{
	margin-top: 50px;
}

.mt60{
	margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.mr12 {
	margin-right: 12px;
}

.mr14 {
	margin-right: 14px;
}

.mr15 {
	margin-right: 15px;
}

.ml8{
	margin-left: 8px;
}

.ml14{
	margin-left: 14px;
}

.line_clamp4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line_clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line_clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}



.LH18 {
	line-height: 18px;
}

.LH21 {
	line-height: 21px;
}

.LH23 {
	line-height: 23px;
}

.LH24 {
	line-height: 24px;
}

.LH26{
	line-height: 26px;
}

.LH28 {
	line-height: 28px;
}

.LH30 {
	line-height: 30px;
}

.LH31 {
	line-height: 31px;
}

.LH32 {
	line-height: 32px;
}

.LH34 {
	line-height: 34px;
}

.LH35{
	line-height: 35px;
}

.LH36 {
	line-height: 36px;
}

.LH38 {
	line-height: 38px;
}

.LH40 {
	line-height: 40px;
}

.LH42 {
	line-height: 42px;
}

.LH50 {
	line-height: 50px;
}

.LH100 {
	line-height: 100px;
}

.position_relative{
	position: relative;
}

.font_w400{
	font-weight: 400;
}

.font_w500{
	font-weight: 500;
}

.font_w600{
	font-weight: 600;
}

.font_w700{
	font-weight: 700;
}

.font_w900{
	font-weight: 900;
}


.borderRadius10{
	border-radius: 10px;
}



.container {
	/* max-width: 1200px; */
	position: relative;
}

.container-fluid {
	position: relative;
	/* padding: 0; */
}


.header_pc_box {
	display: block;
}

.header_pc {
	height: 0px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	overflow: hidden;
}

.header_pc.active {
	height: 120px;
}

.header_pc.bg_fff {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(121, 118, 118, 0.5);
}

.header_pc .logo_box img {
	display: block;
	height: 44px;
}

.header_pc .div_header_nav {
	height: 120px;
	min-height: 120px;
	text-align: center;
}

.header_pc .nav-box {
	height: 120px;
}

.header_pc .nav-box .inline {
	font-size: 0;
	display: inline-block;
}

.header_pc .nav-box .li-menu .li_menu_btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 120px;
	height: 120px;
	position: relative;
	text-align: center;
	display: block;
	margin: 0 15px;
	cursor: pointer;
}

.header_pc .nav-box.header_c333 .li-menu .li_menu_btn {
	color: #333;
}



.header_pc.bg_fff .nav-box .li-menu .li_menu_btn {
	color: #333;
}

.header_pc .nav-box .li-menu:hover .li_menu_btn::after,
.header_pc .nav-box .li-menu.active .li_menu_btn::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 32px;
	width: 42px;
	margin-left: -21px;
	height: 2px;
	background: #ffffff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.header_pc .nav-box.header_c333 .li-menu:hover .li_menu_btn::after,
.header_pc .nav-box.header_c333 .li-menu.active .li_menu_btn::after {
	background: #447CFF;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.header_pc.bg_fff .nav-box .li-menu:hover .li_menu_btn::after,
.header_pc.bg_fff .nav-box .li-menu.active .li_menu_btn::after {
	background: #447CFF;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}


.header_pc .hred_btn_right {
	margin-left: 133px;
}

.header_pc .phone_btn_box {
	background-color: #447CFF;
	height: 34px;
	line-height: 34px;
	width: 34px;
	min-width: 34px;
	border-radius: 17px;
	cursor: pointer;
}


.header_pc .phone_btn_box img{
	display: block;
	height: 20px;
}

.phone_pop{
	position: absolute;
	background-color: #fff;
	right: 40px;
	top: 0px;
	box-shadow: 0px 0px 10px #666;
	padding: 5px 10px;
	border-radius: 5px;
	display: none;
}

.header_pc .hred_btn_right:hover .phone_pop{
	display: block;
}


.header_pc .logo_box {
	margin-right: 20px;
}

.header_pc_zw{
	min-height: 120px;
}


.head_m {
	display: none;
}


.head_m .head_zw {
	height: 50px;
	min-height: 50px;
}

.head_m .head_info {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	min-height: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(121, 118, 118, 0.5);
	z-index: 990;
}

.head_m .btn_tab_img {
	display: block;
	height: 20px;
}

.head_m .logo_img {
	display: block;
	height: 20px;
}

.head_m .head_pop {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 990;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.head_m .head_pop.active {
	display: block;
}

.head_m .head_pop_info {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	width: 68%;
	z-index: 993;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.head_m .btn_pop_close {
	position: absolute;
	right: -46px;
	top: 10px;
}

.head_m .pop_close_img {
	display: block;
	width: 30px;
}

.head_m .head_pop_content {
	max-height: 100vh;
	overflow-y: auto;
}

.head_m .head_tab_li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.head_m .head_tab_li .text {
	color: #333333;
	font-weight: 700;
}

.head_m .head_tab_li.active .text {
	color: #447CFF;
}

.banner_video_box .banner_img {
	min-width: 100vw;
	min-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_video_box .banner_img2 {
	min-width: 100vw;
	min-height: 630px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 6;
}

.banner_btn_contact {
	display: block;
	width: 240px;
	height: 66px;
	line-height: 66px;
	border-radius: 33px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #447CFF;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.index_about{
	min-height: 374px;
	padding: 40px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.index_about_text{
	max-width: 574px;
	margin: 0 auto;
}

.index_btn_more{
	display: block;
	width: 164px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #447CFF;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.index_btn_more:hover{
	box-shadow: 0px 0px 10px #447CFF;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}




.index_fw_text{
	padding-right: 260px;
}

.index_service{
	min-height: 100vh;
}

.index_service_tj{
	padding: 11% 0;
	position: relative;
	margin-top: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

.index_service_tj.active{
	padding: 11% 0;
	position: relative;
	margin-top: 1px;
	background-color: #ffffff;
}

.index_service_tj:before{
	content: " ";
	position: absolute;
	width: 2px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #447CFF;
}

.index_service_tj img{
	display: block;
	height: 38px;
	margin: 0 auto;
}

/* .index_lc img{
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
} */


.index_lc_img_pc .index_lc_img_box{
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	min-height: 200px;
	min-width: 200px;
	background-color: rgba(68, 124, 255, 0.2);
	border-radius: 50%;
	border: 6px solid #447CFF;
	overflow: hidden;
}


.index_lc_img_pc .index_lc_img{
	position: absolute;
	width: 102px;
	height: 95px;
	left: 50%;
	margin-left: -51px;
	top: 50%;
	margin-top: -48px;
	z-index: 6;
}

.index_lc_img_pc .index_lc_img_bg{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	background-color: rgba(68, 124, 255, 0.2);
	border-radius: 50%;
	animation: index_lc_img_kf 4s infinite linear;
	-webkit-animation: index_lc_img_kf 4s infinite linear;
	
}

@-webkit-keyframes index_lc_img_kf {
    0% {
    	transform:scale(1);
    	-ms-transform:scale(1);
    	-moz-transform:scale(1);
    	-webkit-transform:scale(1);
    	-o-transform:scale(1);
    }
	100% {
	    transform:scale(4);
	    -ms-transform:scale(4);
	    -moz-transform:scale(4);
	    -webkit-transform:scale(4);
	    -o-transform:scale(4);
	}
}

@keyframes index_lc_img_kf {
    0% {
    	transform:scale(1);
    	-ms-transform:scale(1);
    	-moz-transform:scale(1);
    	-webkit-transform:scale(1);
    	-o-transform:scale(1);
    }
    100% {
        transform:scale(4);
        -ms-transform:scale(4);
        -moz-transform:scale(4);
        -webkit-transform:scale(4);
        -o-transform:scale(4);
    }
}





.index_lc_num_box{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 75px;
	height: 75px;
	line-height: 75px;
}

.left .index_lc_box{
	padding: 1px;
	background:linear-gradient(to right,rgba(68, 124, 255, 0),#447CFF);
	border-radius: 50px;
}



.left .index_lc .index_lc_info{
	padding: 10px 12px;
	background:linear-gradient(to right,#ffffff,#ecf2ff);
	border-radius: 50px;
}


.right .index_lc_box{
	padding: 1px;
	background:linear-gradient(to left,rgba(68, 124, 255, 0),#447CFF);
	border-radius: 50px;
}

.right .index_lc .index_lc_info{
	padding: 10px 12px;
	background:linear-gradient(to left,#ffffff,#ecf2ff);
	border-radius: 50px;
}

.left .index_lc:nth-child(1) .index_lc_box,
.left .index_lc:nth-child(3) .index_lc_box{
	transform: translateX(20%);
	-webkit-transform: translateX(20%);
}

.right .index_lc:nth-child(1) .index_lc_box,
.right .index_lc:nth-child(3) .index_lc_box{
	transform: translateX(-20%);
	-webkit-transform: translateX(-20%);
}


.case_swiper_box{
	height: 0;
	padding-bottom: 27.6%;
}

.case_swiper{
	position: absolute;
	width: 100%;
}

.case_swiper .swiper-slide .case_swiper_img{
	transform:scale(0.84);
	-ms-transform:scale(0.84);
	-moz-transform:scale(0.84);
	-webkit-transform:scale(0.84);
	-o-transform:scale(0.84);
}

.case_swiper .swiper-slide.swiper-slide-next .case_swiper_img{
	transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
}

.case_swiper_img{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 83%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}

.case_swiper_text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
}

.case_swiper_img:hover .case_swiper_text{
	opacity: 1;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.hzlc_mbx_li .img_active,
.hzlc_mbx_li .img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.hzlc_mbx_li .img_active{
	display: none;
}

.hzlc_mbx_li .img{
	display: block;
}

.hzlc_mbx_li.active .img_active{
	display: block;
}

.hzlc_mbx_li.active .img{
	display: none;
}

.hzlc_mbx_box{
	position: relative;
}

.hzlc_mbx_box:before{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 19px;
	height: 2px;
	background-color: #EDEDED;
}

.hzlc_mbx{
	position: relative;
	z-index: 3;
}


.hzlc_li{
	padding: 35px;
	display: none;
}

.hzlc_li.active{
	display: block;
}

.hzlc_li img{
	display: block;
	width: 86%;
	margin-left: auto;
	border-radius: 10px;
}

.hzlc_li_info{
	padding: 30px 65px;
}

.hzlc_li_info .index_btn_more{
	margin-left: 0;
}

.news_li_content{
	background-color: #fff;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}

.case_li_content:hover{
	background-color: #447CFF;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.case_li_content:hover .c333,
.case_li_content:hover .c666{
	color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.news_li_boxShadow:hover{
	box-shadow: 0px 0px 10px rgba(68, 124, 255, 0.6);
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}



.news_li_content .new_img_box{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}

.news_li_content .new_img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_li_boxShadow:hover .new_img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition: -webkit-transform 1s ease-in-out;
	transition: -moz-transform 1s ease-in-out;
	transition: all 1s ease 0s;
}

.news_li_content .case_img{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 53.44%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.index_news{
	padding: 80px 0;
}

.footer_info {
	padding: 56px 0;
}

.footer_info .logo_img{
	display: block;
	height: 44px;
}

.footer_info .ewm_img{
	display: block;
	height: 182px;
}

.footer_info .lianx_img{
	margin-top: 5px;
	display: block;
	height: 13px;
}

.footer_info .li_menu_btn{
	display: block;
	color: #fff;
	line-height: 34px;
}

#fp-nav ul li .fp-tooltip{
	color: #447CFF;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #447CFF;
}

#fp-nav.cf18a58 ul li .fp-tooltip{
	color: #f18a58;
}

#fp-nav.cf18a58 ul li a span, 
.fp-slidesNav.cf18a58 ul li a span{
	background: #f18a58;
}




.news_box{
	padding: 60px 0;
}

.mbx_li{
	margin: 0 10px;
}

.news_text{
	padding-left: 10%;
	padding-right: 10%;
}

.contact_box{
	padding: 60px 0;
}

.contact_li{
	height: 450px;
}

.contact_ewm_img{
	display: block;
	width: 182px;
}

.service_li_content{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.service_li_content .service_img{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 72%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.service_li_content .service_text{
	height: 96px;
}

.service_li_content .service_img_bg{
	display: block;
	height: 25px;
	margin: 10px 0 0 auto;
}

.service_li_pop{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #447CFF;
	opacity: 0;
	padding: 30px;
}

.service_li_content:hover .service_li_pop{
	opacity: 1;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.service_pop_text{
	height: 264px;
}

.news_info .tab_li{
	display: block;
	padding: 30px 10px;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
	color: #333;
}

.news_info .tab_li.active{
	background-color: #447CFF;
	color: #fff;
}

.right_nav{
	padding: 10px 20px;
	border-left: 1px solid #ededed;
}

.right_nav .nav_li{
	display: block;
	margin-top: 7px;
	padding: 6px 0;
	border-bottom: 1px solid #ededed;
}


.right_nav .case_right_li{
	display: block;
	margin-top: 7px;
	padding: 6px 0;
	border-bottom: 1px solid #ededed;
}


.case_right_li .case_img{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 53.44%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}


.service_conten_info{
	padding: 32px 40px;
	min-height: 800px;
}

.about_jj_tj{
	padding: 60px 0;
	background-color: rgba(237, 237, 237, 0.3);
}

.about_img{
	display: block;
	width: 100%;
}

.qywh_tab_img{
	display: block;
	width: 28px;
}

.qywh_tab_li{
	padding: 60px 0;
	border-bottom: 2px solid #ededed;
}

.qywh_tab_li:before{
	content: " ";
	position: absolute;
	left: -1px;
	top: 50%;
	height: 54px;
	width: 1px;
	margin-top: -27px;
	background-color: #ededed;
}

.qywh_tab_li.active .qywh_tab_text{
	color: #333;
	font-weight: 700;
}

.qywh_tab_li.active::after{
	content: " ";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -2px;
	height: 4px;
	background-color: #447CFF;
}

.img_w100{
	display: block;
	width: 100%;
}

.qywh_li{
	padding: 90px;
	display: none;
}

.qywh_li.active{
	display: block;
}

.qualification_li{
	background-color: #F5F8FF;
	border-radius: 10px;
	padding: 6%;
	margin-top: 10px;
}

.qualification_li .qualification_img{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 71.18%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.qualification_li .qp_img{
	display: block;
	width: 22px;
}

.support_lc_pc .support_lc_li{
	flex: 1;
	margin: 0 6px;
}

.support_lc_pc .support_lc_li.active{
	flex: 4;
}

.support_lc_pc .support_lc_li .support_lc_li_info{
	display: none;
}

.support_lc_pc .support_lc_li .support_lc_li_tab{
	display: block;
}

.support_lc_pc .support_lc_li.active .support_lc_li_info{
	display: block;
}

.support_lc_pc .support_lc_li.active .support_lc_li_tab{
	display: none;
}

.support_lc_pc .support_lc_li_tab{
	height: 420px;
	background-color: #F8F8F8;
	border-radius: 10px;
	cursor: pointer;
}

.support_lc_pc .support_lc_li_tab:hover{
	background-color: #447CFF;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.support_lc_pc .support_lc_li_tab .li_tab_text{
	width: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 46px 0;
	height: 330px;
	color: #447CFF;
}

.support_lc_pc .support_lc_li_tab:hover .li_tab_text{
	color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.support_lc_pc .support_lc_li_tab .bs_plus{
	text-align: center;
	color: #447CFF;
}

.support_lc_pc .support_lc_li_tab:hover .bs_plus{
	color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.support_lc_pc .support_lc_li_info{
	width: 100%;
	height: 420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.support_lc_pc .support_lc_li_info .li_info{
	padding: 70px  50px;
}

.support_tx{
	padding: 54px 0;
	background: rgba(237, 237, 237, 0.3);
}

.support_tx2{
	padding: 54px 0;
	background: #fff;
}

.jieduan_li{
	width: 120px;
}

.jieduan_li_info{
	width: 120px;
}

.jieduan_li_info img{
	display: block;
	height: 120px;
	margin: 0 auto;
}

.jieduan_li_bs{
	flex: 1;
}

.jieduan_li_bs img{
	display: block;
	width: 34px;
	margin: 0 auto 30px auto;
}

.juese_li_num_box{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 38px;
	line-height: 38px;
}

/* .juese_li{
	padding: 1px;
	background:linear-gradient(to left,rgba(68, 124, 255, 0),#447CFF);
	border-radius: 50px;
} */

.juese_li .juese_li_info{
	padding: 50px 12px;
	border-radius: 10px;
	background: #F5F8FF;
}

.juese_li .juese_li_info img{
	display: block;
	height:  86px;
	margin: 0 auto;
}


.index_service_info{
	display: none;
}

.index_service_info.active{
	display: block;
}

.tj_num_li_conten{
	min-width: 210px;
}

.index_service_tj_pc{
	display: block;
}

.index_service_tj_M{
	display: none;
}

.index_service_info_content{
	margin-top:60px;
}

.index_lc_pc{
	display: block;
}

.index_lc_M{
	display: none;
}

/* .news_li_text{
	padding: 0 20px;
} */

.jieduan_pc{
	display: block;
}

.jieduan_M{
	display: none;
}

.jieduan_M2{
	display: none;
}

.contact_allmap{
	width:100%;
	height:450px;
	border:0;
}

.news_info_tab_pc{
	display: block;
}

.news_info_tab_M{
	display: none;
}

.right_nav_pc{
	position:sticky;
	top:120px
}

.right_nav_M{
	display: none;
}


.img_yl_pop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 990;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.img_yl_pop.show{
	display: block;
}

.img_yl_pop .img_yl_conten{
	position: fixed;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	top: 50%;
	z-index: 991;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.img_yl_pop .img_yl_conten .yl_img{
	display: block;
	width: 100%;
	height: 60vh;
	min-height: 60vh;
	min-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url;
}

.img_yl_pop_close{
	display: block;
	width: 50px;
	margin: 30px auto 0 auto;
	cursor: pointer;
}


.case_li_info{
	height: 110px;
}

.case_right_M{
	display: none;
}

.pagination_li{
	display: block;
	background-color: #fff;
	border-radius: 3px;
	padding: 6px 12px;
	line-height: 20px;
	margin: 0 5px;
	color: #333;
}

.pagination_li.active{
	background-color: #447CFF;
	color: #fff;
}

.pagination_li:hover{
	box-shadow: 0px 0px 5px rgba(68, 124, 255, .3);
}


.pagination_li .img{
	display: block;
	height: 20px;
	margin: auto;
}


.index_dx{
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 0;
}

.index_dx.index_dxShow{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: -moz-transform 0.5s ease-in-out;
	transition: all 0.5s ease 0s;
}

.index_dx_left{
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
}

.index_dx_left.index_dxShow_delay02{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.2s;
	transition: -moz-transform 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease 0.2s;
}

.index_dx_left.index_dxShow_delay06{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.6s;
	transition: -moz-transform 0.5s ease-in-out 0.6s;
	transition: all 0.5s ease 0.6s;
}

.index_dx_left.index_dxShow_delay10{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 1s;
	transition: -moz-transform 0.5s ease-in-out 1s;
	transition: all 0.5s ease 1s;
}

.index_dx_right{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	opacity: 0;
}

.index_dx_right.index_dxShow_delay04{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.4s;
	transition: -moz-transform 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease 0.4s;
}

.index_dx_right.index_dxShow_delay08{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.8s;
	transition: -moz-transform 0.5s ease-in-out 0.8s;
	transition: all 0.5s ease 0.8s;
}

.index_dx_right.index_dxShow_delay12{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 1.2s;
	transition: -moz-transform 0.5s ease-in-out 1.2s;
	transition: all 0.5s ease 1.2s;
}

.index_dx.index_dxShow_delay01{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.1s;
	transition: -moz-transform 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease 0.1s;
}

.index_dx.index_dxShow_delay02{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.2s;
	transition: -moz-transform 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease 0.2s;
}

.index_dx.index_dxShow_delay03{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.3s;
	transition: -moz-transform 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease 0.3s;
}

.index_dx.index_dxShow_delay04{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.4s;
	transition: -moz-transform 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease 0.4s;
}

.index_dx.index_dxShow_delay05{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.5s;
	transition: -moz-transform 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease 0.5s;
}

.index_dx.index_dxShow_delay06{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.6s;
	transition: -moz-transform 0.5s ease-in-out 0.6s;
	transition: all 0.5s ease 0.6s;
}

.index_dx.index_dxShow_delay07{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.7s;
	transition: -moz-transform 0.5s ease-in-out 0.7s;
	transition: all 0.5s ease 0.7s;
}

.index_dx.index_dxShow_delay08{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.8s;
	transition: -moz-transform 0.5s ease-in-out 0.8s;
	transition: all 0.5s ease 0.8s;
}

.index_dx.index_dxShow_delay09{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 0.9s;
	transition: -moz-transform 0.5s ease-in-out 0.9s;
	transition: all 0.5s ease 0.9s;
}

.index_dx.index_dxShow_delay10{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 1s;
	transition: -moz-transform 0.5s ease-in-out 1s;
	transition: all 0.5s ease 1s;
}

.index_dx.index_dxShow_delay11{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 1.1s;
	transition: -moz-transform 0.5s ease-in-out 1.1s;
	transition: all 0.5s ease 1.1s;
}

.index_dx.index_dxShow_delay12{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	transition: -webkit-transform 0.5s ease-in-out 1.2s;
	transition: -moz-transform 0.5s ease-in-out 1.2s;
	transition: all 0.5s ease 1.2s;
}

.support_lc_pc{
	display: block;
}

.support_lc_M{
	display: none;
}

.support_lc_M .support_lc_li{
	width: 48%;
	margin: 6px 0;
}

.support_lc_M .support_lc_li_info{
	width: 100%;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.support_lc_M .support_lc_li_info .li_info{
	padding: 30px  15px;
}

.jfw_li_info{
	height: 180px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.jfw_li_info:hover{
	background-size: 120% 120%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}



.qualification_pc{
	display: block;
}

.qualification_M{
	display: none;
}


.qywh_li_text_PC{
	display: block;
}
.qywh_li_text_M{
	display: none;
}


.qualification_swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}

.fp-warning, .fp-watermark{
	display: none;
}




.index_m_lc{
	background-color: #fafbff;
	padding: 20px 15px;
}

.index_m_lc .right_img{
	display: block;
	width: 28px;
	height: 28px;
}

.index_m_lc_text{
	padding-left: 46px;
	display: none;
}


.index_m_lc.active{
	background-color: #fff;
}

.index_m_lc.active .index_m_lc_text{
	display: block;
}

.index_m_lc.active .right_img{
	display: none;
}

.index_lc_M{
	border-radius: 10px;
	overflow: hidden;
}

.support_swiper .swiper-container{
	padding-bottom: 30px;
}

.support_swiper_li {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.support_swiper_li img{
	display: block;
	width: 100%;
}

.support_swiper .swiper-container-horizontal>.swiper-pagination-bullets, 
.support_swiper .swiper-pagination-custom, 
.support_swiper .swiper-pagination-fraction{
	bottom: 0;
}

.mouse_ts{
	position: absolute;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	bottom: 30px;
	z-index: 9;
	animation: mouse_ts_kf 1.5s infinite linear;
	-webkit-animation: mouse_ts_kf 1.5s infinite linear;
}



@-webkit-keyframes mouse_ts_kf {
    0% {
        opacity: 1;
        bottom: 30px;
    }

    50% {
        opacity: 0.5;
        bottom: 40px;
    }

    100% {
        opacity: 1;
        bottom: 30px;
    }
}

@keyframes mouse_ts_kf {
    0% {
        opacity: 1;
        bottom: 30px;
    }

    50% {
        opacity: 0.5;
        bottom: 40px;
    }

    100% {
        opacity: 1;
        bottom: 30px;
    }
}

.index_page{
	padding: 50px 0;
}

.index_page02{
	padding: 50px 0 0 0;
}

.qywh_li_img img{
	border-radius: 10px;
}

.page_subtitle{
	margin-top: 24px;
}

.page_subtitle.mt10{
	margin-top: 24px;
}

@media (max-width: 1400px) {
	.header_pc .nav-box .li-menu .li_menu_btn {
		font-size: 16px;;
	}
}

@media (max-width: 1200px) {
	.header_pc.active {
		height: 100px;
	}
	
	.header_pc .logo_box img {
		display: block;
		height: 40px;
	}
	
	.header_pc .div_header_nav {
		height: 100px;
		min-height: 100px;
		text-align: center;
	}
	
	.header_pc .nav-box {
		height: 100px;
	}
	
	.header_pc .nav-box .li-menu .li_menu_btn {
		font-size: 14px;
		margin: 0 10px;
		line-height: 100px;
		height: 100px;
	}
	
	.header_pc .phone_btn_box {
		height: 30px;
		line-height: 30px;
		width: 30px;
		min-width: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
	
	.header_pc_zw{
		min-height: 100px;
	}
	
	
	.tj_num_li_conten .f50{
		font-size: 36px;
	}
	
	.jieduan_li{
		width: 100px;
	}
	
	.jieduan_li_info{
		width: 100px;
	}
	
	.jieduan_li_info img{
		display: block;
		height: 100px;
		margin: 0 auto;
	}
	
	.juese_li_info .f20{
		font-size: 16px;
	}
	
	.support_lc_pc .support_lc_li_tab{
		height: 360px;
	}
	
	.support_lc_pc .support_lc_li_tab:hover{
		background-color: #447CFF;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: -moz-transform 0.3s ease-in-out;
		transition: all 0.3s ease 0s;
	}
	
	.support_lc_pc .support_lc_li_tab .li_tab_text{
		height: 280px;
	}
	
	.support_lc_pc .support_lc_li_info{
		height: 360px;
	}
	
	.right_nav_pc{
		position:sticky;
		top:100px
	}
	
	.header_pc .hred_btn_right {
		margin-left: 108px;
	}
	
	.service_li_pop .LH28{
		line-height: 22px;
	}
	
	.service_li_pop .f14{
		font-size: 13px;
	}
	
	.service_li_pop .ptb20{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.service_li_pop .mt20{
		margin-top: 10px;
	}
	
	.service_pop_text{
		height: 214px;
	}
}

@media (max-width: 992px) {
	.header_pc_box {
		display: none;
	}
	
	.head_m {
		display: block;
	}
	
	.section{
		padding: 50px 0;
		box-sizing: border-box;
	}
	
	.banner_box.section{
		padding: 0;
	}
	
	.banner_video_box .banner_img {
		min-height: 600px;
	}
	
	.index_service_tj_pc{
		display: none;
	}
	
	.index_service_tj_M{
		display: block;
	}
	
	.index_service_tj_M .index_service_tj{
		padding: 20px 0;
	}
	
	.index_service_info_content{
		margin-top: 30px;
	}
	
	.index_lc_img_pc{
		display: none;
	}
	
	.left .index_lc:nth-child(1),
	.left .index_lc:nth-child(3){
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
	
	.right .index_lc:nth-child(1),
	.right .index_lc:nth-child(3){
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
	
	.index_service{
		min-height: auto;
	}
	
	.index_fw_text{
		padding-right: 0;
	}
	
	.tj_num_li_conten .text-left{
		text-align: center;
	}
	
	.index_lc_pc{
		display: none;
	}
	
	.index_lc_M{
		display: block;
	}
	
	.index_lc.mt80{
		margin-top: 20px;
	}
	
	.case_swiper_box{
		height: 0;
		padding-bottom: 83%;
	}
	
	.case_swiper .swiper-slide .case_swiper_img{
		transform:scale(1);
		-ms-transform:scale(1);
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		-o-transform:scale(1);
	}
	
	.hzlc_li_info{
		padding: 30px 0;
	}
	
	.hzlc_li img{
		width: 100%;
	}
	
	.index_news{
		padding: 0px 0 50px 0;
	}
	
	.case_li_info{
		height: 90px;
	}
	
	.news_li_text .line_clamp2{
		-webkit-line-clamp: 1;
	}
	
	.news_li_text .case_li_info .line_clamp2{
		-webkit-line-clamp: 2;
	}
	
	
	.news_li_text .ptb20{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.qywh_tab_li{
		padding: 20px 0;
		border-bottom: 1px solid #ededed;
	}
	
	.qywh_li{
		padding: 15px 15px 15px 0;
	}
	
	.qywh_tab_li .just-center{
		justify-content: start;
		padding-left: 10px;
	}
	
	.qywh_tab_img{
		display: block;
		width: 20px;
	}
	
	.qywh_tab_text.f20{
		font-size: 14px;
	}
	
	.service_li_content{
		padding: 15px;
		border-radius: 5px;
	}
	
	.service_li_text .ptb20{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.service_li_text .f18{
		font-size: 14px;
	}
	
	.service_li_text .f14{
		font-size: 12px;
	}
	
	.service_li_text .LH30{
		line-height: 26px;
	}
	
	
	.news_li_text .line_clamp4{
		-webkit-line-clamp: 2;
	}
	
	.service_li_content .service_text{
		height: 48px;
	}
	
	.service_li_content .service_img_bg{
		height: 15px;
	}
	
	.service_li_content:hover .service_li_pop{
		opacity: 0;
	}
	
	.juese_li_info .f20{
		font-size: 16px;
	}
	
	.juese_li .juese_li_info{
		padding: 30px 12px;
		border-radius: 10px;
		background: #F5F8FF;
	}
	
	
	.jfw_li_info .f20{
		font-size: 16px;
	}
	
	.jfw_li_info{
		background-size: cover;
	}
	
	.jfw_li_info:hover{
		background-size: cover;
	}
	
	.juese_li .juese_li_info img{
		display: block;
		height:  60px;
		margin: 0 auto;
	}
	
	.juese .mt40{
		margin-top: 20px;
	}
	
	.jieduan_li{
		width: 90px;
	}
	
	.jieduan_li_info{
		width: 90px;
		padding: 15px 0;
	}
	
	.jieduan_li_bs{
		flex: 1;
	}
	
	.jieduan_li_bs img{
		width: 30px;
		margin: 0 auto;
	}
	
	.jieduan_li_info .f14{
		font-size: 13px;
	}
	
	.jieduan_li_bs2 img{
		display: block;
		width: 11px;
		margin-right: 39px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	.jieduan_li_bs3 img{
		display: block;
		width: 11px;
		margin-left: 39px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	
	.jieduan_pc{
		display: none;
	}
	
	.jieduan_M2{
		display: block;
	}
	
	.jieduan_M{
		display: none;
	}
	
	.news_info_tab_pc{
		display: none;
	}
	
	.news_info_tab_M{
		display: block;
		overflow-x: auto;
		background-color: rgba(68, 124, 255, 0.1);
	}
	
	.news_info .tab_li{
		display: block;
		padding: 15px 15px;
		border-right: 0px solid #ededed;
		border-bottom: 0px solid #ededed;
		line-height: 24px;
		color: #333;
		white-space: nowrap;
		position: relative;
	}
	
	.news_info .tab_li.active{
		background-color: #fff;
		color: #447CFF;
		border-radius: 10px 10px 0 0;
	}
	
	.service_conten_info{
		padding: 20px 30px;
		min-height: auto;
	}
	
	.right_nav_pc{
		display: none;
	}
	
	.right_nav_M{
		display: block;
	}
	
	.right_nav.right_nav_M{
		padding: 0;
	}
	
	.right_nav_M{
		position: fixed;
		width: 210px;
		top: 300px;
		right: -180px;
		background-color: #fff;
		border-radius: 10px 0 0 10px;
		box-shadow: 0px 0px 2px #447CFF;
		z-index: 9;
	}
	
	.right_nav_M_zhezhao.zhankai{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		min-width: 100vw;
		min-height: 100vh;
		background-color: rgba(0,0,0,0.1);
	}
	
	.right_nav_M_text{
		padding: 10px;
	}
	
	.right_nav_M.zhankai{
		right: 0px;
	}
	
	.img_btn_zk{
		display: block;
		width: 16px;
		margin: 5px auto 0 auto;
		cursor: pointer;
	}
	
	.zhankai .img_btn_zk{
		transform: rotate(180deg);
	}
	
	.right_nav_M_title_box{
		padding: 0 5px;
	}
	
	.right_nav_M_title{
		width: 20px;
		text-align: center;
		cursor: pointer;
	}
	
	.footer_info .logo_img{
		display: block;
		height: 36px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer_info{
		padding-bottom: 20px;
	}
	
	.footer_info .ewm_img{
		display: block;
		height: 136px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer_info .wzdh {
		margin-top: 20px;
	}
	
	.section.has_footer{
		padding-bottom: 0;
	}
	
	.qywh_li_img{
		margin-top: 20px;
	}
	
	.qywh_li_title{
		text-align: center;
	}
	
	.qualification_li .f18{
		font-size: 14px;
	}
	
	.qualification_li .qp_img{
		display: block;
		width: 20px;
	}
	
	.case_right_M{
		display: block;
	}
	
	.news_li_content{
		padding: 0;
	}
	
	.support_lc_pc{
		display: none;
	}
	
	.support_lc_M{
		display: block;
	}
	
	.qualification_pc{
		display: none;
	}
	
	.qualification_M{
		display: block;
	}
	
	
	.qywh_li_text_PC{
		display: none;
	}
	.qywh_li_text_M{
		display: block;
	}
	
	.index_dx{
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
	
	.index_fwlc_box{
		background-color: #f5f8ff;
	}
	
	.support_lc_box{
		background-color: #f5f8ff;
	}
	
	.index_page{
		padding: 0;
	}
	
	.index_page02{
		padding: 0;
	}
	
	.page_subtitle{
		margin-top: 15px;
	}
	
	.page_subtitle.mt10{
		margin-top: 15px;
	}
	
	.mouse_ts{
		display: none;
	}
}

@media (max-width: 768px) {
	.news_li_text .line_clamp2{
		-webkit-line-clamp: 1;
	}
	
	.news_li_text .case_li_info .line_clamp2{
		-webkit-line-clamp: 2;
	}
	
	
	.news_li_text .ptb20{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.qywh_tab_li{
		padding: 15px 0;
		border-bottom: 1px solid #ededed;
	}
	
	.qywh_tab_li .just-center{
		justify-content: start;
		padding-left: 10px;
	}
	
	.qywh_tab_img{
		display: block;
		width: 20px;
	}
	
	.qywh_tab_text.f20{
		font-size: 14px;
	}
	
	.service_li_content{
		padding: 15px;
		border-radius: 5px;
	}
	
	.service_li_text .ptb20{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.service_li_text .f18{
		font-size: 14px;
	}
	
	.service_li_text .f14{
		font-size: 12px;
	}
	
	.service_li_text .LH30{
		line-height: 26px;
	}
	
	
	.news_li_text .line_clamp4{
		-webkit-line-clamp: 2;
	}
	
	.service_li_content .service_text{
		height: 48px;
	}
	
	.service_li_content .service_img_bg{
		height: 15px;
	}
	
	.service_li_content:hover .service_li_pop{
		opacity: 0;
	}
	
	
	.juese .mt40{
		margin-top: 20px;
	}
	
	.jieduan_li{
		width: 90px;
	}
	
	.jieduan_li_info{
		width: 90px;
		padding: 15px 0;
	}
	
	.jieduan_li_bs{
		flex: 1;
	}
	
	.jieduan_li_bs img{
		width: 30px;
		margin: 0 auto;
	}
	
	.jieduan_li_info .f14{
		font-size: 13px;
	}
	
	.jieduan_li_bs2 img{
		display: block;
		width: 11px;
		margin-right: 39px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	.jieduan_li_bs3 img{
		display: block;
		width: 11px;
		margin-left: 39px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	
	.jieduan_M2{
		display: none;
	}
	
	.jieduan_M{
		display: block;
	}
	
	.img_yl_pop .img_yl_conten{
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 576px) {
	.banner_video_box .banner_img {
		min-height: 260px;
	}
	
	.banner_video_box .banner_img2 {
		min-height: 260px;
	}
	
	.news_li_text .f18{
		font-size: 14px;
	}
	
	.news_li_text .mt4{
		margin-top: 3px;
	}
	
	.news_li_text .f14{
		font-size: 12px;
	}
	
	.news_li_text .ptb20{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.hzlc_li{
		padding: 15px;
		display: none;
	}
	
	
	
	.footer_info .plr30{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page_title.f32{
		font-size: 22px;
	}
	
	.page_title.f30{
		font-size: 20px;
	}
	
	.banner_content .f70{
		font-size: 28px;
	}
	
	.banner_content .LH100{
		line-height: 50px;
	}
	
	.banner_btn_contact{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}
	
	.banner_btn_contact.mt60{
		margin-top: 30px;
	}
	
	.banner_content .f40{
		font-size: 16px;
	}
	
	.news_box{
		padding: 20px 0;
	}
	
	.news_li_text{
		padding: 0 10px;
	}
	
	.index_service_tj_M .f18{
		font-size: 13px;
	}
	
	.index_service_info .f22{
		font-size: 18px;
	}
	
	.index_lc_info .f20{
		font-size: 16px;
	}
	
	.index_lc_info .f14{
		font-size: 12px;
	}
	
	.index_lc_num_box{
		width: 68px;
		height: 68px;
		line-height: 68px;
	}
	
	.about_jj_tj{
		padding: 15px 0;
	}
	
	.qywh_tab_li{
		padding: 15px 0;
		border-bottom: 1px solid #ededed;
	}
	
	.qywh_li .f30{
		font-size: 20px;
	}
	
	.qywh_li .f16{
		font-size: 12px;
	}
	
	.qywh_li .LH28{
		line-height: 20px;
	}
	
	.qywh_li .LH24{
		line-height: 20px;
	}
	
	.qywh_li_text{
		height: 120px;
	}
	
	.contact_li{
		height: 180px;
	}
	
	.contact_li .LH50{
		line-height: 30px;
	}
	
	.contact_li .f16{
		font-size: 13px;
	}
	
	.contact_li .f20{
		font-size: 16px;
	}
	
	.contact_li .mt25{
		margin-top: 15px;
	}
	
	
	.contact_ewm_img{
		display: block;
		width: 100px;
	}
	
	.contact_box{
		padding: 20px 0;
	}
	
	.contact_box .mt20{
		margin-top: 10px;
	}
	
	.contact_box .contact_li_one.mt20{
		margin-top: 0;
	}
	
	.contact_allmap{
		width:100%;
		height:300px;
		border:0;
	}
	
	.news_text{
		padding-left: 0;
		padding-right: 0;
	}
	
	.news_info .f22{
		font-size: 18px;
	}
	
	.news_info .LH36{
		line-height: 32px;
	}
	
	.news_info.padding35{
		padding: 20px 15px;
	}
}



