@charset "utf-8";
/* CSS Document */

.banner {
    height: 300px;
    /*width:1180px;*/
    /*margin:20px auto 0;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.banner .text-box {
    position: relative;
    top: 50%;
    line-height: 34px;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.banner .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
	text-shadow:#000 0px 1px 1px
}
.banner .info {
    font-size: 18px;
	text-transform: uppercase;
	text-shadow:#000 0px 1px 1px
}

.sub-head-box {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    line-height: 24px;
}
.sub-nav {
    float: right;
}
.sub-nav .mobile-show {
    display: none;
}
.sub-nav .mobile-show:before {
    font-family: 'iconfont';
    content: '\e603';
}
.sub-nav a {
    position: relative;
    float: left;
    margin-left: 28px;
    font-weight: 700;
    color: #555;
}
.sub-nav a:after {
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #006ed6;
    content: '';
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}
.sub-nav a:hover,
.sub-nav a.active {
    color: #000;
}
.sub-nav a:hover:after,
.sub-nav a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.ie .sub-nav a:after {
    border: none;
}
.ie .sub-nav a:hover:after,
.ie .sub-nav a.active:after {
    border-bottom: 2px solid #006ed6;
}

.position-box {
    float: left;
}
.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: #006ed6;
}
.position-box a.last {
    margin-right: 0;
    color: #006ed6;
}

.page-btn {
    padding: 40px 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.5;
}
.article-data > .header .sub-title {
    padding-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
}
.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 p{
    margin-bottom: 15px;
}
.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: #006ed6;
    color: #006ed6;
}


.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: #006ed6;
    color: #fff;
}

.page-body {
    position: relative;
}
.page-body:before {
    position: absolute;
    top: 0;
    right: 345px;
    width: 0;
    height: 100%;
    border-left: 1px solid #f2f2f2;
    content: '';
}
.left-body {
    margin-right: 345px;
    padding-right: 24px;
    overflow: hidden;
}
.left-body:before {
    display: block;
    height: 1px;
    content: '';
}
.gg-body {
    float: right;
    width: 345px;
    padding: 30px 0 0 24px;
}
.gg-body a {
    display: block;
    margin-bottom: 10px;
}
.gg-body img {
    display: block;
    width: 100%;
}


/****** 产品详情 ******/
.product-body {
    padding-bottom: 55px;
}
.product-body .article-data > .header {
    padding: 30px 10px;
    border: none;
}
.product-body .product-head {
    background: #f6f6f6;
}
.product-body .product-pic {
    position: relative;
    float: left;
    width: 63.5%;
	background: #eaeaea;
}
.product-body .product-pic:before {
    display: block;
    padding-bottom: 66.66%;
    content: '';
}
.product-body .product-pic .product-swiper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: #fff;
    border: 1px solid #e5e5e5; */
    box-sizing: border-box;
}
.product-body .product-pic .arrow-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: rgba(32, 32, 32, .4);
    line-height: 50px;
    color: #fff !important;
    font-size: 18px;
    transition: all .36s ease-out 0s;
}
.product-body .product-pic .arrow-btn:hover {
    background: rgba(32, 32, 32, 1);
    color: #4b86cc;
}
.product-body .product-pic .arrow-left {
    left: 0;
}
.product-body .product-pic .arrow-left:before {
    font-family: 'iconfont';
    content: "\e621";
}
.product-body .product-pic .arrow-right {
    right: 0;
}
.product-body .product-pic .arrow-right:before {
    font-family: 'iconfont';
    content: "\e620";
}
.product-body .product-pic .swiper-pagination {
    display: none;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.product-body .product-pic .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    background: #fff;
    opacity: .6;
    cursor: pointer;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
}
.product-body .product-pic .swiper-pagination .swiper-active-switch {
    width: 24px;
    background: #006ed6;
    opacity: 1;
}
.product-body .product-pic li {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-body .product-pic li a {
    display: block;
    height: 100%;
    cursor: url(/static/box/graphics/zoomin.cur), pointer !important;
}
.product-body .product-cont {
    box-sizing: border-box;
    float: left;
    width: 36.5%;
    padding: 20px 10px 30px 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: 120px;
    height: 40px;
    background: #bbb;
    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: #006ed6;
    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 {
    background: #eaeaea;
}
.product-body .tab-head a {
    float: left;
    min-width: 100px;
    margin-right: 1px;
    padding: 0 60px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 45px;
    color: #444;
    text-align: center;
    transition: all .3s ease-out 0s
}
.product-body .tab-head a:hover,
.product-body .tab-head a.active {
    background: #006ed6;
    color: #fff;
}
.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;
}


/***** 单页详情 *****/
.single-body .article-data {
    padding-top: 30px;
    padding-bottom: 60px;
}


/***** 领域列表 *****/
.service-list-body .column-description {
    margin-top: 30px;
    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: -35px;
}
.service-list-body .list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 30px 35px 5px 0;
}
.service-list-body .list a {
    display: block;
}
.service-list-body .list .ratio-pic {
    position: relative;
    border: 1px solid #ececec;
}
.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 {
    position: relative;
    padding: 12px 55px 12px 0;
    border-bottom: 1px solid #ececec;
    line-height: 26px;
    transition: border 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.service-list-body .list .arrow {
    position: absolute;
    top: 25px;
    right: 0;
    width: 38px;
    height: 20px;
    border-left: 1px solid rgba(205, 205, 205, 0);
    transition: border 0.3s ease-out 0s;
    overflow: hidden;
}
.service-list-body .list .arrow i {
    position: absolute;
    top: -2px;
    left: -38px;
    width: 60px;
    height: 100%;
    font-style: normal;
    transition: left 0.3s ease-out 0s;
}
.service-list-body .list .arrow i:before,
.service-list-body .list .arrow i:after {
    font-family: 'iconfont';
    color: #d0d0d0;
    content: '\e610';
    font-size: 17px;
    line-height: 20px;
}
.service-list-body .list .arrow i:before {
    margin-right: 21px;
}
.service-list-body .list p {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.service-list-body .list .title {
    font-size: 16px;
    color: #444;
}
.service-list-body .list .info {
    font-size: 13px;
    color: #888;
}
.service-list-body .list a:hover .arrow {
    border-color: rgba(205, 205, 205, 1);
}
.service-list-body .list a:hover .arrow i {
    left: 14px;
}
.service-list-body .list a:hover img {
    transform: scale(1.08, 1.08);
}
.service-list-body .list a:hover .cont {
    border-color: #999;
}
.service-list-body .list a:hover p {
    text-indent: 20px;
}
.service-list-body .list a:hover .title {
    color: #006ed6;
}
.service-list-body .page-btn {
    padding-bottom: 60px;
}
.aside-data.service-list-body .label-box {
    padding-bottom: 0;
}
.aside-data.service-list-body .list {
    padding-top: 0;
}


/***** 领域详情 *****/
.domain-body {
    padding-top: 30px;
    padding-bottom: 60px;
}
.domain-body .article-data .content {
    padding: 20px 0 30px;
}


/***** 视频列表 *****/
.video-list-body .column-description {
    margin: 30px 0;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
}
.video-list-body .column-description p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.video-list-body .list {
    margin-right: -35px;
}
.video-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 0 35px 35px 0;
}
.video-list-body .list a {
    position: relative;
    display: block;
    background: #f7f7f7;
    transition: none;
}
.video-list-body .list .pic-box {
    position: relative;
    overflow: hidden;
}
.video-list-body .list .pic-box:after {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 67.5%;
    background: #000;
    opacity: 0;
    content: '';
    transition: all .36s ease;
}
.video-list-body .list .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .36s ease;
}
.video-list-body .list .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.video-list-body .list .icon-box .table {
    height: 100%;
}
.video-list-body .list .icon-box .td-box {
    vertical-align: middle;
}
.video-list-body .list .icon-box .icon {
    position: relative;
    display: block;
    width: 22%;
    margin: auto;
}
.video-list-body .list .icon-box .icon:before {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.video-list-body .list .icon-box .icon:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: -25px;
    font-family: 'iconfont';
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fefefe;
    content: '\e65a';
}
.video-list-body .list .icon-box .icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-list-body .list .icon-box .icon i:before,
.video-list-body .list .icon-box .icon i:after {
    position: absolute;
    border-radius: 100%;
    content: '';
    transition: all .36s ease;
    transform: scale(1);
    box-sizing: border-box;
}
.video-list-body .list .icon-box .icon i:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, .3);
}
.video-list-body .list .icon-box .icon i:after {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .3);
}
.video-list-body .list .title {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: all .35s;
}
.video-list-body .list a:hover .title {
    background: #006ed6;
    color: #fff;
}
.video-list-body .list a:hover .pic-box:after {
    opacity: .4;
}
.video-list-body .list a:hover .img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.video-list-body .list a:hover .icon-box i:before {
    border-color: rgba(255,255,255,.8);
    transform: scale(1.08);
}
.video-list-body .list a:hover .icon-box i:after {
    transform: scale(1.56);
}
.video-list-body .page-btn {
    padding: 5px 0 60px;
}


/****** 案例列表 ******/
.case-list-body .column-description {
    margin-top: 30px;
    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: -30px;
}
.case-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 30px 30px 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: #006ed6;
}
.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: 15px;
    font-size: 16px;
    line-height: 1;
    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: #006ed6;
}
.case-list-body .page-btn {
    padding-bottom: 60px;
}
.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: 15px;
}
.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: #444;
    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: #444;
    content: '';
}
.download-list-body .list li a.title:hover {
    color: #006ed6;
}
.download-list-body .list li a.title:hover:before {
    background: #006ed6;
}
.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: #006ed6;
}
.download-list-body .page-btn {
    padding-bottom: 60px;
}


/******* 新闻列表 *******/
.news-list-body .list li {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}
.news-list-body .list .pic{
    float: left;
    position: relative;
    width: 180px;
    overflow: hidden;
}
.news-list-body .list .pic:before {
    display: block;
    padding-bottom: 66.666%;
    content: '';
}
.news-list-body .list .pic .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.news-list-body .list .cont {
    position: relative;
    margin-left: 205px;
    padding-top: 5px;
}
.news-list-body .list .cont:before {
    position: absolute;
    right: 65px;
    top: 50%;
    opacity: 0;
    margin-top: 15px;
    font-family: 'iconfont';
    content: '\e610';
    color: #d3d3d3;
    font-size: 18px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list-body .list .title {
    position: relative;
    left: 0;
    padding-right: 130px;
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list-body .list .title a {
    color: #555;
}
.news-list-body .list .title a:hover {
    color: #006ed6;
}
.news-list-body .list .info {
    position: relative;
    left: 0;
    max-height: 48px;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-right: 130px;
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: left .36s ease-out 0s;
}
.news-list-body .list .time {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 28px;
    color: #b7b7b7;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    transition: color .36s ease-out 0s;
}
.news-list-body .list .time .t2 {
    display: none;
}
.news-list-body .list .tag-box {
    position: relative;
    left: 0;
    font-size: 12px;
    color: #444;
    transition: left .36s ease-out 0s;
}
.news-list-body .list .tag-box a {
    margin-left: 8px;
    color: #888;
}
.news-list-body .list .tag-box a:hover {
    color: #006ed6;
}
.news-list-body .list li:hover .info,
.news-list-body .list li:hover .title,
.news-list-body .list li:hover .tag-box {
    left: 15px;
}
.news-list-body .list li:hover .time {
    color: #111;
}
.news-list-body .list li:hover .cont:before {
    opacity: 1;
    right: 5px;
}
.news-list-body .page-btn {
    padding-bottom: 60px;
}
.aside-data.news-list-body .list {
    padding-top: 0 !important;
}
.aside-data.news-list-body .list li:first-child {
    padding-top: 0;
}


/*招聘列表*/
.job-list-body .section-block {
    padding-top: 40px;
    padding-bottom: 60px;
}
.job-list-body .section-title {
    font-size: 24px;
    color: #444;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}
.job-list-body .section-info {
    margin-bottom: 30px;
    padding-top: 14px;
    font-size: 13px;
    color: #006ed6;
    text-align: center;
    line-height: 1;
}
.job-list-body .article-block .content-box {
    display: table;
}
.job-list-body .article-block .left-box {
    display: table-cell;
    width: 230px;
    padding: 45px 0 40px;
    background: #006ed6;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.job-list-body .article-block .left-box:after {
    position: relative;
    top: 15px;
    display: block;
    font-family: 'iconfont';
    content: '\e606';
    line-height: 1;
    font-size: 22px;
}
.job-list-body .article-block .left-box pre {
    position: relative;
    padding: 23px 0;
    font-family: 'Microsoft YaHei';
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.job-list-body .article-block .left-box pre:before,
.job-list-body .article-block .left-box pre:after {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 0;
    margin-left: -15px;
    border-top: 1px solid #fff;
    content: '';
}
.job-list-body .article-block .left-box pre:before {
    top: 0;
}
.job-list-body .article-block .left-box pre:after {
    bottom: 0;
}
.job-list-body .article-block .right-box {
    display: table-cell;
    padding-left: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.job-list-body .article-block .right-box p+p {
    margin-top: 30px;
}
.job-list-body .list-block {
    background: #f8f8f8;
}
.job-list-body .list-block .list {
    background: #fff;
}
.job-list-body .list-block dt {
    height: 50px;
    padding: 0 70px 0 30px;
    background: #9c9a9a;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}
.job-list-body .list-block dd {
    border-top: 3px solid #f8f8f8;
}
.job-list-body .list-block dd.active .head-box {
    background: #006ed6;
    color: #fff;
}
.job-list-body .list-block dd.active .head-box:before,
.job-list-body .list-block dd.active .head-box:after {
    background: #fff;
}
.job-list-body .list-block dd.active .head-box:after {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.job-list-body .list-block .head-box {
    position: relative;
    height: 50px;
    padding: 0 70px 0 30px;
    font-size: 15px;
    line-height: 50px;
    color: #666;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}
.job-list-body .list-block .head-box:before,
.job-list-body .list-block .head-box:after {
    position: absolute;
    background: #006ed6;
    content: '';
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.job-list-body .list-block .head-box:before {
    top: 23px;
    right: 30px;
    width: 15px;
    height: 3px;
}
.job-list-body .list-block .head-box:after {
    top: 17px;
    right: 36px;
    width: 3px;
    height: 15px;
}
.job-list-body .list-block .head-box:hover {
    background: #006ed6;
    color: #fff;
}
.job-list-body .list-block .head-box:hover:before,
.job-list-body .list-block .head-box:hover:after {
    background: #fff;
}
.job-list-body .list-block .cont-box {
    height: 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}
.job-list-body .list-block .cont-box .box {
    padding: 22px 30px 30px;
}
.job-list-body .list-block .name {
    float: left;
    width: 35%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-list-body .list-block .number {
    float: left;
    width: 30%;
    text-align: center;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-list-body .list-block .time {
    float: left;
    width: 35%;
    text-align: center;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-list-body .pic-block .job-swiper {
    margin: 0 -18px;
}
.job-list-body .pic-block .box {
    margin: 0 18px;
    background: #f8f8f8;
}
.job-list-body .pic-block .box:hover a {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.job-list-body .pic-block .pic-box {
    position: relative;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.job-list-body .pic-block .pic-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    cursor: url(/static/box/graphics/zoomin.cur), pointer !important;
}
.job-list-body .pic-block .title {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .35s;
}
.job-list-body .pic-block .title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #006ed6;
    transition: transform .34s cubic-bezier(.4,0,.2,1);
    -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility:hidden\9;
    content: '';
}
.job-list-body .pic-block .box:hover .title {
    color: #fff;
}
.job-list-body .pic-block .box:hover .title:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

.job-list-body .pic-block .title-box .bg {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006ed6;
}
.job-list-body .pic-block ul,
.job-list-body .pic-block li {
    height: auto !important;
}
.job-list-body .pic-block .swiper-pagination {
    margin-top: 30px;
    text-align: center;
    line-height: 10px;
}
.job-list-body .pic-block .swiper-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 7px;
    background: #ebecee;
    cursor: pointer;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
}
.job-list-body .pic-block .swiper-pagination .swiper-active-switch {
    width: 34px;
    background: #006ed6;
}


/*网站地图*/
.sitemap-body .list {
    padding-top: 30px;
    padding-bottom: 50px;
}
.sitemap-body .list li {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    text-align: center;
}
.sitemap-body .list li:last-child {
    border: none;
}
.sitemap-body .list li:after {
    display: block;
    clear: both;
    content: '';
}
.sitemap-body .list .topclass {
    float: left;
    width: 120px;
    height: 30px;
    background: #006ed6;
    color: #fff;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.sitemap-body .list .topclass:hover {
    background: #58c78d;
}
.sitemap-body .list .box {
    margin-left: 130px;
}
.sitemap-body .list dl {
    float: left;
}
.sitemap-body .list dt {
    position: relative;
}
.sitemap-body .list dt:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 16px;
    margin-top: -8px;
    border-left: 1px solid #e5e5e5;
    content: '';
}
.sitemap-body .list dt a {
    color: #089549;
}
.sitemap-body .list dt a:hover {
    color: #006ed6;
}
.sitemap-body .list dt,
.sitemap-body .list dd {
    padding: 0 15px;
}
.sitemap-body .list li dl:last-child dt:after {
    display: none;
}
.sitemap-body .list li dd {
    font-size: 12px;
    line-height: 26px;
}


@media screen and (min-width: 981px) {
    .sub-nav .list {
        height: auto !important;
    }
    .aside-data.news-list-body .list li {
        position: relative;
        float: left;
        width: 50%;
        padding: 12px 0;
        border: none;
    }
    .ie .aside-data.news-list-body .list li {
        position: relative;
        height: 30px;
        padding: 0 !important;
        overflow: hidden;
    }
    .ie .aside-data.news-list-body .list .cont {
        margin: 0 !important;
    }
    .ie .aside-data.news-list-body .list .title {
        margin-right: 100px;
        padding: 0 !important;
    }
    .aside-data.news-list-body .list li:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #e1e1e1;
        visibility: visible;
    }
    .aside-data.news-list-body .list li:nth-child(2) {
        padding-top: 0;
    }
    .aside-data.news-list-body .list li:nth-child(2n) {
        padding-left: 15px;
    }
    .aside-data.news-list-body .list li:nth-child(2n):after {
        left: 15px;
    }
    .aside-data.news-list-body .list li:nth-child(2n+1) {
        padding-right: 15px;
    }
    .aside-data.news-list-body .list li:nth-child(2n+1):after {
        right: 15px;
    }
    .aside-data.news-list-body .list .cont {
        margin: 0;
        padding: 0;
    }
    .aside-data.news-list-body .list .title {
        left: 0 !important;
        padding-right: 100px;
        font-size: 14px;
        line-height: 24px;
    }
    .aside-data.news-list-body .list .title a {
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }
    .aside-data.news-list-body .list .title a:before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #555;
        content: '';
    }
    .aside-data.news-list-body .list .title a:hover:before {
        background: #006ed6;
    }
    .aside-data.news-list-body .list .time {
        top: 50%;
        margin-top: -12px;
        font-size: 14px;
        color: #bbb !important;
        line-height: 24px;
        font-family: '微软雅黑';
    }
    .aside-data.news-list-body .list .time .t1 {
        display: none;
    }
    .aside-data.news-list-body .list .time .t2 {
        display: block;
    }
    .aside-data.news-list-body .list .cont:before,
    .aside-data.news-list-body .list .pic,
    .aside-data.news-list-body .list .info,
    .aside-data.news-list-body .list .tag-box {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    .banner,
    .position-box {
        display: none;
    }
     #main.article-single .sub-nav {
        display: none;
    } 
    .sub-head-box {
        padding: 0;
    }
    .sub-head-box .container {
        padding: 0;
    }
    .sub-nav {
        position: relative;
        float: none;
        z-index: 8;
        height: 45px;
        padding: 0 10px;
        background: #006ed6;
    }
    .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 .list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 0;
        padding-bottom: 0;
        background: #fff;
        overflow: hidden;
    }
    .sub-nav a {
        float: none;
        display: block;
        height: 45px;
        margin: 0;
        padding: 0 40px;
        border-bottom: 1px solid #eee;
        line-height: 45px;
        font-weight: 400;
        overflow: hidden;
    }
    .sub-nav a:after {
        display: none;
    }
    .sub-nav .on {
        background: #f1f1f1;
        color: #006ed6 !important;
    }
    .article-data > .header {
        padding-top: 25px;
    }
    .article-page-btn a.next-btn > span,
    .article-page-btn a.prev-btn > span {
        display: none;
    }

    .page-body:before {
        display: none;
    }
    .gg-body {
        display: none;
    }
    .left-body {
        margin-right: 0;
        padding-right: 0;
    }

    .product-body .article-data > .header {
        padding: 20px 0 40px;
    }
    .product-body .product-pic {
        width: 100%;
    }
    .product-body .product-pic .swiper-pagination {
        display: block;
    }
    .product-body .product-cont {
        width: 100%;
        padding-left: 10px;
        padding-top: 30px;
        text-align: center;
    }
    .product-body .product-pic .arrow-btn,
    .product-body .product-pic li a {
        display: none;
    }
    .product-body .product-cont .info {
        display: block;
        margin: 20px 0 25px;
    }
    .product-body .product-cont .btn {
        margin: auto;
    }

    .domain-body {
        margin: 0 -10px;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .domain-body .aside-data,
    .domain-body .article-data > .thumb,
    .domain-body .article-data > .content {
        margin-left: 10px;
        margin-right: 10px;
    }
    .domain-body .article-page-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 800px) {
    .news-list-body .list {
        padding-top: 5px;
    } 
    .news-list-body .list li {
        padding: 15px 0;
    }
    .news-list-body .list .title {
        left: 0 !important;
        padding: 0;
    }
    .news-list-body .list .time {
        display: block;
        position: relative;
        top: 0;
        padding: 0 0 .0rem;
        font-family: 'Arial';
        font-size: 12px;
    }
    .news-list-body .list .time .t1 {
        display: none;
    }
    .news-list-body .list .time .t2 {
        display: block;
    }
    .news-list-body .list .cont {
        margin-left: 140px;
        padding-top: 0;
    }
    .news-list-body .list .cont:before {
        display: none;
    }
    .news-list-body .list .info {
        left: 0 !important;
        margin: 0;
        line-height: 22px;
    }
    .news-list-body .list .tag-box {
        display: none;
    }
    .news-list-body .list .pic {
        width: 130px;
    }
}
@media screen and (min-width: 541px) {
    .aside-data.service-list-body .list li:nth-child(1),
    .aside-data.service-list-body .list li:nth-child(2),
    .aside-data.service-list-body .list li:nth-child(3) {
        padding-top: 20px;
    }
}

@media screen and (max-width: 540px) {
    .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-body {
        padding-bottom: 35px;
    }
    .product-body .article-data > .header {
        padding: 20px 0 0;
    }
    .product-body .product-cont {
        padding: 15px 10px;
    }
    .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 -10px 10px;
        padding: 0 20px;
        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: 10px;
        width: 2px;
        height: 16px;
        margin-top: -8px;
        background: #006ed6;
        content: '';
    }

    .single-body .article-data {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .service-list-body .column-description {
        margin-top: 20px;
        padding: 5px 10px;
    }
    .service-list-body .list {
        margin-right: -10px;
        padding-top: 5px;
    }
    .service-list-body .list li {
        width: 50%;
        padding: 15px 10px 0 0;
    }
    .service-list-body .list .cont {
        padding: 10px 0px 0 5px;
        border: none;
        line-height: 20px;
        overflow: hidden;
    }
    .service-list-body .list .arrow {
        width: 30px;
		display: none;
    }
	.service-list-body .list .arrow i:before,
    .service-list-body .list .arrow i:after {
        display: none;
    }	
    .service-list-body .list p {
        text-indent: 0 !important;
    }
    .service-list-body .page-btn {
        padding-bottom: 35px;
    }

    .news-list-body .page-btn {
        padding-bottom: 35px;
    }

    .domain-body .article-data .content {
        padding: 15px 0 20px;
    }

    .video-list-body .column-description {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .video-list-body .list {
        margin-right: -10px;
    }
    .video-list-body .list li {
        width: 50%;
        padding: 10px 10px 0 0;
    }
    .video-list-body .list a {
        background: none;
    }
    .video-list-body .list .title {
        line-height: 50px;
    }
    .video-list-body .list .icon-box .icon:after {
        font-size: 30px;
    }
    .video-list-body .list a:hover .title {
        background: none;
        color: #006ed6;
    }
    .video-list-body .page-btn {
        padding-bottom: 35px;
    }

    .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;
    }
    .case-list-body .page-btn {
        padding-bottom: 35px;
    }
    .aside-data.case-list-body .list li:nth-child(3) {
        padding-top: 20px;
    }

    .download-list-body {
        padding-top: 10px;
    }
    .download-list-body .list li {
        padding-right: 115px;
    }
    .download-list-body .list li .time {
        right: 30px;
    }
    .download-list-body .page-btn {
        padding-bottom: 35px;
    }

    .job-list-body {
        padding-bottom: 5px;
    }
    .job-list-body .section-block {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .job-list-body .section-title {
        font-size: 22px;
    }
    .job-list-body .section-info {
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .job-list-body .article-block .content-box,
    .job-list-body .article-block .left-box,
    .job-list-body .article-block .right-box {
        display: block;
        width: 100%;
    }
    .job-list-body .article-block .right-box {
        margin-top: 10px;
        padding-left: 0;
    }
    .job-list-body .article-block .right-box p+p {
        margin-top: 10px;
    }
    .job-list-body .pic-block .title {
        line-height: 50px;
    }
    .job-list-body .pic-block .swiper-pagination {
        margin-top: 15px;
    }
    .job-list-body .pic-block .swiper-pagination span {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .job-list-body .pic-block .swiper-pagination .swiper-active-switch {
        width: 24px;
    }

    .sitemap-body .list {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}