/*reset*/
body,div,em,i,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,table,th,td,input,button,label,select{padding:0;margin:0;outline:0 none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{font:12px/1.5 "Microsoft YaHei","Arial","Hiragino Sans GB",'\5FAE\8F6F\96C5\9ED1',tahoma,sans-serif;background:#fff;min-width:1260px;}
a{outline:0 none;cursor:pointer;text-decoration:none;}
ul,ol{list-style:none;}
img{border:0 none;}
em,i{font-style:normal;font-weight:normal;}
h1,h2,h3{font-weight:normal;}
h4{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
/*****首页*******/
/*header。所有子页面公用的header样式*/
.header{ width: 100%;height: 85px;background-color: #262B2E;}
.nav{width: 1260px;height: 85px;margin: 0 auto;}
.top_logo{width: 85px;height: 85px; line-height: 85px;  float: left; margin-left: 200px;   } 
.top_logo img{
	height: 80%;
	margin-top: 6px;
	display: block;
	 
}   
.top_nav{width: 800px;height: 85px;float: left; }
.top_nav {font-size: 20px;}
.top_nav li{display:inline;float:left;margin:0 16px;}
.top_nav ul li.on a{color: #2bA0f9;}
.top_nav a{display: block;width: 120px;height: 85px;text-align: center;line-height: 85px;color: #fff;}
.top_nav a:hover{
	color: #2bA0f9;
}
.hide{
  display:none;
}
/*轮播图片sroll*/
.sroll_bg{width: 100%;height: 283px;}
.sroll{width: 1150px;height:283px;margin: 0 auto; position: relative;}
.sroll .img li {width: 1150px; height:283px; position: absolute;top:0; left:0;}
.sroll .img li a{ display:inline-block; width:100%; }
.sroll .num{position: absolute;bottom:5px;text-align: center;width: 100%;}
.sroll .num li{display: inline-block; width: 20px; height: 20px;border-radius: 50%;background: #ccc;color: #fff;text-align: center;line-height: 15px;margin-left:10px; cursor: pointer;} 
.sroll .num li.active{ background-color:#059Dff;width: 30px;height: 20px;border-radius: 8px;}
/*中间框，包括新闻中心、企业介绍、产品中心、游戏推荐、合作伙伴、关注我们*/
.center{width: 1150px;margin: 0 auto;background-color:#f3f6fb;}
.center_other{width: 1150px; min-height:800px; margin: 30px auto;background-color: #fff;}
/*新闻中心*/
.news{width: 1150px;height: 320px;margin-top: 62px;}
.title{width: 600px;height: 24px;line-height: 24px;font-size: 22px;margin-bottom: 10px;
	color: #292a6b;position: relative;}
.title em{color:#059Dff; font-weight: normal; }
.title i {font-family: "Arial"; font-size: 18px; }
.title span {position: absolute;left: 1090px;width: 200px;height: 25px;font-size: 16px;color: #032c6c; }
.title a span:hover{color: #ff6527;}
.news_box{width: 1150px;height: 330px;background-color: #fff; box-shadow: 0px 2px 2px #cdddea;}
.news_pt{width: 620px;height: 290px;float: left; border-top: 1px solid #cdddea;padding-top: 20px;clear: both;}
.news_list{display:inline-block;   width: 530px;height: 290px;float: left;  padding:10px 10px 0  0 ;border-top: 1px solid #cdddea;} 
.news_list li{display:inline-block; padding-left:20px;width: 92%;height: 34px;line-height: 34px; 
       font-size: 14px;background-image: url(../images/li.png);background-position:left 5px;background-repeat:no-repeat;
        }
.news_list li.big_news{background-image: none;border-bottom: 1px dashed #cdddea;height:50px;margin-bottom: 12px;}
.news_list li.big_news em{color:#059dff;margin-left: -25px;font-weight: bold;font-size: 20px;line-height: 42px;}  
.news_list li a{ color: #404247;}
.news_list li a:hover{color: #ff6527;}
.news_list span {float: right;}
/*企业介绍*/
.company_product{width: 1150px;height: 340px;margin-top: 79px;}
.company{width: 600px;height: 320px;float: left;margin-top: 10px;padding-top: 10px;clear: both;}
.company_introdution{width: 550px;height: 300px;margin-top: 10px;border-top: 1px solid #cdddea;padding-top: 15px;clear: both;}
/*产品中心*/
.product{width: 520px;height: 320px;float: left;margin-left:30px;margin-top:10px;padding-top:10px;}
.product_center{width: 520px;height: 300px;margin-top:10px;clear: both;padding-top:15px;border-top: 1px solid #cdddea;}
/*游戏推荐*/
.game{width: 1150px;height: 300px;margin-top:40px;}
.game_recommendtion{width: 1146px;height: 270px;margin-top:10px;padding-top:10px; border-top: 1px solid #cdddea; position: relative;}
.game_recommendtion .left{width: 556px; height: 240px;position: absolute;}
.game_recommendtion .right{width: 556px; height: 240px;position: absolute;left: 589px;}
.game_recommendtion li{display: block;width: 262px;height: 240px;border: 1px solid #ccc;background-color: #fff ;}
.game_recommendtion li:hover{ border:1px solid #059Dff;
}
.game_recommendtion li h2{ color:#292A6B; font-weight: bold; width: 100%; text-align: center;} 
.game_recommendtion li h3{ color:#292A6B; font-weight: normal; width: 100%;text-align: center;} 
/*.game_recommendtion ul li:last-child{float: right;margin-right: 2px;}  IE8不支持last-child*/
/*合作伙伴*/
.partner{width: 1150px;height: 220px;margin-top:40px; }
.partner_list{width: 1148px;height:160px;margin-top:10px;padding-top:10px;padding-left:3px;border-top: 1px solid #cdddea; }
.partner_list li{display: block; width: 76px;height: 76px; border:1px solid #f3f6fb;  float: left; }
.partner_list li:hover{border:1px solid #059Dff;border-radius: 7px;}
/*关注我们*/
.follow_us{width: 1150px;height: 170px;margin-top:35px;}
.contact_us{width: 1146px;height: 110px;margin-top: 10px;border-top: 1px solid #cdddea;padding-top: 10px;}
.contact_1{ width: 120px;height: 100px;line-height: 100px;font-size: 18px;text-align: center;float: left;font-weight: bold; color:#404247; }
.contact_2{width: 180px;height: 100px;line-height: 100px;  float: left;}
.contact_qq{width: 840px;height: 100px;line-height: 100px; font-size: 18px;padding-left: 60px;  float: left;font-weight: bold;color:#404247; }
.contact_qq a i{font-size: 15px;}
.contact_qq a{color: #404247;}
.contact_qq a:hover{color: #ff6527;}
/*尾部。所有子页面共用的尾部样式*/
.foot{width: 100%;height: 150px;background-color: #262B2E;}
.foot_box{width: 850px;height: 160px;margin: 0 auto;padding-top:12px;padding-left:40px;position: relative;}
.f_left{color: #fff;}
.f_left a{color: #fff;}
.logo_ft{width: 270px;height: 56px;line-height: 56px;border-right: 2px solid #5b6065;float: left;position: relative; display: none;}
.logo_ft img{position: absolute;top:-20px;}
.foot_information{width: 480px;height: 80px;position: absolute;top:25px;left: 530px;float: left;padding-left: 15px;}
.foot_information ul{height: 30px;}
.foot_information li{display: block;float: left;margin-left: 2px;font-size: 15px;text-align: center;color: #fff;}
.foot_information a{ color: #fff;}
.foot_information a:hover{color: #ff6527;}
.foot_information span{display: block;clear: both;font-size: 13px;color: #fff;letter-spacing:0.5px;}
 #cnzz_stat_icon_1259092026{display: inline-block;width: 52px; height: 19px; display: none; }  /*cnzz统计*/
/*******关于辉耀*********/
/**header下面横条，所有子页面共用横条样式**/
.bg{width: 100%;height: 245px;background-image: url(../images/bg.png);background-repeat: no-repeat;background-size: cover;}
.bg_title{width: 1150px;height: 245px;margin: 0 auto;padding-top: 150px;padding-left:10px;color: #fff; font-size: 18px;}
.about_1{width: 1150px;height: 470px;padding: 70px 45px 70px 20px;}
.about_1 p{font-size: 21px; font-weight: normal;line-height: 48px;}
.about_2{width: 1150px;height: 480px; }
.focus{width: 1150px;height: 450px; margin-top: 10px;   border-top: 2px solid #2AA0F8;}
.focus_left{width: 230px;height: 450px;float: left;background-image: url(../images/focus.png);background-repeat: no-repeat;background-position: top 50%   left 100%;	  }
.focus_rigth{width: 846px;height: 450px;  float: left;padding-top: 68px;padding-left: 40px;  font-size: 17px;}
.focus_rigth p{font-size: 20px; line-height: 35px; }
/********新闻中心********/
.news_page{width: 1150px;height: 1100px;position: relative; padding-left: 10px;}
.news_left{width: 720px;height: 900px;float: left;}
.news_right{width: 600px;height: 800px;float: left;background: url(../images/news_center.png) no-repeat;position: absolute;top:70px;left:665px;}
#news_nav{margin-top: 10px;}
#news_nav>ul{width: 720px;height:40px;}
#news_nav>ul>li{display: block;width: 180px;height:42px;line-height: 42px;text-align: center;float: left;font-weight: bold;font-size: 16px;background-color: #cdddea;cursor: pointer;}
#news_nav>ul li.on{background-color: #009cff;color: #fff;}
#news_nav>div{width: 520px;height: 750px;margin-top: 15px;}
#news_nav>div>ul li{display: block;width: 520px;height: 42px;line-height: 42px;font-size: 15px;background-image: url(../images/li_img.png);background-position:left 5px;padding-left:25px;
	background-repeat:no-repeat;border-bottom: 1px  dashed #ccc;}
#news_nav>div>ul li.big_news{display: block; width:520px;height: 150px;margin-top: 15px;background-image: none;padding-top:25px;line-height: 25px;}
#news_nav>div>ul li.big_news p{color:#000;margin-left: -25px;font-weight: bold;font-size: 20px;line-height: 40px;}
#news_nav>div>ul li.big_news i{color: #7d7d7d;font-size: 15px;margin-left: -20px;}
#news_nav>div>ul li.big_news:hover i{color: #ff6527; }
#news_nav>div ul li a{ color: #404247;}
#news_nav>div ul li a:hover{color: #ff6527;}
#news_nav>div ul li span {float: right;}
.hide{display: none;}
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc; width: 340px;height: 20px;margin-left: 200px; }
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode a.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a.disabled{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;cursor: text;} 

/******产品中心*********/
.product_list ul li{display: block;width:1100px;height: 280px;margin-left: 50px;padding-top:20px;border-bottom: 1px dashed #ccc;  }
.product_list ul li.last{border-bottom: none; height: 320px;}
.product_list ul li .left{width: 220px;height: 200px;float: left;}
.product_list ul li .rigth{width: 860px;height: 200px;float: left;padding-top:10px;}
.product_list ul li .rigth h2{font-size: 16px;margin-top: 4px;}
.product_list ul li .rigth p{font-size: 16px;margin-top: 16px;line-height: 30px;}
.product_list ul li .rigth .ios{display: inline-block;width:230px;height:46px; border: 1px solid #ccc; padding-left: 100px;margin-top: 20px;margin-left: 340px;
              background-image: url(../images/ios.png);background-repeat:  no-repeat; background-color: #fff;opacity: 0.6;}
 .product_list ul li .rigth .ios-active{display: inline-block;width:230px;height:46px; border: 1px solid #33b3f4; padding-left: 100px;margin-top: 20px;margin-left: 340px;
              background-image: url(../images/ios.png);background-repeat:  no-repeat; background-color: #fff;}
.product_list ul li .rigth .ios-active span{display: block;color: #6c6c6c;height: 24px;line-height: 24px;width: 106px;margin-top:11px;padding-left: 22px;font-size: 16px;border-left: 1px solid #33b3f4;} 
.product_list ul li .rigth .android{display: inline-block;width:230px;height:46px; margin-left: 25px;padding-left: 100px;border: 1px solid #43d925; 
	background-image: url(../images/android.png);background-repeat:  no-repeat; cursor: pointer;}
.product_list ul li a{color: #000;}	
.product_list ul li .rigth .ios span{display: block;color: #6c6c6c;height: 24px;width: 106px;margin-top:11px;padding-left: 22px;line-height: 24px;font-size: 16px;border-left: 1px solid #ccc;}
.product_list ul li .rigth .android span{display: block;height: 24px;width: 106px;margin-top:11px;padding-left: 22px;line-height: 24px;font-size: 16px;border-left: 1px solid #43d925;} 
/********加入我们********/
.join_list ul li{display: block;width:1080px;margin-left: 70px;padding: 30px 0px;border-bottom: 1px dashed #ccc; }
.join_list ul li.last{border-bottom: none;}
.join_list ul li p{font-size: 14px;}
/*******联系我们********/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map{width: 1150px;height: 600px;padding-top:60px;padding-left: 75px;   }
#dituContent{width: 1000px;height: 500px;border: 1px solid #ccc;}
.contact_way{width: 1150px;height: 240px;padding-top:30px;padding-left:190px; line-height: 30px;}
.contact_way a{color: #000;}
.contact_way h2{display: inline-block;font-weight: bold;}
/*******支付中心********/
.payCenter{
  width:1150px;
  height: 800px;
  margin:10px auto;
}
.payCenter ul{
 float: left;
 box-shadow: 0 4px 3px #cac8c8;
}
.payCenter ul h2{
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 6px; 
  border-top-right-radius: 6px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #656464;

}
.payCenter ul li{
  width: 200px;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  text-indent: center;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
  cursor:pointer;
}
.payCenter ul li.on{
  background-color: #eae088;
  color: #914202;
}
.payCenter ul li img{
  position: relative;
  top:10px;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  border: 1px solid #2ba0f9;
  border-radius:6px;
}
.payCenter>div.pay{
  float: left;
  width: 740px;
  margin-left: 10px;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.payCenter>div h3{
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #ccc; 
}
em{
  color: red;
}
.payDetail{
  width: 700px;
  padding:20px 40px;
}
label{
  font-size: 16px;
}
.payDetail select{
  position: relative;
  height: 30px;
  width: 180px;
  margin-right:40px;
  font-size: 16px;
  border:1px solid #ccc;
}
.payDetail input.text{
  width: 180px;
  height: 30px;
  margin: 20px 40px 20px 0;
  padding:3px 6px; 
  font-size: 16px;
  border:1px solid #ccc;
}
.payDetail input.radio{
  margin: 10px 0 10px 14px;
}
input.btn{
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin:30px 200px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #ff9c00;
  border-radius: 8px;
}

.tips{
  width: 700px;
  height: 200px;
  margin: 20px 0 10px 0; 
  padding: 6px 40px 6px 40px;
  border:1px solid #ccc;
  border-radius: 10px;
}
strong{
  font-size: 18px;
  color: #fb7b00;
}
p{
  font-size: 14px;
  line-height: 28px;
}
.payDetail img{
  position: relative;
  top: 8px;
  left: 3px;
  border: 1px solid #ccc;
}
.kefu{
  width: 188px;
  height: 220px;
  float: right;
  border:1px solid #ccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 4px;

}
.kefu h4{
  height: 36px;
  line-height: 40px;
  padding:6px 0 0 13px;
  border-top-left-radius: 6px;
  border-top-right-radius: 4px;
  background-color: #efeeef;
}
.kefu button{
  width: 146px;
  height: 36px;
  line-height: 36px;
  margin:20px 21px 20px 21px; 
  font-size: 18px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #9cbb1a;
  box-shadow: 0 3px 0 #769103;
  cursor: pointer;
}
.kefu b{
  display: inline-block;
  margin: 0px 21px 2px 21px; 
}
.content_padding{ 
  height:500px;
  width:100%;
   }
.article_center{
    width: 1150px;
    min-height: 300px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 40px 175px;
    line-height: 30px;
    margin-bottom: 50px;
}