* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    /* min-width: 1440px; */
    overflow-x: hidden;
}

body {
    font-family: 'microsoft yahei';
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper {
    width: 1400px;
    margin: auto;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5000;
    background: transparent;
    transition: ease 0.5s;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 30px 0 20px;
}

.header .logo img {
    height: 45px;
}

.header .logo img.logoon {
    display: none;
}

.navbar {
    float: right;
    transition: ease 0.5s;
    margin-left: 35px;
}

.navitem {
    float: left;
    padding: 0 18px;
}

.navitem>a {
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
    padding: 35px 10px;
    position: relative;
}

.navitem>a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    transition: ease 0.5s;
}

.header.on .navitem>a.active::before {
    background: #194a93;
}

.header.on {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header.on .navitem>a {
    color: #333;
}

.header .navitem>a.w1 {
    color: #194a93;
}

.header.on .navitem>a.w1 {
    color: #333;
}

.header.on .logo img {
    display: none;
}

.header.on .logo img.logoon {
    display: block;
}

.home-banner {
    position: relative;
}

.home-banner h2 {
    text-align: center;
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    left: 0;
    right: 0;
    top: 48%;
    text-shadow: 0px 10px 10px rgb(75 125 148 / 40%);
}

.home-pcbanner {
    width: 100%;
    min-width: 1920px;
    display: block;
}

.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 1420px;
}

.app-img {
    text-align: right;
    width: 40%;
}

.app-img img {
    width: 100%;
    margin-bottom: -100px;
}

.banner-cont {
    position: relative;

    flex: 1;
    text-align: center;
}

.banner-cont h3 {
    margin-top: 30px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 0px 10px 10px rgb(75 125 148 / 40%);
}

.banner-cont h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-cont h4.red {
    color: #fff;
    font-weight: bold;
}

.banner-cont p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    letter-spacing: 4px;
}

.ino-morea {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    height: 40px;
    padding: 0px 20px;
    border-radius: 4px;
    margin-right: 20px;
    /* border: 1px #194a93 solid; */
    font-size: 16px;
    color: #333;
    background-color: #ffd600;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

/* 内容 */
.content {
    padding: 80px 0px;
}

.content-lxwm {
    padding: 80px 0px;
    background: #34405a url(../images/case-bg.png) no-repeat 100% center;
    background-size: cover;
}

.index-tit {
    text-align: center;
}

.index-tit em {
    display: inline-block;
    font-style: normal;
    font-size: 44px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.index-tit em::after {
    content: '';
    width: 52px;
    height: 0;
    border-top: 7px solid #194a93;
    border-left: 0 solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.index-tit .index-xian {
    /* background: #194a93; */
    width: 80px;
    height: 4px;
    margin: auto;
    display: none;
    margin-top: 5px;
}

.index-tit em.indt-color {
    color: #194a93;
}

.index-dec {
    margin-top: 9px;
    font-size: 15px;
    line-height: 30px;
    color: #777;
    text-align: center;
}

.anli-bg {
    background-color: #f5f7fa;
}

.ul_marking-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 0px 30px;
}

.img-box {
    width: 20%;
    position: relative;
    z-index: 9;
    margin: 0px 60px;
}

.yuan-box {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoomInOut 2s infinite;
}

.yuan-box::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background-color: rgba(9, 133, 205, 0.05);
    z-index: -1;

}

.yuan-box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background-color: rgba(9, 133, 205, 0.2);
    z-index: -1;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.img-box img {
    width: 100%;
}

.ul_marking {
    margin-top: 20px;
    /* width: 40%; */
    flex: 1;
}

.ul_marking li {
    width: 100%;
    float: left;
    margin: 20px 0px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.ul_marking li .dl_marking {

    padding-left: 20px;
    flex: 1;
}

.ul_marking li .dl_marking h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.ul_marking li .dl_marking dt {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.ul_marking li .marking_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    border: 2px solid #005bac;
}

.ul_marking li .marking_img img {
    width: 30px;
    height: 30px;
}

.ul_marking li:hover .marking_img {
    transform: scale(1.2);
}



.ruanjian_box {
    position: relative;
    margin-bottom: 80px;
}

.lianxi {
    width: 50%;
    float: left;
    display: block;
    padding-right: 6%;
    position: relative;
}

.lianxi .zs2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.lianxi .wz2 {
    font-size: 32px;
    color: #194a93;
    margin-left: 15px;
}

.ruanjian_ul li {
    position: relative;
    margin-bottom: 19px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 17px;
    padding-top: 17px;
    display: flex;
    position: relative;
}

.ruanjian_ul li b {
    font-size: 43px;
    color: #194a93;
    line-height: 36px;
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 16px;
    font-weight: 600;
}

.ruanjian_ul li p {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ruanjian_ul li span {
    color: #666;
    display: block;
    font-size: 15px;
}

.gsjj {
    float: right;
    width: 700px;
    position: relative;
}

.gsjj img {
    width: 700px;
    height: 512px;
}

.ruanjian_box .to {
    position: absolute;
    z-index: 111;
    right: -214px;
    top: 0;
    top: 0px;
    height: 512px;
}

.ruanjian_box .to img {
    height: 512px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.product_list2 {
    display: block;
    margin-top: 40px;
}

.product_list2 li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    _display: inline;
    position: relative;
}

.product_list2 li a.img img {
    width: 360px;
    height: 334px;
    object-fit: cover;
    border-radius: 10px;
}

.product_list2 li h3 {
    width: 100%;
    text-align: center;
    line-height: 56px;
}

.product_list2 li h3 a {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li a.img:hover {
    border-color: #005bac;
}

.product_list2 li .tm {
    position: absolute;
    left: 0%;
    height: 334px;
    width: 100%;
    top: 0px;
    padding: 80px 40px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: center;
    display: none;
}

.product_list2 li:hover .tm {
    display: block;
}

.product_list2 li:hover h3 {
    display: block;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.int-ul {
    /*  padding: 20px 0px 30px;
    background-color: #f7f7f7; */
    margin-top: 50px;
    position: relative;
}

.int-ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    color: #333;
}

.int-ul li .int-mar {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    margin: 0 20px;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.int-ul li h3 {
    position: relative;
    font-family: Arial Black, Gadget, sans-serif;
}

.int-ul li span {
    display: inline;
    font-size: 36px;
    font-weight: bold;
    color: #194a93;
}

.int-ul li em {
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
    font-style: normal;
    color: #194a93;
}

.int-ul li em.int-em14 {
    font-size: 14px;
    font-weight: bold;
}

.int-ul li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.xtjsBotBox {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.xtjsBotBox.int-ul li {
    text-align: center;
}

.index-two {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.row-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 10px 0px;
}

.col-li {
    margin: 0px 15px 50px;
    float: left;
    width: calc(33.33% - 30px);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.col-li .bg_after {
    position: relative;
    overflow: hidden;
}

.col-li .bg_after img {
    border-radius: 10px 10px;
    width: 100%;
    display: block;
}

.col-li .bg_after:hover img {
    transform: scale(1.1);
    transition: ease 0.5s;
}

.col-li .card-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 20px 0px;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.col-li .tm {
    line-height: 24px;
    font-size: 15px;
    padding: 0px 20px;
}

.hxnl-ul {
    padding: 60px 0px 0px;
}

.hxnl-ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.hxnl-ul li .li-div {
    background: #194a93;
    height: 190px;
    overflow: hidden;
    width: 220px;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
    border-radius: 50px 0px 50px 0px;
    color: #fff;
}

.hxnl-ul li .hxnl-icon {
    margin-bottom: 15px;
}

.hxnl-ul li .hxnl-icon img {
    width: 60px;
    height: 60px;
}

.hxnl-ul li h3 {
    font-size: 20px;
    font-weight: bold;
}

.hxnl-ul li em {
    width: 20px;
    height: 3px;
    background-color: #eee;
    margin: 6px auto 4px;
    display: block;
}

.hxnl-ul li .p-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    margin: auto;
    margin: 10px 0 10px;
}

.hxnl-ul li p {
    font-size: 14px;
    line-height: 30px;
}

.hxnl-ul li a {
    /* border: 1px solid #194a93; */
    color: #fff;
    border-radius: 50px;
    width: 64px;
    display: inline-block;
    height: 24px;
    line-height: 10px;
    font-size: 20px;
}

.hxnl-ul li a img {
    width: 24px;
    height: 24px;
    margin: auto;
}

.company-img-frime {
    display: flex;

}

.company-img-frime .img {
    margin-left: 50px;
    width: 50%;
}

.company-img-frime .img img {
    display: block;
    width: 100%;
}

.introduce-wrap {
    position: relative;

    /* background: #fff; */
    border-radius: 20px;

    padding: 20px 40px 40px;

    z-index: 1;

    height: auto;
    flex: 1;
}

.introduce-wrap h5 {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.introduce-wrap .content-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(125, 125, 125, 1);
    line-height: 24px;
}

.introduce-wrap .content-text .text-black {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
}

.bg-liangdian {
    background: #f7f7f7;
}

.advantage_ul {
    margin-top: 50px;
}

.advantage_ul .advantage_li {
    width: calc(33.33% - 30px);
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0px 26px 0 rgb(35 215 251 / 12%);
    overflow: hidden;
    border: 1px solid #194a93;
}

.advantage_ul .advantage_li .advantage_item_left {
    width: 300px;
    text-align: center;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}

.advantage_ul .advantage_li:nth-child(1) .advantage_item_left,
.advantage_ul .advantage_li:nth-child(3) .advantage_item_left {
    background-color: #194a93;
}

.advantage_ul .advantage_li .advantage_item_left em {
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 30px auto 0px;
}

.advantage_ul .advantage_li .advantage_item_left img {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
}

.advantage_ul .advantage_li:hover .advantage_item_left img {
    transform: scale(1.2);
}

.advantage_ul .advantage_li .advantage_item_right {
    flex: 1;
}

.advantage_ul .advantage_li:nth-child(2),
.advantage_ul .advantage_li:nth-child(4) {
    background-color: #194a93;
    color: #fff;
}

.advantage_ul .advantage_li .advantage_item_left .advantage_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

.advantage_ul .advantage_li:nth-child(2),
.advantage_ul .advantage_li:nth-child(4) {
    border: 1px solid #194a93;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left {
    background-color: #fff;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left em,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left em {
    background-color: #194a93;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left .advantage_title,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left .advantage_title {
    color: #333;
}

.advantage_ul .advantage_li .advantage_item_right p {
    font-size: 16px;
    line-height: 34px;
    padding: 20px 30px;
    height: 100%;
}

.pt0 {
    padding-top: 0px;
}

.about-text {
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.yuye_img {
    width: 40%;
}

.yuye_img img {
    width: 100%;
}

.about-text .title-text {
    position: relative;
    text-align: center;
    font-size: 38px;
    letter-spacing: 4px;
    /* margin-bottom: 30px; */
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}


.about-text p {
    line-height: 34px;
    font-size: 15px;
    padding-left: 10px;
    color: #fff;
}

.about-text .btn-about {
    padding: 10px 40px;
    margin: auto;
    background-color: #194a93;
    color: #fff;
    display: block;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 20px;
    width: 204px;
    box-sizing: border-box;
}

.about-text .btn-about:hover {
    background-color: #fff;
    border: 1px solid #194a93;
    color: #194a93;
}

.about-text .tel-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.about-text .tel-text p {
    font-size: 32px;
    color: #ff2a2a;
    margin-top: 0px;
}

.mt60 {
    margin-top: 60px;
}

.about-img {
    width: 100%;
    margin-top: 50px;
    text-align: right;
}

.about-img img {
    width: 100%;
}

.zx-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.btn-about {
    padding: 10px 40px;
    background-color: #194a93;
    color: #fff;
    display: inline-block;

    height: 44px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
}

.btn-about:hover {
    background-color: #fff;
    border: 1px solid #194a93;
    color: #194a93;

    height: 44px;
}

.btn-about.ystwo {
    background-color: #fff;
    border: 1px solid #194a93;
    color: #194a93;
}

.in5-a {
    display: block;
}

.in5-img {
    overflow: hidden;
    position: relative;
}

.in5-img img {
    width: 100%;
    transition: ease 0.5s;
    object-fit: cover;
    height: 260px;
    display: block;
}

.infiv-ul li:hover .in5-img img {
    transform: scale(1.05);
}

.in5-img span {
    z-index: 2;
    padding: 7px 12px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'Arial';
}

.in5-img::before {
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    left: 0;
    bottom: 0;
}

.in5-txt {
    padding: 31px 30px 24px;
}

.in5-txt h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: ease 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
}

.in5-txt p {
    margin-top: 9px;
    min-height: 78px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.in5-txt em {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    transition: ease 0.5s;
    font-style: normal;
}

.in5-ri {
    padding: 15px 30px;
}

.in5-li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0 19px;
}

.in5-li:last-child {
    border-bottom: none;
}

.in5-li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-family: 'Arial';
}

.in5-li h3 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    transition: ease 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infiv-ul li:hover .in5-txt h3,
.infiv-ul li:hover .in5-txt em {
    color: #194a93;
}

.in5-li:hover h3 {
    color: #194a93;
}

.post-content {
    display: flex;
    align-items: center;
}

.post-content .tab-ul {
    width: 16%;
    background: url(../images/flBar.png);
    background-size: 100% 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content .tab-ul ul {
    width: 100%;
}

.post-content .tab-ul li {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 10px 0px;
}

.post-content .tab-ul li.hover {
    color: #fff;
    background-color: #194a93;
}

.post-content .tab-ul li h2 {
    font-size: 18px;
    font-weight: 500;
}

.post-home-cont {
    width: 80%;
    height: 600px;
    margin-left: 60px;
}

.post-home-cont .cont-text {
    padding: 0px 40px;
    height: 100px;
    color: #fff;
    box-sizing: border-box;
}

.post-home-cont .cont-text p {
    font-size: 16px;
    line-height: 32px;
}

.post-home-ul {
    display: flex;
    flex-wrap: wrap;
}

.post-home {
    width: 25%;
    text-align: center;
    position: relative;
}

.post-thumbnail1 {
    width: 100%;
}

.i_tuijian {
    display: block;
    text-align: center;
    font-style: normal;
    display: none;
    position: absolute;
    top: 68px;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    left: 40px;
    right: 39px;
    bottom: 73px;
    text-align: center;
    color: #fff;
}

.i_tuijian p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.post-thumbnail1 .pic:hover .i_tuijian {
    display: block;
}

.anli-img {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
}

.content-bg {
    width: 1430px;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(15, 138, 255, 0.2);
    border-radius: 90px;
    margin: 40px auto 0px;
}

.ino-con {
    position: relative;
    width: 100%;
    height: 644px;
}

.ino-img {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.ino-img1 {
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ino-img1.on {
    display: block;
}

.ino-font {
    font-size: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-font1 {
    width: 15%;
    position: relative;
    float: left;
    height: 100%;
    transition: ease 0.5s;
}

.ino-font1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ino-font1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}

/* .ino-font1::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
} */

.ino-font1.on::after {
    display: none;
}

.ino-font1.on {
    width: 40%;
}

.ino-font1.on::before {
    background: rgba(4, 206, 150, 0.8);
}

.ino-font1 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-div {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ino-icon {
    text-align: center;
    font-size: 0;
}

.ino-icon img {
    display: inline-block;
    max-width: 100%;
}

.ino-font1 h3 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.ino-font1 h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Arial';
}

.ino-font1 h4 img {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    border-radius: 20px;
}

.ino-font1 p {
    font-size: 0;
    opacity: 0;
    height: 0;
}

.ino-font1 p em {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
}

.ino-font1.on p {
    opacity: 1;
    height: auto;
    margin-top: 18px;
    text-align: left;
    padding: 0 5%;
}

.ino-font1.on h4 {
    height: 0;
    opacity: 0;
}

.ino-font1.on h3 {
    margin-top: 0;
    font-size: 32px;
}

.ino-font1.on .ino-icon {
    height: 0;
    opacity: 0;
}

.ino-more {
    margin-top: 46px;
    opacity: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px #194a93 solid;
    font-size: 16px;
    color: #fff;
    background-color: #194a93;
}

.ino-font1.on .ino-more {
    height: auto;
    opacity: 1;
}

.youshi-ul {
    display: flex;
    margin-top: 60px;
}

.youshi-ul li {
    /* width: 20%; */
    padding: 0px 30px 0px;
    text-align: center;
    flex: 1;
}

.youshi-ul li img {
    margin-bottom: 30px;
    width: 82px;
    height: 82px;
    transition: 1s;
}

.youshi-ul li:hover img {
    transform: rotateY(0.5turn);
}

.youshi-ul li h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.youshi-ul li p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}



.zxzx_box {
    padding-bottom: 10px;
}

.zxzx_box .item {
    float: left;
    padding: 15px 0px 10px 60px;
    color: #eee;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.zxzx_box .item span {
    position: absolute;
    left: 0px;
    top: 15px;
}

.zxzx_box .item a {
    float: left;
    text-align: left;
}

.zxzx_box .item a.border_abtn {
    padding: 1px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    /*   margin-left: 20px; */
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}

.zxzx_box .item a.border_abtn .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.zxzx_box .item a.border_abtn .share_item {
    display: none;
    position: absolute;
    top: -30px;
    right: -160px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 9;
    border-radius: 10px;
    color: #666;
}

.zxzx_box .item a.border_abtn:hover .share_item {
    display: block;
}

.share_item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.contactView {
    width: 200px;
    padding: 10px 10px;
    padding-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10001;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    box-shadow: 0 10px 26px 0 rgb(35 111 251 / 12%);
    border-radius: 5px;
}

.contactView .qrcode img {
    width: 100%;
}

.contactView .wtext {
    font-size: 15px;
    font-weight: bolder;
    color: #000;
}

.contactView .wechat {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contactView .contactlist .ct {
    font-size: 15px;
}

.contactView .contactlist ul li .cc {
    font-size: 18px;
    font-weight: bolder;
    color: #236efb;
    font-family: 'Arail';
}

.tongdian-box ul {
    display: flex;
}

.tongdian-box ul li {
    flex: 1;
    padding: 40px;
}

.tongdian-box ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    text-align: center;
}

.tongdian-box ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.youshi_ul {
    display: flex;
}

.youshi_ul li {
    flex: 1;
}

.cpjs-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin: 60px -20px 0;
}

.cpjs-li {
    width: 50%;
    position: relative;
}

.cpjs-img {
    background: #f7f7f7;
    box-sizing: border-box;
    display: flex;
    margin: 20px;
    height: 330px;
    overflow: hidden;
}

.cpjs-img img {
    width: 330px;
    height: 330px;
    object-fit: cover;
    position: relative;
    display: block;
}

.cpjs-litwo {
    color: #333;
    line-height: 26px;
}

.cpjs-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
    height: 330px;
    box-sizing: border-box;
}

.cpjs-litwo h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.cpjs-litwo p {
    height: 150px;
    font-size: 14px;
    line-height: 24px;
}

/* .cpjs-litwo::after {
    position: absolute;
    content: '';
    left: -40px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #194a93;
    transform: rotate(-90deg);
    top: 50%;
    display: none;
}
.cpjs-litwo:hover:after {
    display: block;
}
.cpjs-litwo.cpjs-jt::after {
    right: -40px;
    left: inherit;
    z-index: 9;
    transform: rotate(90deg);
} */
.cpjs-litwo .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #194a93;
    margin-top: 20px;
    transition: all 0.5s;
}

.cpjs-litwo .more:hover {
    transform: translateY(-20px);
}

.xh_position {
    line-height: 48px;
    border-bottom: 1px solid #f7f7f7;
}

.xh_position_consten {
    display: flex;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
    color: #999;
}

.xh_position_consten .xh_position_home {
    font-size: 16px;
    color: #999;
    padding: 0 10px;
}

.xh_position_consten a {
    font-size: 16px;
    color: #999;
    padding: 0 10px;
}


.cpjs-yc {
    position: relative;
}

.cpjs-yc::after {
    display: none !important;
}

.cuyimg {
    margin: 20px 0;
}

.cuyimg img {
    width: 100%;
}

.gywm-box {
    background-image: url(../images/gywmbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gywm-box .text-box {
    color: #fff;
}

.gywm-box .index-tit em {
    color: #fff;
}

.lxwm-xxul {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.lxwm-xxul .lxwm-xxli {
    text-align: center;
    background: #f8f8f8;

    width: 260px;
    padding: 40px 30px 0;
    height: 220px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
}

.lxwm-xxul .lxwm-xxli p {
    margin-bottom: 10px;
    margin-top: 20px;
}

.lxwm-xxul .lxwm-xxli h3 {
    font-size: 18px;
}

.lxwm-xxul .lxwm-xxli h3.dz {
    font-size: 16px;
}

.lxwm-xxul .lxwm-xxli img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.about-contBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about-lef {
    flex: 1;
    padding-right: 150px;
}

.about-lef .about-xx {
    border-top: 1px solid #eee;

    padding-top: 20px;
    padding-left: 10px;
}

.about-lef .about-xx p {
    font-size: 14px;
    margin-bottom: 5px;
}

.about-lef .about-xx h2 {
    font-weight: bold;
    font-size: 30px;
    color: #ff5700;
    margin-bottom: 20px;
}

.about-lef .about-xx h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-contBox .gs_img {
    margin-top: 60px;
    margin-bottom: -40px;
}

@media screen and (min-width: 300px) and (max-width: 1200px) {
    .banner-font {
        width: 100%;
        padding-left: 40px;
        box-sizing: border-box;
    }

    .home-pcbanner {
        min-width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .about-text,
    .about-img {
        width: 100%;
    }

    .about-img img {
        width: 100%;
    }

    .row-ul {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.scyz-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.scyz-list-item {
    box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.08);
    margin: 30px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #ffffff;
    width: 20.8%;
    padding: 0 18px;
    padding-top: 20px;
    padding-bottom: 24px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.scyz-list-item img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.scyz-list-item .text-h2 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 11px;
}

.scyz-list-item .text-p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    text-align: center;
}

.scyz-list-item>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
}

.scyz-list-item>span:nth-of-type(1) {
    transform: rotate(0deg);
}

.scyz-list-item>span:nth-of-type(3) {
    transform: rotate(180deg);
}


.scyz-list-item>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #194a93;
}

.scyz-list-item:hover>span {
    display: block;
}

.scyz-list-item:hover>span:before {
    animation: flow-line 1.5s linear infinite;
}

@keyframes flow-line {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

#area {
    overflow: hidden;
    display: flex;
    margin-top: 40px;
}

#area a {
    display: block;
}

#area .box {
    padding: 6% 8%;
    color: #fff;
    z-index: 83;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#area .left,
#area .right {
    width: 50%;
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 80;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#area .left {
    margin-right: 10px;
    background-image: url(../images/addimg1.jpg);
    background-size: cover;
    background-position: top center;
}

#area .rtop {
    background-image: url(../images/addimg2.jpg);
}

#area .rbottom {
    background-image: url(../images/addimg3.jpg);
    background-position: top !important;
}

#area .rtop,
#area .rbottom {
    height: calc(50% - 5px);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 80;
}

#area .left::before,
#area .rtop::before,
#area .rbottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0b2962;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#area .rbottom {
    margin-top: 10px;
}

#area .txt {
    font-size: 30px;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    flex: 1;
}

#area .subtxt {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    text-align: justify;
    line-height: 1.5em;
    color: #ffffffba;
    margin: 10px 0 0;
    overflow: hidden;
    flex: 2;
}

.sright img,
#area img {
    transition: all 0.7s ease;
}

#area .left:hover img,
#area .rtop:hover img,
#area .rbottom:hover img {
    transform: scale(1.05);
    z-index: 81;
}

#area .left:hover::before,
#area .rtop:hover::before,
#area .rbottom:hover::before {
    opacity: 0.65;
}

#area .rtop .subtxt,
#area .rbottom .subtxt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-all;
}

#area .iconfont img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    line-height: 1;
}

#area .btn {
    color: #fff;
    width: max-content;
    height: min-content;
    padding: 10px 20px;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
    font-size: 10px;
    margin-top: auto;
    flex: 0;
    border: 1px solid #fff;
    cursor: pointer;
}

#area .sbtn img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    opacity: 0;
    color: #d8d8d8;
    box-sizing: border-box;
    flex: 2;
    cursor: pointer;
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#area .left:hover .sbtn img {
    animation: scale 1s forwards;
    transform-origin: center;
}

#area .left:hover .subtxt,
#area .rtop:hover .subtxt,
#area .rbottom:hover .subtxt,
#area .rtop:hover .btn,
#area .rbottom:hover .btn {
    opacity: 1;
}

.protab {
    position: relative;
    background-color: white;
    margin: 30px auto 0px;
}

.protab ul {
    display: flex;
    flex-direction: row;
    padding: 25px 0 15px;
}

.protab ul li {
    flex: 1;
    padding-bottom: 30px;
}

.protab .text {
    width: 100%;
    font-size: 24px;
    color: #00112b;
    line-height: 1em;
    text-align: center;
    margin-top: 30px;
    transition: 0.3s;
}

.protab li:hover .text,
.protab li.active .text {
    color: #2b61c6;
}

.protab .icon {
    width: 100%;
    height: 60px;
    transition: 0.4s;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.protab .icon1 {
    background-image: url(../images/picon1.png);
}

.protab li .icon2 {
    background-image: url(../images/picon2.png);
}

.protab li .icon3 {
    background-image: url(../images/picon3.png);
}

.protab li:hover .icon1,
.protab li.active .icon1 {
    background-image: url(../images/picon1h.png);
}

.protab li:hover .icon2,
.protab li.active .icon2 {
    background-image: url(../images/picon2h.png);
}

.protab li:hover .icon3,
.protab li.active .icon3 {
    background-image: url(../images/picon3h.png);
}

.protab li:nth-child(n + 2) {
    border-left: 1px solid #e6e6e6;
}

.protab .tab-line {
    position: absolute;
    bottom: 0;
    width: 28%;
    height: 3px;
    margin-left: 2.5%;
    background-color: #2b61c6;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.procont {
    padding-top: 15px;
    margin: auto;
}

.procont ul li {
    display: none;
    flex-wrap: wrap;
}

.procont ul li.active {
    display: flex;
}

.procont ul li a {
    width: calc(25% - 20px);
    background-color: #ffffff;
    text-align: center;
    padding: 15px 15px 20px;
    transition: all 0.5s ease-in-out;
    color: #333;
    margin: 10px;
}

.procont ul li a:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
}

.procont ul li a:hover img {
    transform: scale(1.05);
}

.procont ul li a img {
    width: 100%;
    height: auto;
    margin-bottom: 1.6vw;
    transition: all 0.5s ease-in-out;
}

.procont ul li a h3 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0 0;
    font-size: 1.3vw;
}

.procont ul li a span {
    font-size: 0.8vw;
}

.procont ul li a:hover span {
    color: #000;
}

.solution {
    width: 100%;
    margin: 50px auto 0px;
    overflow: hidden;
}

.solution .swiper-slide {
    overflow: hidden;
}

.solution .swiper-slide .textbox {
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 150;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
    justify-content: flex-end;
}

.solution .swiper-slide .bg {
    height: 400px;
    background-size: cover;
    transition: 1s ease transform;
    background-position: center center;
}

.solution .swiper-slide .text {
    line-height: 1.4;
    font-size: 24px;
    color: white;
    box-sizing: border-box;
    transform: translateY(15px);
    transition: 500ms all ease;
}

.solution .swiper-slide .subtext {
    color: #dedede;
    font-size: 15px;
    transform: translateY(15px);
    transition: 500ms all ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 5px;
}

.solution .swiper-slide:hover .bg {
    transform: scale(1.1);
}

.solution .swiper-slide:hover .text,
.solution .swiper-slide:hover .subtext {
    transform: translateY(0px);
    transition: 500ms all ease;
}

.solution .swiper-slide .textbox .more {
    opacity: 0;
    padding-top: 7px;
    transform: translateY(15px);
    transition: 500ms all ease;
}

.solution .swiper-slide:hover .textbox .more {
    display: block;
    opacity: 1;
    transform: translateY(0px);
    transition: 500ms all ease;
    color: white;
}

/* 底部 */
.footer {
    background: #252525 url(../images/footbg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-inner-box {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.qrcodebox {
    margin-top: 60px;
    color: #fff;
}

.foot-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 60px
}

.foot-left .left-top {
    display: flex;
}

.foot-left .left-bottom {
    margin-top: 30px;
}

.foot-left .left-bottom span {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 20px;
    color: #999;
    border-radius: 4px;
    cursor: pointer;
}

.foot-left .footer-tel {
    display: flex;
    align-items: center;
    color: #fff;
}

.foot-left .footer-tel img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.qrcode {
    text-align: center;
}

.bottomfoot {
    height: 60px;
    border-top: 1px solid #35404c;
    margin-top: 45px;
    text-align: center;
    color: #999999;
    padding-top: 20px;
    font-size: 12px;
}

.bottomfoot a {
    color: #999999;
}

.w3-center .btn {
    width: 240px;
    margin: 0 auto;
    border: solid 1px #2b61c6;
    color: #2b61c6;
    display: block;
    margin-top: 35px;
    line-height: 48px;
    height: 50px;
    font-size: 20px;
    position: relative;
    border-radius: 50px;
    padding-right: 34px;
    text-align: center;
    font-weight: 600;
}

.w3-center .btn img {
    display: inline-block;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 5px;
}

.w3-center .btn img:nth-of-type(2) {
    display: none;
}

.w3-center .btn:hover {
    background-color: #2b61c6;
    color: #fff;
}

.w3-center .btn:hover img:nth-of-type(2) {
    display: block;
}

.color-red p {
    display: none;
}

.youshi {
    margin-top: 40px;
}

.youshi li {
    margin: auto;
    background: #f7f7f7;
    position: relative;
    height: auto;
    overflow: hidden;
}

.youshi li .pic {
    float: right;
    width: 35.35%;
}

.youshi li .pic span {
    padding-top: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.youshi li .text {
    width: 64.65%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}



.youshi li .text span {
    margin: auto;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 80px;
}

.youshi li .text p {
    margin: 10px auto;
    font-size: 18px;
    color: #999;
    line-height: 180%;
    padding-left: 80px;
}

.youshi li .text p:before {
    content: '';
    display: block;
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #194a93;
    border-radius: 10px;
    position: relative;
    top: 10px;
}

.youshi li .text p i {
    display: block;
    overflow: hidden;
    font-style: normal;
}

.youshi li:nth-child(2n) {
    background: #fff;
}

.youshi li:nth-child(2n) .pic {
    float: left;
}

.youshi li:nth-child(2n) .text {
    left: auto;
    right: 0px;
}

.youshi li:hover {
    background: #194a93;
}

.youshi li:hover .text span,
.youshi li:hover .text p {
    color: #fff;
}

.youshi li:hover .text p:before {
    background: #fff;
}