@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    width: 100%;
    background: #ffffff;
    font-family: '微软雅黑';
}

html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

input,
button,
textarea,
select {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="number"],
button,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666;
}

@font-face {
    font-family: 'iconfont';
    /* project id 240211 */
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

@font-face {
    font-family: moren;
    src: url(../fonts/youshebiaotihei-2.ttf);
}

@font-face {
    font-family: yingwen;
    src: url(../font/helveticaneueltstd-hvexo.otf);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 媒体查询 */

@media all and (min-width: 320px) {
    html {
        font-size: 32px;
    }
}

@media all and (min-width: 360px) {
    html {
        font-size: 36px;
    }
}

@media all and (min-width: 375px) {
    html {
        font-size: 37.5px;
    }
}

@media all and (min-width: 384px) {
    html {
        font-size: 38.4px;
    }
}

@media all and (min-width: 412px) {
    html {
        font-size: 41.2px;
    }
}

@media all and (min-width: 414px) {
    html {
        font-size: 41.4px;
    }
}

@media all and (min-width: 480px) {
    html {
        font-size: 48px;
    }
}

@media all and (min-width: 750px) {
    html {
        font-size: 75px;
    }
}

.page .pagination {
    text-align: center;
    margin: 40px 0;
}

.page .pagination li {
    display: inline-block;
    margin: 0 6px;
    height: 40px;
    cursor: pointer;
}

.page .pagination li a {
    transition: all 0.2s;
}

.page .pagination li a,
.page .pagination li a {
    display: inline-block;
    padding: 0 16px;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    border-radius: 2px;
}

.page .pagination li:hover a {
    background: #612a7d;
    color: #ffffff;
}

.page .pagination li.active a {
    background: #612a7d;
    color: #ffffff;
}

.page .pagination li.disabled a {
    color: #cccccc;
}

.page .pagination li.disabled:hover a {
    background: transparent;
    color: #cccccc;
}

.main::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.main .text::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    padding: 0 80px;
    z-index: 999;
    line-height: 78px;
    position: fixed;
    background-color: #ffffff;
    border-bottom: solid 1px #d3d3d3;
}

.header .main {
    margin: 0 auto;
}

.header .main .left {
    float: left;
}

.header .main .left img {
    float: left;
    width: auto;
    height: 100%;
}

.header .main .right {
    float: right;
    color: #ffffff;
}

.header .main .right .item {
    float: left;
    margin: 0 25px;
    position: relative;
}

.header .main .right .item.active .aTitle {
    color: #612a7d;
}

.header .main .right .item:hover .items {
    display: block;
}

.header .main .right .item:hover .aTitle {
    color: #612a7d;
}

.header .main .right .item .aTitle {
    float: left;
    font-size: 16px;
    color: #000000;
}

.header .main .right .item .items {
    top: 78px;
    left: 50%;
    margin: auto;
    display: none;
    z-index: 999999;
    position: absolute;
    background-color: #612a7d;
    transform: translate(-50%, 0);
}

.header .main .right .item .items a {
    height: 50px;
    display: block;
    color: #ffffff;
    padding: 0 30px;
    line-height: 50px;
    white-space: nowrap;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header .main .icon {
    float: right;
    margin-top: 21px;
}

.header .main .icon .item {
    float: left;
    width: 34px;
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    margin-left: 30px;
    position: relative;
    border-radius: 100%;
    border: solid 1px #612a7d;
}

.header .main .icon .item span {
    font-size: 20px;
    color: #612a7d;
}

.header .main .icon .item:hover .items {
    display: block;
}

.header .main .icon .item .items {
    top: 58px;
    left: 50%;
    z-index: 30;
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    transform: translate(-50%, 0);
}

.header .main .icon .item .items img {
    width: 100%;
    height: auto;
}

.forms {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.layui-forms {
    top: 50%;
    left: 50%;
    width: 400px;
    z-index: 22222;
    position: fixed;
    display: none;
    padding: 50px 30px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}

.layui-forms h3 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 30px;
}

.layui-forms .layui-form-item {
    width: 100%;
}

.layui-forms .layui-form-item .layui-input-block {
    margin-left: 0;
}

.layui-forms .layui-form-item .layui-input-block span {
    left: 0;
    top: -15px;
    font-size: 20px;
    color: #999999;
    position: absolute;
}

.layui-forms .layui-form-item .layui-input-block input {
    border: none;
    height: 46px;
    padding-left: 30px;
    border-bottom: solid 1px #d3d3d3;
}

.layui-forms .layui-form-item .layui-input-block input::placeholder {
    font-size: 14px;
    color: #999999;
}

.layui-forms .layui-form-item .layui-input-block .layui-btn {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    border-radius: 52px;
    background-color: #612a7d;
}

@media screen and (max-width: 1720px) {
    .header .main .right .item {
        margin: 0 20px;
    }
    .header .main .icon .item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1580px) {
    .header .main .right .item {
        margin: 0 15px;
    }
    .header .main .right .item .aTitle {
        font-size: 15px;
    }
    .header .main .icon .item {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1410px) {
    .header {
        padding: 0 40px;
    }
    .header .main .right .item {
        margin: 0 10px;
    }
    .header .main .right .item .aTitle {
        font-size: 14px;
    }
    .header .main .icon .item {
        margin-left: 10px;
    }
}

.title {
    padding-top: 80px;
    position: relative;
}

.title h3 {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
}

.title h4 {
    font-size: 20px;
    color: #612a7d;
    padding-top: 10px;
    padding-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.title::after {
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    bottom: 30px;
    margin-left: -4px;
    position: absolute;
    background-color: #612a7d;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 78px;
}

.banner .swiper {
    height: 100%;
    position: relative;
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1.1);
        /*开始为原始大小*/
    }
    100% {
        transform: scale(1);
    }
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.banner .swiper .swiper-slide-active img {
    /*-webkit-animation-name: scaleDraw;*/
    /*关键帧名称*/
    /*-webkit-animation-duration: 5s;*/
}

.banner .swiper .swiper-pagination-bullets {
    bottom: 30px;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    opacity: .3;
    height: 12px;
    background-color: #000000;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #612a7d;
}

.record {
    padding: 80px 0;
    position: relative;
    background-color: #612a7d;
}

.record .recordImage {
    bottom: 0;
    left: -50px;
    position: absolute;
}

.record .main {
    z-index: 2;
    padding: 0 160px;
    position: relative;
}

.record .main .left {
    width: 40%;
    float: left;
}

.record .main .left p {
    font-size: 40px;
    color: #ffffff;
}

.record .main .left h3 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.record .main .left h3::before {
    width: 80px;
    height: 8px;
    content: '';
    bottom: -50px;
    position: absolute;
    background-color: #ffffff;
}

.record .main .left h4 {
    opacity: .5;
    font-size: 24px;
    color: #ffffff;
    padding-top: 130px;
    letter-spacing: 3px;
    line-height: 40px;
}

.record .main .right {
    width: 60%;
    float: right;
    height: 572px;
    overflow: hidden;
    position: relative;
}

.record .main .right .items {
    position: absolute;
}

.record .main .right .items::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.record .main .right .item {
    float: left;
    width: 33.33%;
    overflow: hidden;
    margin-top: 40px;
}

.record .main .right .item:nth-child(3n+1) {
    margin-left: 0;
}

.record .main .right .item:nth-child(1) {
    margin-top: 0;
}

.record .main .right .item:nth-child(2) {
    margin-top: 0;
}

.record .main .right .item:nth-child(3) {
    margin-top: 0;
}

.record .main .right .item h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
}

.record .main .right .item p {
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

@media screen and (max-width: 1800px) {
    .record .main {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1670px) {
    .record .main {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1500px) {
    .record .main {
        padding: 0 80px;
    }
    .record .main .right .item {
        margin-top: 20px;
    }
    .record .main .right .item h3 {
        font-size: 20px;
    }
    .record .main .right .item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px) {
    .record .main .left {
        width: 50%;
    }
    .record .main .right {
        width: 50%;
    }
    .record .main .right .item {
        width: 50%;
    }
}

.video {
    background-color: #f5f5f5;
}

.video .main .left {
    float: left;
    width: calc(50% + 140px);
}

.video .main .left video {
    width: 100%;
}

.video .main .right {
    right: 0;
    padding: 0 100px;
    text-align: center;
    position: absolute;
    width: calc(50% - 140px);
}

.video .main .right .textp {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.video .main .right a {
    display: block;
    font-size: 16px;
    color: #612a7d;
    padding-top: 60px;
}

.video .main .right a span {
    font-size: 18px;
    color: #612a7d;
    margin-left: 10px;
}

@media screen and (max-width: 1800px) {
    .video .main .right {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1500px) {
    .video .main .right {
        padding: 0 60px;
    }
    .video .main .right .title {
        padding-top: 40px;
    }
    .video .main .right .title h3 {
        font-size: 36px;
    }
}

.classType .main {
    padding: 0 160px;
}

.classType .main .title {
    text-align: center;
}

.classType .main .text a {
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    width: calc(25% - 15px);
}

.classType .main .text a:nth-child(4n+1) {
    margin-left: 0;
}

.classType .main .text a:hover .item {
    bottom: 0;
}

.classType .main .text a:hover dl dd p {
    display: none;
}

.classType .main .text a:hover dl dd span {
    display: none;
}

.classType .main .text a .item {
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    position: absolute;
    transition: all 0.5s;
    background-color: rgba(97, 42, 125, 0.8);
}

.classType .main .text a .item h3 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 40px;
}

.classType .main .text a .item h4 {
    font-size: 14px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.classType .main .text a .item p {
    font-size: 14px;
    color: #ffffff;
    padding-top: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.classType .main .text a .item h5 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
}

.classType .main .text a .item h5 span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
    text-align: center;
}

.classType .main .text a dl dt img {
    width: 100%;
    height: 190px;
}

.classType .main .text a dl dd {
    height: 60px;
    line-height: 60px;
    background-color: #612a7d;
}

.classType .main .text a dl dd p {
    float: left;
    font-size: 24px;
    color: #ffffff;
    margin-left: 30px;
}

.classType .main .text a dl dd span {
    float: right;
    font-size: 14px;
    color: #ffffff;
    margin-right: 30px;
}

.classType .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.classType .main .more a {
    color: #ffffff;
}

.classType .main .more a span {
    font-size: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1800px) {
    .classType .main .text a .item h3 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1700px) {
    .classType .main .text a .item h3 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .classType .main {
        padding: 0 100px;
    }
    .classType .main .text a .item h5 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1480px) {
    .classType .main {
        padding: 0 60px;
    }
    .classType .main .text a .item h3 {
        padding-top: 15px;
    }
    .classType .main .text a .item h5 {
        padding-top: 15px;
    }
}

.faculty .main {
    padding-top: 110px;
}

.faculty .main .title {
    right: 0;
    text-align: right;
    margin-right: 160px;
    position: absolute;
}

.faculty .main .title::after {
    right: 0;
    left: auto;
}

.faculty .main .swiper {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.faculty .main .swiper .swiperBack {
    left: 0;
    bottom: 0;
    position: absolute;
}

.faculty .main .swiper .swiper-wrapper {
    height: 100%;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide {
    padding-left: 320px;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .left {
    float: left;
    overflow: hidden;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .left img {
    width: 100%;
    height: auto;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .right {
    float: left;
    padding-top: 270px;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .right h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .right span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-bottom: 60px;
    color: rgba(255, 255, 255, 0.7);
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .right span::after {
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    bottom: 35px;
    position: absolute;
    border-radius: 4px;
    background-color: #ffffff;
}

.faculty .main .swiper .swiper-wrapper .swiper-slide .right .textp {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    max-width: 624px;
}

.faculty .main .swiper .swiper-button-next {
    top: 45%;
    right: 160px;
    background-image: none;
}

.faculty .main .swiper .swiper-button-next span {
    font-size: 18px;
    color: #ffffff;
}

.faculty .main .text {
    padding: 50px 160px 80px;
    background-color: #f5f5f5;
}

.faculty .main .text .texts::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.faculty .main .text .texts a {
    float: left;
    margin-left: 20px;
    position: relative;
    width: calc(20% - 16px);
}

.faculty .main .text .texts a:first-child {
    margin-left: 0;
}

.faculty .main .text .texts a img {
    width: 100%;
    height: auto;
}

.faculty .main .text .texts a h3 {
    left: 30px;
    bottom: 50px;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
}

.faculty .main .text .texts a h3::before {
    top: 13px;
    width: 8px;
    left: -30px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #612a7d;
}

.faculty .main .text .texts a p {
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
}

.faculty .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.faculty .main .more a {
    color: #ffffff;
}

.faculty .main .more a span {
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 1600px) {
    .faculty .main .swiper .swiper-wrapper .swiper-slide {
        padding-left: 250px;
    }
    .faculty .main .text {
        padding: 50px 100px 80px;
    }
}

@media screen and (max-width: 1480px) {
    .faculty .main .swiper .swiper-wrapper .swiper-slide {
        padding-left: 80px;
    }
    .faculty .main .swiper .swiper-wrapper .swiper-slide .right {
        margin-left: 60px;
    }
    .faculty .main .text {
        padding: 50px 60px 80px;
    }
}

.environment .main {
    padding: 0 160px;
}

.environment .main .title {
    text-align: center;
}

.environment .main .navSwiper {
    display: flex;
    justify-content: center;
}

.environment .main .navSwiper .item {
    margin: 0 -15px;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.environment .main .navSwiper .item.active {
    color: #612a7d;
    font-weight: bold;
}

.environment .main .navSwiper .item.active span {
    opacity: 1;
}

.environment .main .navSwiper .item:hover {
    color: #612a7d;
    font-weight: bold;
}

.environment .main .navSwiper .item:hover span {
    opacity: 1;
}

.environment .main .navSwiper .item span {
    opacity: 0;
}

.environment .main .swiper {
    height: 430px;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.environment .main .swiper .swiper-wrapper .swiper-slide {
    width: 650px;
    height: 430px;
}

.environment .main .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    position: static;
}

.environment .main .swiper .swiper-wrapper .swiper-slide::after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.environment .main .swiper .swiper-button-prev {
    left: 70px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background-image: none;
    border: solid 2px #ffffff;
}

.environment .main .swiper .swiper-button-prev span {
    font-size: 20px;
    color: #ffffff;
}

.environment .main .swiper .swiper-button-next {
    right: 70px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background-image: none;
    border: solid 2px #ffffff;
}

.environment .main .swiper .swiper-button-next span {
    font-size: 20px;
    color: #ffffff;
}

.environment .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.environment .main .more a {
    color: #ffffff;
}

.environment .main .more a span {
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 1600px) {
    .environment .main {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1480px) {
    .environment .main {
        padding: 0 60px;
    }
}

.campusLife {
    padding: 0 160px 80px;
    margin-top: 80px;
}

.campusLife .main .title {
    text-align: center;
}

.campusLife .main .swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.campusLife .main .swiper .swiper-wrapper .swiper-slide dl dt {
    max-height: 240px;
    overflow: hidden;
}

.campusLife .main .swiper .swiper-wrapper .swiper-slide dl dt img {
    width: 100%;
    height: auto;
}

.campusLife .main .swiper .swiper-wrapper .swiper-slide dl dd {
    padding: 20px 30px 80px;
    background-color: #ffffff;
}

.campusLife .main .swiper .swiper-wrapper .swiper-slide dl dd p {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.campusLife .main .swiper .swiper-wrapper .swiper-slide dl dd span {
    float: left;
    width: 24px;
    height: 24px;
    color: #ffffff;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    background-color: #612a7d;
}

.campusLife .main .swiper .swiper-pagination {
    bottom: 0;
}

.campusLife .main .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #612a7d;
}

.campusLife .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.campusLife .main .more a {
    color: #ffffff;
}

.campusLife .main .more a span {
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 1600px) {
    .campusLife {
        padding: 0 100px 80px;
    }
}

@media screen and (max-width: 1480px) {
    .campusLife {
        padding: 0 60px 80px;
    }
}

.service {
    padding: 0 160px 80px;
}

.service .main .title {
    text-align: center;
}

.service .main .swiper {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.service .main .swiper .swiper-wrapper .swiper-slide .left {
    width: 56%;
    float: left;
}

.service .main .swiper .swiper-wrapper .swiper-slide .left img {
    width: 100%;
    height: auto;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right {
    width: 44%;
    float: right;
    height: 280px;
    margin-top: 6%;
    padding: 0 60px 0 100px;
    position: relative;
    background-color: #612a7d;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right i {
    left: 30px;
    top: 50px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 55px;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right p {
    font-size: 14px;
    color: #ffffff;
    padding-top: 30px;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right a {
    float: left;
    margin-top: 30px;
}

.service .main .swiper .swiper-wrapper .swiper-slide .right a span {
    font-size: 24px;
    color: #ffffff;
}

.service .main .swiper .swiper-pagination-bullets {
    bottom: 40px;
    padding-right: 25%;
    text-align: right;
}

.service .main .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    opacity: .1;
    height: 12px;
    background-color: #000000;
}

.service .main .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #612a7d;
}

.service .main .swiper .swiper-button-prev {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 20px;
    z-index: 222;
    background-image: none;
}

.service .main .swiper .swiper-button-prev span {
    font-size: 20px;
    color: #999999;
}

.service .main .swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 222;
    background-image: none;
}

.service .main .swiper .swiper-button-next span {
    font-size: 20px;
    color: #999999;
}

@media screen and (max-width: 1600px) {
    .service {
        padding: 0 100px 80px;
    }
}

@media screen and (max-width: 1480px) {
    .service {
        padding: 0 60px 80px;
    }
}

.work {
    background-color: #f9f9f9;
}

.work .main {
    padding: 0 160px 80px;
}

.work .main .title {
    text-align: center;
}

.work .main .worknavSwiper {
    display: flex;
    justify-content: center;
}

.work .main .worknavSwiper .item {
    margin: 0 -15px;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.work .main .worknavSwiper .item.active {
    color: #612a7d;
    font-weight: bold;
}

.work .main .worknavSwiper .item.active span {
    opacity: 1;
}

.work .main .worknavSwiper .item:hover {
    color: #612a7d;
    font-weight: bold;
}

.work .main .worknavSwiper .item:hover span {
    opacity: 1;
}

.work .main .worknavSwiper .item span {
    opacity: 0;
    font-size: 12px;
}

.work .main .swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    margin-top: 40px;
}

.work .main .swiper .swiper-wrapper .swiper-slide {
    max-height: 415px;
    overflow: hidden;
}

.work .main .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

.work .main .swiper .swiper-pagination {
    bottom: 0;
}

.work .main .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #612a7d;
}

.work .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.work .main .more a {
    color: #ffffff;
}

.work .main .more a span {
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 1600px) {
    .work .main {
        padding: 0 100px 80px;
    }
}

@media screen and (max-width: 1480px) {
    .work .main {
        padding: 0 60px 80px;
    }
    .work .main .worknavSwiper .item {
        font-size: 12px;
    }
}

.new {
    padding-bottom: 80px;
}

.new .main {
    padding: 0 160px;
}

.new .main .title {
    text-align: center;
}

.new .main .text .items {
    float: left;
    margin-left: 30px;
    padding-right: 30px;
    width: calc(33.33% - 20px);
    border-right: dashed 1px #cccccc;
}

.new .main .text .items:last-child {
    border: none;
}

.new .main .text .items:first-child {
    margin-left: 0;
}

.new .main .text .items .up::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.new .main .text .items .up .left {
    float: left;
}

.new .main .text .items .up .left img {
    width: 190px;
    max-height: 120px;
}

.new .main .text .items .up .right {
    padding-left: 210px;
}

.new .main .text .items .up .right h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new .main .text .items .up .right p {
    font-size: 14px;
    color: #999999;
    padding-top: 30px;
}

.new .main .text .items .up .right p span {
    font-size: 18px;
    color: #999999;
}

.new .main .text .items .down .item {
    display: block;
    cursor: pointer;
    margin-top: 30px;
}

.new .main .text .items .down .item:hover p {
    color: #612a7d;
}

.new .main .text .items .down .item span {
    float: left;
    font-size: 16px;
    color: #000000;
    padding-top: 3px;
}

.new .main .text .items .down .item p {
    width: calc(100% - 110px);
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.new .main .text .items .down .item i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.new .main .text .items .down .item::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.new .main .more {
    width: 220px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    background-color: #612a7d;
}

.new .main .more a {
    color: #ffffff;
}

.new .main .more a span {
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 1600px) {
    .new .main {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1480px) {
    .new .main {
        padding: 0 60px;
    }
}

.back {
    width: 100%;
    height: 650px;
    display: flex;
    margin-top: 78px;
    align-items: center;
}

.back dl {
    padding-left: 240px;
}

.back dl dt {
    font-size: 40px;
    color: #ffffff;
}

.back dl dd h3 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.back dl dd h3::before {
    left: 0;
    width: 80px;
    height: 8px;
    content: '';
    bottom: -50px;
    position: absolute;
    background-color: #ffffff;
}

.back dl dd p {
    opacity: .5;
    font-size: 24px;
    color: #ffffff;
    padding-top: 100px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.crumbs {
    height: 52px;
    padding: 0 160px;
    line-height: 52px;
}

.crumbs p {
    font-size: 16px;
    color: #666666;
}

.teamDetail {
    padding: 50px 160px;
    padding-top: 15px;
    background-color: #f9f9f9;
}

.teamDetail .main {
    padding: 50px 60px;
    background-color: #ffffff;
    min-height: 900px;
}

.teamDetail .main .left {
    width: 48%;
    float: left;
}

.teamDetail .main .left img {
    width: 100%;
    height: auto;
}

.teamDetail .main .right {
    width: 48%;
    float: right;
    position: relative;
}

.teamDetail .main .right img {
    right: 0;
    position: absolute;
}

.teamDetail .main .right h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    padding-top: 50px;
}

.teamDetail .main .right h4 {
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
    position: relative;
}

.teamDetail .main .right h4::before {
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    bottom: -30px;
    position: absolute;
    background-color: #612a7d;
}

.teamDetail .main .right .textp {
    font-size: 16px;
    color: #666666;
    padding-top: 80px;
}

.detail {
    padding: 50px 160px;
    background-color: #f9f9f9;
}

.detail .main .left {
    float: left;
    padding: 50px;
    width: calc(100% - 430px);
    background-color: #ffffff;
}

.detail .main .left h3 {
    font-size: 36px;
    color: #000000;
}

.detail .main .left .sub {
    font-size: 14px;
    color: #999999;
    line-height: 115px;
}

.detail .main .left .sub span {
    font-size: 14px;
    color: #999999;
    padding-right: 10px;
}

.detail .main .left .sub i {
    padding: 0 20px;
}

.detail .main .left .textP {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.detail .main .left .down {
    margin-top: 80px;
    padding-top: 40px;
    border-top: dashed 1px #612a7d;
}

.detail .main .left .down a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.detail .main .right {
    float: right;
    width: 380px;
}

.detail .main .right h3 {
    font-size: 30px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.detail .main .right h3::before {
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    bottom: 0;
    position: absolute;
    background-color: #612a7d;
}

.detail .main .right .text {
    padding: 30px;
    display: block;
    background-color: #ffffff;
}

.detail .main .right .text img {
    width: 100%;
    height: auto;
}

.detail .main .right .text .up::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.detail .main .right .text .up dl dt {
    float: left;
    width: 160px;
}

.detail .main .right .text .up dl dd {
    padding-left: 180px;
}

.detail .main .right .text .up dl dd h4 {
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detail .main .right .text .up dl dd p {
    font-size: 14px;
    color: #999999;
    padding-top: 20px;
}

.detail .main .right .text .down a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.detail .main .right .text .down a span {
    font-size: 16px;
    color: #000000;
    padding-right: 5px;
}

.detail .main .right .text h5 {
    font-size: 20px;
    color: #000000;
    padding-top: 20px;
    font-weight: bold;
}

.navTap {
    height: 52px;
}

.navTap .main {
    line-height: 52px;
    text-align: center;
}

.navTap .main a {
    margin: 0 -18px;
    font-size: 16px;
    color: #666666;
}

.navTap .main a span {
    opacity: 0;
}

.navTap .main a.active {
    color: #612a7d;
    font-weight: bold;
}

.navTap .main a.active span {
    opacity: 1;
}

.mian {
    padding: 50px 160px;
    background-color: #f9f9f9;
}

.mian .about .main {
    margin: 0 auto;
    background-color: #ffffff;
}

.mian .about .main .titles {
    font-size: 36px;
    color: #000000;
    text-align: center;
    line-height: 140px;
}

.mian .about .main .text {
    padding: 0 50px;
    margin: 0 auto;
}

.mian .about .main .text img {
    max-width: 100%;
}

.mian .huanjing .item {
    /* float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: calc(25% - 15px); */
    background-color: #999999;
    overflow: hidden;
}


/* .mian .huanjing .item:nth-child(4n+1) {
    margin-left: 0;
} */

.mian .huanjing .item img {
    width: 100%;
    height: auto !important;
    transition: all 0.6s;
    cursor: pointer;
}

.mian .huanjing .item img:hover {
    transform: scale(1.18);
}


/* 瀑布流修改 */

#jq22 {
    column-count: 4;
    column-gap: 1%;
}

#jq33 {
    column-count: 4;
    column-gap: 1%;
}

.mian .item {
    /* float: left;
    margin-top: 20px;
    margin-left: 20px; */
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}


/* .mian .works .mian .works .item:nth-child(5n+1) {
    margin-left: 0;
} */

.mian .works .item img {
    width: 100%;
    height: auto;
    transition: all 0.6s;
    cursor: pointer;
}

.mian .works .item img:hover {
    transform: scale(1.18);
}

.mian .classType .main {
    padding: 0;
}

.mian .classTypeDetail {
    margin-bottom: 50px;
    background-color: #ffffff;
}

.mian .classTypeDetail .main .up {
    height: 200px;
    border-bottom: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}

.mian .classTypeDetail .main .up .left {
    float: left;
    padding-left: 50px;
}

.mian .classTypeDetail .main .up .left h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    padding-top: 30px;
}

.mian .classTypeDetail .main .up .left p {
    float: left;
    width: 350px;
    height: 50px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 50px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #612a7d, transparent);
}

.mian .classTypeDetail .main .up .left p span {
    padding-left: 20px;
}

.mian .classTypeDetail .main .up .right {
    float: right;
    text-align: center;
}

.mian .classTypeDetail .main .up .right .item {
    float: left;
    width: 200px;
    display: flex;
    height: 200px;
    position: relative;
    align-items: center;
    border-left: solid 1px #e9e9e9;
}

.mian .classTypeDetail .main .up .right .item:hover .items {
    display: block;
}

.mian .classTypeDetail .main .up .right .item .items {
    top: 210px;
    display: none;
    padding: 30px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.mian .classTypeDetail .main .up .right .item dl {
    width: 100%;
    text-align: center;
}

.mian .classTypeDetail .main .up .right .item dl dt {
    color: #612a7d;
}

.mian .classTypeDetail .main .up .right .item dl dt span {
    font-size: 50px;
}

.mian .classTypeDetail .main .up .right .item dl dd {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
}

.mian .classTypeDetail .main .down {
    padding: 50px;
}

.mian .classTypeDetail .main .down::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.mian .classTypeDetail .main .down .left {
    float: left;
    width: calc(100% - 650px);
}

.mian .classTypeDetail .main .down .left .item {
    padding-top: 0.26667rem;
}

.mian .classTypeDetail .main .down .left .item::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.mian .classTypeDetail .main .down .left .item h3 {
    float: left;
    font-size: 16px;
    color: #333333;
}

.mian .classTypeDetail .main .down .left .item h3 span {
    font-size: 24px;
    color: #333333;
    padding-right: 10px;
}

.mian .classTypeDetail .main .down .left .item p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 120px;
    padding-top: 3px;
}

.mian .classTypeDetail .main .down .right {
    width: 600px;
    float: right;
}

.mian .classTypeDetail .main .down .right img {
    width: 100%;
    height: auto;
}

.mian .content {
    margin-top: 50px;
    background-color: #ffffff;
}

.mian .content img {
    text-align: center;
    max-width: 100%;
}

.mian .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mian .team a {
    margin-top: 20px;
    width: calc(25% - 15px);
}

.mian .team a dl dt {
    position: relative;
    overflow: hidden;
    background-color: #272727;
}

.mian .team a dl dt img {
    width: 100%;
    height: auto;
    transition: all 0.6s;
    cursor: pointer;
}

.mian .team a dl dt img:hover {
    transform: scale(1.1);
}

.mian .team a dl dt p {
    top: 80px;
    right: -20px;
    font-size: 14px;
    position: absolute;
    transform: rotate(90deg);
    color: rgba(255, 255, 255, 0.5);
}

.mian .team a dl dt p::before {
    top: 5px;
    width: 8px;
    left: -20px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #612a7d;
}

.mian .team a dl dd {
    padding: 20px 0;
    text-align: center;
    background-color: #ffffff;
    border-top: solid 2px #612a7d;
}

.mian .team a dl dd h3 {
    font-size: 24px;
    color: #333333;
}

.mian .team a dl dd p {
    font-size: 14px;
    color: #666666;
}

.mian .schoolLife .main .item {
    float: left;
    margin-top: 20px;
    /* min-height: 254px; */
    margin-left: 20px;
    width: calc(25% - 15px);
    background-color: #999999;
    overflow: hidden;
    /* height: 320px; */
}

.mian .schoolLife .main .item:nth-child(4n+1) {
    margin-left: 0;
}

.mian .schoolLife .main .item dl dt {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    background: #fff;
    padding-top: 45.2%
}


/* 修改 */

.mian .schoolLife .main .item dl dt img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}


/* .mian .schoolLife .main .item dl dt img {
    width: 100%;
    height: auto;
    cursor: pointer;
} */

.mian .schoolLife .main .item dl dt img:hover {
    /* transform: scale(1.1); */
    width: 108% !important;
}

.mian .schoolLife .main .item dl dd {
    padding: 20px 30px 90px;
    background-color: #ffffff;
}

.mian .schoolLife .main .item dl dd p {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    font-weight: bold;
    height: 54px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mian .schoolLife .main .item dl dd h6 {
    font-size: 16px;
    color: #999999;
    padding-top: 10px;
}

.mian .schoolLife .main .item dl dd span {
    float: left;
    width: 24px;
    height: 24px;
    color: #ffffff;
    margin-top: 40px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    background-color: #612a7d;
}

.mian .contact {
    background-color: #ffffff;
}

.mian .contact .main .item {
    width: 50%;
    float: left;
    padding: 50px;
}

.mian .contact .main .item h3 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    position: relative;
}

.mian .contact .main .item h3::before {
    left: 0;
    width: 50px;
    height: 4px;
    content: '';
    bottom: -40px;
    position: absolute;
    background-color: #612a7d;
}

.mian .contact .main .item .textp {
    padding-top: 80px;
}

.mian .contact .main .item .textp p {
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
}

.mian .contact .main .item .textp p span {
    font-size: 22px;
    padding-right: 10px;
}

.mian .contact .main .item .map {
    width: 100%;
    height: 340px;
    padding-top: 60px;
}

.mian .contact .main .item .map #container {
    width: 100%;
    height: 340px;
}

.mian .contact .main .item .map #containers {
    width: 100%;
    height: 340px;
}

.mian .thought .main .items::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
}

.mian .thought .main .items .item {
    width: 50%;
    float: left;
    margin-top: 80px;
}

.mian .thought .main .items .item:nth-child(even) {
    padding-right: 0;
    padding-left: 60px;
}

.mian .thought .main .items .item .text {
    padding-right: 60px;
}

.mian .thought .main .items .item .text h3 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.mian .thought .main .items .item .text h4 {
    font-size: 20px;
    color: #612a7d;
    padding-top: 10px;
    text-transform: uppercase;
}

.mian .thought .main .items .item .text p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-top: 40px;
}

.mian .thought .main .items .item .swiper {
    overflow: hidden;
    position: relative;
}

.mian .thought .main .items .item .swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: .3;
    background-color: #ffffff;
}

.mian .thought .main .items .item .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #612a7d;
}

@media screen and (max-width: 1480px) {
    .mian {
        padding: 50px 80px;
    }
}

.footer {
    padding: 30px 0;
}

.footer .main {
    padding: 0 160px;
}

.footer .main .left {
    width: 45%;
    float: left;
}

.footer .main .left h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.footer .main .left .item {
    padding-top: 50px;
}

.footer .main .left .item span {
    font-size: 18px;
    padding-right: 10px;
}

.footer .main .left .item h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.footer .main .left .item p {
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}

.footer .main .middle {
    width: 68%;
    float: left;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 20px;
}

.footer .main .middle dl {
    float: left;
    margin: 0 20px;
    width: calc(50% - 40px);
}

.footer .main .middle dl dt img {
    width: 100%;
    height: auto;
}

.footer .main .middle dl dd {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    /*background-color: #ffffff;*/
}

.footer .main .right {
    float: right;
    width: 33.33%;
    background-color: #faf0e9;
}

.footer .main .right .layui-form {
    padding: 50px 30px;
    border-radius: 4px;
}

.footer .main .right .layui-form h3 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 30px;
}

.footer .main .right .layui-form .layui-form-item {
    width: 100%;
}

.footer .main .right .layui-form .layui-form-item .layui-input-block {
    margin-left: 0;
}

.footer .main .right .layui-form .layui-form-item .layui-input-block span {
    left: 0;
    top: 10px;
    font-size: 20px;
    color: #999999;
    position: absolute;
}

.footer .main .right .layui-form .layui-form-item .layui-input-block input {
    border: none;
    height: 46px;
    padding-left: 30px;
    border-bottom: solid 1px #d3d3d3;
}

.footer .main .right .layui-form .layui-form-item .layui-input-block input::placeholder {
    font-size: 14px;
    color: #999999;
}

.footer .main .right .layui-form .layui-form-item .layui-input-block .layui-btn {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    border-radius: 52px;
    background-color: #612a7d;
}

@media screen and (max-width: 1600px) {
    .footer .main {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1480px) {
    .footer .main {
        padding: 0 60px;
    }
}

.footDown {
    padding: 40px 0;
    text-align: center;
    border-bottom: 15px solid #f5f5f5;
}

.footDown p {
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}

.footDown p a {
    color: #666666;
}