@charset "utf-8";
/* CSS Document */

#guestbook {
    display: none;
}
.banner {
    height: 300px;
    padding-top: 92px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.banner .title {
    padding-bottom: 5px;
    font-family: 'Arial';
    font-size: 36px;
    text-transform: uppercase;
}
.banner .info {
    font-size: 18px;
}

.right-body {
    margin-left: 270px;
    overflow: hidden;
}

.sub-nav {
    float: left;
    width: 210px;
}
.sub-nav .js-pin-wrapper {
    width: 210px !important;
}
.sub-nav .sub-nav-head {
    padding: 32px 0 30px;
}
.sub-nav .sub-nav-head .china {
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.sub-nav .sub-nav-head .eng {
    font-size: 14px;
    color: #bbb;
    text-transform: uppercase;
    font-family: 'Arial';
}
.sub-nav .mobile-show {
    display: none;
}
.sub-nav .sub-list-box {
    padding-bottom: 40px;
}
.sub-nav dd {
    padding: 0 10px;
    border-bottom: 1px solid #e1e1e1;
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dd ul {
    height: 0;
    overflow: hidden;
    transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav .pin-wrapper {
    transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dd li {
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dd a {
    position: relative;
    display: block;
    padding-left: 18px;
    font-size: 14px;
    color: #666;
    line-height: 42px;
    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: 15px;
    width: 3px;
    height: 12px;
    background: #b29652;
    opacity: 0;
    content: '';
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dd.active ul {
    height: auto;
}
.sub-nav dd.active > a,
.sub-nav dd a:hover,
.sub-nav dd li.active a {
    color: #b29652;
}
.sub-nav dd.active > a:before,
.sub-nav dd li.active a:before,
.sub-nav dd:hover a:before {
    opacity: 1;
}
.sub-nav dd:hover {
    padding-left: 20px;
}
.sub-nav dd li {
    padding-left: 15px;
}
.sub-nav dd li:hover {
    padding-left: 25px;
}

.position-box {
    box-sizing: border-box;
    padding: 40px 0 65px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    color: #888;
}
.position-box .label,
.position-box a {
    display: inline-block;
    height: 24px;
    color: #888;
}
.position-box a {
    position: relative;
    margin-right: 5px;
}
/*.position-box a:before {
    position: absolute;
    right: -14px;
    top: 0;
    width: 8px;
    text-align: center;
    font-family: 'iconfont';
    color: #888;
    content: '\e620';
}*/
.position-box span {
	font-family: '宋体';
	margin-right: 5px;
	color: #999;
}
.position-box a:hover {
    color: #b29652;
}
.position-box a.last {
    margin-right: 0;
    color: #b29652;
}
.position-box a.last:before {
    content: '';
}

.page-btn {
    padding: 10px 0 70px;
    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:before {
    position: relative;
    top: 2px;
    padding-right: 2px;
    font-size: 18px;
}
.article-data > .thumb {
    padding-top: 30px;
    padding-bottom: 10px;
}
.article-data > .thumb img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.article-data > .content {
    padding: 0px 0 32px;
    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: #b29652;
    color: #b29652;
}


.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: #b29652;
    color: #fff;
}


/***** 视频列表 *****/
.video-list-body .list {
    margin-right: -40px;
}
.video-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 0 40px 40px 0;
}
.video-list-body .list a {
    position: relative;
    display: block;
}
.video-list-body .list a:before {
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 22px;
    height: 12px;
    opacity: 0;
    background: url(../img/icon.png) -130px -30px no-repeat;
    transition: all 0.6s ease 0s;
    content: '';
}
.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: 74.627%;
    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;
    background: url(../img/icon.png) -100px -60px no-repeat;
    transition: all .6s ease;
    content: '';
}
.video-list-body .list .title {
    position: relative;
    margin-top: 26px;
    padding-right: 55px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    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 a:hover .title {
    text-indent: 10px;
    color: #b29652;
}
.video-list-body .list a:hover: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-bottom: 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: 25%;
    padding: 0 40px 40px 0;
}
.case-list-body .list a {
    display: block;
}
.case-list-body .list .pic-box {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.case-list-body .list .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-list-body .list img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .list .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 .pic-box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: url(../img/icon.png) -100px -170px no-repeat;
    opacity: 0;
    transform: translate3d(0, -120px, 0);
    content: '';
    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: #b29652;
}

.aside-data.case-list-body .list {
    padding-bottom: 30px;
}


/******* 新闻列表 *******/
.news-list-body .list {
    padding-bottom: 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: #b29652;
}
.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 .list {
    position: relative;
    top: -15px;
    margin-right: -40px;
    padding-bottom: 55px;
}
.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 80px 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;
}
.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: #b29652;
}


/****** 产品列表 ******/
.product-list-body .list {
    margin-right: -40px;
}
.product-list-body .list li {
    float: left;
    width: 33.32%;
    padding: 0 40px 20px 0;
}
.product-list-body .list a {
    display: block;
}
.product-list-body .list .pic-box {
    position: relative;
    padding-bottom: 66.15%;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.product-list-body .list .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-list-body .list .pic-box img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-list-body .list .cont {
    padding: 16px 0 15px 0;
}
.product-list-body .list .cont .title {
    position: relative;
    padding-right: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
}
.product-list-body .list .cont .title:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 15px;
    margin-top: -8px;
    background: url(../img/icon.png) 0 -30px no-repeat;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
    content: '';
}
.product-list-body .list .cont .info {
    height: 44px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    transition: all ease-out .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-list-body .list a:hover img {
    transform: scale(1.06);
}
.product-list-body .list a:hover .cont * {
    margin-left: 10px;
}
.product-list-body .list a:hover .cont .title {
    color: #b29652;
}
.product-list-body .list a:hover .cont .title:after {
    opacity: 1;
}

.aside-data.product-list-body .list {
    padding-bottom: 30px;
}


/***** 团队列表 *****/
.team-list-body .list {
    margin-right: -40px;
}
.team-list-body .list li {
    float: left;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 45px;
}
.team-list-body .list .box {
    position: relative;
    display: block;
}
.team-list-body .list .pic-box {
    display: block;
    position: relative;
    margin-bottom: 37px;
    padding-bottom: 49%;
    overflow: hidden;
}
.team-list-body .list .pic-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.6s ease 0s;
}
.team-list-body .list .pic-box .link {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.team-list-body .list .pic-box .link:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    background: url(../img/icon.png) -100px -120px no-repeat;
    content: '';
}
.team-list-body .list .pic-box:hover .img {
    transform: scale(1.1,1.1);
}
.team-list-body .list .pic-box:hover .link {
    bottom: 0;
}
.team-list-body .list .cont {
    height: 108px;
}
.team-list-body .list .title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s ease 0s
}
.team-list-body .list .sub-title {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s ease 0s
}
.team-list-body .list .info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.team-list-body .list .box:hover .title {
    color: #1e1e1e;
}
.team-list-body .list .box:hover .sub-title {
    margin-top: -20px;
    opacity: 0;
}

.aside-data.team-list-body .list {
    padding-bottom: 20px;
}


/****** 团队详情 ******/
.team-body .head-img {
    float: left;
    width: 34.5%;
}
.team-body .head-img img {
    display: block;
    width: 100%;
}
.team-body .article-body {
    float: right;
    width: 65.5%;
    padding-left: 40px;
}
.team-body .article-body .header {
    padding-bottom: 37px;
    border-bottom: 1px solid #e0e0e0;
}
.team-body .article-body .header .title {
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 18px;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
.team-body .article-body .header .sub-title {
    font-size: 12px;
    color: #848484;
}
.team-body .article-body .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.team-body .body {
    padding-bottom: 30px;
}


/****** 优势列表 ******/
.advantage-list-body .list {
    margin-right: -40px;
}
.advantage-list-body .list li {
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
}
.advantage-list-body .list a {
    position: relative;
    display: block;
    padding: 30px 0 40px;
    border-top: 1px solid #e1e1e1;
}
.advantage-list-body .list a:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #b29652;
    content: '';
    transition: all 0.6s ease 0s;
}
.advantage-list-body .list .whole-pic {
    float: left;
    width: 30%;
    height: 120px;
}
.advantage-list-body .list .cont {
    float: right;
    position: relative;
    width: 70%;
    height: 120px;
    padding: 5px 0 33px 20px;
}
.advantage-list-body .list .cont:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 17px;
    height: 14px;
    opacity: 0;
    background: url(../img/icon.png) -100px -140px no-repeat;
    transition: all 0.6s ease 0s;
    content: '';
}
.advantage-list-body .list .cont .title {
    position: relative;
    left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    transition: all 0.6s ease 0s;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advantage-list-body .list .cont .info {
    position: relative;
    left: 0;
    max-height: 48px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: left 0.6s ease 0s;
}
.advantage-list-body .list a:hover:before {
    width: 100%;
}
.advantage-list-body .list a:hover .cont * {
    left: 10px;
}
.advantage-list-body .list a:hover .title {
    color: #b29652;
}
.advantage-list-body .list a:hover .cont:before {
    opacity: 1;
}


/***** 优势详情 *****/
.single-body .thumb {
    padding-top: 0;
}
.single-body .article-data > .content {
    padding-bottom: 62px;
}


/****** 下载列表 ******/
.download-list-body .list {
    margin-bottom: 40px;
}
.download-list-body .list li {
    position: relative;
    padding: 8px 145px 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: #b29652;
}
.download-list-body .list li a.title:hover:before {
    background: #b29652;
}
.download-list-body .list li .time {
    position: absolute;
    top: 8px;
    right: 50px;
    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: #078cd1;
}


/*招聘列表*/
.job-list-body .list {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    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 .address,
.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;
    color: #666;
    overflow: hidden;
}
.job-list-body .list li.title div{
    font-size: 16px;
    font-weight: bold;
    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: #666;
}
.job-list-body .list .name a:hover{
    color: #b29652;
}
.job-list-body .list .address {
    width: 40%;
    padding: 0 15px;
    text-align: center;
}
.job-list-body .list .detail {
    width: 60px;
    text-align: center;
}
.job-list-body .list .detail a{
    color: #b29652;
}
.job-list-body .list .detail a:hover{
    text-decoration: underline;
}


/****** 产品详情 ******/
.product-body .article-data > .header {
    padding: 0;
    border: none;
}
.product-body .product-thumb {
    float: left;
    width: 55.8%;
    padding: 0 35px;
}
.product-body .big-thumb {
    position: relative;
    border: 1px solid #eee;
    padding-bottom: 66.66%;
}
.product-body .big-thumb .product-swiper {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}
.product-body .big-thumb .iconfont {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
}
.product-body .big-thumb .iconfont:before {
    font-size: 20px;
    color: #828282;
    transition: color .36s ease-out 0s;
}
.product-body .big-thumb .iconfont:hover:before {
    color: #b29652;
}
.product-body .big-thumb .product-arrow-left {
    left: -40px;
}
.product-body .big-thumb .product-arrow-right {
    right: -40px;
}
.product-body .big-thumb li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.product-body .big-thumb li a {
    display: block;
    height: 100%;
    cursor: url(/static/box/graphics/zoomin.cur), pointer !important;
}
.product-body .thumb-list {
    max-width: 100%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.product-body .thumb-list dd {
    position: relative;
    margin: auto;
    transition: left .4s ease-out 0s;
}
.product-body .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 .thumb-list .active {
    background-color: #305aa8;
    border-color: #999;
}
.product-body .product-cont {
    box-sizing: border-box;
    float: left;
    width: 44.2%;
    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 {
    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: #888;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.product-body .product-cont .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #b29652;
    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 {
    padding: 30px 0 0;
    border-bottom: 1px solid #e1e1e1;
}
.product-body .tab-head > a {
    position: relative;
    bottom: -1px;
    display: inline-block;
    padding: 0 20px 10px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 30px;
    color: #8e8e8e;
    transition: border .3s ease-out 0s
}
.product-body .tab-head > a:hover,
.product-body .tab-head > a.active {
    color: #b29652;
    border-color: #b29652;
}
.product-body .tab-content > article {
    display: none;
    padding: 20px 0 40px;
    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;
}

.project-pic {
    position: relative;
    float: left;
    width: 40%;
    /*padding-right: 10px;*/
}
.project-pic:before {
    display: block;
    padding-bottom: 66.66%;
    content: ''
}
.project-pic .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
	padding:10px;
    height: 100%;
    border: 1px solid #eee;
}
.product-body .project-cont {
    box-sizing: border-box;!important;
    float: left;!important;
    width: 60%; !important;
    padding-top: 20px;!important;
    padding-left: 30px;!important;
    text-align: left;!important;
}

@media screen and (max-width: 980px) {
    .banner,
    .position-box,
    .sub-nav .sub-nav-head {
        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 20px;
        padding: 0 10px;
        background: #b29652;
    }
    .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;
        transition: height .36s ease-out 0s;
    }
    .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: '\e001';
        transition: transform .36s ease-out 0s;
    }
    .sub-nav .on > .has-sub:after {
        transform: rotate(180deg);
    }
    .sub-nav dd ul {
        transition: height .36s ease-out 0s;
    }
    .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;
    }

    .team-body .body {
        padding-top: 20px;
    }

    .product-body {
        padding-top: 20px;
    }
    .product-body .right-body .header {
        padding-top: 20px;
    }
    .product-body .product-thumb {
        width: 100%;
        padding: 0;
    }
    .product-body .product-cont {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
    .product-body .product-thumb .big-thumb {
        margin: 0;
    }
    .product-body .big-thumb a {
        display: none;
    }
    .product-body .thumb-list {
        padding: 15px 0;
    }
    .product-body .thumb-list dd {
        width: 100% !important;
        left: 0 !important;
    }
    .product-body .thumb-list span {
        float: none;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background-image: none !important;
    }
    .product-body .product-cont .info {
        display: block;
        margin: 0;
        padding: 20px 0 25px;
    }
    .product-body .product-cont .btn {
        margin: auto;
    }

    .project-pic {
        display: none;
    }
    .project-cont {
        padding-top: 0 !important;
    }
    .project-cont .title {
        margin-bottom: 10px;
        padding: 20px !important;
        background: #f3f3f3;
    }
}

@media screen and (max-width: 540px) {
    .page-btn {
        padding: 5px 0 35px;
    }
    
    .article-data > .header {
        padding: 20px 0 10px;
    }
    .article-data > .header .title {
        padding-bottom: 5px;
    }
    .article-data > .thumb {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .article-data > .content {
        padding-bottom: 10px;
    }
    .article-page-btn {
        padding: 10px 0;
    }
    .aside-data > .label-box {
        padding: 15px 0;
    }

    .case-list-body .column-description {
        margin-bottom: 20px;
        padding: 5px 10px;
    }
    .case-list-body .list {
        margin-right: -10px;
    }
    .case-list-body .list li {
        width: 50%;
        padding: 0 10px 20px 0;
    }
    .case-list-body .list .title {
        padding-top: 10px;
    }

    .video-list-body .list {
        margin-right: -10px;
    }
    .video-list-body .list li {
        width: 50%;
        padding: 0 10px 20px 0;
    }
    .video-list-body .list .title {
        margin-top: 12px;
        padding-right: 35px;
    }

    .product-list-body .list {
        margin-right: -10px;
    }
    .product-list-body .list li {
        width: 50%;
        padding: 0 10px 0 0;
    }
    .product-list-body .list .cont {
        padding-top: 10px;
    }
    .product-list-body .list .cont .title {
        padding-right: 0px;
        line-height: 22px;
    }
    .product-list-body .list a:hover .cont * {
        margin-left: 0px;
    }
    .product-list-body .list .cont .title:after{
        display: none;
    }  
    .news-list-body .list {
        padding-bottom: 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 {
        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;
    }
    .news-list-body .list .content {
        margin-top: 0;
        transform: translate3d(0, 0, 0) !important;
    }

    .team-list-body .list {
        margin-right: 0;
    }
    .team-list-body .list li {
        float: none;
        width: 100%;
        padding: 0 0 15px;
    }
    .team-list-body .list .pic-box {
        margin-bottom: 17px;
    }
    .team-list-body .list .info {
        margin-top: 5px;
    }
    .team-list-body .list .cont {
        height: 93px;
    }

    .team-body .body {
        padding-bottom: 10px;
    }
    .team-body .article-body,
    .team-body .head-img {
        float: none;
        width: 100%;
    }
    .team-body .article-body {
        padding-left: 0;
    }
    .team-body .article-body .header {
        padding-bottom: 17px;
    }
    .team-body .article-body .header .title {
        padding-top: 15px;
    }
    .team-body .article-body .content {
        margin-top: 5px;
    }

    .advantage-list-body .list {
        margin-right: 0;
    }
    .advantage-list-body .list li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .advantage-list-body .list a {
        padding: 0;
        border: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .advantage-list-body .list a:before,
    .advantage-list-body .list a:after {
        display: none;
    }
    .advantage-list-body .list .whole-pic,
    .advantage-list-body .list .cont {
        float: none;
        width: 100%;
        height: auto;
    }
    .advantage-list-body .list .cont {
        padding: 5px 0 8px;
    }
    .advantage-list-body .list .cont * {
        left: 0 !important;
        margin-right: 0 !important;
    }
    .advantage-list-body .list .cont:before {
        display: none;
    }
    .advantage-list-body .list .cont .title {
        padding-top: 5px;
        margin-bottom: 0;
        text-align: center;
    }

    .single-body .thumb {
        padding: 0;
    }
    .single-body .article-data > .content {
        padding-bottom: 27px;
    }

    .download-list-body .list {
        margin-bottom: 20px;
    }

    .job-list-body .list {
        margin-bottom: 20px;
        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;
    }

    .aside-data.news-list-body .list {
        top: 0;
        margin-right: 0;
        padding-bottom: 35px;
    }
    .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 .content,
    .aside-data.news-list-body .list .pic-box {
        display: -webkit-box;
    }
    .aside-data.news-list-body .list a {
        padding: 0;
        border: none;
    }
    .aside-data.news-list-body .list .title {
        line-height: 26px;
    }
    .aside-data.news-list-body .list .time {
        position: relative;
        font-size: 12px;
        color: #aeaeae;
        font-family: 'Arial';
        line-height: 20px;
    }

    .aside-data.case-list-body .list {
        padding-bottom: 15px;
    }

    .aside-data.product-list-body .list {
        padding-bottom: 15px;
    }

    .product-body .thumb-list {
        padding: 10px 0;
    }
    .product-body .product-cont {
        padding: 5px 0;
    }
    .product-body .product-cont .info {
        padding: 5px 0 10px;
        text-align: left;
        color: #999;
    }
    .product-body .tab-head {
        display: none;
    }
    .product-body .tab-content > article {
        display: block !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-body .tab-content > article:last-child {
        padding-bottom: 5px;
    }
    .product-body .tab-content > article .content-head {
        position: relative;
        display: block;
        margin: 0 0 5px;
        padding: 0 10px;
        border-bottom: 1px solid #e1e1e1;
        font-size: 18px;
        line-height: 35px;
        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: #b29652;
        content: '';
    }
}