@charset "utf-8";/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {
    border: 2 none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,button,input,select,textarea {
    font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    color: #333;
}

* h1,* h2,* h3,* h4,* h5,* h6 {
    margin: 0px;
}

/*覆盖bootstrape对标题加的默认外边距*/
address,cite,dfn,em,i,var {
    font-style: normal;
}

/* 斜体扶正 */
/* 重置列表元素 */
ul,ol,li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
}

/*英文换行*/
a:hover {
    text-decoration: none;
    color: #910800;
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,input,select,textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*设置浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/*字体大小*/
.clear {
    clear: both;
    height: 0;
}

.blk-main .clearlist {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal-dialog {
    position: fixed;
    color: #000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%;
}

.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}

.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}

.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px;
}

/*COMMON_BLK_START*/
/*AVAIBLE_VI[ {"vicolor":"#cc000e","sub1color":"#333333"}
 {"vicolor":"#00B32D","sub1color":"#59B370"}
 {"vicolor":"#FC3BFF","sub1color":"#FF9875"}
 {"vicolor":"#914E00","sub1color":"#B8824D"}
]AVAIBLE_VI*/
.ovh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.content {
    width: 83.33%;
    margin: 0 auto;
}

/*COMMON_BLK_END*/
/**/
.danna {
    margin: 4rem auto 6rem auto;
}

.danna h2.jtit {
    text-align: center;
    background: url(../images2/tg01.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-size: 9.15rem 7.25rem;
}

.danna h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.danna h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 24px;
}

.danna h2.jtit a:before {
    left: 38.5%;
}

.danna h2.jtit a:after {
    right: 38.5%;
}

.daan-left span.vid {
    position: absolute;
    z-index: 8;
    left: 43%;
    top: 40%;
}

.daan-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.daan-left {
    text-align: center;
    position: relative;
    display: flex;
}

.daan-right {
    width: 50%;
    padding-left: 1rem;
}

.daan-right h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
    border-left: 0.5rem solid #c00;
    padding-left: 10px;
    height: 2.4rem;
    line-height: 2rem;
}

.daan-right p.ddec {
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding: 0.2rem 0 1rem 0;
}

.daan-right p.ddec i {
    font-style: normal;
    color: #D90C10;
}

.product-info {
    list-style-type: none;
    margin-bottom: 2rem;
}

.product-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.7rem;
}

.product-info i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parameter-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.8rem;
}

.parameter-table th,.parameter-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.parameter-table thead th {
    background-color: #F5F3F3;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.parameter-table thead th.tb01 {
    background: rgba(217,12,16,0.12);
    color: #D90C10;
    border-bottom: 0.15rem solid #D90C10;
    font-weight: bold;
}

.tabk {
    display: block;
    height: 0.7rem;
}

.tabs {
    display: flex;
    width: 100%;
}

.tabs li {
    background-color: #F5F3F3;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #333;
}

div.parameter-table .tabs li.on {
    background: rgba(217,12,16,0.12);
    color: #D90C10;
    border-bottom: 0.15rem solid #D90C10;
    font-weight: bold;
}

.tabs li.tb01,.tabs li.tb02 {
    height: 2.3rem;
    width: 50%;
    line-height: 2.3rem;
}

.contact-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.contact-info .consult-button {
    display: block;
    height: 2.8rem;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 20px;
    background: #B50004 url(../images2/atel.png) no-repeat 1.5rem center;
    line-height: 2.8rem;
    width: 9rem;
    text-align: center;
    color: #fff;
    padding-left: 1rem;
    background-size: 1.2rem 1.2rem;
    width: 28%;
}

.contact-info .consult-button:hover {
    background-color: #a00;
    animation: shake 0.9s linear;
    -webkit-animation: shake 0.9s linear;
}

.service-hotline {
    font-size: 0.9rem;
    color: #333;
    padding-left: 3rem;
    background: url(../images2/phone.png) no-repeat center left;
    display: block;
    height: 3rem;
    margin-left: 1.5rem;
    background-size: 2.5rem 2.5rem;
    width: 70%;
}

.service-hotline b {
    display: block;
    color: #B50004;
    font-size: 1.4rem;
    line-height: 2rem;
}

.service-hotline i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsla(359,100%,35%,1);
    font-size: 1rem;
    display: none;
}

/*why*/
.features h2.jtit {
    text-align: center;
    background: url(../images2/tg01.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.features h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.features h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 24px;
}

.features h2.jtit a:before {
    left: 37%;
}

.features h2.jtit a:after {
    right: 37%;
}

/*-----------*/
/* 碳布技术档案区域 */
.carbon-fiber-technical {
    padding: 60px 0;
}

.carbon-fiber-technical h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
    position: relative;
}

.carbon-fiber-technical h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #e60012;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.tech-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-container {
    width: 50%;
    position: relative;
}

.video-placeholder {
    width: 100%;
    height: 350px;
    background-color: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(230,0,18,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.play-button::after {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}

.parameter-table {
    width: 100%;
}

.parameter-table h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.parameter-table p {
    margin-bottom: 25px;
    color: #666;
}

.parameter-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.parameter-table table th,.parameter-table table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.parameter-table table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

/*.consult-button {display:inline-block;height:2rem;font-size:1rem;font-weight:500;margin-right:20px;transition:background-color 0.3s;line-height:2rem;width:8rem;text-align:center;}
.consult-button:hover {background-color:#D90C10;}
*/
.contact-number {
    font-size: 18px;
    font-weight: 600;
    color: #e60012;
}

/* 为什么选择加固博士区域 */
.why-choose {
}

.dann01 {
    padding: 5rem 0;
    background-color: rgba(244,244,244,1);
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    height: 71rem;
}

.why-choose h2.jtit {
    text-align: center;
    background: url(../images2/tg02.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-size: 10.1rem 7.25rem;
}

.why-choose h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.why-choose h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 24px;
}

.why-choose h2.jtit a:before {
    left: 37.5%;
}

.why-choose h2.jtit a:after {
    right: 37.5%;
}

.advantage-item {
    margin-bottom: 60px;
}

.advc01 {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 83.33%;
    margin: 4rem auto 5rem auto;
}

.advc02,.advc03,.advc04 {
    width: 83.33%;
    margin: 0 auto;
}

.advc02 {
    background: url(../images2/adv2img.png) no-repeat left 10rem;
    height: 45rem;
    display: flex;
    background-size: 58.7rem 28.7rem;
}

.advc03 {
    background: url(../images2/adv3img.png) no-repeat right -5rem;
    height: 46rem;
    background-size: 50.15rem 50.15rem;
}

.adbg3 {
    background: #fff;
    border-top-left-radius: 14%;
    padding-top: 7rem;
    position: relative;
}

.adleft {
    width: 23%;
    margin-right: 9%;
    padding-top: 1rem;
    margin-bottom: 3rem;
}

.feature-icons {
    float: right;
    display: block;
    width: 77%;
    display: flex;
}

.icon-item {
    float: left;
    margin: 0 7% 0 auto;
    text-align: center;
}

.icon-item:last-child {
    margin-right: 0;
}

.advantage-item h3 {
    font-size: 2.8rem;
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
}

.advantage-item h3 b {
    color: #B50004;
}

.section-number {
    background-color: #B50004;
    color: white;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-right: 15px;
}

.advantage-item p {
    margin-bottom: 30px;
    color: #333;
    font-size: 1rem;
    line-height: 1.6rem;
}

.advantage-item p.ad2p {
    padding-left: 4rem;
}

.advantage-item img {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 1rem;
    display: block;
}

.tech-details {
    justify-content: space-between;
    margin-left: 8%;
    width: 60%;
}

.detail-item3 {
    padding: 10px 0px 0 40px;
    width: 100%;
}

.detail-item {
    padding: 20px;
}

.detail-item img {
    border-radius: 50%;
    margin-bottom: 15px;
    border: 0.3rem solid #B50004;
    width: 52%;
}

.detail-item ul {
    list-style-type: disc;
    padding-left: 20px;
}

.detail-item ul li {
    margin-bottom: 8px;
    color: #333;
    position: relative;
    padding-left: 0.8rem;
    font-size: 0.9rem;
}

.detail-item ul li:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: #B50004;
    top: 0.4rem;
    border-radius: 50%;
    left: 0;
}

.tech-details3 {
    justify-content: space-between;
    margin-right: 2%;
    display: flex;
    width: 56%;
    margin-top: 5rem;
}

.v4img {
    width: 100%;
}

.v4img img {
    max-width: 100%;
    display: block;
    text-align: center;
}

div.ad4con ul li {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #999;
    float: left;
    margin: 0 0.3rem 1rem 0.3rem;
    cursor: pointer;
}

div.ad4con ul li.on {
    background: #B50004;
}

div.ad4con ul {
    float: right;
}

.advc04 {
    height: 62rem;
}

.detail-item3 img {
    border-radius: 50%;
    margin-bottom: 15px;
    border: 0.3rem solid #B50004;
    width: 60%;
}

.detail-item3 ul {
    list-style-type: disc;
}

.detail-item3 ul li {
    margin-bottom: 8px;
    color: #333;
    position: relative;
    padding-left: 0.8rem;
    font-size: 0.9rem;
}

.detail-item3 ul li:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: #B50004;
    top: 0.4rem;
    border-radius: 50%;
    left: 0;
}

.detl4 {
    list-style-type: disc;
    padding-left: 20px;
    float: right;
}

.detl4 li {
    color: #333;
    position: relative;
    padding-left: 0.8rem;
    font-size: 1rem;
    height: 2.4rem;
    line-height: 2.4rem;
}

.detl4 li b {
    font-weight: bold;
    color: #333;
    font-weight: 1.1rem;
}

.detl4 li:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: #B50004;
    top: 1.1rem;
    border-radius: 50%;
    left: 0;
}

.production-stats {
    justify-content: space-around;
    margin-bottom: 30px;
    position: absolute;
    z-index: 9;
    left: 0;
    background: rgba(181,0,4,1);
    bottom: 2.6rem;
    height: 10.5rem;
    padding-top: 4.5rem;
    width: 58%;
    border-radius: 0 8.5rem 0 0;
}

.production-stats ul li {
    width: 35%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    height: 5.5rem;
    position: relative;
}

.production-stats ul li b {
    font-size: 4.6rem;
    line-height: 4.6rem;
    padding-right: 0.2rem;
}

.production-stats ul li span {
    content: "";
    height: 1px;
    background: #c43336;
    position: absolute;
    bottom: 0;
    left: calc(50% - 3.1em);
    font-size: 1.2rem;
}

.production-stats ul li:first-child:before {
    display: none;
}

.stat-item {
    text-align: center;
    display: flex;
    padding: 0 5rem;
}

.stat-item h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
}

.stat-item p {
    color: #fff;
}

.production-details ul {
    list-style-type: disc;
    padding-left: 20px;
}

.production-details ul li {
    /*! margin-bottom:10px;*/
    color: #666;
}

/* 碳布加固案例区域 */
.case-study {
    padding: 4.5rem 0;
    background: rgba(244,244,244,1);
    height: 58rem;
    border-bottom-left-radius: 20%;
}

.case-study h2.jtit {
    text-align: center;
    background: url(../images2/tg03.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-size: 9.15rem 7.25rem;
}

.case-study h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.case-study h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 1rem;
}

.case-study h2.jtit a:before {
    left: 40%;
}

.case-study h2.jtit a:after {
    right: 40%;
}

.category-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.category-nav ul li {
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
    color: rgba(85,85,85,1);
    font-size: 0.9rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.category-nav ul li i {
    display: block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.category-nav ul li.on img,.category-nav ul li:hover img {
    margin-left: -58px;
}

.category-nav ul li.on,.category-nav ul li:hover {
    color: rgba(181,0,4,1)
}

.category-nav ul li:hover {
    background-color: #f5f5f5;
}

.category-nav ul li img {
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 1rem auto;
    transition: all .5s;
}

.casecom {
    display: flex;
    justify-content: space-between;
}

.case-info {
    width: 29%;
    background: #fff;
    padding: 4rem 2.8rem;
    position: relative;
}

.case-info h3,.case-info h3 a {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #333;
}

.case-info h3:after {
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 2.3rem;
    background: #c50010;
    top: 1rem;
    left: 0;
    top: 3.5rem;
}

.case-info p {
    margin-bottom: 2rem;
    color: #333;
    font-size: 0.7rem;
    line-height: 1.6rem;
}

.case-details {
    margin-bottom: 3rem;
}

.case-details li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.8rem;
    line-height: 2rem;
}

.case-details li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.more-cases-btn {
    display: inline-block;
    background: rgb(181,0,4) url(../images2/jian.png) no-repeat 6.7rem center;
    color: white;
    padding: 0.8rem 3rem 0.8rem 2.7rem;
    font-size: 0.9rem;
    transition: background-color 0.3s;
    width: 5rem;
    font-weight: bold;
}

.more-cases-btn:hover {
    background-color: #c50010;
    color: #fff;
    animation: shake 0.9s linear;
    -webkit-animation: shake 0.9s linear;
}

.case-images {
    width: 61%;
}

.main-image {
    width: 100%;
    margin-bottom: 0.3rem;
}

.caseimg {
    margin-bottom: 0.6rem;
}

.thumbnail-images {
}

.thumbnail-images ul {
    display: flex;
    justify-content: space-between;
    justify-content: left;
    align-items: center;
}

.thumbnail-images ul li {
    position: relative;
    /*! overflow:hidden;*/
    margin-right: 2%;
    float: left;
    border: 0.2rem solid rgba(244,244,244,1);
    width: 33%;
}

.thumbnail-images ul li:last-child {
    margin-right: 0;
}

.thumbnail-images ul li.cur,.thumbnail-images ul li:hover {
    border: 0.2rem solid #c50010;
}

.thumbnail-images ul li.cur:before,.thumbnail-images ul li:hover:before {
    position: absolute;
    content: "";
    top: -1rem;
    width: 0;
    /* 将宽度设置为0 */
    height: 0;
    /* 将高度设置为0 */
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1rem solid #c50010;
    z-index: 99;
    left: 6.8rem;
}

.thumbnail-images ul li img {
    width: 100%;
    cursor: pointer;
    /*! transition:all .3s linear 0s;*/
    display: block;
}

.thumbnail:hover {
    /*! transform:scale(1.1);*/
}

/* 技术服务流程区域 */
.service-process {
    padding: 4rem 0;
    background-color: #fff;
}

.fwliu {
    display: flex;
}

.service-process h2.jtit {
    text-align: center;
    background: url(../images2/tg04.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-size: 9.15rem 7.25rem;
}

.service-process h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.service-process h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 1rem;
}

.service-process h2.jtit a:before {
    left: 40%;
}

.service-process h2.jtit a:after {
    right: 40%;
}

.process-items {
    display: flex;
    justify-content: space-between;
}

.process-item {
    width: 18%;
    text-align: center;
    position: relative;
}

.process-item::after {
    position: absolute;
    content: "";
    width: 2rem;
    left: -2.5rem;
    top: 9.5rem;
    font-size: 0.5rem;
    display: block;
    border: 0.1rem dashed #ccc;
}

.process-item:first-child:after {
    border: none;
}
.process-item.cur dl dt i img.process-icon{margin-top: -10px;}
.process-icon{margin-top: -90px;}
.process-icon,.process-item dl dt.fudt i {
    align-items: center;
    justify-content: center;
    display: block;
    /*! width:100%;*/
    /*! height:auto;*/
}

.process-item dl dt.fudt i {
    width: 60px;
    height: 60px;
    overflow: Hidden;
}

.process-item dl dt.fudt {
    border-style: dashed;
    border-color: #ccc;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    margin: 0 auto 2rem auto;
    line-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon img {
    width: 60px;
    height: 60px;
}

.process-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.process-item p {
    color: #666;
    font-size: 0.7rem;
}

.process-item {
    margin-right: 5%
}

.process-item.cur dl,.process-item.on dl {
    border: 0.1rem solid #c50010;
    border-radius: 1rem;
    padding: 3rem 0.5rem
}

.process-item dl {
    border: 0.1rem solid #fff;
    border-radius: 1rem;
    padding: 3rem 0.5rem
}

.process-item dl dt.dnum {
    background: none;
    border: 1px solid rgba(207,207,207,1);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    background: rgba(207,207,207,1);
    color: #fff;
}

.process-item.cur dl dt.dnum,.process-item.on dl dt.dnum {
    background: none;
    color: #c50010;
    border-color: #c50010;
}

.process-item.cur dl dt.fudt,.process-item.on dl dt.fudt {
    background: #c50010;
    border: none;
}

/* 常见问题解答区域 */
.faq {
    padding: 4rem 0 6rem 0;
    background-color: rgba(244,244,244,1);
    border-top-right-radius: 30%;
}

.faq h2.jtit {
    text-align: center;
    background: url(../images2/tg05.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-size: 9.15rem 7.25rem;
}

.faq h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.faq h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 1rem;
}

.faq h2.jtit a:before {
    left: 40%;
}

.faq h2.jtit a:after {
    right: 40%;
}

.faq-categories {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.faqcom li {
    margin: 0 1.5%;
    border-radius: 2rem;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 0.9rem;
    height: 2.8rem;
    line-height: 2.8rem;
    width: 9rem;
    text-align: center;
    font-weight: bold;
    color: #333;
}
.faqcom li a{font-weight: bold;color: #333;}
.faqcom li:hover,.faqcom li.active,.faqcom li.on {
    background-color: #c50010;
    color: white;
}
.faqcom li:hover a,.faqcom li.active a,.faqcom li.on a {
    color: white;
}
.question-item {
    margin-bottom: 25px;
    padding: 1rem 2rem;
    background-color: #fff;
    transition: background-color 0.3s;
    position: relative;
}

.question-item dt {
    width: 95%;
}

.question-item:hover {
}

.question-item dt h3 a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.question-item dt h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    background: url(../images2/wen.png) no-repeat center left;
    padding-left: 2rem;
    height: 3rem;
    line-height: 3rem;
    background-size: 1.4rem 1.4rem;
}

.question-item dd p {
    color: #666;
    font-size: 0.8rem;
    line-height: 1.6rem;
}

.question-item dd p b {
    font-weight: normal;
    padding-left: 0.5rem;
}

.question-item dd {
    font-size: 0;
    line-height: 0;
}

.question-item dd.jia {
    position: absolute;
    z-index: 9;
    right: 2rem;
    top: 1.2rem;
    font-weight: normal;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    display: block;
    background: url(../images/jias.png) no-repeat center;
}

.question-item dd.jian {
    background: url(../images/jians.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    right: 2rem;
    top: 1.2rem;
    font-weight: normal;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
}

.question-item dd.ddec {
    display: block;
    padding-bottom: 1rem;
    width: 83%;
    display: none;
}

/* 咨询更多建筑加固问题区域 */
.consultation {
    color: white;
    text-align: center;
}
div.zxtxt {
    padding-top: 1.5rem;
    text-align: left;
    margin-left: 18rem;
    width: 800px;
}
a.nkef{display:block;height: 2.5rem;line-height: 2.5rem;background: #c50010;width: 8rem;text-align: center;color: #fff;font-size: 0.9rem;border-radius: 0.6rem;font-weight: bold;margin-top: 1rem;}
div.zxtxt h3{
    font-size: 1.8rem;
    height: 3.3rem;
    line-height: 3.3rem;
    }


.consultation p {
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.consultation .consult-button {
    background-color: white;
    color: #e60012;
    padding: 12px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    transition: background-color 0.3s;
}

.consultation .consult-button:hover {
    background-color: #f5f5f5;
}
.consultation{background: url(../images2/zxun_bg.jpg) no-repeat center bottom;height: 13.5rem;background-size: 100% 13.5rem;position: relative;}
.consultation img {
    width: 17rem;
    height: auto;
    display: block;
    position: absolute;
    z-index: 999;
    right: 14rem;
    bottom: 0;
}

/* 检测资质荣誉区域 */
.qualification {
    position: relative;
}

.qualification h2.jtit {
    text-align: center;
    background: url(../images2/tg06.png) no-repeat center top;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    position: absolute;
    z-index: 9;
    left: 9%;
    top: 4rem;
    background-size: 9.15rem 7.25rem;
}

.qualification h2.jtit p {
    font-size: 1rem;
    padding-top: 5rem;
    font-weight: normal;
}

.qualification h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.qualification h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 1rem;
}

.qualification h2.jtit a:before {
    left: 38%;
}

.qualification h2.jtit a:after {
    right: 38%;
}

.qualification img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 合作伙伴区域 */
.partners {
    padding: 5rem 0;
    background: rgb(248,248,248);
}

.partners h2.jtit {
    text-align: center;
    background: url(../images2/tg07.png) no-repeat center top;
    height: 10rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-size: 9.15rem 7.25rem;
}

.partners h2.jtit p {
    font-size: 1rem;
    padding-top: 4.5rem;
    font-weight: normal;
}

.partners h2.jtit a {
    display: block;
    color: #333;
    line-height: 100%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.partners h2.jtit a:after,.jtit a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    top: 1rem;
}

.partners h2.jtit a:before {
    left: 41%;
}

.partners h2.jtit a:after {
    right: 41%;
}

.partner-logos {
    height: 6rem;overflow: hidden;
    /*flex-wrap: wrap;
    justify-content: center;*/
}

.partner-logos ul.hezs01 {
    width: 100%;
    max-width: 1920px;
    min-width: 1600px
    /*object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;*/
}

.partner-logos ul.hezs02 {
    filter: grayscale(0);
    display: flex;
    justify-content: space-between;
}

.partner-logos ul li {
    background: #fff;
    width: 320px;
    float: left;
    align-items: center;
    justify-content: center;
    margin:0 1.5rem 3rem 1.5rem;
    display: flex;
    height:110px;
}

.partner-logos ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: all .3s linear 0s;
}

.partner-logos ul li:hover img {
    transform: scale(1.1)
}

/*---------------*/
/**/
html {
    font-size: 12px;
    -webkit-text-size-adjust: none;
}

@media screen and (min-width: 1200px) {
    html {
        font-size:12.5px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size:13.33333px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size:14.22916px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size:15px;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size:16.66666px;
    }
}

@media screen and (min-width: 1800px) {
    html {
        font-size:18.75px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size:20px;
    }
}

/**/
@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
    }

    20%,60% {
        -webkit-transform: translate3d(-10px,0,0);
    }

    40%,80% {
        -webkit-transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0);
    }

    20%,60% {
        transform: translate3d(-10px,0,0);
    }

    40%,80% {
        transform: translate3d(10px,0,0);
    }
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

/*banner*/
.banner {
    position: relative;
    height: auto;
    clear: both;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    right: 5.2%;
    z-index: 9;
    width: 2.3rem;
    height: 2.3rem;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    transition: .5s;
}

.banner .slick-prev {
    top: 16rem;
    background: url(images/ban_lico.png) no-repeat center center/2.3rem 2.3rem;
}

.banner .slick-next {
    top: 19rem;
    background: url(images/ban_rico.png) no-repeat center center/2.3rem 2.3rem;
}

.banner .slick-arrow:hover {
    box-shadow: 0 3px 10px 3px rgba(255,255,255,0.4);
}

.small {
    position: absolute;
    right: 5.2%;
    top: 30rem;
}

.sm_m {
    font-size: 1.5rem;
    color: #333;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
}

.sm_m b {
    font-weight: bold;
    font-size: 2rem;
}
