a:active,
a:hover {
	outline: 0;
	color: #d7000f !important;
	text-decoration: none;
}

body.pages {
	padding-top: 45px;
}

@media (min-width:1280px) {
	body.pages {
		padding-top: 85px;
	}
}

body.pages>.navbar {
	background: #333;
}

/*主色辅色点缀色文本*/
.text-main {
	color: #222 !important
}

.text-sub {
	color: #222c47 !important
}

.text-dot {
	color: #d7000f !important
}

.bg-main {
	background-color: #f6f6f6 !important;
}

.bg-sub {
	background-color: #7c7c86 !important
}

.bg-dot {
	background-color: #e60044 !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);
	}
}




/*导航*/
.navbar-body {
	background: #fafafa;
	width:100%;
}

.nav.nav-box {
	border: none;
}

.drop>.dropdown {
	150%
}

#navbar {
	/*position:absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 60px;
	background: #fff
}

#navbar>a>img {
	height: 35px;
}

#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: #d7000f;
	z-index: 1;
}

.foot-zindex {
	z-index: 9999
}





@media (min-width:1280px) {
	#navbar {
		padding-top: 0;
		padding-bottom: 0;
		height: 100px;
		
		margin: 0 auto;
		display: flex;
		justify-items: center;
	}

	.navbar.navbar-show>.navbar-body {
		justify-content: flex-end;
		margin-left: 0%;
	}

	#navbar>a>img {
		height: 47px;
		width: 200px
	}

	#navbar>div>ul>li>a {
		color: #000;
		padding-left: 30px
	}

	#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: #d7000f;
	}

	.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;
	}

	.width20 {
		width: 20%
	}

	/*内页导航*/
	.nav>li.active>a,
	.nav>li>a:hover,
	.nav>li>a:active {
		color: #d7000f;
		z-index: 1;
	}

	.nav.nav-block>li {
		font-weight: 600;
		font-size: 1.2rem;
	}
}

/*@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: 3rem 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;
	}
}

/*首页板块*/

/*手机版服务导航*/

.m-icon {
	width: 30px;
	height: 30px
}

.m-icon-footer {
	width: 28px;
	height: 28px
}




/*01业务*/
.home-service {
	border-radius: 5px;
	background: #d7000f;
	width: 100%
}

.home-service-top {
	height: 95px;
	width: 100%
}

.home-service-bottom {
	border-radius: 0px 0px 5px 5px;
	background: #232c46;
	height: 375px;
	width: 100%
}

.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;
}

@media (min-width:1280px) {
	.home-service {
		border-radius: 15px;
		background: #d7000f;
		height: 500px;
		width: 330px
	}

	.home-service-top {
		height: 125px;
		width: 33.33%
	}

	.home-service-bottom {
		border-radius: 0px 0px 15px 15px;
		background: #232c46;
		height: auto;
		width: 330px
	}

	.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-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: 40px;
	}
	.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;}

.home-news-content>h5 {}

.home-news>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
	height: 25px;
}


.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: 6px 6px 0px 0px;
	}

	.home-news-content {
		
		background: #fff;
		border-top: solid 1px #fff;
		border-radius: 6px 6px 0px 0px;
	}

	.home-news-content>h5 {}

	.home-news>p {
		font-size: .875rem;
		opacity: .9;
		color: #999;
		height: 25px;
	}

	.home-news>.img {
		overflow: hidden;
		position: relative;
	}

	.home-news-img>img {
		border-radius: 6px 6px 0px 0px;
		overflow: hidden;
		position: relative;
		height: 300px;
		width: 420px;
	}

	.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: #fff;
		border-radius: 6px 6px 0px 0px;
	}



	.home-news:hover>.home-news-content {
		background: #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: #d7000f;
	}
}

/*内页导航*/
.page-nav {
	background: #f4f8ff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .075);
}

.page-nav:hover {
	color: #222c47;
}

.page-nav.a:hover {
	color: #222c47;
}

@media (min-width:1280px) {

	/*内页导航*/
	.page-nav {
		transform: translateY(0%);
		background: #f4f8ff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .075);
	}

	.page-nav:hover {
		color: #222c47;
	}

	.page-nav.a:hover {
		color: #222c47;
	}
}

@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: #ccc;
}

@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 #a3a3a3;
		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: #e60044;
	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: #e60044;
	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;
}

.banner-text {
	position: absolute;
	top: 0;
	color: #e60044;
	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: 22px;
	font-weight: 500;
	text-shadow:0 0 0.05em #666,-0 -0 0.05em #222;
}

.banner-text>p {
	font-size: 16px;
	opacity: .75;
	font-weight: 500;
	/*text-shadow:0 0 0.25em #fff,-0 -0 0.25em #fff;*/
}

@media (min-width:1280px) {
	.banner-text {
		position: absolute;
		top: 0;
		color: #e60044;
		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: 55px;
		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)
}

.feedback {
    width: 340px;
    position: fixed;
	background: #ffffff;
    right: 30px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
	z-index: 9999999;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
	
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #d7000f;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 10px 16px 20px 16px;
	background: #ffffff;
}

.feedbackForm .tipss {
    color: #222d38;
    padding-bottom: 5px;
}

.feedbackForm .line {
    margin-bottom: 10px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 68px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
}

.feedbackForm .btn {
    background: #d7000f;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: -36px;
    top: 6px;
    cursor: pointer;
    display: none;
}