.banner .swiper-slide {
    height: 414px;
}

.banner .swiper-pagination {
    width: auto;
    height: 18px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 9px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.banner-a{
    margin: 0px auto;
    width: 1200px;
    height: 400px;
    display: block;
}

.banner-a img{
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border: 2px solid #919399;
    background: #000;
    border-radius: 50%;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    border: none;
    background: #e9e9ea;
}

.picture-swiper {
    background: #ffffff;
    padding: 36px 0;
}

.picture-swiper .swiper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.picture-swiper .swiper-container {
    width: 1094px;
    margin: 0 atuo;
    text-align: center;
}

.picture-swiper .swiper-slide img {
    width: 251px;
    height: 143px;
    border-radius: 10px;
}

.picture-swiper .swiper-button-next {
    width: 28px;
    height: 46px;
    background: url(/static/images/arrow-next.png) center no-repeat;
    margin-top: -23px;
}

.picture-swiper .swiper-button-prev {
    width: 28px;
    height: 46px;
    background: url(/static/images/arrow-prev.png) center no-repeat;
    margin-top: -23px;
}

.main {
    background: #f2f2f2;
    padding-top: 40px;
}

.main .section {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 22px;
    background: #ffffff;
    overflow: hidden;
}

.main .caption {
    overflow: hidden;
    padding: 0 26px;
    margin: 31px 0;
}

.main .caption .pro-title {
    float: left;
    border-left: 4px solid #ef0417;
    padding-left: 20px;
    margin-left: -26px;
    font-size: 26px;
    line-height: 30px;
    color: #666666;
    text-align: left;
}

.main .links {
    float: right;
    overflow: hidden;
}

.main .links a {
    float: left;
    margin-left: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .links a:hover {
    color: #e40012;
}

.main .content {
    padding: 22px 26px;
    border-top: 1px solid #f2f2f2;
}

.main .content .left {
    float: left;
    width: 94px;
    margin-right: 30px;
}

.main .content .left .list {
    margin-top: -12px;
}

.main .content .left .item a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .content .left .item a:hover {
    color: #e40012;
}

.main .content .right {
    float: right;
    width: 1024px;
}

.main .content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

.main .common-title {
    overflow: hidden;
    padding-left: 11px;
    border-left: 3px solid #e40012;
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    text-align: left;
}

.main .common-title .more {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: left;
    text-decoration: none;
}

.main .useful-box {
    overflow: hidden;
}

.main .multi-infor {
    float: left;
    width: 672px;
}

.main .outer-warpper {
    overflow: hidden;
    margin-right: -30px;
}

.main .outer-warpper .item {
    float: left;
    width: 320px;
    margin-right: 30px;
}

.main .outer-warpper .item a {
    display: block;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .outer-warpper .item a:hover {
    color: #e40012 !important;
}

.main .outer-warpper .item.exam-guide a {
    float: left;
    width: 33.33%;
    font-size: 16px;
    line-height: 36px;
    color: #777777;
    text-align: center;
}

.main .outer-warpper .item.class-center a {
    font-size: 16px;
    line-height: 36px;
    color: #777777;
    text-align: left;
}

.main .outer-warpper .link-box {
    margin-top: 19px;
    padding: 14px 24px;
    height: 144px;
    background: #f2f2f2;
}

.main .teachers {
    margin-top: 32px;
}

.main .teacher-list {
    margin-top: 20px;
    margin-right: -15px;
    overflow: hidden;
}

.main .teacher-item {
    float: left;
    width: 155px;
    margin-right: 16px;
}

.main .teacher-item > a:active {
    text-decoration: none;
}

.main .teacher-item .photo {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.main .teacher-item .name {
    height: 35px;
    background: #353434;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.main .download {
    float: right;
    width: 320px;
    padding-bottom: 30px;
    background: #f2f2f2;
}

.main .download .download-title {
    height: 45px;
    background: #e8e8e8;
    font-size: 18px;
    line-height: 45px;
    color: #ef0417;
    text-align: center;
}

.main .download .area {
    margin-top: 25px;
    padding: 0 25px;
}

.main .download .tab-nav {
    overflow: hidden;
}

.main .download .tab-nav .tab-nav-item {
    float: left;
    margin-right: 36px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    text-align: left;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.main .download .tab-nav .tab-nav-item.active {
    color: #666666;
}

.main .download .tab-content-item {
    overflow: hidden;
    margin-right: -15px;
}

.main .download .tab-content-item p {
    overflow: hidden;
}

.main .download .tab-content-item p span {
    float: left;
    padding-right: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: left;
}

.main .download .tab-content-item a {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .download .tab-content-item a:hover {
    color: #e40012;
}

.main .download .tab-content-item a:last-child {
    margin-right: 0;
}

.main .download .more-document {
    margin-top: 25px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.main .download .more-document > a {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .download .more-document > a:hover {
    color: #e40012;
}

.main .download .button {
    display: block;
    width: 270px;
    margin: 0 auto;
    margin-top: 25px;
    height: 35px;
    border-radius: 4px;
    background: url(/static/images/gradient-line.jpg) center repeat-x;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.main .information {
    margin-top: 34px;
}

.main .information .information-wrapper {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .information .information-item {
    width: 460px;
}

.main .information .information-item:nth-child(odd) {
    float: left;
}

.main .information .information-item:nth-child(even) {
    float: right;
}

.main .information .major-infor {
    overflow: hidden;
}

.main .information .major-infor .image {
    float: left;
    width: 183px;
    height: 105px;
    overflow: hidden;
}

.main .information .major-infor .text {
    float: left;
    margin-left: 16px;
    width: 261px;
}

.main .information .major-infor .text h6 > a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main .information .major-infor .text h6 > a:hover {
    color: #e40012;
}

.main .information .major-infor .text .decrible {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    text-align: left;
}

.main .information .major-infor .text .decrible > a {
    color: #e40012;
    text-decoration: none;
}

.main .information .major-infor .text .extra {
    overflow: hidden;
}

.main .information .major-infor .text .extra span.date, .main .information .major-infor .text .extra a.author {
    float: left;
    margin-right: 38px;
    font-size: 14px;
    line-height: 30px;
    color: #c0c0c0;
    text-align: left;
    text-decoration: none;
}

.main .information .more-infor {
    margin-top: 32px;
}

.main .information .more-infor-item {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.main .information .more-infor-item > a {
    float: left;
    max-width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.main .information .more-infor-item > a.belong {
    font-weight: bold;
}

.main .information .more-infor-item > a:hover {
    color: #e40012;
}

.main .information .more-infor-item > span {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #c0c0c0;
    text-align: left;
}

.main .friend-link {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 21px;
    overflow: hidden;
}

.main .friend-link .friend-link-txt {
    float: left;
    margin-right: 42px;
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    text-align: left;
}

.main .friend-link .friend-link-box {
    float: left;
    width: 1086px;
    overflow: hidden;
}

.main .friend-link .friend-link-list {
    overflow: hidden;
    float: left;
}

.main .friend-link .friend-link-item {
    float: left;
    margin-right: 26px;
}

.main .friend-link .friend-link-item > a {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: left;
    text-decoration: none;
}

.main .friend-link .friend-link-item:last-child {
    margin-right: 0;
}

a{
    text-decoration: none;
}

.swiper-slide img{
    width: 251px;
    height: 143px;
}

.photo img{
    width: 155px;
    height: 185px;
}

.image img{
    width: 183px;
    height: 105px;
}

.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}