


/**banner**/


.banner
{
	
position: relative;
}

.banner img
{
	
width: 100%;
}

.banner-text
{
	
width: 100%;
	
position: absolute;
	
top: 50%;
	
transform: translateY(-50%);
	
margin-top: -40px;
}

.text-center
{
	
max-width: 1200px;
	
margin: auto;
	
padding: 0px 0px;
}
.text1
{
	
font-size: 72px;
	
font-weight: bold;
	
color: #333;
	
width: 476px;
	
text-align: center;
}
.text2
{
	
font-size: 28px;
	
background: url(../images/banner-bg.png);
	
width: 476px;
	
text-align: center;
	
height: 88px;
	
color: #fff;
	
line-height: 68px;
	
font-weight: bold;
	
margin: 10px 0px;
}
.text3
{
	
width: 476px;
	
font-size: 24px;
	
text-align: center;
}

/**Economist**/


.Online-assessment
{
	
max-width: 1120px;
	
background: #fff;
	
padding: 30px 40px;
	
margin: auto;
	
position: relative;
	
top: -80px;
	
z-index: 2;
	
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.Online-assessment p
{
	
font-size: 24px;
	
font-weight: bold;
	
margin-bottom: 10px;
}
.Online-assessment p span
{
	
color: #e60012;
}
.assessment-main
{
	
text-align: left;
}
.assessment-main input
{
	
height: 50px;
	
border: 1px #ddd solid;
	
width: 220px;
	
color: #666;
	
font-size: 14px;
	
padding: 0px 5px;
}
.assessment-main select
{
	
height: 50px;
	
border: 1px #ddd solid;
	
width: 220px;
	
color: #666;
	
font-size: 14px;
}
.assessment-main .phone-submit
{
	
background: #e81324;
	
color: #fff;
	
border: 0px #ddd solid;
	
font-size: 14px;
}




.Economist
{
	
background: #f3f3f3;
	
position: relative;
	
overflow: initial;
	
padding: 20px 0px 50px;
}

.Economist-title
{
	
text-align: center;
	
color: #333;
	
margin-top: -30px;
}
.Economist-title p
{color: #666;margin-top: 6px;font-size: 16px;}



.Economist-title span
{
	
color: #e81324;
}

.Economist-main
{
	
text-align: center;
	
padding: 30px 30px;
	
display: block;
	
position: relative;
	
overflow: hidden;
}

.Economist-main h3
{transition: all 1s;margin: 0px;position: relative;z-index: 1;}



.Economist-main:after
{
	content:'';
	width: 100%;
	height: 0%;
	position:absolute;
	left: 0px;
	background: #e81324;
	z-index: 0;
	transition: all 0.8s;
	bottom: 0px;
}
.Economist-main:hover:after
{
height:100%;
}




.Economist ul li{
	
width: calc((100% - 60px)/3);
	
background: #fff;
	
float: left;
	
margin: 10px;
	
border-radius: 4px;
	
overflow: hidden;
}
.Economist-text
{
	
color: #999999;
	
margin: 10px 0px 0px;
	
line-height: 1.7em;
	
position: relative;
	
z-index: 2;
	
transition: all 1s;
	
font-size: 15px;
}

.Economist-text span
{
	display:block;
}


.Economist-main:hover .Economist-text ,.Economist-main:hover h3
{
	color:#fff !important;
}



.Economist ul
{
	
max-width: 1000px;
	
margin: 20px auto 0px;
	
overflow: hidden;
}



.Economist ul li img{
	
width: 106px;
	
border: 2px #e81324 solid;
	
border-radius: 100%;
	
margin-bottom: 20px;
	
position: relative;
	
z-index: 2;
	
background: #fff;
}


.Economist-button{
	
width: 120px;
	
height: 40px;
	
background: #fff;
	
border: 1px #cccccc solid;
	
display: block;
	
line-height: 40px;
	
color: #999;
	
border-radius: 2px;
	
font-size: 14px;
	
margin: 20px auto 0px;
	
position: relative;
	
z-index: 2;
	
transition: all 1s;
}

.Economist-main:hover .Economist-button
{
border: 1px #fff solid;
background:#fff;
color:#e81324;
box-shadow: 0px 0px 10px rgba(0,0,0,00.2);
}


/**teacher**/
.teacher
{
	
background: url(../images/teacher-bg.jpg) no-repeat  center;
	
padding-bottom: 60px;
	
background-size: 100%;
}


.teacher-title p
{
	
margin-top: 6px;
	
font-size: 16px;
}

.teacher ul
{
	max-width: 1230px;
	margin: 20px auto 20px;
	overflow: hidden;
}


.teacher ul li
{width: calc((100% - 120px)/4);float: left;padding: 0px;margin: 15px;}
.teacher ul li a
{
	overflow:hidden;
	display: block;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.teacher-main img
{
	width:100%;
transform: scale(1);
transition: all 0.5s;
}
.teacher ul li:hover img
{
transform: scale(1.1);
}

.teacher .text p
{
	position:relative;
	z-index:2;
	transition: all 0.5s;
	line-height: 1.5em;
}
.teacher ul li:hover .text p
{
	color:#fff;
}


.teacher .text
{
	
background: #fff;
	
height: 110px;
	
padding: 10px 20px;
	
position: relative;
	
z-index: 9;
}

.teacher .text:after
{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    background: #e81324;
    z-index: 1;
    transition: all 0.5s;
    bottom: 0px;
}
.teacher ul li:hover .text:after
{
    height:100%;
}




.teacher-title
{text-align: center;color: #fff;padding-top: 60px;}

.teacher-name
{
	
font-size: 20px;
}

.teacher-ms
{
	
font-size: 15px;
	
color: #999;
	
line-height: 1.7em;
	
margin: 5px 0px;
}
.teacher-more
{
	
position: absolute !important;
	
font-size: 12px;
	
color: #999;
	
bottom: 20px;
	
background: url(../images/kz_34.png) no-repeat right center;
	
right: 30px;
	
padding-right: 25px;
}

.teacher ul li:hover .teacher-more
{
	background: url(../images/kz_37.png) no-repeat right center;
}



.bm-buttom a
{
	
position: relative;
	
color: #fff;
	
z-index: 2;
	
display: block;
}

.bm-buttom:after
{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    background: #e9a42e;
    z-index: 1;
    transition: all 0.3s;
    bottom: 0px;
}


.bm-buttom:hover:after
{
    height: 100%;
}

.bm-buttom
{
	background:#e81324;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	display: block;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}



/**Accounting**/

.Accounting
{
	
background: #f3f3f3;
	
overflow: hidden;
	
position: relative;
	
padding: 60px 0px 60px;
}
.Accounting-title
{

text-align: center;

color: #333;

overflow: hidden;
}
.Accounting-title h1 span
{
color: #e81325;	
}


.Accounting-title p
{
	
color: #666;
	
margin-top: 10px;
	
font-size: 16px;
}


.Accounting-title p span
{
	
display: inline-block;
	
padding: 0px 25px;
	
background: url(../images/kz_42.png) no-repeat  left center;
	
background-size: 16px;
}

.Accounting-main
{
	
max-width: 1200px;
	
margin: 20px auto 10px;
	
overflow: hidden;
}

.Accounting-left
{
	
width: 50%;
	
float: left;
	
border-radius: 4px;
	
overflow: hidden;
}
.Accounting-left img
{
	width:100%;
	transform: scale(1);
	transition: all 0.5s;
}
.Accounting-left:hover img
{
		transform: scale(1.1);
}



.Accounting-right
{width: 50%;float: right;}

.Accounting-right ul li
{
	
width: calc((100% - 40px)/2);
	
background: #fff;
	
float: left;
	
text-align: center;
	
margin-left: 20px;
	
margin-bottom: 20px;
	
border-radius: 4px;
	
overflow: hidden;
	
position: relative;
}
.Accounting-right ul li a
{
	
display: block;
	
padding: 38px 20px;
	
position: relative;
	
z-index: 2;
}

.Accounting-pic
{
	width: 40px;
	height: 37px;
	margin: auto;
}
.Accounting-pic img
{
	width:100%;
}



.Accounting-right ul li p
{
	
color: #999;
	
font-size: 14px;
	
transition: all 0.5s;
}

.Accounting-right ul li p span
{
	
display: block;
	
font-size: 20px;
	
color: #333;
	
margin: 10px;
	
transition: all 0.5s;
}



.Accounting-right ul li:after
{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    background: #e81324;
    z-index: 1;
    transition: all 0.5s;
    bottom: 0px;
}

.Accounting-right ul li:hover:after
{
	height:100%;
}

.Accounting-right ul li:hover p,.Accounting-right ul li:hover p span
{
	color:#fff;
}


.pic1
{opacity: 1;position:relative;top:0px;transition: all 0.5s;}
.Accounting-right ul li:hover .pic1
{
opacity:0;
position:relative;
top:-37px;
}


.pic2
{opacity: 0;position:relative;top:0px;transition: all 0.5s;}
.Accounting-right ul li:hover .pic2
{
opacity:1;
position:relative;
top:-37px;
}



/**pxb**/

.pxb
{
	
background: url(../images/zy_bg.jpg) no-repeat bottom center;
	
padding: 60px 0px 60px;
	
background-size: cover;
}

.pxb .bm-buttom
{
	margin-bottom:0px;
}


.pxb-title
{
	
text-align: center;
	
color: #fff;
}
.pxb-title p
{
	
margin-top: 6px;
	
font-size: 16px;
}
.pxb-title h1 span{
	
color: #e81324;
}

.pxb ul
{
	
max-width: 1200px;
	
margin: 20px auto 20px;
	
overflow: hidden;
}

.pxb ul li
{
	
width: calc((100% - 36px)/9);
	
float: left;
	
margin: 2px;
	
position: relative;
	
background: rgba(0,0,0,0.4);
	
overflow: hidden;
	
border-radius: 2px;
}

.pxb ul li:after
{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    background: #e81324;
    z-index: 1;
    transition: all 0.5s;
    bottom: 0px;
}
.pxb ul li:hover:after
{
	    height:100%;
}



.pxb ul li a
{
	
display: block;
	
text-align: center;
	
padding: 30px 10px;
	
position: relative;
	
z-index: 2;
}

.pxb ul li a span
{
	
display: block;
	
color: #fff;
	
font-size: 14px;
	
margin-top: 10px;
}



.bq a
{
color:#fff;
}


/**top**/

.top
{position: fixed;bottom: 20px;right: 10px;transition: all 0.3s;z-index: 9;opacity:0;cursor: pointer;}


.active_top
{
	opacity:1;
}



/**phone**/

.m-banner
{
display:none;
}



@media only screen and (max-width: 768px){
  
 body {
    padding: 0px;
    margin: 0px;
    min-width: 100%;
    font-family: Microsoft YaHei;
    width: 100%;
    overflow-x: hidden;
} 
  
  .banner,.head
  {
	 display:none;
  }
  
 .m-banner img{
	 width:100%;
 } 
  
  
.m-banner
{
display:block;
}

.Online-assessment {
    top: 0px;
    padding: 20px 20px;
    max-width: 100%;
    margin: 0px 20px;
}

.Online-assessment p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.assessment-main select {
    height: 40px;
    border: 1px #ddd solid;
    width: 100%;
    color: #666;
    margin: 4px 0px;
    font-size: 12px;
    padding: 0px 5px;
} 
.assessment-main input {
    height: 40px;
    border: 1px #ddd solid;
    width: 100%;
    color: #666;
    font-size: 12px;
    margin: 4px 0px;
    padding: 0px 10px;
}

h1 {

    font-size: 22px !important;
}

h1 b {
display:block;
}

.Economist ul li {
    width: 100%;
    background: #fff;
    float: left;
    margin: 5px;
    border-radius: 4px;
    overflow: hidden;
    width: calc((100% - 20px)/2);
}
.Economist ul li:nth-of-type(3)
{
	
width: calc((100% - 10px)/1);
}


.Economist ul {
    max-width: 1220px;
    margin: 10px auto 0px;
    overflow: hidden;
    padding:0px 20px;
}
.Economist-title {
    text-align: center;
    color: #333;
    margin-top: 40px;
}
.Economist-main {
    text-align: center;
    padding: 15px;
    display: block;
    position: relative;
    overflow: hidden;
}
.Economist ul li img {
    width: 50px;
    border: 2px #e81324 solid;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.Economist-text {
    color: #999999;
    margin: 5px 0px 0px;
    line-height: 1.7em;
    position: relative;
    font-size: 12px;
    z-index: 2;
    transition: all 1s;
    min-height: 65px;
}
.Economist ul li:nth-of-type(3) .Economist-text 
{
	height:auto;
    min-height: 15px;
}



.Economist-text span {
    display:inline;
}

h3 {
    display: block;
    font-size: 16px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 2;
}
.Economist-button {
    width: 120px;
    height: 34px;
    background: #fff;
    border: 1px #cccccc solid;
    display: block;
    line-height: 34px;
    color: #999;
    border-radius: 2px;
    font-size: 12px;
    margin: 10px auto 0px;
    position: relative;
    z-index: 2;
    transition: all 1s;
}
.Economist-title p {
    color: #666;
    margin-top:0px;
    font-size: 12px;
}

.teacher ul li {
    width: calc((100% - 20px)/2);
    float: left;
    padding: 0px;
    margin: 5px;
}
.teacher-title {
    text-align: center;
    color: #fff;
    padding-top: 40px;
}
.Economist {
    background: #f3f3f3;
    position: relative;
    overflow: initial;
    padding: 20px 0px 40px;
}
.teacher-ms {
    font-size: 12px;
    color: #999;
    line-height: 1.7em;
    margin: 4px 0px 0px;
}
.teacher-name {
    font-size: 16px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}

.teacher .text {
    background: #fff;
    height: 80px;
    padding: 8px;
    position: relative;
    z-index: 9;
}

.teacher-more {
display:none;
}
.teacher ul {
    max-width: 1230px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0px 10px;
}
.teacher-title p {
    margin-top: 6px;
    font-size: 12px;
}
.teacher {
    background: url(../images/mteacher-bg.jpg) no-repeat top center;
    background-size: 100%;
    padding-bottom: 0px;
}
.bm-buttom {
    background: #e81324;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: auto;
    display: block;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
    position: relative;
    font-size: 12px;
    overflow: hidden;
}
.Accounting-title p span {
    display: block;
    padding: 0px 0px;
    background: url(../images/kz_42.png) no-repeat left center;
    width: calc((100% - 50px)/2);
    float: left;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
    line-height: 30px;
    background-size: 16px;
}

.Accounting-title p {
    color: #666;
    font-size: 20px;
    width: 260px;
    overflow: hidden;
    margin: 10px auto;
}
.Accounting-main {
    max-width: 1200px;
    margin: 15px auto 0px;
    overflow: hidden;
    width: 100%;
}
.Accounting {
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
    padding: 40px 0px 0px;
}
.Accounting-left {
    width: 100%;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}
.Accounting-right {
    width: 100%;
    float: right;
    margin-top: -80px;
}
.Accounting-right ul
{
	padding:0px 15px;
	overflow: hidden;
	margin-bottom: 20px;
}


.Accounting-right ul li a {
    display: block;
    padding: 20px 20px;
    position: relative;
    z-index: 2;
}
.Accounting-right ul li p span {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 10px;
    transition: all 0.5s;
}
.Accounting-right ul li p {
    color: #999;
    font-size: 12px;
    transition: all 0.5s;
    line-height: 1.7em;
}
.Accounting-right ul li {
    width: calc((100% - 20px)/2);
    background: #fff;
    float: left;
    text-align: center;
    margin: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.Accounting-pic {
    width: 30px;
    height: 30px;
    margin: auto;
}
.Accounting-right ul li:hover .pic2 {
    opacity: 1;
    position: relative;
    top: -30px;
}

.pxb {
    background: url(../images/zy_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 40px 0px 40px;
}
.pxb-title p {
    margin-top: 6px;
    font-size: 12px;
}
.pxb ul li {
    width: calc((100% - 12px)/3);
    float: left;
    margin: 2px;
    position: relative;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    height:90px;
    border-radius: 2px;
}
.pxb ul li img
{
	width:25px;
}
.pxb ul li a {
    display: block;
    text-align: center;
    padding: 0px 0px;
    z-index: 2;
    font-size:12px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.pxb ul li a span
{
	font-size: 12px;
}
.pxb ul {
    max-width: 1240px;
    margin: 20px auto 20px;
    overflow: hidden;
    padding:0px 15px
}

}