@charset "utf-8";
/* CSS Document */

.banner {
    height: 300px;
    margin-bottom: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
	position: relative;
}
.banner .btn {
    position: absolute;
    left: 50%;
    top: 70%;
    height: 40px;
    margin-left: -84px;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    transition: all ease .3s;
}
.banner .btn span {
    position: relative;
    z-index: 2;
}
.banner .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #095aba;
    content: '';
    transition: all ease .3s;
}
.banner .btn:hover:before {
    width: 100%;
}
.banner .btn:hover {
    border-color: #095aba;
}

.right-body {
    margin-left: 280px;
    padding-bottom: 70px;
    overflow: hidden;
}

.sub-nav {
    position: relative;
    top: 5px;
    float: left;
    width: 260px;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease 0.1s both;
    animation: fadeIn 1s ease 0.1s both;
}
.sub-nav .js-pin-wrapper {
    width: 260px !important;
}
.sub-nav .mobile-show {
    display: none;
}
.sub-nav .sub-list-box {
    position: relative;
    padding-bottom: 40px;
}
.sub-nav .border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 40px;
    background: #1580e4;
}
.sub-nav dd {
    padding: 0 20px;
    border-left: 2px solid #dfdfdf;
}
.sub-nav dd ul {
    height: 0;
    padding-left: 15px;
    overflow: hidden;
}
.sub-nav dd a {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 14px;
    color: #444;
    line-height: 40px;
    transition: all ease-out .3s;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-nav dd a:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    content: '-';
}
.sub-nav dd .has-sub:before {
    content: '+';
}
.sub-nav dd.active ul {
    height: auto;
}
.sub-nav dd.active > a,
.sub-nav dd a:hover,
.sub-nav dd li.active a {
    color: #1580e4;
}

.position-box {
    height: 40px;
    padding-left: 10px;
    border-left: 4px solid #1580e4;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
}
.position-box .title {
    float: left;
    font-size: 18px;
    color: #1580e4;
    font-weight: 400;
    line-height: 40px;
}
.position-box label,
.position-box span,
.position-box a {
    position: relative;
    top: 7px;
}
.position-box label,
.position-box a {
    color: #888;
}
.position-box a {
    position: relative;
    margin-right: 5px;
}
.position-box span {
	font-family: '宋体';
	margin-right: 5px;
	color: #999;
}
.position-box a:hover {
    color: #1580e4;
}
.position-box a.last {
    margin-right: 0;
    color: #1580e4;
}

.page-btn {
    padding: 50px 0 0;
    text-align: center;
}
.page-btn * {
    position: relative;
    display: inline-block;
    width: 36px;
    margin: 0 2px;
    line-height: 36px;
    transition: all .3s ease 0s;
}
.page-btn .num {
    font-family: 'Arial';
    font-size: 12px;
    color: #a9a9a9;
}
.page-btn .num:hover,
.page-btn span.num {
    background: #6b6b6b;
    color: #fff;
}
.page-btn .iconfont {
    color: #8e8e8e;
}
.page-btn .iconfont:before {
    font-size: 18px;
    transition: all 0s;
}
.page-btn a.iconfont:hover {
    color: #1b1b1b;
}
.page-btn span.iconfont {
    visibility: hidden;
}

.article-data > .header {
    padding: 0 0 14px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.article-data > .header .title {
    padding-bottom: 8px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.article-data > .header .info {
    font-size: 12px;
    color: #848484;
    font-family: 'Tahoma';
    line-height: 1;
}
.article-data > .header .iconfont {
    font-size: 12px;
}
.article-data > .header .iconfont:before {
    position: relative;
    top: 2px;
    padding-right: 2px;
    font-size: 18px;
}
.article-data > .thumb {
    padding-top: 30px;
}
.article-data > .thumb img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.article-data > .content {
    line-height: 30px;
    color: #666;
}
.article-data > .content img {
    margin-bottom: 10px;
}
.article-data > .content table{
  width: 100%;
  border-collapse: collapse;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.article-page-btn {
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.article-page-btn.no-bb {
    border-bottom: none;
}
.article-page-btn a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ececec;
    border-radius: 21px;
    font-size: 14px;
    line-height: 40px;
    color: #848484;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .36s;
}
.article-page-btn a.prev-btn {
    float: left;
    max-width: 42%;
}
.article-page-btn a.next-btn {
    float: right;
    max-width: 42%;
}
.article-page-btn .column {
    display: block;
    width: 100px;
    margin: auto;
    text-align: center;
}
.article-page-btn a.nodata {
    border-color: #e4eaec !important;
    color: #ccd5db !important;
    cursor: default;
}
.article-page-btn a:hover {
    border-color: #095aba;
    color: #095aba;
}


.aside-data > .label-box {
    padding: 20px 0;
}
.aside-data > .label-box a {
    display: inline-block;
    margin-right: 8px;
    padding: 0 16px;
    background: #f3f3f3;
    line-height: 30px;
    color: #aaa;
    transition: all .3s;
}
.aside-data > .label-box a:hover {
    background: #095aba;
    color: #fff;
}


/***** 产品列表 *****/
.product-list-body .list {
    margin-right: -40px;
    padding-top: 10px;
}
.product-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 40px 40px 0 0;
}
.product-list-body .list .box {
    position: relative;
    top: 0;
    padding: 30px 20px 26px;
    border: 1px solid #ececec;
    text-align: center;
    transition: all .3s ease-out;
}
.product-list-body .list .box:hover {
    top: -10px;
    border-color: #1580e4;
}
.product-list-body .list .img {
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
}
.product-list-body .list .img:before {
    display: block;
    padding-bottom: 18.5%;
    content: '';
}
.product-list-body .list .img .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-list-body .list .title {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list-body .list .info {
    height: 72px;
    margin: 14px 0 12px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: left;
    overflow: hidden;
}
.product-list-body .list .sub-title {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list-body .list .number {
    padding-bottom: 10px;
    color: #1580e4;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list-body .list .number span {
    font-size: 40px;
}
.product-list-body .list .more-btn {
    margin-bottom: 13px;
}
.product-list-body .list .link {
    color: #1580e4;
}
.product-list-body .list .link:hover {
    color: #095aba;
}
.product-list-body .list .more-btn {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto 13px;
    border-radius: 3px;
    background: #1580e4;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all .3s ease-out 0s;
    overflow: hidden;
}
.product-list-body .list .more-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.product-list-body .list .more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #095aba;
    content: '';
    transition: all ease .3s;
}
.product-list-body .list .more-btn:hover:after {
    width: 100%;
}

.aside-data.product-list-body .list {
    padding-top: 0;
}
.aside-data.product-list-body .list li:nth-child(1),
.aside-data.product-list-body .list li:nth-child(2),
.aside-data.product-list-body .list li:nth-child(3) {
    padding-top: 0;
}


/****** 产品详情 ******/
.product-body .article-data > .header {
    padding: 40px 0;
    border: none;
}
.product-body .product-pic {
    position: relative;
    float: left;
    width: 40%;
    /*padding-right: 20px;*/
}
.product-body .product-pic:before {
    display: block;
    padding-bottom: 66.66%;
    content: ''
}
.product-body .product-pic .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    padding: 10px;
    height: 100%;
    border: 1px solid #ececec;
}
.product-body .product-cont {
    box-sizing: border-box;
    float: left;
    width: 60%;
    padding-top: 20px;
    padding-left: 30px;
    text-align: left;
}
.product-body .product-cont .title {
    font-size: 18px;
    color: #333;
}
.product-body .product-cont .sub-title {
    font-size: 12px;
    color: #848484;
}
.product-body .product-cont .info {
    max-height: 96px;
    margin: 32px 0 45px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-family: '微软雅黑';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.product-body .product-cont .btn {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    background: #1480e4;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
.product-body .product-cont .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #085aba;
    content: '';
    transition: all .36s ease 0s;
}
.product-body .product-cont .btn span {
    position: relative;
    z-index: 2;
}
.product-body .product-cont .btn:hover:before {
    width: 100%;
}
.product-body .tab-head {
    border-bottom: 1px solid #e1e1e1;
}
.product-body .tab-head > a {
    position: relative;
    top: 1px;
    display: inline-block;
    min-width: 100px;
    margin-right: 5px;
    padding: 0 20px;
    background: #1580e4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    transition: background .3s ease-out 0s
}
.product-body .tab-head > a:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
    opacity: 0;
    border-top: 5px solid #095aba;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: opacity .3s ease-out 0s;
    content: '';
}
.product-body .tab-head > a:hover,
.product-body .tab-head > a.active {
    background: #095aba;
}
.product-body .tab-head > a:hover:before,
.product-body .tab-head > a.active:before {
    opacity: 1;
}
.product-body .tab-content > article {
    display: none;
    padding: 20px 0 30px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.product-body .tab-content > article .content-head {
    display: none;
}
.product-body .tab-content > article:first-child {
    display: block;
}
.product-body .tab-content > article .download-list-body .list li:last-child {
    border-bottom: none;
}
.product-body .service-pic {
    float: left;
    width: 50%;
    padding: 0 35px;
}
.product-body .service-pic .big-thumb {
    position: relative;
    border: 1px solid #eee;
    padding-bottom: 66.66%;
}
.product-body .service-pic .big-thumb .product-swiper {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}
.product-body .service-pic .big-thumb .btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
}
.product-body .service-pic .big-thumb .btn:before {
    font-size: 30px;
    color: #555;
    transition: color .36s ease-out 0s;
    font-family: 'iconfont';
}
.product-body .service-pic .big-thumb .btn:hover:before {
    color: #4b86cc;
}
.product-body .service-pic .big-thumb .arrow-left {
    left: -40px;
    text-align: left;
}
.product-body .service-pic .big-thumb .arrow-left:before {
    content: "\e609";
}
.product-body .service-pic .big-thumb .arrow-right {
    right: -40px;
    text-align: right;
}
.product-body .service-pic .big-thumb .arrow-right:before {
    content: "\e608";
}
.product-body .service-pic .big-thumb li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.product-body .service-pic .big-thumb li a {
    display: block;
    height: 100%;
    cursor: url(/static/box/graphics/zoomin.cur), pointer !important;
}
.product-body .service-pic .thumb-list {
    margin: auto;
    max-width: 350px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.product-body .service-pic .thumb-list dd {
    position: relative;
    margin: auto;
    transition: left .36s ease-out 0s;
}
.product-body .service-pic .thumb-list span {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    opacity: 1;
    background-color: #b5b5b5;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.product-body .service-pic .thumb-list .swiper-active-switch {
    background-color: #305aa8;
    border-color: #999;
}

.product-body .service-cont {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-left: 40px;
    text-align: left;
}
.product-body .service-cont .title {
    font-size: 18px;
    color: #333;
}
.product-body .service-cont .sub-title {
    font-size: 12px;
    color: #848484;
}
.product-body .service-cont .info {
    max-height: 96px;
    margin: 32px 0 45px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-family: '微软雅黑';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.product-body .service-cont .btn {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    background: #1480e4;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
.product-body .service-cont .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #085aba;
    content: '';
    transition: all .36s ease 0s;
}
.product-body .service-cont .btn span {
    position: relative;
    z-index: 2;
}
.product-body .service-cont .btn:hover:before {
    width: 100%;
}


/***** 单页详情 *****/
.single-body .article-data {
    padding-top: 40px;
}


/***** 服务列表 *****/
.service-list-body .column-description {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
}
.service-list-body .column-description p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.service-list-body .list {
    margin-right: -40px;
}
.service-list-body .list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding-right: 40px;
    padding-top: 40px;
}
.service-list-body .list a {
    display: block;
}
.service-list-body .list .ratio-pic {
    position: relative;
    border: 1px solid #ececec;
    border-bottom: none;
}
.service-list-body .list .ratio-pic:before {
    display: block;
    padding-bottom: 66%;
    content: '';
}
.service-list-body .list .ratio-pic .pic-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
}
.service-list-body .list .ratio-pic img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.service-list-body .list .cont {
    box-sizing: border-box;
    position: relative;
    height: 75px;
    padding: 5px 40px 0 20px;
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.service-list-body .list .cont:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.service-list-body .list .cont:after {
    position: absolute;
    top: 25px;
    right: 2px;
    width: 37px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    font-family: 'iconfont';
    content: "\e610";
    transition: all 0.3s ease-out 0s;
    color: #d0d0d0;
    font-size: 17px;
}
.service-list-body .list .title {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    font-size: 16px;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}
.service-list-body .list .info {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list-body .list a:hover .cont {
    padding-top: 0;
    padding-bottom: 5px;
}
.service-list-body .list a:hover .cont:before {
    top: -10px;
    bottom: -5px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.service-list-body .list a:hover .cont:after {
    text-indent: 15px;
    border-color: rgba(0, 0, 0, .1);
}
.service-list-body .list a:hover img {
    transform: scale(1.08, 1.08);
}
.service-list-body .list a:hover .cont:after {
    top: 20px;
}
.service-list-body .list a:hover .title {
    color: #095aba;
}


/***** 行业详情 *****/
.industry-body {
    padding-bottom: 70px;
}
.industry-body .content {
    padding-bottom: 40px;
}


/***** 行业列表 *****/
.industry-list-body .list {
    margin-right: -40px;
}
.industry-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 40px 40px 0 0;
}
.industry-list-body .list .box {
    display: block;
    padding: 30px 10px;
    border: 1px solid #ececec;
    text-align: center;
    font-size: 16px;
    color: #444;
    transition: all .3s ease-out;
}
.industry-list-body .list .box:hover {
    border-color: #095aba;
    color: #095aba;
}
.industry-list-body .list .img {
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.industry-list-body .list .img:before {
    display: block;
    padding-bottom: 42.5%;
    content: '';
}
.industry-list-body .list .img .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.industry-list-body .list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-data.industry-list-body .list li:nth-child(1),
.aside-data.industry-list-body .list li:nth-child(2),
.aside-data.industry-list-body .list li:nth-child(3) {
    padding-top: 0;
}


/***** 领域详情 *****/
.domain-body {
    padding-top: 40px;
}
.domain-body .article-data .content {
    padding: 30px 0 40px;
}


/***** 视频列表 *****/
.video-list-body .list {
    margin-right: -40px;
}
.video-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 40px 40px 0 0;
}
.video-list-body .list a {
    position: relative;
    display: block;
}
.video-list-body .list .pic-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.video-list-body .list .pic-box:before {
    display: block;
    padding-bottom: 71.5%;
    background: rgba(0, 0, 0, 0);
    transition: all .36s ease;
    content: '';
}
.video-list-body .list .pic-box:after {
    position: absolute;
    top: -30%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-top: -22px;
    margin-left: -28px;
    color: #fff;
    line-height: 56px;
    font-size: 56px;
    text-align: center;
    font-family: 'iconfont';
    transition: all .6s ease;
    content: "\e60f";
}
.video-list-body .list .title {
    position: relative;
    margin-top: 20px;
    padding-right: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    transition: all 0.6s ease 0s;
}
.video-list-body .list .title:before {
    position: absolute;
    right: 0;
    opacity: 0;
    color: #444;
    font-size: 26px;
    font-family: 'iconfont';
    content: '\e610';
    transition: all 0.6s ease 0s;
}
.video-list-body .list a:hover .title {
    text-indent: 10px;
    color: #095aba;
}
.video-list-body .list a:hover .title:before {
    right: 10px;
    opacity: 1;
}
.video-list-body .list a:hover .pic-box:before {
    background: rgba(0, 0, 0, .5);
}
.video-list-body .list a:hover .pic-box:after {
    top: 50%;
}


/****** 案例列表 ******/
.case-list-body .column-description {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
}
.case-list-body .column-description p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.case-list-body .list {
    margin-right: -40px;
}
.case-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 40px 40px 0 0;
}
.case-list-body .list a {
    display: block;
}
.case-list-body .list .ratio-pic {
    position: relative;
    border: 1px solid #f2f2f2;
    transition: border 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list .qualifications-pic {
    border-color: #f2f2f2 !important;
}
.case-list-body .list .ratio-pic:before {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.case-list-body .list a:hover .ratio-pic {
    border-color: #095aba;
}
.case-list-body .list .pic-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
}
.case-list-body .list img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list .qualifications-pic .pic-box:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list .qualifications-pic .pic-box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    opacity: 0;
    color: #f1f1f1;
    font-size: 24px;
    line-height: 40px;
    transform: translate3d(0, -120px, 0);
    font-family: 'iconfont';
    content: '\e611';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list .title {
    padding-top: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list a:hover img {
    transform: scale(1.2);
}
.case-list-body .list a:hover .pic-box:before {
    opacity: 1;
}
.case-list-body .list a:hover .pic-box:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.case-list-body .list a:hover .title {
    color: #095aba;
}
.aside-data.case-list-body .list li:nth-child(1),
.aside-data.case-list-body .list li:nth-child(2),
.aside-data.case-list-body .list li:nth-child(3) {
    padding-top: 0;
}


/****** 下载列表 ******/
.download-list-body {
    padding-top: 25px;
}
.download-list-body .list li {
    position: relative;
    padding: 8px 130px 8px 2px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 30px;
    font-size: 14px;
}
.download-list-body .list li a.title {
    position: relative;
    float: left;
    max-width: 100%;
    height: 30px;
    padding-left: 15px;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-list-body .list li a.title:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #666;
    content: '';
}
.download-list-body .list li a.title:hover {
    color: #095aba;
}
.download-list-body .list li a.title:hover:before {
    background: #095aba;
}
.download-list-body .list li .time {
    position: absolute;
    top: 8px;
    right: 40px;
    color: #999;
}
.download-list-body .list li .btn {
    position: absolute;
    right: 0;
    top: 8px;
    color: #666;
}
.download-list-body .list li .btn:before {
    font-size: 22px;
    transition: all 0s;
    -webkit-transition: all 0s;
}
.download-list-body .list li .btn:hover {
    color: #095aba;
}


/******* 新闻列表 *******/
.news-list-body {
    padding-top: 40px;
}
.news-list-body .list li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.news-list-body .list a {
    display: block;
    padding: 40px 0;
}
.news-list-body .list li:first-child a {
    padding-top: 0;
}
.news-list-body .list li:first-child a:before {
    top: 80px;
}
.news-list-body .list .pic-box {
    position: relative;
    float: right;
    width: 260px;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-list-body .list .pic-box span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 40px;
    background: #fff;
    opacity: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #999;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list-body .list .li-content {
    margin-right: 310px;
}
.news-list-body .list .title {
    padding-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.news-list-body .list .time {
    font-size: 12px;
    color: #aeaeae;
    font-family: 'Arial';
    line-height: 20px;
}
.news-list-body .list li a:before {
    position: absolute;
    left: 0;
    top: 120px;
    width: 0;
    height: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    border-left: 1px solid #e0e0e0;
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list-body .list .content {
    margin-top: 27px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list-body .list a:hover .pic-box span {
    opacity: 1;
}
.news-list-body .list a:hover .title {
    color: #095aba;
}
.news-list-body .list a:hover .content {
    transform: translate3d(30px, 0, 0);
}
.news-list-body .list li a:hover:before {
    opacity: 1;
}

.aside-data.news-list-body {
    padding-top: 0;
}
.aside-data.news-list-body .list {
    position: relative;
    margin-right: -40px;
}
.aside-data.news-list-body .list li {
    float: left;
    width: 50%;
    border: none;
    padding-right: 40px;
}
.aside-data.news-list-body .list a {
    position: relative;
    padding: 0 90px 0 15px;
    border-bottom: 1px solid #e1e1e1;
}
.aside-data.news-list-body .list a:before {
    position: absolute;
    top: 21px !important;
    left: 0;
    width: 4px;
    height: 4px;
    border: none;
    opacity: 1;
    background: #555;
}
.aside-data.news-list-body .list .title {
    padding-top: 0;
    line-height: 46px;
    font-size: 14px;
    color: #666;
}
.aside-data.news-list-body .list .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #bbb;
    line-height: 46px;
    font-family: '微软雅黑';
}
.aside-data.news-list-body .list .content,
.aside-data.news-list-body .list .pic-box {
    display: none;
}
.aside-data.news-list-body .list .li-content {
    margin: 0;
}
.aside-data.news-list-body .list a:hover:before {
    background: #095aba;
}


/*招聘列表*/
.job-list-body {
    padding-top: 30px;
}
.job-list-body .list {
    display: table;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}
.job-list-body .list li {
    display: table-row;
}
.job-list-body .list li .name,
.job-list-body .list li .time,
.job-list-body .list li .detail {
    display: table-cell;
}
.job-list-body .list li {
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
}
.job-list-body .list li.title div{
    font-size: 16px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}
.job-list-body .list li:nth-child(2) div{
    padding-top: 10px;
}
.job-list-body .list .name{
    padding-left: 10px;
}
.job-list-body .list .name a{
    color: #444;
}
.job-list-body .list .name a:hover{
    color: #095aba;
}
.job-list-body .list .time {
    width: 40%;
    padding: 0 15px;
    text-align: center;
    font-family: 'Arial';
    color: #999;
}
.job-list-body .list .detail {
    width: 60px;
    text-align: center;
}
.job-list-body .list .detail a{
    color: #095aba;
}
.job-list-body .list .detail a:hover{
    text-decoration: underline;
}

@media screen and (min-width: 981px) {
    .sub-nav .sub-list-box {
        height: auto !important;
    }
}
@media screen and (max-width: 980px) {
    .banner,
    .position-box,
    .sub-nav .border {
        display: none;
    }
    #main.article-single .sub-nav {
        display: none;
    }
    .sub-nav {
        position: relative;
        float: none;
        z-index: 8;
        width: auto;
        height: 45px;
        margin: 0 -10px;
        padding: 0 10px;
        background: #1580e4;
    }
    .sub-nav .pin-wrapper {
        height: 100% !important;
    }
    .sub-nav .js-pin-wrapper {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        animation-name: none !important;
    }
    .sub-nav .mobile-show {
        position: relative;
        padding: 0 0px;
        display: block;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        color: #fff;
        cursor: pointer;
    }
    .sub-nav .mobile-show:before {
        position: absolute;
        top: 0;
        right: 6px;
        font-size: 18px;
        transition: transform .36s ease-out 0s;
    }
    .sub-nav.mobile-active .mobile-show:before {
        transform: rotate(180deg);
    }
    .sub-nav .sub-list-box {
        position: absolute;
        top: 100%;
        left: -10px;
        right: -10px;
        z-index: 9;
        height: 0;
        padding-bottom: 0;
        background: #fff;
        overflow: hidden;
    }
    .sub-nav .sub-list-box dd,
    .sub-nav .sub-list-box li {
        padding: 0 !important;
        border: none;
    }
    .sub-nav .sub-list-box a {
        display: block;
        height: 45px;
        border-bottom: 1px solid #eee;
        line-height: 45px;
        overflow: hidden;
    }
    .sub-nav .sub-list-box a:before {
        display: none;
    }
    .sub-nav .active > a {
        background: #f1f1f1;
    }
    .sub-nav dd > a {
        padding: 0 40px;
    }
    .sub-nav dd > .has-sub:after {
        position: absolute;
        right: 20px;
        font-size: 18px;
        font-family: 'iconfont';
        content: '\e603';
        transition: transform .36s ease-out 0s;
    }
    .sub-nav .on > .has-sub:after {
        transform: rotate(180deg);
    }
    .sub-nav dd ul {
        padding-left: 0;
    }
    .sub-nav dd li a {
        padding: 0 60px;
    }
    .right-body {
        margin: 0;
    }
    .article-data > .header {
        padding-top: 25px;
    }
    .article-page-btn a.next-btn > span,
    .article-page-btn a.prev-btn > span {
        display: none;
    }

    .product-body .article-data > .header {
        padding: 20px 0 40px;
    }
    .product-body .product-pic {
        width: 100%;
        padding: 0;
    }
    .product-body .product-pic .whole-pic {
        right: 0;
		padding: 0;
    }
    .product-body .product-cont {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }
    .product-body .product-cont .info {
        display: block;
        margin: 20px 0 25px;
    }
    .product-body .product-cont .btn {
        margin: auto;
    }
    .product-body .service-pic {
        width: 100%;
        padding: 0;
    }
    .product-body .service-pic .big-thumb .btn,
    .product-body .service-pic .big-thumb li a {
        display: none;
    }
    .product-body .service-pic .thumb-list {
        max-width: 100%;
        padding: 10px 0 0;
    }
    .product-body .service-pic .thumb-list dd {
        width: 100% !important;
    }
    .product-body .service-pic .thumb-list span {
        float: none;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background-image: none !important;
    }

    .industry-body .content {
        padding-top: 40px;
    }

    .domain-body {
        padding-top: 0;
    }
}

@media screen and (max-width: 540px) {
    .right-body {
        padding-bottom: 35px;
    }
    .page-btn {
        padding: 25px 0 0;
    }
    
    .article-data > .header {
        padding: 20px 0 10px;
    }
    .article-data > .header .title {
        padding-bottom: 5px;
    }
    .article-data > .thumb {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .article-page-btn {
        padding: 10px 0;
    }
    .aside-data > .label-box {
        padding: 15px 0;
    }

    .product-list-body .list {
        margin-right: -10px;
        padding-top: 0;
    }
    .product-list-body .list li {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .product-list-body .list .box {
        top: 0 !important;
        padding: 15px 10px 13px;
    }
    .product-list-body .list .img {
        margin-bottom: 10px;
    }
    .product-list-body .list .info {
        height: 60px;
        margin: 5px 0;
        line-height: 20px;
    }
    .product-list-body .list .number {
        line-height: 1;
    }
    .aside-data.product-list-body .list li:nth-child(3) {
        padding-top: 20px;
    }

    .product-body .article-data > .header {
        padding: 20px 0 0;
    }
    .product-body .product-cont {
        padding: 15px 0;
    }
    .product-body .product-cont .info {
        margin: 15px 0;
        text-align: left;
        color: #999;
    }
    .product-body .tab-head {
        display: none;
    }
    .product-body .tab-content > article {
        display: block !important;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .product-body .tab-content > article:last-child {
        padding-bottom: 20px;
    }
    .product-body .tab-content > article .content-head {
        position: relative;
        display: block;
        margin: 0 0 10px;
        padding: 0 10px;
        border-bottom: 1px solid #e1e1e1;
        font-size: 18px;
        line-height: 40px;
        color: #333;
        font-weight: 400;
    }
    .product-body .tab-content > article .content-head:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 16px;
        margin-top: -8px;
        background: #095aba;
        content: '';
    }

    .single-body .article-data {
        padding-top: 20px;
    }

    .service-list-body .column-description {
        margin-top: 20px;
        padding: 5px 10px;
    }
    .service-list-body .list {
        margin-right: -10px;
    }
    .service-list-body .list li {
        width: 50%;
        padding-right: 10px;
        padding-top: 20px;
    }
    .service-list-body .list .cont {
        height: 55px;
        padding: 0 0px 0 5px;
        overflow: hidden;
    }
    .service-list-body .list .cont:before {
        top: 0 !important;
        border-bottom: none !important;
    }
    .service-list-body .list .cont:after {
        top: 20px;
        right: 0;
        width: 25px;
		display: none;
    }
    .service-list-body .list a:hover .cont:after {
        text-indent: 5px;
    }

    .industry-body {
        padding-bottom: 35px;
    }
    .industry-body .content {
        padding: 20px 0;
    }

    .industry-list-body .list {
        margin-right: -10px;
    }
    .industry-list-body .list li {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .industry-list-body .list .box {
        padding: 15px 10px;
    }
    .industry-list-body .list .img {
        margin-bottom: 10px;
    }
    .aside-data.industry-list-body .list li:nth-child(3) {
        padding-top: 20px;
    }

    .domain-body .article-data .content {
        padding: 15px 0 20px;
    }

    .video-list-body .list {
        margin-right: -10px;
    }
    .video-list-body .list li {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .video-list-body .list .title {
        margin-top: 12px;
        padding-right: 40px;
    }

    .case-list-body .column-description {
        margin-top: 20px;
        padding: 5px 10px;
    }
    .case-list-body .list {
        margin-right: -10px;
    }
    .case-list-body .list li {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .case-list-body .list .title {
        padding-top: 10px;
    }
    .aside-data.case-list-body .list li:nth-child(3) {
        padding-top: 20px;
    }

    .download-list-body {
        padding-top: 10px;
    }

    .news-list-body {
        padding-top: 20px;
    }
    .news-list-body .list li {
        padding: 10px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .news-list-body .list li:first-child {
        padding-top: 0;
    }
    .news-list-body .list li a {
        padding: 0;
    }
    .news-list-body .list li a:before {
        display: none;
    }
    .news-list-body .list .pic-box {
        display: block !important;
        float: left;
        width: 40%;
        height: auto;
        margin-right: 0;
    }
    .news-list-body .list .pic-box span {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 66.6667%;
        opacity: 0 !important;
    }
    .news-list-body .list .li-content {
        float: right;
        width: 60%;
        margin: 0;
        padding-left: 10px;
    }
    .news-list-body .list .title {
        padding-top: 0;
        line-height: 26px !important;
    }
    .news-list-body .list .content {
        display: -webkit-box !important;
        margin-top: 0;
        transform: translate3d(0, 0, 0) !important;
    }
    .aside-data.news-list-body .list {
        margin-right: 0;
    }
    .aside-data.news-list-body .list li {
        float: none;
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .aside-data.news-list-body .list a {
        padding: 0;
        border: none;
    }
    .aside-data.news-list-body .list .title {
        font-size: 16px;
        color: #333;
    }
    .aside-data.news-list-body .list .time {
        position: relative;
        font-size: 12px;
        color: #aeaeae;
        font-family: 'Arial';
        line-height: 20px;
    }

    .job-list-body {
        padding-top: 15px;
    }
    .job-list-body .list {
        padding-bottom: 5px;
    }
    .job-list-body .list li {
        height: 26px;
        line-height: 26px;
    }
    .job-list-body .list li:nth-child(2) div {
        padding-top: 5px;
    }
}




.new-case-list-body .case-box{text-align:center}
.new-case-list-body .case-box figure{margin-bottom:0px;overflow:hidden}
.new-case-list-body .case-box figure>a{position:relative;display:block;overflow:hidden;border:1px solid #ececec}
.new-case-list-body .case-box figure>a:before {
    display: block;
    padding-bottom: 66%;
    content: '';
}
.new-case-list-body .case-box figure>a>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
}
.new-case-list-body .case-box figure>a>div>span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.new-case-list-body .case-box figure>a>div>img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.new-case-list-body .case-box figure .new-pic{
	width:78px;
	height:80px;
	display:block;
	position:absolute;
	left:0;top:0;background-image:url(../images/new.png);
	background-repeat:no-repeat;background-position:0 0;
	z-index:2;
}
.new-case-list-body .case-box figure .pic-hover ul li{
	margin:0;
	padding:0;
	color:#ccc;
}

@media (min-width:541px){
.new-case-list-body .case-box figure{
	position:relative;
}
.new-case-list-body .case-box figure>a img{
	width: 100%; 
	transform:scale(1,1);
	-ms-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}
.new-case-list-body .case-box figure:hover>a img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.new-case-list-body .case-box figure .pic-hover{
	background-color:transparent;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	padding:20% 30px;
	-webkit-transition:.25s;
	transition:.25s;
}
.new-case-list-body .case-box figure:hover .pic-hover{
    background-color:rgba(0,0,0,.75);
}
.new-case-list-body .case-box figure .pic-hover h3{
	font-size:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	position:relative;
	padding:0 0 5px 0;
	margin:0;color:#fff;
}
.new-case-list-body .case-box figure .pic-hover h3 a{
	color:#fff;
}
.new-case-list-body .case-box figure .pic-hover h3{
	-webkit-transition:.3s;
	transition:transform .3s;
}
.new-case-list-body .case-box figure .pic-hover ul{
	margin:0;
	-webkit-transition:opacity .25s,-webkit-transform .25s;
	transition:opacity .25s,transform .25s;
}
.new-case-list-body .case-box figure .pic-hover ul a{
    color:#ccc;
}
.new-case-list-body .case-box figure:hover .pic-hover ul{
	-webkit-transition-delay:.1s;
	transition-delay:.1s;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}
.new-case-list-body .case-box figure .pic-hover span{
	background-color:#df3741;
	display:block;
	height:3px;
	width:60px;
	margin:15px auto 0 auto;
}
.new-case-list-body .case-box figure:hover .pic-hover span{
	-webkit-transition-delay:.15s;
	transition-delay:.15s;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}
.new-case-list-body .case-box figure .pic-hover h3,.new-case-list-body .case-box figure .pic-hover span,.new-case-list-body .case-box figure .pic-hover ul{
	filter:alpha(opacity=0);
	opacity:0;
}
.new-case-list-body .case-box figure .pic-hover h3,.new-case-list-body .case-box figure .pic-hover span,.new-case-list-body .case-box figure .pic-hover ul{
	-webkit-transform:translate3d(0,20px,0);
	transform:translate3d(0,20px,0);
}
.new-case-list-body .case-box figure:hover .pic-hover h3,.new-case-list-body .case-box figure:hover .pic-hover span,.new-case-list-body .case-box figure:hover .pic-hover ul{
	filter:alpha(opacity=100);
	opacity:1;
}
.new-case-list-body .case-box figure:hover .pic-hover h3,.new-case-list-body .case-box figure:hover .pic-hover span,.new-case-list-body .case-box figure:hover .pic-hover ul{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
/* .new-case-list-body .case-box figure .pic-hover{padding:52px 30px}*/
.aside-data.new-case-list-body .case-box .col-lg-4:nth-child(1),
.aside-data.new-case-list-body .case-box .col-lg-4:nth-child(2),
.aside-data.new-case-list-body .case-box .col-lg-4:nth-child(3) {
    padding-top: 0;
}
}

.new-case-list-body .case-box {
    margin-right: -40px;
}
.new-case-list-body .case-box .col-lg-4 {
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-top: 40px;
    padding-right: 40px;
}
.new-case-list-body .case-box .list-inline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-case-list-body .case-box .list-inline>li {
    display: inline-block;
    line-height: 1.8em;
}
.new-case-list-body .case-box h3 {
    color: #000;
    font-weight: 500;
    line-height: 150%;
}
@media (max-width:540px){
.aside-data.new-case-list-body .case-box .col-lg-4:nth-child(1),
.aside-data.new-case-list-body .case-box .col-lg-4:nth-child(2) {
    padding-top: 0;
}
    .new-case-list-body .case-box {
        margin-right: -10px;
    }
    .new-case-list-body .case-box figure{margin-bottom:0}
    .new-case-list-body .case-box figure .pic-hover h3{
		font-size:14px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
		position:relative;
		padding:6px 0 0 0;
		margin:0;
	}
    .new-case-list-body .case-box figure .pic-hover h3 a{
		color:#333;
	}
    .new-case-list-body .case-box figure .pic-hover ul{
		font-size:14px;
	}
    .new-case-list-body .case-box figure .pic-hover ul li{
		color:#777;
	}
    .new-case-list-body .case-box figure .pic-hover ul a{
		color:#777;
	}
    .new-case-list-body .case-box .col-lg-4 {
        padding-top: 20px;
        padding-right: 10px;
        width: 50%;
    }
    .new-case-list-body .case-box .pic-hover {
        position: relative;
        padding-right: 0px;
        text-align: left;
    }
    .new-case-list-body .case-box .pic-hover:after {
        position: absolute;
        top: 20px;
        right: 0;
        width: 25px;
        height: 20px;
        border-left: 1px solid rgba(0, 0, 0, 0);
        font-family: 'iconfont';
        /*content: "\e610";*/
        transition: all 0.3s ease-out 0s;
        color: #d0d0d0;
        font-size: 17px;
    }
    .new-case-list-body .col-lg-4:hover .pic-hover:after {
        text-indent: 5px;
        border-color: rgba(0, 0, 0, .1);
    }
}