body {
    background: #FCFBF9;
}

html {
    /* font-size: 10px; */
    font-size: 62.5%;
}


/*
 	============================
 			部分公共样式
 	============================
 */

button {
    outline: none !important;
}

.font-bold {
    font-weight: bold;
}

.position-relative {
    position: relative;
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-cut2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.zwsj {
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: .7;
    padding: 2rem 0px;
}

.bottom-arrow {
    background: #185AA0;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    background-image: url(../img/other/up-jt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

.padding-left {
    padding-left: 15px;
}

.padding-right {
    padding-right: 15px;
}

.padding-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.margin-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 15px;
}

.margin-right-xxl {
    margin-right: 30px;
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.border {
    outline: 1px solid red;
}

.border-left {
    border-left: 2px solid #fff;
}

.border-right {
    border-right: 2px solid #fff;
}

.border-top {
    border-top: 2px solid #fff;
}

.border-bottom {
    border-bottom: 2px solid #fff;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.flex-sub {
    flex: 1;
}

.flex-direction {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.letter-0 {
    letter-spacing: 0px !important;
}

.showhide {
    display: none;
}

.text-center {
    text-align: center;
}

.flag-hide {
    display: none;
}


/* ----正文 */

.flag-title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 5px;
    z-index: 10;
}

.img-big {
    width: 100%;
    height: 100%;
}

.nav-logo {
    width: 100%;
    height: 7rem;
    padding: 0px 2rem;
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    transition: opacity 1s linear;
}

.logo a {
    color: #000000;
}

.nav-logo-img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
}

.logo-tiklee {
    color: black;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
}

.logo-tiklee>div:nth-child(1) {
    display: flex;
    align-items: center;
}

.logo-jx {
    font-family: serif;
}

.nav-container .show-nav-menu {
    font-size: 18px;
    width: 95px;
    text-align: center;
    line-height: 7rem;
    position: relative;
}

#nav-white .show-nav-menu>a {
    color: #fff;
}

#nav-black .show-nav-menu>a {
    color: black;
}

.nav-active {
    color: #185AA0 !important;
}

.nav-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-container .show-nav-menu:hover>a {
    color: #3794E5 !important;
}

.nav-container .nav-active::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 95px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #3794E5;
}

.nav-container .show-nav-menu:hover::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 95px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #3794E5;
}

.keyword-div {
    width: 300px;
    margin-right: 2rem;
}

@-webkit-keyframes keyInputIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes keyInputOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.right img {
    width: 20px;
    margin-right: 10px;
}

.right-phone {
    position: absolute;
    right: 2rem;
}

.md-space-div {
    width: 100%;
    height: 7rem;
}

.daolan {
    width: 30px;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 4px;
    font-size: 18px;
    cursor: pointer;
}

.dl {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

.daolan img {
    width: 25px;
    height: 25px;
    margin: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .daolan-div {
        align-items: center;
    }
    .nav-logo {
        justify-content: space-between;
    }
    .logo-tiklee {
        letter-spacing: 0.5rem;
        font-size: 2rem;
    }
    .right {
        position: absolute;
        right: 0px;
    }
    .right img {
        width: 20px;
        margin-right: 20px;
    }
    .daolan {
        width: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .md-space-div {
        height: 0px;
    }
    .nav-logo {
        padding: 0px 50px;
        /*justify-content: space-between;*/
        background-color: transparent;
    }
    .logo-tiklee {
        letter-spacing: 0.3rem;
        font-size: 1.7rem;
    }
    .right {
        position: absolute;
        right: 45px;
        top: 0;
        height: 100%;
        min-width: 700px;
    }
    .nav-container>img {
        width: 25px;
        margin-right: 20px;
    }
    .daolan {
        width: 70px;
    }
    .dl {
        right: 55px;
        top: 38px;
    }
}


/* 点击弹出导览内容 */

.daolan-div {
    transition: all 0.7s;
    width: 100%;
    height: 0px;
    background: #000;
    position: fixed;
    top: 0px;
    z-index: 99999;
    overflow: auto;
    display: flex;
    background-size: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.daolan-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    background-color: #000;
    z-index: 99;
    display: none;
}

.content-div {
    overflow: auto;
    color: #fff;
    min-height: 650px;
    width: 100%;
    padding: 5rem 5rem;
    z-index: 999;
}

.content-div a {
    display: block;
}


/* 打开 */

.opening {
    /* 	animation-delay:0.4s;
	-webkit-animation-delay:0.4s; */
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
    will-change: transform
}

.content-div .daolan-li.opening:nth-last-child(1) {
    -webkit-animation-delay: 140ms;
    .css animation-delay: 140ms
}

.content-div .daolan-li.opening:nth-last-child(2) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.content-div .daolan-li.opening:nth-last-child(3) {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms
}

.content-div .daolan-li.opening:nth-last-child(4) {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms
}

.content-div .daolan-li.opening:nth-last-child(5) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.content-div .daolan-li.opening:nth-last-child(6) {
    -webkit-animation-delay: 490ms;
    animation-delay: 490ms
}


/* 关闭 */

.closing {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: slide-down;
    animation-name: slide-down;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    will-change: transform
}

.content-div .daolan-li.closing:nth-last-child(1) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}

.content-div .daolan-li.closing:nth-last-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}

.content-div .daolan-li.closing:nth-last-child(3) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms
}

.content-div .daolan-li.closing:nth-last-child(4) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

.content-div .daolan-li.closing:nth-last-child(5) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms
}

.content-div .daolan-li.closing:nth-last-child(6) {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms
}

@-webkit-keyframes slide-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
}

ul {
    list-style: none;
    padding: 0px;
}

.md-left {
    display: block;
    float: left;
}

.content-left a {
    color: #fff;
}

.content-left a:hover {
    color: #fff;
}

.content-left p {
    color: #fff;
    display: flex;
    align-items: center;
}

.content-left p span {
    width: 50px;
    height: 2px;
    background: #3FA6F3;
    margin: 15px 0px;
}

.content-left li {
    line-height: 10rem;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}

.content-right {
    width: 180px;
    float: left;
}

.content-right a:hover {
    color: #fff;
}

.content-right li {
    color: #3FA6F3;
    line-height: 7rem;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
    .content-right {
        width: 180px;
        float: right;
    }
    .md-left {
        display: block;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .daolan-div {
        align-items: center;
    }
    .content-div {
        color: #fff;
        min-height: 650px;
        width: 100%;
        padding: 0px 150px;
        z-index: 999;
    }
    .content-left {
        width: 500px;
        float: left;
    }
    .content-right {
        width: 255px;
        float: right;
    }
    .content-left li {
        font-size: 40px;
    }
    .content-left p span {
        margin: 0px 0px;
    }
}


/* 头部轮播图 */

.swiper-nav {
    /* height: 300px; */
    width: 100%;
    overflow: hidden !important;
}

.swiper-nav .swiper-wrapper .swiper-slide {
    width: 100%;
}


/* 发展历程轮播图 */

.swiper-fzlc {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.ywly-check-box {
    width: 115px;
    height: 50px;
    border: 1px solid red;
}


/* 媒体中心轮播图 */

.swiper-ywly,
.swiper-cjjj {
    width: 98%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-mtzx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-ywly .swiper-pagination-bullet {
    background: #185AA0 !important;
}

.next {
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    outline: none;
}

.breathe-img {
    position: absolute;
    bottom: 1%;
    left: 49%;
    width: 40px;
    z-index: 999;
    opacity: 0.8;
    animation: breathe1 2s infinite ease-in-out alternate;
}

@keyframes breathe1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

.next:hover {
    cursor: url('../img/index/right-jiantou.ico'), default;
}

.prev {
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    outline: none;
}

.prev:hover {
    cursor: url('../img/index/left-jiantou.ico'), default;
}

.nav-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 6% 0%;
}

.nav-font {
    position: absolute;
    top: 32%;
    color: #fff;
    font-size: 60px;
    padding-left: 5%;
    font-weight: bold;
    letter-spacing: 5px
}

.nav-font .fw,
.zl {
    font-size: 30px;
    font-weight: 500;
}

.zl {
    margin-top: 100px;
}

.nav-content {
    padding: 30px 0;
}

.nav-content>a {
    display: flex;
    align-items: center;
}

.nav-content img {
    width: 30px;
    margin: 0 10px;
    z-index: 1;
}

.nav-content div {
    font-size: 1.7rem;
    letter-spacing: 3px;
    padding: 15px 0;
    color: #000;
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .nav-content div {
        font-size: 3rem;
        padding: 15px 0;
    }
    .nav-content {
        padding: 100px 0;
    }
    .swiper-mtzx {
        width: 98%;
        margin-bottom: 0;
    }
}


/* 新业务领域样式 */

.position {
    width: 100%;
    min-width: 1200px;
    min-height: 640px;
}

.position .position-container {
    height: 100%;
    margin: 0 auto
}

.position-container-bottom {
    margin-top: 5rem;
    min-height: 10rem;
    display: flex;
    justify-content: center;
}

.position-container-left {
    width: 600px;
    float: left;
    position: relative;
    overflow: hidden;
}

.position-container-left .el-form-item--small.el-form-item {
    margin-bottom: 30px;
    display: flex;
}

.el-form-item__label {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #384656 !important;
    line-height: 28px
}

.el-form-item--small:before {
    width: 4px;
    height: 25px;
    background: #0574ff;
    float: left;
    margin-top: 4px;
    margin-right: 16px
}

.el-form-item__content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #565b62;
    line-height: 30px;
    float: left;
    margin-left: 0 !important;
    width: 400px
}

.el-form-item__label {
    float: left;
}

.position-container-right {
    width: 795px;
    height: 475px;
    float: right;
    position: relative;
}

.container-right-box {
    width: 282px !important;
    height: 255px !important;
    background: url(/img/index/position_blue.f95d1938.png) no-repeat;
    background-size: 282px 255px;
    position: absolute !important;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s linear;
    cursor: pointer;
}

.right-box-title {
    font-size: 25px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    padding-top: 2rem;
}

.img-child {
    height: 70px;
}

.container-right-box1 {
    transform: scale(1.2);
    z-index: 1;
}

.container-right-box2 {
    background: url(/img/index/position_green.82c7b21e.png) no-repeat;
    background-size: 282px 255px;
    top: 0;
    left: 350px
}

.container-right-box3 {
    background: url(/img/index/position_darkblue.fa7157b0.png) no-repeat;
    background-size: 282px 255px;
    top: 200px;
    left: 198px
}

.container-right-box4 {
    background: url(/img/index/position_darkblue.fa7157b0.png) no-repeat;
    background-size: 282px 255px;
    top: 200px;
    left: 508px;
}

.container-right-box:hover {
    background: url(/img/index/position_gray.3d2669a2.png) no-repeat !important;
    background-size: 282px 255px !important;
}

.el-form-item:after,
.el-form-item:before {
    display: table;
    content: ""
}


/* 旧业务领域样式 */

.ywly-pdiv {
    width: 100% !important;
    min-height: 10rem;
    border: 1px solid #ddd;
    position: relative;
    padding: 1.5rem 0rem 0rem 1.5rem;
    margin: auto;
}

.area-pdiv {
    height: 28rem;
    position: relative;
    display: inline-block;
    padding: 0rem 1.5rem 1.5rem 0rem !important;
}

.area-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.25;
}

.area-div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* transition: all 0.5s linear; */
}

.area-div:hover {
    transition: all 1s linear;
    background-image: url('') !important;
    background-color: #000;
    opacity: 0.9;
}

@keyframes IDENT {
    0% {
        opacity: 0;
        background-color: #000;
    }
    50% {
        opacity: 0.5;
        background: #000;
    }
    100% {
        opacity: 1;
        background: #000;
    }
}

.area-div:hover .font-bg {
    display: none;
}

.area-div:hover .flag-hide {
    display: block;
}

.font-bg {
    position: absolute;
    width: 92%;
    color: #fff;
    padding: 15px 0 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 2.5rem;
    top: 10%;
    line-height: 2.3rem;
}

.img-bg {
    width: 5rem;
    height: 5rem;
}

.title-bg {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 5rem;
}

.title2-bg {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 5px;
}

.title3 {
    width: 95%;
    font-size: 12px;
    font-weight: bold;
}

.title4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .area-pdiv {
        height: 320px;
    }
    .font-bg {
        line-height: 60px;
        top: 10%;
    }
    .img-bg {
        width: 60px;
        height: 60px;
    }
    .title-bg {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 5px;
        line-height: 65px;
    }
    .title2-bg {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 5px;
    }
    .title3 {
        width: 78%;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }
    .title4 {
        font-size: 16px;
        line-height: 14px;
        font-weight: bold;
    }
}


/* 场景聚焦 */

.cjjj-pdiv {
    min-height: 970px;
    padding-bottom: 55px;
    position: relative;
}

.cjjj-title-bg {
    width: 490px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: -9px;
    z-index: 3;
    margin-left: -245px;
    background-image: url(/img/index/history-bg1.png);
    background-size: contain;
    background-repeat: no-repeat
}

.cjjj-title-bg>div {
    padding: 0;
    position: relative;
    height: 86px;
    top: -30px;
    left: -1px;
}

.scene-container {
    width: 1200px;
    margin: 0 auto;
}

.scene-container>div {
    min-height: 350px;
}

.scene-list {
    //width: 33.33%;
    width: 380px;
    height: 330px;
    text-align: center;
    position: relative;
    margin: 10px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 1;
}

.imgbox-bg {
    width: 164px;
    height: 164px;
    line-height: 164px;
    margin: 0 auto;
    position: relative;
    background: url(/img/index/scenebg.png) no-repeat;
    background-size: 164px 154px;
    background-position-y: 5px;
    transition: transform 1s linear;
}

.imgbox {
    width: 100%;
    height: 105px;
    line-height: 105px;
    position: absolute;
    top: 30px;
}

.scene-list:hover .imgbox-bg {
    transform: rotate(360deg);
}

.scene-list:hover .bottom-title {
    color: #fff !important;
}

.scene-list:hover .bottom-desc {
    color: #fff !important;
}

.scene-list:hover {
    background-color: #499ee7;
}

.bottom-img {
    width: 60px;
}

.bottom-title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #384656;
    margin-top: 10px;
    font-weight: bold;
}

.bottom-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #384656;
    margin: 20px auto;
    width: 350px;
    text-align: justify;
}


/* 发展历程 */

.history-box {
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 100px;
}

#history-til {
    z-index: 1;
    width: 100%;
    height: 100%;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
}

.history-top {
    width: 1200px;
    height: 145px;
    position: relative;
    font-size: 18px;
    color: #3C4569;
    font-weight: bold;
}

.history-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.top-line {
    width: 116px;
}

.history-img {
    height: 125px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.history-img .swiper-slide {
    position: static;
    width: auto !important;
}

.history-line {
    height: 3px;
    background-color: #3C4569;
    flex: 1;
    opacity: 0.9;
    margin-top: 95px;
    /* box-shadow: 0 0 2px #3C4569; */
}

.line-right {
    margin-top: 96px;
}

.history-years {
    width: 100px;
    border-radius: 15px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    bottom: 0;
    font: bold 32px myFont;
    color: #384166;
    cursor: pointer;
    z-index: 1;
}


/* 媒体中心 */

.mtzx-nav {
    width: 100%;
    margin: 0 auto;
}

.mtzx-pdiv {
    padding: 0 0.2rem;
    margin: auto;
    min-height: 80rem;
    display: flex;
    flex-direction: column;
}

.mtzx-top {
    width: 100%;
    min-height: 63.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mtzx-left {
    width: 600px;
    height: 323px;
    overflow: hidden;
    order: 2;
}

.mtzx-left a {
    color: #000;
}

.menu-one-box {
    height: 40px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    display: flex;
}

.menu-more {
    position: absolute;
    right: 10px;
    opacity: 0.8;
    font-size: 14px;
}

.list-title {
    min-height: 38px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon_dian {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #185AA0;
}

.menu-one.wzlb-active {
    color: #185AA0;
    border-bottom: 3px solid #185AA0;
}

.menu-one.wzlb-active:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #185AA0;
}

.list-date {
    width: 58px;
    opacity: 0.7;
    text-align: right;
}

@media screen and (min-width: 992px) {
    .mtzx-top {
        display: inline;
        flex-direction: row;
        min-height: 34rem;
    }
    .mtzx-left {
        position: static !important;
    }
}

@media screen and (min-width: 1200px) {
    .mtzx-nav {
        width: 1200px;
    }
    .cjjj-div {
        justify-content: flex-start;
    }
    .swiper-container .swiper-wrapper .swiper-slide-active:after {
        border-radius: 81px;
    }
    .swiper-container .swiper-wrapper .swiper-slide {
        width: 85%;
        border-radius: 50px;
        background: #ddd;
        overflow: hidden;
    }
    .swiper-container .swiper-wrapper .swiper-slide-active {
        width: 85%;
        height: auto;
    }
    .swiper-container .swiper-wrapper .swiper-slide-prev {
        margin-top: 0%;
        height: auto;
    }
    .swiper-container .swiper-wrapper .swiper-slide-next {
        margin-top: 0%;
        height: auto;
    }
    .cjjj-title {
        font-size: 62px;
        margin-bottom: 70px;
        margin-top: 140px;
    }
    .cjjj-info {
        width: 90%;
        font-size: 16px;
        padding: 20px;
        line-height: 35px;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .mtzx-pdiv {
        padding: 0;
        width: 1200px;
    }
}


/*  右边------------------------ */

.mtzx-right {
    order: 1;
    width: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.right-header {
    position: relative;
    height: 230px;
    border: 1rem solid #fff;
    background-size: 100% 100%;
}

.more {
    color: #000;
    text-align: left;
    position: relative;
}

.more-bg {
    position: absolute;
    background: #3596CB;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    overflow: hidden;
}

.more:hover .more-bg {
    width: 100%;
}

.more-content {
    color: #000;
    background: #fff;
    font-weight: bold !important;
    padding: 3px 5px !important;
}

.more-content:not(.no-hover):hover {
    position: relative;
    z-index: 2;
    color: #fff;
}

.xm-hy {
    font-size: 12px;
    padding: 0 3px;
}

.bag-title {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 3px;
}

.mtzx-font-bg {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    letter-spacing: 0.2rem;
    left: 15px;
    min-width: 10px;
}

.mtzx-bottom {
    min-height: 1rem;
    display: flex;
    padding: 0rem 0.7rem;
    flex-direction: column;
    justify-content: space-between;
}

.mtzx-bottom>div {
    display: none;
    width: 100%;
    border: 0.7rm solid #fff;
    background-size: 100% 100%;
    position: relative;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

.mtzx-bottom-img {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.mtzx-bottom-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}

.mtzx-bottom>div:hover img {
    transition: all 0.5s linear;
    transform: scale(1.1, 1.1);
}

.mtzx-bottom>div hr {
    margin: 10px 0;
}

.mtzx-bottom-date {
    padding-top: 10px;
    font-size: 15px;
    opacity: 0.8;
}

.mtzx-bottom-title {
    height: 40px;
    font-weight: bold;
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 20px;
}

.mtzx-bottom-info {
    overflow: hidden;
    height: 70px;
    margin: 10px 0;
}

.mtzx-bottom .mtzx-font-bg {
    font-size: 1.8rem;
}

.mtzx-bottom .more {
    width: 11rem;
    font-size: 17px;
    height: 2.5rem;
    line-height: 2.8rem;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .mtzx-pdiv {
        padding: 0 1rem;
    }
    .mtzx-bottom {
        padding: 0rem;
        flex-direction: row;
    }
    .mtzx-bottom>div {
        min-height: 1rem;
        width: 31%;
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .right-header {
        height: 323px;
        border: none;
    }
    .mtzx-bottom {
        padding: 0rem;
        flex-direction: row;
    }
    .mtzx-bottom>div {
        width: 28%;
        height: 100%;
        min-height: 340px;
    }
}


/* 合作伙伴 */

.hzhb-container {
    width: 100%;
    overflow: hidden;
}

#colee_left {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.hzhb-pdiv {
    width: 98%;
    margin: auto;
    min-height: 20rem;
    overflow: hidden;
}

.hzhb-div {
    width: 100%;
}

.hzhb-div {
    width: 100%;
    height: 9rem;
    display: flex;
}

.hzhb-div div {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hzhb-img {
    width: 8rem;
}


/* 单独设置logo的大小 */

.hzhb-div-one>div:nth-child(1) img {
    width: 95%
}

.hzhb-div-one>div:nth-child(3) img {
    width: 16rem
}

.hzhb-div-two>div:nth-child(2) img {
    width: 100%
}

.hzhb-div-two>div:nth-child(3) img {
    width: 10rem;
    height: 1.3rem;
}

.hzhb-div-four>div:nth-child(4) img {
    width: 12rem
}

.hzhb-div-five>div:nth-child(1) img {
    width: 14rem
}

.hzhb-div-fix>div:nth-child(2) img {
    width: 15rem
}

@media screen and (min-width: 1200px) {
    #colee_left {
        width: 1200px;
    }
    .hzhb-pdiv {
        width: 1200px;
    }
    .hzhb-div {
        height: 100px;
    }
    .hzhb-img {
        width: 13rem;
    }
    .hzhb-div-one>div:nth-child(1) img {
        width: 95%
    }
    .hzhb-div-one>div:nth-child(3) img {
        width: 27rem
    }
    .hzhb-div-two>div:nth-child(2) img {
        width: 92%
    }
    .hzhb-div-two>div:nth-child(3) img {
        width: 16rem;
        height: 2.5rem;
    }
    .hzhb-div-four>div:nth-child(4) img {
        width: 22rem
    }
    .hzhb-div-five>div:nth-child(1) img {
        width: 15rem
    }
    .hzhb-div-fix>div:nth-child(2) img {
        width: 15rem
    }
}

.footer {
    width: 100%;
    background: #053050;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-top: 250px;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #002B5A;
    position: absolute;
    top: 0;
    left: 0;
}

.yqlj-pdiv {
    min-height: 250px;
    width: 92%;
    z-index: 1;
}

.lxwm-pdiv {
    min-height: 150px;
    width: 92%;
    margin-top: 5rem;
    position: relative;
}

.bah {
    min-height: 50px;
    width: 100%;
    margin-top: 5rem;
    text-align: center;
    z-index: 1;
}

.bah a {
    color: #fff;
}

.yqlj-title,
.lxwm-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.yqlj-div {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yqlj-div ul {
    display: inline-block;
}

.yqlj-div ul a {
    color: #fff;
}

.yqlj-div ul li {
    line-height: 4.2rem;
    font-size: 13px;
}

.lxwm-title {
    margin-bottom: 2rem;
}

.address {
    color: #ddd;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
}

.ewm {
    width: 100px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
    .footer {}
    .yqlj-title,
    .lxwm-title {
        text-align: left;
    }
    .yqlj-pdiv {
        width: 70%;
    }
    .lxwm-pdiv {
        width: 70%;
    }
    .yqlj-div {
        flex-direction: row;
    }
    .yqlj-div ul li {
        font-size: 16px;
    }
    .lxwm-title {
        margin-bottom: 2rem;
    }
    .yqlj-div {
        justify-content: flex-start;
    }
    .yqlj-div ul {
        display: inline-block;
        padding: 0 20rem 0 0;
    }
    .address {
        color: #ddd;
        font-size: 14px;
        letter-spacing: 1px;
        width: 90%;
        line-height: 3rem;
        float: left;
    }
    .ewm {
        width: 100px;
        height: 100px;
        float: right;
    }
}


/* 业务聚焦div */

.business-focus-box {
    display: none;
    width: 600px;
    height: 60px;
    font-size: 15px;
    position: fixed;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.business-focus-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-focus-container>a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
    height: 18px;
    line-height: 18px;
}

#business-focus:hover .business-focus-box {
    display: block;
    color: #fff !important;
}

#business-focus1:hover .business-focus-box {
    display: block;
    color: #fff !important;
}


/* 模糊查询结果div */

.result-div {
    display: none;
    width: 555px;
    min-height: 200px;
    position: fixed;
    z-index: 99;
    background-color: #f5f5f5;
    opacity: 0.9;
    padding: 1.2rem;
    padding-bottom: 1px;
}

.r-loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

.title-line {
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
}

.title-line span {
    width: 40px;
    height: 0.2rem;
    margin-left: 5px;
    background: #3FA6F3;
    display: block;
}

.r-title {
    height: 4rem;
    line-height: 4rem;
    letter-spacing: 1px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* 二级页面样式 */

.space-div {
    display: none;
    width: 100%;
    height: 7rem;
}

.sl-nav-titie {
    width: 100%;
    height: 20rem;
    padding-top: 5rem;
    margin: 0 auto;
}

.sl-nav-content {
    min-width: 30rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sl-nav-content img {
    width: 10rem;
}

.sl-nav-content div {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    padding: 3rem 0 1.5rem 0;
    border-bottom: 2px solid #6E6D6D;
    display: inline-block;
}

.sl-title {
    width: 1200px;
    margin: 0 auto;
    height: 15rem;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 4.5rem;
    letter-spacing: 0.5rem;
    margin-top: 10rem;
    padding-left: 2rem;
}

@media screen and (max-width: 1200px) {
    .sl-title {
        width: 100%;
    }
}

.deal-title {
    position: relative;
}

.deal-line {
    display: none;
    position: absolute;
    left: 50%;
    height: 85%;
    width: 2px;
    bottom: 1.5rem;
    background-color: #FEDE56;
}

.sl-title-info {
    width: 100%;
    margin: 0 auto;
    min-height: 20rem;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: justify;
    line-height: 3.5rem;
}

.sl-title-info div {
    width: 91%;
    padding-left: 2rem;
}

@media screen and (min-width: 1200px) {
    .space-div {
        display: block;
    }
    .sl-nav-titie {
        width: 1200px;
    }
    .sl-title {
        padding-left: 0rem;
    }
    .sl-title-info {
        width: 1200px;
    }
    .sl-title-info div {
        width: 70rem;
        padding-left: 0rem;
        padding-left: none;
    }
}

.sl-content {
    width: 100%;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
}

.sl-content-pdiv {
    width: 100%;
    margin: 0 auto;
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sl-content-div {
    width: 95%;
    height: 60rem;
    border-radius: 2rem;
    background: #f5f5f5;
    font-size: 2.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-evenly;
}

.sl-content-div img {
    width: 10rem;
    height: 10rem;
}

.content-con {
    background-color: #fff;
    overflow: hidden;
    animation: 0.6s linear;
    transform: all 0.7s linear;
    margin: 0 auto;
    min-height: 50rem;
    z-index: 999;
}

.zccl-title {
    width: 50rem;
    height: 100%;
    padding-left: 2rem;
    line-height: 3.5rem;
    padding-bottom: 4rem;
}

.zccl-title h3 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
}

.zccl-title p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.zccl-info {
    height: 100%;
    justify-content: space-around;
}

.info-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.info-div h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 4rem;
}

.info-div>div:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    height: 10rem;
    text-align: center;
    line-height: 2.5rem;
}

.info-header {
    width: 20rem;
    height: 20rem;
    border-radius: 5rem;
    overflow: hidden;
    background-color: #383838;
}

.info-header div {
    float: left;
    width: 50%;
    height: 50%;
    padding: 2px;
    background-color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-header div img {
    width: 5rem;
    height: 5rem;
}

@media screen and (min-width: 768px) {
    .sl-content {
        height: 32rem;
    }
    .sl-content-pdiv {
        width: 95%;
        min-height: 32rem;
        flex-direction: row;
    }
    .sl-content-div {
        width: 30%;
        height: 32rem;
        margin-bottom: 0rem;
    }
    .content-con {
        height: 32rem;
    }
    .sl-content-div img {
        width: 8rem;
        height: 8rem;
    }
    .sl-content-div {
        font-size: 2rem;
    }
    .zccl-title {
        width: 20rem;
        height: 100%;
        padding-left: 1rem;
        line-height: 3.5rem;
        padding-top: 2rem;
    }
    .zccl-title h3 {
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 0.3rem;
    }
    .zccl-title p {
        font-size: 1.5rem;
    }
    .info-header div img {
        width: 3rem;
        height: 3rem;
    }
    .info-header {
        width: 13rem;
        height: 13rem;
        border-radius: 3rem;
    }
    .info-div h3 {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 2rem;
    }
    .info-div>div:nth-of-type(2) {
        font-size: 1.3rem;
        font-weight: bold;
        margin: 0;
        height: 8rem;
        text-align: center;
        line-height: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .sl-content {
        height: 38rem;
    }
    .sl-content-pdiv {
        width: 95%;
        flex-direction: row;
    }
    .sl-content-pdiv {
        width: 95%;
        min-height: 38rem;
        flex-direction: row;
    }
    .sl-content-div {
        width: 30%;
        height: 38rem;
    }
    .content-con {
        height: 38rem;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .zccl-title {
        min-width: 25rem;
        height: 100%;
        padding-bottom: 0;
        line-height: 3.5rem;
    }
    .zccl-title h3 {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 0.5rem;
    }
    .zccl-title p {
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .sl-content {
        height: 50rem;
    }
    .content-con {
        width: 1200px;
        height: 50rem;
        display: flex;
    }
    .zccl-info {
        display: flex;
    }
    .sl-content-pdiv {
        width: 1200px;
        height: 50rem;
        flex-direction: row;
        align-items: inherit;
    }
    .sl-content-div {
        width: 30%;
        height: 50rem;
    }
    .sl-content-div img {
        width: 10rem;
        height: 10rem;
    }
    .sl-content-div {
        font-size: 2.5rem;
    }
    .info-header div img {
        width: 5rem;
        height: 5rem;
    }
    .info-header {
        width: 20rem;
        height: 20rem;
        border-radius: 5rem;
        overflow: hidden;
        background-color: #383838;
    }
    .info-div {
        width: 30%;
    }
    .info-div h3 {
        font-size: 2.4rem;
        font-weight: bold;
        margin-top: 4rem;
    }
    .info-div>div:nth-of-type(2) {
        height: 10rem;
    }
}


/* 从左往右的出现效果 */

@keyframes left-to-right {
    0% {
        opacity: 0.5;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: none;
    }
}


/* 从右往左的隐藏效果 */

@keyframes leftToright {
    0% {
        transform: none;
    }
    100% {
        opacity: 0.5;
        transform: translate3d(-100%, 0, 0);
    }
}


/* 从右往左的出现效果 */

@keyframes right-to-left {
    0% {
        opacity: 0.5;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: none;
    }
}


/* 从右往左的隐藏效果 */

@keyframes rightToleft {
    0% {
        ransform: none;
    }
    100% {
        opacity: 0.5;
        transform: translate3d(100%, 0, 0);
    }
}


/* 从上往下的出现效果 */

@keyframes top-to-bottom {
    0% {
        opacity: 0.5;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: none;
    }
}


/* 从上往下的隐藏效果 */

@keyframes topTobottom {
    0% {
        transform: none;
    }
    100% {
        opacity: 0.5;
        transform: translate3d(0, -100%, 0);
    }
}


/* 数据统计div */

.sztj-div {
    width: 95%;
    margin: 0 auto;
    min-height: 40rem;
    margin-top: 10rem;
    padding: 0 0 50px;
}

@media screen and (min-width: 1200px) {
    .sztj-div {
        width: 1200px;
    }
}

.sztj-left {
    margin-bottom: 2rem;
}

.sl-div {
    padding: 5px;
    line-height: 3rem;
}

.sztj-right {
    float: left;
    border: 1px solid #ddd;
    padding: 15px;
}

.sl-caption {
    font-size: 1.7rem;
    font-weight: bold;
}

.sl {
    font-size: 3rem;
    color: #666;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.sl span {
    font-size: 2.3rem;
}


/* 服务振兴乡村--action */

.nc-content {
    width: 95%;
    margin: 0 auto;
    min-height: 1000px;
    margin-bottom: 100px;
}


/* 设置背景图片 */

.nc-content .nclist-div:nth-child(1) {
    background-color: #EBECE7;
}

.nc-content .nclist-div:nth-child(2) {
    background-color: #DCE1DB;
}

.nc-content .nclist-div:nth-child(3) {
    background-color: #D1D5CF;
}

.nc-content .nclist-div:nth-child(4) {
    background-color: #BCC0BB;
}

.nc-content .nclist-div:nth-child(5) {
    background-color: #AAB1A9;
}

.nc-content .nclist-div:nth-child(6) {
    background-color: #989F96;
}

.nclist-div {
    width: 100%;
    padding: 0 2rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-size: cover;
    background-repace: no-repace;
    /* animation: fadeInOut 0.5s linear; */
    animation-fill-mode: backwards;
}


/* 设置hover出现的背景图片 */

.nc-content .nclist-div:nth-child(1):hover {
    animation: fadeIn 0.5s linear;
    /* animation-fill-mode : forwards; */
    background-image: url(../img/other/ncqcjyxt.png);
    color: #fff;
}

.nc-content .nclist-div:nth-child(1)::before {
    animation: fadeIn 2s linear;
}

.nc-content .nclist-div:nth-child(2):hover {
    animation: fadeIn 1s linear;
    background-image: url(../img/other/nczxxt.png);
    color: #fff;
}

.nc-content .nclist-div:nth-child(3):hover {
    animation: fadeIn 1s linear;
    background-image: url(../img/other/szglxt.png);
    color: #fff;
}

.nc-content .nclist-div:nth-child(4):hover {
    animation: fadeIn 1s linear;
    background-image: url(../img/other/snzbcgxt.png);
    color: #fff;
}

.nc-content .nclist-div:nth-child(5):hover {
    animation: fadeIn 1s linear;
    background-image: url(../img/other/nydsj.png);
    color: #fff;
}

.nc-content .nclist-div:nth-child(6):hover {
    animation: fadeIn 1s linear;
    background-image: url(../img/other/ntds.png);
    color: #fff;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

.nclist-div img {
    width: 7rem;
    height: 7rem;
    margin-right: 2rem;
}

.nclist-title {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

.nclist-info {
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: justify;
}

@media screen and (min-width: 1200px) {
    .nc-content {
        width: 1200px;
    }
    .nclist-div {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        background-size: 100% 100%;
    }
    .nclist-info {
        width: 600px;
    }
}


/* 软件与信息化服务--action */

.rj-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    min-height: 1100px;
    position: relative;
}

.rj-content>div {
    float: left;
    width: 92%;
    padding-bottom: 5rem;
}

.rj-title-phone {
    display: block;
    height: 40rem;
    background: url(../img/other/soft-content.png) no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-bottom: 0rem;
}

.soft-tap {
    width: 60px;
    height: 60px;
    position: relative;
}

.soft-tap span {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    opacity: 0.9;
    left: 17px;
    top: 12px;
}

.soft-title {
    font-size: 2.5rem;
    color: #52ACCD;
    font-weight: bold;
    letter-spacing: 0.5rem;
    padding: 0.5rem 0rem;
}

.soft-tDetails {
    font-size: 17px;
    font-weight: bold;
    line-height: 4rem;
    text-align: justify;
}

@media screen and (min-width: 1200px) {
    .rj-content {
        width: 1200px;
        background: url(../img/other/soft-content.png) no-repeat;
        background-size: 110% 70%;
        background-position: 50% 0%;
    }
    .rj-content>div {
        float: none;
        width: 280px;
    }
    .rj-title-phone {
        display: none;
    }
    .soft-titleOne {
        width: 280px;
        min-height: 500px;
        position: absolute;
        left: 10px;
        top: 195px;
    }
    .soft-titleTwo {
        width: 280px;
        height: 410px;
        position: absolute;
        right: 31px;
        top: 20px;
    }
    .soft-titleThree {
        width: 360px !important;
        height: 600px;
        position: absolute;
        right: 22px;
        top: 430px;
    }
    .soft-tDetails {
        line-height: 2.6rem;
    }
}

.rj-news {
    width: 100%;
    min-height: 500px;
    margin: auto;
}

.rj-news>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

.news-top {
    width: 1200px;
    margin: 0 auto;
    min-height: 30rem;
    margin-bottom: 12rem;
    display: flex;
}

.news-top-left {
    width: 100%;
    min-height: 30rem;
    border-radius: 4rem;
    padding: 2rem;
    position: relative;
    margin-bottom: 2rem;
}

.news-top-left img {
    width: 38rem;
    float: left;
}

.news-top-left img:nth-child(2) {
    float: right;
}

.file-line {
    width: 7rem !important;
    position: absolute;
    right: 32rem;
    top: 59px;
    border: none !important;
    box-shadow: none !important;
}

.file-details {
    font-size: 17px;
    font-weight: bold;
    width: 27%;
    position: absolute;
    right: 0rem;
    top: 1rem;
    line-height: 3rem;
}

.news-bottom {
    min-height: 40rem;
    margin-top: 2rem !important;
}

.news-bottom>div {
    width: 100%;
    height: 40rem;
    border-radius: 4rem;
    background-color: #EBEBEB;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news-bottom img {
    width: 95%;
    height: 34rem;
}

.news-bottom-right {
    margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
    .rj-news {
        width: 1200px;
    }
    .rj-news>div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .news-top-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem;
    }
    .news-top-left img {
        border: 1px solid #ddd;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
    }
    .news-top-left img:nth-child(2) {
        margin-left: 1rem;
    }
    .file-line {
        display: block;
    }
    .news-bottom {
        height: 40rem;
    }
    .news-bottom>div {
        width: 48%;
    }
    .news-bottom img {
        width: 42rem;
        height: 34rem;
    }
    .news-bottom-right {
        margin-top: 0;
    }
}


/* 助力数字经济--action */

.hl-content {
    width: 100%;
    min-height: 600px;
    margin: auto;
    text-align: center;
}

.hl-conPdiv {
    width: 100%;
    min-height: 400px;
    text-align: center;
}

.hl-title {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 2px;
    height: 6rem;
    line-height: 6rem;
}

.hl-detail {
    width: 100%;
    min-height: 350px;
}

.detail-img-phone {
    display: block;
}

.detail-img-pc {
    display: none;
}

.detail-img {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.detail-img img {
    transition: all 0.5s linear;
}

.detail-img:hover img {
    transition: all 0.5s linear;
    transform: scale(1.08);
}

.detail-info {
    width: 100%;
    min-height: 360px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 45px;
    text-align: justify;
    padding: 0 15px !important;
}

.hl-hr {
    height: 0.25rem;
    width: 25%;
    background: #999;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.dzrzfw {
    width: 95%;
    height: 30rem;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.dzrzfw img {
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}

.dzrzfw:hover img {
    transition: all 0.5s linear;
    transform: scale(1.08);
}

.dzrzfw-detail {
    color: #fff;
    width: 96%;
    text-indent: 2em;
    font-size: 1rem;
    font-weight: bold;
    text-align: justify;
    line-height: 2rem;
    letter-spacing: 0.3rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.bzjy-div {
    width: 100%;
    min-height: 100px;
    text-align: center;
}

.bzjy-logo {
    width: 10rem;
    height: 10rem;
}

.bzjy-title {
    display: inline-block;
    border-bottom: 2px solid #000000a1;
}

@media screen and (min-width: 1200px) {
    .hl-content {
        width: 1200px;
    }
    .hl-detail {
        display: flex;
        align-items: center;
    }
    .detail-img-phone {
        display: none;
    }
    .detail-img-pc {
        display: block;
    }
    .detail-img {
        width: 50%;
    }
    .detail-info {
        width: 50%;
    }
    .dzrzfw {
        width: 100%;
        height: 60rem;
    }
    .dzrzfw-detail {
        color: #fff;
        width: 57%;
        text-indent: 2em;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: justify;
        line-height: 4rem;
        letter-spacing: 0.3rem;
        position: absolute;
        right: 2rem;
        bottom: 2rem;
    }
    .dzrzfw-detail {
        width: 57%;
        font-size: 15px;
        line-height: 4rem;
        right: 2rem;
        bottom: 2rem;
    }
}


/* 交易数据运营--action */

.jy-content {
    width: 100%;
    min-height: 300px;
    margin: auto;
}

.jy-conOne {
    width: 100%;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ji-img-line {
    width: 85%;
    height: 10rem;
    background-image: url(../img/other/deal-line.png);
    background-size: 100% 100%;
    margin-bottom: 2em;
}

.jy-img {
    width: 92%;
    height: 4.5rem;
    background-image: url(../img/other/deal-con.png);
    background-size: 100% 100%;
}

.img-title {
    position: relative;
    width: 98%;
    height: 6rem;
    font-size: 1.2rem;
    padding-top: 2rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.img-title span {
    width: 7rem;
}

@media screen and (min-width: 1200px) {
    .deal-line {
        display: block;
    }
    .jy-content {
        width: 1200px;
    }
    .ji-img-line {
        width: 70%;
        height: 18rem;
    }
    .jy-img {
        width: 77%;
        height: 8.5rem;
    }
    .img-title {
        position: relative;
        width: 89%;
        height: 6rem;
        font-size: 1.7rem;
        justify-content: space-around;
    }
    .img-title span {
        width: 100%;
    }
}


/* 媒体中心-action */

.mtzx-content {
    width: 100%;
    min-height: 400px;
    margin: auto;
}

.mt-active {
    background-color: #185AA0 !important;
    color: #fff !important;
}

.mt-nav {
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5px;
}

.mt-nav>a {
    width: 200px;
    height: 4rem;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 0 0.5rem;
    background-color: rgba(221, 221, 221, 0.5);
    background: #ddd;
    border-radius: 10px 10px 0 0;
    color: #666;
    font-weight: bold;
}

.mt-nav a:hover {
    background-color: #185AA0 !important;
    color: #fff !important;
}

.mt-newslist {
    min-height: 100px;
    background-color: #fff;
}

.mt-title {
    display: flex;
    height: 7rem;
    line-height: 7rem;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    padding: 0rem 2rem;
    border: 1px solid #ddd;
}

.mt-search {
    width: 35rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.mt-item {
    height: auto;
}

.item-list-box {
    min-height: 135px;
    padding: 20px 0px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dashed #ddd;
}

.iteml-list-top {
    position: relative;
    padding: 0px 20px;
}

.iteml-list-top a {
    color: #333;
}

.iteml-list-top:before {
    content: '';
    border-left: #F0EFF0 2px solid;
    height: 95%;
    top: 0px;
    position: absolute;
    margin-right: 25px;
    left: 1px;
}

.item-list-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.item-list-title:before {
    content: '';
    border-left: #185AA0 4px solid;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 25%;
}

.item-list-detail {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    height: 54px;
}

.item-list-date {
    width: 100px;
    padding: 7px 15px;
    background: #F0EFF0;
    position: relative;
    font-size: 12px;
    color: #999;
    border-radius: 3px;
    margin-left: 20px;
}

.item-list-date:before {
    content: '';
    position: absolute;
    left: -8px;
    border-right: 10px solid #efedf0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.item-list span {
    width: 12rem;
    text-align: right;
}

.mt-page {
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .mt-nav>a {
        font-size: 18px;
        height: 5rem;
        border-radius: 15px 15px 0 0;
    }
    .mt-searchf {
        width: 40rem;
    }
}


/* 关于我们 action */

.gywm-newslist {
    font-size: 16px;
    text-align: justify;
    min-height: 300px;
    background-color: #fff;
    padding: 50px 20px;
}

.gywm-newslist img {
    max-width: 100%;
}

.company-profile {}

.map-iframe {
    width: 100%;
    margin: auto;
}

.company-profile h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #post table,
    #post .p-table {
        display: none;
    }
    #post img,
    #post .p-img {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    #post img,
    #post .p-img {
        display: none !important;
    }
    .gywm-newslist {
        font-size: 18px;
    }
    .gywm-newslist img {
        max-width: 1250px;
    }
    .map-iframe {
        width: 900px;
    }
}


/* 文章详情页 */

.now-position {
    width: 100%;
    height: 50px;
    margin: auto;
    font-size: 16px;
    line-height: 50px;
    padding-left: 10px;
}

.info-title {
    min-height: 70px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

.info-title h3 {
    line-height: 35px;
}

.info-title p {
    font-size: 14px;
    opacity: 0.8;
}

.info-title p span:nth-child(2) {
    padding: 0px 30px;
}

.info-detail {
    min-height: 100px;
    padding-top: 1.5rem;
    font-size: 15px;
}

.info-details-center {
    width: 100%;
    margin: 28px auto;
}

.info-detail img {
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .mtzx-content {
        width: 1250px;
    }
    .info-details-center {
        width: 800px;
    }
    .now-position {
        padding-left: 0;
    }
    .now-position {
        width: 1250px;
    }
    .info-detail img {
        max-width: 800px;
    }
}