﻿

/*项目案例*/

section .case-list {
    padding: 20px 0;
}

section .case-list .list-nav {
    width: 210px;
}

section .case-list .list-nav .list-name {
    width: 100%;
    height: 105px;
    background: url(../image/bug1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 30px;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #E8332A
}

section .case-list .list-nav .list-name span {
    display: block;
    font-size: 30px;
    font-weight: normal;
}

section .case-list .list-nav .case-ul li a {
    display: block;
    background-color: #f1f1f1;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    position: relative;
    padding-left: 65px;
}

section .case-list .list-nav .case-ul li a i {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 16px;
    background: url(../image/icon3.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li.active a,
section .case-list .list-nav .case-ul li:hover a {
    background: #E8332A;
    color: #fff;
    font-weight: bold;
}

section .case-list .list-nav .case-ul li:first-child.active a i,
section .case-list .list-nav .case-ul li:first-child:hover a i {
    background: url(../image/icon3-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li a i {
    background: url(../image/icon2.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li:hover a i {
    background: url(../image/icon2-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li a i {
    background: url(../image/icon9.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li:hover a i {
    background: url(../image/icon9-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li a i {
    background: url(../image/icon8.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li:hover a i {
    background: url(../image/icon8-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li a i {
    background: url(../image/icon5.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li:hover a i {
    background: url(../image/icon5-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li a i {
    background: url(../image/icon6.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li:hover a i {
    background: url(../image/icon6-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li a i {
    background: url(../image/icon7.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li:hover a i {
    background: url(../image/icon7-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li a i {
    background: url(../image/icon8.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li:hover a i {
    background: url(../image/icon8-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li a i {
    background: url(../image/icon9.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li:hover a i {
    background: url(../image/icon9-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li a i {
    background: url(../image/icon10.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li:hover a i {
    background: url(../image/icon10-1.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li+li a i {
    background: url(../image/icon11.png) center center no-repeat;
}

section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li+li.active a i,
section .case-list .list-nav .case-ul li:first-child+li+li+li+li+li+li+li+li+li+li:hover a i {
    background: url(../image/icon11-1.png) center center no-repeat;
}

section .case-list .list-nav .list-box {
    background: #f1f1f1;
    margin-top: 30px;
}

section .case-list .list-nav .list-box .name-te {
    height: 72px;
    line-height: 72px;
    background-color: #E8332A;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

section .case-list .list-nav .list-box .img_box {
    width: 186px;
    height: 92px;
    margin: 12px auto;
}

section .case-list .list-nav .list-box .text {
    padding: 0 12px 25px;
    line-height: 28px;
}

section .case-list .case-box {
    width: 940px;
}

section .case-list .case-box .case-box-ul li {
    float: left;
    width: 50%;
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
}

section .case-list .case-box .case-box-ul li .box {
    position: relative;
    width: 100%;
    height: 286px;
}

section .case-list .case-box .case-box-ul li .box .image {
    width: 100%;
    height: 100%;
}

section .case-list .case-box .case-box-ul li .box .text-div {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: height 0.5s;
}

section .case-list .case-box .case-box-ul li:hover .box .text-div {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 15px;
    transition: height 0.5s;
}

section .case-list .case-box .case-box-ul li .box .text-div .border .title {
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

section .case-list .case-box .case-box-ul li .box .text-div .border .title i {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #E8332A;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}

section .case-list .case-box .case-box-ul li .box .text-div .border {
    text-align: center;
}

section .case-list .case-box .case-box-ul li .box .text-div .border .text-p {
    line-height: 25px;
    padding-top: 10px;
}

section .case-list .case-box .case-box-ul li:hover .box .text-div .border {
    border: 1px solid #fff;
    height: 100%;
    padding: 70px 30px;
}


/*****************新闻资讯*******************/

section .case-list .list-nav .case-ul.news-ul li a {
    padding-left: 30px;
}

section .case-list .list-nav .zheng {
    padding: 10px 0;
}

section .case-list .list-nav .zheng span {
    display: block;
    text-align: center;
    line-height: 30px;
}

section .case-list .news-list .box {
    display: block;
    border: solid 1px #bfbfbf;
    padding: 35px 20px;
    border-bottom: 0;
}

section .case-list .news-list .box .images {
    width: 255px;
    height: 195px;
}

section .case-list .news-list .box .images img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

section .case-list .news-list .box:hover .images img {
    transform: scale(1.1);
    transition: all 0.3s;
}

section .case-list .news-list .box .text {
    width: 600px;
}

section .case-list .news-list .box .text .title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #E8332A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 30px 0 10px;
}

section .case-list .news-list .box .text .ci span {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px 0 20px;
    position: relative;
}

section .case-list .news-list .box .text .ci span i {
    position: absolute;
    left: 0;
    top: 0;
}

section .case-list .news-list .box .text .text-p {
    line-height: 25px;
    letter-spacing: 1px;
    padding: 15px 0;
}

section .case-list .news-list .last .box {
    border-bottom: 1px solid #bfbfbf;
}

section .case-list .news-list .head-bar {
    background-color: #f1f1f1;
    margin-bottom: 50px;
    border: 0;
}

section .case-list .news-list .head-bar {
    padding: 25px 45px 40px;
}

section .case-list .news-list .head-bar .text {
    width: 100%;
    padding: 0;
}

section .case-list .news-list .head-bar .text .title {
    position: relative;
    line-height: 45px;
    padding: 0 0 10px 55px;
}

section .case-list .news-list .head-bar .text .title i {
    width: 45px;
    height: 45px;
    background: url(../image/img85.png) center center no-repeat;
    background-size: 100%;
    margin-right: 20px;
    position: absolute;
    left: 0;
}

section .case-list .news-list .head-bar .text .title span {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section .case-list .news-list .head-bar .text .text-p {
    padding: 0;
}


/***********************新闻详情页**************************/

section .case-list .case-box.n-de {
    width: 920px;
}

section .case-list .case-box.n-de .n-de-text {
    border: 1px solid #bfbfbf;
    padding: 20px 45px;
    word-wrap: break-word;
}

section .case-list .case-box.n-de .n-de-text .n-de-name {
    text-align: center;
    width: 640px;
}

section .case-list .case-box.n-de .n-de-text .n-de-name h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #E8332A;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
}

section .case-list .case-box.n-de .n-de-text .n-de-name p span {
    font-size: 14px;
    line-height: 50px;
    padding: 0 40px;
}

section .case-list .case-box.n-de .n-de-text .text-p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
    margin: 20px 0;
}

section .case-list .case-box.n-de .link-p {
    height: 63px;
    line-height: 63px;
    background-color: #f1f1f1;
    margin: 30px 0;
}

section .case-list .case-box.n-de .link-p a {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

section .case-list .case-box.n-de .bian {
    font-size: 18px;
}

section .case-list .list-nav.n-de-ri {
    width: 240px;
}

section .case-list .list-nav.n-de-ri .list-box {
    margin-top: 0;
    margin-bottom: 25px;
}

section .case-list .list-nav.n-de-ri .list-box .name-te {
    font-size: 18px;
}

section .case-list .list-nav.n-de-ri .list-box .qian {
    padding: 10px 0;
}

section .case-list .list-nav.n-de-ri .list-box .qian li {
    float: left;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}

section .case-list .list-nav.n-de-ri .list-box .qian li a {
    height: 33px;
    background-color: #E8332A;
    border-radius: 10px;
    display: block;
    line-height: 33px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    box-sizing: border-box;
}

section .case-list .list-nav.n-de-ri .list-box .qian li a:hover {
    border: 1px solid #E8332A;
    background: #fff;
    color: #E8332A
}

section .case-list .list-nav.n-de-ri .list-box .product {
    display: block;
    margin: 0 auto;
}

section .case-list .list-nav.n-de-ri .list-box .product .img_box {
    width: 205px;
    height: 123px;
}

section .case-list .list-nav.n-de-ri .list-box .product p {
    width: 205px;
    line-height: 25px;
}

section .case-list .list-nav.n-de-ri .list-box .product p span {
    line-height: 25px;
    display: inline;
}

section .case-list .list-nav.n-de-ri .list-box .product-ul {
    padding: 20px;
}

section .case-list .list-nav.n-de-ri .list-box .product-ul a {
    display: block;
    line-height: 25px;
}

section .case-list .list-nav.n-de-ri .list-box .product-ul a span {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section .case-list .list-nav .zheng .box {
    display: block;
}

section .case-list .list-nav .zheng .box .img_box {
    width: 205px;
    height: 123px;
}

section .case-list .list-nav .zheng .box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
}


/*********************产品详情************************/

section .p-de span,
section .p-de p {
    white-space: initial!important;
}

section .p-de .p-de-box {
    margin: 15px 0;
    border: 1px solid #c9c9c9;
}

section .p-de .p-de-box .img_box {
    width: 575px;
    height: 355px;
}

section .p-de .p-de-box .img_box img {
    width: 100%;
    height: 100%;
}

section .p-de .p-de-box .text {
    width: 623px;
    padding: 27px 30px;
}

section .p-de .p-de-box .text .name-h2 {
    width: 430px;
    font-size: 18px;
    line-height: 50px;
    color: #E8332A;
    font-weight: normal;
    border-bottom: 1px dashed #9e9e9e;
    margin: 0 0 20px;
}

section .p-de .p-de-box .text .text-p {
    font-size: 14px;
    line-height: 30px;
}

section .p-de .p-de-box .text .line-h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #E8332A;
    margin: 20px 0;
}

section .p-de .p-de-box .text .link-a {
    width: 198px;
    height: 38px;
    line-height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f44336;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

section .p-de .p-de-box .text .link-a:hover {
    background: #f44336;
}

section .p-de .p-de-name {
    font-size: 24px;
    height: 54px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
    color: #ffffff;
    background: url(../image/img138.png) no-repeat;
    padding-left: 40px;
}

section .p-de .jie .text-p {
    width: 1090px;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 35px 0;
}

section .p-de .show .show-ul li {
    float: left;
    padding: 25px 0;
    box-sizing: border-box;
}

section .p-de .show .show-ul li:nth-of-type(even) {
    float: right!important;
}

section .p-de .show .show-ul li .big {
    width: 696px;
    height: 392px;
}

section .p-de .show .show-ul li img {
    width: 100%;
    height: 100%;
}

section .p-de .show .show-ul li .small {
    width: 448px;
    height: 392px;
}

section .p-de .good {
    height: 375px;
    position: relative;
}

section .p-de .good .good-text {
    width: 100%;
    position: absolute;
    top: 0;
}

section .p-de .good .good-text .name {
    padding: 30px 0;
}

section .p-de .good .good-text .name .na-title {
    color: #fff;
    border-bottom: 1px solid #fff;
}

section .p-de .good .good-text .name .na-title i.bar {
    background: #fff;
}

section .p-de .good .good-text .name .text-p {
    color: #fff;
}

section .p-de .good .good-text .text-box {
    text-align: center;
    color: #fff;
    line-height: 29px;
}

section .p-de .workshop {
    padding: 70px 0;
}

section .p-de .workshop .workshop-ul {
    padding: 30px 0;
}

section .p-de .workshop .workshop-ul li {
    float: left;
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}

section .p-de .workshop .workshop-ul li .img_box {
    width: 360px;
    height: 258px;
    overflow: hidden;
    border-radius: 20px;
}

section .p-de .workshop .workshop-ul li .img_box img {
    width: 100%;
    height: 100%;
}

section .p-de .word .word-name {
    text-align: center;
    padding-bottom: 50px;
}

section .p-de .word .word-name h2 {
    font-size: 36px;
    font-style: italic;
    letter-spacing: 1px;
    color: #E8332A;
    width: 382px;
    line-height: 70px;
    border-bottom: 1px dashed #E8332A;
}

section .p-de .word .word-name i {
    width: 382px;
    height: 4px;
    background: #E8332A;
}

section .p-de .word .word-name p {
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #555555;
}

section .p-de .word .word-ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #555;
}

section .p-de .word .word-ul li .img_box {
    width: 566px;
    height: 345px;
}

section .p-de .word .word-ul li .img_box img {
    width: 100%;
    height: 100%;
}

section .p-de .word .word-ul li .text {
    width: 634px;
    padding: 50px;
}

section .p-de .word .word-ul li .text .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1px;
    color: #E8332A;
}

section .p-de .word .word-ul li .text .text-p {
    font-size: 14px;
    line-height: 30px;
}

section .p-de .word .word-ul li:last-child {
    border-bottom: 0;
}

section .p-de .yu-yue {
    margin-bottom: 50px;
    padding: 20px 0;
    width: 100%;
    height: 336px;
    position: relative;
}

section .p-de .yu-yue .text {
    position: absolute;
    top: 110px;
    left: 50px;
    color: #fff;
}

section .p-de .yu-yue .text h2 {
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

section .p-de .yu-yue .text span {
    font-size: 18px;
    line-height: 70px;
    padding: 0 20px;
}

section .p-de .yu-yue .text span input {
    width: 245px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
}

section .p-de .yu-yue .text button {
    display: block;
    width: 230px;
    height: 45px;
    background-color: #E8332A;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 495px;
    transition: all 0.3s;
}

section .p-de .yu-yue .text button:hover {
    background-color: #fff;
    color: #E8332A;
    transition: all 0.3s;
}


/*n-qa*/

section .case-list .news-list.n-qa .box .text {
    width: 100%
}