.esun-box {
	position: relative;
}

.esun-service-breadcumb {
	background: url(../images/esun/fuwu@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.esun-intro-breadcumb {
	background: url(../images/esun/qiye@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.esun-contact-breadcumb {
	background: url(../images/esun/lianxi@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.esun-product-breadcumb{
	background: url(../images/esun/anli@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.esun-ai-breadcumb{
	background: url(../images/esun/caiwuai@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0;
}

.style-two.esun-statistics {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 0;
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #fff;
	background: none;
}

.style-two.esun-statistics div {
	margin-bottom: 0;
}

.style-two.esun-statistics h4 {
	margin-top: 0;
}

.style-two.esun-statistics p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.80);
}

.style-two.esun-feature {
	padding: 80px 0 100px;
	background: url(../images/team/team-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.style-two.esun-feature p {
	height: 104px;
}

.style-two.esun-feature .hero-button {
	text-align: center;
}

.style-two.esun-feature .hero-button a {
	margin: 0;
}

.style-two.esun-portfolio {
	padding-bottom: 200px;
	background: url(../images/home-2/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.style-two.esun-portfolio h1 {
	color: #fff;
}

.style-two.esun-portfolio p {
	color: #165DFF;
	font-size: 16px;
}

.service-content .esun-tag {
	display: flex;
	justify-content: center;
}

.service-content .esun-tag a {
	border: 1px solid #165DFF;
	border-radius: 4px;
	height: 28px;
	padding: 0 10px;
	background-color: #fff;
	color: #165DFF;
	margin: 0 8px;
}

.service-content .esun-tag a:first-child {
	margin-left: 0;
}

.service-content .esun-tag a:last-child {
	margin-right: 0;
}

.service-content p {
	min-height: 104px;
}

.esun-process p {
	margin-bottom: 0;
}

.style-two .feature-icon img {
	width: 70px;
}

.style-two .feature-icon:before {
	width: 0;
	height: 0;
	background: none;
}

.service-area img {
	width: 81px;
}

.process-area img {
	width: 100%;
}

.style-three .process-icon {
	background: none;
	width: 100px;
	height: 100px;
}

.style-three .process-icon:before {
	width: 0;
	height: 0;
	border: none;
}

.project-details-area {
	background-color: #F4F7FD;
}

.esun-area-box {
	border-radius: 12px;
	filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2));
	background: #fff;
	/* padding: 56px 42px 33px; */
}

.esun-area-box .contact-info-box {
	background-color: #0B59D7;
}

.esun-area-box .style-two .contact-info-content h4 {
	color: #fff;
}

.esun-area-box .style-two .contact-info-content p {
	color: #fff;
}

.esun-area-box .style-two .contact-info-icon i {
	color: #fff;
	border: 2px solid #fff;
}

.esun-person-area {
	padding-top: 30px;
	border-top: 2px dashed #0B59D7;
	margin-top: 50px;
}

.esun-person-area .esun-person {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.esun-person-area .esun-person h3 {
	color: #0B59D7;
	border-radius: 30px;
	border: 1px solid #0B59D7;
	font-weight: normal;
	line-height: 28px;
	padding: 0 12px;
	font-size: 18px;
}

.esun-person-area .esun-person h2 {
	font-size: 20px;
	margin-top: 20px;
}

.esun-person-area .esun-person p {
	color: #4E5969;
	font-size: 16px;
}

.esun-info .section-title{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.esun-info .esun-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.esun-info .esun-img img{
	width: 65%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.esun-info .esun-img img{
		width: 80%;
	}
}
@media (max-width: 767px) {
	.esun-info .esun-img img{
		width: 100%;
		margin-top: 20px;
	}
}
.esun-intro {
	border-top: 2px solid #0B59D7;
	margin-top: 60px;
}

.esun-info .inner-style.section-title.center h1 {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 40px;
}

.esun-feature-box {
	text-align: center;
	padding: 56px 42px 33px;
}

.esun-part.style-three.process-area .row.add-bg {
	padding: 0;
	padding-bottom: 6px;
	border-radius: 12px;
	overflow: hidden;
}

.esun-part.style-three.process-area .row.add-bg>div {
	background-color: #fff;

}

.esun-part.style-three.process-area .row.add-bg>div:nth-child(even) {
	border-left: 1px solid #94BFFF;
}

.esun-part.style-three.process-area .row.add-bg>div:nth-child(-n+2) {
	border-bottom: 1px solid #94BFFF;
}

.esun-part.style-three.process-area .row.add-bg .single-process-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 35px 25px;
}

.esun-part.style-three.process-area .row.add-bg .single-process-box img {
	width: 70px;
}

.esun-part.style-three.process-area .process-icon {
	width: 80px;
	height: 80px;
}

.esun-part.style-three.process-area .row.add-bg .single-process-box .process-content {
	text-align: left;
	margin-left: 30px;
	flex: 1;
}

.header-menu ul li a {
	color: rgba(255, 255, 255, 0.80);
}

.header-menu ul li a.active {
	color: #fff;
}

.mean-container .mean-nav ul li a.active {
	color: #0B59D7;
}

.esun-scan {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.esun-scan img {
	width: 70%;
}

.esun-scan p {
	margin-top: 4px;
	color: #FFFFFF;
}

.inner-style.project-area {
	background: url(../images/home-2/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.inner-style.project-area h1{
	color: #FFFFFF;
	margin-top: 20px;
}
.inner-style.project-area h4{
	margin-bottom: 0;
	margin-top: 12px;
}
.inner-style .project-content{
	padding: 30px 24px 28px;
}
.style-three.service-area{
	background-color: #FFFFFF;
}
.style-three .single-service-box{
	height: 100%;
	background-color: #F4F8FD;
	margin-bottom: 0;
}
.style-three .single-service-box::before{
	background-color: #F4F8FD;
}
.style-three .service-content h4{
	font-size: 22px;
}
.esun-ai h1{
	font-size: 70px;
}
.esun-ai  .row.esun-result>div{
	margin-bottom: 20px;
}
.esun-ai .esun-info{
	border-top: 1px solid #E5E6EB;
	border-bottom: 1px solid #E5E6EB;
	margin-top: 35px;
}
.esun-ai .esun-info .esun-info-box{
	display: flex;
	padding: 30px 0;
}
.esun-ai .esun-info .esun-info-box img{
	width: 50px;
}
.esun-ai .esun-info .esun-info-box .esun-info-content{
	margin-left: 15px;
}
.esun-ai .esun-info .esun-info-box .esun-info-content p{
	font-size: 16px;
	margin: 0;
	color: #4E5969;
}
.esun-ai .esun-info .esun-info-box .esun-info-content h4{
	font-size: 16px;
	margin: 0;
}
.esun-ai h2{
	margin-top: 60px;
	margin-bottom: 30px;
}
.esun-bg h5{
	line-height: 1.5;
}
.esun-bg h5:last-child{
	color: #0c5adb;
}
.esun-example{
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #0c5adb;
	margin-bottom: 60px;
}
.esun-example-title{
	background-color: #0c5adb;
	padding: 24px 32px;
}
.esun-example-title h4{
	color: #FFFFFF;
}
.esun-example-content {
	padding: 0 34px;
}
.esun-example-content .li{
	padding: 30px 0;
	border-top: 1px solid #E5E6EB;
}
.esun-example-one .esun-example-content .li{
	display: flex;
	align-items: center;
}
.esun-example-one .esun-example-content .li .esun-index h3{
	font-style: italic;
	color: #0c5adb;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #0c5adb;
	border-radius: 12px;
}
.esun-example-content h3,
.esun-example-content h4,
.esun-example-content p{
	margin: 0;
}
.esun-example-one .esun-example-content .esun-example-intro{
	margin-left: 32px;
}
.esun-example-content h4 {
	font-size: 22px;
}
.esun-example-content p{
	color: #4E5969;
}
.esun-example-one .esun-example-content p{
	margin-top: 15px;
}
.esun-example-two .esun-example-content h4{
	padding-left: 18px;
	border-left: 6px solid #0c5adb;
}
.esun-example-two .esun-example-comparison {
	margin-top: 24px;
}
.esun-example-two .esun-example-comparison div{
	display: flex;
	align-items: center;
	margin-top: 12px;
} 
.esun-example-two .esun-example-comparison div span{
	color:#0c5adb;
	padding: 0 17px;
	line-height: 32px;
	border-radius: 12px;
	border: 1px solid #0c5adb;
	margin-right: 32px;
	white-space: nowrap;
}