/* 轮播图 */

.banner {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.swiper_img {
    width: 100%;
    object-fit: cover;
}

.next {
    position: absolute;
    left: 361px;
    top: 332px;
    z-index: 100;
}

.next img {
    width: 70px;
    object-fit: cover;
    cursor: pointer;
}

.prev {
    position: absolute;
    right: 362px;
    top: 332px;
    z-index: 100;
}

.prev img {
    width: 70px;
    object-fit: cover;
    cursor: pointer;
}

/* 轮播图下面的字 */

/* .banner_background {
  position: absolute;
  bottom: 0;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.87) 100%);
  width: 100%;
  height:273px;
}
.banner_title {
  position: absolute;
  left: 361px;
  top: 123px;
  color: #ffffff;
  font-size: 49px;
  font-family:FuturaBT-BoldItalic,FuturaBT;
}
.banner_info {
  position: absolute;
  color: #ffffff;
  left: 361px;
  top: 192px;
  font-size: 22px;
  width: 850px;
  text-align: left;
} */

.banner .banner_background {
    position: absolute;
    bottom: 3px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    width: 100%;
    height: 273px;
}

.banner .banner_Text {
    position: absolute;
    left: 50%;
    bottom: 41px;
    width: 1200px;
    height: auto;
    text-align: left;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.banner .banner_title {
    /*width: 850px;*/
    position: static;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1;
    color: #ffffff;
    font-size: 40px;
    font-family: FuturaBT-BoldItalic, FuturaBT;
}

.banner .banner_info {
    position: static;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    width: auto;
    line-height: 30px;
    text-align: left;
}

.banner .more_news {
    /*right: 0;
    width: 200px;
    text-align: right;
    position: absolute;
    bottom: 47px;
    height: 30px;
    text-align: right;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);*/
}

.banner .more_news a {
    font-family: 苹方-简 中粗体;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.banner .more_news a img {
    /* float: right;
  margin: 10px 0 0; */
    /*position: absolute;
    right: -10px;
    bottom: 13px;*/
    width: 10px;
    z-index: 1;
}

.banner .more_news a i {
    /*position: absolute;
    right: 0px;
    top: 21px;
    display: inline-block;*/
    width: 35px;
    height: 2px;
    margin-left: 5px;
    background-color: #fff;
}

.banner .more_news a:hover {
    text-decoration: underline;
}

/* university */

.university {
    width: 1200px;
    margin: 0 auto;
    margin-top: 71px;
}

.university .university_title {
    text-align: center;
    font-size: 50px;
    color: #000000;
    margin-bottom: 71px;
    font-family: FuturaBT-BoldItalic;
}

.university_img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 71px;
    margin-left: 170px;
}

.university_img img {
    width: 380px;
    height: 256px;
    object-fit: cover;
}

.university_city {
    margin-right: 89px;
    position: relative;
}

.university_city_bacground {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
    width: 100%;
    height: 150px;
    top: 108px;
}

.university_city_text {
    position: absolute;
    left: 30px;
    bottom: 25px;
    color: #ffffff;
    font-family: Futura Md BT Medium Italic;
    font-size: 22px;
}

.university_two {
    position: relative;
}

.university_two_background {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
    width: 100%;
    height: 150px;
    top: 108px;
}

.university_two_text {
    position: absolute;
    left: 30px;
    bottom: 25px;
    color: #ffffff;
    font-size: 22px;
    font-family: Futura Md BT Medium Italic;
}

/* btn */

.btn {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 71px;
    text-align: center;
}

.btn_choose {
    border: 1px solid rgba(27, 71, 123, 1);
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin-left: -54px;
    font-family: 苹方-简 中黑体;
    font-size: 20px;
    color: #1B477B;
    margin-right: 43px;
    cursor: pointer;
    display: inline-block;
}

.btn_now {
    background: #1B477B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: PingFangSC-Medium, PingFang SC;
}

/* 中间部分 */

.container {
    background: url(../img/3._MG_7892@2x\ \(1\).png);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}

.container_center {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 71px;
    box-sizing: border-box;
}

.container_left {
    flex: 1.5;
}

.container_right {
    flex: 1;
}

.container_img_one {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.container_img_one img {
    width: 300px;
    height: 230px;
    object-fit: cover;
}

.content_one_background {
    position: absolute;
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    border-radius: 0 0 5px 5px;
    top: 148px;
}

.container_img_one .lh33 {
    line-height: 33px !important;
}

.container_img_one .lh45 {
    line-height: 45px !important;
}

.container_img_one .maskdown {
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: 24px;
    background: rgba(27, 71, 123, 0.78);
    text-align: center;
    height: 100%;
    bottom: 0px;
    font-size: 12px;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

.container_img_one:hover .maskdown {
    opacity: 1;
}

.container_img_one p:hover {
    text-decoration: underline;
}

.content_one_text {
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    top: 190px;
    left: 19px;
    font-family: FuturaBT-BoldItalic;
}

.content_two_background {
    position: absolute;
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    border-radius: 0 0 5px 5px;
    top: 148px;
}

.content_two_text {
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    top: 189px;
    left: 18px;
    font-family: FuturaBT-BoldItalic;
}

.mb_30 {
    margin-bottom: 33px;
}

.mr_30 {
    margin-right: 32px;
}

.contant_right_title {
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    margin-top: 39px;
    text-align: right;
    font-family: FuturaBT-BoldItalic;
}

.content_two_title {
    margin-top: 15px;
    font-size: 20px;
    text-align: right;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}

.content_three {
    text-align: right;
    color: #fff;
    line-height: 41px;
    font-size: 20px;
}

.right_span {
    text-align: right;
    margin-top: 40px;
}

.content_btn {
    color: #fff;
    font-size: 22px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
}

.content_btn:hover {
    /*opacity: 0.8;*/
    background: #1B477B;
    color: #FFFFFF;
}

.partners {
    height: 100px;
}

.partners ul li {
    float: left;
    width: 25%;
}

.partners ul li img {
    cursor: pointer;
}

/* application */

.application {
    width: 1200px;
    margin: 0 auto;
    margin-top: 71px;
}

.application_title {
    text-align: center;
    font-size: 50px;
    color: #000000;
    font-family: FuturaBT-BoldItalic;
}

.application_img {
    margin-top: 71px;
    margin-left: 52px;
}

.application_img .app_img {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.application_img .app_img img {
    width: 350px;
    height: 288px;
    object-fit: cover;
}

.app_mr {
    margin-right: 30px;
}

.app_bottom {
    margin-bottom: 40px;
}

.app_background {
    position: absolute;
    width: 100%;
    height: 106px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    top: 182px;
}

.app_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* font-size: 25px; */
    font-size: 23px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
}

/* Useful */

.useful {
    width: 1200px;
    margin: 0 auto;
    margin-top: 71px;
    margin-bottom: 71px;
}

.useful .useful_title {
    text-align: center;
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 71px;
}

.useful .userful_content {
    display: flex;
    flex-wrap: wrap;
}

.useful .useful_one {
    flex: 1;
    text-align: center;
}

.useful .useful_two {
    flex: 1;
}

.useful .useful_three {
    flex: 1;
}

.useful .useful_two .useful_dashed {
    border-right: 0;
}

.useful .useful_two .useful_one_title {
    text-align: center;
}

.useful .useful_one_title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 34px;
}

.useful .useful_one_text {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.useful .useful_dashed {
    border-right: 1px dashed #BCBCBC;
    box-sizing: border-box;
}

/*search box*/

.content_search {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    background: #fbfbfb;
}

.search_container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 71px;
    box-sizing: border-box;
}

.search_title {
    color: #000;
    text-align: center;
    font-size: 50px;
    margin-bottom: 71px;
    font-weight: bold;
}

.selectBox {
    position: relative;
    float: left;
    width: 312px;
    display: inline-block;
    border: 1px solid #3579ca;
    border-radius: 4px;
}

.select {
    float: left;
    width: 312px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
}

.select .selectText {
    padding-top: 15px;
    padding-left: 11px;
    color: #1B477B;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.select img {
    float: right;
    padding-top: 17px;
    padding-right: 15px;
    width: 17px;
    height: 17px;
    object-fit: cover;
    /*      position: absolute;
    top: 10px;*/
    cursor: pointer;
}

.selectOption {
    position: absolute;
    z-index: 5;
    top: 50px;
    display: none;
    margin-top: 0;
    padding-left: 0;
    width: 312px;
    background-color: #666666;
    list-style: none;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 #dddddd;
}

.selectOption li {
    width: 100%;
    line-height: 45px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.selectOption li:first-child {
    border-top: 1px solid #e1e1e1;
}

.selectOption li:last-child {
    border-bottom: 0;
}

.selectOption li:hover {
    background-color: #5998DF;
    color: #fff;
}

.mr_30 {
    margin-right: 30px;
}

.find-a-program .search-input {
    float: left;
    display: inline-block;
    margin-left: 27px;
    width: 515px;
}

.find-a-program .search-input input {
    padding: 0 10px;
    float: left;
    width: calc(100% - 88px);
    height: 50px;
    line-height: 50px;
    border: 1px solid #3579ca;
    font-size: 16px;
    color: #8FADD1;
    box-sizing: border-box;
    border-right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.find-a-program .search-input input::placeholder {
    color: #8FADD1;
}

.find-a-program .search-input button {
    float: left;
    width: 84px;
    height: 50px;
    line-height: 50px;
    background-color: #1B477B;
    border: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.find-a-program .search-input button img {
    width: 31px;
}

.input {
    width: 436px;
    height: 50px;
    padding: 0;
    border: 0;
    background: #2a5f9e;
    color: #fff;
    font-size: 14px;
}

.search_back {
    display: inline-block;
}

.search_back img {
    width: 31px;
    object-fit: cover;
    height: 31px;
    margin-bottom: -10px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgb(0, 122, 255) !important;
}
