body{
    height: 100%;
    overflow-x: hidden;
    font-family: "Microsoft YaHei", sans-serif;
}
body a{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
body a:focus{
    outline: none;
}
@media (min-width: 1366px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}
/* 图片自适应 */
img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}
@-ms-viewport     { width: device-width;}
@-o-viewport      { width: device-width;}
@viewport         { width: device-width;}


/*宽*/
.w010{ width: 100%;}
.maxw010{ max-width: 100%;}

.table-box{
    display: table !important;
    width: 100%;
    height: 100%;
}
.table-box .cell{
    display: table-cell !important;
    vertical-align: middle;
}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


.color-fe7b0e{ color: #fe7b0e;}
.color-ffe92e{ color: #ffe92e;}


.mb40{ margin-bottom: 40px;}
.mb70{ margin-bottom: 70px;}


/*header*/
.header-custom{
    margin-bottom: 1px;
    background: none;
    border: none;
    border-radius: 0;
}
.header-custom .header-top{
    background: url("../images/header_bg.jpg") center bottom no-repeat;
}
.header-custom .logo{
    height: auto;
    padding: 26px 15px 33px 15px;
}
.header-custom .logo-slogan{
    float: left;
    width: 220px;
    line-height: 26px;
    padding-left: 21px;
    margin-top: 33px;
    margin-left: 5px;
    font-size: 18px;
    color: #fa770a;
    font-weight: bold;
    position: relative;
}
.header-custom .logo-slogan:after{
    content: '';
    width: 1px;
    height: 47px;
    margin-top: -23px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
}
.header-custom .header-right .search{
    position: relative;
}
.ssk-1{
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 18px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #666;
}
.input-1{
    width: 38px;
    height: 38px;
    background: url("../images/icon_1.png") center center #fff no-repeat;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
}
.ssk-1::-webkit-input-placeholder{
    color: #b2b2b2;
}
.header-custom .header-right .tel{
    width: 210px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
}
.header-custom .header-right .tel .number{
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
}
.header-custom .header-btm{
    background: #fe7e18;
}
.header-custom .nav-custom>li>a{
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom > li > a:hover,
.header-custom .nav-custom > li > a:focus,
.header-custom .nav-custom > .current > a,
.header-custom .nav-custom > .active > a,
.header-custom .nav-custom > .active > a:hover,
.header-custom .nav-custom > .active > a:focus,
.header-custom .nav-custom > .open > a,
.header-custom .nav-custom > .open > a:hover,
.header-custom .nav-custom > .open > a:focus{
    background-color: #0e647d;
    color: #fff;
}
.dropdown-menu>li>a{
    color: #fff;
}


/*footer*/
.caseAlbum-bg{
    padding-top: 70px;
    padding-bottom: 40px;
}
#carousel {
    width: 100%;
    position: relative;
}
#carousel .swiper{
    padding-bottom: 20px;
}
#carousel .swiper-slide {
    width: 340px;
    background: #fff;
    box-shadow: 0 8px 20px #ddd;
}
#carousel .swiper-slide a{
    display: block;
}
#carousel .swiper-slide a img{
    display: block;
    width: 100%;
}
#carousel .swiper-slide p{
    line-height: 2;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#carousel .swiper-button-prev,
#carousel .swiper-button-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    margin-left: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#carousel .swiper-button-prev{
    background-image: url("../images/arrow_3l.png");
}
#carousel .swiper-button-prev:hover{
    background-image: url("../images/arrow_3l_h.png");
    background-color: #fb773a;
}
#carousel .swiper-button-next{
    background-image: url("../images/arrow_3r.png");
}
#carousel .swiper-button-next:hover{
    background-image: url("../images/arrow_3r_h.png");
    background-color: #fb773a;
}
#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
    content: '';
}
#carousel .more{
    display: inline-block;
    width: 22px;
    height: 40px;
    background: url("../images/icon_15.png") center center no-repeat;
}
footer{
    background: #f0f0f0;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    position: relative;
}
footer .footer-icon{
    position: absolute;
    bottom: 0;
    left: 50%;
}
.footer-solution{
    height: 200px;
    padding-right: 15px;
    padding-left: 15px;
    background: url("../images/bg_1.jpg") center center no-repeat;
    background-size: cover;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.footer-solution a{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #f46722;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.footer-solution a span{
    display: block;
    position: relative;
    z-index: 2;
}
.footer-solution a::after{
    content: '';
    width: 0;
    height: 100%;
    background: -webkit-linear-gradient(left,#179eb8,#0e647d);
    background: -moz-linear-gradient(left,#179eb8,#0e647d);
    background: -o-linear-gradient(left,#179eb8,#0e647d);
    background: linear-gradient(left,#179eb8,#0e647d);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.footer-solution a:hover{
    color: #fff;
}
.footer-solution a:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}
.footer-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-content .footer-left{
    font-size: 14px;
    color: #404040;
}
.footer-content .footer-left .text{
    line-height: 28px;
}
.footer-content .footer-left .text .tel{
    margin-bottom: 20px;
    font-size: 32px;
    color: #fa770a;
}
.footer-content .footer-left .weChat-code{
    width: 120px;
    text-align: center;
}
.footer-content .foot-rightLinks{
    min-height: 386px;
    border-left: 1px solid #dedede;
}
.footer-content .foot-rightLinks .box{
    float: left;
}
.footer-content .foot-rightLinks .box a{
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content .foot-rightLinks .box .a-1{
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1a1a1a;
}
.footer-content .foot-rightLinks .box .a-2{
    line-height: 26px;
    font-size: 14px;
    color: #808080;
}
.footer-content .foot-rightLinks .box a:hover{
    color: #fa770a;
}
.footer-copyRight{
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dedede;
    font-size: 14px;
    color: #404040;
    text-align: center;
}


/*page*/
.pages{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
    text-align: center;
}
.pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    margin: 0 2px;
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child{
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.pages a:hover,.pages a.current{
    background: #f86836;
    border: 1px solid #f86836;
    color: #fff;
}


/*banner*/
.index-banner{
    margin-bottom: 70px;
    position: relative;
}
.index-banner .icon{
    margin-left: -7px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    -webkit-animation: fadeInDown 1.1s infinite linear;
    -moz-animation: fadeInDown 1.1s infinite linear;
    animation: fadeInDown 1.1s infinite linear;
}
.banner .item img{
    width: 100%;
}
.banner.owl-carousel .owl-nav{
    position: absolute;
    right: 50%;
    bottom: 25px;
}
.banner.owl-carousel .owl-nav button.owl-next,
.banner.owl-carousel .owl-nav button.owl-prev{
    width: 54px;
    height: 54px;
    background-color: #fff;
    background-position: center top 21px;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-indent: 999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.png");
}
.banner.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.png");
}
.banner.owl-carousel .owl-nav button.owl-next:hover{
    background-color: #fe7b0e;
    background-image: url("../images/arrow_1r_h.png");
}
.banner.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #fe7b0e;
    background-image: url("../images/arrow_1l_h.png");
}
.banner.owl-carousel .owl-dots{
    padding-left: 80px;
    font-size: 0;
    text-align: left;
    position: absolute;
    bottom: 52px;
    left: 50%;
}
.banner.owl-carousel button.owl-dot{
    width: 70px;
    height: 2px;
    background: rgba(255,255,255,0.35);
    text-align: left;
    position: relative;
}
.banner.owl-carousel button.owl-dot span{
    display: inline-block;
    width: 0;
    height: 2px;
    margin: 0;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.banner.owl-carousel button.owl-dot.active span{
    width: 100%;
    background: #fff;
    left: 0;
    right: auto;
}
.banner-page{
    line-height: 30px;
    position: absolute;
    left: 50%;
    bottom: 38px;
    font-size: 14px;
    color: #fff;
    z-index: 100;
}
.banner-page span{
    font-size: 18px;
    vertical-align: middle;
}
.banner-page span:first-child{
    margin-right: 5px;
}
.banner-page span:last-child{
    margin-left: 5px;
}


/*main*/
.index-publicTitle{
    margin-bottom: 35px;
    overflow: hidden;
}
.index-publicTitle .name-en,
.index-publicTitle .name-cn{
    height: 36px;
    line-height: 36px;
}
.index-publicTitle .name-en{
    font-size: 48px;
    color: #afbed4;
    font-weight: lighter;
    text-transform: uppercase;
    white-space: nowrap;
}
.index-publicTitle .name-cn{
    font-size: 34px;
    color: #333;
    font-weight: bold;
    position: relative;
    top: -18px;
}
.index-publicTitle .slogan{
    line-height: 20px;
    font-size: 20px;
    color: #fe7b0e;
    font-weight: bold;
}
.index-publicTitle .slogan span{
    font-weight: lighter;
}
.index-publicTitle .icon{
    margin-top: 20px;
}
.index-publicTitle .slogan-bg{
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
}
.index-publicTitle .slogan-bg span{
    display: inline-block;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.index-publicTitle .slogan-bg span:nth-child(1){
    background: #fe7e18;
}
.index-publicTitle .slogan-bg span:nth-child(2){
    background: #48a1b9;
}
.index-aboutUs{
    margin-bottom: 70px;
}
.index-aboutUs .text{
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
    text-indent: 32px;
}
.index-aboutUs .more{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 52px;
    background: url("../images/more_bg1.png") left center no-repeat;
    font-size: 16px;
    color: #ce2b2d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-aboutUs .more:hover{
    background: url("../images/more_bg1_h.png") left 10px center no-repeat;
    color: #fe7b0e;
}
.index-aboutUs .img{
    text-align: center;
}
.bg-fafafa{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fafafa;
}
.index-solution{
    margin-bottom: 35px;
}
.index-solution .item .box{
    display: block;
    background: #fff;
}
.index-solution .item .box img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.index-solution .item .box .text{
    display: block;
    padding: 0 24px 20px 24px;
    font-size: 14px;
}
.index-solution .item .box .text .name{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    margin-bottom: 8px;
    /*background: url("../images/title_bg1.jpg") left bottom repeat-x;*/
    font-size: 16px;
    color: #0e647d;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-solution .item .box .text .content{
    display: block;
    height: 70px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-solution .item .box .text .more{
    display: inline-block;
    padding-right: 25px;
    background: url("../images/more_bg2.png") right center no-repeat;
    color: #ed6c00;
}
.index-solution .item .box:hover .text .name,
.index-solution .item .box:hover .text .content{
    color: #ed6c00;
}
.index-solution.owl-carousel .owl-nav button.owl-next,
.index-solution.owl-carousel .owl-nav button.owl-prev{
    display: block;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border: 1px solid #ff6a00;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 50%;
}
.index-solution.owl-carousel .owl-nav button span{
    display: inline-block;
    height: 52px;
    line-height: 46px;
    font-size: 40px;
    color: #fe7912;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-solution.owl-carousel .owl-nav button:hover{
    background: -webkit-linear-gradient(left,#ff6a00,#fc922f);
    background: -moz-linear-gradient(left,#ff6a00,#fc922f);
    background: -o-linear-gradient(left,#ff6a00,#fc922f);
    background: linear-gradient(left,#ff6a00,#fc922f);
}
.index-solution.owl-carousel .owl-nav button:hover span{
    color: #fff;
}
.index-solution.owl-carousel .owl-nav button.owl-next{
    right: 20px;
}
.index-solution.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}
.public-more-1{
    display: block;
    width: 190px;
    height: 52px;
    line-height: 52px;
    background: -webkit-linear-gradient(left,#ff6a00,#fc922f);
    background: -moz-linear-gradient(left,#ff6a00,#fc922f);
    background: -o-linear-gradient(left,#ff6a00,#fc922f);
    background: linear-gradient(left,#ff6a00,#fc922f);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.public-more-1 span{
    display: block;
    position: relative;
    z-index: 2;
}
.public-more-1::after{
    content: '';
    width: 0;
    height: 100%;
    background: -webkit-linear-gradient(left,#179eb8,#0e647d);
    background: -moz-linear-gradient(left,#179eb8,#0e647d);
    background: -o-linear-gradient(left,#179eb8,#0e647d);
    background: linear-gradient(left,#179eb8,#0e647d);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.public-more-1:hover{
    color: #fff;
}
.public-more-1:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}
.bg-1{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
    background: url("../images/bg_2.jpg") center center no-repeat;
    background-size: cover;
}
.slick-vertical .slick-slide{
    border: none;
}
.index-case .case-title{
    background: url("../images/line_1.jpg") left 14px top repeat-y;
}
.index-case .case-title .box{
    padding-left: 45px;
    margin-bottom: 15px;
    background: url("../images/icon_5.png") left center no-repeat;
}
.index-case .case-title .box .name{
    height: 85px;
    padding: 0 18px 0 120px;
    border: 2px solid rgba(13,95,116,1);
    border-radius: 0 30px 0 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.index-case .case-title .box .name .province{
    width: 85px;
    height: 43px;
    line-height: 43px;
    padding-right: 6px;
    margin-top: -21px;
    background: url("../images/label_bg1.png") no-repeat;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 18px;
}
.index-case .case-title .box .name .text{
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #0e647d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-case .case-content .box{
    border-radius: 5px 30px 5px 30px;
    overflow: hidden;
}
.index-case .case-content .box img{
    display: block;
}
.index-case .case-title .box .name:hover{
    border: 2px solid rgba(13,95,116,1);
}
.index-case .case-title .box .name:hover .text{
    color: #0e647d;
}
.index-case .case-title .slick-current .box .name{
    background: -webkit-linear-gradient(left,#ff6a00,#fc922f);
    background: -moz-linear-gradient(left,#ff6a00,#fc922f);
    background: -o-linear-gradient(left,#ff6a00,#fc922f);
    background: linear-gradient(left,#ff6a00,#fc922f);
    border: 2px solid #ff6a00;
}
.index-case .case-title .slick-current .box .province{
    background: url("../images/label_bg1_h.png") no-repeat;
    color: #ff6c02;
}
.index-case .case-title .slick-current .box .name .text{
    color: #fff;
    font-weight: bold;
}
.index-caseList-style1 .box{
    display: block;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dce2ef;
}
.index-caseList-style1 .box:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.index-caseList-style1 .box .img{
    border-radius: 10px;
    overflow: hidden;
}
.index-caseList-style1 .box .img img{
    display: block;
    width: 100%;
}
.index-caseList-style1 .box .text{
    line-height: 26px;
    padding-top: 15px;
    font-size: 14px;
}
.index-caseList-style1 .box .text .title{
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #0e647d;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-caseList-style1 .box .text .content{
    height: 200px;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-caseList-style1 .box .text .date{
    float: left;
    color: #676976;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-caseList-style1 .box .text .more{
    float: right;
    padding-right: 28px;
    background: url("../images/more_bg2.png") right center no-repeat;
    color: #fe7b0e;
}
.index-caseList-style1 .box:hover .text .title,
.index-caseList-style1 .box:hover .text .content,
.index-caseList-style1 .box:hover .text .date{
    color: #fe7b0e;
}
.index-caseList-style2{
    margin-bottom: 35px;
}
.index-caseList-style2 .box{
    display: block;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}
.index-caseList-style2 .box .img{
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.index-caseList-style2 .box .img img{
    display: block;
    width: 100%;
}
.index-caseList-style2 .box .text{
    padding: 0 30px 14px 30px;
    font-size: 14px;
}
.index-caseList-style2 .box .text .title{
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #0e647d;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-caseList-style2 .box .text .content{
    height: 230px;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-caseList-style2 .box .text .more{
    display: inline-block;
    line-height: 26px;
    padding-right: 28px;
    background: url("../images/more_bg2.png") right center no-repeat;
    color: #fe7b0e;
}
.index-caseList-style2 .box:hover .text .title,
.index-caseList-style2 .box:hover .text .content{
    color: #fe7b0e;
}
.index-caseList-style3{
    margin-bottom: 40px;
}
.index-caseList-style3>div .box{
    line-height: 54px;
    padding-right: 80px;
    padding-left: 30px;
    background: url("../images/icon_7.png") left center no-repeat;
    border-bottom: 1px solid #dce2ef;
    position: relative;
}
.index-caseList-style3>div:nth-child(1) .box{
    border-top: 1px solid #dce2ef;
}
.index-caseList-style3>div .box a{
    display: block;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #0e647d;
}
.index-caseList-style3>div .box .date{
    font-size: 14px;
    color: #71737f;
    position: absolute;
    top: 0;
    right: 0;
}


/*01-关于*/
.other-banner img{
    display: block;
    width: 100%;
}
.custom-breadcrumb{
    line-height: 22px;
    font-size: 14px;
    color: #a6a6a6;
}
.custom-breadcrumb a{
    color: #a6a6a6;
}
.custom-breadcrumb a:hover,
.custom-breadcrumb .current{
    color: #fe7e18;
}
.innerPage-about-bg{
    padding-bottom: 120px;
    background: url("../images/bg_3.jpg") center bottom no-repeat;
    background-size: cover;
}
.innerPage-about-text{
    margin-bottom: 70px;
}
.innerPage-about-text .text{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 32px;
}
.innerPage-corporateCulture{
    margin-bottom: 70px;
}
.innerPage-corporateCulture>div .box{
    height: 470px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.innerPage-corporateCulture>div .box .bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.innerPage-corporateCulture>div:nth-child(1) .box .bg{
    background: rgba(226,60,48,0.9);
}
.innerPage-corporateCulture>div:nth-child(2) .box .bg{
    background: rgba(53,132,47,0.9);
}
.innerPage-corporateCulture>div:nth-child(3) .box .bg{
    background: rgba(243,130,31,0.9);
}
.innerPage-corporateCulture>div .box::after{
    content: '';
    border: 1px solid rgba(255,255,255,0.75);
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
}
.innerPage-corporateCulture>div .box .text{
    padding-top: 60px;
    color: #fff;
    text-align: center;
    position: relative;
}
.innerPage-corporateCulture>div .box .text img.logo{
    display: block;
    margin: 0 auto 50px auto;
}
.innerPage-corporateCulture>div .box .text img.icon{
    display: block;
    margin: 0 auto 20px auto;
}
.innerPage-corporateCulture>div .box .text .name-cn{
    line-height: 32px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: bold;
}
.innerPage-corporateCulture>div .box .text .name-en{
    line-height: 20px;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}
.innerPage-corporateCulture>div .box .text .line{
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 0 auto 15px auto;
}
.innerPage-corporateCulture>div .box .text .content{
    line-height: 32px;
    font-size: 16px;
}
.honorary-box{
    background: #fff;
    box-shadow: 0 0 17px rgba(176,180,280,0.28);
    border-radius: 10px;
}
.honorary-title-bg{
    float: right;
    height: 464px;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 56px;
    margin-top: -22px;
    margin-bottom: -22px;
    background: -webkit-linear-gradient(top,#ff6a00,#fc922f);
    background: -moz-linear-gradient(top,#ff6a00,#fc922f);
    background: -o-linear-gradient(top,#ff6a00,#fc922f);
    background: linear-gradient(top,#ff6a00,#fc922f);
    border-radius: 10px;
    position: relative;
}
.honorary-title{
    height: 352px;
    overflow: hidden;
}
.honorary-title .swiper-wrapper{
    width: 100%;
}
.honorary-title .swiper-wrapper .box{
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.honorary-title .swiper-wrapper .active .box{
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
}
.honorary-title .swiper-button-white{
    width: 100%;
    height: 30px;
    cursor: pointer;
    position: absolute;
}
.honorary-title .swiper-button-white.button-prev{
    background: url("../images/arrow_4t.png") center center no-repeat !important;
    top: 26px;
}
.honorary-title .swiper-button-white.button-next{
    background: url("../images/arrow_4b.png") center center no-repeat !important;
    bottom: 26px;
}
.honorary-content{
    float: left;
    height: 420px;
    padding-top: 30px;
    margin-right: -23px;
    position: relative;
    z-index: 9;
}
.honorary-content>div{
    height: 0;
    overflow: hidden;
}
.honorary-content>div:first-child{
    height: auto;
}
.honorary-content>div .title{
    height: 50px;
    line-height: 36px;
    font-size: 36px;
    color: #c60302;
    font-weight: bold;
    position: relative;
}
.honorary-content>div .title::after{
    content: '';
    width: 26px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.honorary-list .item .box{
    display: block;
}
.honorary-list .item .box img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}
.honorary-list .item .box .name{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*02-解决方案*/
.innerPage-left,
.innerPage-right{
    margin-bottom: 50px;
}
.innerPage-nav .title{
    height: 80px;
    padding-top: 21px;
    padding-left: 26px;
    background: url("../images/title_bg2.jpg") no-repeat;
    background-size: cover;
}
.innerPage-nav .title span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-right: 18px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.innerPage-nav .title span::after{
    content: '';
    height: 10px;
    background: rgba(255,255,255,0.22);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.innerPage-nav .content a{
    display: block;
    padding-left: 1px;
    margin-top: 2px;
    border-left: 5px solid #fe7e18;
}
.innerPage-nav .content a span{
    display: block;
    height: 50px;
    line-height: 50px;
    padding-right: 28px;
    padding-left: 17px;
    background-image: url("../images/a_bg1.png");
    background-color:  #c6b23a;
    background-position: right 19px center;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.innerPage-nav .content a:hover span,
.innerPage-nav .content a.on span{
    background-color: #fd8823;
}
.innerPage-solution-list .box{
    display: block;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.innerPage-solution-list .box span{
    display: block;
}
.innerPage-solution-list .box .img img{
    display: block;
    width: 1000%;
}
.innerPage-solution-list .box .text{
    padding: 15px;
}
.innerPage-solution-list .box .text .title{
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 12px;
    background: url("../images/title_bg3.jpg") repeat;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.innerPage-solution-list .box .text .title .name{
    color: #ffe92e;
}
.innerPage-solution-list .box .text .content{
    height: 104px;
    line-height: 26px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    color: #808080;
}
.innerPage-solution-list .box .text .more{
    width: 122px;
    height: 44px;
    line-height: 44px;
    background: -webkit-linear-gradient(left,#ff6a00,#fc922f);
    background: -moz-linear-gradient(left,#ff6a00,#fc922f);
    background: -o-linear-gradient(left,#ff6a00,#fc922f);
    background: linear-gradient(left,#ff6a00,#fc922f);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/*03-解决方案详情*/
.solutionDetails-box{
    border: 1px solid #e6e6e6;
    border-top: 4px solid #ff6c02;
    padding: 15px;
}
.solutionDetails-box .text .title{
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    background: url("../images/title_bg3.jpg") repeat;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solutionDetails-box .text .name{
    height: 44px;
    line-height: 44px;
    padding-left: 17px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solutionDetails-box .text .name.bg1{
    background: #0f95b0;
}
.solutionDetails-box .text .name.bg2{
    background: #ff6c02;
}
.solutionDetails-box .text .content{
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #808080;
}
.solutionDetails-img{
    margin-bottom: 30px;
    overflow: hidden;
}
.solutionDetails-img .smallImg{
    margin-right: -7px;
    margin-left: -7px;
}
.solutionDetails-img .smallImg span{
    display: block;
    padding-right: 7px;
    padding-left: 7px;
}
.solutionDetails-img .smallImg .slick-current img{
    border: 2px solid #ff6c02;
}
.solutionDetails-img img{
    display: block;
    width: 100%;
}
.solutionDetails-img .bigImg{
    margin-bottom: 15px;
}
.solutionDetails-img .bigImg .slick-arrow{
    width: 18px;
    height: 31px;
    margin-top: -15px;
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
}
.solutionDetails-img .bigImg .slick-prev{
    background: url("../images/arrow_2l_h.png") no-repeat;
    left: 10px;
}
.solutionDetails-img .bigImg .slick-prev:hover{
    background: url("../images/arrow_2l.png") no-repeat;
}
.solutionDetails-img .bigImg .slick-next{
    background: url("../images/arrow_2r_h.png") no-repeat;
    right: 10px;
}
.solutionDetails-img .bigImg .slick-next:hover{
    background: url("../images/arrow_2r.png") no-repeat;
}


/*04-行业案例*/
.innerPage-caseList-title1{
    padding-left: 2px;
    margin-bottom: 30px;
    border-left: 6px solid #feaa18;
}
.innerPage-caseList-title1 .box{
    line-height: 50px;
    padding-right: 25px;
    background: #5886b8;
}
.innerPage-caseList-title1 .box .name{
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    background: #fe7c15;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.innerPage-caseList-title1 .box .more{
    float: right;
    font-size: 14px;
    color: #fff;
}
.innerPage-caseList-title1.other-style .box{
    background: none;
    position: relative;
}
.innerPage-caseList-title1.other-style .box::before{
    content: '';
    height: 1px;
    background: #dedede;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.innerPage-caseList-title1.other-style .box .name{
    background: url("../images/name_bg1.png") right no-repeat;
    position: relative;
}
.innerPage-caseList>div{
    margin-bottom: 30px;
}
.innerPage-caseList>div .box{
    display: block;
    font-size: 14px;
}
.innerPage-caseList>div .box span{
    display: block;
}
.innerPage-caseList>div .box>img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.innerPage-caseList>div .box .title{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 6px;
    background: url("../images/title_bg3.jpg") repeat;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.innerPage-caseList>div .box .title .name{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.innerPage-caseList>div .box .content{
    height: 90px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.innerPage-caseList>div .box .more{
    height: 24px;
    line-height: 24px;
    color: #fe7b0e;
}
.innerPage-caseList.other-style>div .box .title{
    display: block;
    border-radius: 0;
    position: relative;
}
.innerPage-caseList.other-style>div .box .title .name{
    height: 40px;
    line-height: 40px;
}
.innerPage-caseList.other-style>div .box .title .line-top{
    width: 80px;
    height: 12px;
    background: url("../images/line_2.png") no-repeat;
    position: absolute;
    top: -8px;
    left: -1px;
}
.innerPage-caseList.other-style>div .box .title .line-right{
    width: 12px;
    background: url("../images/line_3.png") no-repeat;
    position: absolute;
    top: 3px;
    right: -8px;
    bottom: -1px;
}
.innerPage-caseList.other-style>div .box .title .line-bottom{
    height: 2px;
    background: #ff6a00;
    position: absolute;
    right: -3px;
    bottom: -3px;
    left: -3px;
}
.innerPage-caseList.other-style>div .box .title .line-left{
    width: 2px;
    background: #ff6a00;
    position: absolute;
    bottom: -1px;
    left: -3px;
    top: -3px;
}



/*06-聚焦案例*/
.innerPage-caseList-title2{
    height: 120px;
    line-height: 120px;
    padding-left: 35px;
    margin-bottom: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.innerPage-caseList-title2 .name{
    float: left;
    margin-right: 35px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.innerPage-caseList-title2 .more{
    float: left;
    font-size: 14px;
    color: #fff;
}
.innerPage-caseList-title2.style1{
    background-image: url("../images/title_bg6.jpg");
}
.innerPage-caseList-title2.style2{
    background-image: url("../images/title_bg7.jpg");
}
.innerPage-caseList-title2.style3{
    background-image: url("../images/title_bg8.jpg");
}
.innerPage-caseList-title2.style4{
    background-image: url("../images/title_bg9.jpg");
}
.innerPage-caseList-title2.style5{
    background-image: url("../images/title_bg10.jpg");
}


/*07-产品中心*/
.product-banner{
    margin-bottom: 30px;
}
.product-banner img{
    display: block;
    width: 100%;
}


/*08-新闻中心*/
.news-imgText{
    display: block;
    margin-bottom: 30px;
    background: url("../images/title_bg3.jpg") repeat;
    font-size: 14px;
    color: #fff;
}
.news-imgText span{
    display: block;
}
.news-imgText .img img{
    display: block;
    width: 100%;
}
.news-imgText .text{
    padding: 15px;
}
.news-imgText .text .title{
    height: 28px;
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-imgText .text .content{
    line-height: 26px;
    margin-bottom: 10px;
}
.news-imgText .text .more{
    display: inline-block;
    padding-right: 25px;
    background: url("../images/more_bg3.png") right center no-repeat;
}
.news-imgText:hover{
    color: #fff;
}
.news-list-1 .box{
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e1ebeb;
    font-size: 14px;
    position: relative;
}
.news-list-1 .box:first-child{
    border-top: 1px solid #e1ebeb;
}
.news-list-1 .box span{
    display: block;
}
.news-list-1 .box .text .title{
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list-1 .box .text .content{
    line-height: 26px;
    font-size: 14px;
    color: #84878e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list-1 .box .img img{
    display: block;
    width: 100%;
}
.news-list-1 .box .more{
    display: inline-block;
    line-height: 18px;
    padding-right: 27px;
    background: url("../images/more_bg2.png") right center no-repeat;
    color: #ff6a00;
}
.news-list-1 .box .date{
    width: 70px;
    height: 70px;
    padding-top: 10px;
    background: #fe7e18;
    font-size: 14px;
    color: #ffe5d1;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 25px;
}
.news-list-1 .box .date .day{
    line-height: 32px;
    font-size: 30px;
}
.news-list-1 .box .date::before{
    content: '';
    width: 25px;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 10px;
    right: -57px;
}


/*09-新闻中心2*/
.news-list-2 .box{
    display: block;
    padding-right: 106px;
    padding-left: 30px;
    background: url("../images/icon_7.png") left center no-repeat;
    border-bottom: 1px solid #e1ebeb;
    position: relative;
}
.news-list-2 .box:first-child{
    border-top: 1px solid #e1ebeb;
}
.news-list-2 .box .name{
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-2 .box .date{
    height: 14px;
    line-height: 14px;
    padding-left: 20px;
    margin-top: -7px;
    border-left: 1px solid #e1ebeb;
    font-size: 16px;
    color: #007071;
    position: absolute;
    top: 50%;
    right: 0;
}


/*10-详情页*/
.newsDetails-box{
    border: 1px solid #e6e6e6;
    border-top: 4px solid #ff6c02;
    padding: 15px;
}
.newsDetails-box .newsDetails-title{
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
    text-align: center;
}
.newsDetails-box .text-1{
    line-height: 30px;
    padding: 10px 30px;
    margin-bottom: 30px;
    background: #f7f7f7;
    font-size: 14px;
}
.newsDetails-box .text-1 .line{
    margin-right: 10px;
    margin-left: 10px;
    color: #b2caca;
}
.newsDetails-box .text-1 .sizeBtn{
    font-size: 18px;
    cursor: pointer;
}
.newsDetails-box .detailsText{
    line-height: 2;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.newsDetails-box .details-nav{
    line-height: 30px;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.newsDetails-box .details-nav a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.newsDetails-box .details-nav a span{
    color: #ff6c02;
}
.newsDetails-box .btn-box a{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ffb580;
    font-size: 14px;
    text-align: center;
}
.newsDetails-box .btn-box a.style1{
    margin-right: 25px;
    border: 1px solid #ffb580;
    color: #ff6c02;
}
.newsDetails-box .btn-box a.style2{
    border: 1px solid #df9696;
    color: #b32727;
}


/*11-联系我们*/
.contact-box{
    position: relative;
}
.contact-box .map{
    height: 455px;
    border: 4px solid #fff;
    box-shadow: 0 0 17px rgba(50,53,71,0.15);
}
.contact-box .text{
    padding: 20px;
    background: #ff6e04;
    font-size: 14px;
    color: #fff;
}
.contact-box .text .box{
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fea45c;
}
.contact-box .text .box .tel{
    height: 40px;
    line-height: 40px;
    background: #0e647d;
    border-radius: 3px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.contact-box .text .box .name{
    font-size: 18px;
    font-weight: bold;
}
.contact-box .text .code-box .img{
    float: left;
    width: 110px;
    line-height: 38px;
    text-align: center;
}
.contact-box .text .code-box .img:first-child{
    margin-right: 14px;
}
.contact-box .text .code-box .img img{
    display: block;
    width: 100%;
}
.contact-box .slogan-text{
    flex-wrap: wrap;
    display: flex;
    line-height: 46px;
    margin-bottom: 25px;
    background: url("../images/title_bg3.jpg") repeat;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.contact-box .slogan-text .name{
    padding-right: 40px;
    padding-left: 20px;
    background: url("../images/name_bg2.png") right no-repeat;
}
.contact-box .slogan-text .content{
    flex-grow: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #f86836;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #f86836;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}


.solutionDetails-img .bigImg .text{
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}