body,
p {
    margin: 0;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
} */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    height: 600px;
    width: 100%;
    background-image: url(../image/20200610.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    /* overflow: hidden; */
}

/*body默认铺满整个屏幕*/
/* body {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
} */
.bgc_nav {
    height: 100px;
    padding-top:-100px;
    background-image: url(../image/00_02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
    /* @include flex(center, center);*/

    box-sizing: border-box;
    position: relative;
    width: 100%;
    z-index: 999;
    background-color:  rgb(21,35,96);
}
.bgc_nav1 {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    padding-bottom: 100px;
}
.fixnav {
    display: block;
    /* margin-top:-100px; */
}
#nav {
    height: 80px;
    margin-top: 20px;
    
}

.container {
    padding-left: 4%;
    padding-right: 4%;
}

#nav .sub-item {
    color: #fff;
    text-align: center;
    width: 25%;
    height: 44%;
    border-bottom: none;
    float: left;
    font-size: 20px;
    box-sizing: border-box;
}

.four {
    margin-top: 1%;
}

.selected {
    border-bottom: 1px solid rgb(29, 138, 138) !important;
    color: rgb(29, 138, 138) !important;
}

#main {
    min-height: 100%;
    height: 1220px;
    background-image: url(../image/00_03.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}
.sticky {position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;position: sticky;}
/* .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
} */
.swiper-container {
    --swiper-pagination-color: rgb(0, 255, 204) !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
    left: 0;
    width: 100%;
}


/* 切换的内容 */
.g_boxsmall .title {
    text-align: center;
}

.tint {
    color: rgb(22, 52, 97);
    font-size: 48px;
    height: 66px;
    line-height: 66px;
    margin-top: 48px;
}

.fusco {
    color: rgb(34, 241, 186);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;

}

.line_box {
    height: 116px;
    width: 100%;
    border: 2px dashed rgb(34, 241, 186);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

.pic_box {
    margin-top: 40px;
}

.pic_box .pic_bor {
    margin-top: -4px;
    height: 742px;
    width: 100%;
    border: 2px solid rgb(34, 241, 186);
    border-style: solid none;
    line-height: 56px;
}

.g_tablebox {
    width: 100%;
    border: 1px solid rgb(34, 241, 186);
    height: 368px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body thead,
.tbl-body tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 24px;
}

.tbl-body tbody a {
    color: rgb(34, 241, 186);
}

.tbl-body thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body tbody::-webkit-scrollbar-track {
    background-color: rgb(34, 241, 186)
}

.tbl-body tbody::-webkit-scrollbar-thumb {
    background-color: rgb(7, 170, 173)
}

.tbl-body tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(34, 241, 186)
}

.tbl-body tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(34, 241, 186)
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body thead {
    width: 100%;
}

.tbl-body tbody {
    width: 100%;
    height: 340px;
    display: block;
    overflow-y: auto;
}

.g_tablebox table {
    width: 100%;
}

.g_tablebox table th,
.g_tablebox table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox table th {
    color: rgb(21, 37, 91);
    font-size: 16px;
    background-color: rgb(34, 241, 186);
}

.g_tablebox table tbody tr {
    color: #fff;
}

.g_tablebox.table_md table td,
.g_tablebox.table_md table th {
    line-height: 40px;
}

.btn_img {
    height: 94px;
    background-image: url(../image/0_04.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
    /* @include flex(center, center);*/
}
.btn_img a {
    height: 94px;
    width: 100%;
    display: block;
}

.bgc_sjdx {
    height: 1272px;
    background-image: url(../image/00_05.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.sec_lasttitle {
    text-align: center;
}

.sec_lastnumber {
    color: rgb(22, 52, 97);
    font-size: 48px;
    height: 66px;
    line-height: 66px;
    margin-top: 48px;
}

.sec_lastname {
    color: rgb(34, 241, 186);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;
}

.bgc_sjdx .sec_lastline {
    height: 196px;
    width: 100%;
    border: 2px dashed rgb(34, 241, 186);
    line-height: 52px;
    margin-top: 52px;
    position: relative;

}

.bgc_sjdx .sec_lastline img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.bgc_sjdx .sec_lastline span {
    position: absolute;
    font-size: 20px !important;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 16px;
}

/* #wrap {
    width: 100%;
    margin: 100px auto 0;
    overflow: hidden;
} */

#tit {
    height: 36px;
    width: 100%;
    cursor: pointer;
}

#tit span {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 25%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(0, 255, 204);
    box-sizing: border-box;
    background: rgb(21, 35, 90);
}

#con li {
    display: none;
    background: rgb(21, 35, 90);
    text-align: center;
}

#tit span.select {
    background: rgb(0, 255, 204);
    color: rgb(21, 35, 90);
}

#con li.show {
    display: block;
}

.pic_box_rk .pic_bor_rk {
    height: 810px;
    width: 100%;
    border: 2px solid rgb(0, 255, 204);
    border-style: solid none;
    line-height: 56px;
}

.pic_box_rk {
    margin-top: 40px;
}

.g_tablebox_pm {
    width: 100%;
    border: 1px solid rgb(0, 255, 204);
    height: 356px;
    /* height: 255px; */
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body_pm thead,
.tbl-body_pm tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.tbl-body_pm tbody a {
    color: rgb(0, 255, 204);
}

.tbl-body_pm thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_pm tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_pm tbody::-webkit-scrollbar-track {
    background-color: rgb(0, 255, 204)
}

.tbl-body_pm tbody::-webkit-scrollbar-thumb {
    background-color: rgb(6, 162, 160)
}

.tbl-body_pm tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 255, 204)
}

.tbl-body_pm tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(0, 255, 204)
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_pm thead {
    width: 100%;
}

.tbl-body_pm tbody {
    width: 100%;
    height: 272px;
    display: block;
    overflow-y: auto;
}

.g_tablebox_pm table th,
.g_tablebox_pm table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_pm table th {
    color: rgb(21, 35, 90);
    font-size: 16px;
    background-color: rgb(0, 255, 204);
}

.g_tablebox_pm table tbody tr {
    color: #fff;
}

.g_tablebox_rk.table_md table td,
.g_tablebox_rk.table_md table th {
    line-height: 40px;
}

.changtiao {
    height: 79px;
    background-image: url(../image/0_06.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.last_img {
    height: 80px;
    background-image: url(../image/20200610-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.last_box {
    height: 682px;
    background-image: url(../image/00_08.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.g_lastbigbox {
    overflow: hidden;
    margin-top: 42px;
    height: 544px;
    width: 100%;
    background-color: rgb(21, 35, 90);
}

.tab_left {
    float: left;
    width: 184px;
    height: 542px;
    background-color: rgb(9, 19, 61);
}

.tab_left ul {
    background-color: rgb(9, 19, 61);
    margin-top: 46px;
    cursor: pointer;
}

.tab_left li {
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-bottom: 18px;
    font-size: 18px;
    padding-left: 16px;
}

.tab_left .tab_sel {
    color: rgb(9, 19, 61);
    background-color: rgb(0, 255, 204);
    border-radius: 20px;
}

.tab_middle {
    float: left;
    width: 554px;
    height: 542px;
    text-align: center;
    vertical-align: middle;
}

.g_tablebox_mid {
    margin: 0 auto;
    width: 452px;
    border: 1px solid rgb(10, 28, 89);
    height: 470px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 46px;
}

.tbl-body_mid thead,
.tbl-body_mid tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.tbl-body_mid tbody a {
    color: rgb(10, 28, 89);
}

.tbl-body_mid thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_mid tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_mid tbody::-webkit-scrollbar-track {
    background-color: rgb(10, 28, 89)
}

.tbl-body_mid tbody::-webkit-scrollbar-thumb {
    background-color: rgb(10, 28, 89)
}

.tbl-body_mid tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(10, 28, 89)
}

.tbl-body_mid tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(10, 28, 89)
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_mid thead {
    width: 100%;
    background-color: rgb(10, 28, 89);
}

.tbl-body_mid tbody {
    width: 452px;
    height: 434px;
    display: block;
    overflow-y: auto;
}

.g_tablebox table {
    width: 100%;
}

.g_tablebox_mid table th,
.g_tablebox_mid table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_mid table th {
    color: rgb(0, 255, 204);
    font-size: 16px;
    background-color: rgb(10, 28, 89);
}

.g_tablebox_mid table tbody tr {
    color: #fff;
}

.g_tablebox_mid.table_md table td,
.g_tablebox_mid.table_md table th {
    line-height: 40px;
}
.g_tablebox_mid .paiming {
    width: 110px;
}
.g_tablebox_mid .diqu {
    width: 110px;
}
.g_tablebox_mid .paimingnumber {
    width: 110px;
}
.g_tablebox_mid .diquguojia {
    width: 110px;
}
.last_pcright {
    height: 485px;
    /* width: ; */
    background-image: url(../image/10-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
    background-color: rgb(21,35,96);
}
.tab_rightbgc {
    margin-top: 50px;
    
}
.tab_picfont {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 15px;
    font-size: 22px;
    color: rgb(113, 133, 197);
    font-weight: 700;
    text-align: left;
}
.tab_picfont span {
    font-size: 24px;
    color: rgb(30, 48, 107);
    font-weight: 700;
}
.tab_picfont2 {
    padding-left: 12px;
    padding-right: 15px;
    margin-top:50px;
    font-size: 22px;
    color: rgb(113, 133, 197);
    font-weight: 700;
    text-align: left;
}
.tab_picfont2 span {
    font-size: 24px;
    color: rgb(30, 48, 107);
    font-weight: 700;
}

.last_btn1 {
    height: 30px;
    background-image: url(../image/0_10.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.last_btn2 {
    height: 92px;
    background-image: url(../image/0_11.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}
.last_btn2 a {
    z-index: 999;
    height:92px;width: 100%;
    display: block;
}

.last_tit1 {
    height: 30px;
    background-image: url(../image/0_12.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

.last_tit2 {
    height: 80px;
    background-image: url(../image/0_13.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    overflow: hidden;
}

/* 其他切换 */
.fusco_QS {
    color: rgb(255, 12, 233);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;

}

.line_box_QS {
    margin-top: -4px;
    height: 116px;
    width: 100%;
    border: 2px dashed rgb(255, 12, 233);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box_QS img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box_QS span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

.pic_box_QS {
    margin-top: 40px;
}

.pic_box_QS .pic_bor {
    height: 742px;
    width: 100%;
    border: 2px solid rgb(255, 12, 233);
    border-style: solid none;
    line-height: 56px;
}

.g_tablebox_QS {
    width: 100%;
    border: 1px solid rgb(255, 12, 233);
    height: 360px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body_QS thead,
.tbl-body_QS tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 24px;
}

.tbl-body_QS tbody a {
    color: rgb(255, 23, 247)
}

.tbl-body_QS thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_QS tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_QS tbody::-webkit-scrollbar-track {
    background-color: rgb(255, 23, 247)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb {
    background-color: rgb(176, 17, 171)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255, 23, 247)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(255, 23, 247)
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_QS thead {
    width: 100%;
}

.tbl-body_QS tbody {
    width: 100%;
    height: 328px;
    display: block;
    overflow-y: auto;
}

.g_tablebox_QS table {
    width: 100%;
}

.g_tablebox_QS table th,
.g_tablebox_QS table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_QS table th {
    color: rgb(21, 37, 91);
    font-size: 16px;
    background-color: rgb(255, 23, 247);
}

.g_tablebox_QS table tbody tr {
    color: #fff;
}

.g_tablebox_QS.table_md table td,
.g_tablebox_QS.table_md table th {
    line-height: 40px;
}

/* THE排名 */
.fusco_THE {
    color: rgb(0, 255, 252);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;

}

.line_box_THE {

    height: 164px;
    width: 100%;
    border: 2px dashed rgb(0, 255, 252);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box_THE img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box_THE span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

.pic_box_THE {
    margin-top: 40px;
}

.pic_box_THE .pic_bor {
    margin-top: -4px;
    height: 742px;
    width: 100%;
    border: 2px solid rgb(0, 255, 252);
    border-style: solid none;
    line-height: 56px;
}

.g_tablebox_THE {
    width: 100%;
    border: 1px solid rgb(0, 255, 252);
    height: 360px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body_THE thead,
.tbl-body_THE tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 24px;
}

.tbl-body_THE tbody a {
    color: rgb(0, 255, 252)
}

.tbl-body_THE thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_THE tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_THE tbody::-webkit-scrollbar-track {
    background-color: rgb(0, 255, 252);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb {
    background-color: rgb(6, 162, 160);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 255, 252);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(0, 255, 252);
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_THE thead {
    width: 100%;
}

.tbl-body_THE tbody {
    width: 100%;
    height: 328px;
    display: block;
    overflow-y: auto;
}

.g_tablebox_THE table {
    width: 100%;
}

.g_tablebox_THE table th,
.g_tablebox_THE table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_THE table th {
    color: rgb(21, 37, 91);
    font-size: 16px;
    background-color: rgb(0, 255, 252);
}

.g_tablebox_THE table tbody tr {
    color: #fff;
}

.g_tablebox_QS.table_md table td,
.g_tablebox_QS.table_md table th {
    line-height: 40px;
}

/* ARWU排名 */
.line_box_rk {
    height: 164px;
    width: 100%;
    border: 2px dashed rgb(34, 241, 186);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box_rk img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box_rk span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

/* cwur世界大学排名 */

.fusco_QS {
    color: rgb(255, 12, 233);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;

}

.line_box_QS {
    height: 116px;
    width: 100%;
    border: 2px dashed rgb(255, 12, 233);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box_QS img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box_QS span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

.pic_box_QS {
    margin-top: 40px;
}

.pic_box_QS .pic_bor {
    margin-top: -4px;
    height: 742px;
    width: 100%;
    border: 2px solid rgb(255, 12, 233);
    border-style: solid none;
    line-height: 56px;
}

.g_tablebox_QS {
    width: 100%;
    border: 1px solid rgb(255, 12, 233);
    height: 360px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body_QS thead,
.tbl-body_QS tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 24px;
}

.tbl-body_QS tbody a {
    color: rgb(255, 23, 247)
}

.tbl-body_QS thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_QS tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_QS tbody::-webkit-scrollbar-track {
    background-color: rgb(255, 23, 247)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb {
    background-color: rgb(176, 17, 171)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255, 23, 247)
}

.tbl-body_QS tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(255, 23, 247)
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_QS thead {
    width: 100%;
}

.tbl-body_QS tbody {
    width: 100%;
    height: 328px;
    display: block;
    overflow-y: auto;
}

.g_tablebox_QS table {
    width: 100%;
}

.g_tablebox_QS table th,
.g_tablebox_QS table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_QS table th {
    color: rgb(21, 37, 91);
    font-size: 16px;
    background-color: rgb(255, 23, 247);
}

.g_tablebox_QS table tbody tr {
    color: #fff;
}

.g_tablebox_QS.table_md table td,
.g_tablebox_QS.table_md table th {
    line-height: 40px;
}

/* 福布斯排名 */
.fusco_THE {
    color: rgb(0, 255, 252);
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: -50px;

}

.line_box_fbs {
    height: 134px;
    width: 100%;
    border: 2px dashed rgb(0, 255, 252);
    line-height: 52px;
    margin-top: 52px;
    position: relative;
}

.line_box_fbs img {
    position: absolute;
    left: 34px;
    top: 8px;
}

.line_box_fbs span {
    position: absolute;
    left: 138px;
    padding-right: 20px;
    line-height: 160%;
    color: #fff;
    font-size: 19px;
    top: 8px;
}

.pic_box_THE {
    margin-top: 40px;
}

.pic_box_THE .pic_bor {
    height: 742px;
    width: 100%;
    border: 2px solid rgb(0, 255, 252);
    border-style: solid none;
    line-height: 56px;
}

.g_tablebox_THE {
    width: 100%;
    border: 1px solid rgb(0, 255, 252);
    height: 360px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tbl-body_THE thead,
.tbl-body_THE tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 24px;
}

.tbl-body_THE tbody a {
    color: rgb(0, 255, 252)
}

.tbl-body_THE thead {
    width: calc(100% - 3px);
    /*减去默认滚动条的宽度，让thead 与tbody 对齐*/
}

.tbl-body_THE tbody::-webkit-scrollbar {
    width: 3px;
}

.tbl-body_THE tbody::-webkit-scrollbar-track {
    background-color: rgb(0, 255, 252);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb {
    background-color: rgb(6, 162, 160);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 255, 252);
}

.tbl-body_THE tbody::-webkit-scrollbar-thumb:active {
    background-color: rgb(0, 255, 252);
}

/*设置滚动条的宽度，让thead 与tbody 对齐*/
.tbl-body_THE thead {
    width: 100%;
}

.tbl-body_THE tbody {
    width: 100%;
    height: 328px;
    display: block;
    overflow-y: auto;
}

.g_tablebox_THE table {
    width: 100%;
}

.g_tablebox_THE table th,
.g_tablebox_THE table td {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.g_tablebox_THE table th {
    color: rgb(21, 37, 91);
    font-size: 16px;
    background-color: rgb(0, 255, 252);
}

.g_tablebox_THE table tbody tr {
    color: #fff;
}

.g_tablebox_QS.table_md table td,
.g_tablebox_QS.table_md table th {
    line-height: 40px;
}

.picture_row {
    width: 100%;
    height: 344px;
    text-align: center;
}

.picture_row2 {
    width: 100%;
    height: 428px;
    text-align: center;
}

/* 在线咨询 */
.ask_zx {
    height: 607px;
    margin-top: -61px;
    background-image: url(../image/00_14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-origin: content-box;
    /* Safari */
    background-origin: content-box;
    /* overflow: hidden; */
}

.form-wrap form label {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 0;
    border: 1px solid rgb(255, 23, 245);
    background: #fff;
}

.form-wrap form input {
    margin-left: 20px;
    color: #fff !important;
}

.form-wrap form .name {
    border-radius: 60px;
    background-color: rgb(21, 35, 90);
}

.form-wrap form .name span {
    width: 132px;
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
}

.form-wrap form .phone {
    border-radius: 60px;
    background-color: rgb(21, 35, 90);
}

.form-wrap form .phone span {
    width: 132px;
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
}

.form-wrap form .city {
    border-radius: 60px;
    background-color: rgb(21, 35, 90);
}

.form-wrap form .city span {
    width: 132px;
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
}

.form-wrap form .btn-wrap {
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
}

.form-wrap form .country {
    border-radius: 60px;
    background-color: rgb(21, 35, 90);
}

.form-wrap form .country span {
    width: 132px;
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
}

.form-wrap form .degree {
    border-radius: 60px;
    background-color: rgb(21, 35, 90);
}

.form-wrap form .degree span {
    width: 132px;
    background-color: rgb(255, 23, 245);
    border-radius: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
}

.form-wrap form .city option {
    background-color: rgb(21, 35, 90);
}

.page {
    padding-left: 6rem !important;
    padding-top: 0rem !important;
    padding-right: 6rem !important;
    padding-bottom: 0rem !important;
}

/* 左侧飘窗 */
#reg { width: 200px; height: 400px; margin: 0px; padding: 0px; position: fixed; top: 120px; left: 5px; background: url(../image/reg_bg.png) no-repeat; z-index: 1000; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }
#cBtn{width:8px; height:8px; margin:0px; padding:0px; position:absolute; top:75px; right:15px;}
#ul_form{width:200px;height:205px; list-style:none; padding:160px 0 0 0px;font-size:12px;}
#ul_form li{line-height:18px; padding: 15px 0 0px 20px;}
#ul_form li span{ color:#c00;}
#ul_form li.btn_submit{padding:0px;margin-top:35px;}
#ul_form li.btn_submit input{line-height: 18px; border: none; margin-left: 0;width:200px; height:44px; padding:0px;background:url(../image/reg_btn.png) center center no-repeat; cursor:pointer;}
#ul_form li input{width:114px; line-height:18px; border: solid 1px #cccccc; margin-left:3px;}
#ul_form li select{width:90px; line-height:18px; border: solid 1px #cccccc; margin-left:3px;}
#reg .close_btn { background: rgba(0, 0, 0, 0) url("../images/close_btn.png") no-repeat scroll 0 0; cursor: pointer; height: 20px; position: absolute; right: 15px; top: 80px; width: 20px; }
.nav-icon{ position: absolute;
    right: 2.3rem;
    top: 8.4rem;
    z-index: 10;
    display: block;
    width: 59px;
    height: 26px;
    display: block; }
.nav-icon img{ width: 100%;vertical-align: bottom; }

  .meauMask{position: fixed;bottom: 0px;top: 0px;left: -100%;z-index: 3000000000;width: 100%;height: 100%;display: block}
  .meauMask div{width: 40%;height: 100%;overflow-y: auto;background: rgba(0,0,0,.7);}
  .meauMask dl{line-height: 96px;color: #fff;border-bottom:2px solid #fff;margin: 0.2rem 0;padding: 0.1rem 0;}
  .meauMask dl a {color: #fff;display: block;text-decoration: none;}
  .meauMask dl dt {font-size: 1.54rem;padding-left: 3.6rem;font-weight: bold;}
  .meauMask dl dd {line-height: 3.6rem;font-size: 1.4rem;padding-left: 3.6rem;}
  .meauMask dl dt.meauIcon_1 {background: url(https://qiantum.xdf.cn/images/xm_meau_home_20161118.png) no-repeat 0.7rem center;background-size: 2.3rem auto;}
  .meauMask dl dt.meauIcon_2 {background: url(https://qiantum.xdf.cn/images/xm_meau_lxgj_20161118.png) no-repeat 0.7rem center;background-size: 2.3rem auto;}
  .meauMask dl dt.meauIcon_3 {background: url(https://qiantum.xdf.cn/images/xm_zyx_wt_20161118.png) no-repeat 0.21rem center;background-size: 2.4rem auto;}
  .meauMask dl dt.meauIcon_4 {background: url(https://qiantum.xdf.cn/images/xm_zgw_wt_20161118.png) no-repeat 0.21rem center;background-size: 2.4rem auto;}
  .meauMask dl dt.meauIcon_5 {background: url(https://qiantum.xdf.cn/images/xm_zcp_wt_20161118.png) no-repeat 0.21rem center;background-size: 2.4rem auto;}
  .meauMask dl dt.meauIcon_6 {background: url(https://qiantum.xdf.cn/images/xm_zal_wt_20161118.png) no-repeat 0.21rem center;background-size: 2.4rem auto;}
  .meauMask dl dt.meauIcon_7 {background: url(https://qiantum.xdf.cn/images/xm_zhd_wt_20161118.png) no-repeat 0.21rem center;background-size: 2.4rem auto;}
  .meauMask dl dt.meauIcon_8 {background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat 0.9rem center;background-size: 2.3rem auto;}

    .btnGroup a {text-decoration: none;}
  .btnGroup{ display:block;position: fixed;bottom: 0;width: 100%;z-index:99999999;height:5rem;margin: 0 auto; font-size:1.8rem;}
  .btnGroup .zxBtn{ display:block;float: left;height: 5rem;width: 100%;line-height:5rem;background:#666666;; }
  .btnGroup .zxBtn div{float:left;width:49%;text-align: center;}
  .btnGroup .zxBtn div.zxzx{border-right: 1px solid #fff;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
  .btnGroup .zxBtn div.grzx{border-left: 1px solid #fff;}
  .btnGroup .zxBtn div.dxzx a{padding-left:0.3rem;}
  .btnGroup .zxBtn div.fire2 {position: relative;}
  .btnGroup .zxBtn div.fire2 img {width: 14%;position: absolute;right: 0.1rem;top: -0.1rem;}
  .btnGroup .zxBtn div.zxzx a{padding-left:0.3rem;background:url(https://qiantum.xdf.cn/images/xm_duanxin_2017041203.png) no-repeat left center;background-size: 0.18rem auto;}
  .btnGroup .zxBtn div.mfpg a{padding-left:0.3rem;background:url(https://qiantum.xdf.cn/images/xm_mianfei_20161118.png) no-repeat left center;background-size: 0.18rem auto;}
  .btnGroup .zxBtn div.grzx a{padding-left: 0.3rem;background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat left center;background-size: 0.18rem auto;}
  .btnGroup .zxBtn a{color:#fff;}
  .btnGroup .functionBtn{position: absolute;bottom: 0.65rem;right: 0.13rem;width:0.83rem;display: none;}
  .btnGroup .functionBtn div{font-size: 0;width:0.7rem;height:0.7rem;margin-bottom:0.1rem;}
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff!important;
    opacity: .9;}
    .swiper-pagination-bullet-active{
        background: rgb(0, 255, 204) !important;
    }
    .footer_m_gao{display: block;margin-top:4%;color: white;width: 100%;text-align: center;}