@media only screen and (max-width: 320px) {
	html {
		font-size: 50% !important;
	}
}

@media only screen and (min-width: 320px) {
	html {
		font-size: 62.5% !important;
	}
}

@media only screen and (min-width: 640px) {
	html {
		font-size: 125% !important;
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 150% !important;
	}
}

@media only screen and (min-width: 1242px) {
	html {
		font-size: 187.5% !important;
	}
}

* {
	font-family: "微软雅黑";
}

/* body {
	color: #333333;
	font-size: 1.4rem;
	filter: grayscale(100%);
	 -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	 -webkit-filter: grayscale(1);
} */

p,
ul,
li {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

input,
select {
	border: none;
}

textarea {
	outline: none;
	resize: none;
}

input:focus,
select:focus {
	outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.animate__animated {
	--animate-duration: 2s;
}

.q_ansol1 {
	--animate-duration: 2.5s;
}

.q_ansol2 {
	--animate-duration: 3s;
}



.q_content {
	/* max-width: 1200px; */
	margin: 0 auto;
	position: relative;
}

/* 顶部样式 */

.q_com_top {
	height: 4rem;
	padding: 0 1rem;
	line-height: 4rem;
	background-color: #ffffff;
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	z-index: 3;
	border-bottom: 1px solid #f1f1f1;
}

.q_com_top_logo {
	height: 2.2rem;
}

.q_com_meun {
	height: 2rem;
	float: right;
	margin-top: 1rem;
}

.q_com_top_icon {
	width: 50%;
	height: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 4rem;
	right: 0;
	z-index: 3;
}

.q_com_tit {
	font-size: 1.6rem;
	padding: 1rem 2rem;
	line-height: 4rem;
	font-weight: 700;
}

.q_com_tited {
	color: #3778E5;
	background-color: #ebf3fb;
}

.q_mask {
	background-color: rgba(0, 0, 0, .4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.q_swiper {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.q_solution {
	width: 100vw;
	height: calc(100vh - 4rem);
	background: url(../img/grid.png) repeat;
	background-size: 1.4rem;
	position: relative;
	overflow: auto;
	margin: 0 auto;
}

.q_sol_cir {
	position: absolute;
	top: 30rem;
	left: 0;
	width: 23rem;
}

.q_sol_sol {
	position: absolute;
	right: 0;
	top: 0;
	width: 5.5rem;
}

.q_sol_img {
	width: 100%;
}

.q_con_text {
	line-height: 2.4rem;
	letter-spacing: 1px;
	padding: 2rem;
}

.q_sol_tabs {
	position: absolute;
	left: 0;
	top: 5rem;
	z-index: 2;
}

.q_sol_tab {
	padding: 1.2rem 1rem;
}

.q_sol_tabed {
	color: #ffffff;
	background-color: #3778E5;
}

.q_tit_line {
	width: 12rem;
	height: 2px;
	background-color: #3778E5;
	margin-right: 2rem;
	display: inline-block;
	vertical-align: middle;
}

.q_tit_cir {
	width: .7rem;
	height: .7rem;
	background-color: #999999;
	margin-left: 1rem;
	border-radius: .4rem;
	display: inline-block;
	vertical-align: middle;
}


.q_advs .q_adv_icon {
	width: 3rem;
	height: 3rem;
}

.q_advs .q_adv_tit {
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0rem;
}

.q_adv_line {
	width: 4rem;
	height: .4rem;
	background: linear-gradient(0deg, #6593E9 0%, #FFFFFF 100%);
	margin-top: .6rem;
	display: inline-block;
}

.q_adv_lineb {
	width: 100%;
	height: 1rem;
	background-color: #3778E5;
}

.q_sol_adv_s {
	background: url(../img/adv.png) no-repeat;
	background-size: 100% 100%;
	background-color: #EFEFEF;
	padding: 1rem 0;
	height: 20vh;
	width: calc(50% - 1.5rem);
	text-align: center;
	display: inline-block;
	margin-left: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.q_adv_con {
	padding: 0 1rem;
	display: none !important;
}

.q_sol_adv_sc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.q_sol_adv_s:hover .q_adv_con {
	display: -webkit-box !important;
	transition: all 2s linear 0s;
}

.q_sol_adv_s:hover .q_adv_tit,
.q_sol_adv_s:hover img {
	opacity: .4;
	transition: all 0.5s linear 0s;
}

.q_sol_adv_s:hover {
	background: url(../img/advb.png) no-repeat;
	background-size: 100% 100%;
	background-color: #3778E5;
}

.q_casetop {
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
}

.q_case {
	width: 7rem;
	position: absolute;
	top: 4.2rem;
	right: 5.5rem;
}

.q_case_left {
	width: 20%;
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: -1;
}

.q_case_right {
	width: 20%;
	position: absolute;
	top: 6.5rem;
	right: 0;
}


.q_cases {
	margin-left: -1rem;
	margin-top: 10rem;
	font-size: 0;
	overflow-x: auto;
	white-space: nowrap;
}

.q_case_co {
	height: 30rem;
	width: 60%;
	display: inline-block;
	margin-left: 1rem;
	position: relative;
	background-color: #ffffff;
}

.q_case_con img {
	width: 70%;
}

.q_case_data {
	display: none;
	position: absolute;
	top: 2rem;
	left: 10%;
	line-height: 2.4rem;
	width: 80%;
	white-space: initial;
}

.q_case_co:hover {
	background-color: #3778E5;
	transition: all 0.8s linear 0s;
}

.q_case_co:hover .q_case_con {
	background-color: #3778E5;
	transition: all 0.8s linear 0s;
}

.q_case_co:hover .q_case_data {
	display: block;
	transition: all 2s linear 0s;
}

.q_case_co:hover img {
	opacity: .4;
	transition: all 0.5s linear 0s;
}


.q_news {
	margin: 5vh 1rem 0 1rem;
	position: relative;
}

.q_new_img {
	width: 100%;
	height: 47vw;
}

.q_new {
	background-color: #ffffff;
	padding-bottom: 1.5rem;
	box-shadow: 1rem 0 1rem #efefef;
	margin-bottom: 2vh;
}

.q_new_left {
	width: 30px;
	height: 180px;
	background: #3778E5;
	position: absolute;
	left: 0;
	top: 0;
}

.q_new_right_h {
	width: 70px;
	height: 8px;
	background: #3778E5;
	position: absolute;
	right: 0;
	bottom: 0;
}

.q_new_right_l {
	width: 8px;
	height: 70px;
	background: #3778E5;
	position: absolute;
	right: 0;
	bottom: 0;
}

.q_qu_img {
	max-width: 48vw;
	height: 32vw;
	margin-left: 2.6vw;
	margin-bottom: 2.6vw;
}

.q_pn_img {
	width: 21.33vw;
	height: 23.06vw;
	margin: -2vw 0 0 2vw;
	box-shadow: 0 0 6vw #F8F8F8;
}

.q_pn_img:nth-child(1),
.q_pn_img:nth-child(8) {
	margin-left: 14.2vw;
}

/* 滚动条 */
.test-5::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}

.test-5::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #cccccc;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent);
}

.test-5::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #f2f3f7;
	border-radius: 10px;
}

.test-6::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 8px;
}

/* 底部样式 */
.bottom {
	width: 100%;
	padding: 3rem 0;
	background: #1855BA;
	font-size: 1.4rem;
	color: #ffffff;
	margin-top: 3rem;
}


.q_zq_tabed span {
	color: #3778E5;
}

.q_zq_tabed .q_tit_cir {
	background-color: #3778E5;
}

.q_solist {
	display: inline-block;
	width: 45.5vw;
	margin-right: 3vw;
	margin-bottom: 3vw;
}

.q_solist_img {
	width: 100%;
	height: 45.5vw;
}

.q_solist_tit {
	background-color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem;
	text-align: center;
}

.q_online {
	z-index: 5;
	position: absolute;
	width: 80vw;
	left: 10vw;
	text-align: center;
	top: 20vh;
}
.q_close_online {
	width: 7vw;
	display: block;
	margin: 3vh auto;
}
.q_contact{
	position: fixed;
	bottom: 15vh;
	right: 5vw;
	width: 15vw;
	z-index: 3;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	padding: 0;
}

.q_mar_center {
	margin: 0 auto;
}

.q_btn_l {
	width: 30rem;
	height: 4.6rem;
	display: inline-block;
	margin-top: 2rem;
	color: #fff;
	background-color: #e74d3e;
	line-height: 4.6rem;
	border-radius: 2.3rem;
	cursor: pointer;
	background-image: linear-gradient(to bottom right, rgba(255, 136, 124, 1), rgba(231, 77, 62, 1));
}

.q_btn_s {
	display: inline-block;
	background-color: #fff;
	height: 4rem;
	line-height: 3.8rem;
	color: #e74d3e;
	padding: 0 3rem;
	border-radius: 2.5rem;
	border: 1px solid #fff;
	cursor: pointer;
}

.q_btn_s_12 {
	display: inline-block;
	background-color: #fff;
	height: 3rem;
	line-height: 2.8rem;
	color: #e74d3e;
	padding: 0 2rem;
	border-radius: 2rem;
	border: 1px solid #fff;
	cursor: pointer;
}

.q_btn_xs {
	display: inline-block;
	background-color: #fff;
	height: 2.6rem;
	line-height: 2.6rem;
	color: #e74d3e;
	padding: 0 1rem;
	border-radius: 1.3rem;
	border: 1px solid #ffdcd8;
	cursor: pointer;
}

.q_btn_line_l {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	color: #3778E5;
	padding: 0 3rem;
	border-radius: 0.8rem;
	border: 1px solid #3778E5;
	cursor: pointer;
}

.q_btn_line_m {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	color: #3778E5;
	padding: 0 3rem;
	border-radius: 0.8rem;
	border: 1px solid #3778E5;
	cursor: pointer;
}

.q_btn_line_s {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	color: #3778E5;
	padding: 0 3rem;
	border-radius: 0.8rem;
	border: 1px solid #3778E5;
	cursor: pointer;
}


.q_moit1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.q_moit2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.q_moit5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.q_moit12 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden;
}

.q_inlineblock {
	display: inline-block;
}

.q_posi_re {
	position: relative;
}

.q_clear {
	clear: both;
}

.q_hand {
	cursor: pointer;
}

.q_none {
	display: none;
}

.q_left {
	text-align: left;
}

.q_center {
	text-align: center;
}

.q_right {
	text-align: right;
}

.q_flo_left {
	float: left;
}

.q_flo_right {
	float: right;
}

.q_just_sb {
	text-align: justify;
}

.q_ver_midd {
	vertical-align: middle;
}

.q_ver_top {
	vertical-align: top;
}

.q_text_12 {
	font-size: 1.2rem !important;
}

.q_text_14 {
	font-size: 1.4rem;
}

.q_text_16 {
	font-size: 1.6rem;
}

.q_text_18 {
	font-size: 1.8rem;
}

.q_text_22 {
	font-size: 2.2rem;
}

.q_text_30 {
	font-size: 3rem;
}

.q_text_34 {
	font-size: 3.4rem;
}

.q_text_36 {
	font-size: 3.6rem;
}

.q_bold {
	font-weight: 700;
}

.q_pad_tb15 {
	padding: 1.5rem 0;
}

.q_pad_tb20 {
	padding: 2rem 0;
}

.q_pad_t10 {
	padding-top: 1rem;
}

.q_pad_t20 {
	padding-top: 2rem;
}

.q_pad_r5 {
	padding-right: 0.5rem;
}

.q_pad_r20 {
	padding-right: 2rem;
}

.q_pad_b5 {
	padding-bottom: 0.5rem;
}

.q_pad_20 {
	padding: 2rem;
}

.q_pad_15_20 {
	padding: 1.5rem 2rem;
}

.q_pad_40 {
	padding: 4rem;
}

.q_mar_lr15 {
	margin: 0 1.5rem;
}

.q_mar_lr20 {
	margin: 0 2rem;
}

.q_mar_10 {
	margin: 1rem;
}

.q_mar_20 {
	margin: 2rem;
}

.q_mar_l10 {
	margin-left: 1rem;
}

.q_mar_l20 {
	margin-left: 2rem;
}


.q_mar_r5 {
	margin-right: 0.5rem;
}

.q_mar_r10 {
	margin-right: 1rem;
}

.q_mar_tb20 {
	margin: 2rem 0;
}

.q_mar_t10 {
	margin-top: 1rem;
}

.q_mar_t5 {
	margin-top: 0.5rem;
}

.q_mar_b10 {
	margin-bottom: 1rem;
}

.q_mar_b20 {
	margin-bottom: 2rem;
}

.q_mar_r20 {
	margin-right: 2rem;
}

.q_mar_t20 {
	margin-top: 2rem;
}

.q_mar_t30 {
	margin-top: 3rem;
}

.q_mar_t40 {
	margin-top: 4rem;
}

.q_mar_t60 {
	margin-top: 6rem;
}

.q_mar_t100 {
	margin-top: 10rem;
}

.q_lett_2 {
	letter-spacing: 0.2rem;
}

.q_lett_4 {
	letter-spacing: 0.4rem;
}

.q_color_red {
	color: #e74d3e !important;
}

.q_color_gray {
	color: #757575;
}

.q_color_gray1 {
	color: #aaaaaa;
}

.q_color_black {
	color: #333333 !important;
}

.q_color_white {
	color: #ffffff;
}

.q_color_default {
	color: #3778E5;
}

.q_back_white {
	background-color: #ffffff;
}

.q_back_gray {
	background-color: #f2f3f7;
}

.q_back_red {
	background-color: #ff887c;
}

.q_back_red1 {
	background-color: #e74d3e;
}

.q_back_default {
	background-color: #3778E5;
}

.q_line_color_gray {
	border: 1px solid #ddd;
}

.q_bor_bottom_w {
	border-bottom: 1px solid #ffffff;
}

.q_bor_bottom_g {
	border-bottom: 1px solid #eeeeee;
}

.q_bor_top {
	border-top: 1px solid #eeeeee;
}

.q_bor_top1 {
	border-top: 2px solid #aaa;
}

.q_bor_red {
	border: 1px solid #e74d3e;
}

.q_lineh_24 {
	line-height: 2.4rem;
}

.q_lineh_30 {
	line-height: 3rem;
}

.q_lineh_32 {
	line-height: 3.2rem;
}
