a:active,
a:hover {
	outline: 0;
	color: #0066cc !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: #0066cc !important
}

.bg-main {
	background-color: #f6f6f6 !important;
}

.bg-sub {
	background-color: #2a2c32 !important
}

.bg-dot {
	background-color: #0066cc !important;
}
.bg-white{background-color: :fff !important;}
.width20 {
	width: 100%
}

/*header*/
.top-box {
	height: 35px;
	line-height: 35px
}

.i-more {
	width: 100px;
	border-radius: 30px;
	background-color: #0066cc;
	color:#fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.i-more:hover {
	
	border:1px solid #0066cc;
	background-color: #fff;
}

.i-more2 {
	width: 100px;
	border-radius: 30px;
	background-color: #0066cc;
	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: #0066cc;
	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.02);}
			to {transform: scale(1.0);}
		}
		@-o-keyframes mymove{ /*Safari and Chrome*/
			from {transform: scale(1.02);}
			to {transform: scale(1.0);}
		}
		@-webkit-keyframes mymove{ /*Safari and Chrome*/
			from {transform: scale(1.02);}
			to {transform: scale(1.0);}
		}




/*导航*/
.navbar-body {
	background: #ddd;
}

.nav.nav-box {
	border: none;
}

.navbar-show .navbar-body>.nav>li>.nav {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 16rem;
}


.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 #cfcdcb;
	padding-left: 60px
}

.nav>li.active>a,
.nav>li>a:hover,
.nav>li>a:active {
	color: #0066cc;
	z-index: 1;
}

.foot-zindex {
	z-index: 9999
}





@media (min-width:1432px) {
	#navbar {
		padding-top: 0;
		padding-bottom: 0;
		height: 100px;
		width: 1400px;
		margin: 0 auto
	}

	.navbar.navbar-show>.navbar-body {
		justify-content: flex-end;
		margin-left: 0%;
	}

	#navbar>a>img {
		height: 100px;
		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: #0066cc;
	}

	.navbar-body {
		top: 0;
		background: #0066cc
	}

	.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: #0066cc;
		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: center;
	margin-bottom: .5rem;
}

.index>p {
	font-size: .875rem;
	text-align: center;
	
	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: #0066cc;
}

.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: #0066cc;
}

@media (min-width:1280px) {
	.index {
		padding: 5rem 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: #0066cc;
	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: #0066cc;
		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;
	}
}

/*02团队*/



.home-team-bg {
	background: url(../images/home-team-bg.jpg) repeat-x;
}

.home-team {
	width: 100%;
	background: #fff;
	border-bottom: solid 3px #0066cc;
	border-radius: 0px 0px 8px 8px;
	

}

.home-team-content {
	width: 100%;
	background: #f1f1f1;
	height: 60px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

.home-team-content>strong {
	font-weight: bold;
	display: block;
	font-size: 1rem;
	color: #333;
	line-height: 60px;
	
}

.home-team>strong {
	font-weight: normal;
	display: block;
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #333;
}

.home-team>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
}

.home-team>i {
	position: absolute;
	bottom: 1.75rem;
	right: 3rem;
	font-style: normal;
	font-size: 2rem;
	opacity: 0;
	color: #28a1cd;
}

.home-team>.img {
	overflow: hidden;
	position: relative;
	width: 100%
}

.home-team>.img>img {
	width: 100%
}

.home-team,
.home-team>.img>img,
.home-team>.img>i,
.home-team>strong,
.home-team>p,
.home-team>i {
	transition: all .3s linear;
}

.home-team:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #1660d0;
	border-bottom: solid 3px #0066cc;
	background: #f8f8f8;
	border-radius: 0px 0px 8px 8px;
	
}

.home-team:hover>.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-team:hover>.img>i {
	margin-top: -1.5rem;
	opacity: 1;
}

// .home-team:hover>.home-team-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-team:hover>.home-team-content>p {
	color: #0066cc;
	height: 35px;
}

@media (min-width:1400px) {
	.home-team {
		width: 400px;
		background: #f2f2f2;
		border: #eee 1px solid;
		border-bottom: solid 3px #0066cc;
		border-radius: 0px 0px 8px 8px
	}

	.home-team-content {
		
		background: #f1f1f1;
		height: 60px;
	}

	.home-team-content>strong {
		font-weight: bold;
		display: block;
		font-size: 1.125rem;
		color: #333;
		line-height: 60px;
	}

	.home-team>strong {
		font-weight: normal;
		display: block;
		margin-top: 1rem;
		font-size: 1.125rem;
		color: #333;
	}

	.home-team>p {
		font-size: .875rem;
		opacity: .9;
		color: #999;
	}

	.home-team>i {
		position: absolute;
		bottom: 1.75rem;
		right: 3rem;
		font-style: normal;
		font-size: 2rem;
		opacity: 0;
		color: #28a1cd;
	}

	.home-team>.img {
		overflow: hidden;
		position: relative;
		width: 100%
	}

	.home-team>.img>img {
		width: 100%
	}

	.home-team,
	.home-team>.img>img,
	.home-team>.img>i,
	.home-team>strong,
	.home-team>p,
	.home-team>i {
		transition: all .3s linear;
	}

	.home-team:hover {
		/* box-shadow: 0 5px 10px rgba(0, 0, 0, .175); */
		border-color: #eee;
		border-bottom: solid 3px #0066cc;
		background: #fff;
		border-radius: 0px 0px 8px 8px
	}

	.home-team:hover>.img>img {
		transform: scale(1.1);
	}

	.home-team:hover>.img>i {
		margin-top: -1.5rem;
		opacity: 1;
	}

	.home-team:hover>.home-team-content {
		transform: translateY(-30%);
		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-factory {
	width: 100%;
	background: #fff;
	border-bottom: solid 3px #0066cc;
	border-radius: 0px 0px 8px 8px;
	

}

.home-factory-content {
	width: 100%;
	background: #f1f1f1;
	height: 60px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

.home-factory-content>strong {
	font-weight: bold;
	display: block;
	font-size: 1rem;
	color: #333;
	line-height: 60px;
	
}

.home-factory>strong {
	font-weight: normal;
	display: block;
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #333;
}

.home-factory>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
}

.home-factory>i {
	position: absolute;
	bottom: 1.75rem;
	right: 3rem;
	font-style: normal;
	font-size: 2rem;
	opacity: 0;
	color: #28a1cd;
}

.home-factory>.img {
	overflow: hidden;
	position: relative;
	width: 100%
}

.home-factory>.img>img {
	width: 100%
}

.home-factory,
.home-factory>.img>img,
.home-factory>.img>i,
.home-factory>strong,
.home-factory>p,
.home-factory>i {
	transition: all .3s linear;
}

.home-factory:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #1660d0;
	border-bottom: solid 3px #0066cc;
	background: #f8f8f8;
	border-radius: 0px 0px 8px 8px;
	
}

.home-factory:hover>.img>img {
	transform: scale(1.02);
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

.home-factory:hover>.img>i {
	margin-top: -1.5rem;
	opacity: 1;
}

// .home-factory:hover>.home-factory-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-factory:hover>.home-factory-content>p {
	color: #0066cc;
	height: 35px;
}

@media (min-width:1400px) {
	.home-factory {
		width: 400px;
		background: #f2f2f2;
		border: #eee 1px solid;
		border-radius: 0px 0px 8px 8px
	}

	.home-factory-content {
		
		background: #f1f1f1;
		height: 60px;
	}

	.home-factory-content>strong {
		font-weight: bold;
		display: block;
		font-size: 1.125rem;
		color: #333;
		line-height: 60px;
	}

	.home-factory>strong {
		font-weight: normal;
		display: block;
		margin-top: 1rem;
		font-size: 1.125rem;
		color: #333;
	}

	.home-factory>p {
		font-size: .875rem;
		opacity: .9;
		color: #999;
	}

	.home-factory>i {
		position: absolute;
		bottom: 1.75rem;
		right: 3rem;
		font-style: normal;
		font-size: 2rem;
		opacity: 0;
		color: #28a1cd;
	}

	.home-factory>.img {
		overflow: hidden;
		position: relative;
		width: 100%
	}

	.home-factory>.img>img {
		width: 100%
	}

	.home-factory,
	.home-factory>.img>img,
	.home-factory>.img>i,
	.home-factory>strong,
	.home-factory>p,
	.home-factory>i {
		transition: all .3s linear;
	}

	.home-factory:hover {
		/* box-shadow: 0 5px 10px rgba(0, 0, 0, .175); */
		border-color: #eee;
		background: #fff;
		border-radius: 0px 0px 8px 8px
	}

	.home-factory:hover>.img>img {
		transform: scale(1.02);
	}

	.home-factory:hover>.img>i {
		margin-top: -1.5rem;
		opacity: 1;
	}

	.home-factory:hover>.home-factory-content {
		transform: translateY(-30%);
		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;
	}
}




/*03背景提升*/
.person_img {
	width: 100%;
	position: relative;
	height: 298px;
	overflow: hidden;
}

.person_img img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.person_img:hover img {
	width: 120%;
	top: -10%;
	left: -10%;
	position: absolute;
	max-width: 120%;
}

.home-bgup {
	width: 100%;
	background-color: #f5ca60;
	height: 100%;
}

.home-bgup-content {
	width: 100%;
}

.home-bgup-img img {
	width: 100%
}

.home-bgup-img {
	overflow: hidden;
	position: relative;
	width: 100%
}

.home-bgup-content>h4 {
	font-size: 1rem !important;
	font-weight: normal
}

.home-bgup>.home-bgup-content>i {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #fff;
	width: 50px;
	border-radius: 25px;
	height: 50px;
	padding-right: 5px;
	background: #222c47;
	text-align: center;
}

//.home-bgup:hover>.home-bgup-content>i{opacity: 0.9;color: #f5ca60;}
//.home-bgup:hover>.home-bgup-img>img{transform:scale(1.1);transition:all 0.5s linear;width: 120%}
// .home-bgup:hover>.home-bgup-content>h4{opacity: 0.9;color: #fff;transition:all 0.5s linear; font-size:0.8rem; font-weight:normal}
@media (min-width:1280px) {
	.person_img {
		width: 100%;
		position: relative;
		height: 298px;
		overflow: hidden;
	}

	.person_img img {
		width: 100%;
		transition: all 0.5s;
		position: absolute;
		top: 0;
		left: 0;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	}

	.person_img:hover img {
		width: 120%;
		top: -10%;
		left: -10%;
		position: absolute;
		max-width: 120%;
	}

	.home-bgup {
		width: 100%;
		background-color: #f5ca60;
		height: 100%;
	}

	.home-bgup-content {
		width: 50%;
	}

	.home-bgup-title {
		border-bottom: 1px solid #e8bb50;
	}

	.home-bgup-img {
		width: 50%;
	}

	.home-bgup-content>h4 {
		font-size: 1.25rem !important;
		font-weight: bold
	}

	.home-bgup-img img {
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	}

	.home-bgup-img {
		overflow: hidden;
		position: relative;
	}

	.home-bgup>.home-bgup-content>i {
		position: absolute;
		right: 40px;
		bottom: 40px;
		color: #fff;
		width: 50px;
		border-radius: 25px;
		height: 50px;
		padding-right: 5px;
		background: #222c47;
		text-align: center;
	}

	.home-bgup:hover>.home-bgup-content>i {
		opacity: 0.9;
		color: #f5ca60;
	}

	.home-bgup:hover>.home-bgup-img>img {
		transform: scale(1.1);
		transition: all 0.5s linear;
		width: 120%
	}

	.home-bgup:hover>.home-bgup-content>h4 {
		opacity: 0.9;
		color: #fff;
		transition: all 0.5s linear;
		font-size: 0.8rem;
	}
}




/*04首页产品分类*/

.bg-pro {
	background-image: url(../images/bg-case.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;
}

.home-pro {
	width: 100%;
	background: #fff;
	height: auto;
	border: 1px solid #f3f3f3;
	border-radius: 0px 0px 8px 8px;
}

.home-pro-content {
	
	display: block;
	
	color: #333;
	line-height: 35px;
	background: #f1f1f1;
	border-radius: 0px 0px 8px 8px;
}

.home-pro>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
	height: 80px;
}

.home-pro-img {
	overflow: hidden;
	position: relative;
}

.home-pro>.home-pro-content>.more>i {
	font-style: bold;
	font-size: 1.6rem;
	color: #222c47;
}

.home-pro-img img {
	display: inline-block;
	width: 220px;
	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-pro,
.home-pro>.img>img,
.home-team>strong,
.home-pro>p,
	{
	transition: all .3s linear;
}

.home-pro:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #1660d0;
	background: #1660d0;
	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-pro:hover>.home-pro>.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-pro:hover>.home-pro-content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #1660d0;
	color: #fff;;
}

.home-pro:hover>.home-pro-content>p {
	color: #f5ca60;
}

.home-pro:hover>.home-pro-content>.more>i {
	color: #0066cc;
}

@media (min-width:1400px) {
	.home-pro {
		width: auto;
		background: #fff;
		height: auto
	}

	.home-pro-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;
	}
}

/* 公司介绍 */
@media (min-width:1400px) {
	.home-about {
		width: 330px;
		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;}
	
}




/*05首页留学信息*/
.home-news {}

.home-news-content {
	background: #f3f3f3
}

.home-news-content>h5 {}

.home-news>p {
	font-size: .875rem;
	opacity: .9;
	color: #999;
	height: 25px;
}

.home-news>.img {
	overflow: hidden;
	position: relative;
	height:300px
}

.home-news,
.home-news>.img>img,
.home-news>.img>i,
.home-news>strong,
.home-news>p,
.home-news>i {
	transition: all .3s linear;
}

.home-news:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
	border-color: #1660d0;
	border-bottom: solid 3px #0066cc;
	background: #f3f3f3;
	border-radius: 0px 0px 8px 8px
}

.home-news:hover>.img>img {
	transform: scale(1.1);
}

.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: #0066cc;
}

@media (min-width:1400px) {
	.home-news {
		width: 380px;
		border-bottom: solid 3px #f3f3f3;
		border-radius: 0px 0px 8px 8px;
	}

	.home-news-content {
		width: 380px;
		background: #f3f3f3;
		border-bottom: solid 3px #f3f3f3;
		border-radius: 0px 0px 8px 8px;
	}

	.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 {
		overflow: hidden;
		position: relative;
		
		width:348px;
		height:232px;
	}
	.home-news,
	.home-news>.img>img,
	.home-news>.img>i,
	.home-news>strong,
	.home-news>p,
	.home-news>i {
		transition: all .3s linear;
	}

	.home-news:hover {
		/* box-shadow: 0 5px 10px rgba(0, 0, 0, .175); */
		border-color: #1660d0;
		border-bottom: solid 3px #0066cc;
		background: #f3f3f3;
		border-radius: 0px 0px 8px 8px
	}

	.home-news:hover>.img>img {
		transform: scale(1.1);
	}

	.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: #0066cc;
	}
}

/*内页导航*/
.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:1400px) {

	/*内页导航*/
	.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:1400px) {
	.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:1400px) {
	.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: .75rem;
	color: #999;
}

@media (min-width:1400px) {
	.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;}*/
	.fnav>div:last-child {
		margin-left: auto;
	}

	.fnav>div>strong {
		display: block;
		font-weight: normal;
		opacity: .8;
		margin-bottom: 2rem;
	}

	.fnav>div>a {
		display: block;
		font-size: .85rem;
		line-height: 2;
		opacity: 0.4
	}

	.fnav>div>table {
		line-height: 1;
	}

	.fcopy {
		border-top: solid 1px #666;
		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: #0066cc;
	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: #222c47;
	left: 48%;
	width: 4%;
	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: #0066cc;
	left: 47%;
	width: 5%;
	height: 3px;
	display: block;
	margin-top: 1rem;
}


.product-title {
	position: relative;
	text-align: left;
	font-size: 1.5rem;
}

.product-title::after {
	content: "";
	position: absolute;
	background: #0066cc;
	left: 0%;
	width: 5%;
	height: 3px;
	display: block;
	margin-top: 1rem;
}

@media (min-width:1400px) {
	h2.title {
		font-weight: normal;
		position: relative;
	}

	h2.title::after {
		content: "";
		position: absolute;
		background: #0066cc;
		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: #222c47;
		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: #0066cc;
		left: 49%;
		width: 2%;
		height: 3px;
		display: block;
		margin-top: 1rem;
	}
	
	.product-title {
		position: relative;
		text-align: left;
		font-size: 2.4rem;
		margin-bottom: 2.6rem
	}
	
	.product-title::after {
		content: "";
		position: absolute;
		background: #0066cc;
		left: 0%;
		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:1400px) {
	.content {
		margin: 1rem 0 0rem 0;
	}

	.content img {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
}

@media (min-width:1400px) {
	.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:1400px) {
	.allnews {
		display: flex;
	}

	.allnews>i {
		display: inline-block;
	}

	.allnews>img {
		width: 348px;
		height: 232px;
		margin-bottom: 0 !important;
	}

	.allnews>div {
		margin: 0 1rem;
	}

	.allnews>div>p {
		margin-bottom: 0;
		height: 160px;
		width: 100%;
	}

	.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: #fff;
	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: 24px;
	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: #fff;
		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: 82px;
		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;*/
	}
}

.card {
	border: solid 3px rgba(255, 0, 0, .1)
}

.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}



.pager li > a,.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,.pager .next > span {
    float: right;
}

.pager .previous > a,.pager .previous > span {
    float: left;
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index: 2;
    color: #11181f;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0066cc;
    border-color: #0066cc;
    cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}