@charset "utf-8";

/**
 * 蓝色主色调：#1a6fbd
 * 灰色字体主色调：#8b8d8e
 */

body {
    background: url("../images/pro/bg.png") no-repeat fixed center /100% calc(100vh + 90px);
}

.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}

.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}

.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}

.clearfix {
    _zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    overflow: hidden;
    _zoom: 1;
}

@font-face {
    font-family: 'Akzident';
    src: url('../fonts/akzident.eot');
    src: url('../fonts/akzident.eot?#iefix') format('embedded-opentype'), url('../fonts/akzident.woff2') format('woff2'), url('../fonts/akzident.woff') format('woff'), url('../fonts/akzident.ttf') format('truetype'), url('../fonts/akzident.svg#Akzident') format('svg');
}

@font-face {
    font-family: 'AvantGardeBook.otf';
    src: url('../AvantGardeBook.otf');
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Book.otf';
    src: url('../AvantGardeITCbyBT-Book.otf');
}

@font-face {
    font-family: 'FuturaCondensedNormal.otf';
    src: url('../FuturaCondensedNormal.otf');
}

@font-face {
    font-family: 'futura-condensedbold';
    src: url('../fonts/futura-condensedbold.eot');
    src: url('../fonts/futura-condensedbold.eot?#iefix') format('embedded-opentype'), url('../fonts/futura-condensedbold.woff2') format('woff2'), url('../fonts/futura-condensedbold.woff') format('woff'), url('../fonts/futura-condensedbold.ttf') format('truetype'), url('../fonts/futura-condensedbold.svg#Akzident') format('svg');
}

@font-face {
    font-family: 'Pabloco';
    src: url('../fonts/Pabloco.eot');
    src: url('../fonts/Pabloco.eot?#iefix') format('embedded-opentype'), url('../fonts/Pabloco.woff2') format('woff2'), url('../fonts/Pabloco.woff') format('woff'), url('../fonts/Pabloco.ttf') format('truetype'), url('../fonts/Pabloco.svg#Akzident') format('svg');
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/iconfont.woff') format('woff'),
        /* chrome、firefox */
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* width: 95%; */
    max-width: 100%;
    max-height: 100%;
    /* height: 450px; */
    display: block;
    vertical-align: middle;
    margin: auto;
}

li {
    list-style: none;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.container {
    max-width: 1600px;
    margin: auto;
    padding: 0px;
    width: 1600px;
    display: flex;
    justify-content: space-between;
}

body {
    font-family: "微软雅黑";
    min-width: 320px;
    overflow-x: hidden;
}

/*-header-*/
.header {
    clear: both;

}

/*-banner-*/
.banner {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
    margin: auto;
}

@media (max-width: 640px) {
    .banner img {
        width: 98%;
        margin: auto;
    }
}

/*-phone-nav-*/
.phone-nav {
    position: absolute;
    left: 5px;
    top: 0px;
    display: none;
    color: #fff;
    z-index: 9;
}

.phone-nav span {
    color: #000;
    font-size: 24px;
}

@media (max-width: 1000px) {
    .phone-nav {
        display: block;
        padding-top: 5px;
    }
}

.header {
    background: #ffffff;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9;
    box-shadow: 0 0 8px 0 #ccc;
}

.header .logo {
    /* width: 20%; */
    /* height: 50px; */
    width: 400px;
    float: left;
    padding-top: 20px;
}

.header .logo a {
    width: 400px;
    display: flex;
}

.header .logo .logo-img {
    /* width: 80px; */
    height: 70px;
    margin-right: 5px;
}

.header .logo .logo-img-name {
    /* width: 80px; */
    /* height: 70px; */
}

@media (max-width: 1000px) {
    .header {
        background: #ffffff;
        display: block;
    }

    .header .logo {
        padding: 0px;
        width: 70%;
    }

    .header .logo a {
        display: flex;
    }

    .header .logo .logo-img {
        /* width: 80px; */
        height: 70px;
    }
}

.header .nav_right {
    /* width: 65%; */
    margin-left: 100px;
    width: 1100px;
    float: right;
}

.header .nav_right ul {
    width: 100%;
    float: left;
    display: flex;

}

.header .nav_right ul li {
    float: left;
    flex: 1;
    /* width: 14.2%; */
    height: 110px;
    /* padding: 50px 0px 20px; */
    padding: 40px 0px 20px;
    box-sizing: border-box;
    position: relative;
}

.header .nav_right .nav_active a {
    color: #1a6fbd;
    font-weight: bold;
}

.header .nav_right .nav_active::after {
    position: absolute;
    opacity: 1;
    content: '';
    display: block;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    transition: all 0.6s ease;
    background-color: #1a6fbd;
}

.header .nav_right ul li a {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: SimHei;
}

.nav_right ul li:after {
    position: absolute;
    opacity: 1;
    content: '';
    display: block;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background-color: #1a6fbd;
}

.nav_right ul li:hover:after {
    position: absolute;
    opacity: 1;
    content: '';
    display: block;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #1a6fbd;
    transition: all 0.6s ease;
}


.header .nav_right ul li:hover {
    /* background: #1a6fbd; */
}

.header .nav_right ul li:hover a {
    /* color: #fff; */
    color: #1a6fbd;
}

.header .nav_right ul li .erji {
    position: absolute;
    top: 110px;
    left: -20px;
    z-index: 9999;
    /* background: #1a6fbd; */
    background: rgba(18, 132, 197, 0.8);
    width: 160px;
    /* 	width: 100%; */
    padding: 5px 0px;
    display: none;
}

.header .nav_right ul li .erji a {
    display: block;
    color: #fff;
    width: 160px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

.header .nav_right ul li .erji a:hover {
    background: #1a6fbd;
}


.header .nav_right ul li:hover .erji {
    display: block;
}


.header .nav_right ul .active {
    background: #1a6fbd;
}

.header .nav_right ul .active a {
    color: #fff;
}

.header .nav_right .yuyan {
    width: 12%;
    min-width: 100px;
    background: url(../images/yu.jpg) no-repeat left;
    height: 40px;
    float: right;
    margin-top: 50px;
    line-height: 40px;
    cursor: pointer;
}

.header .nav_right .yuyan span {
    font-size: 12px;
    color: #666666;
    margin-left: 45px;
    display: inline-block;
    background: url(../images/yu_xia.jpg) no-repeat right;
    padding-right: 20px;
}

.header .nav_right .yuyan i {
    font-style: normal;
    position: relative;
    z-index: 999;
    display: none;
    background: #fff;
    text-align: center;
}

.header .nav_right .yuyan i a {
    display: block;
    line-height: 25px;
    height: 25px;
    color: #666;
    font-size: 12px;
}

@media (max-width: 1000px) {
    .header .nav_right {
        display: none;
    }
}

/*@media (max-width: 1000px) {*/
/*	.header .container {*/
/*		padding: 10px 0px;*/
/*	}*/
/*}*/

@media (max-width: 1024px) {
    .header {
        background: #ffffff;
        /* position: fixed; */
        width: 100%;
        z-index: 9;
    }

    .header .container {
        width: 100%;
    }

    .header .logo {
        padding: 10px 0;
        width: 100%;
        display: flex;
    }

    .header .logo a {
        display: flex;
        justify-content: center;
    }

    .header .logo .logo-img {
        /* width: 80px; */
        height: 38px;
    }

    .header .logo .logo-img-name {
        width: 70%;
    }
}

.container-search {
    float: right;
    /* background: #000; */
    width: 15%;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-search #navSearch {
    height: 40px;
    padding: 0 10px;
}

.container-search button {
    height: 40px;
    width: 100px;
    margin-left: 5px;

}

.dian_div {
    background: #1a6fbd;
}

.dian_div .container {
    color: #fff;
    text-align: right;
    font-size: 12px;
    line-height: 25px;
}

.dian_div .container span {
    background: url(../images/dian.png) no-repeat left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
}

.dian_div .container a {
    font-size: 16px;
    font-family: arial;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.banner {
    overflow: hidden;
}

.banner .slick-dots {
    position: relative;
    bottom: 30px;
}

.banner .slick-dots:after {
    content: "";
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -0.5px;
}

.banner .slick-dots li {
    position: relative;
    margin: 0px 5px;
}

.banner .slick-dots li button {
    background: #8f898b;
    height: 9px;
    width: 9px;
}

.banner .slick-dots .slick-active button {
    background: #ffffff;
}

.banner .slick-dots .slick-active:after {
    content: "";
    height: 17px;
    width: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.top-login {}

.top-login-user-avatar {}

.top-login-user-down {}

@media screen and (max-width: 768px) {
    .top-login-user-avatar {
        height: 30px !important;
        width: 30px;
    }

    .top-login-user-down {
        width: auto !important;
        top: 70px;
    }

    .top-login-user-down-item {
        white-space: nowrap;
    }
}

.home_pro {
    background: url(../images/bg.jpg);
    padding: 4% 0px;
}

.home_pro .pro_nei {
    /* max-width: 1200px; */
    max-width: 100%;
    width: 98%;
    margin: auto;
}

.pro_com {
    padding-top: 3%;
    display: flex;
    justify-content: space-around;
}

.pro_com .p_left {
    /* width: 49.5%; */
    width: 30%;
    float: left;
    position: relative;
}

.pro_com .p_left i {
    display: block;
    padding-bottom: 79.3103448275862%;
}

.pro_com .p_left .p_left-title {
    text-align: center;
    font-size: 40px;
}

@media  screen and (min-width: 768px) {
    .pro_com .p_left .zhe_a img {
        height: 60px !important;
        width: 60px !important;
    }

    .pro_com .p_left .zhe_a .zw {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .pro_com .p_left .zhe_a .yw {
        font-size: 24px !important;
        line-height: 48px !important;
    }
}

@media screen and (max-width: 768px) {
    .pro_com .p_left .p_left-title {
        font-size: 30px;
    }

    .pro_com .p_left .vcenter {
        width: 95%;
    }

    .pro_com .p_left .zhe_a img {
        margin-top: 5px;
    }

    .pro_com .p_left .zhe_a .yw {
        font-size: 12px !important;
        line-height: 30px !important;
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .pro_com .p_left .p_left-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .pro_com .p_left .p_left-title {
        font-size: 18px;
    }
}

.pro_com .p_left .zhe_a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/zhe_bg.png);
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 30% 0px;
    display: none;
}

.pro_com .p_left .zhe_a img {
    max-width: 100%;
    max-height: 100%;
}

.pro_com .p_left .zhe_a span {
    display: block;
    color: #fff;
    width: 98%;
    margin: auto;
}

.pro_com .p_left .zhe_a .zw {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /*height: 20px;*/
    overflow: hidden;
    margin-top: 5%;
}

.pro_com .p_left .zhe_a .yw {
    font-family: AvantGardeBook;
    font-size: 12px;
    /*height: 30px;*/
    line-height: 30px;
    overflow: hidden;
}

.pro_com .p_left:hover .zhe_a {
    display: block;
}

.pro_com .p_right {
    width: 49.8%;
    float: right;
}

.pro_com .p_right ul li {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0.7%;
    position: relative;
}

.pro_com .p_right ul li:nth-child(2n+2) {
    margin-right: 0px;
}

.pro_com .p_right ul li .pic {
    position: relative;
}

.pro_com .p_right ul li .pic i {
    display: block;
    padding-bottom: 79.3103448275862%;
}

.pro_com .p_right ul li .zhe_a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/zhe_bg.png);
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 20% 0px;
    display: none;
}

.pro_com .p_right ul li .zhe_a img {
    max-width: 100%;
    max-height: 100%;
}

.pro_com .p_right ul li .zhe_a span {
    display: block;
    color: #fff;
    width: 98%;
    margin: auto;
}

.pro_com .p_right ul li .zhe_a .zw {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5%;
}

.pro_com .p_right ul li .zhe_a .yw {
    font-family: AvantGardeBook;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.pro_com .p_right ul li:hover .zhe_a {
    display: block;
}

@media (max-width: 768px) {
    .pro_com .p_left {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro_com .p_right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pro_com .p_right {
        width: 100%;
    }

    .pro_com .p_right ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.top_all {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.top_all h3 {
    border-bottom: 3px solid #1a6fbd;
    font-size: 35px;
    color: #333333;
    width: 150px;
    line-height: 60px;
    text-align: center;
    height: 65px;
    overflow: hidden;
    margin: auto;
}

.top_all span {
    font-family: AvantGardeBook;
    /* color: #afafaf; */
    color: #8b8d8e;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.top_all:after {
    content: url(../images/you.png);
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.top_all:before {
    content: url(../images/zuo.png);
    position: absolute;
    left: 0px;
    bottom: 5px;
}

@media (max-width: 768px) {
    .top_all:after {
        display: none;
    }

    .top_all:before {
        display: none;
    }
}

.home_about {
    background: url(../images/about_bg.jpg);
    padding: 4% 0px 2%;
}

.home_about .about_com {
    max-width: 1600px;
    width: 98%;
    margin: auto;
}

.home_about .about_com .a_left {
    width: 47%;
    float: left;
    position: relative;
    height: 500px;
}

.home_about .about_com .a_left .ab_bg {
    background: url(../images/about_a_bg.jpg) no-repeat;
    position: relative;
}

.home_about .about_com .a_left .ab_bg i {
    display: block;
    padding-bottom: 73.38403041825094%;
}

.home_about .about_com .a_left .pic {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 15px;
    left: 20px;
}

.home_about .about_com .a_left .pic .pic-vcenter {
    height: 360px;
}

.home_about .about_com .a_left .pic i {
    display: block;
    padding-bottom: 73.38403041825094%;
}

.home_about .about_com .a_left .pic img {
    z-index: 999;
    position: absolute;
    left: 10%;
    top: 10%;
}

.home_about .about_com .a_right {
    width: 48%;
    float: left;
    margin-left: 3%;
    color: #fff;
    /* padding-top: 5%; */
}

.home_about .about_com .a_right .span_y {
    /* font-family: FuturaCondensedNormal; */
    font-family: AvantGardeBook;
    font-size: 34px;
    width: 98%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.home_about .about_com .a_right .span_z {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 98%;
    overflow: hidden;
}

.home_about .about_com .a_right p {
    line-height: 31px;
    /* height: 48px; */
    overflow: hidden;
    width: 98%;
    margin: 13px auto;
}

.home_about .about_com .a_right .more {
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 150px;
    background: #fe9d00;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    transition: 0.3s;
}

.home_about .about_com .a_right .more:hover {
    /* font-weight: 700; */
    background: #ffffff;
    color: #1a6fbd;
}

.home_about .about_bottom {
    margin: 0 auto;
    /* max-width: 85%; */
    max-width: 1600px;
    /* background-color: #fff; */

    display: flex;
}

.home_about .about_bottom .about_bottom-item {
    cursor: pointer;
    flex: 1;
    height: 220px;
    border: 1px solid #fff;

    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 80%; */
    padding: 0 3%;
    color: #ffffff;
    transition: all 0.4s;
}

.home_about .about_bottom .about_bottom-item:not(:first-child) {
    margin-left: -1px;
}

.home_about .about_bottom .about_bottom-item .about_bottom-item-left {
    /* color: #ffffff; */
}

.home_about .about_bottom .about_bottom-item .about_bottom-item-left .about_bottom-item-left-title {
    font-size: 36px;
    /* color: #ffffff; */
    /* transition: all 0.4s; */
}

.home_about .about_bottom .about_bottom-item .about_bottom-item-left .about_bottom-item-left-name {
    font-size: 16px;
    padding-top: 20px;
    /* color: #ffffff; */
    /* transition: all 0.4s; */
}

.home_about .about_bottom .about_bottom-item .about_bottom-item-right i {
    /* color: #ffffff; */
    font-size: 80px;
}

.home_about .about_bottom .about_bottom-item:hover {
    color: #1a6fbd;
    background-color: #fff;
}


@media (max-width: 768px) {
    .home_about .about_com .a_left {
        width: 100%;
    }

    .home_about .about_com .a_left .pic {
        top: 0px;
        left: 0px;
    }

    .home_about .about_com .a_left .ab_bg {
        display: none;
    }

    .home_about .about_com .a_left .pic img {
        width: 100%;
        left: 0;
    }

    .home_about .about_com .a_right {
        width: 100%;
        margin-left: 0px;
    }

    .home_about .about_com .a_right .span_y {
        font-size: 24px;
    }

    .home_about .about_com .a_right .span_z {
        font-size: 18px;
    }

    .home_about .about_com .a_right p {
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .home_about {
        background: url(../images/about_bg.jpg);
        padding: 4% 0px 2%;
    }

    .home_about .about_bottom {
        margin: 0 auto;
        /* max-width: 85%; */
        max-width: 1600px;
        /* background-color: #fff; */

        display: block;
    }

    .home_about .about_bottom .about_bottom-item {
        cursor: pointer;
        flex: 1;
        height: 100%;
        border: 1px solid #fff;
        height: 220px;
        width: 98%;
        margin: 1% auto;

        display: flex;
        justify-content: space-between;
        align-items: center;
        /* width: 80%; */
        padding: 0 3%;
        color: #ffffff;
        transition: all 0.4s;
    }

    .home_about .about_bottom .about_bottom-item:not(:first-child) {
        margin: 1% auto;
    }

    .home_about .about_bottom .about_bottom-item .about_bottom-item-left {
        /* color: #ffffff; */
    }

    .home_about .about_bottom .about_bottom-item .about_bottom-item-left .about_bottom-item-left-title {
        font-size: 36px;
        /* color: #ffffff; */
        /* transition: all 0.4s; */
    }

    .home_about .about_bottom .about_bottom-item .about_bottom-item-left .about_bottom-item-left-name {
        font-size: 16px;
        padding-top: 20px;
        /* color: #ffffff; */
        /* transition: all 0.4s; */
    }

    .home_about .about_bottom .about_bottom-item .about_bottom-item-right i {
        /* color: #ffffff; */
        font-size: 80px;
    }

    .home_about .about_bottom .about_bottom-item:hover {
        color: #1a6fbd;
        background-color: #fff;
    }
}

/*首页 - 系统展示栏*/
.home_cabinet {
    margin-top: 30px;
    /* background-color: #1a6fbd; */
    /* background-color: #f8f8f8; */
    background-image: url("../images/cabinet_bg.png");
    background-size: 100% auto;
}

.home_cabinet-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 300px;
    max-width: 1600px;
    margin: 0 auto;
}

.home_cabinet .home_cabinet-box .home_cabinet-left {
    position: relative;
    padding-left: 20px;
}

.home_cabinet .home_cabinet-box .home_cabinet-left::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    /* background-color: #1a6fbd; */
}

.home_cabinet .home_cabinet-box .home_cabinet-left .home_cabinet-left-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #1a6fbd; */
    /* padding-bottom: 10px; */
}

.home_cabinet .home_cabinet-box .home_cabinet-left .home_cabinet-left-extitle {
    text-shadow: 1px 1px #444, -1px -1px #444, 1px -1px #444, -1px 1px #444;
    color: #f1f1f1;
    font-size: 24px;
    font-weight: bold;
    font-family: AvantGardeBook;
}

.home_cabinet-right {
    /* flex: 1; */
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.home_cabinet-right .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(4 * 170px + 60px);
    height: 50px;
    column-gap: 20px;
    justify-content: left;
    align-items: center;
    margin: 0 auto;
}

.home_cabinet-right .wrapper .item {
    flex-basis: 170px;
}

@media screen and (max-width: 1300px) {
    .home_cabinet-right .wrapper {
        width: calc(2 * 170px + 20px);
        row-gap: 20px;
        height: 120px;
    }
}

@media screen and (max-width: 820px) {
    .home_cabinet-right-btn {
        margin: 0px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .home_cabinet-right .wrapper {
        width: calc(2 * 130px + 20px);
    }

    .home_cabinet-right .home_cabinet-right-btn-default {
        min-width: 130px !important;
        max-width: 130px !important;
    }
}

.home_cabinet-right .home_cabinet-right-btn-default {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    flex-grow: 1;
    min-width: 170px;
    max-width: 170px;
    line-height: 48px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    /*margin-right: 5px;*/
    transition: all 0.5s;
}

.home_cabinet-right .home_cabinet-right-btn-default:hover {
    background-color: #1a6fbd;
}

.home_cabinet-right .home_cabinet-right-btn {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 150px;
    background: #fe9d00;
    border: 1px solid #fe9d00;
    display: block;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    margin-right: 20px;
}

.home_cabinet-right .home_cabinet-right-btn:hover {
    background: rgba(255, 255, 255, 0);
    color: #1a6fbd;
    border: 1px solid #1a6fbd;
    background-color: #fff;
}

@media (max-width: 880px) {
    .home_cabinet {
        margin-top: 8px;
        background-image: url("../images/cabinet_bg.png");
        background-size: 100% 100%;
    }

    .home_cabinet-box {
        display: block;
        min-height: 300px;
        /* max-width: 1600px; */
        margin: 0 auto;
    }

    .home_cabinet-right {
        width: 100%;
        padding: 20px;
        display: block;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

    .home_cabinet-right .home_cabinet-right-btn-default {
        min-width: 100px;
    }

    .home_cabinet-right .home_cabinet-right-btn {
        margin: 0px auto;
    }

    .home_cabinet-right .wrapper {
        margin: 0 auto 20px auto;
        justify-content: center !important;
    }
}

/*首页 - 新闻栏*/
.home_news {
    background: #ffffff;
    padding: 3% 0px 1%;
}

.home_news .top_all {
    margin-bottom: 3%;
}

.home_news .news_com {
    /* max-width: 1200px; */
    margin: auto;
    max-width: 1600px;
    /* width: 98%; */
}

.home_news .news_com .n_left {
    width: 44.5%;
    float: left;
    position: relative;
}

.home_news .news_com .n_left .imgd {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.home_news .news_com .n_left .imgd i {
    display: block;
    padding-bottom: 25.89118198874296%;
}

.home_news .news_com .n_left .imgd img {
    transition: 0.3s;
}

.home_news .news_com .n_left .imgd img:hover {
    transform: scale(1.1);
}

.home_news .news_com .n_left .imgd .ri {
    position: absolute;
    background: #1a6fbd;
    z-index: 9999;
    top: 0px;
    left: 0px;
    color: #fff;
    font-family: AvantGardeITCbyBT-Book;
    padding: 5px 10px;
    max-width: 99px;
}

.home_news .news_com .n_left .imgd .ri i {
    font-style: normal;
    font-size: 40px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 98%;
    margin: auto;
    display: block;
    text-align: center;
    overflow: hidden;
}

.home_news .news_com .n_left .imgd .ri time {
    font-size: 13px;
    width: 98%;
    margin: auto;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .home_news .news_com .n_left .imgd .ri i {
        font-size: 20px;
        height: 25px;
        line-height: 25px;
    }

    .home_news .news_com .n_left .imgd .ri time {
        font-size: 10px;
    }
}

.home_news .news_com .n_left h4 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.home_news .news_com .n_left h4 a:hover {
    color: #1a6fbd;
}

.home_news .news_com .n_left p {
    font-size: 14px;
    max-height: 80px;
    color: #666;
    line-height: 20px;
    margin: 10px 0px;
    overflow: hidden;
}

.home_news .news_com .n_left .more {
    width: 160px;
    height: 36px;
    background: #1a6fbd;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    transition: 0.3s;
}

.home_news .news_com .n_left .more:hover {
    background: #fe9d00;
}

.home_news .news_com .n_right {
    width: 52.5%;
    float: right;
}

.home_news .news_com .n_right ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}

.home_news .news_com .n_right ul li .ri {
    width: 15%;
    float: left;
    font-family: AvantGardeITCbyBT-Book;
    max-width: 90px;
    color: #8b8d8e;
    /* 	color: #a4a4a4; */
    font-weight: 500;
    text-align: center;
}

.home_news .news_com .n_right ul li .ri i {
    font-style: normal;
    font-size: 50px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    width: 98%;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}

.home_news .news_com .n_right ul li .ri time {
    font-size: 17px;
    width: 98%;
    margin: auto;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.home_news .news_com .n_right ul li .wen_nei {
    width: 84%;
    float: right;
}

.home_news .news_com .n_right ul li .wen_nei h4 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
}

.home_news .news_com .n_right ul li .wen_nei p {
    color: #666;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.home_news .news_com .n_right ul li:last-child {
    border-bottom: none;
}

.home_news .news_com .n_right ul li:hover .wen_nei h4 {
    color: #1a6fbd;
}

@media (max-width: 768px) {
    .home_news .news_com .n_left {
        width: 100%;
        margin-bottom: 10px;
    }

    .home_news .news_com .n_right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .home_news .news_com .n_right ul li .ri {
        width: 20%;
    }

    .home_news .news_com .n_right ul li .ri i {
        font-size: 36px;
        height: 40px;
        line-height: 40px;
    }

    .home_news .news_com .n_right ul li .ri time {
        font-size: 12px;
    }

    .home_news .news_com .n_right ul li .wen_nei {
        width: 79%;
    }
}

.links {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 5%;
}

.links span {
    width: 5%;
    max-width: 60px;
    float: left;
    background: url(../images/link_bg.jpg) no-repeat left top;
    display: block;
    line-height: 32px;
    color: #333333;
    font-size: 14px;
}

.links .link_a {
    width: 94%;
    float: right;
    line-height: 32px;
}

.links .link_a a {
    display: inline-block;
    padding: 0px 5px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.links .link_a a:hover {
    color: #1a6fbd;
}

@media (max-width: 768px) {
    .links span {
        width: 10%;
        float: left;
    }

    .links .link_a {
        width: 84%;
        float: right;
    }
}

@media (max-width: 640px) {
    .links span {
        width: 100%;
    }

    .links .link_a {
        width: 100%;
    }
}

.footer {
    /* background: #353535; */
    background: #353535;
    width: 100%;
    margin-top: 2%;
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 90px;
    }

    .footer_com {
        width: 100% !important;
    }
}

.footer_com {
    /* max-width: 1200px; */
    width: 1700px;
    margin: auto;
    padding: 3% 0px;
}

.footer_com .di_nav {
    width: 50%;
    float: left;
}

.footer_com .di_nav li {
    width: 20%;
    float: left;
    border-left: 1px solid #4a4a4a;
    padding-left: 15px;
}

/* .footer_com .di_nav li:nth-child(4) {
    width: fit-content;
    padding-right: 15px;
} */

.footer_com .di_nav li a {
    display: block;
    color: #959595;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

.footer_com .di_nav li a:hover {
    color: #1a6fbd;
}

.footer_com .di_nav li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}

.footer_com .er_right {
    width: 45%;
    float: right;
}

.footer_com .er_right .er {
    width: 23%;
    float: left;
}

.footer_com .er_right .er .pic {
    position: relative;
}

.footer_com .er_right .er .pic i {
    display: block;
    padding-bottom: 100%;
}

.footer_com .er_right .er .pic img {
    padding: 10px;
    border: 1px solid #606060;
    box-sizing: content-box;
}

.footer_com .er_right .er .text {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
}

.footer_com .er_right .er .text span {
    display: block;
    line-height: 25px;
    height: 25px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.footer_com .er_right .er .text span:last-child {
    color: #aeaeae;
    font-size: 12px;
}

.footer_com .er_right .dian {
    width: 55%;
    background: url(../images/di_dian.png) no-repeat left;
    float: right;
    padding-left: 52px;
}

.footer_com .er_right .dian span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer_com .er_right .dian a {
    display: block;
    color: #ff9a00;
    font-size: 31px;
    font-family: Pabloco;
}

.footer_com .er_right .address {
    width: 55%;
    float: right;
    padding-left: 52px;
}

.footer_com .er_right .address span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer_com .er_right .address .address-info {
    display: block;
    color: #ff9a00;
}

@media (max-width: 768px) {
    .footer_com .di_nav {
        display: none;
    }

    .footer_com .er_right {
        width: 100%;
        padding: 5% 0px;
    }

    .footer_com .er_right .er {
        width: 30%;
    }

    .footer_com .er_right .er .pic i {
        padding-bottom: 31.25%;
    }

    .footer_com .er_right .dian {
        width: 60%;
    }

    .footer_com .er_right .address {
        display: none;
    }

}

@media (max-width: 480px) {
    .footer_com .er_right .er {
        width: 100%;
    }

    .footer_com .er_right .er .text {
        padding-left: 0px;
    }

    .footer_com .er_right .dian {
        width: 100%;
        display: none;
    }

    .footer_com .er_right .dian span {
        font-size: 14px;
    }

    .footer_com .er_right .dian a {
        font-size: 18px;
    }

    .footer_com .er_right .address {
        display: none;
    }
}

.copy {
    max-width: 1200px;
    width: 98%;
    margin: auto;
    border-top: 1px solid #484848;
    padding: 5px 0px;
    color: #7a7a7a;
    font-size: 14px;
}

.copy .amap {
    float: left;
}

.copy .amap:hover {
    color: #1a6fbd;
}

.copy span {
    width: 60%;
    display: inline-block;
}

.copy .y_a {
    float: right;
}

.copy .y_a .map {
    margin-right: 10px;
    display: none;
}

.copy .y_a .map:hover {
    color: #1a6fbd;
}

@media (max-width: 640px) {
    .copy {
        text-align: center;
    }

    .copy .amap {
        display: none;
    }

    .copy span {
        width: 100%;
    }

    .copy .y_a {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .copy .y_a .map {
        display: inline-block;
    }
}

.zi_com {
    --ratio: calc(100vw / 1920);

    /*max-width: 1600px;*/
    /*width: 1600px;*/
    /*margin: auto;*/
}

.zi_com .zi_left {
    width: calc(var(--ratio) * 293);
    margin-left: calc(var(--ratio) * 94);
    margin-top: calc(var(--ratio) * 27);
    /*width: 20.7%;*/
    float: left;
}

.zi_com .zi_left .top {
    background: #1a6fbd;
    padding: 30px 0px 20px;
    text-align: center;
}

.zi_com .zi_left .top span {
    display: block;
    color: #fff;
    font-weight: 500;
}

.zi_com .zi_left .top .span1 {
    font-size: 28px;
}

.zi_com .zi_left .top .span2 {
    font-size: 22px;
    font-family: arial;
}

@media (max-width: 480px) {
    .zi_com {
        padding: 0 1%;
    }

    .zi_com .zi_left .top {
        width: 100% !important;
        padding: 15px 0px 10px;
    }
}

.zi_com .zi_left ul {
    background: #4ca8d8;
    margin-bottom: 20%;
}

.zi_com .zi_left ul li {
    border-top: 1px solid #67b5de;
}

.zi_com .zi_left ul li a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #4ca8d8;
    /* padding-left: 28%; */
    padding-left: 33%;
    font-size: 19px;
    overflow: hidden;
    width: 100%;
    padding-right: 5px;
    font-weight: 500;
}

.zi_com .zi_left ul li a:hover {
    background: #1a6fbd;
    font-size: 20px;
    font-weight: 700;
}

.zi_left_pro .zi_left_pro-item {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    padding-left: 10%;
    overflow: hidden;
    width: 100%;
    padding-right: 5px;
    background: #1a6fbd;
    font-size: 20px;
    font-weight: 700;
}

.zi_left_pro .zi_left_pro-item i {
    font-size: 22px;
    font-weight: 500;
}

.zi_com .zi_left ul li .er .er-item {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    background: #4ca8d8;
    padding-left: 10%;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    padding-right: 5px;
    font-weight: 500;
}

.zi_com .zi_left ul li .er .er-item:hover {
    background: #1a6fbd;
    font-weight: 500;
    font-size: 18px;
}

.zi_com .zi_left ul li .er .er-item-active {
    background: #1a6fbd;
    font-weight: 500;
    font-size: 18px;
    /* padding-left: 17%; */
}

.zi_com .zi_left ul li .er .er-item .er-item-dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    border-radius: 5px;

}

.zi_com .zi_left ul li .er {
    padding: 3% 0px;
}

.zi_com .zi_left ul li .er a {
    background: #4ca8d8;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    width: 100%;
    padding-right: 5px;
    overflow: hidden;
}

.zi_com .zi_left ul li .er a:hover {
    background: #1a6fbd;
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 480px) {
    .zi_com {
        width: 100% !important;
    }

    .zi_com .zi_left ul {
        margin-bottom: 5%;
    }

    .zi_com .zi_left ul li a {
        line-height: 40px;
        height: 40px;
        padding-left: 35%;
    }
}

.zi_com .zi_left ul .active a {
    background: #1a6fbd;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .zi_com .zi_left ul {
        padding-bottom: 5%;
    }
}

.zi_com .zi_left .lian {
    border: 1px solid #e6e6e6;
    padding: 10px 20px 10px 20px;
    margin: 20px 0px;
    background: #fff;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
}

.zi_com .zi_left .lian .lian_t {
    background: url(../images/zi_dian.png) no-repeat left center;
    padding-left: 60px;
    background-size: 40px;
}

.zi_com .zi_left .lian .lian_t span {
    display: block;
}

.zi_com .zi_left .lian .lian_t .span1 {
    color: #1a6fbd;
    font-size: 22px;
}

.zi_com .zi_left .lian .lian_t .span2 {
    color: #999999;
    font-size: 16px;
}

.zi_com .zi_left .lian p {
    line-height: 20px;
    color: #666;
    font-size: 16px;
    border-bottom: 1px dashed #dfdfdf;
    padding: 10px 0px;
}

.zi_com .zi_left .lian p a:hover {
    color: #1a6fbd;
}



.zi_com .zi_right {
    width: calc(var(--ratio) * 1405);
    float: left;
    margin-left: calc(var(--ratio) * 26);
    background: #fff;
    border-radius: calc(var(--ratio) * 10);
    margin-top: calc(var(--ratio) * 27);
    padding: 0 calc(var(--ratio) * 32);
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
    /* font-family: KaiTi; */
}

.zi_com .zi_right .bar {
    border-bottom: 1px solid #eaeaea;
    /*margin: 0 calc(var(--ratio) * 26) 0 calc(var(--ratio) * 32);*/
    padding: calc(var(--ratio) * 19) 0 calc(var(--ratio) * 14) 0;
    display: flex;
    align-items: center;
}

.zi_com .zi_right .bar .b_icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 13px;
}

.zi_com .zi_right .bar .b_tt {
    /*float: left;*/
    display: inline-block;
    font-size: calc(var(--ratio) * 18);
    font-family: SimHei;
    color: #1f1f1f;
    display: inline-block;
    /*height: 30px;*/
    line-height: calc(var(--ratio) * 18);
    /* width: 20%; */
    overflow: hidden;
    font-weight: 700;
    color: #0875C0;
}

.zi_com .zi_right .bar .curbar {
    /*float: right;*/
    flex: 1;
    text-align: right;
    font-size: 15px;
    color: #6e6e6e;
    width: 78%;
    /*vertical-align: middle;*/
    /*margin-top: 12px;*/
}

.zi_com .zi_right .bar .curbar a {
    /* max-width: 100px; */
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;

}

.zi_com .zi_right .bar .curbar a:hover {
    color: #1a6fbd;
}

.zi_com .zi_right .bar .curbar i {
    font-style: normal;
    /* max-width: 100px; */
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    /* color: #1a6fbd; */
}

.zi_com .zi_right .bar .curbar i:last-child {
    color: #1a6fbd;
}

@media (max-width: 640px) {
    .zi_com .zi_right .bar .b_tt {
        width: 100%;
    }

    .zi_com .zi_right .bar .curbar {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .zi_com .zi_left {
        margin-left: 0;
        margin-top: 0;
        width: 21%;
    }

    .zi_com .zi_right {
        margin-left: 0;
        margin-top: 0;
        border-radius: 10px;
        width: 76%;
    }

    .zi_com .zi_right .bar {
        /*padding: 10px 0px 10px;*/
        margin: 0 13px 0 16px;
        padding: 19px 0 14px 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    .zi_com .zi_right .bar .b_icon {
        width: 16px;
        height: 16px;
        margin-right: 13px;
    }

    .zi_com .zi_right .bar .b_tt {
        font-size: 16px;
        line-height: 16px;
        width: fit-content;
    }

    .zi_com .zi_right .bar .curbar {
        margin-top: 12px;
        flex-basis: 100%;
    }
}

.zi_com-pro {
    /* max-width: 1400px; */
    max-width: 1600px;
}

.zi_com-pro .zi_left-pro {
    width: 21%;
    float: left;
}

.zi_com-pro .zi_right-pro {
    width: 75%;
}

@media (max-width: 768px) {
    .zi_com .zi_left {
        width: 100%;
    }

    .zi_com-pro {
        /* max-width: 1400px; */
    }

    .zi_com-pro .zi_left-pro {
        width: 100%;
        float: left;
    }

    .zi_com-pro .zi_right-pro {
        width: 100%;
    }

    .zi_com .zi_right {
        width: 100%;
    }

    .zi_com .zi_right .bar {
        padding: 10px 0px 10px;
    }
}

.tabs {
    display: flex;
    background-color: #093e76;
    color: #ffffff;
}

.tabs .tabs-item {
    cursor: pointer;
    min-width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.tabs .tabs-item-active {
    background-color: #1a6fbd;
    color: #ffffff;
}

.tabs .tabs-item:hover {
    background-color: #1a6fbd;
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    .tabs .tabs-item {
        min-width: 25%;
    }
}

.phone-nav .glyphicon {
    color: white !important;
}

/*系统展示*/
.ul {}

.ul .li {
    list-style: inside;
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
}

.brief {
    margin-bottom: 30px;
}

.brief .brief-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.brief .brief-title .brief-title-text {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin: 0 50px;
}

.brief .brief-title .brief-title-left {
    position: relative;
    height: 30px;
    width: 100%;
    margin-top: -3px;
}

.brief .brief-title .brief-title-left::before {
    content: " ";
    position: absolute;
    right: -5px;
    bottom: -5px;
    height: 3px;
    width: 102%;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-title .brief-title-left .brief-title-left-in {
    position: relative;
    margin-left: 10px;
    height: 30px;
    width: 100%;
    background-color: #1a6fbd;
    transform: skew(-35deg);
}

.brief .brief-title .brief-title-left .brief-title-left-in::before {
    content: " ";
    position: absolute;
    right: -20px;
    bottom: -5px;
    height: 35px;
    width: 4px;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-title .brief-title-left .brief-title-left-in::after {
    content: " ";
    position: absolute;
    right: -10px;
    bottom: -5px;
    height: 35px;
    width: 4px;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-title .brief-title-right {
    position: relative;
    /* background-color: #1a6fbd; */
    height: 30px;
    width: 100%;
    margin-top: 3px;
}

.brief .brief-title .brief-title-right::before {
    content: " ";
    position: absolute;
    left: 5px;
    top: -5px;
    height: 3px;
    width: 102%;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-title .brief-title-right .brief-title-right-in {
    position: relative;
    margin-right: 10px;
    height: 30px;
    width: 100%;
    background-color: #1a6fbd;
    transform: skew(-35deg);
}

.brief .brief-title .brief-title-right .brief-title-right-in::before {
    content: " ";
    position: absolute;
    left: -20px;
    bottom: 0px;
    height: 35px;
    width: 4px;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-title .brief-title-right .brief-title-right-in::after {
    content: " ";
    position: absolute;
    left: -10px;
    bottom: 0px;
    height: 35px;
    width: 4px;
    border-radius: 15px;
    background-color: #1a6fbd;
}



/* 次标题样式1 */
.brief .brief-subtitle {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}

.brief .brief-subtitle::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 3px;
    border-radius: 15px;
    background-color: #1a6fbd;
}

.brief .brief-subtitle::after {
    content: " ";
    position: absolute;
    left: 10px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    border-radius: 15px;
    background-color: #eaeaea;
}

/* 次标题样式2 */
.brief .brief-sub-box {
    position: relative;
    display: flex;
    padding-bottom: 3px;
    margin: 60px 0 20px 0;
    border-bottom: 1px solid #1a6fbd;
}

.brief .brief-sub-box-left {
    position: relative;
    width: 30px;
    height: 30px;
    /* background-color: #003e7e; */
}

.brief .brief-sub-box-left::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    background-color: #1a6fbd;
}

.brief .brief-sub-box-left::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    background-color: #1a6fbd;
}

.brief .brief-sub-box-content {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    /* margin-bottom: 20px; */
    height: 30px;
    width: 100%;
}

.brief .brief-sub-box-content::before {
    content: " ";
    position: absolute;
    left: -2px;
    bottom: 1px;
    height: 2px;
    width: 100%;
    background-color: #1a6fbd;
}

.brief .brief-sub-box-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 2px;
    background-color: #1a6fbd;
}

.brief .brief-content {
    background-color: #f6f6f6;
    padding: 20px;
    border: 2px solid #adadad;
    border-radius: 5px;
}

.brief h4 {
    margin: 10px 0;
    color: #000;
}

.brief a {
    padding: 0 10px;
    color: #7b7b7b;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    width: 50%;
    background-color: #f6f6f6;
}

.brief a:hover {
    color: #fff;
    background-color: #1a6fbd;
}

@media screen and (max-width: 780px) {
    .brief-title {}

    .brief-title-text {}

    .brief-title-left {
        display: none;
    }

    .brief-title-right {
        display: none;
    }

    .brief a {
        font-size: 12px;
    }
}

/* 系统展示-实验室监控 */
.lsm-card {
    position: relative;
    width: 33.3%;
    padding: 10px 50px 10px 70px;
    margin: 10px 0 40px 0;
}

.lsm-card::before {
    content: " ";
    position: absolute;
    left: 0;
    top: ;
    : 0px;
    height: 100px;
    width: 10px;
    border: 1px solid #fff;
    background-color: #138bc2;
}

.lsm-card .lsm-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.lsm-card .lsm-card-subtitle {
    font-size: 18px;
    color: #595959;
}

.pro_ul {
    padding: 5% 0px;
    overflow: hidden;
    position: relative;
}

.pro_ul li {
    width: 29.4%;
    float: left;
    margin-right: 5.9%;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.pro_ul li .pic {
    position: relative;
    overflow: hidden;
}

.pro_ul li .pic i {
    display: block;
    padding-bottom: 82.14285714285714%;
}

.pro_ul li .pic .zhe_a {
    background: url(../images/zhe_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.pro_ul li:nth-child(3n) {
    margin-right: 0px;
}

/* .pro_ul li:nth-child(3n+3):after {
	display: none;
} */

.pro_ul li:after {
    content: "";
    border-right: 1px dashed #ccc;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -9.95%;
}

.pro_ul li:before {
    content: "";
    border-bottom: 1px dashed #ccc;
    width: 120%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pro_ul li .text {
    padding: 3% 0px 20%;
}

.pro_ul li .text h4 {
    color: #606a71;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 98%;
    overflow: hidden;
}

.pro_ul li .text span {
    height: 1px;
    background: #c9c9c9;
    width: 104px;
    display: block;
    vertical-align: top;
    margin: 15px 0px 20px;
    width: 37%;
}

.pro_ul li .text .more {
    background: #999999;
    color: #fff;
    font-size: 12px;
    font-family: arial;
    width: 75px;
    display: block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #8c8c8c;
    position: relative;
    text-align: center;
}

.pro_ul li .text .more:after {
    width: 71px;
    height: 24px;
    border: 1px solid #adadad;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
}

.pro_ul li:hover .pic .zhe_a {
    display: block;
}

.pro_ul li:hover .text span {
    background: #1a6fbd;
}

.pro_ul li:hover .text .more {
    background: #1a6fbd;
    border: 1px solid #1a6fbd;
}

.pro_ul li:hover .text .more:after {
    border: 1px solid #1a6fbd;
}

@media (max-width: 640px) {
    .pro_ul li {
        width: 48%;
        margin-right: 4%;
    }

    .pro_ul li:nth-child(3n+3) {
        margin-right: 4%;
    }

    .pro_ul li:nth-child(3n+3):after {
        display: block;
    }

    .pro_ul li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .pro_ul li:nth-child(2n+2):after {
        display: none;
    }

    .pro_ul li:after {
        content: "";
        border-right: 1px dashed #ccc;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -3.95%;
    }
}

.page {
    user-select: none;
    margin: 20px 0px 40px 0px;
    text-align: center;
    /* display: flex;
	align-items: center;
	justify-items: center; */
}

.page a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: arial;
    margin: 0px 3px;
    color: #666666;
}

.page a:hover {
    text-decoration: underline;
    color: #821e20;
}

.page div {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: arial;
    margin: 0px 3px;
    width: 15px;
    color: #666666;
    text-align: center;
}

.page div:hover {
    text-decoration: underline;
    color: #821e20;
    font-weight: bold;
}

.page .active {
    text-decoration: underline;
    color: #821e20;
    font-weight: bold;
}

.page .ye {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #c2c2c2;
    border-radius: 50%;
    position: relative;
}

.page .ye:hover {
    background: #1a6fbd;
}

.page .ye1:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
}

.page .ye2:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 7px;
    right: 3px;
}

.hide {
    display: none;
}

.hide-el {
    display: none;
}

.guan_new .guan_ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.guan_new .guan_ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.guan_new .guan_ul li time {
    font-family: tahoma;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.guan_new .guan_ul li h4 {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
}

.guan_new .guan_ul li p {
    font-size: 13px;
    color: #666666;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}

.guan_new .guan_ul li span {
    width: 109px;
    height: 30px;
    background: #c7c7c7;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 20px 0px;
}

.guan_new .guan_ul li:last-child {
    margin-right: 0px;
}

.guan_new .guan_ul li:hover h4 {
    color: #1a6fbd;
}

.guan_new .guan_ul li:hover span {
    background: #1a6fbd;
}

@media (max-width: 640px) {
    .guan_new .guan_ul li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px dashed #f3f3f3;
        margin-right: 0px;
    }
}

.guan_new .guan_ul2 li {
    line-height: 39px;
    height: 39px;
}

.guan_new .guan_ul2 li a {
    width: 80%;
    float: left;
    display: block;
    color: #666;
    height: 39px;
    overflow: hidden;
    background: url(../images/new_li.png) no-repeat 6px center;
    padding-left: 18px;
}

.guan_new .guan_ul2 li span {
    width: 20%;
    float: right;
    color: #999;
    display: block;
    height: 39px;
    overflow: hidden;
    text-align: right;
    padding-right: 6px;
}

.guan_new .guan_ul2 li:nth-child(2n+2) {
    background: #f6f6f6;
}

.guan_new .guan_ul2 li:hover a {
    color: #1a6fbd;
}

.guan_top {
    border-bottom: 1px solid #f3f3f3;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    /* margin-bottom: 20px; */
    padding: 8px;
    position: relative;
}

.guan_top:before {
    content: "";
    height: 1px;
    width: 50px;
    background: #eaeaea;
    top: 24px;
    left: 109px;
    position: absolute;
}

.guan_top:after {
    content: "";
    height: 1px;
    width: 170px;
    background: #eaeaea;
    bottom: 19px;
    left: 90px;
    position: absolute;
}

.guan_top span {
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
}

/*移动端底部导航*/
.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99999;
}

.phonefooternav ul li {
    width: 25%;
    background: #494949;
    float: left;
    padding: 10px 0;
    border-right: 1px solid #666;
    list-style: none;
}

.phonefooternav ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.phonefooternav ul li a i {
    display: block;
    font-size: 20px;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .phonefooternav {
        display: block;
    }
}

@media (max-width: 480px) {
    .phonefooternav ul li {
        padding: 3px 0px;
    }
}

.zy_q a {
    display: inline-block;
    float: left;
}

/*相关产品*/
.guan_pro .pro_ul {
    padding: 0px 0px 3%;
}

/*产品详情页面*/
.pro_s1 {
    padding: 4% 0px;
}

.pro_s1 .ps1_left {
    width: 51%;
    float: left;
    position: relative;
}

.pro_s1 .ps1_left i {
    display: block;
    padding-bottom: 77.32793522267207%;
}

.pro_s1 .ps1_right {
    width: 46%;
    float: right;
}

.pro_s1 .ps1_right .ps1_right-details {
    text-align: justify;
    /* text-align-last: justify; */
    /*兼容ie*/
    text-justify: distribute-all-lines;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 30px;
    /*首行缩进2字符*/
    /* text-indent:2em; */
}

.pro_s1 .ps1_right h3 {
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 20px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
}

.pro_s1 .ps1_right span {
    /* background: url(../images/ce_bg.jpg) no-repeat; */
    display: block;
    width: 100%;
    height: 1px;
    margin: 3% 0px;
    background-color: #e2e2e2;
}

.pro_s1 .ps1_right p {
    margin: 18px 0;
    font-size: 18px;
    color: #6b6b6b;
    line-height: 24px;
}

.pro_s1 .ps1_right .ps1_right-fun li {
    list-style: inside;
    font-size: 14px;
    min-height: 30px;
    line-height: 25px;
}

.pro_s1 .ps1_right .ps1_right-telephone {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 56px;
    line-height: 56px;
}

.pro_s1 .ps1_right .ps1_right-telephone i {
    font-size: 20px;
    color: #1a6fbd;
}

.pro_s1 #container #buttons {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .pro_s1 #container {
        width: 100% !important;
    }

    .pro_s1 #container #list {}

    .pro_s1 #container #list img {
        width: calc(100vw) !important;
    }

    .pro_s1 #container #buttons {
        justify-content: space-around;
    }

    .pro_s1 #container #buttons span {
        margin: 0;
    }

    .pro_s1 .ps1_left {
        width: 100%;
    }

    .pro_s1 .ps1_right {
        width: 100%;
    }

    .slideExpandUp {
        vertical-align: top;
        padding: 30px 0 60px 0 !important;
    }
}

.pro_s2 .guan_top .guan_top-line {
    position: absolute;
    width: 4px;
    height: 20px;
    background: #1a6fbd;
    left: 0;
    top: 25%;
}

.pro_s2 .img_pro {
    position: relative;
}

.pro_s2 .img_pro i {
    display: block;
    padding-bottom: 47.58403361344538%;
}

.pro_s2 p {
    line-height: 24px;
    color: #666666;
    margin: 5% 0px;
}

.pro_s2 ul {}

.pro_s2 ul li {
    color: #666666;
    margin: 1% 0px;
    list-style: inside;
}

.pro_s2 .pro_show-img {}

/* 产品详情 */
.pro_show-technology {}

.pro_show-technology .pro_show-technology-content {}

.pro_show-technology .pro_show-technology-content .pro_show-technology-content-list {}

.pro_show-technology .pro_show-technology-content .pro_show-technology-content-list .pro_show-technology-content-list-title {
    position: relative;
    color: #1a6fbd;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 10px 10px 20px;
    padding-left: 20px;
}

/*.pro_show-technology .pro_show-technology-content .pro_show-technology-content-list .pro_show-technology-content-list-title::after {*/
/*	content: " ";*/
/*	position: absolute;*/
/*	top: calc(50% - 5px);*/
/*	left: 0px;*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	background: #1a6fbd;*/
/*	z-index: 1;*/
/*}*/

.pro_show-technology .pro_show-technology-content .pro_show-technology-content-list .pro_show-technology-content-list-table {
    margin-left: 25px;
}

.pro_show-technology .pro_show-technology-content .pro_show-technology-content-list .pro_show-technology-content-list-table tr td {
    padding: 5px 15px;

}

.pro_show-technology-content-list-table tr td:first-child {
    font-size: 17px;
    font-weight: 500;
    min-width: 200px;

}

.pro_show-technology-content-list-table tr td:not(:first-child) {
    font-size: 15px;
    font-weight: 500;
    font-family: PMingLiU;
}

.pro_show-download {}

.pro_show-download .pro_show-download-centent {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center;
	justify-content: center; */
}

.pro_show-download .pro_show-download-centent .pro_show-download-centent-file {
    cursor: pointer;
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    width: 45%;
    padding: 0 15px;
    margin: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
}

.pro_show-download .pro_show-download-centent .pro_show-download-centent-file i {
    color: #1a6fbd;
    font-size: 20px;
}

.pro_show-download .pro_show-download-centent .pro_show-download-centent-file:hover {
    /* text-align: center; */
    background-color: #f6f6f6;
}

@media (max-width: 640px) {
    .pro_show-technology-content-list {
        width: 100%;
        overflow: hidden;
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-title {
        padding-left: 0 !important;
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table {

    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table tr {
        display: flex;
        flex-direction: column;
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table tr td {
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table tr td:nth-child(1) i {
        margin: 0 10px !important;
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table tr td:nth-child(1) {
        white-space: nowrap;
        padding-left: 0 !important;
    }

    .pro_show-technology-content-list .pro_show-technology-content-list-table tr td:nth-child(2) {
        padding-left: 34px !important;

    }
}


/*上下页切换*/
.prev_next {
    text-align: left;
    margin: 5% auto;
    line-height: 40px;
    color: #7b7b7b;
    font-size: 12px;
}

.prev_next li {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    background: #f6f6f6;
}

.prev_next li a {
    color: #7b7b7b;
    display: block;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.prev_next li:hover {
    background: #1a6fbd;
}

.prev_next li:hover a {
    color: #fff;
}

@media (max-width: 640px) {
    .prev_next {
        margin: 30px auto 30px;
    }

    .prev_next li {
        width: 100%;
        margin-bottom: 10px;
    }

    .prev_next li:last-child {
        text-align: left;
    }
}

/*成功案例*/
.case_ul li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
}

.case_ul li .pic {
    position: relative;
    overflow: hidden;
}

.case_ul li .pic i {
    display: block;
    padding-bottom: 62.2895622895623%;
}

.case_ul li .pic img {
    transition: 0.3s;
}

.case_ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.case_ul li p {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0px 10px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
}

.case_ul li:hover img {
    transform: scale(1.1);
}

.case_ul li:hover p {
    color: #1a6fbd;
}

@media (max-width: 640px) {
    .case_ul li {
        width: 48%;
        margin-right: 4%;
    }

    .case_ul li:nth-child(3n+3) {
        margin-right: 4%;
    }

    .case_ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
}

.case_show {
    padding: 4% 0px;
}

.case_show .img_case {
    position: relative;
}

.case_show .img_case i {
    display: block;
    padding-bottom: 40.80402010050251%;
}

.case_show .case_c {
    text-align: center;
    margin-top: 3%;
}

.case_show .case_c p {
    line-height: 24px;
    font-size: 13px;
    color: #6b6b6b;
}

.case_show .case_c span {
    font-size: 15px;
    color: #1e1e1e;
}

.guan_case {
    margin-bottom: 3%;
}

/*新闻中心*/
.news_ul {
    position: relative;
    padding: 2% 0px;
}

.news_ul li {
    border: 1px solid #e6e6e6;
    margin: 2% 0px;
    transition: background 0.3s;
}

.news_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0px;
}

.news_ul li .ri {
    width: 11%;
    float: left;
    font-family: arial;
    max-width: 90px;
    color: #666666;
    font-weight: 500;
    text-align: center;
}

.news_ul li .ri i {
    font-style: normal;
    font-size: 46px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 98%;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}

.news_ul li .ri time {
    font-size: 15px;
    width: 98%;
    margin: auto;
    display: block;
    color: #808080;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .news_ul li .ri i {
        font-size: 40px;
    }

    .news_ul li .ri time {
        font-size: 12px;
    }
}

.news_ul li .wen_nei {
    width: 88%;
    float: right;
}

.news_ul li .wen_nei h4 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
}

.news_ul li .wen_nei p {
    color: #808080;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.news_ul li:hover {
    background: #1a6fbd;
}

.news_ul li:hover .ri {
    color: #fff;
}

.news_ul li:hover .ri time {
    color: #a3c7e4;
}

.news_ul li:hover .wen_nei h4 {
    color: #fff;
}

.news_ul li:hover .wen_nei p {
    color: #a3c7e4;
}

@media (max-width: 768px) {
    .news_ul li .ri {
        width: 15%;
    }

    .news_ul li .ri i {
        line-height: 35px;
        height: 35px;
    }

    .news_ul li .wen_nei {
        width: 84%;
    }
}

.news_show {
    padding-top: 4%;
}

.news_show .top_show {
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.news_show .top_show h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
}

.news_show .top_show p {
    font-size: 12px;
    color: #ababab;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0px;
}

.news_show p {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
}

.news_show .n_s_img {
    position: relative;
    padding: 3% 0px;
}

.news_show .n_s_img i {
    display: block;
    padding-bottom: 36.582914572864325%;
}

.news_show .n_s_img img {
    box-shadow: -30px -30px 1px #f2f2f2;
}

@media (max-width: 980px) {
    .news_show .n_s_img {
        margin: 20px 0px;
    }

    .news_show .n_s_img img {
        box-shadow: -10px -10px 1px #f2f2f2;
    }
}

.news_show .guan_pro {
    margin-top: 4%;
}

.contact_map {
    width: 100%;
    /* background: url(../images/con_bg.png) center center no-repeat; */
    min-height: 319px;
    position: relative;
}

.contact_map #map {
    width: 100%;
    height: 319px;
    position: absolute;
    left: 00%;
    margin-left: 0px;
    top: 20px;
    /* width: 210px;
	height: 210px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	top: 20px; */
}

.contact_map .BMap_stdMpCtrl {
    display: none;
}

.contact_map .BMap_noprint {
    display: none;
}

@media (max-width: 480px) {
    .contact_map {
        background: none;
        min-height: auto;
    }

    .contact_map #map {
        width: 100%;
        height: 200px;
        border-radius: 0px;
        position: inherit;
        top: 0px;
        left: 0px;
        margin: 0px;
    }
}

.contact_zi {
    padding-top: 1%;
}

.cont_text {
    width: 100%;
    max-width: 365px;
    margin: 3% auto 5%;
}

.cont_text span {
    background: #1a6fbd;
    height: 28px;
    display: block;
    width: 100%;
    color: #fff;
    line-height: 28px;
    font-family: ;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.cont_text span a {
    font-family: georgia;
    font-size: 24px;
    color: #fff;
}

.cont_text p {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

.cont_text p a {
    font-family: arial;
}

/*人才招聘*/
.recruitment {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.recruitment .recruitment-card {
    position: relative;
    width: 32%;
    height: 350px;
    margin: 0px 1% 10px 0;
    border: 2px solid #f2f0ec;
}

.recruitment .recruitment-card:nth-child(2n) {
    background-image: url('../images/zhaopin.jpeg');
    background-size: auto 350px;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.recruitment .recruitment-card:nth-child(2n - 1) {
    background-image: url('../images/rencai.jpeg');
    background-size: auto 350px;
    background-repeat: no-repeat;
    background-position: 73% 50%;
}

.recruitment .recruitment-card .recruitment-card-dim {
    height: 100%;
    padding: 33px 30px 44px;
    background-color: rgba(255, 255, 255, 0.9);
}

.recruitment .recruitment-card .recruitment-card-btn {
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px 0 10px;
    font-size: 16px;
}

.recruitment .recruitment-card .recruitment-card-btn:hover {
    border: 1px solid #1a6fbd;
    background-color: #1a6fbd;
    color: #ffffff;
}

.recruitment .recruitment-card h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 640px) {
    .recruitment {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .recruitment .recruitment-card {
        position: relative;
        width: 100%;
        height: 350px;
        margin: 0px 1% 10px 0;
        border: 2px solid #f2f0ec;
    }
}

/*人才招聘 - 详情*/
.recruitment-details {
    margin: 20px 0;
}

.recruitment-details .recruitment-details-resume {
    padding: 30px;
    background-color: #1a6fbd;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-textarea {
    width: 96%;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-textarea textarea {
    width: 95%;
    min-height: 40px;
    padding: 5px 10px;
    margin: 5px 0;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col {
    width: 48%;
}

.resume-row-col-name {
    width: 40%;
    color: #ffffff;
    font-size: 16px;
}

.recruitment-details-resume-btn {
    width: 150px;
    height: 38px;
    font-size: 16px;
    color: #000;
    margin: 10px 2% 0 2%;
    /* font-weight: bold; */
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col input,
select {
    width: 90%;
    height: 40px;
    padding: 0 10px;
    margin: 5px 0;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col input:focus {
    border: 1px solid #ffffff;
}

.recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col .resume-row-col-file {
    /* height: 40px; */
}

.recruitment-details .recruitment-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #1a6fbd;
}

.recruitment-details .recruitment-details-title .recruitment-details-title-btn {
    cursor: pointer;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #1a6fbd;
    font-size: 18px;
}

.recruitment-details .recruitment-details-base {
    font-size: 18px;
}

.recruitment-details-responsibility {
    font-size: 16px;
}

.recruitment-details-responsibility .recruitment-details-responsibility-base {
    padding: 0 10px;
    white-space: pre-line;
}

.recruitment-details-info-title {
    font-size: 25px;
    color: #000000;
}

.recruitment-details-info-title .recruitment-details-info-title-line {
    margin: 10px 0 30px 0;
    border-bottom: 2px solid #1a6fbd;
    width: 100px;
}

@media (max-width: 640px) {
    .recruitment-details {
        margin: 20px 0;
    }

    .recruitment-details .recruitment-details-resume {
        padding: 30px;
        background-color: #1a6fbd;
        width: 100%;
        min-height: 200px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .recruitment-details .recruitment-details-resume .recruitment-details-resume-row {
        width: 100%;
        display: block;
    }

    .recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-textarea {
        width: 100%;
    }

    .recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-textarea textarea {
        width: 100%;
        min-height: 40px;
        padding: 5px 10px;
        margin: 5px 0;
    }

    .recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col {
        width: 98%;
    }

    .resume-row-col-name {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
    }

    .recruitment-details .recruitment-details-resume .recruitment-details-resume-row .recruitment-details-resume-row-col input,
    select {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        margin: 5px 0;
    }
}

/*在线留言*/
.mess_nei {
    background: #fff;
    margin: auto;
    font-family: arial;
    text-align: center;
    width: 100%;
    max-width: 780px;
    padding: 5% 0px;
}

.mess_nei i {
    font-style: normal;
    color: #FF0000;
}

.mess_nei .top_mes_t {
    color: #008c40;
    font-size: 48px;
    background: url(../images/messagr_bg.png) no-repeat bottom center;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.mess_nei p {
    font-size: 14px;
    color: #000000;
    margin: 20px auto;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.mess_nei .name_li {
    width: 100%;
}

.mess_nei .name_li li {
    float: left;
    width: calc(50% - 13px);
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 5px 6px;
}

.mess_nei .name_li li:nth-child(1) {
    margin-right: 13px;
    margin-bottom: 10px;
}

.mess_nei .name_li li:nth-child(2) {
    margin-left: 13px;
    margin-bottom: 10px;
}

.mess_nei .name_li li:nth-child(3) {
    margin-right: 13px;
}

.mess_nei .name_li li:nth-child(4) {
    margin-left: 13px;
}

.mess_nei .name_li li img {
    display: block;
    float: left;
    margin-right: 10px;
}

.mess_nei .name_li li input {
    height: 25px;
    width: 300px;
    margin-right: 2px;
    border: none;
    line-height: 25px;
    color: #888888;
    font-size: 12px;
    outline: none;
}

@media (max-width: 1200px) {
    .mess_nei .name_li {
        width: 100%;
    }
}

.mess_nei textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 10px auto 20px;
    color: #888888;
    padding: 5px 6px;
    resize: none;
    outline: none;
    font-family: arial;
}

.mess_nei .yan {
    margin: 0px auto 20px;
    width: 60%;
    text-align: left;
}

.mess_nei .yan input {
    width: 140px;
    height: 34px;
    border: 1px solid #dcdcdc;
    line-height: 25px;
    color: #888888;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    outline: none;
}

.mess_nei .yan img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.mess_nei .yan .ah {
    color: #acacac;
    font-size: 12px;
}

.mess_nei .yan .ah:hover {
    color: #008c40;
}

@media (max-width: 640px) {
    .mess_nei .name_li {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        text-align: center;
    }

    .mess_nei .name_li li {
        display: flex;
        float: none;
        margin: 0px auto 10px;
    }

    .mess_nei .name_li li input {
        background-color: transparent;
        overflow: scroll;
    }

    .mess_nei textarea {
        width: 100%;
    }

    .mess_nei .yan {
        width: 242px;
    }

    .mess_nei .yan input {
        width: 60px;
    }

    .mess_nei .yan img {
        margin: 0px 3px;
    }
}

.tijiao .btn {
    width: 108px;
    height: 33px;
    background: #a0a0a0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    padding: 0px;
    cursor: pointer;
}

.tijiao .btn:hover {
    background: #1a6fbd;
}

.tijiao .active {
    background: #1a6fbd;
}

.tijiao .sub {
    margin-left: 26px;
}

/*关于我们*/
.about_zi {
    padding: 4% 0px;
}

.about_zi .ab_img {
    position: relative;
}

.about_zi .ab_img img {
    width: 100%;
}

.about_zi .ab_img i {
    display: block;
    padding-bottom: 15.706806282722512%;
}

.about_zi p {
    font-size: 16px;
    color: #595959;
    line-height: 31px;

}

.about_ul li {
    margin-bottom: 15px;
}

.about_ul .about_ul__paraphrase {
    margin: 1% 0;
    font-size: 14px;
    line-height: 25px;
    color: #787976;
}


.about_ul .quan {
    background: #1a6fbd;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 85px;
    float: left;
}

.about_ul .wen {
    width: 87%;
    float: right;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 5px 1px #f5f5f5;
    padding: 1% 2%;
}

.about_ul .wen h4 {
    height: 28px;
    line-height: 28px;
    color: #4c4c4c;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.about_ul .wen h6 {
    color: #999999;
    font-family: arial;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 640px) {
    .about_ul .quan {
        width: 65px;
        height: 65px;
        font-size: 14px;
        line-height: 65px;
    }

    .about_ul .wen {
        width: 85%;
    }

    .about_ul .wen h4 {
        height: auto;
        font-size: 14px;
    }

    .about_ul .wen h6 {
        font-size: 12px;
        height: auto;
        line-height: 20px;
    }
}

@media (max-width: 640px) {
    .about_ul .quan {
        width: 60px;
        height: 60px;
        font-size: 12px;
        line-height: 60px;
    }

    .about_ul .wen {
        width: 80%;
    }
}

.service_com {
    padding: 4% 0px;
}

.service_com h3 {
    font-size: 20px;
    color: #000;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.service_com .biao {
    background: #1a6fbd;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    padding: 0px 10px;
    overflow: hidden;
    margin: 10px 0px;
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 768px) {
    .service_com .biao {
        font-size: 14px;
        height: auto;
        line-height: 30px;
    }
}

.service_com .p1 {
    line-height: 20px;
    color: #666;
    font-size: 13px;
    width: 100%;
    max-width: 880px;
    margin: auto;
    text-align: center;
}

.ul_xian {
    position: relative;
}

.ul_xian:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #939395;
    position: absolute;
    bottom: 9px;
    left: 0px;
    z-index: 1;
}

@media (max-width: 980px) {
    .ul_xian:after {
        display: none;
    }
}

.liu_ul {
    border-top: 1px solid #c8c8c8;
    margin: 10px 0px;
    padding-top: 30px;
}

.liu_ul li {
    width: 25%;
    float: left;
    min-height: 290px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.liu_ul li p {
    width: 160px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-top: 78px;
    margin-left: 40px;
    max-height: 140px;
    overflow: hidden;
}

@media (max-width: 980px) {
    .liu_ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .liu_ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .liu_ul li:first-child {
        min-height: 230px;
    }

    .liu_ul li:last-child {
        min-height: 230px;
    }
}

.liu_ul .li1 {
    background: url(../images/ser1.png) no-repeat left bottom;
}

.liu_ul .li1 p {
    margin-top: 130px;
}

@media (max-width: 480px) {
    .liu_ul .li1 p {
        margin-top: 90px;
    }
}

.liu_ul .li2 {
    background: url(../images/ser2.png) no-repeat left bottom;
}

.liu_ul .li3 {
    background: url(../images/ser3.png) no-repeat left bottom;
}

.liu_ul .li3 p {
    margin-top: 90px;
}

.liu_ul .li4 {
    background: url(../images/ser4.png) no-repeat left bottom;
}

.liu_ul .li4 p {
    margin-top: 130px;
}

@media (max-width: 480px) {
    .liu_ul .li4 p {
        margin-top: 80px;
    }
}

.xx_p p {
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.xx_p h4 {
    font-weight: 700;
    color: #555555;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.xx_p ul li {
    background: url(../images/xing.png) no-repeat left center;
    padding-left: 20px;
    font-size: 13px;
    color: #555555;
    line-height: 36px;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.about2 {
    padding: 5% 0px 10%;
    width: 100%;
    position: relative;
}

.about2 ul {
    width: 450px;
    height: 348px;
    position: relative;
    margin: 0 auto;
}

.about2 ul li {
    width: 300px;
    height: 348px;
    opacity: 1 !important;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px #f1f1f1;
}

.about2 ul li .rongyu-img {
    width: 300px;
    height: 348px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.about2 ul li .rongyu-img img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.about2 ul li span {
    text-align: center;
    position: absolute;
    bottom: -40px;
    display: none;
    margin: auto;
    left: -25%;
    right: 0;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    width: 150%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.about2 ul .roundabout-in-focus span {
    display: block;
}

.about2 button {
    width: 32px;
    height: 88px;
    position: absolute;
    top: 230px;
    border: 0;
    cursor: pointer;
}

.about2 .ban_l_btn {
    left: 0;
    background: url(../images/ban_l_btn.png) no-repeat center;
}

.about2 .ban_l_btn:hover {
    background: url(../images/ban_l_btn2.png) no-repeat center;
}

.about2 .ban_r_btn {
    right: 0;
    background: url(../images/ban_r_btn.png) no-repeat center;
}

.about2 .ban_r_btn:hover {
    background: url(../images/ban_r_btn2.png) no-repeat center;
}

@media (max-width: 980px) {
    .about2 {
        display: none;
    }
}

.hon_ul {
    padding-bottom: 4%;
    display: none;
}

.hon_ul li {
    background: #e8e8e8;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-top: 3.5%;
    padding: 2% 2% 0;
}

.hon_ul li .pic {
    position: relative;
}

.hon_ul li .pic i {
    display: block;
    padding-bottom: 100%;
}

.hon_ul li p {
    width: 94%;
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-family: 宋体;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hon_ul li:nth-child(4n+4) {
    margin-right: 0px;
}

@media (max-width: 640px) {
    .hon_ul li {
        width: 49%;
        margin-right: 2%;
    }

    .hon_ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
}

@media (max-width: 980px) {
    .hon_ul {
        display: block;
    }
}

/*荣誉资质*/
.honor-list {
    background-color: rgba(80, 169, 214, 0.1);
    width: 100%;
    min-height: 600px;
    padding: 20px;
    margin-top: 3%;
    /* display: flex;
	flex-wrap: wrap; */
}

.honor-list-enterprise-title,
.honor-list-certification-system,
.honor-list-patent,
.honor-list-copyright {
    margin: 20px 0;
}

.honor-list-img {
    /* width: 23.5%; */
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.honor-list-img--col {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.honor-tab {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #093e76;
}

.honor-tab-item {
    height: 50px;
    line-height: 50px;
    flex: 1;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.honor-tab-item:hover {
    background-color: #1a6fbd;
}

.honor-tab-item-active {
    background-color: #1a6fbd;
}

@media (max-width: 640px) {
    .honor-list-img {
        width: 100%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
}

.w1004 {
    max-width: 1200px;
    margin: auto;
    border-radius: 5px;
    width: 98%;
}

.map {
    margin: 0 auto;
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px !important;
}

.map dl:hover dt a {
    color: #fff;
    font-weight: bold;
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #1a6fbd;
}

.map dt a {
    color: #fff;
    display: block;
}

.map dt a:hover {
    color: #fff;
    font-weight: bold;
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%;
    margin: 0px;
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both;
}

.map dd .p2 a {
    color: #1a6fbd;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map dd .p2 a:hover {
    color: #1a6fbd;
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0px 20px 0 10px;
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
}

.map dd div a:hover {
    color: #003e7e;
    background: #1a6fbd;
    color: #fff;
}

@media (max-width: 768px) {
    .map dt {
        width: 15%;
    }

    .map dd {
        width: 85%;
    }
}

@media (max-width: 640px) {
    .map dt {
        width: 20%;
    }

    .map dd {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .map dt {
        width: 100%;
    }

    .map dd {
        width: 100%;
    }
}

.form_xj {
    width: 100%;
    max-width: 490px;
    margin: auto;
}

.form_xj .inp_d {
    margin-bottom: 10px;
}

.form_xj .inp_d span {
    width: 60px;
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
}

.form_xj .inp_d input {
    border: 1px solid #dbdbdb;
    padding: 5px;
    line-height: 25px;
    width: 227px;
}

.form_xj .inp_d textarea {
    border: 1px solid #dbdbdb;
    padding: 5px;
    line-height: 20px;
    max-width: 400px;
    font-size: 12px;
    min-height: 195px;
    width: 70%;
}

.form_xj .inp_d i {
    font-style: normal;
    color: #FF0000;
    margin-left: 5px;
}

.form_xj .yan input {
    width: 100px;
    float: left;
}

.form_xj .yan img {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.form_xj .yan a {
    color: #373737;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
}

@media (max-width: 480px) {
    .form_xj .yan a {
        margin-left: 65px;
    }
}

.form_xj .tijiao {
    margin: 10% 0px 5%;
}

.form_xj .tijiao .btn {
    border-radius: 0px;
}

.tex_a {
    position: relative;
}

.tex_a i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

/*# sourceMappingURL=style.css.map */
.loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
}

.loading .loading-gif {
    width: 85px;
}

.loading-show {
    display: none;
}

/*
* 通用css
*/
/*分割线*/
.divider {
    border: 1px solid #dbdbdb;
    margin: 10px 0;
    width: 100%;

}

/* 首行缩进两字符 */
.text-indent-2 {
    text-indent: 2em;
}

/*为空 */
.empty {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empty .empty-text {
    font-size: 25px;
}

.empty .empty-icon {
    /* font-size: 25px; */
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col-top {
    align-items: flex-start;
}

/* 垂直居中 */
.flex-col-center {
    align-items: center;
}

/* 顶部对齐 */
.flex-col-top {
    align-items: flex-start;
}

/* 底部对齐 */
.flex-col-bottom {
    align-items: flex-end;
}

/* 左边对齐 */
.flex-row-left {
    justify-content: flex-start;
}

/* 水平居中 */
.flex-row-center {
    justify-content: center;
}

/* 右边对齐 */
.flex-row-right {
    justify-content: flex-end;
}

/* 水平两端对齐，项目之间的间隔都相等 */
.flex-row-between {
    justify-content: space-between;
}

/* 水平每个项目两侧的间隔相等，所以项目之间的间隔比项目与父元素两边的间隔大一倍 */
.flex-row-around {
    justify-content: space-around;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-row {
    display: flex;
    margin: 10px 0;
}

.layout-row-col {
    width: 50%;
    padding: 0 10px;
}

/*缩进两个字符并对齐*/
.text-indent-align-2 {
    text-indent: 2em;
    text-align: justify;
}

/*两端对齐*/
.text-align-justify {
    text-align：justify;
}