.wapper{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{zoom:1;}
.banner{
	width: 100%;
	min-width: 1200px !important;
	height: auto;
}
.banner img{
	width: 100%;
}
.banner .swiper-container {
	width: 100% !important;
	height: 100%;
}
.iswhat{
	width: 100%;
	padding-top: 70px;
	background-color: #ffffff;
	padding-bottom: 90px;
}
.iswhat h3{
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 80px;
}
.iswhat .dsbox{
	width: 100%;
	position: relative;
	height: 330px;

}
.iswhat .dsbox .imgleft{
	width: 577px;
	height: 317px;
	position: absolute;
	left: 0;
	bottom:8px;
}
.iswhat .dsbox .imgleft .bigs{
	position: absolute;
	left: -55px;
	bottom: 0;
	width: 577px;
	height: 317px;
	z-index: 9;
}
.iswhat .dsbox .imgleft .line{
	position: absolute;
	left: 357px;
	bottom: 139px;
	width: 273px;
	height: 68px;
	z-index: 9;
}
.iswhat .dsbox .imgleft .dot{
	position: absolute;
	left: 617px;
	bottom:193px;
	width: 8px;
	height:8px;
	z-index: 9;
}
.iswhat .dsbox .imgleft .inner{
	position: absolute;
	left: 41px;
	top:13px;
	width: 386px;
	height:238px;
	z-index: 9;
}
.iswhat .dsbox .textright{
	width: 620px;
	height: 330px;
	background-color: #ffffff;
	box-shadow: 0px -3px 10px 0px  rgba(231, 231, 231, 0.7);
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 8;
	padding: 30px;
	box-sizing: border-box;
}
.iswhat .dsbox .textright p{
	text-indent: 30px;
	/* font-size: 14px; */
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 15px;
}
.govsupport {
	width: 100%;
	padding-top: 120px;
	background-color: #fafafa;
	padding-bottom: 40px;
}
.govsupport h4{
	text-align: center;
	font-size: 32px;
	height: 80px;
	font-weight: 600;
	line-height: 80px;
	color: #333333;
	position: relative;
}
.govsupport h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.govsupport h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.govsupport .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}
.govsupport .advlist{
	width: 100%;
	height: 330px;
	margin-top: 90px;
}
.govsupport .advlist .advitem{
	text-align: center;
	width: 400px;
	height: 300px;
	background-color: #ffffff;
	padding:30px;
	box-sizing: border-box;
}
.govsupport .advlist .advitem h5{
	font-size: 20px;
	margin-top: 30px;
	line-height: 22px;
	font-weight: 600;
	color: #333333;
}
.govsupport .advlist .advitem .advdes{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	line-height: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #e14946;
	margin-bottom: 20px;
}
.govsupport .advlist .advitem:first-child p{
	width: 250px;
}
.govsupport .advlist .advitem:nth-child(2) p{
	width: 320px;
}
.govsupport .advlist .advitem:first-child(3) p{
	width: 440px;
}
.govsupport .advlist .advitem p{
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.govsupport .advlist .advitem:hover{
	background-color: #e14946;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
.govsupport .advlist .advitem:hover p{
	color: #FFF;
}
.govsupport .advlist .advitem:hover .advdes{
	color: #FFF;
}
.govsupport .advlist .advitem:hover h5{
	color: #FFF;
}
.govsupport .advlist .advitem.active{
	background-color: #e14946;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
.govsupport .advlist .advitem.active p{
	color: #FFF;
}
.govsupport .advlist .advitem.active .advdes{
	color: #FFF;
}
.govsupport .advlist .advitem.active h5{
	color: #FFF;
}
.finance {
	width: 100%;
	padding-top: 70px;
	background-color: #ffffff;
	padding-bottom: 80px;
}
.finance h4{
	text-align: center;
	font-size: 32px;
	height: 80px;
	font-weight: 600;
	line-height: 80px;
	color: #333333;
	position: relative;
}
.finance h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.finance h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.finance .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}
.finance .financelist{
	width: 100%;
	margin-top:40px;
}
.finance .financelist .financeitem{
	width: 100%;
	width: 386px;
	height: 265px;
	margin-top: 20px;
	padding:25px 30px;
	box-sizing: border-box;
}
.finance .financelist .financeitem .financedes{
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.finance .financelist .financeitem p{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.finance .financelist .financeitem h5{
	width: 100%;
	height: 39px;
}
.finance .financelist .financeitem:nth-child(1){
	background-color: #fff6ed;
	margin-right: 18px;
}
.finance .financelist .financeitem:nth-child(1) h5{
	background: url(../img/python_04.png) no-repeat center center;
	background-size: contain;
}
.finance .financelist .financeitem:nth-child(2){
	background-color: #f1fce5;
	margin-right: 18px;
}
.finance .financelist .financeitem:nth-child(2) h5{
	background: url(../img/python_05.png) no-repeat center center;
	background-size: contain;
	margin-right: 18px;
}
.finance .financelist .financeitem:nth-child(3){
	background-color: #ecefff;
}
.finance .financelist .financeitem:nth-child(3) h5{
	background: url(../img/python_06.png) no-repeat center center;
	background-size: contain;
	margin-right: 18px;
}
.finance .financelist .financeitem:nth-child(4){
	background-color: #ebfcff;
	width: 590px;
	margin-right: 18px;
}
.finance .financelist .financeitem:nth-child(4) h5{
	background: url(../img/python_07.png) no-repeat center center;
	background-size: contain;
	
}
.finance .financelist .financeitem:nth-child(5){
	background-color: #feffec;
	width: 590px;
}
.finance .financelist .financeitem:nth-child(5) h5{
	background: url(../img/python_08.png) no-repeat center center;
	background-size: contain;
	margin-right: 18px;
}
.finance .financelist .detbox{
	padding-top: 40px;
}
.finance .financelist .detbox span{
	float: left;
	padding:0 18px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 30px;
	border: solid 1px #618391;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #618391;
}
.industry {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 30px;
}
.industry h4{
	text-align: center;
	font-size: 32px;
	height: 80px;
	font-weight: 600;
	line-height: 80px;
	color: #333333;
	position: relative;
}
.industry h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.industry h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.industry .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}
.industry .partone{
	margin-top: 22px;
	width: 100%;
}
.industry .partone h6{
	margin-top: 70px;
	width: 100%;
	height: 80px;
	background: url(../img/python_09.png) no-repeat center center;
	background-size: contain;
}
.industry .partone .partbox{
	padding-top: 60px;
}
.industry .partone .partbox .partitem{
	float: left;
	width: 286px;
	height: 298px;
	background-color: #ffffff;
	box-shadow: 0px -3px 10px 0px rgba(231, 231, 231, 0.7);
	border-radius: 5px;
	margin-right: 17px;
	text-align: center;
}
.industry .partone .partbox .partitem:last-child{
	margin-right: 0px;
}
.industry .partone .partbox .partitem i{
	display: inline-block;
	vertical-align: middle;
	width: 74px;
	height: 74px;
	margin-top: 30px;
	background: url(../img/python_13.png) no-repeat center center;
	background-size: contain;
}
.industry .partone .partbox .partitem h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
	margin-top: 20px;
}
.industry .partone .partbox .partitem p{
	margin-top: 20px;
	padding:0 20px;
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.industry .partwo h6{
	margin-top: 90px;
	width: 100%;
	height: 80px;
	background: url(../img/python_10.png) no-repeat center center;
	background-size: contain;
}
.industry .partwo .characteristic{
	height: 450px;
	margin-top: 75px;
	position: relative;
}
.industry .partwo .characteristic .center{
	width: 496px;
	height: 450px;
	position: absolute;
	left:50%;
	top:0;
	margin-left: -248px;
	background: url(../img/python_15.png) no-repeat center center;
	background-size: contain;
}
.industry .partwo .characteristic .charitem{
	width:330px;
	height:126px;
	position: absolute;
}
.industry .partwo .characteristic .charitem img{
	display: inline-block;
	vertical-align: middle;
	width:64px;
	height:auto;
}
.industry .partwo .characteristic .charitem p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 10px;
}
.industry .partwo .characteristic .introduction{
	left: 40px;
	text-align: right;
	top: 10px;
}
.industry .partwo .characteristic .big_shot{
	left: 0px;
	text-align: right;
	top: 150px;
}
.industry .partwo .characteristic .thinking{
	left: 15px;
	text-align: right;
	top: 300px;
}
.industry .partwo .characteristic .actual_combat{
	left: 815px;
	text-align: left;
	top: 10px;
}
.industry .partwo .characteristic .exercises{
	left: 870px;
	text-align: left;
	top: 150px;
}
.industry .partwo .characteristic .case{
	left: 860px;
	text-align: left;
	top: 300px;
}
.teaccher {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
	background-color: #fff;
}
.teaccher h4{
	text-align: center;
	font-size: 32px;
	height: 80px;
	color: #333;
	font-weight: 600;
	line-height: 80px;
	position: relative;
}
.teaccher h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.teaccher h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.teaccher .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 20px;
}
.teaccher .probox{
	width: 1200px;
	height: 468px;
	margin-top: 60px;
	background-color: #ffffff;
	box-shadow: 0px -3px 10px 0px rgba(231, 231, 231, 0.7);
	border-radius: 5px;
	border: solid 1px rgba(229, 229, 229, 0.49);
}
.teaccher .probox .left{
	width: 240px;
	height: 468px;
	text-align: center;
	margin-left: 90px;
}
.teaccher .probox .left img{
	width: 228px;
	height: 228px;
	background-color: #ffffff;
	border: solid 1px rgba(229, 229, 229, 0.49);
	border-radius: 50%;
	margin-top: 50px;
}
.teaccher .probox .left a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 166px;
	height: 42px;
	background-color: #e04946;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 42px;
	color: #ffffff;
	margin-top: 50px;
	cursor: pointer;
}
.teaccher .probox .right{
	width: 765px;
	padding:40px 0 50px;
	height: 468px;
	margin-left: 70px;
}
.teaccher .probox .right .up{
	height: 235px;
	position: relative;
}
.teaccher .probox .right .up>h6{
	font-size: 30px;
	line-height:32px;
	letter-spacing: 0px;
	color: #333333;
	height: 32px;
	margin-bottom: 12px;
}
.teaccher .probox .right .up>p{
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #666666;
}
.teaccher .probox .right .up .codediv{
	position: absolute;
	top:0;
	right: 0;
	width: 150px;
	height: 180px;
	text-align: center;
}
.teaccher .probox .right .up .codediv img{
	display: inline-block;
	vertical-align: middle;
	width: 139px;
	height: 139px;
}
.teaccher .probox .right .up .codediv p{
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	margin-top: 12px;
	color: #666666;
}
.teaccher .probox .right .down{
	padding-top: 20px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.exclusive {
	width: 100%;
	padding-top: 70px;
	background: url(../img/python_29.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.exclusive h4{
	text-align: center;
	font-size: 32px;
	height: 80px;
	color: #fff;
	font-weight: 600;
	line-height: 80px;
	position: relative;
}
.exclusive h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.exclusive h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.exclusive .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.exclusive .formbox{
	margin-top: 60px;
}
.exclusive .cousebox{
	width: 382px;
	height: 475px;
	background-color: #fff;
    overflow:hide;
}
.exclusive .cousebox>a{
    display:block;
    width: 382px;
    height: 248px;
}
.exclusive .cousebox>a>img{
	width: 382px;
	height: 248px;
}
.exclusive .cousebox>h5{
	padding:10px 20px;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	letter-spacing: 0px;
	color: #333333;
}
.exclusive .cousebox>.pricebox{
	padding:5px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.exclusive .cousebox>.pricebox .price{
	font-size: 18px;
	line-height: 30px;
	color: #e14946;
}
.exclusive .cousebox>.pricebox .studynum{
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}
.exclusive .cousebox>.destext{
	position: relative;
	padding:5px 20px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}
.exclusive .cousebox>.destext>span{
    font-weight: 600;
}
.exclusive .cousebox>.destext>a{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e14946;
}
.exclusive .cousebox>.btnp{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding:0px 20px;
	margin-top: 15px;
}
.exclusive .cousebox>.btnp .zixun{
	display: inline-block;
	vertical-align: middle;
	width: 94px;
	height: 34px;
	background-color: #e14946;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #fafafa;
	cursor: pointer;
}
.exclusive .cousebox>.btnp .lookmore{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #e14946;
	cursor: pointer;
	background-color: #fff;
}
.exclusive .form{
	width: 770px;
	height: 475px;
	margin-left: 45px;
	background-color: #ffffff;
}
.exclusive .form>h5{
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.exclusive .form>p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height:22px;
	height: 22px;
	margin-top: 10px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	position: relative;
}
.exclusive .form>p:after{
	display: block;
	content: "";
	position: absolute;
	left:50%;
	margin-left: -127px;
	bottom:-20px;
	width: 254px;
	height: 3px;
	background-color: #e14946;
}
.exclusive .form .inputbox{
    padding:0 50px 0 30px;
	margin-top: 60px;
}
.exclusive .form .inputbox>p{
	width: 336px;
	height: 56px;
	position: relative;
	margin-bottom: 40px;
	font-size: 0;
}
.exclusive .form .inputbox>p:nth-child(2n+2){
	margin-left: 15px;
}
.exclusive .form .inputbox>p i{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 30px;
	background-color: #618391;
}
.exclusive .form .inputbox>p:nth-child(1) i{
	background: url(../img/python_24.png) no-repeat center center;
	background-size: contain;
}
.exclusive .form .inputbox>p:nth-child(2) i{
	background: url(../img/python_22.png) no-repeat center center;
	background-size: contain;
}
.exclusive .form .inputbox>p:nth-child(3) i{
	background: url(../img/python_23.png) no-repeat center center;
	background-size: contain;
}
.exclusive .form .inputbox>p input{
	display: inline-block;
	vertical-align: middle;
	width: 292px;
	height: 56px;
	margin-left: 15px;
	background-color: #f5f5f6;
	text-indent: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #999999;
}
.exclusive .form .inputbox>p .getcode{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top:12px;
	right:10px;
	text-align: center;
	width: 93px;
	height: 32px;
	background-color: #e14946;
	border-radius: 5px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
}
.exclusive .form .btnbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:0 70px;
}
.exclusive .form .btnbox a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 268px;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
	box-sizing: border-box;
}
.exclusive .form .btnbox a:first-child{
	background-color: #e14946;
	color: #ffffff;
}
.exclusive .form .btnbox a:last-child{
	border: solid 1px #e14946;
	color: #e14946;
}



.newlist {
	width: 100%;
	padding-top: 70px;
}
.newlist h4{
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	color: #333333;
	position: relative;
}
.newlist h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background-color:#cccccc;
	left: 50%;
	margin-left: -63px;
	bottom: 0;
	z-index: 2;
}
.newlist h4::before{
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 3px;
	background-color: #cd1f20;
	left: 50%;
	margin-left: -33px;
	bottom:-1px;
	z-index: 3;
}
.newlist .titdes{
	margin-top: 22px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}
.newlist .newsbox{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
}
.newlist .newsbox .newitem{
	width: 565px;
	height: 162px;
	padding: 30px 0;
	border-bottom: 1px dashed #e0e0e0;
	box-sizing: border-box;
	font-size: 0;
}
.newlist .newsbox .newitem:nth-child(2n+2){
	margin-left: 69px;
}
.newlist .newsbox .newitem img{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
}
.newlist .newsbox .newitem .textbox{
	width: 450px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.newlist .newsbox .newitem .textbox h6{
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 10px;
}
.newlist .newsbox .newitem .textbox .destext{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 26px;
	color: #666666;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.newlist .newsbox .newitem .textbox .timep{
	font-size: 14px;
	height: 16px;
	margin-top:5x;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}