html {
    color: #333;
}

#banner {
    height: 590px;
    width: 100%;
    background: url(../images/xfs_banner1.png) no-repeat center center;
    background-size: auto 100%;
    position: relative;
    color: #fff;
    text-align: center;
}
.banner h2 {
    font-size: 80px;
    color: #f8cb72;
    padding: 80px 0 50px 0;
    letter-spacing: 20px;
}

.banner p {
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}
.banner p span{
    color: #f8cb72;
}
.banner>span {
    display: block;
    font-size: 12px;
    color: #fff;
}

.banner button {
    color: #fff;
    width: 260px;
    height: 60px;
    background: #aa7c21;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    margin-top: 50px;
    line-height: 58px;
}


.content2 {
    padding: 80px 0 100px 0;
    text-align: center;
    font-size: 24px;
}

.content2>span {
    text-align: center;
    margin: 30px 0 50px 0;
    display: block;
}

.content2>ul {
    width: 1200px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.content2>ul li {
    float: left;
    width: 288px;
    margin-left: 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.content2>ul li img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.content2>ul li>div{
    position: absolute;
    width: 100%;
    height: 210px;
    bottom: -160px;
    font-size: 24px;
    color: #fff;
    background: rgba(34, 34, 34, 0.9);
    transition: 0.5s;
     border-radius: 5px;
}
.content2>ul li:hover>div{
     bottom: 0;
}
.content2>ul li:hover div p{
    background: none;
}
.content2>ul li>div p {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8cb72;
    height: 50px;
    line-height: 50px;
    transition: 0.3s;
}
.content2>ul li>div>div{
    width: 40px;
    height: 2px;
    background: #f8cb72;
    margin:10px auto 20px auto;
}
.content2>ul li>div span{
    display: block;
    padding: 0 15px;
    line-height: 36px;
    font-size: 24px;
}
.btns {
    width: 880px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.btns button {
    display: inline-block;
    width: 310px;
    height: 60px;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 24px;
    background: #f8cb72;
    color: #333;
    margin: 0 65px;
}

.btns button.btns-btn2 {
    background: #333333;
    color: #f8cb72;
}

.btns button.btns-btn2:hover {
    background: #f8cb72;
    color: #333;
}

.btns button:hover {
    background: #333333;
    color: #f8cb72;
}


.content3{
    height: 720px;
    width: 100%;
    background: url(../images/xfs_ys.png) no-repeat center center;
    background-size: auto 100%;
    position: relative;
}
.content3 .p-title{
    padding-top: 80px;
    color: #fff;
}
.content3 ul{
    width: 1200px;
    margin: 55px auto;
    overflow: hidden;
}
.content3 ul li{
    float: left;
    width: 270px;
    margin-left: 40px;
    font-size: 24px;
}
.content3 ul li div{
    padding:0 25px;
    height: 200px;
    width: 270px;
    display: table-cell;
    vertical-align: middle;
    background: #f8cb72;
    line-height: 36px;
}
.content3 ul li p{
    text-align: center;
    color: #f8cb72;
    margin-top: 15px;
}
.form{
    width: 530px;
    margin: 0 auto;
}
.form>div{
    overflow: hidden; 
}
.form>div>div{
    width: 368px;
 border: 1px solid #f8cb72;
 border-radius: 5px;
 font-size: 0;
 padding: 10px 0;
 float: left;
}
.form>div img{
    margin: 0 20px;
    vertical-align: middle;
    height: 30px;
}
.form>div input{
    background: none;
    width: 290px;
    outline: none;
    border: none;
    height: 30px;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
}
.form>div>button{
    float: right;
    width: 150px;
    height: 50px;
    background: #f8cb72;
    border: none;
    border-radius: 5px;
    font-size: 24px;
}
.form>p{
    font-size: 18px;
    color: #f8cb72;
    text-align: center;
    margin-top: 20px;
}


.content4{
    width: 1030px;
    margin: 100px auto;
}
.content4 table{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
    .content4 table th{
    height: 80px;
    background: #f8cb72;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
   .content4 table td{
       padding: 15px 0;
       font-size: 24px;
   }



   .map {
       width: 1200px;
       margin: 0 auto;
   }

   .map .map-title1 {
       text-align: center;
       font-size: 72px;
       font-weight: bold;
       color: #444;
       margin: 60px 0;
   }

   .map .mapbox {
       width: 100%;
       height: 800px;
   }

   .schoolinfor {
       width: 900px;
       height: 80px;
       margin: 100px auto 100px auto;
       border: 1px solid #cccc;
       line-height: 80px;
       padding-left: 40px;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       font-size: 18px;
   }

   .schoolinfor .mapbtn {
       display: inline-block;
       width: 340px;
       height: 100%;
       background: #aa7c21;
       color: #fff;
       text-align: center;
       float: right;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       margin-right: -2px;
       font-size: 24px;
   }


.content5{
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.content5>div>img{
    width: 100%;
    margin: 50px 0;
}


.fixed-btm{
    background: url(../images/fixed-btm-xfs-bg.jpg) no-repeat 100%;
}