body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #333;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

ul,
li,
a,
p {
    text-decoration: none;
    list-style: none;
    color: #333;
    padding: 0;
    margin: 0
}

a:hover,
location a:hover {
    color: #72cbf9;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

#pc_page .header {
    -webkit-box-shadow: 1px 1px 10px #eee;
    box-shadow: 1px 1px 10px #eee;
    margin-bottom: 15px
}

#pc_page .header .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0px
}

#pc_page .header .box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#pc_page .header .box .logo img {
    display: block;
    width: 180px
}

#pc_page .header .box .logo .fonts {
    font-size: 28px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #333
}

#pc_page .header .box ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#pc_page .header .box ul.list li {
    font-size: 16px;
    border-right: 1px solid #333;
    padding: 5px 16px
}

#pc_page .header .box ul.list li:last-child {
    padding-right: 0px;
    border-right: none
}

#pc_page .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px
}

#pc_page .location span,
#pc_page .location a {
    font-size: 16px;
    color: #666
}

#pc_page .schoolDescription {
    background: #72cbf9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0px
}

#pc_page .schoolDescription .schoolMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 20px
}

#pc_page .schoolDescription .schoolMain .schoolImg {
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    margin-right: 25px
}

#pc_page .schoolDescription .schoolMain .schoolImg img {
    display: block;
    width: 120px
}

#pc_page .schoolDescription .schoolMain .schoolFonts {
    width: 670px
}

#pc_page .schoolDescription .schoolMain .schoolFonts .big {
    margin-bottom: 25px
}

#pc_page .schoolDescription .schoolMain .schoolFonts .big {
    font-size: 40px;
    color: #fff;
    font-weight: bold
}

#pc_page .schoolDescription .schoolMain .schoolFonts ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#pc_page .schoolDescription .schoolMain .schoolFonts ul.list li {
    margin-bottom: 20px;
    color: #fff;
}

#pc_page .schoolDescription .schoolMain .schoolFonts ul.list li a {
    color: #fff
}

#pc_page .schoolDescription .schoolMain .schoolFonts ul.list li.small {
    width: 30%;
    color: #fff;
}

#pc_page .schoolDescription .schoolList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 30px
}

#pc_page .schoolDescription .schoolList li {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-left: 25px
}

#pc_page .schoolDescription .schoolList li img {
    display: block;
    margin: 5px auto;
    height: 56px
}

#pc_page .schoolDescription .schoolList li .topFonts,
#pc_page .schoolDescription .schoolList li .bottomFonts {
    color: #1070a1;
    font-weight: bold;
    font-size: 18px
}

#pc_page .nav {
    background-color: #1070a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px
}

#pc_page .nav li {
    width: 125px;
    font-size: 24px;
    text-align: center;
    font-weight: bold
}

#pc_page .nav li a {
    display: block;
    padding: 13px 0px;
    color: #fff
}

#pc_page .nav li a.active {
    background-color: #fff;
}

#pc_page .nav li a.active {
    color: #1070a1
}

#pc_page .nav li:hover {
    background-color: #fff;
}

#pc_page .nav li:hover a {
    color: #1070a1;
}

#pc_page .content {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#pc_page .content .main {
    width: 830px
}

#pc_page .content .right {
    width: 350px;
    box-shadow: 0px 0px 10px rgb(32 64 205 / 25%);

}

#pc_page .content .right .flow {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 32px
}

#pc_page .content .right .flow .flowTitle {
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#3fd1f7), to(#2b9cf2));
    background: linear-gradient(to right, #3fd1f7, #2b9cf2);
    padding: 7px 0px;
    margin-bottom: 16px
}

#pc_page .content .right .flow ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto
}

#pc_page .content .right .flow ul.list li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 10px
}

#pc_page .content .right .flow ul.list li a {
    width: 58px;
    height: 58px;
    border: 1px dashed #2b9cf2;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 4px
}

#pc_page .content .right .flow ul.list li a img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto
}

#pc_page .content .right .flow ul.list li .fonts {
    width: 100%
}

#pc_page .content .right .flow ul.list li .fonts a {
    height: auto;
    width: 100%;
    border: none;
    margin-bottom: 0px
}

#pc_page .content .right .flow ul.list li:nth-child(4n) {
    margin-right: 0px
}

#pc_page .content .right .hotCollege {
    margin-bottom: 32px
}

#pc_page .content .right .hotCollege .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

#pc_page .content .right .hotCollege .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background-color: #2b9cf2
}

#pc_page .content .right .hotCollege .box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px 0px
}

#pc_page .content .right .hotCollege .box ul.list {
    width: 310px;
    margin: 0 auto
}

#pc_page .content .right .hotCollege .box ul.list li {
    border: 1px dashed #2b9cf2;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 20px
}

#pc_page .content .right .hotCollege .box .buttons {
    width: 318px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to right, #ffb400, #ff8800);
    font-size: 20px;
    padding: 10px 0px;
    text-align: center
}

#pc_page .content .right .hotCollege .box .buttons a {
    color: #fff
}

#pc_page .content .right .hotSchool {
    margin-bottom: 32px
}

#pc_page .content .right .hotSchool .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

#pc_page .content .right .hotSchool .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background-color: #2b9cf2
}

#pc_page .content .right .hotSchool .box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px 0px
}

#pc_page .content .right .hotSchool .box ul.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 18px
}

#pc_page .content .right .hotSchool .box ul.list li .num {
    margin-left: 24px;
    margin-right: 18px;
    background-color: #ebf6fe;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#pc_page .content .right .hotSchool .box ul.list li .num {
    font-size: 16px;
    color: #59c2f8
}

#pc_page .content .right .hotSchool .box ul.list li .fonts a {
    font-size: 18px;
    color: #666
}

#pc_page .content .right .hotSchool .box ul.list li .fonts img {
    width: 14px;
    height: 16px;
    display: inline-block
}

#pc_page .content .right .hotSchool .box ul.list li:nth-child(1) .num {
    background-color: #f22b2b
}

#pc_page .content .right .hotSchool .box ul.list li:nth-child(2) .num {
    background-color: #ff7f30
}

#pc_page .content .right .hotSchool .box ul.list li:nth-child(3) .num {
    background-color: #ffc730
}

#pc_page .content .right .hotSchool .box ul.list li:nth-child(1) .num,
#pc_page .content .right .hotSchool .box ul.list li:nth-child(2) .num,
#pc_page .content .right .hotSchool .box ul.list li:nth-child(3) .num {
    color: #fff
}

#pc_page .content .right .hotSchool .box ul.list li:last-child {
    margin-bottom: 0px
}

#pc_page .content .right .hotGeneral {
    margin-bottom: 32px
}

#pc_page .content .right .hotGeneral .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

#pc_page .content .right .hotGeneral .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background-color: #2b9cf2
}

#pc_page .content .right .hotGeneral .box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px 0px
}

#pc_page .content .right .hotGeneral .box ul.list li {
    width: 95%;
    margin: 0 auto 32px
}

#pc_page .content .right .hotGeneral .box ul.list li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#pc_page .content .right .hotGeneral .box .buttons {
    width: 318px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to right, #ffb400, #ff8800);
    font-size: 20px;
    padding: 10px 0px;
    text-align: center
}

#pc_page .content .right .hotGeneral .box .buttons a {
    color: #fff
}

#pc_page .content .right .online {
    margin-bottom: 32px
}

#pc_page .content .right .online .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

#pc_page .content .right .online .title .more a {
    font-size: 20px;
    color: #666;
    font-weight: normal
}

#pc_page .content .right .online .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background-color: #2b9cf2
}

#pc_page .content .right .online ul.box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px 0px
}

#pc_page .content .right .online ul.box li.boxItem {
    width: 325px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 16px;
    padding: 20px 0px
}

#pc_page .content .right .online ul.box li.boxItem .question,
#pc_page .content .right .online ul.box li.boxItem .answer {
    margin-left: 39px
}

#pc_page .content .right .online ul.box li.boxItem .question a,
#pc_page .content .right .online ul.box li.boxItem .answer a {
    color: #666;
    font-size: 14px
}

#pc_page .content .right .online ul.box li.boxItem .question {
    margin-bottom: 33px;
    position: relative
}

#pc_page .content .right .online ul.box li.boxItem .question::after {
    content: "问";
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    background: url("../images/blue.png") no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_page .content .right .online ul.box li.boxItem .answer {
    position: relative
}

#pc_page .content .right .online ul.box li.boxItem .answer::after {
    content: "答";
    position: absolute;
    left: -45px;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    background: url("../images/red.png") no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_page .content .right .online ul.box li.boxItem:last-child {
    margin-bottom: 0px
}

#pc_page .footer {
    background-color: #f8f8f8;
    padding: 30px 0px
}

#pc_page .footer .box .link {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    margin-bottom: 25px
}

#pc_page .footer .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    margin-bottom: 40px
}

#pc_page .footer .box .declaration {
    text-align: center;
    color: #666
}