.main-video {
	height: 300px;
	position: relative;
	overflow: hidden;
	min-width: 1000px;
}

.main-video .main-video-object {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}

.main-video .main-video-object video {
	width: 100%;
	position: relative;
	z-index: -1;
}

.main-video .img-cover {
	position: absolute;
	left: 20%;
	top: 0;
	width: 60%;
	/* height: 500px; */
	background-size: cover;
	background-position: top center;
}


.main-video .swiper-button-next,
.main-video .swiper-button-prev {
	background-repeat: no-repeat;
	width: 40px;
	height: 73px;
}

.main-video .swiper-button-next {
	background-image: url('home-video-next.png');
}

.main-video .swiper-button-prev {
	background-image: url('home-video-prev.png');
}

.main-video .cover-box {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: 72px;
	color: #fff;
	z-index: 1000;
	max-width: 600px;

	text-shadow: 4px 4px 10px #333;
}

.main-video h3 {
	font-size: 33px;
	padding-bottom: 5px;
}

.main-video h2 {
	font-size: 80px;
	position: relative;
}

.main-video h2:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #ffffff;
	bottom: -20px;
	left: 0;
}

.main-video .des {
	padding-top: 51px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}

.main-video .btn-box button {
	background-color: transparent;
	color: #fff;
	margin-top: 10px;
}

.main-video .btn-box button .yorkg-icon {
	vertical-align: -1px;
	margin-left: 4px;
}

.main-video .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, .3)
}

.main-video .swiper-pagination-bullet-active {
	background-color: #fff;
}

.main-video .swiper-container-horizontal>.swiper-pagination-bullets,
.main-video .swiper-pagination-custom,
.main-video .swiper-pagination-fraction {
	bottom: 50px;
}

.index-bg-inset {
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.index-bg-inset.right-bg {
	background-position: right 0;
}

.index-bg-inset.left-bg {
	background-position: left 0;
}








.xwdt {
	margin-bottom: 78px;
}

.xwdt .history-box .left-box {
	width: 640px;
	height: 400px;
}

.xwdt .history-box .left-box .img-box {
	float: left;
	margin-right: 20px;
}

.xwdt .history-box .img-box img {
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.xwdt .history-box .img-box img:hover {
	transform: scale(1.1);
}

.xwdt .history-box .right-box {
	width: 532px;
	height: 400px;
}

.des2 {
	padding-left: 0px;
	font-size: 16px;
	line-height: 26px;
}

.xwdt .news-item {
	padding-left: 0px;
	position: relative;
	margin-bottom: 20px;
}

.xwdt .news-item:hover .big-title {
	color: #e77817;
}

.xwdt .moon {
	float: left;
	width: 50px;
	height: 60px;
	color: #333;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -8px;
}

.xwdt .moon:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: #ff8a00;
	right: 0;
	top: 12px;
}

.xwdt .moon .year {
	font-size: 10px;
	position: relative;
	top: -7px;
}

.xwdt .moon .mon {
	font-size: 36px;
	font-family: 'impact';

}

.xwdt .news-title {
	font-size: 18px;
	color: #333;
}

.xwdt .con .des {
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
	box-sizing: content-box;
	position: relative;
	color: #666666;
}

@media all and (min-width: 800px) {
	.xwdt .news-item.active .big-title {
		/*font-weight: bold;*/
	}

	.xwdt .news-item.active {
		padding-left: 0px;
	}

	.xwdt .news-item.active .news-title {
		font-size: 22px;
		padding-bottom: 6px;
	}

	.xwdt .news-item.active .moon {
		display: none;
	}

	.xwdt .news-item.active .con .des {
		background-color: #fff;
		padding: 15px;
		height: auto;
		border-bottom: none;
		white-space: inherit;
		border-radius: 6px;
		overflow: inherit;
		color: #333;
		font-size: 15px;
		line-height: 31px;
	}

	.xwdt .news-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.xwdt .news-item .con .des:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 7px;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #f4e82a;
	left: 62px;
	top: -14px;
}

.xwdt .news-item a {
	color: inherit;
}

.xwdt .news-item a:hover {
	text-decoration: none;
}

.xwdt .news-item:last-child .des {
	border-bottom: none;
}

.hzhb {
	margin-bottom: 60px;
}

.hzhb img {
	width: 100%;
	border: 1px solid #e1e1e1;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.hzhb img:hover {
	transform: scale(1.05);
	border-color: #e77817;
}

.hzhb .item {
	margin-bottom: 20px;
	padding: 0 10px;
}



.hzhb .row {
	margin-left: -10px;
	margin-right: -10px;
}

.contentCommon {
	width: 90%;
	margin: 0 auto;
	padding: 0px 0 50px;
	color: #222;
	margin-top: 40px;
}

.contentCommon img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	width: 700px;
}

.contentCommon h2 a {
	color: #222;
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
}

.contentCommon p {
	line-height: 30px;
	color: #222;
	margin-top: 30px;
}

.contentCommon ul li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.contentCommon td {
	border-top: 1px solid #e6e6e6;
	padding: 10px 10px 8px 0;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
}

#comMain1 {
	width: 100%;
	margin: auto;
	height: 60px;
	background: #FFF;
	border: 1px #DDD solid;
	text-align: left;
	margin-top: 30px;
}

.jobName {
	float: left;
	width: 600px;
	height: 30px;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}

.jobName1 {
	float: left;
	width: 590px;
	height: 30px;
	line-height: 30px;
	font-size: 15pt;
	font-family: "黑体";
	text-decoration: none;
	font-weight: 500;
	color: #FF6600;
}

.jobName2 {
	float: left;
	width: 590px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

#comMain2 {
	width: 100%;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
}

.jobContent {
	float: left;
	width: 100%;
	border: #DDD 1px solid;
	padding: 14px;
	padding-top: 10px;
	background-color: white;
}

.jobdetail {
	float: left;
	width: 100%;
	text-align: left;
	color: #444;
	font-size: 14px;
}

.jobdetail ul li {
	float: left;
	width: 33.3%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #DFDFDF dashed;
	margin: 0;
}

.jobdetail p {
	float: left;
	width: 950px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #DFDFDF dashed;
	padding: 5px 0px;
	margin: 0;
}

.jobdetail dl {
	float: left;
	width: 950px;
	margin: 0px;
	text-align: left;
}

.jobdetail dl dt {
	float: left;
	width: 950px;
	height: 25px;
	line-height: 25px;
	padding: 5px 0px;
}

.jobdetail dl dt i {
	font-style: normal;
	font-weight: bold;
	color: #009900;
}

.jobdetail dl dd {
	float: left;
	width: 950px;
	line-height: 25px;
	text-align: left;
	margin: 0px;
	border-bottom: 1px #DFDFDF dashed;
	padding: 5px 0px;
}

.jobTitle {
	float: left;
	width: 950px;
	height: 35px;
	line-height: 35px;
	text-align: left;
}

.jobTitle span {
	float: left;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
}

.jobdesc {
	float: left;
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	word-break: break-all;
	overflow: auto;
	line-height: 25px;
	font-size: 14px;
}

.login {
	position: absolute;
	width: 300px;
	height: 50px;
	right: 0px;
	top: 30px;
	text-align: right;
}

.map .dingwei {
	/* position: absolute; */
	z-index: 1;
	/*right: 239px;
    top: 181px;*/
	margin-left: 81%;
	margin-top: -32%;
	margin-bottom: 420px;
	cursor: pointer;
}

.map .addr-name {
	display: none;
	position: absolute;
	z-index: 1;
	margin-left: 75%;
	margin-top: -36%;
	width: 171px;
	height: 39px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background: url(../img/addr-bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.chongzhi_table tr {
	height: 50px;
	text-align: left;
}

.chongzhi_table tr td label {
	color: red;
	margin-right: 10px;
}

.chongzhi_table tr td label span {
	color: black;
}

.chongzhi_table tr td label input {
	appearance: checkbox;
	height: 15px;
	width: 15px;
}

.show_zhifu_div {
	display: none;
	text-align: center;
	position: absolute;
	z-index: 1000;
	width: 3000px;
	height: 1500px;
	top: -140%;
	left: -100%;
	background-color: #DDD;
	opacity: 0.95;
	padding-top: 200px;
}

.show_zhifu_div p{
	opacity: 1;
	background-color: #DDD;
}

.game-desc-title{
	font-size: 18px;
}

.game-desc a{
	font-size: 14px;
}

.game-desc .vip-span{
	color: red;
	font-weight: bolder;
}

.privacy_div{
	width: 1200px;
	margin: 30px auto;
}
.tittle_agile_w3{
	text-align: center;
	height: 80px;
}