@charset "utf-8";
/*
  stylesheet
*/
/* ------------------------------------------------------------------------- *
 *  Reset
 * ------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,select,option,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,button {
	margin:0;
	padding:0;
	border:0;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea,button {
	outline:0;
}


/* ------------------------------------------------------------------------- *
 *  全局 - 通用
 * ------------------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	font:normal 14px 微软雅黑,Arial,Helvetica,sans-serif;
}
a {
	text-decoration:none;
}
a:link,a:visited {
	color:#666666;
}
a:hover {
	color:#28abef;
}
a:active {
	color:#666;
}
a:focus{outline:none;}
ul {
	list-style:none;
}
em {
	font-style:normal;
}
h1,h2,h3 {
	font-weight:normal;
}

.wf{
	position: absolute; 
	top:64px;
	width: 100%; 
	height: 100%;
}


/* ------------------------------------------------------------------------- *
 *  布局 layout  index.html
 * ------------------------------------------------------------------------- */

/*  最外层容器
 * ------------------------------------ */
.main {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
}
/*  toubu头部最外层容器
 * ------------------------------------ */
.hw {
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
}
/*  header
 * ------------------------------------ */
.header {
	width:100%;
	height:37px;
	background-color:#222222;
}
.wrap {
	position:absolute;
	width:1132px;
	height:100%;
	top:40%;
	left:50%;
	margin-left:-566px;
}
.wrap-1 {
	position:absolute;
	width:1132px;
	height:100%;
	left:50%;
	margin-left:-566px;
}
.center {
	position:relative;
	margin:0 auto;
	width:1000px;

}
select[name='language'] {
	width:96px;
	height:22px;
	border:1px solid #050505;
	background:#151515;
	color:#666;
	padding-left:4px;
}
.line {
	position:absolute;
	display:inline-block;
	width:1px;
	height:16px;
	top:4px;
	background-color:#666;
	right:19px;
}
.arrow {
	position:absolute;
	right:6px;
	top:11px;
	width:0;
	height:0;
	line-height:0;
	border-width:4px;
	border-width:0 \0;
	border-style:solid;
	border-color:#666 transparent transparent transparent;
}

.login,.select {
	position:relative;
	height:22px;
	line-height:22px;
	text-align:center;
	margin-top:12px;
}
.login a,.login span {
	font-size:14px;
	font-family:"宋体";
}
.login .btn-lg {
    display: inline-block;
    padding: 0 20px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #999;
    color: #fff;
}
/*  nav
 * ------------------------------------ */
.nav {
	width:100%;
	height:64px;
	line-height:80px;
	position: relative;
}

.logo {
	position:relative;
	width:175px;
	height:44px;
	right:0;
	top:15px;
}
.lc{
	height:40px;
	line-height:40px;
	position: relative;
	bottom: 29px;
	font-size:16px;
}
.link {
	position:relative;
	margin-left: 300px;
	height:35px;
	line-height:35px;
	bottom:26px;
}
.link a {
	display:block;
	float:left;
	margin:0 5px;
	width:90px;
	height:35px;
	font-size:16px;
	border-radius:2px;
	color:#fff;
	display: block;
}
.link a.active:hover,.link a:hover{
	color:#fff;
}

.link a.active {
	background:#42a4ff;
	color:#fff;
}
.link a.active:hover{
	color:#fff;
}

/*head*/
.login .btn-lg1 {
    display: inline-block;
    padding: 0 20px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #42a4ff;
    color: #42a4ff;
}
.link1 {
	position:relative;
	margin-left: 300px;
	height:35px;
	line-height:35px;
	bottom:26px;
}
.link1 a {
	display:block;
	float:left;
	margin:0 5px;
	width:90px;
	height:35px;
	font-size:16px;
	border-radius:2px;
	color:#000;
	display: block;
}
.link1 a.active:hover,.link1 a:hover{
	color:#000;
}

.link1 a.active {
	background:#42a4ff;
	color:#fff;
}
.link1 a.active:hover{
	color:#000;
}
/*head*/

/*  ad-slide
 * ------------------------------------ */
.slider {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.page {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:hidden;
}
.page {
	display:none;
}
.page.visible {

	display:block;
}
.slide {
	position:relative;
	width:400%;
	height:600px;
}
.scon {
	position:relative;
	width:100%;
}
.scon .dot-1 {
	position:absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	bottom:30px;
	z-index:99;
	line-height:14px;
	text-align:center;
}
.de .center .dot-1 {
	position:absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	bottom:30px;
	z-index:99;
	line-height:14px;
	text-align:center;
}
.dot-1 li {
	cursor:pointer;
	float:left;
	width:10px;
	height:10px;
	line-height:10px;
	background:#000;
	margin-left:10px;
	margin-top:2px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	vertical-align:middle;
	-webkit-transition:all ease .4s;
	-moz-transition:all ease .4s;
	transition:all ease .4s;
}

.de .center .dot-1 li{
	background:#ccc;
}
.de .center .dot-1 li.active{
	border:2px solid #777;
}
.de .center .dot-1 li.active a{
	background:#777;
}
.dot-1 li.active {
	margin-top:0px;
	background:transparent;
	border:2px solid #000;
}
.dot-1 li.active a {
	display:block;
	width:6px;
	height:6px;
	margin-left:2px;
	margin-top:2px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	background:#000;
}
.slide .ss {
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.s1 {
	background: url(../images/bg0.jpg) no-repeat center center;
        background-size: cover;
}
.s2 {
	background: url(../images/bg0.jpg) no-repeat center center;
        background-size: cover;
}
.slide div {
	width:25%;
	height:100%;
}
.ad-foot {
	overflow:hidden;
	width:100%;
	height:200px;
	background-color:#333;
}
.ncon {
	position:relative;
	width:1758px;
}
.ncon .item {
	float:left;
	width:586px;
}
.ncon .item h1 a{
	color: #FFE000;
}
.ncon .item h1 a:hover{
	text-decoration: underline;
}
.news_scroll {
	position:relative;
	width:586px;
	height:120px;
	margin-top:54px;
	overflow:hidden;
}
.news_scroll img {
	vertical-align:middle;
}
.news_scroll .dot-1 {
	position:absolute;
	right:12px;
	bottom:18px;
}
.news_scroll .dot-1 li {
	width:6px;
	height:6px;
	margin-left:8px;
	background:#717171;
}
.news_scroll .dot-1 li.active {
	border:0;
	margin-top:2px;
	background:#ffe106;
}
.word {
	width:445px;
	height:95px;
}
.cut {
	display:inline-block;
	width:2px;
	height:200px;
	margin-left:20px;
	background-color:#404040;
}


/*  ADN
 * ------------------------------------ */
.adn {
	background-color:#F9F9F9;
}
.adn-inner {
	background:url("../images/bg2.jpg") no-repeat center center;
}
.intro {
	width:445px; padding-top:60px;
}
.more,.down-yellow,.more-1,.more-2,.down-purple{
	position:relative;
	display:block;
	width:120px;
	height:40px;
}
.more,.more-1,.more-2{
	background:url("../images/more.png")no-repeat;
}
.more:hover {
	background:url("../images/more-yellow-hover.png") no-repeat;
}
.more-1:hover {
	background:url("../images/more-hover.png") no-repeat center -2px;
}
.more-2:hover {
	background:url("../images/more-hover-1.png") no-repeat center;
}

a.down-purple { color:#1e2142}
a.down-purple-a { color:#1e2142}
.down-purple{
	width: 180px;
height: 40px;
border:1px solid #1e2142;
text-align: center;
color: #1e2142;
line-height: 40px;
font-size: 14px;
margin: 20px 0 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;}

.down-purple:hover{
width: 180px;
height: 40px;
border:1px solid #1e2142;
background:#1e2142;
text-align: center;
color: #f7d604;
line-height: 40px;
font-size: 14px;
margin: 20px 0 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}

.down-purple.mc {
	left:50%;
	margin-left:-90px;
}
a.down-yellow { color:#f7d604}
a.down-yellow-a { color:#f7d604}
.down-yellow {
	
	width: 180px;
height: 40px;
border:1px solid #f7d604;
text-align: center;
color: #f7d604;
line-height: 40px;
font-size: 14px;
margin: 20px 0 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;

}
.down-yellow:hover {

	width: 180px;
height: 40px;
border:1px solid #f7d604;
background:#f7d604;
text-align: center;
color: #1e2142;
line-height: 40px;
font-size: 14px;
margin: 20px 0 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.down-yellow.mc {
	left:50%;
	margin-left:-90px;
}
/*   广告主 开发者
 * ------------------------------------ */
.full-screen {
	position:relative;
	width:100%;
	height:100%;
	background-color:transparent;
}
.ad,.developer {
	position:relative;
	width:50%;
	height:100%;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
}

.ad {
	
}
.developer {

}
.ad-words {
	position:absolute;
	top:50%;
	left:50%;
	width:390px;
	height:166px;
	margin-top:-234.5px;
	margin-left:-107px;
	z-index:1;
}



/*  dsp
 * ------------------------------------ */
.dsp {
	background-color:#ea9900;
}
.dsp-inner {
	background:url("../images/p4-inner.png")no-repeat center bottom;
}


/*  海外
 * ------------------------------------ */
.abroad {
	
}
.abroad-inner {
	background:url("../images/bg3.jpg") repeat-y center center;
}
/*  广告资源
 * ------------------------------------ */
.ad-res {
    background:#f9f9f9 url("../images/p5-inner.png") no-repeat center center;

}
.data {
	margin-top:80px;
}

.data span{font-size: 30px; font-weight: bold; color: #2dacf1;}
.dataa{ position: absolute;bottom: 55px;left: 100px;}
	
.datab{ position: absolute;bottom: 55px;left: 380px;}
.datac{ position: absolute;bottom: 55px;left: 710px;}
.datad{ position: absolute;bottom: 55px;left: 710px;}

.data div {
	float:left;
}
.data center {
	font-size:90px;
	color:#2dacf1;
	height:80px;
	line-height:80px;
	text-align:center;
	font-weight:bold;
	font-family:arial;
}
.data p {
	font-size:16px;
	color:#474747;
	margin-top:14px;
}
.plus {
	width:30px;
	height:34px;
	/*background-image:url("../images/plus.png");*/
	margin:23px 44px 0 54px;
	text-align:center;
	line-height:34px;
}
.ls21 {
	letter-spacing:21px;
	
}
/*  partner
 * ------------------------------------ */
.wf .title{width: 270px; height: 80px; position: relative; border-bottom: 1px solid #d5d5d5;  margin: 0 auto; text-align: center; font-size: 36px; color: #474747;}
.wf .title span{ display: block; width: 30px; position: absolute; left: 50%; margin-left: -15px; bottom: -2px; background: #2dacf1; height: 3px; }

.partner {

	background:#f0f1f1 url("../images/bg6.jpg") no-repeat center bottom;
}



.partner .nav-item-ab {
	text-align:center;

}
.partner .nav-item-ab a {
	padding:0 10px;
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#666;
}


.partner .nav-item a:hover,.partner .nav-item-ab a:hover {
	color:#2dacf1;
}
.partner .nav-item a.active,.partner .nav-item-ab a.active {
	color:#2dacf1;
	border-bottom:3px solid #2dacf1;
}
.partners {
	position:relative;
	left:50%;
	margin-left:-129px;
	width:258px;
	height:42px;
	 margin-top:30px;
}
.partners li {
	float:left;
	font-size:16px;
	color:#333;
	height:42px;
	line-height:42px;
	border-right:1px solid #fff;
	padding:0 40px;
	cursor:pointer;
	background:#fff;
}
.partners li:hover,.partners li.active {
	color:#fff;
	background:#2dacf1;
	border-right:1px solid #fff;
}
.part-wrap {
	margin-top:60px;
	position:relative;
	width:1000px;
	height:450px;
	overflow:hidden;
}
.partners li.no-br {
	border-right:none;
}
.radius-r {
	border-radius:0 40px 40px 0px;
}
.radius-l {
	border-radius:40px 0 0 40px;
}
.app-glance,.cus-glance,.poster-glance,.media-glance {
	position:absolute;
	height:350px;
	width:2000px;
	left:0;
}
.app-glance li,.cus-glance li,.poster-glance li,.media-glance li {
	float:left;
	text-align:center;
}
.app-glance li img,.cus-glance li img,.poster-glance li img,.media-glance li img{
	vertical-align: middle;
}

.cus-glance li,.poster-glance li,.media-glance li,.app-glance li {
	position:relative;
	width:200px;
	height:175px;
	line-height:125px;
}
.cus-glance li.shadow,.poster-glance li.shadow,.media-glance li.shadow,.app-glance li.shadow {
	background:#E6E6E6;
}
.cus-glance li img, .media-glance li img {
	width:170px;
	height:155px;



}
  /*.cus-glance li img, .media-glance li img {
	  width:84px;
	  height:84px;
	  position:absolute;
	  left:50%;
	  top:50%;
	  margin-left:-40px;
	  margin-top:-40px;
  }
*/
.app-glance li img {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-75px;
	margin-top:-30px;
}
.partner .partner-s {
	width:1000px;
	float:left;
}
/*页脚*/
.fcon {
	position:relative;
	width:1200px;
	margin:0px auto;
}

.footer {
	position:absolute;
	bottom:0;
	width:100%;
	min-width:1200px;
	background:#354051;
	padding:10px 0;
}
.top {
	position:absolute;
	top:0px;
	right:33px;
	width:50px;
	height:50px;
	background:#ffffff;
}
.top a {
	display:block;
	width:50px;
	height:50px;
}
.top .qr-code {
	border-bottom:1px solid #ddd;
	background:url("../images/qr-code.png") no-repeat center center;
}
.top .qr-code:hover {
	border-bottom:1px solid #ddd;
	background:url("../images/qr-hover.png") no-repeat center center;
}
.top .goto {
	background:url("../images/top.png") no-repeat center center;
}
.top .goto:hover {
	background:url("../images/top-hover.png") no-repeat center center;
}
.dy,.dy-1,.dy-2 {
	position:absolute;
	width:155px;
	height:168px;
	right:45px;
	bottom:48px;
	display:none;
}
.dy-1{
	top: -137px; 
	right: 94px;
}
.footer .about{ height:50px; border-bottom:1px solid #485261}
.about-wrap {
	width:400px;
}
.about-wrap a,.contact li {
	float:left;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.about-wrap a {
	margin-right:24px;
}
.about-wrap a:hover {
	color:#2dacf1;
	text-decoration:underline;
}
.contact {
	width:510px;
	margin-left:90px;
}
.btn {
	width:39px;
	height:38px;
	/*border-radius:100%;
	*/
}
.about-wrap a,.contact span {
	height:36px;
	line-height:36px;
}
.qq {
	background-image:url("../images/q2.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.weixin-1,.weixin{
	background:url("../images/weixin.png") no-repeat center center;
}
.weixin:hover {
	background:url("../images/weixin-hover.png")no-repeat center center;
}
.weixin-1:hover {
	background:url("../images/weixin-hover.png") no-repeat center center;
}
.weibo {
	background:url("../images/weibo.png") no-repeat center center;
}
.weibo:hover {
	background:url("../images/weobo-hover.png") no-repeat center center;
}

.e {
	background:url("../images/e.png") no-repeat center center;
}
.e:hover {
	background:url("../images/e-hover.png") no-repeat center center;
}
.tel {
	background:url("../images/tel.png")no-repeat center center;
}
.qq:hover {
	background:url("../images/q1.png");
}
.flink {
	position:relative;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.flink a {
	color:#888;
	font-size:12px;
}
.flink a:hover {
	color:#FFE000;
}
.flink span {
	color:#666;
	font-size:12px;
}
.down {
	display:inline-block;
	position:absolute;
	cursor:pointer;
	top:12px;
	right:16px;
	width:16px;
	height:16px;
	background:url("../images/down.png") no-repeat center;
}
.transition {
	-webkit-transition:all .4 ease;
	-moz-transition:all .4 ease;
	-o-transition:all .4 ease;
	transition:all .4 ease;
}
.rotate180 {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
/* ------------------------------------------------------------------------- *
 *  布局 layout  adn.html
 * ------------------------------------------------------------------------- */

.adn-center {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:200px;
}
.dot-list,.dot-list-1 {
	list-style:disc;
	font-size:18px;
}
.dot-list em {
	font-size:18px;
	color:#ff7e00;
	font-weight:bold;
}

/*  点击广告
 * ------------------------------------ */

.Click-ads {
	background-color:#ffa200;/*ffcd4a*/
}
.dot-list-1 {
	position:relative;
	list-style:none;
}
.dot-list-1 a {
	display:inline-block;
	padding:0 10px;
	line-height:25px;
	font-size:18px;
	color:#fff;

}

.page-bottom {
	position:absolute;
	z-index:10;
	width:100%;
	background:url("../images/integralwall-bottom.png")no-repeat center bottom;
}
/*  积分墙
 * ------------------------------------ */

.integralwall {
	background-color:#35c87a;
}
.dot-list-1 {
	position:relative;
	list-style:none;
}
.dot-list-1 a {
	display:inline-block;
	padding:0 10px;
	line-height:25px;
	font-size:18px;
	color:#fff;

}

.page-bottom {
	position:absolute;
	z-index:10;
	width:100%;
	background:url("../images/integralwall-bottom.png")no-repeat center bottom;
}
/*  插屏广告
 * ------------------------------------ */

.pla-ad {
	background-color:#fe6553;
}
.dlr a {
	color:#fff;
}
/*  接入方式
 * ------------------------------------ */

.access-mode {
	background-color:#53c5e7;
}
.adn-light {
	position:absolute;
	top:0;
	left:0;
	width:419px;
	height:273px;
	
}
.dlb a {
	color:#fff;
	
}
.ellipse {
	position:absolute;
	left:400px;
	top: 60px;
	width:642px;
	height:537px;
	
}
.intro-img .adn-tip {
	position:absolute;
	right:172px;
	top:-28px;
	width:130px;
	height:130px;
	background:url("../images/adn-tip.png") no-repeat center center;
}
/*  list导航
 * ------------------------------------ */
.nav-list {
	position:absolute;
	width:20px;
	top:50%;
	margin-top:-75px;
	right:1%;
	z-index:200;
	opacity:.8;
}
.nav-list li {
	position:relative;
	height:18px;
	width:18px;
	margin:20px 5px;
	border-radius:100%;
	-webkit-transition:all ease .4s;
	-moz-transition:all ease .4s;
	-o-transition:all ease .4s;
	transition:all ease .4s;
	cursor:pointer;
}
.nav-list li a {
	display:inline-block;
	height:10px;
	width:10px;
	margin-left:4px;
	margin-bottom:2px;
	margin-bottom:2px \0;
	overflow:hidden;
	background:#cacaca;
	border-radius:100%;
}
.nav-list li.current,.nav-list li:hover {
	background:#CACACA;
}
.nav-list li.current a {
	background:#2dacf1;
}


/* ------------------------------------------------------------------------- *
 *  布局 layout  dspex.html
 * ------------------------------------------------------------------------- */
.dsp-fc {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.img-con{ 
	position: relative;
	margin: 122px auto 0;
	width: 756px;
	height: 275px;  
}
.img-con .dd{
	position: absolute;
	display: block;
} 

.img-con .dd.d1{
	top: 73px;
	left: 71px;
	width: 32px;
	height: 50px;
	background: url("../images/d1.png") no-repeat center center;
}
.img-con .dd.d2{
	top: 8px;
	left: 426px;
	width: 33px;
	height: 51px;
	background: url("../images/d2.png") no-repeat center center;
}
.img-con .dd.d3{
	top: 75px;
	right: 34px;
	width: 23px;
	height: 34px;
	background: url("../images/d3.png") no-repeat center center;
}
.img-con .dd.d4{
	bottom: 73px;
	left: 336px;
	width: 23px;
	height: 34px;
	background: url("../images/d4.png") no-repeat center center;
}


.dspex .center,.dmp .center {
	height:820px;
	width:1000px;
	top:117px;
}
.dspex .center.res,.dmp .center.res {
	height:100%;
	width:1000px;
	top:0;
}
.wrap.dsp-bg1 {
	background:#fff url("../images/regular-touf.png") no-repeat center center;
}
.wrap.dsp-bg2 {
	background:#35c87a url("../images/ao-bg.png") no-repeat center center;
}
.wrap.dsp-bg3 {
	background:#53c5e7 url("../images/pro-data.png") no-repeat center center;
}



/* ------------------------------------------------------------------------- *
 *  布局 layout  dmp.html
 * ------------------------------------------------------------------------- */
.wrap-1.dmp-bg2 {
	background:#fe6553 url("../images/data-bg.png") no-repeat center bottom;
}
.m-inner {
	position:absolute;
	left:50%;
	width:1200px;
	margin-left:-600px;
}
.c-inner {
	position:relative;
	width:1200px;
	margin:0 auto;
}
.m-inner .g-img-1 {
	position:absolute;
	top:15px;
	left:250px;
}
.m-inner .g-img-2 {
	position:absolute;
	top:-28px;
	left:120px;
}


/*DMP与DSP无缝对接*/
.dock {
	position:relative;
	width:781px;
	height:381px;
	margin:0 auto;
}
.dock img {
	position:absolute;
}
.dock .g-img-bg {
	bottom:0px;
}
.dock .g-img-dspex {
	bottom:18px;
	left:45px;
}
.dock .g-img-dmp {
	bottom:-21px;
	right:60px;
}
.dock .g-img-link {
	bottom:74px;
	right:228px;
}
.dock .g-img-line {
	top:20px;
	left:32px;
}
/* ------------------------------------------------------------------------- *
 *  布局 layout  案例中心
 * ------------------------------------------------------------------------- */
 


.case-center {
	position:relative;
	overflow:hidden;
	margin-top:64px;
	background-color:#fff;
}
.case-nav {
	position:relative;
	text-align:center;
	padding-top:60px;
}
.case-nav a {
	display:inline-block;
	height:60px;
	line-height:60px;
	font-size:14px;
	color:#666;
}
.case-nav a:hover {
	color:#2dacf1;
}
.case-nav a.active {
	color:#2dacf1;
	border-bottom:2px solid #2dacf1;
}
.case-con {
	width:100%;
	min-height: 680px;
	/*overflow-y:scroll;*/
}
.case-con ul {
	
}
.table-view {
	position: relative;
	display:block;
	font-size:0;
	height:100%;
}
.table-view li {
	position:relative;
	float: left;
	text-align:center;
	width:16.66%;
}
.table-view li img{
	display:block;
	width:100%;
	height:100%;
}
@media (min-width:1200px) {
	.table-view li {
	width:16.66%;
}
}@media (max-width:1200px) {
	.table-view li {
	width:25%;
}
}@media (max-width:720px) {
	.table-view li {
	width:50%;
}
}@media (max-width:420px) {
	.table-view li {
	width:100%;
}
}/* ------------------------------------------------------------------------- *
 *  布局 layout  开发者和广告主
 * ------------------------------------------------------------------------- */
.container {
	position:relative;
	margin-top:64px;
}
.banner {
	width:100%;
	height:600px;
	background:#4385f5 url("../images/banner-bg.png") no-repeat center center;
}
.banner .intro {
	position:absolute;
	left:0;
	top:50%;
	width:222px;
	height:128px;
	margin-top:-64px;
}
.banner .intro-img {
	position:absolute;
	right:0;
	top:50%;
	height:281px;
	margin-top:-140.5px;
}
.bd-nav {
	position:relative;
	width:100%;
	height:160px;

	border-bottom:1px solid #ddd;
}
.nav-item {
	position:relative;
	text-align:center;
}

.ads .nav-item a,.dev .nav-item a{
	width: 100px;
}
.nav-item a,.nav-item-ab a {
	padding:0 5px;
	display:inline-block;
	height:160px;
	line-height:248px;
	font-size:16px;
	color:#666;
}
.nav-item a:hover,.nav-item-ab a:hover {
	color:#2dacf1;
}
.nav-item a.active,.nav-item-ab a.active {
	color:#2dacf1;
	border-bottom:3px solid #2dacf1;
}
.dt,.as,.de,.dw {
	position:relative;
}
.de,.de .center{
	height: 425px;
}

.fa .center{
	height: 503px;
}


.de .center .dec-slide,.fa .center .fa-slide{
	position: absolute;
	width: 3000px;
}
.de .center .dec-slide .item{
	float: left;
	width: 1000px;
	text-align: center;
}
.fa .center .fa-slide .item{
	float: left;
	width: 1000px;
}
.nav-item .g1 {
	background:url("../images/1-2-5.png")no-repeat center 25px;
}
.nav-item .g2 {
	background:url("../images/1-2-4.png")no-repeat center 25px;
}
.nav-item .g3 {
	background:url("../images/1-2-1.png") no-repeat center 25px;
}
.nav-item .g4 {
	background:url("../images/1-2-3.png")no-repeat center 25px;
}
.nav-item .g21 {
	background:url("../images/2-1-1.png")no-repeat center 25px;
}
.nav-item .g22 {
	background:url("../images/2-1-2.png") no-repeat center 25px;
}
.nav-item .g23 {
	background:url("../images/2-1-3.png")no-repeat center 25px;
}
.sdk {
	background:#f9f9f9 url("../images/line.png") no-repeat left bottom;
}
.sdk {
	position:relative;
	width:100%;
	height:315px;
	overflow:hidden;
}
.sdk-1 {
	position:relative;
	background:#f9f9f9;
	width:100%;
	height:204px;
	overflow:hidden;
}
.sdk .good {
	padding-left:14px;
	background:url("../images/sz.png") no-repeat 0px 3px;
}
.ia-inner {
	position:relative;
}
.dt .section {
	position:absolute;
	top:125px;
	overflow:hidden;
}
.dt .section time,.list-view time {
	padding-left:16px;
	background:url("../images/clock.png") no-repeat 0px 4px;
}
.dt .section dt {
	margin-top:5px;
}
.dt .section .download,.dt .section-1 .download {
	display:inline-block;
	width:149px;
	height:42px;
	background:url("../images/download.png") no-repeat center center;
}
.dt .section .download-1,.dt .section-1 .download-1 {
	display:inline-block;
	width:149px;
	height:42px;
	background:url("../images/sdk-android.png") no-repeat center center;
}
.dt .section .download:hover,.dt .section-1 .download:hover {
	background:url("../images/download-hover.png") no-repeat;
}
.dt .section .download-1:hover,.dt .section-1 .download-1:hover {
	background:url("../images/android-hove.png") no-repeat;
}
.bb {
	border-bottom:1px dashed #e6e6e6;
}
.sdk-1 .line {
	font-size:0;
	position:absolute;
	top:0;
	left:497px;
	width:1px;
	height:100%;
	background:url("../images/ll.png")no-repeat;
}
.as {
	width:1000px;
	height:779px;
	background:url("../images/line-bg.png") no-repeat center center;
}
.as .section {
	position:relative;
	width:50%;
	height:252px;
	float:left;
}
.as .section-inner {
	position:relative;
	padding-left:68px;
	overflow:hidden;
}
.as .section .bgi1 {
	background:url("../images/2-1.png") no-repeat 0px 0px;
}
.as .section .bgi2 {
	background:url("../images/2-2.png")no-repeat 0px 0px;
}
.as .section .bgi3 {
	background:url("../images/2-3.png") no-repeat 0px 0px;
}
.as .section .bgi4 {
	background:url("../images/2-4.png") no-repeat 0px 0px;
}
.as .section .bgi5 {
	background:url("../images/2-5.png") no-repeat 0px 0px;
}
.list-view li {
	position:relative;
	padding:30px;
	overflow:hidden;
	border-bottom:1px dashed #E6E6E6;
}
.list-view li:nth-last-child(1) {
	border-bottom:none;
}
.list-view li:hover {
	background:#F8F8F8;
}
.list-view .badge {
	position:absolute;
	display:inline-block;
	width:103px;
	height:43px;
	background:url("../images/download-1-hover.png") no-repeat center;
	right:30px;
	top:50%;
	margin-top:-21.5px;
}
.list-view .badge:hover {
	background:url("../images/download-1.png")
}
.dw .btn {
	position:relative;
	display:block;
	margin:20px auto 0;
	cursor:pointer;
	width:943px;
	height:43px;
	background:url("../images/btn.jpg") no-repeat center center;
}
.dw .btn:hover {
	background:url("../images/btn-hover.jpg")
}
/*  广告主
 * ------------------------------------ */
.ads .banner {
	background:#3ccb89 url("../images/banner-1.png") no-repeat center center;
}

.a-de .de-slide{
	position: absolute;
	width: 3000px;
}

.a-de .center{
	width: 960px;
	height: 640px;
}

.a-de .de-slide li{
	width: 960px;
	float: left;
}

.fa .gl,.fa .gr,.de .gl,.de .gr,.a-de .gr,.a-de .gl {
	position:absolute;
	top:50%;
	width:53px;
	height:53px;
	margin-top:-26.5px;
	cursor:pointer;
}
.fa .gl,.de .gl,.a-de .gl{
	background:url("../images/ld.png") no-repeat center;
}
.fa .gl:hover,.de .gl:hover,.a-de .gl:hover {
	background:url("../images/ld-hover.png") no-repeat center;
}
.fa .gr,.de .gr,.a-de .gr {
	right:0;
	background:url("../images/rd.png") no-repeat center;
}
.fa .gr:hover,.de .gr:hover,.a-de .gr:hover {
	right:0;
	background:url("../images/rd-hover.png") no-repeat center;
}

.fa .desc {
	width:630px;
}
.fa .mp {
	padding-left:65px;
	height:53px;
	color:#000;
	font-size:16px;
}
.fa .mp.p2 {
	background:url("../images/ge.png") no-repeat 0px center;
}
.fa .mp.p1 {
	background:url("../images/xin.png") no-repeat 0px center;
}
/*再线反馈*/
.ads .of {
	position:relative;
	width:100%;
	height:720px;
	background:#F8F8F8 url("../images/map.png") no-repeat center;
	overflow:hidden;
	padding-top:70px;
}
.form-group {
	display:inline-block;
	width:298px;
	margin-bottom:0;
	vertical-align:middle;
}
.form-control {
	display:block;
	width:auto;
	height:34px;
	line-height:34px;
	border-radius:34px;
	border:1px solid #CCCCCC;
	padding:6px 12px;
	font-size:14px;
	color:#999;
	background-color:#fff;
}
.form-group .form-control {
	width:272px;
}
.ol .form-control,.ol textarea {
	width:598px;
}
.ol textarea {
	border-radius:20px;
	padding:12px;
}
.of form {
	position:relative;
	width:622px;
	margin:20px auto 0;
}
.of .sc img {
	vertical-align:middle;
}
.of .sc .form-group {
	width:109px;
}
.of .sc .form-group .form-control {
	width:85px;
}
.of .sc .submit {
	cursor:pointer;
	width:109px;
	height:34px;
	line-height:34px;
	padding:6px 12px;
	background-color:#3ccb89;
	border-radius:34px;
	color:#fff;
	font-size:14px;
}
.de-slide .l1 {
	width:960px;
	height:640px;
}
.de-slide .item {
	float:left;
	width:320px;
	height:320px;
	cursor:pointer;
}
/* ------------------------------------------------------------------------- *
 *  布局 layout  新闻动态
 * ------------------------------------------------------------------------- */

.dn .bd-nav,.about .bd-nav {
	height:83px;
	
}
.dn .nav-item,.about .nav-item,.nav-item-ab {
	text-align:left;
}
.dn .nav-item a,.about .nav-item a,.nav-item-ab a {
	height:80px;
	line-height:80px;
}
.dn .bd-con {

	background:#f7f7f7;
}
.dn .bd-con .center {
	padding:20px;
	background:#fff;
}


/*  最新活动
 * ------------------------------------ */
.last-act .t1,.oca .t1 {
	width:80px;
	padding-right:20px;
}
.last-act .mon,.last-act .y,.oca .mon,.oca .y {
	position:absolute;
	width:80px;
	height:75px;
	top:0;
	left:0;
	border-right:1px solid #dbdbdb;
	
}
.last-act .mon,.oca .mon {
	border-bottom:1px solid #dbdbdb;
}

.last-act h2 a{
	color: #FF7E00;
}

.last-act h2 a:hover{
	text-decoration: underline;
}

.mon .day {
	font-family:arial;
	font-size:30px;
	font-weight:bold;
	color:#000;
}
.last-act .y,.oca .y {
	top:75px;
	line-height:75px;
}
.oca .more,.last-act .more {
	cursor:pointer;
	margin-top:50px;
	width:100%;
	height:40px;
	background:url("../images/more-1.png") no-repeat center;
}
.oca .more:hover,.last-act .more:hover {
	background:url("../images/more-hover-2.png") no-repeat center;
}
.paging {
	width:100%;
	height:80px;
	border-top:1px solid #eee;
	margin-top:50px;
}
.paging a {
	height:80px;
	line-height:80px;
	text-align:center;
}
.paging a:hover{
	color: #FF7E00;
}

.h-overf{ height:100px; overflow:hidden}
/*  关于我们
 * ------------------------------------ */

.about .in1 {
	
}
.about .in2 {
	background:#f8f8f8;
}
.in1 .l {
	width:1px;
	height:56px;
	background:url("../images/line-1.png") no-repeat center center;
}
.in2 p {
	height:50px;
	line-height:150%;
	text-align:left;
	padding-left:65px;
}
.in2 .p1 {
	background:url("../images/ab5.png")no-repeat left center;
}
.in2 .p2 {
	background:url("../images/ab4.png") no-repeat left center;
}
.in2 .p3 {
	background:url("../images/ab2.png") no-repeat left center;
}
.in2 .p4 {
	background:url("../images/ab3.png") no-repeat left center;
}
.cont .center img {
	width:1000px;
	height:300px;
}
.contc {

}
.contc .mod {
	height:52px;
	padding-left:65px;
}
.contc .mod p.oneline {
	height:50px;
	line-height:50px;
}
.contc .mod.free {
	background:url("../images/phone-1.png") no-repeat left center;
}
.contc .mod.lbs {
	background:url("../images/lbs.png")no-repeat left center;
}
.contc .mod.tm {
	background:url("../images/phone-0.png")no-repeat left center;
}
.contc .mod a {
	font-size:24px;
	color:#2dacf1;
}
/*  加入我们
 * ------------------------------------ */
.joinus .list-view {
	background:#fcfcfc;
	border-right:1px solid #F2F2F2;
}
.joinus .list-view li {
	padding:15px;
	border-bottom:1px solid #f2f2f2;
}
.joinus .list-view li:hover,.joinus .list-view li.active {
	border-left:3px solid #2dacf1;
	background:#fff;
}
.joinus .list-view li:hover a,.joinus .list-view li.active a {
	color:#2dacf1;
	font-size:14px;
	font-weight:bold;
}
.joinus .desc {
	font-size:14px;
	color:#666;
}
.joinus dd {
	margin-top:15px;
}
.hr a {
	font-weight:bold;
	color:#FF7E00;
	font-size:16px;
}
/*----------------------------------------------------------------------------*
 * 细节补充
 *----------------------------------------------------------------------------*/
.dot {
	cursor:pointer;
	position:relative;
	width:100px;
	margin:0 auto;
	top:370px;
	z-index:99;
	
}
.dot li {
	cursor:pointer;
	float:left;
	-webkit-transition:all ease .4s;
	-moz-transition:all ease .4s;
	transition:all ease .4s;
}
.dot li a {
	display:block;
	margin-left:10px;
	width:10px;
	height:10px;
	line-height:10px;
	border-radius:100%;
	background:#ddd;
}
.dot li.active a {
	background:#FF7E00;
}
.joinus .item {
	padding-bottom:30px;
}
.joinus .item h1 {
	height:36px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-left:20px;
	border-bottom:1px solid #F2F2F2;
}

.joinus .desc h1{
	height:26px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding-left:0px;
	border-bottom:1px solid #F2F2F2;
	margin:15px 0;
}

.joinus .desc h2{
	height:26px;
	font-size:15px;
	font-weight:bold;
	color:#666;
	padding-left:0px;
	margin:20px 0 5px 0;
}
/* ------------------------------------------------------------------------- *
 *  全局 - 通用
 * ------------------------------------------------------------------------- */
.h18 {
	font-weight:bold;
	font-size:18px;
	color:#ffe106;
}
.p14 {
	font-size:14px;
	color:#ccc;
}
.h25 {
	font-size:25px;
	font-weight:bold;
}
.h60 {
	font-size:60px;
	color:#ffe106;
	font-weight:bold;
}
.h40 {
	font-size:40px;
	font-weight:bold;
}
.h30 {
	font-size:30px;
	font-weight:bold;
}
.black_p {
	line-height:36px;
	background:#000;
	color:#fff;
}
.pr {
	position:relative;
}
/*  全局 - 遮罩层
 * ------------------------------------ */
.visible{
	visibility: visible;
}
.hidden{
	visibility: hidden;
}
.hid{
	overflow: hidden;
}
.shade {
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.table {
	display:table;
	/*width:100%;*/
	table-layout:fixed;
}
.table-cell {
	position:relative;
	display:table-cell;
}
/*文字排版*/
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}

.f25 {
	font-size:25px;
	color:#1e2142
}
.f30 {
	font-size:30px;
}
.f35 {
	font-size:35px;
}
.f40 {
	font-size:40px;
}
.f45 {
	font-size:45px;
}
.cf {
	color:#fff;
}
.c0 {
	color:#000;
}
.c3 {
	color:#333;
}
.cb {
	color:#43b4f4;
}
.ca {
	color:#aaa;
}
.c6 {
	color:#666;
}
.c8 {
	color:#888;
}
.c9 {
	color:#999;
}
.c94{ color:#949494}
.cc {
	color:#ccc;
}
.c01 {
	color:#010101;
}
.ffe000 {
	color:#ffe000
}

.dacf1{ 
    color:#2dacf1
	}

.f7d604 {
	color:#f7d604
}
.1e2142{
	color:#1e2142
	}
.ff7e00 {
	color:#FF7E00;
}
.lh150 {
	line-height:150%;
}
.lh180 {
	line-height:180%;
}
.lh200 {
	line-height:200%;
}
.ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.fb {
	font-weight:bold;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt50 {
	margin-top:50px;
}
.mt100 {
	margin-top:100px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb50 {
	margin-bottom:50px;
}
.mb100 {
	margin-bottom:100px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml50 {
	margin-left:50px;
}
.ml100 {
	margin-left:100px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr50 {
	margin-right:50px;
}
.mr100 {
	margin-right:100px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p50 {
	padding:50px;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
.pt50 {
	padding-top:50px;
}
.pt100 {
	padding-top:100px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pb20 {
	padding-bottom:20px;
}
.pb30 {
	padding-bottom:30px;
}
.pb50 {
	padding-bottom:50px;
}
.pb100 {
	padding-bottom:100px;
}
.pl2 {
	padding-left:2px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl50 {
	padding-left:50px;
}
.pl100 {
	padding-left:100px;
}
.pr2 {
	padding-right:2px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr15 {
	padding-right:15px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
.pr50 {
	padding-right:50px;
}
.pr100 {
	padding-right:100px;
}
.tl {
	text-align:left;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.bg-inner {
	position:absolute;
	left:50%;
	height:100%;
}
.intro-img {
	position:absolute;
}
/*  全局 - 清除浮动
 * ------------------------------------ */
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear:after {
	clear:both;
	display:table;
	content:"";
	zoom:1;
}




/* ------------------------------------------------------------------------- *
 *  animation
 * ------------------------------------------------------------------------- */

/*  首页
 *------------------------------------ */
.intro > :nth-child(1),.ad .ad-words :nth-child(1){
	-webkit-animation: fadeinT 1s .2s ease both;
	-moz-animation: fadeinT 1s .2s ease both;
	-ms-animation: fadeinT 1s .2s ease both;
	animation: fadeinT 1s .2s ease both;
}

.intro > :nth-child(2),.ad .ad-words :nth-child(2){
	-webkit-animation: fadeinL 1s 1s ease both;
	-moz-animation: fadeinL 1s 1s ease both;
	-ms-animation: fadeinL 1s 1s ease both;
	animation: fadeinL 1s 1s ease both;
}


.index .intro > :nth-child(4),.ad .ad-words :nth-child(4) {
	-webkit-animation: bounceinL 1s 1.8s ease both;
	-moz-animation: bounceinL 1s 1.8s ease both;
	-ms-animation: bounceinL 1s 1.8s ease both;
	animation: bounceinL 1s 1.8s ease both;
}

.index .intro > :nth-child(6),.ad .ad-words :nth-child(6) {
	-webkit-animation: bounceinL 1s 2.6s ease both;
	-moz-animation: bounceinL 1s 2.6s ease both;
	-ms-animation: bounceinL 1s 2.6s ease both;
	animation: bounceinL 1s 2.6s ease both;
}

.intro-img img{
	-webkit-animation: bounceinR 1s 1.8s ease both;
	-moz-animation: bounceinR 1s 1.8s ease both;
	-ms-animation: bounceinR 1s 1.8s ease both;
	animation: bounceinR 1s 1.8s ease both;
}



.dsp-inner-01 img{
	-webkit-animation: bounceinL 1s 1.2s ease both;
	-moz-animation: bounceinL 1s 1.2s ease both;
	-ms-animation: bounceinL 1s 1.2s ease both;
	animation: bounceinL 1s 1.2s ease both;
}

.dsp-inner-02 img{
	-webkit-animation: bounceinR 1s 1.2s ease both;
	-moz-animation: bounceinR 1s 1.2s ease both;
	-ms-animation: bounceinR 1s 1.2s ease both;
	animation: bounceinR 1s 1.2s ease both;
}

.slider .page{
	-webkit-animation: fadeinB 1s .2s ease both;
	-moz-animation: fadeinB 1s .2s ease both;
	-ms-animation: fadeinB 1s .2s ease both;
	animation: fadeinB 1s .2s ease both;
}


/* 开发者 */
.developer .ad-words :nth-child(1) {
	-webkit-animation: rotateinRT 1s 2s ease both;
	-moz-animation: rotateinRT 1s 2s ease both;
	-ms-animation: rotateinRT 1s 2s ease both;
	animation: rotateinRT 1s 2s ease both;
}


.developer .ad-words :nth-child(2) {
	-webkit-animation: fadeinR 1s 2.4s ease both;
	-moz-animation: fadeinR 1s 2.4s ease both;
	-ms-animation: fadeinR 1s 2.4s ease both;
	animation: fadeinR 1s 2.4s ease both;
}

.developer .ad-words :nth-child(4) {
	-webkit-animation: fadeinR 1s 3.2s ease both;
	-moz-animation: fadeinR 1s 3.2s ease both;
	-ms-animation: fadeinR 1s 3.2s ease both;
	animation: fadeinR 1s 3.2s ease both;
}
.developer .ad-words :nth-child(6) {
	-webkit-animation: bounceinR 1s 4s ease both;
	-moz-animation: bounceinR 1s 4s ease both;
	-ms-animation: bounceinR 1s 4s ease both;
	animation: bounceinR 1s 4s ease both;
}


/* 广告资源 */
.ad-res .wrap > :nth-child(1){
	-webkit-animation: zoomInUp 1s ease both;
	-moz-animation: zoomInUp 1s  ease both;
	-ms-animation: zoomInUp 1s  ease both;
	animation: zoomInUp 1s  ease both;
}

.ad-res .wrap > :nth-child(2){
	-webkit-animation: fadeinB 1s .4s ease both;
	-moz-animation: fadeinB 1s .4s ease both;
	-ms-animation: fadeinB 1s .4s ease both;
	animation: fadeinB 1s .4s ease both;
}

.ad-res .wrap > :nth-child(3){
	-webkit-animation: fadeinB 1s .8s ease both;
	-moz-animation: fadeinB 1s .8s ease both;
	-ms-animation: fadeinB 1s .8s ease both;
	animation: fadeinB 1s .8s ease both;
}


/* 1 */
.ad-res .data div:nth-child(1) > :nth-child(1){
	-webkit-animation: fadeinB 1s 1.2s ease both;
	-moz-animation: fadeinB 1s 1.2s ease both;
	-ms-animation: fadeinB 1s 1.2s ease both;
	animation: fadeinB 1s 1.2s ease both;
}

.ad-res .data div:nth-child(1) > :nth-child(2){
	-webkit-animation: fadeinB 1s 1.4s ease both;
	-moz-animation: fadeinB 1s 1.4s ease both;
	-ms-animation: fadeinB 1s 1.4s ease both;
	animation: fadeinB 1s 1.4s ease both;
}

.ad-res .data div:nth-child(1) > :nth-child(3){
	-webkit-animation: fadeinB 1s 1.6s ease both;
	-moz-animation: fadeinB 1s 1.6s ease both;
	-ms-animation: fadeinB 1s 1.6s ease both;
	animation: fadeinB 1s 1.6s ease both;
}

/* 2 */
.ad-res .data div:nth-child(2){
	-webkit-animation: rotateIn 1s 1.6s ease both;
	-moz-animation: rotateIn 1s 1.6s ease both;
	-ms-animation: rotateIn 1s 1.6s ease both;
	animation: rotateIn 1s 1.6s ease both;
}

/* 3 */
.ad-res .data div:nth-child(3) > :nth-child(1){
	-webkit-animation: fadeinB 1s 1.8s ease both;
	-moz-animation: fadeinB 1s 1.8s ease both;
	-ms-animation: fadeinB 1s 1.8s ease both;
	animation: fadeinB 1s 1.8s ease both;
}

.ad-res .data div:nth-child(3) > :nth-child(2){
	-webkit-animation: fadeinB 1s 2s ease both;
	-moz-animation: fadeinB 1s 2s ease both;
	-ms-animation: fadeinB 1s 2s ease both;
	animation: fadeinB 1s 2s ease both;
}

.ad-res .data div:nth-child(3) > :nth-child(3){
	-webkit-animation: fadeinB 1s 2.2s ease both;
	-moz-animation: fadeinB 1s 2.2s ease both;
	-ms-animation: fadeinB 1s 2.2s ease both;
	animation: fadeinB 1s 2.2s ease both;
}

/* 4 */
.ad-res .data div:nth-child(4){
	-webkit-animation: rotateIn 1s 2.2s ease both;
	-moz-animation: rotateIn 1s 2.2s ease both;
	-ms-animation: rotateIn 1s 2.2s ease both;
	animation: rotateIn 1s 2.2s ease both;
}

/* 5 */
.ad-res .data div:nth-child(5) > :nth-child(1){
	-webkit-animation: fadeinB 1s 2.4s ease both;
	-moz-animation: fadeinB 1s 2.4s ease both;
	-ms-animation: fadeinB 1s 2.4s ease both;
	animation: fadeinB 1s 2.4s ease both;
}

.ad-res .data div:nth-child(5) > :nth-child(2){
	-webkit-animation: fadeinB 1s 2.6s ease both;
	-moz-animation: fadeinB 1s 2.6s ease both;
	-ms-animation: fadeinB 1s 2.6s ease both;
	animation: fadeinB 1s 2.6s ease both;
}

.ad-res .data div:nth-child(5) > :nth-child(3){
	-webkit-animation: fadeinB 1s 2.8s ease both;
	-moz-animation: fadeinB 1s 2.8s ease both;
	-ms-animation: fadeinB 1s 2.8s ease both;
	animation: fadeinB 1s 2.8s ease both;
}

/* 6 */
.ad-res .data div:nth-child(6){
	-webkit-animation: rotateIn 1s 2.8s ease both;
	-moz-animation: rotateIn 1s 2.8s ease both;
	-ms-animation: rotateIn 1s 2.8s ease both;
	animation: rotateIn 1s 2.8s ease both;
}

/* 7 */
.ad-res .data div:nth-child(7) > :nth-child(1){
	-webkit-animation: fadeinB 1s 3s ease both;
	-moz-animation: fadeinB 1s 3s ease both;
	-ms-animation: fadeinB 1s 3s ease both;
	animation: fadeinB 1s 3s ease both;
}

.ad-res .data div:nth-child(7) > :nth-child(2){
	-webkit-animation: fadeinB 1s 3.2s ease both;
	-moz-animation: fadeinB 1s 3.2s ease both;
	-ms-animation: fadeinB 1s 3.2s ease both;
	animation: fadeinB 1s 3.2s ease both;
}

/* 合作伙伴  */ 
.partner .wrap > :nth-child(1){
	-webkit-animation: fadein 1s ease both;
	-moz-animation: fadein 1s  ease both;
	-ms-animation: fadein 1s  ease both;
	animation: fadein 1s  ease both;
}

.partner .wrap > :nth-child(2){
	-webkit-animation: fadein 1s .4s ease both;
	-moz-animation: fadein 1s .4s ease both;
	-ms-animation: fadein 1s .4s ease both;
	animation: fadein 1s .4s ease both;
}

/*.partner .wrap > :nth-child(3){
	-webkit-animation: fadeinB 1s .8s ease both;
	-moz-animation: fadeinB 1s .8s ease both;
	-ms-animation: fadeinB 1s .8s ease both;
	animation: fadeinB 1s .8s ease both;
}*/



.ser .wrap h2{
-webkit-animation: fadeinB 1s .6s ease both;
	-moz-animation: fadeinB 1s .6s ease both;
	-ms-animation: fadeinB 1s .6s ease both;
	animation: fadeinB 1s .6s ease both;
}

.ser .wrap p{
-webkit-animation: fadeinB 1s .8s ease both;
	-moz-animation: fadeinB 1s .8s ease both;
	-ms-animation: fadeinB 1s .8s ease both;
	animation: fadeinB 1s .8s ease both;}

/*select*/
#divselect{width:60px; margin: 7px auto 0; position:relative; z-index:10000; float: left;}
#divselect span{
	position: absolute;
	display: block;
	width: 2px;
	height: 30px;
	background: #000;
	top: 0;
	left: 42px;
	z-index: 10000;
} 
#divselect cite{
	width:56px; 
	height:24px;
	line-height:24px; 
	display:block; 
	color:#666; 
	cursor:pointer;
	font-style:normal;
	border:1px solid #050505;
	text-align: left;
	padding-left: 7px;
	background:#151515 url("../images/arrow.png") no-repeat 50px center;
}
#divselect ul{
	width:64px;
	border:1px solid #333333; 
	background-color:#FFE000; 
	position:absolute; 
	z-index:20000; 
	margin-top:-1px; 
	display:none;
}
#divselect ul li{height:24px; line-height:24px; border-bottom: 1px solid #888;}
#divselect ul li.no-bottom{ border-bottom: none;}
#divselect ul li a{
	display:block; 
	height:24px; 
	color:#000; 
	text-decoration:none; 
	padding-left:10px; 
	padding-right:10px;
}
#divselect ul li a:hover{
	color: #333;
}

.scale{
	-webkit-transform: scale(0.725);
	-moz-transform: scale(0.725);
	-ms-transform: scale(0.725);
	transform: scale(0.725);
}



/*work*/
.page-work{
	width:100%;
	text-align:center;
	padding-top:144px;
	padding-bottom:60px;

	
}
.page-top-title{
	width:100%;
	text-align:center;
	margin-bottom:93px;
}
.page-top-title span.title{
	font-size:58px;
	color:#666;
	display:block;
	font-weight:300;
	font-family:"微软雅黑";
	margin-bottom:26px;
}
.page-top-title font{
	font-size:20px;
	color:#666;
	display:block;
	font-family:"微软雅黑";
}
.page-top-title{
	position:relative;
}
.page-top-title span.x{
	width:140px;
	height:2px;
	display:block;
	background:#ffffff;
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:145px;
}
.work-table-content{
	text-align:center;
}

.page-table-nav{
	text-align:center;
	margin:0 auto;
	width:448px;
	padding-bottom:84px;
}
.page-table-nav ul li{
	float:left;
}
.page-table-nav ul li a{
	float:left;
	font-size:18px;
	color:#666;
	display:inline-block;
	font-weight:bold;
	font-family:"微软雅黑";
	margin-right:40px;
	
}
.page-table-nav ul li a:hover{
	float:left;
	font-size:18px;
	color:#2dacf1;
	display:inline-block;
	font-weight:bold;
	font-family:"微软雅黑";
	border-bottom:3px solid #2dacf1;
	padding-bottom:8px;
}
.page-table-nav ul li.cur a{
	float:left;
	font-size:18px;
	color:#2dacf1;
	display:inline-block;
	font-weight:bold;
	border-bottom:3px solid #2dacf1;
	padding-bottom:8px;
	font-family:"微软雅黑";
}

.ad_img{ margin:0 auto; width:88px; padding-top:24px; height:88px; }
.ad_font{ text-align:center;padding-top:20px; }
.ad_name{ font-size:16px;}
.ad_font p{ font-size:14px; color:#666666}
.ad_font span{ color:#ff0000}



.ad-show{ width: 1040px; margin: 64px auto 0; }
.ad-show .head{ text-align:center; width: 1040px; height: 60px; padding: 20px 0; border-bottom: 1px solid #e8e8e8; font-size: 14px;font-size: 30px; color: #474747;line-height: 60px; }

.ad-show .con1{ width: 1040px; height: 315px; padding: 30px 0 0;  border-bottom: 1px solid #e8e8e8;}
.ad-show .con1 .right{ width: 560px; height: 315px; float: right; }

.ad-show .con1 .right p{ font-size: 14px; width: 480px; color: #666; line-height: 30px; margin-top: 30px; }
.ad-show .con1 .right span{ font-size: 14px; color: #666; margin-top: 50px; }


a.down-bao { color:#fff}
.down-bao {
	background:#2dacf1;
	width: 180px;
height: 40px;
text-align: center;
color: #fff;
line-height: 40px;
font-size: 14px;
padding: 6px 20px ;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;

}
a.down-su { color:#fff}
.down-su {
	background:#f5622f;
	width: 180px;
height: 40px;
text-align: center;
color: #fff;
line-height: 40px;
font-size: 14px;
padding: 6px 10px ;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
margin-left:10px;

}



.ad-show .con1 .left{ width: 320px; height: 315px; float: left; padding-left:80px; }

.ad-show .con2{ width: 1040px; margin: 0 auto;  padding: 50px 0; border-bottom: 1px solid #e8e8e8; color:#666}
.ad-show .con2-m p{ font-size:18px; font-weight:bold; padding-bottom:20px;}
.ad-show .con2-m{margin: 0 auto; width:800px; text-align:center}
.ad-show .con3{ width: 896px; margin: 0 auto;  padding: 50px 0;  }



.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: #000;
	opacity: 0.7;
	cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	display: none;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
	transition: all ease-out .4s;
}
.mask a {
	position: absolute;
	width: 43px;
	height: 43px;
	top: 50%;
	left: 50%;
	margin-left: -21.5px;
	margin-top: -21.5px;
}
.backscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20001;
	background-color: #000;
	opacity: 0.75;
	display: none;
	filter: alpha(opacity=75);
}
.bd-ab{background:#e6e2df url("../images/aboutbg.jpg") no-repeat center bottom; height:100%; width:100%; min-width:1200px;  }
.bd{width:100%; min-width:1200px; }
.bd-ab .bd-con	{min-height:698px;}

.server h1{ font-size:25px;}
.server ul{ margin-top:30px;}
.server ul li { width:150px; height:52px; display:block; float:left; margin-right:48px; margin-bottom:30px; }
.server ul li a{background:#2dacf1;width:150px; height:52px; line-height:52px; display:block;border-radius:50px; text-indent:5%; color:#FFF }

.server ul li img{ float:left;}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.pagination {
	width:100%;
  line-height: 30px;
  margin-top:50px; 
  padding-bottom:30px;

}

.pagination > ul { float:right; width:1000px; }

.pagination > ul:after {content: " ";display: table;clear: both;}

.pagination > ul > li {list-style: none;display: block;float: left;height: 32px;width: 32px;text-align: center;-webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}

.pagination > ul > li ~ li { margin-left: 20px;}

.pagination > ul > li a {display: block;font-size: 16px;color: #333;}

.pagination > ul > li.active,
.pagination > ul > li:hover {background-color: #2dacf1;}

.pagination > ul > li.active a,
.pagination > ul > li a:hover {color: #fff;text-decoration: none;}

.article h1{ font-size:24px; text-align:center; color:#000}

.article p.remark{ font-size:12px; text-align:center; color:#999; margin:20px 0;}

.article p{font-size:16px;  color:#333; line-height:200%}

.ser-con h1{ font-size:25px;}
.ser-con ul{ margin-top:30px;}
.ser-con ul li { width:150px; height:52px; display:block; float:left; margin-right:48px; margin-bottom:20px; }
.ser-con ul li a{ background:#2dacf1;width:150px; height:52px; line-height:52px; display:block;border-radius:50px; text-indent:5%; color:#FFF }
.ser-con ul li img{ float:left}
.wrap .title{ width:1000px; margin:0 auto; color:#474747}


.ser .wrap .ser-con{
-webkit-animation: fadeinB 1s .6s ease both;
	-moz-animation: fadeinB 1s .6s ease both;
	-ms-animation: fadeinB 1s .6s ease both;
	animation: fadeinB 1s .6s ease both;
}

.ser .wrap .ser-con2{
-webkit-animation: fadeinB 1s .8s ease both;
	-moz-animation: fadeinB 1s .8s ease both;
	-ms-animation: fadeinB 1s .8s ease both;
	animation: fadeinB 1s .8s ease both;}
	
.ser-inner {
	//background:url("../images/p2-inner.png")no-repeat center bottom;
}

.j-footerNav{ float:left; width:100%; margin-top:20px; height:90px; margin-bottom:20px;}
.j-footerNav-logo{ float:left;}
.j-footerNavSub{ width:633px; float:left; margin:7px 50px 0 50px; border-bottom:1px dashed rgba(204,236,253,0.7); padding:5px 0 15px 0;}
.j-footerNavSub .j-footernavSubItem{float:left; width:80px; border-right:1px dotted #fff; height:20px; line-height:20px; text-align:left; margin-right:20px;}
.j-footerNavSub .j-footernavSubItem a{float:left; width:100%; color:#fff; text-decoration:none; font-size:14px;}

.j-footer{text-align:center;color:#fff; float:left; width:100%;}
.j-wrap{width:1000px;margin-left:auto;margin-right:auto;}
.j-footerCopyRight{line-height:64px;font-size:14px; color:#fff; float:left; line-height:20px; margin:8px 0 0 50px; text-align:left;  }


.warp{position:absolute;left:0;top:19%;width:100%;text-align:center;z-index:2;}
.warp h1{font-size:50px;line-height:2.5;color:#fff;font-weight:400;}
.warp h5{font-size:19px;line-height:2;text-align:center;color:#fff;font-weight:400;}