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;
}
.w1175{
	margin: 0 auto;
	width: 100%;
	max-width: 1175px;
}
.w1200{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.w1210{
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
}
.w1280{
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.w1300{
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}
.w1320{
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.w1425{
	max-width: 1425px;
	margin: 0 auto;
	width: 100%;
}
.w1720{
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
}
.w1820{
	max-width: 1820px;
	margin: 0 auto;
	width: 100%;
}
.w1920{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.c38{
	color: #3860f4;
}
.cb9{
	color: #b9865a;
}
.d71{
	color: #d71516;
}
.cc0{
	color: #cc0b10;
}
.ff9{
	color: #FF9C00;
}
.f68{
	color: #F68700;
}
.colorf{
	color: #FFFFFF;
}
.color-000{
	color: #000000;
}
.color-737{
	color: #737373;
}
.color-29b{
	color: #29B000;
}

.fz56{
	font-size: 56px;
}
.fz52{
	font-size: 52px;
}
.fz46{
	font-size: 46px;
}
.fz40{
	font-size: 40px;
}
.fz30{
	font-size: 30px;
}
.fz28{
	font-size: 28px;
}
.fz24{
	font-size: 22px;
}
.fz22{
	font-size: 22px;
}
.fz20{
	font-size: 20px;
}
.fz18{
	font-size: 18px;
}
.fz16{
	font-size: 16px;
}
.mobile{
	display: none;
}

.fontBold{
	font-weight: bold;
}
.font-family-1{
	font-family: "Lantinghei SC";
}
.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;
	margin-bottom: 15px;
}

.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-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
}

.bgImt{
	position: relative;
}

.bgImt .imt{
	position: absolute;
}
.bgImt .bg{
	width: 100%;
}
.bgImt .imt.cover{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.answerHeader{
	height: 90px;
	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: #211A47;
	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: #FFFFFF;
}

.answerNav{
	width: 60%;
	height: 100%;
}

.answerNav .ut{
	height: 100%;
}

.answerNav .lt{
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	height: 100%;
}

.answerNav .lt_link{
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	line-height: 2.2;
	height: 100%;
	display: inline-block;
	line-height: 90px;
}

.answerNav .lt_link .iconfont{
	padding-left: 13px;
}

.answerNav .lt .cut{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 90px;
	transform: translateX(-50%);
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.11);
	border-radius: 20px;
	padding: 12px 0 12px 0;
	/*display: none;*/
}

.answerNav .lt .cut.modelOne{
	width: 300px;
}

.subMenu{
	display: none;
}

.answerSubLink{
	font-size: 16px;
	line-height: 2.5;

}

.answerNav .lt .cut a{
	color: #737373;
}

.answerNav .lt .cut .clt.active a,
.answerNav .lt .cut .clt:hover a
{
	color: #F78701;
}
.answerNav .lt .cutBox{
	position: absolute;
	left: -20%;
	top: 90px;
	width: 400px;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.11);
	border-radius: 20px;
	padding: 12px 0 12px 0;
	/*display: none;*/
}
.answerNav .lt .cutList{
	width: 100%;
	height: 100%;
	align-items: initial;
}

.answerNav .lt .cutList a{
	color: #737373;
}

.answerNav .lt .cutList .clt.active a,
.answerNav .lt .cutList .clt:hover a
{
	color: #F78701;
}
.answerNav .lt .cutList .cutItem{
	margin-left: 10%;
}
.answerNav .lt .cutList .cutItem:first-child{
	margin-left: initial;
}
.subnav{
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 900;
	
}

.subnav .subPadding{
	background: #FFFFFF;
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.11);
	border-radius: 20px;
	padding: 50px 66px 66px 70px;
}

.subnav li h2{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 2;
}

.subnav li a{
	font-size: 16px;
	color: #737373;
	line-height: 40px;
	display: block;
}

.subnav li a.active,
.subnav li a:hover{
	color: #F78701;
}

.subnav li .subXt{
	width: 24px;
	height: 2px;
	background: #211A47;
	border-radius: 1px;
	margin-top: 3%;
	margin-bottom: 4%;
}


.model_btn{
	display: none;
}

.model_list{
	position: fixed;
	left: 0;
	top: 60px;
	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 10px 10px;
}

.jxNav_modelList .lt{
	margin-top: 7px;
}

.jxNav_modelList .lt .lt_link{
	display: block;
	height: 42px;
	line-height: 42px;
	position: relative;
	font-size: 18px;
}

.jxNav_modelList .lt .lt_link .iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.jxNav_modelList .cut{
	padding: 0 10px;
	font-size: 18px;
	display: none;
}

.jxNav_modelList .cut a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
}

.jxNav_modelList .clt .clink{
	position: relative;
}

.jxNav_modelList .clt .clink .iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1;
}

.jxNav_modelList .clut{
	padding: 0 10px;
	display: none;
}

.jxNav_modelList .clut_lt a{
	font-size: 14px;
}

.jxNav_modelList .lt.active .lt_link,
.jxNav_modelList .lt:hover .lt_link{
	color: #F68700;
}

.jxNav_modelList .clt.active .clink,
.jxNav_modelList .clt:hover .clink{
	color: #F68700;
}

.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;

	max-width: initial;
}
.answerBanner .banner{
	position: relative;
}

.answerBanner .bannerTxt{
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 0 1.3rem;
}

.answerBanner .bannerTxt .bannerTitle{
	font-size: 62px;
	line-height: 1.2;
	word-break: break-all;
}

.answerBanner .bannerTxt .bannerTip{
	font-size: 32px;
	line-height: 1.5;
	margin-top: 33px;
}

.answerBanner .bannerTxt .bannerTip1{
	font-size: 12px;
	color: #ababab;
	margin-top: 15px;
}

.answerBanner .bannerTxtInner .bannerTip2{
	line-height: 1.53;
}

.answerBanner .bannerTxtInner .bannerTip3{
	line-height: 1.87;
}

.answerBanner .bannerTxtInner .bannerTip4{
	line-height: 1.6;
}

.answerBanner .bannerBtn{
	margin-top: 30px;
}

.answerBanner .bannerBtn .answerButton{
	font-size: 16px;
	border-radius: 8px;
	height: 44px;
}

.answerBanner .bannerBtn.modelOne{
	margin-bottom: 3rem;
}

.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;
	word-break: break-all;
}

.answerBanner .bannerTxtInner .bannerTip{
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
}

.answerBanner .swiper-pagination{
	bottom: 2rem;
}

.answerBanner .swiper-pagination .swiper-pagination-bullet{
	background: #ffffff;
	opacity: 0.5;
	height: 12px;
	width: 12px;
}

.answerBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #F68700;
	opacity: 1;
}

.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: 200px;
}

.answerBtn2{
	width: 165px;
}

.answerBtn1,
.answerBtn2
{
	height: 52px;
	border-radius: 15px;
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
}

.answerBtn1.btnChange{
	margin-left: 20px;
}

.answerButton.btnChange{
	/* background: rgba(255,255,255,0.15);
	border: 1px solid #FFFFFF; */
	color: #FFFFFF;
	transition: background-color 0.5s; 
}

/* .answerButton.btnChange:hover{
	background: #F68700;
	border: initial;
	transition: background-color 0.5s; 
} */

.answerBtn1 .iconfont,
.answerBtn2 .iconfont,
.form-groupBtn .btn .iconfont
{
	font-size: 22px;
	margin-left: 2%;
}

.answerButton{
	background: #F68700;
	transition: background-color 0.5s; 
	color: #FFFFFF;
	border: initial;
}

 .answerButton:hover{
	color: #FFFFFF;
	/* background: rgba(255,255,255,0.15);
	border: 1px solid #FFFFFF;
	transition: background-color 0.5s; */
}
.answerAdv{
	background: #FAFAFA;
}

.indexContainer{
	padding: 5% 0 5% 0;
}

.topContainer{
	margin-bottom: 2%;
}

.answerAdv .wrapper {
	/* width: 90%;
	margin: 0 auto;
	max-width: 80rem; */
}

.wrapperItem {
	margin-left: -1.79%;
}

.wrapperItem .item {
	width: 31.54%;
	margin-left: 1.79%;
	margin-top: 3%;
	cursor: pointer;
}

.itemContainer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.itemFront,.itemBack {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
	-o-transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: transform .7s cubic-bezier(0.4,0.2,0.2,1),-webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* text-align: center; */
	min-height: 280px;
	height: auto;
	border-radius: 20px;
	color: #fff;
	font-size: 1.5rem;
}

.itemFront .iconfont,
.itemBack .iconfont{
	font-size: 50px;	
}

.itemFront .itemInner img,
.itemBack .itemInner img{
	max-width: 55px;
	max-height: 55px;
}

.itemFront .iconfont{
	color: #F68700;
}

.itemFront .title,
.itemBack .title{
	margin-top: 10%;
}

.itemFront .title{
	color: #000000;
}

.itemFront .tip,
.itemBack .tip
{

	margin-top: 7.5%;
}

.itemFront .tip{
	color: #737373;
}


.itemFront .linkMore,
.itemBack .linkMore{
	margin-top: 8.5%;
}

.itemBack .linkMore
{
	color: #fff;
}
.itemBack .tip,
.itemBack .title{
	color: #fff;
}

.itemInner .title{
	font-weight: bold;
	font-size: 24px;
	line-height: 2;
}

.itemInner .tip{
	font-size: 18px;
	line-height: 1.8;
	word-break: break-all;
}

/* .itemBack .tip{
	margin-top: 4%;
} */

.itemBack {
	background: #cedce7;
	background: -webkit-linear-gradient(45deg,#cedce7 0,#596a72 100%);
	background: -o-linear-gradient(45deg,#cedce7 0,#596a72 100%);
	background: linear-gradient(45deg,#cedce7 0,#596a72 100%);
}

/* .itemFront:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
} */

.itemContainer:hover .itemFront,.itemContainer:hover .itemBack {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: -webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
	-o-transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: transform .7s cubic-bezier(0.4,0.2,0.2,1);
	transition: transform .7s cubic-bezier(0.4,0.2,0.2,1),-webkit-transform .7s cubic-bezier(0.4,0.2,0.2,1);
}

.itemBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../img/adv-bg.png');
	background-size: cover;
}

.itemInner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 10%;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.itemContainer .itemBack {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.itemContainer .itemFront {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.itemContainer:hover .itemBack {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow: 0px 10px 35px 0px rgba(246,110,0,0.48);
}

.itemContainer:hover .itemFront {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.modelOne .itemFront,.modelOne  .itemBack
{
	border-radius: 30px;
}
.modelOne .wrapperItem .item{
	width: 23%;
}

.modelOne .itemBack .itemInner img{
	max-width: initial;
	max-height: initial;
}

.modelOne .itemInner .title1{
	margin-top: 3rem;
}

.modelOne .itemFront .fontBg,
.modelOne .itemBack .backBg
{
	width: 100%;
}

.modelOne .itemBack .itemInner .title1{
	margin-top: 1.5rem;
}

.modelOne .itemInner .tip1{
	margin-top: 2rem;
}
.modelOne .itemInner .tip2{
	margin-top: 1.5rem;
	line-height: 1.625;
	margin-bottom: 1.5rem;
	height: 100px;
}
.modelOne .itemBack .itemInner .tip1{
	margin-top: 0.6rem;
}

.modelOne .itemFront .linkMore{
	margin-top: 8rem;
}

.modelOne .itemBack .itemInner{
	padding: 0 1.8rem;
}

.modelOne .itemFront .itemInner{
	padding: 0 3rem;

}
.modelOne .itemFront{
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.answerTitle1{
	font-weight: bold;
	font-size: 52px;
	color: #000000;
	line-height: 1;
	text-align: center;
}

.answerAboutUs{
	position: relative;
}

.answerAboutUs .aboutArea{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-45%);
	
}

.answerAboutUs .answerTitle1{
	color: #FFFFFF;
	text-align: left;
}

.answerAboutUs .aboutLeft{
	width: 40%;
	margin-right: 15%;
}
.answerAboutUs .aboutRight{
	flex: 1;
}
.answerAboutUs .aboutRight .item{
	min-width: 24%;
}
.answerAboutUs .bannerImt{
	width: 100% !important;
	max-width: initial;
}

.answerTip{
	font-size: 18px;
	color: #737373;
	line-height: 1.7;
	
	margin-top: 3%;
	text-align: center;
	width: 80%;
	
}

.answerTip.centerTip{
	margin: 0 auto;
	margin-top: 3%;
}

.answerAboutUs .answerTip{
	color: #CCCCCC;
	line-height: 1.9;
	margin: initial;
	margin-top: 10%;
	margin-bottom: 12%;
	text-align: left;
}

.answerAboutUs .answerBtn1{
	margin-left: initial;
	width: 168px;
}

.answerAboutUs .answerNumItem .numItem{
	font-weight: bold;
	color: #F3F6FA;
}

.answerAboutUs .answerNumItem .circle{
	width: 65px;
	height: 65px;
	margin-bottom: -55px;
	margin-left: -15px;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	opacity: 0.2;
}

.answerAboutUs .answerNumItem .circle.f68{
	border-color: #F68700;
	opacity: 1;
}

.answerAboutUs .answerNumItem .num{
	font-size: 54px;
}

.answerAboutUs .answerNumItem .plus{
	font-size: 40px;
}

.answerAboutUs .aboutRight .answerTip{
	margin-top: initial;
	margin-bottom: initial;
}

.CoopArea{
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(92,92,92,0.1);
	border-radius: 20px;
	padding: 4%;
	margin-top: 4%;
}

.CoopArea .companyLogo .companyImt{
	max-width: 300px;
	max-height: 80px;
}

.CoopArea .companyLogo{
	margin-bottom: 3%;
}

.CoopArea .CoopContent .companyTip{
	width: 75%;
	font-size: 18px;
	color: #737373;
	line-height: 1.7;
	/*margin-bottom: 4%;*/
}

.CoopArea .CoopContent .coopContentT{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	margin-bottom: 3%;
}

.CoopArea .swiperArrows{
	position: absolute;
	right: 0;
	top: 80%;
}

.CoopArea .swiperArrows .swiperBtn{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #F68700;
	overflow: hidden;
}

.CoopArea .swiperArrows .swiper-button-prev{
	left: auto;
	right: 58px;
}

.CoopArea .swiperArrows .swiperBtn .iconfont{
	color: #F68700;
}

.CoopArea .swiperArrows .swiperBtn.swiper-button-disabled{
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	opacity: 1;
}

.CoopArea .swiperArrows .swiperBtn.swiper-button-disabled .iconfont{
	color: #D7D7D7;
}

.CoopArea .coopUt{
	margin-left: -2%;
	margin-top: 1rem;
}
.CoopArea .coopUt .lt{
	width: 18%;
	margin-left: 2%;
	margin-top: 2rem;
}

.CoopArea .coopUt .lt .coopImt{
	position: relative;

}
.CoopArea .coopUt .lt:hover .coopImt{
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.11);
}

.CoopArea .coopUt .lt .coopImt .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
}

.answerContact{
	position: relative;
}

.answerContact .contactArea{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-45%);
	
	color: #FFFFFF;
	font-weight: bold;
}

.answerContact .contactTip{
	font-size: 28px;
	line-height: 1.7;
}

.answerContact .contactTip1{
	font-size: 36px;
	line-height: 1.4;
	margin-top: 0.5%;
}

.answerContact .answerBtn1{
	margin-left: initial;
	margin-top: 3%;
}

.newsUt{
	margin-left: -1.79%;
}

.newsUt .lt {
    width: 31.54%;
    margin-left: 1.79%;
    margin-top: 3%;
    cursor: pointer;
	
	background: #FFFFFF;
	/*box-shadow: 0px 0px 25px 0px rgba(92,92,92,0.1);*/
	box-shadow: initial !important;

	overflow: hidden;
	
}

.newsUt .lt .imt{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.newsUt .lt .imt .new-imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.newsUt .lt .newTxt{
	padding: 9% 0 6% 0;
}

.newsUt .lt .newTxt .title{
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 1.6;
	
}

.linkMore{
	font-size: 14px;
	color: #F68700;
	line-height: 3.5;
}

.linkMore:hover{
	color: #000000;
}

.linkMore .iconfont{
	font-size: 20px;
	margin-left: 3%;
}

.newsUt .lt:hover .newTxt .title{
	color: #F68700;
}

.newsUt .lt:hover .newTxt .linkMore{
	color: #000000;
}

.answerFoot{
	background: url('../img/foot-bg.png') no-repeat center;
	background-size: cover;
	object-fit: cover;
}

.footLeft{
	width: 23.85%;
}

.footRight{
	width: 67.77%;
}
.footTop{
	padding-bottom: 12%;
}
.footMain{
	font-size: 16px;
	color: #6E6A86;
	line-height: 2.25;
	padding-bottom: 5%;
	border-bottom: 1px solid #3B384C;
}

.footLeft .logo{
	padding-bottom: 7%;
}

.footLeft .mobile{
	padding-top: 8%;
}

.footLeft .mobile .iconfont{
	font-size: 45px;
	color: #FFFFFF;
	line-height: 1;
	margin-right: 3%;
	margin-top: -3%;
}

.footLeft .mobile .num{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 1%;
}

.footLeft .mobile .tip{
	font-size: 14px;
	color: #6E6A86;
	line-height: 1.86;
}

.footRight dl{
	max-width: 35%;
}

.footRight dt{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
	padding-bottom: 25px;
}

.footRight dd{
	line-height: 2.25;
}

.footRight dd a{
	color: #6E6A86;
}

.footRight dd .iconfont{
	font-size: 20px;
	margin-right: 4%;
	line-height: 1.8;
}
.footRight dd .wechat{
	max-width: 96px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 5px
}
.footRight dd p{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.6;
	margin-top: 10px;
}
.footRight dd .tip{
	margin-left: 15px;
	text-align: left;
}
.footRight .codeDd{
	/*margin-bottom: 1rem;*/
}

.footRight .codeDd.codeDT{
	margin-top: 1rem;
}

.footCopy{
	padding-top: 45px;
	padding-bottom: 72px;
	color: #6E6A86;
}

.footCopy .link{
	color: #6E6A86;
}

.answerFormContainner{
	background: url('../img/liuyan-bg.png') no-repeat center;
	background-size: cover;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
	color: #FFFFFF;
	/* position: absolute; */
}

.answerForm .answerFormArea{
	padding: 55px 52px 59px 57px;
}

.answerFormArea .formTxt .tip{
	 font-size: 18px;
	 line-height: 1;
	 margin-bottom: 10px;
}

.answerFormArea .formTxt .tip1{
 	 font-size: 26px;
	 font-weight: bold;
}

.answerForm input{
	width: 300px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	border: initial;
	padding: 0 25px;
	margin-left: 23px;
	font-size: 16px;
	color: #ABABAB;
	line-height: 1.5;
}

.answerForm button{
	width: 150px;
	height: 60px;
	background: #211A47;
	border-radius: 10px;
	overflow: hidden;
	border: initial;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 2;
	margin-left: 29px;
}

.answerForm button .iconfont{
	margin-left: 3%;
	font-size: 20px;
}

.answerForm{
	position: relative;
	height: 90px;
	z-index: 99;
}

.boxStage:nth-child(2n){
	background: #FFFFFF;
}

.boxStage:nth-child(2n+1){
	background: #F6F2FC;
}

.sercontanier{
	padding: 5% 0;
}

.sercontent{
	padding: 4% 0;
}

.sercontanier .conText
{
	width: 50%;
}

.sercontanier .conImt{
	max-width: 46%;
}

.serPageTitle{
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 2;
}

.serPageTitle .num{
	margin-right: 3%;
}

.serPageContent{
	font-size: 16px;
	color: #737373;
	line-height: 2;
	
}

.serPageContainer .serPageContent{
	margin-top: 5%;
	margin-bottom: 10%;
}

.serPageContainer .serPageContent.noBottom{
	margin-bottom: initial;
}

.serDetailContainer .serPageContent{
	margin-top: 50px;
}

.sercontent .serPageContent{
	margin-bottom: initial;
}

.serSmallTitle{
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

.sercontanier .conImt.showDown{
	margin-bottom: -5%;
}

.serPageContainer.noreverse:nth-child(2n+1) .sercontanier,
.serPageContainer.reverse:nth-child(2n+1) .sercontanier .aboutInfoMain{
	flex-direction: row-reverse;
}


.serPageContainer.reverse:nth-child(2n) .sercontanier
{
	flex-direction: row-reverse;
}

.serDetailTitle{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 1;
}

.serContentTitle{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 1;
}

.serContentTitle .num{
	margin-right: 5px;
}

.serSmallContentTitle{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1;
}

.serDetailContent .serPageContent{
	margin-top: 2%;
}

.serDetailContainer .sercontanier .conText{
	width: 45.84%;
}
.serDetailContainer .sercontanier .conImt{
	max-width: 44.62%;
	border-radius: 20px;
	overflow: hidden;
}

.serNumList{
	margin-top: 4%;
}

.serNumList .num{
	font-weight: bold;
	font-size: 30px;
}

.serNumList .item{
	max-width: 161px;
	width: 25%;
}

.serNumList .item .serPageContent{
	margin-top: 5%;
}

.serNumList .item .serSmallContentTitle{
	margin-top: 8px;
	margin-bottom: 18px;
}
.mardown1{
	margin-bottom: 1%;
}
.answerSerTitle{
	font-weight: bold;
	font-size: 48px;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.answerSerTip{
	font-size: 16px;
	color: #737373;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
	margin-top: 2%;
	width: 66%;
}
.sercontanierArea{
	padding: 4% 0;
}
.proProfileMain{
	margin-top: 4%;
}
.proProfileMain .utPro{
	width: 60%;
} 
.proProfileMain .imtPro{
	max-width: 36.46%;
}
.proProfileMain .utPro .lt{
	width: 47%;
}
.proProfileMain .utPro .lt .ltIcon{
	width: 64px;
	height: 64px;
	background: #F7F7F7;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 32px;
	position: relative;
}
.proProfileMain .utPro .lt .ltText{
	flex: 1;
} 
.proProfileMain .utPro .lt .iconfont{
	font-size: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}

.proProfileMain .ltText .ltTitlte{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 2;
}
.proProfileMain .ltText .ltTip{
	font-size: 14px;
	color: #737373;
	line-height: 1.9;
}
.proProfileMain .utPro .lt:hover .ltIcon{
	background: #F68700;
}
.proProfileMain .utPro .lt:hover .iconfont{
	color: #ffffff;

}
.proProfileMain .utPro .lt:hover  .ltText .ltTitlte{
	color: #F68700;
}
.proIndustryUt {
	margin-left: -2%;
}

.proIndustryUt .lt{
	width: 23%;
	margin-left: 2%;
	margin-top: 3%;
}
.proIndustryUt .lt .ltImt{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.proIndustryUt .lt .ltImt .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proIndustryUt .ltText {
	margin-top: 5%;
	margin-bottom: 8%;
}
.proIndustryUt .ltText .ltTitle{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 2.4;
}
.proIndustryUt .ltText .ltTip{
	font-size: 16px;
	color: #737373;
	line-height: 1.8;
}
.proIndustryUt .lt:hover  .ltText .ltTitle{
	color: #F68700;
}
.answerBtn3{
	width: 122px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
}

.proIndustryUt .lt:hover .answerBtn3{
	background: #F68700;
	color: #FFFFFF;
}

.utSkill{
	margin-left: -3.5%;
	margin-top: 4%;
}
.utSkill .lt{
	margin-left: 3.5%;
	text-align: center;
	width: 14%;
}

.utSkill .lt .itIcon{
	width: 100px;
	height: 100px;
	background: #F7F7F7;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.utSkill .lt .itIcon .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 42px;
}

.utSkill .lt .ltTitle{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1.6;
	text-align: center;
	margin: 1.2rem 0;
}
.utSkill .lt:hover  .itIcon{
	background: #F68700;
}
.utSkill .lt:hover  .itIcon .iconfont{
	color: #ffffff;
}
.utSkill .lt:hover .ltTitle{
	color: #F68700;
}
.solutionList{
	margin-top: 5%;
	padding-bottom: 5%;
}
.solutionList .serBullet,
.aboutTeamSwiper .serBullet{
	bottom: 0;
}
.serBullet .swiper-pagination-bullet{
	background: #000000;
	border-radius: 50%;
	margin: 0 7px;
}
.solutionList .serBullet .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 0.1;
	
}
.aboutTeamSwiper .serBullet .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 0.2;
}
.serBullet .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #F68700;
	opacity: 1;
}
.solutionList .swiperArrows .swiper-button-next,
.solutionList .swiperArrows .swiper-button-prev{
	background: initial;
	width: 42px;
	height: 42px;
	background: #F68700;
	border-radius: 50%;
	overflow: hidden;
	
}
.solutionList .swiperArrows .swiper-button-next .iconfont,
.solutionList .swiperArrows .swiper-button-prev .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	color: #ffffff;
}
.solutionList .swiperArrows .swiper-button-next.swiper-button-disabled,
.solutionList .swiperArrows .swiper-button-prev.swiper-button-disabled{
	background: #FFFFFF;
	opacity: 1;
	
}
.solutionList .swiperArrows .swiper-button-next.swiper-button-disabled .iconfont,
.solutionList .swiperArrows .swiper-button-prev.swiper-button-disabled .iconfont{
	color: #F68700;
}
.solutionList .itemImt{
	position: relative;
	max-width: 580px;
}
.solutionList .itemImt .imt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.solutionList .solutionItem .itemImt{
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}
.solutionList .solutionItem .itemText{
	width: 46%;
}
.solutionList .itemText .title{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 1;
	margin-top: 5%;
}
.solutionList .itemText .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
	margin-top: 8%;
}
.solutionList .itemText .answerBtn3{
	margin-top: 12%;
}
.setMeal{
	
}
.setMeal .containerTop{
	text-align: center;
}
.answerTip{
	margin: 0 auto;
	margin-top: 2%;
}
.answerPriceTitle{
	font-weight: bold;
	font-size: 42px;
	color: #000000;
}
.answerBtn4{
	width: 175px;
	height: 56px;
	font-size: 18px;
	border-radius: 10px;
}
.boxShadowOne{
	box-shadow: 0px 10px 35px 0px rgba(246,110,0,0.48);
}
.setMeal .btnItem{
	margin-top: 3.5%;
}
.setMeal .btnItem a{
	margin-left: 3%;
}
.setMeal .btnItem a:first-child{
	margin-left: initial;
}
.priceSetMealMain{
	margin-top: 4%;
	color: #737373;
}
.priceSetMealMain .lt{
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(92,92,92,0.1);
	border-radius: 20px;
	padding: 50px;
	width: 31.6%;
}
.priceSetMealMain .ltText .ltTitlte{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 3;
}
.priceSetMealMain .ltText .ltTitlte1{
	font-weight: bold;
	font-size: 42px;
	color: #000000;
	line-height: 1;
}
.priceSetMealMain .ltText .ltTip{
	font-size: 18px;
	
	line-height: 2.4;
}
.priceSetMealMain .ltText{
	padding-bottom: 25px;
}
.priceSetMealMain .textUt .mealItem{
	padding-top: 10px;
	border-top: 1px solid #E1E1E1;
}
.priceSetMealMain .textUt .mealItem .item{
	
	font-size: 16px;
	line-height: 1;
	margin-top: 30px;
	
} 
.priceSetMealMain .textUt .mealItem .item .icon{
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #F68700;
	margin-right: 3%;
	
}
.priceSetMealMain .textUt .mealItem .item .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: #ffffff;
	
}

.priceSetMealMain .textUt .lt:nth-child(2n) .icon{
	background: var(--four-default-color);
}

.priceSetMealMain .answerButton{
	margin-top: 40px;
}
.priceSetMealMain .textUt{
	display: none;
}
.priceSetMealMain .textUt.active{
	display: flex;
}
.answerBtn5{
	width: 100%;
	height: 64px;
	border-radius: 10px;
	font-size: 18px;
}
.serProcess{
	text-align: center;
	
}
.serProcess .processUt{
	margin: 4% 0 5% 0;
}
.serProcess .processUt .lt{
	width: 14.77%;
	position: relative;
}
.serProcess .processUt .lt .iconfont{
	position: absolute;
	font-size: 32px;
	color: #F68700;
	right: -50%;
}

.serProcess .processUt .lt .title{
	font-weight: bold;
	font-size: 24px;
	color: #F68700;
	line-height: 48px;
}
.serProcess .processUt .lt:nth-child(2n+1){
	color: #000000;
}
.serProcess .processUt .lt .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
	margin-top: 1%;
}

.serProcess .processUt .lt .num{
	font-weight: bold;
	font-size: 72px;
	margin-bottom: -45px;
	color: #FFFFFF;
	line-height: 1;
	font-family: Arial;
	
}

.serProcess .answerButton{
	margin: 0 auto;
}

.zhikuInfoMain .zhikuInfoText{
	width: 52.7%;
} 
.zhikuInfoText .answerSerTip{
	width: 100%;
	text-align: left;
	margin-top: 5%;
}

.zhikuInfoMain .zhikuImt{
	max-width: 470px;
	width: 36.15%;
}
.zhikuPeopleMain .peopleImtList,
.zhikuPeopleMain .peopleText{
	width: 46.6%;
}
.zhikuPeopleMain .lt{
	position: relative;
	width: 48%;
	margin-bottom: 4%;
	border-radius: 20px;
	overflow: hidden;
}
.zhikuPeopleMain .lt .imt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}
.zhikuPeopleMain .peopleImtList{
	position: relative;
}
.zhikuPeopleMain .peopleImtList .icon{
	width: 145px;
	height: 145px;
	background: #FFFFFF;
	box-shadow: 0px 0px 76px 0px rgba(246,135,0,0.68);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.zhikuPeopleMain .peopleImtList .icon .iconList{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 18px;
	
}
.zhikuPeopleMain .peopleImtList .icon .tip{
	white-space: nowrap;
}
.zhikuPeopleMain .peopleImtList .icon .iconList .iconfont{
	font-size: 35px;
	line-height: 1;
}
.zhikuPeopleMain .textPeoUt{
	margin-top: 5%;
}
.zhikuPeopleMain .textPeoUt .icon{
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 50%;
	position: relative;
	margin-bottom: 3%;
}
.zhikuPeopleMain .textPeoUt .icon .iconfont{
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.zhikuPeopleMain .textPeoUt .title{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 2.4;
}
.zhikuPeopleMain .textPeoUt .tip{
	font-weight: 400;
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
}
.zhikuAdvans{
	text-align: center;
}
.zhikuAdvansUt{
	margin-top: 4%;
}
.zhikuAdvansUt .lt{
	width: 16%;
}
.zhikuAdvansUt.modelOne .lt{
	margin: 0 6rem;
}
.zhikuAdvansUt .lt .icon{
	width: 88px;
	height: 88px;
	background: #f1f1f1;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}
.zhikuAdvansUt .lt .icon .iconfont{
	font-size: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #F68700;
	
}
.zhikuAdvansUt .lt .title{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 2.8;
}
.zhikuAdvansUt.modelOne .lt .title{
	font-size: 24px;
	margin-top: 0.4rem;
}
.zhikuAdvansUt .lt .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.625;
}
.zhikuAdvansUt.modelOne .lt .tip{
	font-size: 18px;
}
.zhikuContentMenuUt{
	margin: 4% 0;
}
.zhikuContentMenuUt .lt{
	border-radius: 10px;
	padding: 19px 45px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.zhikuContentMenuUt .lt.active{
	background: #F68700;
	color: #ffffff;
}
.zhikuContentUt .lt{
	width: 48%;
	padding-bottom: 2%;
	padding-top: 2%;
	border-bottom: 1px solid #D6CEE3;;
}
.zhikuContentUt .num{
	font-weight: bold;
	font-size: 28px;
	color: #ABAFB4;
	line-height: 1;
	margin-right: 3%;
}
.zhikuContentUt .ltText .title{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1;
}
.zhikuContentUt .zkcut{
	margin-left: 8%;
}
.zhikuContentUt .zkcut .clt a{
	color: #000000;
}
.zhikuContentUt .zkcut .title{
	font-size: 16px;
	line-height: 2;
	width: 88%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}
.zhikuContentUt .zkcut .clt:hover a{
	color: #F68700;
}
.zhikuContentItem .zhikuContentUt{
	display: none;
}
.zhikuContentItem .zhikuContentUt.active{
	display: flex;
}
.contactForm .containerTop,
.contactDetailBox .containerTop{
	text-align: center;
}
.contactDetailMain .icon{
	width: 76px;
	height: 76px;
	background: #F68700;
	border-radius: 50%;
	position: relative;
}
.contactDetailMain .icon.imt{
	background: initial;
	max-width: 76px;
	max-height: 76px;
}
.contactDetailMain .iconfont{
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
}
.contactDetailMain .icon img{

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.contactDetailMain .ltTitlte{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
}
.contactDetailMain .ltTip{
	font-size: 16px;
	color: #737373;
	line-height: 1.5;
	/*word-break: break-all;*/
	white-space: nowrap;
}
.contactDetailMain .ltTip.break{
	white-space: initial;
	word-break: break-all;
}
.contactDetailMain .lt{
	/*width: 26%;*/
	max-width: 26%;
}
.contactDetailMain .lt .ltText{
	margin-left: 20px;
	margin-top: 10px;
	flex:1;
}
.contactDetailMain{
	margin-top: 5%;
}
.formItem .form-control{
	height: 88px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 21px 25px;
	font-size: 18px;
	border: initial;
}
.formItem .form-groupContent{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.formItem .form-groupContent .form-group{
	width: 31.4%;
	position: relative;
}
.formItem .form-groupContent .form-group .icon_require{
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
}
.formItem .form-groupTextarea .form-control{
	height: 160px;
}

.formItem .form-groupTextarea{
	margin-top: 2%;
}

.formItem .btn{
	width: 150px;
	height: 60px;
	border-radius: 10px;
	font-size: 18px;
	border: initial;
}

.formItem .form-groupBtn .form-group{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	
}

.formItem .form-groupBtn{
	margin-top: 2%;
}

.formItem .form-groupBtn .form-group .btn-sum{
	margin-left: 3%;
}
.contactFormMain{
	margin-top: 4%;
}
.aboutInfoMain .aboutImt{
	width: 45.77%;
	border-radius: 15px;
	overflow: hidden;
}
.aboutInfoMain .aboutImt .imt{
	width: 100%;
}
.aboutInfoMain .aboutInfoText{
	width: 47.77%;
} 
.aboutInfoMain .aboutInfoText.modelOne{
	background: #FFFFFF;
	border-radius: 50px;
	border: 1px solid #E1E1E1;
	padding: 2.2rem 5rem;
}
.aboutInfoMain .aboutInfoText .title{
	line-height: 1;
}
.aboutInfoMain .aboutInfoText .title1{
	margin-top: 1.5rem;
}
.aboutInfoMain .aboutInfoText .tip{
	line-height: 1.67;
}
.aboutInfoMain .aboutInfoText .tip1{
	line-height: 2;
}
.aboutInfoMain .answerSerTitle,
.aboutInfoMain .answerSerTip
{
	text-align: left;
}
.aboutInfoMain .answerSerTip{
	margin-top: 8%;
	width: 100%;
}
.answerSerTip .dot{
	color: #000000;
	font-size: 18px;
	line-height: 1;
}
.aboutTeamSwiper .teamImt{
	position: relative;
}
.aboutTeamSwiper .teamImt .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.aboutTeamSwiper .teamItem .icon{
	width: 50px;
	height: 50px;
	background: #F68700;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-top: -25px;
	display: none;
}
.aboutTeamSwiper .teamItem .icon .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	font-size: 18px;
	color: #ffffff;
}
.aboutTeamSwiper .teamItem .title{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 2;
}
.aboutTeamSwiper .teamItem .tip{
	font-size: 14px;
	color: #F68700;
	line-height: 1;
}
.aboutTeamSwiper .teamItem:hover .icon{
	display: block;
}
.aboutTeamSwiper .teamItem:hover .title{
	color: #F68700;
}
.aboutTeamSwiper .teamItem:hover .tip{
	color: #000000;
}
/*.aboutTeamSwiper .ltText{
	margin-top: 2rem;
}*/
.aboutTeamSwiper{
	margin-top: 5%;
	padding-bottom: 5%;
}

.teamOpenBox{
	display: none;
}

.teamOpenBox .teamBoxBg{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
}
.teamOpenBox .teamOpenInfo{
	width: 69%;
	max-width: 900px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 99999;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	padding: 64px 68px 52px 40px;
}
.teamOpenBox .infoImt{
	position: relative;
	width: 42.3%;
}
.teamOpenBox .infoText{
	width: 51.3%;
	margin-top: 4%;
}
.teamOpenBox .infoImt .imt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.teamOpenBox .infoText .title{
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.5;
}
.teamOpenBox .infoText .tip{
	font-size: 14px;
	color: #F68700;
	line-height: 2.2;
}
.teamOpenBox .infoText .text{
	font-size: 16px;
	color: #737373;
	line-height: 1.5;
}
.teamOpenBox .close{
	opacity: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.aboutHistoryBox {
	
}
.inHistoryList{
	margin-top: 4%;
}
.inHistoryList .historySince{
	width: 180px;
	height: 48px;
	border-radius: 10px;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 auto;
}
.inHistoryList .historyUt{
	position: relative;
	padding: 2% 0;
}
.inHistoryList .historyUt::before{
	position: absolute;
	content: "";
	width: 2px;
	background: #F3F3F3;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
}

.inHistoryList .historyUt .lt .ltImt,
.inHistoryList .historyUt .lt .ltText
{
	width: 50%;
}

.inHistoryList .historyUt .lt .ltImt{
	position: relative;
}
.inHistoryList .historyUt .lt:nth-child(2n+1) .ltImt{
	padding-right: 6%;
}
.inHistoryList .historyUt .lt:nth-child(2n+1) .ltImt::before{
	position: absolute;
	content: "";
	height: 2px;
	background: #D7D7D7;
	top: 20px;
	right: 0;
	width: 73px;
}
.inHistoryList .historyUt .lt:nth-child(2n+1) .ltImt::after{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #D7D7D7;
	border-radius: 50%;
	top: 11px;
	right: -9px;
}
.inHistoryList .historyUt .lt:nth-child(2n+1) .ltText{
	padding-left: 6%;
}

.inHistoryList .historyUt .lt:nth-child(2n) .ltImt{
	padding-left: 6%;
}
.inHistoryList .historyUt .lt:nth-child(2n) .ltImt::before{
	position: absolute;
	content: "";
	height: 2px;
	background: #D7D7D7;
	top: 20px;
	left: 0;
	width: 73px;
}
.inHistoryList .historyUt .lt:nth-child(2n) .ltImt::after{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #D7D7D7;
	border-radius: 50%;
	top: 11px;
	left: -9px;
}
.inHistoryList .historyUt .lt:nth-child(2n) .ltText{
	padding-right: 6%;
	/*text-align: right;*/
}

.inHistoryList .historyUt .lt .ltImt .ltImtList{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.inHistoryList .historyUt .lt .ltImt .ltImtList .imt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.inHistoryList .historyUt .lt:nth-child(2n){
	flex-direction: row-reverse;
}
.inHistoryList .historyUt .num{
	font-family: Arial;
	font-weight: bold;
	font-size: 36px;
	color: #CCCCCC;
	line-height: 1.6;
}
.inHistoryList .historyUt .title{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 2;
}
.inHistoryList .historyUt .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.5;
	margin-top: 1.5%;
}
.inHistoryList .historyUt .lt{
	padding: 1.8% 0;
}
.inHistoryList .historyUt .lt .ltText{
	/* margin-top: 2%; */
}
.inHistoryList .historyUt .lt:hover .ltImt::before,
.inHistoryList .historyUt .lt:hover .ltImt::after
{
	background: #F68700;
}
.inHistoryList .historyUt .lt:hover .ltText .title{
	color: #F68700;
}
.btn_loadIng{
	text-align: center;
	display: block;
	font-size: 16px;
	color: #737373;
	line-height: 1.8;
}
.btn_loadIng .iconfont{
	font-size: 40px;
	line-height: 1;
}
.aboutCultureUt{
	margin-top: 1%;
}
.aboutCultureUt .lt{
	width: 48.4%;
	padding: 28px 35px 45px 39px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 3%;
	
}
.aboutCultureUt .lt .title{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 2;
}
.aboutCultureUt .lt .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
}
.aboutCultureUt .lt .icon{
	width: 100px;
	height: 100px;
	background: #FAFAFA;
	border-radius: 50%;
	position: relative;
}
.aboutCultureUt .lt .icon .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #F68700;
	font-size: 51px;
}
.aboutCultureUt .lt .ltText{
	margin-left: 7%;
	flex: 1;
}
.aboutCultureUt .lt:hover .icon{
	background: #FFFFFF;
}
.aboutCultureUt .lt:hover{
	background: #F68700;
	box-shadow: 0px 10px 35px 0px rgba(246,110,0,0.48);
}
.aboutCultureUt .lt:hover .title,
.aboutCultureUt .lt:hover .tip{
	color: #ffffff;
}
.InnerNews .newsUt .lt{
	margin-top: initial;
	margin-bottom: 3%;
}
.CaseNews .newsUt .lt{
	box-shadow: initial;
}
.CaseNews .newsUt .lt .imt{
	border-radius: 20px;
	overflow: hidden;
}
.CaseNews .newsUt .lt .newTxt{
	padding: 6% 0;
	width: 100%;
}
.CaseNews .newsUt .lt .newTxt .newTxtList{
	max-width: 80%;
}
.CaseNews .newsUt .lt .newTxt .title{
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
}
.CaseNews .newsUt .lt .newTxt .tip{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
}
.CaseNews .newsUt .lt .newTxt .icon{
	display: block;
	width: 50px;
	height: 50px;
	background: #F4F4F4;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.CaseNews .newsUt .lt .newTxt .icon .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 26px;
	color: #737373;
}
.CaseNews .newsUt .lt:hover .newTxt .tip{
	color: #F68700;
}
.CaseNews .newsUt .lt:hover .icon{
	background: #F68700;
	box-shadow: 0px 10px 35px 0px rgba(246,110,0,0.48);
	
}
.CaseNews .newsUt .lt:hover .imt{
	/* box-shadow: 0px 10px 35px 0px rgba(246,110,0,0.48); */
	
}
.CaseNews .newsUt .lt:hover .icon .iconfont{
	color: #ffffff;
}
.pageNum{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 1% 0;
}

.pageNum a{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 10px;
	margin-left: 10px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #F4F4F4;
}

.pageNum a:first-child{
	margin-left: 0;
}

.pageNum a.active{
	background: #F68700;
	color: #fff;
}
.answerSolutionDetail .detailTitle.solutionDetailTitle{
	text-align: center;
	font-size: 38px;
	line-height: 1;
}
.answerDetail .detailContent{
	font-size: 16px;
	color: #737373;
	line-height: 1.875;
}
.answerDetail .detailContent.advance{
	font-size: 22px;
}
.answerDetail .detailTitle{
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 1.5;
}
.answerSolutionDetail{
	padding: 4% 0;
}
.soluDetailContentTip{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
}
.newsDetailMain .mainLeft{
	width: 65.38%;
}
.newsDetailMain .mainRight{
	width: 30.77%;
}
.newsDetailMain{
	padding: 4% 0;
}
.newsDetailMain .tipList{
	font-size: 16px;
	color: #737373;
	margin-top: 2%;
}
.newsDetailMain .tipList .spn{
	color: #000000;
	margin-right: 1%;
}
.newsDetailMain .tipList .spt{
	margin-left: 3%;
}
.newsDetailMain .line{
	background: #E1E1E1;
	height: 1px;
	width: 100%;
	margin: 4% 0;
}
.newsDetailContentTip{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.2;
}
.answerPreNext{
	background: #F5F2FB;
	border-radius: 20px;
	margin: 3% 0;
}
.answerPreNext .item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5%;
}
.answerPreNext .item .prenextbtn{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 42%;
}
.answerPreNext .item .prenextbtn .title{
	width: 88%;
	text-overflow: ellipsis;
	overflow: hidden;
	    white-space: nowrap;
}
.answerPreNext .item .next{
	text-align: right;
}
.answerPreNext .item .back{
	width: 16%;
}
.answerPreNext .item .iconfont{
	font-size: 17px;
	line-height: 1;
}
.answerPreNext .item .next .iconfont{
	margin-left: 2%;
} 
.answerPreNext .item .prev .iconfont{
	margin-right: 2%;
}
.answerPreNext .item .prenextbtn:hover{
	color: #F68700;
}
.mainRightBox {
	background: #F5F2FB;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 36px 35px 45px 35px;
}
.mainRightBox .title{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1;
	
}
.mainRightBox .tjSerUt{
	line-height: 3;
}
.mainRightBox .tjSerUt .lt{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 5%;
	margin-top: 5%;
	
}
.mainRightBox .tjSerUt .lt .lttitle{
	font-size: 16px;
	color: #737373;
	
}
.mainRightBox .tjSerUt .lt .iconfont{
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
	display: none;
}
.mainRightBox .tjSerUt .lt:hover{
	background: #F68700;
}
.mainRightBox .tjSerUt .lt:hover .lttitle{
	color: #FFFFFF;
}
.mainRightBox .tjSerUt .lt:hover .iconfont{
	display: block;
}
.mainRightBox .title{
	padding-bottom: 4%;
}

.mainRightBox .relateUt .lt a{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
}
.mainRightBox .relateUt .lt{
	padding: 5% 0;
	position: relative;
}
.mainRightBox .relateUt .lt::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #E1E1E1;
}
.mainRightBox .relateUt .lt:first-child::before{
	display: none;
}
.mainRightBox .relateUt .lt:last-child{
	padding-bottom: initial;
}
.mainRightBox .relateUt .lt:hover a{
	color: #F68700;
}
.mainRightBox .caseText .logoImt{
	max-width: 325px;
	max-height: 100px;
	margin: 4% 0;
	
}
.mainRightBox .caseText .logoImt .imt{
	border-radius: 10px;
    overflow: hidden;
}
.mainRightBox .caseText .tip{
	font-size: 16px;
	color: #737373;
	line-height: 1.75;
	padding: 2% 0;
}
.mainRightBox .caseText .caseInfoUt .lt{
	font-size: 18px;
	color: #737373;
	line-height: 1;
	margin-top: 6%;
}
.mainRightBox .caseText .caseInfoUt .lt .spn{
	color: #000000;
	font-weight: bold;
}
.mainRightBox .caseText .caseInfoUt .lt .iconfont{
	color: #F68700;
}
.mainRightBox .tjNewsUt .lt{
	margin-top: 6%;
}
.mainRightBox .tjNewsUt .ltImt{
	position: relative;
	width: 39%;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.mainRightBox .tjNewsUt .ltText{
	width: 53.9%;
}
.mainRightBox .tjNewsUt .ltImt .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	line-height: 1;
}
.mainRightBox .tjNewsUt .ltText .lttitle{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1.44;
}

.mainRightBox .tjNewsUt .ltText .linkMore{
	line-height: 1;
	margin-top: 4%;
}
.mainRightBox.answerTjNews .title{
	padding-bottom: 2%;
}
.answerDetail .detailTitle.newsDetailTitle{
	margin-top: 3%;
}
.answerDetail .answerBat{
	font-size: 16px;
	color: #737373;
	line-height: 4;
	margin-top: initial;
}
.answerDetail .answerBat .link{
	color: #737373;
}
.answerDetail .answerBat .end{
	color: #000000;
}
.newsDetailMain.newsnoTop{
	padding-top: initial;
}
.answerHeader.noBanner{
	background: #211A47;
}
.answerBanner.noBanner{
	height: 90px;
}
.goTop{
	width: 60px;
	height: 60px;
	background: #F68700;
	border-radius: 10px;
	overflow: hidden;
	position: fixed;
	right: 12px;
	bottom: 15%;
	z-index: 900;
}
.goTop .iconfont{
	font-size: 22px;
	line-height: 1;
	color: #FFFFFF;
}
.answerDetail .detailBig{
	border-radius: 20px;
	overflow: hidden;
}
.model_btn{
	height: 40px;
	width: 50px;
	background: #F68700;
	border-radius: 10px;
	position: relative;
	margin-left: 0.8rem;
}
.model_btn .iconfont{
	font-size: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	color: #ffffff;
}
.yinhao {
	width: 4%;
}

.body-right {
	position: fixed;
	z-index: 10000;
	right: 0;
	top: 45%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
	background: #fff;
	width: 60px;
}
.body-right-pop {
	position: relative;
}
.body-right-pop p {
	position: absolute;
	right: calc(100% + 1px);
	top: -1px;
	background: #F68700;
	min-height: 100%;
	color: #fff;
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 300ms linear;
}
.body-right-text {
	font-size: 18px;
	display: flex;
	align-items: center;
	bottom: -1px;
}
.body-right a, .body-right-pop, .body-right .body-right-toTop {
	width: 100%;
	height: 60px;
	border: 1px solid #e1e1e1;
	color: #333;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 300ms linear;
}
.body-right .iconfont {
	font-size: 26px;
}
.body-right a:hover, .body-right .body-right-toTop:hover, .body-right .body-right-pop:hover {
	color: #fff;
	border-color: #F68700;
	background: #F68700;
}
.body-right .body-right-pop:hover p {
	width: auto;
	padding: 10px;
}
.body-right .body-right-pop:hover p img {
	max-width: 100px;
}
.body-right .body-right-pop:hover .body-right-text {
	padding: 0 2em;
}
.subPadding.w1300{
	max-width: 900px;
}

.priceMain .priceLeft,.priceMain .priceRight{
	width: 45.77%;
}
.priceMain .priceLeft img{
	border-radius: 20px;
	overflow: hidden;
}
.aboutInfoMain .aboutImt .imt{
	border-radius: 50px;
	overflow: hidden;
}
.priceMain{
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.priceMain .priceRight .item{
	margin-top: 2.5rem;
}
.aboutInfoText .itemList{
	margin-top: 1rem;
}
.aboutInfoText .itemList .item{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 2rem 2rem;
	margin-top: 2rem;
	width: 100%;
}
.aboutInfoText .itemList .item .iconfont{
	font-size: 25px;
	color: #F68700;
	margin-right: 0.8rem;
}
.aboutInfoText .itemList .item.half{
	width: calc(50% - 15px);
	box-sizing: border-box;
}
.faqUt{
	margin-top: 2rem;
}

.faqUt .icon-box{
	width: 36px;
	height: 36px;
	border-radius: 5px;
} 
.faqUt .question .icon-box{
	background: #FF9800;
}
.faqUt .answer .icon-box{
	background: #211A47;
}

.faqUt .question .title{
	flex: 1;
	margin-left: 2rem;
	margin-right: 1rem;
}

.faqUt .answer .content{
	flex: 1;
	margin-left: 2rem;
	margin-right: 3rem;
	line-height: 1.875;
}
.faqUt .question .left{
	margin-bottom: initial;
}
.faqUt .lt .answer{
	margin-top: 1.5rem;
	display: none;
}
.faqUt .lt.on .answer{
	display: flex;
}
.faqUt .iconfont{
	font-size: 24px;
	line-height: 1;
	
}
.faqUt .lt.on .question .icon .down{
	display: none;
}
.faqUt .lt.on .question .icon .up{
	display: block;
}
.faqUt .lt .question .icon .up{
	color: #F68700;
	display: none;
}
.faqUt .lt{
	padding: 2rem 0;
	position: relative;
}
.faqUt .lt::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #D6CEE3;
}

.privacyPop,
.contentPop,
.functionImgPop
{
	position: fixed;
	z-index: 1000;
	background: rgba(0, 0, 0, .5);
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}
.privacyBox,
.contentBox,
.functionImgBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}
.privacyBox{
	max-width: 665px;
	background: #FFFFFF;
	padding: 40px 40px 46px 40px;
	border-radius: 40px;
	max-height: 100vh;
}
.contentBox{
	width: 100%;
	background: #FFFFFF;
	padding: 2rem 0;
	height: 100vh;
	overflow-y: auto;
	margin-top: -1px;
}
.functionImgBox{
	max-width: 1193px;
	background: #FFFFFF;
	padding: 52px 58px 40px 58px;
	border-radius: 50px;
	max-height: 100vh;
}
.contentBox .w1300{
	position: relative;
}
.privacyBox .privacyBtn,
.contentBox .privacyBtn,
.functionImgBox .privacyBtn{
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.privacyBox .privacyBtn:hover,
.contentBox .privacyBtn:hover,
.functionImgBox .privacyBtn:hover{
	transform: rotate(180deg)
}
.privacyBox .privacyBtn i,
.contentBox .privacyBtn i,
.functionImgBox .privacyBtn i
{
	font-size: 26px;
	opacity: 1!important;
	float: right;
	color: #000000;
	font-weight: bold;
}

.contentBox .info{
	line-height: 2;
}
.functionImgBox .info .tip{
	line-height: 1.875;
}
.functionImgBox .info{
	line-height: 2;
	text-align: center;
}
.functionImgBox .info p{
	text-align: initial;
}
/*******************************************************/
/********************  ## Buttons  *******************/
/*******************************************************/
.theme-btn,
a.theme-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
  text-transform: capitalize;
  background-size: 202% 202%;
  background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, var(--primary-color)),
    color-stop(50%, var(--heading-color))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    var(--primary-color) 50%,
    var(--heading-color) 50%
  );
  background-image: -o-linear-gradient(
    bottom,
    var(--primary-color) 50%,
    var(--heading-color) 50%
  );
  background-image: linear-gradient(
    to top,
    var(--primary-color) 50%,
    var(--heading-color) 50%
  );
}

.theme-btn.style-two,
a.theme-btn.style-two {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
	text-transform: capitalize;
	background-size: 202% 202%;
	background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, var(--navyblue-color)),
    color-stop(50%, var(--primary-color))
  );
  background-image: -webkit-linear-gradient(
    right,
    var(--navyblue-color) 50%,
    var(--primary-color) 50%
  );
  background-image: -o-linear-gradient(
    right,
    var(--navyblue-color) 50%,
    var(--primary-color) 50%
  );
  background-image: linear-gradient(
    to left,
    var(--navyblue-color) 50%,
    var(--primary-color) 50%
  );
}


.theme-btn.style-three,
a.theme-btn.style-three {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
  text-transform: capitalize;
  background-size: 202% 202%;
  background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, var(--three-default-color)),
    color-stop(50%, var(--primary-color))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    var(--three-default-color) 50%,
    var(--primary-color) 50%
  );
  background-image: -o-linear-gradient(
    bottom,
    var(--three-default-color) 50%,
    var(--primary-color) 50%
  );
  background-image: linear-gradient(
    to top,
    var(--three-default-color) 50%,
    var(--primary-color) 50%
  );
}

.theme-btn.style-four,
a.theme-btn.style-four {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
  text-transform: capitalize;
  background-size: 202% 202%;
  background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, var(--four-default-color)),
    color-stop(50%, var(--primary-color))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    var(--four-default-color) 50%,
    var(--primary-color) 50%
  );
  background-image: -o-linear-gradient(
    bottom,
    var(--four-default-color) 50%,
    var(--primary-color) 50%
  );
  background-image: linear-gradient(
    to top,
    var(--four-default-color) 50%,
    var(--primary-color) 50%
  );
}

.theme-btn:hover,
a.theme-btn:hover {
  background-position: 0 0;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}