@charset "utf-8";
/* CSS Document */


.banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.sub-nav {
    position: relative;
    z-index: 1;
}
.sub-nav dt {
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}
.sub-nav dt .label,
.sub-nav dt a {
    display: inline-block;
    height: 24px;
    color: #aaa;
}
.sub-nav dt a {
    position: relative;
    margin-right: 20px;
}
.sub-nav dt a:before {
    position: absolute;
    right: -10px;
    top: 0;
    width: 8px;
    text-align: center;
    font-family: 'iconfont';
    color: #aaa;
    content: '\e105';
    font-size: 14px;
}
.sub-nav dt a:hover {
    color: #f79900;
}
.sub-nav dt a.last {
    margin-right: 0;
    color: #666;
}
.sub-nav dt a.last:before {
    content: '';
}
.sub-nav dt .mobile-show {
    display: none;
    float: left;
}
.sub-nav dd {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub-nav-i a,
.sub-nav dd a {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    font-size: 14px;
    color: #848484;
    line-height: 40px;
    transition: color ease-out .3s;
}
.sub-nav dd > a:first-child,
.sub-nav dd > div:first-child > a {
    padding-left: 0;
}
.sub-nav dd a span {
    position: relative;
    display: block;
}
.sub-nav dd a span:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-top: 1px solid #f79900;
    content: '';
    transform: translate3d(0, -1px, 0);
    transform: all ease-out .3s
}
.sub-nav-i a.active,
.sub-nav-i a:hover,
.sub-nav dd a.active,
.sub-nav dd a:hover {
    color: #f79900;
}
.sub-nav dd a.active span:before,
.sub-nav dd a:hover span:before {
    width: 100%;
}
.sub-nav-i a:not(:last-child):after,
.sub-nav dd a:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 14px;
    margin-top: -7px;
    border-left: 1px solid #e5e5e5;
    content: '';
}
.mobile-i-sub-nav {
    display: none;
}
.sub-nav dd > a:last-child:after,
.sub-nav dd > div:last-child > a:after {
    display: none;
}


.sub-nav-i {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
.case-body .sub-nav-i,
.article-body .sub-nav-i,
.product-body .sub-nav-i,
.application-body .sub-nav-i {
    display: none;
}


.page-btn {
    padding-bottom: 70px;
}
.page-btn * {
    position: relative;
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.page-btn .num {
    font-family: 'Arial';
    font-size: 14px;
    color: #848484;
}
.page-btn span.num {
    position: relative;
    color: #555;
}
.page-btn a:hover:after,
.page-btn span.num:after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 10px;
    height: 0;
    border-bottom: 1px solid #d4d4d4;
    content: '';
    transform: translate3d(-50%, 0, 0);
}
.page-btn .iconfont {
    font-size: 16px;
}
.page-btn .iconfont:before {
    position: relative;
}
.page-btn span.iconfont {
    color: #aaa;
}
.page-btn a.iconfont:before {
    color: #848484;
}
.page-btn a.iconfont:hover:before {
    color: #555;
}
.page-btn a:hover {
    color: #555;
}


.article-header {
    padding: 45px 0 20px;
    border-bottom: 1px solid #e1e1e1;
}
.article-header .title {
    font-size: 24px;
    color: #444;
    font-weight: 400;
}
.article-header .info {
    font-size: 14px;
    color: #a3afb7;
    font-family: 'Tahoma';
}
.article-header .iconfont {
    position: relative;
    left: -2px;
}
.article-thumb {
    padding-top: 40px;
}
.article-thumb img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.article-content {
    padding: 25px 0 45px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}


.article-page-btn {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
	text-align: center;
}
.article-page-btn a {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    border-radius: 21px;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    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: 100px;
    margin: auto;
    text-align: center;
}
.article-page-btn a:hover {
    border-color: #f79900;
    color: #f79900;
}


.label-box {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}
.label-box a {
    display: inline-block;
    margin-right: 8px;
    padding: 0 17px;
    background: #f3f3f3;
    line-height: 30px;
    color: #aaa;
    transition: all .3s;
}
.label-box a:hover {
    background: #f79900;
    color: #fff;
}


/****** 案例详情 ******/
.article-body .sub-anv dd,
.case-body .sub-nav dd {
    display: none;
}


/****** 单页 ******/
.single-body .body {
    padding-top: 17px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
}


/****** 案例列表 ******/
.case-style-li[data-index="0"] {
    position: relative !important;
}
.case-style-li .pic {
    padding-bottom: 66.66%;
}
.case-style-li .cont {
    position: relative;
    height: 75px;
}
.case-style-li .cont .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 40px 0 20px;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case-style-li .cont .box > .after {
    position: absolute;
    top: 25px;
    right: 2px;
    width: 37px;
    height: 20px;
    line-height: 20px;
    color: #c1c1c1;
    font-size: 12px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
.case-style-li .cont .box > .after:after,
.case-style-li .cont .box > .after:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out 0s;
    font-family: 'iconfont';
    content: '\e614';
    transform: scale(0.7);
}
.case-style-li .cont .box > .after:before {
    box-sizing: border-box;
    text-align: right;
    left: -100%;
    padding-right: 7px;
}
.case-style-li .title {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    font-size: 16px;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-style-li .info {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #b7b7b7;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-style-li a:hover .cont .box {
    top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.case-style-li a:hover .cont .box > .after {
    top: 30px;
    border-color: rgba(0, 0, 0, .1);
}
.case-style-li a:hover .cont .box > .after:after,
.case-style-li a:hover .cont .box > .after:before {
    transform: translate3d(100%, 0, 0) scale(0.7);
}
.case-style-li a:hover .img {
    transform: scale(1.08);
}

.case-style-ul {
    margin-right: -50px;
}
.case-style-ul li a {
    margin-right: 50px;
    margin-bottom: 50px;
}

.case-list-body .body ul {
    padding-top: 27px;
}


/****** 产品列表 ******/
.product-style-li .pic {
    border: 1px solid #eee;
    transition: all .6s ease-out 0s;
}
.product-style-li .pic > .img {
    background-color: transparent;
}
.product-style-li .title {
    position: relative;
    height: 75px;
    padding-right: 75px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(153, 153, 153, 0);
    font-size: 16px;
    line-height: 75px;
    color: #555;
    overflow: hidden;
    transition: all .6s ease-out 0s;
}
.product-style-li .title:before,
.product-style-li .title:after {
    position: absolute;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.product-style-li .title:before {
    top: 37px;
    right: 20px;
    width: 15px;
    height: 0;
    border-bottom: 1px solid #555;
    transform: translate3d(-60px, 0, 0);
}
.product-style-li .title:after {
    top: 30px;
    right: 27px;
    width: 0;
    height: 15px;
    border-left: 1px solid #555;
    transform: translate3d(0, -60px, 0);
}
.product-style-li a:hover .pic {
    border-color: #999;
}
.product-style-li a:hover .img {
    transform: scale(1.15);
}
.product-style-li a:hover .title {
    border-bottom: 1px solid #999;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}
.product-style-li a:hover .title:before,
.product-style-li a:hover .title:after {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.product-style-ul {
    margin-right: -50px;
}
.product-style-ul li a {
    display: block;
    margin-right: 50px;
    margin-bottom: 50px;
}

.product-list-body .body ul {
    padding-top: 27px;
}


/****** 产品详情 ******/
.product-body .sub-nav dd {
    display: none;
}
.product-body .body .content {
    padding: 25px 0 45px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.product-body .product-thumb {
    box-sizing: border-box;
    float: left;
    width: 57%;
}
.product-body .product-thumb .big-thumb {
    position: relative;
    margin: 0 50px;
}
.product-body .big-thumb .product-swiper,
.product-body .big-thumb .product-swiper ul {
    height: 100%;
}
.product-body .big-thumb .iconfont {
    position: absolute;
    top: 48%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
}
.product-body .big-thumb .iconfont:before {
    color: #e1e1e1;
    transition: all .36s ease-out 0s;
}
.product-body .big-thumb .iconfont:hover:before {
    color: #b4b4b4;
}
.product-body .big-thumb .product-arrow-left {
    left: -50px;
    text-align: left;
}
.product-body .big-thumb .product-arrow-right {
    right: -50px;
    text-align: right;
}
.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%;
    cursor: url(/static/box/graphics/zoomin.cur), pointer !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-body .product-cont {
    box-sizing: border-box;
    float: left;
    width: 43%;
    padding-top: 35px;
    padding-left: 70px;
}
.product-body .body .header {
    padding-top: 50px;
}
.product-body .product-cont .title {
    font-size: 24px;
    color: #444;
}
.product-body .product-cont .info {
    padding: 20px 0 45px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.product-body .product-cont .btn {
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #b7b7b7;
    transition: all .36s ease-out 0s;
}
.product-body .product-cont .btn:hover {
    border-color: #f79900;
    color: #f79900;
}
.product-body .thumb-list {
    max-width: 380px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.product-body .thumb-list .swiper-wrapper {
    position: relative;
    left: 0;
    transition: left .3s;
}
.product-body .thumb-list span {
    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;
    float: left;
}
.product-body .thumb-list .active {
    border-color: #999;
    background-color: #305aa8;
}


/******* 新闻列表 *******/
.news-style-li {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}
.news-style-li:first-child {
    padding-top: 0 !important;
}
.news-style-li .pic{
    float: left;
    width: 200px;
    height: 135px;
}
.news-style-li .cont {
    position: relative;
    margin-left: 240px;
    padding-top: 15px;
}
.news-style-li .cont:before {
    position: absolute;
    right: 65px;
    top: 50%;
    opacity: 0;
    font-family: 'iconfont';
    content: '\e178';
    color: #d7d7d7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-style-li .title {
    position: relative;
    left: 0;
    padding-right: 150px;
    font-size: 16px;
    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-style-li .info {
    position: relative;
    left: 0;
    height: 48px;
    margin-top: 20px;
    margin-right: 150px;
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: left .36s ease-out 0s;
}
.news-style-li .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    color: #b7b7b7;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    transition: color .36s ease-out 0s;
}
.news-style-li a:hover .info,
.news-style-li a:hover .title {
    left: 15px;
}
.news-style-li a:hover .time {
    color: #555;
}
.news-style-li a:hover .cont:before {
    opacity: 1;
    right: 5px;
}
.news-list-body .body ul {
    padding-top: 27px;
}
.news-list-body .page-btn {
    padding-top: 50px;
}


/******* 新闻详情 *******/
.aside-list .news-style-li .cont:before,
.aside-list .news-style-li .info,
.article-body .sub-nav dd {
    display: none;
}
.article-body .aside-list {
    padding-bottom: 40px;
}
.aside-list .news-style-li {
    padding: 4px 0;
    border: none;
}
.aside-list .news-style-li .cont {
    display: inline-block;
    margin-left: 0;
    padding-top: 0;
}
.aside-list .news-style-li .title {
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease;
}
.aside-list .news-style-li .title:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #555;
    content: '';
}
.aside-list .news-style-li a:hover .title {
    left: 0;
    color: #f79900;
}
.aside-list .news-style-li a:hover .title:before {
    background: #f79900;
}


/******* 应用列表 *******/
.application-list-body .body ul {
    padding-top: 27px;
}

.application-style-ul {
    margin-right: -50px;
}
.application-style-ul li a {
    margin-right: 50px;
    margin-bottom: 45px;
}

.application-style-li .pic-box {
    margin-bottom: 15px;
}
.application-style-li .pic-box:before {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    content: '';
    transition: all .36s ease-out 0s;
}
.application-style-li .pic-box:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-family: 'iconfont';
    color: #fff;
    text-align: center;
    font-size: 30px;
    content: '\e600';
    transform: translate3d(0, -40px, 0);
    transition: all .36s ease-out 0s;
}
.application-style-li h4.title {
    position: relative;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.application-style-li h4.title:before,
.application-style-li h4.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
}
.application-style-li h4.title:before {
    width: 100%;
    background: #e1e1e1;
}
.application-style-li h4.title:after {
    width: 10px;
    background-color: #999;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.application-style-li .info {
    height: 48px;
    padding-top: 10px;
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.application-style-li a:hover h4.title:after {
    width: 100%;
}
.application-style-li a:hover .pic-box:before {
    opacity: 1;
}
.application-style-li a:hover .pic-box:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/******* 应用详情 *******/
.application-body .sub-nav dd {
    display: none;
}
.application-body .banner .container {
    display: flex;
    height: 100%;
    align-items: center;
}
.application-body .banner .box {
    box-sizing: border-box;
    width: 500px;
    height: 300px;
    padding: 35px 40px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.ie .application-body .banner .box {
    position: relative;
    top: 80px;
}
.application-body .banner h2 {
    margin-bottom: 15px;
    font-size: 24px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.application-body .banner .info {
    max-height: 96px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.application-body .banner .btn {
    display: block;
    width: 140px;
    height: 40px;
    margin-top: 36px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.application-body .banner .btn:hover {
    color: #f79900;
}
.application-body .quote {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.application-body .product {
    background: #f8f8f8;
}
.application-body .case .case-title,
.application-body .product .product-title {
    padding: 40px 0 30px;
    font-size: 20px;
    color: #444;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}
.application-body .product .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.application-body .product .tab a {
    display: inline-block;
    margin-right: 1px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    background: #fff;
    transition: all .3s;
}
.application-body .product .tab a.active,
.application-body .product .tab a:hover {
    background: #f79900;
    color: #fff;
}
.application-body .product ul {
    display: none;
    padding-top: 50px;
}
.application-body .case {
    padding-bottom: 70px;
}
.application-body .case-swiper .case-style-li a {
    margin-bottom: 5px;
}
.application-body .case .btn-box {
    position: relative;
    width: 110px;
    height: 40px;
    margin: 45px auto 0;
}
.application-body .case .btn-box .more {
    box-sizing: border-box;
    display: block;
    height: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
    transition: all ease-out .3s;
    overflow: hidden;
}
.application-body .case .btn-box .more span {
    display: none;
}
.application-body .case .btn-box .more:before,
.application-body .case .btn-box .more:after {
    display: block;
    height: 40px;
    font-family: 'iconfont';
    color: #b7b7b7;
    line-height: 40px;
    font-size: 16px;
    content: '\e60c';
    transition: all ease-out .3s;
    text-align: center;
}
.application-body .case .btn-box .more:hover {
    border-color: #666;
}
.application-body .case .btn-box .more:hover:before,
.application-body .case .btn-box .more:hover:after {
    color: #666;
    transform: translate3d(0, -100%, 0);
}
.application-body .case .btn-box .btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    overflow: hidden;
}
.application-body .case .btn-box .btn:before,
.application-body .case .btn-box .btn:after {
    display: block;
    height: 100%;
    font-family: 'iconfont';
    content: '\e60f';
    transition: all ease-out .3s;
    font-size: 24px;
    line-height: 30px;
}
.application-body .case .btn-box .btn:before {
    color: #e1e1e1;
}
.application-body .case .btn-box .btn:after {
    color: #555;
}
.application-body .case .btn-box .left-btn {
    left: -45px;
    transform: scale(-1, 1);
}
.application-body .case .btn-box .right-btn {
    right: -45px;
}
.application-body .case .btn-box .btn:hover:before,
.application-body .case .btn-box .btn:hover:after {
    transform: translate3d(0, -100%, 0);
}
.application-body .product-sub-nav .show {
    display: none;
}


/*招聘列表*/
.job-list-body .page-btn {
    padding-top: 50px;
}
.job-list-body .body ul {
    padding: 4px 0 10px;
    border-bottom: 2px solid #e8e8e8;
}
.job-list-body .body li {
    height: 35px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}
.job-list-body .body li.title div{
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
}
.job-list-body .body ul li:nth-child(2) div{
    padding-top: 10px;
}
.job-list-body .body .name{
    padding-left: 10px;
}
.job-list-body .body .name a{
    color: #666;
}
.job-list-body .body .name a:hover{
    color: #f79900;
}
.job-list-body .body .address {
    width: 30%;
    padding: 0 15px;
    text-align: center;
}
.job-list-body .body .detail {
    width: 60px;
    text-align: center;
}
.job-list-body .body .detail a{
    color: #f79900;
}
.job-list-body .body .detail a:hover{
    text-decoration: underline;
}


/*图片列表*/
.pic-list-body .body .list{
	padding-top: 27px;
}

.pic-style-ul{
    margin-right: -50px;
}
.pic-style-ul li .li-cont-box{
    margin: 0 50px 50px 0;
    text-align: center;
    overflow: hidden;
}

.pic-style-li .pic-box{
    display: block;
    border: 1px solid #e5e5e5;
    transition: border .2s;
    -webkit-transition: border .2s;
}
.pic-style-li .img{
    box-sizing: border-box;
    border: 3px solid #fff;
    background-color: transparent;
}
.pic-style-li .name{
    font-size: 16px;
    line-height: 44px;
    color: #666;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.pic-style-li .btn{
    display: block;
    width: 80px;
    height: 30px;
    margin: auto;
    border-radius: 3px;
    background: #bbb;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.pic-style-li .li-cont-box:hover .pic-box{
    border-color: #f79900;
}
.pic-style-li .li-cont-box:hover .name{
    color: #f79900;
}
.pic-style-li .li-cont-box:hover .pic-box .img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pic-style-li .li-cont-box:hover .btn{
    background: #f79900;
}


/***** 视频列表 *****/
.video-list-body .body ul {
    padding-top: 27px;
}
.video-style-ul {
    margin-right: -40px;
}
.video-style-ul li a {
    margin: 0 40px 30px 0;
}
.video-style-li .pic-box {
    position: relative;
    border: 1px solid #eee;
}
.video-style-li .ratio-pic {
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #fff;
}
.video-style-li .ratio-pic:after {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    background: #000;
    opacity: 0;
    content: '';
    transition: all .36s ease;
}
.video-style-li .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-style-li .icon:before {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.video-style-li .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-style-li .icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}
.video-style-li .icon i:after {
    position: relative;
    left: 5px;
    font-family: 'iconfont';
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fefefe;
    content: '\e04b';
}
.video-style-li .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-style-li a:hover .title {
    color: #f79900;
}
.video-style-li a:hover .ratio-pic:after {
    opacity: .4;
}
.video-style-li a:hover .img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.video-style-li a:hover .icon {
    border-color: rgba(255,255,255,.8);
}
.video-style-li a:hover .icon:after {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    border-color: rgba(255,255,255,.8);
}


/****** 下载列表 ******/
.download-style-ul {
    padding-top: 20px;
    padding-bottom: 50px;
}
.download-style-li {
    position: relative;
    padding: 8px 130px 8px 2px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 30px;
    font-size: 14px;
}
.download-style-li a.title {
    position: relative;
    float: left;
    max-width: 100%;
    height: 30px;
    padding-left: 15px;
    color: #444;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-style-li a.title:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #444;
    content: '';
}
.download-style-li a.title:hover {
    color: #f79900;
}
.download-style-li a.title:hover:before {
    background: #f79900;
}
.download-style-li .time {
    position: absolute;
    top: 8px;
    right: 40px;
    color: #999;
}
.download-style-li .btn {
    position: absolute;
    right: 0;
    top: 8px;
    color: #666;
}
.download-style-li .btn:before {
    font-size: 22px;
    transition: all 0s;
    -webkit-transition: all 0s;
}
.download-style-li .btn:hover {
    color: #f79900;
}


/*招聘列表(新)*/
.new-job-list-body .body .list {
    padding-top: 27px;
    padding-bottom: 70px;
}
.job-style-li dt {
    height: 50px;
    padding: 0 70px 0 30px;
    background: #888;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}
.job-style-li dd {
    border-top: 3px solid #f8f8f8;
}
.job-style-li .head-box {
    position: relative;
    height: 50px;
    padding: 0 70px 0 30px;
    background: #ebebeb;
    font-size: 15px;
    line-height: 50px;
    color: #666;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}
.job-style-li .head-box:before,
.job-style-li .head-box:after {
    position: absolute;
    background: #f79900;
    content: '';
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.job-style-li .head-box:before {
    top: 23px;
    right: 30px;
    width: 15px;
    height: 3px;
}
.job-style-li .head-box:after {
    top: 17px;
    right: 36px;
    width: 3px;
    height: 15px;
}
.job-style-li dd.active .head-box,
.job-style-li .head-box:hover {
    background: #f79900;
    color: #fff;
}
.job-style-li dd.active .head-box:before,
.job-style-li dd.active .head-box:after,
.job-style-li .head-box:hover:before,
.job-style-li .head-box:hover:after {
    background: #fff;
}
.job-style-li dd.active .head-box:after {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.job-style-li .cont-box {
    height: 0;
    background: #ebebeb;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}
.job-style-li .cont-box .box {
    padding: 22px 30px 30px;
}
.job-style-li .name {
    float: left;
    width: 35%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-style-li .number {
    float: left;
    width: 30%;
    text-align: center;
}
.job-style-li .time {
    float: left;
    width: 35%;
    text-align: center;
}


@media screen and (max-width: 980px) {
    .case-style-ul {
        margin-right: -15px;
    }
    .case-style-ul li a {
        margin-right: 15px;
    }


    .product-style-ul {
        margin-right: -15px;
    }
    .product-style-ul li a {
        margin-right: 15px;
        margin-bottom: 10px;
    }


    .pic-list-body .body .page-btn {
        padding-top: 10px;
    }
    .pic-style-ul {
        margin-right: -15px;
    }
    .pic-style-ul li .li-cont-box {
        margin-right: 15px;
    }
    .pic-style-li .li-cont-box{
        border-radius: 5px;
        box-shadow: 0 0 10px #ccc;
        margin-bottom: 20px;
    }
    .pic-style-li .pic-box,
    .pic-style-li .pic-box .img {
        border: none;
    }
    .pic-style-li .name{
        margin: 0 10px;
    }
    .pic-style-li .btn{
        display: none;
    }


    .product-body .body .header {
        padding-top: 32px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
    }
    .product-body .product-thumb {
        width: 100%;
    }
    .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 .thumb-list {
        width: 100% !important;
        padding: 15px 0;
    }
    .product-body .thumb-list .swiper-wrapper {
        width: 100% !important;
        display: flex;
        left: 0 !important;
        justify-content: center;
        text-align: 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: 20px 0 25px;
    }
    .product-body .product-cont .btn {
        margin: auto;
    }
}


@media screen and (min-width: 801px) {
    .application-body .product .tab,
    .sub-nav dd {
        height: auto !important;
    }
    .sub-nav dd a.wap-show {
        display: none !important;
    }
    .sub-nav dd > div {
        display: inline;
    }
}


@media screen and (max-width: 800px) {
    .sub-nav {
        animation-delay: 0 !important;
        visibility: visible;
    }
    .sub-nav.wow {
        opacity: 1 !important;
    }
    .sub-nav.fadeInUp {
        -webkit-animation-name: none;
        animation-name: none;
    }
    .app > .mobile-i-sub-nav {
        display: block;
    }
    .application-body .product ul {
        padding-top: 30px;
    }
    .sub-nav dd .mobile-i-sub-nav > a {
        padding-left: 65px !important;
    }
    .sub-nav dd .mobile-i-sub-nav > a:last-child {
        border-bottom: 1px solid #eee;
    }
    .sub-nav dd > div {
        display: block;
    }
    .sub-nav dd a.pc-show {
        display: none !important;
    }
    .application-body .product-sub-nav {
        position: relative;
        z-index: 2;
        margin-left: -15px;
        margin-right: -15px;
    }
    .application-body .product .tab a {
        margin-right: 0;
    }
    .application-body .product-sub-nav .tab,
    .application-body .product-sub-nav .show {
        z-index: 2;
        display: block;
    }
    .application-body .product-sub-nav .show,
    .sub-nav dt {
        position: relative;
        height: 50px;
        padding: 0;
        background: #305aa8;
        border: none;
        cursor: pointer;
    }
    .application-body .product-sub-nav .show {
        padding: 0 15px;
        font-size: 18px;
        line-height: 50px;
        color: #fff;
    }
    .application-body .product-sub-nav .show:after,
    .sub-nav dt:after {
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        font-family: 'iconfont';
        color: #fff;
        font-size: 26px;
        content: '\e107';
        transition: all .36s ease-out 0s;
    }
    .sub-nav dt .pc-show {
        display: none;
    }
    .sub-nav dt .mobile-show {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #fff;
    }
    .application-body .product-sub-nav .tab,
    .sub-nav dd {
        box-sizing: border-box;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: auto !important;
        padding: 0;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        overflow: hidden;
        visibility: hidden;
        transition: height .36s ease-out 0s;
    }
    .application-body .product-sub-nav.active .tab,
    .sub-nav.active dd {
        visibility: visible;
    }
    .application-body .product-sub-nav .tab a,
    .sub-nav dd a {
        display: block;
        height: 50px;
        padding: 0 40px !important;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        line-height: 50px;
        overflow: hidden;
    }
    .application-body .product-sub-nav .tab a {
        text-align: left;
    }
    .application-body .product-sub-nav .tab a.active,
    .sub-nav dd a.active {
        background: #f1f1f1;
    }
    .application-body .product .tab a.active {
        background: #f79900;
    }
    .application-body .product-sub-nav.active .show:after {
        transform: rotate(-180deg);
    }
    .application-body .product-sub-nav .tab a:last-child{
        border: none;
    }
    .banner,
    .sub-nav dd a:after,
    .sub-nav dd a span:before {
        display: none;
    }
    .application-body .product-sub-nav.active .tab:after,
    .sub-nav.active dt:after {
        transform: rotate(180deg);
    }

    .sub-nav-i {
        display: none;
    }
    .article-body .sub-nav,
    .product-body .sub-nav,
    .case-body .sub-nav {
        display: none;
    }
    .single-body .sub-nav {
        padding-top: 20px;
    }
    .single-body .sub-nav dt:after,
    .single-body .sub-nav dd {
        display: none !important;
    }
    .single-body .sub-nav dt {
        background: none !important;
        text-align: center;
        cursor: default;
    }
    .single-body .sub-nav dt .mobile-show {
        float: none;
        color: #444;
    }
    .single-body .body {
        padding-top: 0;
    }

    .application-body .banner {
        display: block;
        height: 350px;
    }
    .application-body .banner .box {
        width: 100%;
    }
    .application-body .sub-nav {
        display: none;
    }
    .application-body .quote {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .application-body .product .product-title {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 0 15px;
        background: #fff;
    }
}


@media screen and (max-width: 540px) {
    .page-btn {
        text-align: center;
    }
    .page-btn span.iconfont {
        visibility: hidden;
    }
    .page-btn a:after,
    .page-btn span.num:after {
        display: none;
    }
    .page-btn .num {
        font-size: 18px;
    }
    .page-btn .iconfont {
        font-size: 26px;
    }
    .page-btn .iconfont:before {
        top: 2px;
    }


    .article-header,
    .article-thumb {
        padding-top: 32px;
    }
    .article-header .title {
        font-size: 18px
    }


    .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;
    }


    .case-style-ul li a {
        margin-bottom: 0;
    }
    .case-style-li .cont .box {
        top: 0 !important;
        padding: 5px 0 0 !important;
        border: none !important;
    }
    .case-style-li .cont .box > .after {
        display: none;
    }


    .product-style-li .title {
        height: 55px;
        padding: 0;
        border: none !important;
        line-height: 55px;
        text-align: center;
    }
    .product-style-li .title:before,
    .product-style-li .title:after {
        display: none;
    }

    
    .application-style-ul,
    .application-style-ul li a {
        margin: 0;
    }
    .application-style-ul li + li {
        margin-top: 32px;
    }
    .application-style-li .info {
        height: 24px;
        padding-top: 0;
        padding-bottom: 28px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .application-style-li .info span {
        display: block;
        height: 24px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .application-style-li h4.title {
        text-align: center;
    }
    .application-style-li h4.title:before,
    .application-style-li h4.title:after {
        display: none;
    }
    .application-list-body .body .page-btn {
        padding-top: 30px;
    }


    .application-body .case .case-swiper {
        margin: 0 50px;
    }
    .application-body .case-swiper .case-style-li a {
        margin: 0 !important;
        text-align: center;
    }
    .application-body .case .case-title {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .application-body .case .list-box {
        position: relative;
    }
    .application-body .case .btn-box {
        position: absolute;
        left: 50px;
        right: 50px;
        top: 50%;
        width: auto;
        height: 0;
        margin-top: -35px;
    }
    .application-body .case .btn-box .more {
        display: none;
    }
    .application-body .case {
        padding-bottom: 10px;
    }
    .application-body .case .btn-box .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .application-body .case .btn-box .btn:before {
        transform: translate3d(0, 0, 0) !important;
        background: none;
        font-family: 'iconfont';
        font-size: 40px;
        color: #939292;
    }
    .application-body .case .btn-box .btn:hover:before {
        color: #5c5d5d;
    }
    .application-body .case .btn-box .btn:after {
        display: none;
    }
    .application-body .case .btn-box .right-btn,
    .application-body .case .btn-box .left-btn {
        text-align: center;
        transform: scale(1);
    }
    .application-body .case .btn-box .right-btn:before {
        content: '\e105';
    }
    .application-body .case .btn-box .left-btn:before {
        content: '\e104';
    }


    .job-list-body .page-btn {
        padding-top: 31px;
    }
    .job-list-body .body li {
      font-size: 16px;
    }
    .job-list-body .body li.title div{
      font-size: 18px;
    }


    .article-body .aside-list {
        padding-bottom: 15px;
    }
    .aside-list .news-style-li:not(:last-child) {
        border-bottom: 1px solid #e1e1e1;
    }


    .news-style-li {
        padding: 15px 0 !important;
    }
    .news-style-li .pic {
        width: 140px;
        height: 94px;
    }
    .news-style-li .title {
        padding: 0 !important;
    }
    .news-style-li .time {
        display: block;
        position: relative;
        top: 0;
        padding: 0 0 5px;
        font-family: 'Arial';
        font-size: 16px;
    }
    .news-style-li .cont {
        display: block !important;
        margin-left: 155px !important;
        padding-top: 0;
    }
    .news-style-li .title:before,
    .news-style-li .cont:before {
        display: none;
    }
    .news-style-li .info {
        display: -webkit-box !important;
        margin: 0;
    }
    .news-style-li a:hover .title,
    .news-style-li a:hover .info {
        left: 0;
    }
    .news-list-body .page-btn {
        padding-top: 31px;
    }


    .video-style-ul {
        margin-right: -10px;
    }
    .video-style-ul li a {
        margin: 0 10px 20px 0;
    }
    .video-style-li .title {
        padding: 10px 10px 0;
        line-height: 26px;
    }
    .video-style-li .icon i:after {
        left: 3px;
        font-size: 20px;
    }
    .video-style-li a:hover .icon:after {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }


    .download-style-ul {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .download-style-li {
        padding-right: 115px;
    }
    .download-style-li .time {
        right: 30px;
    }
}