@charset "utf-8";
.bg-white{background:#fff;padding:10px 0;}
/*huandeng*/
.banner_slide {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img_new/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l {
    background-position: -10px -40px;
}
.jssora05r {
    background-position: -70px -40px;
}
.jssora05l:hover {
    background-position: -130px -40px;
}
.jssora05r:hover {
    background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

/*主要内容*/
#main {
    width: 100%;
    height: auto;
    margin: auto;
}

/*service*/
.service_content{width:100%;text-align: center;font-size: 1rem;margin:0 auto 10px;}
.service_content p{line-height: 1.2rem;color:#888;padding:0 10px;text-align: left;font-size: 0.9rem;}
.service_content button{ background-color:#FB6000;color:#fff;border:0;padding:7px 12px;margin:10px 0 0;border-radius:6px;cursor:pointer;font-size:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.service_box{width:100%;float: left;background-color:#f7f7f7;}
.service_box dl{width:calc((100% - 40px) / 2);float: left;padding:10px;text-align: center;background-color:#fff;}
.service_box dl img{width:50px}
.service_box dl dt{font-size: 1rem;line-height: 1.75rem;}
.service_box dl dd{font-size: 0.75rem;line-height: 1rem;color:#888;}
/*service*/



/*newstab*/
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}
.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background: #fff;
}
.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}
.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}
.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}
.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}
.tab-nav {
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    background: #dedede;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 9px #eaeaea;
}
.tab-nav-item {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: #FB6000;
    font-size: 1rem;
    display: block;
    float: left;
    width: 20%;
}
.tab-nav-item.tab-active {
    background-color: #FB6000;
}
.tab-nav-item.tab-active a {
    color: #fff;
    font-size: 1rem;
}
.tab-nav-item a {
    display: inherit;
    font-size: 1rem;
    color: #666;
}
.tab-panel {
    position: relative;
    overflow: hidden;
}
.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.tab-nav-item.tab-active:before {
    content: '';
    width: 10%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5%;
    z-index: 4;
    background-image: -webkit-gradient(linear, left top, right top, from(#9fc3ff), to(#FB6000));
    background-image: -webkit-linear-gradient(left, #9fc3ff, #FB6000);
    background-image: -moz-linear-gradient(left, #9fc3ff, #FB6000);
    background-image: linear-gradient(to right, #9fc3ff, #FB6000);
    background-color: #FB6000;
    border-radius: 14px;
}
/*newstab*/
/*带缩略图新闻模块*/
.newsimg_list {
    width: calc(100% - 10px);
    height: auto;
    float: left;
    margin: 0 5px;
    background-color: #FFFFFF;
}
.newsimg_list ul {
    float: left;
    height: auto;
    width: 100%;
}
.newsimg_list ul li {
    float: left;
    height: auto;
    width: 100%;
    border-bottom: 1px dashed #CBCBCB;
    padding: 10px 0;
}
.newsimg_list ul li img {
    width: 105px;
    height: 70px;
    float: left; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.newsimg_list ul li .date {
    float: left;position: absolute;background: rgba(0,0,0,0.4);
    font-size: 0.8rem;height: 20px;line-height: 20px;
    width: 105px;text-align: center;border-radius:0 0 6px 6px;-webkit-border-radius: 0 0 6px 6px;-moz-border-radius:0 0 6px 6px;
    color: #fff;margin-top:50px;
}
.newsimg_list ul li .title {
    float: left;
    height: 2.6rem;
    width: calc(100% - 115px);
    line-height: 1.3rem;
    margin-left: 10px;
}
.newsimg_list ul li .title h4 {
    float: left;
    width: 100%;
    font-size: 0.975rem;
    overflow: hidden;
}
.newsimg_list ul li .title .time {
    float: right;
    font-size: 0.725rem;
    width: 65px;
    color: #626262;
}
.newsimg_list ul li .desc {
    font-size: 0.75rem;
    color: #626262;
    width: calc(100% - 115px);
    margin-left: 10px;
    float: left;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    max-height: 4rem
}
/*带缩略图新闻模块*/

/*栏目标题*/
.headline {
    position: relative;
    display: flex;height:32px;line-height:32px;
    padding: 0 20px;
    margin: 10px 0;
}
.headline h2 {
    color: #1e1e1e;
    font-size: 1.25rem;
    font-weight: 500;
}
.headline .view {
    margin-left: auto;
    color: #FB6000;font-size: 0.875rem;
}

/*只标题新闻列表模块*/
.newslist {
    width: calc(100% - 10px);
    height: auto;
    float: left;
    margin: 0 5px 10px 5px;
}
.newslist .channal {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.newslist .channal h3 {
    font-weight: normal;
    border-bottom: 2px solid #fb6000;
    font-size: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    padding: 5px 0;
    float: left;
}
.newslist ul {
    float: left;
    height: auto;
    width: 100%;
}
.newslist ul li {
    float: left;
    height: 1.5rem;
    width: 100%;
    line-height: 1.5rem;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 10px;
}
.newslist ul li a {
    float: left;
    width: calc(100% - 65px);
    font-size: 0.975rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist ul li .time {
    float: right;
    font-size: 0.725rem;
    width: 65px;
    color: #626262;
}
/*只标题新闻列表模块*/

/*滚动数字*/
.module_box_sl {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
}
.product-number-info {
    background: rgba(251,96,0,1);
    position: relative;
}
.product-number-info .product-number-inner {
    width: 100%;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 30px 0;
}
.q {
    zoom: 1;
}
.product-number-info li {
    float: left;
    width: calc(25% - 5px);
    height: 90px;
    border-left: 1px solid #66c7fd;
    color: #fff;
    padding-top: 1px;
}
.product-number-info li:first-child {
    border: none;
}
.product-number-info li b {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li p {
    font-size: 0.8rem;
}
.product-number-info li b i {
    font-style: normal;
}
.product-number-info li b sup {
    position: absolute;
    font-size: 1.2rem;
    right: -15px;
    top: -3px;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 20px;
}
.product-number-info li b em {
    font-style: normal;
    font-size: 1rem;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 10px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 20px;
}
.product-number-info li.li-5 {
    text-align: right;
}
/*滚动数字*/


/*代表案例*/
.dbcase{
	width: 95%;
	margin : 0 auto;
	height: auto;
}
.leftScroll_picBox_img{
    width: 150px;
    height: 110px;
    display: block;    
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    text-align: center;
    background-color: #f8f9fa;
}
.leftScroll_container{
    display: flex;
}
.leftScroll_picBox>a{
    display: block;
}
.leftScroll{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
.leftScroll_container{
    position: relative;
    top: 0;
    left: 0;
}
.transition{
    transition: all 200ms;
}
.leftScroll_picBox{
    padding-right: 1rem;
}

.leftScroll_picBox h3 {
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.leftScroll_picBox .industry {
    height: 20px;
    line-height: 20px;
    float: left;
    width: auto;font-size: 0.875rem;
}
/*代表案例*/

/*解决方案*/
.caselist {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.caselist ul {
    float: left;
    width: 100%;
}
.caselist ul li {
    float: left;
    width: calc((100% - 30px) / 3);
    margin: 0 5px 20px;
}
.caselist ul li img {
    width: 100%;height:80px;
    object-fit: cover;
    background-color: #F8F9FA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.caselist ul li h3 {
    font-size: 0.9rem;
    line-height: 26px;
    height: 26px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.caselist ul li .industry {
    height: 48px;
    line-height: 16px;
    float: left;
    width: auto;font-size: 0.7rem;
}
.caselist ul li .brief {
    line-height: 24px;
    height: 120px;
    float: left;
    width: auto;
    padding: 0 5px;
    overflow: hidden;
    text-align: left;

}
.caselist ul li .data {
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    float: left;
    width: 262px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}


/*经典作品*/
.jdzp_list {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.jdzp_list ul {
    float: left;
    width: 100%;
}
.jdzp_list ul li {
    float: left;
    width: calc((100% - 20px) / 2);
    margin: 0 5px 20px;
}
.jdzp_list ul li img {
    width: 100%;height:160px;
    object-fit: cover;
    background-color: #F8F9FA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.jdzp_list ul li h3 {
    font-size: 1rem;
    line-height: 26px;
    height: 26px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.jdzp_list ul li .industry {
    height: 48px;
    line-height: 16px;
    float: left;
    width: auto;font-size: 0.7rem;
}
.jdzp_list ul li .brief {
    line-height: 24px;
    height: 120px;
    float: left;
    width: auto;
    padding: 0 5px;
    overflow: hidden;
    text-align: left;
}
.jdzp_list ul li .data {
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    float: left;
    width: 262px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

/*解决方案*/
.caselist {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.caselist ul {
    float: left;
    width: 100%;
}
.caselist ul li {
    float: left;
    width: calc((100% - 30px) / 3);
    margin: 0 5px 20px;
}
.caselist ul li img {
    width: 100%;height:80px;
    object-fit: cover;
    background-color: #F8F9FA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.caselist ul li h3 {
    font-size: 0.9rem;
    line-height: 26px;
    height: 26px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.caselist ul li .industry {
    height: 48px;
    line-height: 16px;
    float: left;
    width: auto;font-size: 0.7rem;
}
.caselist ul li .brief {
    line-height: 24px;
    height: 120px;
    float: left;
    width: auto;
    padding: 0 5px;
    overflow: hidden;
    text-align: left;

}
.caselist ul li .data {
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    float: left;
    width: 262px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}


/*项目开发流程*/
.fwlc {width:100%;text-align: center;font-size: 0.8rem;margin:0 auto 10px;}
.fwlc img{width:100%;height:auto;float:left;}