﻿/* PC端公用样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{
	width: 100%; 
	max-width: 1280px; 
	margin: 0 auto; 
	background: #fff; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table{
	font-size:inherit;
}
td{ 
	vertical-align:middle;
}
fieldset,img{ border:0;}
caption,th{ text-align:left;}
*{ 
	font-family: "Arial","微软雅黑","黑体","宋体"; 
	font-size: 14px; 
	color: #333; 
	font-smooth: always;
	-webkit-font-smoothing: antialiased; 
}
html{ overflow-x:hidden;}

address,caption,
cite,code,dfn,em,
strong,th,var,
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-style:normal; 
	font-weight:normal;
}
q:before,q:after{ content:'';}
abbr,acronym{ border:0; font-variant:normal;}
sup,sub{ position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup{ top: -0.5em;}
sub{ bottom: -0.25em;}

a{ text-decoration:none;}
a:link{ color: #333;}
a:visited{ color: #333;}
a:hover{ color: #e60000;}
a:active{ color: #333;}
.clearfix{ clear:both;}
.s_mobile{
    display: none;
}
.tran-8s{
	-webkit-transition: .8s; 
	-moz-transition: .8s; 
	transition: .8s; 
}
.tran-5s{
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	transition: .5s; 
}
.tran-3s{
	-webkit-transition: .3s; 
	-moz-transition: .3s; 
	transition: .3s; 
}
.b-circle{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.b-circle-20{
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.b-circle-12{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.b-circle-6{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.b-shadow{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
	box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
}
.b-shadow-1{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
	box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
}
.f-l{
	float: left; 
}
.f-r{
	float: right;
}
.d-b{
	display: block;
}
.d-i{
	display: inline;
}
.d-i-b{
	display: inline-block;
}
.t-c{
	text-align: center; 
}
.t-l{
	text-align: left; 
}
.t-r{
	text-align: right; 
}
.f-b{
	font-weight: bold;
}
.f-48{
	font-size: 48px; 
}
.f-36{
	font-size: 36px; 
}
.f-30{
	font-size: 30px; 
}
.f-24{
	font-size: 24px; 
}
.f-18{
	font-size: 18px; 
}
.f-16{
	font-size: 16px; 
}
.f-14{
	font-size: 14px; 
}
.f-12{
	font-size: 12px; 
}

.color-01{ color: #FFF;}
.color-02{ color: #333;}
.color-03{ color: #666;}
.color-04{ color: #999;}
.color-05{ color: #4954e6;}
.color-06{ color: #a256ff;}
.color-07{ color: #7075ff;}
.color-08{ color: #ff9d02;}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999; 
	font-size: 14px; 
	font-weight: normal; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999; 
	font-size: 14px; 
	font-weight: normal; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999; 
	font-size: 14px; 
	font-weight: normal; 
}


/* ### ### ### 01 */
.roll-button{
	margin: 0 auto; 
	width: 320px; 
	height: 80px; 
}
.roll-button a{
	position: relative; 
	display: block; 
	width: 100%; 
	height: 100%; 
}
.roll-button a .roll-button-more{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5;
	width: 301px; 
	height: 61px; 
	box-sizing: border-box;
	text-align: center; 
	line-height: 57px; 
	transition: 0.3s;
	background: #FFF; 
	font-size: 18px;
	border-radius: 12px;
	border: 2px solid #181626; 
	color: #181626; 
}
.roll-button a .roll-button-more sup{
	transition: 0.3s;
}
.roll-button a .roll-button-icon{
	position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 10;
	width: 40px; 
	height: 40px; 
	background: url(../../image/more_icon_on.png) no-repeat;
	background-size: cover;
	transition: all 0.5s ease;
}
.roll-button a:hover .roll-button-more{
	border: 2px solid #ff9d02; 
	color: #ff9d02; 
}
.roll-button a:hover .roll-button-more sup{
	color: #ff9d02;
}
.roll-button a:hover .roll-button-icon{
	background: url(../../image/more_icon_01.png) no-repeat;
	transform: rotate(180deg);
	background-size: cover;	
}
/* ### ### ### 01 */


/*****弹性布局*****/
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-around{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*****弹性布局*****/


/*****全局空白高度*****/
.blank-all{ clear: both; display: block; font-size: 0; overflow: hidden; }
.blank1 { height: 1px; line-height:1px; }
.blank2 { height: 2px; }
.blank5 { height: 5px; }
.blank10 { height: 10px; }
.blank15 { height: 15px; }
.blank20 { height: 20px; }
.blank20 { height: 10px; }
.blank25 { height: 25px; }
.blank30 { height: 20px; }
.blank50 { height: 50px; }
.blank100 { height: 100px; }
.blank120 { height: 120px; }
.blank150 { height: 150px; }
.blank180 { height: 180px; }
/*****全局空白高度*****/
.dah{ 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}
.wrap{
	width: 960px; 
	margin: 0 auto;
}
.wrap-w100{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap-w100-bg1{
	background: #F5F5F5;
}
.wrap-w100-bg2{
	background: #e5f0ff;
}
.wrap-w100-bg3{
	background: url(../../image/pmpexam_content_allbg.jpg) center repeat-y; 
}
.wrap-w100-bg4{
	height: 500px;
	background: url(../../image/pmpexam_centres_bg.jpg) no-repeat;
	background-size: 100% 500px; 
}
.common-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 32px;
}
.common-title span{
	color: #4954e6;
	font-size: 32px;
	font-weight: bold;	
}
.common-title span sup{
	color: #4954e6;	
}
.form-input{
	float: left;
	width: 300px;
	height: 50px;
	margin-right: 20px;
}
.form-input input.inputclass{
	width: 100%;
	height: 100%;
	border: 2px solid #D0D0D0;
	box-sizing: border-box;
	padding: 0 10px;
	background: #FFF;
	border-radius: 8px;
	font-size: 16px;
}
.form-input input.submitclass{
	background: none;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	background: #4954e6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #FFF;
	border-radius: 8px;
	transition: .3s; 
}
.form-input input:hover.submitclass{
	cursor: pointer;
	background: #5b49e4;
}

/*======页面代码begin=======*/
.all-topbg{
	margin: 0 auto;
	width: 100%; 
	max-width: 1920px; 
}
header{
	width: 100%; 
	max-width: 1280px; 
	height: 60px; 
	position: fixed; 
	top: 0;
	z-index: 999;
	transition: .3s; 
	background: rgba(45, 118, 246, 1.0);
}
.header-bg{
	margin: 0 auto; 
	background: rgba(73, 84, 230, .9);
}
.logo{ float: left;}
.logo a{ 
	margin: 13px 0; 
	width: 140px; 
	height: 35px;
	background: url(../../image/5.png) no-repeat; 
	background-size: cover; 
	text-indent: -999em;
}
.kYTopbox{
        margin-top: 13px;
        width: 83%;
        float: right;
        overflow: hidden;
}
.kYTopbox li{
	float: left; 
}
.kYTopbox .kYTopbox-tab{
	width: 88px; 
	height: 35px; 
	transition: .3s; 
}
.kYTopbox .kYTopbox-tab p{
	width: 100%; 
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px; 
	color: #FFF; 
	transition: .3s;
}
.kYTopbox .kYTopbox-tab:hover{
	border-radius: 4px;
	background: #ff9d02;
}
.kYTopbox .bg-on p,
.kYTopbox .kYTopbox-tab:hover p{
	color: #FFF; 
}
.bg-on{
	color: #FFF; 
	background: #ff9d02; 
	border-radius: 4px;
}
.banner{
	margin: 60px auto 0 auto;
	width: 100%; 
	max-width: 1280px; 
	height: 480px;
	padding-top: 53px;
	box-sizing: border-box;
	background: url(../../image/fudu-banner.jpg) center center no-repeat; 
	background-size: cover; 
}
.banner .banner-teacher{
	margin-left: -40px;
	width: 240px;
	height: 427px;
	background: url(../../image/banner_teacher.png) no-repeat; 
	background-size: cover; 
}
.banner .banner-items{
	width: 640px;
	height: 427px;
	overflow: hidden;
}
.banner .banner-items .banner-content{
	width: 100%;
	height: 240px;
	background: url(../../image/banner_content.png) no-repeat; 
	background-size: cover; 
	text-indent: -9999em;
}

.banner .banner-items .bigbanner-btns{
	width: 100%;
	height: 78%;
	align-items: flex-end;
}
.banner .banner-items .bigbanner-btns .banner-btn{
	position: relative;
	margin-right: 20px;
	width: 200px;
	height: 50px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #FFF;
}
.banner .banner-items .bigbanner-btns .banner-btn-bg1{
	background: #2d76f6;
	background: -webkit-linear-gradient(top, #2d76f6, #0047c4);
	background: -o-linear-gradient(bottom, #2d76f6, #0047c4);
	background: -moz-linear-gradient(bottom, #2d76f6, #0047c4);
	background: linear-gradient(to bottom, #2d76f6, #0047c4);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d76f6',endColorstr='#0047c4',GradientType=0);
}
.banner .banner-items .bigbanner-btns .banner-btn-bg2{
	background: #ff9b30;
	background: -webkit-linear-gradient(top, #ff9b30, #f56e00);
	background: -o-linear-gradient(bottom, #ff9b30, #f56e00);
	background: -moz-linear-gradient(bottom, #ff9b30, #f56e00);
	background: linear-gradient(to bottom, #ff9b30, #f56e00);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b30',endColorstr='#f56e00',GradientType=0);
}
.banner .banner-items .bigbanner-btns .banner-btn a.banbtn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
}
.banner .banner-items .bigbanner-btns .banner-btn-animation{
	position: absolute;
	z-index: 5;
	width: 80px;
	height: 400px;
	transform: rotate(-45deg);
	background: rgba(255, 255, 255, .6);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	-webkit-animation: moving 3.0s 0.07s infinite ease-in-out;
	animation: moving 3.0s 0.07s infinite ease-in-out;
}
@keyframes moving {
	0% {
		left: 300px;
		top: -300px;
	}
	25% {
		left: 300px;
		top: -300px;
	}
	75% {
		left: 0;
		top: 0;
	}
	100% {
		left: 0;
		top: 0;
	}
}
@-webkit-keyframes moving {
	0% {
		left: 300px;
		top: -300px;
	}
	25% {
		left: 300px;
		top: -300px;
	}
	75% {
		left: 0;
		top: 0;
	}
	100% {
		left: 0;
		top: 0;
	}
}
.ncre-about{
	width: 100%;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;	
}
.ncre-about p{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
}
.ncre-about p b{
	color: #ff0000;
	font-weight: bold;
}
.ncre-about p img{
	width: 250px;
	height: 180px;
	float: left;
	margin: 10px 20px 10px 0;
}
.pmp-value{
	width: 100%;
}
.pmp-value-li{
	width: 230px;
	height: 370px;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	background: #FFF;
	border-radius: 8px;
}
.pmp-value-li:hover{
	transform: translateY(-5px);
	border: 1px solid rgba(162, 86, 255, .5);
	-webkit-box-shadow: 0 0 10px rgba(162, 86, 255, .2); 
	-moz-box-shadow: 0 0 10px rgba(162, 86, 255, .2); 
	box-shadow: 0 0 10px rgba(162, 86, 255, .2); 	
}
.pmp-value-li .pmp-value-line{
	margin: 0 auto;
	width: 0;
	height: 5px;
	background: #a256ff;
	line-height: 0;
	font-size: 0;
}
.pmp-value-li:hover .pmp-value-line{
	width: 120px;
}
.pmp-value-li .pmp-value-icon{
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: url(../../image/why_pmp_icons.png) no-repeat; 
	background-size: 320px 240px;
}
.pmp-value-li .pmp-value-icon-01{ background-position: 0 0; }
.pmp-value-li .pmp-value-icon-02{ background-position: -80px 0; }
.pmp-value-li .pmp-value-icon-03{ background-position: -160px 0; }
.pmp-value-li .pmp-value-icon-04{ background-position: -240px 0; }
.pmp-value-li:hover .pmp-value-icon-01{ background-position: 0 -160px; }
.pmp-value-li:hover .pmp-value-icon-02{ background-position: -80px -160px; }
.pmp-value-li:hover .pmp-value-icon-03{ background-position: -160px -160px; }
.pmp-value-li:hover .pmp-value-icon-04{ background-position: -240px -160px; }
.pmp-value-li .pmp-value-title{
	width: 100%;
	height: 60px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.pmp-value-li .pmp-value-content{
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 25px;
	color: #333;
	font-size: 14px;
}
.pmp-value-li .pmp-value-content i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 4px #333 solid;
	font-size: 0;
	line-height: 0;
	margin-right: 5px;
}
.pmp-value-li:hover .pmp-value-content i{
	border: 4px #a256ff solid;
}
.pmp-value-li a.pmp-value-btn{
	margin: 0 auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	text-align: center;
	background: #ff9d02;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}
.pmp-value-li:hover .pmp-value-btn{
	background: #a256ff;
}
.pmp-cost{
	width: 100%;
}
.pmp-cost .pmp-cost-intro{
	width: 470px;
	height: 170px;
	background: #F5F5F5;
	border-radius: 8px;
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
	box-sizing: border-box;
}
.pmp-cost .pmp-cost-intro img{
	float: left;
	width: 150px;
	height: 115px;
	margin: 5px 10px 5px 10px;
}
.pmp-cost .pmp-cost-tags{
	width: 480px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pmp-cost .pmp-cost-tags a{
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	text-indent: 10px;
	color: #FFF;
	font-size: 14px;
}
.pmp-cost .pmp-cost-tags a:nth-child(1),
.pmp-cost .pmp-cost-tags a:nth-child(2),
.pmp-cost .pmp-cost-tags a:nth-child(6),
.pmp-cost .pmp-cost-tags a:nth-child(8){
	width: 115px;
}
.pmp-cost .pmp-cost-tags a:nth-child(3),
.pmp-cost .pmp-cost-tags a:nth-child(4),
.pmp-cost .pmp-cost-tags a:nth-child(5),
.pmp-cost .pmp-cost-tags a:nth-child(7){
	width: 235px;
}
.pmp-cost .pmp-cost-tags a:nth-child(1),
.pmp-cost .pmp-cost-tags a:nth-child(2),
.pmp-cost .pmp-cost-tags a:nth-child(3){
	background: #7075ff;
	margin-bottom: 10px;
}
.pmp-cost .pmp-cost-tags a:nth-child(4),
.pmp-cost .pmp-cost-tags a:nth-child(5){
	background: #4954e6;
	margin-bottom: 10px;
}
.pmp-cost .pmp-cost-tags a:nth-child(6),
.pmp-cost .pmp-cost-tags a:nth-child(7),
.pmp-cost .pmp-cost-tags a:nth-child(8){
	background: #a256ff;
}
.pmp-cost .pmp-cost-tags a:hover{
	background: #ff9d02;
}
.pmp-adv{
	width: 100%;
	height: 80px;
	background: url(../../image/ad_getform_img.jpg) no-repeat; 
	background-size: cover;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 5px 10px 0 10px;
}
.pmp-adv .adv-content{
	width: 315px;
	height: 100%;
}
.pmp-adv .adv-content .adv-title{
	margin-top: 10px;
	width: 100%;
	height: 35px;
	background: url(../../image/pmp_adv_title.png) no-repeat; 
	background-size: cover;
	text-indent: -999em;
}
.pmp-adv .adv-content .adv-subtitle{
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #9199ff;
	font-size: 12px;
}
.pmp-adv .adv-form{
	width: 460px;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.pmp-adv .adv-form .adv-form-l{
	width: 380px;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input{
	width: 100%;
	height: 35px;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div{
	width: 180px;
	height: 100%;
	border: 1px solid #D0D0D0;
	background: #FFF;
	overflow: hidden;
	box-sizing: border-box;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div .input-icon{
	width: 30px;
	height: 30px;
	background: url(../../image/input_icons.jpg) no-repeat; 
	background-size: 60px 30px;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div .input-icon-01{ background-position: 0 0; }
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div .input-icon-02{ background-position: -30px 0; }
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div input.adv-input{
	width: 150px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 5px;
	border: none;
	background: #FFF;
	font-size: 14px;
	outline: none;
}
.pmp-adv .adv-form .adv-form-l .adv-form-intro{
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #9199ff;
	font-size: 12px;
}
.pmp-adv .adv-form .adv-form-r{
	width: 60px;
	margin-left: 10px;
}
.pmp-adv .adv-form .adv-form-r input.adv-submit{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background: #ff9d02;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	line-height: 25px;
}
.pmp-cdns{
	width: 100%;
}
.pmp-cdns .pmp-cdns-form{
	width: 48%;
	height: 585px;
	border-radius: 8px 0 0 8px;
	background: #e5f0ff;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.pmp-cdns .pmp-cdns-form .cdns-form-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #b2c9e8;
	font-size: 16px;
	font-weight: bold;
	color: #4954e6;
	box-sizing: border-box;
}
.pmp-cdns .pmp-cdns-form .cdns-form-subtitle{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-indent: 5px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio{
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio input{
	display: none;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio label{
	width: 85px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: #FFF;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio input:checked+label{ 
	color: #FFF; 
	background: #4954e6;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real{
	width: 100%;
	height: 80px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input{
	width: 190px;
	height: 100%;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div{
	width: 100%;
	height: 35px;
	border: 1px solid #FFF;
	background: #FFF;
	overflow: hidden;
	box-sizing: border-box;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div .input-icon{
	width: 33px;
	height: 33px;
	background: url(../../image/input_icons.jpg) no-repeat; 
	background-size: 66px 33px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div .input-icon-01{ background-position: 0 0; }
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div .input-icon-02{ background-position: -33px 0; }
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div input.cdns-input{
	width: 160px;
	height: 33px;
	line-height: 33px;
	box-sizing: border-box;
	padding: 0 5px;
	border: none;
	background: #FFF;
	font-size: 14px;
	outline: none;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-submit{
	width: 80px;
	height: 80px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-submit input.cdns-submit{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #ff9d02;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	line-height: 30px;
	margin-bottom: 10px;
}
.pmp-cdns .pmp-cdns-content{
	width: 52%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #F5F5F5;
	height: 585px;

}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div{
	width: 100%;
	height: 100%;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div p{
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div p i{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 3px #4954e6 solid;
	font-size: 0;
	line-height: 0;
	margin-right: 8px;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div p a{
	display: inline-block;
	text-indent: 25px;
	font-size: 14px;
	color: #ff0000;
	background: url(../../image/pmpcdn_notice_icon.png) left center no-repeat; 
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div .pmp-cdns-btn{
	width: 100%;
	height: 70px;
	overflow: hidden;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div .pmp-cdns-btn a{
	margin-right: 20px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	text-indent: 10px;
	color: #FFF;
	font-size: 14px;
	background: #4954e6;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div .pmp-cdns-btn a:hover{
	background: #ff9d02;
}
.pmp-open53-btn{
	position: relative;
	margin: 0 auto;
	width: 320px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
}
.pmp-open53-btnbg1{
	background: #4954e6;
}
.pmp-open53-btnbg2{
	background: #ff9d02;
}
.pmp-open53-btnbg3{
	background: #a256ff;
}
.pmp-open53-btn a.open53btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #FFF;
	font-size: 24px;
}
.pmp-open53-btn .open53-btn-animation{
	position: absolute;
	z-index: 5;
	width: 80px;
	height: 400px;
	transform: rotate(-45deg);
	background: rgba(255, 255, 255, .6);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
	-webkit-animation: moving 3.6s 0.07s infinite ease-in-out;
	animation: btnmoving 3.6s 0.07s infinite ease-in-out;
}
@keyframes btnmoving {
	0% {
		left: 500px;
		top: -300px;
	}
	25% {
		left: 500px;
		top: -300px;
	}
	75% {
		left: 0;
		top: 0;
	}
	100% {
		left: 0;
		top: 0;
	}
}
@-webkit-keyframes btnmoving {
	0% {
		left: 500px;
		top: -300px;
	}
	25% {
		left: 500px;
		top: -300px;
	}
	75% {
		left: 0;
		top: 0;
	}
	100% {
		left: 0;
		top: 0;
	}
}
.pmpexam-process{
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.pmpexam-process .pmpexam-process-li{
	width: 32%;
	height: 235px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	padding: 23px;
	margin-bottom: 12px;
}
.pmpexam-process .pmpexam-process-li .process-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.pmpexam-process .pmpexam-process-li .process-title-c1{ color: #3666e9; }
.pmpexam-process .pmpexam-process-li .process-title-c2{ color: #ff9d02; }
.pmpexam-process .pmpexam-process-li .process-title-c3{ color: #a256ff; }
.pmpexam-process .pmpexam-process-li .process-line{
	margin: 0 auto;
	width: 90px;
	height: 4px;
	border-radius: 2px;
	font-size: 0;
	line-height: 0;
}
.pmpexam-process .pmpexam-process-li .process-line-bg1{ background: #3666e9;}
.pmpexam-process .pmpexam-process-li .process-line-bg2{ background: #ff9d02;}
.pmpexam-process .pmpexam-process-li .process-line-bg3{ background: #a256ff;}
.pmpexam-process .pmpexam-process-li .process-content{
	width: 100%;
	height: 200px;
}
.pmpexam-process .pmpexam-process-li .process-content p{
	width: 100%;
	height: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}
.pmpexam-process .pmpexam-process-li .process-content p.imgbg{
	background: url(../../image/pmpexam_process_mobile.jpg) right bottom no-repeat; 
}
.pmpexam-process .pmpexam-process-li .process-btn{
	width: 100%;
	height: 150px;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
}
.pmpexam-process .pmpexam-process-li .process-btn-bg1{
	background: url(../../image/pmpexam_process_btnbg1.jpg) no-repeat; 
	background-size: cover;
}
.pmpexam-process .pmpexam-process-li .process-btn-bg2{
	background: url(../../image/pmpexam_process_btnbg2.jpg) no-repeat; 
	background-size: cover;
}
.pmpexam-process .pmpexam-process-li .process-btn-bg3{
	background: url(../../image/pmpexam_process_btnbg3.jpg) no-repeat; 
	background-size: cover;
}
.pmpexam-process .pmpexam-process-li .process-btn .subtitle{
	width: 100%;
	height: 75px;
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.pmpexam-process .pmpexam-process-li .process-btn a.probtn{
	margin: 0 auto;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
}
.pmpexam-process .pmpexam-process-li .process-btn a.probtn-01{
	border: 1px solid #3666e9;
	color: #3666e9;
}
.pmpexam-process .pmpexam-process-li .process-btn a:hover.probtn-01{
	background: #3666e9;
	color: #FFF;
}
.pmpexam-process .pmpexam-process-li .process-btn a.probtn-02{
	border: 1px solid #ff9d02;
	color: #ff9d02;
}
.pmpexam-process .pmpexam-process-li .process-btn a:hover.probtn-02{
	background: #ff9d02;
	color: #FFF;
}
.pmpexam-process .pmpexam-process-li .process-btn a.probtn-03{
	border: 1px solid #a256ff;
	color: #a256ff;
}
.pmpexam-process .pmpexam-process-li .process-btn a:hover.probtn-03{
	background: #a256ff;
	color: #FFF;
}
.pmpexam-content {
	width: 100%;
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	display: flex
;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pmpexam-content p{
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}
.pmpexam-content h3.title{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
.pmpexam-content p img{
	float: right;
	width: 254px;
	height: 175px;
	margin: 10px 0 10px 10px;
	border-radius: 8px;
}
.pmpexam-content p b{
	font-weight: bold;
	color: #FF0000;
}


ul.exam{
	position: relative;
	width: 100%;
	height: 100%;
}
ul.exam li{ list-style-type: none; }
ul.exam li input{ display: none; }
ul.exam li label{
	float: left;
	margin: 0 10px 0 0;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold; 
	border-radius: 8px 8px 0 0;
	color: #666; 
	background: #EEE;
}
ul.exam li:nth-child(1) label{
	margin-left: 20px;
}
ul.exam li input:checked+label{ 
	color: #FFF; 
}
ul.exam li:nth-child(1) input:checked+label{ 
	background: #4954e6;
}
ul.exam li:nth-child(2) input:checked+label{ 
	background: #ff9d02;
}
ul.exam li:nth-child(3) input:checked+label{ 
	background: #a256ff;
}
ul.exam li:nth-child(4) input:checked+label{ 
	background: #00bfcb;
}
ul.exam li .tabcontent{ 
	position: absolute; 
	left: 0; 
	top: 40px; 
	width: 720px; 
	height: 320px; 
	box-sizing: border-box;
	padding: 10px;
	opacity: 0; 
	transition: .5s; 
	background: #FFF; 
	border: 1px solid #EEE;
	border-radius: 8px;
}
ul.exam li input:checked~ .tabcontent{ opacity: 1; z-index: 10; }
.tabcontent-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tabcontent .big-roundrect{
	width: 100px;
	height: 200px;
	background: #4954e6;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 4px;
}
.tabcontent .triangle{
	position: relative;
	width: 20px;
	height: 40px;
	overflow: hidden;	
}
.tabcontent .triangle .triangle-shape{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 5;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background: #4954e6;
}
.tabcontent .circle{
	margin: 0 10px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #ff9d02;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.tabcontent .shape-area{
	width: 250px;
	height: 250px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tabcontent .shape-area .small-roundrect{
	margin: 5px;
	width: 90px;
	height: 90px;
	border-radius: 4px;
	background: #a256ff;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.tabcontent .bigcircle{
	width: 160px;
	height: 160px;
	background: #a256ff;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 50%;
}
.tabcontent .roundrect{
	margin: 0 5px;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	background: #00bfcb;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;	
}

.pmptest-city{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pmptest-city .pmptest-city-name{
	margin: 15px;
	width: 160px;
	height: 45px;
}
.pmptest-city .pmptest-city-name a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	border-radius: 6px;
	background: #4954e6;
	font-size: 16px;
	color: #FFF;
}
.pmptest-city .pmptest-city-name a:hover{
	background: #ff9d02;
}
ul.npdp-value{
	list-style: none;
}
ul.npdp-value li{
	float: left;
	width: 470px;
	box-sizing: border-box;
	padding: 10px 15px 20px 15px;
	border-radius: 8px;
	background: #F5F5F5;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: .5s;
}
ul.npdp-value li:nth-child(2n+1){
	margin-right: 10px;
}
ul.npdp-value li:nth-child(2n){
	margin-left: 10px;
}
ul.npdp-value li:hover{
	transform: translateY(-10px);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}
ul.npdp-value li .npdp-value-icon{
	width: 90px;
	height: 90px;
	background: url(../../image/numbers_icon.png) no-repeat;
	background-size: 180px 270px;
}
ul.npdp-value li .npdp-value-icon-01{ background-position: 0 0; }
ul.npdp-value li .npdp-value-icon-02{ background-position: -90px 0; }
ul.npdp-value li .npdp-value-icon-03{ background-position: 0 -90px; }
ul.npdp-value li .npdp-value-icon-04{ background-position: -90px -90px; }
ul.npdp-value li .npdp-value-icon-05{ background-position: 0 -180px; }
ul.npdp-value li .npdp-value-icon-06{ background-position: -90px -180px; }
ul.npdp-value li .npdp-value-info{
	width: 340px;
	height: 100%;
}
ul.npdp-value li .npdp-value-info .npdp-value-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
ul.npdp-value li .npdp-value-info .npdp-value-content{
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}
.itil4-foundation{
	width: 100%;
}
.itil4-foundation .itil4-foundation-li{
	position: relative;
	width: 32%;
	height: 390px;
	border-radius: 8px;
	background: #F5F5F5;
	overflow: hidden;
}
.itil4-foundation .itil4-foundation-li:hover{
	background: #ff9d02;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-linumbg{
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 5;
	width: 80px;
	height: 80px;
	transform: rotate(45deg);
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-linumbg01{ background: #4954e6; }
.itil4-foundation .itil4-foundation-li .itil4-foundation-linumbg02{ background: #a256ff; }
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-linumbg01,
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-linumbg02{
	background: #ff9d02;
}

.itil4-foundation .itil4-foundation-li .itil4-foundation-linum{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-linum{
	opacity: 0;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content p{
	width: 100%;
	height: 300px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;	
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content p b{
	font-weight: bold;
	color: #666;	
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content p sup{
	color: #999;
}
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-content h3,
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-content p,
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-content p b,
.itil4-foundation .itil4-foundation-li:hover .itil4-foundation-content p sup{
	color: #FFF;
}
.ncre_exam_pass{
	margin: 0 auto;
	width: 960px;
	height: 120px;
	border-radius: 8px;
	background: url(../../image/ncre_exam_pass.jpg) no-repeat;
	background-size: cover;
}
.itil-intro{
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.itil-intro .itil-intro-div{
	width: 230px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 12px;
	background: #F5F5F5;
	border: 2px solid #D0D0D0;
	margin-bottom: 12px;
}
.itil-intro .itil-intro-div:hover{
	background: #ff9d02;
	border: 2px solid #ff9d02;
}
.itil-intro .itil-intro-div .itil-div-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
.itil-intro .itil-intro-div:hover .itil-div-title{ color: #FFF; }
.itil-intro .itil-intro-div .itil-div-content{
	width: 100%;
	height: 225px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	color: #999;
}
.itil-intro .itil-intro-div .itil-div-content sup{
	color: #999;
	transition: .3s;
}
.itil-intro .itil-intro-div:hover .itil-div-content,
.itil-intro .itil-intro-div:hover .itil-div-content sup{ color: #FFF; }

.ncre-whyus{
	width: 310px;
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
}
.ncre-whyus .ncre-whyus-title{
	width: 100%;
	background: #d5e4ff;
}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons{
	margin: 5px 10px;
	width: 70px;
	height: 70px;
	background: url(../../image/ncre_icons.png) no-repeat;
	background-size: 70px 210px;
}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons-01{ background-position: 0 0;}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons-02{ background-position: 0 -70px;}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons-03{ background-position: 0 -140px;}
.ncre-whyus .ncre-whyus-title .ncre-whyus-text{
	width: 210px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.ncre-whyus .ncre-whyus-content{
	width: 100%;
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 15px 10px;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li{
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px 0;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li h3{
	margin-top: 10px;
	width: 90px;
	height: 32px;
	border-radius: 16px;
	background: #a256ff;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li p{
	width: 190px;
	height: 100%;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.pmpexam-result{
	width: 100%;
	height: 520px;
	border-radius: 8px;
	overflow: hidden;
}
.pmpexam-result .pmpexam-result-li{
	width: 25%;
	height: 100%;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div{
	position: relative;	
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.pmpexam-result .pmpexam-result-li .height50{
	height: 50%;
}
.pmpexam-result .pmpexam-result-li .height100{
	height: 100%;
}
.pmpexam-result .pmpexam-result-li .bg1{
	background: #4954e6;
}
.pmpexam-result .pmpexam-result-li .bg2{
	background: #7075ff;
}
.pmpexam-result .pmpexam-result-li .bg3{
	background: #0089ff;
}
.pmpexam-result .pmpexam-result-li .bg4{
	background: #a256ff url(../../image/pmpexam_result_img.png) center 130px no-repeat; 
}

.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-more{
	margin: 0 auto;
	width: 200px;
	height: 50px;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-more a{
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	background: #FFF;
	color: #a256ff;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-more a:hover{
	background: #ff9d02;
	color: #fff;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-divbg1{
	background: #7075ff url(../../image/pmpexam_result_icon1.png) right bottom no-repeat; 	
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-divbg2{
	background: #4954e6 url(../../image/pmpexam_result_icon2.png) right bottom no-repeat; 	
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	transition: ease-in .6s;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-contentbg1{
	background: #7075ff;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-contentbg2{
	background: #4954e6;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-omit{
	position: absolute;
	left: 0;
	top: 250px;
	z-index: 10;
	width: 100%;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-btn{
	position: absolute;
	left: 10px;
	top: 320px;
	z-index: 5;
	width: 120px;
	height: 40px;
	background: rgba(255, 255, 255, .2);
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}
.result-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.result-content{
	width: 100%;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
}
.pmp-renew-subtitle{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.pmp-renew-subtitle span{
	color: #ff0000;
}
.pmp-renew{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 8px;
	background: #F5F5F5;
	overflow: hidden;
}
.pmp-renew ul.tab-title{
	width: 300px; 
	height: 100%;  
}
.pmp-renew ul.tab-title li{
	float: left; 
	position: relative; 
	width: 80px;
	height: 80px; 
	margin: 0 15px 15px 0; 
	border-radius: 8px;
	background: #4954e6;
	overflow: hidden;
	cursor: pointer;
}
.pmp-renew ul.tab-title li div{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 10; 
	width: 100%;
	height: 100%;
	transform: scale(0); 
	-webkit-transform: scale(0); 
	transition: .5s; 
}
.pmp-renew ul.tab-title li span{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 15; 
	display: block; 
	width: 100%; 
	height: 100%; 
	line-height: 80px; 
	text-align: center; 
	color: #FFF; 
	font-size: 16px; 
	font-weight: bold; 
}
.pmp-renew ul.tab-title li:hover div{
	background: rgba(255, 157, 2, 1.0); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1); 
}
.pmp-renew ul.tab-title li.tab-title-selected div{
	background: rgba(162, 86, 255, 1.0); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1); 
}
.pmp-renew .tab-content{
	width: 660px; 
	height: 100%; 
	padding: 10px;
	box-sizing: border-box;
	overflow-x: hidden; 
	overflow-y: scroll; 
}
.pmp-renew .tab-content div{
	display: none; 
}
.pmp-renew .tab-content div.tab-content-show{
	display: block; 
}
.pmp-renew .tab-content div p{
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.pmp-renew .tab-content div img{
	max-width: 580px;
}
ul.pmp-pdu{
	position: relative;
	width: 100%;
	height: 400px;
}
ul.pmp-pdu li{ list-style-type: none; }
ul.pmp-pdu li input{ display: none; }
ul.pmp-pdu li label{
	float: none;
	display: block;
	margin: 0;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold; 
	border-radius: 8px 0 0 8px;
	color: #333;
	background: #F5F5F5;
}
ul.pmp-pdu li input:checked+label{ 
	color: #FFF; 
}
ul.pmp-pdu li:nth-child(1) input:checked+label{ 
	background: #4954e6;
}
ul.pmp-pdu li:nth-child(2) input:checked+label{ 
	background: #0089ff;
}
ul.pmp-pdu li:nth-child(3) input:checked+label{ 
	background: #a256ff;
}
ul.pmp-pdu li .tabpdu{ 
	position: absolute; 
	left: 200px; 
	top: 0; 
	width: 760px; 
	height: 400px; 
	box-sizing: border-box;
	padding: 20px;
	opacity: 0; 
	transition: .5s; 
	border-radius: 8px;
	background: #F5F5F5;
}
ul.pmp-pdu li input:checked~ .tabpdu{ opacity: 1; z-index: 10; }
.tabpdu p{
	width: 100%;
	line-height: 25px;
	font-size: 16px;
}
.tabpdu p span{
	color: #0089ff;
	font-weight: bold;
}
.tabpdu p i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 4px #a256ff solid;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}
.tabpdu p b{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #4954e6;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}
.tabpdu p img{
	width: 100px;
	height: 100px;
	margin: 10px 20px;
}
/*======页面代码end=======*/


/********首页底部信息********/
footer{
	width: 100%; 
	background: #212c38;
}

footer .footinfo{
	padding: 30px 0;
	width: 640px;
}
footer .footinfo p{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #D0D0D0;
}
footer .footinfo p span{
	font-family: 'antoniobold', 'Swis721 LtEx BT', Arial, Helvetica, "Times New Roman";  
	text-transform: capitalize; 
	font-size: 24px; 
	font-weight: bold;
	color: #FFF;
	margin-right: 50px; 
}
footer .footinfo p a{ color: #FFF; }
footer .footcode{
	padding: 20px 0;	
	width: 320px;
}
footer .footcode .footcode-btn{
	width: 180px;
}
footer .footcode .footcode-btn a.btn{
	margin: 20px 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-indent: 70px;
	border-radius: 4px;
}
footer .footcode .footcode-btn a.btn-bg1{
	background: url(../../image/footer_btn_bg1.jpg) no-repeat; 
}
footer .footcode .footcode-btn a.btn-bg2{
	background: url(../../image/footer_btn_bg2.jpg) no-repeat; 
}
footer .footcode .footcode-weixin{
	width: 120px;
}
footer .footcode .footcode-weixin img{
	width: 120px;
	height: 120px;
}
footer .footcode .footcode-weixin p{
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
}
/********首页底部信息********/


/*---旋转立方体---*/
.container {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: fixed;
	z-index: 999;
	-webkit-perspective: 1000px;
			perspective: 1000px;
	left: 80px;
	bottom: 0px;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); 
}
.cube {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: rotateX(-15deg) rotateY(-20deg) translateZ(-100px);
			transform: rotateX(-15deg) rotateY(-20deg) translateZ(-100px);
	-webkit-transform-origin: center center -100px;
			transform-origin: center center -100px;
	-webkit-animation: around 10s cubic-bezier(0.94, -0.6, 0.45, 1.31) infinite;
			animation: around 10s cubic-bezier(0.94, -0.6, 0.45, 1.31) infinite;
}
.cube div {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0;
	position: absolute; 
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.cube div a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.cube .front {
	-webkit-transform: rotateY(0deg) translateZ(40px);
			transform: rotateY(0deg) translateZ(40px);
	background-color: rgba(0, 191, 255, 0.7);
	border: 2px solid rgba(0, 191, 255, 0.7);
}
.cube .back {
	-webkit-transform: rotateY(180deg) translateZ(40px);
			transform: rotateY(180deg)  translateZ(40px);
	background-color: rgba(124, 252, 0, 0.7);
	border: 2px solid rgba(124, 252, 0, 0.7);
}
.cube .left {
	-webkit-transform: rotateY(-90deg) translateZ(40px);
			transform: rotateY(-90deg) translateZ(40px);
	background-color: rgba(255, 215, 0, 0.7);
	border: 2px solid rgba(255, 215, 0, 0.7);
}
.cube .right {
	-webkit-transform: rotateY(90deg) translateZ(40px);
			transform: rotateY(90deg) translateZ(40px);
	background-color: rgba(255, 69, 0, 0.7);
	border: 2px solid rgba(255, 69, 0, 0.7);
}
.cube .top {
	-webkit-transform: rotateX(90deg) translateZ(40px);
			transform: rotateX(90deg) translateZ(40px);
	background-color: rgba(255, 0, 157, 0.7);
	border: 2px solid rgba(255, 0, 157, 0.7);
}
.cube .bottom {
	-webkit-transform: rotateX(-90deg) translateZ(40px);
			transform: rotateX(-90deg) translateZ(40px);
	background-color: rgba(184, 111, 220, 0.7);
	border: 2px solid rgba(184, 111, 220, 0.7); 
}

@-webkit-keyframes around {
100% {
	-webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
			transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
	}
}
@keyframes around {
100% {
	-webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
			transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
	}
}
/*---旋转立方体---*/


/*****右边固定客服*****/
.kf{
	position: fixed;
	z-index: 900;
	right: 5px;
	top: 25%;
	width: 55px;
}
.kf1{
	position: relative;
	width: 100%;
	height: 55px;
	margin-bottom: 5px;
}
.back_top{
	position: relative;
	width: 100%;
	height: 55px;
	background: rgba(0, 0, 0, .3);
	display: none;
	z-index: 2;
	margin-top: 50px;
	border-radius: 4px;
}
.back_top a{
	display: block;
	width: 100%;
	height: 55px;
	padding-top: 20px;
}
.kf i{
	background: url(../../image/kefu.png) no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	margin-left: 12px;
	position: relative;
}
.kf .i1{ background-position: 0 0;}
.kf .i2{ background-position: -40px 0;}
.kf .i3{ background-position: -77px 0;}
.kf .i4{ background-position: -114px 0;}
.back_top i{
	background-position: -150px 0;
	width: 28px;
	height: 16px;
	margin: 0 auto;
}
.back_top i:hover{
	opacity: 1!important;
	-webkit-opacity: 1!important;
	-moz-opacity: 1!important;
	filter: alpha(opacity=100)!important;
	position: relative;	
}
.kf_z{
	z-index: 2;
	background: #ff9d02;
	padding: 11px 0 10px 0;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	color: #FFF; 
}
.kf_z:hover{
	background: #f04e4f!important;
}
.kf1 .p1{
	text-align: center;
	color: #fff;
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	line-height: 20px;
}
.opac1{
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
	filter:alpha(opacity=0) !important;
	background: #f04e4f!important;
}
.kf_2d{
	width: 160px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	background: #4954e6;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.on .kf_2d, .on .kf_3d{
	display:block;
}
.kf_2d_div p.kefudianhuaclass{
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	height: 50px;
	font-size: 16px; 
	color: #FFF;
	font-weight: bold;
	padding: 10px; 
}
	/*3d*/
.kf_3d{
	display: none;
	position: absolute;
	top: 0;
	width: 120px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
}
.kf_3d_div{
	/*padding-top: 4px;*/
}
.kf_3d_div p{
	color: #333;
	width: 126px;
	padding-left: 10px;
	margin-left: 1px;
	margin-top: 3px;
	font-size: 12px;
	line-height: 20px;
}
.kf_3d_div p a{
	padding-left: 8px ;
	/*width: 151px;*/
	display: block;
}
/*.kf_3d_div .p_m5{
	margin-top: 5px;
}*/
.kf_3d_div p:hover{
	background: #e5e5e5;
}
.kf_3d_div a:hover{
	background: #e5e5e5;
}
.kf_3d_div img{
	width: 120px;
	height: 120px;
}
.i1_x{
	box-sizing: border-box;
	background: #4954e6;
	width: 55px;
	height: 55px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	position: absolute; 
	line-height: 18px;
	top: 0;
	left: 0;
	padding-top: 10px;
	border-radius: 4px;
}
.kf_3d_div_h5{
	font-size: 14px;
	color:#333;
	margin-top: 10px;
}
/*****右边固定客服*****/


/*===弹窗===*/
.popup{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
}
.popup .popup-main{
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 10;
	margin-left: -180px;
	width: 400px;
	height: 400px;
	background: url(../../image/popup_main.png) no-repeat; 
	background-size: cover;
	overflow: hidden;
}
.popup .popup-main .popup-close-img{
	width: 40px;
	height: 40px;
	background: url(../../image/popup_close.png) no-repeat; 
	background-size: cover;
	text-indent: -99999em;
	cursor: pointer;
}
.popup .popup-main .popup-close-img:hover{
	transform: rotate(180deg);
}
.popup .popup-main .popup-close-btn{
	margin: 306px auto 0 auto;
	width: 140px;
	height: 44px;
	box-sizing: border-box;
	border-radius: 22px;
	line-height: 40px;
	cursor: pointer;
	color: #803f00;
	border: 2px solid #ff9d02;
	background: rgba(255, 157, 2, 1.0);
}
.popup .popup-main .popup-close-btn:hover{
	color: #FFF;
	border: 2px solid #d10024;	
	background: rgba(255, 32, 70, .8);
}
/*===弹窗===*/

.wrap-enviroment-1 {
	background: url(../../image/xzhy_one.jpg) no-repeat center;
	height: 977px;
}


.ncre-about {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: url(../../image/zibai_bg.jpg) no-repeat center;
	background-size: cover;
}
/* 时间管理 */
ul.tabpc-1{
	position: relative;
	margin: 0 auto;
	width: 1280px;
	height: 695px;
	margin-bottom: 80px;
}
ul.tabpc-1 li{ list-style-type: none; }
ul.tabpc-1 li input{ display: none; }
ul.tabpc-1 li label{ 
	float: left;
	width: 20%;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	border-radius: 24px 24px 0 0;
	transition: .3s;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background-color: #EEE;
}
/* ul.tabpc li:nth-child(1) label{ 
	margin: 0 20px 0 390px ;
} */
ul.tabpc-1 li input:checked+label{ 
	color: #FFF; 
	background-color: #2d76f6;
}
ul.tabpc-1 li .tabpcshow{ 
	position: absolute;
	left: 0;
	top: 60px;
	opacity: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* padding: 20px; */
	overflow: hidden;
	transition: .3s;
	border-radius: 0 0 24px 24px;
	border: 2px solid #EEE;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	padding: 22px;
}
ul.tabpc-1 li .tabpcshow img{
	width: 100%;height: 100%;
}
/*=====PMP科普=====*/
.ncre-baike{ 
	width: 100%;
	/* padding: 16px; */
	background: url(../../image/ncre_baike.png) center center no-repeat;
	/* padding: 12px; */
	display: flex
;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ncre-baike li{ 
	position: relative;
	float: left;
	width: 36%;
	height: 138px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px #d0d0d0 solid;
}
.ncre-baike li:nth-child(1),
.ncre-baike li:nth-child(7){ 
	margin-left: 30px; 
	margin-right: 120px; 
}
.ncre-baike li:nth-child(2),
.ncre-baike li:nth-child(8){ 
	margin-left: 120px; 
	margin-right: 30px; 
}
.ncre-baike li:nth-child(3),
.ncre-baike li:nth-child(5){ 
	margin-left: 0; 
	margin-right: 150px; 
}
.ncre-baike li:nth-child(4),
.ncre-baike li:nth-child(6){ 
	margin-left: 150px; 
	margin-right: 0; 
}
.ncre-baike li .ncre-baike-title{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10; 
	width: 100%; 
	height: 40px; 
	line-height: 40px; 
	text-indent: 20px; 
	font-size: 18px;
}
.ncre-baike li:hover .ncre-baike-title{
	color: #ff9d02; 
}
.ncre-baike li .ncre-baike-content{ 
	position: absolute; 
	top: 40px; 
	left: 0; 
	z-index: 10; 
	width: 100%; 
	height: 30px; 
	line-height: 30px; 
	font-size: 18px;
	color: #666;
}
.ncre-baike li .ncre-baike-hide{ 
	display: none; 
}
.ncre-baike li:hover .ncre-baike-hide{  
	display: block;
	position: absolute; 
	top: 40px; 
	left: 0;  
	z-index: 20; 
	width: 100%; 
	line-height: 30px; 	
	background: #F5F5F5; 
	border: 1px #ff9d02 solid; 
}
.ncre-baike li:hover .ncre-baike-hide p{
	color: #333; 
	font-size: 16px;
	padding: 20px; 
	line-height: 30px; 	
}
.ncre-baike li:hover .ncre-baike-hide p span{
	color: #ff9d02; 
}
/*=====PMP科普=====*/
.tabpc-1 li input:checked~.tabpcshow{ opacity: 1; z-index: 10;}
.wrap-enviroment-1{

	background: url(../../image/xzhy_one.jpg) no-repeat center;
	height: 977px;

}
.wrap-enviroment-2{

background: url(../../image/bg4.jpg) no-repeat center;
height: 954px;
display: block;
padding-top: 54px;

}
.color-title{
color: #FFF;
}
.wrap-enviroment-3{

background: url(../../image/ry_tp.jpg) no-repeat center;
height: 873px;
display: block;

}

/* 学子合影over */
/* 特色课程 */
ul.why-chooseus{
	list-style: none;
	display: flex
;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.why-chooseus li{ 
	float: left;
	margin: 20px 18px 20px 0;
}
ul.why-chooseus li:nth-child(3n){ 
	margin: 20px 0; 
}
ul.why-chooseus li a{
	position: relative;
	width: 376px;
	height: 238px;
	overflow: hidden;
	border-radius: 24px;
	color: #FFF;
	font-size: 20px;
	
}
.d_b{display: block;}
.tran_3s {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
ul.why-chooseus li a .why-chooseus-img{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 5; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
}
ul.why-chooseus li a .why-chooseus-img img{
	width: 100%; 
	height: 100%; 
}
ul.why-chooseus li a:hover .why-chooseus-img img{
	transform: scale(1.2); 
}
ul.why-chooseus li a .why-chooseus-bg{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 187, 180, .8); 
	opacity: 0; 
}
ul.why-chooseus li a:hover .why-chooseus-bg{
	opacity: 1; 
}
ul.why-chooseus li a .why-chooseus-h1{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	line-height: 51px;
	height: 51px;
	background: rgba(0, 187, 180, .9);
	opacity: 1;
	text-align: center;
	font-size: 19px;
	color: #FFF;
	font-weight: bold;
}
ul.why-chooseus li a:hover .why-chooseus-h1{
	height: 0; 
	background: rgba(0, 187, 180, 0); 
	opacity: 0;	
}
ul.why-chooseus li a .why-chooseus-title {
	position: absolute;
	top: 20px;
	left: 21px;
	z-index: 15;
	line-height: 46px;
	height: 46px;
	width: 0;
	border-top: 5px solid rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	opacity: 0;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
ul.why-chooseus li a:hover .why-chooseus-title{
	width: 332px;
	border-top: 5px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	opacity: 1;
}
ul.why-chooseus li a .why-chooseus-intro{
	position: absolute;
	top: 87px;
	left: 23px;
	z-index: 15;
	width: 325px;
	height: 136px;
	line-height: 26px;
	overflow: hidden;
	display: none;
	font-size: 14px;
	color: #FFF;
}
ul.why-chooseus li a:hover .why-chooseus-intro{
	display: block; 
}
/* over */
/*===弹窗===*/
.frlinks{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #EEE;
}
.frlinks-title{
	width: 100%;
	font-size: 18px;
	color: #E60000;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.frlinks-content{
	width: 100%;
	font-size: 0;
	height: 210px;
	overflow: hidden;
	transition: .3s;	
}
.frlinks-content a{
	margin: 10px 15px 5px 0;
	display: inline-block;
	font-size: 14px; 
	padding: 3px 5px;
	border-radius: 2px;
	transition: .3s;
	color: #333;
	border: 1px solid #D0D0D0;
	background: #EEE;
}
.frlinks-content a:hover{
	color: #FFF;
	border: 1px solid #e60000;
	background: #e60000;
}
.frlinks-btn{
	margin: 10px 0;
	width: 100%;
	height: 40px;
	font-size: 0;
	overflow: hidden;
}
.frlinks-btn button.frlinks-button{
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 40px;
	overflow: hidden;
	border: none;
	outline: none;
	background: none;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	color: #333;
	background: #FFF;
	border: 1px solid #333;
}
.frlinks-btn button.frlinks-button:hover{
	color: #FFF;
	background: #f10215;
	border: 1px solid #E60000;
}
.frlinks2{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.frlinks2-title{
	width: 100%;
	font-size: 18px;
	color: #E60000;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.frlinks2-content{
	width: 100%;
	font-size: 0;
	height: 210px;
	overflow: hidden;
	transition: .3s;	
}
.frlinks2-content a{
	margin: 10px 15px 5px 0;
	display: inline-block;
	font-size: 14px; 
	padding: 3px 5px;
	border-radius: 2px;
	transition: .3s;
	color: #333;
	border: 1px solid #D0D0D0;
}
.frlinks2-content a:hover{
	color: #FFF;
	border: 1px solid #e60000;
	background: #e60000;
}
.frlinks2-btn{
	margin: 10px 0;
	width: 100%;
	height: 40px;
	font-size: 0;
	overflow: hidden;
}
.frlinks2-btn button.frlinks2-button{
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 40px;
	overflow: hidden;
	border: none;
	outline: none;
	background: none;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	color: #333;
	background: #FFF;
	border: 1px solid #333;
}
.frlinks2-btn button.frlinks2-button:hover{
	color: #FFF;
	background: #f10215;
	border: 1px solid #E60000;
}
/********师资团队********/
.pmp-teachers-wrap{
	height: 360px;
	width: 100%;
	position: relative;
}
#swiper-teacher{
	margin: 0 auto;
	width: 960px;
}
#swiper-teacher .swiper-slide{
	width: 240px;
}
.pmp-teachers{
	width: 100%;
}
.pmp-teachers .pmp-teachers-top{
	position: relative;
	width: 100%;
	height: 128px;
}
.pmp-teachers .pmp-teachers-top .pmp-teachers-img{
	position: absolute;
	top: 0;
	left: 44%;
	z-index: 5;
	margin-left: -56px;
	width: 144px;
	height: 112px;
}
.pmp-teachers .pmp-teachers-top .pmp-teachers-img img{
	width: 100%;
	height: 100%;
}
.pmp-teachers .pmp-teachers-top .pmp-teachers-name{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	margin-left: -100px;
	width: 200px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background: #e3161d;
}
.pmp-teachers .pmp-teachers-mid{
	width: 100%;
	height: 150px;
	line-height: 30px;
	text-align: center;
}
.pmp-teachers .pmp-teachers-mid span{
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.pmp-teachers .pmp-teachers-bot{
	width: 100%;
}
/********师资团队********/
.common-title2{
         text-align: center;
        font-size: 12px;
}
    a.zixun {
        border-radius: 18px;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #e3161d;
        color: #e3161d;
        background: #FFF;
    }
    .wrap-enviroment{
	height: auto;
	display: block;
position: relative;
}
.wrap-enviroment h2{
    position: absolute;
            top: 8%;
}
.wrap-enviroment img{
       width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/*表单*/


 .form_title {
             color: #333;
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        }

        form {
        border-radius: 8px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        width: 100%;
        font-size: 12px;
        }
form >label{
    margin-bottom: 18px;
}
        label {
            display: block;
            font-weight: bold;
            font-size: 14px;
        }

        input[type="text"],
        input[type="tel"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        input[type="radio"] {
            margin-right: 5px;
        }

        .radio-group {
margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        }
        .radio-group  div{
display: flex
;
        align-items: center;
        margin-bottom: 12px;
        }

        input[type="submit"] {
                   background-color: #4954e6;
        color: white;
        padding: 15px 15px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        width: 86%;
        margin: 56px auto;
        display: block;
        font-size: 16px;
        }

        input[type="submit"]:hover {
            background-color: #0056b3;
        }

        .error {
            color: red;
            font-size: 0.9em;
            margin-top: -10px;
            margin-bottom: 10px;
        }
         input::placeholder {
            font-size: 12px; 
            color: gray; 
        }