body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-spacing: 0;
}

html,
body {
	overflow-x: hidden;
}

i,
em,
u {
	font-style: normal;
	text-decoration: none;
}

*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Microsoft YaHei;
}

body {
	min-width: 320px;
	
	--primary-color: #F68700;
	--secondary-color: #fec458;
	--heading-color: #2b1c7e;/*#001726*/
	--base-color: #696969;
	--lighter-color: #f1f5ff;
	--navyblue-color: #2b1c7e;/*#06495a*/
	--three-default-color: #FFFFFF;
	--four-default-color: #211A47;
	--border-color: rgba(1, 13, 9, 0.1);
}

q:before,
q:after {
	content: "";
}
html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5, "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #747474;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
a {
	text-decoration: none !important;
	color: #747474;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
input,
select,
button {
	outline: none;
	-webkit-outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ABABAB !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ABABAB !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ABABAB !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ABABAB !important;
}
.font-f-h{
	font-family: hono;
}
.w946{
	margin: 0 auto;
	width: 100%;
	max-width: 946px;
}
.w1100{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.w1175{
	margin: 0 auto;
	width: 100%;
	max-width: 1175px;
}

.c467{
	color: #467EFE;
}
.txtcolor-737373{
	color: #737373;
}
.txtcolor-ffffff{
	color: #FFFFFF;
}
.txtcolor-000000{
	color: #000000;
}
.txtcolor-333333{
	color: #333333;
}
.txtcolor-666666{
	color: #666666;
}
.fz14{
	font-size: 14px;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.fz20{
	font-size: 20px;
}
.fz26{
	font-size: 26px;
}
.fz28{
	font-size: 28px;
}
.fz40{
	font-size: 40px;
}
.table{
	padding: 0 !important;
	margin: 0 !important;
}

:root{
	--btnMoreH: 34px;
	--btnMoreW: 100px;
	--btnMoreF: 15px;
}
html{
	font-size: 14px;
}

/* flex*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.textEn{
	font-family: Arial;
}

.textUpper{
	text-transform: uppercase;
}

.textCenter{
	text-align: center;
}

.lineHeight1{
	line-height: 1 !important;
}
.lineHeight2{
	line-height: 2 !important;
}
.lineHeight3{
	line-height: 3 !important;
}

.pointer {
  cursor: pointer;
}
.no-drag-textarea{
	user-select: none; /* 禁止文本选择 */
	resize: none; /* 禁止大小调整 */
}

.answerHeader{
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	/* padding: 0 3.5%; */
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	
}

.answerHeader.active{
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
	color: #000000;
}

.answerNav{
	width: 75%;
	height: 100%;
}

.answerNav .ut{
	height: 100%;
}

.answerNav .lt{
	padding-left: 3%;
	/* padding-right: 3%; */
	height: 100%;
}

.answerNav .lt_link{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #000000;
	line-height: 2.2;
	height: 100%;
	display: inline-block;
	line-height: 80px;
	position: relative;
}

.answerNav .lt.active .lt_link{
	color: #467EFE;
}

.answerNav .lt .lt_link::after{
	position: absolute;
	content: "";
	height: 3px;
	background: #467EFE;
	left: 0;
	right: 0;
	bottom: 12px;
	display: none;
}
.answerNav .lt.active .lt_link::after{
	display: block;
}
.model_btn{
	display: none;
}

.model_btn .menu{
	color: #0E85F8;
	font-size: 26px;
}

.model_btn .close{
	color: #000;
	font-size: 26px;
	display: none;
	
}

.model_list{
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 0;
	background: #fff;
	/* border-top: 1px solid #E1E1E1; */
	font-size: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.jxNav_modelList{
	padding: 0 25px 10px;
}

.jxNav_modelList .lt{
	padding: 18px 15px;
	border-top: 1px solid #D7D7D7;
}

.jxNav_modelList .lt .lt_link{
	display: block;
	
	position: relative;
	font-size: 18px;
	color: #000000;
}

.jxNav_modelList .lt .lt_link .iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}



.jxNav_modelList .lt.active .lt_link,
.jxNav_modelList .lt:hover .lt_link{
	color: #467EFE;
}

.answerBtn{
	width: 180px;
	height: 40px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 2.2;
}

.answerBtn .iconfont{
	margin-right: 10px;
	font-size: 20px;
}

.bannerImt{
	width: 100% !important;
}
.answerBanner .banner{
	position: relative;
}
.mobile{
	display: none;
}

.answerBanner .bannerTxt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #000000;
}

.answerBanner .bannerTxt .bannerTitle{
	font-size: 64px;
	font-weight: bold;
}

.answerBanner .bannerTxt .bannerTip{
	margin-top: 20px;
	max-width: 560px;
}

.answerBanner .bannerBtn{
	margin-top: 59px;
}

.answerBanner .bannerTxtInner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.answerBanner .bannerTxtInner .bannerTitle{
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.5;
}

.answerBanner .bannerTxtInner .bannerTip{
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
}

.answerBat{
	font-size: 18px;
	color: #CCCCCC;
	line-height: 2.7;
	margin-top: 16px;
}

.answerBat .spt{
	margin: 0 3px;
}

.answerBat .link{
	color: #CCCCCC;
}

.answerBat .end{
	color: #FFFFFF;
}

.answerBtn1{
	width: 160px;
	height: 50px;
}

.answerBtn2{
	width: 140px;
	height: 46px;
}

.answerBtn3{
	width: 142px;
	height: 46px;
}

.answerBtn1
{
	border-radius: 25px;
	overflow: hidden;
	font-size: 20px;
	line-height: 2;
}

.answerBtn2,
.answerBtn3
{
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
}

.answerBtn3{
	margin: 0 auto;
}

.answerBtn1.btnChange{
	margin-left: 3%;
}

.answerButton.btnChange{
	background: #FFFFFF;
	color: #467EFE;
	transition: background-color 0.5s; 
}

.answerButton.btnChange:hover{
	background: #467EFE;
	color: #FFFFFF;
	border: initial;
	transition: background-color 0.5s; 
}


.answerButton{
	background: #467EFE;
	transition: background-color 0.5s; 
	color: #FFFFFF;
	border: initial;
}

 .answerButton:hover{
	color: #FFFFFF;
}


.bannerSwiper .bannerPagination{
	position: absolute;
	bottom: 9.6%;
	width: 100%;
}
.bannerSwiper .bannerPagination .swiper-pagination{
	width: 100%;
	text-align: left;
}
.bannerSwiper .bannerPagination .swiper-pagination-bullet{
	width: 8px;
	height:8px;
	background: #FFFFFF;
	opacity: 0.5;
	margin-right: 1rem;
	position: relative;
}

.bannerSwiper .bannerPagination .swiper-pagination-bullet-active{
	background: #467EFE;
	opacity: 1;
}

.indexArea{
	padding: 4rem 0;
}

.catTop .catTitle{
	margin-bottom: 1rem;
	font-weight: bold;
}

.catTop .catTip{
	margin-bottom: 1rem;
}

.whyHis{
	padding: 6rem 0 3rem 0;
	position: relative;
	margin: 4rem 0;
}

.whyHis .whyHisList{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.whyHisList .hisItem{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.whyHisList .hisItem .timeBtn{
	width: 98px;
	height: 35px;
	background: #467EFE;
	border-radius: 17px;
	margin: 0 auto;
}

.whyHisList .hisItem:first-child{
	margin-left: 10%;
}

.whyHisList .hisItem:last-child{
	margin-right: 9%;
}

.whyHisList .hisItem:nth-child(2){
	flex-direction: column-reverse;
}

.whyList .lt{
	width: 31.4%;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(112,150,221,0.1);
	border-radius: 5px;
	border: 1px solid #D9E4F5;
	padding: 28px 34px 35px 34px;
}

.whyList .lt .title{
	font-weight: bold;
}

.whyList .lt .descrip{
	margin-top: 1rem;
	line-height: 24px;
}

.area-function{
	background: #F3F9FF;
}
.funList{
	margin-top: 3rem;
}
.funList .lt{
	width: 22.73%;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(112,150,221,0.1);
	border-radius: 5px;
	padding: 39px 0 45px 0;
}

.funList .lt .title{
	font-weight: bold;
	line-height: 2.5;
}

.funList .lt .tip{
	line-height: 1.5;
	    max-width: 85%;
	    margin: 0 auto;
}

.solutionBox{
	background: url('../img/td-back.png') no-repeat center;
	background-size: cover;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 28px;
}

.solutionArea{
	position: relative;
	margin: 0 auto;
	margin-top: 3rem;
	max-width: 682px;
	max-height: 420px;
	
}

.solutionArea .bg{
	margin: 0 auto;
}

.solutionArea .solutionList{
	position: absolute;
	/* left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 100%; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}

.solutionArea .solutionList .item{
	width: 50%;
	/* padding-left: 5%; */
	position: relative;
	/* margin-bottom: 4%; */
}

/* .solutionArea .solutionList .item:nth-child(2n){
	padding-left: initial;
	padding-right: 2%;
}
.solutionArea .solutionList .item:nth-child(1),
.solutionArea .solutionList .item:nth-child(2){
	margin-bottom: 4%;
}
.solutionArea .solutionList .item:nth-child(3),
.solutionArea .solutionList .item:nth-child(4){
	margin-top: 5%;
} */

.solutionArea .solutionList .item .title{
	position: absolute;
	right: 37%;
	top: 30%;
	text-align: left;
}

.solutionArea .solutionList .item:nth-child(2) .title,
.solutionArea .solutionList .item:nth-child(4) .title
{
	right: 10%;
}

.solutionArea .solutionList .item:nth-child(3) .title,
.solutionArea .solutionList .item:nth-child(4) .title
{
	top: 36%;
}

.area-scence{
	background: url('../img/cj-back.png') no-repeat center;
	background-size: cover;
}

.area-scence .tabs-scence{
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(112,150,221,0.1);
	border-radius: 5px;
	border: 1px solid #C9DAF6;
	margin-top: 3rem;
}

.area-scence .tabs-scence .tab-header .item{
	background: #F2F7FF;
	height: 60px;
	width: calc(100%/6);
}

.area-scence .tabs-scence .tab-header .item.active{
	background: #FFFFFF;
	color: #467EFE;
}

.area-scence .tabs-scence .tab-content{
	padding: 48px 50px 64px 64px;
}

.area-scence .tabs-scence .tab-content .scenceText{
	width: 50%;
}

.area-scence .tabs-scence .tab-content .scenceImt{
	max-width: 48%;
	max-height: 95%;
}

.area-scence .tabs-scence .tab-content .scenceText .title{
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.area-scence .tabs-scence .tab-content .scenceText .tip{
	line-height: 1.75;
	margin-bottom: 3rem;
}

.advanceUt{
	/* margin-top: 3rem; */
}

.advanceUt .lt{
	width: calc(100%/3);
	/* margin-bottom: 4rem; */
	margin-top: 4rem;
}

.advanceUt .lt .title{
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.area-cooper{
	background: url('../img/jg-back.png') no-repeat center;
	background-size: cover;
}
.coopUt{
	margin-left: -0.85%;
	margin-top: 2rem;
}
.coopUt .lt{
	width: 15.82%;
	margin-left: 0.84%;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(93,142,252,0.26);
	border-radius: 5px;
	margin-top: 1%;
}

.coopUt .lt .coopLink{
	width: 100%;
	height: 100%;
}

.imtBg{
	position: relative;
}

.imtBg .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	    max-height: 85%;
	    max-width: 85%;
}
.memberUt{
	margin-top: 3rem;
}
.memberUt .lt{
	width: 30.9%;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(112,150,221,0.1);
	border-radius: 5px;
	border: 1px solid #D9E4F5;
	padding: 46px 32px 49px 32px;
}

.memberUt .lt .ltTop{
	padding-bottom: 30px;
	position: relative;
}

.memberUt .lt .ltTop::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #D6E8FB;
}

.memberUt .lt .ltTop .title{
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.memberUt .lt .ltContent{
	margin: 2rem 0 3rem 0;
}
.memberUt .lt .ltContent .item{
	margin: 1rem 0;
}

.memberUt .lt .ltContent .item .info{
	margin-left: 0.8rem;
}

.memberUt .lt.active{
	background: url('../img/tq-list-back-on.png');
	background-size: cover;
}

.area-form{
	background: url('../img/form-back.png') no-repeat center;
	background-size: cover;
}

.formArea{
	background: #FFFFFF;
	box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.16);
	border-radius: 5px;
	padding: 50px 30px;
	margin-top: 3rem;
}

.formArea .formBox{
	width: 60%;
}
.formBox .formItem .form-item .form-group{
	width: 48.5%;
}
.formBox .formItem .form-item .form-control{
	height: 50px;
	
}

.formBox .formItem .form-control{
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #C5D6E7;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	
}

.formBox .formItem .form-textarea .form-control{
	height: 75px;
	padding-top: 12px;
}
.formBox .formItem .form-btn .btn{
	width: 100%;
	padding: initial;
	font-size: 18px;
}
.formBox .formItem .form-btn .submit,
.formBox .formItem .form-btn .reset{
	width: 48.5%;
	height: 50px;
	border-radius: 5px;
	font-weight: bold;
	border: initial;
}
.formBox .formItem .form-btn .submit{
	background: #467EFE;
	color: #FFFFFF;
}
.formBox .formItem .form-btn .reset{
	background: #F3F9FF;
	color: #333333;
}
.formBox .formItem .form-group{
	margin-bottom: 20px;
}
.formBox .form-item .form-group.select{
	position: relative;
}
.formBox .form-item select
{
	color: #737373;
}
/**
 * 隐藏默认下拉按钮
 */
.formBox .form-item select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/**
 * 添加下拉按钮
 */
.formBox .form-item .pull{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	color: #ABABAB;
	/**
	 * 给下拉按钮加上点击下来
	 */
	pointer-events: none;
}

.formBox .form-item .pull .iconfont{
	font-size: 13px;
	color: #BBCDF3;
}
.formBox input::placeholder,
.formBox textarea::placeholder {
    color: #737373;
}
.formArea .codeBoxList{
	width: 36.7%;
	background: linear-gradient(-180deg, #C9E1FF 0%, #FFFFFF 100%);
	border-radius: 5px;
	border: 1px solid #C5D6E7;
	padding: 33px 34px 20px 34px;
}
.formArea .codeBoxList .item .title{
	font-weight: bold;
	margin-bottom: 20px;
}
.formArea .codeBoxList .item .tip{
	line-height: 1.43;
	margin-top: 16px;
}
.footer{
	background: #204496;
	color: #7E9BDB;
	padding: 16px 0;
}
.footer a{
	color: #7E9BDB;
}
.footer .footNav{
	padding-top: 21px;
	padding-bottom: 10px;
}

.footer .footNav span{
	margin: 0 5px;
}
.footer .companyLink{
	padding-bottom: 10px;
} 
.footer .companyLink .link{
	margin: 0 7px;
}
.footer .companyLink .link:nth-child(1){
	margin-left: 2px;
}
.footer .copyright{
	padding-bottom: 2px;
}
.footer .copyright .span{
	margin-right: 1rem;
}
.footer .copyright .span:last-child{
	margin-right: initial;
}
.footer .copyright span{
	margin-left: 1rem;
}

.footer .copyright span:first-child{
	margin-left: initial;
}

.select2-container{
	width: 100% !important;
}
.select2-results__option{
	position: relative;
	
}

.swiperArrows{
	display: none;
} 
.swiperArrows .swiperBtn{
	width: 42px;
	height: 42px;
	background: #467EFE;
	border-radius: 50%;
	overflow: hidden;
}
.swiperArrows .swiperBtn::after{
	display: none;
}

.swiperArrows .swiperBtn .iconfont{
	font-size: 18px;
	color: #FFFFFF;
}

.swiperArrows .swiperBtn.swiper-button-disabled{
	background: #c1c5c8;
	opacity: 1;
}

.swiperArrows .swiper-button-prev{
	left: 50px;
	transform: rotate(180deg);
}
.swiperArrows .swiper-button-next{
	right: 50px;
}

/* 表单提交按钮加载状态 */
.formBox .formItem .form-btn .submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background: #ccc !important;
}

.formBox .formItem .form-btn .submit.loading {
	position: relative;
	color: transparent;
}

.formBox .formItem .form-btn .submit.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid transparent;
	border-top: 2px solid #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* 表单验证错误提示 */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
	border-color: #ff4444 !important;
}

.form-group.error .error-message {
	color: #ff4444;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

/* 成功提交后的表单状态 */
.formBox .formItem.form-success {
	opacity: 0.8;
}

.formBox .formItem.form-success .form-control {
	background-color: #f8f9fa;
}