.clearfix:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}
.clearfix{height:1%;}
*{
	margin:0;
	padding:0;
	font-family:"微软雅黑", "宋体", serif;
	color: #000000;
}
img{display:inline-block;border:0 none;vertical-align:top;}
ul{ list-style:none; }
.fl{ float:left;}
.fr{ float:right;}

/*---------头部---------*/
.top { 	width: 100%;  	height: 84px;  margin-bottom:1px;	*position: relative;  	*z-index: 1000; 	background: url("../images/top_bg.png") repeat-x; 	}
.top_inner{	margin:0 auto; 	width: 1000px;  height: 84px; 	 	display: block; position: relative;	}
.top_box .logo { float:left; }
	

/* nav */
/*nav导航盒子*/
div.nav{
	float:right;
    height:36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    position: relative;
	margin:45px auto 0 auto;
}

ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
ul.nav-main a{ color:#fff;}
ul.nav-main span{
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 7px;
    background: url(../images/down-icon.png) no-repeat;
}
/*导航条设置*/
ul.nav-main>li{
	color: #f3f3f3; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in;  font-size:16px;	    width: 120px;
    height: 100%;
    display: block;
    margin-right: 2px;
    cursor: pointer;
	float:left;
	height:38px; line-height:34px;
}
ul.nav-main>li:hover{
    background: #643519;
}

/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*隐藏盒子设置*/
div.hidden-box{
    width: 118px;
    border-top: 0;
    position: absolute;
	border:1px solid #ccc;
    display:none;
	background:#fff;
    top: 38px;
	z-index:999999;
}
.hidden-box>ul{
    list-style-type: none;
    color: #e4e400;
    cursor: pointer;
}
.hidden-box li{
	height:34px;
	line-height:34px;
}
.hidden-box li:hover{
    background: #e4e400;
}
.hidden-box li a{
	color:#999;
}
.hidden-box li a:hover{
	color:#fff;
}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 121px;
}
.hidden-loc-us{
    left: 242px;
}
.hidden-loc-info{
    left: 363px;
}
.box04{
	left:485px;
}

/* 登录
.login_box{ width:1000px; margin:0 auto; position:relative;}
.login{ position:absolute; right:0; top:-339px; z-index:99999; background:url(../images/login_bg.png) no-repeat; width:320px; height:330px; border-radius:6px; padding-left:35px;}
.login h3 { color: #fff;   font-size: 20px;    font-weight: normal;    height: 38px;    line-height: 38px; margin-bottom:10px;}
 */
.form-group { margin-bottom: 15px;}
.base_info .form-group .form-label {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-size: 14px;
  color: #999999;
}
/*登录用户名*/
.user_name_icon {
  width: 24px;
  height: 24px;
  background-position: -48px 0;
  top: 12px;
  left: 14px;
}
/*登录密钥*/
.pass_word_icon {
  width: 24px;
  height: 24px;
  top: 12px;
  left: 14px;
  background-position: -72px 0;
}
.login .add_bg {
  width: 280px;
  height: 52px;
  background: url("../images/login_input.png") no-repeat;
}
.login .add_bg:after {
  clear: both;
}
.login .add_bg label {
  width: 52px;
  height: 52px;
}
.login .add_bg input {
  background: transparent;
  border: none;
  padding: 5px;
  width: 200px;
  height: 40px;
  font-size: 14px;
  position: relative;
  top: 5px;
  left: 10px;
  color: #fff;
}
/*验证码*/
.login .ident_code {
  background-image: url("../images/login_input.png");
  width: 150px;
  height: 43px;
  background-position: 0 -52px;
}
.login .ident_code input {
  background: transparent;
  border: none;
  padding: 5px;
  text-align: center;
  width: 130px;
  height: 30px;
  font-size: 14px;
  position: relative;
  top: 2px;
  left: 10px;
  color: #fff;
}
.login .ident_code input:focus {
  outline: none;
}
.login .ident_code_fix  { width:150px;}

.login .ident_code_fix img {
  float: left;
  margin: 1px 5px;
}
.login .ident_code_fix label a {
  color: white;
  line-height: 20px;
}
/*按钮*/
.login .long-btn {
	color: #FFFFFF;
	background-color: #e4e400;
	border-top-color: #e4e400;
	border-right-color: #e4e400;
	border-bottom-color: #e4e400;
	border-left-color: #e4e400;
}
.long-btn,
.long-btn-nb {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-weight: normal;
  font-family: '微软雅黑';
  text-align: center;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  background-image: none;
  margin-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 18px;
  line-height: auto;
  width: 280px;
  height: 52px;
  line-height: 52px;
}
.long-btn-warning {
	background-color: #e4e400;
	color: #ffffff;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #e4e400;
}
.long-btn-warning:hover {
  border-bottom: 7px solid #36a536;
}

.link{ float:right; padding-right:40px;}
.link a{ float:left; display:inline; margin-left:20px; color:#fff; font-size:14px;	}
.link a:hover{ color:#e4e400;}





/* btn */
.btn {   -moz-user-select: none;   background-image: none;   border: 1px solid transparent;   cursor: pointer;   display: inline-block;   font-family: "微软雅黑";   font-size: 18px;  font-weight: normal;   margin-bottom: 0;   padding: 10px 16px;   text-align: center;   vertical-align: middle;   white-space: nowrap;	border-radius: 4px;  line-height: 1.5;	margin-left:10px;}
.btn-success {   background-color: #e4e400;    border-color: #000000;    color: #ffffff;	}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background:#F63;    border-color: #000000;    color: #ffffff;}
.btn-primary {    background-color: #2b99f8;   border-color: #000000;    color: #ffffff;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {    background-color: #0886f2;    border-color: #000000;    color: #ffffff;}

.icon {    background-image: url("../images/sprite.png");    display: inline-block;    position: relative;}
.kfz_icon {    background-position: 0 0;    height: 24px;    margin-right: 8px;    top: 5px;    width: 24px;}
.ggz_icon {    background-position: -24px 0;    height: 24px;    margin-right: 8px;    top: 5px;    width: 24px;}

.news_bg{ width:100%; height:30px; background:#000; filter:alpha(opacity=70);  -moz-opacity:0.7;  -khtml-opacity: 0.7;  opacity: 0.7; }
.news{ width:1000px; height:30px; line-height:30px; margin:0 auto;}
.dot{ float:left; background:url(../images/dotbg.png) left center no-repeat; width:16px; height:16px; margin-top:7px; }
ul.line{ float:left; width:945px; height:30px; overflow:hidden;} 
ul.line li{height:30px;width:945px; text-indent:15px; line-height:30px;list-style:none;}
ul.line li span a{ color:#fff;font-size:14px; transition:all 0.3s ease-in;}
ul.line li span a:hover{ color:#e4e400;} 


/* 公告 */
.content{ margin:60px auto; width:1000px; background:#fff; }


/*分类模块*/
.classify:before,
.classify:after {
  content: " ";
  display: table;
}
.classify:after {
  clear: both;
}
.classify .white_box {
  font-family: "微软雅黑";
  width: 500px;
  height: 249px;
  cursor: default;
}
.classify .white_box .title h3 {
  text-align: center;
  line-height: 100px;
  font-size: 26px;
  font-weight: normal;
  color: #333;
}
.classify .white_box .open_classify {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;

  -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:20px;
	background-color: #e4e400;
}
.classify .white_box .open_classify:hover {
	color: #ffffff;
	background-color: #e4e400;
}
.classify .white_box .open_classify.active {
  background: #2b99f8;
  color: #ffffff;
}
.classify .white_box .white_box_inner {
  *height: 100px;
  padding: 25px 0px;
}
.classify .white_box .white_box_inner:before,
.classify .white_box .white_box_inner:after {
  content: " ";
  display: table;
}a
.classify .white_box .white_box_inner:after {
  clear: both;
}
.classify .white_box .classify_content h3 {
  margin-bottom: 8px;
}
.classify .white_box .classify_content .list_detail {
  width: 270px;
}
.classify .white_box .classify_content .list_detail span{
  color:#777
}

.classify .white_box .classify_content .list_detail span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*开发者分类*/
.classify_icon_dev {
  width: 70px;
  height: 70px;
  margin: 0 75px;
  top: 15px;
  background-position: -70px -24px;
}
/*广告主分类*/
.classify_icon_ad {
  margin: 0 75px;
  top: 15px;
  width: 70px;
  height: 70px;
  background-position: 0 -24px;
}

/*定义模块标题图标*/

.suc_examples_icon_title {
    background-position: 0 0;
    height: 111px;
    width: 269px;
}
.big_icon_title {
  background:url(../images/big_icon_title.jpg) no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.theme_title_bg {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  position: absolute;
  bottom: 20px;
  *bottom: 50px;
  left: 0px;
  background: url(../images/title.png) ;
}


.container_wrap{ padding:70px 0; width:100%; background:#f5f5f5;}
.container{ margin:0 auto; width:1000px;}
.partners {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 201px;
    margin: 10px auto 0;
    width: 1000px;
}
.partners_titile {
    background: #dfdfdf none repeat scroll 0 0;
    float: left;
    height: 201px;
    width: 110px;
}
.partners_logo {
    float: left;
    height: 201px;
    width: 890px;
}
.media_title {
    border-bottom: 1px solid #d6d7d8;
    font-size: 18px;
    height: 101px;
    line-height: 100px;
    text-align: center;
    width: 110px;
	font-weight:bold;
}
.ad_titile {
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    text-align: center;
	font-weight:bold;
}
.partners_logo .media_logo {
    border-bottom: 1px solid #d6d7d8;
    height: 101px;
    width: 890px;
}
.partners_logo .ad_logo {
    height: 100px;
    width: 890px;
}
.scroll-img {
    font-size: 0;
    height: 100px;
    overflow: hidden;
    width: 890px;
}
.scroll-img ul {
    height: 100px;
    margin: 0;
    padding-left: 21px;
}
.scroll-img ul li {
    display: inline-block;
    float: left;
    margin: 15px 0 10px 10px;
    padding-right: 16px;
}


/*底部公用部分*/
.footer {
	float:left;
  width: 100%;
  height: auto;
  background:#1b1b1b;
}
.footer .inner {
  margin:0 auto;
  width: 1000px;
  height: 100%;
  display: block;
}
.footer .inner:before,
.footer .inner:after {
  content: " ";
  display: table;
}
.footer .inner:after {
  clear: both;
}
.footer .bottom_menu {
  border-bottom: 1px solid #353535;
  height: 100px;
  line-height: 100px;
}
.footer .bottom_menu:before,
.footer .bottom_menu:after {
  content: " ";
  display: table;
}
.footer .bottom_menu:after {
  clear: both;
}
.footer .bottom_menu ul li {
  float: left;
  list-style: none;
  margin-right: 45px;
  line-height:100px;
}
.footer .bottom_menu ul li a {
  color: #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .bottom_menu ul li a:hover {
  color: #e4e400;
}
.footer .bottom_menu .bot_logo {
  font-size: 24px;
  font-family: "微软雅黑";
  color: #fff;
  text-decoration: none;
  word-spacing: 5px;
  padding-right: 0px;
  padding-top:20px;
  
}
.footer .bottom_other {
  padding: 40px 0;
}
.footer .bottom_other:before,
.footer .bottom_other:after {
  content: " ";
  display: table;
}
.footer .bottom_other:after {
  clear: both;
}
.footer .bottom_other dl {
  width: 220px;
}
.footer .bottom_other dl dt {
  line-height: 20px;
  margin-bottom: 5px;
  color: #999999;
}
.footer .bottom_other dl dt a{
	color:#999;
}
.footer .bottom_other dl dd {
  line-height: 24px;
  color: #595959;
}
.footer .bottom_other dl dd a {
  transition:all 0.3s ease-in;
  color: #575757;
}
.footer .bottom_other dl dd a:hover {
  color: #e4e400;
}
.footer .bottom_other .links {
  margin-top: 15px;
}
.footer .bottom_other .links dl {
  width: auto;
}
.footer .bottom_other .links dl dd a {
  transition:all 0.3s ease-in;
  margin-right: 10px;
}
.footer .copy {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #282828;
  color: #595959;
}

/*单页面样式 子页面样式*/
#second_menu {
  width: 1000px;
  margin:30px auto 80px;
  font-family: "微软雅黑";
}
#second_menu .inner {
  width: 1000px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#second_menu .inner li.line {
  height: 30px;
  border-left: 1px solid #999999;
  position: relative;
  top: 10px;
  *top: -10px;
}
#second_menu .inner li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#second_menu .inner li a {
  position: relative;
  font-size: 16px;
  color: #999999;
  display: block;
  text-decoration: none;
  width: 140px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#second_menu .inner li a:hover,
#second_menu .inner li a:active {
  color: #333333;
}
#second_menu .inner li a.active {
  color: #333333;
}
#second_menu .inner li a.active .second_menu_triger_icon {
  position: absolute;
  top: 30px;
  left: 61px;
}
.second_menu_triger_icon {
    background-position: -193px -16px;
    height: 8px;
    width: 16px;
}


/*联系我们列表模块*/
/*联系我们列表模块*/
.cor_icon {
    background-position: 0 -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.throw_ads_icon {
    background-position: -74px -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.SDK_link_icon {
    background-position: -148px -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.page_one_module {
  margin-bottom: 15px;
  *padding-bottom: 100px;
  padding: 15px 0;
}
.page_one_module:before,
.page_one_module:after {
  content: " ";
  display: table;
}
.page_one_module:after {
  clear: both;
}
.page_one_module .icon {
  margin: 0 75px ;
}
.page_one_module .box h3 {
  font-size: 16px;
  color: #2b99f8;
}
.page_one_module .box .contact_list {
  width: 600px;
  padding: 8px 0;
}
.page_one_module .box .contact_list:before,
.page_one_module .box .contact_list:after {
  content: " ";
  display: table;
}
.page_one_module .box .contact_list:after {
  clear: both;
}
.page_one_module .box .contact_list span {
  font-size: 14px;
  display: block;
  width: 290px;
  height: 30px;
  float: left;
  line-height: 30px;
}


/*---------注册---------*/
.main_wrap{ width:100%;background:#f5f5f5;}
.zc_bg{ width:1000px; margin:0 auto; padding:10px 0; background:url(../images/zc_img.png) left 80px no-repeat; }
.forget_bg{ width:1000px; margin:0 auto;background:url(../images/forget_img.png) left 60px no-repeat; height: 469px;` }
.tit{float:left; width:530px;  color: #333333; font-weight: normal; font-size:40px;}

.bd{ float:right; background: #ffffff;  padding: 20px 30px; margin:20px 0;   width: 400px; }
.bd .text_input{  background-color: #fff; background:none;  border: 1px solid #dbe3e6;   color: #575757;   display: block;   font-size: 14px;  height: 30px;   padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; margin-top:15px; width: 95%;}
.bd .height{ height:40px; line-height:40px;}
.bd span{ float:left; width:450px;  margin:10px 0; color:#999; padding-left:10px;}

.text_input:focus {  border-color: #66afe9;  outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}


/*---------相关条款 弹窗---------*/
#lean_overlay { position: fixed; z-index:9999; top: 0px; left: 0px; height: 100%; width: 100%; background: #000; display: none; }
#xy{  background:#fff; border-radius: 5px 5px 5px 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.7); display: none; padding-bottom: 2px;z-index: 11000; left: 50%; opacity: 1; position: fixed; top: -100px; width:400px;  height:400px; overflow:auto; }
.tc_title{ font-size:16px; font-weight:normal; padding-left:20px; height:50px; line-height:50px; border-bottom:1px solid #ccc; }
.modal_close { background: url(../images/modal_close.png) repeat scroll 0 0 transparent; display: block; height: 14px; position: absolute; right: 12px; top: 12px; width: 14px; z-index: 2; }
.xy_block{ padding:10px 20px;}
.xy_block p{ color:#333; font-size:12px; line-height:26px;}

/*---------新手指引---------*/
.cross_center_wrap {
  width: 1000px;
  height: auto;
  overflow: hidden;
}
.cross_center_wrap:before,
.cross_center_wrap:after {
  content: " ";
  display: table;
}
.cross_center_wrap:after {
  clear: both;
}

.novice_help.one_col_novice_help {
    float: left;
    height: auto;
    margin-right: 20px;
    overflow: hidden;
    width: 300px;
}
.novice_help_list {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 152px;
    padding: 15px 20px;
    width: 320px;
}
.novice_help.one_col_novice_help .novice_help_title .novice_help_icon_title {
    margin-left: -40px;
}
.novice_help_icon_title {
    background-position: 0 -111px;
    height: 96px;
    width: 269px;
}
/*新手指引*/

.novice_help .novice_help_title {
  width: 100%;
  height: 95px;
}
.novice_help .novice_help_list {
  padding: 15px 20px;
  *height: 140px;
}
.novice_help .novice_help_list:before,
.novice_help .novice_help_list:after {
  content: " ";
  display: table;
}
.novice_help .novice_help_list:after {
  clear: both;
}
.novice_help .novice_help_list li {
  width: 480px;
  height: 46px;
  *width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  float: left;
  line-height: 46px;
  padding-left: 20px;
}
.novice_help .novice_help_list li .dot {
  margin-right: 15px;
}
.novice_help .novice_help_list li a {
  color: #575757;
}

.dot {
    background-position: -144px 0;
    height: 13px;
    margin-right: 2px;
    top: 10px;
    width: 13px;
}
.icon {
    background-image: url("../images/sprite.png");
    display: inline-block;
    position: relative;
}


/*---------sdk---------*/
.sdk {
  float: left;
  width: 640px;
}
.sdk .sdk_title {
  width: 100%;
  height: 96px;
}
.sdk_title_icon {
    background-position: 0 -206px;
    height: 96px;
    margin-left: 0;
    width: 269px;
}
.sdk .sdk_wrap {
  width: 680px;
  overflow: hidden;
}
.sdk .sdk_wrap:before,
.sdk .sdk_wrap:after {
  content: " ";
  display: table;
}
.sdk .sdk_wrap:after {
  clear: both;
}
.sdk .sdk_box {
  float: left;
  width: 320px;
  height: 182px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  background-color: #f5f5f5;
}
.sdk .sdk_box .front {
  width: 320px;
  height: 182px;
  position: absolute;
  z-index: 1;
}
.sdk .sdk_box .front .pic_content {
  width: 50%;
  height: 100%;
  text-align: center;
}
.sdk .sdk_box .front .pic_content .icon {
  margin-top: 35px;
}
.sdk .sdk_box .details {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #9bd813;
  top: 182px;
  padding: 45px 0 0 20px;
  text-align: left;
  color: #ffffff;
}
.sdk .sdk_box .details span {
  display: block;
  line-height: 28px;
}
.sdk .sdk_box .btn_list {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 50%;
  text-align: center;
  margin-top: 35px;
}
.sdk .sdk_box .small-btn {
  display: block;
  margin-top: 20px;
}
.sdk .sdk_box .small-btn:first-child {
  margin-top: 0;
}
.sdk .ios_sdk_box .details {
  background-color: #bebebe;
}
.adroid_icon {
    background-position: -250px -24px;
    height: 95px;
    width: 62px;
}
.ios_icon {
    background-position: -312px -24px;
    height: 95px;
    width: 62px;
}
.download_icon {
    background-position: -193px 0;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
/*---------下载按钮---------*/

.small-btn-primary {
    background-color: #2b99f8;
    color: #ffffff;
}
.small-btn {
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 120px;
}

.fL h3{ color:#595959;}
.fL h3 a{ color:#44cf44}



.main_box {
  width: 1200px;
  margin:0px auto 80px;
  border:1px solid #ccc;
  border-top:none;
  padding:50px 0;
  }
.main{ float:left; width:1000px; display:inline; margin-left:100px;}

/* 标签 */
.link_bg{ width:100%; height:80px; background:#8b8b8b}
.link_lv{ width:1000px; margin:0 auto; }
.m_link{ float:left; display:inline; margin-left:290px;  height:60px; line-height:60px; }
.m_link a{ float:left; text-align:center; font-size:14px; color:#fff; transition:all .3s ease-in; padding:10px 35px;}
.m_link a:hover{ background:#e4e400;}

/* 鼠标悬停图特效 */
.slip{ float:left; width:100%;}
.slip ul li{width:220px;height:150px;float:left;margin-left:15px; margin-right:25px;margin-bottom:60px;}
.slip ul li:first-child { margin-left:0;}
.slip ul li:last-child{ margin-right:0;}
.slip h3{ font-weight:normal; color:#666; text-align:center; margin-top:10px; font-size:16px; float:left; width:100%;}
.sl_tit{ float:left; width:100%; margin-bottom:20px;} 

/*活动政策*/
#nva_hdzc{ background:url(../images_ad_k/xs00.jpg) repeat-x; padding-left:400px; overflow:hidden;}
#nva_hdzc li{ float:left; height:143px; line-height:143px; width:150px; }
#nva_hdzc li a{ color:#999; font-size:16px; text-align:center; width:150px; height:123px; padding-top:20px;}
#nva_hdzc li a:hover{ color:#e4e400;}
#nva_hdzc li a.list_hd{ float:left; height:143px; width:150px; display:block; background:url(../images_ad_k/hdzc_01.jpg) no-repeat;}
#nva_hdzc li a.list_hd:hover{ background:#ff0; width:150px; height:143px;  background:url(../images_ad_k/hdzc_01a.jpg) no-repeat;}

#nva_hdzc li a.list_zc{ float:left; height:143px; width:150px; display:block; background:url(../images_ad_k/hdzc_02.jpg) no-repeat;}
#nva_hdzc li a.list_zc:hover{ background:#ff0; width:150px; height:143px; background:url(../images_ad_k/hdzc_02a.jpg) no-repeat;}



#hdzc_box li{display:none; overflow:hidden; padding-left:35px; padding-bottom:200px;}
.hd{ margin:0px 8px 20px 15px; }
.hd_bor{border:solid 1px #CCC; width:308px; height:298px;  }
.hide_opacipt{position:absolute;background:#FF6600;top:310px; width:308px; height:298px;}
.hd_tu{ width:310px; height:134px;}
.hd_wz{ padding:15px 20px; font-size:12px; color:#333;}
.hd_wz h2{ font-size:18px; color:#e4e400; }
.hd_wz h3{ color:#999; font-weight:normal; font-size:12px; padding-bottom:10px;}
.zc,.hd{ width:310px; height:300px; padding-top:9px; position:relative;   float:left;display:inline; overflow:hidden; }
.zc{ margin:50px 15px 20px 15px; }

.hd-tx { color: #ffffff; height: 150px;line-height: 22px;margin-left: 20px; margin-right: 20px; margin-top: 20px;overflow: hidden;}
.hd-tit { color: #ffffff;font-size: 20px;font-weight: bold; line-height: 30px;margin-left: 30px;margin-top: 20px;}
.hd-lnk, .hd-lnk a {color: #ffffff;font-size: 20px;font-weight: bold;height: 65px;line-height: 65px;margin-bottom: 0;margin-left: 80px;text-align: center; width: 100%;}


/* SDK下载 */
#sdk{ padding:50px; overflow:hidden;}
.sdk_left{ width:200px; float:left;}
.sdk_left ul{ overflow:hidden; margin-top:5px;}
.sdk_left ul li{ padding:0px 5px; height:20px; background:#999999; text-align:center; line-height:20px; color:#FFF; float:left; margin-right:3px; display:inline; margin-top:5px;}


.sdk_right{ width:980px; float:left; font-size:14px; }
.sdk_title ul{ height:40px; margin-left:165px;}
.sdk_title ul li a{ width:100px; height:40px; float:left; background:#e6e6e6; margin-left:5px; text-align:center; line-height:40px;}
.sdk_title ul li a:hover{ display:block; background:#e4e400; color:#fff;}

.sdk_nr { float:left; width:720px; display:inline; margin-left:165px; }
.sdk_nr ul{ margin-top:40px;  overflow:hidden;}
.sdk_nr ul li{ float:left; background:url(../images/sdk_01.jpg); width:190px; height:238px; margin-right:40px; margin-top:20px; margin-bottom:20px;}
.sdk_nr ul li img{ padding-left:8px;}
.sdk_nr ul li h1{ font-size:16px; color:#FFF; text-align:center; line-height:42px;}
.sdk_nr ul li p{ line-height:16px; text-align:center; font-size:12px; padding-top:6px; color:#666}
.sdk_nr ul li p:hover{ color:#44cf44}

/* 常见问题 */
.cjwt h1{  font-size:24px; color:#e4e400;}
.cjwt h2{ font-size:16px; color:#444; margin-top:35px;}
.cjwt h3{ padding-left:30px;}
.cjwt h4{ font-size:18px; color:#444; margin-top:35px; margin-bottom:20px; font-weight:bold;}
.cjwt p{ padding-left:30px; color:#444; font-size:16px; line-height:32px;}
.cjwt a{ color:#06F; padding-left:2px; padding-right:2px;}
.cjwt a:hover{ text-decoration:underline;}

/* 发展历程 */
.his_block{ float:left; width:420px; padding-left:80px; height:160px;}


/* 新闻中心 */
.subnews{ float:left; width:1100px; min-height:650px; padding:40px 0;}
/*右侧快讯*/
.lph-right{width: 260px; display:inline; margin-left:30px; margin-right:10px; float: left;}
.kuaixun_tit{ float:left; overflow:hidden; width:260px; margin-bottom:20px; height:30px; border-bottom:1px solid #ccc; font-size:20px; font-weight:normal; color:#44cf44}
.lph-right .kuaixun .kx-ul li{ border-bottom:dotted 1px #CBCBCB;}
.lph-right .kuaixun .kx-ul li.hov{ border-bottom:dotted 1px #DB6D4C;}
.lph-right .kuaixun .kx-ul li a{width: 100%; height: 100%; display: block;padding: 12px 0;}
.lph-right .kuaixun .kx-ul li .time{float: left;width: 58px; height: 36px; line-height: 36px; text-align: center;color: #272322; font-size: 16px; background: #F2F2F2;}
/*.lph-right .kuaixun .kx-ul li .time{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}*/
.lph-right .kuaixun .kx-ul li.hov .time{background: #e4e400; color: #fff;}
.lph-right .kuaixun .kx-ul li .title{height: 36px; line-height: 18px; overflow: hidden; font-size: 13px; color: #3f3f3f; padding-left: 8px;}
/*.lph-right .kuaixun .kx-ul li .title{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}*/
.lph-right .kuaixun .kx-ul li.hov .title{color: #e4e400;}

#fy{ float:left; width:50px; display:inline; margin-left:100px; color:#44cf44}
#prev{ float:left; width:50px; color:#44cf44}
#next{ float:left; width:50px; color:#44cf44}

.news_right{ float:left; width:740px; padding:0 30px;}
/*新闻内页  */
.newsConNy{ padding:10px; text-indent:24px; line-height:24px;}
.newsConNy h4{text-align:center; padding-bottom:20px; font-size:26px;  color:#292929;}
.newsConNy p{ text-indent:2em; font-size:16px; margin:25px 0; color:#292929; line-height:30px;}
.newsConNy img{max-width:600px; _width:expression(this.width > 600 ? "600px" : this.width);}


/* 左边 */
.left_menu{ padding:0px 0px 100px 0px; float:left;}
.left_menu ul{ width:160px;}
.left_menu ul li{ width:160px; height:42px; border-bottom:solid 1px #CCC; text-align:center; line-height:42px; font-size:18px; margin-top:1px;}
.left_menu ul li a{ background:#f3f3f3; display:block;}
.left_menu ul li a:hover{ background:#e4e400; display:block; color:#FFF;}


/*翻页    */
.pagination{ float:left; margin-left:410px; margin-top:20px; width:500px; }
.pagination a {float:left; display:inline; background:url(../images/anbg.png) no-repeat; text-align:center; width:90px; height:30px; line-height:30px; color:#fff; margin-right:40px;}
.pagination a:hover{ color:#D7D7D7;}

.two_news{ font-size:14px; border-bottom: dashed 1px #CCC;}
.two_news h1{ border-bottom: dashed 1px #ddd; font-size:24px; color:#e4e400; font-weight:normal; line-height:40px; text-align:center;}

.fenye{ margin-top:30px;}
.fenye ul{ text-align:center;}
.fenye ul li{ float:left; margin:0px 1px; }
.fenye ul li a{ background:#FFF; border: solid 1px #CCC; display:block; padding:2px 10px;}
.fenye ul li{  background:#acd5e8; border: solid 1px #09c; color:#09c;}

.page_one {
  width: 1000px;
  height: auto;
  padding: 30px 0;
  min-height: 500px;
  font-family: "微软雅黑";
}
.page_one p {
  text-indent: 2em;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}
.answer_triger_icon {
    background-position: -225px 0;
    height: 9px;
    position: absolute;
    top: -9px;
    width: 18px;
}
.jumbotron {
    background-color: #ffffff;
    box-shadow: 0 2px 2px #e3e3e3;
    color: #999999;
    margin-bottom: 20px;
}
.common_question {
  font-family: "Microsoft Yahei";
}
.common_question li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  outline: none;
}
.common_question li a .dot {
  *top: -5px;
}
.common_question li .answer_box {
  padding: 17px;
  position: relative;
  margin-bottom: 0;
  display: none;
}
.common_question li .answer_box p {
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}
.common_question li:first-child .answer_box {
  display: block;
}

/*联系我们列表模块*/
/*联系我们列表模块*/
.cor_icon {
    background-position: 0 -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.throw_ads_icon {
    background-position: -74px -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.SDK_link_icon {
    background-position: -148px -145px;
    height: 72px;
    top: 10px;
    width: 74px;
}

.page_one_module {
  margin-bottom: 15px;
  *padding-bottom: 100px;
  padding: 15px 0;
}
.page_one_module:before,
.page_one_module:after {
  content: " ";
  display: table;
}
.page_one_module:after {
  clear: both;
}
.page_one_module .icon {
  margin: 0 75px ;
}
.page_one_module .box h3 {
  font-size: 16px;
  color: #2b99f8;
}
.page_one_module .box .contact_list {
  width: 600px;
  padding: 8px 0;
}
.contact_list span{ color:#666;}
.page_one_module .box .contact_list:before,
.page_one_module .box .contact_list:after {
  content: " ";
  display: table;
}
.page_one_module .box .contact_list:after {
  clear: both;
}
.page_one_module .box .contact_list span {
  font-size: 14px;
  display: block;
  width: 290px;
  height: 30px;
  float: left;
  line-height: 30px;
}
.box{ padding-left:100px;}

.jumbotron dt{ font-weight:bold; color:#e4e400; font-size:16px; margin-bottom:16px;}
.jumbotron dd{ color:#666; font-size:14px; line-height:24px}
.jumbotron dd a{color:#666; font-size:14px; line-height:24px}
.jumbotron dd a:hover{ color:#e4e400;}
.jumbotron .fl{ display:inline; margin-left:210px; margin-bottom:20px; margin-top:20px}
 



