/* 全局 */

* {
	padding: 0;
	margin: 0;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* 头部 ----------------------------------------------------*/

.headbox {
	width: 100%;
	height: 100px;
	background: #0b1e34;
}

.heada {
	width: 100%;
	height: 100px;
	background: #f0f0f0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.heada.out {
	opacity: 0;
	top: -100px;
}

.logo {
	margin: 40px 40px 0 160px;
	float: left;
	overflow: hidden;
}

.mom,
.momf {
	display: none;
}

.logo img {
	display: block;
	height: 100%;
	width: 180px;
}

.navi {
	float: left;
	text-align: center;
}

.navi a,
.buybtn a {
	display: block;
}

.navi>li {
	height: 120px;
	position: relative;
	float: left;
}

.navi>li::before,
.buybtn::before {
	content: '';
	width: 100%;
	height: 0;
	background: #1a2980;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navi>li.on::before {
	height: 3px;
}

.navi>li:hover::before,
.buybtn:hover::before {
	height: 100%;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.navi>li>a,
.buybtn>a {
	line-height: 100px;
	font-size: 18px;
	padding: 0 40px;
	position: relative;
	z-index: 10;
}

.navi>li:hover>a,
.buybtn:hover>a {
	color: #fff;
	font-weight: bold;
}

.navi>li>ul {
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(0, 40, 86, .9);
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navi>li:hover>ul {
	height: 100px;
	padding-top: 20px;
}

.navi>li>ul>li {
	float: left;
	height: 100%;
	text-align: center;
}

.navi>li>ul>li>a {
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	padding: 0 35px;
	position: relative;
	overflow: hidden;
}

.navi>li>ul>li>a::before,
.navi>li>ul>li>a::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 38px;
	opacity: 0;
	top: 20px;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navi>li>ul>li>a::before {
	background: url(../image/navaro1.png) no-repeat;
	background-size: contain;
	left: -20px;
}

.navi>li>ul>li>a::after {
	background: url(../image/navaro2.png) no-repeat;
	background-size: contain;
	right: -20px;
}

.navi>li>ul>li>a:hover::before {
	left: 10px;
	opacity: .5;
}

.navi>li>ul>li>a:hover::after {
	right: 10px;
	opacity: .5;
}

.buybtn {
	height: 120px;
	position: relative;
	float: right;
	margin-right: 120px;
}

.buybtn>ul {
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(0, 40, 86, .5);
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.buybtn:hover>ul {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.buybtn>ul>li>a {
	line-height: 45px;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
}

.buybtn>ul>li>a:hover {
	background: rgba(0, 40, 86, .5);
}

.seekbox {
	width: 180px;
	height: 30px;
	float: right;
	margin: 35px 20px 0 0;
}

.seekbox input {
	display: block;
	width: 96px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 28px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.seekb {
	width: 35px;
	height: 30px;
	float: left;
	cursor: pointer;
}

.seekb .svg {
	display: block;
	width: 18px;
	height: 18px;
	margin: 8px 0 5px;
}

.seekb .svg path {
	fill: #666;
}

.nav-mobile{
	display: none;
}

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

}

@media screen and (max-width: 1680px) {

	body,
	html {
		font-size: 15px;
	}

	.headbox,
	.heada {
		height: 80px;
	}

	.logo {
		margin: 28px 30px 0 100px;
	}

	.navi>li {
		height: 100px;
	}

	.navi>li>a,
	.buybtn>a {
		line-height: 80px;
		padding: 0 15px;
	}

	.navi>li>ul {
		top: 80px;
	}

	.navi>li:hover>ul {
		height: 80px;
		padding-top: 20px;
	}

	.navi>li>ul>li>a {
		line-height: 60px;
		padding: 0 30px;
	}

	.navi>li>ul>li>a::before,
	.navi>li>ul>li>a::after {
		width: 8px;
		height: 30px;
		top: 15px;
	}

	.buybtn {
		height: 100px;
		margin-right: 100px;
	}

	.buybtn>ul {
		top: 80px;
	}

	.buybtn>ul>li>a {
		line-height: 40px;
	}

	.seekbox {
		width: 160px;
		height: 30px;
		margin: 25px 15px 0 0;
	}


}

@media screen and (max-width: 1440px) {

	body,
	html {
		font-size: 14px;
	}

	.headbox,
	.heada {
		height: 70px;
	}

	.logo {

		margin: 20px 30px 0 80px;
	}

	.navi>li {
		height: 85px;
	}

	.navi>li>a,
	.buybtn>a {
		line-height: 70px;
		padding: 0 15px;
	}

	.navi>li>ul {
		top: 70px;
	}

	.navi>li:hover>ul {
		height: 70px;
		padding-top: 15px;
	}

	.navi>li>ul>li>a {
		line-height: 50px;
		padding: 0 25px;
	}

	.navi>li>ul>li>a::before,
	.navi>li>ul>li>a::after {
		top: 12px;
	}

	.buybtn {
		height: 85px;
		margin-right: 50px;
	}

	.buybtn>ul {
		top: 70px;
	}

	.seekbox {
		width: 150px;
		height: 30px;
		margin: 20px 10px 0 0;
	}

	.seekb {
		width: 30px;
		height: 30px;
	}

	.seekb .svg {
		display: block;
		width: 16px;
		height: 16px;
		margin: 8px 0 5px;
	}


}

@media screen and (max-width: 1280px) {

	body,
	html {
		font-size: 12px;
	}

	.headbox,
	.heada {
		height: 60px;
	}

	.logo {

		margin: 15px 20px 0 60px;
	}

	.navi>li {
		height: 75px;
	}

	.navi>li>a,
	.buybtn>a {
		line-height: 60px;
		padding: 0 15px;
	}

	.navi>li>ul {
		top: 60px;
	}

	.navi>li:hover>ul {
		height: 60px;
		padding-top: 15px;
	}

	.navi>li>ul>li>a {
		line-height: 40px;
		padding: 0 20px;
		font-size: 12px;
	}

	.navi>li>ul>li>a::before,
	.navi>li>ul>li>a::after {
		width: 6px;
		height: 25px;
		top: 10px;
	}

	.buybtn {
		height: 75px;
		margin-right: 30px;
	}

	.buybtn>ul {
		top: 60px;
	}

	.buybtn>ul>li>a {
		line-height: 40px;
		font-size: 12px;
	}

	.seekbox {
		width: 130px;
		height: 30px;
		margin: 15px 10px 0 0;
	}

}

@media screen and (max-width: 1024px) {
	.logo {
		margin: 15px 20px 0 20px;
	}

	.navi>li>a,
	.buybtn>a {
		padding: 0 10px;
	}

	.buybtn {
		margin-right: 20px;
	}

	.buybtn>ul>li>a {
		line-height: 30px;
	}


}

@media screen and (max-width: 1023px) {
	
	/* 头部 ----------------------------------------------------*/

	.headbox {
		width: 100%;
		height: 45px;
		overflow: hidden;
	}

	.heada {
		width: 100%;
		height: 45px;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.95);
		overflow: hidden;
	}

	.heada .logo {
		display: block;
		width: auto;
		position: absolute;
		left: 3%;
		top: 0;
	}
	.heada .logo img{
		width: 130px;
	}

	.heada .mom {
		display: block;
		position: absolute;
		right: 4%;
		top: 14px;
		cursor: pointer;
		z-index: 333;
		width: 20px;
		height: auto;
		left: unset;
	}

	.heada .momf {
		display: none;
		position: absolute;
		right: 4%;
		top: 14px;
		cursor: pointer;
		z-index: 333;
		width: 20px;
		height: auto;
		left: unset;
	}
	.buybtn{
		margin-right: 10%;
	}
	.navi>li>a, .buybtn>a{
		line-height: 49px;
	}
	/* 一级菜单 */
	.navi {
		width: 100%;
		height: calc(100vh - 45px);
		background: #fff;
		position: fixed;
		left: 0;
		top: 45px;
		z-index: 1000;
		overflow: auto;
		display: none;
	}

	.navi>li {
		height: auto;
		padding: 0 3%;
	}

	.navi>li:nth-child(odd) {
		background: #f5f5f5;
	}

	.navi>li>a {
		display: block;
		line-height: 45px;
		font-size: 0.875em;
		text-decoration: none;
		padding-left: 20px;
		background: url(http://en.kejian-gd.com/static/img/navidot.png) 5px center no-repeat;
		background-size: 5px;
	}

	.navi>li.on {
		background: #022658;
	}

	.navi>li.on a {
		color: #fff;
	}

	/* 二级菜单 */
	.navi>li ul {
		margin-left: 20px;
		height: auto;
		overflow: hidden;
		display: none;
	}

	.navi>li>ul>li {
		height: auto;
		border-top: 1px dotted rgba(255, 255, 255, 0.2);
	}

	.navi>li>ul>li>a {
		display: block;
		line-height: 40px;
		font-size: 0.75em;
		text-decoration: none;
		padding-left: 25px;
		background: url(../image/aright.png) 5px center no-repeat;
		background-size: 5px;
	}

	/* 三级菜单 */
	.navi>li>ul>li>ul {
		margin-bottom: 10px;
		height: auto;
		overflow: hidden;
		display: none;
	}

	.navi>li>ul>li.on>ul {
		display: block;
	}

	.navi>li>ul>li>ul>li {
		height: 35px;
		line-height: 35px;
	}

	.navi>li>ul>li>ul>li a {
		display: block;
		text-decoration: none;
		padding-left: 40px;
		font-size: 0.75em;
		background: url(http://en.kejian-gd.com/static/img/pagearo2.gif) 30px center no-repeat;
		background-size: 3px;
	}

	.nav-mobile {
		width: 100%;
		height: calc(100vh - 45px);
		background: #fff;
		position: fixed;
		left: 0;
		top: 45px;
		z-index: 1000;
		overflow: auto;
		display: none;
	}
	.nav-mobile>li {
		height: auto;
		padding: 0 3%;
	}
	.nav-mobile>li:nth-child(even) {
		background: #f5f5f5;
	}
	.nav-mobile>li>a {
		display: inline-block;
		line-height: 45px;
		font-size: 0.875em;
		text-decoration: none;
		padding-left: 20px;
	}
	.nav-mobile>li.on {
		background: #022658;
	}
	.nav-mobile>li.on a {
		color: #fff;
	}
	/* 二级菜单 */
	.nav-mobile>li.on ul {
		display: block;
	}
	.nav-mobile>li ul {
		margin-left: 20px;
		height: auto;
		overflow: hidden;
		display: none;
	}
	.nav-mobile>li>ul>li {
		height: auto;
		border-top: 1px dotted rgba(255, 255, 255, 0.2);
	}
	.nav-mobile>li>ul>li>a {
		display: block;
		line-height: 40px;
		font-size: 0.75em;
		text-decoration: none;
		padding-left: 25px;
		background: url(../image/aright.png) 5px center no-repeat;
		background-size: 5px;
	}
	/* 三级菜单 */
	.nav-mobile>li>ul>li>ul {
		margin-bottom: 10px;
		height: auto;
		overflow: hidden;
		display: none;
	}
	.nav-mobile>li>ul>li.on>ul {
		display: block;
	}
	.nav-mobile>li>ul>li>ul>li {
		height: 35px;
		line-height: 35px;
	}
	.nav-mobile>li>ul>li>ul>li a  {
		display: block;
		text-decoration: none;
		padding-left: 40px;
		font-size: 0.75em;
	}

	.footbox {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
	}

	.flogo {
		margin-top: 50px;
		height: auto;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}

	.flogo img {
		display: block;
		margin: 0 auto;
		height: 25px;
	}

	.fico {
		margin-top: 50px;
		height: auto;
		text-align: left;
		font-size: 0;
	}

	.ficop {
		display: inline-block;
		width: 25%;
		height: 60px;
		margin-bottom: 15px;
		vertical-align: top;
		position: relative;
	}

	.ficop img.ico {
		display: block;
		height: 25px;
		margin: 0 auto;
	}

	.ficop p {
		display: none;
		width: 140px;
		height: 140px;
		padding: 5px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -80px;
		top: -150px;
		z-index: 100;
		-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.ficop p img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.ficop p::after {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		left: 50%;
		margin-left: -4px;
		top: 100%;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
	}

	.ficop span {
		display: block;
		line-height: 180%;
		font-size: 0.625rem;
		color: #666;
		text-align: center;
		margin-top: 10px;
		white-space: nowrap;
		overflow: hidden;
	}

	.fnav {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fnavc {
		width: 25%;
		height: auto;
		float: left;
		overflow: hidden;
	}

	.fnavc span,
	.fnavc a {
		display: block;
		padding-left: 15px;
		font-size: 0.7rem;
		line-height: 220%;
		text-decoration: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}

	.fnavc span {
		font-weight: bold;
	}

	.ftel {
		display: block;
		margin: 20px auto;
		max-width: 100%;
		max-height: 70px;
	}

	.fbq {
		width: 94%;
		height: auto;
		overflow: hidden;
		border-top: 1px solid #e5e5e5;
		padding: 10px 0 20px 0;
		margin: 0 auto;
	}

	.fbq>div {
		font-size: 0.625rem;
		line-height: 200%;
	}

	/* 通用轮播 */

	.swipebox {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		position: relative;
	}

	.swipe {
		width: 100vw;
		visibility: hidden;
		overflow: hidden;
		position: relative;
	}

	.swipeli {
		float: left;
		position: relative;
	}

	.swipelip {
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.swipelip img {
		display: block;
		width: 100%;
		height: auto;
	}

	.swipenavi {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pager em {
		display: inline-block;
		width: 10px;
		height: 10px;
		background: rgba(0, 0, 0, .2);
		margin: 0 5px;
		font-style: normal;
		overflow: hidden;
		font-size: 0px;
		border-radius: 50%;
		cursor: pointer;
	}

	.pager em.on {
		background: rgba(0, 0, 0, 1);
	}


	.dalislide {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}

	.dalislide ul {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.dalislide ul li {
		width: 100%;
		height: auto;
		position: absolute;
		left: 100%;
		top: 0;
	}

	.dalislide ul li img {
		display: block;
		width: 100%;
		height: auto;
	}

	.dalislide ul li .vodplay {
		width: 40px;
		height: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -20px;
		z-index: 100;
		cursor: pointer;
		background: url(http://en.kejian-gd.com/static/images/play.png) center no-repeat;
		background-size: contain;
		opacity: .7;
	}

	.vodbox {
		width: 100%;
		height: 100%;
		position: fixed;
		background: #000;
		left: 0;
		top: 0;
		z-index: 1001;
		display: none;
	}

	.vodbox video {
		display: block;
		width: 100%;
		height: 100%;
	}

	.vodbox span.closevod {
		display: block;
		width: 60px;
		height: 60px;
		background: url(http://en.kejian-gd.com/static/images/adclose.png) center no-repeat;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 102;
		cursor: pointer;
		opacity: 0.7;
	}

	.dalislide .banb {
		width: 100%;
		height: 15px;
		position: absolute;
		z-index: 10;
		bottom: 0;
		text-align: center;
		font-size: 0;
	}

	.dalislide .banb em {
		display: inline-block;
		vertical-align: middle;
		width: 4px;
		height: 4px;
		margin: 3px;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 50%;
		cursor: pointer;
		position: relative;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.dalislide .banb em.on {
		background: #333;
	}

	.slideleft,
	.slideright {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -30px;
		opacity: .5;
		z-index: 100;
		cursor: pointer;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
		display: none;
	}

	.secban {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.secban img {
		display: block;
		width: 100%;
		height: auto;
	}


	/* 页码 */
	.pagebox {
		padding: 30px 0;
		height: auto;
		overflow: hidden;
	}

	.pagination {
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.pagination a,
	.pagination p,
	.pagination span {
		display: inline-block;
		margin-right: 5px;
		padding: 0 20px;
		border: 1px #ddd solid;
		background: #fff;
		text-decoration: none;
		color: #666;
		font-size: 0.75em;
		line-height: 35px;
		border-radius: 3px;
		vertical-align: top;
	}

	.pagination span {
		cursor: pointer;
	}

	.pagination p.pageGo {
		/* border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; */
		cursor: pointer;
		padding: 0 10px;
		margin: 0;
	}

	.pagination input {
		display: inline-block;
		padding: 0;
		border: 1px solid #ddd;
		/* border-right: 0; 
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px; */
		background: #fff;
		color: #666;
		font-size: 0.75em;
		line-height: 35px;
		height: 35px;
		width: 70px;
		text-align: center;
		border-radius: 3px;
		margin-right: 5px;
		vertical-align: top;
	}

	.pagination p.pageRemark {
		display: block;
		margin-bottom: 10px;
		border: none;
		background: none;
		color: #666;
	}

	.pagination_all {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		display: none;
		text-align: center;
	}

	.pagination_all a {
		display: inline-block;
		width: 10%;
		line-height: 30px;
		background: #fff;
		border-radius: 3px;
		margin: 0 1% 5px 1%;
		text-decoration: none;
		overflow: hidden;
		font-size: 0.7em;
		color: #999;
	}

	.pagination_all a.on {
		background: #022658;
		color: #fff;
	}

}