/*
    重置样式
*/
*,
::before,
::after {
    /* 选中所有的元素，伪元素 */
    margin: 0px;
    padding: 0px;
    /* 针对移动端 */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 点击高亮效果清除 */
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Microsoft Yahei', sans-serif;
}
ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}
.clear::before,
.clear::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* 
    公用样式
*/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?xlgf54');
    src:  url('../fonts/icomoon.eot?xlgf54#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?xlgf54') format('truetype'),
        url('../fonts/icomoon.woff?xlgf54') format('woff'),
        url('../fonts/icomoon.svg?xlgf54#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
i {
    font-family: 'icomoon';
    font-style: normal;
}

/* 顶部部分 */
.head {
    width: 100%;
    height: 50px;
}
.head .logo {
    margin-left: 10px;
    float: left;
}
.head ul li {
    float: left;
    margin-left: 10px;
    line-height: 50px;
}
.head ul li:first-child {
    margin-left: 30px;
}
.head ul li a {
    color: black;
}
.head .tel {
    float: right;
    line-height: 40px;
    margin-right: 30px;
    color: red;
}
.head .tel i {
    font-size: 20px;
}


/* banner部分 */
.banner {
    width: 100%;
    height: 700px;
    background: url(../image/banner-background.jpg) no-repeat;
    /*background-size: 100% 100%;*/
    background-size:cover;
    padding-top: 80px;
}
.banner h1 {
    font-size: 50px;
    color: white;
    font-weight: inherit;
    text-align: center;
}
.banner .ul1 {
    margin-top: 50px;
    font-size: 30px;
    margin-left: 130px;
}
.banner .ul1 li {
    line-height: 50px;
}
.banner .ul1 li span {
    font-family: "宋体";
    color: white;
} 
.banner .ul1 li:nth-of-type(2) {
    padding-left: 30px;
}
.banner .ul1 li:nth-of-type(3) {
    padding-left: 60px;
}
.banner .ul1 li:nth-of-type(4) {
    padding-left: 200px;
    margin-top: 20px;
    position: relative;
}
.banner .ul1 li:nth-of-type(4) span:first-of-type {
    margin-right: 80px;
}
.banner .ul1 li:nth-of-type(4) i {
    display: block;
    width: 50px;
    height: 1px;
    background-color: rgb(255,255,255,0.8);
    position: absolute;
    top: 50%;
    left: 40%;
}
.banner .ul2 {
    margin: 50px auto;
    width: 835px;
}
.banner .ul2 li {
    float: left;
    font-size: 30px;
    color: white;
    margin-left: 50px;
}
.banner .ul2 li:first-child {
    margin-left: 0px;
}

/* 
    导航栏部分
*/
.nav {
    height: 50px;
}
.nav ul {
    width: 100%;
}
.nav ul li {
    float: left;
    font-size: 20px;
    width: 25%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #1e90ff;
}
.nav ul li:nth-child(3) {
    width: 50%;
}
.nav ul li:hover{
    background-color: #1e90ff;
    color: white;
}

/* 
    面试疑惑
*/
.mianShiYiHuo {
    width: 100%;
    height: 550px;
    background: url(../image/kqfx-background.png) no-repeat;
    background-size: 50% 85%;
    background-position: center bottom;
    padding-top: 40px;
    position: relative;
}
.mianShiYiHuo h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    color: #DEB887;
}
.mianShiYiHuo h3 em {
    color: #87CEFA;
    font-style: inherit;
}
.mianShiYiHuo .msyh-left {
    margin-top: 50px;
    margin-left: 80px;
    font-size: 20px;
}
.mianShiYiHuo .msyh-left span {
    display: block;
}
.mianShiYiHuo .msyh-left .msyh-s1 {
    margin-left: -20px;
}
.mianShiYiHuo .msyh-left .msyh-s2 {
    margin-left: 0px;
    margin-top: -50px;
    margin-bottom: 10px;
}
.mianShiYiHuo .msyh-left .msyh-s3 {
    color: #DEB887;
    margin-left: 20px;
}
.mianShiYiHuo .msyh-left .msyh-s4 {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -200px;
}
.mianShiYiHuo .msyh-left .msyh-s5 {
    color: #DEB887;
    margin-left: 500px;
}
.mianShiYiHuo .msyh-left .msyh-s6 {
    margin-left: 60px;
    margin-top: 500px;
    margin-bottom: 30px;
}
.mianShiYiHuo .msyh-left .msyh-s7 {
    color: #DEB887;
    font-size: 21;
    margin-left: -300px;
}
.mianShiYiHuo .msyh-z .msyh-s1 {
    position: absolute;
    top: 30px;
    left: 40%;
    font-size: 20px;
}

.mianShiYiHuo .m-right {
    position: absolute;
    top: 200px;
    right: 70px;
}
.mianShiYiHuo .m-right span {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    display: block;
    color: red;
}
.mianShiYiHuo .m-right p {
    display: block;
    width: 270px;
    height: 200px;
    border: 2px solid #DEB887;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px;
    line-height: 22px;
    color: rgb(0,0,0, 0.8);
}

/* 考情分析 */
.kaoqing {
    background-color: rgb(242, 245, 247);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.kaoqing .kaoqingTitle {
    font-size: 35px;
    text-align: center;
    color: rgb(56, 56, 56);
    font-weight: bold;
    margin-bottom: 20px;
}
.kaoqing .kaoqingfenxi {
    width: 90%;
    margin: 0px auto;
    padding-top: 40px;
}
.kaoqing .kaoqingfenxi li{
    width: 25%;
    border: 1px solid rgb(242, 245, 247);
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
}
.kaoqingfenxi li i {
    color: #1e90ff;
    font-size: 20px;
}
.kaoqing .kaoqingfenxi li:nth-child(5){
    width: 33%;
    border-top: 0px;
}
.kaoqing .kaoqingfenxi li:nth-child(6){
    width: 34%;
    border-top: 0px;
}
.kaoqing .kaoqingfenxi li:nth-child(7){
    width: 33%;
    border-top: 0px;
}
.kaoqing .kaoqingfenxi li:hover {
    color: #87CEFA;
    box-shadow: 1px 1px 5px 1px #87CEFA,-1px -1px 5px 1px #87CEFA;
}
.kaoqing .fenxi {
    width: 90%;
    margin: 0px auto;
    background-color: white;
    padding: 50px;
}
.kaoqing .fenxi p {
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
    text-indent: 40px;
    font-size: 16px;
}

/* 面试课程 */
.mianshi {
    width: 100%;
    height: 1400px;
    padding-top: 70px;
}
.mianshi .mianshiTitle {
    font-size: 40px;
    text-align: center;
    color: rgb(56, 56, 56);
    font-weight: bold;
}
.mianshi .mianshixiangqing {
    width: 90%;
    margin: 20px auto;
    margin-bottom: 0px;
    text-align: left;
    border-collapse: collapse;
}
.mianshi .mianshixiangqing tr {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.mianshi .mianshixiangqing tr th {
   height: 40px;
   padding: 0px 30px 0px 30px;
   color: rgba(0, 0, 0, 0.7);
   font-size: 15px;
}
.mianshi .mianshixiangqing tr th span {
    color: black;
    font-size: 17px
}
.mianshi .mianshixiangqing tr:first-child th {
    height: 60px;
    font-size: 27px;
    text-align: center;
    background-color: #1e90ff;
    color: white;
}
.mianshi .mianshikecheng {
    width: 90%;
    margin: 0px auto;
    border-collapse: collapse;
    margin-top: 0px;
    font-size: 19px;
}
.mianshi .mianshikecheng tr {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 70px;
}
.mianshi .mianshikecheng tr:first-child {
    height: 40px;
}
.mianshi .mianshikecheng tr th {
    font-size: 16px;
}
.mianshi .mianshikecheng tr th span {
    background-color: red;
    border-radius: 20px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: white;
    margin: 0px auto;
}
.mianshi .mianshikecheng tr .t1 {
    width: 12%;
}
.mianshi .mianshikecheng tr .t2,
.mianshi .mianshikecheng tr .t3 {
    width: 35%;
}
.mianshi .rexian {
    width: 90%;
    height: 100px;
    background: -webkit-linear-gradient(left, #1e90ff, #87CEFA);
    background: -moz-linear-gradient(left, #1e90ff, #87CEFA);
    background: -o-linear-gradient(left, #1e90ff, #87CEFA);
    background: -ms-linear-gradient(left, #1e90ff, #87CEFA);
    margin: 50px auto;
    border-radius: 50px;
    font-size: 22px;
    color: white;
    line-height: 100px;
    padding-left: 50px;
}
.mianshi .rexian span{
    display: block;
    float: right;
    background: -webkit-linear-gradient(top, #1e90ff, #87CEFA);
    background: -moz-linear-gradient(top, #1e90ff, #87CEFA);
    background: -o-linear-gradient(top, #1e90ff, #87CEFA);
    background: -ms-linear-gradient(top, #1e90ff, #87CEFA);
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-align: center;
    margin: 30px;
    border-radius: 30px;
    color: white;
}


/* 培训目标 */
.mubiao {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
}
.mubiao > span {
    display: block;
    font-size: 40px;
    text-align: center;
    color: rgb(56, 56, 56);
    font-weight: bold;
}
.mubiao .tedian {
    width: 90%;
    text-align: center;
    margin: 20px auto;
}
.mubiao .tedian li {
    float: left;
    width: 18%;
    margin-left: 2.5%;
    height: 40px;
    background-color: #1e90ff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: white;
}
.mubiao .tedian li:first-child {
    margin-left: 0px;
}
.mubiao .tedian li:nth-child(2) {
    background-color: red;
}
.mubiao .tedian li:nth-child(3) {
    background-color: darkorchid;
}
.mubiao .tedian li:nth-child(4) {
    background-color: crimson;
}
.mubiao .tedian li:nth-child(5) {
    background-color: darkgreen;
}
.mubiao .mubiaoxiangqing {
    width: 90%;
    margin: 0px auto;
}
.mubiao .mubiaoxiangqing li {
    width: 100%;
}
.mubiao .mubiaoxiangqing li span h3 {
    border-bottom: 1px solid #87CEFA;
    line-height: 70px;
}
.mubiao .mubiaoxiangqing li div p {
    line-height: 30px;
}

/* 师资 */
.shizi {
    width: 100%;
    height: 500px;
    background-color: #1e90ff;
    padding-top: 50px;
}
.shizi .shiziTitle {
    display: block;
    width: 500px;
    height: 65px;
    line-height: 65px;
    background-color: white;
    color: #87CEFA;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
    border-radius: 30px;
    margin: 0px auto;
}
.shizi #box {
    width: 950px;
    height: 215px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 0px;
}
.shizi #box ul {
    position: absolute;
}
.shizi #box ul li {
    width: 170px;
    height: 215px;
    float: left;
    margin-left: 20px;
}
.shizi #box ul li img {
    width: 100%;
    height: 100%;
}
.shizi #box ul li span {
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0, 0.5);
    transform: translateY(-40px);
    text-align: center;
    line-height: 40px;
    color: white;
    transform: 0.5s;
}

/* 
    面试学习锦集 
*/
.jinji {
    width: 100%;
    height: 750px;
    padding-top: 50px;
    margin: 0px auto;
}
.jinji span {
    display: block;
    font-size: 40px;
    text-align: center;
    color: rgb(56, 56, 56);
    font-weight: bold;
}
.jinji ul {
    width: 100%;
}
.jinji ul li {
    float: left;
    width: 23%;
    margin-left: 1%;
    height: 170px;
    margin-top: 20px;
}
.jinji ul li:first-child,
.jinji ul li:nth-child(5),
.jinji ul li:nth-child(9) {
    margin-left: 2.5%;
}
.jinji ul li img {
    width: 100%;
    height: 100%;
}

/* 学员评价 */
.xueyuan {
    width: 100%;
    position: relative;
}
.xueyuan span {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 20px;
    background-color: #1e90ff;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
/* 
    学员评价截图
*/
.xueyuan div {
    width: 100%;
    position: relative;
}
.xueyuan div #banner {
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
}
.xueyuan div #banner .box{
    width: 300px;
}
.xueyuan div #banner .box ul {
    position: relative;
}
.xueyuan div #banner .box ul li {
    height: 500px;
    float: left;
}
.xueyuan div #banner .box ul li img {
    width: 100%;
    height: 100%;
}
/* 左右点击 */
.xueyuan div i {
    position: absolute;
    display: block;
    width: 30px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.xueyuan div .b-left {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.xueyuan div .b-right {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* 面试真题 */
.zhenti {
    width: 100%;
    height: 160px;
}
.zhenti span {
    display: block;
    width: 100%;
    font: bold;
    font-size: 30px;
    text-align: center;
    height: 120px;
    line-height: 120px;
}
.zhenti ul li {
    width: 16.66%;
    border: 1px solid red;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: red;
    border-radius: 20px;
}
.zhenti ul li a {
    display: block;
    color: red;
}
.zhenti li:hover {
    background-color: red;
}
.zhenti li:hover a {
    color: white;
}
/* 
    咨询热线
*/
.zixunrexian {
    width: 85%;
    height: 100px;
    background: -webkit-linear-gradient(left, blue, #87CEFA);
    margin: 100px auto;
    padding-top: 15px;
}
.zixunrexian .rexian2 {
    width: 90%;
    height: 70px;
    background-color: #87CEFA;
    margin: 0px auto;
    transform: skew(-30deg);
    color: blue;
    font-size: 22px;
    line-height: 70px;
    padding-left: 20px;
}
.zixunrexian .rexian2 span {
    display: block;
    width: 120px;
    height: 45px;
    background: #1e90ff;
    float: right;
    line-height: 45px;
    text-align: center;
    margin: 12.5px;
}
/* 最底部 */
.bottom {
    width: 100%;
    height: 100px;
    background-color:#1e90ff;
    padding-top: 40px;
}
.bottom ul {
    margin: 0px auto;
    color: white;
    width: 330px;
}
.bottom ul li {
    float: left;
    margin-left: 10px;
}
.bottom ul li:first-child {
    margin-left: 0px;
}
.bottom ul li a {
    color: white;
}
.bottom span {
    display: block;
    color: white;
    text-align: center;
    margin-top: 15px;
}


