@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}


body{
	min-width:1200px;
	background:url(../images/bg.jpg);
	font-family:Microsoft YaHei;
}


.banner{
	width:100%;
	height:646px;
	position:relative;
	overflow:hidden;
	background:url(../images/banner.jpg) no-repeat top center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}


.mubiao{
	width:1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.mbbox{
	width:580px;
	height: 200px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: #FFF;
}



.mubiao .yuan{
	width:250px;
	height: 250px;
	border-radius: 50%;
	border:1px dashed #CCC;
	box-sizing: border-box;
	position: absolute;
	left: 480px;
	top: -30px;
	background: #FFF;
}

.yuan img{
	width:230px;
	height: 230px;
	margin: 10px;
	display: block;
	border-radius: 50%;
}

.mbbox h3{
	width:120px;
	height: 30px;
	background: #823605;
	margin: 10px;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}


.mbbox p{
	padding: 0 110px 10px 10px;
	font-size: 16px;
	line-height: 28px;
}


.mbbox h3{
	width:120px;
	height: 30px;
	background: #823605;
	margin: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.mbbox h3.rightmb{
	margin-left: 120px;
}

.mbbox p.rightmb{
	padding: 0 10px 10px 120px;
}


.mbbox p{
	padding: 0 110px 10px 10px;
	font-size: 16px;
	line-height: 28px;
}


.jianzhang{
	width:100%;
	height:90px;
	background:#9E0001;
	display:flex;
	justify-content:center;
	align-items:center;
}


.jianzhang dl{
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.jianzhang dl dt{
	width:314px;
	height:42px;
}

.jianzhang dl dt input{
	width:100%;
	height:100%;
	border:none;
	font-size:18px;	
}

.inpbg{
	background:#FFF;
	text-indent:10px;
}

.tijiao{
	width:314px;
	height:42px;
	background:#404145 url(../images/xinfeng.png) no-repeat 242px center;
	border:none;
	color:#FFF;
	font-size:18px;
	text-indent:65px;
	text-align:left;
	cursor:pointer;
}


.pymb{
	width:100%;
	height:auto;
	background:#FFF;
}

.peiyang{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


.peiyang .pybox{
	width:350px;
	margin:50px 0;
}

.pybox dl{
	text-align:center;
}

.pybox dl dt{
	font-size:30px;
}

.pybox dl dt.englist{
	font-size:16px;
	margin:5px 0 0 0;
}

.pybox dl dd{
	font-size:30px;
	text-align:center;
	color:#9E0001;
}

.pybox p{
	font-size:18px;
	line-height:36px;
}

.yuecai{
	width:100%;
	height:603px;
	background:url(../images/yuecai.jpg) no-repeat center center;
	position:relative;
}


.yuecai dl{
	width:510px;
	height:405px;
	background:#FFF;
	position:absolute;
	right:335px;
	bottom:90px;
}


.yuecai dl dt{
	padding:60px 80px;
	line-height:34px;
	font-size:18px;
}

.calls{
	width:100%;
	height:92px;
	background:#404145;
}

.callcenter{
	width:1200px;
	height:100%;
	margin:0 auto;
	background:url(../images/call.png) no-repeat left center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.callcenter p{
	width:500px;
	margin-left:70px;
	font-size:20px;
	color:#FFF;
}

.callcenter p span{
	font-size:24px;
}


.callcenter dl{
	width:400px;
	display:flex;
	justify-content:space-between;
}

.callcenter dl dt{
	width:180px;
	height:42px;
	background:#9E0001 url(../images/xx.png) no-repeat 140px center;
	color:#FFF;
	text-align:left;
	line-height:42px;
	text-indent:25px;
}

.callcenter dl dt a{
	width:100%;
	height:100%;
	display:block;
	color:#FFF;
	transition:.5s;
}

.callcenter dl dt a:hover{
	background:#F00 url(../images/xx.png) no-repeat 140px center;}


.w100{
	width:100%;
}

.course_name{
	width:800px;
	height:450px;
	position:absolute;
	left:38%;
	top:100px;
	margin-left:-400px;
}

.course_name h3{
	width:100%;
	height:120px;
	font-size:80px;
	text-align:center;
	color:#FFF;
}


.course_name h3 span{
	color:#F00;
}

.course_name dl{
	width:540px;
	height:200px;
	padding:20px 0 0 50px;
}

.course_name dl dt{
	width:300px;
	height:60px;
	border-top:1px solid #FFF;
	font-size:32px;
	line-height:60px;
	color:#FFF;
	float:left;
	margin-bottom:10px;
}



.course_name dl dd{
	width:270px;
	height:60px;
	border-bottom:1px solid #FFF;
	font-size:32px;
	line-height:60px;
	color:#FFF;
	float:left;
}


.course_name a{
	width:260px;
	height:56px;
	line-height:56px;
	background:#EE0202;
	color:#FFF;
	float:left;
	border-radius:6px;
	text-align:center;
	font-size:24px;
	margin-left: 54px;
}



.pymp{
	width:100%;
	height:200px;
	margin:0 auto;
	border-top:1px solid #FFF;
	margin-top:100px;
	position:relative;
	background:#FCFCFC;
}

.pymp .ptitle{
	width:310px;
	height:120px;
	position:absolute;
	left:50%;
	top:-60px;
	background:url(../images/ctitbg.png) no-repeat;
	margin-left:-155px;
}

.pymp .ptitles{
	width:298px;
	height:108px;
	position:absolute;
	left:50%;
	top:-55px;
	background:url(../images/bg.jpg);
	margin-left:-150px;
	border:1px solid #FFF;
}

.ptitles h3{
	width:auto;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:50px;
	color:#FF0000;
}

.ptitles p{
	color:#CCC;
	text-align:center;
	font-size:20px;
}


.pymp dl{
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:70px;
	font-size:18px;
	line-height:36px;
}



.titles{
	width:600px;
	height:auto;
	margin:0 auto;
	margin-top:80px;
}


.titles h3{
	width:auto;
	height:70px;
	line-height:70px;
	font-size:50px;
	text-align:center;
}

.titles h4{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

.titles p{
	width:100%;
	height:1px;
	background:#000;
}

.titles ul{
	width:460px;
	height:40px;
	margin:0 auto;
	margin-top:10px;
}

.titles ul li{
	width:220px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #ffffff;
	background:#EEE;
	font-size:16px;
}

.titles ul li a{
	width:100%;
	height:100%;
	display:block;
	color:#F00;
}


.fl{
	float:left;
}

.fr{
	float:right;
}

.jiaoxueys{
	width:1200px;
	height:auto;
	background:#FFF;
	margin:0 auto;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}


.kecheng{
	width:580px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.kecheng dl{
	width:280px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	
}

.kecheng dl img{
	display: block;
}


.kecheng dl dt{
	width:auto;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}


.kecheng dl dd{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
}


.yslist{
	width:560px;
	height: 400px;
}

.yslist ul{
	width:500px;
	height: 290px;
	background: #f9ebe6;
	margin-left: 30px;
	margin-top:45px;
	padding-top: 10px;
	padding-left: 20px;
}

.yslist ul li{
	width:auto;
	height: 40px;
	line-height: 40px;
	background: url(../images/gr.png) no-repeat left center;
	text-indent: 30px;
}


/*学习阶段*/
.jieduanjx{
	width:100%;
	margin: 0 auto;
	margin-top: 30px;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 40px;
}


.w1200{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.jdbox{
	width:580px;
	height: auto;
	background: #f9ebe6;
	border-radius: 6px;
	margin-top: 40px;
}

.jdbox-info{
	width:540px;
	margin: 0 auto;
	overflow: hidden;
}

.jdbox-info p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.jdbox-info h4{
	margin-top: 30px;
	color: #cb362a;
	margin-bottom: 20px;
	font-size: 18px;
}

.jdbox-info dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}



.zuopin{
	width:1200px;
	margin: 0 auto;
	margin-top: 20px;
}


.zuopin ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}


.zuopin ul li{
	width:280px;
}


.zuopin ul li img{
	width:100%;
	display: block;
}


.zuopin ul li.twoli{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content:space-between;
	width:307px;
}

.zuopin ul li.w290{
	width:290px;
}



/*学习阶段结束*/

.zixun{
	width:400px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	background:#F00;
	color:#FFF;
	margin-top:50px;
	border-radius:6px;
}

.zixun a{
	width:100%;
	height:100%;
	display:block;
	color:#FFF;
	text-align:center;
	font-size: 18px;
}



/*模块*/
.main3-div1{width:100%;height:668px;background-color:#fefdfb;margin-top:35px;padding-top:12px;background-color:#f0f0f0;}
.main3-div1 .ui-tab{width:1200px;height:55px;padding-top:14px;margin:0 auto;}
.ui-tab li{width:282px;height:55px;background-color:#000;font:25px/55px "微软雅黑";text-align:center;color:#fff;float:left;margin-right:9px;cursor:pointer;}
.ui-tab .cur{background:#f00;}
.main3-div1 .tab-con{width:1200px;margin:30px auto;}
.tab-con .tab-con-a1{display:block;width:640px;height:420px;background-color:#000;margin:0 auto 15px auto;}
.tab-con p{width:640px;margin:0 auto; font-size:18px; line-height:32px;}
.tab-con p span{font:20px/32px "微软雅黑";float:right;}
.tab-con p a{color:#f00;font:20px/32px "微软雅黑";}


/*证书*/
.zheng{ width:100%; height:340px; margin-top:30px;}
.zheng h3{
	text-align:center;
}
.zheng ul{ width:1200px; height:220px; margin:0 auto; padding-top:30px;}
.zheng ul li{ width:auto; height:auto; line-height:22px; text-align:center; float:left; margin-left:40px; margin-bottom:20px; font-size:16px;}
.zheng ul li img{ height:214px; width:auto;}
.zheng p{
	width:1200px;
	height:50px;
	margin:0 auto;
	line-height:50px;
	clear:both;
	text-align:center;
	border-top:1px solid #FFF;
	font-size:16px;
}


.jiuye{
	width:100%;
	height:620px;
	margin-top:30px;
	background:url(../images/jiuye.jpg) no-repeat;
	background-size:100% 800px;
	position:relative;
}

.jiuyebox{
	width:1240px;
	height:520px;
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-600px;
	background:#FFF;
	opacity:0.9;
}


.jiuyecen{
	width:1240px;
	height:520px;
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-600px;
	text-align:center;
	font-size:0;
}

.jiuyecen dl{
	width:590px;
	height:220px;
	border:1px solid #c7c7c7;
	display:inline-block;
	margin:10px;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}

.jiuyecen dl dt{
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#000;
	position:absolute;
	left:10px;
	top:10px;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}


.jiuyecen dl dd{
	width:320px;
	height:200px;
	position:absolute;
	right:10px;
	bottom:10px;
}


.jiuyecen dl p{
	width:240px;
	height:auto;
	line-height:30px;
	font-size:16px;
	position:absolute;
	left:10px;
	top:60px;
	text-align:left;
	text-overflow: ellipsis;
}


.zhuanye{
	width:1240px;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:0;
	margin-top:20px;
}

.zhuanye dl{
	width:580px;
	display:inline-block;
	margin:20px;
	position:relative;
}

.zhuanye dl dt{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.7;
}

.zhuanye dl .zyname{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
}

.zhuanye dl .zyname h3{
	width:400px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:26px;
	color:#FFF;
	font-weight:normal;
	float:left;
}

.zhuanye dl .zyname ul{
	width:180px;
	height:80px;
	float:right;
}

.zhuanye dl .zyname ul li{
	width:100%;
	height:38px;
	line-height:38px;
	color:#FFF;
	font-size:16px;
}

.zhuanye dl .zyname ul li span{
	width:24px;
	height:24px;
	display:inline-block;
	background:#F00;
	text-align:center;
	line-height:24px;
	border-radius:50%;
	font-size:14px;
}

.zhuanye dl .zyname ul li a{
	width:120px;
	height:32px;
	color:#FFF;
	border:1px solid #FFF;
	line-height:32px; text-align:center;
	display:inline-block;
}

.zhuanye dl img{
	width:100%;
}




.zhuanye dl .bmzhong {
    width: 150px;
    height: 40px;
    border-radius: 0 0 15px 0;
    background: #8BC34A;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;}
.zhuanye dl .jzhaoman {
    width: 150px;
    height: 40px;
    border-radius: 0 0 15px 0;
    background: #FF9800;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;}











