
/*留学国家*/
.country {
    height: 92px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f6f6f6;
}

.country .tit {
    width: 115px;
    height: 52px;
    margin-right: 65px;
    background: #ff9000;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    padding: 18px 0 22px;
    position: relative;
    float: left;
}

.country .tit:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff9000;
    right: -10px;
    top: 36px;
    transform: rotate(45deg);
}

.country .countryList {
    width: 1040px;
    float: right;

    /*margin:6px 0;*/
    padding: 16px 0;
}

.country .countryList .item {
    width: 56px;
    text-align: center;
    font-size: 0;
    float: left;
    margin-right: 18px;
}
.country .countryList .item:last-child {
    margin-right: 0;
}

.country .countryList .item img {
    width: 50px;
    border-radius: 6px;
    height: 35px;
}

.country .countryList .item p {
    line-height: 25px;
    font-size: 14px;
}

/*内容区域*/
.content {
    padding: 25px 0 0;
}
.headerNav >div a:nth-child(2){
    width: 102px;
}
/*留学工具*/
.toolNews {
    height: 1215px;
}

.toolNews .tit {
    background: #0082f0;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.toolNews .left {
    width: 315px;
    height: 1215px;
    background: #f6f6f6;
    float: left;
}

.toolNews .left .toolList {
    padding: 0 20px 20px;
    overflow: hidden;
}

.toolNews .left .toolList .item {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-top: 25px;
}
.toolNews .left .toolList .item img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.toolNews .left .toolList .item p {
    line-height: 30px;
    font-size: 16px;
    margin-top: 5px;
}

.toolNews .center {
    width: 564px;
    height: 1215px;
    background: #f6f6f6;
    float: left;
    margin: 0 13px;
}
.toolNews .center  .cenad{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toolNews .center  .cenad a{
    width: 252px;
    height: 223px;
}
.toolNews .center  .cenad a img{
    display: block;
    width: 100%;
    height: 100%;
}
.toolNews .center .toolNav {
    height: 52px;
}

.toolNews .center .toolNav .item {
    width: calc(50% - 2.8px);
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    background: #ddd;
    cursor: pointer;
    margin-right: 2.8px;
}

.toolNews .center .toolNav .item:last-child {
    margin-right: 0;
    width: 50%;
}

.toolNews .center .toolNav .on {
    background: #0082f0;
    color: #fff;
}

.toolNews .center .newsList {
    padding: 10px 20px;
    /* height: 923px; */
    line-height: 33px;
    display: none;
}
.toolNews .center .newsList:first-child{
    display: block;
}
.toolNews .center .newsList a {
    display: block;
    height: 33px;
    font-size: 16px;
    padding-right: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.toolNews .center .newsList a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0082f0;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
}

.toolNews .center .newsList a:hover {
    color: #0082f0;
    font-weight: bold;
}

.toolNews .center .newsList a text {
    /* float: right; */
    /* width: 72px; */
    position: absolute;
    right: 0;
}

.toolNews .right {
    width: 315px;
    height: 1215px;
    background: #f6f6f6;
    float: left;
}
.toolNews .right .rigad{
    width: calc(100% - 40px);
    padding: 0 20px;
}
.toolNews .right .rigad a{
    display: block;
    height: 223px;
}
.toolNews .right .rigad img{
    display: block;
    width: 100%;
    height: 100%;
}
.toolNews .right .form {
    padding: 0 20px;
}

.toolNews .right .form .item {
    background: #E5E5E5;
    height: 45px;
    padding: 0 10px;
    margin-top: 17px;
}

.toolNews .right .form .item .name {
    float: left;
    width: 85px;
    line-height: 45px;
    font-size: 15px;
}

.toolNews .right .form .item .name:before {
    content: '';
    width: 20px;
    height: 45px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/form1.png") no-repeat center center;
    background-size: 60% auto;
}

.toolNews .right .form .item input,
.toolNews .right .form .item select {
    float: left;
    width: 150px;
    outline: 0;
    border: 0;
    background: #E5E5E5;
    height: 45px;
    font-size: 15px;
    margin-left: 15px;
}

.toolNews .right .form .sub {
    background: #ff9c00;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
}
.ind_ul{
    padding: 0 20px 20px;
    background: #ebebeb;
    border-top:1px solid #ebebeb;
    overflow: hidden;
}
.ind_ul li {
    text-align: center;
    font-size: 16px;
    width: 33.33%;
    float: left;
    margin-top: 25px;
}
.ind_ul li span {
    display: block;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
}
.ind_ul li img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.zyfl{
    /* border-top: 2px solid #0082f0; */
    /* margin-top: 40px; */
}
.zyfl .ind_tit {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    background: #0082f0;
    text-align: center;
}
.zyfl .ind_tit h3{
    font-size: 18px;
}
.zyfl ul {
    padding-top: 5px;
}
.zyfl ul li {
    height: 50px;
    padding: 13px 25px 13px 25px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.zyfl ul li div {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.zyfl ul li div>a {
    color: #3e3e3e;
    overflow: hidden;
    display: block;
}
.zyfl ul li div>a span {
    color: #ff9c00;
    font-size: 13px;
    font-weight: normal;
    float: right;
}
.zyfl ul li>a {
    margin-top: 15px;
    margin-right: 10px;
    display: block;
    float: left;
    font-size: 14px;
    color: #525252;
    line-height: 14px;
}
.lxcountry .lxctit{
    font-size: 18px;
   text-align: center;
    line-height: 50px;
    color: #fff;
    background: #0082f0;
}
.lxcountry ul{
    padding: 0 20px;
}
.lxcountry ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    margin-top: 5px;
}
.lxcountry ul li a{
    display: block;
    line-height: 25px;
    font-size: 16px;
}
.lxsmh {
    margin-top: 40px
}
.lxsmh .lxsmhtit{
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    padding: 0 24px;
    color: #fff;
    text-align: center;
    background: #0082f0;
}
.lxsmh  .lxsmhSwiper{
    height: 267px;
    margin-top: 9px;
    overflow: hidden;
}
.lxsmh ul {
    padding: 0 24px;
}
.lxsmh ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 24px;
    height: 68px;
}
.lxsmh ul li h5 {
    font-size: 17px;
    font-weight: bold;
    color: #323232;
}
.lxsmh ul li h5 a {
    float: right;
    width: 60px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #ff9c00;
    line-height: 18px;
    border-radius: 9px;
    margin-top: 3px;
}
.lxsmh ul li p {
    position: relative;
    font-size: 16px;
    color: #323232;
}
.lxsmh .more {
    font-size: 16px;
    color: #ff9c00;
    display: block;
    text-align: center;
    height: 66px;
    line-height: 66px;
}
.lxtt {
    position: relative;
    padding-left: 90px;
    height: 152px;
    padding-top: 16px;
    overflow: hidden;
}
.lxttSwiper{
    height: 132px;
}
.lxtt img{
    position: absolute;
    left: 20px;
    top: 16px
}
.lxtt li{
    padding-right: 46px;
    margin-bottom: 40px;
}
.lxtt li h2 {
    font-size: 18px;
    color: #363636;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    /*line-height: 44px;*/
    font-weight: bold;
}
.lxtt li .p {
    font-size: 14px;
    color: #494949;
    line-height: 22px;
}
.lxtt li .p span {
    color: #fb5757;
}
/*/小图展示*/
.smallImg {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.smallImg .item {
    float: left;
    width: 24.1%;
    margin-right: 1.2%;
    cursor: pointer;
}

.smallImg .item:last-child {
    margin: 0;
}
.smallImg .item img{
    width: 100%;
    display: block;
}

/*留学攻略*/
.liuxue .lef {
    width: 928px;
    float: left;
}

.liuxue .lef .lefbot {
    background: #ededed;
    padding: 13px 10px 0px;
    overflow: hidden;
}

.liuxue .lef .lefbot .item {
    width: 296px;
    height: 300px;
    float: left;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.liuxue .lef .lefbot .item:nth-child(3n) {
    margin-right: 0;
}

.liuxue .lef .newsList {
    width: 276px;
    padding: 10px;
    line-height: 33px;
    overflow: hidden;
}

.liuxue .lef .newsList a {
    display: block;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liuxue .lef .newsList a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f03c07;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
}

.liuxue .lef .newsList a:hover {
    color: #f03c07;
    font-weight: bold;
}

.liuxue .lef .newsList a.itemli.on .img {
    width: 124px;
    height: 84px;
    float: left;
    overflow: hidden;
}

.liuxue .lef .newsList a.itemli.on .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .2s linear;
}

.liuxue .lef .newsList a.itemli.on:before {
    display: none;
}

.liuxue .lef .newsList a.itemli.on {
    padding-left: 0;
    margin-bottom: 8px;
    overflow: hidden;
    height: 84px;
    white-space:normal;
}

.liuxue .lef .newsList a.itemli.on span{

}

.liuxue .lef .newsList a.itemli span {
    width: 140px;
    height: 84px;
    float: right;
    line-height: 28px;
    overflow: hidden;
}

.liuxue .lef .newsList a:hover .img img {
    transform: scale(1.08);
}

.liuxue .rig {
    width: 277px;
    height: 360px;
    background: #fff;
    float: right;
}
.liuxue .rig .tit {
    background: #0082f0;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.liuxue .rig .form {
    padding: 20px 10px;
    background: #f6f6f6;
}
.liuxue .rig .form .item:first-child{
    margin-top: 0;
}
.liuxue .rig .form .item {
    background: #d3d3d3;
    border-radius: 30px;
    height: 35px;
    padding: 0 20px;
    margin-top: 18px;
}

.liuxue .rig .form .item .name {
    float: left;
    width: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.liuxue .rig .form .item .name:before {
    content: '';
    width: 20px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/form1.png") no-repeat center center;
    background-size: 60% auto;
}
.liuxue .rig .form .item:nth-child(2) .name:before {
    content: '';
    background: url("../img/form2.png") no-repeat center center;
    background-size: 60% auto;
}
.liuxue .rig .form .item:nth-child(3) .name:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url("../img/form3.png") no-repeat center center;
    background-size: 80% auto;
}
.liuxue .rig .form .item:nth-child(4) .name:before {
    content: '';
    width: 23px;
    height: 17px;
    background: url("../img/form4.png") no-repeat center center;
    background-size: 80% auto;
}

.liuxue .rig .form .item input,
.liuxue .rig .form .item select {
    float: left;
    width: 142px;
    outline: 0;
    border: 0;
    background: #d3d3d3;
    height: 35px;
}

.liuxue .rig .form .sub {
    background: #ff9c00;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
}
.liuxue .ad{
    padding-bottom: 0;
}

/* 留学风采 */
.liuxue  .lxlist{
    overflow: hidden;
}
.liuxue  .lxlist .item{
    float: left;
    width: 345px;
}
.liuxue  .lxlist .item + .item{
    margin-left: 13px;
}
.liuxue  .lxlist .item .img{
    width: 100%;
    height: 227px;
    overflow: hidden;
}
.liuxue  .lxlist .item .img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.liuxue  .lxlist .item:hover .img img{
    transform: scale(1.08);
}
.liuxue  .lxlist .item p{
    padding-left: 35px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    background: #eaeaea;
    position: relative;
}
.liuxue  .lxlist .item p span{
    position: absolute;
    left: 22px;
    top: 50%;
    width: 3px;
    height: 17px;
    margin-top: -9px;
    background: #f03c07;
}
/* 国外合作院校 */
.liuxue .tab{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 15px;
    background: #f7f7f7;
}
.liuxue .tab a:first-child{
    margin-left: 0px;
}
.liuxue .tab a.on{
    color: #f03c07;
}
.liuxue .tab a{
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    display: inline-block;
    margin-left: 25px;
    transition: all .5s;
    line-height: 50px;
    border-radius: 5px;
    position: relative;
}
.liuxue .tab a.on::after{
    content: '';
    width: 80%;
    height: 3px;
    left: 50%;
    bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    background: #f03c07;
    transform: translateX(-50%);
    position: absolute;
}
.liuxue .hzSchool{
    display: none;
    overflow: hidden;
}
.liuxue .hzSchool:nth-child(1){
    display: block;
}
.liuxue .hzSchool a.item{
    width: 196px;
    height: 220px;
    float: left;
    background: #f7f7f7;
}
.liuxue .hzSchool a.item + a.item{
    margin-left: 8px;
}
.liuxue .hzSchool a.item .img{
    width: 140px;
    height: 140px;
    transition: all .5s;
    margin: 15px auto 5px;
    position: relative;
}
.liuxue .hzSchool a.item .img img{
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.liuxue .hzSchool a.item p{
    line-height: 25px;
    text-align: center;
}
.liuxue .hzSchool a.item:hover .img{
    transform: rotateY(180deg);
}

/* 修改 */
.highSchool .schoolList .item .typeLogo .type p:nth-child(n + 4){
    display: none;
}
.highSchool .schoolList {
    height: 390px;
}