﻿@charset "utf-8";
/*-----------标准网页元件样式-------------*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#body {
	font-family: Arial, Helvetica, sans-serif，"verdana", "微软雅黑";
	font-size: 12px;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
	background:url(../images/bg.jpg) repeat-x;
	clear: both;
}

#body2 {
	font-family: Arial, Helvetica, sans-serif，"verdana", "微软雅黑";
	font-size: 12px;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
	background:#ebebeb;
	clear: both;
}

.clear{ clear:both;}

.table {
	cellspacing: 0px;
	cellpadding: 0px;
	border: none;
	border-collapse: collapse;
	empty-cells: hide;
}


div, form，ul, li，ol, th, td {
	margin: 0px;
	padding: 0px;
	border: 0 none;
	list-style-type: none;
}

.hr_16{
	height:16px
}

.hr_36{
	height:36px
}
/*-----------超连接样式----------------*/
a {
	font-family: Verdana, 微软雅黑;
	color: #000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color: #66abff;
}
/*-----------首页样式-----------------*/

.container {
	width:1200px;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	background: url(../images/bg.jpg);
}
.Picture {
	margin: 0px auto;
	padding: 0;
	width: 1200px;
	height: 680px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	width: 100%;
	text-align: center;
	height: 20px;
	font-size: 11px;
	color: #fff;
	padding-top: 6px;
	background: #777777;
}
/*-----------菜单--------------*/
.index-menu {
	list-style-type: none;
    top: 42%;
	padding:0px 342px;
	width: 548px;
	position: absolute;
}
.index-menu ul {
	list-style-type: none;
}
.index-menu li {
	float: left;
	margin-right: 42px;
}
.index-menu li a, index-menu li a:visited {
	text-decoration: none;
	transition: all linear 0.2s;
	border: solid 1px #fff;
	color: #fff;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	font-family: 'Microsoft YaHei';
	display: block;
	background-color: rgba(255,255,255,0);
	width: 93px;
	padding: 5px 0px;
}
.index-menu li a:hover, index-menu li a:focus {
	border: solid 1px rgb(220,116,12);
	background-color: rgb(220,116,12);
}
/*-----------滚动图片---------------------*/

.PicBox_bg{
	margin: 0px auto;
	padding: 0;
	width:auto;
	height: 396px;
	background: #1a1a1a;
   
}

.PicBox{
	margin: 0px auto;
	padding: 0;
	width:1200px;
	height:396px;
}

/*--------------底部链接------------------*/
.Blink {
	margin: 0px auto;
	padding: 0;
	width: 1200px;
	height: 161px;
	background: #FFFFFF;
}
.webSevice {
	margin: 28px 0px 0px 152px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #FFFFFF;
}
.webSevice h2 {
	width: 100px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}
.webSevice ul {
	list-style-type: none;
}
.webSevice ul li {
	width: 60px;
	float: left;
	line-height: 22px;
	height: 22px;
	display: inline;
	white-space: pre;
	padding-left: 22px;
	text-align: left;
}
.Cooperation {
	margin: 28px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #FFFFFF;
}
.Cooperation h2 {
	width: 100px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}
.Cooperation ul {
	list-style-type: none;
}
.Cooperation ul li {
	width: 100px;
	float: left;
	line-height: 22px;
	height: 22px;
	display: inline;
	white-space: pre;
	padding-left: 22px;
	text-align: left;
}
.About_us {
	margin: 28px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #FFFFFF;
}
.About_us h2 {
	width: 190px;
	text-align: center;
	padding-bottom: 8px;
	font-size: 14px;
	height: 20px;
}
.About_us img {
	width: 190px;
	height: 102px;
}
/*-----------教程页面----------------*/
.container2 {
	width:1200px;
	margin: auto;
	position: relative;
}
.top {
	width:100%;
	height: 72px;
	background: #ffffff;
}

.top_Box {
	margin: 0px auto;
	padding: 0;
	width: 1200px;
	height: 72px;
}
.Introduce{
	width:1200px;
	margin-top:30px;
	padding:0;
}
/*-----------教程菜单----------------*/
.menu {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 70px;
	font-size: 15px;
}
.menu .logo {
	display: block;
	float: left;
	padding-top: 16px;
	padding-left: 30px;
}
.menu .menu-item {
	float: right;
	margin-right: 10px;

}

.on{
	    background:url(../images/on.gif) bottom no-repeat;
}

.menu .menu-item li {
	list-style-type: none;
	float: left;
    height: 60px;
    width: 100px;
    line-height: 79px;
    text-align: center;
    font-size: 14px;
	font-weight:bold;
    position: relative;
}

/*---------------图片列表------------------*/
.course-list {
	margin-bottom: 30px;
	height:auto;
}
.course-list .item {
	width: 270px;
	height: 202px;
	float: left;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	-moz-box-shadow:0px 3px 1px #DFDFDF;    -webkit-box-shadow:0px 3px 1px #DFDFDF;   box-shadow:0px 2px 1px #DFDFDF;
}
.course-list .item .item-mask {
   *display: none;
	transition: all linear 300ms;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 146px;
	background-color: rgba(0,0,0,0.7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	color: white;
	text-align: center;
}
.item-mask p1 {
	font-size:18px;
	margin-top: 50px;
	margin-bottom: 10px;
    font-weight: bolder;
	display: block;
    
}
.item-mask a {
	font-weight: bolder;
	margin-top:50px;
    color: rgb(51,161,246);
	cursor: auto;
    text-decoration: none;
}
.course-list .item:hover .item-mask {
 *display: block;
	opacity: 1;
}
.course-list .item img {
	height: 146px;
	width: 270px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.course-list .item .item-title {
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	top: 146px;
	left: 0px;
	position: relative;
}
.course-list .item .item-title b {
	display: inline-block;
}
.float-left {
	float:left;
	font-weight:bold;
	margin-left: 8px;
}
.course-list .item .item-title .float-right {
	font-size: 14px;
	margin-right: 8px;
	color: #666;
}
.course-list .item .item-title .float-right i {
	margin-right: 4px;
}
.course-list .item .item-title .jiao {
	left: 18px;
	top: -18px;
}

.item-title span{
	font-size:14px;
	font-weight:bold;
	color:#636262;
	background:url(../images/ico.gif) left no-repeat;
    float:right; 
	line-height:30px; 
	overflow:hidden; 
	text-indent:20px; 
	margin:11px 8px 0px 16px; 
	display:inline;
}
.a-link {
	font-size:15px;
	font-weight:bold;
    color: rgb(51,161,246);
    text-decoration: none;
}

.a-link:hover {
        text-decoration: solid;
    }

.jiao {
    position: absolute;
    width: 0px;
    height: 0px;
    border: 9px solid;
    border-color: transparent transparent #fff transparent;
}

/*--------------二级底部链接----------------*/
.Blink1 {
	width: auto;
	height: 161px;
	background:#222222;
}
.all{
	margin: 0px auto;
	padding: 0;
	width:1200px;
	height:161px;
}
.webSevice1 {
	margin: 20px 0px 0px 148px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #222222;
}
.webSevice1 h2 {
	color:#FFFFFF;
	width: 100px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}

.webSevice1 a{color:#FFFFFF; font-size:12px;}

.webSevice1 ul {
	list-style-type: none;
}
.webSevice1 ul li {
	width: 60px;
	float: left;
	line-height: 22px;
	height: 22px;
	display: inline;
	white-space: pre;
	padding-left: 22px;
	text-align: left;
}
.Cooperation1 {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #222222;
}
.Cooperation1 h2 {
	color:#FFFFFF;
	width: 100px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}

.Cooperation1 a{color:#ffffff; font-size:12px;}
.Cooperation1 ul {
	list-style-type: none;
}
.Cooperation1 ul li {
	width: 100px;
	float: left;
	line-height: 22px;
	height: 22px;
	display: inline;
	white-space: pre;
	padding-left: 22px;
	text-align: left;
}

.Cooperation2 {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 102px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #222222;
}
.Cooperation2 h2 {
	color:#FFFFFF;
	width: 100px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	height: 20px;
}

.Cooperation2 a{color:#48abff; font-size:12px;}
.Cooperation2 ul {
	list-style-type: none;
}
.Cooperation2 ul li {
	width: 100px;
	float: left;
	line-height: 22px;
	height: 22px;
	display: inline;
	white-space: pre;
	padding-left: 22px;
	text-align: left;
}

.About_us1 {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 138px;
	padding: 0px 16px;
	background-position: left top;
	overflow: hidden;
	background-color: #222222;
}
.About_us1 h2 {
	color:#FFFFFF;
	width: 190px;
	text-align: center;
	padding-bottom: 8px;
	font-size: 14px;
	height: 20px;
	
}

.About_us1 a{color:#FFFFFF; font-size:12px;}

.About_us1 img {
	width: 190px;
	height: 100px;
}

.footer1 {
	width: 100%;
	text-align: center;
	height: 20px;
	font-size: 11px;
	color: #fff;
	padding-top: 6px;
	background: #828282;
}

/*--------------教程详情----------------*/
.Tutorial {
	width:710px;
	float:left;
	margin-left:50px;
}

.Tutorial2 {
	width:1200px;
	height:544px;
	float:left;
	margin-left:50px;
}


.Title{
	float:left;
	width:710px;
	padding-bottom:16px;
}

.Title2{
	float:left;
	width:256px;
	padding-bottom:16px;
} 



.Video{
	width:710px;
	min-height: 379px;
	float:left;
	padding-bottom:10px;
	}
	
.VideoTitle{
	width:710px;
	height:41px;
    padding-top:10px;
}

.VideoTitle h3{
	font-size:15px;
	float:left;
	height:40px;
	line-height:40px;
	
}
	
 .line{
	background:url(../images/line.gif) no-repeat;
	width:710px;
	height:2px;
	padding-bottom:10px;
}

 .line256{
	background:url(../images/line256.gif) no-repeat;
	width:256px;
	height:2px;
	padding-bottom:6px;
}

 .line897{background:url(../images/line897.gif) no-repeat;
	width:897px;
	height:2px;
	padding-bottom:10px;
}
 .line1045{background:url(../images/line1045.gif) no-repeat;
	width:1045px;
	height:2px;

}

.VideoTitle p{
	color:#939393;
	font-size:13px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	float:left;
	padding-top:12px;
	text-indent:8px;
}

.VideoTitle b{
	color:#33a1f6;
}
	

.Catelog_title{
	width:710px;
	height:41px;

}

.Catelog_title h3{
	font-size:15px;
	float:left;
	height:40px;
	line-height:40px;	
}
	
.Catelog_title p{
	color:#939393;
	font-size:13px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	float:left;
	padding-top:12px;
	text-indent:8px;
}

.Catelog_title b{
	color:#33a1f6;
}	
	
.Catelog_img{
	float:left;
	width:710px;
	padding-bottom:20px;
}
	
.Catelog_img2{
    width:714px;
	float:left; 
	padding:8px 0px;
}

.Catelog_img2 li{
	float:left;
	list-style-type:none;
}

.Courses{
	width:256px;
	float:left;
	padding-left:66px;
}
	
.Courses_title{
	width:256px;
	height:41px;
    padding-top:10px;
}

.Courses_title h3{
	font-family:微软雅黑;
	font-size:15px;
	float:left;
	height:40px;
	line-height:40px;	
}
	
.Courses_title p{
	color:#939393;
	font-size:13px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	float:left;
	padding-top:12px;
	text-indent:8px;
}

.Courses_title b{
	color:#33a1f6;
}		
	
.Courses_text{
	  font-size:14px; 
	  line-height:1.8em;
	  text-align:left;
}
	
.Courses_text h2{
	font-size:18px;
	color:#33a1f6;
	

}
.Courses_text p{
	  font-size:14px; 
	  line-height:1.8em;
	  
}
	
.Course_detail{
	width:256px;
	height:360px;
	margin-top:12px;
	background:#FFFFFF;
	-moz-border-radius:6px;               -webkit-border-radius:6px; 
	border-radius:6px;
	-moz-box-shadow:0px 3px 1px #DFDFDF;    -webkit-box-shadow:0px 3px 1px #DFDFDF;   box-shadow:0px 2px 1px #DFDFDF;
	
}
	
.Course_detail p{
	
	padding:8px 14px 0px 14px;
	font-size:12px; 
	line-height:1.8em;
	text-align:left;
}


.Case_pic{
	width:1120px;
    padding:0px 0px 48px 80px;
}

.Case_img{
	width:1038px;
	min-height:544px;
	padding-top:20px;
}


/*--------------产品----------------*/
.Product{
	width:1114px; 
	 height:auto; 
	 float:left;
	 padding:45px 0px 0px 86px;
}

.Product_item{
	  float:left;
	  margin-bottom:10px;   
}
	

.Product_img{
	float:left;
	width:180px; 
	height:130px;
}

.Product_img img{
	width:100%;
    height:100%;
}

.Product_detail{
	 float:left;
	 overflow: hidden;
	 text-align:left;
	 padding:0px 0px 30px 30px;
}

.Product_detail h2{
	font-size:16px;
	padding-bottom:10px;
	}

.Product_detail p{
	width:830px;;
    list-style-type: none;
	line-height: 22px;
	
}

.Product_detail img{
	padding-top:6px;
}


/*--------------产品详情----------------*/	
.Product_Info{
	width:1080px;
	float:left;
	padding-bottom:10px;
    padding:0px 60px;
}
	

.ProTitle{
	width:710px;
	height:41px;
    padding-top:10px;
}

.ProTitle h3{
	font-family:微软雅黑;
	font-size:15px;
	float:left;
	height:40px;
	line-height:40px;	
}
	
.ProTitle p{
	color:#939393;
	font-size:13px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	float:left;
	padding-top:15px;
	text-indent:8px;
}

.ProTitle b{
	color:#33a1f6;
}	

.Product_item2{
	  float:left;
	  margin-top:34px;   
}

.ProductBox{
	float:left;
	width:1200px; 
	padding-top:34px;
}

.Product_img2{
	float:left;
	width:100px; 
	height:100px;
	}

    .Product_img2 img {
        width: 100%;
        height: 100%;
    }

.Product_detail2{
	 float:left;
	 overflow: hidden;
	 text-align:left;
	 padding:0px 0px 30px 30px;
}

.Product_detail2 h2{
	color:#33a1f6;
	font-size:16px;
	padding-bottom:10px;
	}

.Product_detail2 p{
	width:900px;
    list-style-type: none;
	line-height: 2.8em;
	
}

.Product_detail2 img{
	padding-top:6px;
}

.Product_item2{
	  float:left;
	  margin-top:34px;   
}


.Product_img2{
	float:left;
	width:100px; 
	height:100px;
	background:url(../images/icon.png) no-repeat;
}

.Product_item3{
	  float:left;
	  margin-top:6px;   
}

.Product_detail3{
	 float:left;
	 overflow: hidden;
	 text-align:left;
	 padding:20px 0px 30px 0px;
}

.Product_detail3 h2{
	color:#33a1f6;
	font-size:16px;
	padding-bottom:10px;
	}

.Product_detail3 p{
	width:900px;
    list-style-type: none;
	line-height: 2.8em;
	
}

.Product_detail3 img{
	padding:20px 30px;
}

/*---------------关于我们------------------*/
.Aboutus{
	width: 1114px;
    height: auto;
    float: left;
    padding: 45px 0px 0px 86px;
}

.Aboutus_item{
	  float:left;
	    
}
	

.Aboutus_img{
	float:left;
	width:184px; 
	height:231px;
	background:url(../images/people01.png) no-repeat;
}

.Aboutus_detail{
	 width:828px;
	 height:231px;
	 float:left;
	 overflow: hidden;
	 text-align:left;
	 margin-left:12px;
	 background:url(../images/item_bg.png) no-repeat;
	 padding:20px 34px;
}

.Aboutus_detail h2{
	width:758px;
	color:#33a1f6;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #33a1f6;
	}

.Aboutus_detail p{
	width:760px;
    list-style-type: none;
	line-height: 22px;
	
}

.Aboutus_detail img{
	padding-top:6px;
}




.Aboutus_item2{
	  float:left;
	    
}
	

.Aboutus_img2{
	float:left;
	width:184px; 
	height:231px;
	background:url(../images/people01.png) no-repeat;
}

.Aboutus_detail2{
	 width:828px;
	 height:231px;
	 float:left;
	 overflow: hidden;
	 text-align:right;
	 background:url(../images/item_bg.png) no-repeat;
	 padding:20px 5px 20px;
}

.Aboutus_detail2 h2{
	width:758px;
	color:#33a1f6;
	font-size:16px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-bottom:20px;
	border-bottom:1px solid #33a1f6;
	}

.Aboutus_detail2 p{
	margin-left:20px;
	text-align:left;
	width:760px;
    list-style-type: none;
	line-height: 22px;
	
}

.Aboutus_detail2 img{
	padding-top:6px;
}


