/************************************ 基础类 *************************************/
* {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;    
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
a:hover {text-decoration: none;}
ul,ol,dl,p {margin: 0; padding: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin:0;font-weight:normal;line-height:normal;}
body {width: 100%; height: 100%; background:#FAFAFA;overflow-x:hidden;}  


/************************************ 公用类 *************************************/
/* 容器 */
.container {
    width: 1200px !important;
    max-width: 1200px !important;
    height: inherit !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
/* 清除浮动 */
.clear {
    clear: both;
}
/* 查看更多 */
.more {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    border-radius: 24px;
    font-size: 20px;
    color: #fff;
    background: #4AB344;
}
.more:hover {
    color: #fff;
}
.more.more--white {
    color: #4AB344;
    background: #fff;
}
.more.more--white:hover {
    color: #4AB344;
}
.more.hvr-float-shadow::before{
    background: radial-gradient(ellipse at center,rgba(74,179,68,.35) 0,rgba(74,179,68,0) 80%);
}
.more--white.hvr-float-shadow::before{
    background: radial-gradient(ellipse at center,rgba(255,255,255,.35) 0,rgba(255,255,255,0) 80%);
}
/* 栏目标题 */
.headline {
    width: 100%;
    height: 60px;
    margin: auto;
    text-align: center;
    font-size: 28px;
    background-image: url(../img/headline_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.headline.headline--white {
    color: #fff;
    background-image: url(../img/headline_bgw.png);    
}
/* 面包屑 */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #EDEDED;
}
.breadcrumb .container {
    text-indent: 2em;
    background-image: url(../img/breadcrumb_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.breadcrumb .container a {
    color: #888888;
}
.breadcrumb .container i {
    margin: 0 10px;
    color: #4AB344;
}
/* 分页 */
.page {
    margin: auto;
    font-size: 0;
    text-align: center;
}
.page li {
    display: inline-block;
    margin-right: 10px;
}
.page li:last-child {
    margin-right: 0;
}
.page li a {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    color: #555555;
    border: 1px solid #DBDBDB;
}
.page li a:hover {
    color: #fff;
    background-color: #4AB344;
}
.page .page_active {
    color: #fff;
    background-color: #4AB344;
}
/* 返回顶部 */
#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    background-color: #4AB344;
}
#scrollUp i {
    display: inline;
    font-size: 20px;
    color: #fff;
}
#scrollUp:hover {
    opacity: 1;    
}

/************************************ 布局类 *************************************/
/***************** 页头 *****************/
.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.header .logo {
    display: flex;
    align-items: center;
}
.header .logo h1{
    margin-left: 20px;
    color: #4AB344;
    font-size: 22px;
}
.header .nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 65%;
}
.header .nav li {
    text-align: center;
    background: #fff;
}
.header .nav li:first-child {
    margin-left: 0 !important;
}
.header .nav li:last-child {
    margin-right: 0 !important;
}
.header .nav li a {
    display: block;
    height: 100px;
    line-height: 100px;
    color: #666;
    font-size: 16px;
}
.header .nav li a:hover {
    color: #4AB344;
    border-bottom: 3px solid #4AB344;
}
.header .nav .nav__active {
    color: #4AB344 !important;
    border-bottom: 3px solid #4AB344;
}

/***************** 广告 *****************/
.banner {
    width: 100%;
    height: 620px;
    overflow: hidden;
    text-align: center;
}

/***************** 主体 *****************/
.main {
    padding: 90px 0;
}
/* 培训项目 */
.main--product .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main--product .product-list .product-list__item {
    width: 570px;
    margin-bottom: 60px;
    padding: 35px;
    background: #fff;
    box-shadow: 2px 5px 10px #eee;
}
.main--product .product-list .product-list__item  .product-list__item-title {
    height: 74px;
    line-height: 74px;
    text-indent: 100px;
    color: #555;    
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}
.main--product .product-list .product-list__item  .product-list__item-desc {
    margin: 25px auto;
    line-height: 1.8;
    font-size: 14px;
    color: #888888;
}
.main--product .product-list .product-list__item .product-list__item-link a {
    display: inline-block;
    width: 142px;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
    text-indent: 11%;
    color: #fff;
    font-size: 18px;
    background-color: #4AB344;
    background-position: 16% center;
    background-repeat: no-repeat;
}
.main--product .product-list .product-list__item .product-list__item-link a:first-child {
    background-image: url(../img/product/qq.png);
}
.main--product .product-list .product-list__item .product-list__item-link a:last-child {
    background-image: url(../img/product/edit.png);
}
/* 金牌讲师 */
.main--teacher .teacher-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main--teacher .teacher-list .teacher-list__item {
    width: 31.5%;
    padding: 0 35px 35px 35px;
    text-align: center;
    background-color: #fff;
}
.main--teacher .teacher-list .teacher-list__item-img {
    margin-top: -50px;
}
.main--teacher .teacher-list .teacher-list__item-title {
    margin: 25px auto;
    font-size: 18px;
    color: #555;
}
.main--teacher .teacher-list .teacher-list__item-title span {
    font-size: 18px;
    color: #888;
}
.main--teacher .teacher-list .teacher-list__item-desc {
    text-align: justify;
    color: #888;
}
/* 免费课程 */
.main--course .section {
    margin-bottom: 60px;
}
.main--course .section:last-child {
    margin-bottom: 0;
}
.main--course .section .section-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 22px;
    color: #666666;
    border-bottom: 1px solid #EDEDED;
}
.main--course .course-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main--course .course-list .course-list__item {
    padding: 10px;
    border: 1px solid #EDEDED;
}
.main--course .course-list .course-list__item:hover {
    border: 1px solid #4AB344;
}
.main--course .course-list .course-list__item .course-list__item-link {
    display: block;
    position: relative;
    width: 260px;
    height: 160px;
    margin-bottom: 15px;
}
.main--course .course-list .course-list__item .course-list__item-title {
    margin-bottom: 8px;
    color: #888;
}

.main--course .course-list .course-list__item .hover {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.main--course .course-list .course-list__item .hover img {
    margin: auto;
}
.main--course .course-list .course-list__item .course-list__item-info {
    text-indent: 2em;
    color: #999;
    background-image: url(../img/course/time.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/* 就业学员 */
.main--student .student-list {
    font-size: 0;
}
.main--student .student-list .student-list__item {
    float: left;
    width: 300px;
    height: 288px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    color: #4AB344;
    font-size: 36px;
}
.main--student .student-list .student-list__item img {
    width: 100%;
    height: 100%;
}
.main--student .student-table thead {
    border: 1px solid #4AB344;
    background-color: #4AB344;
}
.main--student .student-table thead th {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: none;
}
.main--student .student-table tbody td {
    text-align: center;
} 
/* 关于我们 */
.main--about {
    background-color: #fff;
}
.main--about .about-cont {
    display: flex;
    justify-content: space-between;
}
.main--about .about-cont .about-cont__article {
    width: 720px;
}
.main--about .about-cont .about-cont__article h1 {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.main--about .about-cont .about-cont__article p {
    text-align: justify;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #888888;
}
.main--about .about-cont .about-cont__list {
    width: 404px;
}
.main--about .about-cont .about-cont__list li {
    width: 202px;
    height: 192px;
    float: left;
}
.main--about .about-cont .about-cont__list li img {
    width: 100%;
    height: 100%;
}
.main--about .about-list .about-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.main--about .about-list .about-list__item:last-child {
    margin-bottom: 0;
}
.main--about .about-list .about-list__item .about-list__item-time {
    position: relative;
    font-size: 36px;
    color: #4AB344;
    font-style:oblique;
}
.main--about .about-list .about-list__item--left .about-list__item-time {
    left: -188px;
}
.main--about .about-list .about-list__item--right .about-list__item-time {
    right: -188px;
}
.main--about .about-list .about-list__item .about-list__item-hr {
    position: relative;
    width: 188px;
    height: 1px;
    background-color: #EDEDED;
}
.main--about .about-list .about-list__item--left .about-list__item-hr {
    left: -140px;
}
.main--about .about-list .about-list__item--right .about-list__item-hr {
    right: -140px;
}
.main--about .about-list .about-list__item .about-list__item-cont {
    width: 684px;
    padding: 30px 70px;
    background-color: #F6F6F6;
}
.main--about .about-list .about-list__item--left .about-list__item-cont {
    text-align: right;
}
.main--about .about-list .about-list__item--right .about-list__item-cont {
    text-align: left;
}
.main--about .about-list .about-list__item .about-list__item-cont p {
    line-height: 1.8;
    color: #888888;
}
/* 新闻资讯 */
.main--news {
    background-color: #fff;
}
.main--news > .container {
    display: flex;
    justify-content: space-between;
}
.main--news .news-sidebar {
    width: 260px;
}
.main--news .news-sidebar .news-sidebar__title {
    width: 100%;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    background-color: #4AB344;
}
.main--news .news-sidebar .news-sidebar__list li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #555;
    border-left: 2px solid #FAFAFA;
    background-color: #FAFAFA;
}
.main--news .news-sidebar .news-sidebar__list li a:hover {
    color: #4AB344;
    border-left: 2px solid #4AB344;
}
.main--news .news-cont {
    width: 910px;
}
.main--news .news-cont .news-cont__title {
    padding: 10px 0;
    text-indent: 1.5em;
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #EDEDED;
    background-image: url(../img/news/list_title_bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.main--news .news-cont .news-cont__list li a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    text-indent: 1em;
    border-bottom: 1px dashed #EDEDED;
    background-image: url(../img/news/list_link_bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.main--news .news-cont .news-cont__list li a * {
    color: #555;
}
.main--news .news-cont .news-cont__list li a:hover * {
    color: #4AB344;
}
/* 联系我们 */
.main--contact {
    background-color: #fff;
}
.main--contact .contact-map {
    margin-bottom: 60px;
}
.main--contact .contact-panel__title {
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #555555;
    border-bottom: 3px solid #4AB344;
}
.main--contact .contactHQ-list {
    width: 480px;
}
.main--contact .contactHQ-list li {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #EDEDED;
}
.main--contact .contactHQ-list li:first-child {
    padding-top: 0;
}
.main--contact .contactHQ-list li > img {
    flex-shrink: 0;
    height: 100%;
    margin-right: 20px;
}
.main--contact .contactHQ-list li p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.main--contact .contactCQ-list {
    width: 530px;
}
.main--contact .contactCQ-list li {
    margin-bottom: 20px; 
    padding: 25px 0 25px 35px;
    border: 1px solid #EDEDED;
}
.main--contact .contactCQ-list li h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #4AB344;
    font-weight: bold;
}
.main--contact .contactCQ-list li p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #888888;
}
.main--contact .contactCQ-list li p:last-child {
    margin: 0;
}
.main--contact .contact-qr {
    margin-top: 40px;
    font-size: 0;
}
.main--contact .contact-qr li {
    display: inline-block;
    margin-right: 80px;
    text-align: center;
    color: #999999;
}
.main--contact .contact-qr li:last-child {
    margin-right: 0;
}
.main--contact .contact-qr li img {
    display: block;
    width: 145px;
    height: 145px;
    margin-bottom: 25px;
    border: 3px solid #4AB344;
    border-radius: 5px;
}
/* 在线报名 */
.main--signup {
    padding: 50px 0 !important;
    background-color: #F8F8F8;
}
.main--signup .container {
    background-color: #fff;
}
.main--signup .signup-form {
    width: 638px;
    margin: auto;
    padding: 60px 0 !important;
}
/* 内容页 */
.main--article {
    padding: 50px 0 !important;
}
.main--article .article__title {
    margin: 30px auto 15px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
.main--article .article__cont {
    text-align: justify;
    font-size: 16px;
}



/***************** 页脚 *****************/
.footer {
    width: 100%;
    height: 186px;
    background-color: #222;
}
.footer * {
    color: #ccc;
}
.footer .ft-contact {
    display: flex;
}
.footer .ft-contact li {
    display: flex;
    align-items: center;
    padding: 0 80px;
    border-right: 1px solid #535353;
}
.footer .ft-contact li:first-child {
    padding-left: 0;
}
.footer .ft-contact li:last-child {
    padding-right: 0;
    border: none;
}
.footer .ft-contact li div {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
}
.footer .ft-nav {
    float: left;
    font-size: 0;
}
.footer .ft-nav li {
    display: inline-block;
    margin-right: 15px;
}
.footer .ft-nav li a {
    padding-left: 15px;
    font-size: 14px;
}
.footer .ft-nav li a:hover {
    color: #4AB344;
}
.footer .ft-copyright {
    float: right;
}