/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
    color: #333;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
}

input {
    outline: none;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 450px;
}
.schoolName{
    text-align: center;
    font-family: 楷体;
    margin: 20px;
    font-size: 35px;
}
.content11 {
    width: 1230px;
    margin: 20px auto;
    display: flex;
}
.content11 div{
    width: 170px;
    height: 110px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: auto;
}
.content11 div img{
    display: block;
    margin: 20px auto 10px;
}
.content11 div span{
    display: block;
    text-align: center;
}

.content12 {
    width: 1200px;
    margin: 20px auto;
   overflow: hidden;
}
.content12left{
    float: left;
    width: 292px;
    height: 338px;
}
.content12left img{
    width: 292px;
    height: 338px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.content12middle{
    float: left;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 560px;
    height: 338px;
}
.content12middle span{
    text-indent: 2em;
    line-height: 27px;
    display: block;
    width: 94%;
    margin: 15px auto;
    letter-spacing: 2px;
}
.content12middle a{
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    display: block;
    margin: auto;
    width: 40%;
    line-height: 35px;
    text-align: center;
    color: #ff8000;
}
.content12right{
    float: right;
    margin-left: 18px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 310px;
    height: 338px;
}
.content12righttitle,.content12middletitle{
    line-height: 44px;
    background: #eeeeee;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.content12right3 {
    border-top: none;
    padding: 0 10px;
}

.content12right3 span {
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 36px;
}

.content12right3 font {
    color: #ff3300;
}

.content12right3 form input {
    display: block;
    width: 98%;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    margin: 10px auto 0;
    border-radius: 6px;
    text-indent: 5px;
}

.content12right3 form button {
    width: 90%;
    line-height: 37px;
    border-radius: 20px;
    background: #ff8000;
    text-align: center;
    display: block;
    color: white;
    margin: 10px auto 15px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: 宋体;
}
.content12right3 form button:nth-of-type(2) {
    background: white;
    border: 1px solid #ff8800;
    color: #ff8000;
}
.content5 {
    background: url("../images/index/content5.png");
    width: 1200px;
    height: 318px;
    margin: 20px auto;
}

.content5 > span {
    font-size: 34px;
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #ff8000;
}

.content5 ul {
    width: 1040px;
    margin: 160px auto 0;
    display: flex;
    justify-content: space-between;
}

.content5 ul li {
    width: 180px;
    text-align: center;
}

.content5 ul li span {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

.title {
    margin: 20px 0;
}

.title span {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #333333;
}

.title p {
    text-align: center;
    color: #999999;
}

.content13{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.content13 >div{
    margin: auto;
    line-height: 27px;
    width: 70%;
    text-align: center;
}
.content13Text{
    display: block;
    margin: auto;
}
.content13Text li{
    width: 380px;
    height: 317px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px;
    box-sizing: border-box;
    /*padding-bottom: 10px;*/
}
.content13Text li img{
    display: block;
    margin: auto;
}
.content13Text li span{
    display: block;
    font-size: 14px;
    width: 90%;
    margin:10px auto;
    line-height: 27px;
}
.content14{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.content14left{
    float: left;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    width: 950px;
}
.content14left img{
    float: left;
    margin: 20px;
}
.content14left div{
    width: 620px;
    margin-left: 20px;
    float: left;
}
.content14left span{
    line-height: 37px;
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #ff8000;
    margin-bottom: 10px;
}
.content14left p{
    line-height: 32px;
    margin:0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content14left p font{
    font-weight: bold;
}
.content14right{
    float: right;
    width: 246px;
    border: 1px solid #e4e4e4;
    background: #f2f2f2;
    height: 395px;
}
.content14right a{
    background: #FFFFFF;
    line-height: 40px;
    width: 210px;
    display: block;
    color: #666;
    margin: 30px auto;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}
.content14right a:hover{
    color: #ffffff;
    background: #ff8000;
}

.content16 {
    border-top: 2px dashed #e4e4e4;
    padding-top: 10px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.content16text1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 380px;
    height: 510px;
}

.content16Title {
    width: 380px;
    background: #eeeeee;
    height: 50px;
    margin-bottom: 10px;
}

.content16text1 span:nth-of-type(1) {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ff8000;
    line-height: 50px;
    margin-left: 30px;
}

.content16text1 span:nth-of-type(2) {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
}

.content16text1 img {
    width: 90%;
    margin: 15px auto;
    display: block;
}

.content16text1 p {
    line-height: 30px;
    margin: 0 5px 5px 15px;
    font-size: 18px;
}

.content16text1 p font {
    font-weight: bold;
}

.content16text1 p:nth-of-type(1) {
    color: #ff8000;
}

.content16text1 a {
    width: 280px;
    display: block;
    margin: auto auto 10px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    background: #ff8000;
    color: white;
    border-radius: 20px;
}
@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {

}