
* {
	padding: 0;
	margin: 0;
}
a {
        text-decoration: none;
}
img {
	display: block;
}

.width1438 {
	width: 1338px;
}
.auto {
	margin: 0 auto;
}
/* 头部begin */
#header {
	height: 78px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 50px;
	min-width: 1338px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#header .logo {
	height: 46px;
}
#header .menu ul {
	display: flex;
}
#header .menu ul li {
	margin-right: 48px;
}
#header .menu ul a {
	font-weight: 600;
	font-size: 18px;
	
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
#header .menu  .active a {
	color: #3D6FA6;
}

#header .login {
	display: block;
	color: #fff;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3D6FA6;
	border-radius: 40px 40px 40px 40px;
	cursor: pointer;
}
#header .top_login_register {
	margin-left: 60px;
    font-size:14px;
}
#header .top_login_register  span {
        float: left;
        	display: block;
        	padding: 6px 12px;
            	cursor: pointer;
    }
#header .top_bt_register {
	margin-left: 8px;
    float:left;
	display: block;
	color: #fff;
	padding: 6px 12px;
	background: #3D6FA6;
	border-radius: 40px 40px 40px 40px;
}
/* 头部end */

#top-blank {
    width: 100%;
    height: 78px;
}
#banner {
	width: 100%;
	/* padding-bottom: 31.35%; */
	height: 520px;
	background: url(../images/banner.png) no-repeat center center;
	background-size: cover;
	position: relative;
	min-width: 1338px;
	box-sizing: border-box;
}

#banner .sub-box {
	position: absolute;
	width: 1338px;
	left: 50%;
	top: 144px;
	margin-left: -669px;
}

#banner .sub-box .title {
	font-weight: 600;
	font-size: 58px;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px #174B8B;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 50px;
}

#banner .sub-box .description {
	font-weight: 400;
	font-size: 20px;
	color: rgba(255,255,255,0.75);
	line-height: 34px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 815px;
	margin-bottom: 70px;
}

.btn-view {
	display: block;
	width: 214px;
	height: 60px;
	background: rgba(255,255,255,0.2);
	border-radius: 14px 14px 14px 14px;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}

.btn-view  span {
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-right: 10px;
	text-decoration: none;
}

.btn-view  img {
	width: 18px;
	height: 14px;
}
/* conotent begin */
#content {
	background-color: #fff;
	min-width: 1338px;
	box-sizing: border-box;
}

#content .core-competence {
	padding: 76px 0 83px;
}

#content .custom-title {
	font-weight: 600;
	font-size: 38px;
	line-height: 32px;
	color: #091221;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 15px;
}
.custom-description {
	font-weight: 400;
	font-size: 22px;
	color: #565C66;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 86px;
}

.panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panel .item {
	flex: 0 0 320px;
	height: 105px;
}
.panel .item .header {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 13px;
}
.panel .item .panel-title {
	font-weight: 600;
	font-size: 24px;
	color: #091221;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 10px;
}
.panel .item .header  .icon-title {
	width: 40px;
	height: 40px;
}

.panel .item  .fucntion {
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 0 20px;
	opacity: 0.6;
}




.application-place {
	background: #F4F5F9;
	padding: 76px 0 100px;
}
/* 应用场景 */
.application-place-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.application-place .slider-item {
	width: 170px;
	height: 478px;
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	/* transition: width 0.3s ease-in-out; */
}

.application-place .slider-item .text {
	position: absolute;
	z-index: 10;
	bottom: 51px;
	left: 33px;
	right: 33px;
}

.application-place .slider-item .title {
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 30px;

}

.application-place .slider-item .instruction {
	font-weight: 400;
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: none;
}


.application-place .slider-item .icon {
	width: 34px;
	height: 34px;
	display: block;
	margin: 0 auto 10px;
}

.application-place .slider-item:nth-child(1) {
	background-image: url(../images/slider1.png);
}
.application-place .slider-item:nth-child(2) {
	background-image: url(../images/slider2.png);
}
.application-place .slider-item:nth-child(3) {
	background-image: url(../images/slider3.png);
}
.application-place .slider-item:nth-child(4) {
	background-image: url(../images/slider4.png);
}
.application-place .slider-item:nth-child(5) {
	background-image: url(../images/slider5.png);
}
.application-place .active {
	width: 578px;
}

.application-place .active:nth-child(1) {
	background-image: url(../images/slider1_active.png);
}
.application-place .active:nth-child(2) {
	background-image: url(../images/slider2_active.png);
}
.application-place .active:nth-child(3) {
	background-image: url(../images/slider3_active.png);
}
.application-place .active:nth-child(4) {
	background-image: url(../images/slider4_active.png);
}
.application-place .active:nth-child(5) {
	background-image: url(../images/slider5_active.png);
}

.application-place .active .icon {
	margin: 5px 5px 10px 0;
}

.application-place .active .title {
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 34px;
}

.application-place .active .instruction  {
	display: block;
}

.application-place  .custom-description {
	margin-bottom: 62px;
}

/* 用户痛点 */
.pain-points {
	margin-bottom: 110px;
	padding-top: 76px;
}
.pain-points .custom-description {
	margin-bottom: 62px;
}

.pain-points .panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.pain-points .panel .item {
	flex: 0 0 calc(50% - 10px);
	height: 188px;
	background: url(../images/pannel-bg.png) no-repeat center center;
	background-size: cover;
	padding: 37px 33px 35px;
	box-sizing: border-box;
}

.pain-points .pain-points-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	color: #18599B;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
}

.pain-points-description {
	max-width: 487px;
	height: 64px;
	font-weight: 400;
	font-size: 20px;
	color: #5A5A5A;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}


/* 关于我们 */
.about-us {
	/* height: 614px; */
	background: #F0F4F8;
	border-radius: 0px 0px 0px 0px;
	padding-top: 76px;
	box-sizing: border-box;
        background: url(../images/contact-bg-01.png) no-repeat center center;
	background-size: cover;
}
.about-us .custom-title {
	margin-bottom: 50px!important;
}
.about-us .instructioon {
	width: 1338px;
	box-shadow: inset 0px -1px 0px 0px #EEEEEE;
	border-radius: 0px 0px 0px 0px;
	padding: 60px 60px 40px;
	background: #FFFFFF url(../images/about-bg.png) no-repeat top right;
	background-size: 558px 240px;
	box-sizing: border-box;
}

.about-us .instructioon .instructioon-title{
	font-weight: 500;
	font-size: 28px;
	color: #232323;
	line-height: 27px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 24px;
}
.about-us .instructioon .instructioon-content{
	font-weight: 400;
	font-size: 18px;
	color: #7B7B7B;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 950px;
	margin-bottom: 86px;
}


.about-us  .place {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.about-us  .place .item  {
	flex: 1 1 calc(50% - 10px);
}
.about-us  .place .item .item-title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #232323;
	line-height: 27px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}
.about-us  .place .item .item-info{
	font-weight: 400;
	font-size: 18px;
	color: #7B7B7B;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.about-us-content {
	position: relative;
	z-index: 20;
}
/* 联系方式 */
.contact {
	position: relative;
	height: 280px;
	/* padding-bottom: 16.77%; */
	/* background: url(../images/contact-bg.png) no-repeat center center;
	background-size: cover;*/
	z-index: 10;
	margin-top: -70px;
	box-sizing: border-box;
}
.contact-content {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
}
.contact-content .custom-title,
.contact-content .custom-description {
	color: #fff!important;
	margin-bottom: 20px!important;
}
.button-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.button-list .btn {
	width: 136px;
	height: 48px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #C4C4C4;
	text-align: center;
	line-height: 48px;
	color: #fff;
}
.button-list .btn-try {
	color: #3765A2;
	background: rgba(255,255,255,0.85);
}


#footer {
	min-width: 1338px;
	height: 198px;
	background: #031020;
	border-radius: 0px 0px 0px 0px;
}
.footer-content {
	height: 198px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copy-right {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 12px;
}

.copy-right .lgoo img {
	width: 46px;
	height: 46px;
}

.copy-right  .item-info {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	color: #838383;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.copy-right  .item-info a{
	color: #838383;
}
.copy-right  .item-info:last-child {
	margin-bottom: 0;
}

.qrcoode-list {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 41px;
}
.qrcoode-list .name {
	font-weight: 500;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.qrcoode-list  .qrcode {
	width: 88px;
	height: 88px;
	margin-bottom: 9px;
}


@media (max-width:  320px) {
	.gift-list {
		margin: 20px 15px;
		padding: 30px 15px;
	}
}