﻿/* 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: 1920px; 
	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: 16px; 
	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: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.b-circle-6{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.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: 16px; 
	font-weight: normal; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999; 
	font-size: 16px; 
	font-weight: normal; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999; 
	font-size: 16px; 
	font-weight: normal; 
}

/* ### ### ### 01 */
.roll-button{
	margin: 0 auto; 
	width: 424px; 
	height: 104px; 
}
.roll-button a{
	position: relative; 
	display: block; 
	width: 100%; 
	height: 100%; 
}
.roll-button a .roll-button-more{
	position: absolute; 
	left: -115px; 
	top: 0; 
	z-index: 5;
	width: 582px; 
	height: 80px; 
	box-sizing: border-box;
	text-align: center; 
	line-height: 76px; 
	transition: 0.3s;
	background: #FFF; 
	font-size: 30px;
	border-radius: 12px;
	border: 2px solid #333; 
	color: #333; 
}
.roll-button a .roll-button-more sup{
	transition: 0.3s;
}
.roll-button a .roll-button-icon{
	position: absolute; 
	right: -60px; 
	bottom: 0; 
	z-index: 10;
	width: 50px; 
	height: 50px; 
	background: url(../../image/more_icon_on.png) no-repeat;
	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{

	transform: rotate(180deg);
}
/* ### ### ### 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; }
.blank25 { height: 25px; }
.blank30 { height: 30px; }
.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: 1280px; 
	margin: 0 auto;
}
.wrap-w100{
	width: 100%;
	max-width: 1920px;
	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: 540px;
	background: url(../../image/pmpexam_centres_bg.jpg) no-repeat;
	background-size: 100% 540px; 
}
.wrap-w100-bg5{
	min-height: 800px;
	background: url(../../image/wrap_all_bg.png) top center no-repeat;
	background-size: 100% 800px; 
}
.wrap-what-test{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 550px;
	background: #F5F5F5 url(../../image/npdp_test_bg.png) center center no-repeat; 
}
.common-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-bottom: 30px;
	background: url(../../image/common_title_bg.png) center bottom no-repeat; 
	font-size: 48px;
}
.common-title-on{

}
.common-title span{
	color: #2d76f6;
	font-size: 48px;
	font-weight: bold;	
}
.common-title span sup{
	color: #2d76f6;	
}
.form-input{
	float: left;
	width: 400px;
	height: 60px;
	margin-right: 40px;
}
.form-input input.inputclass{
	width: 100%;
	height: 100%;
	border: 2px solid #D0D0D0;
	box-sizing: border-box;
	padding: 0 10px;
	background: #FFF;
	border-radius: 12px;
}
.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: 18px;
	color: #FFF;
	border-radius: 12px;
	transition: .3s; 
}

/*============焦点切换CSS============*/
.pagination{
	position: absolute;
	left: 0; 
	bottom: 0; 	
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background: #EEE;
	margin: 0 10px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.swiper-pagination-bullet-active{
	background: #ff9d02;
	width: 40px; 
}
/*============焦点切换CSS============*/


/*======页面代码begin=======*/
.all-topbg{
	margin: 0 auto;
	width: 100%; 
	max-width: 1920px; 
}
header{
	width: 100%; 
	max-width: 1920px; 
	height: 80px; 
	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: 19px 0;
        width: 250px;
        height: 41px;
        background: url(../../image/5.png) no-repeat;
        background-size: contain;
        text-indent: -999em;
}
.kYTopbox{
	margin-top: 20px;
	width: 990px;
	float: right;
	overflow: hidden;
}
.kYTopbox li{
	float: left; 
}
.kYTopbox .kYTopbox-tab{
	width: 98px; 
	height: 40px; 
	transition: .3s; 
}
.kYTopbox .kYTopbox-tab p{
	width: 100%; 
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px; 
	color: #FFF; 
	transition: .3s;
}
.kYTopbox .kYTopbox-tab:hover{
	border-radius: 6px;
	background: #ff9d02;
}
.kYTopbox .bg-on p,
.kYTopbox .kYTopbox-tab:hover p{
	color: #FFF; 
}
.bg-on{
	color: #FFF; 
	background: #ff9d02; 
	border-radius: 6px;
}
.banner{
	margin: 80px auto 0 auto;
	width: 100%; 
	max-width: 1920px; 
	height: 720px;
	background: url(../../image/banner_bg.jpg) center center no-repeat; 
	background-size: cover; 
}
.banner .banner-main{
	width: 100%;
	height: 100%;
	background: url(../../image/yikao-banner.jpg) center center no-repeat; 
	background-size: cover; 
}
.banner .banner-main .banner-title{
	width: 100%;
	height: 320px;
	text-indent: -9999em;
}
.banner .banner-main .banner-li{
	margin: 15px 0;
	display: flex;
	width: 600px;
	height: 40px;
	align-items: center;
	justify-content: flex-start;
}
.banner .banner-main .banner-li img{
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.banner .banner-main .banner-li p{
	width: 550px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 24px;
}
.bigbtns{
	margin: 18px auto;
	width: 740px;
}
.bigbtns .btn{
	position: relative;
	width: 300px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
	border: 2px solid #FFF;
}
.bigbtns .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);
}
.bigbtns .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);
}
.bigbtns .btn a.banbtn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	line-height: 80px;
	color: #FFF;
	font-size: 24px;
	text-indent: 90px;
}
.bigbtns .btn .btn-icons{
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url(../../image/icons_btn.png) center center no-repeat; 	
}
.bigbtns .btn .btn-icons-01{ background-position: 0 0;}
.bigbtns .btn .btn-icons-02{ background-position: -60px 0;}

.bigbtns .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%;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF url(../../image/icons_about.png) right bottom no-repeat; 
}
.ncre-about p{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	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;
}
.ncre-high-value{
	width: 100%;
	flex-wrap: wrap;
}
.ncre-high-value .ncre-value-li{
	margin-bottom: 40px;
	width: 620px;
	height: 150px;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 20px;
	background: #2d76f6;
	background: -webkit-linear-gradient(left, #2d76f6, #09acf9);
	background: -o-linear-gradient(right, #2d76f6, #09acf9);
	background: -moz-linear-gradient(right, #2d76f6, #09acf9);
	background: linear-gradient(to right, #2d76f6, #09acf9);
}
.ncre-high-value .ncre-value-li .ncre-value-icons{
	width: 120px;
	height: 120px;
	background: url(../../image/icons_value.png) no-repeat; 
	background-size: 240px 480px;
}
.ncre-high-value .ncre-value-li .ncre-value-icons-01{ background-position: 0 0; }
.ncre-high-value .ncre-value-li .ncre-value-icons-02{ background-position: -120px 0; }
.ncre-high-value .ncre-value-li .ncre-value-icons-03{ background-position: 0 -120px; }
.ncre-high-value .ncre-value-li .ncre-value-icons-04{ background-position: -120px -120px; }
.ncre-high-value .ncre-value-li .ncre-value-icons-05{ background-position: 0 -240px; }
.ncre-high-value .ncre-value-li .ncre-value-icons-06{ background-position: -120px -240px; }
.ncre-high-value .ncre-value-li .ncre-value-icons-07{ background-position: 0 -360px; }
.ncre-high-value .ncre-value-li .ncre-value-icons-08{ background-position: -120px -360px; }
.ncre-high-value .ncre-value-li .ncre-value-p{
	width: 440px;
	height: 100%;
}

.ncre-high-value .ncre-value-li .ncre-value-p .ncre-value-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
}
.ncre-high-value .ncre-value-li .ncre-value-p .ncre-value-content{
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
}
.si-number{
	font-size: 40px;
	font-weight: bold;
	color: #23409b;
	text-align: center;
	border: 2px solid #23409b;
	padding: 5px;
	width: 720px;
	margin: 50px auto;
	border-radius: 14px;
}
/* 副标题 */
.common-title-yikao{
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
}

/* over */
.ncre-high-shiti{
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ncre-high-shiti .ncre-shiti-li{
	margin-bottom: 40px;
	width: auto;
	height: auto;
	box-sizing: border-box;
	padding: 15px 20px 15px 10px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.ncre-high-shiti .ncre-shiti-li div{
	text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 30px;
    display: block;
	font-weight: bold;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-icon{
	margin-top: -10px;
	width: 60px;
	height: 60px;
	background: url(../../image/icons_shiti.png) no-repeat; 
	background-size: cover;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p{
	width: auto;
	height: auto;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	overflow: hidden;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other{
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items{
	width: 360px;
	height: 100%;
	overflow: hidden;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items p{
	height: 100%;
	line-height: 50px;
	font-size: 18px;
	color: #666;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items p b{
	font-weight: normal;
	color: #E60000;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel{
	display:inline-block;
	height: 20px;
	background: url(../../image/star_level.png) no-repeat; 
	background-size: 100px 20px;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel-05{
	width: 100px;
	background-position: 0 0;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel-04{
	width: 80px;
	background-position: 0 0;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel-03{
	width: 60px;
	background-position: 0 0;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel-02{
	width: 40px;
	background-position: 0 0;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-items .starlevel-01{
	width: 20px;
	background-position: 0 0;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-btn{
	width: 140px;
	height: 50px;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-btn a{
	width: 100%;
	height: 100%;
	border-radius: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	background: #2d76f6;
}
.ncre-high-shiti .ncre-shiti-li .ncre-shiti-p .ncre-shiti-other .ncre-shiti-btn a:hover{
	background: #ff9d02;
}

/* 合影 */
.roll-button-1{
    text-align: center;
    width: 100%;
    margin: 26px auto;
}
.roll-button-1 img{
	width: 100%;
}
/* over */
#swiper-lunwen{
	width: 100%; 
	height: 480px;
}
.roll-button-2 .roll-button-more{
    width: 452px;
    height: 46px;
    line-height: 46px;
    margin: 56px auto;
    border: 2px solid #000000;
    padding: 18px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 16px;
}
.dnext-outer{
	margin: 54px auto -6px;
    text-align: center;
}
.dnext-outer img{
	width: 15%;
}
#swiper-lunwen .swiper-wrapper{
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
#swiper-lunwen .swiper-slide-lunwen{
	width: 400px;
	height: 450px;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
} 
#swiper-lunwen .swiper-slide-lunwen .lunwen-content{
	width: 100%;
	height: 360px;
} 
#swiper-lunwen .swiper-slide-lunwen .lunwen-content{
	width: 100%;
	height: 360px;
} 
#swiper-lunwen .swiper-slide-lunwen .lunwen-content .lunwen-title{
	margin-top: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
} 
#swiper-lunwen .swiper-slide-lunwen .lunwen-content .lunwen-intro{
	width: 100%;
	line-height: 40px;
	font-size: 24px;
	color: #666;
	background: url(../../image/icons_lunwen.png) left top no-repeat; 
	box-sizing: border-box;
	padding-left: 40px;
}
#swiper-lunwen .swiper-slide-lunwen .lunwen-btn{
	width: 140px;
	height: 50px;
} 
#swiper-lunwen .swiper-slide-lunwen .lunwen-btn a{
	width: 100%;
	height: 100%;
	border-radius: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	background: #2d76f6;
}
#swiper-lunwen .swiper-slide-lunwen .lunwen-btn a:hover{
	background: #ff9d02;
}

/* 艺考切换 */
ul.tabpc-1{
	position: relative;
	margin: 0 auto;
	width: 1280px;
	height: 576px;
	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: 111px;
	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;}
/* 
ul.tabpc-1 li .tabpcshow p{
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 24px;
}
ul.tabpc-1 li .tabpcshow p span{
	font-weight: bold;
}
ul.tabpc-1 li .tabpcshow p b{
	color: #E60000;
	font-weight: bold;
} */

/* over */


/* 集训规划 */
ul.tabpc{
	position: relative;
	margin: 0 auto;
	width: 1280px;
	height: 440px;	
}
ul.tabpc li{ list-style-type: none; }
ul.tabpc li input{ display: none; }
ul.tabpc li label{ 
	float: left;
	width: 33.3%;
	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 li input:checked+label{

	color: #FFF;
	background-color:#2d76f6;
}

ul.tabpc li .tabpcshow{ 
	position: absolute;
	left: 0;
	top: 60px;
	opacity: 0;
	width: 100%;
	height: 400px;
	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;
}
ul.tabpc li .tabpcshow img{
	width: 100%;
	height: 100%;
}

.tabpc li input:checked~.tabpcshow{ opacity: 1; z-index: 20;}


/* over */
/* 备考方案 */
.study-npdp-li{
	width: 24.5%;
	height: auto;
	box-sizing: border-box;
	padding: 0 20px;
	background: #2b78f6;
	border-radius: 24px;
	transition: .5s;
}
.study-npdp-li:hover{
	transform: translateY(-10px);
	background: #E60000;
	box-shadow: 5px 5px 0px rgba(230, 0, 0, .4);
}
.study-npdp-li .study-npdp-number{
	margin: 20px auto;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 12px solid rgba(255, 255, 255, .5);
}
.study-npdp-li .study-npdp-number i{
	font-size: 60px;
	color: #FFF;
	font-weight: bold;
}
.study-npdp-li .study-npdp-intro{
	width: 100%;
	height: 282px;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
}
.npdp-what-test{
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	background: #FFF;
}
.npdp-what-test p{
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
.npdp-what-test .what-test-ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.npdp-what-test .what-test-li{
	position: relative;
	width: 48%;
	height: 60px;
	font-size: 24px;
}
.npdp-what-test .what-test-li::after{
	content: "";
	position: absolute;
	top: -41px;
	width: 72%;
	height: 100%;
	border-bottom: 2px dotted rgba(24, 22, 38, .8);

}
.npdp-what-test .what-test-li .what-test-title{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 0 20px 0 10px;
	height: 45px;
	line-height: 40px;
	overflow: hidden;
	background: #FFF;
	font-size: 18px;
}
.npdp-what-test .what-test-li .what-test-title i{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #4953e6;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	margin-right: 15px;
}
.npdp-what-test .what-test-li a.what-test-btn{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background: #464551;
	border-radius: 18px;
	transition: .3s;
	font-size: 16px;
	color: #FFF;
}
.npdp-what-test .what-test-li a:hover.what-test-btn{
	background: #ff9d02;
}


/* 涨分 */
.npdp-requires-cnd-zhang{
	position: relative;
	height: 600px;
}
.npdp-requires-cnd-zhang .requires-cnd-info{
	position: absolute;
	right: 0;
	/* bottom: 0; */
	z-index: 15;
	width: 840px;
	height: 456px;
	background: none;
	box-sizing: border-box;
	padding: 56px 12px 12px 136px;
}
.npdp-requires-cnd-zhang .requires-cnd-info .requires-cnd-title{
	font-size: 22px;
	width: 100%;
	height: auto;
	line-height: 40px;
}
.npdp-requires-cnd-zhang .requires-cnd-info .requires-cnd-title span{
	font-size: 24px;
	font-weight: bold;
	color: #E60000;
	margin-right: 10px;
}



.npdp-requires-cnd-zhang .requires-cnd-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 840px;
	height: 400px;
	border-radius: 24px;
	background: #F5F5F5;
}
.npdp-requires-cnd-zhang .requires-cnd-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 560px;
	height: 360px;
	border-radius: 24px;
	background: url(../images/npdp_sit_condition.jpg) no-repeat;
}

.npdp-requires-cnd-zhang .requires-cnd-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 840px;
	height: 474px;
	border-radius: 24px;
	background: #F5F5F5;
}
.npdp-requires-cnd-zhang .requires-cnd-img{
	position: absolute;
	left: 0;
	top: 192px;
	z-index: 10;
	width: 560px;
	height: 360px;
	border-radius: 24px;
	background: url(../../image/npdp_sit_condition1.png) no-repeat;

}
/* 、涨分over */

/* 梦想 */
.wrap-what-test-1 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 670px;
	background: #F5F5F5 url(../images/npdp_test_bg.png) center center no-repeat;
}
.npdp-what-test-1{
	height: auto;
    padding: 50px;
    background: #FFF;
    border-radius: 16px;
}
.wrap-what-test-1 .what-test-li{
	width: 100%;
	line-height: 35px;
	font-size: 18px;
}
.yikao-word{
	font-size: 20px;
    color: #000;
    line-height: 39px;
display: block;
}
.wrap-what-test-1 .what-test-li .what-test-title{
	padding: 0 20px 0 0;
	overflow: hidden;
	background: #FFF;
}
.wrap-what-test-1 .what-test-li .what-test-title i{
	display: inline-block;
	height: 38px;
	line-height: 35px;
	margin-right: 10px;
	font-weight: bold;
}

/* 梦想over */
/* 励志 */


/* 励志over */

.pmp-value{
	width: 100%;
}
.pmp-value-li{
	width: 300px;
	height: 480px;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	background: #FFF;
	border-radius: 12px;
}
.pmp-value-li:hover{
	transform: translateY(-10px);
	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: 10px;
	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: 120px;
	height: 120px;
	background: url(../../image/why_pmp_icons.png) no-repeat; 
	background-size: 480px 360px;
}
.pmp-value-li .pmp-value-icon-01{ background-position: 0 0; }
.pmp-value-li .pmp-value-icon-02{ background-position: -120px 0; }
.pmp-value-li .pmp-value-icon-03{ background-position: -240px 0; }
.pmp-value-li .pmp-value-icon-04{ background-position: -360px 0; }
.pmp-value-li:hover .pmp-value-icon-01{ background-position: 0 -240px; }
.pmp-value-li:hover .pmp-value-icon-02{ background-position: -120px -240px; }
.pmp-value-li:hover .pmp-value-icon-03{ background-position: -240px -240px; }
.pmp-value-li:hover .pmp-value-icon-04{ background-position: -360px -240px; }
.pmp-value-li .pmp-value-title{
	width: 100%;
	height: 80px;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.pmp-value-li .pmp-value-content{
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
}
.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: 240px;
	height: 50px;
	line-height: 50px;
	border-radius: 12px;
	text-align: center;
	background: #ff9d02;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
}
.pmp-value-li:hover .pmp-value-btn{
	background: #a256ff;
}
.pmp-cost{
	width: 100%;
}
.pmp-cost .pmp-cost-intro{
	width: 620px;
	height: 250px;
	background: #F5F5F5;
	border-radius: 12px;
	font-size: 18px;
	line-height: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.pmp-cost .pmp-cost-intro img{
	float: left;
	width: 180px;
	height: 138px;
	margin: 0 20px 0 0;
}
.pmp-cost .pmp-cost-tags{
	width: 640px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pmp-cost .pmp-cost-tags a{
	height: 70px;
	line-height: 70px;
	border-radius: 12px;
	text-indent: 10px;
	color: #FFF;
	font-size: 18px;
}
.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: 145px;
}
.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: 310px;
}
.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: 20px;
}
.pmp-cost .pmp-cost-tags a:nth-child(4),
.pmp-cost .pmp-cost-tags a:nth-child(5){
	background: #4954e6;
	margin-bottom: 20px;
}
.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: 120px;
	background: url(../../image/ad_getform_img1.jpg) no-repeat; 
	background-size: cover;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 10px 30px 0 30px;
}
.pmp-adv .adv-content{
	width: 385px;
	height: 80px;
}
.pmp-adv .adv-content .adv-title{
	width: 100%;
	height: 50px;
	background: url(../../image/pmp_adv_title.png) no-repeat; 
	background-size: cover;
	text-indent: -999em;
}
.pmp-adv .adv-content .adv-subtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #9199ff;
	font-size: 16px;
}
.pmp-adv .adv-form{
	width: 630px;
	height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
        display: flex;
        align-items: flex-start;
}
.pmp-adv .adv-form .adv-form-l{
	width: 460px;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input{
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div{
	width: 220px;
	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: 38px;
	height: 38px;

	background-size: 76px 38px;
}
.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: -38px 0; }
.pmp-adv .adv-form .adv-form-l .adv-form-input .form-input-div input.adv-input{
	width: 180px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	background: #FFF;
	font-size: 16px;
	outline: none;
}
.pmp-adv .adv-form .adv-form-l .adv-form-intro{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #9199ff;
	font-size: 16px;
}
.pmp-adv .adv-form .adv-form-r{
	width:105px;
}
.pmp-adv .adv-form .adv-form-r input.adv-submit{
	width: 105px;
	height: 42px;
	border-radius: 6px;
	background: #ff9d02;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	line-height: 30px;
}
.pmp-cdns{
	width: 100%;
	height: 543px;
}
.pmp-cdns .pmp-cdns-form{
	width: 50%;
	height: 100%;
	border-radius: 12px 0 0 12px;
	background: #e5f0ff;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.pmp-cdns .pmp-cdns-form .cdns-form-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b2c9e8;
	font-size: 18px;
	font-weight: bold;
	color: #4954e6;
	box-sizing: border-box;
}
.pmp-cdns .pmp-cdns-form .cdns-form-subtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 5px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio input{
	display: none;
}
.pmp-cdns .pmp-cdns-form .cdns-form-radio label{
	width: 132px;
	margin-bottom: 10px;
	height: 100%;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	padding: 0 12px;
	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: 100px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input{
	width: 378px;
	height: 100%;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div{
	width: 100%;
	height: 40px;
	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: 38px;
	height: 38px;

	background-size: 76px 38px;
}
.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: -38px 0; }
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-input .form-input-div input.cdns-input{
	width: 333px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	background: #FFF;
	font-size: 16px;
	outline: none;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-submit{
	width: 100px;
	height: 100px;
}
.pmp-cdns .pmp-cdns-form .cdns-form-real .cdns-form-submit input.cdns-submit{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #ff9d02;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	line-height: 30px;
}
.pmp-cdns .pmp-cdns-content{
	width: 50%;
	height: 100%;
	padding: 30px 20px 0 30px;
	box-sizing: border-box;
	border-radius: 0 12px 12px 0;
	background: #F5F5F5;
}
.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: 30px;
	font-size: 18px;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div p i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 4px #4954e6 solid;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div p a{
	display: inline-block;
	text-indent: 25px;
	font-size: 16px;
	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: 60px;
	overflow: hidden;
}
.pmp-cdns .pmp-cdns-content .pmp-cdns-div .pmp-cdns-btn a{
	margin-right: 20px;
	width: 240px;
	height: 100%;
	line-height: 60px;
	border-radius: 12px;
	text-indent: 10px;
	color: #FFF;
	font-size: 18px;
	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: 480px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
}
.pmp-open53-btnbg1{
	background: #2d76f6;
}
.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: 80px;
	color: #FFF;
	font-size: 30px;
}
.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: btnmoving 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%;
}
/* 艺考新政 */
.pmpexam-process .pmpexam-process-li-1{
	width: 20%;
	height: 380px;
	
}
.pmpexam-process .pmpexam-process-li-1 img{
	width: 100%;
	height: 100%;
	
}

/* over  */

.pmpexam-process .pmpexam-process-li{
	width: 314px;
	height: 396px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #D0D0D0;
	border-radius: 12px;
	padding: 16px;
}

.pmpexam-process .pmpexam-process-li .process-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 18px auto;
}
.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: 215px;
	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: 168px;
}
.pmpexam-process .pmpexam-process-li .process-content p{
	width: 100%;
	height: 100%;
	line-height: 42px;
	font-size: 18px;
	color: #333;
text-align: center;
}
.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: 75%;
	height: 75px;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 10px;
	margin: auto;
}
.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: 90px;
	line-height: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.pmpexam-process .pmpexam-process-li .process-btn a.probtn{
	margin: 0 auto;
	width: 185px;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	border-radius: 6px;
	font-size: 18px;
}
.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%;
	border-radius: 12px;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF url(../../image/ncre_jikao.png) bottom right no-repeat; 
}
.pmpexam-content p{
	width: 100%;
	line-height: 35px;
	font-size: 18px;
}
.pmpexam-content table.ncre{
	width: 100%;
	border: 0;
}
.pmpexam-content table.ncre td{
	border: 0;
	padding: 5px 10px;
	font-size: 18px;
}
.pmpexam-content h3.title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	color: #333;
}
.pmpexam-content p img{
	float: right;
	width: 360px;
	height: 240px;
	margin: 20px 0 20px 20px;
	border-radius: 12px;
}
.pmpexam-content p b{
	font-weight: bold;
	color: #FF0000;
}
.pmpexam-content p a.btn{
	margin: 10px 0;
	width: 300px;
	line-height: 46px;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #2d76f6;
	box-sizing: border-box;
	color: #2d76f6;
	background: #FFF;
	font-size: 18px;
}
.pmpexam-content p a:hover.btn{
	color: #FFF;
	border: 2px solid #ff9d02;
	background: #ff9d02;
}
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 20px 0 0;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold; 
	border-radius: 12px 12px 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:nth-child(5) input:checked+label{ 
	background: #e60000;
}
ul.exam li .tabcontent{ 
	position: absolute; 
	left: 0; 
	top: 60px; 
	width: 1220px; 
	height: 380px; 
	box-sizing: border-box;
	padding: 20px;
	opacity: 0; 
	transition: .5s; 
	background: #FFF; 
	border: 1px solid #EEE;
	border-radius: 12px;
	font-size: 18px;
	line-height: 35px;
}
ul.exam li input:checked~ .tabcontent{ opacity: 1; z-index: 10; }
.pmptest-city{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pmptest-city .pmptest-city-name{
	margin: 15px 28px;
	width: 200px;
	height: 50px;
}
.pmptest-city .pmptest-city-name a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	border-radius: 6px;
	background: #2d76f6;
	font-size: 18px;
	color: #FFF;
}
.pmptest-city .pmptest-city-name a:hover{
	background: #ff9d02;
}
ul.npdp-value{
	list-style: none;
}
ul.npdp-value li{
	float: left;
	width: 620px;
	height: 180px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 24px;
	background: #F5F5F5;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: .5s;
}
ul.npdp-value li:nth-child(2n+1){
	margin-right: 20px;
}
ul.npdp-value li:nth-child(2n){
	margin-left: 20px;
}
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: 120px;
	height: 120px;
	background: url(../../image/numbers_icon.png) no-repeat;
}
ul.npdp-value li .npdp-value-icon-01{ background-position: 0 0; }
ul.npdp-value li .npdp-value-icon-02{ background-position: -120px 0; }
ul.npdp-value li .npdp-value-icon-03{ background-position: 0 -120px; }
ul.npdp-value li .npdp-value-icon-04{ background-position: -120px -120px; }
ul.npdp-value li .npdp-value-icon-05{ background-position: 0 -240px; }
ul.npdp-value li .npdp-value-icon-06{ background-position: -120px -240px; }

ul.npdp-value li .npdp-value-info{
	width: 420px;
	height: 100%;
}
ul.npdp-value li .npdp-value-info .npdp-value-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}
ul.npdp-value li .npdp-value-info .npdp-value-content{
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
}
.itil4-foundation{
	width: 100%;
}
.itil4-foundation .itil4-foundation-li{
	position: relative;
	width: 314px;
	height: 485px;
	border-radius: 12px;
	background: #f4f7ff;
	overflow: hidden;
}
.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 20px;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .itil4-foundation-icons{
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url(../../image/icons_ncre1.png) no-repeat;
	background-size: 120px 120px;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .itil4-foundation-icons-01{ background-position: 0 0;}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .itil4-foundation-icons-02{ background-position: -60px 0;}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .itil4-foundation-icons-03{ background-position: 0 -60px; }
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .itil4-foundation-icons-04{ background-position: -60px -60px;}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content p{
	width: 100%;
	height: 268px;
	line-height: 30px;
	font-size: 18px;
	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 .itil4-foundation-content .ncre-btn{
	margin: 0 auto;
	width: 140px;
	height: 50px;
} 
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .ncre-btn a{
	width: 100%;
	height: 100%;
	border-radius: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	background: #2d76f6;
}
.itil4-foundation .itil4-foundation-li .itil4-foundation-content .ncre-btn a:hover{
	background: #ff9d02;
}
.ncre_exam_pass{
	margin: 0 auto;
	width: 1280px;
	height: 160px;
	border-radius: 12px;
	background: url(../../image/ncre_exam_pass.jpg) no-repeat;
	background-size: cover;
}

/* 做黑马 */
.wrap-banner{
	background:url(../../image/bg3.jpg) no-repeat center;
	height: 403px;
}

.wrap-banner .yk-1100-con {width:100%;margin:0 auto;position:relative ;}
.wrap-banner .yk-1100-con .heima_nr{
	margin: 0 auto;
	padding-top: 72px;
	text-align: center;
}
.wrap-banner .yk-1100-con .heima_nr h3{
	font-size: 40px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.wrap-banner .yk-1100-con .heima_nr h3 b{
	font-size: 48px;
	color: #ffc602;
}
.wrap-banner .yk-1100-con .heima_nr h1{
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.wrap-banner .yk-1100-con .heima_nr p{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
/* over */
.itil-intro{
	width: 100%;
}
.itil-intro .itil-intro-div{
	width: 300px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 24px;
	background: #F5F5F5;
	border: 2px solid #D0D0D0;
}
.itil-intro .itil-intro-div:hover{
	background: #ff9d02;
	border: 2px solid #ff9d02;
}
.itil-intro .itil-intro-div .itil-div-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	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: 270px;
	line-height: 30px;
	font-size: 18px;
	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: 302px;
	background: #FFF;
	border-radius: 12px;
	overflow: hidden;
}
.ncre-whyus .ncre-whyus-title{
	width: 100%;
	background: #d5e4ff;
}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons{
	margin: 5px 17px;
	width: 130px;
	height: 83px;
	background: url(../../image/ncre_icons.png) no-repeat;
	background-size: 90px 270px;
}
.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 -90px;}
.ncre-whyus .ncre-whyus-title .ncre-whyus-icons-03{ background-position: 0 -180px;}
.ncre-whyus .ncre-whyus-title .ncre-whyus-text{
	width: 270px;
	height: 100px;
	line-height: 100px;
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.ncre-whyus .ncre-whyus-content{
	width: 100%;
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 8px 15px;
	height: 256px;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px 0;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li h3{
	font-size: 20px;
	font-weight: bolder;
	color: #2d76f6;
}
.ncre-whyus .ncre-whyus-content .ncre-whyus-li p{
	width: 250px;
	height: auto;
	font-size: 18px;
	color: #333;
	line-height: 32px;
}

/* 自加 */
.npdp-requires-cnd{
	position: relative;
	height: 335px;
	margin-bottom: 25px;
}
.npdp-requires-cnd .requires-cnd-info{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
	width: 80%;
	height: 100%;
	background: none;
	box-sizing: border-box;
	padding: 22px 20px 0 45px;
}
.npdp-requires-cnd .requires-cnd-info .requires-cnd-title{
	font-size: 24px;
	font-weight: bold;
	color: #3667fd;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.npdp-requires-cnd .requires-cnd-info .requires-cnd-title i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 6px solid #3667fd;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}
.npdp-requires-cnd .requires-cnd-info .requires-cnd-content{
	width: 100%;
	font-size: 18px;
	line-height: 40px;
}
.npdp-requires-cnd .requires-cnd-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 1100px;
	height: 100%;
	border-radius: 24px;
	background: #F5F5F5;
}
.npdp-requires-cnd .requires-cnd-img{
	position: absolute;
	left: 0px;
	top: 101px;
	z-index: 10;
	width: 260px;
	height: 131px;
	display: flex;
	border-radius: 24px;
	background-color: #2d76f6;
	justify-content: center;
	align-items: center;
}
.npdp-requires-cnd .requires-cnd-img p{
	font-size: 32px;
	font-weight: bold;
	line-height: 54px;
	padding: 0 24px;
	color: #FFF;
}
/* 老师 */
.yk-1100-con {
	display: flex
	;
			justify-content: space-between;
			margin: 36px auto;
	
}
.yk-1100-con .center_yellow{
	width: 50%;
	height: 96px;
	text-align: center;
	line-height: 96px;
}
.yk-1100-con .center_yellow:first-child{
	background-color: #0047c4;
}
.yk-1100-con .center_yellow:last-child{
	background-color: #96b4e7;
}
.yk-1100-con .center_yellow span{
	font-size: 38px;
	color:#FFFFFF ;
	text-align: center;
	display: block;
}
.yk-1100-con .center_yellow span b{
	font-size: 24px;
	color:#FFFFFF ;
	text-align: center;
}
.pmp-teachers-wrap{
	height: 360px;
	width: 100%;
	position: relative;
}
#swiper-teacher{
	margin: 0 auto;
	width: 1200px;
}
#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: 50%;
	z-index: 5;
	margin-left: -56px;
	width: 112px;
	height: 112px;
}
.pmp-teachers .pmp-teachers-top .pmp-teachers-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.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;
	display: block;
}
.pmp-teachers .pmp-teachers-bot{
	width: 100%;
}
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;
}
a.zixun:hover{
	color: #FFF;
	background: #e3161d;
}

/* 沙龙 */
.salon-img{
	width: 1280px;
	margin: 0 auto;
}
.salon-img img{
	margin: 20px 0;
}
.salon-img img.class01{
	width: 100%;
	height: 964px;
}
.salon-img1 {
    background: url(../../image/xxhj.jpg) no-repeat center;
    height: 890px;
    display: block;
	padding: 50px;
}

/* 结束 */
.pmpexam-result{
	width: 100%;
	height: 520px;
	border-radius: 12px;
	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: 20px;
}
.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 120px no-repeat; 
}

.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-more{
	margin: 0 auto;
	width: 240px;
	height: 60px;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-more a{
	width: 100%;
	height: 100%;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 12px;
	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: 260px;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
	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: 260px;
	z-index: 10;
	width: 100%;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #FFF;
	font-size: 16px;
}
.pmpexam-result .pmpexam-result-li .pmpexam-result-div .pmpexam-result-btn{
	position: absolute;
	left: 20px;
	top: 360px;
	z-index: 5;
	width: 140px;
	height: 50px;
	background: rgba(255, 255, 255, .2);
	color: #FFF;
	border-radius: 12px;
	cursor: pointer;
}
.result-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 24px;
}
.result-content{
	width: 100%;
	color: #FFF;
	font-size: 16px;
	line-height: 25px;
}
.pmp-renew-subtitle{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.pmp-renew-subtitle img{
	float: right;
	margin: 10px 0 20px 20px;
	width: 360px;
	height: 240px;
	border-radius: 12px;
}
.pmp-renew-subtitle span{
	color: #ff0000;
}
.pmp-renew{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 12px;
	background: #F5F5F5;
	overflow: hidden;
}
.pmp-renew ul.tab-title{
	width: 440px; 
	height: 100%;  
}
.pmp-renew ul.tab-title li{
	float: left; 
	position: relative; 
	width: 90px;
	height: 90px; 
	margin: 0 20px 20px 0; 
	border-radius: 12px;
	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: 90px; 
	text-align: center; 
	color: #FFF; 
	font-size: 18px; 
	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: 800px; 
	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: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

/*======页面代码end=======*/


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

footer .footinfo{
	padding: 30px 0;
	width: 960px;
}
footer .footinfo p{
	width: 720px;
	font-size: 18px;
	line-height: 35px;
	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: 6px;
}
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: 100px;
	height: 100px;
	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: 100px;
	height: 100px;
	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(50px);
			transform: rotateY(0deg) translateZ(50px);
	background-color: rgba(45, 118, 246, 0.8);
	border: 2px solid rgba(45, 118, 246, 0.8);
}
.cube .back {
	-webkit-transform: rotateY(180deg) translateZ(50px);
			transform: rotateY(180deg)  translateZ(50px);
	background-color: rgba(45, 118, 246, 0.6);
	border: 2px solid rgba(45, 118, 246, 0.6);
}
.cube .left {
	-webkit-transform: rotateY(-90deg) translateZ(50px);
			transform: rotateY(-90deg) translateZ(50px);
	background-color: rgba(73, 84, 230, 0.8);
	border: 2px solid rgba(73, 84, 230, 0.8);
}
.cube .right {
	-webkit-transform: rotateY(90deg) translateZ(50px);
			transform: rotateY(90deg) translateZ(50px);
	background-color: rgba(73, 84, 230, 0.6);
	border: 2px solid rgba(73, 84, 230, 0.6);
}
.cube .top {
	-webkit-transform: rotateX(90deg) translateZ(50px);
			transform: rotateX(90deg) translateZ(50px);
	background-color: rgba(162, 86, 255, 0.8);
	border: 2px solid rgba(162, 86, 255, 0.8);
}
.cube .bottom {
	-webkit-transform: rotateX(-90deg) translateZ(50px);
			transform: rotateX(-90deg) translateZ(50px);
	background-color: rgba(162, 86, 255, 0.6);
	border: 2px solid rgba(162, 86, 255, 0.6); 
}

@-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: 6px;
}
.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: 6px;
	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: 6px;
	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: 6px;
}
.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: 120px;
	left: 50%;
	z-index: 10;
	margin-left: -270px;
	width: 540px;
	height: 540px;
	background: url(../../image/popup_main.png) no-repeat; 
	background-size: cover;
	overflow: hidden;
}
.popup .popup-main .popup-close-img{
	width: 48px;
	height: 48px;
	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: 400px auto 0 auto;
	width: 160px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	line-height: 46px;
	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, 1.0);
}
/*===弹窗===*/
.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;
}
 .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-around;
        }
        .radio-group  div{
            display: flex;
    align-items: center;
        }

        input[type="submit"] {
                   background-color: #4954e6;
        color: white;
        padding: 16px 15px;
        border: none;
        border-radius: 13px;
        cursor: pointer;
        width: 86%;
        margin: 53px 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; 
        }
        
       .slog-img2 {
            display: flex;
            flex-direction: column;
            position: relative;
        }
         .slog-img2 h2{
        position: absolute;
        top: 5%;
        }
      .slog-img2 img{
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
}