/* a:active,
a:hover {
	outline: 0;
	color: #0f114e !important;
	text-decoration: none;
} */

body.pages {
	margin-top: 60px;
}

@media (min-width:1280px) {
	body.pages {
		margin-top: 110px;
	}
}

body.pages>.navbar {
	background: #333;
}

/*主色辅色点缀色文本*/
.text-main {
	color: #222 !important
}

.text-sub {
	color: #222c47 !important
}

.text-dot {
	color: #eb4841 !important
}

.text-golden {
	color: #eb4841 !important
}

.bg-main {
	background-color: #f6f6f6 !important;
}

.bg-sub {
	background-color: #333333 !important
}

.bg-dot {
	background-color: #ec4b43 !important;
}

.bg-golden {
	background-color: #ec4b43 !important;
}

.width20 {
	width: 100%
}

/*header*/
.top-box {
	height: 35px;
	line-height: 35px
}

.i-more {
	width: 120px;
	border-radius: 30px;
	background-color: #9d9d9d;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	text-align: center
}

.i-more:hover {
	width: 125px;
	border-radius: 30px;
	background-color: #111;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #000;
	transition: all 0.5s linear;
}

.i-more2 {
	width: 100px;
	border-radius: 30px;
	background-color: #d7000f;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	text-align: center
}

.i-more2:hover {
	width: 100px;
	border-radius: 30px;
	background-color: #222c47;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #d7000f;
	transition: all 0.5s linear;
}

.banner-scale {
	height: 100%;
	-webkit-animation: mymove 7s;
	-o-animation: mymove 7s;
	animation: mymove 7s;
}

@keyframes mymove {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1.0);
	}
}

@-o-keyframes mymove {

	/*Safari and Chrome*/
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1.0);
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1.0);
	}
}




/*导航*/

.is-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--color-body);
    box-shadow: 0 0 .75rem rgb(0 0 0 / 10%);
}

.navbar-body {
	background: #fafafa;
	width: 100%;
	transition: all .25s ease;
}

.nav.nav-box {
	border: none;
}

.nav.nav-box {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.drop>.dropdown {

	border-top: 3px solid #0f114e;
}

.drop:not(.drop-toggle):hover>.dropdown,
.drop.drop-open>.dropdown {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

#navbar {
	/*position:absolute;*/
	top: 0;
	left:0;
	/* width: 100%; */
	z-index: 9;
	height: 60px;
	background: #fff;
}




#navbar>a>img {
	height: 60px;
}

#navbar>div>ul>li>a {
	color: #000;
	padding-left: 60px;

}

#navbar>div>ul>li>a:hover {
	color: #333;
}

#navbar>div>ul>li.active>a {
	color: #333;

}

#navbar>div>ul>li.active>a:link,
#navbar>div>ul>li.active>a:visited,
#navbar>div>ul>li>a:hover {
	color: #333;
}

.nav.nav-block>li {
	font-weight: 600;
}

.nav>li:first-child>a {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.navbar-body>.nav.nav-divider>li:not(:first-child)>a,
.navbar-body>.nav.nav-divider+.navbar-after {
	border-left-width: 0;
	border-top: solid 1px #eae9e7;
	padding-left: 60px
}

.nav>li.active>a,
.nav>li>a:hover,
.nav>li>a:active {
	color: #eb4841;
	z-index: 1;
}

.foot-zindex {
	z-index: 9999
}





/*内页导航*/

.page-nav {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 1.35rem;
		font-weight: 600;
		background: #f6f6f6;
		/* box-shadow: 0 5px 5px rgba(0, 0, 0, .075); */
		width:100%
	}

	.page-nav>li {
		display: list-item;
		position: relative;
	}

	.page-nav>li>a {
		padding: 1em 1.5em;
		display: block;
		white-space: wrap;
		text-decoration: none;
		position: relative;
		color: var(--color-text);
		outline: 0;
		transition: all 0.5s ease;
	}



	.page-nav>li>a:hover {
		color: #eb4841;
		z-index: 1;
	}
	.page-nav>li.active>a,
	.page-nav>li>a:active {
		color: #fff;
		background-color: #0f114e;
		z-index: 1;
	}




/*头部导航PC*/
@media (min-width:1280px) {
	#navbar {
		padding-top: 0;
		padding-bottom: 0;
		height: 104px;

		margin: 0 auto;
		display: flex;
		justify-items: center;
	}

	.navbar.navbar-show>.navbar-body {
		justify-content: flex-end;
		margin-left: 0%;
	}
	.drop:not(.drop-toggle):hover>.dropdown,
	.drop.drop-open>.dropdown {
		visibility: visible;
		margin-top: 26px;
		opacity: 1;
		z-index: 1;
	}

	#navbar>a>img {
		height: 104px;
		width: 240px
	}

	#navbar>div>ul>li>a {
		color: #000;
		padding-left: 30px;
	}

	#navbar>div>ul>li {
		word-wrap: break-word;
		overflow-wrap: break-word;
		width: 120px;
	}

	#navbar>div>ul>li>a:link,
	#navbar>div>ul>li>a:active,
	#navbar>div>ul>li>a:visited {
		color: #333;
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	#navbar>div>ul>li.active>a:link,
	#navbar>div>ul>li.active>a:visited,
	#navbar>div>ul>li>a:hover {
		color: #eb4841;
	}

	.navbar-body {
		top: 0;
		/* background: #d7000f */
	}

	.nav>li:first-child>a {
		border-top-left-radius: inherit;
		border-bottom-left-radius: inherit;
	}

	.navbar-body>.nav.nav-divider>li:not(:first-child)>a,
	.navbar-body>.nav.nav-divider+.navbar-after {
		border-left-width: 0;
		border-top: solid 1px #fff;
	}



	/*内页导航*/
	.page-nav {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 1.35rem;
		font-weight: 600;
		
	}

	.page-nav>li {
		display: list-item;
		position: relative;
	}

	.page-nav>li>a {
		padding: 1.5em 2em;
		display: block;
		white-space: wrap;
		text-decoration: none;
		position: relative;
		color: var(--color-text);
		outline: 0;
		transition: all 0.5s ease;
	}



	.page-nav>li>a:hover {
		color: #eb4841;
		z-index: 1;
	}
	.page-nav>li.active>a,
	.page-nav>li>a:active {
		color: #fff;
		background-color: #0f114e;
		z-index: 1;
	}


}

/*@media (min-width:1600px){
  #navbar>div>ul>li>a{padding:1.75rem 2rem;}
}
.navbar-addon.relative>img{width:18px;cursor:pointer;border:solid 1px #ddd;border-radius:50%;}
.navbar-addon.relative>.lang{position:absolute;top:100%;right:0;padding:4px;background-color:#fff;border-radius:4px;min-width:88px;display:none;}
.navbar-addon.relative>.lang>a{display:flex;font-size:12px;color:#666;padding:4px;}
.navbar-addon.relative>.lang>a>span{white-space: nowrap;}
.navbar-addon.relative>.lang>a>img{width:18px;height:18px;margin-right:4px;}
.navbar-addon.relative>.lang>a.active{opacity:0.75;pointer-events:none;}
.navbar-addon.relative:hover>.lang{display:block;}*/
@media (min-width:1280px) {
	.navbar-addon.relative>img {
		display: none;
	}

	.navbar-addon.relative>.lang,
	.navbar-addon.relative:hover>.lang {
		display: flex;
		position: inherit;
		background-color: transparent;
		padding-left: 30px;
	}

	.navbar-addon.relative>.lang>a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #aaa;
		margin-left: 8px;
	}
}

.index {
	padding: 2rem 0;
}

.index>h2 {
	font-weight: normal;
	text-align: left;
	margin-bottom: .5rem;
}

/* .index>p {
	font-size: .875rem;
	text-align: center;
	opacity: .5;
	margin-bottom: 1rem;
} */
/*
.apps {
	border-bottom: solid 4px #ccc;
	position: relative;
	background: #fff
}

.apps>strong {
	font-weight: bold;
	display: block;
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #333;
}

.apps>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
}

.apps>i {
	position: absolute;
	bottom: 1.75rem;
	right: 3rem;
	font-style: normal;
	font-size: 2rem;
	opacity: 0;
	color: #28a1cd;
}

.apps>.img {
	overflow: hidden;
	position: relative;
	min-width: 100%
}

.apps>.img>i {
	position: absolute;
	opacity: 0;
	margin-top: -3rem;
	margin-left: -1.5rem;
	top: 50%;
	left: 50%;
	font-size: 3rem;
	color: #fff;
}

.apps,
.apps>.img>img,
.apps>.img>i,
.apps>strong,
.apps>p,
.apps>i {
	transition: all .3s linear;
}

.apps:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #d7000f;
}

.apps:hover>.img>img {
	transform: scale(1.1);
}

.apps:hover>.img>i {
	margin-top: -1.5rem;
	opacity: 1;
}

.apps:hover>strong,
.apps:hover>p {
	transform: translateY(-0.5rem);
}

.apps:hover>i {
	opacity: 1;
	right: 2rem;
}

.apps:hover>p {
	color: #d7000f;
} */

@media (min-width:1280px) {
	.index {
		padding: 2rem 0;
	}

	.index>p {
		margin-bottom: 0.75rem;
		margin-bottom: 3rem;
	}

	.apps {
		border-bottom: solid 4px #ccc;
		width: 330px;
		position: relative;
		background: #fff
	}

	.apps>strong,
	.apps>p {
		padding-left: .75rem;
		padding-right: .75rem;
	}
}

/*Home start*/



/*01集团业务*/
.home-service {
	background: #FFF;
	width: 100%;
}

.home-service-yewu {
	position: relative;
}

.home-service-title {
	position: absolute;
	top: 0;
	font-size: 20px;
	color: #F00;
	padding: 5px 10px;
	margin: 0 auto;
	left: 0%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.home-service-title>p {

	font-size: 14px;
	color: #fff;
}

/* .home-service:hover {
	transform: translateY(-.35rem);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
} */



.text-num {
	font-size: 28px;
}

.home-yewu-space{}

@media (min-width:1280px) {
	
	.home-yewu-space{padding-left: 1rem;}
	.home-service {
		background: url("../images/bg-home-yewu.png") no-repeat center;

	}

	.home-service {
		background: #FFF;
		width: 100%;
	}

	.home-service-yewu {
		position: relative;
	}

	.home-service-title {
		position: absolute;
		top: 0;
		font-size: 28px;
		color: #f00;
		padding: 20px 24px;
		margin: 0 auto;
		left: 0%;
		background: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: center;
	}

	.home-service-title>p {

		font-size: 14px;
		color: #fff;
	}


}

.fields{position:relative;color:#fff;}
.fields_item{display:none;opacity:0;z-index:-1;pointer-events:none;transition:all .25s ease;position:relative;}
.fields_item.active{display:block;;opacity:1;z-index:1;pointer-events:inherit;position:relative;left:inherit;top:inherit;}
.fields_image{width:100%;overflow:hidden;aspect-ratio:4/2;}
.fields_image>img{width:100%;height:100%;object-fit:cover;}
.fields_text{position:absolute;top:0%;left:0;right:0;}
.fields_foot{background:#f4a905;padding:2rem 0;box-sizing:border-box;margin-bottom:0rem;}
.fields_foot-item{color:#fff;display:none;}
.fields_foot-item.active{display:block;}
.fields_bg{position:absolute;left:0;right:0;bottom:0;z-index:1;}
.fields_nav{display:flex;background:rgba(18, 18, 18, 0.5);margin:0;padding:0;list-style:none;}
.fields_nav>li{flex-grow:1;display:flex;flex-direction: column;justify-content: center;text-align: center;align-items: center;padding:0rem 0;color:#fff;}
.fields_nav>li.active{background-image: linear-gradient(0deg,#f4a905,#eb4841);}
.fields_nav>li>img{width:auto;height:60px;}




	.home-yingyong {
		background: url("../images/bg-home-yingyong.jpg") no-repeat center;
		height: 300px;
	}

	.home-yingyong-data {

		transform: translateY(-52%);
	}

@media (min-width:1280px) {
	.home-yingyong {
		background: url("../images/bg-home-yingyong.jpg") no-repeat center;
		height: 600px;
	}

	.home-yingyong-data {

		transform: translateY(-52%);
	}
	
	
	.fields{position:relative;color:#fff;margin-top:3rem;}
	.fields_item{display:none;opacity:0;z-index:-1;pointer-events:none;transition:all .25s ease;position:relative;}
	.fields_item.active{display:block;;opacity:1;z-index:1;pointer-events:inherit;position:relative;left:inherit;top:inherit;}
	.fields_image{width:100%;overflow:hidden;aspect-ratio:4/2;}
	.fields_image>img{width:100%;height:100%;object-fit:cover;}
	.fields_text{position:absolute;top:10%;left:0;right:0;}
	.fields_foot{background:#f4a905;padding:2rem 0;box-sizing:border-box;margin-bottom:0rem;}
	.fields_foot-item{color:#fff;display:none;}
	.fields_foot-item.active{display:block;}
	.fields_bg{position:absolute;left:0;right:0;bottom:0;z-index:1;}
	.fields_nav{display:flex;background:rgba(18, 18, 18, 0.5);margin:0;padding:0;list-style:none;}
	.fields_nav>li{flex-grow:1;display:flex;flex-direction: column;justify-content: center;text-align: center;align-items: center;padding:2rem 0;color:#fff;}
	.fields_nav>li.active{background-image: linear-gradient(0deg,#f4a905,#eb4841);}
	.fields_nav>li>img{width:auto;height:80px;}
	
	
	
	
	
}


/*Home end*/


.page-yewu {
		background: #fff;
		height: auto;
	}

	.page-yewu-data {
		transform: translateY(-10%);
		border-top: 1px solid #fff;
		background-image: linear-gradient(rgba(223, 161, 32, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-chip {
		transform: translateY(-10%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(100, 163, 172, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-soft {
		transform: translateY(-10%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(142, 174, 195, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-power {
		transform: translateY(-10%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(135, 135, 135, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-left {
		width: 100%;
		float: left;
		letter-spacing: 3px
	}

	.page-yewu-right {
		width: 100%;
		float: right;
		letter-spacing: 2px
	}



/* page-yewu  PC */
@media (min-width:1280px) {


	.page-yewu-data {
		transform: translateY(-20%);
		border-top: 1px solid #fff;
		background-image: linear-gradient(rgba(223, 161, 32, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-chip {
		transform: translateY(-20%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(100, 163, 172, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-soft {
		transform: translateY(-20%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(142, 174, 195, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-power {
		transform: translateY(-20%);
		border: 1px solid #fff;
		background-image: linear-gradient(rgba(135, 135, 135, 0.9), rgba(255, 255, 255, 0.95));
	}

	.page-yewu-left {
		width: 30%;
		float: left;
		letter-spacing: 3px
	}

	.page-yewu-right {
		width: 70%;
		float: right;
		letter-spacing: 2px
	}


}


.section-top {
	padding-top: 20px;
}
	/*发展历程*/
.est {
		font-size: 100px;
		font-weight: 1000;
		color: transparent;
		background-image: linear-gradient(rgba(235, 180, 5, 0.85), rgba(139, 97, 19, 1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block
	}
	/*企业荣誉*/
	.page-about-honor {
		width: 100%;
		background: #e0e0e0;
		border-radius: 5px 5px;
	}
	.page-about-honor-img {
		padding: 10px;
		overflow: hidden;
	}





/* page-about  PC */


@media (min-width:1280px) {
	.page-about-culture {
		background: url("../images/about-culture.jpg") no-repeat center;
		height: 940px;
	}

	.page-about-history {
		background: url("../images/about-history.png") no-repeat left bottom;
		height: 700px;
	}

	.auto_1400 {
		margin: auto;
		width: 72.916667vw;

	}

	.bgimage img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.idea {
		padding: 2.729167vw 0;
		position: relative;
		z-index: 1;
	}

	.idea .bgimage img {
		width: 65.729167vw;
	}

	.idea ul {
		margin: 0 0 0 auto;
		width: 51.666667vw;
		display: flex;
		flex-wrap: wrap;
		border-radius: 1.041667vw;
		overflow: hidden;
	}

	.idea ul li {
		width: 50%;
		list-style: none;
		padding: 1.5625vw 2.604167vw 3.125vw;
		min-height: 19.010417vw;
		background: #FFFFFF;
		border-right: 1px solid rgba(228, 228, 228, 1);
		border-bottom: 1px solid rgba(228, 228, 228, 1);
		position: relative;
		z-index: 1;
	}

	.idea ul li:nth-child(2n) {
		border-right: 0 solid rgba(228, 228, 228, 1);
	}

	.idea ul li:nth-child(3),
	.idea ul li:nth-child(4) {
		border-bottom: 0 solid rgba(228, 228, 228, 1);
	}

	.idea ul li .icon {
		width: 4.375vw;
		height: 4.375vw;
		background: rgba(159, 113, 38, .2);
		border-radius: 50%;
		margin: 0 0 5.208333vw;
	}

	.idea ul li .icon img {
		width: 100%;
	}

	.idea ul li .title {
		font-size: var(--font-size22);
		color: #333333;
		line-height: 1;
		margin: 0 0 1.041667vw;
		font-weight: bold;
	}

	.idea ul li .intro {
		font-size: var(--font-size16);
		color: rgba(102, 102, 102, 1);
		line-height: 1.55;
	}

	.idea ul li .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		transition: 1s ease;
	}

	.idea ul li:hover .img img {
		opacity: 1;
	}

	.idea ul li:hover .icon img {
		filter: brightness(0) invert(100%);
	}

	.idea ul li:hover .title {
		color: #FFFFFF;
	}

	.idea ul li:hover .intro {
		color: #FFFFFF;
	}


	/*发展历程*/

	.section-top {
		padding-top: 50px;
	}

	.section-bottom {
		padding-bottom: 20px
	}

	.scrollable {
		height: 370px;
		overflow: auto;
	}

	/*企业荣誉*/
	.page-about-honor {
		width: 300px;
		background: #e0e0e0;
		border-radius: 5px 5px;
	}
	.page-about-honor>img {
		transition: all .8s linear;
	}
	.page-about-honor-img {
		padding: 15px;
		overflow: hidden;
	}
.page-about-honor:hover>img {


	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.3s ease;
}



}


/*企业文化*/
@media(max-width:768px) {

	.page-about-culture {
		background: url("../images/about-culture.jpg") no-repeat center;
		height: 860px;
		z-index: 0;
	}
	.auto_1400 {
		margin: auto;
		background-color: #fff;

	}


	.idea {
		padding: 40px 0;
	}

	.idea ul {
		margin: 0 auto 0;
		width: 100%;
		display: block;
		border-radius: 0;
		list-style: none;
	}

	.idea ul li {
		width: 100%;
		list-style: none;
		padding: 20px;
		border-right: 0 solid rgba(228, 228, 228, 1) !important;
		border-bottom: 1px solid rgba(228, 228, 228, 1) !important;
	}

	.idea ul li .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		transition: 1s ease;
	}


	.idea ul li .icon {
		height: 50px;
		width: 50px;
		margin: 0 0 15px;
		background: rgba(159, 113, 38, .2);
		border-radius: 50%;
	}

	.idea ul li .intro br {
		display: none;
	}

	.idea .bgimage img {
		width: 100%;
	}

	.idea ul li .title {
		margin: 0 0 10px;
		font-weight: bold;
		font-size: var(--font-size22);
		color: #333333;
		line-height: 1;
	}
}








/* home-about  PC */
@media (min-width:1280px) {
	.home-about {
		background: #fff;
		height: auto
	}

	.home-about-data {
		transform: translateY(-50%);
		background: #ffffff;
		box-shadow: 0 5px 20px 0 rgb(0 0 0 / 8%);
	}

	.text-num {
		font-size: 32px;
	}

	.size-14 {
		font-size: 14px;
		vertical-align: super;
	}


}



/* home-products */

.home-product {
	width: 100%;

}

.home-product-content {
	width: 100%;
	background: #f1f1f1;
	background: #7c7c86;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-product-content>strong {
	font-weight: bold;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 60px;

}

.home-product>strong {
	font-weight: normal;
	display: block;
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #333;
}

.home-product>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
}

.home-product>i {
	position: absolute;
	bottom: 1.75rem;
	right: 3rem;
	font-style: normal;
	font-size: 2rem;
	opacity: 0;
	color: #28a1cd;
}

.home-product>.img {
	overflow: hidden;
	position: relative;
	width: 100%
}

.home-product>.img>img {
	width: 100%
}

.home-product,
.home-product>.img>img,
.home-product>.img>i,
.home-product>strong,
.home-product>p,
.home-product>i {
	transition: all .3s linear;
}

.home-product:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	background: #f8f8f8;


}

.home-product:hover>.img>img {
	transform: scale(1.03);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-product:hover>.img>i {
	margin-top: -1.5rem;
	opacity: 1;
}

/* .home-product:hover>.home-product-content{transform:translateY(-10%); background: #f8f8f8;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; */
}

.home-product:hover>.home-product-content>p {
	color: #d7000f;
	height: 35px;
}

@media (min-width:1280px) {
	.home-product {
		width: 320px;
		background: #f2f2f2;

		/* border-bottom: solid 3px #d7000f; */
		/* border-radius: 0px 0px 8px 8px */
	}

	.home-product-content {
		width: 320px;
		background: #7c7c86;
		height: 60px;
	}

	.home-product-content>strong {
		font-weight: bold;
		display: block;
		font-size: 1.125rem;
		color: #fff;
		line-height: 60px;
	}

	.home-product>strong {
		font-weight: normal;
		display: block;
		margin-top: 1rem;
		font-size: 1.125rem;
		color: #333;
	}

	.home-product>p {
		font-size: .875rem;
		opacity: .9;
		color: #fff;
	}

	.home-product>i {
		position: absolute;
		bottom: 1.75rem;
		right: 3rem;
		font-style: normal;
		font-size: 2rem;
		opacity: 0;

	}

	.home-product>.img {
		overflow: hidden;
		position: relative;
		width: 100%
	}

	.home-product>.img>img {
		width: 100%
	}

	.home-product,
	.home-product>.img>img,
	.home-product>.img>i,
	.home-product>strong,
	.home-product>p,
	.home-product>i {
		transition: all .3s linear;
	}

	.home-product:hover {

		background: #e60044;

		/* border-radius: 0px 0px 8px 8px */
	}

	.home-product:hover>.img>img {
		transform: scale(1.05);
	}

	.home-product:hover>.img>i {
		margin-top: -1.5rem;
		opacity: 1;
	}

	.home-product:hover>.home-product-content {
		transform: translateY(-20%);
		background: #e60044;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}




/*advantage*/

.home-adv {
	width: 100%;
	text-align: center;
}

.home-adv img {
	display: inline-block;
	text-align: center;
	height: auto;

	background-position: center center;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.home-adv-title {
	width: 100%;
}

.home-adv-content {
	width: 320px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

/*advantage*/





/*04首页案例分享*/

.bg-case {
	background-image: url(../images/bg-case.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;
}

.home-case {
	width: 100%;
	background: #fff;
	height: auto
}

.home-case-content {}

.home-case>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
	height: 25px;
}

.home-case-img {
	overflow: hidden;
	position: relative;
}

.home-case>.home-case-content>.more>i {
	font-style: bold;
	font-size: 1.6rem;
	color: #222c47;
}

.home-case-img img {
	display: inline-block;
	width: 180px;
	height: auto;
	border-radius: 100%;
	background-position: center center;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.home-case,
.home-case>.img>img,
.home-team>strong,
.home-case>p,
{
transition: all .3s linear;
}

.home-case:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #1660d0;
	border-bottom: solid 3px #f5ca60;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-case:hover>.home-case-img>img {
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-case:hover>.home-case-content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-case:hover>.home-case-content>p {
	color: #f5ca60;
}

.home-case:hover>.home-case-content>.more>i {
	color: #d7000f;
}

@media (min-width:1280px) {
	.home-case {
		width: 330px;
		background: #fff;
		height: auto
	}

	.home-case-img img {
		display: inline-block;
		width: 180px;
		height: 180px;
		border-radius: 100%;
		background-position: center center;
		overflow: hidden;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
}






/*home news*/
.home-news {
	background: #fff;
	border-radius: 15px 15px 0px 0px;
}

	.home-news-content {
		background: #fafafa;
	}

.home-news>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
	height: 25px;
}
	.home-news-img>img {
		border-radius: 10px 10px 0px 0px;
		overflow: hidden;
		position: relative;
	}

.home-news,
.home-news>.img>img,
.home-news>.img>i,
.home-news>strong,
.home-news>p,
.home-news>i {
	transition: all .1s linear;
}

.home-news:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #e60044;
	background: #fff;
}



.home-news:hover>.home-news-content {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-news:hover>.home-news-content>p {
	color: #d7000f;
}

@media (min-width:1280px) {
	.home-news {
		width: 420px;
		background: #fff;
		border-radius: 15px 15px 0px 0px;
	}

	.home-news-content {
		background: #fafafa;
	}

	.home-news-content>h5 {}

	.home-news>p {
		font-size: 1rem;
		opacity: .9;
		color: #999;
		height: 25px;
	}

	.home-news>.img {
		overflow: hidden;
		position: relative;
	}

	.home-news-img>img {
		border-radius: 15px 15px 0px 0px;
		overflow: hidden;
		position: relative;
		height: 400px;
		width: 440px;
	}

	.home-news,
	.home-news>.img>img,
	.home-news>.img>i,
	.home-news>strong,
	.home-news>p,
	.home-news>i {
		transition: all .1s linear;
	}

	.home-news:hover {
		/* box-shadow: 0 5px 10px rgba(0, 0, 0, .175); */
		/* border-color: #d7000f; */
		background: #eb4841;
		border-radius: 15px 15px 0px 0px;
	}



	.home-news:hover>.home-news-content {
		background: #eb4841;
		color: #fff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.home-news:hover>.home-news-content>p {
		color: #fff;
	}
}





@media (min-width:1280px) {
	.best>p {
		margin-bottom: 0;
	}
}

.about {
	position: relative;
	display: flex;
	flex-direction: column;
}

.profile {
	padding: 3rem;
	color: #fff;
	z-index: 1;
}

.profile>strong {
	font-size: 1.5rem;
	font-weight: normal;
}

.profile>span {
	display: block;
	font-size: 1.25rem;
	font-weight: 200;
	opacity: 0.5;
	margin-bottom: 2rem;
}

.about>span {
	background-color: #2a51b1;
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	right: 1rem;
	z-index: 0;
}

.about>picture {
	z-index: 1;
}

@media (min-width:1280px) {
	.about {
		flex-direction: row;
	}

	.about>span {
		width: 70%;
		right: auto;
	}

	.profile {
		flex: 1;
		padding: 5rem;
	}

	.profile>.intro {
		color: #c0e5f3;
		text-align: justify;
		width: 60%
	}

	.profile>.intro::after {
		content: "";
		background: #c0e5f3;
		width: 3rem;
		height: 3px;
		display: block;
		margin-top: 2rem;
		transition: all 1s linear;
		border-radius: 3px;
	}

	.about:hover>.profile>.intro::after {
		width: 30%;
	}

	.about>picture {
		align-self: center;
		z-index: 1;
	}
}

.news {
	display: flex;
}

.news>time {
	font-size: 1.125rem;
	padding-right: .5rem;
	margin-right: .5rem;
	padding-left: .5rem;
	border-right: solid 2px #eee;
	align-self: center;
	line-height: 1.125;
}

.news>time>span {
	font-size: 1rem;
	opacity: .5;
	display: block;
}

.news>p>strong {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	height: 1em;
	overflow: hidden;
	line-height: 1;
}

.news>p>span {
	display: block;
	font-size: .875rem;
	height: 1em;
	overflow: hidden;
	opacity: .5;
	line-height: 1;
	margin-top: .75em;
}

.newslist {
	margin-top: 2rem;
}

.newslist>div>a {
	border-bottom: solid 2px #eee;
	padding: 1.25rem 0;
	transition: all .3s linear;
}

.newslist>div:nth-child(1)>a {
	border-top: solid 2px #eee;
}

.newslist>div:nth-child(n+4) {
	display: none;
}

.newslist>div>a:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: transparent;
}

@media (min-width:1280px) {
	.news>time {
		font-size: 1.5rem;
		padding-right: 1rem;
		margin-right: 1rem;
	}

	.news>p>strong {
		font-size: 1.125rem;
	}

	.newslist {
		margin-top: 0;
	}

	.newslist>div {
		padding-left: 2rem;
	}

	.newslist>div>a {
		padding: 1.875rem 0;
	}
}

@media (min-width:1600px) {
	.newslist>div:nth-child(2)>a {
		border-top: solid 2px #eee;
	}

	.newslist>div:nth-child(n+4) {
		display: block;
	}
}


.footer {
	padding-top: 0rem;
	height: 100px
}

.fnav {
	display: none;
}

.fcopy {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .9rem;
	color: #666666;
}

@media (min-width:1280px) {
	.footer {
		padding-top: 3rem;
		height: auto
	}

	.fnav {
		display: flex;
	}

	.fnav>div {
		margin-bottom: 2rem;
	}

	.fnav>div:not(:last-child) {
		margin-right: 5%;
	}

	.fnav>div:last-child {
		margin-left: auto;
		width: 300px;
	}

	.fnav>div>strong {
		display: block;
		font-weight: 500;
		opacity: .8;
		margin-bottom: 2rem;
	}

	.fnav>div>a {
		display: block;
		font-size: 1rem;
		line-height: 2;
		opacity: 0.4
	}

	.fnav>div>table {
		line-height: 1;
	}

	.fcopy {
		border-top: solid 1px #484747;
		padding-top: 1rem;
		padding-bottom: 1rem;
		opacity: 0.8
	}

	.fcopy>div {
		display: flex;
		justify-content: center;
		align-content: center
	}
}

/*@media (min-width:1600px){
.fnav>div:not(:last-child){margin-right:8%;}
}*/

h2.title {
	font-weight: normal;
	position: relative;
}

h2.title::after {
	content: "";
	position: absolute;
	background: #e60044;
	left: 48%;
	width: 4%;
	height: 3px;
	display: block;
	margin-top: 1rem;
}

h3.title {
	font-weight: normal;
	position: relative;
}

h3.title::after {
	content: "";
	position: absolute;
	background: #e60044;
	left: 48%;
	width: 4%;
	height: 3px;
	display: block;
	margin-top: 1rem;
}

.title-line {
	position: relative;
	text-align: left;
	font-size: 2.4rem;
	margin-bottom: 2.6rem
}

.title-line:after {
	content: "";
	position: absolute;
	background: #0f114e;
	left: 0%;
	width: 25px;
	height: 3px;
	display: block;
	margin-top: 1rem;
}

.page-title {
	position: relative;
	text-align: center;
	font-size: 1.5rem;
}

.page-title::after {
	content: "";
	position: absolute;
	background: #0f114e;
	left: 47%;
	width: 5%;
	height: 3px;
	display: block;
	margin-top: 1rem;
}


@media (min-width:1280px) {


	h3.title-line {
		font-weight: normal;
		position: relative;
	}

	h3.title-line::after {
		content: "";
		position: absolute;
		background: #e60044;
		left: 48%;
		width: 4%;
		height: 3px;
		display: block;
		margin-top: 1rem;
	}

	.page-title {
		position: relative;
		text-align: center;
		font-size: 2.4rem;
		margin-bottom: 2.6rem
	}

	.page-title::after {
		content: "";
		position: absolute;
		background: #e60044;
		left: 49%;
		width: 2%;
		height: 3px;
		display: block;
		margin-top: 1rem;
	}
}

.navsub {
	margin: 1rem 0;
}

.navsub>li.active {
	display: none;
}

.navsub>li>a {
	border-radius: 2rem !important;
	border: solid 1px #ddd;
	padding: .25rem 1rem;
	font-size: .75rem;
}

.navsub>li:not(:last-child) {
	margin-right: 1rem;
}

/*内容页*/
.content {
	margin: 1rem 0 2rem 0;
}

.content img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media (min-width:1280px) {
	.content {
		margin: 1rem 0 0rem 0;
	}

	.content img {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
}

@media (min-width:1280px) {
	.navsub>li.active {
		display: inline-block;
		pointer-events: none;
	}

	.navsub>li.active>a {
		border-color: #1660d0;
		background: #1660d0;
		color: #fff
	}

	.navsub>li>a {
		font-size: 1rem;
	}
}

.allnews {
	position: relative;
	color: #333;
}

.allnews::after {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	background: #eee;
	height: 1px;
}

.allnews>i {
	display: none;
}

.allnews>div,
.allnews>i {
	transition: all .3s linear;
}

.allnews>div>p {
	margin-bottom: 0;
}

.allnews>div>p>strong {
	display: block;
	line-height: 1.55;
	font-size: 22px;
	margin-bottom: 1rem;
	height: 40px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.allnews>div>p>span {
	font-size: .875rem;
	opacity: .75;
	line-height: 1.5;
	display: block;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s linear;
}

.allnews>div>time {
	font-size: .75rem;
	float: right;
	color: #000
}

.allnews>div>time>span {
	opacity: .5;
	margin-right: .5rem;
	display: inline-block;
}

@media (min-width:1280px) {
	.allnews {
		display: flex;
	}

	.allnews>i {
		display: inline-block;
	}

	.allnews>img {
		width: 300px;
		height: 200px;
		margin-bottom: 0 !important;
	}

	.allnews>div {
		margin: 0 1rem;
	}

	.allnews>div>p {
		margin-bottom: 0;
		height: 160px;
		width: 800px
	}

	.allnews>div>p>strong {
		display: block;
		line-height: 1.55;
		font-size: 22px;
		margin-bottom: 1rem;
		height: 40px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.allnews>div>p>span {
		font-size: .875rem;
		opacity: .75;
		line-height: 1.5;
		display: block;
		max-height: 42px;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: all .3s linear;
	}

	.allnews:hover>div>p>span {
		color: #333;
	}

	.allnews:hover>div {
		transform: translateX(.5rem);
	}

	.allnews:hover>i {
		transform: translateX(-.5rem);
	}
}

#faqs {
	border: none;
}

#faqs>.fold-item>.fold-head {
	background-color: transparent;
}

#faqs>.fold-item.active>.fold-head {
	border-bottom-style: dashed;
}

.inside-banner {
	position: relative;
	overflow: hidden;
	padding-top:63px
}

.banner-text {
	position: absolute;
	top: 5%;
	color: #cb0c04;
	padding: 24px;
	border-radius: 0px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	left: 0%;

	background: rgba(229, 229, 229, 0);

	padding: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-text>strong {
	font-size: 26px;
	font-weight: 600;
	color: #cb0c04;
	/* text-shadow: 0 0 0.05em #fff, -0 -0 0.05em #eee; */
}

.banner-text>p {
	font-size: 16px;
	opacity: .75;
	font-weight: 500;
	/*text-shadow:0 0 0.25em #fff,-0 -0 0.25em #fff;*/
}
.banner {
	position: relative;
	overflow: hidden;
	padding-top:63px
}
@media (min-width:1280px) {
	.banner {
		position: relative;
		overflow: hidden;
		padding-top:107px
	}
	
	
	.inside-banner {
		position: relative;
		padding-top:107px;
		overflow: hidden;
	}
	.banner-text {
		position: absolute;
		top: 18%;
		color: #cb0c04;
		padding: 24px;
		border-radius: 0px;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		left: -22%;
		background: rgba(229, 229, 229, 0);
		padding: 20px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.banner-text>strong {
		font-size: 35px;
		font-weight: 500;
		/* text-shadow:2px 2px 2px  #f1f1f1; */
	}

	.banner-text>p {
		font-size: 16px;
		opacity: .75;
		font-weight: 500;
		/*text-shadow:0 0 0.25em #fff,-0 -0 0.25em #fff;*/
	}
}

.card {
	border: solid 3px rgba(255, 0, 0, .1)
}



/* 特效 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
