*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei',"Arial";
}
a{
	text-decoration: none!important;
}
li{
	list-style-type: none!important;
}
.main{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #202241;
}
h2{
	font-size: 2.5vw;
	color: #fff !important;
	text-align: center;
	position: relative;
	padding-top: 1vw;
}
.emails{
	position: fixed;
	width: 2.5%;
	right: 15vw;
    top: 6vw;
	z-index: 999;
	background: url(../img/email_bg.png) no-repeat;
	background-size: 100% 100%;
}
.emails a{
	display: block;
}
.emails img{
	width: 100%;
}
.tele{
	width: 85%;
    margin: 0 auto;
    margin-top: 0.2vw;
}
.skpe{
	width: 95%;
    margin: 0 auto;
    margin-top: 1vw;
}
.return_top{
	width: 90%;
    margin: 0 auto;
    margin-top: 1vw;
}
/* 导航 */
.header{
	width: 100%;
	height: 4.5vw;
	line-height: 4.5vw;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 11111111;
}
.header_content{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.logo{
	display: block;
	width: 7.5vw;
	float: left;
	margin-right: 3vw;
}
.logo img{
	width: 100%;
}
.nav{
	float: left;
}
.nav li{
	display: inline-block;
	position: relative;
}
.nav li a{
	font-size: 1.05vw;
	color: #fff;
	padding: 0 1.3vw;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
}
.nav li a:before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #868890;
	position: absolute;
	left: 0;
	top: 0;
}
.nav li:first-child a:before{
	display: none;
}
.nav li.active a{
	color: #41d5f6;
}
.nav li.active:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #41d5f6;
	position: absolute;
	bottom: 0.3vw;
	left: 0;
}
.nav li a:hover{
	color: #41d5f6;
}
.langs{
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
/* .langs a{
	width: 1.8vw;
	display: block;
	float: left;
	margin-left: 0.5vw;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.langs a:hover{
	opacity: 1;
}
.langs a img{
	width: 100%;
}
.langs .active{
	opacity: 1;
} */

/* 包网 */
.packet-net{
	width: 100%;
	overflow: hidden;
	background: url(../img/packet_bg.jpg) no-repeat;
	background-size: 100% auto;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.packet_items{
	width: 62.5%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -9vw;
}
.packet_item{
	width: 22%;
	margin: 0 1.5%;
	float: left;
	margin-bottom: 4vw;
}
.packet_item:nth-child(4n+1){
	clear: both;
}
.packet_pic{
	display: block;
	width: 45%;
	margin: 0 auto;
}
.packet_title{
	font-size: 1.3vw;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 2vw;
	margin-bottom: 1vw;
}
.packet_info{
	font-size: 0.8vw;
	color: #d9d9d9;
	padding: 0 0.3vw;
}

/* 游戏产品 */
.product{
	width: 100%;
	overflow: hidden;
	background-color: #0e1123;
	padding-top: 1vw;
}
.product_content{
	width: 100%;
	overflow: hidden;
}
.product_nav{
	width: 100%;
	margin: 0 auto;
	background: url(../img/product_navbg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	margin-top: 2vw;
}
.product_nav  ul{
	display: block;
	width: 62.5%;
	margin: 0 auto;
	padding: 2vw 0;
}
.product_nav li{
	display: inline-block;
	padding: 0 1.78vw;
	position: relative;
}
.product_nav li:before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #bababe;
	position: absolute;
	top: 0;
	left: 0;
}
.product_nav li:first-child:before{
	display: none;
}
.product_nav li a{
	font-size: 1.1vw;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	padding: 0 1vw;
	position: relative;
}
.product_nav li.active a:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #41d5f6;
	position: absolute;
	bottom: -2vw;
	left: 0;
}
.product_nav li a:hover{
	font-weight: bold;
}
.product_nav li.active a{
	color: #41d5f6;
	font-weight: bold;
}
.product_bor{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product_items{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.product_item{
	width: 100%;
	overflow: hidden;
}

/* 电子游戏 */
.pro1{
	padding-top: 3.5vw;
	background: url(../img/product1_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.pro1 .product_mg{
	padding-bottom: 7vw;
}
.product_mg{
	width: 62.5%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.pro1 .item_left{
	width: 50%;
	float: left;
}
.pro1 .item_left img{
	display: block;
	width: 100%;
}
.pro1 .item_left img:nth-child(2){
	width: 85%;
	margin-left: 10%;
	margin-top: 0.5vw;
}
.pro1 .item_right{
	width: 50%;
	float: left;
	padding-top: 5vw;
}
.pro_title{
	font-size: 1.5vw;
	color: #fff;
	font-weight: bold;
	padding: 0 5%;
}
.pro_info{
	font-size: 14px;
	line-height: 25px;
	color: #b3b3b3;
	text-indent: 2em;
	padding: 0 5%;
	margin-top: 1.5vw;
}
.pro1_lists{
	width: 100%;
	overflow: hidden;
	margin-top: 3.5vw;
}
.pro1_list{
	width: 22%;
	margin: 0 1.5%;
	overflow: hidden;
	float: left;
}
.pro1_list img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.pro1_list p{
	font-size: 0.8vw;
	color: #fff;
	text-align: center;
	margin-top: 1vw;
}

/* 捕鱼游戏 */
.pro2{
	background: url(../img/product2_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 3vw;
	padding-bottom: 7vw;
	position: relative;
	display: none;
}
.product2_12{
	position: absolute;
	top: -13vw;
    width: 40%;
}
.product2_13{
	position: absolute;
	width: 6%;
    top: 19vw;
    left: 10vw;
}
.product2_14{
	position: absolute;
	width: 14%;
    top: 19vw;
    left: 8vw;
}
.product2_15{
	position: absolute;
	width: 5%;
    right: 13vw;
    top: 13vw;
}
.pro2 .item_left{
	width: 60%;
	float: left;
	padding: 0 7%;
	padding-top: 3vw;
}
.pro2_lists{
	width: 100%;
	overflow: hidden;
	margin-top: 3vw;
}
.pro2_list{
	width: 18%;
	margin: 0 1%;
	float: left;
	text-align: center;
	margin-top: 0.8vw;
}
.pro2_list img{
	width: 100%;
	border-radius: 0.5vw;
}
.pro2 .item_right{
	width: 40%;
	float: left;
}
.pro2 .item_right img{
	width: 100%;
	margin: 0 auto;
}

/* 棋牌游戏 */
.pro3{
	background: url(../img/product3_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 3vw;
	position: relative;
	display: none;
}
.pro3 .product_mg{
	padding-bottom: 7vw;
}
.pro3 .pro_title,.pro3 .pro_info{
	padding: 0 0;
}
.product3_3{
	position: absolute;
    top: 15vw;
    z-index: 1;
    left: 29vw;
    width: 15%;
}
.product3_4{
	position: absolute;
    width: 8%;
    right: 0vw;
    top: 12vw;
}
.product3_5{
	position: absolute;
    width: 37%;
    left: 34vw;
    top: 0vw;
}
.pro3 .item_left{
	width: 60%;
	float: left;
	overflow: hidden;
	position: relative;
}
.product3_1{
	position: relative;
	width: 100%;
}
.product3_2{
	position: absolute;
    width: 55%;
    top: 1vw;
    z-index: 3;
    left: 9vw;
}
.pro3 .item_right{
	width: 40%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 5vw;
}
.right_item{
	width: 100%;
	overflow: hidden;
	margin-top: 2vw;
}
.right_left{
	float: left;
	width: 10%;
	margin-right: 5%;
}
.right_left img{
	width: 100%;
}
.right_right{
	float: left;
	width: 80%;
}
.pro_info2{
	font-size: 0.9vw;
	color: #fff;
	margin-bottom: 0;
}
.pro_info3{
	font-size: 14px;
	color: #b3b3b3;
}

/* 真人视讯 */
.pro4{
	background: url(../img/product4_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 3vw;
	position: relative;
	padding-bottom: 7vw;
	display: none;
}
.product4_13{
	position: absolute;
	width: 85%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transition: translateX(-50%);
	-moz-transition: translateX(-50%);
	-ms-transition: translateX(-50%);
	-o-transition: translateX(-50%);
}
.pro4 .item_left{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.pro4 .item_left .pro_title{
	text-align: center;
}
.pro4 .item_right{
	width: 100%;
	overflow: hidden;
	margin-top: 2.5vw;
}
.pro4_item{
	width: 14.66%;
	margin: 0 1%;
	float: left;
	text-align: center;
	margin-top: 0.5vw;
	position: relative;
}
.pro4_item img{
	width: 100%;
} 
.pro4_item p{
	width: 80%;
	font-size: 0.9vw;
	color: #fff;
	margin-top: 0.3vw;
	position: absolute;
	left: 50%;
	bottom: 0vw;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pro4_item .niuniu{
	width: 50%;
	position: absolute;
	left: -1vw;
	bottom: 0;
}

/* 体育竞技 */
.pro5{
	background: url(../img/product5_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 3vw;
	position: relative;
	display: none;
}
.pro5 .product_mg{
	padding-bottom: 7vw;
}
.pro5 .item_left{
	width: 50%;
	padding: 0 5%;
	margin-left: 5%;
}
.pro5 .item_left .pro_title,.pro5 .item_left .pro_info{
	padding: 0 0;
}
.pro5 .pro_info2{
	font-size: 0.9vw;
	margin-top: 2vw;
	margin-bottom: 1vw;
}
.pro5 .pro_info3{
	font-size: 14px;
	color: #b3b3b3;
	position: relative;
	padding-left: 8%;
}
.pro5 .pro_info3:before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b3b3b3;
	position: absolute;
	top: 7px;
	left: 1.4vw;
}

/* 电子竞技 */
.pro6{
	background: url(../img/product6_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 3vw;
	position: relative;
	display: none;
}
.pro6{
	padding-bottom: 3vw;
}
.pro6 .item_left{
	width: 50%;
	float: left;
	position: relative;
}
.product6_1{
	position: relative;
	width: 80%;
	margin-left: 20%;
	z-index: 1;
}
.product6_2{
	width: 60%;
    position: absolute;
    right: 4vw;
    top: 0;
    z-index: 0;
}
.pro6 .item_right{
	width: 50%;
	float: left;
	padding-top: 6vw;
}
.pro6 .pro_title,.pro6 .pro_info{
	width: 55%;
	padding: 0 0;
}
.product6_3{
	width: 55%;
}

/* 服务流程 */
.service{
	width: 100%;
	overflow: hidden;
	background: url(../img/service_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 5vw;
}
.service_mg{
	width: 62.5%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.service_topbg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.service1{
	display: block;
	width: 65%;
	margin: 4.5vw auto;
}
.ser_items{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.ser_item{
	width: 16%;
	margin: 0 2%;
	float: left;
	text-align: center;
	position: relative;
}
.ser_item:before{
	content: "";
	position: absolute;
	width: 3vw;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
	left: 8.5vw;
    top: 2vw;
}
.ser_items .ser_item:nth-child(5):before{
	display: none;
}
.ser_item img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.ser_item_title{
	font-size: 1.3vw;
	color: #fff;
	margin-top: 1.5vw;
	font-weight: bold;
}
.ser_item_info{
	font-size: 14px;
	color: #b3b3b3;
	padding: 0 15%;
}

/* 联系我们 */
.content{
	width: 100%;
	background-color: #000;
	height: 5vw;
	line-height: 5vw;
}
.content_mg{
	width: 62.5%;
	margin: 0 auto;
}
.content_left{
	float: left;
	margin-left: 5vw;
}
.content_left .p1{
	font-size: 1vw;
	color: #fff;
	margin-right: 1vw;
}
.content_left .p2{
	font-size: 0.8vw;
	color: #fff;
}
.content_right{
	float: right;
	margin-right: 5vw;
}
.content_right span{
	font-size: 14px;
	color: #fff;
	margin-right: 1vw;
}
.content_right span img{
	width: 1.1vw;
	margin-right: 0.5vw;
}

/* 成功案例 */
.example{
	width: 100%;
	overflow: hidden;
	background: url(../img/example_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.example_mg{
	width: 62.5%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 13vw;
}
.swiper-slide{
	
}
.swiper-slide .example_pic1{
	width: 100%;
	border-radius: 0.5vw;
	cursor: pointer;
}
.example_pic2{
	position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
}
.body_bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 88888;
	display: none;
}
.b_close{
	position: absolute;
    width: 2%;
    right: 37vw;
    top: 6.5vw;
    cursor: pointer;
}

/* 英文样式 */
.nav_en li a{
	padding: 0 0.5vw;
}
.product_nav_en li{
	padding: 0 1.5vw;
}
.lang_img{
	width: 25px;
	height: 25px;
	background-size: 100% 100%;
	background-image: url(../img/langImg.png);
}
.lang_text{
	width: 3.5vw;
	height: 4.5vw;
	line-height: 4.5vw;
	color: #41d6f6;
	margin-bottom: 0px;
	margin-left: 10px;
	cursor: pointer;
}
.lang_text:hover{
	color: #41d6f6 !important;
}
.popover-content li{
	margin-top: 10px;
}
.popover-content li:hover{
	color: #907a7a;
}
.sendBox{
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.send{
	/* display: block;
	margin: 0 auto; */
	text-align: center;
	font-size: 16px;
	color: #41d5f6; 
	cursor: pointer;
	position: relative;
	z-index: 9;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
		-o-transition: all .3s;
		padding: 8px 24px;
		border-radius: 64px;
		/* background-color: #41d5f6; */
		border: 1px solid #41d5f6;
}
.send:hover{
	color: #41d5f6dc;
}
.popover{
	max-width: 300px !important;
}