html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, "Source Sans Pro", Helvetica, "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    box-sizing: border-box;
    background: #e8e8e8;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

b,strong {
    font-weight: 700;
}

i,em {
    font-style: italic;
}

input,button {
    outline: none;
    font-family: inherit;
}

img {
    
}
/*---------- Layout(栅格) ----------*/
/* Container */
.container {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.container-fluid {
    position: relative;
    padding: 30px;
    background: #fff;
}

.container:after,
.container-fluid {
    display: block;
    content: "";
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.show-grid {
    margin-bottom: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}
/*---------- Button ----------*/
.btn {
    position: relative;
    display: inline-block;
    padding: 2px 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.btn:hover {
    z-index: 998;
}

.btn:active {
    z-index: 998;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* 卡片样式 */
.card-bg:nth-child(odd) {
    background: #fff;
}

.card-bg:nth-child(even) {
    background: #f7f7f7;
}
.card-bg:last-child {
    background: #f1f4f2 url(https://www.fafu.edu.cn/_upload/tpl/00/16/22/template22/images/main-bg.png) no-repeat bottom center;
    background-size: 100%;
}
.container {
    background: none;
}

.card-box {
    padding: 40px 0 35px;
}

.card-title {
    margin-bottom: 30px;
    position: relative;
  
}
.card-title1{
    margin-bottom: 30px;
    position: relative;
    text-align:center;
}
.card-title .post-more {position: absolute;right:0px;top:15px;}
.card-title1 .post-more {position: absolute;right:0px;top:15px;}
.card-title:after {
    display: block;
    content: "";
    clear: both;
}
.card-title1:after {
    display: block;
    content: "";
    clear: both;
}

.card-title h2 {
    float: left;
    font-size: 24px;
    font-weight: bolder;
    line-height: 46px;
}
.card-title1 h2 {
    float: none;
    font-size: 24px;
    font-weight: bolder;
    line-height: 46px;
}

.card-title p {
    float: left;
    height: 20px;
    margin-top: 18px;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.card-title1 p {
    float: left;
    height: 20px;
    margin-top: 18px;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.btn-more {
    float: right;
    padding: 2px 15px;
    color: #666;
    background-color: transparent;
    background-image: url("../../images/onewebsitehandle/icon-btn-more.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

.btn-more:active {
    box-shadow: none;
}
.btn-more {
    float: right;
    padding: 2px 15px;
    color: #666;
    background-color: transparent;
    background-image: url("images/icon-btn-more.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

.btn-more:active {
    box-shadow: none;
}
/*----------- 服务分类 ----------*/
.card-tabs {
    margin-left: -20px;
}

.card-tabs li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px;
    line-height: 46px;
    cursor: pointer;
}

.card-tabs li:after {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}

.card-tabs li:last-child:after {
    display: none;
}

.card-tabs li h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    user-select: none;
}

.card-tabs li.active h2 {
    font-weight: bold;
}

.service-card-box {
    outline: 1px solid #e5e5e5;
    overflow: hidden;
}

.service-card-inner {
    position: relative;
    left: 0;
    top: 0;
    width: 300%;
    background: #fff;
}

.service-card-inner:after {
    display: block;
    content: "";
    clear: both;
}

.service-card-box .service-card-inner ul {
    float: left;
    width: 1100px;
  
    background: #fff;
}

.service-card-box .service-card-inner ul li {
    position: relative;
    float: left;
    width: 20%;
    height: 140px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}

.service-card-box .service-card-inner ul li > div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 15px;
    box-sizing: border-box;
}

.service-card-box .service-card-inner ul li:before,
.service-card-box .service-card-inner ul li:after,
.service-card-box .service-card-inner ul li > div:before,
.service-card-box .service-card-inner ul li > div:after {
    position: absolute;
    display: block;
    content: "";
    background: #900300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-card-box .service-card-inner ul li:before,
.service-card-box .service-card-inner ul li:after {
    right: 0;
    top: 0;
}

.service-card-box .service-card-inner ul li:before {
    width: 0;
    height: 4px;
}

.service-card-box .service-card-inner ul li:after {
    width: 1px;
    height: 0;
}

.service-card-box .service-card-inner ul li:hover:before {
    width: 100%;
}

.service-card-box .service-card-inner ul li:hover:after {
    height: 100%;
}

.service-card-box .service-card-inner ul li > div:before,
.service-card-box .service-card-inner ul li > div:after {
    left: 0;
    bottom: 0;
}

.service-card-box .service-card-inner ul li > div:before {
    width: 1px;
    height: 0;
}

.service-card-box .service-card-inner ul li > div:after {
    width: 0;
    height: 1px;
}

.service-card-box .service-card-inner ul li:hover > div:before {
    height: 100%;
}

.service-card-box .service-card-inner ul li:hover > div:after {

    width: 100%;
}

.service-card-box .service-card-inner ul li:hover p,.service-card-box .service-card-inner ul li:hover a {
    color: #900300;
}

.service-card-box .icon-box {
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 998;
    width: 60px;
    height: 60px;
}

.service-card-box .icon-box img,
.service-card-box .icon-box svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #900300;
}

.service-card-box .icon-box svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.service-card-box p {
    height: 60px;
    padding-left: 74px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.service-card-box p .title {
    display: block;
    line-height: 60px;
  
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px;
}
.sort_title {
    font-size: 14px;
    color: #555;
}
/*---------- 专题服务 ----------*/
.project-service {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
}

.project-service li {
    float: left;
    width: 20%;
    padding: 24px 12px 0;
    box-sizing: border-box;
}

.project-service li a {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 160px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project-service li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.project-service li a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: "";
    height: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-service li a:hover:before {
    background: #900300;
}

.project-service .icon-box {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.project-service .icon-box img,
.project-service .icon-box svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #003c88;
}

.project-service .icon-box svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.project-service h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-service p {
    height: 48px;
    margin: 0;
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 24px;
    -webkit-box-orient: vertical;
}

.project-service p .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.iosSliderDemo {padding:0px !important;}
.recruit {background-color: #fff; padding: 10px 0;} 
.recruit li {
    float: left;
    width: 46%;
    padding: 1.5%;
    
}
.recruit li img {
    width: 100%;
    height: auto;
}
/* .fluidHeight {height: 550px !important;}
.sliderContainer {max-height: 550px !important;}
.iosSliderDemo {padding: 0 0 550px !important;} */