@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-11-12 09:29:44
 * @version $Id$
 */
html,body{
	width: 100%;
	margin: 0 auto;
	padding:0;
}
body{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
a{
	text-decoration: none;
}

	/* 本例子css */
	    /*width: 1919px; height:668px;*/
		.slideBox{
			width: 100vw;
			min-width: 1000px;
			/*width: 1919px; */
			height:35vw; 
			overflow:hidden; 
			position:relative; 
			/*border:1px solid #ddd;*/
			/*border:1px solid #ff0000;  */
		}
		.slideBox .hd{ 
			height:15px; 
			overflow:hidden; 
			position:absolute; 
			right:45vw; 
			bottom:35px;
			z-index:2005;
			margin: 0 auto;
			/*border:1px solid #ff0000;*/
		}
		.slideBox .hd ul{ 
			/*border:1px solid #00ff00;*/
			overflow:hidden; 
			zoom:1; 
			float:left;
		}
		.slideBox .hd ul li{ 
			/*border:1px solid #0000ff;*/
			float:left; 
			margin-right:20px;  
			width:15px; 
			height:15px; 
			border-radius: 8px;
            background:#fff; 
            cursor:pointer; 
        }
		.slideBox .hd ul li.on{ 
			/*background:#f00; */
		    background:#efa328;
			color:#fff; 
		}
		.slideBox .bd{ 
			position:relative; 
			height:100%; 
			z-index:0;
			/*min-width: 1000px;*/
            /*border:1px solid #ff0000;*/
			   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ 
		/* 	width: 1919px; 
		height:668px;
		display:block; */
            width: 100vw;
	        height: auto;
		    min-width: 1000px;
			  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ 
			position:absolute; 
			left:10%; top:50%; 
			margin-top:-25px; 
			display:block; 
			width:32px; height:40px; 
			/*background:url(../images/slider-arrow.png) -110px 5px no-repeat; */
			filter:alpha(opacity=50);
			opacity:0.5;
			z-index: 999; 
		}
		.slideBox .next{ left:auto; right:10%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }


img{border: none;}
.trangle img{
	
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.trangle img:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}
input[type="button"],button{
	border: none;
}
.head,.footer,.bg-grey,.banner{
	min-width: 1000px;
}
.content{
	width: 1000px;
	margin: 0 auto;
	/*padding: 0 24px;*/
	text-align: center;
	/*border:1px solid #00ff00;*/
}
.head{
	width: 100%;
	height: 80px;
	min-width: 1000px;
	border-bottom:1px solid #bdbdbd;
}
.logo{
	height: 60px;
	float: left;
}
.logo img{
	width: 100%;
	height:auto;
}
.nav{
	margin-top: 34px;
	font-size:16px;
	float: right;
}
.nav ul li{
	text-align: center;
	float: left;
	z-index:999;
}
.nav ul li a{
	display: block;
	width: 80px;
	padding: 10px 5px;
	color: #333;
}
.nav ul li a:hover{
	border-bottom:4px solid #efa328;
}
.nav ul li a.current-nav{
	border-bottom:4px solid #efa206;
}
ul.second-nav{
	display: none;
	background: rgba(239,239,239,0.9);
	border-radius: 3px;
	border: 1px solid #eee;
	box-shadow: 0 2px 2px 2px rgba(59, 56, 56, 0.3);
	position: absolute;
	top:40px;
	left: 0;

}
ul.second-nav li{
	float: none;
	border-bottom: 1px solid #ccc;
}
ul.second-nav li a{
	display: block;
	padding: 10px 5px;
}
ul.second-nav li a:hover{
	color:#039be5;
	border-bottom:none;
}
.login-box{
	margin:45px 0 0 30px;
	float: right;
	font-size: 12px;
	/*border:1px solid #ff0000;*/
}
.login-box a.n1,.login-box a.n2{
	padding: 5px 10px;
	border: 1px solid #f6b900;
}
.login-box a.n1{
	background: #efa328;
	color: #fff;
}
.login-box a.n2{
	color: #efa328;

}
.banner{
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}
.p-box{
	width: 100%;
	margin: 0 auto;
	padding: 56px 0;
	/*border:1px solid #ff0000;*/
}
.p-box .content h3{
	text-align: left;
	line-height: 30px;
}

.bigbox{
	/*border:1px solid #000; */
	height:350px; 
	width: 100%;
}
.smallbox{
	border:1px solid #979797; 
	width:300px; 
	height:350px; 
	float: left; 
	margin-left: 23px; 
	background-color: #c0c0c0;
}
.boxpic1{
  width: 300px;
  height:350px; 
}
.smallbox span{width: }

.bg-grey{
	display: inline-block;
	min-height: 220px;
	background: #f5f5f5;
}
#p-box-bg-grey .content p{
	text-align: left;
	line-height: 30px;
	font-size:16px;
}
.grey{
	background: #f5f5f5;
}
.p-box h1{
	font-size: 30px;
	margin-bottom: 16px;
}
.p-box3 h1{margin-top: 56px;}
.p-box h3{
	color: #666;
}
.p-box ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.p-box ul li.trangle img{
	width: 50%;
	height: 50%;
}
.p-box ul li.trangle span,.platform ul li.pf span{
	display: block;
	padding: 0 40px;
	color: #919191;
	line-height: 22px;
}
.p-box ul li.trangle span h2,.platform ul li.pf h2{
	margin-bottom: 8px;
	font-size: 18px;/*18px;*/
	color: #333;
}
.tools ul{
	width: 100%;
}
.tools ul li.pf span a{
	display: block;
	margin-top: 10px;
	color: #919191;
}
.tools ul li.pf span a:hover{
	color: #333;
}
.btn-demo ,.btn-look,.btn-down{
	padding-left: 30px;
}
.btn-demo{
	background: url(../images/icon-demo.png) no-repeat center left;
}
.btn-look{
	background: url(../images/icon-look.png) no-repeat center left;
}
.btn-down{
	background: url(../images/icon-down.png) no-repeat center left;
}
.p-box ul li.scen{
	height: 130px;
}
.p-box ul li.scen img{
	width: 68px;
	height: 68px;
	float: left;
}
.p-box ul li.scen span{
	margin-left: 40px;
	text-align: left;
}
.advantage{
	padding: 24px 0;
	height: 26px;
	line-height: 26px;
}
.advantage span{
	display: block;
	float: left;
	font-size: 18px;
}
.advantage ul{
	margin-left: 130px;
}
.advantage ul li{
	width: auto;
	margin-right: 60px;
	color: #919191;
	list-style: disc;
}
.platform ul li{
	width: 80%;
}
.pf .pic{
	width: 30%;
	text-align: right;
	float: left;
}
.platform ul li.pf span{
	margin-top: 30px;
	padding: 0;
	width: 70%;
	text-align: left;
	float: left;
}
.platform ul li.pf span.left{
	text-align: right;
}
.pf .pic img{
	margin-right:30px;
}
.pf .pic-right img{
	text-align: left;
	margin-left: 30px;
}
.pf .pic-right{
	text-align: left;
}
.p-box ul li.aboutus{
	height: auto;width: auto;
}
.p-box ul li.aboutus img{
	width: 30px;
	height: 30px;
}
.p-box ul li.aboutus span{
	margin-left: 0;
}
.contact a{
	display: block;
	margin:0 auto;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border: 1px solid #039be5;
	color: #039be5;
}
.contact a:hover{
	background:#039be5;
	color: #fff; 
}
.doc-panel{
	width: 207px;
	float: left;
	text-align: left;
}
.doc-panel ul li{
	text-align: left;
}
.doc-panel ul li a{
	float: none;
	line-height: 24px;
	color: #333;
}
.doc-panel ul li.scond-panel a{
	padding-left: 10px;
	color: #666;
}
.doc-content{
	margin-left: 210px;
	text-align: left;
}
.doc-panel h2,.doc-content h2{
	text-align: left;
	padding-bottom: 10px;
}
.doc-content h3{
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.login{
	margin: 0 auto;
	width: 300px;
}
.filter label{
	text-align: left;
	position: absolute;
	top: 29px;
	left: 30px;
	color: #919191;
}
.filter input{
	margin-top: 20px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.login .filter{
	position: relative;
}
.login .filter input{
	width: 270px;
	padding-left: 30px;
}
.username{
	background: url(../images/user.png) no-repeat 2% center;
}
.pwd{
	background: url(../images/lock.png) no-repeat 2% center;
}
.email{
	background: url(../images/email.png) no-repeat 2% center;
}
.phone{
	background: url(../images/phone.png) no-repeat 2% center;
}
.validinput{
	width: 142px;
	background: url(../images/validate.png) no-repeat 2% center;
}
.login .filter input.btn-login{
	padding: 0;
	width:300px;
	height: 38px;
	background: #039be5;
	color: #fff;
	font-size: 18px;
	border: none;
}
.f-pwd{
	padding-top: 10px;
	float: left;
	color: #919191;
}
.f-pwd a{
	color:#333;
}
.f-pwd a:hover{
	color: #039be5;
}
@media(min-height: 768px){
	.ct-login{
		margin: 100px auto;
	}

}
@media(min-height: 900px){
	.ct-login{
		margin: 180px auto;
	}

}
.validate{
	display: none;
	color: #FCAB2B;
	text-align: left;
}
a.telvalidate{
	display: inline-block;
	margin-left:10px;
	padding:8px 5px;
	color:#333;
	background:#e6e6e6;
	border-radius: 2px;
}
.footer{
	background: #252d37;
	min-height: 50px;
	/*border:1px solid #ff0000; */
}
.footer .f1{
	width: 33%;
	float: left;
	text-align: center; 
	/*border:1px solid #ff0000; */
	margin-top:-20px;
}
/* .f1 h3{
	text-align: center; 
} */
.footer h3{
	margin-bottom: 10px;
	margin-left:36%;
}
.footer ul li{
	font-size: 13px;
	width: 100%;
	color: #919191;
	float: none;
	/*text-align: left;*/
	text-align: center; 
    /*border:1px solid #00ff00;	*/
}
.footer ul li a{
	color: #919191;
}
.footer ul li a:hover{
	color: #333;
}
.console{
	margin: 0 auto;
	min-width: 976px;
	/*max-width: 1440px;*/
	text-align: center;
}
.con-left{
	width: 266px;
	min-height: 768px;
	float: left;
}
.tab{
	width: 75px;
	float: left;
	background: #0288d1;
	min-height: 768px;
}
.tab li{
	width: 75px;
	height: 65px;
	line-height: 65px;
	float: left;
}
.tab li a{
	color: #fff;
}
.con{
	width: 190px;
	float: left;
	min-height: 768px;
	background: #f5f5f5;
	border-right:1px solid #ddd;
}
.con .list-nav{
	padding: 28px 0 0 0;
	background: #f5f5f5;
}
.con .list-nav li{
	width: 190px;
	background: #f5f5f5;
	float: left;
}
.list-nav h3{
margin-bottom: 20px;
}
.nav2{

}
.nav2 a{
	display: block;
	padding: 10px 0;
	margin-bottom: 3px;
	color: #333;
}
.nav2 a:hover{
	background: #fff;
}
.nav2 a.current{
	color: #29b6f6;
	background: #fff;
}
.con-right{
	padding:0 24px;
	overflow: hidden;
}
.con-right h1{
	font-size: 24px;
	margin-top: 24px;
	padding-bottom: 5px;
	margin-bottom: 16px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.searchbox{
	margin-bottom: 20px;
	text-align: right;
}
/*table*/
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#datalist th {
    font-weight: bold;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    background: #dadada;
}
#datalist td{
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
}
input.btn-edit,input.btn-delete{
	padding-left: 15px;
	cursor: pointer;
}
input.btn-edit{
	background: url(../images/modify.png) no-repeat center left;
}
input.btn-delete{
	background: url(../images/delete.png) no-repeat center left;
}