﻿body {
    padding-top: 93px;
    font-family: "Microsoft Yahei";
}

:root {
    --themeColor: #ef4626;
    --borderColor: #eaeaea;
    --nav-link-default-color: #333333;
    --nav-link-color: var(--themeColor);

}

.container:after, .container:before {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 100%;
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

.content-title-white h3 {
    color: white;
}

.content-title-white h3:after {
    background-color: white;
}

.content-title-white p {
    color: white;
}

.content-title-black h3 {
    color: #333333;
}

.content-title-black h3:after {
    background-color: #000000;
}

.content-title-black p {
    color: #666666;
}

.content-title h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

.content-title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 2px;
}

.content-title p {
    font-size: 22px;
    font-weight: bold;
}

.common-page{
    padding:50px 0;
}

.div-table {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.div-table .div-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.div-table img {
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.div-table img:hover {*/
    /*width: 75% !important;*/
/*}*/

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, p {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.logo img {
    width: auto;
}

header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 93px;
    width: 100%;
    background-color: white;
}

.header-container {
    max-width: 1600px;
    width: 100%;
}

@media (min-width: 992px) {
    .header-navigations {
        width: 800px;
    }

    .header-navigations li {
        margin-right: 30px;
    }
}

@media (min-width: 1500px) {
    .header-navigations {
        width: 900px;
    }

    .header-navigations li {
        margin-right: 60px;
    }
}

.header-navigations li {
    float: left;
}

header a, header .header-number {
    line-height: 93px;
}

.paginations {
    margin: 35px auto 35px auto;
    text-align: center;
	width: 300px;
}

.header-navigations li a {
    line-height: 93px;
    color: #333333;
    display: block;
    position: relative;
    font-size: 15px;
}

.header-navigations li a:after {
    content: "";
    width: 62px;
    height: 3px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: calc((100% - 62px) / 2);
}

.header-navigations li a:hover {
    color: var(--themeColor);
}

.header-navigations li a:hover:after {
    background-color: var(--themeColor);
}

.header-navigations .header-number {
    position: relative;
    font-size: 22px;
    font-family: "Arial";
    color: var(--themeColor);
    padding-left: 35px;
}

.icons {
    position: absolute;
    background-image: url(../pc/icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.header-number .header-tel-icon {
    top: 33px;
    left: 1px;
    background-position: -27px -25px;
}
.paginations li {
        list-style: none;
		float:left;
		margin-right:10px;
}
.paginations a {
    margin-left: 10px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 0;
}
.paginations span {
    margin-left: 10px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 0;
}
.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s time;
    -o-transition: all .3s;
    transition: all .3s;
}

.paginations a:first-child {
    margin-left: 0;
}

/* navs*/
.paginations a {
    color: black;
}

.paginations .current {
    color: white;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}


.paginations a.page-prev, .paginations a.page-next {
    color: white;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}



.paginations a:first-child, .paginations a:last-child {
    border-color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #666666;
    color: white;
}

.paginations a:hover {
    color: white;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}
.paginations span {
    
	border-color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #666666;
    color: white;
}

/* navs*/

a:hover {
    text-decoration: none;
}

.page-banner {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
    background-position: 100% !important;
}

.banner-text {
    padding-left: 50px;
    position: absolute;
    top: 45%;
    left: calc((100% - 350px) / 13);
}

.banner-text h3 {
    font-size: 36px;
    color: white;
}

.banner-text p {
    font-size: 36px;
    position: relative;
    color: white;
}

.header-bg-half-white {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px 30px 30px 30px
}

.header-bg-white {
    padding: 15px 30px 15px 30px;
    background-color: rgba(255, 255, 255, 1);
}

.page-row:after, .page-row:before {
    content: "";
    display: table;
    clear: both;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal {
    z-index: 99999;
}

.carousel .swiper-pagination-bullet {
    background-color: white;
    width: 18px;
    height: 18px;
}

.carousel .swiper-pagination-bullet-active {
    background-color: var(--themeColor);
}

.naved a {
    color: var(--themeColor) !important;
}

.naved a:after {
    background-color: var(--themeColor) !important;
}

.pd {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .case-lists {
        width: 880px;
    }
}

@media (min-width: 1200px) {
    .case-lists {
        width: 900px;
    }
}

@media (min-width: 1500px) {
    .case-lists {
        width: 960px;
    }
}

.case-lists li {
    float: left;
    margin-bottom: 15px;
    width: 25%;
}

.case-lists li a {
    color: #666666;
    font-size: 15px;
}

.case-lists li a:hover {
    color: var(--themeColor);
}

.product-lists {
    margin-left: -25px;
    margin-right: -25px;
}

.product-lists li {
    width: 33.333333%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}

.product-lists li .product-box {
    border: 1px solid #333333;
}

.product-lists li .product-box:hover {
    border-color: var(--themeColor);
}

.product-lists li .product-box:hover h5 {
    background-color: var(--themeColor);
}

.product-lists li .product-box .product-image {
    width: 100%;
    background-color: white;
    overflow: hidden;
}
.product-lists li .product-box .product-image img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.product-lists li .product-box .product-image img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-thumbs{
    height: 20%;
}
.gallery-top{
    height: 80%;
    margin-bottom:10px;
}
.gallery-thumbs img ,.gallery-top img{
    width:100%;
    height:auto;
}

.product-lists li .product-box h5 {
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #333333;
    text-align: center;
    color: white;
}
.product-lists li .product-box a{
    display: block;
    overflow: hidden;
    height: 300px;
}
.mycontainer{
    width:100%;
    max-width: 1200px;
    margin:auto;
}

.product-lists li .product-box h5 a {
    color: white;
    display: block;
}

.index-service-container {
    background-image: url("../pc/fwbg.jpg");
}

.index-service-container ul {
    width: 890px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 60px;
}

.index-service-container ul li {
    float: left;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
}

.index-service-container ul .service-box {
    width: 100%;
    height: 120px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: transparent;
}

.index-service-container ul .service-box:hover {
    background-color: #6c86ac;
    border-color: #6c86ac;
}

.index-service-container ul li {
    margin-bottom: 50px;
}

.index-service-container ul .service-box img {
    width: auto;
    position: absolute;
    right: 20px;
    top: 20px;
}

.index-service-container ul .server-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.index-service-container ul .server-title h5 {
    font-family: Arial;
    font-size: 18px;
}

.index-service-container ul .server-title p {
    font-size: 18px;
}

.content-title-center{
    text-align: center;
    margin-bottom: 50px;
}

.content-title-center h3:after {
    left: calc((100% - 43px) / 2);
}

.index-advantages-container img, .index-advantages-container .adv-box {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.index-advantages-container .adv-box {
    padding-top: 65px;
    padding-left: 25px;
    padding-right: 25px;
}

.index-advantages-container .adv-box h5 {
    font-size: 20px;
    color: var(--themeColor);
    font-weight: bold;
    padding-bottom:20px;
    margin-bottom:20px;
}
.index-advantages-container .adv-box h5:after{
    content:"";
    position: absolute;
    bottom:-5px;
    background-color: #cccccc;
    width:20px;
    height:2px;
    left:0;
}
.index-advantages-container .adv-box p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 50px;
}

.index-advantages-container ul li:nth-of-type(even) img {
    left: 50%;
}

.index-advantages-container ul li:nth-of-type(even) .adv-box {
    right: 50%;
}

.index-cooperations-container {
    margin: 50px 0;
    background-image: url(../pc/coop.jpg);
}

.index-cooperations-container .coop-number-title h5 {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 15px;
}

.index-cooperations-container .coop-number-title h5:after{
    content:"";
    position: absolute;
    left: -265px;
    top: 10px;
    background-color: #666666;
    width: 249px;
    height: 1px;
}

.index-cooperations-container .coop-number-title p {

    font-family: Arial;
    font-size: 22px;
    color: var(--themeColor);
}
.index-cooperations-container .coop-title{
    margin-bottom:40px;
}
.index-cooperations-container ul{
    margin-left:-10px;
    margin-right:-10px;
}
.index-cooperations-container ul li{
    width:12.5%;
    padding-left:10px;
    padding-right:10px;
    float:left;
}
.index-cooperations-container ul li .coop-box{
    height:107px;
    border-top:2px solid #3c3c3c;
    padding-top:25px;
    text-align: center;
    background-color: #3c3c3c;
}
.index-cooperations-container ul li .coop-box img{
    width:auto;
}
.index-cooperations-container ul li .coop-box h5{
    color:white;
    font-size:16px;
    margin-top:10px;
}
.index-cooperations-container ul li .coop-box:hover{
    border-top-color:#ffb400;
    background-color: var(--themeColor);
}

.index-about-container .index-about-info{
    padding: 0 35px;
    text-align: center;
}
.index-about-container .index-about-info img{
    width:auto;
}
.index-about-container .index-about-info p.index-about-info-text{
    font-size:15px;
    color:#666666;
    line-height: 36px;
    margin-top:40px;
}
.centered{
    margin:auto;
}
.index-about-container .index-about-info .about-info-lists{
    padding-top:35px;
    width:1160px;
}
.index-about-container .index-about-info .about-info-lists li{
    width:270px;
    float:left;
    border-right:1px solid #e5e5e5;
}

.index-about-container .index-about-info .about-info-lists li:last-child{
    border-color:transparent;
}
.index-about-container .index-about-info .about-info-lists h5{
    font-size:18px;
    color:#333333;
    margin-bottom:15px;
}
.index-about-container .index-about-info .about-info-lists p{
    font-size:18px;
    color:#cccccc;
}


.index-news-container{
    margin: 50px 0;
    background-image: url("../pc/new3simg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

.index-news-container .main-news .main-news-caption{
    padding-top:40px;
}
.index-news-container .news-title{
    font-size:18px;
    margin-bottom:15px;
}
.index-news-container .news-title a{
    color:#333333;
}
.index-news-container .news-title:hover a{
    color:var(--themeColor);
}
.index-news-container .news-date{
    font-size:16px;
    color:#888888;
    display: block;
    margin-bottom:10px;
}
.index-news-container .main-news-caption .news-date{
    margin-bottom:10px;
}

@media(min-width:992px){
    .index-news-container .main-news{
        width:450px;
    }
    .index-news-lists{
        width:530px;
    }
}
@media(min-width:1200px){
    .index-news-container .main-news{
        width:470px;
    }
    .index-news-lists{
        width:610px;
    }
}
@media(min-width:1500px){
    .index-news-container .main-news{
        width:570px;
    }
    .index-news-lists{
        width:710px;
    }
}
.index-news-lists li{
    position: relative;
    padding-right:70px;
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #e5e5e5;
}
.index-news-lists li .news-date{
    position: absolute;
    right:10px;
    top:0;
    width:50px;
    height:90px;
    text-align:center;
}
.index-news-container .news-content{
    padding-top:35px;
    background-color: white;
}





footer{
    background-color: #333333;
    padding-top: 60px;
}
@media(min-width:992px){
    .footer-navigations-contacts,.qrcode-hotline{
       margin-left:auto;
       margin-right:auto;
    }
    .footer-navigations-contacts{
        width:750px;
    }
}
@media(min-width:1200px){
    .footer-navigations-contacts{
        width:780px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:40px;
    }

}
@media(min-width:1500px){
    .footer-navigations-contacts{
        width:830px;
        float:left;
    }
    .qrcode-hotline{
        float:right;
    }
}

.footer-navigations-contacts  li,.footer-contact li{
    float:left;

}
.footer-navigations-contacts .footer-navigations li{
    margin-right:50px;
}
.footer-navigations-contacts .footer-navigations li a{
    color:white;
    font-size:15px;
}
.footer-navigations-contacts .footer-navigations li a:hover{
    color:var(--themeColor);
}
.footer-contact{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #434343;
}
.footer-contact li{
    margin-right:20px;
}
.footer-contact li p{
    padding-left:25px;
    color:#888888;
    font-size:15px;
    position: relative;
}
.footer-contact li p *{
    color:#888888;
}
.footer-contact li p .icons{
    top:-6px;
    left:0;
}
.footer-contact li p .tel-icon{

    background-position: 0 0;
}
.footer-contact li p .email-icon{

    background-position: -35px 0;
}
.footer-contact li p .address-icon{
    background-position: -63px 0;
}

.qrcode-hotline{
    width:430px;
}
.qrcode-hotline img{
    width:auto;
    float:left;
}
.qrcode-hotline .hotline-box h5{
    font-size:16px;
    color:white;
    margin-bottom:15px;
}
.qrcode-hotline .hotline-box p{
    font-family: Arial;
    font-size:32px;
    margin-bottom:10px;
    color:var(--themeColor);
}
.qrcode-hotline .hotline-box a{
    width:120px;
    height:35px;
    display: block;
    line-height: 35px;
    font-size:14px;
    color:#333333;
    text-align: center;
    background-color: white;
}
.fl-icp{
    margin-top:60px;
    width:100%;
    height:55px;
    background-color: #000000;
}
.fl-icp *{
    line-height: 55px;
}
.fl-icp .fl li{
    float:left;
    margin-right:25px;
}

.fl-icp .fl h5{
    padding-left:30px;
    color:white;
}
.fl-icp .fl h5:after{
    content:"";
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url(../pc/icon.png);
    background-position: -1px -25px;
    top: 13px;
    left: 0;
}
.fl-icp .fl li a{
    font-size:14px;
    color:#888888;
}
.fl-icp .fl li a:hover{
    color:var(--themeColor);
}
.fl-icp p,.fl-icp p *{
    font-size:14px;
    color:#888888;
}
.fl-icp p a:hover{
    color:var(--themeColor);
}
.breadcrumb *{
    color:#333333;
}
.coopers{
    padding-bottom:50px;
    margin-top:80px;
}
.page-category {
    height: 70px;
    width: 100%;
    background-color: #e5e5e5;
}

.page-category p a {
    color: #333333;
}

.common-page {
    padding: 70px 0;
}

.page-category {
    line-height: 70px;
    text-align: center;
}

.page-category ul li {
    display: inline-block;
    margin-right: 40px;
}

.page-category ul li:last-child {
    margin-right: 0;
}

.page-category ul li a {
    position: relative;
    font-size: 16px;
    color: #333333;
}

.page-category ul li a:after {
    content: "";
    position: absolute;
    bottom: calc(-100% - 5px);
    left: calc((100% - 24px) / 2);
    width: 24px;
    height: 5px;
    background-color: transparent;
}

.page-category ul li a:hover:after {
    background-color: var(--themeColor);
}

.page-category ul li.common-naved a:after {
    background-color: var(--themeColor);
}


.news-lists li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--borderColor);
}

.news-lists li .image-link {
    width: 275px;
    display: block;
    float: left;
}

.news-lists li .news-content {
    float: right;
    width: 845px;
    padding-top: 15px;
}

.news-lists li .news-content h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.news-lists li .news-content h5 .news-date {
    color: var(--themeColor);
    margin-right: 15px;
}

.news-lists li .news-content h5 .news-title a {
    color: #333333;
}

.news-lists li .news-content a:hover {
    color: var(--themeColor) !important;
    overflow: hidden;
}

.news-lists li .news-content .news-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 50px;
}

.news-lists li .news-content .news-link {
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
}

.page-contact-infos {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-left: -5px;
    margin-right: -5px;
}

.page-contact-infos li {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.page-contact-infos .contact-box {
    background-color: #f7f7f7;
    width: 100%;
    height: 115px;
    position: relative;
    padding-top: 35px;
    padding-left: 80px;
}

.page-contact-infos .contact-box .contact-icon {
    background-image: url(../pc/contact-icons.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 50px;
    height: 50px;
}

.page-contact-infos .contact-box .address-icon {
    background-position: -15px -7px;
}

.page-contact-infos .contact-box .tel-icon {
    background-position: -92px -7px;
}

.page-contact-infos .contact-box .fax-icon {
    background-position: -178px -7px;
}

.page-contact-infos .contact-box .email-icon {
    background-position: -260px -7px;
}

.map {
    width: 100%;
    height: 490px;
}

.message {
    padding-top: 45px;
}

.message input, .message textarea ,.message .btns button{
    outline: 0;
    border:0;
}

.message .input-forms {
    margin-left: -5px;
    margin-right: -5px;
}

.message .input-forms .input-form-box {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.3333333%;
}

.message p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.message .input-forms .input-form{
    width: 100%;
    height: 37px;
    line-height: 35px;

}
.message .input-forms .input-form input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
}
.message .input-forms .input-form input, .message .input-form-textarea textarea {
    border: 1px solid #d2d2d2;
}
.message .input-forms input:focus, .message .input-form-textarea textarea:focus{
    border-color:var(--themeColor);
}


.message .input-form-textarea {
    padding: 30px 0;
}

.message .input-form-textarea textarea {
    width: 100%;
    height: 270px;
    padding: 10px;
}
.message .btns{
    text-align: center;
}
.message .btns button{
    width:150px;
    height:40px;
    text-align: center;
    line-height: 40px;

}
.message .btns button.btn-submit{
    color:white;
    background-color: var(--themeColor);
}
.message .btns button.btn-reset{
    color:gray;
    background-color: #CCCCCC;
}
.page-title {
    font-size: 32px;
    color: #333333;
    margin-bottom: 50px;
    text-align: center;
}

.case-page-container .case-lists {
    margin: 0 -15px;
}

.case-page-container .case-lists li {
    width: 33.3333333%;
    float: left;
    padding: 0 15px
}

.case-page-container .case-lists li a {
    display: block;
    overflow: hidden;
}

.case-page-container .case-lists .case-box {
    background-color: white;
}

.case-page-container .case-lists .case-box img {
    height: 285px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-page-container .case-lists .case-box:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case-page-container .case-lists .case-content {
    padding: 20px 0;
    text-align: center;
}

.case-page-container .case-lists .case-content h5 {

    font-size: 16px;

}

.case-page-container .case-lists .case-content h5 a {
    color: #333333;

}

.case-page-container .case-lists .case-content p {
    color: #666666;
    font-size: 12px;
}

.locations {
    position: relative;
    width: 100%;
    height: 90px;
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    background-color: #eeeeee;
}

.locations p, .locations p a {
    line-height: 90px;
    color: #333333;
    font-size: 14px;
}

.locations p a:hover {
    color: var(--themeColor);
}

.product-page-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.product-header .product-image {
    width: 550px;
}

.return-btn {
    cursor:pointer;
    display: block;
    width: 118px;
    height: 37px;
    background-color: var(--themeColor);
    color: white;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: calc((100% - 37px) / 2);
    right: 15px;
}
.return-btn:hover{
    color:white;
}
.product-infos {
    width: 570px;
}

.product-header {
    padding-top: 50px;
    width: 100%;
}

.product-header .product-infos {
    padding-top: 70px;
}

.product-header .product-infos h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
}

.product-header .product-infos .product-frame {
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    margin-bottom: 20px;
}

.product-header .product-info .product-feature {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}

.product-contact {
    margin-top: 40px;
}

.product-contact li {
    float: left;
    margin-right: 20px;
}

.product-contact li a {
    text-align: center;
    width: 152px;
    height: 43px;
    display: block;
    background-color: var(--themeColor);
    color: white;
    line-height: 43px;
    font-size: 14px;
}

.product-contact li p {
    color: #333333;
}

.product-contact li .contact-title {
    font-size: 14px;
}

.product-contact li .contact-num {
    margin-top: -5px;
    font-size: 24px;
}

.product-body {
    padding-top: 30px;
}

.product-body .product-details p {
    font-size: 14px !important;
    color: #666666 !important;
    background-color: transparent !important;
    line-height: 34px;
}

.product-body h3 {
    padding-bottom: 30px;
    font-size: 24px;
    color: #333333;
    border-bottom: 4px solid var(--borderColor);
}

.product-body .product-content {
    padding: 40px 0;
}

.product-body h3:after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
    bottom: -4px;
}