
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 主要内容开始 */
.overall-function{
	padding-top: 51px;
	background: #fff;
	padding-bottom:40px;
}
.function-container{
	max-width: 1200px;
	margin: 0 auto;
}
.main-function-banner{
	position: relative;
	margin-top: 60px;
	padding-top: 100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.function-left-text{
	width:40%;
}
.function-title{
	font-size: 40px;
	font-weight: bold;
	color: #1f2329;
	margin-top: 35px;
	z-index: 10 !important;
	position: relative;
}
.function-description{
	margin-top: 35px;
	font-size: 15px;
	color: #3e4963;
	line-height: 30px;
	font-weight: normal;
}
.function-description p{
   margin-top:10px;
   margin-bottom:10px;
}
.function-button-group{
	margin-top: 35px;
}
.button-primary{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 0.215rem;
    padding: 10px 25px;
	color: #fff;
	border-color: #0064FF;
	background-color: #0064FF;
	cursor: pointer;
	transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}
.button-primary:hover{
	color: #fff;
	border-color: #89bceb;
	background-color: #89bceb;
}
.button-primary.button-outline{
	color: #0064FF;
	background-color: transparent;
	border-color: #0064FF;
}
.button-primary.button-outline:hover{
	color: #fff;
	border-color: #0064FF;
	background-color: #0064FF;
}
.function-right-image{
	width:60%;
	padding-left: 60px;
	padding-bottom: 60px;
	position: relative;
}
.function-right-image img{
	width:100%;
}
.pc-image{
	width: 100%;
	height: 100%;
}
.pc-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.mb-image{
	position: absolute;
	width: 20%;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	border: 5px solid #cee3ff;
}
.mb-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.zoomIn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.common-function-area{
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: #F5FAFF;
	overflow:hidden;
}
.common-function-area.white-bg{
	background-color: #FFFFFF;
}
.function-area-img-center{
	float: left;
	width: 50%;
}
.function-area-image{
	text-align: left; 
	padding-top: 50px;
}
.function-area-image.has-mb-image{
	padding-right: 40px;
	padding-bottom: 60px;
	position:relative;
}

.function-area-text-center{
	padding-left: 120px; 
	padding-top: 50px;
	float: left;
	width: 50%;
	position: relative;
}
.function-area-text-center.padding-right-50{
	padding-left: 0px; 
	padding-right:50px;
}
.function-area-title{
	font-size: 30px;
	margin-top:35px;
	text-align: left;
	color: #2a344b;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}
.order-number{
	height:100px;
	font-size:100px;
	color:#ECF5FE;
	font-family: Consolas;
	font-size
	font-weight: 400;
}
.function-decription{
	text-align: left;
	font-size: 15px;
	line-height: 32px;
	color: #3e4963;
}
.function-button{
	margin-top: 25px;
}
.link-button-primary{
	color: #0064FF;
	padding: 6px 15px;
	background-color: transparent;
	border:1px solid #0064FF;
	border-radius:1000px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.link-button-primary:hover{
	color:#fff;
	border-color: #4e97d9;
	background-color: #4e97d9;
}
.init-hidden{
	visibility: hidden;
}
.fadeInUp{
	 visibility: visible;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.fadeInLeft {
     visibility: visible;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInRight {
     visibility: visible;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* 主要内容结束 */
/*底部开始*/
.public-page-footer {
    width: 100%;
    background: rgba(1,1,1,0.9);
}
.public-page-footer a{
	color: #666666;
}
.linkmain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.contact {
    margin: 80px 0 30px 0;
}
.contact dd {
    color: #feffff;
    margin-bottom: 5px;
}
.bottom_content {
    color: #666666;
    line-height: 2.5;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #323232;
}
.bottom_content ul {
    overflow: hidden;
}
.bottom_content ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}
.wxewm {
    position: absolute;
    left: 740px;
    top: 20px;
    width: 230px;
    height: 230px;
}
.wxewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-image figure{
   margin:0;
}
/* 底部结束 */

/* 适配开始 */
@media (max-width: 1439px){
	.function-container {
	    max-width: 1200px;
	}
}
@media (max-width: 1279px){
	.function-container{
	    padding-left: 3%;
	    padding-right: 3%;
	}
}


@media (max-width: 767px){
	.function-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-function-banner{
		padding-top: 0px;
		height: auto;
	}
	.function-left-text{
		width: 100%;
		text-align: center;
	}
	.function-title{
		font-size: 16px;
	}
	.function-right-image{
		width: 100%;
		margin-top: 40px;
		padding-left: 0px;
	}
	
	
	.mb-image {
		border-radius: 12px;
	}
	.mb-image img{
		border-radius: 12px;
	}
	.function-area-img-center{
		width:100%;
	}
	.function-area-text-center{
		width: 100%;
		padding-left: 0px;
	}
	.function-area-text-center.padding-right-50{
		padding-right: 0px;
	}
	.function-area-image.has-mb-image{
		padding-right: 0px;
	}
	
}


/* 适配结束 */

/* 动画开始 */
@keyframes zoomIn{
	0% {
	    opacity: 0;
	    -webkit-transform: scale3d(0.3, 0.3, 0.3);
	    transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
	    opacity: 1;
	}
}
@keyframes fadeInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight{
0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/* 动画结束 */