/*系统样式*/
*{
	/* padding: 0px; */
	/* margin:0px; */
	font-family: MicrosoftYaHei;
}
a{
	text-decoration:none;
}
li{
	 list-style:none;
}
table{
	/* border-collapse: collapse; */
	/* width: 122px; */
	/* height: 84px; */
	/* font-size: 14px; */
	/* font-weight: normal; */
	/* font-stretch: normal; */
	/* line-height: 36px; */
	/* letter-spacing: 0px; */
	/* color: #666666; */
}
/*input{
	border-radius: 3px;
	border: none;
	padding:2px;
	padding-left:7px;
}*/
.clear{
	clear:both;
}
.hidden{
	display:none;
}
.show{
	display:block !important;
}


/*首页*/
body .div-body{
	display:block;
	width:100%;
	margin-bottom:100px;
}
.div-top{
	/* position: absolute; */
	width: 100%;
	height:70px;
	text-align: center;
	/* line-height:65px; */
	font-size:40px;
	color:#fff;
	background-image: linear-gradient(0deg,
	#0ea850 0%,
	#09ac4e 50%,
	#03af4c 100%),
	linear-gradient(
			#64b764,
			#64b764);
	background-blend-mode: normal,
	normal;
	opacity: 0.9;
	/* left: 10%; */
	position: relative;
	/* margin: 0 auto; */
	/* padding: 0px; */
	text-align: center;
}
.div-top span{
	/* margin-left: 30px; */
}

.div-top span a{
	text-decoration:none;
	margin-left: 28px;
	font-size: 16px;
	height: 70px;
	width: 75px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	display: inline-block;
	/* left: 30px; */
	/*top:0px;*/
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
	/* margin-bottom: 25px; */
	/* margin-top: 25px; */
}
.div-top .top-hover a{
	cursor:pointer;
}
.div-top .top-hover a:hover{
	background-color: #00a253;
	font-weight: bold;
	display: inline-block;
}
.div-top .top-hover a:active{
	background-color: #00994f;
	font-weight: bold;
	display: inline-block;
}
/*
.div-top input{
	margin-left:45%;
	width:300px;
	height: 33px;
	border: 1px solid #ccc;
	padding: 7px 0px;
	border-radius: 3px;
	padding-left:5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.div-top input::-webkit-input-placeholder {
	!* placeholder颜色  *!
	color: #aab2bd;
	!* placeholder字体大小  *!
	font-size: 12px;
}*/

.div-top img{
	line-height: inherit;
	/* top: 5%; */
	height: 40px;
	float: left;
	margin: 15px 15px 10px 0px;
	padding-left: 17px;
	padding-right: 17px;
}

.div-top input:focus{
	/*border-color: red;*/
	/*outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)*/
}

.div-left{
	position: relative;
	margin-top: 10px;
	/* width: 65%; */
}

.div-search{
	width: 260px;
	float: right;
	/* position: absolute; */
	top: 30%;
	/* right: 2%; */
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	/* display: inline; */
	margin-top: 18px;
	/* margin-left: 30px; */
}
.div-search .form-control{
	border-top-right-radius: 25px;
	border-bottom-right-radius:25px;
	border-color: #fff;
	border-left-width: 0;
}
.div-search .input-group-addon{
	border-top-right-radius: 25px;
	border-bottom-right-radius:25px;
	border-color: #fff;
	background: #fff;
	border-right-width: 0;
}
.input-group .form-control{
	border-top-left-radius: 25px;
	border-bottom-left-radius:25px;
}

.back{
	padding:4px;
	height:50px;
	width:50px;
	text-align:center;
	line-height:25px;
	color:#fff;
	border-radius:5px;
	background:#08c;
	position:fixed;
	bottom:12%;
	right:1%;
	cursor:pointer;
	display:none;
}
.back a{
	color:#fff;
}
hr{
	margin-bottom: 19px;
}
.search{
	width:100%;
	height:80px;
	background:#0a8ebb;
	color:#fff;
	display:none;   
	position: fixed;
	top:0px;
	line-height:70px;
	text-align:center;
}

.search-span{
	background: #fff;
    color: #0a8ebb;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
	cursor:pointer;
}
.search-span:hover{
	background: #096e90;
	color:#fff;
}
.div-content{
	padding:15px 0px;
	width:95%;
	height:auto;
	/*border:1px solid #eee;*/
	border-width:1px;
	border-color:#eee;
	border-bottom-style:solid;
	color:#333;
	/* background:#F8F8F8; */
	margin-bottom:20px;
	margin-top:20px;

}
.div-content .content-question p{
	/*padding-left: 5%;*/
	font-size: 16px;
	margin-bottom:5px;
	color: #333333;
	display: inline-block;
}
.div-content .content-question .content-question-span{
	font-size: 14px;
	background-color: #ff9e45;
	color: #ffffff;
	width: 18px;
	height: 18px;
	text-align: center;
	display: inline-block;
	border-radius:2px;
}
.div-content .content-answer{
	width:90%;
	/*padding-left:5%;*/
	color: #666666;
	font-size: 14px;
}
.content-answer span{
	font-size: 14px;
	height: 24px;
}
.div-content .content-answer .content-answer-span{
	font-size: 14px;
	color: #ffffff;
	width: 18px;
	height: 18px;
	background-color: #23af60;
	/* border-radius: 2px; */
	text-align: center;
	display: inline-block;
	border-radius:2px;
}
.content-data{
	margin-bottom: 100px;
}
.body-left{
    display:inline-block;
    float: left;
    height: 80%;
    /* width: 25%; */
    background: #fff;
    padding-top:20px;
    position:relative;
    top:10px;
    /* left: 5%; */
}


.body-right{
	display:inline-block;
	float:right;
	height: 80%;
	top: 20px;
	width: 900px;
	padding-top: 20px;
	position: relative;
}
.body-right .log-list{
	display:block;
	width:95%;
	margin-top: 10px;
	/*border:1px solid #ccc;*/
	border-radius:5px;
	background-color: #fff9f4;
	/*opacity: 0.06;*/
	border-left: 2px solid #ff9e45;
}
.body-right .log-list p{
	/* background:#09ac4e; */
	 color:#333333;
	padding:5px 40px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
	font-size: 18px;
}

.body-right .log-list a{
	color:#666666;
	font-size: 14px;
	height: 24px;
}
.body-right .log-list a:hover{
	color:#0ea850;
}
.body-right .log-list ul{
	padding:10px 40px;
	font-size:14px;
	/* color: #666666; */
}
.body-right .log-list ul li{
	margin-bottom:3px;
}
.body-right .box-li{
	height: 80px;
	display:block;
	width:95%;
	margin-top: 10px;
	border:1px solid #ccc;
	background-color:#f2fbf6;
	border-left: 2px solid #9bddb7;
	position: relative;
}
.box-li .li-name{
	font-size: 18px;
	color: #313131;
	width: 450px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: absolute;
	left: 19px;
	top:  20px;
}
.box-li .li-time{
	font-size: 12px;
	color: #999999;
	width: 200px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: absolute;
	left: 19px;
	top: 45px;
	/* text-align: center; */
}
.page{
	color: #333333;
	font-size: 14px;
}
.page a{
	color: #999999;
}
.page a:hover{
	color: #0ea850;
}
.page-header{
	float: right;
	/* height: 18px; */
	margin-top: 10px;
	border:none;
}
.page-header .pull-center{
	display:block;
}
.page-header .pull-center span.current{
	padding-bottom: 10px;
	line-height: 18px;
	float: left;
	display:inline-block;
	border-radius: 18px; /* 圆形边缘弧度 */
	width: 18px; /* 宽度 */
	height: 18px; /* 高度 */
	background-color: #0ea850;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}
.page-header .pull-center .num{
	float: left;
	display:inline-block;
	border-radius:20px; /* 圆形边缘弧度 */
	width:18px; /* 宽度 */
	height:18px; /* 高度 */
	background-color: #ffffff;
	color: #696969;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}
.page-header .pull-center .next,.page-header .pull-center .prev{
	float: left;
	display:inline-block;
	border-radius:20px; /* 圆形边缘弧度 */
	width:18px; /* 宽度 */
	height:18px; /* 高度 */
	background-color: #ffffff;
	color: #696969;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}
.page-header .pull-center .first,.page-header .pull-center .end{
	float: left;
	display:inline-block;
	border-radius:20px; /* 圆形边缘弧度 */
	width:23px; /* 宽度 */
	height:18px; /* 高度 */
	background-color: #ffffff;
	color: #696969;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}
.hot_first{
	font-size: 14px;
	color: #ffffff;
	width: 18px;
	height: 18px;
	background-color: #ff9e45;
	/* border-radius: 2px; */
	text-align: center;
	display: inline-block;
}
.hot_second{
	font-size: 14px;
	color: #ffffff;
	width: 18px;
	height: 18px;
	background-color: #ff6464;
	/* border-radius: 2px; */
	text-align: center;
	display: inline-block;
}
.hot_third{
	font-size: 14px;
	color: #ffffff;
	width: 18px;
	height: 18px;
	background-color: #bf78db;
	/* border-radius: 2px; */
	text-align: center;
	display: inline-block;
}
.hot_other{
	font-size: 14px;
	color: #ffffff;
	width: 18px;
	height: 18px;
	background-color: #bfbfbf;
	/* border-radius: 2px; */
	text-align: center;
	display: inline-block;
}
.body-center{
	 /* position: absolute; */
	 width: 1170px;
	 /* height:80px; */
	 /* left: 5%; */
	 /* background-color:#fff; */
	 overflow:hidden;
	 display:inline-block;
	 margin-top: 60px;
	 /* margin-left: 0; */
	 /* margin-right: 0; */
	 /* text-align: left; */
}
.body-center span{
	left:108px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	/* width: 112px; */
	height: 12px;
	padding-bottom: 34px;
	line-height: 34px;
}
.body-center span.module{
	color: #333333;
	font-size: 24px;
	width: 100px;
	height: 28px;
	line-height: 200%;
	font-weight:800;
}
.body-center span.more{
	 width: 450px;
	 overflow:hidden;
	 white-space:nowrap;
	 text-overflow:ellipsis;
	 /* vertical-align: middle; */
}
.error-center{
	width:100%;
	height: 100%;
	position:fixed;
}
.error-center .error {
	text-align:center;
	position: absolute;
	left: 45%;
	top: 40%;
	transform: translate(-50%, -50%);
}
.error span{
	text-align:center;
	font-size: 18px;
	color: #333333;
}
.home-more{
	width: 300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: inline-block;
	line-height: 34px;
}
.home-more a{
	color:#333333;
}
.home-more a:hover{
	color: #31a1fa;
	text-decoration:underline;
}
.body-center span a{
	font-size: 18px;
	height: 20px;
	color: #999999;
	/*margin: 0px 0px 0px 20px;*/
}
.body-center span a:hover{
	/* color: #0ea850; */
}
.body-center li{
	 padding: 10px 0px;
	 font-size:14px;
	 /*right:0px;*/
	 margin: 3px 0px;
}
.box-home span a{
color: #333333;
}
.box-home span.box-more{
	width: 98px;
	height: 28px;
	background-color: #25b161;
	border-radius: 30px;
}

.box-home a.a-more{
	width: 56px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 12px;
}
.box-tutorial{
	position: relative;
	width: 370px;
	height: 208px;
	background-color: #ffffff;
	box-shadow: 0px 5px 9px 0px rgba(38, 177, 97, 0.08);
	border-radius: 3px;
	border: solid 1px #e1f3e8;
	float: left;
	margin: 30px 20px 60px 0px;
}
.freshman-bg{
	display: block;
	position: absolute;
	left: 216px;
	top:  54px;
}
.box-tutorial li{
	padding: 0px 0px;
	font-size: 14px;
	/* right: 0px; */
	margin: 0px 0px;
}
.box-tutorial span{
	height: 20px;
	padding-bottom: 26px;
}
.tool-tutorial{
    /* height: 20px; */
	display: block;
	background-attachment:fixed;
	/* background: url('../img/icon_tutorial.png'); */
	/* background-color: #7ca8db; */
	position: absolute;
	left: 36px;
	top:  66px;
	vertical-align:middle;
	 /*text-align:center;*/
}
.tool-tutorial1{
	/*width: 23px;*/
	/* height: 20px; */
	display: block;
	background-attachment:fixed;
	/* background: url('../img/icon_tutorial.png'); */
	/* background-color: #7ca8db; */
	position: absolute;
	left: 36px;
	top:  115px;
	vertical-align:middle;
	/*text-align:center;*/
}
.box-function{
	/*background: url('../img/bg_function.png');*/
	position: relative;
	width: 370px;
	height: 208px;
	background-color: #ffffff;
	box-shadow: 0px 5px 9px 0px rgba(38, 177, 97, 0.08);
	border-radius: 3px;
	border: solid 1px #e1f3e8;
	float: left;
	margin: 30px 20px 60px 0px;
}
.product-bg{
	display: block;
	position: absolute;
	left: 216px;
	top:  54px;
}
.box-function li{
	padding: 0px 0px;
	font-size: 14px;
	/*right: 0px;*/
	margin: 0px 0px;
}
.box-function span{
	height: 20px;
	padding-bottom: 26px;
}
.tool-function{
	/* width: 23px; */
	/* height: 21px; */
	display: block;
	background-attachment:fixed;
	/* background: url('../img/icon_function.png'); */
	/* background-color: #7ca8db; */
	position: absolute;
	left: 36px;
	top:  66px;
}
.tool-function1{
	display: block;
	background-attachment:fixed;
	/* background: url('../img/icon_function.png'); */
	/* background-color: #7ca8db; */
	position: absolute;
	left: 36px;
	top:  115px;
}
.box{
	position: relative;
	width: 370px;
	height: 139px;
	float: left;
	margin: 30px 10px 0px 10px;
}
.box li{
	list-style:disc;
	color:green;
}
.box li p.more{
	height: 40px;
	width: 300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-bottom:14px;
	border-bottom:1px dashed #666666;
}
.box li a{
	font-size: 14px;
	color: #666666;
}
.box-video{
	width: 370px;
	height: 208px;
	background-color: #001729;
	box-shadow: 0px 4px 8px 0px   rgba(0, 0, 0, 0.3);
	float: left;
	margin: 30px 20px 38px 0px;
	background:url('../img/Home_video.png');
	position: relative;
	/* opacity: 0.54; */
	/* padding-bottom: 38px; */
	background-color: rgba(0,0,0,0.3);
}
.vid{
	width: 53px;
	height: 53px;
	display: block;
	background-attachment:fixed;
	background: url('../img/Home_page_btn_play.png') no-repeat;
	/* background-color: #7ca8db; */
	position: absolute;
	left: 158px;
	top:  71px;
}
.vid-name{
	position: absolute;
	text-align:center;
	top:  218px;
	width: 144px;
}
.video-li{
	width: 210px;
	height: 118px;
	background-color: #001729;
	box-shadow: 0px 4px 8px 0px
	rgba(0, 0, 0, 0.3);
	float: left;
	margin: 0px 0px 50px 14px;
	background:url('../img/Home_video.png');
	background-size: 100% auto;
	position: relative;
	/*opacity: 0.54;*/
	background-color: rgba(0,0,0,0.3);
}
.vid-li{
	width: 42px;
	height: 42px;
	display: block;
	background-attachment:fixed;
	background: url('../img/Videotutorial_icon_play.png') no-repeat;
	/* background-color: #7ca8db; */
	position: absolute;
	left: 84px;
	top:  38px;
}
.vi-name{
	position: absolute;
	text-align:center;
	top:  130px;
	width: 210px;
}
.path{
	color: #999999;
	font-size: 14px;
}
.path a{
	color: #999999;
}
.path li{
	display: inline-block;
}
.path>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">\00a0";
}
/*.l1{

	!*position: absolute;*!
	!*left: 15px;*!
	list-style:disc;
	!*top:  px;*!
}
.l2{
	list-style:disc;
	width: 450px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	!*position: absolute;*!
	!*left: 15px;
	top:  62px;*!
}*/
.dow{
	width: 555px;
	height: 214px;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 3px
	rgba(0, 13, 7, 0.05);
	border: solid 1px #eeeeee;
	float: left;
	margin: 30px 30px 0px 0px;
	position: relative;
}
.loa{
	width: 69px;
	height: 71px;
	position: absolute;
	left: 48px;
	top:  72px;
}
.loa span{
	width: 130px;
	height: 18px;
	color: #333333;
	font-size: 18px;
	display: block;
	margin-left: 80px;
	margin-top: 12px;
}
.loa span a{
	width: 60px;
	height: 20px;
	font-size: 16px;
	color: #31a1fa;
	display: block;
	margin-left: 5px;
	/* vertical-align:middle; */
}

.div-content .img-div{
	width:80%;
	height:auto;
	padding:10px;
	margin:0 auto;
	margin-top:10px;
}
.div-content .img-div img{
	width:100%;
	height:100%;
	cursor:pointer;
}
.data-null{
	width:80%;
	padding:30px;
	margin:0 auto;
	border:1px solid #08c;
	margin-top:40px;
	text-align:center;
	border-radius:5px;
	color:#333;
}

.mask{
	background-color:rgba(0,0,0,0.5);
    filter: alpha(opacity=50); /* IE的透明度 */
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 100;
}
.mask .mask-imgs img{
	display:none;	
}
.mask .remove{
	position:absolute;
	top:50px;
	right:5%;
	color:#fff;
	font-size:50px;
	cursor:pointer;
	z-index:101;
}
.mask .before{
	position:absolute;
	color:#fff;
	top:45%;
	left:5%;
	width:40px;
	height:50px;
	font-size:50px;
	cursor:pointer;
	z-index:101;
    padding: 10px 8px;
	background:#0a8ebb;
	opacity:0.2;
	border-radius:5px;
}
.mask .next{
	position:absolute;
	color:#fff;
	right:5%;
	top:45%;
	width:40px;
	height:50px;
	font-size:50px;
	cursor:pointer;
	z-index:101;
	padding: 10px 8px;
	background:#0a8ebb;
	opacity:0.2;
	border-radius:5px;
}
.mask .remove:hover{font-size:60px;}
.mask .before:hover{opacity:1;}
.mask .next:hover{opacity:1;}
.video-table{border:none;}
.video-table div{width: 100%;}
.video-table p{
	text-align:center;
	padding-bottom:15px;
	font-size:16px;
	font-weight:bold;
}
.video-table table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width:100%;
	margin:0 auto;
	text-align:left;
}
.video-table table tr td{
	border: 1px solid #ccc;
	padding:15px;
}
.video-table table tr td a{
	text-decoration:none;
	color:#08c;
}

.video-list{
	/* padding:15px 0px; */
	/* width:95%; */
	/*!* height:auto; *!
	//
	border:1px solid #eee;
	//
	color:#333;
	//
	background:#F8F8F8;
	margin-bottom:20px;
	//
	margin-top:20px;*/
}

/*.video-list a{
	text-align: center;
	margin-left: 30px;
}*/
/*提示框样式*/
#mb_box {
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	filter: Alpha(opacity=60);
	background: black;
	top: 0;
	left: 0;
	opacity: 0.6;
}

#mb_con {
	z-index: 999999;
	width: 450px;
	position: fixed;
	background: White;
	border-radius: 15px;
}

#mb_tit {
	display: block;
	font-size: 14px;
	color: #444;
	padding: 10px 15px;
	background: #DDD;
	border-radius: 15px 15px 0 0;
	border-bottom: 3px solid #009BFE;
	font-weight: bold;
}

#mb_msg {
	padding: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #DDD;
	font-size: 14px;
	text-align: center;
}

#mb_btnbox {
	margin: 15px 0 10px 0;
	text-align: center;
}

#mb_btn_ok {
	width: 85px;
	height: 30px;
	color: white;
	border: none;
	background-color: #168bbb;
	font-size: 14px;
}
#container{
	position: relative;
	margin: 0 auto;
	padding:0px;
	width: 1170px;
	text-align: left;
}



