html {
    font-size: 12px;
}

.sectionBox .home-title1 h2 {
	font-size: 34px !important;
	font-weight: 500 !important;
	letter-spacing: 0px !important;
	line-height: 49.23px !important;
	color: rgba(28, 31, 63, 1) !important;
}

.sectionBox .home-title1 p {
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
	line-height: 21.09px !important;
	color: rgba(109, 120, 130, 1) !important;
}

.nav-bottom1 {
    padding-top: 42px;
}

.nav-bottom11 {
    padding-top: 23px;
}

.nav-bottom1 h3 {
    position: relative;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}

.nav-bottom2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.nav-bottom2 dl {
    width: 280px;
    height: 100px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-right: 20px;
}

.nav-bottom2 dl a {
    display: flex;
    color: #444;
}

.nav-bottom2 dl dt {
    width: 41px;
    padding-top: 17px;
    padding-left: 20px;
}

.nav-bottom2 dl dt .nav-bottom2-img2 {
    display: none;
}

.nav-bottom2 dl dd {
    position: relative;
    width: 192px;
    padding-top: 15px;
}

.nav-bottom2 dl dd span {
    font-size: 14px;
    color: #282828;
    display: flex;
    align-items: center;
}

.nav-bottom2 dl dd.hot::after {
    position: absolute;
    right: 34%;
    top: 5px;
    content: '';
    width: 22px;
    height: 10px;
    background: url(../images/index/hot.gif);
}

.nav-bottom2 dl dd span i {
    padding-left: 8px;
}

.nav-bottom2 dl dd p {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #748598;
}

.nav-bottom2 dl:hover {
    background: linear-gradient(to right, #1566df, #3083ff);
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img1 {
    display: none;
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img2 {
    display: block;
}

.nav-bottom2 dl:hover a dd span,
.nav-bottom2 dl:hover a dd p {
    color: #fff;
}

.nav_menu .cont1 {
    width: 175px;
    position: absolute;
    right: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 6px 29px 0px rgb(62 176 255 / 16%);
}

.swiper-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-banner .swiper-pagination-custom,
.swiper-banner .swiper-pagination-fraction {
    bottom: 77px;
}

.swiper-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    background: #fff;
    opacity: 1;
}

.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe8401;
}

.swiper-banner {
    margin-top: 35px;
}

.swiper-banner img {
    height: 100%;
}


/*国家高新技术企业*/

.home-section1 {
    position: relative;
    z-index: 99;
    width: 1200px;
    height: 120px;
    margin: -60px auto 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 37px 1px rgba(41, 131, 255, .12);
    background: #fff;
}

.home-section1 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 120px;
}

.home-section1 ul li {
    display: flex;
    justify-content: center;
}

.home-section1 ul li dl {
    display: flex;
    align-items: center;
}

.home-section1 ul li dl dt {
    position: relative;
    width: 68px;
    height: 68px;
}

.section1-img1,
.section1-img2,
.section1-img3 {
    position: absolute;
    transition: all 2.5s;
}

.section1-img2 {
    margin-top: 6px;
    margin-left: 6px;
}

.section1-img3 {
    margin-top: 14px;
    margin-left: 14px;
}

.home-section1 ul li:hover .section1-img1 {
    transform: rotate(360deg);
    transition: all 2.5s;
}

.home-section1 ul li:hover .section1-img2 {
    transform: rotate(-360deg);
    transition: all 2.5s;
}

.home-section1 ul li dl dd span {
    font-size: 15px;
    color: #444;
    font-weight: 550;
}

.home-section1 ul li dl dd {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.home-section1 ul li dl dd p {
    padding-top: 10px;
    font-size: 13px;
    color: #989898;
}

.home-section1 ul li:hover dl dd span {
    color: #3862ff;
}


/* 我们的定制服务 */
.home-section22 {
    margin: 66px 0 62px 0;
	background: url("../images/new_index/home-section22-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-section22 .content-wrap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.home-section22 .content-wrap .c_item {
	width: 285px;
	height: 420px;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.home-section22 .content-wrap .c_item .c_item_top {
	border-image-slice: 1 fill;
	height: 80px;
	width: 100%;
	overflow: hidden;
}

.home-section22 .content-wrap .c_item .c_item_bottom .b_item:hover {
    border-image-source: url('../images/new_index/dzlis-bg.jpg');
	border-image-slice: 1 fill;
    color: #1765ff;
}

.item1 {
	border-image-source: url('../images/new_index/serveBg1.jpg');
}
.item2 {
	border-image-source: url('../images/new_index/serveBg2.jpg');
}
.item3 {
	border-image-source: url('../images/new_index/serveBg3.jpg');
}
.item4 {
	border-image-source: url('../images/new_index/serveBg4.jpg');
}

.home-section22 .content-wrap .c_item .c_item_bottom {
	display: flex;
	flex-direction: column;
	transition: all .3s;
	border: solid transparent;
	border-width: 0 1px 1px;
}

.home-section22 .content-wrap .c_item .c_item_bottom .b_item {
	padding: 0 21px;
	line-height: 68px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.home-section22 .content-wrap .c_item .c_item_bottom .b_item .dotBox {
	width: 12px;
	height: 12px;
	background-color: #0052D9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}

.home-section22 .content-wrap .c_item .c_item_bottom .b_item .dotBox .center_dot {
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
}

/* 我们的定制服务 */

/* 行业解决方案start */
.home-section5 {
	padding: 55px 0 68px 0;
	background: url("../images/new_index/home-section5_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-section5 .content-wrap {
	margin-top: 19px;
}

.home-section5 .content-wrap .cut_tab {
	padding: 22px 0;
	border-bottom: 1px solid #E4E8F0;
	display: flex;
}

.home-section5 .content-wrap .cut_tab .item {
	padding: 0 68px;
}
.home-section5 .content-wrap .cut_tab .item span {
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 18.75px;
	color: #000;
}

.home-section5 .content-wrap .cut_tab .item .check {
	color: rgba(37, 104, 241, 1) !important;
	font-weight: bold !important;
}

.home-section5 .content-wrap .content .describeBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 42px 0 25px 0;
}

.home-section5 .content-wrap .content .describeBox .l {
	display: flex;
	flex-direction: column;
}

.home-section5 .content-wrap .content .describeBox .l .title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32.81px;
	color: rgba(28, 31, 63, 1);
}

.home-section5 .content-wrap .content .describeBox .l .describe {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(17, 31, 44, 1);
	width: 742px;
	margin-top: 20px;
}

.home-section5 .content-wrap .content .describeBox .r {
	width: 97px;
	height: 30px;
	opacity: 1;
	border-radius: 65px;
	background: #2568F1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.home-section5 .content-wrap .content .showBox {
	display: flex;
	justify-content: space-between;
}

.home-section5 .content-wrap .content .showBox .menus {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* grid-column-gap: 88rpx; */
	/* grid-row-gap: 16rpx; */
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.home-section5 .content-wrap .content .showBox .menus .item {
	width: 210px;
	height: 120px;
	opacity: 1;
	background: #FFFFFF;
	padding: 27px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.home-section5 .content-wrap .content .showBox .menus .item .t {
	display: flex;
	flex-direction: column;
}

.home-section5 .content-wrap .content .showBox .menus .item .t .title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.44px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 10px;
}

.home-section5 .content-wrap .content .showBox .menus .item .t .describe {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 16.41px;
	color: rgba(138, 141, 158, 1);
}

.home-section5 .content-wrap .content .showBox .menus .item .btn {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 16.41px;
	color: rgba(37, 104, 241, 1);
}

.home-section5 .content-wrap .content .showBox img {
	width: 516px;
	height: 363px;
}
/* 行业解决方案end */

.home-section2 {
    margin-top: 66px;
}

.home-section2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-section2 ul li {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 356px;
    height: 258px;
    margin-top: 47px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 2px 2px 31px rgba(41, 131, 255, .09);
    transition: all .7s;
}

.home-section2 ul li img {
    margin-top: 25px;
    transition: all .7s;
}

.home-section2 ul li div {
    text-align: center;
}

.home-section2 ul li span {
    padding-top: 19px;
    font-size: 22px;
    color: #393939;
}

.home-section2 ul li p {
    padding: 17px 25px 0;
    font-size: 16px;
    line-height: 24px;
    color: #8d8d8d;
}

.home-section2 ul li .home-more3 {
    opacity: 0;
    margin-top: 31px;
    transition: all .5s;
}

.home-section2 ul li .home-more3 a {
    margin: 0 5px;
}

.home-section2 ul li:hover {
    border-color: #3862ff;
}

.home-section2 ul li:hover img {
    margin-top: -76px
}

.home-section2 ul li:hover span {
    margin-top: 26px;
    color: #3862ff;
}

.home-section2 ul li:hover .home-more3 {
    opacity: 1;
}


.home-case {
    padding-top: 44px;
    /*background: url("../images/index/index-s4-bg.png");*/
}

.home-case .content-wrap {
    overflow: hidden;

}

.home-case .case-prev {
    position: absolute;
    left: 14%;
    margin-top: 210px;
    cursor: pointer;
}

.home-case .case-next {
    position: absolute;
    right: 14%;
    margin-top: 210px;
    cursor: pointer;
}

.home-case .home-case-top {
    margin-top: 50px;
    display: flex;
    position: relative;
}

.home-case .home-case-top .swiper-slide {
    width: 280px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.home-case .home-case-top .slide-li .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: top;
    height: 456px;
    background-size: 285px 377px;
    background-repeat: no-repeat;
}

.home-case .home-case-top .slide-li .item .logo {
    margin-top: 45px;
}

@keyframes cghostUpdown {
    0% {
        bottom: 45px;
    }

    25% {
        bottom: 45px;
    }

    50% {
        bottom: 45px;
    }

    75% {
        bottom: 75px;
    }

    100% {
        bottom: 45px;
    }
}

@-webkit-keyframes cghostUpdown {
    0% {
        bottom: 45px;
    }

    25% {
        bottom: 45px;
    }

    50% {
        bottom: 45px;
    }

    75% {

        bottom: 75px;
    }

    100% {
        bottom: 45px;
    }
}

@keyframes ghostUpdown {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 25px;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}

@-webkit-keyframes ghostUpdown {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 25px;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}

@keyframes ghostdownUp {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 0;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 15px;
    }
    100% {
        bottom: 0;
    }
}

@-webkit-keyframes ghostdownUp {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 0;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 15px;
    }
    100% {
        bottom: 0;
    }
}

.home-case .home-case-top .slide-li .item .phone {
    position: absolute;
    bottom: 0px;
    animation: ghostdownUp 3s linear infinite normal;
    -webkit-animation: ghostdownUp 3s linear infinite normal;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.home-case .home-case-top .slide-li .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
}

.home-case .home-case-top .slide-li .mask .title {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home-case .home-case-top .slide-li .mask .mask-line {
    width: 38px;
    height: 2px;
    background: #407df7;
    margin-bottom: 30px;
}

.home-case .home-case-top .slide-li .mask .desc {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    margin-bottom: 30px;
}

.home-case .home-case-top .slide-li .mask .list {
    display: flex;
    flex-direction: column;
}

.home-case .home-case-top .slide-li .mask .list .list-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.home-case .home-case-top .slide-li .mask .enter-icon {
    position: absolute;
    right: 20px;
    bottom: 80px;
    width: 40px;
    height: 40px;
}


/*起搏优势*/
.home-liuc {
    margin-top: 100px;
}

.home-liuc .home-liuc-t {
    /*background: url("../images/new_index/liucheng1.png");*/
    width: 1010px;
    height: 77px;
    line-height: 70px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.home-liuc .home-liuc-t span {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    height: 70px;
    text-align: center;
}

.home-liuc .home-liuc-t span:first-child {
    background: url("../images/new_index/liucheng-title-left.png");
    width: 450px;
}

.home-liuc .home-liuc-t span:first-child b {
    margin-left: 100px;
}

.home-liuc .home-liuc-t span:last-child {
    background: url("../images/new_index/liucheng-title-right.png");
    width: 450px;
}

.home-liuc .home-liuc-t span:last-child b {
    margin-right: 100px;
}

.home-liuc .home-liuc-l {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    background: url("../images/new_index/liucheng-content-bg.png");;
}

.home-liuc .home-liuc-l dl dd {
    height: 70px;
    line-height: 42px;
    margin-top: 22px;
    text-align: left;
}

.home-liuc .home-liuc-l dl dd div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-liuc .home-liuc-l dl dd div b {
    font-size: 22px;
    font-weight: bold;
}

.home-liuc .home-liuc-l dl dd p {
    display: block;
    font-size: 17px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb {
    background: url("../images/new_index/liucheng-content-left.png");
    width: 666px;
    height: 520px;
    margin-right: -90px;
    background-size: 666px 520px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(1) {
    margin-right: 170px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(2) {
    margin-right: 150px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(3) {
    margin-right: 130px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(4) {
    margin-right: 110px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(5) {
    margin-right: 90px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb dd:nth-child(6) {
    margin-right: 70px;
}

.home-liuc .home-liuc-l .home-liuc-l-qb img {
    width: 23px;
    margin-right: 10px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt img {
    width: 23px;
    margin-right: 10px;
}

/*.home-liuc .home-liuc-l .home-liuc-l-t {
    width: 200px;
    background: #F6F7FB;
}
*/
.home-liuc .home-liuc-l .home-liuc-l-t dd span {
    color: #FF7700;
}

.home-liuc .home-liuc-l .home-liuc-l-qt {
    background: url("../images/new_index/liucheng-content-right.png");
    width: 666px;
    height: 520px;
    background-size: 666px 520px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #666666;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(1) {
    margin-left: 70px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(2) {
    margin-left: 90px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(3) {
    margin-left: 110px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(4) {
    margin-left: 130px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(5) {
    margin-left: 150px;
}

.home-liuc .home-liuc-l .home-liuc-l-qt dd:nth-child(6) {
    margin-left: 170px;
}


.home-jishu {
    margin-top: 80px;
    margin-bottom: 50px
}

.home-jishu .home-jishu-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-jishu .home-jishu-bottom dl {
    width: 239px;
    height: 272px;
    background: linear-gradient(0deg, #F5F5F5, #FFFFFF, #FFFFFF);
    box-shadow: 0px 3px 20px 0px rgba(77, 107, 245, 0.15), 0px -8px 16px 0px rgba(133, 112, 112, 0.06);
    border-radius: 10px;
}

.home-jishu .home-jishu-bottom dl:hover {
    background: #f3f3f3;
}

.home-jishu .home-jishu-bottom dl dt {
    /*height: 100px;*/
    text-align: center;
    margin-top: 26px;
}

.home-jishu .home-jishu-bottom dl dd {
    text-align: center;
}

.home-jishu .home-jishu-bottom dl dd span {
    font-size: 18px;
    font-weight: 400;
    color: #384C78;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 22px;
}

.home-jishu .home-jishu-bottom dl dd p {
    width: 182px;
    font-size: 15px;
    font-weight: 400;
    color: #748598;
    margin: 0 auto;
    line-height: 20px;
}

.home-zizhi {
    /*padding-top: 70px;*/
    margin-top: 70px;
    /*background: url("../images/new_index/home-zizhi-bg.png");*/
}

.home-zizhi ul {
    margin-top: 40px;
    display: flex;
}

.home-zizhi ul li {
    background-repeat: no-repeat;
    width: 70px;
    height: 392px;
    /*float:left;*/
    margin-left: -1px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fafcff;
    box-shadow: 0px 7px 10px 0px rgba(44, 104, 255, 0.08);
    border: solid 1px #e7e7e7;
    border-right: none;
}

.home-zizhi ul li:first-child {
    margin-left: 0;
}

.home-zizhi ul li:last-child {
    border-right: solid 1px #e7e7e7;
}

.home-zizhi .no-be {
    border-right: 0
}

.home-zizhi li:after, .home-zizhi li:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #ddd;
    content: ''
}

.home-zizhi .no-be:after, .home-zizhi .no-be:before {
    width: 0
}

.home-zizhi li:before {
    left: -1px
}

.home-zizhi li:after {
    right: 0
}

.home-zizhi li .inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.home-zizhi li .inner .fold, .home-zizhi li .inner .unfold {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.home-zizhi li .inner .fold {
    left: 0;
    background-color: #f5f5f5
}

/*.home-zizhi li .inner .fold img {*/
/*width:70px;*/
/*height:383px*/
/*}*/
.home-zizhi li .inner .fold {
    width: 70px;
    height: 392px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-zizhi li .inner .fold .contit {
    writing-mode: vertical-lr;
    font-size: 25px;
    margin-top: 15px;
}

.home-zizhi li .inner .unfold {
    left: 100%;
    height: 100%;
    background: url(../images/new_index/zizhi-bg.png) no-repeat center 100px;
}

.home-zizhi li.active {
    width: 695px;
    background: #fff
}

.home-zizhi li.active .fold {
    left: -100%
}

.home-zizhi li.active .unfold {
    left: 0
}

.home-zizhi ul li .fold em {
    top: 0;
    position: absolute;
    color: #fff;
    background-position: -25px -70px;
    width: 62px;
    height: 38px;
    left: 4px;
    text-align: center;
    font-style: normal
}

.home-zizhi ul li .unfold .contit {
    color: #333;
    font-size: 30px;
    padding: 20px 20px 40px 80px
}

.home-zizhi ul li .unfold .desc {
    font-size: 16px;
    padding: 0 0 0 80px;
    line-height: 30px;
    color: #333;
}

.home-zizhi ul li .unfold .btn-detail {
    display: block;
    margin-top: 50px;
    width: 106px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 20px
}

.home-zizhi li.active .unfold .indexicon2 {
    display: block;
}

.home-zizhi .unfold .indexicon2 {
    display: none;
    width: 258px;
    height: 183px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.home-zizhi ul .unfold i, .home-zizhi ul .fold i {
    display: inline-block;
    width: 64px;
    height: 42px;
    background: url("../images/new_index/zizhi-number.png") no-repeat
}

.home-zizhi ul .unfold .bg-one, .home-zizhi ul .fold .bg-one {
    background-position: 0px 0
}

.home-zizhi ul .unfold .bg-two, .home-zizhi ul .fold .bg-two {
    background-position: -70px 0
}

.home-zizhi ul .unfold .bg-three, .home-zizhi ul .fold .bg-three {
    background-position: -140px 0
}

.home-zizhi ul .unfold .bg-four, .home-zizhi ul .fold .bg-four {
    background-position: -210px 0
}

.home-zizhi ul .unfold .bg-five, .home-zizhi ul .fold .bg-five {
    background-position: -280px 0
}

.home-zizhi ul .unfold .bg-six, .home-zizhi ul .fold .bg-six {
    background-position: -350px 0
}

.home-zizhi ul .unfold .bg-seven, .home-zizhi ul .fold .bg-seven {
    background-position: -423px 0
}

.home-zizhi ul .unfold .bg-eight, .home-zizhi ul .fold .bg-eight {
    background-position: -490px 0
}

/*我们的团队*/
.home-team {
    margin-top: 80px;
}

.home-team .home-team-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}

.home-team .home-team-top .team-top-left {
    width: 597px;
}

.home-team .home-team-top .team-top-right {
    width: 597px;
}

.home-team .home-team-top .team-top-right .team-top-right-b1 {
    /*border: 1px solid #999999;*/
    border-left: none;
}

.home-team .home-team-top .team-top-right .team-top-right-b2 {
    /*border: 1px solid #999999;*/
    border-left: none;
    margin: 16px 16px 16px 0;
    padding-bottom: 21px;
}

.home-team .home-team-top .team-top-right .team-top-right-b2 h2 {
    font-size: 28px;
font-weight: bold;
color: #333333;
    margin: 0px 0 18px 56px;
}

.home-team .home-team-top .team-top-right .team-top-right-b2 p {
    font-size: 19px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    margin: 0px 50px 0px 56px;
    text-indent: 38px;
}

.home-team .home-team-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-team .home-team-bottom .team-bottom-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.home-team .home-team-bottom .team-bottom-item div {
    height: 39px;
    background: #F2F2F2;
    text-align: center;
}

.home-team .home-team-bottom .team-bottom-item div span {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.home-partner {
    background: url("../images/new_index/partner-bg.png");
}

.home-partner .partner-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 54px;
    padding-bottom: 40px;
}

.home-partner .partner-box img {
    margin: 0 0px 25px;
    width: 227px;
    height: 98px;
}

.home-partner .partner-box img:hover {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    /*transform:scale(1.2,1.2);*/
}

@keyframes wobble-horizontal {
    16.65% {
        transform: translateX(8px);
        -ms-transform: translateX(8px);; /* Internet Explorer */
        -moz-transform: translateX(8px);; /* Firefox */
        -webkit-transform: translateX(8px);; /* Safari 和 Chrome */
        -o-transform: translateX(8px);; /* Opera */
    }
    33.3% {
        transform: translateX(-6px);
        -ms-transform: translateX(-6px); /* Internet Explorer */
        -moz-transform: translateX(-6px); /* Firefox */
        -webkit-transform: translateX(-6px); /* Safari 和 Chrome */
        -o-transform: translateX(-6px); /* Opera */
    }
    49.95% {
        transform: translateX(4px);
        -ms-transform: translateX(4px); /* Internet Explorer */
        -moz-transform: translateX(4px); /* Firefox */
        -webkit-transform: translateX(4px); /* Safari 和 Chrome */
        -o-transform: translateX(4px); /* Opera */
    }

    83.25% {
        transform: translateX(1px);
        -ms-transform: translateX(1px); /* Internet Explorer */
        -moz-transform: translateX(1px); /* Firefox */
        -webkit-transform: translateX(1px); /* Safari 和 Chrome */
        -o-transform: translateX(1px); /* Opera */
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0); /* Internet Explorer */
        -moz-transform: translateX(0); /* Firefox */
        -webkit-transform: translateX(0); /* Safari 和 Chrome */
        -o-transform: translateX(0); /* Opera */
    }
}

/* home-news */
.home-news {
    margin-top: 80px;
}

.home-news .home-news-bottom {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 74px;
}

.home-news-bottom-left {
    width: 500px;
    height: 400px;
    margin-right: 50px;
}

.home-news-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-news-text-s1 {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.home-news-text-s2 {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.home-news-img a {
    display: block;
    width: 339px;
    height: 166px;
    margin-top: 20px;
}

.home-news-img img {
    width: 339px;
    height: 166px;

}

.home-news-bottom-center {
    width: 550px;
    height: 400px;
    margin-left: 10px;
    /*border:1px solid red;*/

}


.hn-center-content {
    height: 42px;
    margin-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.hn-center-s1 {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    text-overflow: ellipsis;

}

.hn-center-s2 {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    float: right;


}

.home-news-bottom-right {
    width: 550px;
    height: 400px;
    margin-left: 40px;
    /*border:1px solid red;*/
}

/*起搏科技移动APP开发解决方案*/
.home-scheme {
    margin-top: 68px;
    height: 797px;
    background: url("../images/app/app-scheme-bg.png");
}

.home-scheme .home-title1 {
    padding-top: 115px;

}

.home-scheme .home-title1 h2 {
    color: #fff;
}

.home-scheme .home-title1 h2::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: '';
    width: 143px;
    height: 5px;
    background: #FFCE29;
    display: inline-block;
    margin-top: -40px;
}

.home-scheme .content-wrap {
    display: flex;
    margin-top: 70px;
}

.home-scheme .content-wrap .home-scheme-top {
    width: 150px;
    height: 487px;
    border-right: 1px solid #52565C;
    /*margin-right: 60px;*/
}

/*

.home-scheme .content-wrap .home-scheme-top::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 515px;
    background: #ffffff;
    display: inline-block;
    left: 27.5%;
}
*/

.home-scheme .content-wrap .home-scheme-top ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 150px;
}

.home-scheme .content-wrap .home-scheme-top ul li {
    margin-bottom: 32px;
}

.home-scheme .content-wrap .home-scheme-top ul li.active {
    border-right: 1px solid #FFCE29;
}

/*.home-scheme .content-wrap .home-scheme-top ul li.active::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 41px;
    background: #FFCE29;
    display: inline-block;
    left: 27.45%;
    margin-top: -10px;
}*/

.home-scheme .content-wrap .home-scheme-top ul li span {
    font-size: 23px;
    font-weight: 400;
    color: #ADABAB;
    line-height: 18px
}

.home-scheme .content-wrap .home-scheme-top ul li.active span {
    color: #FFCE29;
}

.home-scheme .home-scheme-bottom {
    margin-left: 90px;
}

.home-scheme .home-scheme-bottom .home-scheme-bottom2 {
    display: none;
    margin-top: 10px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-top h2 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-top p {
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 59px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-middle div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-middle div:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-middle div span {
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 25px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-bottom {
    width: 861px;
    height: 154px;
    background: #272B31;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 89px;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-bottom div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-scheme .home-scheme-bottom .scheme-bottom2-bottom div span {
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 25px;
}

/* 技术驱动产品 */
.home-terminal {
    margin-top: 82px;
}

.home-terminal .home-terminal-box {
    margin-top: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-terminal .home-terminal-box .terminal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 288px;
    height: 358px;
}

.home-terminal .home-terminal-box .terminal-item:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.home-terminal .home-terminal-box .terminal-item:nth-child(1) {
    background: url("../images/app/ic-ios-bg.png");
}

.home-terminal .home-terminal-box .terminal-item:nth-child(2) {
    background: url("../images/app/ic-android-bg.png");
}

.home-terminal .home-terminal-box .terminal-item:nth-child(3) {
    background: url("../images/app/ic-wechat-bg.png");
}

.home-terminal .home-terminal-box .terminal-item:nth-child(4) {
    background: url("../images/app/ic-h5-bg.png");
}

.home-terminal .home-terminal-box .terminal-item img {
    margin-top: 32px;
}

.home-terminal .home-terminal-box .terminal-item h2 {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.home-terminal .home-terminal-box .terminal-item span {
    display: block;
    width: 32px;
    height: 3px;
    background: #FFFFFF;
    margin-top: 24px;
}

.home-terminal .home-terminal-box .terminal-item p {
    width: 255px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 26px;
    text-align: center;
}

/* 超全的售后服务，保证运营无忧 */

.app-section7 {
    margin-top: 60px;
}

.app-section7 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 48px;
}

.app-section7 ul li {
    height: 240px;
    background: #e4f7fd;
    flex: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.app-section7 ul li:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.app-section7 ul li.app-section7-li2 {
    background: #fff;
}

.app-section7 ul li img {
    /*padding-top: 50px;*/
    width: 160px;
}

.app-section7 ul li p {
    padding-top: 13px;
    font-size: 16px;
    color: #384c78;
}

.app-section7 ul li span {
    width: 36px;
    height: 2px;
    margin-top: 6px;
    background: #ff8f05;
}

/* 金博生态产品体系 */
.home-section3 {
    padding-top: 70px;
    background: #F9FBFF;
}

.home-section3-top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
    margin-top: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.home-section3-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.home-section3-top ul li .section3-img2 {
    display: none;
}

.home-section3-top ul li span {
    padding-left: 8px;
}

.home-section3-top ul li.active .section3-img1 {
    display: none;
}

.home-section3-top ul li.active .section3-img2 {
    display: block;
}

.home-section3-top ul li.active span {
    color: #3862ff;
}

.home-section3-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0px;
    content: '';
    width: 158px;
    height: 4px;
    background: #3862FF;
}

.home-section3-bottom {
    background: url(../images/index/index-s3-bg.png) no-repeat;
    background-position-y: 70px;
    /*width: 1764px;*/
    margin: 0 auto;
    /*padding-bottom: 70px;*/
}

.home-section3-bottom2 {
    display: none;
    flex-direction: column;
}

.home-section3-bottom2 .section3-bottom1-top {
    width: 1200px;
    margin: 0 auto;
}

.home-section3-bottom2 .section3-bottom1-top .section3-bottom1-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;;
}

.section3-bottom1-top .section3-bottom1-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin-bottom: 23px;
}

.section3-bottom1-top .section3-bottom1-title div {
    width: 95px;
    height: 31px;
    background: #2568F1;
    border-radius: 16px;
    text-align: center;
}

.section3-bottom1-top .section3-bottom1-title div a {
    font-size: 14px;
    font-weight: 500;
    color: #FEFEFE;
    line-height: 18px;
}

.section3-bottom1-top .section3-bottom1-title p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px
}

.home-section3-bottom1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 500px;
    width: 1200px;
    margin: 0 auto;
}

.home-section3-bottom1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 476px;
    box-shadow: 2px 2px 25px rgba(41, 131, 255, .08)
}


.home-section3-bottom1 dl {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 387px;
    margin-right: 28px;
    margin-top: 51px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.home-section3-bottom1 dl:last-child {
    margin-right: 19px;
}

.home-section3-bottom1 dl dt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 151px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
}

.home-section3-bottom1 dl dt span {
    padding-top: 16px;
    font-size: 20px;
    color: #313131;
}

.home-section3-bottom1 dl dd {
    padding-top: 2px;
    margin: 0 auto;
}

.home-section3-bottom1 dl dd p {
    position: relative;
    margin-top: 20px;
    padding-left: 14px;
    font-size: 14px;
}

.home-section3-bottom1 dl dd p::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #989898;
}

.home-section3-bottom1 dl dd p a {
    padding-left: 12px;
    color: #989898;
}

.home-section3-bottom1 dl dd .home-moe4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 108px;
    height: 33px;
    margin-top: 32px;
    margin-left: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    color: #bababa;
}

.home-section3-bottom1 dl:hover {
    border-color: #3862ff;
    box-shadow: 2px 2px 22px rgba(109, 110, 113, .2);
}

.home-section3-bottom11 dl:hover {
    border-color: #fb9478;
}

.home-section3-bottom12 dl:hover {
    border-color: #946ed5;
}

.home-section3-bottom13 dl:hover {
    border-color: #946ed5;
}

.home-section3-bottom14 dl:hover {
    border-color: #3cc080;
}

.home-section3-bottom15 dl:hover {
    border-color: #480892;
}

.home-section3-bottom1 dl:hover dd .home-moe4 a {
    border-color: #5257fd;
    color: #fff;
    background: #5257fd;
    box-shadow: 0px 4px 6.86px 0.14px rgba(82, 87, 253, 0.31);
}

.home-section3-bottom1 dl dd .home-moe4 a:hover {
    border-color: #5257fd;
    color: #fff;
    background: #5257fd;
    box-shadow: 0px 4px 6.86px 0.14px rgba(82, 87, 253, 0.31);
}

.home-section3-bottom11 dl:hover dd .home-moe4 a {
    border-color: #ff8f70;
    color: #fff;
    background: #ff8f70;
    box-shadow: 0px 4px 6.86px 0.14px rgba(255, 134, 99, 0.31);
}

.home-section3-bottom11 dl dd .home-moe4 a:hover {
    border-color: #ff8f70;
    color: #fff;
    background: #ff8f70;
    box-shadow: 0px 4px 6.86px 0.14px rgba(255, 134, 99, 0.31);
}

.home-section3-bottom12 dl:hover dd .home-moe4 a {
    border-color: #9c76da;
    color: #fff;
    background: #9c76da;
    box-shadow: 0px 4px 6.86px 0.14px rgba(156, 118, 218, 0.31);
}

.home-section3-bottom12 dl dd .home-moe4 a:hover {
    border-color: #9c76da;
    color: #fff;
    background: #9c76da;
    box-shadow: 0px 4px 6.86px 0.14px rgba(156, 118, 218, 0.31);
}

.home-section3-bottom14 dl:hover dd .home-moe4 a {
    border-color: #2ec77b;
    color: #fff;
    background: #2ec77b;
    box-shadow: 0px 4px 6.86px 0.14px rgba(76, 208, 143, 0.31);
}

.home-section3-bottom14 dl dd .home-moe4 a:hover {
    border-color: #2ec77b;
    color: #fff;
    background: #2ec77b;
    box-shadow: 0px 4px 6.86px 0.14px rgba(76, 208, 143, 0.31);
}

/* 金博技术优势 */
.home-section4 {
    margin-top: 67px;
}

.home-section4-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-section4-bottom dl {
    position: relative;
    display: flex;
    width: 359px;
    height: 105px;
    margin-top: 49px;
    margin-bottom: 7px;
    background: #f6fbff;
}

.home-section4-bottom dl dt {
    margin-top: -15px;
    padding-left: 17px;
}

.home-section4-bottom dl dd {
    width: 270px;
    padding-top: 20px;
    padding-left: 10px;
}

.home-section4-bottom dl dd span {
    font-size: 18px;
    font-weight: 550;
    color: #313131;
}

.home-section4-bottom dl dd p {
    padding-top: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #8d8d8d;
}

.home-section4-bottom dl:hover dd span {
    color: #004eff;
}

.home-section4-bottom dl:hover {
    background: #fff;
    box-shadow: 2px 2px 20px rgba(41, 131, 255, .13)
}

/* 我们的优势 */
.home-section6 {
	padding: 55px 0 90px 0;
	background: url("../images/new_index/home-section6_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-section6 .content-wrap .menusBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.home-section6 .content-wrap .menusBox .item {
	display: flex;
	color: #000;
	list-style: none;
	cursor: pointer;
}

.home-section6 .content-wrap .menusBox .item .t1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 56.25px;
}

.home-section6 .content-wrap .menusBox .item .t2 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 25.78px;
	margin-top: 8px;
}

.home-section6 .content-wrap .menusBox .line {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}

.home-section6 .content-wrap .swiper-banner {
	margin-top: 38px;
}

/* 案例展示 */
.home-section7 {
    margin-top: 86px;
}

.home-section7-top {
    overflow: hidden;
    height: 44px;
    margin-top: 41px;
    border-radius: 20px;
    background: #e7f3ff;
}

.home-section7-top ul {
    display: flex;
    height: 44px;
}

.home-section7-top ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 44px;
    font-size: 18px;
    color: #004eff;
}

.home-section7-top ul li.active {
    color: #fff;
    background: linear-gradient(to right, #004eff, #00a2ff);
}

.home-section7-bottom {
    width: 1200px;
    height: 583px;
    margin-top: 34px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 28px rgba(41, 131, 255, .1);
}

.home-section7-bottom1 {
    display: none;
}

.home-section7-bottom2 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.home-section7-left {
    width: 592px;
    height: 583px;
    padding-top: 54px;
    padding-left: 33px;
    overflow: hidden;
}

.home-section7-left .swiper-slide {
    height: 583px !important;
}

.home-section7-left .swiper-slide img {
    height: 583px !important;
}

.home-section7-right {
    /* width: 440px; */
    width: 460px;
    height: 583px;
    margin-top: 64px;
    padding-right: 66px;
}

.home-section7-right .swiper-container {
    height: 500px;
}

.home-section7-right dl {
    width: 440px;
    height: 229px;
    overflow: hidden;
}

.home-section7-right dl dt {
    display: flex;
    align-items: center;
    height: 93px;
    padding-left: 5px;
}

.home-section7-right dl dt img {
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgba(41, 131, 255, .15);
}

.home-section7-right dl dt span {
    padding-left: 20px;
    font-size: 24px;
    color: #313131;
}

.home-section7-right dl dd {
    padding-top: 10px;
    padding-left: 5px;
    text-align: right;
}

.home-section7-right dl dd p {
    font-size: 16px;
    line-height: 30px;
    color: #898989;
    text-align: left;
}

.home-section7-right dl dd a {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #004eff;
}

.section7-right-more {
    position: absolute;
    bottom: 194px;
    right: 110px;
    z-index: 99999;
    height: 120px;
}

.section7-right-more a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #898989;
}

.section7-right-more a span {
    padding-top: 16px;
    line-height: 1;
}

.swiper-pagination5,
.swiper-pagination6,
.swiper-pagination7,
.swiper-pagination8,
.swiper-pagination9,
.swiper-pagination10,
.swiper-pagination11 {
    top: auto !important;
    right: 118px !important;
    bottom: 51px !important;
    display: flex;
    justify-content: space-between;
    height: 120px;
}

.swiper-pagination5 span,
.swiper-pagination6 span,
.swiper-pagination7 span,
.swiper-pagination8 span,
.swiper-pagination9 span,
.swiper-pagination10 span,
.swiper-pagination11 span {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 120px;
    margin: 0 15px !important;
    font-size: 16px;
    color: #898989;
    background: none;
    opacity: 1;
    outline: none;
}

.swiper-pagination5 span img,
.swiper-pagination6 span img,
.swiper-pagination7 span img,
.swiper-pagination8 span img,
.swiper-pagination9 span img,
.swiper-pagination10 span img,
.swiper-pagination11 span img,
.section7-right-more img {
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgba(41, 131, 255, .15);
    transition: all .5s;
}

.swiper-pagination5 span:hover img,
.swiper-pagination6 span:hover img,
.swiper-pagination7 span:hover img,
.swiper-pagination8 span:hover img,
.swiper-pagination9 span:hover img,
.swiper-pagination10 span:hover img,
.swiper-pagination11 span:hover img,
.section7-right-more a:hover img {
    transform: scale(1.2);
}

.swiper-pagination5 span em,
.swiper-pagination6 span em,
.swiper-pagination7 span em,
.swiper-pagination8 span em,
.swiper-pagination9 span em,
.swiper-pagination10 span em,
.swiper-pagination11 span em {
    padding-top: 15px;
    line-height: 1;
}

.swiper-pagination5 span.swiper-pagination-bullet-active,
.swiper-pagination6 span.swiper-pagination-bullet-active,
.swiper-pagination7 span.swiper-pagination-bullet-active,
.swiper-pagination8 span.swiper-pagination-bullet-active,
.swiper-pagination9 span.swiper-pagination-bullet-active,
.swiper-pagination10 span.swiper-pagination-bullet-active,
.swiper-pagination11 span.swiper-pagination-bullet-active {
    border-radius: 0;
    color: #004eff;
}

.swiper-pagination5 span.swiper-pagination-bullet-active::after,
.swiper-pagination6 span.swiper-pagination-bullet-active::after,
.swiper-pagination7 span.swiper-pagination-bullet-active::after,
.swiper-pagination8 span.swiper-pagination-bullet-active::after,
.swiper-pagination9 span.swiper-pagination-bullet-active::after,
.swiper-pagination10 span.swiper-pagination-bullet-active::after,
.swiper-pagination11 span.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 34px;
    height: 2px;
    background: #004eff;
}


/* 选择金博  品牌保证 */

@font-face {
    font-family: 'BIGCASLON';
    src: url('BIG.TTF');
}

.home-section8 {
    padding-top: 70px;
    background: url(../images/new_index/home-s8-bg.png) no-repeat;
}

.home-section8 p {
    color: white;
}

.home-section8-top {
    display: flex;
    justify-content: space-between;
}

.home-section8-left {
    padding-top: 45px;
    color: #fff;
}

.home-section8-left h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.home-section8-left h4 {
    padding-top: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.home-section8-left p {
    font-family: 'Microsoft YaHei';
    font-size: 12.8px;
    color: rgba(255, 255, 255, .7)
}

.home-section8-left span {
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 86px;
    background: #fff;
}

.home-section8-top .home-section8-right {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
}

.home-section8-right p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.home-section8-right ul {
    padding-top: 34px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.home-section8-right ul li:first-child {
    padding-left: 0;
}

.home-section8-right ul li {
    position: relative;
    /* width: calc(99% / 4); */
    text-align: center;
    height: 65px;
    line-height: 1;
    float: left;
}

.home-section8-right ul li:last-child {
    border: none;
}

.home-section8-right ul li em {
    font-size: 58px;
    font-family: Microsoft YaHei;
    line-height: .97;
    color: #fff;
}

.home-section8-right ul li .section8-span1 {
    position: absolute;
    top: 12px;
    margin-left: 2px;
}

.home-section8-right ul li span {
    font-size: 14px;
    color: #fff;
}

.home-section8-right ul li p {
    font-size: 14px;
    line-height: 24px;
}

.home-section8-bottom {
    width: 1200px;
    height: 456px;
    margin-top: 32px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 28px rgba(41, 131, 255, .1);
    position: relative;
}

.home-section8-bottom .swiper-container {
    position: relative;
    height: 456px;
}

.home-section8-bottom .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.home-section8-bottom .home-section8-left {
    width: 763px;
    padding: 15px 16px;
}

.home-section8-bottom .home-section8-right {
    width: 382px;
    padding-top: 86px;
}

.home-section8-bottom .home-section8-right h3 {
    font-size: 24px;
    font-weight: bold;
    color: #004eff;
}

.home-section8-bottom .home-section8-right p {
    width: 338px;
    height: 90px;
    padding-top: 29px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #004eff;
}

.home-section8-bottom .home-section8-right a {
    padding-bottom: 5px;
    border-bottom: 1px solid #004eff;
    font-size: 16px;
    color: #004eff;
}

.swiper-pagination12 {
    width: 281px !important;
    bottom: 84px !important;
    left: auto !important;
    right: 177px;
    display: flex;
    justify-content: flex-end;
    height: 48px;
    padding-right: 12px;
    background: #004eff;
}

.swiper-pagination12 span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 48px;
    margin: 0 5px !important;
    padding: 0 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
    background: none;
    opacity: 1;
    outline: none;
}

.swiper-pagination12 span.swiper-pagination-bullet-active {
    position: relative;
    border-radius: 0;
    color: #fff;
}

.swiper-pagination12 span.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    bottom: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
}

.home-section8-bottom .swiper-button-next:after,
.home-section8-bottom .swiper-button-prev:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 11px;
    background: url(../images/index/9F-icon01.png);
    z-index: 999999;
}

.home-section8-bottom .swiper-button-prev:after {
    background: url(../images/index/9F-icon0.png);
}

.home-section8-bottom .swiper-button-next,
.home-section8-bottom .swiper-button-prev,
.home-section8-bottom .swiper-button-prev {
    top: auto;
    bottom: 102px;
    width: 10px;
    height: 11px;
}

.home-section8-bottom .swiper-button-prev,
.home-section8-bottom .swiper-container-rtl .swiper-button-next {
    right: 440px;
    left: auto;
    z-index: 999;
}

.home-section8-bottom .swiper-button-next,
.home-section8-bottom .swiper-container-rtl .swiper-button-prev {
    right: 391px;
    left: auto;
    z-index: 999;
}

.home-section8-bottom .swiper-button-next.active {
    color: #fff;
    background: #025ce0;
}

.home-section8-bottom .swiper-button-prev:hover,
.home-section8-bottom .swiper-container-rtl .swiper-button-next:hover,
.home-section8-bottom .swiper-button-next:hover,
.home-section8-bottom .swiper-container-rtl .swiper-button-prev:hover {
    color: #fff;
    background: #025ce0;
}


/* 我们的资质 */

.home-section9 {
    margin-top: 70px;
}

.home-section9 .swiper-slide {
    display: flex;
    justify-content: space-between;
    margin: 38px auto 50px;
}

.home-section9 .swiper-slide dl {
    padding: 0 25px;
    text-align: center;
}

.home-section9 .swiper-slide dl dt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 227px;
    height: 281px;
    border-radius: 5px;
    box-shadow: 2px 2px 38px rgba(41, 131, 255, .11);
}

.home-section9 .swiper-slide dl dd {
    padding-top: 24px;
    font-size: 16px;
    color: #313131;
}

.home-section9 .swiper-slide dl:hover dt {
    border: 1px solid #2e65fb;
}

.home-section9 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.home-section9 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: #2e65fb;
}


/*新闻资讯*/
.home-section10 {
    margin-top: 68px;
    margin-bottom: 110px;
}

.home-section10 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.home-section10 ul li {
    width: 390px;
    box-shadow: 2px 2px 20px rgba(41, 131, 255, .13);
}

.home-section10-top {
    position: relative;
    height: 222px;
}

.home-section10-top p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, .35)
}

.home-section10-top p a {
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
    font-size: 16px;
    color: #fff;
}

.home-section10-top p a span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.home-section10-top p a span:last-child {
    padding-right: 15px;
}

.home-section10-top p a:hover {
    text-decoration: underline;
}

.home-section10-bottom {
    width: 354px;
    margin: 23px auto 13px;
}

.home-section10-bottom h3 {
    padding-bottom: 6px;
    font-size: 22px;
    color: #313131;
}

.home-section10-bottom a {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    padding-left: 13px;
    font-size: 16px;
    color: #777;
}

.home-section10-bottom a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.home-section10-bottom a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #777;
}

.home-section10-bottom a:hover {
    color: #004eff;
}

.home-section10-bottom a:hover::after {
    background: #004eff;
}

.home-section10 ul li .section10-a {
    display: block;
    padding-left: 16px;
    padding-bottom: 41px;
    font-size: 16px;
    color: #004eff;
}

/* 我们很专业start */
.home-section11 {
	padding: 98px 0 54px 0;
	background-color: #F7F8FC;
}
.home-section11 .section11_menus {
	display: grid;
	grid-template-columns: 140px 140px 140px 140px 140px 140px;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	justify-content: center;
	margin-top: 32px;
}

.home-section11 .section11_menus .item {
	width: 140px;
	height: 120px;
	opacity: 1;
	border-radius: 8px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.home-section11 .section11_menus .item img {
	width: 40px;
	height: 40px;
}

.home-section11 .section11_menus .item span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(51, 51, 51, 1);
}
/* 我们很专业end */

/* 选起搏start */
.home-section12 {
	padding: 72px 0 59px 0;
	background-color: #161616;
}

.home-section12 .content-wrap {
	display: grid;
	grid-template-columns: 590px 590px;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
	margin-top: 62px;
}
.home-section12 .content-wrap .item {
	width: 590px;
	height: 118px;
	opacity: 1;
	border-radius: 16px;
	background: #2E2E2E;
	display: flex;
	align-items: center;
}
.home-section12 .content-wrap .item img {
	width: 50px;
	height: 50px;
	margin: 0 16px 0 50px;
}

.home-section12 .content-wrap .item .r {
	display: flex;
	flex-direction: column;
}

.home-section12 .content-wrap .item .r .title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(255, 255, 255, 1);
}

.home-section12 .content-wrap .item .r .direction {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(255, 255, 255, 1);
}
/* 选起搏end */

/* 项目给起搏start */
.home-section14 {
	padding: 103px 0 110px 0;
	background-color: #fff;
}

.home-section14 .content-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 120px;
}

.home-section14 .content-wrap .left {
	position: relative;
}

.home-section14 .content-wrap .left .content {
	display: flex;
	flex-direction: column;
	position: absolute;
}

.home-section14 .content-wrap .left .content .t1 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: #333333;
}

.home-section14 .content-wrap .left .content .line {
	width: 592px;
	height: 1px;
	opacity: 1;
	background: #3CA6FF;
	margin: 16px 0 13px 0;
}

.home-section14 .content-wrap .left .content .t2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25.71px;
	width: 501px;
	color: #666666;
}

.home-section14 .content-wrap .right {
	border-image-source: url("../images/new_index/home-section14_bg.png");
	border-image-slice: 1 fill;
	width: 638px;
	height: 328px;
	position: relative;
}

.home-section14 .content-wrap .right .item {
	position: absolute;
	width: 60px;
	height: 60px;
	opacity: 1;
	background: #F5FAFF;
	border: 1px solid #3CA6FF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #3CA6FF;
	cursor: pointer;
}

.home-section14 .content-wrap .right .check {
	background: #3CA6FF !important;
	border: 1px solid #3CA6FF !important;
	color: #fff !important;
}

.home-section14 .content-wrap .right .item1 {
	top: 80px;
	left: 80px;
}

.home-section14 .content-wrap .right .item2 {
	left: 178px;
	top: 15px;
}

.home-section14 .content-wrap .right .item3 {
	left: 290px;
	top: -5px;
}

.home-section14 .content-wrap .right .item4 {
	left: 400px;
	top: 15px;
}

.home-section14 .content-wrap .right .item5 {
	right: 74px;
	top: 80px;
}
/* 项目给起搏end */

/* 业务幻灯片start */
.home-section17 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #040404;
}

.home-section17 .content-wrap {
	display: flex;
}

.home-section17 .content-wrap .left {
	background-color: #040404;
	padding: 28px 0;
	width: 230px;
}

.home-section17 .content-wrap .right {
	display: flex;
}

.home-section17 .content-wrap .left ul {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.home-section17 .content-wrap .left ul li {
	list-style-type: none;
	padding: 16.8px 30px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.home-section17 .content-wrap .left ul .check {
	background-color: #3385FF;
}

.home-section17 .content-wrap .right .right_content {
	margin: 65px 0 62px 155px;
	display: flex;
	flex-direction: column;
}

.home-section17 .content-wrap .right .right_content .r_top {
	display: flex;
	flex-direction: column;
}

.home-section17 .content-wrap .right .right_content .r_top .title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(255, 255, 255, 1);
}

.home-section17 .content-wrap .right .right_content .r_top .description {
	width: 812px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
	margin: 30px 0 12px 0;
}

.home-section17 .content-wrap .right .right_content .r_bottom {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.home-section17 .content-wrap .right .right_content .r_bottom .li {
	display: flex;
	flex-direction: column;
}

.home-section17 .content-wrap .right .right_content .r_bottom .li .titleBox {
	display: flex;
	align-items: center;
}
.home-section17 .content-wrap .right .right_content .r_bottom .li .titleBox .zhuzi {
	width: 3px;
	height: 18px;
	opacity: 1;
	border-radius: 109px;
	background: #3385FF;
	margin-right: 10px;
}

.home-section17 .content-wrap .right .right_content .r_bottom .li .titleBox .title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(255, 255, 255, 1);
}

.home-section17 .content-wrap .right .right_content .r_bottom .li .content {
	display: flex;
	align-items: center;
	padding-left: 13px;
	margin-top: 20px;
}

.home-section17 .content-wrap .right .right_content .r_bottom .li .content .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 58px;
}
.home-section17 .content-wrap .right .right_content .r_bottom .li .content .item img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}

.home-section17 .content-wrap .right .right_content .r_bottom .li .content .item span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(153, 153, 153, 1);
	margin-top: 6px;
}
/* 业务幻灯片end */

/* 完整物联网start */
.home-section18 {
	padding: 103px 0 110px 0;
	background-color: #fff;
}

.home-section18 .content-wrap {
	height: 498px;
	display: flex;
	justify-content: center;
}

.home-section18 .content-wrap .warpImg {
	width: 100%;
	height: 100%;
	background: url("../images/new_index/home-section18_img.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 55px 0 50px 0;
}
/* 完整物联网end */

/* 起搏解决方案start */
.home-section19 {
	padding: 80px 0 105px 0;
	background: url("../images/new_index/home-section5_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-section19 .content-wrap {
	padding-top: 86px;
	display: flex;
	justify-content: space-between;
}

.home-section19 .content-wrap .item {
	display: flex;
	flex-direction: column;
}

.home-section19 .content-wrap .item .m_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 228px;
	height: 307px;
	background-color: #FFB000;
	position: relative;
	border-radius: 5px;
}

.home-section19 .content-wrap .item .m_2 .content {
	padding: 0 27px;
	display: flex;
	flex-direction: column;
}

.home-section19 .content-wrap .item .m_2 .content .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25px;
	color: rgba(39, 43, 49, 1);
	margin-bottom: 15px;
}

.home-section19 .content-wrap .item .m_2 .content .direction {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(39, 43, 49, 1);
	word-break: break-all;
}

.home-section19 .content-wrap .item .m_2 .imgBtn_box {
	position: absolute;
	top: -40px;
}

.home-section19 .content-wrap .item .m_2 .imgBtn_box img {
	width: 70px;
	height: 70px;
}

.home-section19 .content-wrap .item .m_1 {
	width: 228px;
	height: 307px;
	background: #fff;
}

.home-section19 .content-wrap .item .m_1 .bottom {
	background-color: #fff;
	height: 84px;
	opacity: 1;
	border-radius: 0px 0px 5px 5px;
	padding-top: 21px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
}
.home-section19 .content-wrap .item .m_1 .bottom .title {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25px;
	color: rgba(39, 43, 49, 1);
	text-align: center;
}

.home-section19 .content-wrap .item .m_1 .bottom .imgBtn_box {
	position: absolute;
	bottom: -45px;
}

.home-section19 .content-wrap .item .m_1 .bottom .imgBtn_box img {
	width: 70px;
	height: 70px;
}
/* 起搏解决方案end */

/* 技术服务更全面start */
.home-section20 {
	padding: 117px 0 115px 0;
	background-color: #FAFAFA;
}

.home-section20 .content-wrap {
	display: grid;
	grid-template-columns: 285px 285px 285px 285px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 91px;
}

.home-section20 .content-wrap .item {
	display: flex;
	height: 226px;
	flex-direction: column;
	padding: 20px 29px 0 29px;
	align-items: center;
	background-color: #fff;
}

.home-section20 .content-wrap .item img {
	width: 78px;
	height: 78px;
	margin-bottom: 20px;
}

.home-section20 .content-wrap .item .t1 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(51, 51, 51, 1);
}

.home-section20 .content-wrap .item .t2 {
	width: 227px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}

/* 技术服务更全面end */

/* 资讯动态start */
.home-section21 {
	padding: 46px 0 70px 0;
	background-color: #F5F5F5;
}

.home-section21 .content-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 54px;
}

.home-section21 .content-wrap .item {
	display: flex;
	flex-direction: column;
	width: 387px;
}

.home-section21 .content-wrap .emptyImg {
	width: 389px;
	height: 226px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #000;
	font-size: 14px;
}

.home-section21 .content-wrap .item .top {
	position: relative;
}

.home-section21 .content-wrap .item .top .label {
	position: absolute;
	width: 86px;
	height: 35px;
	opacity: 1;
	background: rgba(49, 126, 243, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	right: 18px;
	top: -18px;
}

.home-section21 .content-wrap .item .top img {
	width: 389px;
	height: 226px;
}

.home-section21 .content-wrap .item .top .mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	background: #000000;
}

.home-section21 .content-wrap .item .bottom {
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.home-section21 .content-wrap .item .bottom a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(51, 51, 51, 1);
}
/* 资讯动态end */

/* 解决方案start */
.home-section15 {
	padding: 46px 0 39px 0;
	background-color: #fff;
}

.home-section15 .content-wrap {
	padding: 49px 5px 39px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-section15 .content-wrap .menus {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.home-section15 .content-wrap .menus .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.home-section15 .content-wrap .menus .item img {
	width: 92px;
	height: 95px;
}

.home-section15 .content-wrap .menus .item span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.09px;
	color: rgba(51, 51, 51, 1);
	margin-top: 22px;
}

.home-section15 .content-wrap .description {
	margin-top: 72px;
	width: 688px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23px;
	color: rgba(153, 153, 153, 1);
	text-align: center
}

.home-section16 {
	padding: 60px 0 60px 0;
	background-color: #FAFAFA;
}

.home-section16 .content-wrap {
	padding: 0 5px 0 5px;
}

.home-section16 .content-wrap .menus {
	display: grid;
	grid-template-columns: 217px 217px 217px 217px 217px;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.home-section16 .content-wrap .menus .item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.home-section16 .content-wrap .menus .item img {
	width: 217px;
	height: 141px;
}

.home-section16 .content-wrap .menus .item .bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 24px;
	justify-content: space-between;
}

.home-section16 .content-wrap .menus .item .bottom .t1 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.home-section16 .content-wrap .menus .item .bottom .t2 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 16px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	margin-top: 12px;
}

/* 解决方案end */

/* 我们成熟的产品start */
.home-section23 {
    padding: 55px 0 62px 0;
	background: url("../images/new_index/home-section4_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-section23 .content-wrap {
	margin-top: 5px;
}

.home-section23 .content-wrap .tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.home-section23 .content-wrap .tr .td1 {
	display: flex;
	flex-direction: column;
	width: 204px;
	margin-right: 41px;
}
.home-section23 .content-wrap .tr .td1 .td_icon {
	display: flex;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25.78px;
	margin-bottom: 10px;
	color: #000000;
}
.home-section23 .content-wrap .tr .td1 .td_icon img {
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
}

.home-section23 .content-wrap .tr .td1 .td1_txt {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(149, 153, 164, 1);
	line-height: 14.06px;
}

.home-section23 .content-wrap .tr .td2 {
	display: flex;
	flex-wrap: nowrap;
	height: 160px;
	width: 892px;
}

.home-section23 .content-wrap .tr .td2 .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 36px 20px 20px 20px;
	border-right: 1px solid #EFF4FA;
	background-color: #fff;
	transition: all .4s ease-out;
}

.home-section23 .content-wrap .tr .td2 .item:hover {
	background: #2568f1 !important;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transform: scale(1.1);
	z-index: 84;
}

.home-section23 .content-wrap .tr .td2 .item .chunk {
	width: 16px;
	height: 4px;
	opacity: 1;
	background: #2568F1;
}

.home-section23 .content-wrap .tr .td2 .item .t1 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.09px;
	color: rgba(17, 31, 44, 1);
}

.home-section23 .content-wrap .tr .td2 .item .t2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 16.41px;
	color: rgba(138, 141, 158, 1);
}
/* 我们成熟的产品end */

/*软件定制*/
.custom-section2 {
    margin-top: 44px;
}

.custom-section2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom-section2 ul li {
    width: 185px;
    background: #FAFAFA;
    opacity: 0.98;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.custom-section2 ul li:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.custom-section2 ul li img {
    margin-top: 30px;
    margin-bottom: 24px;
}

.custom-section2 ul li span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-bottom: 14px;
}

.custom-section2 ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-bottom: 30px;
}

.custom-section3 {
    padding-top: 78px;
    background: url("../images/custom/custom-s3-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.custom-section3 .content-wrap {
    display: flex;
    margin-top: 32px;
}

.custom-section3 .custom-section3-left ul {
    display: flex;
    flex-direction: column;
    width: 393px;
}

.custom-section3 .custom-section3-left ul li {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    padding-left: 23px;
}

.custom-section3 .custom-section3-left ul li.active {
    width: 330px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 89, 203, 0.1600);
    border-radius: 10px;
}

.custom-section3 .custom-section3-left ul li span {
    display: inline-block;
    margin-left: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.custom-section3 .custom-section3-left ul li.active span {
    display: none;
}


.custom-section3 .custom-section3-left ul li .active-content {
    display: none;
}

.custom-section3 .custom-section3-left ul li.active .active-content {
    display: flex;
    flex-direction: column;
}

.custom-section3 .custom-section3-left ul li.active .un-active-content {
    display: none;
}

.custom-section3 .custom-section3-left ul li.active .active-content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.custom-section3 .custom-section3-left ul li.active .active-content div span {
    display: inline-block;
}

.custom-section3 .custom-section3-left ul li .active-content div a {
    font-size: 14px;
    font-weight: 300;
    color: #004CFF;
    line-height: 20px;
    margin-right: 16px;
}

.custom-section3 .custom-section3-left ul li .active-content p {
    font-size: 12px;
    margin-left: 18px;
    font-weight: 300;
    color: #999999;
    line-height: 18px;
    margin-right: 16px;
}

.custom-section3 .custom-section3-right .section3-right-item {
    display: none;
}

.custom-section4 {
    margin-top: 77px;
}

.custom-section4 .content-wrap div {
    background: url("../images/custom/custom-s3-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
}

.custom-section6 {
    margin-top: 100px;
}

.custom-section6 .custom-section6-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    margin-bottom: 137px;
}

.custom-section6 .custom-section6-bottom dl {
    width: 193px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 89, 203, 0.1600);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between;
}

.custom-section6 .custom-section6-bottom dl dt {
    margin-top: 17px;
    text-align: center;
}

.custom-section6 .custom-section6-bottom dl dt span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 10px;
}

.custom-section6 .custom-section6-bottom dl dt p {
    width: 161px;
    height: 72px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-top: 9px;
}

.custom-section6 .custom-section6-bottom dl .custom-more {
    margin-top: 17px;
    width: 81px;
    height: 25px;
    background: #335CFD;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-section6 .custom-section6-bottom dl .custom-more a {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10px;
}

/*供应链商城*/
.gylsc-section3 {
    margin-top: 80px;
}

.gylsc-section3 .gylsc-section3-box {
    background: url("../images/gylsc/gylsc-s3-bg.png");
    height: 610px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-items:nth-child(1) {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-items:nth-child(2) {
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-items:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
    margin-top: 120px;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-item {
    width: 354px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 15px 18px 13px 0px rgba(32, 63, 173, 0.0800);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gylsc-section3 .gylsc-section3-box .gylsc-section3-item:hover {
    background: #f1f1f1;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3B60EA;
    margin-bottom: 11px;
}

.gylsc-section3 .gylsc-section3-box .gylsc-section3-item p {
    width: 289px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.gylsc-section4 {
    margin-top: 55px;
    padding-bottom: 150px;
}

.gylsc-section4 .gylsc-section4-bg {
    background: url("../images/gylsc/gylsc-s4-bg.png");
    height: 644px;
    background-position: top;
    margin-top: 25px;
}

.gylsc-section4 .gylsc-section4-top {
    display: flex;
    justify-content: center;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left {
    display: flex;
    margin-top: 65px;
}


.gylsc-section4 .gylsc-section4-top .section4-top-left .left-items {
    display: flex;
    flex-direction: column;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item,
.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item {
    width: 117px;
    height: 94px;
    background: #FFFFFF;
    border: 1px solid #3B60EA;
    box-shadow: 4px 4px 8px 0px rgba(59, 134, 234, 0.3000);
    border-radius: 6px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-line {
    margin: 38px 7px 0 11px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item2 {
    width: 117px;
    height: 93px;
    background: linear-gradient(135deg, #FF5A2D, #FF682D);
    box-shadow: 4px 4px 8px 0px rgba(255, 90, 45, 0.3500);
    border-radius: 6px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item h3 {
    margin-top: 7px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-left .left-item2 h3 {
    margin-top: 7px;
    color: #fff;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right .right-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 195px;
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 0px rgba(59, 134, 234, 0.3000);
    border-radius: 6px;
    margin-top: 31px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right .right-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 286px;
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 0px rgba(59, 134, 234, 0.3000);
    border-radius: 6px;
    margin-top: 31px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3B60EA;
    margin-bottom: 13px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right img {
    margin-left: 10px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right .right-top-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.gylsc-section4 .gylsc-section4-top .section4-top-right .right-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.gylsc-section4 .gylsc-section4-bottom {
    background: url("../images/gylsc/gylsc-s4-bottom.png");
    width: 951px;
    height: 253px;
    margin: -10px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.gylsc-section4 .gylsc-section4-bottom .section4-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 76px 10px 0;
}

.gylsc-section4 .gylsc-section4-bottom .section4-bottom-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3B60EA;
    line-height: 7px;
    margin-bottom: 12px;
}

.gylsc-section4 .gylsc-section4-bottom .section4-bottom-item p {
    width: 120px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.gylsc-section5 {
    margin-top: 99px;
}

.gylsc-section5 .gylsc-section5-bg {
    background: url("../images/gylsc/gylsc-s5-bg.png");
    margin-top: 25px;
}

.gylsc-section5 .items {
    display: flex;
    padding-top: 70px;
    height: 525px;
}

.gylsc-section5 .items .item {
    position: relative;
    width: 285px;
    height: 445px;
    /*background: #FFFFFF;*/

    border-radius: 0px 0px 2px 2px;
    /*float: left;*/
    margin-right: 16px;
    transition: all ease 300ms;
}

.gylsc-section5 .items .item:hover {
    height: 485px;
    transform: translateY(-20px);
}

@keyframes kf3-left {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.gylsc-section5 .items .item:hover .bot {
    display: block;
    background: url("../images/gylsc/gylsc-s5-button.png");
    border-radius: 0px 0px 5px 5px;
    background-size: cover;
    animation: kf3-left 0.5s;
}

.gylsc-section5 .items .item:hover .bot:hover {
    opacity: 0.9;
}

.gylsc-section5 .items .item:hover .bot .text {
    color: #fff;
}

.gylsc-section5 .items .item:hover .bot .text:before {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.gylsc-section5 .items .item:hover .bot:hover .text:before {
    right: -20px;
}

.gylsc-section5 .items .item:last-child {
    margin-right: 0;
}

.gylsc-section5 .items .item .product-min {
    text-align: left;
    margin-top: -10px;
    box-shadow: 0px 10px 30px 0px #131e341a;
    z-index: 10;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.gylsc-section5 .items .item .top {
    height: 68px;
    width: 258px;
    background: #FFFFFF;
    box-shadow: 0px 0px 34px 1px rgba(115, 120, 128, 0.1600);
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.gylsc-section5 .items .item .top h3 {
    color: #3B60EA;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-right: 7px;
}

.gylsc-section5 .items .item .con {
    padding: 30px 0 0 25px;
}

.gylsc-section5 .items .item .con .dl {
    padding-bottom: 25px;
}


.gylsc-section5 .items .item .con .dt a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.gylsc-section5 .items .item .con .dl a:hover {
    color: #3B60EA;
}


.gylsc-section5 .items .item .con .dd {
    font-size: 14px;
    color: #888888;
    /*margin-top: 8px;*/
}

.gylsc-section5 .items .item .bot {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 75px;
    line-height: 75px;
    animation: all 1s;
    display: none;
}

.gylsc-section5 .items .item .bot a {
    display: block;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
}

.gylsc-section5 .items .item .bot .text {
    color: #f20d23;
    font-size: 14px;
    display: inline-block;
}

.gylsc-section5 .items .item .bot a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    right: 22px;
    display: inline-block;
    transform: rotate(45deg);
    top: 35px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.gylsc-section5 .items .item .product-max {
    width: 307px;
    height: 488px;
    z-index: 2;
    position: relative;
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background-color: #fff;
}

.gylsc-section5 .items .item .product-max .con {
    padding-top: 20px;
}

.gylsc-section5 .items .item .product-max .bot {
    margin-top: 20px;
}

.gylsc-section6 {
    margin-top: 100px;
}
.gylsc-section6 .gylsc-section6-bg{
    background: url("../images/gylsc/gylsc-s4-bg.png");
    height: 644px;
    background-position: top;
    margin-top: 21px;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-items{
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item{
    margin-top: 100px;
    position: relative;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item:hover img{
    transform: rotateZ(360deg);
    transition: all 1s;
}

.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item:nth-child(1)::after,
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item:nth-child(2)::after,
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item:nth-child(3)::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 85px;
    opacity: 0.4;
    background: #D3D4D6;
    right: -40px;
    top: 64%;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item h2{
    font-size: 26px;
font-weight: bold;
color: #111111;
line-height: 32px;
    margin-top: 23px;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item p{
    font-size: 16px;
color: #999999;
    margin-top: 5px;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item ul{
    width: 198px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 23px auto 0;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item ul li{
    text-align: left;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item ul li i{
    color: #D3D4D6;
    font-size: 18px;
}
.gylsc-section6 .gylsc-section6-bg .gylsc-section6-item ul li span{
    margin-left: 5px;
    font-size: 18px;
font-weight: 400;
color: #111111;
line-height: 35px;
}


/*货运系统*/
.huoyun-section1 {
    margin-top: 66px;
}

.huoyun-section1-top ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    margin-top: 32px;
}

.huoyun-section1-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.huoyun-section1-top ul li .section2-img2 {
    display: none;
}

.huoyun-section1-top ul li span {
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.huoyun-section1-top ul li.active .section2-img1 {
    display: none;
}

.huoyun-section1-top ul li.active .section2-img2 {
    display: block;
}

/*
.huoyun-section1-top ul li.active span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}
*/

.huoyun-section1-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -29px;
    content: '';
    width: 158px;
    height: 2px;
    background: url(../images/lhyg/lhyg-s1-line.png);
}

.huoyun-section1-bottom2 {
    display: none;
}

.huoyun-section1-bottom1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 182px;
    margin-top: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.huoyun-section1-bottom1 dl:first-child dd {
    width: 300px;
    height: 180px;
    margin-right: 40px;
}

.huoyun-section1-bottom1 dl:last-child dd span.top-line {
    display: inline-block;
    width: 48px;
    height: 6px;
    background: #0173FA;
    margin-bottom: 13px;
}

.huoyun-section1-bottom1 dl:last-child dd h3 {
    font-size: 24px;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 29px;
}

.huoyun-section1-bottom1 dl:last-child dd:last-child {
    width: 630px;
    display: flex;

}

.huoyun-section1-bottom1 dl:last-child dd i {
    background: url(../images/lhyg/icon1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.huoyun-section1-bottom1 dl:last-child dd .section1-content {
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
}

.huoyun-section2 {
    margin-top: 66px;
}

.huoyun-section2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}

.huoyun-section2 ul li {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 280px;
    height: 132px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 3px 20px 0px rgba(77, 107, 245, 0.15);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
}

.huoyun-section2 ul li:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* Internet Explorer */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
    transition: all 0.3s linear;

    box-shadow: 2px 2px 31px rgb(41 131 255 / 15%);
    z-index: 1;
}

.huoyun-section2 ul li div.img-box {
    display: flex;
    height: 132px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.huoyun-section2 ul li div.c-box {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.huoyun-section2 ul li div.c-box span {
    width: 112px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #384C78;
    line-height: 24px;
    margin-bottom: 10px;
}

.huoyun-section2 ul li div.c-box p {
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #748598;
    line-height: 20px;
}

.huoyun-section3 {
    margin-top: 66px;
    background: url("../images/huoyun/huoyun-s3-bg.png");
    height: 582px;
}

.huoyun-section3 .home-title1 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #FF783E;
    padding-top: 60px;
    margin-bottom: 20px;
}

.huoyun-section3 .home-title1 p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.huoyun-section3-box {
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
}

.huoyun-section3-box .huoyun-section3-left ul {
    width: 423px;
    height: 216px;
    margin-top: 83px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.huoyun-section3-box .huoyun-section3-left ul li {
    width: 197px;
    height: 56px;
    background: #0173FA;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;

}

.huoyun-section3-box .huoyun-section3-left ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.huoyun-section3-box .huoyun-section3-right {
    margin-top: 51px;
}

.huoyun-section3-box .huoyun-section3-right img {
    position: relative;
    bottom: 0px;
    animation: ghostdownUp 3s linear infinite normal;
    -webkit-animation: ghostdownUp 3s linear infinite normal;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

@keyframes ghostdownUp {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 0;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 15px;
    }
    100% {
        bottom: 0;
    }
}

@-webkit-keyframes ghostdownUp {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 0;
    }
    50% {
        bottom: 0;
    }
    75% {
        bottom: 15px;
    }
    100% {
        bottom: 0;
    }
}

.huoyun-section4 {
    margin-top: 66px;
}

.huoyun-section4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 49px;
}

.huoyun-section4 ul li {
    width: 370px;
    height: 116px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(50, 130, 255, 0.1), 0px 5px 20px 0px rgba(50, 130, 255, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.huoyun-section4 ul li:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* Internet Explorer */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
    transition: all 0.3s linear;

    box-shadow: 2px 2px 31px rgb(41 131 255 / 15%);
    z-index: 1;
}

.huoyun-section4 ul li div.img-box {
    display: flex;
    height: 132px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 12px 0 25px;
}

.huoyun-section4 ul li div.c-box {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.huoyun-section4 ul li div.c-box span {
    width: 112px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
    margin-bottom: 10px;
}

.huoyun-section4 ul li div.c-box p {
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 20px;
}


/*灵活用工*/
.lhyg-section1 {
    margin-top: 66px;
}

.lhyg-section2-top ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    margin-top: 32px;
}

.lhyg-section2-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.lhyg-section2-top ul li .section2-img2 {
    display: none;
}

.lhyg-section2-top ul li span {
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.lhyg-section2-top ul li.active .section2-img1 {
    display: none;
}

.lhyg-section2-top ul li.active .section2-img2 {
    display: block;
}

/*
.lhyg-section2-top ul li.active span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}
*/

.lhyg-section2-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -29px;
    content: '';
    width: 158px;
    height: 2px;
    background: url(../images/lhyg/lhyg-s1-line.png);
}

.lhyg-section2-bottom2 {
    display: none;
}

.lhyg-section2-bottom1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 182px;
    margin-top: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.lhyg-section2-bottom1 dl:first-child dd {
    width: 300px;
    height: 180px;
    margin-right: 40px;
}

.lhyg-section2-bottom1 dl:last-child dd span.top-line {
    display: inline-block;
    width: 48px;
    height: 6px;
    background: #0173FA;
    margin-bottom: 13px;
}

.lhyg-section2-bottom1 dl:last-child dd h3 {
    font-size: 24px;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 29px;
}

.lhyg-section2-bottom1 dl:last-child dd:last-child {
    width: 630px;
    display: flex;

}

.lhyg-section2-bottom1 dl:last-child dd i {
    background: url(../images/lhyg/icon1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.lhyg-section2-bottom1 dl:last-child dd .section2-content {
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
}


.lhyg-section2 {
    margin-top: 66px;
}

.lhyg-section2-img {
    margin-top: 49px;
}

.lhyg-section3 {
    margin-top: 66px;
    background: url("../images/lhyg/lhyg-s3-bg.png");
    height: 716px;
}

.lhyg-section3 .home-title1 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 60px;
    margin-bottom: 20px;
}

.lhyg-section3 .home-title1 p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin: 0;
}

.lhyg-section3-box {
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
}

.lhyg-section3-box .lhyg-section3-left {
    width: 477px;
    height: 392px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.lhyg-section3-box .lhyg-section3-left-title {
    width: 367px;
    height: 43px;
    border: 1px solid #FFFFFF;
    line-height: 43px;
    text-align: center;
    margin: 0 auto 21px;
}

.lhyg-section3-box .lhyg-section3-left-title span {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.lhyg-section3-box .lhyg-section3-left-content {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
}

.lhyg-section3-box .lhyg-section3-left-content div {
    width: 238px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.lhyg-section3-box .lhyg-section3-left-content div.content-other {
    border-right: 1px solid #f2f2f2;
}

.lhyg-section3-box .lhyg-section3-left-content div.content-other::after {
    position: absolute;
    background: url("../images/lhyg/lhyg-vs.png");
    width: 26px;
    height: 15px;
}

.lhyg-section3-box .lhyg-section3-left-content div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FF7700;
    margin: 24px 0 13px;
}

.lhyg-section3-box .lhyg-section3-left-content div.content-self h3 {

    color: #0C58D3;
}

.lhyg-section3-box .lhyg-section3-left-content div p {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    margin-bottom: 13px;
}

.lhyg-section3-box .lhyg-section3-left-content div ul {
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lhyg-section3-box .lhyg-section3-left-content div li {
    width: 190px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(255, 105, 23, 0.15);
    border-radius: 4px;
    margin: 9px 10px;
    line-height: 24px;
}

.lhyg-section3-box .lhyg-section3-left-content div.content-self li {

    box-shadow: 0px 0px 10px 0px rgba(41, 131, 255, 0.2);

}

.lhyg-section3-box .lhyg-section3-left-content div li span {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
}

.lhyg-section3-box .lhyg-section3-left-content div div {
    width: 190px;
    height: 30px;
    background: #FF7700;
    box-shadow: 0px 1px 10px 0px rgba(168, 168, 171, 0.28);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto 25px;
}

.lhyg-section3-box .lhyg-section3-left-content div.content-self div {
    background: #0C58D3;
}

.lhyg-section3-box .lhyg-section3-right-title {
    width: 241px;
    height: 43px;
    border: 1px solid #FFFFFF;
    line-height: 43px;
    text-align: center;
    margin: 0 auto 21px;
}

.lhyg-section3-box .lhyg-section3-right-title span {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.lhyg-section3-box .lhyg-section3-right-content {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.lhyg-section3-box .lhyg-section3-right-content dl {
    width: 290px;
    height: 201px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.lhyg-section3-box .lhyg-section3-right-content dl dt img {
    width: 64px;
    height: 64px;
}

.lhyg-section3-box .lhyg-section3-right-content dl dd {
    text-align: center;
}

.lhyg-section3-box .lhyg-section3-right-content dl dd p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;

}


/* 代驾 */
.daijia-section1 {
    margin-top: 66px;
    background: url("../images/daijia/daijia-bg.png");
}

.daijia-section1 .daijia-boxs1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 68px;
}

.daijia-section1 .daijia-boxs1 dl dd i {
    background: url("../images/daijia/icon1.png");
    display: inline-block;
    width: 14px;
    height: 14px;
}

.daijia-section1 .daijia-boxs1 .daijia-section1-left {
    width: 50%
}

.daijia-section1 .daijia-boxs1 .daijia-section1-left dd {
    margin-bottom: 26px;
    width: 95%;
}

.daijia-section1 .daijia-boxs1 .daijia-section1-left dd span {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 25px;
}

.daijia-section1 .daijia-boxs1 .daijia-section1-left dd:last-child a {
    width: 171px;
    height: 66px;
    background: url(../images/daijia/button.png);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.daijia-section2 {
    margin-top: 60px;
}

.daijia-section2-top ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    margin-top: 32px;
}

.daijia-section2-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.daijia-section2-top ul li .section2-img2 {
    display: none;
}

.daijia-section2-top ul li span {
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}

.daijia-section2-top ul li.active .section2-img1 {
    display: none;
}

.daijia-section2-top ul li.active .section2-img2 {
    display: block;
}

/*
.daijia-section2-top ul li.active span {
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
}
*/

.daijia-section2-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -29px;
    content: '';
    width: 158px;
    height: 2px;
    background: url(../images/daijia/dajia-s2-line.png);
}

.daijia-section2-bottom2 {
    display: none;
}

.daijia-section2-bottom1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 250px;
    margin-top: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.daijia-section2-bottom1 dl:first-child dd {
    width: 300px;
    height: 180px;
    margin-right: 40px;
}

.daijia-section2-bottom1 dl:last-child dd span.top-line {
    display: inline-block;
    width: 48px;
    height: 6px;
    background: #0173FA;
    margin-bottom: 13px;
}

.daijia-section2-bottom1 dl:last-child dd h3 {
    font-size: 24px;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 29px;
}

.daijia-section2-bottom1 dl:last-child dd:last-child {
    width: 630px;
    display: flex;

}

.daijia-section2-bottom1 dl:last-child dd i {
    background: url(../images/daijia/icon1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 48px;
    height: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.daijia-section2-bottom1 dl:last-child dd .section2-content {
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
}

.daijia-section3 {
    margin-top: 60px;
}

.daijia-section3 .daijia-section3-box {
    background: url("../images/daijia/daijia-s3.png");

    height: 250px;
    margin-top: 96px;
}

.daijia-section3 .daijia-section3-box div {
    display: flex;
    justify-content: space-around;
    height: 125px;
}

.daijia-section3 .daijia-section3-box div dl:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.daijia-section3 .daijia-section3-box div:first-child dl {
    margin-top: -40px;
}

.daijia-section3 .daijia-section3-box div:last-child dl {
    margin-top: 55px;
}

.daijia-section3 .daijia-section3-box dl dt {
    background: url("../images/daijia/daijia-s3-icon-bg.png") no-repeat;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.daijia-section3 .daijia-section3-box dl dd span {
    font-size: 22px;
    font-weight: 500;
    color: #0173FA;
    line-height: 35px;
}

.daijia-section4 {
    margin-top: 66px;
}

.daijia-section4 .daijia-section4-ul {
    margin-top: 40px;
    background: url("../images/daijia/daijia-s4-bg.png") no-repeat;
    background-position: top;
    height: 517px;
}

.daijia-section4 .daijia-section4-ul .section4-ul1 {
    padding: 50px 0 60px;
}

.daijia-section4 .daijia-section4-ul .section4-ul2 {
    padding: 150px 0 60px;
    width: 1000px;
    margin: 0 auto;
}

.daijia-section4 .daijia-section4-ul .section4-ul3 {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}

.daijia-section4 .daijia-section4-ul .section4-ul-l {
    float: left;
    display: flex;
    width: 275px;
}

.daijia-section4 .daijia-section4-ul .section4-ul-r {
    float: right;
    display: flex;
    width: 275px;
    height: 95px;
}

.daijia-section4 .daijia-section4-ul .section4-ul-l .section4-ul-text {
    margin-right: 18px;
    text-align: right;

}

.daijia-section4 .daijia-section4-ul .section4-ul-r .section4-ul-text {
    margin-left: 18px;
    text-align: left;

}

.daijia-section4 .daijia-section4-ul li div.section4-ul-icon {
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #0173FA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.daijia-section4 .daijia-section4-ul li div.section4-ul-text {
    width: 67%;
}

.daijia-section4 .daijia-section4-ul li div.section4-ul-text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0173FA;
    margin: 13px 0;
}

.daijia-section4 .daijia-section4-ul li div.section4-ul-text p {
    font-size: 12px;
    font-weight: 300;
    color: #777777;
    line-height: 17px;
}

.daijia-section5 {
    margin-top: 66px;
}

.daijia-section5 .daijia-section5-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
}

.daijia-section5 .daijia-section5-ul:first-child {
    margin-top: 50px;
}

.daijia-section5 .daijia-section5-ul li {
    width: 358px;
    height: 238px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 1px rgb(41 131 255 / 9%);
    border-radius: 7px;
    justify-content: space-evenly;
}

.daijia-section5 .daijia-section5-ul li:hover {

    background: #f3f3f3;

}

.daijia-section5 .daijia-section5-ul li h3 {
    font-size: 22px;
    font-weight: 400;
    color: #393939;
    line-height: 18px;
}

.daijia-section5 .daijia-section5-ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 24px;
    width: 80%;
}


/* 小程序 */
.xcx-section1 {
    margin-top: 66px;
}

.xcx-section1 .xcx-section1-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.xcx-section1 .xcx-section1-box div {
    width: 250px;
    height: 272px;
    background: linear-gradient(0deg, #F5F5F5, #FFFFFF, #FFFFFF);
    box-shadow: 0px 3px 20px 0px rgba(77, 107, 245, 0.15), 0px -8px 16px 0px rgba(133, 112, 112, 0.06);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}

.xcx-section1 .xcx-section1-box div .section1-title {
    font-size: 18px;
    font-weight: bold;
    color: #384C78;
    line-height: 24px;
}

.xcx-section1 .xcx-section1-box div .section1-cont {
    width: 197px;
    font-size: 14px;
    font-weight: 400;
    color: #748598;
    line-height: 20px;
    text-align: center;
}

.xcx-section2 {
    margin-top: 66px;
}

.xcx-section2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 53px;
}

.xcx-section2 ul li {
    margin-bottom: 11px;
}

.xcx-section2 ul li .section2-box {
    width: 224px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xcx-section2 ul li .section2-box span {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}

.xcx-section2 .section2-bg1 {
    background: url("../images/xcx/xcx-s2-bg1.png");
}

.xcx-section2 .section2-bg2 {
    background: url("../images/xcx/xcx-s2-bg2.png");
}

.xcx-section2 .section2-bg3 {
    background: url("../images/xcx/xcx-s2-bg3.png");
}

.xcx-section2 .section2-bg4 {
    background: url("../images/xcx/xcx-s2-bg4.png");
}

.xcx-section2 .section2-bg5 {
    background: url("../images/xcx/xcx-s2-bg5.png");
}

.xcx-section2 .section2-bg6 {
    background: url("../images/xcx/xcx-s2-bg6.png");
}

.xcx-section2 .section2-bg7 {
    background: url("../images/xcx/xcx-s2-bg7.png");
}

.xcx-section2 .section2-bg8 {
    background: url("../images/xcx/xcx-s2-bg8.png");
}

.xcx-section2 .section2-bg9 {
    background: url("../images/xcx/xcx-s2-bg9.png");
}

.xcx-section2 .section2-bg10 {
    background: url("../images/xcx/xcx-s2-bg10.png");
}

.xcx-section2 .section2-bg11 {
    background: url("../images/xcx/xcx-s2-bg11.png");
}

.xcx-section2 .section2-bg12 {
    background: url("../images/xcx/xcx-s2-bg12.png");
}

.xcx-section2 .section2-bg13 {
    background: url("../images/xcx/xcx-s2-bg13.png");
}

.xcx-section2 .section2-bg14 {
    background: url("../images/xcx/xcx-s2-bg14.png");
}

.xcx-section2 .section2-bg15 {
    background: url("../images/xcx/xcx-s2-bg15.png");
}


.xcx-section3 {
    margin-top: 56px;
    padding-top: 62px;
    background: url("../images/xcx/xcx-s3-bg.png");
}

.xcx-section3-top {
    padding-bottom: 71px;
}

.xcx-section3-top ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    margin-top: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.xcx-section3-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.xcx-section3-top ul li .case-img2 {
    display: none;
}

.xcx-section3-top ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.xcx-section3-top ul li.active .case-img1 {
    display: none;
}

.xcx-section3-top ul li.active .case-img2 {
    display: block;
}

.xcx-section3-top ul li.active span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.xcx-section3-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -37px;
    content: '';
    width: 158px;
    height: 12px;
    background: url(../images/index/4F-icon06.png);
}

.xcx-section3-bottom {
    margin-top: 26px;
    background: #FFFFFF;
    height: 436px;
}

.xcx-section3-bottom2 {
    display: none;
}

.xcx-section3-bottom1 {
    display: flex;

}

.xcx-section3-bottom1 dl.section3-left dd {
    margin-top: 43px;

}

.xcx-section3-bottom1 dl.section3-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.xcx-section3-bottom1 dl dt.section3-title {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.xcx-section3-bottom1 dl dd.section3-cont p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
    margin-bottom: 22px;
}

.xcx-section3-bottom1 dl dd.section3-cont div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 7px;
    margin-bottom: 11px;
}

.xcx-section3-bottom1 dl dd .home-moe4 {
    width: 146px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, #3862FF, #3C5EDE);
    box-shadow: 0px 6px 13px 0px rgba(254, 65, 44, 0.23);
    border-radius: 5px;
    margin-top: 47px;
}

.xcx-section3-bottom1 dl dd .home-moe4 a {
    width: 64px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.xcx-section3-bottom1 dl:first-child {
    width: 595px;
    margin-left: 50px;

}

.xcx-section3-bottom1 dl:first-child dt img {
    width: 140px;
}

.xcx-section3-bottom1 dl:last-child {
    width: 601px;
}

.xcx-section3-bottom1 dl:last-child img {
    width: 275px;
}

.xcx-section4 {
    background: url("../images/xcx/xcx-s4-bg.png");
    padding-top: 58px;
}

.xcx-section4 .home-title1 h2 {
    color: #fff;
}

.xcx-section4 .home-title1 p {
    color: #fff;
}

.xcx-section4 .xcx-section4-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 40px;
}

.xcx-section4 .xcx-section4-box div {
    width: 250px;
    height: 272px;
    background: linear-gradient(0deg, #F5F5F5, #FFFFFF, #FFFFFF);
    box-shadow: 0px 3px 20px 0px rgba(77, 107, 245, 0.15), 0px -8px 16px 0px rgba(133, 112, 112, 0.06);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}

.xcx-section4 .xcx-section4-box div .section4-title {
    font-size: 18px;
    font-weight: bold;
    color: #384C78;
    line-height: 24px;
}

.xcx-section4 .xcx-section4-box div .section4-cont {
    width: 197px;
    font-size: 14px;
    font-weight: 400;
    color: #748598;
    line-height: 20px;
    text-align: center;
}

.xcx-section5 {
    margin-top: 56px;
}

.xcx-section5-top {
}

.xcx-section5-top ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    margin-top: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.xcx-section5-top ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 59px;
    color: #989898;
}

.xcx-section5-top ul li .case-img2 {
    display: none;
}

.xcx-section5-top ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.xcx-section5-top ul li.active .case-img1 {
    display: none;
}

.xcx-section5-top ul li.active .case-img2 {
    display: block;
}

.xcx-section5-top ul li.active span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 7px;
}

.xcx-section5-top ul li.active::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -37px;
    content: '';
    width: 158px;
    height: 12px;
    background: url(../images/index/4F-icon06.png);
}

.xcx-section5-bottom {
    margin-top: 26px;
    background: #FFFFFF;
}

.xcx-section5-bottom2 {
    display: none;
}

.xcx-section5-bottom1 {
    display: flex;
}

.section5-left {
    width: 50%;
    height: 360px;
    background: url("../images/xcx/xcx-s5-left.png");
    display: flex;
    justify-content: flex-end;
}

.section5-left .section5-left-content {
    width: 600px;
}

.section5-left .section5-left-content .left-title {
    margin-top: 100px;
}

.section5-left .section5-left-content .left-title div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.section5-left .section5-left-content .left-title span {
    font-size: 70px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0px;
    opacity: 0.6;
}

.section5-left .section5-left-content .left-title h2 {
    display: inline-block;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 23px;
}

.section5-left .section5-left-content .left-title p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.6;
    margin: 16px 83px 0 94px;
}

.section5-left .left-content {
    display: flex;
    flex-direction: row;
    margin-left: 94px;
    margin-top: 60px;
}

.section5-left .left-content div {
    display: flex;
    flex-direction: column;
    margin-right: 64px;
}

.section5-left .left-content div span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.section5-left .left-content div span:first-child {
    font-size: 12px;
    margin-bottom: 11px;

}

.section5-left .left-content div span:last-child {
    font-size: 32px;
}

.section5-left .left-content div span:last-child em {
    font-size: 12px;
}

.section5-right {
    width: 50%;
    height: 360px;
}

.section5-right div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 360px;
}

.section5-right div div:first-child {
    margin: 0 0 42px 56px;
}

.section5-right div div:first-child img {
    width: 103px;
}

.section5-right div div:nth-child(2) {
    margin: 0 -20px 81px 11px;
    z-index: 10;
}


/*erp*/
.erp-section1 {
    margin-top: 80px;
    background: url("../images/erp/erp-s1-bg.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.erp-section1 .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    padding-bottom: 80px;
}

.erp-section1 .slide-li .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 316px;
}

.erp-section1 .slide-li .item h2 {
    margin-top: 40px;
    font-size: 64px;
    color: #fff;
}

.erp-section1 .slide-li .item p {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 26px;
}

.erp-section1 .slide-li .item span {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 26px;
    margin-bottom: 28px;
}

.erp-section1 .slide-li .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 316px;
    background-color: rgba(28, 64, 189, 0.9);
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
}

.erp-section1 .slide-li .mask .title {
    font-size: 24px;
    color: #FFFFFF;
    margin: 20px 0;
    line-height: 22px;
}

.erp-section1 .slide-li .mask .list-item {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 10px;
}

.erp-section1 .slide-li .mask .more {
    width: 82px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 13px;
    margin: 20px auto 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.erp-section1 .slide-li .mask .more span {
    font-size: 12px;
    color: #2F54EB;
}

.erp-section-yth {
    padding-top: 80px;
    padding-bottom: 64px;
    background: #F5F6FB;
}

.erp-section-yth .section-yth-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.erp-section-yth .section-yth-box .section-yth-li {
    width: 280px;
    height: 397px;
    background: #E8EEF7;
    border-radius: 20px;
}

.erp-section-yth .section-yth-box .section-yth-li ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
}

.erp-section-yth .section-yth-box .section-yth-li li {
    width: 251px;
    height: 39px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.erp-section-yth .section-yth-box .section-yth-li span {
    display: inline-block;
    width: 81px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;

}

.erp-section2 {
    margin-top: 80px;
}

.erp-section2 .section2-bg {
    background: url("../images/erp/erp-s2-bg.png");
    background-position: center;
    height: 760px;
}

.erp-section3 {
    margin-top: 70px;
}

.erp-section3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 53px;
}

.erp-section3 ul li {
    margin-bottom: 11px;
    overflow: hidden;
}

.erp-section3 ul li .section3-box {
    width: 276px;
    height: 192px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.erp-section3 ul li .section3-box span {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 22px;;
}

.erp-section3 ul li .section3-box p {
    width: 215px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

.erp-section3 .section3-bg1 {
    background: url("../images/erp/erp-s3-bg1.png");
}

.erp-section3 .section3-bg2 {
    background: url("../images/erp/erp-s3-bg2.png");
}

.erp-section3 .section3-bg3 {
    background: url("../images/erp/erp-s3-bg3.png");
}

.erp-section3 .section3-bg4 {
    background: url("../images/erp/erp-s3-bg4.png");
}

.erp-section3 .section3-bg5 {
    background: url("../images/erp/erp-s3-bg5.png");
}

.erp-section3 .section3-bg6 {
    background: url("../images/erp/erp-s3-bg6.png");
}

.erp-section3 .section3-bg7 {
    background: url("../images/erp/erp-s3-bg7.png");
}

.erp-section3 .section3-bg8 {
    background: url("../images/erp/erp-s3-bg8.png");
}

.erp-section3 .section3-bg9 {
    background: url("../images/erp/erp-s3-bg9.png");
}

.erp-section3 .section3-bg10 {
    background: url("../images/erp/erp-s3-bg10.png");
}

.erp-section3 .section3-bg11 {
    background: url("../images/erp/erp-s3-bg11.png");
}

.erp-section3 .section3-bg12 {
    background: url("../images/erp/erp-s3-bg12.png");
}

.erp-section3 ul li .section3-box:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1.5s;
}

.erp-section4 {
    margin-top: 47px;
}

.erp-section4 .section4-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.erp-section4 .section4-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 228px;
    height: 335px;
    background: #FAFAFA;
    opacity: 0.98;
    border-radius: 5px;
    margin-bottom: 30px;
}

.erp-section4 .section4-item:hover {
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all .5s;
    box-shadow: 0px 6px 29px 0px rgb(62 176 255 / 16%);
    /*border: 1px solid #d5d5d5;*/
}

.erp-section4 .section4-item img {
    margin-top: 40px;
}

.erp-section4 .section4-item h2 {
    font-size: 18px;
    font-weight: bold;
    color: #384C78;
    line-height: 24px;
    margin-top: 26px;
}

.erp-section4 .section4-item p {
    width: 169px;
    font-size: 14px;
    font-weight: 400;
    color: #748598;
    line-height: 20px;
    margin-top: 30px;
    text-align: center;
}


/* 超全的售后服务，保证运营无忧 */

.erp-section5 {
    margin-top: 80px;
}

.erp-section5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 48px;
}

.erp-section5 ul li {
    height: 240px;
    background: #e4f7fd;
    flex: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.erp-section5 ul li.erp-section5-li2 {
    background: #fff;
}

.erp-section5 ul li img {
    /*padding-top: 50px;*/
    width: 160px;
}

.erp-section5 ul li p {
    padding-top: 13px;
    font-size: 16px;
    color: #384c78;
}

.erp-section5 ul li span {
    width: 36px;
    height: 2px;
    margin-top: 6px;
    background: #ff8f05;
}


/******  成功案例页面的style ******/

.case-map {
    margin-top: 62px;
}

.case-map .case-map-content {
    margin-top: 52px;
    height: 700px;
    background: url("../images/case/map-bg.png");
}

.case-map .case-map-content .map {
    width: 698px;
    height: 600px;
    padding-top: 68px;
}

.case-map .case-map-bottom {
    background: #006BE9;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-map .case-map-bottom div {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F8F1FF;
}


.hs-case {
    margin-top: 62px;
}

.hs-case .hs-case-top ul {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.hs-case .hs-case-top ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 13px;
}

.hs-case .hs-case-top ul li a.active span {
    color: #499BFF;
}

.hs-case .hs-case-top ul li a.active::after {
    position: absolute;
    /*left: 20.2%;*/
    /*transform: translate(-50%);*/
    bottom: -115.4%;
    content: '';
    width: 160px;
    height: 4px;
    background: #308DFF;
}

.hs-case .hs-case-bottom {
    width: 100%;
    background: url("../images/case/bg.png");
    background-size: contain;
}

.hs-case .hs-case-bottom2 {
    width: 1200px;
    padding: 0 0 60px 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hs-case .case-item {
    width: 271px;
    height: 300px;
    float: left;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.hs-case .itemText {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 150px;
}

.hs-case .itemText .itemLogo {
    height: 76px;
    line-height: 76px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hs-case .itemText .itemLogo img {
    max-height: 55px;
    max-width: 80%;
}

.hs-case .itemText .hy {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    padding: 10px 0 30px;
    text-align: center;
}

.hs-case .c-item-t {
    height: 150px;
    width: 100%;
}

.hs-case .c-item-t img {
    width: 100%;
    height: 100%;
}

.hs-case .c-item-time {
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
    color: #A0A0A0;
    font-size: 16px;
}

.hs-case .case-item h2 {
    text-align: center;
    padding: 0 30px;
    font-size: 20px;
    color: #000000;
    font-family: PingFangSC-Semibold;
    height: 20px;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hs-case .c-item-p {
    padding: 0 30px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: calc(24px * 4);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hs-case .case-item a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

/** 客服*/
.dc-kf-main {
    /*position: fixed;*/
    POSITION: absolute;
    width: 180px;
    height: auto;
    z-index: 99999;
}
.dc-kf-div {
    margin-top: 396px;
    display: flex;
    flex-direction: column;
    align-items: end;
    grid-gap: 4px 0;
}
.dc-kf-div .dc-kf-ul {
    padding-top: 15px;
}
.dc-kf-div .open-wx {
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: stretch;
    font-size: 16px;
    color: #fff;
}
.dc-kf-div .open-wx img {
    padding-right: 5px;
}
.dc-kf-div .open-wx-img {
    padding-top: 5px;
}
.dc-kf-div .open-wx span {
    display: flex;
    align-items: center;
    height: 20px;
}
.dc-kf-div dl dd {
    display: none;
}
.dc-kf-div dl dd span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.21px;
    color: #172d5e;
    text-align: center;
    width: 100%;
    padding-top: 5px;
}
.dc-kf-div dl dd span img {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
    padding-bottom: 4px;
    text-align: center;
}
.dc-kf-div dl {
    width: 90px;
    height: 90px;
    background: #E5EBFF;
    border: 1px solid #D6DDF3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.dc-kf-div dl dt {
    display: none;
}
.dc-kf-div dl dd {
    display: block;
}

#backToTop {
    opacity: 0;
}


























