em,
i {
    font-style: normal;
}

b {
    font-weight: normal;
}

/* 科技业务 */
.service {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.service .titleLine {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.service .tabModule {
    font-size: 0;
    height: 130px;
}

.service .tabModule a {
    display: inline-block;
    padding: 20px 5px;
    background: #fff;
    border-radius: 6px;
    width: 196px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 10px 2px #d9d9d9;
    position: relative;
    float: left;
}

.service .tabModule a:nth-child(6n) {
    margin-right: 0;
}

.service .tabModule a span {
    display: inline-block;
    float: left;
    position: relative;
    width: 20%;
    height: 48px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 9px
}

.service .tabModule a.tabModule1 span {
    background: url(../images/icon1.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule2 span {
    background: url(../images/icon2.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule3 span {
    background: url(../images/icon3.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule4 span {
    background: url(../images/icon4.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule5 span {
    background: url(../images/icon5.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule6 span {
    background: url(../images/icon6.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a:hover {
    background: #2E63A7;
}

.service .tabModule a:hover div {
    color: #fff;
    border-left: 1px solid #fff;
}

.service .tabModule a.tabModule1:hover span {
    background: url(../images/icon1.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule2:hover span {
    background: url(../images/icon2.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule3:hover span {
    background: url(../images/icon3.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule4:hover span {
    background: url(../images/icon4.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule5:hover span {
    background: url(../images/icon5.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule6:hover span {
    background: url(../images/icon6.png) no-repeat center;
    background-size: 90%;
}


.service .tabModule a.tabModule1.active span {
    background: url(../images/icon1.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule2.active span {
    background: url(../images/icon2.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule3.active span {
    background: url(../images/icon3.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule4.active span {
    background: url(../images/icon4.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule5.active span {
    background: url(../images/icon5.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.tabModule6.active span {
    background: url(../images/icon6.png) no-repeat center;
    background-size: 90%;
}

.service .tabModule a.active {
    /* background: #bd1a2d; */
    /* background: #80a9fb; */
    background: #2E63A7;
}

.service .tabModule a.active div {
    color: #fff;
    border-left: 1px solid #fff;
}

.service .tabModule a div {
    float: left;
    display: flex;
    height: 48px;
    color: #333;
    border-left: 1px solid #f1f3f4;
    box-sizing: border-box;
    width: 65%;
    text-align: center;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.service .tabModule a div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -25px;
    display: none;
}

.service .tabModule a.active div img {
    display: inline-block;
}


/* 科技业务流程信息 */

.tabModuleContent {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 138px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tabModuleContent.active {
    display: block;
}

.tabModuleContent span.tips {
    height: 138px;
    width: 50px;
    display: inline-block;
    float: left;
    /* background: #bd1a2d; */
    /* background: #80a9fb; */
    background: #2E63A7;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.tabModuleContent .tipBtn {
    float: left;
    padding-left: 20px;
}

.tabModuleContent .tipBtn a {
    padding-right: 15px;
    display: inline-block;
    height: 60px;
    background: #f7f7f7;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 39px 1px;
}

.tabModuleContent .tipBtn a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background: #44c1fc;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    float: left;
}

.tabModuleContent .tipBtn a b {
    display: inline-block;
    line-height: 60px;
    margin-left: 10px;
    float: left;
}

.service .tabModule a.active {
    /* background: #bd1a2d; */
    /* background: #80a9fb; */
    background: #2E63A7;
}

.service .tabModule a.active div {
    color: #fff;
    border-left: 1px solid #fff;
}

.service .tabModule a div {
    float: left;
    display: flex;
    height: 48px;
    color: #333;
    border-left: 1px solid #f1f3f4;
    box-sizing: border-box;
    width: 65%;
    text-align: center;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.service .tabModule a div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -25px;
    display: none;
}

.service .tabModule a.active div img {
    display: inline-block;
}

.titleLine {
    margin: 30px;
}

.titleLine span {
    width: 485px;
    height: 38px;
    display: inline-block;
    font-size: 29px;
}

/* 业务流程 */
.tabModuleContent {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 138px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tabModuleContent.active {
    display: block;
}

.tabModuleContent span.tips {
    height: 138px;
    width: 50px;
    display: inline-block;
    float: left;
    /* background: #bd1a2d; */
    /* background: #80a9fb; */
    background: #2E63A7;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.tabModuleContent .tipBtn {
    float: left;
    padding-left: 20px;
}

.tabModuleContent .tipBtn a {
    padding-right: 15px;
    display: inline-block;
    height: 60px;
    background: #f7f7f7;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 39px 1px;
}

.tabModuleContent .tipBtn a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background: #44c1fc;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    float: left;
}

.tabModuleContent .tipBtn a b {
    display: inline-block;
    line-height: 60px;
    margin-left: 10px;
    float: left;
}
