/*新改版*/
/*rank*/
.rankcontent {
    max-width: 1200px;
    margin-top: 30px;
}

.rank-tip-box {
    display: flex;
}

.rank-tip-box .box1 {
    /* width: 75%; */
    width: 100%;
}

.rank-tip-box .box2 {
    width: 23%;
    margin-left: 2%;
}

.rankcontent h3,
.rankcontent .ranktip {
    text-align: center;
}

.rank-table-container {
    display: flex;
}

.rank-table {
    text-align: center;
    /*margin: 0 auto;*/
    /* width: 75%; */
    width: 100%;
    margin-top: 40px;
}

.prize-table {
    margin-left: 2%;
    text-align: center;
    /*margin: 0 auto;*/
    width: 23%;
    margin-top: 40px;
    /* border-left: none; */
}

.rank-table thead tr,
.prize-table thead tr {
    background: #f3f3f3 !important;
}

.rank-table thead tr th,
.prize-table thead tr th {
    text-align: center;
    border-left: 1px solid #ddd;
}

.rank-table tr:nth-child(odd) {
    background: #fff;
}

.rank-table tr:nth-child(even) {
    background: #f3f3f3;
}

.prize-table tr {
    background: #eee !important;
    border-bottom: 1px solid #ddd;
}

.rank-table tr td,
.prize-table tr td {
    text-align: center;
}

.prize-table tr td {
    vertical-align: middle;
}

.prize-table tr td span {
    padding: 0 5px;
    /* font-size: 18px; */
    font-weight: bold;
    color: firebrick;
}

.prize-table tr td:first-child {
    border-right: 1px solid #ddd;
}

.prize-table tr:nth-child(2) td:nth-child(2),
.prize-table tr:nth-child(4) td:nth-child(2),
.prize-table tr:nth-child(7) td:nth-child(2) {
    border-bottom: 1px solid #ddd;
}

.prize-table tr:nth-child(4) td:nth-child(2) {
    background: #eee;
}

.prize-table tr:nth-child(7) td:nth-child(2) {
    background: #eee;
}

.rankcontent .table-search {
    width: 100%;
    height: 45px;
    padding: 30px 0;
    text-align: center;
}

.rankcontent .table-search label {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
}

.rankcontent .table-search input {
    width: 198px;
    height: 45px;
    margin-right: 30px;
    border-radius: 5px;
    padding-left: 10px;
    overflow: hidden;
    outline: none;
    border: 1px solid #c8c8c8;
    font-size: 16px;
}

.rankcontent .table-search input:focus {
    border: 1px solid #2190ff;
}

.rankcontent .table-search input.table-search-btn {
    padding: 0;
    font-size: 16px;
    color: #fff;
    background-color: #2190e1;
    border-radius: 5px;
    height: 45px;
    width: 90px;
    outline: none;
    cursor: pointer;
    border: 1px solid #2190ff;
}

/*右侧高校排行*/
.universities-rank {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -150px;
    width: 250px;
    height: 350px;
    z-index: 2;
}

.universities-rank .rank-part {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 2px 57px 0px rgba(3, 92, 204, 0.35);
    background-image: url(/static/images/right-rank-bg.png);
    background-size: 100% 100%;
}

.universities-rank .rank-title {
    margin: 10px 0%;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.universities-rank .rank-title.best-tit {
    margin-top: 20px;
}

.universities-rank .best li {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.universities-rank .signup {
    margin-bottom: 30px;
}

.universities-rank .signup li {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.pack-bg {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 50px;
    height: 42px;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 57px 0px rgba(3, 92, 204, 0.35);
    background-image: url(/static/images/pack-bg.png);
    background-size: 100% 100%;
}

.pack-down {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 3;
}

.pack-up {
    transform: rotate(90deg);
}

.pack-bg .pack-icon {
    display: block;
    margin: 9px auto 0;
}

/*news 新闻动态*/
.news-big-title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 70px;
    margin-bottom: 40px;
}

.news-main .news-box {
    background-color: #fff;
    margin: 30px 0;
}

.news-main .news-box a {
    display: block;
}

.news-main .tab_img {
    display: none;
    padding: 20px 20px 0 20px;
    border: 1px solid #429ce2;
    border-radius: 10px;
    box-shadow: 0 0 10px #a7a0a0;
}

.news-main .tab_img img.transparency {
    height: 350px;
    width: 600px;
}

.news-main .tab_img .right-text {
    margin: 0 0 0 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
    height: 330px;
}

.news-main .tab_img .right-text .details {
    text-align: left;
    margin-top: 20px;
}

.news-main .tab_img .right-text .details h4 {
    line-height: 36px;
    font-size: 24px;
}

.news-main .tab_img .right-text .release-time {
    font-size: 14px;
    color: #999;
}

.news-main .tab_img .right-text .details-dec {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    width: 97%;
    white-space: unset;
    color: #666;
    margin-bottom: 30px;
    /*height: 90px;*/
    overflow: hidden;
}

.news-main .tab_img .right-text button {
    height: 30px;
    width: 100px;
    border-radius: 6px;
    border: 1px solid #429ce2;
    background-color: transparent;
    color: #429ce2;
    ;
}

.news-main .tab_img .right-text button:hover {
    background: #429ce2;
    color: #fff;
    transition: all .5s;
}

.news-main .tab_words {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.news-main .tab_words .words-left {
    padding-bottom: 0;
}

.news-main .tab_words .words-left .icon-hover {
    background: #e6e6e6;
}

.news-main .tab_words .words-left h3 {
    line-height: 100px;
    text-align: center;
    font-size: 30px;
}

.news-main .tab_words .words-left p.time {
    font-size: 24px;
    text-align: center;
    margin-top: -35px;
}

.news-main .tab_words .words-right {
    margin: 0;
}

.news-main .tab_words .words-right .icon-hover {
    text-align: left;
    margin-left: 20px;
}

.news-main .tab_words .words-right h4 {
    margin-top: 15px;
}

.news-main .tab_words .words-right p.right-decp {
    overflow: hidden;
    color: #666;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 15px;
    line-height: 24px;
}

.new-detail-con p {
    line-height: 34px;
    text-indent: 2em;
}

/*aboutus 关于我们*/
.company-profile {
    background-color: #135094;
    margin-top: -240px;
    position: relative;
    max-width: 1200px;
}

.company-profile h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 4;
}

.profile-detail {
    text-align: left;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.profile-detail p {
    line-height: 2;
}

h2.aboutus-title {
    text-align: center;
}
.appcode{
    width: 200px;
    height: 200px;
}
.contact-us img.transparency {
    display: block;
    margin: 0 auto;
}

.contact-us .contact-msg p {
    text-align: center;
    font-size: 14px;
}

.contact-us .contact-msg p.p1 {
    margin: 0;
    line-height: 30px;
}

.contact-us .contact-msg p.p3 {
    margin: 0;
    line-height: 30px;
}

.contact-us .contact-msg hr {
    margin: 0;
    margin-left: 30px;
    height: 1px;
    width: 200px;
    border: solid #333;
    border-width: 1px 0 0;
    clear: both;
}

.about-five-teams {
    position: relative;
    width: 1200px;
    height: 313px;
    background: url(/static/images/us-five-teams.png) no-repeat center #fff;
}

.about-five-teams .teams-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 90px
}

.about-five-teams .teams-box .tit {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #555656;
    padding: 0 40px;
}

.about-five-teams .teams-box .text {
    margin: 0 40px;
    font-size: 14px;
    line-height: 22px;
    color: #555656;
    font-weight: bold;
}

.about-five-teams .teams-box.teams-box1 {
    margin-top: -101px;
    margin-left: -610px;
    text-align: right;
}

.about-five-teams .teams-box.teams-box2 {
    margin-top: 23px;
    margin-left: -586px;
    text-align: right;
}

.about-five-teams .teams-box.teams-box3 {
    margin-top: 23px;
    margin-left: 262px;
    /*text-align: right;*/
}

.about-five-teams .teams-box.teams-box4 {
    margin-top: -101px;
    margin-left: 287px;
}

.about-five-teams .teams-box.teams-box5 {
    margin-top: 23px;
    margin-left: 287px;
}

.about-five-teams .teams-box.teams-box1 p.tit {
    background: url(/static/images/us-icon4.png) right center no-repeat;
}

.about-five-teams .teams-box.teams-box2 p.tit {
    background: url(/static/images/us-icon3.png) right center no-repeat;
}

.about-five-teams .teams-box.teams-box3 p.tit {
    background: url(/static/images/us-icon1.png) left center no-repeat;
}

.about-five-teams .teams-box.teams-box4 p.tit {
    background: url(/static/images/us-icon2.png) left center no-repeat;
}

.about-five-teams .teams-box.teams-box5 p.tit {
    background: url(/static/images/us-icon9.png) left center no-repeat;
}

.corporate-culture .culture1 {
    float: left;
    width: 368px;
    height: 454px;
    background: url(/static/images/us-culture1-1.jpg) no-repeat;
}

.corporate-culture .culture2 {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 410px;
    height: 225px;
    overflow: hidden;
}

.corporate-culture .culture2 img.culture-bg {
    display: block;
    width: 410px;
    height: 225px
}

.corporate-culture .culture2:hover {
    border-radius: 6px;
}

.corporate-culture .culture2:hover img.culture-bg {
    transform: scale(1.1);
}

.corporate-culture .culture2 .culture-tbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.corporate-culture .culture2 .culture-tbox img {
    display: block;
    margin: 40px auto 0;

}

.corporate-culture .culture2 .culture-tbox .culture-tit {
    margin-bottom: 0;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #000;
}

.corporate-culture .culture2 .culture-tbox .culture-tip {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.corporate-culture .culture2:hover {
    /*box-shadow: 0 0 10px #666;*/
}

.corporate-culture .culture2:hover .culture-icon {
    display: none;
}

.corporate-culture .culture2:hover .culture-tit {
    margin-top: 70px;
    /*color: #fff;*/
    transition: all .5s;
}

.corporate-culture .culture2:hover .culture-tip {
    /*color: #fff;*/
}

/*奇获学院*/
#mask {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background: #666;
    opacity: 0.8;
}

.close {
    display: none;
    position: fixed;
    left: 50%;
    top: 75%;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    z-index: 9999999;
    cursor: pointer;
}

iframe.video {
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: -400px;
    height: 460px;
    width: 800px;
}

h2.qhcollege-title {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.video-college .open_video {
    height: 160px;
    width: 280px;
    overflow: hidden;
}

.video-college .open_video img {
    height: 160px;
    width: 280px;
}

.video-college .open_video:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.video-college .video-t {
    text-align: center;
    margin-top: 20px;
}

.video-college .video-t p {
    font-size: 18px;
}

.video-college .columns {
    cursor: pointer;
}

a.qhcollege-seemore-btn {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    border: 1px solid #3180f7;
    border-radius: 40px;
    font-size: 18px;
    color: #fff;
    background: url(/static/images/icon-arro-right.png) no-repeat 110px center #3180f7;
}

.qhcollege-seemore-btn:hover {
    transition: all .5s;
    color: #3180f7;
    background: url(/static/images/icon-arro-right-b.png) no-repeat 110px center #fff;
}

.qhcollege-examination .examination-box {
    width: 194px;
    height: 160px;
    overflow: hidden;
}

.qhcollege-examination .examination-box img {
    display: block;
    width: 194px;
    height: 160px;
}

.qhcollege-examination .examination-box:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.qhcollege-examination .examination-t {
    margin-top: 15px;
}

.qhcollege-examination .examination-t p {
    line-height: 1.5;
    margin: 0 0 18px;
    font-size: 18px;
    text-align: center;
}

.qhcollege-books img {
    width: 240px;
    height: 280px;
}

.qhcollege-books .book-name {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.qhcollege-books .underlay {
    z-index: 999;
    width: 100%;
    left: -12px;
    top: -1px;
    text-align: left;
    display: none;
    height: 335px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    animation: leftGoRight 1s;
    -moz-animation: leftGoRight 1s;
    -webkit-animation: leftGoRight 1s;
    -o-animation: leftGoRight 1s
}

.qhcollege-books .book-showcon {
    display: table;
    width: 100%;
    height: 100%;
}

.qhcollege-books .book-showcon p {
    text-indent: 2em;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.download-book {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -60px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
}

.download-book:hover {
    color: #fff;
}

/*视频教程*/
.video-search {
    margin-bottom: 40px;
    margin-top: -200px;
}

.video-search .columns {
    padding-bottom: 0;
}

.video-search .video-search-input {
    color: #fff;
    opacity: 0.8;
    border-radius: 40px;
    border: 1px solid #000;
    width: 80%;
    height: 60px;
    position: relative;
    left: 200px;
    background-color: #333;
    padding-left: 20px;
    font-size: 16px;
}

.video-search img.search {
    cursor: pointer;
    color: #fff;
    float: right;
    position: relative;
    top: 13px;
    left: -10px;
    border: 0;
}

.college-video-main {
    margin-top: 150px;
}

.college-video-main h2 {
    text-align: center;
    font-size: 48px;
    line-height: 100px;
}

.college-video-main .portfolio-three {
    margin-top: 40px;
    margin-left: 0;
}

.college-video-main .portfolio-three .open_video {
    width: 280px;
    height: 160px;
    overflow: hidden;
}

.college-video-main .portfolio-three .open_video img {
    width: 280px;
    height: 160px;
}

.college-video-main .portfolio-three li {
    cursor: pointer;
}

.college-video-main .portfolio-three li:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.portfolio-three .block .data {
    width: 100%;
    margin-left: 0;
}

.college-video-main .portfolio-three li .video-name p {
    text-align: center;
}

/*模拟认证考试*/
h2.examination-title {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.examination-main img.transparency {
    /*width: 300px;
    height: 150px;*/
    margin: 0 auto;
    display: block;
}

.portfolio-three h4.exam-name {
    text-align: center;
    font-weight: 400;
    font-size: 0.99em;
}

.examination-main .examimg-box {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.examination-main .examimg-box:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

/*电子书籍*/
.book-search {
    margin-bottom: 40px;
    margin-top: -200px;
}

.book-search .columns {
    padding-bottom: 0;
}

.book-search input {
    color: #fff;
    opacity: 0.8;
    border-radius: 40px;
    border: 1px solid #000;
    width: 80%;
    height: 60px;
    position: relative;
    left: 200px;
    background-color: #333;
    padding-left: 20px;
    font-size: 16px;
}

.book-search img.search {
    cursor: pointer;
    color: #fff;
    float: right;
    position: relative;
    top: 13px;
    left: -10px;
    border: 0;
}

.e-book {
    margin-top: 150px;
}

.e-book h2 {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.e-book-ul .data {
    width: 240px;
}

.e-book-ul .data img {
    width: 240px;
    height: 280px;
}

.e-book-ul .e-book-name {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.e-book-ul .underlay {
    z-index: 999;
    width: 100%;
    left: -12px;
    top: -1px;
    text-align: left;
    display: none;
    height: 335px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    animation: leftGoRight 1s;
    -moz-animation: leftGoRight 1s;
    -webkit-animation: leftGoRight 1s;
    -o-animation: leftGoRight 1s;
}

.e-book-ul .e-book-showcon {
    display: table;
    width: 100%;
    height: 100%;
}

.e-book-ul .e-book-showcon p {
    text-indent: 2em;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

/*金融教育产品*/
.qhapp-dec {
    padding: 0 50px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

h2.finance-title {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.twokinds-p {
    padding-top: 50px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    letter-spacing: 2px;
}

.three-knowledge {
    margin-top: 120px;
    background: url(/static/images/finace-edu-img2.jpg) no-repeat 0px 0px;
    height: 391px;
    width: auto;
}

.three-knowledge .three-knowledge-box {
    padding: 0;
    padding-bottom: 26px;
    background-color: #fff;
    width: 333px;
    height: 370px;
    margin-top: 10px;
    margin-left: 50px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 10px #888;
}

.three-knowledge-box img.transparency {
    padding-left: 76px;
    padding-right: 35px;
    opacity: 1;
}

.three-knowledge-box .words-box {
    margin-top: -150px;
    text-align: center;
    line-height: normal;
    width: 100%;
    padding-top: 10px;
}

.three-knowledge-box .words-box h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 11px;
}

.three-knowledge-box .words-box p {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
}

.three-knowledge h2.finance-title {
    color: #fff;
}

.three-knowledge .three-knowledge-box.third {
    margin-right: 45px;
}

.teaching-content .teaching-box img.transparency {
    display: block;
    margin: 0 auto;
}

.teaching-content .teaching-part {
    text-align: center;
    line-height: normal;
    padding-top: 10px;
}

.teaching-content .teaching-part h4 {
    font-size: 24px;
    font-weight: normal;
}

.teaching-content .teaching-part p {
    font-size: 14px;
    line-height: 24px;
}

/*校企合作办学*/
.school-enterprise {
    background-color: #135094;
    margin-top: -240px;
    height: 580px;
    z-index: 999;
    position: relative;
}

.school-enterprise h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 150px;
    padding-top: 20px;
    margin: 0;
}

.school-enterprise .describe-box {
    text-align: left;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.school-enterprise .describe-box p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.school-enterprise .five-kinds {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
}

.school-enterprise .five-kinds .kinds-img {
    display: block;
    margin: 0 auto;
}

.school-enterprise .five-kinds .kinds-name {
    text-align: center;
    color: #fff;
    padding-top: 5px;
    font-size: 16px;
}

.product-service h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.product-service-content {
    position: relative;
    width: 1100px;
    height: 280px;
    margin: 0 auto;
    background: url(/static/images/school-cooperate-img6.png) no-repeat center;
}

.product-service-content .ps-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 80px;
}

.product-service-content .ps-box .ptit {
    margin-bottom: 0;
    font-size: 20px;
    padding: 0 40px;
    font-weight: 500;
    color: #333;
}

.product-service-content .ps-box .ptip {
    margin: 0 40px;
    font-size: 17px;
    line-height: 24px;
    color: #333;
}

.product-service-content .ps-box1 {
    text-align: right;
    margin-left: -540px;
    margin-top: -122px;
}

.product-service-content .ps-box2 {
    text-align: right;
    margin-left: -579px;
    margin-top: -9px;
}

.product-service-content .ps-box3 {
    margin-left: 235px;
    margin-top: -129px;
}

.product-service-content .ps-box4 {
    margin-left: 325px;
    margin-top: -47px;
}

.product-service-content .ps-box5 {
    margin-left: 235px;
    margin-top: 35px;
}

.custom-activities h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin: 80px 0 25px 0;
}

.custom-activities p.title-tip {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.custom-activities .activities-name {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
}

/*互联网金融应用服务*/
h2.netfinance-title {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.other-product img.transparency {
    display: block;
    margin: 0 auto;
}

.other-product .other-product-name {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}

/*金融人才服务*/
.personal-finance-box .d-img {
    width: 360px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 10px;
}

.personal-finance-box .d-img img {
    width: 360px;
    height: 240px;
}

.personal-finance-box:hover .d-img img {
    transform: scale(1.1);
    transition: all .5s;
}

.personal-finance-box h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 11px;
    line-height: 1.60;
    text-align: center;
}

.personal-finance-box .ptext {
    font-size: 14px;
    color: #333;
    text-align: center;
}

/*大赛专区*/
.competition-area h2 {
    text-align: center;
    font-size: 48px;
    line-height: 180px;
}

.competition-area .competition-search {
    margin-bottom: 40px;
}

.competition-area .competition-search .columns {
    padding-bottom: 0;
}

.competition-area .competition-search input {
    border-radius: 40px;
    border: 1px solid #ccc;
    width: 80%;
    height: 60px;
    position: relative;
    left: 160px;
    background-color: #eeeeee;
    padding-left: 20px;
    font-size: 16px;
}

.competition-area .competition-search .search {
    color: #fff;
    float: right;
    position: relative;
    top: 0;
    left: 41px;
    height: 62px;
    width: 95px;
    border-radius: 0 40px 40px 0;
    background-color: #429ce2;
    border: 0;
}

.competition-list {
    margin-bottom: 20px;
    background-color: #eff8ff;
    border: 1px solid #429ce2;
}

.competition-list.end-list {
    background-color: #eee;
    border-color: #cccccc;
}

.competition-list .left-img {
    padding-bottom: 0;
}

.competition-list .left-img img.transparency {
    height: 220px;
    width: 450px;
}

.competition-list .right-con {
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.competition-list .right-con .status-box {
    position: relative;
    left: 128px;
    float: right;
}

.competition-list .right-con .competition-dec {
    text-align: left;
    line-height: 2.5rem;
}

.competition-list .right-con .competition-dec h4 {
    margin-top: 20px;
}

.competition-list .right-con .competition-dec .match-time {
    position: relative;
    right: -130px;
    top: -5px;
    float: right
}

.competition-list .right-con .competition-dec .co-organizer {
    line-height: 2.5;
}

.competition-list .right-con .competition-dec button {
    height: 30px;
    width: 100px;
    border: 1px solid #429ce2;
    background-color: transparent;
    color: #429ce2;
}

.competition-list .right-con .competition-dec button.end-btn {
    color: #adadad;
    border: 1px solid #adadad;
}

/*官网新改版20190618*/
/*师资介绍*/
.mr-0 {
    margin-right: 0 !important;
}

.container {
    padding-top: 88px;
}

#heading-wrapper {
    margin-top: 0;
}

.teachers-main h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
}

.teachers-main .teachers-ul {
    width: 1002px;
    margin: 0 auto;
}

.teachers-main .teachers-ul li {
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    width: 240px;
    height: 350px;
    margin-right: 14px;
    cursor: default;
}

.teachers-main .teachers-ul li img {
    display: block;
    width: 240px;
    height: 350px;
}

.teachers-main .teachers-ul li:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.teachers-main .teachers-ul li .teachers-dec {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    min-height: 84px;
    max-height: 300px;
    overflow: hidden;
    padding: 15px 15px 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.teachers-main .teachers-ul li p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
}

.teachers-main .teachers-ul li p.teachers-detail {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

/*.teachers-main .teachers-ul li:hover p.teachers-detail{
    display: block;
    animation: downGoUp 1s;
}*/

/*师资介绍详细页*/
.teachers-detail-part {
    position: relative;
    display: block;
    width: 370px;
    height: 540px;
    margin: 0 auto 40px;
}

.teachers-detail-part .teachers-detail-pic {
    display: block;
    width: 370px;
    height: 540px;
}

.teachers-detail-part .name-d {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 370px;
    height: 70px;
    padding-top: 30px;
    background-image: linear-gradient(0deg,
            #000000 1%,
            rgba(0, 0, 0, 0.5) 100%);
}

.teachers-detail-part .name-d p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 16px;
    padding-left: 24px;
    color: #fff;
}

.teachers-detail-text {
    margin-bottom: 60px;
}

.teachers-detail-text p.dec-title {
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #000;
}

.teachers-detail-text p.dec-words {
    text-indent: 2em;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

/*期货投教*/
.analytical-method,
.trading-strategy,
.invest-belief {
    margin-bottom: 80px;
}

.futures-education h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
}

.futures-education .first-part {
    height: 351px;
    width: 1200px;
    background: #f4f4f4;
}

.futures-education .first-part img {
    float: left;
    width: 600px;
    height: 351px;
}

.futures-education .first-part .first-part-r {
    float: left;
    width: 600px;
    height: 351px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.futures-education .first-part .first-part-r .tit {
    margin-bottom: 50px;
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #333;
}

.futures-education .first-part .first-part-r .details {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
}

.futures-education .second-part {
    width: 1200px;
    margin-top: 40px;
}

.futures-education .second-part a {
    display: block;
}

.futures-education .second-part li {
    margin-bottom: 40px;
    padding: 20px;
    box-sizing: border-box;
}

.futures-education .second-part li:hover {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #ddd;
    transition: all .1s;
}

.futures-education .second-part li .tit {
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #333;
}

.futures-education .second-part li .details {
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.futures-education .futures-education-btn {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #429ce2;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    color: #429ce2;
}

.futures-education .futures-education-btn:hover {
    background: #429ce2;
    color: #fff;
    transition: all .5s;
}

/*期货投教列表页*/
.futures-education-list .second-part {
    margin-top: 60px;
}

.futures-education-list .first-part {
    margin-top: 80px;
}

.futures-education-list .second-part li {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px #ccc dashed;
}

.futures-education-list .second-part li:hover {
    padding: 20px 20px 40px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #ddd;
    transition: all .1s;
}

/*答题考试*/
.swiper-wrapper {
    width: 800px;
    margin: 0 auto;
}

.swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
    padding: 10px 30px;
    border: 1px solid #c2eafe;
}

.swiper-wrapper .swiper-slide dt {
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #c2eafe;
    font-size: 18px;
    color: #444;
}

.swiper-wrapper .swiper-slide dt .timu-num {
    font-size: 28px;
    color: #f19149;
    margin-right: 5px;

}

.swiper-wrapper .swiper-slide dd {
    line-height: 26px;
    cursor: pointer;
    font-size: 16px;
}

.swiper-wrapper .swiper-slide dd.chance {
    color: #009df0;
}

.swiper-wrapper .swiper-slide .right-answer {
    display: none;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #c2eafe;
    color: #bdbdbd;
    font-size: 14px;
}

.swiper-wrapper .swiper-slide .right-answer span {
    color: #12bc95;
    font-weight: bold;
}

.swiper-wrapper .swiper-slide .analysis {
    display: none;
    color: #bdbdbd;
    font-size: 14px;
}

.swiper-wrapper .swiper-slide .analysis span {
    color: #333;
}

.swiper-wrapper .swiper-slide .timu-type {
    font-size: 16px;
    color: #009df0;
    margin-right: 10px;
}

.submit-exam-btn {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    background: #009df0;
}

.submit-exam-btn:hover {
    background: #07aaff;
}

/*交卷*/
.hand-exam-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.hand-exam {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 360px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: -125px;
    margin-left: -200px;
    box-shadow: 0 0 20px #444;
    background: #fff;
}

.hand-exam p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.hand-exam p .login-btn {
    color: #1E9FFF;
    cursor: pointer;
    font-size: 16px;
    margin: 0 3px;
    font-weight: bold;
}

.hand-exam img {
    display: block;
    margin: 15px auto;
}

.hand-exam .close-exam {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
}

a.gotoexam-btn {
    display: inline-block;
    margin-right: 20px;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #009df0;
    font-size: 18px;
    color: #fff;
    background-color: #009df0;
}

a.gotoexam-btn:hover {
    background-color: #fff;
    color: #009df0;
    transition: all .5s;
}

.goon-exam-btn {
    display: none;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    background: #009df0;
}

.goon-exam-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

/*人才测评*/
.talent-container h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.talent-container .base-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.talent-container .base-info p {
    width: 33%;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.talent-container .talent-title {
    margin-bottom: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

.talent-container .study-report {
    padding: 0 10px;
    box-shadow: 0px 3px 38px 0px rgba(7, 31, 65, 0.23);
    margin-bottom: 60px;
}

.talent-container .study-report .report-head {
    display: flex;
    justify-content: flex-start;
    height: 130px;
    line-height: 130px;
    border-bottom: 1px solid #d9dcdd;
    color: #333;
    font-size: 20px;
}

.talent-container .study-report .report-head span {
    display: inline-block;
    min-width: 240px;
    text-align: center;
}

.talent-container .study-report-list li {
    display: flex;
    justify-content: flex-start;
    padding-right: 30px;
    height: 130px;
    line-height: 130px;
    border-bottom: 1px solid #d9dcdd;
    color: #333;
    font-size: 20px;
}

.talent-container .study-report-list li span,
.talent-container .study-report-list li p {
    display: inline-block;
    min-width: 240px;
    height: 130px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.talent-container .study-report-list li p.achievement {
    display: table;
    text-align: left;
}

.talent-container .study-report-list li p.achievement em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
}

.talent-container .study-report-list li:last-child {
    border-bottom: none;
}

.talent-container .trade-report {
    padding: 40px 30px 60px;
    box-shadow: 0px 3px 38px 0px rgba(7, 31, 65, 0.23);
    margin-bottom: 60px;
}

.circle-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.circle-ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.circle-ul li.width33 {
    width: 33%;
}

.circle-ul li p {
    font-size: 20px;
    color: #333;
}

.indicatorContainer {
    margin-top: 5px;
    display: none;
}

.indicatorContainer canvas {
    width: 72px;
    height: 72px;
}

/*横向进度条*/
.progressbar {
    width: 80%;
    position: relative;
    background-color: #eee;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    height: 30px;
}

.proggress {
    height: 8px;
    width: 10px;
    background-color: #3498db
}

.progressbox-loss .proggress {
    float: right;
}

.percentCount {
    float: right;
    margin-top: 10px;
    clear: both;
    font-weight: 700;
}

.profitloss {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profitloss .profitloss-tit {
    margin-bottom: 35px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #333;
}

.profitloss .child-profit {
    width: 45%;
}

.profitloss .progressbox li {
    display: flex;
    margin-bottom: 50px;
}

.profitloss .progressbox li .kinds {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.profitloss .progressbox li .nums {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    text-align: left;
    text-indent: 0.5em;
    color: #333;
    font-size: 20px;
}

.profitloss .progressbox li .progressbarline {
    flex-grow: 1;
}

/*横向进度条 end*/
.talent-title-thin {
    margin-bottom: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #333;
}

/*多空盈亏结构*/
.profitloss-composition {
    display: flex;
}

.profitloss-composition li {
    width: 50%;
}

.profitloss-composition li p {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.profitloss-composition li #main1,
.profitloss-composition li #main2,
.profitloss-composition li #main3,
.profitloss-composition li #main4 {
    width: 300px;
    height: 300px;
    margin: 0 auto;

}

/*历届参赛记录表*/
.talent-container .match-record-list {
    padding: 40px 30px 60px;
    box-shadow: 0px 3px 38px 0px rgba(7, 31, 65, 0.23);
    margin-bottom: 60px;
}

.match-record-list .match-part {
    padding: 0 100px;
    margin-bottom: 50px;
}

.match-record-list .match-part .match-tit {
    margin-bottom: 35px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #333;
}

.match-record-list .match-part .match-con {
    display: flex;
    justify-content: space-between;
}

.match-record-list .match-part .detail-dec p {
    font-size: 22px;
    color: #333;
    line-height: 50px;
}

.match-record-list .match-part .detail-dec p .p-name {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

/*综合评价*/
.talent-container .judgement {
    padding: 40px 30px 60px;
    box-shadow: 0px 3px 38px 0px rgba(7, 31, 65, 0.23);
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.talent-container .judgement #myRadar {
    width: 550px;
    height: 550px;
}

.talent-container .judgement .analyse {
    position: relative;
    padding: 0 20px;
    width: 420px;
    height: 550px;
    z-index: 1;
}

.talent-container .judgement .analyse .analyse-tit {
    width: 76px;
    padding-right: 25px;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    cursor: pointer;
    background: url(/static/images/analyse.png) no-repeat 60px center;
}

.talent-container .judgement .analyse .analyse-dec li {
    margin-bottom: 10px;
}

.talent-container .judgement .analyse .analyse-dec p {
    font-size: 22px;
    color: #333;
}

.talent-container .judgement .analyse .analyse-dec p.p1 {
    color: #f89156;
}

.talent-container .judgement .show-amalyse {
    display: none;
    position: absolute;
    left: 120px;
    top: -30px;
    width: 450px;
    padding: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 3px 38px 0px rgba(7, 31, 65, 0.23);
    background: #fff;
}

.talent-container .judgement .show-amalyse p {
    margin-bottom: 5px;
}

/* 证书查询 */
.search-certificate-main {
    padding: 25px;
    background-color: #f7f7f7;
    border: solid 2px #e5e5e5;
}

.ask-condition-tit {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.ask-condition-box {
    display: flex;
}

.ask-condition-box div {
    margin-right: 50px;
}

.ask-condition-box label {
    line-height: 34px;
}

.ask-condition-box input {
    padding: 0 10px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #0078cb;
    border-radius: 4px;
    background-color: #f7f7f7;
}
.search-certificate-btn {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #0078cb;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: #358fcd;
}

.result-certificate-main {
    margin-top: 10px;
    padding: 25px;
    background-color: #f7f7f7;
    border: solid 2px #e5e5e5;
}
.certificate-fix-layer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.certificate-pic-box {
    padding: 225px 105px 60px;
    background: url(/static/images/certificate-bg.jpg) center no-repeat;
    height: 558px;
    width: 790px;
    margin: 0 auto;
    box-sizing: border-box;
}
.certificate-pic-box .name-p{
    font-size: 20px;
}
.certificate-pic-box  .detail-text{
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
}
.certificate-pic-box .organizing-p{
    margin-top: 50px;
    position: relative;
    text-align: right;
    font-size: 18px;
}
.certificate-pic-box .organizing-p{
    /* margin-top: 50px;  */
    position: absolute;
    text-align: right;
    font-size: 18px;
    right: 116px;
    bottom: 120px;
}
.certificate-pic-box .organizing-p img{
    position: absolute;
    top: 50%;
    margin-top: -53px;
    right: 50px;
}
.certificate-list li{
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 6px 0;
}

.certificate-list li p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.certificate-list li.li-header p{
    color: #000;
}
.certificate-list li p.p5{
    justify-content: space-around;
}
.certificate-list li p span{
    color: #358fcd;
    cursor: pointer;
}
@keyframes leftGoRight {
    0% {
        opacity: 0;
        transform: translate(-200px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes leftGoRight {
    0% {
        opacity: 0;
        transform: translate(-200px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes downGoUp {
    0% {
        opacity: 0;
        transform: translate(0, 200px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes downGoUp {
    0% {
        opacity: 0;
        transform: translate(0, 200px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}