* {
	box-sizing: border-box;
}

html, body {
	position: relative;
	height: 100%;
	background: url(../images/bigScreen/bg2.jpg) 0 0 no-repeat;
	background-size: cover;
}

.header {
	height: 63px;
	line-height: 63px;
	color: #fff;
	background: url(../images/bigScreen/headBg.jpg) center repeat-x;
}

.header .logo {
	margin-left: 30px;
	padding-left: 107px;
	line-height: 63px;
	font-size: 26px;
	font-weight: bold;
	background: url(../images/bigScreen/logo.png) 0 center no-repeat;
}

.header .mixed {
	margin-right: 30px;
	font-size: 14px;
}

.header .mixed a {
	height: 34px;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 34px;
}

.header .mixed .login {
	margin: 15px 0px 0;
	padding-left: 42px;
	width: 123px;
	background: url(../images/bigScreen/user.png) 18px center no-repeat;
}

.header .mixed .setting {
	margin-top: 15px;
	padding-left: 43px;
	width: 115px;
	background: url(../images/bigScreen/setting.png) 16px center no-repeat;
}

.border {
	position: relative;
	padding-top: 29px;
}

.border:before {
	position: absolute;
	top: 29px;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 1px;
	background-color: #1383e7;
}

.border .corner {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 0 17px 0 15px;
	height: 32px;
	line-height: 29px;
	font-size: 18px;
	background: url(../images/bigScreen/corner.png) 0 0 no-repeat,
		url(../images/bigScreen/slash.png) right 0 no-repeat,
		url(../images/bigScreen/chunk.png) 16px bottom no-repeat;
}

.border .corner::before {
	position: absolute;
	top: 0;
	left: 19px;
	right: 17px;
	display: block;
	content: "";
	height: 1px;
	background: url(../images/bigScreen/border.jpg) 0 0 no-repeat;
}

.border .line {
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #1383e7;
}

.border .inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #1383e7;
}

.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 63px;
	bottom: 0;
	overflow: hidden;
}

.swiper-container {
	height: 100%;
}

.special_two, .special_one {
	position: relative;
	padding-bottom: 10px;
	margin: 0 18px;
	height: inherit;
}

.special_one .half {
	height: 50%;
	padding-top: 20px;
}

.special_one .left {
	width: 40%;
	height: 100%;
}

.special_one .left .tabHead {
	padding-top: 25px;
	font-size: 0;
	text-align: center;
}



.special_one .left .tabHead span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #7ca9ff;
	line-height: 26px;
	border: 1px solid transparent;
	vertical-align: top;
	cursor: pointer;
	border-radius: 28px;
}



.special_one .right .tabHead span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #7ca9ff;
	line-height: 26px;
	border: 1px solid transparent;
	vertical-align: top;
	cursor: pointer;
	border-radius: 28px;
}


.special_one .right .tabHead span.active {
	background-color: #001cad;
	border-color: #4665f5;
}

.special_one .left .tabHead span.active {
	background-color: #001cad;
	border-color: #4665f5;
}

.special_one .right .tabBody {
	position: absolute;
	top: 53px;
	left: 0;
	bottom: 0;
	right: 0;
}

.special_one .left .tabBody {
	position: absolute;
	top: 53px;
	left: 0;
	bottom: 0;
	right: 0;
}

.special_one .right {
	padding-left: 18px;
	width: 60%;
	height: 100%;
}

.special_one .right .border {
	height: inherit;
}

.special_one .subright {
	margin-left: 350px;
	height: 100%;
}

.special_one .subleft {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 290px;
	height: inherit;
}

.special_one .subleft::after {
	position: absolute;
	top: 25px;
	right: -25px;
	bottom: 15px;
	display: block;
	content: "";
	border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.special_one .subleft h4 {
	margin-top: 15px;
	padding-left: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #0022db url(../images/bigScreen/count.png) right bottom
		no-repeat;
}

.special_one .subleft .number {
	margin-top: 15px;
	font-size: 0;
	line-height: 45px;
}

.special_one .subleft .number .flop {
	display: inline-block;
	margin-right: 5px;
	font-size: 28px;
	font-weight: bold;
	width: 31px;
	color: #fff;
	text-align: center;
	background: url(../images/bigScreen/Flop.png) 0 0 no-repeat;
	vertical-align: top;
}

.special_one .subleft .number .comma {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.special_one .subleft .number em {
	margin-top: 27px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	vertical-align: bottom;
}

.special_one .subleft .list {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.special_one .subleft .list em {
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #00ffd5;
}

.special_one .bottom {
	height: 100%;
}

.special_one .bottom .subleft {
	width: 300px;
}

.special_one .bottom .subleft::after {
	right: -35px;
}

.special_one .bottom .subleft .list {
	line-height: 40px;
}

.special_one .bottom .subright {
	margin-left: 370px;
}

.special_two .top {
	padding-top: 20px;
	height: 100%;
}

.special_two .left {
	padding-right: 20px;
	width: 65%;
	height: 100%;
}

.special_two .left .border {
	height: 100%;
}

.special_two .left .subleft {
	position: relative;
	float: left;
	width: 45%;
	height: inherit;
}

.special_two .left .subleft::after {
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	display: block;
	content: "";
	border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.special_two .left .subleft .tabHead {
	padding-top: 15px;
	font-size: 0;
	text-align: center;
}

.special_two .left .subleft .tabHead span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #7ca9ff;
	line-height: 26px;
	border: 1px solid transparent;
	vertical-align: top;
	cursor: pointer;
	border-radius: 28px;
}

.special_two .left .subleft .tabHead span.active {
	font-weight: bold;
	color: #00fcff;
	background-color: #001cad;
	border-color: #4665f5;
}

.special_two .left .subleft .tabBody {
	position: absolute;
	top: 53px;
	left: 0;
	bottom: 0;
	right: 0;
}

.special_two .left .subright {
	float: left;
	width: 55%;
	height: inherit;
}

.special_two .left .subright .halfH {
	position: relative;
	height: 50%;
	overflow: hidden;
}

.special_two .left .subright .halfH.special::after {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	display: block;
	content: "";
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.special_two .left .subright .subtitle {
	padding: 0 12px 0 22px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.special_two .left .subright .subtitle i {
	display: inline-block;
	margin: 8px 7px 0 0;
	width: 4px;
	height: 14px;
	background-color: #00d8ff;
	vertical-align: top;
}

.special_two .left .subright .subinner {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
}

.special_two .left .subright input {
	padding-left: 10px;
	width: 104px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	border: 1px solid rgba(150, 177, 255, 0.3);
	background: transparent url(../images/bigScreen/time.png) right center
		no-repeat;
	cursor: pointer;
}

.special_two .left .subright input::-ms-clear,::-ms-reveal{
	display:none;
}

.special_two .right {
	position: relative;
	width: 35%;
	height: 100%;
}

.special_two .right::after {
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	display: block;
	content: "";
	border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.special_two .right .tabHead {
	padding-top: 15px;
	font-size: 0;
	text-align: center;
}

.special_two .right .tabHead span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #7ca9ff;
	line-height: 26px;
	border: 1px solid transparent;
	vertical-align: top;
	cursor: pointer;
	border-radius: 28px;
}

.special_two .right .tabHead span.active {
	font-weight: bold;
	color: #00fcff;
	background-color: #001cad;
	border-color: #4665f5;
}

.special_two .right .tabBody {
	position: absolute;
	top: 43px;
	left: 0;
	bottom: 0;
	right: 0;
}

.special_two .right .tabBody .halfH {
	position: relative;
	height: 50%;
	overflow: hidden;
}

.special_two .right .tabBody .halfH.special::after {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	display: block;
	content: "";
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.special_two .right .tabBody .con {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
}

.special_two .right .tabBody .halfW {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}

.special_two .right .subtitle {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.special_two .right .subtitle i {
	display: inline-block;
	margin: 8px 7px 0 0;
	width: 4px;
	height: 14px;
	background-color: #00d8ff;
	vertical-align: top;
}

.special_two .right input {
	padding-left: 10px;
	width: 104px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	border: 1px solid rgba(150, 177, 255, 0.3);
	background: transparent url(../images/bigScreen/time.png) right center
		no-repeat;
	cursor: pointer;
}

.special_two .right input::-ms-clear,::-ms-reveal{
	display:none;
}

.special_two .right .table_cell {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 20%;
	width: 110px;
	color: #fff;
	text-align: right;
	line-height: 24px;
	transform: translate3d(-50%, -50%, 0);
	box-sizing: content-box;
	font-size: 13px;
}

.special_two .right .table_cell em {
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #00ffd5;
}

.special_two .right .circle_1 {
	background: url(../images/bigScreen/circle_1.png) 0 center no-repeat;
}

.special_two .right .circle_2 {
	background: url(../images/bigScreen/circle_2.png) 0 center no-repeat;
}

.special_two .right .circle_3 {
	background: url(../images/bigScreen/circle_3.png) 0 center no-repeat;
}

.special_two .right .circle_4 {
	background: url(../images/bigScreen/circle_4.png) 0 center no-repeat;
}

@media ( min-width : 1680px) {
	.special_one .subleft h4 {
		margin-top: 30px;
		font-size: 16px;
		line-height: 45px;
	}
	.special_one .subleft .number {
		margin-top: 30px;
	}
	.special_one .subleft .list {
		font-size: 18px;
		line-height: 40px;
	}
	.special_one .subleft .list em {
		font-size: 20px;
	}
	.special_one .bottom .subleft .list {
		line-height: 40px;
	}
	.special_two .right .table_cell {
		padding-left: 30%;
		width: 150px;
		font-size: 18px;
		line-height: 50px;
		background-size: 64px 64px;
	}
	.special_two .right .table_cell em {
		font-size: 22px;
	}
}

@media ( min-width : 1920px) {
	.special_one .subleft h4 {
		margin-top: 50px;
		font-size: 20px;
		line-height: 60px;
	}
	.special_one .subleft .number {
		margin-top: 50px;
	}
	.special_one .subleft .list {
		font-size: 20px;
		line-height: 50px;
	}
	.special_one .subleft .list em {
		font-size: 22px;
	}
	.special_one .bottom .subleft {
		width: 350px;
	}
	.special_one .bottom .subleft::after {
		right: -35px;
	}
	.special_one .bottom .subleft .number .flop {
		margin-right: 10px;
	}
	.special_one .bottom .subleft .list {
		line-height: 50px;
	}
	.special_one .bottom .subright {
		margin-left: 420px;
	}
	.special_two .right .table_cell {
		width: 180px;
		font-size: 22px;
		line-height: 65px;
		background-size: 86px 86px;
	}
	.special_two .right .table_cell em {
		font-size: 26px;
	}
}

video {
	object-fit: fill;
}

.swiper-pagination-bullet {
	margin: 16px 8px;
	width: 10px;
	height: 10px;
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 12px 6px;
}

.swiper-pagination-bullet-active {
	background: #00bbee;
	border-color: #00bbee;
}

.video-con {
	position: relative;
	height: 100%;
}

.video-con .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: #000;
	opacity: 0.2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-con .video-btn {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 230px;
	width: 50px;
	height: 50px;
	color: #fff;
	cursor: pointer;
}

.video-con .video-btn .iconfont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	transition: all 0.5s;
}

.video-con .video-btn .pause-btn {
	opacity: 1;
	z-index: 101;
}

.video-con .video-btn .play-btn {
	opacity: 0;
	z-index: 100;
}

.video-con .video-btn.pause .play-btn {
	opacity: 1;
	z-index: 101;
}

.video-con .video-btn.pause .pause-btn {
	opacity: 0;
	z-index: 100;
}

.video-con .welcome {
	position: absolute;
	display: block;
	margin: -34px 0 0 -20px;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 101;
}

.swiper-slide {
	overflow: hidden;
}