
body {
    min-width: 1200px;
    background-color: #fafafa;
}

.ofh {
    overflow: hidden;
}

.cl {
    overflow: hidden;
    _zoom: 1;
}

* {
    padding: 0;
    margin: 0;
    zoom: 1
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.fullSlide {
    height: 520px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}

.fullSlide .prev, .fullSlide .next {
    z-index: 10;
    display: block;
    position: absolute;
    width: 32px;
    height: 52px;
    float: left;
    filter: alpha(opacity=60);
    opacity: 0.6
}

.fullSlide .next {
    background-position: right 0;
    float: right;
}

.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}



.banner {
    height: 530px;
    overflow: hidden;
    position: relative
}

.banner-1 {
    height: 710px;
    margin: -91px 0 0;
    
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner .anim {
    position: absolute
}

.banner-1 .txt {
    top: 200px;
    left: 355px;
}

.banner-1 .bg_ {
    background-repeat: no-repeat;
}

.banner-1 .t1 {
    width: 473px;
    height: 32px;
    background-image: url("../image/sprite.jpg");
    margin: 0 0 11px;
}

.banner-1 .t2 {
    width: 473px;
    height: 36px;
    background-image: url("../image/sprite.jpg");
    opacity: 0;
}

.banner-1 .t3 {
    width: 291px;
    height: 62px;
    background-image: url("../image/sprite.jpg");
}

.banner-1 .t4-1 {
    width: 128px;
    height: 128px;
    background-image: url("../image/sprite.png")
}

.banner-1 .t4-2 {
    width: 197px;
    height: 128px;
    background-image: url("../image/t4-2.png");
    margin-top: -128px;
    margin-left: 128px;
}

.banner-1 .phone {
    top: 181px;
    right: 75px;
    width: 209px;
    height: 425px;
    background-image: url("../image/phone.png");
    z-index: 9;
}

.banner-1 .ball {
    top: 486px;
    right: -240px;
    width: 929px;
    height: 787px;
    background-image: url("../image/sprite.png")
}

.banner-1 .star01 {
    top: 546px;
    left: -242px;
}

.banner-1 .star02 {
    right: 81px;
    top: 467px;
}

.banner-1 .star03 {
    right: -250px;
    top: 410px;
}

.banner-1 .star04 {
    right: 590px;
    top: 600px;
}

.banner-1 .star05 {
    right: 80px;
    top: 80px;
}

.banner-1 .star06 {
    right: 630px;
    top: 500px;
}

.banner-1 .star .anim {
    background-image: url("../image/star.png");
    width: 60px;
    height: 60px;
}

.d .banner-1 .t1 {
    animation: t1 linear .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d .banner-1 .t2 {
    animation: t2 linear .5s 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d .banner-1 .phone {
    animation: t2 linear .3s 3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d .banner-1 .t3 {
    animation: t3 linear 1s .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d .banner-1 .t4-1,
.d .banner-1 .t4-2 {
    animation: t4 linear 1s 2.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d .banner-1 .ball {
    animation: ball linear 6s 3.5s infinite;
}

.d .banner .banner-1 .star01 {
    animation: star linear 3s infinite;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.d .banner-1 .star02 {
    animation: star linear 3s infinite;
}

.d .banner-1 .star03 {
    animation: star linear 3s 1s infinite;
}

.d .banner-1 .star04 {
    animation: star linear 3s 1s infinite;
}

.d .banner-1 .star05 {
    animation: star linear 3s infinite;
}

.d .banner-1 .star06 {
    animation: star linear 3s infinite;
}

@keyframes t1 {
    0% {
        transform: translateX(-400px) skew(50deg);
        opacity: 0;
    }
    80% {
        transform: translateX(0px) skew(-0deg);
        opacity: 1;
    }
    90% {
        transform: translateX(0px) skew(-20deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0px) skew(0deg);
        opacity: 1;
    }
}

@keyframes t2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes t3 {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes t4 {
    from {
        transform: translateY(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes ball {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(20px, 0px);
    }
    75% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes star {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.index .fullSlide .hd {
    display: none;
}

.index .fullSlide li img {
    height: 530px;
}

.index .fullSlide .btn {
    width: 1200px;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    position: absolute;
    top: 48%;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.index .fullSlide .prev {
    left: 250px;
}

.index .fullSlide .next {
    right: 40px;
}
.index .fullSlide .w1200{position:relative}



.index {
    clear: both;
}

#box {
    width: 100%;
    min-height: 530px;
    position: relative;
}

.bannerlist {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}

.index .LIST {
    width: 230px;
    height: 94.5%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.index .LIST .caty a {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
}

.index .LIST > div {
    clear: both;
}

.index .caty > ul {
    padding: 20px 0 0 0;
}

.index .caty li.item {
    padding: 0 30px;
    font-size: 18px;
    position: relative;
}
.index .caty li.item:hover,.index .caty li.item.ToStuC:hover a{
    background-color: rgba(0, 0, 0, 0.1);
}
.index .caty li.item.ToStuC:hover{
    background-color: transparent;
}
.index .caty li.item:after, .index .inq li:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    float: left;
    background-color: rgba(201, 201, 201, 0.1);
}

.index .caty li.item > a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    background: url("../image/arr-r.png") no-repeat right;
    float: right;
    margin-top: 15px;
}

.index .caty li.ToStuC a {
    margin: 29px 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.index .caty li.ToStuC a:after {
    display: none;
}

.index .inq ul {
    padding: 10px 0 21px 0;
}

.index .inq li {
    display: block;
    font-size: 12px;
    padding: 0 8px;
}

.index .inq li:after {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.index .inq li a {
    display: block;
    color: #fff;
    display: block;
    padding-left: 10px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.index .inq li a:hover {
    opacity: .8;
}

.index .inq li a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.index .umoney {
    text-align: center;
    margin-top: -4px;
    padding: 0 29px;
}

.index .umoney img {
    display: block;
}

.LIST .listHide {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    z-index: 10;
    width: 530px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(89, 89, 89, 0.4);
    padding: 10px 17px 10px 14px;
    animation: fade-in;
    animation-duration: 0.5s;
    -webkit-animation: fade-in 0.5s;
}

.index .LIST .listHide .title {
    font-size: 18px;
    color: #484848;
    height: 44px;
    line-height: 44px;
    padding: 0 5px 0 8px;
}

.index .LIST .listHide .more {
    font-size: 14px;
    color: #fa4d32;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 9px;
}

.index .LIST .listHide dd a {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #818181;
    line-height: 32px;
    height: 32px;
    margin: 0 10px;
}

.index .LIST .listHide li:first-child a {
    margin-left: 0;
}

.index .LIST .listHide dd a:hover {
    color: #fa4d32;
}

.index .caty .item:hover .listHide {
    display: block;
}


.refer {
    margin-bottom: 1px;
    position: relative;
    width: 68px;
    height: 92px;
}

.refer img {
    z-index: 10000;
}

#main {
    width: 1200px;
    margin: 0 auto;
}

.experience {
    width: 1200px;
    height: 560px;
    overflow: hidden;
}

.maps {
    width: 680px;
    height: 560px;
    float: left;
}

.maps img {
    width: 100%;
    height: 100%;
}

.twoDress {
    width: 520px;
    height: 560px;
    float: right;
    background-color: #fff;
}

.dressUL {
    margin: 30px 0;
}

.clearFix:after {
    content: '';
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
    zoom: 1;
}

.dressLI {
    height: 30px;
    line-height: 30px;
    font: 24px 'Microsoft YaHei';
    color: #484848;
    width: 102px;
    float: left;
    border-left: 1px solid #ccc;
    text-align: center;
}

.dressLI span {
    cursor: pointer;
}

.redBorder {
    padding-bottom: 1px;
    border-bottom: 3px solid #fa4832;
}

.dressLI.first{
    border-left-width: 0;
}

.branchSchool > div {
    width: 520px;
    height: 470px;
    overflow: auto;
}

.guangdongUL {
    padding-bottom: 10px;
}

.guangdongLI {
    height: 100px;
    margin-bottom: 20px;
}

.guangdongUL .guangdongLI:last-of-type {
    margin-bottom: 0;
}

.guangdongLI dl {
    overflow: hidden;
}

.guangdongLI dt, .guangdongLI dd {
    float: left;
}

.guangdongLI dt {
    width: 150px;
    height: 100px;
}

.dd {
    width: 320px;
    height: 100px;
    padding-left: 20px;
}

.branchSchool dl dt {
    width: 150px;
    height: 100px;
}

.dd_title {
    color: #484848;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.guangdongLI dt img {
    width: 100%;
    height: 100%;
}

.dd_dress, .dd_tel {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.xinjiang {
    display: none;
}


#mapid {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.info_ul {
    margin: 0 0 5px 0;
    padding: 0.2em 0;
}

.info_li {
    line-height: 26px;
    font-size: 15px;
    color: #999;
}

.info_span {
    width: 50px;
    display: inline-block;
    color: #999;
}

.info_li a {
    color: #999;
}

.Cmap h3 {
    color: #484848;
    font-size: 18px;
}

.Cmap .BMap_cpyCtrl {
    display: none;
}


.hotmajor-box {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.index-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei";
    color: #484848;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.index-title_a {
	float: left;
    width: 215px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    text-indent: 10px;
    border-left: 5px solid #2b92f9;
    margin-top: 5px;
    color: #323232;
    margin-bottom: 20px;
}

.pro-box .pro-test {
    width: 320px;
    height: 350px;

    display: inline-block;
    float: left;
    background: #fff;
}

.pro-box .pro-programme {
    display: inline-block;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.pro-box .pro-test-title {
    font-weight: 600;
    height: 138px;
    background: url("../image/pro-test-title.jpg") left top no-repeat;
    font-size: 22px;
    padding: 20px;
    box-sizing: border-box;
}

.pro-box .pro-test-title p {
    font-size: 22px;
    line-height: 1;
    
    color: #fff;
    margin-bottom: 16px;
}

.pro-box .pro-test-cont {
    padding: 20px;
    font-size: 16px;
}

.pro-box .pro-test-cont {

}

.pro-box .pro-test-cont .cont-text-top {
    color: #484848;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 12px;
}

.pro-test-cont .cont-text-top p {
    margin-bottom: 10px;
    line-height: 1;
}

.pro-test-cont .con-text-bot {
    padding: 15px 0;
}

.pro-test-cont .con-text-bot p {
    margin: 13px 0;
    line-height: 1;
}

.pro-programme .programme-title {
    height: 138px;
    background: url("../image/programme-title.jpg") left top no-repeat;
    font-size: 22px;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
}

.programme-text {
    background: #fff;
    overflow: hidden;
    height: 106px;
    border-radius: 4px;
    width: 1200px;
}

.programme-text ul li {
    display: inline-block;
    float: left;
    width: 280px;
    height: 50px;
    padding-left: 20px;
    margin-top: 32px;
}

.programme-text ul a:nth-of-type(4) li {
    width: 232px;
    float: right;
}
.programme-text ul a:nth-of-type(1) li{margin-left:16px;}
.programme-text ul a:nth-of-type(2) li, .programme-text ul a:nth-of-type(3) li, .programme-text ul a:nth-of-type(4) li {
    margin-left: 10px;
}

.programme-text .p1 {
    color: #484848;
    font-size: 16px;
    line-height: 1.9;
    text-indent: 12px;
}

.programme-text .p2 {
    color: #828282;
    font-size: 12px;
    line-height: 1;
    text-indent: 12px;
}

.programme-text .text-img1 {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
}

.programme-text .text-img2 {
    height: 50px;
    width: 37px;
    display: block;
    float: left;
}

.programme-text .text-img3 {
    height: 50px;
    width: 35px;
    display: block;
    float: left;
}

.programme-text .text-img4 {
    height: 50px;
    width: 45px;
    display: block;
    float: left;
}

.programme-text a{
    cursor:default;
}
.Selling-class {
    display: inline-block;
    float: left;
}

.Selling-title {

    float: left;
}

.Selling-title a {
    margin-left: 20px;
    color: #fa4d32;
    font-size: 14px;

}

.Selling-box {
    float: left;
    margin-top: 5px;
}

.Selling-box .content-bot a {
    color: #fa4d32;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.Selling-box .boxs-title {
    width: 227px;
    height: 68px;
    font-size: 18px;
    padding: 24px 0 0 20px;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    color: rgba(255, 255, 255, 0.902);
    font-weight: 600;
}
.Selling-box li:hover{ transform:translateY(-5px)}

.Selling-box li {
    transition: .3s ;
    height: 310px;
    display: inline-block;
    float: left;
    color: rgba(255, 255, 255, 0.902);
    margin-left: 13px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
}

.Selling-box .title1 {
    background: url("../image/boxs-title1.jpg") no-repeat;
}

.Selling-box .title2 {
    background: url("../image/boxs-title2.jpg") no-repeat;
}

.Selling-box .title3 {
    background: url("../image/boxs-title3.jpg") no-repeat;
}
.Selling-box .xingzheng {
	background: url("../image/xingzheng.jpg") no-repeat;
}
.Selling-box .kuaiji {
	background: url("../image/kuaiji.jpg") no-repeat;
}
.Selling-box .szdx {
	background: url("../image/sydx.jpg") no-repeat;
}
.Selling-box .gdcj {
	background: url("../image/gdcj.jpg") no-repeat;
}
.Selling-box .xndx {
	background: url("../image/xndx.jpg") no-repeat;
}
.Selling-box .hzkj {
	background: url("../image/hzkj.jpg") no-repeat;
}
.Selling-box .zsdx {
	background: url("../image/zsdx.jpg") no-repeat;
}
.Selling-box .zgdz {
	background: url("../image/zgdz.jpg") no-repeat;
}
.Selling-box .sxkj {
	background: url("../image/xnkjdx.png") no-repeat;
}
.Selling-box .jndx {
	background: url("../image/hy.jpg") no-repeat;
}
.boxs-content {
    width: 227px;
    padding: 20px;
    box-sizing: border-box;
}

.boxs-content .content-hea {
    padding-bottom: 10px;
    border-bottom: 1px dashed #aaa;
}

.boxs-content .content-hea p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #484848;
}

.content-bot p {
    font-size: 14px;
    color: #9b9b9b;
    margin: 9px 0 9px 0;
}

.content-bot p:nth-child(1) {
    margin-top: 20px;
}

.newedu {
    display: inline-block;
    width: 459px;
    margin-top: 20px;
}

.newedu-title {
    font-size: 20px;
    margin-bottom: 20px;

    width: 100%;
}

.dewedu-box {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.dewedu-boxtitle {
    background: url("../image/dewedu-box.jpg") no-repeat;
    width: 460px;
    height: 152px;
    display: block;
    padding: 24px 0 0 20px;
    box-sizing: border-box;
}

.dewedu-boxtitle .Dp1 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.902);
    font-weight: bold;
    margin-bottom: 5px;
}

.dewedu-boxtitle .Dp2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.902);
}

.dewedu-boxtitle .Dp3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.902);
    margin-top: 35px;
}

.dewedu-con {
    height: 330px;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
    background: #fff;
}

.dewedu-con li {
    font-size: 16px;
    margin-bottom: 14px;
    color: #484848;
    list-style: initial;
}
.Question {
    width: 456px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.Question-tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.Question-head {
    background: url("../image/question-head.jpg") no-repeat;
    width: 461px;
    height: 152px;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

.Question-head .Qp1 {

    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.902);
    font-weight: bold;
    margin-bottom: 5px;

}

.Question-head .Qp2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.902);
}

.Question-con {
    height: 336px;
    padding: 20px 20px 20px 40px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.Question-con li {
    font-size: 16px;
    list-style: initial;
    line-height: 1.9;
    color: rgb(72, 72, 72);
    line-height: 1;
    margin-bottom: 14px;
    height: 17px;
}

.hotmajor {
    display: inline-block;
    width: 720px;
}

.hotmajor-tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.hotmajor-lef {
    float: left;
    background: url("../image/hotmajor-lef.jpg") no-repeat;
    width: 302px;
    height: 310px;
    display: block;
    padding: 24px 0 0 20px;
    box-sizing: border-box;
}

.hotmajor-lef .Hp1 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;

}

.hotmajor-lef .Hp1:nth-child(1) {
    margin-bottom: 15px;
}

.hotmajor-lef .Hp2 {

    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin: 10px 0;
}

.hotmajor-rig {
    width: 418px;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    background: #fff;
    height: 310px;
}

.hotmajor-rig a {
    color: #fa4d32;
    font-size: 14px;
}

.rig-list {
    height: 123px;
}

.rig-list a:hover {
    color: #fa4d32
}

.rig-list p {
    font-size: 18px;
    color: #484848;
    margin-bottom: 5px;
}

.rig-list a {
    font-size: 14px;
    color: #818181;
    margin: 3px 20px 10px 0;
    display: inline-block;
}

.teacPow {

}

.teacPow .teacPow-tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.teacPow .teac-list {
    overflow: hidden;
    height: 224px;
}

.teac-list li {
    width: 224px;
    height: 224px;
    float: left;
    position: relative;
    margin-right: 16px;
}

.teac-list .tea-info {
    width: 224px;
    height: 224px;
    position: absolute;
    top: 184px;
    padding-left: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
}

.teac-list .tea-name {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.teac-list .tea-school {
    display: inline-block;
}

.teac-list p {
    color: #fff;
    font-size: 14px;
}


.icon-guangdong_03 {
    background-image: url("../image/sprite.jpg");
    background-position: -739px 0px;
    width: 150px;
    height: 100px;
}

.icon-guangdong_06 {
    background-image: url("../image/sprite.jpg");
    background-position: -569px -120px;
    width: 150px;
    height: 100px;
}

.icon-guangdong_08 {
    background-image: url("../image/sprite.jpg");
    background-position: 0px -260px;
    width: 150px;
    height: 101px;
}

.icon-guangdong_10 {
    background-image: url("../image/sprite.jpg");
    background-position: -170px -260px;
    width: 150px;
    height: 101px;
}

.icon-guangdong_12 {
    background-image: url("../image/sprite.jpg");
    background-position: 0px -501px;
    width: 150px;
    height: 100px;
}

.icon-guang_18 {
    background-image: url("../image/sprite.jpg");
    background-position: -340px -501px;
    width: 150px;
    height: 100px;
}

.icon-guang_20 {
    background-image: url("../image/sprite.jpg");
    background-position: -510px -501px;
    width: 150px;
    height: 100px;
}

.icon-d_35 {
    background-image: url("../image/sprite.jpg");
    background-position: -340px -381px;
    width: 150px;
    height: 100px;
}

.icon-d_30 {
    background-image: url("../image/sprite.jpg");
    background-position: 0px -381px;
    width: 150px;
    height: 100px;
}

.icon-d_33 {
    background-image: url("../image/sprite.jpg");
    background-position: -170px -381px;
    width: 150px;
    height: 100px;
}

.icon-long_03 {
    background-image: url("../image/sprite.jpg");
    background-position: -399px -120px;
    width: 150px;
    height: 100px;
}

.icon-arr_left {
    background-image: url("../image/sprite.png");
    background-position: -178px 0px;
    width: 30px;
    height: 52px;
}
.icon-arr_right {
    background-image: url("../image/sprite.png");
    background-position: 0px -140px;
    width: 30px;
    height: 52px;
}
.icon-text-img1 {
    background-image: url("../image/sprite.png");
    background-position: 0px 0px;
    width: 48px;
    height: 48px;
}
.icon-text-img2 {
    background-image: url("../image/sprite.png");
    background-position: -124px 0px;
    width: 34px;
    height: 50px;
}
.icon-text-img3 {
    background-image: url("../image/sprite.png");
    background-position: -68px 0px;
    width: 36px;
    height: 54px;
}
.icon-text-img4 {
    background-image: url("../image/sprite.png");
    background-position: 0px -68px;
    width: 44px;
    height: 52px;
}
.teac-list .tea-info p {
    margin-bottom: 10px;
}

.underline:hover {
    text-decoration: underline;
}
.index .umoney{margin:30px 0 0 -10px}.index .LIST .listHide dd span{float:left;display:inline-block;margin:0 10px;height:32px;color:#818181;font-size:14px;line-height:32px}.index .LIST .listHide li:first-child span{margin-left:0}.rig-list span{display:inline-block;margin:3px 20px 10px 0;color:#818181;font-size:14px}

.partner-wrap {
  background-color: #ffffff;
  padding-top: 2.4em;
}
.partner-wrap .partner-box {
  min-width: 9.54em;
}
.partner-wrap .ptitle {
  width: 10.6em;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.partner-wrap a {
  display: block;
}
.partner-wrap img {
  display: block;
  margin-bottom: 10px;
}
.partner-wrap .partner-box.box1 {
  width: 25%;
}
.partner-wrap .partner-box.box2 {
  width: 23%;
  margin-left: 100px;
}
.partner-box.box2 img{
	margin: 20px auto;
}
 .partner-box.box2 p {
 	padding-left: 75px;
 }
.partner-box.box4 {
	margin-right: -45px;
}
 .partner-wrap .partner-box.box2 .ptitle {
  width: 8em;
}
.partner-wrap .partner-box.box4 img {
  margin: 0 auto 2em auto;
}

.container {
  width: 91%;
  margin: 0 auto;
  padding: 0;
  min-width: 65em;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.school {
	margin-top: 20px;
	margin-bottom: 5px;
	color: ;
	font-size: 22px;
}
.site {
	font-size: 16px;
}
.tel {
	font-size: 14px;
}

.information_list .information_box .information {
    width: 1200px;
    margin: 0 auto;
}
.information_list .information_box .information .title_box {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 30px;
}
.information_list .information_box .information .title_box .title_lev_1 {
    float: left;
    width: 215px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    text-indent: 10px;
    border-left: 5px solid #2b92f9;
    margin-top: 5px;
    color: #323232;
}
.information_list .information_box .information .title_box .more {
    float: right;
    color: #666;
    font-size: 16px;
    margin-top: 14px;
    margin-right: 20px;
}

.information_list .information_box .information .content_box .img_box {
    width: 220px;
    float: left;
}
.information_list .information_box .information .content_box .img_box img {
    width: 100%;
    display: block;
}
.mb15 {
    margin-bottom: 15px;
}
.questions_lib .questions_title {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    text-indent: 30px;
    margin-top: 20px;
}
.psr {
	position: relative;
}

.questions_lib .arrow-left {
    background: url("../image/left.png") no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.questions_lib .arrow-right {
    background: url("../image/right.png") no-repeat 0 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.questions_lib .swiper-container .swiper-slide>a {
    padding: 15px 8px;
    display: block;
    text-align: center;
}
.swiper-slide {
    float: left;
    box-sizing: content-box;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.questions_lib .swiper-container .swiper-slide>a {
    padding: 15px 8px;
    display: block;
    text-align: center;
}
.swiper-container{width:880px;height:150px}

.supply_list {
    width: 1200px;
    margin: 0 auto;
    
}
.supply1 {
	width: 360px;
    height: 78px;
    border-right: 1px solid #eaeaea;
    margin: 38px 0;
}
.supply1_icon {
    width: 66px;
    height: 66px;
    background: url("../image/quanwei.png") center no-repeat;
    margin-right: 20px;
}
.floatL {
    float: left;
}
.supply1_top {
    color: #606060;
    margin-top: -15px;
    font-size: 18px;
}
.supply1_z {
    color: #606060;
    margin-top: 10px;
    font-size: 18px;
}
.supply1_bottom {
    color: #606060;
    margin-top: 10px;
    font-size: 18px;
}
.supply2 {
    width: 320px;
    height: 78px;
    border-right: 1px solid #eaeaea;
    padding-left: 54px;
    margin: 38px 0;
}
.supply2_icon {
    width: 66px;
    height: 66px;
    background: url("../image/renci.png") center no-repeat;
    margin-right: 20px;
}
.borderR {
    border-right: none;
    padding-left: 60px;
}
.supply3_icon {
    width: 66px;
    height: 66px;
    background: url("../image/tuandui.png") center no-repeat;
    margin-right: 20px;
}

.Mt20 {
	margin-top: 20px;
}
.border_Bom {
	border-bottom: 1px solid #ccc;
	width: 227px;
	height: 90px;
}

.daxue {
    border-bottom: 1px dashed #aaa;
    padding-bottom:5px;
}
.daxue p {
	font-size: 20px;
	color: #000000;
}
.course-card-container {
    float: left;
    margin: 0 0 18px 18px;
    height: 256px;
}
.course-card-container {
    width: 216px;
    position: relative;
    transition: .3s all linear;
}
.course-card-container .course-card-top {
    width: 216px;
    height: 120px;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
.course-card-container .course-card-top .course-banner {
    width: 100%;
    height: 100%;
    background-color: #f3f5f7;
    border-radius: 8px;
}
.course-card-container .course-card-content {
    padding: 12px 8px;
}
.course-card-container .course-card-content .course-card-name {
    font-size: 16px;
    color: #07111B;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    transition: all .3s;
}
.course-card-container .course-card-content .course-card-info {
    margin-top: 2px;
}
.course-card-container .course-card-content .course-card-info {
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    font-weight: 200;
}
.course-card-container .course-card-content .course-card-desc {
    font-size: 12px;
    font-weight: 300;
    color: #93999F;
    line-height: 22px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.friend-Link{
	position:relative;
	margin:10px auto 17px auto;
	width:903px;
	height:117px;
	}
	

.left-arrow,.fl-pic,.right-arrow{
	float:left;
	display:inline;
}

.left-arrow,.right-arrow{
	}

.left-arrow{
	cursor:pointer;
	margin-top: 48px;
	margin-right: 10px;
}
	
.right-arrow{
	margin-top: 48px;
	margin-left: 15px;
	cursor:pointer;
}

	
.fl-pic{
	overflow:hidden;
	width:850px;
	height:120px;
	}
	
.fl-pic ul{
	width:3500px;
	}
	
.fl-pic ul li{
	float:left;
	display:inline;
	margin:0 6px;
	width:160px;
	height:120px;
	}
.jyxh_link {
    width: 100%;
    height: 260px;
    clear: both;
    overflow: hidden;
}
.area {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.jyxh_link_l {
    width: 460px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}
.jyxh_link_l_t {
    line-height: 45px;
    border-bottom: #cccccc 1px solid;
    line-height: 45px;
    vertical-align: middle;
    font-size: 18px;
    margin-bottom: 20px;
}
.jyxh_link ul {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.jyxh_link ul li {
    float: left;
    margin-left: 34px;
    font-size: 14px;
}
.jyxh_link ul li:first-child {
    margin-left: 0px;
}
.jyxh_link ul li a {
    color: #494949;
}
.jyxh_link_r {
    width: 650px;
    float: left;
}
.jyxh_link_r img {
    margin: 10px 0px 0px 50px;
}
.fenxiao {
    width: 382px;
    margin-left: 135px;
    margin-top: 10px;
}