.layout-root {
	padding-bottom: 60px
}

.layout-container {
	position: relative
}

@media only screen and (min-width: 1024px) {
	.layout-root {
		padding: 0
	}
}

.layout-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px
}

@media only screen and (min-width: 1024px) {
	.layout-wrapper {
		padding: 0 24px
	}
}

/*导航栏 开始*/
/*.layout-root.scrolled .layout-header .header-pc .header-logo {
	width: 0 !important
}

.layout-root.scrolled .layout-header .header-pc .header-nav {
	text-align: left
}*/

.layout-header .header-pc {
	display: none;
	/*background-color: rgba(0, 0, 0, 0.7)*/
}

.scrolled .layout-header .header-pc {
	/*background-color: #1F4485;*/
	background-color: #fff;
}

.scrolled .hfui-nav.hfui-nav-dark .hfui-nav-item{
	color: #000;
}

.layout-header .header-pc .header-wrap {
	padding: 0 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:"center";
	align-items: center
}

.layout-header .header-pc .header-wrap .header-logo {
	-webkit-flex: none;
	flex: none;
	-webkit-transition: width .3s ease 0s;
	transition: width .3s ease 0s;
	width: 0;
	overflow: hidden;
	padding: 16px 0
}

.layout-header .header-pc .header-wrap .header-logo .header-logo-link {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 0
}

.layout-header .header-pc .header-wrap .header-logo .header-logo-link .header-logo-image {
	filter: brightness(0) invert(1);
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.scrolled .layout-header .header-pc .header-wrap .header-logo .header-logo-link .header-logo-image {
	filter: unset;
}

.layout-header .header-pc .header-wrap .header-nav {
	-webkit-flex: auto;
	flex: auto;
	text-align: left
}

.layout-header .header-pc .header-wrap .header-menu {
	width: 240px;
	text-align: right;
	-webkit-flex: none;
	flex: none
}

.layout-header .header-h5 {
	display: block;
	padding: 0 16px;
	background-color: #fff;
}

.layout-header .header-h5 .header-wrap .header-menu {
	padding: 8px 0
}

.layout-header .header-h5 .header-wrap .header-logo {
	font-size: 0;
	line-height: 1;
	text-align: center;
	padding:10px 0;
}

.layout-header .header-h5 .header-wrap .header-logo .header-logo-link {
	display: inline-block;
	vertical-align: middle
}

.layout-header .header-h5 .header-wrap .header-logo .header-logo-link .header-logo-image {
	display: block;
	height: 50px;
	width: auto
}

.layout-header.is-fixed,
.layout-header.is-sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999
}

@media only screen and (min-width: 1024px) {
	.layout-header .header-pc {
		display: block
	}

	.layout-header .header-h5 {
		display: none
	}

	.layout-header.is-fixed {
		position: fixed
	}

	.layout-header .header-pc .header-wrap .header-logo {
		width: 220px
	}

	.layout-header .header-pc .header-wrap .header-nav {
		text-align: right;
	}	
}

@media only screen and (min-width: 1280px) {
	/*.layout-header .header-pc .header-wrap {
		padding: 0 24px
	}*/

	.layout-header .header-pc .header-wrap .header-logo {
		width: 220px
	}

	.layout-header .header-pc .header-wrap .header-nav {
		text-align: right;
	}
}

@media only screen and (min-width: 1600px) {
	/*.layout-header .header-pc .header-wrap {
		padding: 0 32px
	}*/

	.layout-header .header-pc .header-wrap .header-logo {
		width: 220px
	}
	
	.layout-header .header-pc .header-wrap .header-nav {
		text-align: right;
	}	
}
/*导航栏 结束*/

/*标题下面横线 开始*/
.has-underline {
	position: relative
}

.has-underline:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 0;
	border-bottom: 3px solid;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.has-underline:hover:after {
	width: 128px
}

.has-underline.underline-center:after {
	left: 50%;
	margin-left: -32px
}

.has-underline.underline-center:hover:after {
	margin-left: -64px
}

.has-underline.underline-left:after {
	left: 0
}

.has-underline.underline-left:hover:after {
	margin-left: 0
}

@media only screen and (min-width: 768px) {
	.has-underline.underline-center\@T:after {
		left: 50%;
		margin-left: -32px
	}

	.has-underline.underline-center\@T:hover:after {
		margin-left: -64px
	}

	.has-underline.underline-left\@T:after {
		left: 0;
		margin-left: 0
	}

	.has-underline.underline-left\@T:hover:after {
		margin-left: 0
	}
}

@media only screen and (min-width: 1024px) {
	.has-underline.underline-center\@S:after {
		left: 50%;
		margin-left: -32px
	}

	.has-underline.underline-center\@S:hover:after {
		margin-left: -64px
	}

	.has-underline.underline-left\@S:after {
		left: 0;
		margin-left: 0
	}

	.has-underline.underline-left\@S:hover:after {
		margin-left: 0
	}
}

@media only screen and (min-width: 1280px) {
	.has-underline.underline-center\@M:after {
		left: 50%;
		margin-left: -32px
	}

	.has-underline.underline-center\@M:hover:after {
		margin-left: -64px
	}

	.has-underline.underline-left\@M:after {
		left: 0;
		margin-left: 0
	}

	.has-underline.underline-left\@M:hover:after {
		margin-left: 0
	}
}

@media only screen and (min-width: 1600px) {
	.has-underline.underline-center\@L:after {
		left: 50%;
		margin-left: -32px
	}

	.has-underline.underline-center\@L:hover:after {
		margin-left: -64px
	}

	.has-underline.underline-left\@L:after {
		left: 0;
		margin-left: 0
	}

	.has-underline.underline-left\@L:hover:after {
		margin-left: 0
	}
}

@media only screen and (min-width: 1920px) {
	.has-underline.underline-center\@H:after {
		left: 50%;
		margin-left: -32px
	}

	.has-underline.underline-center\@H:hover:after {
		margin-left: -64px
	}

	.has-underline.underline-left\@H:after {
		left: 0;
		margin-left: 0
	}

	.has-underline.underline-left\@H:hover:after {
		margin-left: 0
	}
}
/*标题下面横线 结束*/

/*公共标题 开始*/
.section-title{
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	color: #FF0603;
	text-align: center
}

.section-title .section-cn-title{
	font-size: 24px;
	line-height:1.5;
	display:block;
}

.section-title .section-desc{
	font-size: 18px;
    line-height: 1.5;
	display:block;
}

.section-title .section-en-title{
	font-size: 16px;
	line-height:1.5;
	text-transform: uppercase;
	display:block;
}

.section-title>i {
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    background-color: #999;
}

.section-title>em {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #305cdf;
}

.section-title>i:before,
.section-title>i:after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background-color: #999;
	position: absolute;
	top: 4px
}

.section-title>em:after {
	content: '';
	display: block;
	width: 20%;
	height: 8px;
	background-color: #305cdf;
	position: absolute;
	top: -3px;
	left:40%;
}

.section-title>i:before {
	left: -56px
}

.section-title>i:after {
	left: 18px
}

@media only screen and (min-width: 1024px) {
	.section-title{
		margin-bottom: 48px;
	}

	.section-title.section-20{
		margin-bottom: 20px;
	}		


	.section-title.section-0{
		margin-bottom: 0px;
	}
	
	.section-title  .section-cn-title{
		font-size: 36px;
	}

	.section-title .section-desc{
		font-size: 24px;
	}

	.section-title  .section-en-title{
		font-size: 14px;
	}

	.section-title>i ,.section-title>em {
		display: block
	}
}

.section-title.section-title-light {
	color: #fff
}

.section-title.section-title-light>i {
	background-color: #fff
}

.section-title.section-title-light>i:before,
.section-title.section-title-light>i:after {
	background-color: #fff
}

.section-title.section-title-black {
	color: #000
}

.section-title.section-title-black>i {
	background-color: #000
}


.section-title.section-title-black>i:before,
.section-title.section-title-black>i:after {
	background-color: #000
}
/*公共标题 结束*/

/*首页轮播图 开始*/
/*.page-home .banner {
	display: block;
	background-color: #ddd
}*/

.page-home .banner .hfui-media-inner{
    color: #fff;
    text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	top:47%;
	left: 50%;	
}

.page-home .banner .hfui-media-inner-fws{
	font-weight: 400;
	position: relative;
	padding:0 40px;
}

.page-home .banner .hfui-media-inner-fws::before,
.page-home .banner .hfui-media-inner-fws::after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top:50%;
	left: 0px;
	right: unset;
}

.page-home .banner .hfui-media-inner-fws::after{
	left: unset;
	right: 0px;
}

.page-home .banner .hfui-media-inner-rz{
	font-size: 50px;
	line-height: 1.2;
	padding:60px 0 40px 0;
}

.page-home .banner .hfui-banner-btn{
	-webkit-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s;
	outline: none;
	cursor: pointer;
	appearance: none;
	text-decoration: none;
	user-select: none;
	text-align: center;
	font-weight: 500;
	word-spacing: normal;
	white-space: nowrap;
	color: #e7194a;
	height: unset !important;
	background: linear-gradient(0deg, rgba(255,218,201,1) 0%, rgba(255,255,255,1) 49%, rgba(255,218,201,1) 100%);
	border-radius: 50px;
	border: 4px solid #eee088;
}

.page-home .banner .banner-wrap:nth-child(2),
.page-home .banner .banner-wrap.banner-h5 {
	display: none
}

.page-home .banner.has-mobile .banner-wrap:nth-child(1),
.page-home .banner.has-mobile .banner-wrap.banner-pc {
	display: none
}

.page-home .banner.has-mobile .banner-wrap:nth-child(2),
.page-home .banner.has-mobile .banner-wrap.banner-h5 {
	display: block
}

.page-home .banner .banner-container {
	display: block;
	width: 100%;
	height: 100%
}

@media only screen and (min-width: 768px) {
	.page-home .banner .hfui-media-inner-fws{
		padding:0 60px;
	}

	.page-home .banner .hfui-media-inner-rz {
		font-size: 80px;
		padding:100px 0 60px 0;
	}

}

@media only screen and (min-width: 1024px) {
	.page-home .banner .hfui-media-inner-fws{
		padding:0 60px;
	}

	.page-home .banner .hfui-media-inner-fws::before,
	.page-home .banner .hfui-media-inner-fws::after {
		width: 45px;
	}

	.page-home .banner .hfui-media-inner-rz {
		font-size: 130px;
		padding:40px 0 60px 0;
	}

	.page-home .banner.has-mobile .banner-wrap:nth-child(1),
	.page-home .banner.has-mobile .banner-wrap.banner-pc {
		display: block
	}

	.page-home .banner.has-mobile .banner-wrap:nth-child(2),
	.page-home .banner.has-mobile .banner-wrap.banner-h5 {
		display: none
	}
}
/*首页轮播图 结束*/

/*首页实力服务 开始*/
.page-home .strength-section{
	position: sticky;
	z-index: 10;
	margin-top: -60px;
}

.page-home .strength-content{
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 6%);
}

.page-home .strength-title{
	color:#fff;
	background: #e7194a;
	border-radius: 30px 30px 0 0;
}

.page-home .strength-intro{
	position: relative;
	z-index: 2;
}

.page-home .strength-intro,
.page-home .strength-desc{
	 width: 100%;
	 height: 100%;
 }

.page-home .hfui-grid-col:nth-child(2) .strength-intro:after,
.page-home .hfui-grid-col:nth-child(4) .strength-intro:after{
	content: "";
	position: absolute;
	top: 10%;
	right: 0px;
	width: 2px;
	height: 80%;
	border: 1px dashed #cfcfcf;
}

@media only screen and (min-width: 768px) {
	.page-home .strength-section{
		margin-top: -75px;
	}

}

@media only screen and (min-width: 1024px) {
	.page-home .strength-section{
		margin-top: -95px;
	}

	.page-home .hfui-grid-col:nth-child(3) .strength-intro:after{
		content: "";
		position: absolute;
		top: 10%;
		right: 0px;
		width: 2px;
		height: 80%;
		border: 1px dashed #cfcfcf;
	}

	.page-home .strength-title{
		border-radius: 30px 0 0 30px;
	}
}
/*首页实力服务 结束*/

/*首页服务项目 开始*/
.page-home .services .services-intro{
	box-shadow: 0px 2px 12px rgb(0 0 0 / 6%);
	border-radius: 15px;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.page-home .services .service-intro-title{
	border-radius:0 0 15px 15px;
}

.page-home .services .services-intro:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-top-color: rgba(232,27,74,1);
	border-bottom-color: rgba(232,27,74,1);
}
/*首页服务项目 结束*/

/*首页一站式托管 开始*/
/*.page-home .deposit{
	background-repeat: no-repeat;
	background-image: url(../images/deposit_bg.jpg);
	background-size:cover;
	background-position: center;
	position: relative;
}*/

.page-home .deposit .deposit-intro-title{
	background: rgb(232,27,74);
	background: linear-gradient(0deg, rgba(232,27,74,1) 19%, rgba(245,122,37,1) 100%);
}

.page-home .deposit .deposit-intro{
	height: 100%;
}

.page-home .deposit .deposit-intro-num{
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #e9385f;
}
/*首页一站式托管 结束*/

/*首页代运营类目 开始*/
.page-home .category .category-intro-img{
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.page-home .category .category-intro:hover .category-intro-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-top-color: rgba(232,27,74,1);
	border-bottom-color: rgba(232,27,74,1);
}
/*首页代运营类目 结束*/

/*首页企业荣誉 开始*/
.page-home .honor .honor-gallery .honor-item {
	display: block;
	position: relative
}

.page-home .honor .honor-gallery .honor-item .honor-item-intro {
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	background: linear-gradient(0deg, rgba(232,27,74,1) 19%, rgba(245,122,37,1) 100%);
	color: #fff;
	padding: 16px
}

.page-home .honor .about-hf{
	border-radius: 20px;
	position: relative;
}

.page-home .honor .about-hf:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	top: calc(100% + 11px);
	left: 80px;
	border-style: solid;
	border-width: 23px 23px 0px 23px;
	border-color: #fff transparent transparent transparent;
}

.page-home .honor .about-hf-intro-desc{
	font-size: 16px;
	line-height: 2;
}

.page-home .honor .about-hf-btn>.hfui-btn{
	color: #fff;
	background: linear-gradient(0deg, rgba(232,27,74,1) 19%, rgba(245,122,37,1) 100%);
}
/*首页企业荣誉 结束*/

/*首页品牌 开始*/
.page-home .brand .brand-intro-img > img{
	width:100%;
}

.page-home .brand .brand-intro-tip p:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    color: #e01212;
}

.page-home .brand .brand-center-wrap{
	display:none;
}
	
.page-home .brand .brand-pc{
    display:none;
}

.page-home .brand .brand-m{
    display:block;
}

@media screen and (min-width: 1024px){
	.page-home .brand .brand-wrap{
		background-repeat: no-repeat;
		/*background-image: url(../images/brand_bg.jpg);*/
		background-image: unset;
		background-size: 100% auto;
		background-position: center;
		position: relative;
	}

    .page-home .brand .brand-center-wrap{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }
	
    .page-home .brand .brand-pc,
	.page-home .brand .brand-center-wrap{
		display:block;
	}
	
    .page-home .brand .brand-m{
		display:none;
	}	
}
/*首页品牌 结束*/

/*首页案例 开始*/
.page-home .cases .cases-container{
   display: block;
   background:#fff;
   border-radius:10px;
   -webkit-box-shadow: 0 0 30px rgb(81 94 125 / 8%);
   box-shadow: 0 0 30px rgb(81 94 125 / 8%);
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   border-top: 3px solid #f4f7fa;
   border-bottom: 3px solid #f4f7fa;   
}

.page-home .cases .cases-item:hover .cases-container{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-top-color: rgba(232,27,74,1);
    border-bottom-color: rgba(232,27,74,1);	
}

.page-home .cases .cases-cover-img {
    display: block;
    width: 100%;
    height: 100%;
	border-radius:10px 10px 0 0;
    object-fit: contain;
    object-position: center;
}
.page-home .cases .cases-intro-logo>img{
	height:55px;
}
/*首页案例 结束*/

/*首页新闻 开始*/
.page-home .news {
	position: relative;
}

.page-home .news:before {
	content: "";
	background: url(../images/news_bg.jpg);
	display: block;
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: -2;
	top: 0px;
}

.page-home .news .news-item{
	background: #fff;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 6%);
	border-radius: 15px;
	height: 100%;
}

.page-home .news .hfui-media{
	border-radius: 15px 15px 0 0;
}

.page-home .news .news-intro-date{
	color: #e9385f;
}

@media screen and (min-width: 1024px){
	.page-home .news .section-title {
		margin-bottom: 100px;
	}
}
/*首页新闻 结束*/

/*首页联系我们 开始*/
.page-home .contact {
	background-repeat: no-repeat;
	background-image: url(../images/contact_bg.jpg);
	background-size:cover;
	background-position: center;
	position: relative;
	z-index: 2
}

.page-home .contact .tabs-base,
.page-home .contact .tabs-right{
	height: 100%;
}

.page-home .contact .tabs-base>li{
	padding: 20px 0px;
	cursor: pointer;
}

.page-home .contact .tabs-base>li:not(:last-child){
	border-bottom: 2px solid #e7e6e6;
}

.page-home .contact .tabs-base>li.cur{
	color: #fff;
	background: linear-gradient(0deg, rgba(232,27,74,1) 19%, rgba(245,122,37,1) 100%);
}

.page-home .contact .contact-map,
.page-home .contact .tabs-container{
	width: 100%;
}

.page-home .contact .tabs-container{
	padding:30px 20px;
}

.page-home .contact #container {
	height: 500px;
}

@media screen and (min-width: 768px){

}

@media screen and (min-width: 1024px){
	.page-home .contact .tabs-base>li{
		padding: 52px 0px;
	}

	.page-home .contact .contact-map{
		width: 65%;
		height: 100%;
	}

	.page-home .contact .tabs-container{
		width: 35%;
		height: 100%;
		padding:50px 32px;
	}

	.page-home .contact #container {
		height: 100%;
	}

	.page-home .contact .contact-intro{

	}
}
/*首页联系我们 结束*/



/*底部 开始*/
.layout-footer .footer-wrap {
	background-repeat: no-repeat;
	background-image: url(../images/footer_bg1.jpg);
	background-size:cover;
	background-position: center;
	position: relative;
	z-index: 2
}

.layout-footer .footer-wrap .footer-control {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.layout-footer .map-container .map-item-cover > img {
	width:100%;
}

.contact-intro-address>label,
.contact-intro-phone>label{
	width:55px;
}


.contact-intro-address>span{
	width:calc(100% - 55px);
}

.layout-footer .footer-wrap .footer-copyright{
	border-top:1px solid #fff;
}
/*底部 结束*/