﻿html,
body {
    height: 100%;
    background: #f1f6ff;
}

.box {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
}






/* 头部 */
.header {
    width: 100%;
    height: 462px;
    background: url(../images/header-bg.png) center no-repeat;
    z-index: 999;
}

.header-top {
    height: 76px;
    overflow: hidden;
}

.header-top .header-logo {
    height: 76px;
    margin-top: 10px;
}

.header-top .header-logo a {
    *zoom: 1;
    *display: inline;
}

.header-top .header-logo a img {
	vertical-align: middle;
	display: inline-block;
	width: 250px;
}

.header-title{
    margin-top: 29px;
    display: inline-block;
}




/* 导航 */
.fixnav {
    position: fixed !important;
    *zoom: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    z-index: 999;
    margin: 0 auto;
}

.fixnav-bottom {
    border-bottom: 1px solid #ddd;
}

.kong {
    width: 100%;
    height: 56px;
    display: none;
}

.die {
    display: block;
}



.nav {
    #z-index: 999;
    position: relative;
    width: 100%;
    background: #2859d0;
}

.nav .nav-one {
    position: relative;
    margin: 0 auto;
    padding-left: 5px;
}

.nav .nav-one>li {
    float: left;
    height: 56px;
    color: #fff;
    position: relative;
}

.nav .nav-one>li>a {
    #color: #fff;
    padding: 0 25px;
    font-size: 18px;
    line-height: 56px;
    position: relative;
}

.nav .nav-one>li:hover{
    color: #ffd45f;
}

.nav-one-active {
    color: #ffd45f !important;
}





/* 二级导航栏 */
.nav-two {
    display: none;
    background: rgba(24,24,24,.9);
    #background: #181818;
    position: absolute;
    left: 0;
    top: 47px;
    padding: 6px 0;
    z-index: 999;
}

.nav-two>li {
    height: 32px;
    line-height: 32px;
    text-align: left;
    position: relative;
    color: #f4e4a0;
}

.nav-two>li>a {
    #color: #f4e4a0;
    #width: 100%;
    font-size: 14px;
    padding: 0 30px 0 16px ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
}

.nav-two>li:hover {
    color: #fff;
}

.nav-two>li:hover >a{
    transform: translateX(9px);
}





.nav-three {
    display: none;
    background: rgba(24,24,24,.9);
    #background: #181818;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0;
    padding: 6px 0;
}

.nav-three>li {
    height: 32px;
    line-height: 32px;
    text-align: left;
}

.nav-three>li>a {
    color: #f4e4a0;
    #width: 100%;
    font-size: 14px;
    padding: 0 30px 0 16px ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-three>li>a:hover {
    color: #fff;
}






/* banner标题 */
.banner-title {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url(../images/banner.png) no-repeat center;
}

.title-1 {
	position: absolute;
	left: 193px;
	top: 121px;
	opacity: 0;
	opacity: 1\9;
	animation-name: title1;
	animation-duration: 1s;
	animation-timing-function: ease, linear;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards, none;
	color: #FFFFFF;
}

@keyframes title1 {
    0% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.title-2 {
    position: absolute;
    left: 383px;
    top: 59px;
}

.title-3{
    position: absolute;
    left: 502px;
    bottom: 19px;
    background: url(../images/title3.png) no-repeat center;
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #073066;
    letter-spacing: 2px;
}









/* 通用内容标题 */
.currency {
    width: 100%;
    height: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

.currency img{
    float: left;
    margin-right: 10px;
}

.currency span{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #474747;
    height: 22px;
    display: inline-block;
}





/* 内容 */
.content {
    margin-top: 30px;
}

.index-main {
    position: relative;
}




/* 课程简介 */
.box-l{
    width: 221px;
    height: 375px;
    position: absolute;
    left: 0;
    top: -52px;
    background: url(../images/quick-bg.png) no-repeat center;
}


.quick-btn{
    margin-left: 13px;
    margin-top: 23px;
}

.quick-btn>li{
    position: relative;
}

.quick-btn>li>a>img{
    position: absolute;
    left: 0;
    top: 0;
}

.quick-btn>li>a{
    width: 139px;
    height: 65px;
    line-height: 65px;
    padding-left: 56px;
}

.quick-btn>li>a>span{
    line-height: 65px;
    font-size: 18px;
    color: #ffeea4;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.quick-btn>li>a:hover{
    background: url(../images/quick-hover.png) no-repeat center;
}

.quick-btn>li>a:hover span{
    color: #073066;
    font-weight: bold;
    text-shadow: none;
}




.brief-text {
    line-height: 30px;
    margin-top: 15px;
    color: #555;
}

.brief-text p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.brief-click>li {
    float: left;
    text-align: center;
    position: relative;
}

.brief-click>li>a {
    display: inline-block;
    width: 131px;
    height: 130px;
}

.brief-click>li>a>span{
    color: #444;
    font-weight: bold;
}

.brief-click>li>a>img {
    display: block;
    transition-duration: .5s;
}

.brief-click>li>a:hover{
    background: #343f68;
    box-shadow: 0 3px 12px rgba(44,14,71,.45);
}

.brief-click>li>a:hover span{
    color: #fff;
}

/* .brief-click>li>a:hover img {
    transform: rotateY(360deg);
} */




.box-r{
    width: 986px;
    margin-left: 216px;
}

.bulid{
    width: 429px;
    height: 287px;
    padding: 0 32px;
    float: left;
    margin-top: -3px;
    position: relative;
}

.bulid-text{
    line-height: 30px;
    color: #535353;
    margin-bottom: 18px;
}

.xian{
    position: absolute;
    right: 0;
    top: 16px;
}

.bulid-text p{
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.bulid-box a{
    color: #2859d0;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.bulid-box a>img{
    display: inline-block;
    margin-left: 9px;
    transition-duration: .3s;
}

.bulid-box a:hover img{
    color: #2859d0;
    font-size: 14px;
    font-weight: bold;
    transform: translateX(5px);
}


.rotary-title{
    text-align: center;
    margin-bottom: 17px;
}

.rotary-title a{
    width: 285px;
    height: 41px;
    display: inline-block;
    background: url(../images/rotary-title.png) no-repeat;
}

.rotary-title a>span{
    width: 100%;
    line-height: 41px;
    font-size: 20px;
    font-weight: bold;
    color: #474747;
}

.rotary-title a:hover span{
    color: #2859d0;
}






/* 底部轮播 */
.content-bottom{
    margin-top: 32px;
    margin-bottom: 7px;
}

.tempWrap{
    width: 1201px !important;
}

.bottom-img {
    #width: 1200px;
}

.bottom-img a {
    float: left;
    width: 216px;
    height: 187px;
    position: relative;
    margin-right: 30px;
}

.bottom-img a:last-child {
    margin-right: 0;
}

.bottom-img a>img {
    width: 216px;
    height: 162px;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -ms-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

.bottom-img a:hover .shadow {
    display: block;
}

.shadow {
    position: absolute;
    z-index: 999;
    top: 39%;
    left: 40%;
    display: none;
}

.bottom-img a:hover .main-title{
    color: #2859d0;
}

.main-title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #555;
    transition-duration: .3s;
    z-index: 15;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}





.footer {
    width: 100%;
    text-align: center;
    background: #f1f6ff;
}

.footer>.w1200>span {
    font-size: 14px;
    line-height: 64px;
    color: #535353;
    display: inline-block;
    margin-right: 8px;
}

.footer>.w1200>span>a {
    color: #535353;
    cursor: pointer;
    display: inline-block;
}

.footer>.w1200>span>a:hover {
    text-decoration: underline;
}






/* 内容页 */
.page-header{
    height: 362px;
    background: url(../images/header-bg2.png) center no-repeat;
}

.page-banner {
    height: 200px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 20px rgba(50,42,42,.4);
    background: url(../images/page-banner.png) no-repeat center;
}

.page-content{
    background: #f0f0f0;
}

.page-left {
    width: 195px;
    padding: 0 10px 24px;
    margin-top: -21px;
    background: url(../images/page-bottom.png) no-repeat center bottom;
}

.page-left>.page-list {
    width: 191px;
    background: #2859d0;
    padding: 15px 2px 6px;
}

.page-left>.page-list>li {
    position: relative;
    overflow: hidden;
}

.page-left>.page-list>li:before{
    content: '';
    background: url(../images/icon4.png) no-repeat center;
    width: 190px;
    height: 19px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-left>.page-list>li:last-child:before{
    display: none;
}

.page-left>.page-list>li>a {
    height: 51px;
    line-height: 49px;
    text-align: left;
    padding: 0 8px;
    display: block;
    color: #ffeea4;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.page-left>.page-list>li:hover>a {
    color: #073066;
    font-weight: bold;
    font-size: 18px;
    text-shadow: none;
    background: url(../images/list-hover.png) no-repeat center;
}

.active-color {
    color: #073066 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-shadow: none !important;
    background: url(../images/list-hover.png) no-repeat center !important;
}



/* 二级 */
.page-list-three {
    display: none;
    padding: 2px 0 8px;
}

.page-list-three>li {
    position: relative;
    color: #fff;
}

.page-list-three>li>a {
    line-height: 36px;
    #color: #fff;
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    padding: 0 20px 0 30px;
}

.page-list-three>li>i {
    background: url(../images/icon3.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 7px;
    top: 11px;
    display: none;
}

.page-list-three>li>a:hover {
    color: #fecb01;
}

.page-list-three-active {
    color: #fecb01 !important;
}

.page-list-three>li:hover i{
    display: block;
}

.active-i {
    display: block !important;
}




.page-list-four {
    display: none;
}

.page-list-four>li {
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.page-list-four>li>a {
    height: 35px;
    #color: #555;
    padding: 0 20px 0 64px;
    font-size: 14px;
}

.page-list-four>li:hover a {
    color: #fb929e;
}

.list-color {
    color: #fb929e;
}


.page-right {
    width: 921px;
    padding: 29px 32px;
    min-height: 607px;
    background: #fff;
}
.page-right-title {
    color: #fb929e;
    font-size: 20px;
    font-weight: bold;
    margin-left: 11px;
}

.text-box {
    color: #535353;
    line-height: 30px;
}
