#Con {
    width: 100%;
}

#Con .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

#Con .main .Le {
    width: 764px;
    height: 434px;
    display: inline-block;
}

#Con .main .Le .swiper-container {
    width: 764px;
    height: 434px;
}

#Con .main .Le .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    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;
}

#Con .main .Le .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #b8b9bb;
    opacity: 1;
    border-radius: 50%;
    margin: 14px 8px;
}


#Con .main .Le .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0d0c;
}


#Con .main .Le .swiper-pagination {
    text-align: right;
    margin-bottom: 0px;
}

#Con .main .Le .swiper-container-horizontal>.swiper-pagination-bullets,
#Con .main .Le .swiper-pagination-custom,
#Con .main .Le .swiper-pagination-fraction {
    left: -10px;
}

#Con .main .Le .swiper-container .text {
    width: 100%;
}

#Con .main .Le .swiper-container .text img {
    width: 100%;
    display: block;
}

#Con .main .Le .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    right:0px;
    left:0px;
}


#Con .main .Le .swiper-button-prev {
    display: none;
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#Con .main .Le .swiper-button-next {
    display: none;
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}

#Con .main .Ri {
    display: inline-block;
    width: 410px;
    height: 434px;
    margin-left: 20px;
}

#About .main .Na,
#Information .main .Na,
#Curriculum .main .Na,
#Con .main .Ri .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;
    margin-top: -6px;

}

#About .main .Na i,
#Information .main .Na i,
#Curriculum .main .Na i,
#Con .main .Ri .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;
}

#About .main .Na i::before,
#Information .main .Na i::before,
#Curriculum .main .Na i::before,
#Con .main .Ri .Na i::before {
    position: absolute;
    bottom: -3px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 4px;
    width: 100%;
    background: #3468be;

}

#About .main .Na span,
#Information .main .Na span,
#Curriculum .main .Na span,
#Con .main .Ri .Na span {
    float: right;
    font-size: 15px;
}

#About .main .Na span a,
#Information .main .Na span a,
#Curriculum .main .Na span a,
#Con .main .Ri .Na span a {
    color: #949494;
}



#Con .main .speech .Li {
    margin-top: 10px;
}

#Con .main .speech ul li {
    display: block;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

#Con .main .speech ul li:hover a {
    color: #3063bc !important;
}

#Con .main .speech ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 6px;
    width: 6px;
    background: #000;
    margin-top: 18px;
    margin-right: 6px;
    border-radius: 50%;
}

#Con .main .Ri .party {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    cursor: pointer;
    width: 410px;
    background: #3063bc;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}


#Curriculum {
    width: 100%;
}

#Curriculum .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
}


#Curriculum .main .Li {}


#Curriculum .main .Li>li {
    width: 378px;
    display: inline-block;
    margin: 20px 0;
    margin-right: 30px;
}

#Curriculum .main .Li>li:nth-child(3n) {
    margin-right: 0px;
}

#Curriculum .main .Li>li>img {
    width: 378px;
    height: 238px;
}

#Curriculum .main .Li>li>p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0px;
    height: 60px;
      cursor: pointer;
}


#Curriculum .main .Li>li>ul {
    margin-top: 10px;
}

#Curriculum .main .Li>li>ul>li {
    font-size: 17px;
    line-height: 40px;
}

#Curriculum .main .Li>li>ul>li::before {
    content: "";
    display: inline-block;
    height: 40px;
    width: 26px;
    vertical-align: top;
    background-image: url(../img/arrow.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0px 12px;
}

#Curriculum .main .Li>li>ul>li>a {
    color: #343434;
    display: inline-block;
    width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



#Information {
    width: 100%;

}

#Information .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

#Information .main .Li {
    margin-top: 10px;
}

#Information .main ul li {
    display: block;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

#Information .main ul li:hover a {
    color: #3063bc !important;
}

#Information .main ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 3px;
    background: #000;
    margin-top: 18px;
    margin-right: 6px;
    border-radius: 50%;
}



#About {
    width: 100%;

}

#About .main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

#About .main>img {
    width: 100%;
    margin-top: 20px;
}

#About .main>p {
    font-size: 17px;
    line-height: 50px;
    color: #303030;
}

#About .main>.contact::before {
    content: "联系我们：";
    font-size: 17px;
    color: #000;
    position: absolute;
    left: 0px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#About .main>.contact {
    line-height: 30px;
    padding-left: 90px;
    position: relative;
}


#Ma {
    width: 100%;
}

#Ma .main {
    width: 1200px;
    margin: 0 auto;
}

#Ma .main .Bread {
    line-height: 60px;
    color: #2f6ab8;
    font-size: 18px;
    font-weight: bold;
}

#Ma .main .advantage,
#Ma .main .curriculum,
#Ma .main .resume {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    padding-bottom: 30px;
}

#Ma .main .advantage>i,
#Ma .main .curriculum>i,
#Ma .main .resume>i {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    position: relative;
    margin-left: 26px;
    line-height: 30px;
}

#Ma .main .advantage>i::before,
#Ma .main .curriculum>i::before,
#Ma .main .resume>i::before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #2f5fc5;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: -26px;
    box-shadow: 0px 0px 0px 1px #2f5fc5;
    top: 2px;
}

#Ma .main .resume p {
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    font-size: 15px;
    text-indent: 30px;
    padding: 0px 20px;
}

#Ma .main .advantage p {
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    font-size: 15px;
    padding: 0px 20px;
}


#Ma .main .curriculum>ul {
    font-size: 0;
margin-top:10px;
}

#Ma .main .curriculum>ul>li {
    background: #f7f7f7;
    width: 100%;
    margin-bottom: 2px;
    padding:29px 25px;
}

#Ma .main .curriculum>ul>li>h3 {
    font-size: 17px;
    color:#343434;
  cursor: pointer;
}
#Ma .main .curriculum>ul>li>p{
    font-size: 15px;
    color:#5b5b5b;
    line-height: 30px;
    width: 1000px;
    display: inline-block;
    margin-top:10px;
}
#Ma .main .curriculum>ul>li>i{
    line-height: 30px;
    font-size: 16px;
    color:#5b5b5b;
    font-style: normal;
    width: 200px;
    display: inline-block;
    text-align: right;
}

#Ma .main .curriculum>ul>li>h3 span {
    margin-left:10px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    font-size: 13px;
    
}

.state1 {
    background: linear-gradient(-270deg, #1c98f8 0, #175bec 100%);
}

.state2 {
    background: linear-gradient(-270deg, #f67319 0, #ea3115 100%);
}

.state3 {
    background: linear-gradient(-270deg,#d52cd1 0, #9713c9 100%);
}

.state4 {
    background: linear-gradient(-270deg, #3cd557 0, #1caf61 100%);
}


.Aboutcon{
    margin-top:30px;
}