.articleBanner {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
}

.articleBanner .left {
    width: 50%;
    height: 100%;
    background-color: #ffd218;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.articleBanner .newsCont {
    padding: 0 10% 0 12%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articleBanner .time {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.articleBanner .name {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.articleBanner .name a {
    color: #000;
}

.articleBanner .more {
    margin-top: 40px;
    border: 1px solid #333;
    color: #000;
    display: block;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    transition: all 0.2s linear 0s;
}

.articleBanner .more:hover {
    background-color: #333;
    color: #fff;
}

.articleBanner .right {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.articleBanner .right .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.articleBanner:hover .right .bg {
    opacity: 0.50;
    cursor: pointer;
}

.articleContainer {
    width: 100%;
    padding: 0 6%;
}

.navContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.navContainer .nav ul {
    display: flex;
    align-items: center;
}

.navContainer .nav ul li {
    margin-right: 20px;
    color: #888888;
    font-size: 16px;
}

.navContainer .nav ul li a {
    color: #888888;
    border-bottom: 2px solid #fff;
    transition: all 0.2s linear 0s;
    padding-bottom: 4px;
}

.navContainer .nav ul li a:hover {
    color: #333;
    border-bottom: 2px solid #ff6421;
}

.navContainer .nav ul a.active {
    color: #333;
    border-bottom: 2px solid #ff6421;
}

.navContainer .mainContainer {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.articleMainContent .item {
    width: 100%;
}

.articleMainContent .item a {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ebebeb;
    padding: 48px 0;
}

.articleMainContent .item .media-img {
    width: 44%;
    height: 100%;
    flex-basis: 44%;
    position: relative;
}

.articleMainContent .item .media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articleMainContent .item .media-img .bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s linear 0s;
}

.articleMainContent .item .wz {
    width: 52%;
    height: 100%;
    flex-basis: 52%;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articleMainContent .item .wz .time {
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    transition: all 0.2s linear 0s;
}

.articleMainContent .item .name {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.articleMainContent .item .name a {
    color: #000;
}



.articleMainContent .item .wz .desc {
    padding-right: 20%;
    line-height: 28px;
    color: #999999;
    font-size: 14px;
    transition: all 0.2s linear 0s;
}

.articleMainContent .item .more {
    margin-top: 40px;
    border: 1px solid #333;
    color: #000;
    display: block;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    transition: all 0.2s linear 0s;
}

.articleMainContent .item .more:hover {
    background-color: #ff5500;
    color: #fff;
    border: 1px solid #ff5500;
}

.articleMainContent .text-center {
    margin-top: 60px;
}

.articleMainContent .item a:hover .media-img .bg {
    opacity: 0.50;
    cursor: pointer;
}

.articleMainContent .item a:hover .name {
    color: #ff5500;
}

.articleMainContent .item a:hover .more {
    background-color: #ff5500;
    color: #fff;
    border: 1px solid #ff5500;
}

.articleMainContent .item a:hover .wz .desc {
    color: #666;
}

.articleMainContent .item a:hover .time {
    color: #777;
}

/* articleShow */
.articleShow {
    width: 100%;
    padding: 0 6%;
    margin-top: 60px;
    min-height: 100vh;
}

.articleShow .mainContent {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.articleShow .mainContent .left {
    width: 38%;
    height: 100%;
    flex-basis: 38%;
    padding-right: 4%;
}

.articleShow .mainContent .left .smallTitle {
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.articleShow .mainContent .left .newsList {
    padding-top: 30px;
    font-size: 16px;
    color: #888888;
    padding-bottom: 80px;
    width: 100%;
}

.articleShow .mainContent .left .newsList li.item {
    width: 100%;
    padding: 5px 0;
    list-style: none;
}

.articleShow .mainContent .left .newsList li.item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleShow .mainContent .left .newsList li.item a span.val:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #777;
    border-radius: 50%;
    margin-right: 5px;
}

.articleShow .mainContent .left .tagCont {
    margin-left: -6px;
    margin-right: -6px;
}

.articleShow .mainContent .left .tagCont a {
    margin: 0 6px;
}

.articleShow .mainContent .right {
    width: 58%;
    height: 100%;
    flex-basis: 58%;
    padding-left: 4%;
}

.articleShow .mainContent .right .bigTitle {
    font-size: 24px;
    color: #444444;
    margin-bottom: 10px;
    font-weight: normal;
}

.articleShow .mainContent .right .fields {
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    font-size: 16px;
}

.articleShow .mainContent .right .content {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.articleShow .mainContent .right .content img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.articleShow .mainContent .right .bottomPage {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 60px 0 100px;
    font-size: 16px;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    margin-left: auto;
}

.bottomPage .leftArrow {
    margin-top: 3px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url("../images/sleftArrow.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bottomPage .leftArrowGray {
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url("../images/sleftArrowGray.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bottomPage .leftArrow:hover {
    background: url("../images/sleftArrow_hover.png") no-repeat center;
    background-size: 100% 100%;
}

.bottomPage #closePage {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/smallCloseIcon.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 0 30px;
}

.bottomPage #closePage:hover {
    background: url("../images/smallCloseIcon_hover.png") no-repeat center;
    background-size: 100% 100%;
}

.bottomPage .rightArrow {
    margin-top: 3px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url("../images/srightArrow.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bottomPage .rightArrowGray {
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url("../images/srightArrowGray.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bottomPage .rightArrow:hover {
    background: url("../images/srightArrow_hover.png") no-repeat center;
    background-size: 100% 100%;
}

.articleShow .newsSlogn {
    width: 100%;
    line-height: 1.5;
}

.articleShow .newsSlogn h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 10px;
}

.articleShow .newsSlogn .keyWords {
    font-size: 18px;
    color: #999999;
    padding-bottom: 10px;
}

.articleShow .newsSlogn .tel {
    font-size: 22px;
    font-family: NHaasGroteskDSPro;
    font-weight: 500;
    color: #333333;
    padding-bottom: 10px;
}

.articleShow .newsSlogn .copyRight {
    font-size: 14px;
    font-family: NHaasGroteskDSPro;
    font-weight: normal;
    color: #333333;
}

/* news */
.news_index_title,
.news_index_title a {
    font-size: 30px;
    font-weight: bold;
    color: #595757;
}

.news_index_title a,
.news_index_title a:hover {
    text-decoration: none;
}

.news_index_box {
    padding: 200px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_list {
    font-size: 0;
    padding: 50px 0 15px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_li {
    width: 50%;
}

.news_index_li:nth-child(1) {
    padding: 0 70px 0 0;
}

.news_index_li:nth-child(2n) {
    padding: 0 0 0 70px;
}

.news_index_banner a {
    display: block;
    padding-bottom: 38.428%;
}

.news_index_banner a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_banner a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_sort_top {
    position: relative;
    padding: 0 0 10px 0;
}

.news_index_pd {
    padding: 80px 0 0 0;
}

.news_sort_top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b8b8b8;
}

.news_sort_top_no_border:after {
    display: none;
}

.news_sore_title a {
    display: inline-block;
    font-size: 18px;
    color: #3e3a39;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    font-weight: normal;
}

.news_sore_title a:hover {
    color: #fac034;
}

.news_sore_text {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #888;
    margin: 10px 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_min_list {
    font-size: 0;
    padding: 10px 0 10px 0;
}

.news_min_li {
    width: 25%;
    line-height: 28px;
    height: 28px;
    padding-right: 10px;
}

.news_min_li a {
    font-size: 14px;
    color: #888;
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_min_li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #888;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_min_li a:hover {
    color: #000;
}

.news_min_li a:hover:after {
    background: #000;
}

.news_index_bd {
    padding: 0 0 66px 0;
}

/* index news */
.news_index_wrap {
    width: 100%;
    padding: 0 6%;
    margin-top: 80px;
    margin-bottom: 120px;
}

.news_index_wrap .content .bigTitle {
    color: #444444;
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 80px;
}

.news_index_wrap .content .bigTitle .title {
    font-weight: normal;
    font-size: 32px;
    color: #333;
}

.news_index_wrap .content .bigTitle .nav {
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
}

.news_index_wrap .content .bigTitle .nav span {
    margin-left: 40px;
}

.news_index_wrap .content .bigTitle .nav span a:hover {
    color: #ff5500;
}

.news_index_wrap .content .news {
    display: flex;
}

.news_index_wrap .content .news .hot {
    padding-right: 50px;
    width: 50%;
}

.news_index_wrap .content .news .hot .media-img {
    margin-bottom: 28px;
}

.news_index_wrap .content .news .hot .media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_index_wrap .content .news .hot .media-img a {
    display: block;
}

.news_index_wrap .content .news .hot .post-title h3 {
    padding-bottom: 15px;
}

.news_index_wrap .content .news .hot .post-title h3 a {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.news_index_wrap .content .news .hot .post-title h3 a:hover {
    color: #ff6421;
}

.news_index_wrap .content .news .hot .post-title .desc {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    padding-bottom: 4px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news_index_wrap .content .news .hot .newsHot ul {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.news_index_wrap .content .news .hot .newsHot ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 10px 0;
    width: 25%;
    flex-basis: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_index_wrap .content .news .hot .newsHot ul li .line {
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    margin: 0 10px;
}

.news_index_wrap .content .news .hot .newsHot ul li:nth-child(4n) .line {
    display: none;
}

.news_index_wrap .content .news .hot .newsHot ul li a {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_index_wrap .content .news .hot .newsHot ul li a:hover {
    color: #ff6421;
}

.news_index_wrap .content .news .newsList {
    flex: 1;
    padding-left: 50px;
    font-size: 14px;
    color: #333;
}

.news_index_wrap .content .news .newsList .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.news_index_wrap .content .news .newsList .item .wz .name {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_index_wrap .content .news .newsList .item .wz .name a {
    color: #333;
    font-weight: normal;
    font-size: 18px;
}

.news_index_wrap .content .news .newsList .item .wz .name a:hover {
    color: #ff5500;
}

.news_index_wrap .content .news .newsList .item .wz .desc {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.news_index_wrap .content .news .newsList .item:last-child {
    border-bottom: none;
}

/*contact css*/
.contact {
    width: 100%;
    height: auto;
    color: #333333;
}

.contact .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 70px 10% 100px;
}

.contact .content .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contact .content .left .name {
    padding: 15px;
    font-size: 16px;
    color: #999;
}

.contact .content .right {
    margin-left: 65px;
}

.contact .content .right .slogn {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 45px;
}

.contact .content .right .slogn p {
    margin-bottom: 20px;
}

.contact .content .right .tel {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 25px;
}

.contact .content .right .tel p {
    margin-bottom: 15px;
}

.contact .content .right .address {
    font-size: 18px;
    line-height: 18px;
    color: #888;
    font-weight: normal;
}

.contact .content .right .address p {
    margin-bottom: 15px;
}

/* about css */
.aboutBanner {
    width: 100%;
    position: relative;
    margin-top: 58px;
}

.aboutBanner .bannerWz {
    position: absolute;
    width: 100%;
    font-size: 28px;
    display: flex;
    z-index: 1;
    height: 100%;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.aboutBanner .bannerWz .slogn1 {
    color: #ff5500;
    font-size: 45px;
    font-weight: 600;
    margin-top: 120px;
    margin-bottom: 10px;
}

.aboutBanner .bannerWz .slogn2 {
    font-size: 28px;
    font-weight: normal;
}

.aboutBanner .numCont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 90px 10% 120px;
}

.aboutBanner .numCont .item {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    align-items: center;
}

.aboutBanner .numCont .line {
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin: 0 20px;
}

.aboutBanner .numCont .item p.num {
    font-size: 64px;
    color: #ff5500;
    font-family: 'Helvetica Inserat LT';
    text-transform: uppercase;
}

.aboutBanner .numCont .item p.dsc {
    font-size: 22px;
}

.aboutBanner .bannerWz .slogn3 {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutBanner .bannerWz .slogn3 p {
    padding-bottom: 30px;
}

.aboutBanner .banner-info img {
    width: 100%;
    object-fit: cover;
}

.about .team {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.about .team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .service {
    width: 100%;
    padding: 80px 6%;
    background-color: #fff;
}

.about .service .bContent .title {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}

.about .service .bContent .title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.about .service .bContent .title h3 {
    font-size: 42px;
    color: #333;
    font-weight: normal;
    padding-bottom: 30px;
}

.about .service .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px 30px;
}

.about .service .main .item {
    display: flex;
    flex: 1;
    align-items: center;
    width: 20%;
    flex-basis: 20%;
    padding: 8px;
    cursor: pointer;
    height: 360px;
}

.about .service .main .item .itemCont {
    background: #F6F6F6;
    font-size: 14px;
    padding: 45px 20px 30px;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear 0s;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #F6F6F6;
}

.about .service .main .item .itemCont .title {
    font-size: 26px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}

.about .service .main .item .itemCont p.line {
    width: 36px;
    height: 1px;
    background-color: #555;
    margin: 0 auto 25px;
}

.about .service .main .item .itemCont .desc {
    font-size: 14px;
    color: #666666;
    line-height: 2.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about .service .main .item .itemCont .desc p {
    text-align: center;
}

.about .service .main .item:hover .itemCont {
    border: 2px solid #FF5500;
    background: #fff;
}

.about .service .main .item:hover .itemCont p.line {
    background-color: #FF5500;
}

.about .brand {
    width: 100%;
    background-color: #000;
    padding: 80px 6%;
}

.about .brand .bContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about .brand .bContent .title {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}

.about .brand .bContent .title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #f6f6f6;
}

.about .brand .bContent .title h3 {
    font-size: 42px;
    color: #f6f6f6;
    font-weight: normal;
    padding-bottom: 30px;
}

.kehuqunlist {
    width: 100%;
}

.kehuqunlist ul {
    width: 100%;
}

.kehuqunlist ul li {
    float: left;
    width: 16%;
    margin: 0 0.3%;
    margin-bottom: 0.6%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.kehuqunlist ul li img {
    width: 100%;
    transition: all 0.3s;
}

.kehuqunlist ul li .colorImg {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.kehuqunlist ul li .colorImg {
    display: none;
    transition: all 0.3s;
}

.kehuqunlist ul li:hover .colorImg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000;
}

/* business */
.business {
    width: 100%;
    padding: 80px 6%;
}

.business .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0 60px;
}

.business .top .left {
    font-size: 42px;
    color: #000;
    font-weight: normal;
    padding-bottom: 20px;
}

.business .top .right {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    padding-right: 10%;
}

.business .middle {
    display: flex;
    justify-content: space-between;
}

.business .middle .left {
    width: 50%;
    padding-right: 5px;
}

.business .middle .left .imgCont {
    display: none;
    height: 100%;
}

.business .middle .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business .middle .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
}

.business .middle .right .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 50%;
    flex-basis: 50%;
    padding: 5px;
    cursor: pointer;
}

.business .middle .right .item .itemCont {
    background: #F6F6F6;
    font-size: 14px;
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear 0s;
}

.business .middle .right .item .itemCont .title {
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}

.business .middle .right .item .itemCont .desc {
    font-size: 14px;
    color: #777;
    line-height: 28px;
}

.business .middle .right .item:hover .itemCont {
    background: #FF5500;
    color: #fff;
}

.business .middle .right .item:hover .itemCont .title {
    color: #fff;
}

.business .middle .right .item:hover .itemCont .desc {
    color: #fff;
}

.business .slogn {
    padding: 100px 0 50px;
}

.business .slogn h3 {
    font-size: 42px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}

.business .slogn .desc {
    font-size: 16px;
    color: #999;
    line-height: 28px;
}

.business .main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 50px;
    justify-content: space-between;
}

.business .main .item {
    display: flex;
    flex: 1;
    align-items: center;
    width: 33.333%;
    flex-basis: 33.333%;
    padding: 8px;
    cursor: pointer;
    min-height: 400px;
}

.business .main .item .itemCont {
    background: #F6F6F6;
    font-size: 14px;
    padding: 60px;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear 0s;
}

.business .main .item .itemCont .title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}

.business .main .item .itemCont p.line {
    width: 36px;
    height: 1px;
    background-color: #555;
    margin-bottom: 25px;
}

.business .main .item .itemCont .desc {
    font-size: 18px;
    color: #777;
    line-height: 2.2;
    display: flex;
    flex-wrap: wrap;
}

.business .main .item .itemCont .desc div {
    width: 50%;
    flex-basis: 50%;
}

.business .main .item .itemCont .desc p {
    width: 100%;
}

.business .main .item:hover .itemCont {
    background: #FF5500;
    color: #fff;
}

.business .main .item:hover .itemCont .title {
    color: #fff;
}

.business .main .item:hover .itemCont p.line {
    background-color: #fff;
}

.business .main .item:hover .itemCont .desc {
    color: #fff;
}

/* commonCase css */
.commonCase {
    width: 100%;
    padding: 80px 0;
}

.commonCase .titleCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.commonCase .titleCont .title {
    font-size: 32px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.commonCase .titleCont .enTitle {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.commonCase .titleCont .iconArrow {
    display: inline-block;
    width: 40px;
    height: 22px;
    background: url(../images/downIcon.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 20px;
}

.commonCase .case ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.commonCase .case li.item {
    flex-basis: 33.33%;
    padding: 0;
    width: 33.33%;
    position: relative;
}

.commonCase .case ul li.item .itemC {
    position: relative;
}

.commonCase .case ul li.item .itemC a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.commonCase .case ul li.item .itemC a .im {
    overflow: hidden;
}

.commonCase .case ul li.item .itemC a img {
    width: 100%;
    transition: all ease 0.3s;
}

.commonCase .case ul li.item .itemC a .wz {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 2;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    display: flex;
    opacity: 0;
}

.commonCase .case ul li.item .itemC a .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s;
    opacity: 0;
}

.commonCase .case ul li.item .itemC a .wz .title {
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: 600;
}

.commonCase .case ul li.item .itemC a .wz .font {
    font-size: 14px;
}

.commonCase .case ul li.item .itemC a:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.commonCase .case ul li.item .itemC a:hover .wz {
    opacity: 1;
}

.commonCase .case ul li.item .itemC a:hover .bg {
    opacity: 1;
}

/* tagsPage */

.tagsPage {
    width: 100%;
    padding: 80px 6% 0;
}

.bg-gray {
    background: #F7F7F7;
}

.tagListCont {
    width: 100%;
    padding: 0;
}

.normal-list li {
    position: relative;
    display: block;
    background: #FFF;
    margin-bottom: 20px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 30px 25px 50px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li span {
    color: #888888;
    position: absolute;
    right: 30px;
    top: 28px
}

.normal-list li:hover {
    background: #FF5500;
    color: #FFF;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li:hover a,
.normal-list li:hover span {
    color: #FFF
}

.normal-list li.dot:hover a:before {
    background: #fff;
}

.normal-list li.dot a {
    position: relative
}

.normal-list li.dot a:before {
    content: '';
    position: absolute;
    left: 30px;
    background: #ececec;
    width: 7px;
    height: 7px;
    top: 35px;
    border-radius: 50%
}

.tagsPage .pagination {
    margin-bottom: 0;
    padding: 50px 0;
}