@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th,a strong ,td,img{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
.iconfont{
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* project id："177684" */
  src: url('../font/font_dnoogy9k8qe0cnmi.eot');
  src: url('../font/font_dnoogy9k8qe0cnmi.eot') format('embedded-opentype'),
  url('../font/font_dnoogy9k8qe0cnmi.woff') format('woff'),
  url('../font/font_dnoogy9k8qe0cnmi.ttf') format('truetype'),
  url('../font/font_dnoogy9k8qe0cnmi.svg#iconfont') format('svg');
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 0px;
}
h1, h2, h3, h4, h5, p, ul, li, a img, span, a{
	overflow: hidden;
}
body{
	background-color: #f2f2f2;
}
#C{
	width: 94%;
	max-width:1400px;
	margin: 30px auto;
}
.C_t{
	width: 100%;
	overflow: hidden;
}
.C_t h2{
	font-size: 38px;
	line-height: 50px;
	color: #333;
	width: 100%;
	text-indent: 20;
	overflow: hidden;
	height: 50px;
	text-align: center;
	margin: 20px 0;
}
.C_t p{
	font-size: 16px;
	line-height: 30px;
	color: #999;
	width: 100%;
	text-indent: 20;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.C_t p::after{
    content: " ";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	height:1px;
	background-color:#ccc;
	z-index: -2;
}
.C_t p::before{
    content: " ";
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	bottom: 0;
	height:20px;
	background-color:#f2f2f2;
	z-index: -1;
}
.C_p ul{
	text-align: left;
	font-size: 0px;
	padding-bottom: 2%;
	padding-top: 2%;
	margin: 0 -15px;
}
.C_p ul li{
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.C_p ul li .C_pbox{
	margin: 20px 20px 0 20px;
	height: 340px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	border: 10px solid #fff;
	transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
	
}

.C_p ul li .C_pbox img{
	width: 100%;
}
.C_p ul li a h3{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	transition:background 1s;
	background-color: #fff;
	padding: 5px 5px 15px 5px;
	margin: 0 20px;
	}
.C_p ul li a h3:hover{
	color: #fa8c83;
}
.C_p ul li a{
	text-decoration: none;
	display: block;
}
.select-style{ padding: 10px 20px; text-align: center;}
.select-style a{ color: #fff; font-size: 14px; background-color: #0aafcb; border: 1px solid #0aafcb; display: inline-block; border-radius: 2px; padding: 10px 20px; line-height: 20px; -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
.select-style a:hover{ background-color: #666; border: 1px solid #666;}
/*turn page*/
#page{
	text-align:center;
	line-height:35px;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#page span{
	display:inline-block;
	*display:inline; 
	*zoom:1;
	font-size:14px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	background:#fff;
	vertical-align:top;
	border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 5px;
	color: #999;
}
#page span em{width:7px; height:12px; display:inline-block; vertical-align:middle; margin-top:-2px;}
#page font, #page a{
	height:33px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-right: 13px;
	padding-left: 13px;
	transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
}
#page font{	background-color: #fa8c83;color: #FFF;}
#page a{
	background-color: #fff;
	color: #333;
}
#page a:hover{
	background-color: #666;
	color: #FFF;
}


/*返回顶部*/
.scroll{
	width:50px;
	height:50px;
	color:#fff;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:30px;
	bottom:50px;
	cursor:pointer;
	font-size:30px;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

/*手机端预览*/

.app-demo-body{
	display: none;
}
.app-demo-body, .app-demo-mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100001;
}
.app-demo-mask {
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.app-demo-wrap {
    width: 340px;
    height: auto;
    padding: 103px 27px 116px 33px;
    background: url(../images/iphone.png) 0 0 no-repeat;
    z-index: 100002;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
}	
.app-demo-wrap iframe {
    background: #fff url(../images/loading.gif) center no-repeat;
    overflow-x: hidden;
    overflow-y: auto;
	height: 540px;
}
.C_p ul li:hover .btn_out{ top: 340px;opacity:0.8;}
.btn_out{
	display: block;
    position: absolute;
    z-index: 9;
	top: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.i-btn{
	display: inline-block!important;
    height: 38px;
    line-height: 38px;
    background-color: #e71b1b;
    border: 1px solid #e71b1b;
    background-color: #e71b1b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 20px 0 40px;
    min-width: 75px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 2px;
    letter-spacing: 2px;
	position: relative;
}
.i-btn::before{
	font-family:"iconfont" !important;
	content: " \e601";
	position: absolute;
	font-size: 24px;
	top: -1px;
	left: 20px;
}
.i-btn:hover{
	background-color: #333;
    border: 1px solid #333;
    background-color: #333;
}
.ico-box{
	position: absolute;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-left:200px;
	text-align: center;
	line-height: 30px;
	background-color: white;
	z-index: 999999999;
	top: 10%;
	cursor:pointer
}
.ico-box i{
	width: 100%;
	height: 100%;
	display: block;
}
/*平板端预览*/

.pad-demo-body{
	display: none;
}
.pad-demo-body, .pad-demo-mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100001;
}
.pad-demo-mask {
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.pad-demo-wrap {
    width: 100%;
    height: auto;
    z-index: 100002;
    position: absolute;
    left:0;
    top: 0;
	text-align: center;
}	
.pad-demo-wrap iframe {
	margin-top: 20px;
	width: 90%;
	max-width: 1024px;
	margin: auto;
	padding: 77px 105px 77px 105px;
    background: url(../images/pad.png) 0 0 no-repeat;
    overflow-x: hidden;
    overflow-y: auto;
	height: 768px;
	display: inline-block;
	background-size: 100%;
}
.i-btn.i-btn-pad{
	margin-left: 13px;
}
.pad-demo-body .ico-box{
	left: 69%;
}

.C_pbox{ position:relative;}
.C_p ul li .C_pbox img.xink{ position:absolute;top:0;right:0;width:100px;height:100px;}

@media screen and (max-width:1320px){
.C_p ul li .C_pbox{
	margin: 15px 15px 0 15px;
	}
.C_p ul li a h3 {
    margin: 0 15px;
}
@media screen and (max-width:900px){
.C_p ul li{
	width: 50%;
}
	}
@media screen and (max-width:520px){
.C_p ul li{
	width: 100%;
}
	}
	