* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

body {
    position: relative;
    font-family: "微软雅黑", Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    background: #f5f7fa;
}

body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body a {
    text-decoration: none;
}

body a:hover {
    color: #38bca4;
    text-decoration: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.center {
    margin: 0 auto;
}

.hiddenele {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lookmore {
    color: #38bca4;
    font-size: 12px;
}

.lookmore:hover {
    color: #38bca4;
}
/* 项目css部分 */
.clear:after {
    content: '';
    display: block;
    clear: both;
}
img {
    max-width: inherit;
}
.sg_tits2 li{
    line-height: 28px;
}

/*seach and logo*/
.secondHead {
    height: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 1200px;
}

.logo {
    height: 55px;
    width: 138px;
    text-align: center;
    margin-top: 10px;
}

.logo img {
    height: 55px;
    width: 138px;
}

/* -------------------城市选择部分------------------------- */
.m-selectcity {
    float: left;
    display: inline;
    margin: 32px 5px 0 10px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    *width: 55px;
    z-index: 100;
}

.m-city_gw, .m-city {
    padding: 2px 8px;
    background-color: #f5a61b;
    border-radius: 20px;
    color: #FFFFFF;
    position: relative;
}

.m-city span {
    padding: 0 3px 0 0;
    color: #FFF;
    font-size: 15px;
    white-space: nowrap;
}

.m-city i {
    float: right;
    width: 7px;
    height: 6px;
    overflow: hidden;
    margin-top: 9px;
    background: url(http://images.xdf.cn/cms20150819/zuixinban/images/xiala_gw.png) no-repeat;
}

.area_school {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    background: #fff;
    border: 1px solid #e1e2e1;
    text-align: left;
    width: 745px;
    padding: 10px 0 10px 20px;
    z-index: 99999;
    overflow: hidden;
}

#selectcity_pop div {
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #38BCA4;
    background: url(http://images.xdf.cn/cms20150819/zuixinban/images/fndq.png) no-repeat left center;
}

#selectcity_pop div p {
    margin-left: 20px;
}

.m-selectcity:hover .area_school {
    display: block;
}

.m-selectcity:hover .m-city i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 7px;
}

.area_school ul {
    width: 49%;
    overflow: hidden;
    float: left;
}

.area_school li {
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.area_school li span {
    font-family: "Arial";
    color: #369e95;
    font-size: 14px;
    padding: 0 15px 0 0;
    float: left;
}

.area_school li em {
    float: left;
    width: 330px;
}

.area_school li em a {
    padding: 4px;
    vertical-align: top;
    margin-right: 6px;
    font-size: 14px;
    color: #606060;
}

.area_school a {
    color: #999
}

.area_school a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #38bca4;
}

/*----------------------搜索框---------------------*/
.sear-form {
    background: url(http://images.xdf.cn/cms20150819/zuixinban/images/seach.jpg) no-repeat;
    background-size: 690px 40px;
    padding-top: 2px;
    padding-left: 2px;
    width: 912px;
    margin-top: 14px;
}

.sear-form .inp-txt, .sear-form_zx .inp-txt {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #606060;
    float: left;
    display: inline;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    width: 590px;
    _padding-top: 5px;
    *padding-top: 5px;
}

.sear-form .inp-txt value {
    color: #b6b6b6;
}

.sear-form .col_gray {
    color: #606060;
}

.sear-form .btn-sub, .sear-form_zx .btn-sub {
    background: 0 0;
    opacity: 1;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: -8px;
    height: 40px;
    text-indent: -99999px;
    width: 100px;
}

/*------------------搜索框下关键字----------------------*/
.keyword {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 760px;
}

.keyword a {
    color: #9f9f9f;
    display: inline-block;
    margin-right: 10px;
}

.keyword a:hover {
    color: #f5a61b;
}

/*电话*/
.phone {
    background: url(http://images.xdf.cn/cms20150819/zuixinban/images/tel_phone_gw.png) no-repeat;
    color: #40bd9e;
    float: right;
    font-family: Arial;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding-left: 30px;
    position: relative;
    left: -20px;
    z-index: 1;
}

.navwrap{
    width: 100%;
    height: 46px;
}

.navwp {
    width: 1200px;
    height: 46px;
    z-index: 10;
}

#nav {
    position: relative;
    width: 950px;
    height: 46px;
    padding-left: 250px;
    margin: 0 auto;
    border-bottom: 1px solid #00b1a2;
}

#nav .ksdropdown  a {
    line-height: 46px;
    display: inline-block;
    font-size: 18px;
    color: #282828;
    padding: 0 22px;
}

#nav .ksdropdown a:visited {
    text-decoration: none;
}

#nav .ksdropdown a:hover,
#nav .ksdropdown a:active {
    text-decoration: none;
    color: #38bca4;
}

#nav .ksdropdown {
    height: 46px;
    float: left;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #282828;
    z-index: 10
}

#nav .ksdropdown .ksdropdown-menu {
    min-width: 100%;
    position: absolute;
    left: 0px;
    top: 46px;
    display: none
}

#nav .ksdropdown:hover .ksdropdown-menu {
    display: block;
    background: #38bca4;
}

#nav .ksdropdown .ksdropdown-menu a {
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    word-break: normal
}
#nav .ksdropdown .ksdropdown-menu a:hover {
    background: #00b1a2;
}

.brwp {
    z-index: 99
}

.snav {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 99
}

.snav_menu {
    width: 250px;
    /*height: 492px*/
}

.snav h2 {
    background: #38bca4;
    width: 250px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    position: relative;
    z-index: 99;
    font-weight: normal;
}

.allkech{
    position: relative;
}

.snavbxwrap {
    position: absolute;
    top: 46px;
    left: 0;
    padding-top: 2px;
    background: rgb(0, 0, 0, 0.5);
}

/*.snavbx {;*/
    /*height: 42px;*/
    /*overflow: hidden;*/
    /*padding: 16px 20px;*/
    /*width: 210px;*/
    /*line-height: 26px;*/
    /*z-index: 99;*/
    /*background: url(http://file.xdf.cn/uploads/180522/772_20180522155354.png) 222px 30px no-repeat;*/
/*}*/

.snavbx {;
    height: 74px;
    overflow: hidden;
    padding: 0px 20px;
    width: 210px;
    line-height: 26px;
    z-index: 99;
    background: url(http://file.xdf.cn/uploads/180522/772_20180522155354.png) 222px 14px no-repeat;
}

.snavbx h3 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    transition: all .2s ease;
    font-weight: normal;
}

.snavbx h3 a {
    color: #fff;
}

.snavbx h3 a:hover {
    color: #f5a71f;
    text-decoration: underline;
}

.snavbx a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
}

.snavbx a:hover {
    color: #f5a71f;
}

.snav_ico {
    margin-right: 5px;
    width: 18px;
    height: 20px;
    display: none
}

.snavsel {
}

.snav_child {
    width: 920px;
    min-height: 410px;
    min-height: 410px;
    background: #fff;
    padding: 18px 15px;
    left: 250px;
    top: 1px;
    position: absolute;
    z-index: 95
}

.snav_child dt {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    border-bottom-color: rgb(216, 216, 216);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    _height: 30px;
    _padding-top: 10px;
    _line-height: 30px
}

.snav_child dt a {
    padding-right: 20px
}

.snav_child .ksleft dd {
    margin: 0 0 10px 0
}

.snav_child dd a {
    white-space: nowrap;
    color: #8b8b8b;
}

.snav_child dd a b,.snav_child dd span span b{
    font-weight: normal;
}

.snav_child dd a:hover {
    color: #f5a71f;
    text-decoration: underline;
}

.snav_child dd span span {
    display: inline-block;
    padding: 0px 20px;
    width: 120px;
    height: 14px;
    line-height: 14px;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #8b8b8b;
}

.snav_child dd.ksright {
    width: 520px;
    height: 408px;
    position: absolute;
    top: 20px;
    right: 0;
}

.snav_child dd.ksright a {
    display: block;
    border: none
}

.snav_child dd.ksright a img {
    display: block
}

.snav_child a.ksclose {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    background: url(../i/close.png) left top no-repeat
}

.snav_child dd em {
    width: 70px;
    float: left;
    color: #333;
    font-style: normal;
    text-align: center;
}

.snav_child span {
    float: left;
    width: 330px;
    padding-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

.snav_child dd em a:link,
.snav_child dd em a:visited {
    display: block;
    width: 64px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-left: none;
    padding: 0 3px;
    white-space: normal;
}

.snav_child strong:before {
    content: '';
    display: block
}

.snav_child dd em a:hover,
.snav_child dd em a:active {
}

.snav_child dd.nobr {
    border-color: rgb(255, 255, 255)
}

.snav_child .ksleft {
    width: 400px;
    border-right: 1px solid #eae9e9;
}

.snav_child dd a.ad_img {
    display: block;
    width: 303px;
    height: 408px;
    padding: 0;
    margin-right: 15px;
}

.snav_child dd a.ad_img2 {
    display: block;
    width: 184px;
    height: 128px;
    padding: 0;
    margin-bottom: 11px;
}

.ksright img {
    display: block;
    width: 100%;
    height: 100%;
}

/*banner s*/
.zdimg {
    width: 100%;
    height: 446px;
    position: relative;
    overflow: hidden;
}

#box {
    position: absolute;
    width: 1920px;
    height: 446px;
    left: 50%;
    margin-left: -960px;
}

#list {
    width: 1920px;
    height: 446px;
    overflow: hidden;
}

#uls {
    width: 15360px;
}

#uls li {
    float: left;
    width: 1920px;
    height: 446px;
    position: relative;
}

#yuan {
    position: absolute;
    left: 890px;
    bottom: 16px;
}

#yuan li {
    background: #fff;
    float: left;
    width: 43px;
    height: 3px;
    margin: 0 2px;
}

#yuan li.cur {
    background: #f5a61b;
}

.banner {
    display: block;
    height: 446px;
    margin: 0 auto;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.formwrap1 {
    width: 1200px;
    margin: 0 auto;
}

.formwrap1 p {
    height: 42px;
    margin-bottom: 20px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #f5a61b;
}

.clform {
    position: relative;
    top: 40px;
    float: right;
    width: 292px;
    /*height: 356px;*/
    font-size: 14px;
    color: #606060;
    background: #fff;
}

.clform span {
    float: left;
    display: inline-block;
    width: 42px;
    height: 37px;
    padding: 0 12px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 37px;
}

.clform span i {
    display: inline-block;
    /*padding-left: 100%;*/
    width: 100%;
}

.clform span:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.clform select {
    float: left;
    width: 207px;
    height: 37px;
    border-radius: 3px;
    border: none;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 37px;
    background: #f0f3f7;
}

/*.clform input[type=text]{*/
.clform input{
    width: 202px;
    height: 37px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 37px;
    background: #f0f3f7;
}

.clform input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 4px 5px 6px 0;
    border: 1px solid #f5a61b;
}

.clform input[type=radio] {
    width: 15px;
    height: 15px;
    margin: 4px 5px 6px 0;
    border: 1px solid #f5a61b;
}

.login_btn {
    width: 253px;
    height: 40px;
    margin: 0 auto 25px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    /*background: #f5a61b;*/
    background: #d5d5d5;
}

.tiaokuan {
    /*width: 270px;*/
    margin: 0 auto;
    padding: 6px 0 16px 12px;
    text-align: left;
    line-height: 24px;
    color: #606060;
    font-size: 12px;
}

.tiaokuan a{
    color: #606060;
}

.clform input.isRead[type=checkbox] {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.kscenter {
    clear: both;
    width: 1200px;
    margin: 15px auto 0
}

.ksstores {
    width: 216px;
    padding: 0 15px;
    background: #fff;
}

.ksstores p {
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #606060;
    border-bottom: 2px solid #e6e6e6;
}

.ksstores p span {
    display: inline-block;
    margin-bottom: -2px;
    font-size: 16px;
    color: #606060;
    border-bottom: 2px solid #38bca4;
}

.ksstores a {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 28px;
    padding: 0 4px;
    font-size: 14px;
    color: #d1b161;
    background: #faf1da;
    text-decoration: none;
}

.ksstores .xiaoqu2 {
    color: #db9f9f;
    background: #f6e6e6;
}

.ksstores .xiaoqu3 {
    color: #87accb;
    background: #e3eff9;
}

.ksstores .xiaoqu4 {
    color: #9eb98e;
    background: #e7f7de;
}

.ksstores .xiaoqu5 {
    color: #ba8ebd;
    background: #f4e7f5;
}

.ksstores .xiaoqu6 {
    color: #8bbdaf;
    background: #e3f5f0;
}

.ksstores .xiaoqu7 {
    color: #d0ca70;
    background: #faf8da;
}

.ksstores .xiaoqu8 {
    color: #ce8e8e;
    background: #f7e7e7;
}

.ksstores .xiaoqu9 {
    color: #7fa8cb;
    background: #e3eff9;
}

.ksstores .xiaoqu10 {
    color: #ccae61;
    background: #faf1da;
}

.ksstores .xiaoqu11 {
    color: #95bd7f;
    background: #e7f7de;
}
.ksstores a:hover{
    color: #2db59c;
}
.adwrap a{
    height: 158px;
    width: 158px;
    margin-right:1px;
    display:block;
    float: left;
}
.adwrap a img{
    height: 100%;
    width: 100%;
}
.adwrap a:hover img{
    transform: scale(1.05);
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.shoufq{
    width: 1200px;
    padding: 15px 0 20px;
    margin-bottom: 15px;
    background: #fff;
}
/*手风琴效果开始*/
.flash4 {
    width: 950px;
    height: 212px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.flash4 ul li {
    width: 118px;
    height: 212px;
    position: relative;
    overflow: hidden;
    float: left;
}

.flash4 ul li.first {
    width: 596px;
}

.flash4 ul li.fast {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.upcomingEvents{
    width: 202px;
    padding-left: 26px;
}
.upcomingEvents p{
    height: 34px;
    line-height: 34px;
    margin-bottom: 8px;
}
.upcomingEvents ul li{
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../img/libg.jpg") no-repeat left center;
}
.upcomingEvents ul li a{
    height: 24px;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
    color: #606060;
    background: none;
    text-decoration: none;
}
.upcomingEvents ul li a:hover {
    color: #38bca4;
}


.leftNav {
    position: fixed;
    top: 30%;
    right: 50%;
    margin-right: 612px;
    display: block;
    width: 50px;
    height: 357px;
    border-radius: 3px;
    background: #8f97a3;
    z-index: 99998;
}

.leftNav li {
    width: 50px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #b9bdc4;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.leftNav li a{
    display: block;
    width: 50px;
    height: 52px;
    color: #fff;
}

.leftNav li.floor_container2 {
    width: 50px;
    height: 34px;
    padding: 9px 0;
    line-height: 17px;
    text-align: center;
    border-bottom: 1px solid #b9bdc4;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.leftNav li.floor_container3,.leftNav li.floor_container3:hover {
    width: 50px;
    height: 42px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #38bca4 url("../img/topbtn.png") no-repeat center 8px;
}

.leftNav li:hover {
    background: #8c6be1;
    color: #fff;
}

.leftNav li:hover a {
    color: #fff;
}


.jieitem{
    width: 1200px;
    height: 646px;
    margin: 0 auto 15px;
    background: #fff;
}
.itemtit{
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 22px;
    color: #38bca4;
}
.itemtit span{
    float: left;
    margin-top: 10px;
}
.itemtit span.bg{
    float: left;
    width: 6px;
    height: 22px;
    margin-right: 10px;
    background: #38bca4;
}
.itemtit ul{
    position: relative;
    margin-top: 10px;
}
.itemtit li{
    float: left;
}
.itemtit li a{
    display: block;
    padding: 0 22px;
    font-size: 16px;
    color: #7e7e7e;
}
.itemtit li a:hover,.itemtit li.current a{
    color: #38bca4;
    text-decoration: none;
}

.zixun{
    display: inline-block;
    width: 124px;
    height: 42px;
    margin-right: 8px;
    background: url("../img/zixun.png") no-repeat center;
}
.zixun:hover{
    opacity: .85;
}
.jieinfo{
    padding: 0 20px 0 30px;
}
.tuwen{
    width: 328px;
}
.shiting{
    display: inline-block;
    width: 170px;
    height: 42px;
    margin-right: 20px;
    background: url("../img/shiting.png") no-repeat center;
}
.shiting:hover{
    opacity: .85;
}
.shipin{
    position: relative;
    width: 328px;
    height: 188px;
    margin-bottom: 10px;
}
.shipin img{
    width: 100%;
    height: 100%;
}
.shipin .playbtn{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 64px;
    right: 134px;
    background: url("../img/playbtn.png") no-repeat center;
}
.infotit{
    margin-bottom: 16px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #606060;
    border-bottom: 1px solid #e3e3e3;
}
.infotit span.bg{
    float: left;
    width: 3px;
    height: 16px;
    margin-top: 14px;
    margin-right: 15px;
    background: #38bca4;
}
.tuwen li{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #818181;
}
.tuwen li a{
    font-size: 14px;
    color: #818181;
    text-decoration: none;
}
.itemtit li a:hover{
    color: #38bca4;
}
.kechengwrap{
    float: right;
    width: 786px;
}
.condition{
    width: 766px;
    height: 48px;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 14px;
    color: #6a7078;
    background: #f5f7fa;
}
.condition>span{
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
}
.condition>span.lianline{
    margin: 0 5px;
}
.condition input[type="text"]{
    height: 22px;
}
.input-append .add-on{
    padding: 5px;
}
.condition select{
    float: left;
    width: 115px;
    height: 32px;
    margin-right: 20px;
    line-height: 32px;
    border: 1px solid #d5d9e0;
}
.form_date{
    float: left;
    display: inline-block;
}
.input-append input{
    width: 74px;
}
input.ksfdatebtn[type="button"]{
    display: inline-block;
    width: 42px;
    height: 32px;
    margin-left: 10px;
    background: url("../img/searchbtn.png") no-repeat center;
}
.ksclasstable {
    width: 99.5%;
    margin: 2px;
}

.ksclasstable tr {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dashed #e6e6e6;
}

.ksclasstable tr:hover {
    background: #f5f7fa;
    box-shadow: darkgrey 0px 0px 5px 0px ;//边框阴影
}
.ksclasstable td {
    font-size: 14px;
    color: #818181;
}
.ksclasstable td a{
    /*display: block;*/
    color: #818181;
}
.ksclasstable td a:hover{
    color: #ff6c00;
    text-decoration: none;
}
.ksclasstable td a img{
    margin-right: 5px;
}
.ksclasstable td.nametime {
    padding-top: 4px;
    line-height: 20px;
}
.ksclasstable tr:hover td.nametime {
    padding-left: 15px;
    width: 310px;
}
.nametime span{
    font-size: 12px;
    color: #c1c1c1;
}
.ksclasstable td.ksprice{
    color: #ff6c00;
}
.ksprice span{
    font-size: 17px;
    font-weight: bold;
}
.ksclasstable td .ksbaominglink{
    display: inline-block;
    width: 92px;
    height: 33px;
    margin-right: 10px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #38bca4;
    border-radius: 3px;
    color: #38bca4;
}
.ksclasstable td .ksbaominglink:hover{
    border: 1px solid #ff6c00;
    color: #fff;
    background: #ff6c00;
    text-decoration: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    position: relative;
    bottom: 0;
}
/*.swiper-pagination-clickable .swiper-pagination-bullet{*/
    /*margin: 0 5px;*/
/*}*/
/*.swiper-pagination{*/
    /*bottom: 0;*/
    /*left: 300px;*/
/*}*/
.teacherwrap{
    width: 1168px;
    height: 312px;
    padding-left: 32px;
    margin: 0 auto 15px;
    background: #fff;
}

.teacherwrap .itemtit{
    padding: 25px 0;
    margin: 0;
}
.teacherwrap .itemtit span{
    margin: 0;
}
.teacherinfo{
    font-size: 14px;
    color: #818181;
}
.teacheritem{
    display: inline-block;
    width: 175px;
    margin-right: 15px;
    text-align: center;
    line-height: 50px;
}
.adwrap1{
    width: 1200px;
    height: 110px;
    margin: 0 auto 20px;
}
.adwrap1 a{
    display: inline-block;
    width: 293px;
    height: 110px;
    margin-right: 9px;
}

.surroundings{
    width: 1200px;
    height: 320px;
    margin: 0 auto 30px;
    background: #fff;
}
.ptit{
    width: 1200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background: url("../img/ptit.png") no-repeat center;
}

.fuxi{
    width: 1085px;
    height: 220px;
}
.fuxi li{
    float: left;
    margin-right: 15px;
}
.fuxi .lilast{
    margin-right: 0;
}
.imgwrap{
    display: block;
    width: 260px;
    height: 180px;
    position: relative;
}
.fuxi li:hover .bgwrap,.fuxi li:hover .textwrap{
    display: none;
}
.fuxi li:hover .bgwrap2,.fuxi li:hover .textwrap2{
    display: block;
}
.bgwrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 42px;
    background: #1b1b1b;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity: 0.5;
}
.textwrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 36px;
    padding: 3px 10px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: #fff;
}
.textwrap a{
    color: #fff;
}
.bgwrap2{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 180px;
    background: #1b1b1b;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity: 0.5;
}
.textwrap2{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 220px;
    height: 155px;
    padding: 25px 10px 0;
    line-height: 22px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    overflow: hidden;
}
.textwrap2 a{
    color: #fff;
}
.textp{
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.textp a{
    color: #333;
    text-decoration: none;
}

.oUlplay{
    position: relative;
    width: 99999px;
}
.movewrap{
    position: relative;
    width: 1200px;
    height: 220px;
}
.moveinfo{
    height: 220px;
}
.moveL,.moveR{
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 18px;
    margin-top: 75px;
    cursor: pointer;
}
.moveL{
    left: 20px;
    top: 0;
    background: url("../img/moveL.png") no-repeat;
}
.moveR{
    right: 20px;
    top: 0;
    background: url("../img/moveR.png") no-repeat;
}
.moveinfo{
    position: absolute;
    left: 0;
    top: 0;
    width: 1085px;
    height: 220px;
    margin-left: 57px;
    margin-right: 57px;
    overflow: hidden;
}
.oUlplay .playli{
    float: left;
    width: 1085px;
    overflow: hidden;
}
.playli ul{
    width: 1085px;
    height: 220px;
}
.friendlink{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 20px;
}
.linktit{
    line-height: 40px;
    font-size: 16px;
    color: #272727;
}
.linkitems a{
    display: inline-block;
    line-height: 26px;
    margin-right: 24px;
    font-size: 14px;
    color: #818181;
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 210px;
    padding-top: 50px;
    background: #ebeff4;
}
.footerwarp{
    width: 1200px;
    margin: 0 auto;
}
.schoollogo_tel{
    width: 210px;
    margin-right: 115px;
}
.schoollogo {
    line-height: 41px;
    height: 41px;
    font-size: 18px;
    color: #ebeff4;
}
.schoollogo .schooltext{
    margin-left: 10px;
    font-style: italic;
    font-size: 18px;
    color: #f5a61b;
}
.schoollogo .xdflogo{
    float: left;
    width: 101px;
    height: 41px;
    margin-right: 10px;
    background: url("../img/xdflogo1.png") no-repeat center;
}
.schoolphone{
    background: url(../img/phoneicon.png) no-repeat 18px center;
    height: 28px;
    line-height: 28px;
    color: #f5a61b;
    font-size: 20px;
    margin-top: 20px;
    padding-left: 58px;
    position: relative;
}
.footer-bottom {
    width: 750px;
}
.footer-bottom li {
    float: left;
    width: 150px;
}

.footer-bm{
    font-size: 18px;
    color: #444a51;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.footer-neri dd{
    font-size: 14px;
    line-height: 16px;
    color: #5f6771;
    margin-bottom: 16px;
}
.footer-neri dd a{
    color: #5f6771;
    text-decoration: none;
}

.schoolerwm {
    float: left;
    width: 122px;
    height: 122px;
}

.Reserved{
    position: relative;
    width: 1200px;
    height: 185px;
    padding-top: 25px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #818181;
}

#kx_logo img {
    width: 114px;
    height: 42px;
}

.bottomfu{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url("../img/botbg.jpg") no-repeat center;
    z-index: 2;
}
.bottomfuinfo{
    position:relative;
    width: 1200px;
    margin: 0 auto;
}
.soukewrap{
    margin-left: 170px;
    margin-top: 30px;
}
.bottomfuinfo select{
    float: left;
    width: 191px;
    height: 38px;
    margin-right: 10px;
    line-height: 38px;
    background: #fff;
}
.bottomfuinfo input{
    float: left;
    width: 101px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #ff6000;
}
.erweima{
    position: absolute;
    top: -50px;
    width: 130px;
    height: 130px;
    background: url("../img/ewmbg.png") no-repeat center;
}
.erweima img{
    margin: 8px;
    width: 113px;
    height: 113px;
    background: url("../img/ewm.png") no-repeat center;
}
.zxzx{
    position: absolute;
    top: -35px;
    right: 0;
    width: 80px;
    height: 81px;
    background: url("../img/zxzx.png") no-repeat center;
}
.zxzx a{
    display: block;
    width: 80px;
    height: 81px;
}






.sousuowrap{
    background: #fff;
}
.secondHead {
    margin: 0;
    padding-top: 20px;
    padding: 30px;
}
.navwrap{
    background: #fff;
}


.rightsead{
    position:fixed;
    top: 30%;
    left: 50%;
    margin-left: 612px;
    width:48px;
    height:195px;
    z-index: 9999;
}
.rightsead ul{
    width:48px;
    border-radius: 3px;
    background: #7fa29c;
}
.rightsead li{
    width:48px;
    height:48px;
    border-bottom: 1px solid #afc8c4;
}
.rightsead li.zxzx1{
    background: url("../img/zxzx1.png") no-repeat center;
}
.rightsead li.huodong{
    background: url("../img/hd.png") no-repeat center;
}
.rightsead li.xskf{
    background: url("../img/xskf.png") no-repeat center;
}
.rightsead li.wenti{
    border-bottom: none;
    background: url("../img/wenti.png") no-repeat center;
}
.zxzx1link,.zxzx1link:hover{
    display: none;
    position: absolute;
    top: 0;
    right: 48px;
    width: 165px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 15px;
    color: #f5f7fa;
    background: #38bca4;
}
.huodonglink,.huodonglink:hover{
    display: none;
    position: absolute;
    top: 49px;
    right: 48px;
    width: 180px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 15px;
    color: #f5f7fa;
    background: #38bca4;
}
.gongzhonghao{
    display: none;
    position: absolute;
    top: 98px;
    right: 48px;
    width: 91px;
    height: 158px;
    line-height: 48px;
    padding: 8px;
    line-height: 16px;
    font-size: 13px;
    color: #f5f7fa;
    background: #38bca4;
}
.gongzhonghao img{
    margin-bottom: 2px;
}
.wentilink,.wentilink:hover{
    display: none;
    position: absolute;
    top: 147px;
    right: 48px;
    width: 180px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 15px;
    color: #f5f7fa;
    background: #38bca4;
}
/*地图弹窗*/
.map_tc1{
    width:900px;
    height: 684px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -450px;
    z-index: 99999;
}
/*常见问题弹窗1*/
.question_tc1{
    display: none;
    width:832px;
    max-height: 664px;
    padding: 0 34px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -450px;
    z-index: 99999;
    overflow-y: auto;
}
.question_tit{
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #38bca4;
    font-size: 18px;
    color: #333;
}
.questionclose_btn{
    float: right;
    width: 15px;
    height: 60px;
    background: url("../img/questionclose_icon.png") no-repeat center;
}
.question_p{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px dashed #e6e6e6;
    padding-left: 50px;
    font-size: 16px;
    color: #6b6b6b;
    background: url("../img/question_icon.png") no-repeat 12px center;
}
.targ_icon{
    float: right;
    width: 23px;
    height: 66px;
    background: url("../img/questionshou_icon.png") no-repeat center;
}
.targkai_icon{
    background: url("../img/questionzhan_icon.png") no-repeat center;
}
.answer_p{
    line-height: 26px;
    padding: 10px 0 30px 50px;
    font-size: 14px;
    color: #818181;
    background: url("../img/answer_icon.png") no-repeat 12px 10px;
}

/*视频弹窗1*/
.shipin_tc{
    display: none;
    width:696px;
    height: 480px;
    padding: 0 20px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -348px;
    z-index: 99999;
}
.shipin_btn{
    float: right;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}
.shipin_p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

/*预约试听弹窗1*/
.shiting_tc{
    display: none;
    width:605px;
    margin: 10px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -302px;
    z-index: 99999;
}
.shiting_tc p {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #f5a61b;
}
.shiting_btn{
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/close.png") no-repeat center;
}
.clform{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.clform2 {
    position: static;
    float: none;
    width: 315px;
    padding: 20px 145px 0;
    /*height: 356px;*/
    margin: 0 auto;
    font-size: 14px;
    color: #606060;
    background: #fff;
}
.inputsel{
    float: left;
    padding-top: 7px;
}
.clform2 .login_btn{
    width: auto;
}
.leftNav li:hover,.leftNav li.curli {
    background: #38bca4;
    color: #fff;
}
.zhongxue .itemtit span.bg {
    background: #8c6be1;
}
.zhongxue .itemtit {
    color: #8c6be1;
}
.zhongxue .itemtit li a:hover,.zhongxue  .itemtit li.current a {
    color: #8c6be1;
}
.zhongxue .infotit span.bg {
    background: #8c6be1;
}
.leftNav li.zhongxue:hover,.leftNav li.zhongxue.curli {
    background: #8c6be1;
}
.daxue .itemtit span.bg {
    background: #5b95ec;
}
.daxue .itemtit {
    color: #5b95ec;
}
.daxue .itemtit li a:hover,.daxue  .itemtit li.current a {
    color: #5b95ec;
}
.daxue .infotit span.bg {
    background: #5b95ec;
}
.leftNav li.daxue:hover,.leftNav li.daxue.curli {
    background: #5b95ec;
}
.yingxue .itemtit span.bg {
    background: #ffbe60;
}
.yingxue .itemtit {
    color: #ffbe60;
}
.yingxue .itemtit li a:hover,.yingxue  .itemtit li.current a {
    color: #ffbe60;
}
.yingxue .infotit span.bg {
    background: #ffbe60;
}
.leftNav li.yingxue:hover,.leftNav li.yingxue.curli {
    background: #ffbe60;
}
.liuxue .itemtit span.bg {
    background: #de79af;
}
.liuxue .itemtit {
    color: #de79af;
}
.liuxue .itemtit li a:hover,.liuxue  .itemtit li.current a {
    color: #de79af;
}
.liuxue .infotit span.bg {
    background: #de79af;
}
.leftNav li.liuxue:hover,.leftNav li.liuxue.curli {
    background: #de79af;
}

.left { width: 80px; height: 80px; left: 650px }
.right { width: 80px; height: 80px; right: 650px }
.left span { width: 38px; height: 38px; position: absolute; top: 21px; left: 25px; background: url(http://i.sh.xdf.cn/files/home/i/ksarr_01.png) no-repeat 2px 2px; background-color: none; transition: all .5s ease }
.right span { width: 38px; height: 38px; position: absolute; top: 21px; right: 25px; background: url(http://i.sh.xdf.cn/files/home/i/ksarr_02.png) no-repeat 2px 2px; background-color: none; transition: all .5s ease }
.left:hover span { background-color: rgba(0, 0, 0, .4); border-radius: 100% }
.right:hover span { background-color: rgba(0, 0, 0, .4); border-radius: 100% }


.yingxue .itemtit li a:hover,.yingxue .itemtit li.current a {
    color: #fff;
    background: #ffbe60;
}
.yingxue .itemtit {
    background: url(http://www.xdf.cn/zhuanti/gzhome/public/img/yxjs_yx.jpg) no-repeat!important;
    background-size: 100% auto!important;
}
.leftNav{
    height: 360px!important;
}