@charset "gbk";
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body,html{
	max-width: 1920px;
	min-width: 768px;
	height: auto;
	overflow-x: hidden;
}
body{
	font-family: "微软雅黑";
	/*-webkit-text-size-adjust: none;
	-webkit-user-select: none;*/
	-webkit-tap-highlight-color: transparent;
	background: #fff;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
input {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-appearance: none;
	border-radius:0;
}
ul,
ol,
li {
	list-style: none;
}
i,em,dfn{
	font-style: normal;
}
.hid {
	display: none!important;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.dis_b{
	display: block;
}
.dis_i{
	display: inline-block;
	vertical-align: middle;
}

.warp{
	width: 100%;
	max-width: 1920px;
	min-width: 768px;
}
.sprite{
	background: url(../images/sprite.png) no-repeat;
}
/**顶部通栏**/
.header{
	width: 100%;
	height: 70px;
}
.head_box{
	width: 100%;
	height: 70px;
	background:#faf8f9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	font-size: 0;
	text-align: center;
}
.head_box.fixed{
	position: fixed;	
}
.head_box ul{
	height: 70px;
}
.head_box ul li{
	min-width: auto;
	height: 70px;
	display: inline-block;
	position: relative;
}
.head_box ul li .nav{
	display: inline-block;
	height: 24px;
	color: #848484;
	font-size: 16px;
	line-height: 24px;
	margin: 23px 30px;
}
.head_box ul li:nth-child(3){
	margin-right: 60px;
}
.head_box ul li:nth-child(4){
	margin-left: 60px;
}
.head_box ul li .nav:hover,
.navSlide div a:hover,
.headerNavBoxRight li .nav:hover,
.headerNavBox .navSlide div a:hover{
	color: #1ea9be;
}
.head_box ul li .nav:before,
.headerNavBoxRight li .nav:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 4px;
}
.head_box ul li:nth-child(1) .nav:before,
.headerNavBoxRight li:nth-child(1) .nav:before{
	background-position: 0 -76px;
}
.head_box ul li:nth-child(1) .nav:hover:before,
.headerNavBoxRight li:nth-child(1) .nav:hover:before{
	background-position: -24px -76px;
}
.head_box ul li:nth-child(2) .nav:before,
.headerNavBoxRight li:nth-child(2) .nav:before{
	background-position: -48px -75px;
}
.head_box ul li:nth-child(2) .nav:hover:before,
.headerNavBoxRight li:nth-child(2) .nav:hover:before{
	background-position: -72px -75px;
}
.head_box ul li:nth-child(3) .nav:before,
.headerNavBoxRight li:nth-child(3) .nav:before{
	background-position: -111px 1px;
}
.head_box ul li:nth-child(3) .nav:hover:before,
.headerNavBoxRight li:nth-child(3) .nav:hover:before{
	background-position: -111px -23px;
}
.head_box ul li:nth-child(4) .nav:before,
.headerNavBoxRight li:nth-child(4) .nav:before{
	background-position: -111px -48px;
}
.head_box ul li:nth-child(4) .nav:hover:before,
.headerNavBoxRight li:nth-child(4) .nav:hover:before{
	background-position: -111px -72px;
}
.head_box ul li:nth-child(5) .nav:before,
.headerNavBoxRight li:nth-child(5) .nav:before{
	background-position: 0 -99px;
}
.head_box ul li:nth-child(5) .nav:hover:before,
.headerNavBoxRight li:nth-child(5) .nav:hover:before{
	background-position: -24px -99px;
}
.head_box ul li:nth-child(6) .nav:before,
.headerNavBoxRight li:nth-child(6) .nav:before{
	background-position: -48px -98px;
}
.head_box ul li:nth-child(6) .nav:hover:before,
.headerNavBoxRight li:nth-child(6) .nav:hover:before{
	background-position: -72px -98px;
}
.header .logo{
	width: 100px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	cursor: pointer;
}
.navSlide{
	width: 100%;
	background: rgba(255,255,255,.6);
	top: 70px;
	left: 0;
	display: none;
}
.navSlide div{
	text-align: center;
}
.navSlide div:last-child a{
	border-bottom: none;
}
.navSlide div a{
	display: inline-block;
	width: 80%;
	min-height: 45px;
	color: #848484;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
}
.navSlide div .aCode{
	background: #fff;
	margin: 10px 0;
}
.navSlide div .aCode span{
	color: #000;
	font-size: 12px;
	line-height: 25px;
	width: 100%;
	margin: -10px auto 0;
}
.navSlideCode div:last-child{
	margin-top: -10px;
}
.head_box ul li:hover .navSlide,
.headerNavBox ul li:hover .navSlide{
	display: block;
	animation: fadeInUp .5s forwards;
}
@keyframes fadeInUp{
	from{
		transform: translateY(-10px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}
/**内页导航**/
.insideHeader{
	max-width: 1920px;
	min-width: 768px;
	height: 463px;
}
.insideTop{
	width: 1920px;
	height: 463px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.headerNav{
	width: 100%;
	height: 79px;
	background: rgba(26,22,47,.4);
	top: 0;
	left: 0;
	z-index: 11;
}
.headerNavBox{
	width: 1200px;
	height: 79px;
	margin: 0 auto;
	font-size: 0;
}
.iconLogo{
	width: 100px;
	height: 79px;
	vertical-align: top;
}
.iconLogo .icon_logo{
	width: 270px;
	top: 12px;
	left: 0;
}
.iconLogo .icon_logo img{
	width: 96px;
	height: 96px;
}
.iconLogo .icon_logo .icon_cont{
	width: 140px;
	vertical-align: top;
	margin-left: 17px;
}
.iconLogo .icon_logo .icon_cont span{
	color: #fff;
	font-size: 20px;
	line-height: 27px;
}
.iconLogo .icon_logo .icon_cont em{
	color: #d3cfd4;
	font-size: 16px;
	line-height: 20px;
}
.headerNavBoxRight{
	width: 930px;
	font-size: 0;
	text-align: right;
}
.headerNavBoxRight li{
	min-width: auto;
	height: 79px;
	display: inline-block;
	position: relative;
}
.headerNavBoxRight li .nav{
	display: inline-block;
	height: 24px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 27.5px 30px;
}
.headerNavBox .navSlide{
	background: rgba(26,22,47,.6);
	top: 79px;
}
.headerNavBox .navSlide div a{
	color: #fff;
	font-size: 14px;
}

/**底部版权**/
.footer {
    float: left;
    width: 100%;
    min-width: 1000px;
    position: relative;
    padding: 90px 0 10px 0;
    overflow: hidden;
    height: 100px;
    color: #000;
    background: url(../images/bg1.jpg) 50% 0 no-repeat;
}
.footer .wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.footer .wrap .ti {
    text-indent: -999em;
}
.footer .f_link {
    display: inline;
    float: left;
    width: 270px;
    height: 52px;
    margin: 30px 0 0 12px;
   
}
.footer .f_link a {
    float: left;
    height: 52px;
}
.footer .f_link a.jbt_link {
    width: 125px;
}
.footer .f_link a.ltyx_link {
    width: 140px;
}
.footer .f_txt {
    float: left;
    padding: 14px 0 0 10px;
    color: #000;
}
.footer .f_txt p {
    height: 24px;
    font: 400 12px/2em '\5FAE\8F6F\96C5\9ED1',tahoma,sans-serif;
}
.footer .f_txt p a {
    color: #000;
    text-decoration: none;
}
.footer .f_txt p a:hover {
    color: #7b7f82;
    text-decoration: underline;
}
.footer .f_txt p a img {
    vertical-align: middle;
}
.footer .f_txt p a:hover img {
    text-decoration: none;
}
.footer .f_txt p span {
    font-family: Arial;
}
.footer_m{
	width: 100%;
	text-align: center;
	background: #fff;
    padding: 15px 0;
    display: none;
}
.footer_m p{
	color: #959595;
    line-height: 23px;
    font-size: 14px;
}
.footer_m p a{
	color: #959595;
}
.swiper-container,.swiper-slide{
	width: 100%;
	height: 100%;
}
.videoMask,
.pictureMask,
.customerMask,
.gameStrategyMask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.video{
	width: 700px;
	height: 394px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -197px 0 0 -350px;
	z-index: 9999;
	display: none;
}
.video #video{
	width: 700px;
	height: 394px;
}
.picture{
	width: 768px;
	height: 500px;
	background: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -384px;
	z-index: 9999;
	display: none;
}
.picture img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.popCommon{
	width: 309px;
	height: 301px;
	background: url(../images/popCommon.png) no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150.5px 0 0 -154.5px;
	z-index: 9999;
	display: none;
}
.popCommon .popClose{
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat;
	top: -26px;
	right: -28px;
	text-indent: -999em;
	transition: all .3s;
}
.popCommon .popClose:hover{
	transform: rotate(180deg);
}
.popCommon img{
	width: 181px;
	border: 2px solid #dac9ae;
	display: block;
	margin: 37px auto 10px;
}
.popCommon p{
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 23px;
}
/**ipad pro**/
@media only screen and (max-width:1199px) and (min-width:992px){
	#topBar{
		display: none;
	}
	.head_box ul li .nav{
		margin: 23px 20px;
	}
	.headerNavBox{
		width: 990px;
	}
	.headerNavBoxRight{
		width: 720px;
	}
	.headerNavBoxRight li .nav{
		margin: 27.5px 15px;
	}
}
/**ipad**/
@media only screen and (max-width:991px) and (min-width:768px) {
	#topBar,
	.footer,
	.headerNavBoxRight li:last-child{
		display: none;
	}
	.footer_m{
		display: block;
	}
	.head_box ul li .nav{
		margin: 23px 10px;
	}
	.headerNavBox{
		width: 750px;
	}
	.headerNavBoxRight{
		width: 480px;
	}
	.headerNavBoxRight li .nav{
		margin: 27.5px 8px;
	}
	.navSlide div .aCode span{
		font-size:10px;
	}
}
