@charset "utf-8";

body {
	width: 100%;
	min-width: 750px;
	font-family: "Microsoft Yahei";
	overflow-x: hidden;
	padding-top: 90px;
}

body.on {
	overflow: hidden;
}
img { max-width: 100%; }

.container {
	width: 750px;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.w690{
	width: 690px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.bg-f6f7f8{
	background: #f6f7f8;
}
.fz0{
	font-size: 0;
}
.fs{
	font-family: Microsoft Yahei;
}
.mt45{
	margin-top: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.pb50{
	padding-bottom: 50px;
}

/* =================== public =================== */
/* header */
.header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	padding-top: 17px;
	padding-bottom: 17px;
}
.header .a-logo,
.header .a-logo img{
	width: 149px;
	height: 56px;
}
.header-bream{
	margin-top: 4px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-bream,
.header-bream img{
	width: 46px;
	height: 46px;
}
.header-bream img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.header-bream .mg-open{
	z-index: 2;
}
.header-bream .mg-close{
	z-index: 1;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: rotate(-90deg);
}

.header-bream.on{
	transform: rotate(90deg);
}
.header-bream.on .mg-open{
	z-index: 1;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header-bream.on .mg-close{
	z-index: 2;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* nav */
.nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 90px;
	bottom: 0;
	overflow: auto;
	z-index: 101;
	background: #fff;
	border-top: 1px solid #f5f5f5;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.nav a{
	display: block;
	font-size: 28px;
	color: #333;
	line-height: 90px;
	border-bottom: 1px solid #e5e5e5;
}
.nav a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.nav.on{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* footer */
.footer{
	padding-top: 40px;
	padding-bottom: 35px;
	background: #272b2d;
}
.f-logo,.f-logo img{
	height: 83px;
	max-width: 100%;
}
.f-nav{
	margin: 36px -21px 24px;
}
.f-nav a{
	margin: 0 21px;
	font-size: 24px;
	color: #7d7a7a	;
}
.f-copy,
.f-link{
	font-size: 22px;
	line-height: 36px;
	color: #7d7a7a;
	border-top: 1px solid #444;
}
.f-copy{
	padding-top: 23px;
	padding-bottom: 23px;
}
.f-link{
	padding-top: 24px;
}
.f-link a{
	color: #7d7a7a;
}

/* pages */
.pages{
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 2px;
}
.pages a{
	display: inline-block;
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-family: Microsoft Yahei;
	font-size: 40px;
	color: #676a6c;
	border: 1px solid #e7eaec;
	border-left: none;
}
.pages a:first-child{
	border-left: 1px solid #e7eaec;
}
.pages a img{
	display: none;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.pages a .mg{
	display: inline-block;
}
.pages a.on{
	background: #2ab4e9;
	color: #fff;
	border-color: #2ab4e9;
}
.pages a.on .mg{
	display: none;
}
.pages a.on .mgh{
	display: inline-block;
}

/* =================== index =================== */
.banner-swiper img{
	width: 100%;
	height: 400px;
}
.banner-swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active{
	background: #2ab4e9;
}

.banner-link{
	margin: 0 -30px;
	padding-top: 2px;
	border-top: 5px solid #f5f5f5;
}
.banner-link-a1{
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 28px 30px 0;
	text-align: center;
	font-size: 26px;
	color: #333;
}
.banner-link-a1 img{
	width: 150px;
	height: 150px;
}
.banner-link-a1 .span-txt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 18px;
}

.index-main{
	border-top: 5px solid #f5f5f5;
}
.index-title{
	font-size: 0;
	border-bottom: 2px solid #e6e6e6;
}
.index-title b{
	font-size: 30px;
	padding-bottom: 10px;
	line-height: 30px;
	color: #333;
	border-bottom: 2px solid #2ab4e9;
	margin-bottom: -2px;
}
.index-title .a-more{
	width: 76px;
	height: 26px;
	line-height: 22px;
	border: 2px solid #2ab4e9;
	font-size: 24px;
	color: #2ab4e9;
}
.index-news-title a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #b2b2b2;
	border: 2px solid #fff;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-title a:first-child{
	margin-left: 0;
}
.index-news-title a .mg-icon{
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.index-news-title a.on{
	color: #00bee6;
	border-color: #2ab4e9;
}
.index-news-title a.on .mg-icon{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.index-news-list ul{
	display: none;
}
.index-news-list ul:first-child{
	display: block;
}
.index-news-list ul li{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.index-news-a1{
	padding-left: 240px;
}
.index-news-a1 .span-img{
	margin-left: -240px;
}
.index-news-a1 .mg1{
	display: block;
	width: 220px;
	height: 120px;
}
.index-news-a1 .mg-icon{
	position: absolute;
	left: 0;
	top: 0;
}
.index-news-a1 .b-title{
	font-size: 26px;
	line-height: 38px;
	color: #000;
	height: 76px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-news-a1 .span-date{
	line-height: 26px;
	font-size: 22px;
	color: #b2b2b2;
	padding-right: 25px;
	background: url('../images/icon-02.png') right center no-repeat;
	margin-top: 13px;
}
.index-more{
	margin-top: 52px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #2ab4e9;
	vertical-align: middle;
	border-radius: 10px;
}
.index-more span{
	display: inline-block;
	padding-left: 40px;
	line-height: 80px;
	background: url('../images/icon-03.png') left center no-repeat;
}

.index-hot-swiper{
	padding-top: 5px;
	height: 888px;
}
.index-hot-swiper .swiper-slide{
	margin-top: 25px;
	height: 416px;
}
.index-hot-a1{
	padding-bottom: 15px;
	border: 5px solid #e6e6e6;
}
.index-hot-a1::before,.index-hot-a1::after{
	content: " ";
	position: absolute;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.index-hot-a1::before{
	left: -5px;
	top: -5px;
	right: 100%;
	bottom: 100%;
	border-top: 5px solid #2ab4e9;
	border-left: 5px solid #2ab4e9;
}
.index-hot-a1::after{
	left: 100%;
	top: 100%;
	right: -5px;
	bottom: -5px;
	border-right: 5px solid #2ab4e9;
	border-bottom: 5px solid #2ab4e9;
}
.index-hot-a1 .span-img img{
	width: 320px;
	height: 320px;
}
.index-hot-a1 .span-word{
	position: relative;
	z-index: 10;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -18px;
}
.index-hot-a1 .span-word .bdo-img,
.index-hot-a1 .span-word .bdo-img img{
	width: 90px;
	height: 90px;
	border-radius: 10px;
}
.index-hot-a1 .span-word .bdo-zi{
	width: 185px;
	padding-top: 30px;
}
.index-hot-a1 .span-word .b1{
	font-size: 26px;
	color: #3c3d40;
	line-height: 30px;
}
.index-hot-a1 .span-word .bdo-info{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 20px;
	font-family: Microsoft Yahei;
	font-weight: bold;
	margin-top: 5px;
}
.index-hot-a1 .span-word .bdo-red{
	background: #e13737;
}
.index-hot-a1 .span-word .bdo-green{
	background: #1fb597;
}
.index-hot-a1 .span-word .bdo-orange{
	background: #ff8416;
}


.index-about{
	padding-bottom: 84px;
	border-bottom: 5px solid #f5f5f5;
}
.index-about-list li a{
	padding-right: 65px;
	line-height: 86px;
	background: url('../images/icon-02.png') right center no-repeat;
	font-size: 26px;
	color: #333;
	border-bottom: 1px dotted #e5e5e5;
}
.index-about-list li .span-01{
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: #00bee6;
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
}
.index-about-list li .span-02{
	width: 465px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* =================== 03_新闻动态_列表页 =================== */
.public-top{
	min-height: 82px;
	background: #2ab4e9;
	border-bottom: 5px solid #f5f5f5;
}
.public-search{
	height: 50px;
	border: 1px solid #fff;
}
.public-search .put-01,
.public-search .but-01{
	background: none;
	border: none;
	outline: none;
}
.public-search .put-01{
	width: 580px;
	padding-left: 20px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
}
.public-search .put-01::-webkit-input-placeholder { color: #fff; }
.public-search .put-01:-moz-placeholder { color: #fff; opacity: 1; }
.public-search .put-01::-moz-placeholder { color: #fff; opacity: 1; }
.public-search .put-01:-ms-input-placeholder { color: #fff; }
.public-search .but-01{
	width: 60px;
	height: 50px;
}

.public-title{
	white-space: nowrap;
	overflow: auto;
	margin-top: 4px;
}
.public-title a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 76px;
	margin-left: 46px;
}
.public-title a:first-child{
	margin-left: 0;
}
.public-title a .mg-icon{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.public-title a:hover .mg-icon,
.public-title a.on .mg-icon{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.news-list{
	padding-top: 1px;
}
.news-list li a{
	padding: 30px 30px 30px 300px;
	margin-top: 5px;
	background: #fff;
}
.news-list li .a-img{
	margin-left: -270px;
}
.news-list li .a-img .mg1{
	width: 248px;
	height: 135px;
}
.news-list li .a-img .mg-icon{
	position: absolute;
	left: 0;
	top: 0;
}
.news-list li .span-title{
	font-size: 26px;
	color: #333;
	line-height: 36px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list li .div-date{
	padding-right: 60px;
	background: url('../images/icon-06.png') right center no-repeat;
	margin-top: 30px;
	font-size: 22px;
	line-height: 22px;
	color: #b2b2b2;
}

/* =================== 04_新闻动态_详情页 =================== */
.public-bream{
	line-height: 82px;
	font-size: 22px;
	color: #fff;
}
.public-bream a{
	color: #fff;
}

.news-art{
	font-size: 22px;
	line-height: 48px;
	color: #666;
	text-align: justify;
	padding-top: 32px;
}
.news-art .div-title{
	font-size: 28px;
	color: #333;
	line-height: 40px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e5e5;
}
.news-art .div-title .div-date{
	font-size: 22px;
	color: #b3b3b3;
	margin-top: 15px;
}
.news-art .div-des{
	margin-top: 27px;
}
.news-page{
	padding-top: 23px;
	line-height: 36px;
	border-top: 1px solid #e5e5e5;
}
.news-page .div-01 a{
	font-size: 22px;
	color: #000;
}
.news-page .div-01 a span{
	color: #666;
}

.news-page .a-return{
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #2ab4e9;
	border-radius: 10px;
	margin-top: 23px;
}
.news-page .a-return span{
	padding-left: 40px;
	background: url('../images/icon-09.png') left center no-repeat;
}

.news-right{
	margin-top: 40px;
	border-top: 5px solid #f5f5f5;
}
.news-title{
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #cbd2da;
}
.news-right .news-list li a{
	margin-top: 0;
	background: none;
	border-bottom: 1px solid #e5e5e5;
}
.news-ewm{
	width: 350px;
	padding-top: 30px;
	padding-bottom: 20px;
	border: 1px solid #e5e5e5;
	line-height: 36px;
}
.news-ewm img{
	width: 290px;
	height: 290px;
	border: 1px solid #ececec;
}
.news-ewm .span-01{
	font-size: 26px;
	margin-top: 26px;
}
.news-ewm .span-02{
	font-size: 22px;
	margin-top: 9px;
}

/* =================== 05_业务介绍 =================== */
.business-main{
	border-bottom: 5px solid #f5f5f5;
}
.business-01{
	margin-top: 30px;
}
.business-01:first-child{
	margin-top: 0;
}
.business-01 .div-title{
	font-size: 30px;
	color: #333;
	line-height: 30px;
	padding-bottom: 12px;
	background: url('../images/line-01.jpg') bottom left no-repeat;
}
.business-01 .div-des{
	font-size: 22px;
	line-height: 48px;
	color: #666;
	margin-top: 20px;
}
.business-01 .div-img{
	margin-top: 16px;
	padding-right: 39px;
	padding-top: 32px;
	background: url('../images/bg-01.jpg') right top no-repeat;
}
.business-01 .div-img .span-img,
.business-01 .div-img .span-img img{
	width: 650px;
	height: 312px;
}

.business-01 .div-img .bdo-num{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 36px;
	padding-right: 33px;
	text-align: center;
	height: 58px;
	line-height: 36px;
	background: url('../images/bg-02.png') left top no-repeat;
	font-size: 20px;
	color: #fff;
}

/* =================== 06_游戏产品 =================== */
.product-01{
	height: 483px;
}
.product-01 .span-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.product-01 .container{
	z-index: 2;
}
.product-01 .div-01{
	position: relative;
	z-index: 5;
	width: 150px;
	text-align: center;
	padding-top: 30px;
	margin-left: 30px;
}
.product-01 .div-01 .div-img img{
	width: 150px;
	height: 150px;
	border-radius: 26px;
}
.product-01 .div-01 .div-title{
	font-size: 28px;
	color: #3c3d40;
	line-height: 38px;
	margin-top: 24px;
}
.product-01 .div-01 .span-tag{
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	padding: 0 10px;
	font-family: Microsoft Yahei;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.product-01 .div-01 .span-tag.span-red{
	background: #e13737;
}
.product-01 .div-01 .span-tag.span-green{
	background: #1fb597;
}
.product-01 .div-01 .span-tag.span-orange{
	background: #ff8416;
}
.product-01 .div-01 .div-type{
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url('../images/bg-09.jpg') center center no-repeat;
	font-size: 24px;
	color: #bcc5cb;
}
.product-01 .div-01 .div-info{
	font-size: 22px;
	color: #666;
	line-height: 32px;
	margin-top: 14px;
}
.product-01 .div-01 .a-more{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #2ab4e9;
	color: #fff;
	margin-top: 15px;
	font-size: 22px;
}

.product-img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.product-img img{
	width: 100%;
	height: 483px;
}

/* =================== 07_关于赫德 =================== */
.about-yx{
	margin: -14px -15px 0;
}
.about-yx-a1{
	width: 210px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 30px 15px 0;
}
.about-yx-a1 img{
	display: inline-block;
	max-width: 210px;
	max-height: 100px;
	vertical-align: middle;
}
.about-like{
	padding-top: 80px;
	height: 520px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	margin-top: 80px;
}
.about-honor{
	padding-top: 5px;
	background: #f5f5f5;
}
.about-honor-01{
	height: 600px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	margin-top: 5px;
}
.about-honor-01:first-child{
	margin-top: 0;
}
.about-honor-01 .div-01{
	width: 340px;
	color: #debd89;
	padding-top: 44px;
}
.about-honor-01 .div-02{
	float: right;
	width: 250px;
	padding-top: 180px;
}
.about-honor-01 .div-03{
	width: 340px;
	padding-top: 180px;
}
.about-honor-01 .div-04{
	padding-top: 343px;
}
.about-honor-01 .div-04 .span-01{
	font-size: 36px;
	line-height: 46px;
	padding: 25px 45px;
	background: #2ab4e9;
}

/* =================== 08_联系我们 =================== */
.contact-map,
.contact-map img{
	width: 100%;
	height: 410px;
}
.contact-join{
	padding-bottom: 16px;
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
}
.contact-join-title{
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 37px;
	border-bottom: 1px solid #e6e6e6;
}
.contact-join-title span{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #b2b2b2;
	border: 2px solid #fff;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
	margin-left: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contact-join-title span:first-child{
	margin-left: 0;
}
.contact-join-title span .mg-icon{
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-join-title span.on{
	color: #00bee6;
	border-color: #2ab4e9;
}
.contact-join-title span.on .mg-icon{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.contact-join-art{
	font-size: 22px;
	line-height: 48px;
	color: #333;
}
.contact-join-art .div-01{
	display: none;
	margin-top: 34px ;
}
.contact-join-art .div-01:first-child{
	display: block;
}
.contact-join-art .div-title{
	font-size: 26px;
	color: #333;
	margin-bottom: 46px;
}
































