﻿
@font-face {
	font-family: 'FontAwesome';
    src:url('../font/fontawesome-wsfont.woff') format('woff');
}
@font-face {
	font-family: '思源黑体 Normal';
    src:url('../font/AwbNLH6DRKdm.woff2') format('woff2'),url('../font/8KhuA6FUpfTD.woff') format('woff');
}
@font-face {
	font-family: 'Source Han Sans CN';
	/*src: url('./SourceHanSansCN-Medium#1.otf') format('opentype');*/
	font-weight: 500;
	font-style: normal;
  }
.icon {
    font-family: 'FontAwesome';
	font-weight:normal;
	font-style:normal;
}
/* html, body { font-family: '思源黑体 Normal'; font-size: 17px; margin: 0px; padding: 0px; line-height: 150%; font-weight: normal; color: #383838; } */
html, body {font-family: 'Source Han Sans CN Medium', sans-serif; font-weight: 500; margin: 0px; padding: 0px; }

a { text-decoration: none; color: #383838; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
.main {
	width: 1200px;
	margin: 0px auto;
}

.button {
	display: inline-block;
	background-color: #0077ff;
	color: #fff;
	width: 136px;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 35px;
	line-height: 40px;
	text-align: center;
	/* border: 1px solid #10A593; */
}
.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lycolor { color: #0077ff !important;; }
.lybgcolor { background-color: #0077ff !important;; }
.top {
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	width: 100%;
	height: 80px;
}
.topMenuMain{
	position: relative;
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.top .logo {

}
.top .menu {
	overflow: auto;
}
.top .menu li {
}
.top .menu li a {
    display: block;
    font-weight: 500;
    padding: 30px 20px;
	color: #333333;
	font-size: 20px;
}
.top .menu .this, .top .menu li:hover{
	color: #a0a0a0;
	/* background-color: #0077ff; */
}
.top .menu .this a, .top .menu li:hover a{
	color: #0077ff;
}
.top .call {
	/* [disabled]font-weight: bold; */
	display: flex;
	width: 220px;
	font-family: 'Source Han Sans CN', sans-serif;

}
.top .call span{
	color: #0077ff;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
	margin-right: 10px;
}

.top .call .iconImg{
	background-image: url(../image/phone-call.png);
	width: 28px;
	height: 28px;
	margin-right: 20px;
}

.callButton{
	display: inline-block;
	background-color: #0077ff;
	color: #fff;
	line-height: 40px;
	height: 40px;
	width: 136px;
	text-align: center;
	border: 1px solid #10A593;
	font-family: 'Source Han Sans CN', sans-serif;
  	font-size: 16px;
  	font-weight: 400;
}
.top .call i {
	display: inline-block;
	width: 35px;
	font-weight: normal;
}

.bar-tit{
	text-align: center;
	padding: 0px 0px;
}
.bar-tit .block {
	display: inline-block;
	/* [disabled]overflow: hidden; */
}
.bar-tit .line {
	height: 1px;
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}
.bar-tit .line .bk {
	background-color: #0077ff;
	height: 5px;
	width: 80px;
	margin: 0 auto;
}
.bar-tit .block h2 {
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	font-size: 48px;
	display: block;
	overflow: visible;
	line-height: 40px;
	margin: 10px;
	padding: 10px;
	color: #333333;
}
.bar-tit .block h3 {
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 400;
	font-size: 24px;
	padding-top: 1em;
	display: block;
	overflow: visible;
	line-height: 40px;
	margin: 0px;
	color: #666666;
}
.bar-tit h4 {
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	display: block;
	overflow: visible;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
.bottom {
	background-color: #252525;
	color: white;
	padding: 50px 0px;
}
.bottom a {
	color: #FFF;
}
.bottom .box {
	align-items: flex-start;
}
.bottom .con {
	flex: 1;
}
.bottom .con .phone{
	display: flex;
	height: 24px;
	/*margin-left: 20px;*/
}
.bottom .con .contactText{
	font-size: 18px;
	line-height: 24px;
	margin-left: 32px;
	font-weight: 500;
	color: #0077ff;
	white-space: nowrap;
}
.bottom .con .phone img{
	width: 24px;
	height: 24px;
}

.bottom .con .phone p{
	font-size: 16px;
	line-height: 24px;
	color: white;
	margin-left: 8px;
	white-space: nowrap;
}


.bottom .con p {
	font-size: 25px;
	margin: 0px;
	display: block;
	height: 50px;
}
.bottom .con i {
	display: inline-block;
	font-size: 30px;
	text-align: center;
	width: 80px;
	color: #0077ff;
}

.bottom .line {
	width: 1px;
	height: 160px;
	border-left: 1px solid #FFF;
	margin: 0px 20px;
}
.bottom .title {
	font-size: 24px;
	padding-bottom: 30px;
}
.bottom .call {
	color: #0077ff;
	font-size: 30px;
	line-height: 40px;
}
.bottom ul {
	display: block;
	width: 280px;
}
.bottom li {
	display: inline-block;
	width: 130px;
	height: 25px;
	overflow: hidden;
}
.bottom .code {
	display: inline-block;
	text-align:start;
	padding: 10px;
}
.bottom .code img {
	width: 120px;
	height: 120px;
}

.bottom .ContactUs{
	margin-left: 80px;
	text-align: center;
}

.bottom .ContactUs span{
	font-size: 16px;
	color: white;
	font-weight: 500;
	padding-bottom: 10px;
	/*padding-left: 37%;*/
}

.bottom .ContactUs img{
	width: 120px;
	height: 120px;
}
.bottom .ContactUs p{
	margin-top: 0px;
	font-weight: 500;
	font-size: 16px;
}

.rnav {
	width: 70px;
	position: fixed;
	right: 10px;
	height: 100px;
	top: 200px;
	left: auto;
	bottom: auto;
	color: #FFF;
}
.rnav li {
	height: 50px;
	width: 70px;
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 0px;
	margin-top: 10px;
	position: relative;
	background-color: #F0FFF0;
}
/* 开户图标样式 */
.rnav li .khdiv{
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #666;
	color: white;
	line-height: 25px;
	position: relative;
	left: 23px;
}
.rnav li .khdiv-white{
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: white;
	color: #666;
	line-height: 25px;
	position: relative;
	left: 23px;
}

.rnav li .icon{
	position: absolute;
	width: 25px;
	height: 25px;
	left: 23px;
}
.rnav li span{
	position: absolute;
	color: #666;
	bottom: 10px;
	left: 50%;
    transform: translateX(-50%);
	white-space: nowrap;
}

.rnav li p {
	line-height: 120%;
	font-size: 18px;
	color: #666;
}

.rnav a {
	color: #FFF;
}

.rnav li .mk {
	position: absolute;
	left: -350px;
	top: -50px;
	height: 150px;
	width: 350px;
	display: none;
}
.rnav li .con {
	background-color: #FFF;
	width: 320px;
	flex: 1;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(18,184,164,0.15),-5px 5px 10px rgba(18,184,164,0.15);
	overflow: hidden;
}
.rnav li .codes {
	width: 680px;
	height: 400px;
	left: -680px;
	top: -150px;
	background-image: url(../image/code-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

.rnav .wxcode {
    background-color: #FFF;
    width: 650px;
    height: 190px;
    overflow: hidden;
}

.rnav .wxcode p {
    text-align: center;
    margin: 0px;
}
.rnav .wxcode .txt {
    flex: 1;
}
.rnav .wxcode .txt p { font-size: 20px; line-height: 30px;}
.rnav .wxcode .hr {
    background-color: #0077ff;
    width:90px;
    height:2px;
    margin: 20px auto;
    overflow: hidden;
}
.rnav .this {
	background-color: red;
}
.rnav .this span{
	color: white;
}

.rnav .this .mk,.rnav .this .codes {
	display: flex;
}
.rnav span {
	display: block;
	text-align: center;
	line-height: 20px;
}
.rnav .call {
	color: #0077ff;
	font-weight: bold;
	font-size: 35px;
}

.rnav .icon {
	font-size: 25px;
	line-height: 30px;
}
.calc {
    color: #333;
    font-size: 17px;
	width:330px;
}
.calc .tit {
    font-size: 24px;
    text-align: center;
    color: #0077ff;
}
.calc .item {
    line-height: 30px;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 20px 0px;
    overflow: hidden;

}
.calc .bar {
    box-shadow: 3px 3px 5px rgba(18,184,164,0.15),-3px -3px 5px rgba(18,184,164,0.15);
}
.calc .bg {
    background-color: #0077ff;
    color: #fff;
}
.calc .btn {
	line-height:30px;
	height:30px;
    display: block;
    text-align: center;
}
.calc .txt {
    border-right:solid 1px #ddd;
	line-height: 30px;
	height:30px;
	width: 100px;
}
.calc .inp {
	flex: 1;
	text-align: center;
	line-height: 30px;
	height:30px;
	margin-left: 10px;
}
.calc input, .calc input:focus {
	width:100%;
	outline: 0;
	border: none;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #666;
	text-align: center;
}
.calc .tal {
	width: 96px;
	height: 30px;
	overflow: hidden;
}

.icp {
	text-align: center;
}

 /* 蒙版样式 */
.maskReg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* 开户弹出页面样式 */
.reg {
	display: none;
	position: fixed;
	z-index: 1001;
}
.reg a { color: #fff; }

.reg .from {
	background-color: #FFF;
	height: 600px;
	width: 560px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.reg .from .fromBox{
	width: 490px;
	position: absolute;
	top: 58%;
	left: 74%;
	transform: translate(-74%, -58%);
	text-align: center;
}
.reg .from .fromBox h2 {
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	margin-top: 0px;
}
.reg .from .fromBox p{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.reg .from .fromBox button{
	margin-bottom: 0px;
}

.reg .formLineItem{
	display: flex;
	margin-bottom: 30px;
}

.reg .formLineItem span{
	width: 100px;
	height: 40px;
	line-height: 32px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	text-align: justify;
}

.reg .formLineItem input{
	width: 320px;
	height: 40px;
	margin-left: 5px;
}

.reg .formLineItem input::-webkit-input-placeholder{
	color: #666666;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
}


.reg .close {
	text-align: right;
	font-size: 30px;
	padding:10px;
}

/* 我们服务的行业 10.24改版 */
.serveIndustry{
	width: 100%;
	background-color: #f5fbf7;
	height: 910px;
}

.serveLeftMenu{
	height: 672px;
	width: 280px;
	margin-left: 30px;
}

.serveLinormal{
	display: flex;
	width: 100%;
	height: 84px;
	background-image: url(../image/左边其他行业背景.png);
	align-items: center;
	cursor: pointer;
}
.serveLinormal img{
	float: left;
	width: 48px;
	margin-left: 20px;
}

.serveLihover {
	display: flex;
	width: 100%;
	height: 84px;
	background: linear-gradient(to left, #9dffbd, #0077ff);
	color: white;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.serveLihover img{
	width: 84px;
	margin-right: 5%;
	opacity: 0.5;
}


.serveLeftMenuText{
	display: inline-block;
	margin-left: 5%;
}

.serveLeftMenuText p{
	font-family: 'Source Han Sans CN', sans-serif;
  	font-size: 24px;
  	font-weight: 500;
	color: #333333;
	margin: 0;
}
.serveLeftMenuText .EN{
	font-size: 14px;
	font-weight: 400
}

.serveLeftMenu ul li h2{
	font-family: 'Source Han Sans CN', sans-serif;
  	font-size: 24px;
  	font-weight: 500;
	margin: 0;
}
/* .serveLeftMenu ul li p{
  	font-size: 12px;
	margin: 0;
} */

.serveRightText{
	height: 672px;
	width: 900px;
	background-image: url(../image/contentTextBanner.png);
}
.serveIntroduceTit{
  	margin-left: 5%;
}
.serveIntroduceTit p{
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}
.serveIntroduceText{

	margin-left: 5%;
	height: 400px;
}
.serveIntroduceText p{
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	max-width: 95%;
	line-height: 32px;
}

/* 行业痛点 */
.servePain{
	width: 95%;
	margin-left: 5%;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.servePain ul {
    display: flex;
    padding: 0;
    margin: 0;

}

.servePain ul li{
    border: 1px solid #0077ff;
	border-radius: 20px 20px 20px 20px;
	margin-right: 3%;
	width: 126px;
	height: 38px;
	display: flex; /* 启用Flexbox布局 */
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}
.servePain ul li p{
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.scr li{
	display: flex;
	width: 172px;
	height: 78px;
	border: 1px solid #d3d3d3;
	align-items: center;
}

.scr li img{
	display: block;
    margin: 0 auto;
}


/* 10.24底部新样式  */
.bottomBanner{
	background-image: url(../image/底部banner背景图.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	text-align: center;
	align-items: center;
	justify-items: center;
	position: relative;
}
.bottomBanner .bottomBannerText{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);"
}

.bottomBanner h2{
   color: white;
   font-family: 'Source Han Sans CN', sans-serif;
   font-weight: 500;
   font-size: 48px;
}

.bottomBanner p{
	color: white;
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.bottomTextTit{
	display: flex;
	height: 200px;
}

.bottomTextTitLeft{
	width: 120px;
}
.bottomTextTitLeft ul li{
	font-family: 'Source Han Sans CN', sans-serif;
	display: list-item;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: white;
}

.bottomTextTitRight{

}

.bottomTextTitRight ul li{
	font-family: 'Source Han Sans CN', sans-serif;
	display: list-item;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: white;
}

/* 10.24 来自客户认可 */
.approve-ban-img {
	height: 596px;
	background-image: url(../image/approve-ban.png);
	background-repeat: no-repeat;
	background-position: center;
}
.CustomerApprove{
	display: flex;
	width: 856px;
	height: 288px;
	background-color: white;
	margin: 0 auto;
}

.CustomerApprove p{
	font-family: 'Source Han Sans CN', sans-serif;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	margin-left: 5%;
	max-width: 90%;
}

.CustomerApproveTit{
	display: flex;
	width: 100%;
	height: 120px;
	justify-content: space-between;
}

.CustomerApproveTitText{
	display: flex;
	width: 136px;
	height: 38px;
	align-items: center;
	margin-left: 70px;
	margin-top: 60px;
	color: #0077ff;
	font-size: 16px;
	font-weight: 400;
	border: 3px solid #0077ff;
	border-radius: 20px 0px 20px 0px;
	font-family: 'Source Han Sans CN', sans-serif;
	justify-content: center;
}

.CustomerApproveTitBtn{
	margin-right: 5%;
	margin-top: 60px;
}

.khrk{
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  width: 100%;
}

.CustomerApproveTitbar{
	display: flex;
	margin-top: 50px;
	gap: 10px;

}
.CustomerApproveTitbar .item{
	background-color: #0077ff;
	height: 5px;
	width: 20px;
	border-radius: 5px;
}

.CustomerApproveTitbar .this{
	background-color: #0077ff;
	height: 5px;
	width: 60px;
	border-radius: 5px;
}


/* 初始时只显示第一个列表项 */
.CustomerApprove li:not(:first-child) {
	display: none;
}

.CustomerApproveButton {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	margin-top: 115px;
  }
.CustomerApprove li{
	width: 100%;
}


  /* 四大不同  企业文化 */
  .four {
	display: flex;
	flex-direction: column; /* 使子元素垂直排列 */
    align-items: center; /* 水平居中所有子元素 */
	text-align: center;
}
.four .normal {
	height: 300px;
	width: 282px;
	border: 1px solid #cccccc; /* 淡灰色边框 */
	text-align: center;
	margin-left: 24px;
	position: relative;
}
.four .lihover{
	height: 340px;
	border: 1px solid #0077ff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	margin-top: -40px;
	width: 282px;
	text-align: center;
	margin-left: 24px;
	position: relative;
}
.four .normal a{
	display: none;
}

.four .lihover a{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.four li:first-child{
	margin-left: 0px;
}

.four .img {
	height: 69px;
	line-height: 69px;
	width: 100%;
	position: relative;
}
.four .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.four .tit {
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	padding-top: 24px;
}
.four .tit2 {
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	max-width: 90%;
	margin-left: 5%;
}
.Consulting{
	width: 282px;
	height: 40px;
	background-color: #0077ff;
	color: white;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
}

/* 六大不同 1102样式 */

.six {
  display: flex;
  width: 100%;
  height: 644px;
  flex-wrap: wrap; /* 允许子元素换行 */
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.sixItem {
  display: flex;
  flex-direction: column;
  /*display:block;*/
  height: 300px;
  width: calc(33.333% - 30px);
  align-items: center;
  text-align: center;
  gap: 5px;
	font-size: 24px;
  background: linear-gradient(to right, #9bd4f8, #64b1ec);
}

.sixItem .img{
  width: 100%;
  height: 69px;
  position: relative;
  margin-top: 40px;
}

.sixItem .img img{
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sixItem h2{
  font-family: 'Source Han Sans CN', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
	/*color: tomato;*/
  margin-top: 20px;
  margin-bottom: 5px;
}

.sixItem p{
  max-width: 88%;
  margin-left: 6%;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-top: 5px;
}

.six .sclist ul {
	width: 1485px;
}
.six .sclist .item {
	height: 275px;
	width: 460px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 45px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.six .mk {
	padding: 20px;
	color: #FFF;
	position: absolute;
	height: 235px;
	width: 410px;
	top: 180px;
}
