.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;
}

.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 {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.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: #1F4485;
}

.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: 240px
	}

	.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: 240px
	}

	.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: 240px
	}
	
	.layout-header .header-pc .header-wrap .header-nav {
		text-align: right;
	}	
}
/*导航栏 结束*/

/*右侧固定栏*/
.infinite {
	display: block
}

.infinite .infinite-spinner {
	display: none;
	text-align: center;
	pointer-events: none;
	margin-top: 16px
}

.infinite .infinite-trigger {
	display: none;
	text-align: center;
	margin-top: 16px
}

.infinite .infinite-last {
	display: none
}

.infinite .infinite-last .infinite-no-more {
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding: 0;
	color: #666;
	text-align: center
}

.infinite .infinite-navigator {
	display: block
}

.toolbar {
	display: none;
	position: fixed;
	bottom: 320px;
	right: 0;
	z-index: 3
}

.toolbar .tool-list .tool-item {
	position: relative
}

.toolbar .tool-list .tool-item .tool-item-content {
	background-color: #f80d4a;
	color: #FFF
}

.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 24px;
	text-align: center;
	line-height: 42px
}

.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon>i {
	font-size: inherit
}

.toolbar .tool-list .tool-item .tool-item-popover {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	padding-right: 8px
}

.toolbar .tool-list .tool-item .tool-item-popover:after,
.toolbar .tool-list .tool-item .tool-item-popover:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.toolbar .tool-list .tool-item .tool-item-popover:before {
	z-index: 2;
	right: 2px;
	top: 14px;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff
}

.toolbar .tool-list .tool-item .tool-item-popover:after {
	z-index: 1;
	right: 0;
	top: 13px;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #e6e6e6
}

.toolbar .tool-list .tool-item .tool-item-popover .tool-popover-wrap {
	background-color: #fff;
	min-width: 80px;
	min-height: 40px;
	border: 1px solid #e6e6e6
}

.toolbar .tool-list .tool-item .tool-popover-text {
	font-size: 14px;
	line-height: 40px;
	padding: 0 16px;
	word-break: break-word;
	white-space: nowrap;
	color: #333
}

.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item {
	display: block;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0;
	line-height: 1;
	padding: 10px 16px;
	color: #333
}

.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center
}

.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon>i {
	font-size: inherit
}

.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 14px;
	margin-left: 8px
}

.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item:hover {
	color: #f80d4a;
	background-color: #fff2e6
}

.toolbar .tool-list .tool-item .tool-popover-qr {
	padding: 8px
}

.toolbar .tool-list .tool-item .tool-popover-qr .tool-qr-img {
	display: block;
	width: 128px;
	height: 128px;
	background-color: #ddd
}

.toolbar .tool-list .tool-item:hover .tool-item-content {
	background-color: #e67000
}

.toolbar .tool-list .tool-item:hover .tool-item-popover {
	display: block
}

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

.docker {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
	background-color: #fff;
	border-top: 1px solid #e6e6e6
}

.docker .dock-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.docker .dock-list .dock-item {
	position: relative;
	padding: 4px;
	min-width: 60px
}

.docker .dock-list .dock-item .dock-item-content {
	display: block;
	text-align: center
}

.docker .dock-list .dock-item .dock-item-content .dock-item-icon {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	color: #333
}

.docker .dock-list .dock-item .dock-item-content .dock-item-icon>i {
	font-size: 24px
}

.docker .dock-list .dock-item .dock-item-content .dock-item-text {
	display: block;
	font-size: 12px;
	line-height: 1;
	height: 20px;
	color: #666
}

.docker .dock-list .dock-item .dock-item-popover {
	display: none;
	position: absolute;
	bottom: 60px;
	left: 50%;
	padding-bottom: 11px
}

.docker .dock-list .dock-item .dock-item-popover:after,
.docker .dock-list .dock-item .dock-item-popover:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.docker .dock-list .dock-item .dock-item-popover:before {
	z-index: 2;
	left: 50%;
	margin-left: -7px;
	bottom: 5px;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent
}

.docker .dock-list .dock-item .dock-item-popover:after {
	z-index: 1;
	bottom: 4px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px 8px 0 8px;
	border-color: #e6e6e6 transparent transparent transparent
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap {
	background-color: #fff;
	border: 1px solid #e6e6e6
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list {
	display: block
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item {
	display: block;
	padding: 8px 12px;
	font-size: 0;
	white-space: nowrap;
	word-break: keep-all;
	color: #333;
	background-color: #fff;
	min-width: 60px;
	border-bottom: 1px solid #e6e6e6
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon>i {
	font-size: 20px
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-text {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	font-size: 14px
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:last-child {
	border: 0
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:hover {
	color: #f80d4a;
	background-color: #fff2e6
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-text {
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	padding: 0 16px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	color: #666;
	background-color: #fff;
	min-width: 60px
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image {
	display: block;
	padding: 4px;
	min-width: 60px;
	max-width: 180px
}

.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image>img {
	display: block;
	width: 100%;
	height: auto;
	min-width: 140px
}

.docker .dock-list .dock-item:hover .dock-item-content .dock-item-icon,
.docker .dock-list .dock-item:hover .dock-item-content .dock-item-text {
	color: #f80d4a
}

.docker .dock-list .dock-item:hover .dock-item-popover {
	display: block;
	-webkit-animation: docker-show 0.5s both;
	animation: docker-show 0.5s both
}

@media only screen and (min-width: 1024px) {
	.docker {
		display: none
	}
}

@-webkit-keyframes docker-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(30px);
		transform: translateX(-50%) translateY(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}
}

@keyframes docker-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(30px);
		transform: translateX(-50%) translateY(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}
}

@media screen and (max-width: 425px) {
	#GdImMainBox {
		bottom: 72px !important
	}
}
/*右侧固定栏*/

/*手机搜索 开始*/
.search-bar {
	position: relative;
	padding-right: 72px;
	max-width: 640px;
	margin: 0 auto
}

.search-bar .search-input {
	display: block;
	width: 100%;
	line-height: 56px;
	height: 56px;
	background-image: none;
	border: 0;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	padding: 0 16px;
	color: #FFF
}

.search-bar .search-input:hover,
.search-bar .search-input:focus {
	background-color: rgba(255, 255, 255, 0.3)
}

.search-bar .search-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 56px;
	padding: 0;
	background-image: none;
	border: 0;
	background-color: #f80d4a;
	outline: none;
	cursor: pointer;
	color: #FFF
}

.search-bar .search-btn:hover {
	background-color: #ff9633
}
/*手机搜索 结束*/

/*标题下面横线 开始*/
.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 .section-title{
	position: relative;
	margin-bottom: 16px;
	color: #FF0603;
	text-align: center
}

.page-home .section-title .section-cn-title{
    font-size: 40px;
	line-height:1;
    color: #fe6900;
    font-weight: 500;
	padding-top: 16px;
    display:block;	
	position: sticky;
    z-index: 10;
}

.page-home .section-title .section-cn-title:before{
    content: '';
    width: 87px;
    height: 4px;
    background: #fe6900;
	display: block;
	position: absolute;
    top: 0;
}

.page-home .section-title .section-en-title{
	font-size: 30px;
	line-height:1;
	display:block;
	text-transform: uppercase;
	white-space: nowrap;
    color: white;
    -webkit-text-stroke: 1px #fe6900;
    opacity: 0.3;	
	margin-top:-10px;
}

.page-home .section-title .section-desc{
	font-size: 17px;
    line-height: 1.5;
	display:block;
	color: #333;
}


@media only screen and (min-width: 1024px) {
	.page-home .section-title{
		margin-bottom: 20px;
	}	
	
	.page-home .section-title  .section-cn-title{
		font-size: 60px;
	}

	.page-home .section-title .section-desc{
		font-size: 26px;
	}

	.page-home .section-title .section-en-title{
		font-size: 48px;
		margin-top:-20px;
	}
}
/*首页标题 结束*/

/*首页查看更多 开始*/
.page-home .more-active .more-btn{
	border: 1px solid #fe6900;
    color: #fe6900;
    font-size: 15px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    transition: .3s linear;
}
/*首页查看更多 结束*/

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

.page-home .banner .banner-wrapper {
	position: relative;
	width: 100%
}

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

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

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

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

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

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

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

/*首页关于我们 开始*/
.page-home .groups .groups-video,
.page-home .groups .factory-item,
.page-home .groups .cert-item {
	display: block;
	height: 100%
}

.page-home .groups{
    background-repeat: no-repeat;
    background-image: url(../images/about_bg.jpg);
	background-size:cover;
    background-position: center;
}

.page-home .groups .groups-about {
	height: 100%;
	padding: 24px 16px
}

.page-home .groups .groups-about .about-intro-title {
	font-size: 24px;

	font-weight: bold;
	padding-bottom: 16px;
	color: #fe6900;
	position: relative
}

.page-home .groups .groups-about .about-intro-title:after {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 96px;*/
	width: 0;
	height: 2px;
	background-color: #999
}

.page-home .groups .groups-about .about-intro-slogan {
	font-size: 24px;
	color: #1a1a1a;
	position: relative
}

.page-home .groups .groups-about .about-intro-divider{
	display: -webkit-flex;
	display:flex;
	margin:20px 0;
}
.page-home .groups .groups-about .about-intro-divider .triangle-box {
	display: inline-block;
    width:18px;
	height:18px;
	border-style: solid;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #000;
}
.page-home .groups .groups-about .about-intro-divider .line-box{
    content:"";
	display: inline-block;
	animation:divider-loading 5s infinite;
	-webkit-animation:divider-loading 5s infinite;
	height:1px;
	margin:8.5px 0 8.5px 10px; 
	background:#000;
	transition: .2s all ease;
}
@-webkit-keyframes divider-loading {
	0% {
	    width:0;
    }
    100% {
	    width:calc(100% - 28px);
    }
}
@keyframes divider-loading {
	0% {
	    width:0;
    }
    100% {
	    width:calc(100% - 28px);
    }
}

.page-home .groups .about-left-intro-title{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing:2px; 
}

.page-home .groups .about-left-intro-title > span{
    color: #fe6900;
    letter-spacing:2px; 
}
.page-home .groups .hfui-media.hfui-media-video {
    border-radius: 10px;
}

.page-home .groups .about-left-intro-slogan{
    font-size: 24px;
    line-height: 1.2;
}

.page-home .groups .groups-about .about-intro-desc {
	line-height: 1.5;
	text-align: justify;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	white-space: normal;
	-webkit-line-clamp:12;
}

.page-home .groups .about-meta-icon .about-icon-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	/*padding:15px;
	background:#fe6900;*/
	border-radius: 50%;
}

.page-home .groups .about-meta-item .about-meta-value {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}

.page-home .groups .about-meta-item .about-meta-label {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: bold;
}
.page-home .groups .company-img img{
	width:100%;
}
@media only screen and (min-width: 1024px) {

    .page-home .groups .about-left-intro-title{
        font-size: 60px;
    }


    .page-home .groups .about-left-intro-slogan{
        font-size: 46px;
    }	
	
	.page-home .groups .groups-about {
		max-width: 720px;
		/*padding: 5% 24px 32px 10%;*/
		padding:0 0 0 11%;
	}

	.page-home .groups .groups-about .about-intro-title {
		font-size: 36px;
		/*margin-bottom: 16px*/
	}

	.page-home .groups .groups-about .about-intro-title:after {
		display: block
	}

	.page-home .groups .about-meta-icon .about-icon-img {
		width: 75px;
		height: 75px
	}
	
	.page-home .groups .about-meta-item .about-meta-value {
		font-size: 40px;
	}

	.page-home .groups .about-meta-item .about-meta-label {
		font-size: 16px;
		line-height: 24px
	}
}
/*首页关于我们 结束*/

/*首页荣誉 开始*/
.page-home .honor{
    background-repeat: no-repeat;
    background-image: url(../images/honor_bg.jpg);
	background-size:cover;
    background-position: center;
	position: relative;
}

.page-home .honor .section-title{
	text-align:left;
}

.page-home .honor .honor-left-wrap{
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;	
}

.page-home .honor .honor-wrap{
    overflow: hidden;	
}

.page-home .honor .honor-right-wrap{
	width:100%;
	float:unset;
}

.page-home .honor .honor-right-wrap{
	width:100%;
    float:none;
}

.page-home .honor .honor-intro-item p{
	font-size: 17px;
	line-height:1.5;
	color: #676767;
	padding-left:15px;
	position: relative;
}

.page-home .honor .honor-intro-item p:before{
	content:'';
	display: inline-block;
	width:5px;
	height:5px;
	background:#fe6900;
	position:absolute;
    top: 50%;
    left: 5px;
    transform: translate(-50%, -50%);
}

.page-home .honor .honor-control-img img{
	width:100%;
}

@media only screen and (min-width: 1024px) {
    .page-home .honor .honor-left-wrap{
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;	
    }

    .page-home .honor .honor-right-wrap{
		width:50%;
		float:right;
    }
}
/*首页荣誉 结束*/

/*首页业务 开始*/
.page-home .business{
    background-repeat: no-repeat;
    background-image: url(../images/business_bg.jpg);
	background-size:cover;
    background-position: center;
	position: relative;
    overflow: hidden;	
}

.page-home .business .section-title{
	text-align:left;
}

.page-home .business .business-intro{
    line-height: 1.5;
    color: #676767;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
	text-align:justify
}

.page-home .business .business-left-wrap{
	width:100%;
	float:unset;
}

.page-home .business .business-left-wrap{
	width:100%;
    float:none;
}

.page-home .business .business-right-wrap{
    position: unset;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;	
}

.page-home .business .business-control-img img{
	width:100%;
}

.page-home .business .business-title {
    border-radius: 10px;
    text-align: center;
    line-height: 90px;
	-webkit-transition: all .4s ease;
    box-shadow: 5px 5px 5px #ddd, 0px -5px 0px #fff;
	background: linear-gradient(181deg,#fffbef, transparent);
}

.page-home .business .business-item:hover .business-title{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-top-color: #fffbef;
    border-bottom-color: #fffbef;
}

@media only screen and (min-width: 1024px) {
    .page-home .business .business-left-wrap{
		width:50%;
    }	
	
    .page-home .business .business-right-wrap{
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;	
    }
}

/*首页业务 结束*/

/*首页品牌 开始*/
.page-home .brand{
    background-color:#f3f3f3;
	position: relative;
    overflow: hidden;
	z-index: -2;
}

.page-home .brand .section-title{
	text-align:right;
}

.page-home .brand .section-title .section-cn-title:before {
    right: 0;
}

.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-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{
    background-repeat: no-repeat;
    background-image: url(../images/case_bg.jpg);
	background-size:cover;
    background-position: center;
}

.page-home .cases .section-title{
	text-align:left;
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.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: #fe6900;
    border-bottom-color: #fe6900;	
}

.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{
    background-repeat: no-repeat;
    background-image: url(../images/news_bg.jpg);
	background-size:cover;
    background-position: bottom;
	position: relative;
    overflow: hidden;
}

.page-home .news .section-title{
	text-align:right;
}

.page-home .news .section-title .section-cn-title:before {
    right: 0;
}
.page-home .news .news-left-container .hfui-media-hover {
	border-radius:10px 10px 0 0;	
}

.page-home .news .news-left-container{
    background:#fff;
    border-radius:10px;
    display:block;   
}

.page-home .news .news-center-container {
	display: block;
    position: relative;
    overflow: hidden;
}

.page-home .news .news-left-container .news-intro-cate{
	color: #e7194a;
	border-bottom:1px solid #ccc;
}

.page-home .news .news-center-container .news-intro-header{
	color:#fff;
    background: #e7194a;
    border-radius: 10px 10px 0 0;
}

.page-home .news .news-center-container .news-intro-title{
    font-size: 14px;
    background: #ffe2c0;
    color: #966c46;
    border-radius: 0 0 10px 10px;
}

.page-home .news .news-center-container .news-intro-title::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 10px;
    background: #fe6900;
}

.page-home .news .news-center-container .news-item-cover{
    position: absolute;
    top: 0px;
    right: 0;
	overflow: hidden;	
	border-radius: 115px 10px 10px 115px;
}

.page-home .news .news-right-wrap{
	height:100%
}

@media only screen and (max-width: 420px) {
    .page-home .news .news-content{
		overflow: hidden;
	}	
	
    .page-home .news .news-center-container .news-item-cover{
        right: -40px;
    }
}

/*首页新闻 结束*/

/*首页元素 开始*/
.element-box-1 {
    position: absolute;
	top: -100px;
    right: 0;
}

.element-box-2 {
    position: absolute;
	top: 20px;
    z-index: 10;
    
}

@media screen and (max-width: 1024px){
    [class^="element-box-"]{
        display:none;
    }
}
/*首页元素 结束*/

/*栏目banner 开始*/
/*.layout-container .container-backing {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1
}

.layout-container .container-backing:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4)
}

@media only screen and (min-width: 1024px) {
	.layout-container .container-wrap {
		padding-top: 15%
	}
}*/
/*栏目banner 结束*/


/*底部 开始*/
.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%;
}

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