.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
   height: auto;
    transition: all .3s;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.section1 {
    padding-top: 80px;
    background: url(../images/sect1-bg.png) no-repeat right top;
    background-size: contain;
}

.topic {
    text-align: center;
}

.topic h2 {
    font-size: 32px;
    color: #1a1a1a;
    line-height: 1;
    text-transform: uppercase;
}

.topic p {
    margin-top: 20px;
    font-size: 18px;
    color: #404040;
    line-height: 1;
    text-transform: uppercase;
}

.about {
    position: relative;
    margin-top: 65px;
    overflow: hidden;
}

.a-l {
    float: left;
    width: 59.6%;
}

.a-l .pic {
    padding-top: 45.6%;
}

.a-r {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 59.6%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 35px;
}

.a-r p {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.a-r .more {
    margin-top: 60px;
    width: 280px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d81a14;
    box-sizing: border-box;
    padding-right: 30px;
}

.a-r .more a {
    display: block;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 18px;
    color: #fff;
    background: url(../images/more.png) no-repeat center right;
}

.section2 {
    padding: 60px 0 0px 0px;
}

#box {
    width: 100px;
    height: 100px;
}

.section2 .topic h2 {
    position: relative;
    display: inline-block;
}

.section2 .topic h2:after {
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    height: 37px;
    top: 15px;
    background-color: #f3f0ec;
    z-index: -1;
}

.school-icon {
    padding-top: 70px;
}

.school-icon ul {
    margin-left: -18px;
    margin-right: -18px;
}

.school-icon ul li {
    width: 20% !important;
    margin: 10px 2.5%;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    text-align: center;
    transition: all .3s;
}

.school-icon ul li:hover {
    background-color: #0c529d;
}

.school-icon ul li a {
    position: relative;
    display: block;
    background-color: #f3f0ec;
    padding-top: 40px;
    transition: all .3s;
    background-position: center 95%;
    z-index: -2;
}

.school-icon ul li:hover a {
    position: relative;
    background: transparent url(../images/more.png) no-repeat center 95%;
    z-index: 0;
}

.school-icon ul li a .icon {
    position: relative;
    width: 74px;
    height: 74px;
    background: rgba(12, 82, 157, .9);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.school-icon ul li:hover .icon {
    background: url(../images/icon-bg.png) no-repeat center center;
}

.school-icon ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.school-icon ul li a img.icon-other {
    position: absolute;
    z-index: -1;
}

.school-icon ul li:hover a img.icon-other {
    z-index: 0;
}

.school-icon ul li a .icon::before {
    content: '';
    position: absolute;
    width: 92px;
    height: 92px;
    border-width: 9px;
    border-color: transparent;
    border-style: solid solid solid solid;
    background: url(../images/zd.png) no-repeat right bottom;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.school-icon ul li a .icon::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    border-width: 9px;
    border-color: transparent;
    border-style: solid solid solid solid;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.school-icon ul li:hover a .icon::after {
    width: 74px;
    height: 74px;
    left: 50%;
    top: 50%;
    transform: none;
    transform: translate(-50%, -50%) rotatez(-180deg);
    /* background: url(../images/zd.png) no-repeat right bottom; */
    border-color: transparent #da251d #da251d transparent;
}

.school-icon ul li:hover a .icon::before {
    width: 74px;
    height: 74px;
    border-color: transparent #da251d #da251d transparent;
    background-image: none;
}

.school-icon ul li a .text {
    margin-top: 45px;
    padding-bottom: 40px;
}

.school-icon ul li a .text p {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.school-icon ul li:hover a .text p {
    color: #fff;
}

.section3 {
    background-color: #f6f6f6;
    padding: 65px 0;
}

.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 32px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.title .more {
    float: right;
    line-height:40px;
    transition: all .3s;
}

.title .more a {
    padding-right: 40px;
    background: url(../images/more-other.png) no-repeat right center;
    font-size: 18px;
    color: #0c529d;
    text-transform: capitalize;
}

.title .more:hover {
    transform: translateX(-5px);
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 30%;
}

.sect3-r {
    float: right;
    width: 30%;
}
.sect3-z {
    width: 30%;
    margin: 0px 5%;
    float: left;
}
.sect3 ul li {
    float: left;
    width: 100%;
}

.sect3 ul li a {
    display: block;
}

.sect3 ul li:nth-child(2n) {
    margin-left: 4%;
}

.sect3 ul li .pic {
    padding-top: 63%;
}

.sect3 ul li .text {
    padding-top: 20px;
}

.sect3 ul li .text p {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}

.sect3 ul li .text span {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    color: #0c529d;
    font-family: "Microsoft Uighur";
}

.sect3-r ul li .text span {
    color: #da251d;
}

.sect3 ul li:hover .text p {
    color: #0c529d;
}

.sect3 ul li:hover .text span {
    color: #333;
}

.link {
    padding-top: 65px;
    padding-bottom: 50px;
}

.link ul {
    overflow: hidden;
}

.link>ul>li {
    float: left;
    padding-right:115px;
    min-height:200px;
}

.link>ul>li.length {
    width: 20%;
}

.link>ul>li>a {
    font-size: 19px;
    color: #0c529d;
    word-break: break-all;
}

.link>ul>li>ul>li {
    margin-top: 15px;
}

.link>ul>li>ul>li>a {
    font-size: 14px;
    color: #4c4c4c;
}

.link>ul>li>ul>li:hover>a {
    color: #0c529d;
}

@media screen and (max-width:1340px) {
    .school-icon ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:1300px) {
    .a-r {
        padding: 10px 15px;
    }
    .a-r .more {
        margin-top: 30px;
    }
}

@media screen and (max-width:1200px) {
 .school-icon ul li {
    width: 40% !important;
    margin: 10px 5%;
}


}



@media screen and (max-width:1000px) {
    .section1 {
        padding-top: 20px;
    }
    .about {
        margin-top: 20px;
    }
    .a-r p {
        line-height: 22px;
        font-size: 16px;
    }
    .a-r .more {
        margin-top: 15px;
    }
    .section2,
    .section3 {
        padding: 20px 10px;
    }
    .school-icon {
        padding-top: 20px;
        margin-top: 20px;

    }
    .title h2 {
        font-size: 24px;
    }
    .link {
        padding: 20px 15px;
    }
    .link>ul>li>a {
        font-size: 16px;
    }
    .link>ul>li>ul>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width:760px) {
   .link>ul>li {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 0px;
    min-height: 100px;
}
    .link>ul>li.length {
        width: 50%;
    }
    .link>ul>li>ul>li {
        margin-top: 0;
    }
    .a-l {
        float: none;
        width: auto;
    }
    .a-r {
        position: static;
    }
    .topic h2 {
        font-size: 22px;
    }
    .sect3-l {
        float: none;
        width: auto;
    }
    .sect3-z {
        float: none;
        width: auto;
        margin: 10px 0px 0px 0px;
    }
    .sect3-r {
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .sect3 ul li .text p {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }
}

@media screen and (max-width:600px) {

.school-icon{margin-top:20px;}
   .school-icon ul li {
    margin: 10px 0px;
    width: 100% !important;
}
}