.head{
    width: 100%;
}
.head-black{
    background:rgba(49,49,49,1);
    color:#fff;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
}
.head-fff{
    padding: 24px 0;
}
.head-logo{
    width:206px;
    height:90px;
    display: block;
    overflow: hidden;
}
.head-nav{
    margin-top: 28px;
    /*position: relative;*/
    height:38px;
}
.head-nav li{
    display: inline-block;
    top:0;
    float: left;
    position: relative;
    /*height:38px;*/
    padding: 0 25px;
    color:#1A1A1A;
    font-size: 14px;
    line-height: 38px;
    border-radius:19px;
    margin-right: 10px;
}
.head-nav li:hover{
    background: #761488;
}
.head-nav li:hover>a{
    color: #fff;
}
.head-nav li:hover .nav-menu{
    display: block;
}
.nav-menu {
    position: absolute;
    top: 39px;
    display: none;
    z-index: 111;
    font-weight: bold;
    left:0;
    width: 100%;
    text-align: center;
}
.nav-menu a{
    display: block;
    width:100%;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: bold;
}
.head-nav-li-active .nav-menu a{
    color: #761488;
}
.head-nav li:last-child{
    margin-right: 0;
}
.head-nav-li-active{
    background:#761488;
}
.head-nav-li-active a{
    color: #fff;
}
.index-banner{
    width: 100%;
    height: 531px;
    overflow: hidden;
}
.index-title{
    margin-top: 55px;
    text-align: center;
}
.index-title h1{
    color:#761488;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 29px;
}
.index-title-line{
    width: 1200px;
    height: 14px;
    background-size:100% 100%;
    background-image: url(../img/index-title-line.png);
    font-size: 24px;
    line-height: 9px;
}
.about-us{
    margin-bottom: 112px;
}
.about-us-box{
    margin-top: 55px;
}
.about-fl{
    width:524px;
    height:448px;
    overflow: hidden;
    position: relative;
    background-image: url(../img/about-fl-bg.jpg);
    background-size:100% 100%;
}
.about-fl i{
    width:259px;
    height:367px;
    display: block;
    overflow: hidden;
    position:absolute;
}
.about-fl i:first-child {
    top: 0;
    left: 0;
}
.about-fl i:last-child{
    bottom: 0;
    right:0;
}
.about-fr h1{
    font-size: 22px;
    color:#761488;
    margin-bottom: 44px;
    width: 579px;
}
.about-fr-text{
    width: 579px;
    font-size: 16px;
    color: #4c4c4c;
    line-height:32px;
}
.about-fr-text p:first-child{
    margin-bottom: 35px;
}
.about-fr a{
    display: block;
    margin-top: 45px;
    width:152px;
    height:46px;
    background:rgba(118,20,136,1);
    border-radius:23px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.grow-course-title{
    color: #464646;
    margin-bottom: 68px;
    font-size: 20px;
}
.index-video{
    width: 100%;
    margin-top: 79px;
    height: 496px;
    overflow: hidden;
}
.index-news{
    padding-top:5px;
    position: relative;
}
.index-news .index-news-line{
    background-image: url(../img/news-line.png);
    background-size:100% 100%;
    width: 100%;
    height: 22px;
    position: absolute;
    top: -22px;
}
.index-news-box{
    margin-top: 50px;
    margin-bottom: 89px;
}
.index-news-list{
    width:378px;
    margin-right: 32px;
}
.index-news-list:nth-child(3n){
    margin-right: 0;
}
.index-news-list-img{
    display: block;
    width:378px;
    height:176px;
    margin-bottom: 24px;
}
.index-news-list-title{
    width: 90%;
    color:#363636;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news-list-time{
    color:#616161;
    display: block;
    margin: 19px 0;
    font-size: 12px;
}
.index-news-list-text{
    color:#454545;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    line-height: 24px;
}
/*foot*/
.foot-gray{
    width: 100%;
    height: 310px;
    padding: 42px 66px;
    background:#DCDDDE;
}
.foot-gray-fl-nav{
    color: #444;
    font-size: 20px;
    margin-bottom: 33px;
}
.foot-gray-ul{
    margin-bottom: 66px;
}
.foot-gray-ul li{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #737373;
    font-size: 16px;
}
.foot-gray-ul li:first-child{
    padding-left: 0;
}
.foot-gray-ul li:last-child{
    border: none;
}
.foot-gray-ul li a{
    color:#737373;
}
.foot-gray-fl-pos,.foot-gray-fl-num{
    color:#535353;
    font-size: 20px;
}
.foot-gray-fl-pos{
    margin-bottom: 20px;
}
.foot-gray-fr-num,.foot-gray-fr-code{
    display: inline-block;
}
.foot-gray-fr-num{
    vertical-align: bottom;
    margin-bottom: 43px;
}
.foot-gray-fr-num i{
    width:37px;
    height:43px;
    display: inline-block;
    overflow: hidden;
    margin-right: 12px;
}
.foot-gray-fr-num span{
    color:#EF7F1C;
    font-size: 32px;
}
.foot-gray-fr-code{
    margin-left: 69px;
    margin-top: 50px;
}
.foot-gray-fr-code i{
    display: inline-block;
    width:154px;
    height:157px;
    background:rgba(255,255,255,1);
    padding: 5px;
    margin-bottom: 10px;
}
.foot-gray-fr-code span{
    display: block;
    text-align: center;
    color:#8D8D8D;
    font-size: 16px;
}
.foot-bottom{
    width: 100%;
    height:55px;
    background:rgba(118,20,136,1);
    text-align: center;
    color: #fff;
    font-size:16px;
    line-height: 55px;
}
.foot-bottom span:first-child{
    margin-right: 30px;
}
/*服务*/
.bread-nav{
    height: 72px;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 72px;
}
.bread-nav-box{
    font-size: 16px;
}
.bread-nav-icon{
    display: inline-block;
    margin-right: 6px;
    width:22px;
    height:20px;
    overflow: hidden;
    vertical-align: sub;
}
.bread-nav-box span{
    color:#B0B0B0;
}
.bread-nav-box a{
    color:#7F1085;
}
.second-tab{
    margin: 55px auto 55px;
}
.second-tab a{
    padding: 0 20px;
    height:33px;
    margin-right: 30px;
    font-size: 16px;
    display: inline-block;
    line-height: 33px;
}
.second-tab .product-tab-active,.about-us-tab-active,.contact-tab-active,.second-news-tab-active{
    color: #fff;
    background:rgba(127,16,133,1);
    border-radius:17px;
}
.product-box{
    display: none;
}
.product-list{
    width:370px;
    margin-right: 30px;
}
.product-list:nth-child(3n){
    margin-right: 0;
}
.product-list-img{
    display: block;
    width:380px;
    height:216px;
    overflow: hidden;
}
.product-list-text{
    color:#5D5D5D;
    font-size: 16px;
    text-align: center;
    margin: 21px 0;
}
/*分页*/
/** 外面盒子样式---自己定义 */
.page_div {
    margin: 60px 0 75px 0;
    font-size: 16px;
    color:#848484;
    text-align: center;
}
/** 页数按钮样式*/
.page_div a {
    width:55px;
    height:38px;
    background:rgba(238,237,237,1);
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
    color:#848484;
}
#prePage,
#nextPage {
    width:111px;
    background:rgba(238,237,237,1);
}
.page_div .current {
    background:#EF7F1C;
    color: #FFFFFF;
}
.totalPages {
    margin: 0 10px;
}
/*关于我们*/
.second-about{
    display: none;
}
.second-about-text{
    width: 747px;
    margin-bottom: 99px;
}
.second-about-text p{
    color: #444;
    font-size: 14px;
    margin-bottom:44px;
    line-height: 30px;
    text-align: justify;
}
.second-about-img{
    display: block;
    width:374px;
    height:418px;
    overflow: hidden;
}
/*联系*/
.second-contact-box{
    display: none;
}
.contact-img{
    display: inline-block;
    width:599px;
    height:343px;
    overflow: hidden;
}
.second-contact-fr{
    width: 480px;
    padding-top: 84px;
    font-size: 20px;
}
.second-contact-fr h1{
    font-size: 20px;
    color:#7F1085;
    margin-bottom: 30px;
}
.second-contact-fr p{
    color:#5B5B5B;
    margin-bottom: 10px;
    line-height: 30px;
}
.second-contact-line{
    margin-top: 38px;
}
.second-contact-line p{
    margin-bottom: 45px;
}
.second-contact-line p i{
    width:28px;
    height:25px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
}
.second-contact-line p span{
    color:#525252;
    font-size: 16px;
}
/*新闻*/
.second-news-list{
    display: none;
}
.second-news-box{
    margin-bottom: 14px;
    height:216px;
}
.second-news-img{
    display: block;
    width:380px;
    height:216px;
    overflow: hidden;
}
.second-news-box-fr{
    width:780px;
    padding: 39px 0;
}
.second-news-box-fr h1{
    color:#383838;
    font-size: 20px;
    margin-bottom: 36px;
}
.second-news-box-fr p{
    color:#868686;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    margin-bottom: 34px;
}
.second-news-box-fr span{
    color:#969696;
    font-size: 14px;
}
