body{margin:0;padding:0;font-size:12px;background-color:#fff; font-family:'微软雅黑';}
img{border:none;}
a{text-decoration:none;}
a:focus{ outline:none;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
p,h1,h2,h3,h4,h5,h6,ul,li,img,form{margin:0;padding:0;}
h1,h2,h3,h4,h5{font-size:14px;font-weight:900;}	
.clear{clear:both;}
.clearfix:after{ content:'.'; overflow:hidden; display:block; clear:both; height:0;}
.clearfix{*zoom:1;}


/*Banner*/
#PythonBannerBg{
	width: 100%;
	height: 700px;
	background: url(../images/PythonBannerBG.png) no-repeat top;
}
#PythonBanner{
	width: 1180px;
	margin: 0 auto;
}
/*Banner*/

/*tenIcon*/
#PythonIcon{
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
}
#PythonIcon h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonIcon h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonIcon span{
	color: #0936ff;
}
#PythonIcon img{
	display: block;
	float: left;
	margin-right: 20px;
	transition: .3s;
	cursor: pointer;
	/*灰色处理*/
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#PythonIcon img:hover{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


#PythonIcon img:nth-of-type(10){
	margin-right: 0;
}
#PythonIcon p{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 80px;
}
#PythonIcon .btn{
	display: block;
	margin: 0 auto;
	width: 255px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: #0876ff;
	font-size: 16px;
	border-radius: 5px;
}

/*3.0特效*/
#PythonIcon .btn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonIcon .btn:hover{
	background: transparent;
	color: #0876ff !important;
}

#PythonIcon .btn::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonIcon .btn:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonIcon .btn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #0876ff;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonIcon .btn:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

/*tenIcon*/


/*Video*/
#PythonVideo{
	width: 1180px;
	margin: 0 auto;
}
#PythonVideo h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonVideo h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

#PythonVideoPlay{
	width: 560px;
	height: 470px;
	float: left;
	position: relative;
}
#PythonVideoList{
	float: right;
	width: 590px;
}
#PythonVideoList li{
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#PythonVideo h5{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 30px;
}
/*video*/

/*maxBg*/
#PythonMaxBG{
	background: url(../images/PythonMaxBG.png) no-repeat top;
	background-attachment: fixed;
}
#PythonMax{
	width: 1180px;
	height: 500px;
	padding: 50px 0;
	margin: 0 auto;
	}
#PythonMax h1{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
#PythonMax h6{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-bottom: 50px;
}	
#PythonMax img{
	display: block;
	margin:  0 auto;
}
#PythonMax p{
	float: left;
	width: 165px;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 100px;
	line-height: 30px;
	margin-bottom: 40px;
}
#PythonMax h5{
	float: left;
	width: 165px;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 100px;
	line-height: 30px;
	margin-top: 40px;
}
#PythonMax p:nth-of-type(1){
	margin-left: 150px;
}
#PythonMax h5:nth-of-type(1){
	margin-left: 150px;
}
#PythonMax a{
	display: block;
	width: 255px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #202020;
	margin: 50px auto 0;
}


/*3.0特效*/
#PythonMax a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonMax a:hover{
	background: transparent;
	color: #FFFFFF !important;
}

#PythonMax a::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonMax a:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonMax a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonMax a:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}


/*MaxBgOver*/


/*huanying*/
#pythonHuan{
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
}
#pythonHuan h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 50px;
}
.PythonHuanList{
	width: 955px;
	margin: 0 auto;
}
#pythonHuan li{
	width: 115px;
	text-align: center;
	float: left;
	margin: 13px 38px;
}
#pythonHuan p{
	font-size: 16px;
	line-height: 40px;
}
/*huanyingOver*/


/*shujubiao*/
#Pythonshuju{
	width: 1180px;
	margin: 0 auto 50px;
}
#Pythonshuju h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#Pythonshuju h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#Pythonshuju img{
	display: block;
	margin: 0 auto;
}
/*shujubiao*/

/*class*/
#PythonClass{
	width: 1180px;
	margin: 0 auto;
}
#PythonClass h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonClass h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonClass table{
	width: 100%;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
	margin-bottom: 30px;
}
#PythonClass thead td{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#PythonClass td{
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	font-size: 16px;
}
#PythonClass tbody td{
	padding: 20px 10px;
	line-height: 30px;
}
#PythonClass tbody tr td:nth-of-type(1){
	text-align: center;
}
#PythonClass a{
	display: block;
	width: 255px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	background: #3e63b9;
	margin: 0 auto 50px;
	border-radius: 5px; 
}
/*classOver*/

/*allWay*/
#PythonAll{
	width: 1180px;
	margin: 0 auto;
}
#PythonAll h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
#PythonAll .pythonAllBox{
	float: left;
	width: 310px;
	height: 190px;
	padding: 10px;
	margin: 0 26px 30px;
}
#PythonAll .pythonAllBox h4{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
}
#PythonAll .pythonAllBox p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
/*allWayOver*/


/*aixiangm*/
#PythonAi{
	width: 1180px;
	margin: 0 auto 50px;
}
#PythonAi h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
.PythonAiBox{
	float: left;
	text-align: center;
}
.PythonAiBox p{
	font-size: 16px;
	line-height: 30px;
}
/*aixiangmOver*/

/*huanjing*/
#pythonHuanjing{
	width: 1180px;
	margin: 0 auto 30px;
}
#pythonHuanjing h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#pythonHuanjing h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
#pythonHuanjing img{
	display: block;
	float: left;
	margin-right: 9px;
}
#pythonHuanjing img:nth-of-type(4){
	margin-right: 0;
}
/*huanjingOver*/










/*Ipad*/

@media screen and (min-width:768px) and (max-width:991px){
	img{
		max-width: 100%;
	}
	
	/*Banner*/
#PythonBannerBg{
	width: 100%;
	height: auto;
	background:none;
}
#PythonBanner{
	width: 100%;
	margin: 0 auto;
}
/*Banner*/

/*tenIcon*/
#PythonIcon{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#PythonIcon h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonIcon h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonIcon span{
	color: #0936ff;
}
#PythonIcon img{
	width: 18%;
	display: block;
	float: left;
	margin:5px 1%;
	transition: .3s;
	cursor: pointer;
	/*灰色处理*/
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#PythonIcon img:hover{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


#PythonIcon img:nth-of-type(10){
	margin-right: 0;
}
#PythonIcon p{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 80px;
}
#PythonIcon .btn{
	display: block;
	margin: 0 auto;
	width: 255px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: #0876ff;
	font-size: 16px;
	border-radius: 5px;
}

/*3.0特效*/
#PythonIcon .btn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonIcon .btn:hover{
	background: transparent;
	color: #0876ff !important;
}

#PythonIcon .btn::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonIcon .btn:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonIcon .btn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #0876ff;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonIcon .btn:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

/*tenIcon*/


/*Video*/
#PythonVideo{
	width: 100%;
	margin: 0 auto;
}
#PythonVideo h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonVideo h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

#PythonVideoPlay{
display: none;	
width: 560px;
	height: 470px;
	float: left;
	position: relative;
}
#PythonVideoList{
	float:none;
	width: 100%;
}
#PythonVideoList li{
	width: 30.33333%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin: 0 1.5% 1.5%;
}
#PythonVideo h5{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 30px;
}
/*video*/

/*maxBg*/
#PythonMaxBG{
	background: url(../images/PythonMaxBG.png) no-repeat top;
	background-attachment: fixed;
}
#PythonMax{
	width: 100%;
	height: 500px;
	padding: 50px 0;
	margin: 0 auto;
	}
#PythonMax h1{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
#PythonMax h6{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-bottom: 50px;
}	
#PythonMax img{
	display: block;
	margin:  0 auto;
	width: 80%;
}
#PythonMax p{
	float: left;
	width: auto;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 5%;
	line-height: 30px;
	margin-bottom: 40px;
}
#PythonMax h5{
	float: left;
	width: 20%;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 5%;
	line-height: 30px;
	margin-top: 40px;
	text-align: center;
}
#PythonMax p:nth-of-type(1){
	margin-left: 5%;
}
#PythonMax h5:nth-of-type(1){
	margin-left: 5%;
}
#PythonMax a{
	display: block;
	width: 255px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #202020;
	margin: 50px auto 0;
}


/*3.0特效*/
#PythonMax a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonMax a:hover{
	background: transparent;
	color: #FFFFFF !important;
}

#PythonMax a::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonMax a:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonMax a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonMax a:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}


/*MaxBgOver*/


/*huanying*/
#pythonHuan{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#pythonHuan h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 50px;
}
.PythonHuanList{
	width: 100%;
	margin: 0 auto;
}
#pythonHuan li{
	width: 20%;
	text-align: center;
	float: left;
	margin: 13px 0;
}
#pythonHuan p{
	font-size: 16px;
	line-height: 40px;
}
/*huanyingOver*/


/*shujubiao*/
#Pythonshuju{
	width: 100%;
	margin: 0 auto 50px;
}
#Pythonshuju h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#Pythonshuju h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#Pythonshuju img{
	display: block;
	margin: 0 auto;
}
/*shujubiao*/

/*class*/
#PythonClass{
	width: 100%;
	margin: 0 auto;
}
#PythonClass h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonClass h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonClass table{
	width: 100%;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
	margin-bottom: 30px;
}
#PythonClass thead td{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#PythonClass td{
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	font-size: 16px;
}
#PythonClass tbody td{
	padding: 20px 10px;
	line-height: 30px;
}
#PythonClass tbody tr td:nth-of-type(1){
	text-align: center;
}
#PythonClass a{
	display: block;
	width: 255px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	background: #3e63b9;
	margin: 0 auto 50px;
	border-radius: 5px; 
}
/*classOver*/

/*allWay*/
#PythonAll{
	width: 100%;
	margin: 0 auto;
}
#PythonAll h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
#PythonAll .pythonAllBox{
	float: left;
	width: 46%;
	height: 190px;
	padding: 1%;
	margin: 0 1% 30px;
}
#PythonAll .pythonAllBox h4{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
}
#PythonAll .pythonAllBox p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
/*allWayOver*/


/*aixiangm*/
#PythonAi{
	width: 100%;
	margin: 0 auto 50px;
}
#PythonAi h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
.PythonAiBox{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.PythonAiBox img{
	height: 130px;
}

.PythonAiBox p{
	font-size: 14px;
	line-height: 30px;
}
/*aixiangmOver*/

/*huanjing*/
#pythonHuanjing{
	width: 100%;
	margin: 0 auto 30px;
}
#pythonHuanjing h1{
	font-size: 30px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#pythonHuanjing h6{
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
#pythonHuanjing img{
	display: block;
	width: 45%;
	float: left;
	margin:2.5%;
}
#pythonHuanjing img:nth-of-type(4){
	margin-right: 0;
}
/*huanjingOver*/
	
	
}



/*Iphone*/

@media screen and (max-width:767px){
	img{
		max-width: 100%;
	}
	
	/*Banner*/
#PythonBannerBg{
	width: 100%;
	height: auto;
	background:none;
}
#PythonBanner{
	width: 100%;
	margin: 0 auto;
}
/*Banner*/

/*tenIcon*/
#PythonIcon{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#PythonIcon h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonIcon h6{
	font-size: 18px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonIcon span{
	color: #0936ff;
}
#PythonIcon img{
	width: 18%;
	display: block;
	float: left;
	margin:5px 1%;
	transition: .3s;
	cursor: pointer;
	/*灰色处理*/
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#PythonIcon img:hover{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


#PythonIcon img:nth-of-type(10){
	margin-right: 0;
}
#PythonIcon p{
	font-size: 14px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 80px;
}
#PythonIcon .btn{
	display: block;
	margin: 0 auto;
	width: 60%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: #0876ff;
	font-size: 16px;
	border-radius: 5px;
}

/*3.0特效*/
#PythonIcon .btn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonIcon .btn:hover{
	background: transparent;
	color: #0876ff !important;
}

#PythonIcon .btn::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonIcon .btn:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonIcon .btn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #0876ff;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonIcon .btn:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

/*tenIcon*/


/*Video*/
#PythonVideo{
	width: 100%;
	margin: 0 auto;
}
#PythonVideo h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonVideo h6{
	font-size: 18px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

#PythonVideoPlay{
display: none;	
width: 560px;
	height: 470px;
	float: left;
	position: relative;
}
#PythonVideoList{
	float:none;
	width: 100%;
}
#PythonVideoList li{
	width: 30.33333%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin: 0 1.5% 1.5%;
}
#PythonVideo h5{
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 30px;
}
#PythonVideo h5 br{
	display: none;
}
/*video*/

/*maxBg*/
#PythonMaxBG{
	background: url(../images/PythonMaxBG.png) no-repeat top;
	background-attachment: fixed;
}
#PythonMax{
	width: 100%;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	}
#PythonMax h1{
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
#PythonMax h6{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-bottom: 50px;
}	
#PythonMax img{
	display: none;
	margin:  0 auto;
	width: 80%;
}
#PythonMax p{
	float: left;
	text-align: center;
	width: 50%;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 0%;
	line-height: 30px;
	margin-bottom: 40px;
}
#PythonMax h5{
	display: none;
	float: left;
	width: 20%;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 5%;
	line-height: 30px;
	margin-top: 40px;
	text-align: center;
}
#PythonMax p:nth-of-type(1){
	margin-left: 0%;
}
#PythonMax h5:nth-of-type(1){
	margin-left: 5%;
}
#PythonMax a{
	display: block;
	width: 65%;
	height: 45px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #202020;
	margin: 50px auto 0;
}


/*3.0特效*/
#PythonMax a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#PythonMax a:hover{
	background: transparent;
	color: #FFFFFF !important;
}

#PythonMax a::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,63,63,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
}
#PythonMax a:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

#PythonMax a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#PythonMax a:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}


/*MaxBgOver*/


/*huanying*/
#pythonHuan{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#pythonHuan h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 50px;
}
.PythonHuanList{
	width: 100%;
	margin: 0 auto;
}
#pythonHuan li{
	width: 40%;
	text-align: center;
	float: left;
	margin: 13px 5%;
}
#pythonHuan p{
	font-size: 16px;
	line-height: 40px;
}
/*huanyingOver*/


/*shujubiao*/
#Pythonshuju{
	width: 100%;
	margin: 0 auto 50px;
}
#Pythonshuju h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#Pythonshuju h6{
	font-size: 18px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#Pythonshuju img{
	display: block;
	margin: 0 auto;
}
/*shujubiao*/

/*class*/
#PythonClass{
	width: 100%;
	margin: 0 auto;
}
#PythonClass h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#PythonClass h6{
	font-size: 18px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
#PythonClass table{
	width: 100%;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
	margin-bottom: 30px;
}
#PythonClass thead td{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#PythonClass td{
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	font-size: 14px;
}
#PythonClass tbody td{
	padding: 20px 10px;
	line-height: 24px;
}
#PythonClass tbody tr td:nth-of-type(1){
	text-align: center;
}
#PythonClass a{
	display: block;
	width: 65%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	background: #3e63b9;
	margin: 0 auto 50px;
	border-radius: 5px; 
}
/*classOver*/

/*allWay*/
#PythonAll{
	width: 100%;
	margin: 0 auto;
}
#PythonAll h1{
	font-size: 26px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
#PythonAll .pythonAllBox{
	float: left;
	width: 94%;
	height: auto;
	padding: 2%;
	margin: 0 1% 10px;
}
#PythonAll .pythonAllBox h4{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
}
#PythonAll .pythonAllBox p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
/*allWayOver*/


/*aixiangm*/
#PythonAi{
	width: 100%;
	margin: 0 auto 50px;
}
#PythonAi h1{
	font-size: 28px;
	color: #202020;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
.PythonAiBox{
	float: left;
	width: 100%;
	text-align: center;
}
.PythonAiBox img{
	height: auto;
}

.PythonAiBox p{
	font-size: 14px;
	line-height: 30px;
}
/*aixiangmOver*/

/*huanjing*/
#pythonHuanjing{
	width: 100%;
	margin: 0 auto 30px;
}
#pythonHuanjing h1{
	font-size: 28px;
	color: #202020;
	text-align: center;
	line-height: 50px;
}
#pythonHuanjing h6{
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
#pythonHuanjing img{
	display: block;
	width: 95%;
	float: left;
	margin:2.5%;
}
#pythonHuanjing img:nth-of-type(4){
	margin-right: 0;
}
/*huanjingOver*/
	
	
}