@charset "utf-8";
/* CSS Document */


#main {
    background-size: 1920px auto;
    background-position: center .8rem;
    background-repeat: no-repeat;
}

.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: #00b1ea;
    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.2rem;
}

.sub-page-hidden {
    overflow: hidden;
}

.sub-nav {
    float: left;
    width: 1.7rem;
}
.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 .sub-nav-head .mobile-show {
    display: none;
}
.sub-nav dd {
    padding: 0 .1rem;
    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 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: .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 dd a:before {
    position: absolute;
    left: 0;
    top: .15rem;
    width: 3px;
    height: .12rem;
    background: #ff5722;
    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: #1f3f81;
}
.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: .2rem;
}
.sub-nav dd li {
    padding-left: .15rem;
}
.sub-nav dd li: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: #e60a19;
}
.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: 33.33%;
    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: .15rem;}*/

.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: #078cd1;
    color: #078cd1;
}


.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: #ff5722;
    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: 66.5%;
}
.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/icon.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: #1f3f81;
}


/******* 新闻列表 *******/
.news-list-body .news-data-list li {
    padding: .3rem 0;
    border-bottom: 1px solid #e1e1e1;
}
.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;
}
.news-list-body .news-data-list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.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: '\e60b';
    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: #1f3f81;
}


/****** 社会责任列表 ******/
.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;
}
.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: #1f3f81;
}
.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: #1f3f81;
}


/****** 单页 ******/
.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: #1f3f81;
}
.download-data-list li a.title:hover:before {
    background: #1f3f81;
}
.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: #078cd1;
}


/****** 下载详情 ******/
.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: #078cd1;
}
.download-body .article-data > .header .info {
    padding: .15rem 0 .05rem;
    line-height: .3rem;
}


/*招聘列表*/
.job-list-body .job-data-list {
    display: table;
    width: 100%;
    margin-bottom: .4rem;
    padding: 0 0 .1rem;
    border-bottom: 2px solid #e8e8e8;
}
.job-list-body .job-data-list li {
    display: table-row;
    opacity: 1 !important;
}
.job-list-body .job-data-list li .name,
.job-list-body .job-data-list li .address,
.job-list-body .job-data-list li .detail {
    display: table-cell;
}
.job-list-body .job-data-list li {
    height: .35rem;
    padding-left: .1rem;
    font-size: .14rem;
    line-height: .35rem;
    color: #666;
    overflow: hidden;
}
.job-list-body .job-data-list li.title div{
    font-size: .15rem;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
}
.job-list-body .job-data-list li:nth-child(2) div{
    padding-top: .1rem;
}
.job-list-body .job-data-list .name{
    padding-left: .1rem;
}
.job-list-body .job-data-list .name a{
    color: #666;
}
.job-list-body .job-data-list .name a:hover{
    color: #e60a19;
}
.job-list-body .job-data-list .address {
    width: 40%;
    padding: 0 .15rem;
    text-align: center;
}
.job-list-body .job-data-list .detail {
    width: .6rem;
    text-align: center;
}
.job-list-body .job-data-list .detail a{
    color: #e60a19;
}
.job-list-body .job-data-list .detail a:hover{
    text-decoration: underline;
}


/****** 产品详情 ******/
.product-body .article-data > .header {
    padding: 0;
    border: none;
}
.product-body .product-thumb {
    box-sizing: border-box;
    float: left;
    width: 55.8%;
}
.product-body .big-thumb {
    position: relative;
    border: 1px solid #fff;
    padding-bottom: 66.66%;
    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: 44.2%;
    padding-top: .2rem;
    padding-left: .3rem;
}
.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;
}
.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: #1f3f81;
    transition: border .3s ease-out 0s
}
.product-body .tab-head > a:hover,
.product-body .tab-head > a.active {
    border-color: #1f3f81;
}
.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;
}


@media screen and (min-width: 981px) {
    .sub-nav .sub-list-box {
        height: auto !important;
    }
    .news-list-body .right-body > .sub-page-hidden {
        margin-right: -0.5rem;
    }
}
@media screen and (max-width: 980px) {
    #main {
        background: none !important;
    }
    .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: 100%;
        height: .45rem;
        margin-left: -0.1rem;
        padding: 0 .1rem;
        background: #1f3f81;
    }
    .sub-nav .sub-nav-head {
        padding: 0;
    }
    .sub-nav .sub-nav-head .mobile-show {
        position: relative;
        padding: 0 .1rem;
        display: block;
        font-size: .16rem;
        line-height: .45rem;
        color: #fff;
        cursor: pointer;
    }
    .sub-nav .sub-nav-head .mobile-show:before {
        position: absolute;
        top: 0;
        right: .1rem;
        font-size: .18rem;
    }
    .sub-nav.mobile-active .sub-nav-head .mobile-show:before {
        transform: rotate(180deg);
    }
    .sub-nav .sub-list-box {
        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 .sub-list-box dd,
    .sub-nav .sub-list-box li {
        padding: 0 !important;
        border: none;
    }
    .sub-nav .sub-list-box a {
        display: block;
        height: .45rem;
        border-bottom: 1px solid #eee;
        line-height: .45rem;
        overflow: hidden;
    }
    .sub-nav .sub-list-box 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;
    }
    .job-list-body .job-data-list,
    .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;
    }

    .case-body .sub-nav,
    .product-body .sub-nav,
    .article-body .sub-nav,
    .liability-body .sub-nav,
    .single-body .sub-nav .sub-list-box,
    .single-body .sub-nav .sub-nav-head .mobile-show:before {
        display: none;
    }
    .single-body .sub-nav {
        padding: .1rem 0 .05rem;
        background: none;
    }
    .single-body .sub-nav .sub-nav-head .mobile-show {
        font-size: .16rem;
        text-align: center;
        color: #444;
    }

    .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;
    }
}


@media screen and (min-width: 801px) {
    /******* 新闻详情 *******/
    .article-body .aside-data {
        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: #078cd1;
    }
    .article-body .news-list-body .news-data-list a:hover:after {
        background-color: #078cd1;
    }
}

@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 {
        height: .88rem;
        padding: .15rem 0;
    }
    .news-list-body .news-data-list .title {
        padding: 0;
    }
    .news-list-body .news-data-list .time {
        display: block;
        position: relative;
        top: 0;
        padding: 0 0 .0rem;
        font-family: 'Arial';
        font-size: .12rem;
    }
    .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;
    }
    .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 (max-width: 540px) {
    .page-btn {
        padding-bottom: .35rem;
    }
    .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;
    }

    .job-list-body .job-data-list {
        margin-bottom: .15rem;
        padding-bottom: .05rem;
    }
    .job-list-body .job-data-list li {
        height: .35rem;
        line-height: .35rem;
    }
    .job-list-body .job-data-list li:nth-child(2) div {
        padding-top: .05rem;
    }

    .download-list-body .download-data-list {
        margin-bottom: .15rem;
    }

    .product-body .thumb-list {
        padding: .1rem 0;
    }
    .product-body .product-cont {
        padding: .05rem 0;
    }
    .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: #ff5722;
        content: '';
    }
}