/*html{font-size: 100px;}*/
* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 100px;
    width: 100%;
    height: 100%;
}

body {
    font-family: '微软雅黑', Helvetica, Arial, Sans-serif;
    line-height: 1.2;
    color: #999;
    overflow: auto;
}

a {
    color: #999;
    display: block;
}

img {
    border: 0;
    width: 100%;
    display: block;
    transition: all 0.5s;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

input,
select,
button {
    font-family: '微软雅黑', Helvetica, Arial, Sans-serif;
}

.cls {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    width: 100%;
    min-width: 1280px;
    position: relative;
    background: #fff;
    font-size: 100%;
    overflow-x: hidden;
}

.warning-info {
    display: block;
}

/* 公共部分 */

.main {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.header {
    width: 100%;
    height: 145px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.header .logo {
    width: 350px;
    float: left;
    left: 0;
    top: 15px;
    position: absolute;
    width: 162px;
    top: 20px;
}

.header .bottom {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.header .nav {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 2;
    float: left;
}

.header .nav li {
    float: left;
    position: relative;
}

.header .nav li a {
    font-size: 16px;
    color: #444;
    float: left;
    margin-left: 6px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    position: relative;
}

.header .nav li.cur a {
    color: #fff;
    background: #2f69d4;
}

.header .nav li.cur ul a {
    background: transparent;
}

.header .nav li a i {
    background: url("../image/drop.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}

.header .nav li a:hover {
    color: #2f69d4;
}

.header .nav li.cur a i {
    background: url("../image/drop-white.png") no-repeat;
    background-size: 100%;
}

.header .nav li.cur a:hover {
    color: #fff;
}

.header .nav li ul.down {
    position: absolute;
    top: 39px;
    background: rgba(0, 0, 0, 0.65);
    left: 7px;
    padding: 10px 0;
    float: left;
    display: none;
}

.header .nav li ul.down li {
    float: left;
    width: 100%;
}

.header .nav li ul.down li a {
    color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
}

.header .nav li ul.down li a:hover {
    color: #2f69d4;
}

.header .top {
    width: 100%;
    position: relative;
    height: 40px;
    z-index: 2;
    background: #fafafa;
    float: left;
}

.header .top ul {
    float: left;
    position: absolute;
    right: 0;
}

.header .top li {
    float: left;
}

.header .top li a {
    font-size: 14px;
    color: #7f7f7f;
    float: left;
    margin-left: 5px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
}

.header .top li a:hover {
    color: #ff8a1e;
}

.header-m,
.footer-m {
    display: none;
}

/* 头图部分 */
.banner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner .pc {
    display: block;
}

.banner .mob {
    display: none;
}

.banner .cont {
    display: none;
}

.banner .swiper-pagination li {
    float: left;
    background: rgba(0, 0, 0, 0.45);
    text-align: left;
    padding: 25px 20px;
    border-left: 2px solid #a6a6a6;
    cursor: pointer;
    width: 25%;
    box-sizing: border-box;
}

.banner .swiper-pagination ul {
    width: 1100px;
    margin: 0 auto;
}

.banner .swiper-pagination li h1 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.banner .swiper-pagination li span {
    font-size: 12px;
    color: #c7c7c7;
    font-style: normal;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.banner .swiper-pagination li.cur {
    background: rgba(0, 0, 0, 0.85);
    border-left: 2px solid #ff8a1e;
}

.banner .swiper-pagination li.cur span {
    color: #ff8a1e;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

/* 项目部分 */
.proj {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fafafa;
    padding: 60px 0;
}

.proj .item {
    width: 540px;
    float: left;
}

.proj .item:first-child {
    margin-right: 20px;
}

.proj .item .img {
    width: 540px;
    height: 330px;
    overflow: hidden;
}

.proj .item .cont {
    background: rgba(255, 255, 255, 0.95);
    color: #444;
    padding: 20px 30px;
    width: 420px;
    margin-left: 30px;
    margin-top: -120px;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 3px #efefef;
}

.proj .item .cont h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.proj .item .cont p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.proj .item .cont a {
    font-size: 16px;
    color: #ff8a1e;
}

.proj .item:hover img {
    transform: scale(1.1) rotate(1.5deg);
}

/* 考试部分 */
.exam {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0 40px 0;
}

.exam .tittle {
    color: #444;
    font-size: 28px;
    margin-bottom: 30px;
}

.exam .item ul {
    padding: 20px 60px;
    float: left;
}

.exam .item a {
    color: #444;
    padding: 20px 40px;
    text-align: center;
    border-radius: 10px;
}

.exam .item h1 {
    color: #ff8a1e;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
    float: left;
    padding-left: 30px;
}

.exam .item li {
    float: left;
    width: 25%;
}

.exam .item li img {
    width: 40%;
    margin-left: 30%;
    margin-bottom: 10px;
}

.exam .item li h2 {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.exam .item li p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.exam .item a:hover {
    transition: all 0.5s;
    background: #fff9f4;
}

/* 新闻部分 */
.news {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #fafafa;
}

.news .tittle {
    color: #444;
    font-size: 28px;
    margin-bottom: 30px;
}

.news .tabs {
    position: absolute;
    left: 140px;
    top: 0;
}

.news .tabs li {
    background: #f2f2f2;
    color: #444;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    margin-right: 3px;
    cursor: pointer;
}

.news .tabs li:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.news .tabs li:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.news .tabs li.cur {
    background: #2f69d4;
    color: #fff;
}

.news .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -40px;
}

.news .swiper-button-next,
.swiper-button-prev {
    color: #999;
}

.news .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
}

.news .list {
    width: 100%;
    display: block;
}

.news .list .cont {
    padding: 30px 20px 10px 20px;
    background: #fff;
    box-shadow: 0 3px 3px #efefef;
}

.news .list .cont span {
    color: #2f69d4;
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}

.news .list .cont h1 {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .list .cont p {
    color: #444;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .list .cont a {
    color: #ff8a1e;
    font-size: 14px;
}

.news .list .cont em {
    color: #444;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    font-style: normal;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.news .list .cont:hover {
    transition: all 0.5s;
    transform: scale(1.02)
}

/* 服务部分 */
.serve {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: url("../image/serve-bg.jpg") no-repeat;
    background-size: 100%;
}

.serve .tittle {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.serve ul {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.serve li {
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
}

.serve li h1 {
    font-size: 52px;
    font-weight: normal;
}

.serve li span {
    font-size: 16px;
    display: block;
    color: #999;
}

/* 合作站点部分 */
.site {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.site .tittle {
    color: #444;
    font-size: 28px;
    margin-bottom: 30px;
}

.site .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -40px;
}

.site .swiper-button-next,
.swiper-button-prev {
    color: #999;
}

.site .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
}

.site .list {
    width: 100%;
    display: block;
}

.site .list .cont {
    padding: 15px 20px 30px 20px;
    background: #fff;
    box-shadow: 0 3px 3px #efefef;
    border: 1px solid #efefef;
    border-top: 4px solid #444;
    box-sizing: border-box;
}

.site .list .cont span {
    color: #444;
    font-size: 12px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.site .list .cont.a {
    border-top: 4px solid #ff8a1e;
}

.site .list .cont.a span {
    color: #ff8a1e;
}

.site .list .cont.b {
    border-top: 4px solid #2f69d4;
}

.site .list .cont.b span {
    color: #2f69d4;
}

.site .list .cont h1 {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.site .list .cont a:hover {
    transition: all 0.5s;
    transform: scale(1.02)
}

/* 合作企业部分 */
.partner {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #fafafa;
}

.partner .tittle {
    color: #444;
    font-size: 28px;
    margin-bottom: 30px;
}

.partner ul {
    float: left;
}

.partner a {
    float: left;
}

.partner li {
    width: 260px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.partner li img {
    width: 160px;
    float: left;
    margin-right: 10px;
    filter: saturate(0%);
}

.partner li span {
    color: #444;
    font-size: 12px;
    float: left;
    line-height: 96px;
}

.partner li:nth-child(4n+0) {
    margin-right: 0;
}

.partner li a:hover img {
    filter: saturate(100%);
}

/* 底部 */
.footer {
    background: #343434;
    color: #fff;
    font-size: 16px;
    position: relative;
    /* padding-bottom: 68px; */
    padding-bottom: 126px;
}

.footer .left {
    float: left;
    width: 750px;
    padding: 10px 0;
}

.footer .right {
    float: right;
    width: 350px;
}

.footer .right img {
    margin-top: 110px;
}

.footer .tittle {
    font-size: 18px;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.footer .left ul {
    float: left;
    margin-top: 15px;
}

.footer .left li {
    float: left;
    margin-right: 40px;
    line-height: 36px;
}

.footer a:hover {
    color: #ff8a1e;
}

.footer .bottom {
    background: #3e3e3e;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 48px;
}

/* 其他头图部分 */
.banner-mini {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.banner-mini .pc {
    display: block;
}

.banner-mini .mob {
    display: none;
}

/* 通用详情部分 */
.page-left {
    width: 776px;
    float: left;
}

.page-left .top {
    margin-bottom: 30px;
    position: relative;
}

.page-left .top .tittle {
    font-size: 28px;
    color: #444;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.page-left .top .tabs {
    margin-top: 30px;
    float: left;
}

.page-left .top .tabs li {
    background: #f2f2f2;
    color: #444;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    margin-right: 3px;
    cursor: pointer;
}

.page-left .top .tabs li:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.page-left .top .tabs li:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.page-left .top .tabs li.cur {
    background: #2f69d4;
    color: #fff;
}

.page-left .top .search {
    width: calc(100% - 555px);
    float: right;
    margin-top: 30px;
}

.page-left .top .search input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px 10px 40px;
    border: 1px solid #efefef;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: url("../image/search.png") no-repeat 10px 10px;
    background-size: 20px;
}

.page-left .top .nav,
.page-center .top .nav {
    font-size: 14px;
    float: left;
    position: absolute;
    right: 0;
    top: 16px;
}

.page-left .top .nav a,
.page-center .top .nav a {
    float: left;
    margin: 0 8px;
    padding-bottom: 4px;
}

.page-left .top .nav a:hover {
    /* transition: .3s; */
    color: #2f69d4;
}

.page-left .top .nav span,
.page-center .top .nav span {
    float: left;
    margin: 0 10px;
}

.page-left .top .nav a.cur,
.page-center .top .nav a.cur {
    color: #2f69d4;
    border-bottom: 2px solid #2f69d4;
}

.page-left .top .select {
    width: 413px;
    float: left;
    margin-top: 30px;
}

.page-left .top .richselect .richplaceholder,
.page-left .top .richselect ul li.unchecked {
    color: #444;
    font-size: 14px;
}

.page-left .top .richselect {
    width: 140px;
    min-width: 0;
    float: left;
    margin-right: 10px;
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    padding: 5px 0;
}

.page-left .top .richselect ul li.unchecked:hover {
    background: #2f69d4;
    color: #fff;
    padding-left: 5px;
}

.page-right {
    width: 240px;
    float: right;
    background: #f2f2f2;
    padding: 30px;
    margin-top: 64px;
}

.page-right .filter {
    font-size: 13px;
    color: #444;
}

.page-right .filter a.clear {
    color: #2f69d4;
    cursor: pointer;
}

.page-right .filter .tittle {
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 10px 20px;
    background: url("../image/arrow.png") no-repeat -10px -8px;
    background-size: 30px;
    margin-top: 20px;
}

.page-right .filter .checkbox {
    margin-top: 10px;
}

.page-right .filter .checkbox .richcheckbox2 {
    display: block;
    cursor: pointer;
}

.page-right .filter .checkbox.star .richcheckbox2 {
    color: #ff8a1e;
}

.page-right .file {
    font-size: 12px;
    color: #444;
}

.page-right .file .tittle {
    color: #2f69d4;
    cursor: pointer;
    font-size: 18px;
}

.page-right .file a {
    display: block;
    color: #444;
    text-decoration: underline;
    margin-top: 20px;
    line-height: 21px;
}

.page-center {
    width: 1100px;
    float: left;
}

.page-center .top {
    margin-bottom: 30px;
    position: relative;
}

.page-center .top .tittle {
    font-size: 28px;
    color: #444;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.page {
    padding: 60px 0 120px 0;
    float: left;
    width: 100%;
}

.page a {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}

.page a.cur {
    color: #2f69d4;
}

.bg {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

/* 新闻列表部分 */
.news-page .list {
    width: 100%;
    display: block;
}

.news-page .block {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.news-page .block h1 {
    font-size: 18px;
    color: #444;
    font-weight: normal;
    margin-bottom: 10px;
}

.news-page .block p {
    font-size: 12px;
    line-height: 24px;
}

.news-page .block span {
    font-size: 12px;
    color: #ff8a1e;
    display: block;
    margin-bottom: 15px;
}

/* 新闻内容部分 */
.news-page .news-del .top {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

.news-page .news-del .top h1 {
    font-size: 24px;
    color: #2f69d4;
    font-weight: normal;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.news-page .news-del .top span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
    float: left;
}

.news-page .news-del .cont {
    width: 100%;
    float: left;
    color: #575757;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 60px;
}

.news-page .news-del .cont h1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.news-page .news-del .cont p {
    margin-bottom: 20px;
    color: #979797;
}

.news-page .news-del .cont img {
    max-width: 800px;
    height: auto;
    text-align: center;
    margin-left: 150px;
    margin-bottom: 20px;
}

/* 项目介绍部分 */
.proj-page .top {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.proj-page .top h1 {
    font-size: 24px;
    color: #2f69d4;
    font-weight: normal;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.proj-page .img {
    width: 480px;
    float: right;
    margin-left: 20px;
}

.proj-page .cont {
    width: 600px;
    float: left;
    color: #575757;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 60px;
}

.proj-page .cont h1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.proj-page .cont p {
    margin-bottom: 20px;
    color: #979797;
}

.proj-page .cont img {
    width: 800px;
    text-align: center;
    margin-left: 150px;
    margin-bottom: 20px;
}

/* 1+x部分 */
.x-page .list {
    width: 100%;
    display: block;
    color: #444;
    margin-bottom: 60px;
}

.x-page .block {
    padding: 30px 0;
}

.x-page .block h1 {
    font-size: 21px;
    color: #2f69d4;
    font-weight: normal;
    margin-bottom: 20px;
}

.x-page .block a {
    display: inline;
    margin: 0 5px;
    color: #ff8a1e;
    text-decoration: underline;
}

.x-page .block p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.x-page .block ul {
    padding: 10px 20px;
}

.x-page .block li {
    font-size: 12px;
    line-height: 24px;
}

.x-page .block p.sp {
    background: #fafafa;
    padding: 15px 30px;
    color: #444;
    margin-top: 10px;
}

.x-page .block p.sp a {
    display: block;
}

.x-page .block p.half a {
    display: inline-block;
    width: calc(50% - 15px);
}

.x-page .block ul.img {
    padding: 20px 0;
}

.x-page .block ul.img li {
    width: 360px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.x-page .block ul.img li:nth-child(3n+0) {
    margin-right: 0;
}

.x-page .block ul.img li span {
    font-size: 10px;
    display: block;
    color: #a8a8a8;
    margin-top: 5px;
    line-height: 16px;
    height: 32px;
    overflow-y: hidden;
}

.x-page ul.other {
    list-style-type: none;
    color: #444;
    background: #fafafa;
    padding: 15px 30px;
}

.x-page ul.other a {
    background: #ff8a1e;
    color: #fff;
    padding: 5px 20px;
    line-height: 12px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 7px;
}

.x-page ul.other li {
    line-height: 36px;
    position: relative;
    font-size: 12px;
}

.x-page #tree {
    list-style-type: none;
    color: #444;
    background: #fafafa;
    padding: 15px 30px;
}

.x-page #tree [data-tree-click] {
    cursor: pointer;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
}

.x-page #tree .closed [data-tree-click] {
    padding-left: 12px;
    background-image: url('../image/plus_minus.gif');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #FF00000 !important;
}

.x-page #tree .open [data-tree-click] {
    padding-left: 12px;
    background-image: url('../image/plus_minus.gif');
    background-repeat: no-repeat;
    background-position: 0px -94px;
    color: #FF00000 !important;
}

.x-page #tree .end {
    padding-left: 12px;
    color: #444;
}

.x-page #tree .data-tree-level1 {
    margin-left: 10px;
}

.x-page #tree .data-tree-level2 {
    margin-left: 20px;
}

.x-page #tree .data-tree-level3 {
    margin-left: 30px;
}

.x-page #tree a {
    background: #ff8a1e;
    color: #fff;
    padding: 5px 20px;
    line-height: 12px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 7px;
}

.x-page #tree li {
    line-height: 36px;
    position: relative;
    font-size: 12px;
}

.x-page .item {
    width: 395px;
    float: left;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 3px 3px #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 20px;
}

.x-page .item:nth-child(2n+0) {
    margin-right: 0;
}

.x-page .item .img {
    width: 140px;
    float: left;
    margin-right: 10px;
}

.x-page .item .cont {
    float: left;
    width: 203px;
}

.x-page .item .cont span {
    color: #444;
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    color: #ff8a1e;
}

.x-page .item .cont h1 {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.x-page .item .cont p {
    margin-top: 5px;
    line-height: 18px;
}

.x-page .item .cont a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    float: left;
    margin: 8px 0 0 0;
    font-weight: bold;
}

.x-page .item .text {
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    float: left;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/* 关于我们部分 */
.about-page .block {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

.about-page .block h1 {
    font-size: 21px;
    color: #2f69d4;
    font-weight: normal;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.about-page .block h1.color {
    color: #ff8a1e;
}

.about-page .block h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #444;
    width: 100%;
    float: left;
}

.about-page .block table {
    width: 1100px;
    float: left;
    margin-bottom: 30px;
}

.about-page .block tr {
    width: 450px;
    float: left;
    margin-right: 40px;
}

.about-page .block td {
    font-size: 14px;
    color: #444;
    padding: 5px 0;
}

.about-page .block td a {
    width: 24px;
    cursor: pointer;
}

.about-page .block td:nth-child(1) {
    width: 80px;
}

.about-page .block td:nth-child(2) {
    width: 140px;
}

.about-page .block td:nth-child(3) {
    width: 170px;
}

.about-page .pop {
    position: fixed;
    width: 450px;
    height: 240px;
    z-index: 10000;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -120px;
    color: #444;
    display: none;
}

.about-page .pop .img {
    width: 140px;
    float: left;
}

.about-page .pop .img span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.about-page .pop .cont {
    float: left;
    margin-left: 30px;
    width: 196px;
}

.about-page .pop .cont h1 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 35px;
    color: #2f69d4;
}

.about-page .pop .cont p {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.about-page .pop a.close {
    background: url("../image/close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/* 合作站点部分 */
.site-page .block {
    width: 252px;
    height: 286px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.site-page .block:nth-child(3n+0) {
    margin-right: 0;
}

.site-page .block .cont {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 3px 3px #efefef;
    border: 1px solid #efefef;
    border-top: 4px solid #444;
    box-sizing: border-box;
}

.site-page .block .cont span {
    color: #444;
    font-size: 12px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.site-page .block .cont.a {
    border-top: 4px solid #ff8a1e;
}

.site-page .block .cont.a span {
    color: #ff8a1e;
}

.site-page .block .cont.b {
    border-top: 4px solid #2f69d4;
}

.site-page .block .cont.b span {
    color: #2f69d4;
}

.site-page .block .cont h1 {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-page .block .cont p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.site-page .block .cont a {
    background: url("../image/drop-line.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 15px;
    margin-top: 15px;
}

.site-page .block.on .cont a {
    background: url("../image/drop-line-top.png") no-repeat center;
    background-size: contain;
}

.site-page .block .cont em {
    color: #444;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    font-style: normal;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.site-page .block .next {
    padding-bottom: 15px;
    display: none;
}

.site-page .block .next h2 {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

.site-page .block .next p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.site-page .block .next em {
    color: #444;
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    font-style: normal;
    display: block;
}

.site-page .pop {
    position: fixed;
    width: 600px;
    z-index: 10000;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    top: 20%;
    left: 50%;
    margin-left: -225px;
    color: #444;
    display: none;
}

.site-page .pop .img {
    width: 140px;
    float: left;
}

.site-page .pop .img span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.site-page .pop .cont h1 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 35px;
    color: #2f69d4;
}

.site-page .pop .cont p {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 20px;
}

.site-page .pop a.close {
    background: url("../image/close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/* 回到顶部 */
#scrollUp {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    transition: all .2s ease-in-out;
    bottom: 30px;
    right: 30px;
}

#scrollUp:hover {
    background-color: rgba(0, 0, 0, .7);
}


/* 1+x部分新增 */
.page-center .top .tabs {
    margin-top: 30px;
    float: left;
}

.page-center .top .tabs li {
    background: #f2f2f2;
    color: #444;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    margin-right: 3px;
    cursor: pointer;
}

.page-center .top .tabs li:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.page-center .top .tabs li:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.page-center .top .tabs li.cur {
    background: #2f69d4;
    color: #fff;
}

.x-page .block .post {
    margin-bottom: 60px;
}

.x-page .block .post:last-child {
    margin-bottom: 0;
}

.x-page .block .post h2 {
    font-size: 18px;
    color: #444;
    font-weight: normal;
    margin-bottom: 20px;
}

.x-page .block .post td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 20px;
}

.x-page .block .post th {
    color: #fff;
    text-align: left;
    background: #ff8a1e;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 20px;
}

.x-page .block .post tr:nth-child(even) td {
    background: #fafafa;
}

.x-page .block .post ul {
    display: none;
}

.x-page .block .job ul {
    background: #363636;
    width: 230px;
    float: left;
    padding: 40px 0 40px 20px;
    margin-bottom: 80px;
}

.x-page .block .job li {
    width: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    padding: 0 20px 30px 30px;
    box-sizing: border-box;
}

.x-page .block .job li h1 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.x-page .block .job li.cur h1 {
    color: #ff8a1e;
}

.x-page .block .job li span {
    color: #ccc;
    width: 100%;
    float: left;
}

.x-page .block .job li i {
    background: url("../image/shape.png");
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}

.x-page .block .job li b {
    border-left: 4px dotted #ccc;
    position: absolute;
    top: 30px;
    left: 6px;
    width: 4px;
    height: 40px;
}

.x-page .block .job li:last-child {
    padding-bottom: 0;
}

.x-page .block .job li:last-child b {
    display: none;
}

.x-page .block .job li.cur i {
    background: url("../image/shape-c.png");
    background-size: 100%;
}

.x-page .block .job li.cur {
    background: url("../image/shape-r.png") no-repeat 208px 4px;
    background-size: 14px;
}

.x-page .block .job .mob,
.x-page .block .job .tip {
    display: none;
}

.x-page .block .job .cont {
    width: 850px;
    float: right;
    background: #fafafa;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 60px;
}

.x-page .block .job .cont .tittle {
    color: #ff8a1e;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.x-page .block .job .cont .tittle span {
    color: #ccc;
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}

.x-page .block .job .cont .text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
}

.x-page .block .job .cont .img {
    width: 470px;
}

.x-page .block .job .cont ol {
    float: left;
    padding-top: 40px;
}

.x-page .block .job .cont ol li {
    width: 236px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.x-page .block .job .cont ol li:nth-child(3n+0) {
    margin-right: 0;
}

.x-page .block .job .cont ol li h1 {
    color: #444;
}

.x-page .block .job .cont ol li span {
    color: #666;
}

.x-page .block .job .cont ol li p {
    color: #8a8a8a;
    height: 72px;
    text-overflow: ellipsis;
    float: left;
    margin-top: 0;
    overflow: hidden;
}

/* 证书查询 */
.app-main {
    margin-bottom: 60px;
}

.form-main {
    width: 60%;
    margin: 50px auto 0;
}

.cert-item-block {
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cert-item-line {
    width: 100%;
    height: 6px;
    background: #0080d8;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cert-item-main {
    padding: 48px 0;
    text-align: center;
}

.cert-item-main img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 8px;
}

.cert-item-main .cert-item-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #444;
    font-weight: normal
}