/**
 * 首页index.html
 */
.index-banner {
    position: absolute;
    top: 0px;
    z-index: 0;
    height: 618px;
    overflow: hidden;
    min-width: 1300px;
}

.index-header {
    margin-bottom: 520px;
}

.index-banner video {
    object-fit: fill;
    height: 618px;
    width: 100%;
}

.index-banner video source {
    min-width: 100%;
    min-height: 100%;
}

.index-banner video source img {
    width: 100%;
    height: 100%;
}
#index-banner-swiper .swiper-list li {
    position: relative;
}
#index-banner-swiper .swiper-list li > img {
    width: 100%;
    height: 618px;
}

#index-banner-swiper .swiper-list li > .bg-text {
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -99px;
    display: block;
    width: 480px;
    height: 198px;
    display: block\0;
}

#index-banner-swiper .swiper-list li .mbg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0; /*background: #1b9cff;*/
    background: rgba(12, 102, 238, 0.6);
}

#index-banner-swiper {
    height: 618px;
    overflow: hidden;
}
#index-banner-swiper .bo {
    display: none;
    display: block\0;
}

/**
 * future
 */
.future {
    min-width: 1300px;
}

.future-content {
    position: relative;
    text-align: center;
}

.future-content > img {
    display: block;
    position: absolute;
    z-index: 0;
    right: 218px;
    top: 0px;
}

.future-content .future-title {
    padding: 60px 0 20px 0;
    font-size: 36px;
    color: #3c3c3b;
}

.future-content .future-tag {
    margin-bottom: 30px;
    font-size: 16px;
    color: #707070;
    line-height: 25px;
}

.future-content .future-btn {
    display: inline-block;
    width: 132px;
    height: 50px;
    margin-bottom: 50px;
    padding-right: 8px;
    line-height: 46px;
    background: url(./../img/about.png) no-repeat center center;
    background-size: 132px 50px;
    font-size: 16px;
    color: #fff;
}

.future-content .future-btn:hover {
    background: url(./../img/about_hover.gif) no-repeat center center;
    background-size: 132px 50px;
}

/**
 * product
 */
.product {
    min-width: 1300px;
    height: 550px;
    background: #f9f9f9;
}

.product-content {
    width: 770px;
    margin: auto;
}

.product ul {
    padding-top: 40px;
    margin-right: -55px;
}

.product ul li {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
    margin: 0 55px 30px 0;
    transition: all 0.1s;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    text-align: center;
}

.product ul li:before {
}

.product ul li:hover {
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 20px 0 #e7e7e7;
    -moz-box-shadow: 0 0 20px 0 #e7e7e7;
    -ms-box-shadow: 0 0 20px 0 #e7e7e7;
    -o-box-shadow: 0 0 20px 0 #e7e7e7;
    box-shadow: 0 0 20px 0 #e7e7e7;
}

.product ul li:hover:before {
    -webkit-box-shadow: -1px -1px 20px 0 #e7e7e7;
    -moz-box-shadow: -1px -1px 20px 0 #e7e7e7;
    -ms-box-shadow: -1px -1px 20px 0 #e7e7e7;
    -o-box-shadow: -1 -1px 20px 0 #e7e7e7;
    box-shadow: -1px -1px 20px 0 #e7e7e7;
}

/*.product ul li img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 2s;
	-webkit-transition: all 2s;
}*/
.product ul li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 18% auto 0;
    display: block;
    height: auto;
    width: auto;
    max-height: 220px;
    max-width: 220px;
    transition: all 2s;
    -webkit-transition: all 2s;
}

.product ul li img.product-img {
    display: inline-block;
    width: 85px;
    height: 85px;
}

.product ul li img.product-img-hover {
    opacity: 0;
    filter: alpha(opacity=40);
}

.product ul li:hover .product-img {
    opacity: 0;
    filter: alpha(opacity=40);
}

.product ul li:hover .product-img-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product ul li span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    font-size: 16px;
    color: #707070;
    line-height: 25px;
}

/**
 * news
 */
.news {
    min-width: 1300px;
    padding-bottom: 15px;
    background: #fff;
}

.news-tag {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #434342;
    text-align: center;
}

.news-box {
    overflow: hidden;
    width: 1120px;
    height: 390px;
    padding: 10px;
    margin: auto;
}

.news-box ul {
    margin: 0 -30px 0 20px;
}

.news-box ul li {
    position: relative;
    float: left;
    width: 310px;
    height: 310px;
    margin: 30px 30px 30px 0;
    padding: 12px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 0 rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.5);
    box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.5);
}

.news-box ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    content: '';
    width: 310px;
    height: 310px;
    -webkit-box-shadow: -1px -1px 6px 0 rgba(199, 199, 199, 0.5);
    -moz-box-shadow: -1px -1px 6px 0 rgba(199, 199, 199, 0.5);
    -ms-box-shadow: -1px -1px 6px 0 rgba(199, 199, 199, 0.5);
    -o-box-shadow: -1 -1px 6px 0 rgba(199, 199, 199, 0.5);
    box-shadow: -1px -1px 6px 0 rgba(199, 199, 199, 0.5);
}

.news-box ul li:hover {
    transition: all 0.2s;
    transform: scale(1.01); /*border: 1px solid #D4E9FE;*/
    -webkit-box-shadow: 0 0 30px 0 #c8d0d9;
    -moz-box-shadow: 0 0 30px 0 #c8d0d9;
    -ms-box-shadow: 0 0 30px 0 #c8d0d9;
    -o-box-shadow: 0 0 30px 0 #c8d0d9;
    box-shadow: 0 0 30px 0 #c8d0d9;
}

.news-box ul li:hover:before {
    -webkit-box-shadow: -1px -1px 30px 0 #c8d0d9;
    -moz-box-shadow: -1px -1px 30px 0 #c8d0d9;
    -ms-box-shadow: -1px -1px 30px 0 #c8d0d9;
    -o-box-shadow: -1 -1px 30px 0 #c8d0d9;
    box-shadow: -1px -1px 30px 0 #c8d0d9;
}

.news-box ul li a {
    display: block;
    position: relative;
    z-index: 1;
}

.news-box ul li p {
    margin: 10px 0;
    font-size: 16px;
    color: #252525;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box ul li img {
    width: 287px;
    height: 197px;
}
.news-box ul li span {
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #9c9c9c;
}

.news-footer {
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.news-footer a {
    font-size: 14px;
    color: #bebebe;
}

.news-footer a:hover {
    color: #00a7f7;
    text-decoration: underline;
}

/**
 * partner
 */
.partner {
    min-width: 1300px;
    height: 436px;
    background: #f9f9f9;
}

.partner-tag {
    height: 94px;
    line-height: 94px;
    font-size: 22px;
    color: #3c3c3b;
    text-align: center;
}

.partner-box {
    width: 958px;
    margin: auto;
    overflow: hidden;
}

.partner-box ul {
    overflow: hidden;
    margin-right: -15px;
}

.partner-box li {
    float: left;
    width: 124px;
    height: 44px;
    margin: 0 15px 15px 0;
}

.partner-box li img {
    display: inline-block;
    width: 124px;
    height: 44px;
}
/**
 * joinus.html
 */

/**
 * jobs
 */
.jobs {
    background: url(../img/about/joinbg.png) no-repeat center center #f8f9fb;
    background-size: 100% 100%;
}

.jobs-content {
    width: 966px;
    padding: 30px 0;
}

.jobs-content p {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    margin-bottom: 18px;
}

/**
 * join-content
 */
.join-content {
    width: 1000px;
    padding-top: 40px;
}

.join h4 {
    font-weight: normal;
    font-size: 45px;
    color: #3c3c3b;
    text-align: center;
    margin-bottom: 8px;
}

.join h6 {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
}

.join .join-btn {
    text-align: center;
    margin: 22px 0 58px 0;
}

.join .join-btn a {
    display: inline-block;
    position: relative;
    width: 73px;
    height: 73px;
    line-height: 73px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    background: #00a7f7;
    color: #fff;
    font-size: 24px;
    -webkit-box-shadow: 0px 15px 0px 0 #ded8d8;
    -moz-box-shadow: 0 15px 0px 0 #ded8d8;
    -ms-box-shadow: 0 15px 0px 0 #ded8d8;
    -o-box-shadow: 0 15px 0px 0 #ded8d8;
    box-shadow: -1px -1px 15px 0 #ded8d8;
}

.join .join-btn a:hover {
    -webkit-box-shadow: 0px 15px 0px 0 #008ef7;
    -moz-box-shadow: 0 15px 0px 0 #008ef7;
    -ms-box-shadow: 0 15px 0px 0 #008ef7;
    -o-box-shadow: 0 15px 0px 0 #008ef7;
    box-shadow: -1px -1px 15px 0 #008ef7;
}
.join .join-btn a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    content: '';
    width: 73px;
    height: 73px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0 #ded8d8;
    -moz-box-shadow: 0 0 15px 0 #ded8d8;
    -ms-box-shadow: 0 0 15px 0 #ded8d8;
    -o-box-shadow: 0 0 15px 0 #ded8d8;
    box-shadow: 0 0 15px 0 #ded8d8;
}

.join .join-btn a:hover:before {
    -webkit-box-shadow: 0px 0px 15px 0 #008ef7;
    -moz-box-shadow: 0 0 15px 0 #008ef7;
    -ms-box-shadow: 0 0 15px 0 #008ef7;
    -o-box-shadow: 0 0 15px 0 #008ef7;
    box-shadow: 0 0 15px 0 #008ef7;
}

.join-img-box {
    margin-bottom: 40px;
    vertical-align: middle;
    overflow: hidden;
    clear: both;
}

.join-img-box i {
    font-size: 64px;
    color: #838ba5;
    text-align: right;
    vertical-align: middle;
    margin-right: 18px;
    line-height: 341px;
}

.join-img-box .mr25 {
    margin-right: 25px;
}

.join-img-box span {
    display: inline-block;
    font-size: 18px;
    color: #838ba5;
    text-align: right;
    vertical-align: middle;
    line-height: 341px;
}

.join-img-box img {
    display: inline-block;
}

/**
 * join-activity
 */
.join-activity {
    background: #f8f9fb;
    padding-top: 40px;
    text-align: center;
}

.join-activity .join-activity-content > h4 {
    font-size: 25px;
}

.join-activity img {
    display: inline-block;
    width: 668px;
    height: 699px;
    margin: 8px 0 48px 0;
}

/**
 * 智慧平台页面 intelligentcommunity.html
 */
.intelligent-intro {
    background: #fff;
}

.intelligent-intro-content {
    width: 1000px;
    padding-top: 45px;
    border-bottom: 1px dashed #f0f0f0;
}

.intelligent-intro h5 {
    font-weight: normal;
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: #3c3c3b;
}

.intelligent-intro p {
    padding: 25px 0 20px 0;
    line-height: 20px;
    font-size: 14px;
    color: #9c9c9c;
}

.intelligent-tab {
    min-height: 500px;
}

.intelligent-tab-content {
    width: 1000px;
}

.intelligent-tab .tab-title {
    position: relative;
}

.intelligent-tab .tab-title .tab-title-list {
    width: 100px;
    height: 84px;
    margin: 0 65px 0 0px;
    text-align: center;
    line-height: 84px;
    font-size: 18px;
    color: #707070;
}

.intelligent-tab .tab-title .active {
    color: #1b9cff;
}

.intelligent-tab .tab-title .tab-title-line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 5px;
    background: #1b9cff;
}

#intelligent-tab-box .tab-title-box {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

#intelligent-tab-box .tab-content-box {
}

#intelligent-tab-box .intelligent {
    width: 100%;
    padding: 45px 0 0px 0;
    text-align: center;
}

#intelligent-tab-box .intelligent > div {
    width: 1000px;
    margin: 0 auto;
}

#intelligent-tab-box .intelligent h4 {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 28px;
    color: #3c3c3b;
}

#intelligent-tab-box .intelligent h5 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
    color: #3c3c3b;
}

#intelligent-tab-box .intelligent h6 {
    margin: 25px 0;
    font-weight: normal;
    font-size: 16px;
    color: #9c9c9c;
}

#intelligent-tab-box .intelligent span {
    display: block;
    margin: 25px 0;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

#intelligent-tab-box .intelligent img {
    display: inline-block;
    margin-bottom: 42px;
}

#intelligent-tab-box .intelligent .dashed {
    height: 1px;
    border-bottom: 1px dashed #f0f0f0;
}

#intelligent-tab-box .iemp span {
    font-size: 16px;
}

#intelligent-tab-box .smartparkinglot-a .smartparkinglot-content > img {
    width: 800px;
    height: 458px;
}

#intelligent-tab-box .smartparkinglot-b .smartparkinglot-content > img {
    width: 800px;
    height: 372px;
}
#intelligent-tab-box .smartparkinglot-c .smartparkinglot-content > img {
    width: 800px;
    height: 372px;
}
#intelligent-tab-box .smartparkinglot-d .smartparkinglot-content > img {
    width: 800px;
    height: 372px;
}
#intelligent-tab-box .smartparkinglot-e .smartparkinglot-content > img {
    width: 890px;
    height: 365px;
}

#intelligent-tab-box .door-platform .door-content > img {
    width: 757px;
    height: 340px;
}
#intelligent-tab-box .door-bluetooth .door-content > img {
    width: 995px;
    height: 284px;
}
#intelligent-tab-box .door-qrcode .door-content > img {
    width: 375px;
    height: 261px;
}
#intelligent-tab-box .door-cloud .door-content > img {
    width: 200px;
    height: 357px;
}

.iemp-intro {
    background: #f8f9fb;
}

.iemp-advantage {
    background: #fff;
}

.iemp-exhibition {
    background: #f8f9fb;
}

.door-platform,
.door-qrcode {
    background: #f8f9fb;
}

.iemp-intro .iemp-content > img {
    width: 1002px;
    height: 612px;
}

.iemp-advantage .iemp-content > img {
    width: 904px;
    height: 524px;
}

.iemp-exhibition .iemp-content > img.iex01 {
    width: 942px;
    height: 450px;
}

.iemp-exhibition .iemp-content > img.iex02 {
    width: 961px;
    height: 275px;
}

.smartparkinglot-a,
.smartparkinglot-c,
.smartparkinglot-e {
    background: #f8f9fb;
}

#intelligent-tab-box .door-content > h5 {
    margin-bottom: 0px;
}

#intelligent-tab-box .door-content > span {
    margin-top: 0px;
}

.iemp-exhibition .iemp-content {
}

.door-cloud .door-content {
    border-bottom: 1px solid #f3f3f3;
}

#intelligent-tab-box .door-platform {
    padding-bottom: 60px;
}

#intelligent-tab-box .smartparkinglot-a span {
    display: inline-block;
    text-align: left;
}

#intelligent-tab-box .smartparkinglot-d {
    padding: 42px 0 0px 0;
}

/**
 * 公司介绍
 */
.company-intro-content {
    width: 950px;
    padding: 25px 0 20px 0;
}

.company-intro-content p {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    margin-bottom: 10px;
}

.company-intro-content p i {
    font-size: 14px;
    color: #00a7f7;
    line-height: 24px;
    font-style: normal;
}

.company-intro-content strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 18px;
    color: #3c3c3b;
}

.company-intro-content .xc {
    margin-top: 30px;
    width: 950px;
}

.company-intro-content .xc video {
    width: 950px;
}

.cwn-box {
    width: 948px;
    /*height: 312px;*/
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

#certify {
    position: relative;
    width: 840px;
    margin: 0 auto 60px;
    height: 312px;
}

#certify .swiper-container {
}

#certify .swiper-slide {
    width: 196px;
    height: 272px;
    margin: 20px;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0 0 20px 0 #d2d3d5;
}

#certify .swiper-slide:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    content: '';
    width: 196px;
    height: 272px;
    box-shadow: -1px -1px 20px 0 rgba(199, 199, 199, 0.5);
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    position: absolute;
    margin: 0;
    top: 141px;
    left: -50px;
    width: 30px;
    height: 30px;
    background: #e0e5e9;
    border-radius: 50%;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:after,
#certify .swiper-button-prev:before {
    border: 9px solid transparent;
    border-right: 9px solid #e0e5e9;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    content: ' ';
}

#certify .swiper-button-prev:before {
    border-right-color: #fff;
    right: 12px;
}

#certify .swiper-button-prev:hover {
    background: #0699ff;
    background-position: 0 -46px;
    background-size: 100%;
}

#certify .swiper-button-prev:hover:after,
#certify .swiper-button-prev:hover:before {
    border: 9px solid transparent;
    border-right: 9px solid #0699ff;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    content: ' ';
}

#certify .swiper-button-prev:hover:before {
    border-right-color: #fff;
    right: 12px;
}

#certify .swiper-button-next {
    position: absolute;
    margin: 0;
    right: -50px;
    top: 141px;
    width: 30px;
    height: 30px;
    background: #e0e5e9;
    border-radius: 50%;
    background-position: 0 0;
    background-size: 100%;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background: #0699ff;
    background-position: 0 -139px;
    background-size: 100%;
}

#certify .swiper-button-next:after,
#certify .swiper-button-next:before {
    border: 10px solid transparent;
    border-left: 10px solid #e0e5e9;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 0px;
    content: ' ';
}

#certify .swiper-button-next:before {
    border-left-color: #fff;
    right: -2px;
}

#certify .swiper-button-next:hover:after,
#certify .swiper-button-next:hover:before {
    border: 9px solid transparent;
    border-left: 9px solid #0699ff;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 2px;
    content: ' ';
}

#certify .swiper-button-next:hover:before {
    border-left-color: #fff;
    right: 0px;
}

.corporate-culture {
    padding: 25px 0;
}

#corporate-culture-swiper {
    height: 169px;
}

#corporate-culture-swiper .swiper-list {
    width: 100%;
}

#corporate-culture-swiper .swiper-list li {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#corporate-culture-swiper .swiper-list li span {
    display: inline-block;
    position: relative;
}
#corporate-culture-swiper .swiper-list li span.active i {
    display: none;
}

#corporate-culture-swiper .swiper-list li i {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 1;
}

#corporate-culture-swiper .swiper-list li img {
    display: inline-block;
    width: 100%;
    height: 169px;
}

#corporate-culture-swiper .swiper-list li:nth-of-type(1) {
    display: block;
}
#corporate-culture-swiper .swiper-pagination-box {
    bottom: -20px;
}
#corporate-culture-swiper .swiper-pagination li {
    background: #b2b2b2;
}

#corporate-culture-swiper .swiper-pagination li.active {
    background: #00a7f7;
}
.cc-w {
    width: 810px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 100px;
}
.cc-w h4 {
    margin-bottom: 60px;
    font-weight: normal;
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: #3c3c3b;
    text-align: center;
}
.cc-w .cc-w-ul {
}
.cc-w .cc-w-ul ul {
    overflow: hidden;
}
.cc-w .cc-w-ul li {
    float: left;
    width: 270px;
    text-align: center;
}

.cc-w .cc-w-ul li img {
    display: inline-block;
    width: 182px;
    height: 182px;
    margin-bottom: 20px;
}
.cc-w .cc-w-ul li span {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.cc-w .cc-w-ul li p {
    margin-bottom: 2px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #3c3c3b;
    text-align: center;
}

.intro-team {
    background: #f8f9fb;
    padding: 60px 0;
    text-align: center;
}

.intro-team > h4 {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: #3c3c3b;
    text-align: center;
}

.intro-team .intro-team-content img {
    display: inline-block;
    width: 800px;
    height: 304px;
}

/**
 * honor
 */
.honor {
    width: 100%;
    padding: 45px 0;
    background: #f8f9fb;
    text-align: center;
}

.honor-content > p {
    padding: 25px 0;
    font-size: 20px;
    color: #838ba5;
    text-align: center;
}

.honor-content > img {
    display: inline-block;
    width: 729px;
    height: 378px;
    text-align: center;
}

.honor-content > .dashed {
    width: 1002px;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px dashed #f0f0f0;
}

.honor-content > span {
    display: block;
    width: 546px;
    margin: 0px auto;
    padding: 40px 0;
    font-size: 12px;
    line-height: 18px;
    color: #9c9c9c;
    text-align: left;
}

/**
 * 加盟合作 joinin.html
 */
.joinin-tab {
    min-height: 500px;
}

.joinin-tab-content {
    width: 1000px;
    display: inline-block;
}

.joinin-tab .joinin-tab-content {
    width: 265px;
    height: 82px;
    margin-right: -65px;
    text-align: center;
}

.joinin-tab .joinin-tab-content .tab-title-list {
    width: 100px;
    height: 82px;
    margin: 0 65px 0 0px;
    text-align: center;
    line-height: 82px;
    font-size: 18px;
    color: #707070;
}

.joinin-tab .tab-title {
    position: relative;
}

.joinin-tab .tab-title .active {
    color: #1b9cff;
}

.joinin-tab .tab-title .tab-title-line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 5px;
    background: #1b9cff;
}

#joinin-tab-box > .tab-title-box {
    width: 100%;
    height: 82px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
}

#joinin-tab-box .tab-content-box {
}

#joinin-tab-box .intelligent {
    width: 100%;
    padding: 45px 0 35px 0;
    text-align: center;
}

#joinin-tab-box .intelligent > div {
    width: 1000px;
    margin: 0 auto;
}

.joinin-tab .cooperation {
    padding-top: 44px;
}

.joinin-tab .cooperation-content {
    width: 1000px;
    overflow: hidden;
    text-align: center;
}

.joinin-tab .cooperation-content > h4 {
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 28px;
    color: #3c3c3b;
}

.joinin-tab .cooperation-content > h5 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
    color: #3c3c3b;
}

.joinin-tab .cooperation-content > h6 {
    margin: 25px 0 40px 0;
    font-weight: normal;
    font-size: 16px;
    color: #9c9c9c;
}

.joinin-tab .cooperation-content > span {
    display: block;
    margin: 25px 0;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}
.joinin-tab .cooperation-image .cooperation-content img {
    display: inline-block;
    width: 1000px;
    height: 347px;
}
.cooperation-model {
    background: #f8f9fb;
    padding-bottom: 72px;
}

.cooperation-model .image-box {
    width: 981px;
    margin: 0 auto;
    overflow: hidden;
}

.cooperation-model ul {
    overflow: hidden;
    margin-right: -15px;
}

.cooperation-model ul li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 234px;
    height: 410px;
    margin-right: 15px;
    border-radius: 8px;
    transition: all 5s;
}

/*.cooperation-model ul li:nth-of-type(1){
	overflow: hidden;
	background: url(../img/cooperation01.png) no-repeat center center;
}

.cooperation-model ul li:nth-of-type(2){
	overflow: hidden;
	background: url(../img/cooperation02.png) no-repeat center center;
}
.cooperation-model ul li:nth-of-type(3){
	background: url(../img/cooperation03.png) no-repeat center center;
}
.cooperation-model ul li:nth-of-type(4){
	background: url(../img/cooperation04.png) no-repeat center center;
}*/
.cooperation-model ul li img.co-bg {
    border-radius: 8px;
    transition: all 5s; /*transform-origin:left bottom;*/

    /*transform:rotateY(30deg);*/
}

.cooperation-model ul li:hover img.co-bg {
    /*transform-origin:left bottom;*/

    /*transform:rotateY(30deg);*/

    /*background-size:180% 180%;*/
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4); /*width: 300px;*/
}

.cooperation-model ul li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.cooperation-model ul li:nth-of-type(1):before,
.cooperation-model ul li:nth-of-type(3):before {
    left: -480px;
    bottom: -44px;
    border-bottom: 44px solid transparent;
    border-left: 480px solid transparent;
    border-right: 480px solid #f8f9fb;
    border-top: 44px solid transparent;
}

.cooperation-model ul li:nth-of-type(2):before,
.cooperation-model ul li:nth-of-type(4):before {
    left: -234px;
    bottom: -44px;
    border-bottom: 44px solid transparent;
    border-left: 480px solid #f8f9fb;
    border-right: 480px solid transparent;
    border-top: 44px solid transparent;
}

.cooperation-model ul li:nth-of-type(1),
.cooperation-model ul li:nth-of-type(3) {
    border-bottom-right-radius: 0px;
}

.cooperation-model ul li:nth-of-type(2),
.cooperation-model ul li:nth-of-type(4) {
    border-bottom-left-radius: 0px;
}

.image-box .co-bg {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 234px;
    height: 410px;
    z-index: 0;
}

.image-box {
    text-align: center;
}

.image-box .co-flag,
.image-box p,
.image-box i,
.image-box span,
.image-box .line {
    position: relative;
    z-index: 1;
}

.image-box .co-flag {
    display: inline-block;
    width: 124px;
    margin-top: 25px;
}

.image-box p {
    color: #ffffff;
    text-align: center;
}

.image-box li:nth-of-type(1) p {
    top: -5px;
    font-size: 50px;
}

.image-box li:nth-of-type(2) p {
    margin-bottom: 35px;
    font-size: 34px;
}

.image-box li:nth-of-type(3) p {
    margin-bottom: 80px;
    font-size: 34px;
    top: 4px;
}

.image-box li:nth-of-type(4) p {
    margin-bottom: 80px;
    font-size: 34px;
    top: 4px;
}

.image-box .line {
    position: absolute;
    width: 100%;
    top: 220px;
    height: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #19386e;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.image-box li:nth-of-type(2) .line {
    border-bottom: 1px solid #3863de;
}

.image-box li:nth-of-type(3) .line {
    border-bottom: 1px solid #7e29a9;
}

.image-box li:nth-of-type(4) .line {
    border-bottom: 1px solid #400837;
}

.image-box i {
    display: block;
    top: 0px;
    margin-bottom: 35px;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.image-box span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #eaeaea;
    text-align: center;
}

.butt-tab-box .butt-tab-content {
    width: 482px;
    height: 48px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
    border-right: 1px solid #d7d8d9;
}

.butt-tab-box .butt-tab-content li {
    box-sizing: border-box;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #707070;
    border: 1px solid #d7d8d9;
    border-right: none;
}

.butt-tab-box .butt-tab-content li.active,
.butt-tab-box .butt-tab-content li:hover {
    border: 1px solid #1b9cff;
    border-right: none;
    background: #1b9cff;
    color: #ffffff;
}

.butt-content {
    width: 1000px;
    padding-bottom: 60px;
}

.butt-content > img {
    display: block;
    margin: 25px 0 30px 0;
}

.butt-content > p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #707070;
    line-height: 28px;
}

.butt-property-info {
    text-align: center;
}

.butt-property-info > ul {
    display: inline-block;
}

.butt-property-info > ul li {
    display: inline-block;
    width: 260px;
    vertical-align: top;
}

.butt-property-info > ul li:nth-of-type(1) {
    margin-right: 178px;
}

.butt-estate .butt-content > p {
    margin-top: 25px;
}

.butt-property-info img {
    display: inline-block;
    width: 109px;
    height: 109px;
    margin-bottom: 18px;
}

.butt-property-info p {
    margin-bottom: 18px;
    font-size: 16px;
    color: #838ba5;
    text-align: center;
}

.butt-property-info span {
    font-size: 14px;
    color: #adb3c7;
    text-align: center;
    line-height: 12px;
}

.butt-estate-info {
}

.butt-estate-info ul li {
    display: inline-block;
    vertical-align: top;
}

.butt-estate-info ul li:nth-of-type(1) {
    margin-right: 25px;
}

.butt-estate-product {
    overflow: hidden;
    padding: 0 0 0px 25px;
    position: relative;
}

.butt-estate-product:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 84%;
    background: #1b9cff;
}

.butt-estate-info ul li p {
    font-size: 22px;
    color: #838ba5;
}

.butt-estate-info ul li span {
    font-size: 16px;
    color: #adb3c7;
}

.butt-content > .dashed {
    height: 1px;
    margin: 27px 0;
    border-bottom: 1px dashed #eaeaea;
}

.butt-estate-real {
    overflow: hidden;
    position: relative;
    padding: 0 0 27px 25px;
}

.butt-estate-real:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 84%;
    background: #fbcf21;
}

.butt-estate-real p {
    margin-bottom: 5px;
}

.cooperation-image {
    background: #f8f9fb;
    padding-bottom: 70px;
}

/**
 * 我们的优势 own-advantage
 */
.own-advantage-core {
    padding: 40px 0 50px 0;
    background: #f8f9fb;
}

.own-advantage-content {
    width: 978px;
    text-align: center;
}

.own-advantage-content > h4 {
    font-size: 28px;
    color: #3c3c3b;
    text-align: center;
}

.own-advantage-content > span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #707070;
    text-align: center;
}

.own-advantage-ul {
    width: 978px;
}

.own-advantage-ul ul {
    overflow: hidden;
    margin-right: -45px;
}

.own-advantage-ul li {
    float: left;
    margin-right: 45px;
}

.own-advantage-ul li img {
    display: inline-block;
    width: 296px;
    height: 132px;
}

.own-integration {
    padding: 40px 0 50px 0;
    text-align: center;
}

.own-integration-content > img {
    display: inline-block;
    width: 991px;
    height: 452px;
}

.own-concact {
    /* background: url(../img/owna08.png) no-repeat center center; */
    /* background-size: 100% 100%; */
    background: #f9f9f9 !important;
}

.own-concact-content {
    position: relative;
    height: 367px;
}

.own-concact-info {
    position: absolute;
    width: 508px;
    height: 291px;
    left: 50%;
    top: 38px;
    margin-left: -254px;
    box-sizing: border-box;
    padding: 20px 30px 0px 30px;
}

.own-concact-info > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.86;
    z-index: 0;
    background: #ffffff;
    border-radius: 9px;
}

.own-concact-info h4,
.own-concact-info p,
.own-concact-info span {
    position: relative;
    z-index: 1;
}

.own-concact-info h4 {
    font-size: 28px;
    color: #3c3c3b;
    text-align: center;
    margin-bottom: 10px;
}

.own-concact-info p {
    margin-bottom: 8px;
    font-size: 18px;
    color: #707070;
    text-align: center;
}

.own-concact-info span {
    display: block;
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.own-concact-info span:nth-of-type(1) {
    margin-bottom: 34px;
}

/**
 * 地产解决方案，estatesolutions.html
 */
.estatesolutions-content {
    padding: 25px 0 60px 0;
    width: 998px;
    text-align: center;
}

.estatesolutions-content > img {
    display: inline-block;
    width: 998px;
    margin-bottom: 15px;
}

.estatesolutions-content > h5 {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #3c3c3b;
}

.estatesolutions-content > h4 {
    font-weight: normal;
    font-size: 28px;
    color: #434342;
}

.estatesolutions-content > .dashed {
    height: 0px;
    margin: 38px 0;
    border-bottom: 1px dashed #eaeaea;
}

/**
 * 物业解决方案，propertysolutions
 */
#solutions-banner {
    overflow: hidden;
}

#solutions-banner-swiper {
    width: 100%;
    height: 246px;
    overflow: hidden;
}

#solutions-banner-swiper li img {
    display: block;
    width: 100%;
    height: 246px;
}

#solutions-banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#solutions-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    filter: alpha(opacity=40);
    opacity: 1;
}

.propertysolutions-content {
}

.propertysolutions-content {
    padding: 25px 0 60px 0;
    width: 998px;
    text-align: center;
}

.propertysolutions-content > img {
    display: inline-block;
    width: 998px;
    margin-bottom: 15px;
}

.propertysolutions-content > h5 {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #3c3c3b;
}

.propertysolutions-content > p {
    text-align: left;
    font-size: 18px;
    color: #707070;
    line-height: 20px;
}

.propertysolutions-content > h4 {
    font-weight: normal;
    font-size: 28px;
    color: #434342;
}

.propertysolutions-content > span {
    display: block;
    margin: 15px 0 25px 0;
    text-align: left;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 22px;
}

.propertysolutions-content > .dashed {
    height: 0px;
    margin: 38px 0;
    border-bottom: 1px dashed #eaeaea;
}

/**
 * 智能家居页 smarthome.html
 */
.smho-intro-content {
    width: 990px;
    height: 158px;
    position: relative;
    padding: 15px 0 15px 0;
}

.smho-intro-content > img {
    position: absolute;
    left: 0px;
    top: 15px;
}

.smho-intro-content > p {
    padding-left: 150px;
}

.smho-intro-content > p strong {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 28px;
    color: #3c3c3b;
}

.smho-intro-content > p span {
    display: block;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 16px;
}

.smho-core {
    padding: 40px 0;
    background: #f8f9fb;
}

.smho-core-content {
    width: 1000px;
}

.smho-core-content > h4 {
    margin-bottom: 50px;
    font-size: 28px;
    color: #3c3c3b;
    text-align: left;
}

.smho-core-content > .smho-core-list {
    overflow: hidden;
}

.smho-core-content > .smho-core-list ul {
    margin-right: -100px;
    overflow: hidden;
}

.smho-core-content ul li {
    float: left;
    width: 170px;
    margin: 0px 100px 25px 0;
    text-align: center;
}

.smho-core-content ul li img {
    display: inline-block;
    width: 108px;
    height: 108px;
    margin-bottom: 8px;
}

.smho-core-content ul li span {
    display: block;
    font-size: 16px;
    color: #777776;
    text-align: center;
}

.smho-model {
    padding: 40px 0;
}

.smho-model-content {
    width: 1000px;
    text-align: center;
}

.smho-model-content > h4 {
    margin-bottom: 50px;
    font-size: 28px;
    color: #3c3c3b;
    text-align: left;
}

.smho-model-content > img {
    display: inline-block;
    width: 901px;
    height: 533px;
}

.smho-model-content > .smho-model-list {
    width: 848px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 40px;
}

.smho-model-content > .smho-model-list ul {
    margin: 0px -40px 40px 0;
    padding-bottom: 40px;
    overflow: hidden;
}

.smho-model-content > .smho-model-list ul.br-b {
    border-bottom: 1px dashed #ebebeb;
}

.smho-model-list ul li {
    float: left;
    width: 256px;
    margin: 0px 40px 0px 0;
    text-align: center;
    vertical-align: top;
}

.smho-model-list ul li img {
    margin-right: 15px;
    vertical-align: top;
}

.smho-model-list ul li span {
    display: inline-block;
    width: 180px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    color: #9c9c9c;
    letter-spacing: 0.26px;
}

.smho-phone {
    padding: 40px 0;
    background: #f8f9fb;
}

.smho-phone-content {
    position: relative;
    width: 364px;
    height: 696px;
    margin: 0 auto;
    background: url(../img/product/sms17.png) no-repeat center center;
    background-size: 100% 100%;
}

.smho-phone-content .smho-iframe {
    position: absolute;
    top: 127px;
    left: 22px;
    border: 0;
    background: #fff;
    width: 320px;
    height: 504px;
}

/**
 * 移动学习平台-享学 hengxue.html
 */
.hengxue {
}

.hengxue-content {
    width: 1002px;
    text-align: center;
    padding-bottom: 60px;
}

.hengxue-content > h4 {
    margin: 42px 0 25px 0;
    font-size: 28px;
    color: #3c3c3b;
}

.hengxue-content > img {
    display: inline-block;
    margin: 0 auto 58px;
}

.hengxue-content > img.hx01 {
    width: 976px;
    height: 442px;
}

.hengxue-content > img.hx02 {
    width: 988px;
    height: 271px;
}

.hengxue-content > img.hx03 {
    width: 515px;
    height: 284px;
}

.hengxue-content > .dashed {
    height: 1px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
}

.hengxue-advantage {
    overflow: hidden;
    width: 976px;
    height: 160px;
    margin: 0 auto 58px;
}

.hengxue-advantage ul {
    margin-right: -32px;
}

.hengxue-advantage ul li {
    float: left;
    position: relative;
    z-index: 1;
    width: 218px;
    height: 144px;
    margin-right: 32px;
    padding: 15px 15px 0;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
}

.hengxue-advantage ul li:nth-child(odd) {
    border: 1px dashed #acdbff;
}

.hengxue-advantage ul li:nth-child(even) {
    border: 1px dashed #fbe28e;
}

.hengxue-advantage ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: 0;
    box-sizing: border-box;
    border-radius: 3px;
}

.hengxue-advantage ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
}

.hengxue-advantage ul li:nth-child(odd):after {
    background: rgba(172, 219, 255, 0.2);
    border: 1px solid #e6f4ff;
}

.hengxue-advantage ul li:nth-child(even):after {
    background: #fff5d5;
    border: 1px solid #fdecb6;
}

.hengxue-advantage p,
.hengxue-advantage span {
    position: relative;
    z-index: 2;
    text-align: left;
}

.hengxue-advantage p {
    margin-bottom: 10px;
    font-family: PingFangSC-Medium;
    font-weight: bold;
    font-size: 16px;
    color: #585c5f;
    text-align: left;
}

.hengxue-advantage span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    color: #707070;
    text-align: left;
}

.hengxie-function {
    width: 830px;
    height: 302px;
    margin: 0 auto 58px;
}

.hengxie-function ul {
    margin-right: -70px;
}

.hengxie-function ul li {
    float: left;
    width: 155px;
    height: 300px;
    margin-right: 70px;
}

.hengxie-function ul li > p {
    width: 134px;
    height: 38px;
    margin: 0 auto 16px;
    line-height: 38px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
}

.hengxie-function ul li:nth-of-type(1) p {
    background: #eef8ff;
    color: #4ab4ff;
}

.hengxie-function ul li:nth-of-type(2) p {
    background: #fff5d5;
    color: #e4bc3b;
}

.hengxie-function ul li:nth-of-type(3) p {
    background: #dcf8b9;
    color: #88b74e;
}

.hengxie-function ul li:nth-of-type(4) p {
    background: #ffe8a0;
    color: #e7b61c;
}

.hengxie-function ul li > div {
    position: relative;
    width: 155px;
    height: 243px;
    padding-top: 20px;
    z-index: 2;
    border-radius: 8px;
    box-sizing: border-box;
}

.hengxie-function ul li > div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    z-index: 1;
}

.hengxie-function ul li > div:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.hengxie-function ul li:nth-of-type(1) > div {
    border: 1px dashed #d1dee6;
}

.hengxie-function ul li:nth-of-type(2) > div {
    border: 1px dashed #eedfb0;
}

.hengxie-function ul li:nth-of-type(3) > div {
    border: 1px dashed #c3dda3;
}

.hengxie-function ul li:nth-of-type(4) > div {
    border: 1px dashed #e8cd78;
}

.hengxie-function ul li:nth-of-type(1) > div:after {
    background: #eef8ff;
}

.hengxie-function ul li:nth-of-type(2) > div:after {
    background: #fff5d5;
}

.hengxie-function ul li:nth-of-type(3) > div:after {
    background: #dcf8b9;
}

.hengxie-function ul li:nth-of-type(4) > div:after {
    background: #ffe8a0;
}

.hengxie-function span {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #6a7985;
    line-height: 28px;
    text-align: center;
}

.hengxie-function ul li:nth-of-type(1) span {
    color: #6a7985;
}

.hengxie-function ul li:nth-of-type(2) span {
    color: #81795f;
}

.hengxie-function ul li:nth-of-type(3) span {
    color: #708752;
}

.hengxie-function ul li:nth-of-type(4) span {
    color: #695e3b;
}

.hengxue-effect {
    width: 988px;
    height: 314px;
    margin: 0 auto 58px;
    overflow: hidden;
}

.hengxue-effect ul {
    margin-right: -12px;
}

.hengxue-effect ul li {
    float: left;
    width: 188px;
    height: 234px;
    margin-right: 12px;
    position: relative;
    padding: 25px 12px 0;
    box-sizing: border-box;
    border-radius: 8px;
}

.hengxue-effect ul li:nth-of-type(1) {
    background: #eef8ff;
}

.hengxue-effect ul li:nth-of-type(2) {
    top: 40px;
    background: #fff5d5;
}

.hengxue-effect ul li:nth-of-type(3) {
    top: 80px;
    background: #dcf8b9;
}

.hengxue-effect ul li:nth-of-type(4) {
    top: 40px;
    background: #ffe8a0;
}

.hengxue-effect ul li:nth-of-type(5) {
    background: #e1ecff;
}

.hengxue-effect ul li p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #334c57;
    text-align: left;
}

.hengxue-effect ul li:nth-of-type(1) p {
    color: #334c57;
}

.hengxue-effect ul li:nth-of-type(2) p {
    color: #635939;
}

.hengxue-effect ul li:nth-of-type(3) p {
    color: #5e7640;
}

.hengxue-effect ul li:nth-of-type(4) p {
    color: #6e6032;
}

.hengxue-effect ul li:nth-of-type(5) p {
    color: #586780;
}

.hengxue-effect ul li span {
    display: inline-block;
    width: 166px;
    height: 132px;
    margin: 0 auto;
    padding: 12px 12px 0;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
    text-align: left;
    font-size: 14px;
    color: #707070;
}

.hengxue-data {
}

.hengxue-data > img {
    display: inline-block;
    margin-right: 85px;
    vertical-align: middle;
}

.hengxue-data > ul {
    display: inline-block;
    overflow: hidden;
    padding-top: 60px;
    vertical-align: middle;
}

.hengxue-data > ul li {
    margin-bottom: 35px;
    text-align: left;
    line-height: 24px;
}

.hengxue-data > ul li i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px 25px 0 0;
    border-radius: 50%;
    font-size: 0px;
    vertical-align: middle;
}

.hengxue-data > ul li:nth-of-type(1) i {
    background: #6cacdd;
}

.hengxue-data > ul li:nth-of-type(2) i {
    background: #f2903e;
}

.hengxue-data > ul li:nth-of-type(3) i {
    background: #5488cf;
}

.hengxue-data > ul li:nth-of-type(4) i {
    background: #ffca00;
}

.hengxue-data > ul li span {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #707070;
    vertical-align: middle;
}

/**
 * 经营共享平台,收费系统 chargingsystem.html
 */
.csys-intro-content {
    width: 1000px;
    height: 320px;
    padding-top: 45px;
    box-sizing: border-box;
}

.csys-intro-content > img {
    position: absolute;
    top: 78px;
    right: 0px;
    display: block;
    width: 247px;
    height: 163px;
}

.csys-intro-content > h4 {
    text-align: left;
    font-size: 28px;
    color: #3c3c3b;
}

.csys-intro-content > ul {
    overflow: hidden;
    width: 680px;
}

.csys-intro-content > ul li {
    margin-bottom: 15px;
}

.csys-intro-content > ul i {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    vertical-align: top;
    border: 1px solid #1b9cff;
    border-radius: 50%;
}

.csys-intro-content > ul span {
    display: inline-block;
    width: 650px;
    vertical-align: top;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

.csys-advantage {
    background: #f8f9fb;
    padding: 50px 0 40px 0;
}

.csys-advantage-content {
    width: 1000px;
}

.csys-advantage-content > h4 {
    margin-bottom: 25px;
    text-align: left;
    font-size: 28px;
    color: #3c3c3b;
}

.csys-advantage-list {
    width: 851px;
    margin: 0 auto;
}

.csys-advantage-list ul {
    overflow: hidden;
    margin-right: -25px;
}

.csys-advantage-list ul li {
    float: left;
    width: 267px;
    height: 267px;
    margin: 0px 25px 18px 0;
    padding: 25px 30px 0;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.csys-advantage-list ul li img {
    display: inline-block;
    width: 151px;
    height: 118px;
    margin-bottom: 4px;
}

.csys-advantage-list ul li p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #434342;
}

.csys-advantage-list ul li span {
    display: block;
    font-size: 12px;
    color: #9c9c9c;
    text-align: left;
    line-height: 18px;
}

.csys-advantage-list-a ul {
}
.csys-advantage-list-a ul li:nth-of-type(1) {
    margin-left: 150px;
}

.csys-tprocess {
    padding: 40px 0;
}

.csys-tprocess-content {
    width: 1000px;
    text-align: center;
}

.csys-tprocess-content > img {
    display: inline-block;
    width: 600px;
    height: 450px;
}
.csys-tprocess-content > h4 {
    text-align: left;
    font-size: 28px;
    color: #3c3c3b;
}

.csys-tprocess-content > p {
    width: 720px;
    margin: 25px auto 2px;
    font-size: 18px;
    color: #434342;
}

.csys-tprocess-content > span {
    display: block;
    width: 720px;
    margin: 0 auto;
    font-size: 14px;
    color: #9c9c9c;
}

.csys-s {
    padding-top: 80px;
}

.csys-s-content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: center;
}

.csys-s-content > img {
    display: inline-block;
    vertical-align: middle;
}

.csys-s-content > p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.csys-s-content .mr110 {
    margin-right: 75px;
}

.csys-s-content p strong {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 30px;
    color: #3c3c3b;
}

.csys-s-content span {
    font-size: 14px;
    color: #9c9c9c;
    text-align: left;
    display: inline-block;
    line-height: 18px;
}
.csys-platform-content > img {
    width: 518px;
    height: 302px;
}

.csys-surface-content > img {
    width: 449px;
    height: 407px;
}

.csys-bussinss-content > img {
    width: 449px;
    height: 407px;
}

.csys-account-content > img {
    width: 449px;
    height: 407px;
}

.csys-surface,
.csys-account {
    background: #f8f9fb;
}

.csys-account-content {
    padding-bottom: 60px;
}

/**
 * 想家友邻产品 hjseries.html
 */
.hjseries-intro {
    background: #fff;
}

.hjseries-intro-content {
    width: 1000px;
    padding-top: 45px;
    /* border-bottom: 1px dashed #F0F0F0; */
}
.btn-group {
    /* float: right; */
    position: absolute;
    height: 32px;
    margin: auto 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.prod-value-section {
    position: relative;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    float: left;
    width: 110px;
    height: 32px;
    /* line-height: 32px; */
    border-radius: 4px;
    cursor: pointer;
}
.btn.plain {
    border: solid 1px #1b9cff;
    color: #1b9cff;
}

.btn.primary {
    color: #fff;
    background-color: #1b9cff;
}
.gap-16 {
    margin-right: 16px;
}
.btn-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-wrapper {
    display: inline-block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.dlg.dlg-mask {
    display: none;
    position: fixed;
    /* display: flex; */
    opacity: 0;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.show-dlg {
    display: flex !important;
}
.dlg-header {
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* flex: 1; */
    width: 100%;
    padding-right: 16px;
    padding-top: 16px;
}
.dlg-close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.dlg-content-wrapper {
    display: flex;
    width: 400px;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
}
.qrcode-wrapper {
    /* position: relative; */
}
.qrcode-content {
    /* position: absolute; */
    width: 280px;
    /* height: 321px; */
    border-radius: 16px;
    padding: 36px 0 81px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    background-color: #fff;
    top: 36px;
    transition: opacity 0.35s ease-in-out 0.1s;
    pointer-events: none;
}
a.free-trial {
    display: flex;
    align-items: center;
}
a.free-trial,
a.free-trial:link,
a.free-trial:visited,
a.free-trial:hover,
a.free-trial:active {
    color: #fff;
}
.btn.plain:hover .qrcode-content {
    /* display: flex; */
    opacity: 1;
}
.qrcode-content p.qr-title {
    padding: 0;
    margin: 0;
    color: #16181a;
}
.qr-title {
    font-size: 18px;
    color: #16181a;
    font-weight: 600;
    margin-bottom: 24px;
}
.qrcode-content p.qr-subtitle {
    font-size: 14px;
    color: #3d485d;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.qrcode-img {
    display: block;
    width: 160px;
    height: 160px;
}

.hjseries-intro h5 {
    font-weight: normal;
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: #3c3c3b;
}

.hjseries-intro p,
.hjseries-intro .p {
    padding: 25px 0 20px 0;
    line-height: 20px;
    font-size: 14px;
    color: #9c9c9c;
}
.hjseries-intro .hjseries-intro-content-1 {
    border-bottom: dashed 1px rgba(240, 240, 240, 1);
    margin-bottom: 20px;
}

.hjseries-tab {
    min-height: 500px;
}

.hjseries-tab-content {
    margin-top: 28px;
    width: 1000px;
}

.hjseries-tab .tab-title {
}

.hjseries-tab .tab-title .tab-title-list {
    width: 78px;
    height: 84px;
    margin: 0 50px 0 0px;
    /* text-align: center; */
    line-height: 84px;
    font-size: 18px;
    color: #707070;
}

.hjseries-tab .tab-title .active {
    color: #1b9cff;
    /*border-bottom: 5px solid #1B9CFF;*/
}

.hjseries-tab .tab-title .tab-title-line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 72px;
    height: 5px;
    background: #1b9cff;
}

#hjseries-tab-box .tab-title-box {
    width: 100%;
    background: #fff;
    /* border-bottom: 1px solid #F3F3F3; */
}

#hjseries-tab-box .tab-content-box {
    background: #f8f9fb;
    min-height: 400px;
}

#hjseries-tab-box .tab-content-box .tab-content-title {
    font-size: 28px;
    color: #3c3c3b;
    /* height: 36px; */
    /* line-height: 36px; */
    padding: 0;
    text-align: center;
    letter-spacing: 8px;
    margin: 0 0 30px;
}

#hjseries-tab-box .tab-content-box .jjfa-title {
    margin-top: 112px;
}

#hjseries-tab-box .tab-content-title .sub-title {
    /* display: inline-block; */
    line-height: 1;
    margin-top: 24px;
    font-size: 14px;
    color: #707070;
}

.hjseries-value {
    padding: 25px 0 0px 0;
}

.hjseries-value-content {
    padding-bottom: 20px;
}

.hjseries-value-content > h4 {
    font-size: 28px;
    color: #3c3c3b;
    text-align: center;
}

.hjseries-value-content > p {
    margin-bottom: 45px;
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
}

.hjseries-value-content > h6 {
    margin-bottom: 65px;
    font-size: 20px;
    font-weight: normal;
    color: #707070;
    text-align: center;
}

.hjseries-value-box {
    text-align: center;
    width: 100%;
    height: 488px;
    overflow: hidden;
    position: relative;
}

.hjseries-value-box > img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: inline-block;
    width: 100%;
    height: 488px;
    animation: rore 15s cubic-bezier(0.42, 0, 1, 1);
    -moz-animation: rore 15s cubic-bezier(0.42, 0, 1, 1); /* Firefox */
    -webkit-animation: rore 15s cubic-bezier(0.42, 0, 1, 1); /* Safari 和 Chrome */
    -o-animation: rore 15s cubic-bezier(0.42, 0, 1, 1); /* Opera */
}

.hjseries-value-list {
    width: 776px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 40px;
}

.hjseries-value-list ul {
    margin: 0 -280px 0 -20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.hjseries-value-list ul li {
    width: 72px;
    height: 72px;
    position: relative;
    margin: 20px 260px 135px 20px;
}

.hjseries-value-list ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -15px;
    z-index: 0;
    width: 72px;
    height: 72px;
    opacity: 0.25;
    background: #1bccff;
    border-radius: 50%;
}

.hjseries-value-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: -15px;
    z-index: 0;
    width: 72px;
    height: 72px;
    opacity: 0.26;
    background: #b8e986;
    border-radius: 50%;
}

.hjseries-value-list p {
    display: block;
    width: 72px;
    height: 72px;
    position: relative;
    z-index: 1;
    background: #1b9cff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}

.hjseries-value-list ul li > div {
    width: 200px;
    margin-top: 20px;
    margin-left: 100%;
    position: relative;
    left: -100px;
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
}

.hjseries-value-list p:before {
    content: '';
    display: block;
    position: absolute;
    top: -17px;
    left: 00px;
    z-index: 0;
    width: 72px;
    height: 72px;
    opacity: 0.12;
    background: #1bccff;
    border-radius: 50%;
}

.hjseries-value-list i {
    display: inline-block;
    margin-right: 3px;
    font-size: 27px;
    color: #ffffff;
    vertical-align: middle;
    font-style: normal;
}

.hjseries-value-list span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
}

.xj-box {
    width: 948px;
    height: 750px;
    margin: 0 auto;
    padding-top: 55px;
    overflow: hidden;
    /*display: none\0;*/
    margin-bottom: 60px;
    border-bottom: 1px solid #eceef0;
}

#xj-swiper {
    position: relative;
    width: 840px;
    margin: 0 auto 60px;
    height: 540px;
}

#xj-swiper .swiper-container {
}

#xj-swiper .swiper-slide {
    position: absolute;
    width: 283px;
    height: 504px;
    background: #fff;
    transition: all 0.3s;
}

#xj-swiper .swiper-slide-active:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: -1px -1px 20px 0 rgba(199, 199, 199, 0.5);
}

#xj-swiper .swiper-slide {
    border: 1px solid #f0eeee;
    transition: all 0.3s;
}

#xj-swiper .swiper-slide-active {
    box-shadow: 0 0 20px 0 #d2d3d5;
    box-sizing: border-box;
}

#xj-swiper .swiper-slide-active img {
    border: 10px solid #fff;
}
#xj-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#xj-swiper .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#xj-swiper .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#xj-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#xj-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#xj-swiper .swiper-button-prev {
    position: absolute;
    margin: 0;
    top: 237px;
    left: -50px;
    width: 30px;
    height: 30px;
    background: #e0e5e9;
    border-radius: 50%;
    background-position: 0 0;
    background-size: 100%;
    z-index: 999;
    cursor: pointer;
}

#xj-swiper .swiper-button-prev:after,
#xj-swiper .swiper-button-prev:before {
    border: 9px solid transparent;
    border-right: 9px solid #e0e5e9;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    content: ' ';
}

#xj-swiper .swiper-button-prev:before {
    border-right-color: #fff;
    right: 12px;
}

#xj-swiper .swiper-button-prev:hover {
    background: #0699ff;
    background-position: 0 -46px;
    background-size: 100%;
}

#xj-swiper .swiper-button-prev:hover:after,
#xj-swiper .swiper-button-prev:hover:before {
    border: 9px solid transparent;
    border-right: 9px solid #0699ff;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    content: ' ';
}

#xj-swiper .swiper-button-prev:hover:before {
    border-right-color: #fff;
    right: 12px;
}

#xj-swiper .swiper-button-next {
    position: absolute;
    margin: 0;
    right: -50px;
    top: 237px;
    width: 30px;
    height: 30px;
    background: #e0e5e9;
    border-radius: 50%;
    background-position: 0 0;
    background-size: 100%;
    background-position: 0 -93px;
    background-size: 100%;
    z-index: 999;
    cursor: pointer;
}

#xj-swiper .swiper-button-next:hover {
    background: #0699ff;
    background-position: 0 -139px;
    background-size: 100%;
}

#xj-swiper .swiper-button-next:after,
#xj-swiper .swiper-button-next:before {
    border: 10px solid transparent;
    border-left: 10px solid #e0e5e9;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 0px;
    content: ' ';
}

#xj-swiper .swiper-button-next:before {
    border-left-color: #fff;
    right: -2px;
}

#xj-swiper .swiper-button-next:hover:after,
#xj-swiper .swiper-button-next:hover:before {
    border: 9px solid transparent;
    border-left: 9px solid #0699ff;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 2px;
    content: ' ';
}

#xj-swiper .swiper-button-next:hover:before {
    border-left-color: #fff;
    right: 0px;
}

.xj-image {
    position: relative;
    height: 78px;
    padding: 50px 0;
    width: 840px;
}

.xj-image-box {
    width: 834px;
    margin: 0 auto;
}

.xdj-image-box {
    width: 618px;
    margin: 0 auto;
}

.xj-image ul {
    overflow: hidden;
    position: absolute;
    width: 2000px;
    height: 80px;
    top: 0px;
    left: 0px;
    margin-right: -30px;
}

.xj-image li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.xj-image img {
    display: inline-block;
    width: 78px;
    height: 78px;
}

.xj-intro {
    width: 948px;
    margin: 0 auto;
    padding-bottom: 38px;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

.xj-intro-image {
    margin-top: 35px;
    text-align: center;
    vertical-align: middle;
}

.xj-intro-image img {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.xj-intro-image > img {
    width: 93px;
    height: 85px;
}

.xj-intro-image a img {
    display: inline-block;
    margin: 0 8px;
    width: 160px;
    height: 54px;
    vertical-align: middle;
}

.hjseries-tab .tab-content-box {
    position: relative;
    /* height: 1024px; */
}

.hjseries-tab .tab-content-box .tab-content {
    /* position: absolute; */
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100%; */
    display: none;
    /* visibility: hidden; */
}

.xjw-box,
.xjw-image-box {
    width: 950px;
    margin: 0 auto;
}

.xjw-box {
    padding: 65px 0 30px 0;
    border-bottom: 1px solid #eceef0;
    margin-bottom: 30px;
}

.xjw-box > img {
    display: inline-block;
    width: 950px;
    height: 583px;
}

.xjw-image-box {
    vertical-align: middle;
    text-align: center;
}

.xjw-image-box > img {
    display: inline-block;
    width: 134px;
    height: 122px;
    margin-right: 22px;
    vertical-align: middle;
}

.xjw-image-box > p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

.xjw-image-box span {
    display: block;
    width: 660px;
    margin-bottom: 16px;
    text-align: left;
}

.xjw-image-box i {
    display: block;
    width: 660px;
    text-align: left;
    font-style: normal;
}

.xjp-box {
    width: 902px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.xjp-box > img {
    display: inline-block;
    width: 902px;
    height: 508px;
    margin-bottom: 30px;
}

.xjp-box > p {
    text-align: left;
    font-size: 14px;
    color: #707070;
}

/**
 * 新闻中心
 */
.news-time {
    padding-top: 20px;
}

.news-time-list {
    width: 1060px;
    margin: 0 auto;
}

.news-time-list li {
    position: relative;
    padding-bottom: 60px;
}

.news-time-list li:nth-of-type(1) {
    margin-top: 10px;
}

.news-time-list li:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0px;
    left: 106px;
    z-index: 0;
    border-left: 1px dashed #e0e0e0;
}

.news-time-list li:after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: -2px;
    left: 102px;
    z-index: 0;
    border-radius: 50%;
    background: #e8e8e8;
}

.news-time-list li:nth-last-of-type(1):before {
    border-left: none;
}

.news-time-list i {
    display: inline-block;
    width: 74px;
    margin-right: 62px;
    position: relative;
    top: -8px;
    text-align: right;
    vertical-align: top;
    font-style: normal;
    font-size: 14px;
    color: #a6a6a6;
}

.news-time-list a {
    display: inline-block;
    width: 780px;
    position: relative;
    top: -8px;
    vertical-align: top;
}

.news-time-list a strong {
    display: block;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 18px;
    color: #252525;
}

.news-time-list span {
    display: block;
    font-size: 14px;
    color: #9c9c9c;
}

.news-time-list span:hover {
    color: #00a7f7;
    text-decoration: underline;
}
.swiper-list .gradient-item {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
    height: 621px;
}
.swiper-list .xjyl-gradient {
    background-image: linear-gradient(90deg, rgba(21, 147, 255, 1) 0%, rgba(0, 91, 234, 1) 100%);
}
.swiper-list .ai-gradient {
    background-image: linear-gradient(90deg, rgba(119, 135, 255, 1) 0%, rgba(99, 64, 255, 1) 100%);
}
.swiper-list .wechat-gradient {
    background-image: linear-gradient(90deg, rgba(76, 133, 240, 1) 0%, rgba(76, 102, 255, 1) 100%);
}
.swiper-list .ds-gradient {
    background-image: linear-gradient(90deg, rgba(225, 136, 86, 1) 0%, rgba(245, 140, 97, 1) 100%);
}
.swiper-list .menjin-gradient {
    background-image: linear-gradient(90deg, rgba(114, 190, 228, 1) 0%, rgba(4, 126, 204, 1) 100%);
}
.swiper-list .banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 1100px;
}
.swiper-list .banner-wrapper .banner-img {
    display: block;
}

.banner-img-header {
    color: #fff;
    font-family: PingFangSC-Regular;
}

.banner-img-header .wechat-title {
    font-size: 40px;
    height: 88px;
    /* line-height: 100px; */
    font-weight: 600;
    padding-bottom: 32px;
}
.banner-img-header .main-title {
    font-size: 72px;
    height: 118px;
    line-height: 100px;
    padding-bottom: 18px;
    font-weight: 600;
}

.banner-img-header .sub-title {
    width: 390px;
    /* height: 64px; */
    line-height: 32px;
    font-weight: 400;
    font-size: 22px;
}

.banner-img-header .III-title {
    font-weight: 600;
}

.prod-value-title {
    font-size: 20px;
    color: #3c3c3b;
    font-weight: 400;
}
.xjyl-banner-wrapper {
    position: relative;
}
.xjyl-banner-header {
    color: #fff;
    position: absolute;
    height: 106px;
    margin: auto 0;
    top: 0;
    left: 210px;
    bottom: 0;
}

.xjyl-banner-header .main-title {
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 24px;
}

.xjyl-banner-header .sub-title {
    font-size: 32px;
}

.hjseries-intro .prod-value-item {
    padding: 0;
    line-height: 24px;
}

.prod-value-item .value-item-title {
    color: #3c3c3b;
}
.tab-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 18px;
    background-color: rgb(248, 249, 251);
}
.tab-content > * {
    padding-top: 70px;
    /* margin-top: 18px; */
    background-color: #fff;
}
.ywtd-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-top: 84px;
}

.ywtd-item {
    padding-top: 50px;
    width: 297px;
    height: 418px;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ywtd-item .title {
    font-size: 22px;
    color: #3c3c3b;
    margin: 30px 0;
}

.ywtd-item .sub-title {
    /* width: 210px; */
    font-size: 14px;
    line-height: 26px;
    color: #707070;
    text-align: center;
}

.ywtd-avatar {
    display: flex;
    width: 153px;
    height: 153px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ywtd-avatar.cdkhn {
    background-color: rgb(28, 117, 255);
}
.ywtd-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.ywtd-avatar.jkpzn {
    background-color: rgb(119, 135, 255);
}
.ywtd-avatar.zzsyn {
    background-color: rgb(116, 220, 255);
}

.ywtd-item .sub-title.cdkhn {
    width: 210px;
}
.ywtd-item .sub-title.jkpzn {
    width: 168px;
}
.ywtd-item .sub-title.zzsyn {
    width: 126px;
}

.jjfa-wrapper {
    padding-top: 24px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.jjfa-wrapper .jjfa-img-1 {
    display: block;
    width: 1136px;
    height: 628px;
}
.jjfa-wrapper-II .jjfa-img-2 {
    display: block;
    width: 1135px;
    height: 600px;
}
.jjfa-wrapper:after {
    content: '';
    display: block;
    width: 1200px;
    margin-top: 82px;
    border-bottom: solid 1px rgba(234, 234, 234, 1);
    margin-bottom: 82px;
}

.jjfa-wrapper-II {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
}

.features-intro {
    /* width: 1000px; */
    padding-top: 88px;
}
.feature-item {
    width: 1200px;
    margin: 0 auto;
    padding-top: 118px;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.feature-item .card-icon-img {
    display: block;
}
.feature-item .card-icon-img.size40x40 {
    width: 40px;
    height: 40px;
}
.feature-item .card-icon-img.size50x50 {
    width: 50px;
    height: 50px;
}
.feature-item .card-icon-img.size60x60 {
    width: 60px;
    height: 60px;
}
.feature-item:first-child {
    padding-top: 0;
}
/* 收费管理 */
.feature-item .fee {
    /* background-size: contain; */
    position: relative;
    height: 804px;
    background-position: center center;
    background-image: url(../img/product/fee-bg.png);
}
.feature-item .fee img {
    position: absolute;
    left: 128px;
    top: 254px;
    width: 941px;
    height: 450px;
}

.feature-item .fee .intro-title {
    position: absolute;
    color: #3d3d3d;
}

.fee-intro-content {
    text-align: center;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
    padding-bottom: 88px;
    padding-top: 30px;
}
/* 四保服务 */
.feature-item .sibao {
    position: relative;
    height: 858px;
    background-position: center center;
    background-image: url(../img/product/sibao-bg.png);
}

.feature-item .sibao .sibao-img {
    width: 457px;
    height: 450px;
    display: block;
}

.feature-item .sibao .sibao-content {
    top: 288px;
    left: 130px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1000px;
}

.feature-item .sibao .intro-card {
    width: 233px;
    height: 277px;
    border-radius: 8px;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    background-color: #fff;
}

.sibao .intro-card .card-header {
    margin-top: 56px;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #3c3c3b;
}

.sibao .intro-card .card-text {
    font-size: 14px;
    color: #707070;
    text-align: center;
    line-height: 26px;
}

/* AI工单 */

.feature-item .ai {
    margin-top: -318px;
    padding-top: 318px;
    position: relative;
    height: 1250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/product/ai-wo-bg.png);
}

.feature-item .ai .ai-wo-img {
    display: block;
    width: 903px;
    height: 727px;
}

.feature-item .ai .ai-content {
    top: 430px;
    left: 180px;
    position: absolute;
    width: 1000px;
}

.feature-item .ai .ai-intro {
    /* height: 26px; */
    line-height: 50px;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
    margin-top: -120px;
    /* margin-left: -60px;; */
}

.feature-item .yuqing {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/product/yuqing-bg.png);
}

.feature-item .yuqing .yuqing-img {
    display: block;
    width: 806px;
    height: 622px;
}

.feature-item .yuqing-content {
    display: flex;
    justify-content: space-between;
}
.feature-item .yuqing-intro-cards {
    flex: 1;
    padding-top: 190px;
}

.feature-item .yuqing-intro-card {
    background-color: #fff;
    width: 365px;
    height: 119px;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 28px;
}
.yuqing-intro-card .card-content {
    padding-left: 24px;
}
.yuqing-intro-card .card-content-title {
    font-size: 22px;
    color: #3c3c3b;
}
.yuqing-intro-card .card-content-text {
    font-size: 14px;
    color: #707070;
}
/* 空间资源 */
.feature-item .ziyuan {
    /* position: relative; */
    height: 1050px;
    background-position: center 16%;
    background-repeat: no-repeat;
    background-image: url(../img/product/ziyuan-bg.png);
}

.feature-item .ziyuan-content {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    height: 616px;
}

.feature-item .ziyuan-image {
    right: -160px;
    bottom: -250px;
    /* bottom: 0; */
    position: absolute;
    z-index: 100;
    width: 796px;
    height: 616px;
}

.feature-item .ziyuan-intro-cards {
    left: -20px;
    top: 181px;
    position: absolute;
}

.feature-item .ziyuan-intro-card {
    width: 535px;
    height: 97px;
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    border-radius: 8px;
    padding-left: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.ziyuan-intro-card .card-content {
}

.ziyuan-intro-card .card-content-title {
    display: inline-block;
    font-size: 22px;
    color: #3c3c3b;
    padding: 0 22px;
}

.ziyuan-intro-card .card-content-text {
    display: inline-block;
    font-size: 14px;
    color: #707070;
}
/* 社区商城 */
.feature-item .scheng {
    height: 1250px;
    background-position: center 16%;
    background-repeat: no-repeat;
    background-image: url(../img/product/scheng-bg.png);
}

.feature-item .scheng .sqsc-content {
}

.feature-item .scheng .sqsc-img {
    display: block;
    width: 1185px;
    height: 1071px;
}

.feature-item .scheng .scheng-intro {
    line-height: 50px;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
    margin-top: -220px;
    margin-left: 880px;
}

.features-intro .title {
    font-size: 28px;
    color: #3c3c3b;
    letter-spacing: 8px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.features-intro .sub-title {
    font-size: 24px;
    color: #3c3c3b;
    letter-spacing: 8px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}

.features-intro .bottom-banner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1100px;
    height: 438px;
}

.features-intro .bottom-banner .bottom-banner-item {
    position: relative;
    width: 353px;
    height: 220px;
    border-radius: 8px;
}

.features-intro .bottom-banner .bottom-banner-icon {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 55px;
    margin: 0 auto;
    margin-top: 40px;
}

.features-intro .bottom-banner .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 110px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
}

.features-intro .bottom-banner .sub-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 150px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
}

.hardware-intro {
    padding-top: 70px;
}
.hardware-item {
    position: relative;
}

.hardware-item > * {
    margin-top: 80px;
}

.hardware-item > *:after {
    position: absolute;
    content: '';
    display: block;
    width: 1200px;
    border-top: solid 1px rgba(234, 234, 234, 1);
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
}

.hardware-item:first-child > * {
    margin-top: 0;
}

.hardware-item:last-child > *:after {
    content: none;
}
.hardware-intro .sub-title-wrapper {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.hardware-intro .sub-title-wrapper > * {
    display: inline-block;
    font-size: 14px;
    color: #3d3d3d;
}
.hardware-intro .dzsb {
    height: 1230px;
    background-position: center -90px;
    background-repeat: no-repeat;
    background-image: url(../img/product/hw-dzsb-bg.png);
}
/* 电子哨兵 */
.hardware-intro .dzsb .dzsb-content {
    position: relative;
    /* width: 814px; */
    height: 490px;
    /* transform: translate(550px, 190px); */
}

.hardware-intro .dzsb .dzsb-img-pos {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    width: 814px;
    height: 490px;
}

.hardware-intro .dzsb-content .dzsb-sub-title {
    /* position: absolute; */
    /* width: 190px; */
    font-size: 14px;
    color: #3d3d3d;
}

/* 智慧人行 */
.hardware-intro .zhrx {
    height: 1080px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../img/product/hw-zhrx-bg.png);
}
.hardware-intro .zhrx .zhrx-content {
    position: relative;
    height: 321px;
}

.hardware-intro .zhrx .zhrx-prod-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    width: 1023px;
    height: 321px;
}

.hardware-intro .zhrx .zhrx-sub-title {
    position: absolute;
    color: #3d3d3d;
}

/* 智慧车型 */

.hardware-intro .zhcx {
    height: 1180px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../img/product/hw-zhcx-bg.png);
}

.hardware-intro .zhcx .zhcx-content {
    position: relative;
    height: 474px;
}

.hardware-intro .zhcx .zhcx-prod-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    width: 770px;
    height: 474px;
}

.hardware-intro .zhcx .zhcx-sub-title {
    position: absolute;
    color: #3d3d3d;
}

/* 智能机器人 */

.hardware-intro .znjqr {
    height: 1900px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../img/product/hw-znjqr-bg.png);
}

.hardware-intro .znjqr .znjqr-content {
    position: relative;
    height: 1085px;
}
.hardware-intro .znjqr .znjqr-prod-img-1,
.hardware-intro .znjqr .znjqr-prod-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hardware-intro .znjqr .znjqr-prod-img-1 {
    bottom: 500px;
    width: 1000px;
    height: 439px;
}
.hardware-intro .znjqr .znjqr-prod-img-2 {
    bottom: -170px;
    width: 1000px;
    height: 439px;
}
.hardware-intro .znjqr .znjqr-sub-title {
    position: absolute;
    color: #3d3d3d;
}

.hardware-intro .intro-cards {
    width: 1100px;
    height: 216px;
    margin: 0 auto;
    margin-top: 320px;
}
.hardware-intro .intro-card-row {
    display: flex;
    margin-bottom: 24px;
}

.hardware-intro .intro-card {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.hardware-intro .intro-card .card-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    background: #458eff;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    border-radius: 8px;
    margin-right: 8px;
    font-size: 20px;
    color: #ffffff;
    /* line-height: 96px; */
    /* text-align: center; */
}

.hardware-intro .intro-card .avatar-text {
    display: inline-block;
    line-height: 30px;
    width: 40px;
}

.hardware-intro .intro-card .card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex: 1;
    margin-right: 24px;
    height: 97px;
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    border-radius: 8px;
    padding: 12px;
    color: #707070;
}

.hardware-intro .title,
.zxfw-intro .title {
    font-size: 28px;
    color: #3c3c3b;
    letter-spacing: 8px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.hardware-intro .sub-title,
.zxfw-intro .sub-title {
    font-size: 24px;
    color: #3c3c3b;
    letter-spacing: 8px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}

/* 咨询服务 */
.zxfw-intro .zxfw-item:after {
    content: '';
    display: block;
    width: 1200px;
    margin: 0 auto;
    border-top: solid 1px #eaeaea;
    margin-top: 114px;
}
.zxfw-intro .zxfw-item > * {
    margin-top: 80px;
}

.zxfw-intro .sub-title {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0 auto;
}
.rlzy-intro-cards {
    width: 1086px;
    margin: 0 auto;
}
.rlzy-intro-cards .card-row {
    display: flex;
    justify-content: space-between;
}
.rlzy-intro-cards .card-item {
    height: 97px;
    flex: 1;
    margin-right: 24px;
    margin-bottom: 22px;
    font-size: 20px;
    border-radius: 8px;
    color: #707070;
    box-shadow: 0px 3px 20px 0px rgba(223, 223, 223, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rlzy-intro-cards .card-item.primary {
    background: #458eff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.rlzy-intro-cards .card-bold {
    font-size: 24px;
}
.zxfw-intro .zxfw-img-1 {
    display: block;
    margin: 0 auto;
    width: 1049px;
    height: 720px;
}
.zxfw-intro .zxfw-img-2 {
    display: block;
    margin: 0 auto;
    width: 1198px;
    height: 327px;
    margin-top: 94px;
}

.zxfw-intro .zxfw-img-3 {
    display: block;
    margin: 0 auto;
    width: 1135px;
    height: 821px;
    margin-top: 88px;
}
.zxfw-intro .zxfw-img-4 {
    display: block;
    margin: 0 auto;
    width: 1300px;
    height: 673px;
    margin-top: 88px;
    margin-bottom: -100px;
}

.zxfw-intro .zxfw-img-5 {
    display: block;
    margin: 0 auto;
    width: 1154px;
    height: 648px;
    margin-top: 88px;
}

.xjyl-img-text {
    display: inline-block;
    width: 157px !important;
    height: 43px !important;
}
