/**
 * Demo Page Styles
 */
 .js_slide{ width:230px;}

 .bgg{ background: url(../images/products/index2_icon.png) -40px 0px no-repeat; width: 21px;height: 40px;}
 .bgg:hover{ background-position:-80px 0px}
 
 .bgg2{ background: url(../images/products/index2_icon.png) -120px 0px no-repeat; width: 21px;height: 40px;}
 
 .bgg2:hover{ background-position:-160px 0px}
 
.liimg{   }
.title{ text-align:center; color:#3396d1; font-family:  "Microsoft YaHei"; font-size:26px; margin-top:60px; margin-bottom:50px;}
.title2{ text-align:center; color:#999; font-family:  "Microsoft YaHei"; font-size:14px;  margin-bottom:50px;}
.divimg{height:180px}
.divtxt{margin-top:-10px; color:#000;}
*,
*:before,
*:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

* {
    margin:0px;
    padding:0px;
    border:0px;
    background:none;
    -webkit-text-size-adjust:100%;
}




.ribbon {
    display: block;
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #EB5F5A;
}

.ribbon a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.ribbon a:hover {
    background-color: #d7544f;
}

header {
 
}

.logo {
    display: block;
    width: 30%;
    height: auto;
    min-width: 100px;
    max-width: 150px;
    margin: 0 auto;
    padding: 20px 0;
}

.description {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dist {
    display: block;
    width: 170px;
    margin: 20px auto;
    padding: 10px 0;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #09AE9B;
    color: #fff;
}

.dist:hover {
    background: #099681;
}

.examplecode {
    margin: 0 auto 30px;
}

.examplecode:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

tr {
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 10px;
}

section {
    padding: 20px 0;
}

section:nth-child(even) {
    background: #ececec;
}

td, th {
    display: block;
    font-family: 'Microsoft YaHei', sans-serif;
    line-height: 24px;
    font-weight: 300;
    color: #2E435A;
}

th {
    text-align: left;
    font-weight: 600;
}

footer {
    margin: 0 auto;
    padding: 20px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    text-align: center;
    background: #2E435A;
    color: #fff;
}

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width:1000px;
    margin: 0 auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Microsoft YaHei', sans-serif;
  
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.slides {
    display: inline-block;
}

.simple li {
    width: 270px;
    margin-right: 10px;
}

.variablewidth li {
    width: 240px;
    margin-right: 10px;
	 height:240px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: -30px;
}

.prev {
    left: -30px;
}

.next svg, .prev svg {
    width: 25px;
}

  .i-platform {
	background:#FCFCFC;
}
.i-platform-list {
	overflow: hidden;
	/* border: 1px #eeeeee solid; */
	margin-top: 20px;
	border-left: 1px #eee solid;
}
.i-platform-warpp {
	width: 980px
}
.i-platform-item {
	width: 25%;
	padding: 22px 20px 36px;
	float: left;
	border: 1px #eeeeee solid;
	text-align: center;
	border-left: aliceblue;
}
.i-platform-item:hover {
}
.i-platform-img {
	display: block;
	margin: 0px auto;
	padding-bottom: 8px
}
.i-platform-tit {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold
}
.i-platform-dsp {
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	color: #999999
}
.i-platform-more {
	display: block;
	width: 96px;
	height: 23px;
	line-height: 20px;
	text-align: center;
	/* margin: 26px auto 0px; */
  /* margin-left: 26px; */
	color: #666666;
	font-size: 12px;
	border: 1px #ededed solid;
	background:#f3f3f3;
	margin: 0 auto;
	margin-top: 5px;
}
.i-platform-more:hover {
	border-color: #3396d1
}
.i-platform-item:hover {
	background:  #E4E4E4;
}
.i-platform-item:hover .i-platform-tit {
	color: #3396d1
}
.i-platform-item:hover .i-platform-more {
	color: #3396d1;
	border-color: #3396d1
}
.i-center {
	width: 1000px;
	margin: 0px auto
}
.i-header {
	text-align: center
}
.i-header-line {
	margin: 0px auto;
	width: 50px;
	height: 3px;
	margin-top: 10px;
	background-color: #e0e0e0
}

.platform .p-h2 {
	font-size: 25px;
	color: #7d7d7d;
	margin-bottom: 30px;
}
.platform .p-h4 {
	font-size: 14px;
	color: #999999;
	padding-top:15px;
}