@charset "utf-8";
/* CSS Document */

.ie {
    font-size: 15px;
}
.ie .banner {
    height: 280px;
    padding-top: 87px;
}
.ie .body {
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
}
.ie .sub-nav {
    width: 210px;
}
.ie .right-body {
    margin-left: 260px;
}
.ie .position-box {
    padding-bottom: 65px;
}
#header {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #2a2a2a;
    animation: none !important;
}
#main {
    background-size: 1920px auto;
    background-position: center .8rem;
    background-repeat: no-repeat;
}

.ratio-pic {
    position: relative;
}
.ratio-pic > .pic-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}



.column-description {
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    background: #fff;
    line-height: 30px;
}
.column-description p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
}


.banner {
    box-sizing: border-box;
    height: 2.8rem;
    padding-top: .87rem;
    text-align: center;
}
.banner .title {
    padding-bottom: .05rem;
    font-family: 'Arial';
    font-size: .36rem;
    color: #2F9973;
    text-transform: uppercase;
}
.banner .info {
    font-size: .18rem;
    color: #666;
}

.body {
    padding-left: .5rem;
    padding-right: .5rem;
    background: #fff;
	min-height: 5rem;
}
.body:after {
    display: block;
    clear: both;
    content: '';
}

.right-body {
    margin-left: 2.6rem;
}

.sub-page-hidden {
    overflow: hidden;
}

.sub-nav {
    float: left;
    width: 2.1rem;
}
.sub-nav .sub-nav-head {
    padding: .4rem 0 .3rem;
}
.sub-nav .sub-nav-head .china {
    font-weight: 400;
    font-size: .2rem;
    color: #333;
}
.sub-nav .sub-nav-head .eng {
    font-size: .14rem;
    color: #bbb;
    text-transform: uppercase;
}
.sub-nav .mobile-show {
    display: none;
}
.sub-nav dl {
    padding: 0 .1rem;
    border-bottom: 1px solid #e1e1e1;
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dl dt {
    position: relative;
    cursor: pointer;
}
.sub-nav dl.has-sub dt:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
}
.sub-nav dl dd {
    height: 0;
    overflow: hidden;
    transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dl dd a {
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dl a {
    position: relative;
    display: block;
    padding-left: .18rem;
    font-size: .14rem;
    color: #666;
    line-height: .42rem;
    transition: all ease-out .3s;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-nav dl a:before {
    position: absolute;
    left: 0;
    top: .15rem;
    width: 3px;
    height: .12rem;
    background: #2F9973;
    opacity: 0;
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-nav dl.active dt a,
.sub-nav dd a:hover,
.sub-nav dd a.active {
    color: #103F85;
}
.sub-nav dl.active dt a:before,
.sub-nav dd a.active:before,
.sub-nav dl:hover a:before {
    opacity: 1;
}
.sub-nav dl:hover {
    padding-left: .2rem;
}
.sub-nav dd {
    padding-left: .15rem;
}
.sub-nav dd a:hover:before {
    left: 0.07rem;
}
.sub-nav dd a:hover {
    padding-left: .25rem;
}

.position-box {
    box-sizing: border-box;
    padding: .45rem 0 .65rem;
    text-align: right;
    font-size: .12rem;
    line-height: .24rem;
    color: #666;
}
.position-box .label,
.position-box a {
    display: inline-block;
    height: .24rem;
    color: #aaa;
}
.position-box a {
    position: relative;
    margin-right: .2rem;
}
.position-box a:before {
    position: absolute;
    right: -0.14rem;
    top: 0;
    width: .08rem;
    text-align: center;
    font-family: 'iconfont';
    color: #aaa;
    content: '\e620';
}
.position-box a:hover {
    color: #2F9973;
}
.position-box a.last {
    margin-right: 0;
    color: #666;
}
.position-box a.last:before {
    content: '';
}
.position-box .mobile-show {
    display: none;
    float: left;
}

.page-btn {
    padding: .1rem 0 .7rem;
    text-align: center;
}
.page-btn * {
    position: relative;
    display: inline-block;
    width: .36rem;
    margin: 0 .02rem;
    line-height: .36rem;
    transition: all .3s ease 0s;
}
.page-btn .num {
    font-family: 'Arial';
    font-size: .12rem;
    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: .18rem;
    transition: all 0s;
}
.page-btn a.iconfont:hover {
    color: #1b1b1b;
}
.page-btn span.iconfont {
    visibility: hidden;
}

.data-list {
    margin-right: -0.4rem;
}
.data-list > li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: .4rem;
    padding-bottom: .4rem;
}

.article-data > .header {
    padding: 0 0 .17rem;
    border-bottom: 1px solid #e1e1e1;
}
.article-data > .header .title {
    padding-bottom: .06rem;
    font-size: .18rem;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
.article-data > .header .info {
    font-size: .14rem;
    color: #a3afb7;
    font-family: 'Tahoma';
}
.article-data > .header .iconfont:before {
    position: relative;
    top: .02rem;
    padding-right: .02rem;
    font-size: .2rem;
}
.article-data > .thumb {
    padding-top: .3rem;
}
.article-data > .thumb img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.article-data > .content {
    padding: .12rem 0 .32rem;
    font-size: .15rem;
    line-height: .3rem;
    color: #666;
}
.article-data > .content p,
.single-body .article-data p,
.product-body .tab-content > article p {margin-bottom: 15px;}

.article-data > .content p em,
.single-body .article-data p em,
.product-body .tab-content > article p em {
	font-style: normal;
    background: #2F9973;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.article-page-btn {
    padding: .2rem 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
	text-align: center;
}
.article-page-btn a {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 .2rem;
    border: 1px solid #e4eaec;
    border-radius: .21rem;
    font-size: .14rem;
    line-height: .4rem;
    color: #76838f;
    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 a.nodata {
    border-color: #e4eaec !important;
    color: #ccd5db !important;
    cursor: default;
}
.article-page-btn .column {
    /*display: none;*/
	display: block !important;
    width: 1.0rem;
    margin: auto;
    text-align: center;
}
.article-page-btn a:hover {
    border-color: #2F9973;
    color: #2F9973;
}


.aside-data {
    padding-bottom: .3rem;
}
.article-body .news-list-body .news-data-list,
.aside-data > .data-list {
    padding-top: 0 !important;
}
.aside-data > .label-box {
    padding: .2rem 0;
}
.aside-data > .label-box a {
    display: inline-block;
    margin-right: .08rem;
    padding: 0 .18rem;
    background: #f3f3f3;
    line-height: .3rem;
    color: #aaa;
    transition: all .3s;
}
.aside-data > .label-box a:hover {
    background: #2F9973;
    color: #fff;
}


/****** 案例列表 ******/
.case-list-body .data-list a {
    display: block;
    background: #fff;
}
.case-list-body .data-list .ratio-pic {
    border: 1px solid #eee;
    border-bottom: none;
    overflow: hidden;
}
.case-list-body .data-list .ratio-pic {
    padding-bottom: 75%;
}
.case-list-body .data-list .ratio-pic .pic-box {
    border: 1px solid #fff;
}
.case-list-body .data-list .ratio-pic img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.case-list-body .data-list .cont {
    box-sizing: border-box;
    position: relative;
    height: .75rem;
    padding: .05rem .4rem 0 .2rem;
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .data-list .cont:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-list-body .data-list .cont:after {
    position: absolute;
    top: .25rem;
    right: 2px;
    width: 37px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    background: url(../img/icon1.png) -30px 0 no-repeat;
    content: '';
    transition: all 0.3s ease-out 0s;
}
.case-list-body .data-list .title {
    position: relative;
    z-index: 1;
    padding-top: .1rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}
.case-list-body .data-list .info {
    position: relative;
    z-index: 1;
    padding-bottom: .15rem;
    font-size: .12rem;
    line-height: .2rem;
    color: #999;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-list-body .data-list a:hover .cont {
    padding-top: 0;
    padding-bottom: .05rem;
}
.case-list-body .data-list a:hover .cont:before {
    top: -0.1rem;
    bottom: -0.05rem;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.case-list-body .data-list a:hover .cont:after {
    background-position: 16px 0;
    border-color: rgba(0, 0, 0, .1);
}
.case-list-body .data-list a:hover img {
    transform: scale(1.08, 1.08);
}
.case-list-body .data-list a:hover .cont:after {
    top: .2rem;
}
.case-list-body .data-list a:hover .title {
    color: #2F9973;
}


/******* 新闻列表 *******/
.news-list-body .news-data-list li {
    padding: .3rem 0;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: content-box;
}
.news-list-body .news-data-list li:first-child {
    padding-top: 0;
}
.news-list-body .news-data-list li a {
    display: block;
    padding-right: .5rem;
}
.news-list-body .news-data-list .pic{
    float: left;
    position: relative;
    width: 2rem;
    height: 1.35rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
}
.news-list-body .news-data-list .pic > .img {
    background-size:cover
}
.news-list-body .news-data-list .cont {
    position: relative;
    margin-left: 2.4rem;
    padding-top: .15rem;
}
.news-list-body .news-data-list .cont:before {
    position: absolute;
    right: .65rem;
    top: 50%;
    opacity: 0;
    font-family: 'iconfont';
    content: '\e60c';
    color: #d7d7d7;
    font-size: .18rem;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list-body .news-data-list .title {
    position: relative;
    left: 0;
    padding-right: 1.3rem;
    font-size: .16rem;
    color: #555;
    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 .news-data-list .info {
    position: relative;
    left: 0;
    height: .48rem;
    margin-top: .2rem;
    margin-right: 1.3rem;
    font-size: .14rem;
    color: #999;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: left .36s ease-out 0s;
}
.news-list-body .news-data-list .time {
    position: absolute;
    top: .1rem;
    right: 0;
    font-size: .28rem;
    color: #b7b7b7;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    transition: color .36s ease-out 0s;
}
.news-list-body .news-data-list a:hover .info,
.news-list-body .news-data-list a:hover .title {
    left: .15rem;
}
.news-list-body .news-data-list a:hover .time {
    color: #555;
}
.news-list-body .news-data-list a:hover .cont:before {
    opacity: 1;
    right: .05rem;
}
.news-list-body .page-btn {
    padding-top: .5rem;
}


/****** 产品列表 ******/
.product-list-body .data-list a {
    display: block;
}
.product-list-body .data-list .ratio-pic {
    padding-bottom: 100%;
    border: 1px solid #eee;
}
.product-list-body .data-list img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-list-body .data-list .pic-box {
    border: 1px solid #fff;
}
.product-list-body .data-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;
}
.product-list-body .data-list .pic-box:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../img/search.png) center center no-repeat;
    opacity: 0;
    transform: translate3d(0, -40%, 0);
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-list-body .data-list .title {
    padding-top: .2rem;
    font-size: .16rem;
    line-height: 1;
    color: #555;
    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;
}
.product-list-body .data-list a:hover img {
    transform: scale(1.2, 1.2);
}
.product-list-body .data-list a:hover .pic-box:before {
    opacity: 1;
}
.product-list-body .data-list a:hover .pic-box:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.product-list-body .data-list a:hover .title {
    color: #2F9973;
}


/****** 社会责任列表 ******/
.liability-list-body .right-body > .sub-page-hidden {
    margin: -0.1rem -0.1rem 0;
    padding: .1rem .1rem 0;
}
.liability-list-body .data-list a {
    display: block;
    box-sizing: border-box;
    padding: .1rem .1rem .3rem;
    background: #fafafa;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.liability-list-body .data-list .pic-box {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.liability-list-body .data-list .pic-box:before {
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 58.3%;
    content: '';
}
.liability-list-body .data-list .cont {
    position: relative;
    z-index: 1;
    margin: .2rem .1rem 0;
    padding: .05rem .2rem .15rem;
    text-align: center;
}
.liability-list-body .data-list .cont:before {
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border: 1px solid #d9d9d9;
    content: '';
    transition: all .3s ease-out 0s;
}
.liability-list-body .data-list h4.title {
    position: relative;
    font-size: .16rem;
    line-height: .45rem;
    font-weight: 400;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}
.liability-list-body .data-list h4.title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .34rem;
    height: 1px;
    margin-left: -0.17rem;
    background: #e1e1e1;
    content: '';
}
.liability-list-body .data-list .info {
    height: .48rem;
    padding-top: .1rem;
    font-size: .13rem;
    color: #999;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: content-box;
}
.liability-list-body .data-list a:hover {
    background: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.2);
}
.liability-list-body .data-list a:hover h4.title {
    color: #103F85;
}
.liability-list-body .data-list a:hover h4.title:before {
    background: #999;
}
.liability-list-body .data-list a:hover .cont:before {
    left: -0.1rem;
    right: -0.1rem;
    border-color: #103F85;
}


/****** 单页 ******/
.single-body .article-data {
    padding-bottom: .6rem;
    font-size: .15rem;
    line-height: .3rem;
    color: #666;
    overflow: hidden;
}

/****** 社会责任详情 ******/
.liability-body .right-body > .sub-page-hidden {
    margin: 0 -0.1rem;
    padding: 0 .1rem;
}


/****** 下载列表 ******/
.download-list-body .download-data-list {
    margin-bottom: .4rem;
}
.download-data-list li {
    position: relative;
    padding: .08rem 1.45rem .08rem 2px;
    border-bottom: 1px solid #dfdfdf;
    line-height: .3rem;
    font-size: .14rem;
}
.download-data-list li a.title {
    position: relative;
    float: left;
    max-width: 100%;
    height: .3rem;
    padding-left: .15rem;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-data-list li a.title:before {
    position: absolute;
    top: .13rem;
    left: 0;
    width: .04rem;
    height: .04rem;
    background: #666;
    content: '';
}
.download-data-list li a.title:hover {
    color: #2F9973;
}
.download-data-list li a.title:hover:before {
    background: #2F9973;
}
.download-data-list li .time {
    position: absolute;
    top: .08rem;
    right: .5rem;
    color: #bbb;
}
.download-data-list li .btn {
    position: absolute;
    right: 0;
    top: .08rem;
    color: #666;
}
.download-data-list li .btn:before {
    font-size: .22rem;
    transition: all 0s;
    -webkit-transition: all 0s;
}
.download-data-list li .btn:hover {
    color: #2F9973;
}


/****** 下载详情 ******/
.download-body .article-data > .header .title {
    position: relative;
    padding-right: .4rem;
}
.download-body .article-data > .header .title .btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
}
.download-body .article-data > .header .title .btn:before {
    font-size: .24rem;
    transition: all 0s;
    -webkit-transition: all 0s;
}
.download-body .article-data > .header .title .btn:hover {
    color: #2F9973;
}
.download-body .article-data > .header .info {
    padding: .15rem 0 .05rem;
    line-height: .3rem;
}


/*招聘列表*/
.job-list-body .section-block {
    padding-bottom: 70px;
}
.job-list-body .list-block dd .head-box {
    background: #ebebeb;
}
.job-list-body .list-block dt {
    height: 50px;
    padding: 0 70px 0 30px;
    background: #888;
    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: #103F85;
    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: #103F85;
    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: #103F85;
    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;
    background: #ebebeb;
    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;
}
.job-list-body .list-block .time {
    float: left;
    width: 35%;
    text-align: center;
}


/****** 产品详情 ******/
.product-body .article-data > .header {
    padding: 0;
    border: none;
}
.product-body .product-thumb {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.product-body .big-thumb {
    position: relative;
    border: 1px solid #fff;
    padding-bottom: 75%;
    overflow: hidden;
}
.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: .5rem;
    height: .5rem;
    margin-top: -0.25rem;
    line-height: .5rem;
    text-align: center;
}
.product-body .big-thumb .iconfont:before {
    font-size: .26rem;
    color: #e7e7e7;
    transition: color .36s ease-out 0s;
}
.product-body .big-thumb .iconfont:hover:before {
    color: #999;
}
.product-body .big-thumb .product-arrow-left {
    left: 0;
}
.product-body .big-thumb .product-arrow-right {
    right: 0;
}
.product-body .big-thumb li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.product-body .big-thumb li a {
    display: block;
    height: 100%;
}
.product-body .big-thumb li a > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-body .big-thumb li a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-body .thumb-list {
    max-width: 100%;
    margin: auto;
    padding: .1rem 0;
    text-align: center;
}
.product-body .thumb-list span {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    margin: 0 .05rem;
    border: .02rem 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: 100%;
    padding-top: .2rem;
    padding-left: .0rem;
	text-align: center;
}
.product-body .product-cont .title {
    font-size: .18rem;
    color: #37474f;
}
.product-body .product-cont .info {
    padding: .17rem 0 .35rem;
    font-size: .14rem;
    line-height: .24rem;
    color: #5e7387;
    font-family: '微软雅黑';
}
.product-body .product-cont .btn {
    display: block;
    width: 1.4rem;
    height: .44rem;
    background: #62a8ea;
    text-align: center;
    font-size: .16rem;
    line-height: .44rem;
    color: #fff;
    transition: background .36s ease-out 0s;
    margin: auto;
}
.product-body .product-cont .btn:hover {
    background: #87c5ff;
}
.product-body .product-cont .wap-show {
    display: none;
}
.product-body .tab-head {
    padding: .3rem 0 0;
    border-bottom: 1px solid #e1e1e1;
}
.product-body .tab-head > a {
    position: relative;
    bottom: -1px;
    display: inline-block;
    padding: 0 .2rem .1rem;
    border-bottom: 2px solid transparent;
    font-size: .16rem;
    line-height: .3rem;
    color: #103F85;
    transition: border .3s ease-out 0s
}
.product-body .tab-head > a:hover,
.product-body .tab-head > a.active {
    border-color: #103F85;
}
.product-body .tab-content > article {
    display: none;
    padding: .2rem 0 .4rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #666;
}
.product-body .tab-content > article .content-head {
    display: none;
}
.product-body .tab-content > article:first-child {
    display: block;
}


/****** 网站地图 ******/
.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: #007cc3;
    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: #333;
}
.sitemap-body .list dt a:hover {
    color: #007cc3;
}
.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;
}

/***** 视频列表 *****/
.video-list-body .list {
    margin-right: -40px;
}
.video-list-body .list li {
    float: left;
    width: 50%;
    padding: 0 40px 30px 0;
}
.video-list-body .list a {
    position: relative;
    display: block;
    background: #fff;
    transition: none;
}
.video-list-body .list .pic-box {
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
}
.video-list-body .list .pic-box:after {
    display: block;
    padding-bottom: 67%;
    content: '';
}
.video-list-body.case-list-body .list .pic-box:after,
.video-list-body.aptitude-list-body .list .pic-box:after {
    padding-bottom: 100%;
}
.video-list-body .list .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.video-list-body .list .whole-pic:after {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 66.6%;
    background: #000;
    opacity: 0;
    content: '';
    transition: all .36s ease;
}
.video-list-body.case-list-body .list .whole-pic:after {
    display: none;
}
.video-list-body.aptitude-list-body .list .whole-pic:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    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: scale(0.8);
    font-family: 'iconfont';
    content: '\e602';
    transition: all .36s ease;
}
.video-list-body.aptitude-list-body .list .whole-pic:after {
    height: 100%;
    padding: 0;
    transform: scale(0.8);
    background: rgba(0, 0, 0, .3);
}
.video-list-body .list .img {
    background-size: cover;
}
.video-list-body.case-list-body .list .img,
.video-list-body.aptitude-list-body .list .img {
    background-size: contain;
}
.video-list-body .list .icon {
    position: absolute;
    top: 50%;
    left: 39%;
    right: 39%;
    z-index: 2;
    transform: translate3d(0, -50%, 0);
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}
.video-list-body .list .icon:before {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.video-list-body .list .icon:after {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    content: '';
    transition: all .35s;
}
.video-list-body .list .icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}
.video-list-body .list .icon i:after {
    position: relative;
    left: 2px;
    font-family: 'iconfont';
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fefefe;
    content: '\e65a';
}
.video-list-body .list .title {
    padding: 15px 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: all .35s;
    color: #333;
}
.video-list-body .list a:hover .title {
    color: #2F9973;
}
.video-list-body .list a:hover .whole-pic:after {
    opacity: .4;
}
.video-list-body.aptitude-list-body .list a:hover .whole-pic:after,
.video-list-body.aptitude-list-body .list a:hover .whole-pic:before {
    opacity: 1;
    transform: scale(1);
}
.video-list-body .list a:hover .img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.video-list-body .list a:hover .icon {
    border-color: rgba(255,255,255,.8);
}
.video-list-body .list a:hover .icon:after {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    border-color: rgba(255,255,255,.8);
}


.team-list-body .list {
    margin-right: 0;
}
.team-list-body .list * {
    box-sizing: border-box;
}
.team-list-body .list li {
    float: none;
    width: 100%; 
    padding: 0 0 40px;
}
.team-list-body .list a {
    position: relative;
    display: block;
    border: 1px solid #eff1f5;
}
.team-list-body .list .whole-pic {
    width: 250px;
}
.team-list-body .list .whole-pic:before {
    display: block;
    padding-bottom: 120%;
    background: #fff;
    content: '';
}
.team-list-body .list .cont-box {
    position: absolute;
    top: 0;
    left: 250px;
    right: 0;
    height: 100%;
    padding: 50px 50px 0;
    background: #eff1f5;
    transition: background .45s ease;
    overflow: hidden;
}
.team-list-body .list .cont-box .title {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    transition: color .45s ease;
}
.team-list-body .list .cont-box .sub-title {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    transition: color .45s ease;
}
.team-list-body .list .cont-box .info {
    position: relative;
    margin-top: 18px;
    padding-top: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color .45s ease, padding .45s ease;
}
.team-list-body .list .cont-box .info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top: 1px solid #fff;
    transition: width .45s ease;
    content: '';
}
.team-list-body .list a:hover .whole-pic .img {
    transform: scale(1.08);
}
.team-list-body .list a:hover .cont-box {
    background: #2e7bb2;
}
.team-list-body .list a:hover .cont-box .info:before {
    width: 100%;
}
.team-list-body .list a:hover .cont-box * {
    color: #fff;
}
.team-list-body .list a:hover .cont-box .info {
    padding-top: 20px;
}
.team-body .team-pic {
    float: left;
    width: 280px;
}
.team-body .team-pic img {
    display: block;
    width: 100%;
}
.team-body .team-cont {
    margin-left: 330px;
}


@media screen and (min-width: 901px) {
    .sub-nav .list {
        height: auto !important;
    }
    .news-list-body .right-body > .sub-page-hidden {
        margin-right: -0.5rem;
    }
    .column-description {
        margin-bottom: 40px;
    }
    .max-pb-34 {
    	padding-bottom: 34px;
    }
}
@media screen and (max-width: 900px) {
    #main {
        background: none !important;
    }
    .column-description {
        margin: 20px auto 0;
    }
    .single-body .article-data {
        padding-top: .2rem;
    }
    .banner,
    .position-box,
    .sub-nav .sub-nav-head .eng,
    .sub-nav .sub-nav-head .china {
        display: none;
    }
    .sub-nav {
        position: relative;
        float: none;
        z-index: 8;
        width: auto;
        height: .45rem;
        margin: 0 -0.1rem;
        padding: 0 .1rem;
        background: #103F85;
    }
    .sub-nav:not(.mobile-active) .list {
        height: 0 !important;
    }
    .sub-nav .mobile-show {
        position: relative;
        padding: 0 .1rem;
        display: block;
        font-size: .16rem;
        line-height: .45rem;
        color: #fff;
        cursor: pointer;
    }
    .sub-nav .mobile-show:before {
        position: absolute;
        top: 0;
        right: .1rem;
        font-size: .18rem;
        font-family: 'iconfont';
        content: '\e608';
        transform: rotate(90deg);
        transition: transform .36s ease-out 0s;
    }
    .sub-nav.mobile-active .mobile-show:before {
        transform: rotate(270deg);
    }
    .sub-nav .list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 0;
        background: #fff;
        overflow: hidden;
        transition: height .36s ease-out 0s;
    }
    .sub-nav .list dl,
    .sub-nav .list dt,
    .sub-nav .list dd {
        padding: 0 !important;
        border: none;
    }
    .sub-nav .list a {
        display: block;
        height: .45rem;
        border-bottom: 1px solid #eee;
        line-height: .45rem;
        overflow: hidden;
    }
    .sub-nav .list a:before {
        display: none;
    }
    .sub-nav .active > a {
        background: #f1f1f1;
    }
    .sub-nav dd > a {
        padding: 0 .4rem;
    }
    .sub-nav dd li a {
        padding: 0 .6rem;
    }
    .right-body {
        margin: 0;
    }
    .data-list {
        margin-right: -0.1rem;
        padding-top: .2rem;
    }
    .news-list-body .news-data-list {
        padding-top: .2rem;
    }
    .data-list > li {
        width: 50%;
        padding-right: .1rem;
    }
    .body {
        padding: 0;
    }
    .article-data > .header {
        padding-top: .25rem;
    }

    .video-list-body .list {
        padding-top: 20px;
    }

    .product-body .right-body .header {
        padding-top: .2rem;
    }
    .product-body .product-thumb {
        width: 100%;
    }
    .product-body .product-cont {
        width: 100%;
        padding-left: 0;
        padding-top: .1rem;
        text-align: center;
    }
    .product-body .product-thumb .big-thumb {
        margin: 0;
    }
    .product-body .big-thumb a {
        display: none;
    }
    .product-body .thumb-list {
        padding: .15rem 0;
    }
    .product-body .thumb-list .swiper-wrapper {
        justify-content: center;
    }
    .product-body .thumb-list span {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background-image: none !important;
    }
    .product-body .product-cont .info {
        padding: .2rem 0 .25rem;
    }
    .product-body .product-cont .btn {
        margin: auto;
    }

    .job-list-body .section-block {
        padding-top: 40px;
    }
    .team-body .team-pic {
        padding-top: 25px;
    }
}


@media screen and (min-width: 801px) {
    /******* 新闻详情 *******/
    .article-body .aside-data:not(.news-list-body) {
        padding-bottom: .65rem;
    }.article-body .news-list-body .news-data-list .pic,
    .article-body .news-list-body .news-data-list .info,
    .article-body .news-list-body .news-data-list a .time,
    .article-body .news-list-body .news-data-list .cont:before {
        display: none;
    }
    .article-body .news-list-body .news-data-list li {
        position: relative;
        height: .3rem;
        margin-bottom: .06rem;
        padding: 0 1rem 0 .05rem;
        border: none;
        background: #f8f8f8;
        overflow: hidden;
    }
    .article-body .news-list-body .news-data-list a {
        float: left;
        position: relative;
        left: 0 !important;
        max-width: 100%;
        padding: 0 0 0 .1rem;
        font-size: .14rem;
        color: #76838f;
        line-height: .3rem;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article-body .news-list-body .news-data-list a:after {
        position: absolute;
        left: 0;
        top: 50%;
        width: .04rem;
        height: .04rem;
        margin-top: -0.02rem;
        background: #76838f;
        visibility: visible;
        content: '';
        transition: all .3s ease;
    }
    .article-body .news-list-body .news-data-list .cont {
        position: static;
        margin: 0;
        padding: 0;
    }
    .article-body .news-list-body .news-data-list .title {
        display: inline;
        left: 0 !important;
        padding: 0;
        font-size: .14rem;
        color: inherit;
        line-height: .3rem;
    }
    .article-body .news-list-body .news-data-list .pc-time {
        position: absolute;
        top: 0;
        right: .05rem;
        font-size: .14rem;
        line-height: .3rem;
        color: #bbb;
    }
    .article-body .news-list-body .news-data-list a:hover {
        color: #2F9973;
    }
    .article-body .news-list-body .news-data-list a:hover:after {
        background-color: #2F9973;
    }
}

@media screen and (max-width: 800px) {
    .article-page-btn {
        padding: .2rem 0;
    }
    .article-page-btn a {
        display: block !important;
        width: 30% !important;
        margin: auto;
        text-align: center;
    }
    .article-page-btn a.prev-btn span,
    .article-page-btn a.next-btn span{
        display: none;
    }
    .news-list-body .news-data-list li a {
        padding-right: 0;
    }
    .news-list-body .news-data-list li a:hover .title {
        color: #2F9973;
    }
    .news-list-body .news-data-list li {
        height: .88rem;
        padding: .15rem 0;
    }
    .news-list-body .news-data-list .title {
        padding: 0;
        line-height: 1.5;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        white-space: normal;
        word-break: normal;
    }
    .news-list-body .news-data-list .time {
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        margin-top: 10px;
        font-size: 14px;
        color: #aeaeae;
        font-family: 'Arial';
    }
    .news-list-body .news-data-list .time:before {
        margin-right: 5px;
        font-family: 'iconfont';
        content: '\e610';
    }
    .news-list-body .news-data-list .cont {
        margin-left: 1.4rem;
        padding-top: 0;
    }
    .news-list-body .news-data-list .cont:before {
        display: none;
    }
    .news-list-body .news-data-list .info {
        margin: 0;
        line-height: .22rem;
    }
    .news-list-body .news-data-list a:hover .title,
    .news-list-body .news-data-list a:hover .info {
        left: 0;
    }
    .news-list-body .news-data-list .pic {
        width: 1.3rem;
        height: .87rem;
    }
    .news-list-body .news-data-list .pic .img {
        background-size: cover;
        transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .news-list-body .news-data-list li a:hover .pic .img {
        transform: scale(1.08);
    }

    .product-list-body .data-list li {
        padding-bottom: .3rem;
    }
    .article-body .news-list-body .news-data-list .pc-time {
        display: none;
    }
    .article-body .news-list-body .news-data-list li:last-child {
        border: none;
    }
}
@media screen and (min-width: 541px) {
	.mh-no-min-40 {
		min-height: 40px;
	}
	.aside-data .download-data-list {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
    .sub-nav {
        margin: 0 -5.5%;
    }
    .mh-min-30 {
    	min-height: 30px;
    }

    .page-btn {
        padding-bottom: .6rem;
    }
    .news-list-body .page-btn {
        padding-top: .25rem;
    }
    .product-list-body .page-btn {
        padding-top: .15rem;
    }
    .liability-list-body .page-btn {
        padding-top: .05rem;
    }
    
    .article-data > .header {
        padding: .2rem 0 .05rem;
    }
    .article-data > .header .title {
        padding: 0;
    }
    .article-data > .thumb {
        padding-top: .15rem;
    }
    .article-data > .content {
        padding-bottom: .1rem;
    }
    .article-page-btn {
        padding: .1rem 0;
    }
    .article-page-btn a {
        line-height: .36rem;
    }
    .aside-data > .label-box {
        padding: .15rem 0;
    }
    .aside-data > .label-box a {
        margin-right: .04rem;
    }

    .case-list-body .data-list li {
        padding-bottom: 0;
    }
    .case-list-body .data-list li .ratio-pic {
        border-bottom: 1px solid #eee;
    }
    .case-list-body .data-list li .cont {
        height: auto;
        padding: 0 !important;
        overflow: hidden;
    }
    .case-list-body .data-list li .cont:before,
    .case-list-body .data-list li .cont:after {
        display: none;
    }

    .product-list-body .data-list li {
        padding-bottom: .2rem;
    }
    .product-list-body .data-list .title {
        padding-top: .1rem;
    }

    .liability-list-body .data-list {
        margin-right: 0;
    }
    .liability-list-body .data-list a {
        padding: 0;
        background: #fff;
        box-shadow: none !important;
    }
    .liability-list-body .data-list li {
        float: none;
        width: 100%;
        margin-bottom: .2rem;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    .liability-list-body .data-list .cont {
        margin: 0;
        padding: .15rem 0 .15rem;
    }
    .liability-list-body .data-list h4.title {
        line-height: 1;
    }
    .liability-list-body .data-list .cont:before,
    .liability-list-body .data-list h4.title:before {
        display: none;
    }
    .liability-list-body .data-list .info {
        height: auto;
        max-height: .32rem;
        padding-top: .08rem;
        line-height: .16rem;
    }

    .liability-body .liability-list-body .data-list {
        margin-right: -0.1rem;
    }
    .liability-body .liability-list-body .data-list li {
        float: left;
        width: 50%;
        margin: 0;
        padding-right: .1rem;
        border: none;
    }
    .liability-body .liability-list-body .data-list .cont {
        padding: .1rem 0;
        text-align: left;
    }
    .liability-body .liability-list-body .data-list .info {
        display: block;
        padding-top: .05rem;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .liability-body .aside-data.liability-list-body .data-list {
    	padding-bottom: .05rem;
    }

    
    .job-list-body .section-block {
        padding-top: 25px;
        padding-bottom: 60px;
    }


    .download-list-body .download-data-list {
        margin-bottom: .15rem;
    }

    .product-body .thumb-list {
        padding: .1rem 0;
    }
    .product-body .product-cont {
        padding: .2rem 0 .3rem;
    }
    .product-body .product-cont .info {
        padding: .1rem 0;
        /*text-align: left;*/
        color: #999;
    }
    .product-body .product-cont .btn {
        box-sizing: border-box;
        /*background: none !important;*/
        /*border: 1px solid #e1e1e1;*/
        /*color: #b7b7b7;*/
    }
    .product-body .product-cont .pc-show {
        display: none;
    }
    .product-body .product-cont .wap-show {
        display: block;
		width: 1.4rem;
		height: .4rem;
		font-size: .14rem;
		line-height: .38rem;
    }
    .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: .05rem;
    }
    .product-body .tab-content > article .content-head {
        position: relative;
        display: block;
        margin: 0 0 .05rem;
        padding: 0 .1rem;
        border-bottom: 1px solid #e1e1e1;
        font-size: .16rem;
        line-height: .35rem;
        color: #444;
    }
    .product-body .tab-content > article .content-head:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: .16rem;
        margin-top: -0.08rem;
        background: #2F9973;
        content: '';
    }

    .sitemap-body .list {
        padding-top: 10px;
        padding-bottom: 25px;
    }


    .video-list-body .list {
        margin-right: -10px;
    }
    .video-list-body .list li {
        padding: 0 10px 20px 0;
    }
    .video-list-body .list .title {
        padding: 10px 10px 0;
        line-height: 26px;
    }
    .video-list-body .list .icon i:after {
        font-size: 30px;
    }
    .video-list-body .list a:hover .icon:after {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .column-description {
        padding: 5px 10px;
        line-height: 26px;
    }


    .team-list-body .list li {
        padding: 0 0 20px;
    }
    .team-list-body .list .whole-pic {
        width: 35%;
    }
    .team-list-body .list .cont-box {
        left: 35%;
        padding: 22px 25px 0;
    }
    .team-list-body .list .cont-box .title,
    .team-list-body .list .cont-box .sub-title {
        line-height: 24px;
    }
    .team-list-body .list .cont-box .info {
        margin-top: 8px;
        padding-top: 2px;
        line-height: 22px;
    }
    .team-list-body .list a:hover .cont-box .info {
        padding-top: 10px;
    }
    .aside-data.team-list-body .list li:last-child {
    	padding-bottom: 15px;
    }
    .team-body .team-pic {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    .team-body .team-cont {
        margin-left: 0;
    }

    .aside-data .download-data-list {
    	padding-bottom: 15px;
    }

    .aside-data .wow-list:after {
    	display: block;
    	content: '';
    	height: 15px;
    }
    .aside-data .min-after-h10:after {
    	display: block;
    	content: '';
    	height: 10px !important;
    }
}