* {
	font-family: "微软雅黑";
}

body {
	color: #333333;
	font-size: 14px;
	/* 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: 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: 78px;
	padding: 10px;
	line-height: 58px;
	background-color: #ffffff;
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #f1f1f1;
}

.q_com_top_logo {
	height: 37px;
}

.q_com_top_icon {
	display: inline-block;
	margin-left: 100px;
}

.q_com_tit {
	font-size: 22px;
	/* font-weight: 700; */
	margin-right: 50px;
	cursor: pointer;
	color: #999999;
}

.q_com_tited {
	color: #3778E5;
}

.q_swiper {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.q_solution {
	width: 100vw;
	min-width: 1200px;
	height: calc(100vh - 78px);
	background: url(../img/grid.png) repeat;
	background-size: 26px;
	position: relative;
	overflow: auto;
	margin: 0 auto;
}

.q_sol_cir {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1070px;
}

.q_sol_sol {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}

.q_sol_img {
	width: 784px;
	/* margin-left: -209px; */
}

.q_con_text {
	line-height: 30px;
	letter-spacing: 1px;
}

.q_sol_tabs {
	position: absolute;
	right: 0;
	top: 110px;
	text-align: right;
	z-index: 2;
}

.q_sol_tab {
	padding: 12px 20px;
	margin-right: 20px;
	letter-spacing: 4px;
	cursor: pointer;
}

.q_sol_tabed {
	color: #ffffff;
	background-color: #3778E5;
}

.q_tit_line {
	display: none;
	width: 120px;
	height: 2px;
	background-color: #3778E5;
	margin-right: 20px;
	vertical-align: middle;
}

.q_tit_cir {
	width: 8px;
	height: 8px;
	background-color: #333333;
	margin-left: 20px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.q_sols_tabed .q_tit_line {
	display: inline-block;
}

.q_sols_tabed .q_tit_cir {
	background-color: #3778E5;
}

.q_sols_tabed {
	color: #3778E5;
}

.q_sol_adv {
	background: url(../img/advb.png) no-repeat;
	background-size: 100% 100%;
	background-color: #3778E5;
	padding: 30px;
	height: 526px;
	width: 310px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.q_adv_icon {
	width: 124px;
	height: 124px;
	margin-top: 50px;
}

.q_adv_tit {
	margin-top: 60px;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 4px;
}

.q_adv_line {
	width: 54px;
	height: 4px;
	background: linear-gradient(0deg, #6593E9 0%, #FFFFFF 100%);
	margin-top: 6px;
	display: inline-block;
}

.q_adv_lineb {
	width: 100%;
	height: 10px;
	background-color: #3778E5;
}

.q_advs {
	margin-left: -40px;
	width: 700px;
	height: 406px;
	overflow: hidden;
}

.q_sol_adv_s {
	background: url(../img/adv.png) no-repeat;
	background-size: 100% 100%;
	background-color: #EFEFEF;
	padding: 30px;
	height: 410px;
	width: 310px;
	text-align: center;
	display: inline-block;
	margin-left: 40px;
}

.q_adv_swi .swiper-button-prev {
	left: 5px;
}

.q_adv_swi .swiper-button-next {
	left: 100px;
	right: auto;
}

.q_adv_swi .swiper-slide {
	width: 348px !important;
}

.q_adv_swi .swiper-slide-active {
	width: 492px !important;
	left: 182px;
}

.q_adv_swi .swiper-slide-active .q_sol_adv {
	display: block;
}

.q_adv_swi .swiper-slide-active .q_sol_adv_s {
	display: none;
}

.q_adv_swi .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 530px;
	width: 660px;
	bottom: 60px;
	height: 10px;
}

.q_adv_swi .swiper-pagination {
	font-size: 30px;
	width: 660px;
	left: 530px;
	text-align: left;
	bottom: 0;
}

.q_adv_swi .swiper-pagination-current {
	font-size: 36px;
	font-weight: bold;
}

.q_adv_swi .swiper-scrollbar-drag,
.q_adv_swi .swiper-scrollbar {
	background: #3778E5;
}

.q_casetop {
	width: 1248px;
	position: absolute;
	top: 0;
	right: 0;
}

.q_case {
	width: 261px;
	position: absolute;
	top: 0;
	right: 469px;
}

.q_case_left {
	width: 245px;
	position: absolute;
	bottom: 120px;
	left: 0;
}

.q_case_right {
	width: 169px;
	position: absolute;
	top: 150px;
	right: 0;
}

.q_tab_con{
	overflow-x: auto;
	    /* white-space: nowrap; */
}
.q_cases {
	/* height: 362px; */
	margin-left: 38px;
	padding: 69px 0;
	display: none;
}

#swiper2 .swiper-slide-active .q_cases {
	display: block;
}

.q_case_co {
	height: 362px;
	display: inline-block;
	padding-top: 31px;
	margin-left: 26px;
	cursor: pointer;
	position: relative;
}

.q_case_con {
	width: 245px;
	height: 300px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 300px;
}

.q_case_con img {
	width: 150px;
	line-height: 300px;
}

.q_case_data {
	display: none;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 205px;
	line-height: 24px;
}

.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-top: 100px;
	background-color: #EFEFEF;
	box-shadow: 10px 0px 10px #efefef;
	position: relative;
}

.q_new_img {
	width: 652px;
	height: 489px;
}

.q_new {
	background-color: #ffffff;
	width: 630px;
	height: 418px;
	padding: 60px 80px;
	position: absolute;
	top: 35.5px;
	left: 536px;
}

.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_new_pag {
	font-size: 20px;
	color: #999999;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	border: 2px solid #999999;
	vertical-align: top;
	cursor: pointer;
}

.q_new_paged {
	font-size: 22px;
	color: #333333;
	border: 2px solid #333333;
	width: 36px;
	height: 36px;
	line-height: 32px;
}

.q_qu_img {
	max-width: 400px;
	height: 240px;
	margin-right: 10px;
}

.q_pns {
	margin: 0 auto;
	width: 1133px;
}

.q_pn_img {
	width: 130px;
	height: 140px;
	margin: -21px 21px 0;
	box-shadow: 0 0 10px #F8F8F8;
}

.q_pn_img:nth-child(1),
.q_pn_img:nth-child(12) {
	margin-left: 108px;
}

/* 滚动条 */
.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%;
	min-width: 1200px;
	padding-bottom: 50px;
	background: #1855BA;
}

.buttonAuto1x {
	font-size: 12px;
	color: white;
	margin-top: 30px;
	letter-spacing:0;
}

.q_bottom_left {
	padding-top: 60px;
	display: inline-block;
	width: 800px;
}

.q_bottom_right {
	padding-top: 110px;
	float: right;
	width: 250px;
}

.q_bottom_right img {
	width: 100px;
}

.q_bottom_left p,
.q_bottom_right p {
	line-height: 24px;
}


.q_art {
	font-size: 0;
	margin-bottom: 20px;
}

.q_art_img {
	width: 200px;
	height: 150px;
}

.q_art_con {
	display: inline-block;
	width: 880px;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
}

.q_art_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.q_art_cond {
	text-align: justify;
	line-height: 24px;
	color: #999999;
}

.q_art_time {
	display: inline-block;
	width: 100px;
	text-align: right;
	vertical-align: middle;
}

.q_solist {
	display: inline-block;
	width: 285px;
	margin-right: 20px;
	box-shadow: 0 0 10px #ffffff;
	margin-bottom: 20px;
	cursor: pointer;
}
.q_solist:hover{
	box-shadow: 0 0 10px #55aaff;
}

.q_solist:nth-child(4n) {
	margin-right: 0px;
}

.q_solist_img {
	width: 100%;
	height: 285px;
}

.q_solist_tit {
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.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: 300px;
	height: 46px;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background-color: #e74d3e;
	line-height: 46px;
	border-radius: 23px;
	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: 40px;
	line-height: 38px;
	color: #e74d3e;
	padding: 0 30px;
	border-radius: 25px;
	border: 1px solid #fff;
	cursor: pointer;
}

.q_btn_s_12 {
	display: inline-block;
	background-color: #fff;
	height: 30px;
	line-height: 28px;
	color: #e74d3e;
	padding: 0 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	cursor: pointer;
}

.q_btn_xs {
	display: inline-block;
	background-color: #fff;
	height: 26px;
	line-height: 26px;
	color: #e74d3e;
	padding: 0 10px;
	border-radius: 13px;
	border: 1px solid #ffdcd8;
	cursor: pointer;
}

.q_btn_line_l {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #3778E5;
	padding: 0 30px;
	border-radius: 8px;
	border: 1px solid #3778E5;
	cursor: pointer;
}

.q_btn_line_m {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #3778E5;
	padding: 0 30px;
	border-radius: 8px;
	border: 1px solid #3778E5;
	cursor: pointer;
}

.q_btn_line_s {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #3778E5;
	padding: 0 30px;
	border-radius: 8px;
	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 {
	justify-content: space-between;
}

.q_ver_midd {
	vertical-align: middle;
}

.q_ver_top {
	vertical-align: top;
}

.q_text_12 {
	font-size: 12px !important;
}

.q_text_14 {
	font-size: 14px;
}

.q_text_16 {
	font-size: 16px;
}

.q_text_18 {
	font-size: 18px;
}

.q_text_22 {
	font-size: 22px;
}

.q_text_30 {
	font-size: 30px;
}

.q_text_34 {
	font-size: 34px;
}

.q_text_36 {
	font-size: 36px;
}

.q_bold {
	font-weight: 700;
}

.q_pad_tb15 {
	padding: 15px 0;
}

.q_pad_tb20 {
	padding: 20px 0;
}

.q_pad_t10 {
	padding-top: 10px;
}

.q_pad_r5 {
	padding-right: 5px;
}

.q_pad_b5 {
	padding-bottom: 5px;
}

.q_pad_20 {
	padding: 20px;
}

.q_pad_15_20 {
	padding: 15px 20px;
}

.q_pad_40 {
	padding: 40px;
}

.q_mar_lr15 {
	margin: 0 15px;
}

.q_mar_lr20 {
	margin: 0 20px;
}

.q_mar_10 {
	margin: 10px;
}

.q_mar_20 {
	margin: 20px;
}

.q_mar_l10 {
	margin-left: 10px;
}

.q_mar_l20 {
	margin-left: 20px;
}


.q_mar_r5 {
	margin-right: 5px;
}

.q_mar_r10 {
	margin-right: 10px;
}

.q_mar_tb20 {
	margin: 20px 0;
}

.q_mar_t10 {
	margin-top: 10px;
}

.q_mar_t5 {
	margin-top: 5px;
}

.q_mar_b10 {
	margin-bottom: 10px;
}

.q_mar_b20 {
	margin-bottom: 20px;
}

.q_mar_r20 {
	margin-right: 20px;
}

.q_mar_t20 {
	margin-top: 20px;
}

.q_mar_t30 {
	margin-top: 30px;
}

.q_mar_t40 {
	margin-top: 40px;
}

.q_mar_t60 {
	margin-top: 60px;
}

.q_mar_t100 {
	margin-top: 100px;
}

.q_lett_2 {
	letter-spacing: 2px;
}

.q_lett_4 {
	letter-spacing: 4px;
}

.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: 24px;
}

.q_lineh_30 {
	line-height: 30px;
}

.q_lineh_32 {
	line-height: 32px;
}


