@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{

    margin:0;

    padding:0;

    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;

}

*{

    font-family: "myFont4";

}

li{

    list-style: none;

}


.p2{
    padding:1.5rem 0;
}
/*banner*/
.index-banner{
    margin-top: 53px;
}
.index-banner img{
    width: 100%;
    display: block;
}

/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background:none;
	border-radius: 50px;
	/* margin-right:20px; */
    border:2px solid #fff;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 13px;
	height: 13px;
	background:none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50px;
}


/* 首页 */
/* 问题 */
.title{
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: .5rem;
}
.title h5{
    position: relative;
    font-weight: bold;
    z-index: 1;
}
.title p{
    font-size: 1.23rem;
    color:#f0f0f0;
    text-transform: uppercase;
    font-family: myFont4;
    margin-top: -15px;
}
.title i{
    display:block;
    width: 48px;
    height: 2px;
    background:#0c68eb;
    margin:0 auto;
    margin-top: .4rem;
}

/* 关于1066vip威尼斯 */
.cont1-list .des{
    font-size: .9rem;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-align: justify;
    margin: 1rem 0 .7rem 0;
}
.cont1-list .cont1-item .swiper-slide{
    width: 100%;
}
.cont1-list .cont1-item img{
    width: 100%;
    height: 100%;
}

/* 营业领域 */
.cont-2{
    background:#f5f5f5;
}
.cont-2 .title p{
    color:#eaeaea;
}
.cont-2 .cont2-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
    margin-top: 1.4rem;
}
.cont-2 .cont2-list dl{
    background: #fff;
    transition: .5s;
    padding: 1.5rem .5rem;
}
.cont-2 .cont2-list dl dt{
    border: 2px solid #0c68eb;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cont-2 .cont2-list dl dt .icon-img{
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: #0c68eb;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-2 .cont2-list dl dt .icon-img img{
    vertical-align: middle;
    transition: .5s;
    width: auto;
    height: 35px;
}
.cont-2 .cont2-list dl dd{
    text-align: center;
    margin-top: 1.1rem;
}
.cont-2 .cont2-list dl dd h5{
    color:#333333;
    font-size: 1rem;
    margin-bottom: .5rem;
    transition: .5s;
}
.cont-2 .cont2-list dl dd .des{
    color: #666666;
    font-size: .9rem;
    font-family: myFont1;
    line-height: 24px;
    transition: .5s;
}

/* 解决计划 */
.cont-3 .cont3-list dl{
    background: #f5f5f5;
    width: 48.5%;
    margin: 3% 3% 0 0;
    float: left;
}
.cont-3 .cont3-list dl:nth-child(2n){
    margin-right: 0;
}
.cont-3 .cont3-list dl dt{
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.cont-3 .cont3-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont-3 .cont3-list dl dd{
    padding:1rem .6rem;
}
.cont-3 .cont3-list dl h5{
    font-size: .95rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.cont-3 .cont3-list dl h6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .7rem;
    color: #8c8c8c;
}



/* 效劳优势 */
.cont-4{
    margin-top: 1.6rem;
}
.cont4-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
    margin-top: 1.2rem;
}
.cont4-list dl{
    background: #f4f4f4;
    cursor: pointer;
}
.cont4-list dl dt{
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.cont4-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.cont4-list dl:hover dt img{
    transform: scale(1.04);
}
.cont4-list dl dd{
    padding:1rem .6rem;
    text-align: center;
    transition: .5s;
}
.cont4-list dl dd h5{
    font-size: 1rem;
    color:#333333;
    font-family: myFont4;
    margin-bottom: .5rem;
}
.cont4-list dl dd .des,
.cont4-list dl dd .des p{
    font-family: myFont1;
    font-size: .9rem;
    color:#666;
    line-height: 26px;
}

/* 新闻资讯 */
.news-list dl{
    padding: .8rem 0;
    border-bottom: 1px solid #ececec;
}
.news-list dl a{
    display: flex;
    justify-content: space-between;
}
.news-list dl dt{
    width: 33%;
    height: 100px;
    overflow: hidden;
}
.news-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list dl dd{
    width: 62%;
}
.news-list dl dd h5{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 .3rem 0;
}
.news-list dl dd p{
    font-size: .9rem;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}
.news-list dl dd .link{
    margin-top: .5rem;
}
.news-list dl dd .link em{
    display: block;
    float: right;
    color:#0c68eb;
    font-size: .7rem;
}
.news-list dl dd .link em .iconfont{
    display: inline-block;
    margin-left: .3rem;
}

/* 内页banner */
.column-banner{
    width: 100%;
    height: auto;
    height: 120px;
    position: relative;
    margin-top: 53px;
}
.column-banner img{
    float: right;
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.column-banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.column-banner .text-box p{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
}

/* 分页 */
.page-box {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #0c68eb;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.re {

	position: relative;

}

#container {

	position: relative;

}


/* 工具栏 */

.icon {

	background: url(/Public/Wap/Module1080/images/icon.png) no-repeat;

	display: inline-block;

	background-size: 4rem auto;

	vertical-align: middle;

}

.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {

	content: "\20";

	display: block;

}

.iconn {

	background: url(/Public/Wap/Module1080/images/iconn.png) no-repeat;

	background-size: 1.4rem auto;

	vertical-align: middle;

}


/* 目今位置 */
.location{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0 2.5%;
}
.location .iconfont{
    font-size: 18px;
    vertical-align: middle;
    color:#666;
}
.location span{
    color:#666;
    vertical-align: middle;
}


/* 客户案例详情 */
.introduce{
    background: #fff;
    margin:25px 0 10px 0;
}
.introduce .intro-con{
    text-align: center;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 14px;
    color: #464646;
    margin-top: 20px;
    text-align: justify;
    font-family: myFont1;
    line-height: 26px;
}
.introduce .intro-text p{
    font-family: myFont1;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    width: 100%;
    display: flex;
    line-height: 35px;
    align-items: center;
    justify-content: center;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 12px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p:last-child{
    margin-right: 0;
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.return-box{
    width: 130px;
    height: 40px;
    background: #0c68eb;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    border:1px solid #0c68eb;
    transition: .5s;
    font-family: myFont4;
    float: right;
    margin-top: 15px;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
/* .introduce .detail-r-retrun .return-box:hover{
    color:#0c68eb;
    background:none;
} */
.intro-pro{
    margin-top: .8rem;
}
.intro-pro img{
    width: 100%;
    height: auto;
    margin:.2rem 0;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#0c68eb;
    text-decoration: underline;
    cursor: pointer;
}


/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 40px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 40px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 15px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#0c68eb;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background:#0c68eb;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
    opacity: 0;
}
.crumbs-box ul li a.active::after{
    opacity: 1;
}


.p-t-b-80{
    padding: 2rem 0;
}

.w75{
    width: 94%;
    margin:0 auto;
}
.p60{
    padding:1.6rem 0;
}

.text-ellipsis-2{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 产品展示 */
.cpzs-c-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
}
.cpzs-c-list dl{
    position: relative;
    overflow: hidden;
}
.cpzs-c-list dl a{
    display: block;
}
.cpzs-c-list dl dt{
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.cpzs-c-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.cpzs-c-list dl dd{
    text-align: center;
    background: #f5f5f5;
    /* line-height: 70px; */
    overflow: hidden;
    padding: .7rem;
    font-size: .95rem;
    font-weight: normal;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -ms-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

/* 二级导航 */
.case-nav{
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
}
.case-nav .case-list{
    display: flex;
    justify-content: space-between;
}
.case-nav .location2{
    width: 45%;
    font-size: .82rem;
}
.case-nav .ej-crumb-box{
    width:40%;
    text-align: right;
}
.ej-crumb-box .screen{
	position: relative;
	width: 100%;
}
.screen .txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: .9rem;
    background: #0c68eb;
    height: 35px;
    padding: 0 1rem;
    margin-top: 8px;
}
.screen .txt .iconfont{
    display: inline-block;
    transform: rotate(90deg);
}
.screen ul{
	width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    border: 2px solid #0c68eb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
    text-align: center;
}
.screen ul li a{
	display: block;
	line-height: 18px;
	padding: .5rem 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
.screen ul li:last-child a{
	border: 0;
}

/* 内页问题 */
.title-a{
    font-size: 1.3rem;
    color:#333;
    text-align: center;
}
.title-a i{
    display: block;
    width: 35px;
    height: 2px;
    background: #0c68eb;
    margin:.7rem auto 0;
}
.title-a .des{
    font-size: .92rem;
    color: #666;
    margin-top: .7rem;
    line-height: 25px;
}


/* 联系1066vip威尼斯 */
.ny_ss{
    padding: 1.6rem 0;
}
.ny_ss_title h3{
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    margin-bottom: .3rem;
}
.ny_ss_title p{
    font-size: .9rem;
    color: #999;
    text-transform: uppercase;
    text-align: center;
}
.service-text {
    text-align: center;
    font-size: .92rem;
    line-height: 30px;
    color: #666;
    margin: .2rem 0 1rem 0;
}
.service-text p span{
	color:#0c68eb;
	font-weight: bold;
}
.service_box{
    width: 100%;
}
.service_box li {
    width: 91%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin: 1.3rem auto 0;
}
.service_box li i{
    font-size: 40px;
    color: #999;
    margin-bottom: 20px;
}
/* .service_box li h3{
    display: block;
    font-size: .92rem;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
} */
.service_box li p{
    display: block;
    font-size: .9rem;
    color: #333;
    text-align: center;
    margin-top: .5rem;
}
.service_box li p span{
    color: #999;
}


/* 系统集成 */
.xtjc-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 .4rem;
    margin-top: 1rem;
}
.xtjc-list dl{
    border:1px solid #e7ecef;
    padding:1.7rem .6rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.xtjc-list dl dt{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e7ecef;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}
.xtjc-list dl dt .iconfont{
    font-size:50px;
    color: #4e4e4e;
}
.xtjc-list dl dd h5{
    font-size: .95rem;
    margin-top: 1rem;
    color:#333;
}
.xtjc-list dl dd p{
    font-size: .8rem;
    text-transform: capitalize;
    color:#666;
    margin-top: 5px;
}
.xtjc-list dl:hover{
    border:1px solid #0c68eb;
}

/* 应用开发 */
.yykf-box{
    padding:2.3rem 0 1rem 0;
    background:url(/Public/Home/Module1080/images/yykf_bg.jpg) no-repeat center center;
    background-size: cover;
}
.yykf-box .title-a,
.yykf-box .title-a p{
    color:#fff;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: .5rem;
}
.digital li{
    font-size: 17px;
    color:#fff;
    width: 50%;
    padding:25px 0;
    position: relative;
}
.digital li em{
    margin-top: .5rem;
    display: inline-block;
    font-size: .9rem;
}
.digital li i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
    color: #0069ff;
    font-style: normal;
}
.digital li p{
    color:#fff;
}
.digital li strong{
    font-size: 2.2rem;
    color: #0069ff;
    font-weight: normal;
}
.digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 41px;
}
.digital li:last-child:before{
    display: none;
}

/* 运行维护 */
.yxwh-list dl{
    background: #fbfbfb;
    margin-top: 1rem;
}
.yxwh-list dl dt{
    width: 100%;
    height: auto;
}
.yxwh-list dl dt img{
    width: 100%;
    height: auto;
}
.yxwh-list dl dd{
    padding:1rem;
}
.yxwh-list dl dd h5{
    font-size: .97rem;
    color:#333;
    margin-bottom: .5rem;
}
.yxwh-list dl dd p{
    font-size: .9rem;
    color:#666;
    line-height: 25px;
}

/* 设计咨询 */
.sjzx-list{
    display: flex;
    margin: 2rem 0;
}
.sjzx-list dl{
    width: 33.33%;
    border-right: 1px solid #efefef;
    text-align: center;
    padding: 15px 0;
}
.sjzx-list dl dt{
    margin: 20px;
    text-align: center;
}
.sjzx-list dl dt .iconfont{
    font-size: 50px;
    color: #a6b3bf;
    display: block;
    height: 3rem;
    line-height: 3rem;
}
.sjzx-list dl dd{
    padding: 0 .5rem;
}
.sjzx-list dl dd h5{
    font-size: .96rem;
    color:#333;
}
.sjzx-list dl dd p{
    font-size: .85rem;
    color: #888;
    margin-top: 5px;
}
.sjzx-list dl:nth-child(2) dt .iconfont{
    font-size: 41px;
    font-weight: bold;
}
.sjzx-list dl:last-child{
    border-right: none;
}

.margin-1rem{
    margin-top: 1rem;
}

/* 关于1066vip威尼斯 */
.ny_about .about_list-box .about_img{
	width: 100%;
}
.ny_about .about_list-box .about_img img{
	width: 100%;
	height: auto;
}
.ny_about .about_list-box .about_txt,
.qywh-box .qywh-des{
    font-size: .92rem;
    color: #333;
    line-height: 25px;
    text-align: justify;
    margin-top: 1rem;
}

/* 企业文化 */
.qywh-box .qywh-list{
    margin: 1rem 0 1.6rem 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: .5rem .5rem;
}
.qywh-box .qywh-list dl{
    background: #f8f8f8;
    padding: 1rem .5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.qywh-box .qywh-list dl dt{
    height: 70px;
    line-height: 70px;
    margin-bottom: 10px;
}
.qywh-box .qywh-list dl dt .iconfont{
    font-size: 45px;
    color:#6c6c6c;
}
.qywh-box .qywh-list dl dd h5{
    font-size: 1rem;
    margin-bottom: .5rem;
}
.qywh-box .qywh-list dl dd .des{
    font-size: .9rem;
    line-height: 24px;
    color: #465871;
}


/* 生长历程 */
.about-us .history{
    color: #fff;
    font-size: 16px;
    padding: 2rem 0 1rem 0;
    background: url(/Public/Home/Module1080/images/about_bg2.jpg) no-repeat center center / cover;
}
.about-us .history .title-a{
    color: #fff;
    margin-bottom: 1rem;
}
.about-us .history .title-a i{
    background: #fff;
}
.about-us .history .time-shaft{
    background: repeat-x center top 70px / 4px 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 2px, rgba(255,255,255,0) 2px);
    margin-bottom: 1.2rem;
}
.about-us .history .time-shaft .swiper-container{
    height: 85px;
}
.about-us .history .time-shaft .swiper-slide{
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.about-us .history .time-shaft .swiper-slide .year{
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
    transition: all .3s ease;
    font-size: .9rem;
}
.about-us .history .time-shaft .swiper-slide .point{
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #0055cc;
    border: 2px solid #fff;
    margin-left: -4.5px;
    border-radius: 50%;
    transition: all .3s ease;
}
.about-us .history .time-shaft .swiper-slide.swiper-slide-active .year{
    font-size: 1.3rem;
    bottom: 40px;
}
.about-us .history .time-shaft .swiper-slide.swiper-slide-active .point{
    bottom: 6px;
    width: 15px;
    height: 15px;
    border-width: 3px;
    margin-left: -8.5px;
}
.about-us .history .time-shaft .swiper-button-prev::after,
.about-us .history .time-shaft .swiper-button-next::after{
    display: none;
}
/* .about-us .history .time-shaft .swiper-button-prev{
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url(/Public/Wap/Module1080/images/icon_prev2.png);
    margin: 0;
}
.about-us .history .time-shaft .swiper-button-next{
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url(/Public/Wap/Module1080/images/icon_next2.png);
    margin: 0;
} */
.about-us .history .time-intro{
    line-height: 25px;
    text-align: center;
    font-size: .92rem;
}
/* 公司情形 */
.huanjinswiper{position: relative;}
.huanjinswiper .swiper-pagination{position: inherit;margin-top: 1.3rem;}
.huanjinswiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background:#0c68eb;
    opacity: .5;
    margin:0 4px;
    outline: none;
}
.huanjinswiper .swiper-pagination-bullet-active{
    width: 20px;
    height: 10px;
    background: #0c68eb;
    opacity: 1;
    border:0;
}
.huanjinswiper .swiper-slide .img{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.huanjinswiper .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huanjinswiper .swiper-slide .text{
	line-height: 30px;
	margin-top: 5px;
	font-size: .9rem;
	color:#333;
	text-align: center;
}



/* 公司资质 */
.honor-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
}
.honor-list dl{
    border:1px solid #f0f0f0;
}
.honor-list dl dt{
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding:10px;
}
.honor-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.honor-list dl dd{
    background:#f0f0f0;
    text-align: center;
    padding:10px;
    color:#333;
    font-size: .9rem;
    transition: .4s;
}


/* 相助同伴 */
.partner-box .partner-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px 10px;
}
.partner-box .partner-list dl{
    position: relative;
    border: 1px solid #eee;
    padding: 10px;
}
.partner-box .partner-list dl dt{
    overflow: hidden;
    width: 100%;
    height: 50px;
}
.partner-box .partner-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.partner-box .partner-list dl dd{
    background:rgb(0, 0, 0,.6);
    color:#333;
    font-size: .9rem;
}


/* 解决计划 */
.jjfa-xmbg{
    
}
.jjfa-xmbg .img{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.jjfa-xmbg .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jjfa-xmbg .text{
    
}
.jjfa-xmbg .text h5{
    font-size: 1.1rem;
    color:#333;
    font-weight: bold;
    margin:1.2rem 0 .6rem 0;
}
.jjfa-xmbg .text .des{
    font-size: .9rem;
    color:#666;
    line-height: 25px;
}
.jjfa-xmbg .xmbj-tel{
    display: flex;
}
.jjfa-xmbg .xmbj-tel .link{
    display: block;
    width: 120px;
    height: 30px;
    border-radius: 50px;
    background:#0c68eb;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: .9rem;
}
.jjfa-xmbg .xmbj-tel p{
    width: 200px;
    height: 30px;
    border:2px solid #eee;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    font-size: .9rem;
    color:#333;
    margin-left: .5rem;
}

/* 智慧园区可视化平台 */
.kshpt-box{
    background:#eee;
    padding:1.6rem 0;
}
.kshpt-box .kshpt-list{
    
}
.kshpt-box .kshpt-list .title-k{
    /* width: 30%; */
}
.kshpt-box .kshpt-list .title-k h5{
    font-size: 1.3rem;
    text-align: center;
}
.kshpt-box .kshpt-list .title-k i{
    display: block;
    width: 35px;
    height: 2px;
    background: #0c68eb;
    margin: .7rem auto 0;
}
.kshpt-box .kshpt-list .title-k .des{
    font-size: .9rem;
    color:#666;
    line-height: 25px;
}
.kshpt-box .kshpt-list .zhkshpt-img{
    width: 100%;
    height: auto;
}
.kshpt-box .kshpt-list .zhkshpt-img img{
    width: 100%;
    height: auto;
}

.kshpt-img{
    width: 100%;
    margin:1rem auto 0;
}
.kshpt-img img{
    width: 100%;
    height: auto;
}

/* 智慧园区逻辑图 */
.zhyqljt-img{
    font-size: .9rem;
    line-height: 25px;
    color:#666;
}
.zhyqljt-img img{
    margin:10px auto 10px;
    width: 100%;
}

/* 研发团队 */
.team-list .img{
    overflow: hidden;
    margin-top: 1rem;
}
.team-list .img img{
    width: 100%;
    height: auto;
}
.team-list .des{
    /* width: 55%; */
    font-size: .92rem;
    line-height: 30px;
    color: #666;
    margin-top: 1rem;
    text-align: justify;
}
.yanftd-box .yanftd-list{
    margin-top: .5rem;
}
.yanftd-box dl{
    display: flex;
    justify-content: space-between;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-top:1px solid #eee;
    height: 5.5rem;
}
.yanftd-box dl:last-child{
    border-bottom:1px solid #eee;
}
.yanftd-box dl dt{
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 5.5rem;
}
.yanftd-box dl dt img{
    width: 50%;
    vertical-align: middle;
    display: inline-block;
}
.yanftd-box dl dd{
    width: 60%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #333;
}<!--耗时1774185485.0544秒-->