@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

li, ol, ul {
    list-style: none
}

a, a:hover {
    color: #373937
}

a, a:hover, a:link, a:visited {
    text-decoration: none
}

body {
    font-family: 'Î¢ÈíÑÅºÚ', Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333
}

img {
    border: none;
    max-width: 100%;
    height: auto
}

div {
    box-sizing: border-box
}

h2 {
    font-weight: 400
}

table {
    border-collapse: collapse
}

caption, td, th {
    font-size: 16px;
    border: 1px
}

button, input, select, textarea {
    font: 14px Verdana, Helvetica, Arial, sans-serif
}

header {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

header .header-top {
    display: flex;
    height: 40px;
    background: #222;
    padding: 0 260px;
    justify-content: space-between
}

header .header-top .top-info {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff
}

header .header-top .top-info i {
    margin-right: 5px;
    color: #a40001
}

header .header-top .top-info > div {
    padding: 0 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #3a3a3a
}

header .header-top .top-info a {
    color: #939393
}

header .header-top .top-right {
    display: flex;color: #fff;
    align-items: center;
    height: 100%
}

header .header-top .top-right span {
    color: #fff;
    font-size: 15px;
    margin-right: 10px
}

header .header-top .top-right i {
    font-size: 20px;
    margin: 0 5px;
    color: #939393;
    transition: all .3s ease
}

header .header-top .top-right ul li a:hover i {
    color: #a40001
}
header .header-top .top-right a{color: #fff;}
header .header-top .top-right a:hover{color: #a40001;}
header .header-top #xyz {
    z-index: 999;
    width: 120px;
    position: relative
}

header .header-top #xyz .xyz12 {
    position: absolute;
    top: -20px;
    box-sizing: border-box
}

header .header-top #xyz .xyz12 span {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(/template/default/images/down.png) no-repeat;
    width: 20px;
    height: 20px
}

header .header-top #xyz .xyz12 span:hover {
    cursor: pointer
}

header .header-top #xyz .xyz12 ul li {
    display: none;
    padding-left: 5px;
    width: 120px;
    height: 40px;
    line-height: 40px
}

header .header-top #xyz .xyz12 ul li a {
    color: #FFF
}

header .header-top #xyz .xyz12 ul li a img {
    position: relative;
    top: 3px;
    margin-right: 5px
}

header .header-top #xyz .xyz12 ul li:first-child {
    display: block
}

header .header-top #xyz .xyz12 ul .bk {
    z-index: 888;
    background: #a40001
}

header .header-top #xyz .xyz12 .up {
    transform: rotate(0);
    transition: all .6s ease
}

header .header-top #xyz .xyz12 .dp {
    transform: rotate(90deg);
    transition: all .6s ease
}

header nav {
    position: absolute;
    padding: 0 260px;
    top: 40px;
    display: flex;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    align-items: center;
    background: #a40001;
    z-index: 90;
    transition-property: height;
    transition-duration: .2s;
    transition-timing-function: ease
}

header nav .header-logo {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto
}

header nav .header-logo img {
    max-width: 150px;
    max-height: 100%
}

header nav .header-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

header nav ul {
    height: 100%;
    display: flex;
    position: relative
}

header nav ul > li {
    margin: 0 20px;
    cursor: pointer
}

header nav ul > li, header nav ul > li a {
    display: flex;
    align-items: center;
    height: 100%
}

header nav ul > li a {
    width: 100%;
    justify-content: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    font-family: Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

header nav ul > li:hover > a {
    color: #FFF
}

header nav ul .submenu {
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    top: 100%;
    height: auto;
    transform-origin: top;
    transform: rotateX(90deg);
    opacity: 0;
    position: absolute;
    justify-content: center
}

header nav ul .submenu li {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    border-bottom: none;
    background: #a40001
}

header nav ul .submenu li a {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: left
}

header nav ul .submenu li:hover a {
    background: #222
}

header nav ul .inmenu_1 {
    color: #FFF
}

header nav .search-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #222;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF
}

header nav .search-btn i {
    font-size: 22px
}

header nav .mobile-search-btn {
    display: none
}

header nav .nav-btn {
    display: none;
    position: absolute;
    margin: auto 0;
    height: 4.2666666667vw;
    width: 5.0666666667vw
}

header nav .nav-btn span {
    border-radius: 2px;
    position: absolute;
    display: block;
    width: 5.3333333333vw;
    height: .8vw;
    background-color: #fff;
    transition: top .2s .2s, transform .2s, background .2s, opacity 0s .2s
}

header nav .nav-btn span:first-child {
    top: .1vw
}

header nav .nav-btn span:nth-child(2) {
    top: 2.1333333333vw
}

header nav .nav-btn span:nth-child(3) {
    top: 4.2666666667vw
}

header nav .toggle-animate span:first-of-type {
    top: 1.6vw;
    transform: rotate(45deg);
    transition: top .2s, transform .2s .2s, background .2s
}

header nav .toggle-animate span:nth-of-type(2) {
    opacity: 0;
    transition: opacity .2s
}

header nav .toggle-animate span:nth-of-type(3) {
    top: 1.6vw;
    transform: rotate(-45deg);
    transition: bottom .2s, transform .2s .2s, background .2s
}

header nav .search-wrap {
    width: 100%;
    background: #222;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .3s ease;
    transform-origin: top;
    transform: rotateX(90deg);
    opacity: 0
}

header nav .active {
    opacity: 1;
    transform: rotateX(0)
}

header nav .search-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    padding: 30px 0;
    margin: 0 auto
}

header nav .search-input .searchtxt {
    flex-basis: calc(100% - 80px);
    height: 48px;
    padding-left: 20px;
    border: none;
    outline: 0
}

header nav .search-input .searchbtn {
    flex-basis: 80px;
    height: 48px;
    border: none;
    background: #a40001;
    cursor: pointer;color: #fff;padding: 0 12px;
    text-transform: capitalize
}

main {
    margin-top: 110px;
    width: 100%
}

main .common-pages {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    flex-wrap: wrap
}

main .common-pages span {
    opacity: .4
}

main .common-pages a, main .common-pages span {
    font-size: 20px;
    margin: 10px;
    transition: all .3s ease;
    box-sizing: border-box;
    border: 1px solid #f9f9f9;
    padding: 10px 16px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #494949
}

main .common-pages a:hover, main .common-pages span.ctxt {
    background: #a40001;
    color: #FFF
}

main .common-pages span.ctxt {
    opacity: 1;
    border: none
}

main.common-container .inner-banner .pc {
    display: block
}

main.common-container .inner-banner .sm {
    display: none
}

article p {
    font-size: 16px;
    line-height: 1.8
}

footer .footer-top {
    padding: 20px 260px;
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/template/default/images/foot-bg.jpg);
    justify-content: space-between
}

footer .footer-top > div {
    margin-top: 20px;
    height: 100%;
    max-width: 400px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

footer .footer-top .footer-intro .logo {
    margin-bottom: 20px
}

footer .footer-top .footer-intro .logo img {
    max-height: 70px
}

footer .footer-top .footer-intro > p {
    font-size: 13px;
    color: silver;
    line-height: 1.6
}

footer .footer-top .footer-intro .date {
    margin-top: 15px;
    color: #ececec
}

footer .footer-top .footer-intro .foot-phone {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center
}

footer .footer-top .footer-intro .foot-phone .phone {
    width: 32px;
    height: 32px;
    background: #a40001;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .footer-top .footer-intro .foot-phone .phone i {
    color: #FFF;
    font-size: 14px
}

footer .footer-top .footer-intro .foot-phone span {
    color: #a40001;
    font-size: 22px;
    display: block;
    margin-left: 24px
}

footer .footer-top .footer-intro .foot-phone .circle {
    background: #a40001;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -6px;
    -webkit-animation: scaleout 2.5s ease-in-out infinite;
    animation: scaleout 2.5s ease-in-out infinite
}

footer .footer-top .footer-nav {
    width: 400px
}

footer .footer-top .footer-nav li a {
    font-size: 14px;
    color: silver;
    padding: 5px 10px 5px 15px;
    display: inline-block
}

footer .footer-top .footer-nav li {
    position: relative
}

footer .footer-top .footer-nav li:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border: 1px solid silver;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

footer .footer-top .footer-nav ul {
    margin: 10px 0
}

footer .footer-top .footer-nav li:hover a {
    color: #a40001
}

footer .footer-top .footer-nav li:hover:after {
    border-color: #a40001
}

footer .footer-top .footer-nav .contact-us li {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    color: silver
}

footer .footer-top .footer-nav .contact-us i {
    flex-basis: 36px;
    text-align: center;
    font-size: 18px;
    color: #a40001
}

footer .footer-top .footer-code img {
    margin: 30px 0 92px;
    display: block;
    width: 280px
}

footer .footer-top .footer-title {
    position: relative;
    font-size: 20px;
    color: #FFF;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 400
}

footer .footer-top .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #a40001
}

footer .footer-copy {
    position: relative;
    padding: 0 260px;
    border-top: 1px solid #272727;
    height: 50px;
    font-size: 14px;
    color: #595959;
    background: #111;
    line-height: 50px;
    text-align: center
}

footer .footer-copy .top-btn {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 260px;
    background: #a40001;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .footer-copy .top-btn i {
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.sm-mask, footer .mobile-bottom {
    display: none
}

.sm-mask {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9;
    top: 110px
}

.footlinks {
    width: 100%;
    text-align: center;
    background: #111;
    padding: 15px 0
}

.footlinks, .footlinks a {
    color: #595959;
    font-size: 12px
}

.footlinks a:hover {
    color: #9e9b9b
}

#toast-container {
    padding-top: 250px
}

.singglepic {
    z-index: 9 !important;
    width: 450px !important;
    height: 450px !important;
    margin-bottom: 12px !important;
    border-color: #EEE !important;
    display: flex;
    justify-content: center;
    align-items: center
}

@-webkit-keyframes scaleout {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8
    }
    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8
    }
    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

.spec-scroll .items ul li span.active, .spec-scroll .items ul li span:hover {
    border-color: #a40001
}

@media screen and (max-width: 768px) {
    .singglepic {
        width: 100% !important;
        height: 100vw !important;
        margin-bottom: 10px !important
    }
}

#page-content-view {
    margin-left: 10px
}

.seo-key {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    line-height: 1.7em;
    color: #2b2b2b
}

.seo-key .keywords {
    margin-top: 10px
}

.seo-key .keywords a {
    padding: 10px;
    background: #f1f1f1;
    line-height: 2em;
    border-radius: 999px;
    margin-right: 20px;
    color: #2b2b2b
}

.seo-key a {
    color: #2b2b2b
}

.prodetail-content, .prodetail-content a {
    font-size: 16px;
    line-height: 1.6;
    color: #222
}

.table td, .table th {
    border: 1px solid #cdcdcd;
    padding: 5px
}

.productsTags, .productsTags a {
    line-height: 1.6;
    color: #222
}

.single-left {
    padding: 3px;
    margin-bottom: 30px
}

.single-left, .single-left .title {
    background: #a40001
}

.single-left > div {
    background: #FFF;
    line-height: 45px;
    height: 45px;
    padding-left: 14px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    font-size: 16px
}

.single-left > div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7c7c7c
}

.single-left .LocalCurrent a, .single-left > div a:hover {
    color: #a40001
}

.error {
    display: none
}

.map_bg {
    width: 100%;
    height: 500px
}

.BMap_shadow img {
    max-width: none;
    max-height: none
}

@media screen and (max-width: 768px) {
    .map_bg {
        height: 80vw
    }
}

.home-container, .home-container .swiper-container .swiper-slide {
    width: 100%
}

.home-container .swiper-container .swiper-button-next, .home-container .swiper-container .swiper-button-prev {
    background: none;
    width: 50px;
    height: 50px
}

.home-container .swiper-container .swiper-button-next:after, .home-container .swiper-container .swiper-button-prev:after {
    content: ""
}

.home-container .swiper-container .swiper-button-next i, .home-container .swiper-container .swiper-button-prev i {
    font-size: 50px;
    color: #a40001
}

.home-container .swiper-container .swiper-button-next {
    right: 5px
}

.home-container .swiper-container .swiper-pagination-bullet {
    background: #FFF
}

.home-container .swiper-container .swiper-pagination-bullet-active {
    background: #a40001
}

.home-container .company-advantage {
    margin: 0 260px 80px
}

.home-container .company-advantage .advantage-list {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.home-container .company-advantage .advantage-list li {
    width: calc(33.3% - 20px);
    box-sizing: border-box;
    background: #f3f3f3;
    padding: 20px 60px 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
    transition: all .6s ease-out;
    text-align: center
}

.home-container .company-advantage .advantage-list li .cat, .home-container .company-advantage .advantage-list li h3 {
    color: #222;
    font-size: 20px;
    text-transform: capitalize;
    margin: 15px 0 20px
}

.home-container .company-advantage .advantage-list li p {
    font-size: 16px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4
}

.home-container .company-advantage .advantage-list li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: -210%;
    width: 186%;
    height: 160%;
    background: #a40001;
    transform: skew(-45deg);
    z-index: -1;
    transition: left .4s ease-in-out;
    color: #fff;
}

.home-container .company-advantage .advantage-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transform: translateY(-5px);color: #fff;
}

.home-container .company-advantage .advantage-list li:hover:after {
    left: -69%;
    transition: left .4s ease-in-out
}

.home-container .company-advantage .advantage-list li:hover p {
    color: #fff
}

.home-container .company-advantage .pro-list {
    display: flex;
    justify-content: space-between
}

.home-container .company-advantage .pro-list > li {
    border: 1px solid #eaeaea;
    width: calc(25% - 30px);
    flex-basis: calc(25% - 30px)
}

.home-container .company-advantage .pro-list > li img {
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

.home-container .company-advantage .pro-list > li > a {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden
}

.home-container .company-advantage .pro-list > li > a span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background: #a40001
}

.home-container .company-advantage .pro-list > li ul {
    padding: 30px 20px
}

.home-container .company-advantage .pro-list > li ul li {
    padding: 5px 0
}

.home-container .company-advantage .pro-list > li ul li a {
    position: relative;
    padding-left: 15px;
    transition: all .3s ease-in-out
}

.home-container .company-advantage .pro-list > li ul li a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(-135deg);
    border: 1px solid #6c6c6c;
    border-top: none;
    border-right: none;
    transition: all .3s ease-in-out
}

.home-container .company-advantage .pro-list > li ul li a:hover {
    padding-left: 30px;
    color: #a40001;
    transition: all .3s ease-in-out
}

.home-container .company-advantage .pro-list > li ul li a:hover:before {
    left: 15px;
    border-color: #a40001;
    transition: all .3s ease-in-out
}

.home-container .company-advantage .pro-list > li:hover img {
    transform: scale(1.1)
}

.home-container .news-product {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: url(/template/default/images/products-bg.jpg);
    background-size: cover;
    padding: 0 260px 60px
}

.home-container .news-product .section-title {
    color: #FFF
}

.home-container .news-product .section-title:after {
    background: #FFF
}

.home-container .news-product .news-products-list {
    position: relative;
    padding-bottom: 80px
}

.home-container .news-product .news-content {
    width: 100%;
    background: #F6F6F6;
    padding: 20px
}

.home-container .news-product .news-content .ircn {
    line-height: 1.6;
    color: #303030;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    white-space: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home-container .news-product .news-content .ircn:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #a40001;
    transition: width .6s ease-in-out
}

.home-container .news-product .news-content .ircn + p {
    min-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-container .news-product .news-btn {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center
}

.home-container .news-product .news-btn i {
    font-size: 30px
}

.home-container .news-product .news-btn span {
    text-transform: uppercase;
    width: calc(100% - 68px);
    flex-basis: calc(100% - 68px);
    background: #eaebec;
    color: #1d1d1d;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.home-container .news-product .news-btn span:after {
    content: " ";
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #a40001;
    transition: all .3s ease-in-out .2s;
    z-index: -1;color: #fff;
}
.home-container .news-product .news-btn span:hover{color: #fff;}

.home-container .news-product .news-btn:hover .btn {
    color: #FFF;
    background: #222;
    transition: all .2s ease-in-out .2s;
    -webkit-transition: all .2s ease-in-out .2s
}

.home-container .news-product .news-btn:hover span:first-child:after {
    left: 0;
    transition: all .3s ease-in-out;color: #fff;
    -webkit-transition: all .2s ease-in-out
}

.home-container .news-product .news-btn .btn {
    width: 68px;
    flex-basis: 68px;
    background: #a40001;
    justify-content: center;
    padding: 0;color: #fff;
    font-size: 30px
}

.home-container .news-product #news-products-list {
    margin-top: 40px
}

.home-container .news-product #news-products-list ul li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-container .news-product #news-products-list li:hover .ircn a {
    color: #a40001
}

.home-container .news-product #news-products-list li:hover .news-content .ircn:after, .home-container .news-product .pro-list .pro-item:hover .news-content .ircn:after {
    width: 100%;
    transition: width .6s ease-in-out;color: #fff;
}

.home-container .news-product .news-img {
    width: 100%;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.home-container .news-product .news-img:after {
    display: block;
    content: "";
    padding-top: 100%
}

.home-container .news-product .news-img:hover img {
    transform: scale(1.2)
}

.home-container .news-product .news-img img {
    display: block;
    transition: transform .3s ease-in-out
}

.home-container .news-product .news-list-btn > div {
    cursor: pointer;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -100px;
    outline: 0;
    top: 50%;
    border: 3px solid #FFF;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-container .news-product .news-list-btn > div i {
    font-size: 20px
}

.home-container .news-product .news-list-btn .pro-next {
    left: auto;
    right: -100px
}

.home-container .news-product .news-list-btn {
    color: #FFF;
    font-size: 20px
}

.home-container .news-product .pro-btn {
    text-align: center
}

.home-container .news-product .pro-btn a {
    display: inline-block;
    padding: 16px 48px;
    border: 1px solid #FFF;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase
}

.home-container .news-product .pro-btn a:hover {
    color: #fff;
    border-color: #a40001
}

.home-container .news-product .pro-btn a i {
    padding-left: 15px
}

.home-container .section-title {
    font-size: 38px;
    line-height: 1.6;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 40px
}

.home-container .section-title span {
    color: #a40001;
    padding-left: 15px
}

.home-container .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    left: 50%;
    margin-left: -30px;
    height: 3px;
    background: #222
}

.home-container .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    left: 50%;
    height: 3px;
    background: #a40001;
    margin-left: 0
}

.home-container .about-us {
    position: relative
}

.home-container .about-us:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #F2F2F2;
    width: 50%
}

.home-container .about-wrap {
    margin: 0 260px;
    position: relative;
    background: #FFF;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.home-container .about-wrap > div {
    padding: 175px 0
}

.home-container .about-img {
    width: 535px;
    flex-basis: 535px;
    position: relative;
    z-index: 1
}

.home-container .about-img i {
    display: inline-block;
    padding: 5px;
    background: #FFF
}

.home-container .about-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background: #F2F2F2
}

.home-container .about-content {
    width: calc(100% - 620px)
}

.home-container .about-content .h3 {
    font-size: 36px;
    padding: 15px 0 20px;
    position: relative
}

.home-container .about-content .h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 70px;
    background: #a40001;
    left: 0
}

.home-container .about-content .h4 {
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase
}

.home-container .about-content p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 140px
}

.home-container .about-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    padding-top: 20px;
    border-top: 1px solid #ebebeb
}

.home-container .about-list li {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    height: 65px;
    align-items: center
}

.home-container .about-list li i {
    margin-right: 10px
}

.home-container .about-list li strong {
    display: block;
    font-family: Lato-black;
    font-size: 25px;
    margin-bottom: 5px
}

.home-container .about-btn, .home-container .video-btn {
    margin-top: 40px
}
.home-container .about-btn:hover a{color: #fff;}

.home-container .about-btn a, .home-container .video-btn a {
    display: inline-block;
    padding: 16px 24px;
    background: transparent;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    border: 1px solid #222
}

.home-container .about-btn a:hover, .home-container .video-btn a:hover {
    border-color: #a40001
}

.home-container .video-btn a {
    color: #FFF;
    border: 1px solid #FFF
}

.home-container .video-btn a:hover {
    color: #222
}

.home-container .about-btn a i, .home-container .video-btn a i {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700
}

.home-container .video {
    background: url(/template/default/images/video-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0
}

.home-container .video .contain {
    margin: 0 260px;
    text-align: center
}

.home-container .video h2 {
    font-size: 38px;
    color: #FFF;
    margin: 20px 0 10px
}

.home-container .video p {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF
}

.home-container .news {
    padding: 0 260px 80px;
    background: #F6F6F6
}

.home-container .news-list .news-content {
    padding: 18px 25px;
    width: 100%;
    flex-basis: 56%
}

.home-container .news-list .news-content .news-title {
    padding-bottom: 12px;
    position: relative;
    height: auto
}

.home-container .news-list .news-content .news-title a {
    font-size: 18px;
    color: #050713;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-bottom: 5px;
    position: relative;
    height: auto;
    min-height: 50px
}

.home-container .news-list .news-content .news-title:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #a40001;
    height: 2px;
    bottom: 12px;
    left: 0
}

.home-container .news-list .news-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.home-container .news-list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.home-container .news-list li {
    width: calc(50% - 15px);
    
    margin-bottom: 40px;

    justify-content: center;
    transition: all .3s ease-in-out;    width: 29%;
}

.home-container .news-list li > a {
    display: flex;
    align-items: center;
    width: 100%;
    flex-basis: 50%;    margin-bottom: 20px;
}

.home-container .news-list li:hover {
    transition: all .3s ease-in-out;
    box-shadow: 0 5px 10px #e3e3e3;
    transform: translateY(-4px)
}

.home-container .news-list li:hover .news-title a {
    color: #a40001
}

.home-container .news-list li a {
  
}

.home-container .news-list li img {
    display: block;
    max-height: 100%
}

.home-container .section-p {
    font-size: 16px;
    color: #cbcbcb;
    margin: 20px auto 0;
    text-align: center
}

.common-container .inner-banner, .common-container .inner-banner img {
    width: 100%
}

.common-container .breadcrumbs-nav {
    position: relative;
    height: 60px;
    padding: 0 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    background: #F2F2F2
}

.common-container .breadcrumbs-nav h1, .common-container .breadcrumbs-nav h2 {
    font-size: 18px;
    color: #151515;
    font-weight: 400
}

.common-container .breadcrumbs-nav a {
    color: #373937
}

.common-container .common-content {
    margin: 50px 260px;
    display: flex
}

.common-container .common-content .contact-list {
    width: 320px
}

.common-container .common-content .contact-list > li {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: none
}

.common-container .common-content .contact-list > li:last-child {
    border-bottom: 1px solid #e2e2e2
}

.common-container .common-content .contact-list > li i {
    color: #969696;
    font-size: 24px
}

.common-container .common-content .contact-list > li h3 {
    padding: 3px 0;
    font-size: 18px;
    font-weight: 400;
    color: #363636
}

.common-container .common-content .contact-list > li p {
    color: #616161;
    font-size: 16px
}

.common-container .common-content .common-main {
    margin-left: 50px;
    flex: 1
}

.common-container .common-content .left-part {
    width: 320px
}

.common-container .common-content .left-part .contact-list {
    padding: 3px;
    margin-top: 20px;
    background: #fff
}

.common-container .common-content .left-part .contact-list .contact-info {
    padding: 20px
}

.common-container .common-content .left-part .contact-list .contact-info li {
    display: flex;
    padding: 10px 0
}

.common-container .common-content .left-part .contact-list .contact-info li a, .common-container .common-content .left-part .contact-list .contact-info li span {
    color: #333
}

.common-container .common-content .left-part .contact-list .contact-info li i {
    color: #a40001;
    margin-right: 5px
}

.common-container .common-content .title {
    height: 55px;
    line-height: 55px;
    padding-left: 5px;
    font-size: 20px;
    color: #fff
}

.common-container .common-content .lastest-pro-list {
    padding: 3px;
    margin-top: 20px;
    background: #a40001
}

.common-container .common-content .lastest-pro-list ul {
    padding: 18px 18px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap
}

.common-container .common-content .lastest-pro-list ul li {
    padding-bottom: 18px
}

.common-container .common-content .lastest-pro-list ul li a {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid #EEE
}

.common-container .common-content .lastest-pro-list ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: rgba(11, 11, 11, .3);
    z-index: 2
}

.common-container .common-content .lastest-pro-list ul li a:hover:after, .common-container .common-content .lastest-pro-list ul li a:hover i {
    visibility: visible;
    opacity: 1
}

.common-container .common-content .lastest-pro-list ul li a i {
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 54px;
    left: 54px;
    z-index: 3;
    color: #a40001;
    font-size: 24px
}

.abouts-content {
    padding: 0 260px 50px
}

.abouts-content .abouts-title {
    margin-top: 50px;
    font-size: 28px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px
}

.abouts-content article div {
    margin-bottom: 30px
}

.abouts-content article .content, .abouts-content article .title {
    color: #2b2b2b;
    line-height: 28px
}

.abouts-content article .title {
    font-size: 16px;
    font-weight: 700
}

.abouts-content article .content {
    width: 1000px
}

.abouts-content article .imgs-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.abouts-content article .imgs-list li {
    margin-right: 10px
}

.abouts-content article .imgs-list li:last-child {
    margin: 0
}

.abouts-content article .imgs-list li img {
    display: block
}

.common-content .nav-list {
    padding: 3px;
    background: #a40001
}

.common-content .nav-list > ul > li {
    padding-left: 14px;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

.common-content .nav-list > ul > li i {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    cursor: pointer;
    display: block
}

.common-content .nav-list > ul > li i:before {
    position: absolute;
    content: " ";
    top: 17px;
    right: 21px;
    width: 8px;
    height: 8px;
    border: 2px solid #707070;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out;
    cursor: pointer
}

.common-content .nav-list > ul > li .active:before {
    transform: rotate(45deg)
}

.common-content .nav-list > ul > li:hover:before {
    border-color: #a40001
}

.common-content .nav-list > ul > li:hover > a {
    color: #a40001
}

.common-content .nav-list > ul > li > a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #7c7c7c;
    font-size: 16px
}

.common-content .nav-list > ul > li .sub-menu {
    display: none;
    padding-left: 10px
}

.common-content .nav-list > ul > li .sub-menu li {
    position: relative
}

.common-content .nav-list > ul > li .sub-menu li a {
    display: block;
    padding: 14px 10px 14px 8px;
    color: #7c7c7c;
    font-size: 16px
}

.common-content .nav-list > ul > li .sub-menu li .pro-menu {
    padding-left: 20px;
    display: none
}

.common-content .nav-list > ul > li .pro-menu {
    display: none;
    padding-left: 10px
}

.common-content .nav-list > ul > li .pro-menu li {
    position: relative
}

.common-content .nav-list > ul > li .pro-menu li a {
    display: block;
    padding: 14px 10px 14px 8px;
    color: #7c7c7c;
    font-size: 16px
}

.common-content .nav-list > ul > li .pro-menu li .pro-menu {
    padding-left: 20px;
    display: none
}

.common-content .prolist-0 li {
   
    border: 1px solid #EEE;margin-right: 2%;width: 48%;
    margin-bottom: 50px;    float: left;
}
.common-content .prolist-0 li:nth-child(2n){margin-right: 0;}
.common-content .prolist-0 li > a {
    width: 280px;
    height: 280px;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.common-content .prolist-0 li > a img {
    max-width: 100%;
    max-height: 100%
}

.common-content .prolist-0 li .pro-info {
    padding: 35px;
    flex: 1;
    background: #F6F6F6
}

.common-content .prolist-0 li .pro-info .pro-name {
    display: block;
    font-size: 20px;
    color: #373937;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 470px;
    width: 100%
}

.common-content .prolist-0 li .pro-info .pro-name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #a40001
}

.common-content .prolist-0 li .pro-intro {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    height: 75px
}

.common-content .prolist-0 li:hover .pro-info .pro-name {
    color: #a40001
}

.common-content .prolist-0 li .compare-action {
    width: 80px;
    margin: 10px 0;
    padding-right: 50px;
    transition: all .3s ease;
    background: transparent
}

.common-content .prolist-0 li .compare-action span {
    color: #1d1d1d
}

.common-content .prolist-0 li .compare-action .compare-action-check + label {
    border-color: #1d1d1d
}

.common-content .prolist-0 li .compare-action .compare-action-check:checked + label:before {
    color: #1d1d1d
}

.common-content .prolist-0 li .compare-action:hover {
    background: #a40001;
    padding-right: 20px
}

.common-content .prolist-0 li .compare-action:hover span {
    color: #FFF
}

.common-content .prolist-0 li .compare-action:hover .compare-action-check + label {
    border-color: #FFF
}

.common-content .prolist-0 li .compare-action:hover .compare-action-check:checked + label:before {
    color: #FFF
}






.common-content .prolist-0 .pro-checked {
    border-color: #a40001
}

.common-content .prolist-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.common-content .prolist-1 li {
    border: 1px solid #EEE;
    width: calc(33% - 20px);
    margin: 0 10px 20px
}

.common-content .prolist-1 li > a {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.common-content .prolist-1 li > a img {
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%
}

.common-content .prolist-1 li > a:hover img {
    transform: scale(1.1)
}

.common-content .prolist-1 li .pro-info {
    flex: 1;
    background: #F6F6F6
}

.common-content .prolist-1 li .pro-info .pro-name {
    padding: 15px 15px 0;
    display: block;
    font-size: 20px;
    color: #373937;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.common-content .prolist-1 li .pro-intro {
    padding: 0 15px;
    margin-bottom: 15px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    height: 75px
}

.common-content .prolist-1 li .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    color: #1d1d1d;
    font-size: 15px;
    background: #a40001
}

.common-content .prolist-1 li .compare-action {
    margin: 0
}

.common-content .prolist-1 .pro-checked {
    border-color: #a40001
}

.common-content .type-title {
    color: #363636;
    border-bottom: 1px solid #e2e2e2;
    border-left: 4px solid #a40001;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400
}

.common-content .type-active {
    color: #a40001 !important
}

.common-content .table-responsive, .pro-p {
    margin: 20px 0
}

.pro-p {
    font-size: 15px;
    color: #606060;
    line-height: 1.6
}

.seo_key {
    background: #F6F6F6;
    line-height: 1.6
}

.seo_key a {
    color: #555
}

.left-part .last-news-list {
    padding: 3px;
    background: #a40001
}

.left-part .last-news-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2
}

.left-part .last-news-list ul li a i {
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.left-part .last-news-list ul li a i img {
    display: block
}

.left-part .last-news-list ul li a .news-con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
    min-width: 180px;
    max-width: 180px
}

.left-part .last-news-list ul li a .news-con .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.left-part .last-news-list ul li a .news-con .date {
    color: #848484
}

.newslist-0 li {
    display: flex;
    margin: 0 0 60px 60px;
    border: 1px solid #e3e3e3;
    position: relative;
    height: 257px;
    transition: all .3s ease
}

.newslist-0 li .news-date {
    width: 60px;
    top: 0;
    position: absolute;
    left: -60px
}

.newslist-0 li .news-date p {
    text-align: center;
    color: #fff;
    background-color: #a40001;
    font-size: 23px;
    line-height: 32px
}

.newslist-0 li .news-date .month {
    font-size: 18px
}

.newslist-0 li .news-date .year {
    color: #FFF;
    background: #000;
    font-size: 16px
}

.newslist-0 li .news-img {
    width: 340px;
    height: 100%
}

.newslist-0 li .news-img a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.newslist-0 li .news-img a img {
    max-width: 100%;
    max-height: 100%
}

.newslist-0 li .news-con {
    flex: 1;
    padding: 30px
}

.newslist-0 li .news-con h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400
}

.newslist-0 li .news-con h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #a40001
}

.newslist-0 li .news-con h3 a {
    transition: all .3s ease;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    font-size: 20px;
    color: #050713
}

.newslist-0 li .news-con h3 a, .newslist-0 li .news-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newslist-0 li .news-con p {
    color: #848484;
    line-height: 1.6;
    height: 75px;
    font-size: 16px;
    -webkit-line-clamp: 3
}

.newslist-0 li:hover {
    box-shadow: 0 0 10px hsla(0, 0%, 87.1%, .75)
}

.newslist-0 li:hover .news-con h3 a {
    color: #a40001
}

.newslist-1 {
    display: flex;
    flex-wrap: wrap
}

.newslist-1 li {
    width: calc(33% - 20px);
    display: flex;
    margin: 0 10px 20px;
    border: 1px solid #e3e3e3;
    position: relative;
    flex-direction: column;
    transition: all .3s ease
}

.newslist-1 li .news-date {
    width: 60px;
    top: 0;
    position: absolute;
    left: 0
}

.newslist-1 li .news-date p {
    text-align: center;
    color: #222;
    background-color: #a40001;
    font-size: 23px;
    line-height: 32px
}

.newslist-1 li .news-date .month {
    font-size: 18px
}

.newslist-1 li .news-date .year {
    color: #FFF;
    background: #000;
    font-size: 16px
}

.newslist-1 li .news-img {
    width: 100%
}

.newslist-1 li .news-img a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.newslist-1 li .news-img a img {
    max-width: 100%;
    max-height: 100%
}

.newslist-1 li .news-con {
    flex: 1;
    padding: 10px
}

.newslist-1 li .news-con h3 {
    margin-bottom: 5px;
    position: relative;
    font-weight: 400
}

.newslist-1 li .news-con h3 a {
    transition: all .3s ease;
    height: 54px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    font-size: 18px;
    color: #050713
}

.newslist-1 li .news-con h3 a, .newslist-1 li .news-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newslist-1 li .news-con p {
    color: #848484;
    line-height: 1.6;
    height: 75px;
    font-size: 16px;
    -webkit-line-clamp: 3
}

.newslist-1 li:hover {
    box-shadow: 0 0 10px hsla(0, 0%, 87.1%, .75)
}

.newslist-1 li:hover .news-con h3 a {
    color: #a40001
}

.news-article h1 {
    font-size: 25px;
    color: #050713;
    margin-top: 40px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;text-align: center;
}

.news-article .news-date {
    color: #a40001;text-align: center;
    font-size: 16px
}

.news-article .news-date i {
    font-size: 18px;
    padding-right: 10px
}

.news-article article {
    padding: 10px 0;
    margin-top: 20px
}

.news-article article p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px
}

.news-article .article-page {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    display: flex;
    margin-top: 10px
}

.news-article .article-page > div {
    flex: 1;
    position: relative
}

.news-article .article-page > div .news-a {
    display: flex;
    height: 36px;
    align-items: center;
    color: #777;
    font-size: 16px;
    margin-top: 32px;
    position: relative;
    z-index: 1
}

.news-article .article-page > div .news-a i {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    background: #222;
    position: relative;
    color: #FFF
}

.news-article .article-page > div .news-a i:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #FFF;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: -4px;
    left: 50%;
    transform: rotate(45deg)
}

.news-article .article-page > div .news-p {
    font-size: 16px;line-height: 1.5;
    color: #000;
    margin-bottom: 8px
}

.news-article .article-page > div:hover .news-a i {
    transition: all .3s ease;
    background: #a40001
}

.news-article .article-page .next {
    text-align: right
}

.news-article .article-page .next .news-a {
    justify-content: flex-end
}

.news-article .article-page .next .news-a i {
    margin-left: 10px
}

.news-article .article-page .next .news-a i:after {
    transform: rotate(-135deg);
    margin-left: -8px
}

.common-main .pro-top {
    width: 100%;
    margin-top: 30px;
    display: flex
}

.common-main .pro-top .pro-con {
    margin-left: 70px
}

.common-main .pro-top .pro-con .btn-list {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.common-main .pro-top .pro-con .btn-list .chat-btn, .common-main .pro-top .pro-con .btn-list .download, .common-main .pro-top .pro-con .btn-list .send-btn {
    width: 200px;
    box-sizing: border-box;
    height: 50px;
    margin-right: 5%;
    margin-bottom: 5%
}

.common-main .pro-top .pro-con .btn-list .send-btn {
    background-color: #a40001;
    color: #fff
}

.common-main .pro-top .pro-con .btn-list .chat-btn {
    background-color: #222;
    color: #a40001
}

.common-main .pro-top .pro-con .btn-list .chat-btn, .common-main .pro-top .pro-con .btn-list .send-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase
}

.common-main .pro-top .pro-con .btn-list .download {
    border: 1px solid #d2d2d2;
    background-color: #FFF;
    border-radius: 3px
}

.common-main .pro-top .pro-con .btn-list .download a {
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

.common-main .pro-top .pro-con .btn-list .download:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #a40001
}

.common-main .pro-top .pro-con .pro-name {
    font-size: 24px;
    color: #141414;
    padding-bottom: 20px;
    font-weight: 400
}

.common-main .pro-top .pro-con .pro-info {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 1.8;
    padding-top: 10px;
    border-top: 1px solid #EEE
}

.common-main .pro-detail {
    font-size: 16px;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2
}

.common-main .pro-detail .pro-detail-title {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px
}

.common-main .pro-detail .pro-detail-title h3 {
    font-size: 18px;
    background: #a40001;
    padding: 15px 35px;
    display: inline-block;
    font-weight: 400;color: #fff;
}

.common-main .pro-detail .productsTags {
    margin: 12px 0
}

.common-main .pro-page {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    display: flex
}

.common-main .pro-page > div {
    flex: 1;
    position: relative
}

.common-main .pro-page > div .pro-a {
    display: flex;
    height: 36px;
    align-items: center;
    color: #777;
    font-size: 16px;
    margin-top: 32px;
    position: relative;
    z-index: 1
}

.common-main .pro-page > div .pro-a i {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    background: #222;
    position: relative;
    color: #FFF
}

.common-main .pro-page > div .pro-a i:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #FFF;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: -4px;
    left: 50%;
    transform: rotate(45deg)
}

.common-main .pro-page > div .pro-p {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px
}

.common-main .pro-page > div:hover .pro-a i {
    transition: all .3s ease;
    background: #a40001
}

.common-main .pro-page .next {
    text-align: right
}

.common-main .pro-page .next .pro-a {
    justify-content: flex-end
}

.common-main .pro-page .next .pro-a i {
    margin-left: 10px
}

.common-main .pro-page .next .pro-a i:after {
    transform: rotate(-135deg);
    margin-left: -8px
}

.common-main .pro-random .title {
    margin-top: 50px;
    color: #050713;
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.common-main .pro-random .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 0;
    background: #a40001
}

.common-main .pro-random ul {
    display: flex
}

.common-main .pro-random ul li {
    margin: 0 10px;
    flex: 1
}

.common-main .pro-random ul li .pro-img {
    position: relative;
    width: 100%;
    border: 1px solid #EEE;
    overflow: hidden
}

.common-main .pro-random ul li .pro-img:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%
}

.common-main .pro-random ul li .pro-img .img-wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0
}

.common-main .pro-random ul li .pro-name {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.common-main .pro-random ul li .pro-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.common-main .pro-random ul li:hover .pro-img img {
    transition: all .3s ease;
    transform: scale(1.1)
}

.common-main .pro-random ul li:hover .pro-name a {
    color: #a40001
}

.common-main .inquiry-title {
    margin-top: 50px;
    color: #050713;
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.common-main .inquiry-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 0;
    background: #a40001
}

.common-main .contact-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.common-main .contact-wrap .contact-info p {
    line-height: 1.6
}

.common-content .left-nav {
    padding: 3px;
    background: #a40001
}

.common-content .left-nav ul li {
    padding-left: 14px;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

.common-content .left-nav ul li:before {
    position: absolute;
    content: " ";
    top: 17px;
    right: 21px;
    width: 8px;
    height: 8px;
    border: 2px solid #707070;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    cursor: pointer
}

.common-content .left-nav ul li:hover:before {
    border-color: #a40001
}

.common-content .left-nav ul li:hover a {
    color: #a40001
}

.common-content .left-nav ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #7c7c7c;
    font-size: 16px
}

.common-content ul {
    background-color: #FFF
}

@media (min-width: 1281px)and (max-width: 1530px) {
    header .header-top, header nav {
        padding: 0 100px
    }

    .common-container .common-content {
        margin: 50px 100px
    }

    .common-container .breadcrumbs-nav {
        padding: 0 100px
    }

    footer .footer-top {
        padding: 20px 100px
    }

    footer .footer-copy {
        padding: 0 100px
    }

    footer .footer-copy .top-btn {
        right: 100px
    }

    .common-content .prolist-0 li .pro-info .pro-name {
        max-width: 400px
    }
}

@media (min-width: 1081px)and (max-width: 1280px) {
    header .header-top, header nav {
        padding: 0 50px
    }

    header nav ul > li {
        margin: 0 10px
    }

    .common-container .common-content {
        margin: 30px 50px
    }

    .common-container .breadcrumbs-nav {
        padding: 0 50px
    }

    footer .footer-top {
        padding: 20px 50px
    }

    footer .footer-top .footer-nav {
        width: 300px
    }

    footer .footer-copy {
        padding: 0 50px
    }

    footer .footer-copy .top-btn {
        right: 50px
    }

    .common-content .prolist-0 li .pro-info .pro-name {
        max-width: 250px
    }
}

@media (min-width: 769px)and (max-width: 1080px) {
    header .header-top, header nav {
        padding: 0 25px
    }

    header nav ul > li {
        margin: 0 10px
    }

    .common-container .remove-left-content .left-part {
        display: none
    }

    .common-container .common-content {
        flex-direction: column;
        margin: 30px 25px
    }

    .common-container .common-content .contact-list {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .common-container .common-content .contact-list > li {
        flex: 1;
        border: 1px solid #e2e2e2
    }

    .common-container .common-content .contact-list > li:last-child {
        border-right: 1px solid #e2e2e2
    }

    .common-container .common-content .left-part {
        width: 100%
    }

    .common-container .common-content .common-main {
        margin-left: 0
    }

    .common-container .breadcrumbs-nav {
        padding: 0 25px
    }

    footer .footer-top {
        padding: 50px 25px 30px
    }

    footer .footer-top .footer-nav {
        width: 200px
    }

    footer .footer-copy {
        padding: 0 25px
    }

    footer .footer-copy .top-btn {
        right: 25px
    }
}

@media screen and (max-width: 768px) {
    body, html {
        overflow: hidden;
        overflow-y: auto
    }

    body {
        font-size: 4vw
    }

    header .header-top {
        padding: 0 4vw;
        justify-content: flex-end
    }

    header .header-top .top-info {
        display: none
    }

    header nav {
        padding: 0 4vw;
        height: 16vw;
        justify-content: flex-end
    }

    header nav > ul {
        transition: all .3s ease;
        position: absolute;
        right: -100%;
        top: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #FFF;
        height: 100vh
    }

    header nav > ul > li {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc
    }

    header nav > ul > li i {
        position: absolute;
        box-sizing: border-box;
        width: 8vw;
        height: 4vw;
        padding-left: 4vw;
        right: 4vw;
        top: 2.8vw;
        color: #222;
        transform: scale(1.4) rotate(0);
        transform-origin: center center;
        transition: all .3s;
        font-weight: 700
    }

    header nav > ul > li a {
        justify-content: flex-start;
        font-weight: 700;
        height: 10.6666666667vw;
        color: #5d5d5d;
        font-size: 14px
    }

    header nav > ul > li a:hover {
        color: #5d5d5d
    }

    header nav > ul > li .slide-active {
        transform: scale(1.4) rotate(90deg);
        transform-origin: 6vw 2.9vw
    }

    header nav > ul > li:hover a {
        color: #5d5d5d
    }

    header nav > ul .inmenu_1 {
        color: #a40001
    }

    header nav > ul .submenu {
        display: none;
        position: relative;
        opacity: 1;
        transform: rotateX(0);
        top: 0;
        transition: none
    }

    header nav > ul .submenu li, header nav > ul .submenu li:hover a {
        background: #FFF
    }

    header nav .active {
        right: 0
    }

    header nav .nav-btn {
        display: flex
    }

    header nav .search-btn {
        background: transparent;
        margin-right: 30px;
        position: relative;
        top: 2px
    }

    header nav .search-btn i {
        color: #fff;
        font-size: 6.6666666667vw
    }

    header nav .search-input {
        width: 100%;
        padding: 4vw
    }

    header nav .search-input .searchbtn, header nav .search-input .searchtxt {
        height: 9.3333333333vw
    }

    main {
        margin-top: 16vw
    }

    footer {
        padding-bottom: 16vw
    }

    footer .footer-top {
        min-height: auto;
        height: auto;
        padding: 4vw
    }

    footer .footer-top .footer-code, footer .footer-top .footer-intro {
        display: none
    }

    footer .footer-top .footer-nav {
        width: auto
    }

    footer .footer-top .footer-nav ul {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    footer .footer-top .footer-nav ul li {
        width: 30%
    }

    footer .footer-top .footer-nav ul li a {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 5px 10px 5px 15px
    }

    footer .footer-top .footer-title {
        font-size: 4.8vw;
        padding-bottom: 0
    }

    footer .footer-top .footer-title:after {
        display: none
    }

    footer .footer-copy {
        height: auto;
        padding: 4vw;
        text-align: center;
        line-height: 1.4;
        font-size: 14px
    }

    footer .footer-copy .top-btn {
        right: 4vw;
        width: 9.3333333333vw;
        top: -4.6666666667vw;
        height: 9.3333333333vw
    }

    footer .mobile-bottom {
        z-index: 9;
        height: 16vw;
        background: #a40001;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly
    }

    footer .mobile-bottom .mobile-bottom-item {
        background: #a40001;
        padding: .6666666667vw 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 16vw;
        width: 16vw;
        font-size: 4vw;
        box-sizing: border-box
    }

    footer .mobile-bottom .mobile-bottom-item a {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff
    }

    footer .mobile-bottom .mobile-bottom-item i {
        transform: scale(1.6);
        margin-bottom: .6666666667vw
    }

    .common-container .breadcrumbs-nav {
        display: none
    }

    .common-container .common-content {
        flex-wrap: wrap;
        margin: 4vw
    }

    .common-container .common-content .common-conatct {
        display: none
    }

    .common-container .common-content .common-main {
        margin: 4vw 0
    }

    .common-container .common-content .common-main .contact-wrap {
        flex-direction: column-reverse
    }

    .common-container .common-content .common-main p {
        line-height: 1.8;
        margin-bottom: 5px
    }

    .common-container .common-content .left-part {
        display: none
    }

    .common-container .common-pages {
        margin-bottom: 0;
        font-size: 14px
    }

    .common-container .common-pages a, .common-container .common-pages span {
        font-size: 14px
    }

    .sm-mask {
        top: 13.3333333333vw
    }

    .seo-key {
        margin: 0
    }

    .seo-key .keywords {
        margin-top: 2.6666666667vw
    }

    .seo-key .keywords span {
        display: flex;
        flex-wrap: wrap
    }

    .seo-key .keywords a {
        display: inline-block;
        width: auto;
        padding: 0 2.6666666667vw;
        background: #ccc;
        border-radius: 999px;
        margin-right: 1.3333333333vw;
        color: #2b2b2b;
        margin-bottom: 4vw
    }

    .common-container .common-content .common-main .news-date p {
        margin-bottom: 0 !important;display: none;
    }
    header .header-top .top-right span{font-size: 12px;}
    header .header-top .top-right {
        width: 100%;
        justify-content: space-between
    }

    header .header-top #xyz .xyz12 {
        width: 100%
    }

    header .header-top #xyz .xyz12 ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%
    }

    header .header-top #xyz .xyz12 ul li {
        box-sizing: border-box;
        width: 120px
    }

    header .header-top #xyz .xyz12 ul li a {
        font-size: 13px
    }

    header .header-top #xyz .xyz12 ul li:first-child {
        width: 60px
    }

    header .header-top #xyz {
        width: 120px
    }

    header .header-top #xyz .xyz12 span {
        left: 100px;
        margin-right: 0
    }
}

@media screen and (min-width: 2000px) {
    .swiper-slide a, .swiper-slide img {
        width: 100%
    }

    .common-container .breadcrumbs-nav, footer .footer-copy, header .header-top, header nav {
        padding: 0 580px
    }

    .home-container .company-advantage {
        margin: 0 580px 80px
    }

    .home-container .news-product {
        padding: 0 580px 60px;
    }

    .home-container .about-wrap {
        margin: 0 580px
    }

    .home-container .news {
        padding: 0 580px 80px
    }

    footer .footer-top {
        padding: 20px 580px
    }

    footer .footer-copy .top-btn {
        right: 580px
    }

    .common-container .common-content {
        margin: 50px 580px
    }
}

@media (min-width: 1281px)and (max-width: 1530px) {
    .home-container .company-advantage {
        margin: 0 100px 80px
    }

    .home-container .news-product {
        padding: 0 100px
    }

    .home-container .news-product .pro-btn {
        padding-bottom: 50px
    }

    .home-container .news-product .news-list-btn .pro-next {
        right: -70px
    }

    .home-container .news-product .news-list-btn .pro-prev {
        left: -70px
    }

    .home-container .about-wrap, .home-container .video .contain {
        margin: 0 100px
    }

    .home-container .news {
        padding: 0 100px 80px
    }
}

@media (min-width: 1081px)and (max-width: 1280px) {
    .home-container .company-advantage {
        margin: 0 50px 80px
    }

    .home-container .company-advantage .advantage-list li {
        padding: 20px 20px 40px
    }

    .home-container .news-product {
        padding: 0 50px
    }

    .home-container .news-product .pro-btn {
        padding-bottom: 50px
    }

    .home-container .about-wrap {
        margin: 0 50px
    }

    .home-container .about-img {
        width: 400px;
        flex-basis: 400px
    }

    .home-container .about-content {
        width: calc(100% - 430px)
    }

    .home-container .video .contain {
        margin: 0 50px
    }

    .home-container .news {
        padding: 0 50px 80px
    }

    .home-container .news-content .news-title a {
        font-size: 16px
    }

    .home-container .news-content p {
        font-size: 14px;
        line-height: 1.4
    }
}

@media (min-width: 769px)and (max-width: 1080px) {
    .home-container .company-advantage {
        margin: 0 25px 80px
    }

    .home-container .company-advantage .advantage-list li {
        padding: 20px 20px 40px
    }

    .home-container .news-product {
        padding: 0 25px
    }

    .home-container .news-product .pro-btn {
        padding-bottom: 50px
    }

    .home-container .about-wrap {
        margin: 0 25px
    }

    .home-container .about-wrap > div {
        padding: 75px 0
    }

    .home-container .about-img {
        width: 350px;
        flex-basis: 350px
    }

    .home-container .about-content {
        width: calc(100% - 380px)
    }

    .home-container .video .contain {
        margin: 0 25px
    }

    .home-container .news {
        padding: 0 25px 80px
    }

    .home-container .news-list li > a {
        width: 30%;
        flex-basis: 30%;
        justify-content: flex-start
    }

    .home-container .news-content {
        width: 70%;
        flex-basis: 70%
    }

    .home-container .news-content .news-title a {
        font-size: 18px
    }

    .home-container .news-content p {
        font-size: 16px;
        line-height: 1.4
    }

    .home-container .news-list li {
        width: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 768px) {
    .home-container .company-advantage {
        margin: 0 4vw
    }

    .home-container .company-advantage .advantage-list {
        flex-wrap: wrap
    }

    .home-container .company-advantage .advantage-list li {
        padding: 2.6666666667vw;
        width: 100%;
        margin-bottom: 6.6666666667vw
    }

    .home-container .company-advantage .pro-list {
        flex-wrap: wrap
    }

    .home-container .company-advantage .pro-list > li {
        width: 46%;
        flex-basis: 46%;
        margin-bottom: 6.6666666667vw
    }

    .home-container .company-advantage .pro-list > li ul {
        padding: 2.6666666667vw
    }

    .home-container .section-title {
        font-size: 6.6666666667vw;
        padding: 2.6666666667vw 0
    }

    .home-container .news-product {
        padding: 4vw
    }

    .home-container .news-product .news-products-list {
        padding-bottom: 4vw
    }

    .home-container .news-product .news-content {
        padding: 2.6666666667vw
    }

    .home-container .news-product .news-content .ircn + p {
        display: none
    }

    .home-container .news-product .news-content .ircn {
        font-size: 14px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        padding-bottom: 6px
    }

    .home-container .news-product .news-btn span {
        font-size: 13px;
        text-align: center
    }

    .home-container .news-product .news-btn .btn {
        width: 30%;
        flex-basis: 30%
    }

    .home-container .news-product .pro-btn {
        display: none
    }

    .home-container .about-wrap {
        margin: 0 4vw;
        padding-bottom: 4vw
    }

    .home-container .about-wrap > div {
        padding: 0
    }

    .home-container .about-img {
        display: none
    }

    .home-container .about-content {
        width: 100%
    }

    .home-container .about-content .h3 {
        font-size: 6.6666666667vw;
        padding: 4vw 0
    }

    .home-container .about-content .h3:after {
        height: 3px
    }

    .home-container .about-content .h4 {
        font-size: 4.2666666667vw;
        margin: 4vw 0
    }

    .home-container .about-content p {
        -webkit-line-clamp: 3;
        height: auto
    }

    .home-container .about-us:after {
        display: none
    }

    .home-container .about-list {
        justify-content: space-between
    }

    .home-container .about-list li {
        width: 30%;
        flex-direction: column;
        height: auto;
        margin-right: 0;
        justify-content: flex-start
    }

    .home-container .about-list li span, .home-container .about-list li strong {
        text-align: center;
        font-size: 14px
    }

    .home-container .about-list li strong {
        font-size: 5.3333333333vw
    }

    .home-container .video-btn {
        margin-top: 6.6666666667vw
    }

    .home-container .video-btn a {
        padding: 2.6666666667vw
    }

    .home-container .about-btn {
        display: none
    }

    .home-container .video {
        padding: 6.6666666667vw 0
    }

    .home-container .video .contain {
        margin: 0 4vw
    }

    .home-container .video h2 {
        font-size: 5.3333333333vw;
        color: #FFF
    }

    .home-container .news {
        padding: 0 4vw 1.3333333333vw
    }

    .home-container .news-list {
        margin-top: 6.6666666667vw
    }

    .home-container .news-list li {
        width: 100%;
        flex-basis: 100%
    }

    .home-container .news-list li > a {
        width: 45%;
        flex-basis: 45%
    }

    .home-container .news-list .news-content {
        padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 2.6666666667vw
    }

    .home-container .news-list .news-content p {
        -webkit-line-clamp: 2;
        line-height: 1.2
    }

    .home-container .news-list .news-content .news-title a {
        font-size: 4vw;
        height: auto;
        min-height: auto
    }
}

.pro-list2 {
    margin-top: 60px
}

@media screen and (max-width: 768px) {
    .pro-list2 {
        margin-top: 10px
    }
    .home-container .news-list li > a{width: 100%;}
}

.home-container .company-advantage .pro-list {
    justify-content: flex-start
}

.home-container .company-advantage .pro-list > li {
    margin-right: 37px;
    margin-bottom: 30px
}

.home-container .company-advantage .pro-list > li:nth-of-type(4n) {
    margin-right: 0
}

.home-container .company-advantage .pro-list > li > a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 10px
}

@media screen and (max-width: 768px) {
    .home-container .company-advantage .pro-list > li {
        margin-right: 0;
        margin-bottom: 4vw
    }

    .home-container .company-advantage .pro-list {
        justify-content: space-between
    }
}

@media (min-width: 769px)and (max-width: 1081px) {
    .common-container .news-content .left-part {
        display: none
    }

    .common-container .news-content .newslist-0 li .news-img {
        width: 300px
    }
}

@media screen and (max-width: 768px) {
    .newslist-0 li {
        height: auto;
        margin: 0 0 6.6666666667vw
    }

    .newslist-0 li .news-date {
        left: 0;
        width: 13.3333333333vw
    }

    .newslist-0 li .news-date .day, .newslist-0 li .news-date .month, .newslist-0 li .news-date .year {
        font-size: 16px
    }

    .newslist-0 li .news-img {
        width: 45%;
        height: auto
    }

    .newslist-0 li .news-con {
        padding: 2.6666666667vw
    }

    .newslist-0 li .news-con h3 {
        padding-bottom: 0;
        margin-bottom: 2.6666666667vw
    }

    .newslist-0 li .news-con h3 a {
        font-size: 16px;
        height: auto
    }

    .newslist-0 li .news-con p {
        font-size: 14px;
        -webkit-line-clamp: 2;
        height: auto;
        line-height: 1.2
    }

    .newslist-1 {
        justify-content: space-between
    }

    .newslist-1 li {
        width: 47%;
        height: auto;
        margin: 0 0 6.6666666667vw
    }

    .newslist-1 li .news-img {
        height: 30.6666666667vw
    }

    .newslist-1 li .news-date {
        left: 0;
        width: 13.3333333333vw
    }

    .newslist-1 li .news-date .day, .newslist-1 li .news-date .month, .newslist-1 li .news-date .year {
        font-size: 16px
    }

    .newslist-1 li .news-con {
        padding: 2.6666666667vw
    }

    .newslist-1 li .news-con h3 {
        padding-bottom: 0;
        margin-bottom: 2.6666666667vw
    }

    .newslist-1 li .news-con h3 a {
        font-size: 16px;
        height: auto
    }

    .newslist-1 li .news-con p {
        font-size: 14px;
        -webkit-line-clamp: 2;
        height: auto;
        line-height: 1.2
    }

    .news-article h1 {
        margin-top: 0;
        font-size: 5.3333333333vw
    }

    .news-article article {
        margin-top: 2.6666666667vw
    }

    .news-article .article-page {
        flex-direction: column
    }

    .news-article .article-page > div {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;margin-bottom: 15px;
    }

    .news-article .article-page > div .news-a, .news-article .article-page > div .news-p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        height: 10.6666666667vw;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .news-article .article-page .next .news-a i {
        margin-left: 0
    }
}

@media (min-width: 769px)and (max-width: 1081px) {
    .common-container .knowledges-content .left-part {
        display: none
    }

    .common-container .knowledges-content .newslist-0 li .news-img {
        width: 300px
    }
}

@media (min-width: 769px)and (max-width: 1080px) {
    .common-container .product-content .left-part {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .pro-detail-container .inner-banner img {
        display: none
    }

    .table-responsive {
        touch-action: auto;
        width: 100%;
        margin: .2rem 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .common-content .prolist-0 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .common-content .prolist-0 li {
        flex-direction: column;
        width: 46%;
        margin-bottom: 6.6666666667vw
    }

    .common-content .prolist-0 li > a {
        width: 100%;
        height: 47.7333333333vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .common-content .prolist-0 li > a img {
        display: block
    }

    .common-content .prolist-0 li .pro-info {
        padding: 2.6666666667vw 2.6666666667vw 0
    }

    .common-content .prolist-0 li .pro-info .pro-name {
        padding-bottom: 2.6666666667vw;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        max-height: 7.5vw;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .common-content .prolist-0 li .pro-info .pro-intro {
        display: none
    }

    .common-content .prolist-0 li .pro-info .more-btn {
        margin-top: 0;
        font-size: 13px
    }

    .common-content .prolist-0 li:hover .more-btn {
        padding: 0 20px;
        background: #a40001
    }

    .common-content .prolist-0 li:hover .compare-action {
        width: 100%;
        background: transparent;
        padding-right: 0
    }

    .common-content .prolist-0 li:hover .compare-action span {
        color: #1d1d1d
    }

    .common-content .prolist-0 li:hover .compare-action .compare-action-check + label {
        border-color: #1d1d1d
    }

    .common-content .prolist-0 li:hover .compare-action .compare-action-check:checked + label:before {
        color: #1d1d1d
    }

    .common-content .prolist-1 {
        justify-content: space-between
    }

    .common-content .prolist-1 li {
        width: 47%;
        margin: 0 0 6.6666666667vw
    }

    .common-content .prolist-1 li > a {
        width: 100%;
        height: 47.7333333333vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .common-content .prolist-1 li > a img {
        display: block
    }

    .common-content .prolist-1 li .pro-info .pro-name {
        padding: 2.6666666667vw;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        max-height: 7.5vw;
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .common-content .prolist-1 li .pro-info .pro-intro {
        display: none
    }

    .common-content .prolist-1 li .pro-info .more-btn {
        margin-top: 0;
        font-size: 14px;
        height: 9.3333333333vw
    }

    .common-main {
        width: 100%
    }

    .common-main .pro-top {
        margin-top: 0;
        flex-direction: column
    }

    .common-main .pro-top .pro-con {
        margin: 0
    }

    .common-main .pro-top .pro-con .btn-list {
        margin-top: 1.3333333333vw;
        align-items: center;
        justify-content: center
    }

    .common-main .pro-top .pro-con .btn-list .chat-btn, .common-main .pro-top .pro-con .btn-list .send-btn {
        width: 100%;
        height: 13.3333333333vw;
        margin-bottom: 5.3333333333vw
    }

    .common-main .pro-top .pro-con .btn-list .download {
        width: 100%;
        height: 13.3333333333vw
    }

    .common-main .pro-top .pro-con .btn-list .download:after {
        width: 0
    }

    .common-main .pro-top .pro-con .pro-name {
        font-size: 5.3333333333vw;
        padding-bottom: 0
    }

    .common-main .pro-top .spec-preview, .common-main .pro-top .spec-scroll .next, .common-main .pro-top .spec-scroll .prev {
        display: none
    }

    .common-main .pro-page {
        flex-direction: column
    }

    .common-main .pro-page > div {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center
    }

    .common-main .pro-page > div .pro-a, .common-main .pro-page > div .pro-p {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        height: 10.6666666667vw;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .common-main .pro-page .next .pro-a i {
        margin-left: 0
    }

    .common-main .pro-detail {
        margin-top: 1.3333333333vw
    }

    .common-main .inquiry-title {
        margin: 6.6666666667vw 0;
        font-size: 5.6vw
    }

    .common-main .pro-random .title {
        color: #050713;
        font-size: 5.6vw;
        text-transform: capitalize;
        position: relative;
        padding-bottom: 10px;
        margin: 6.6666666667vw 0 20px
    }

    .common-main .pro-random ul {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .common-main .pro-random ul li {
        width: 47%;
        flex: none;
        margin: 0
    }

    .common-content .type-title {
        font-size: 16px;
        margin-bottom: 4vw
    }
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a40001;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
    color: #FFF
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.swiper-slide {
    display: flex;
    justify-content: center
}

.swiper-lazy-preloader {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 2px solid #000 !important;
    border-top-color: transparent !important
}

.home-container .swiper-container .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    border-radius: 999px
}

@media screen and (max-width: 768px) {
    .home-container .swiper-container .swiper-pagination-bullet {
        width: 8px
    }

    .home-container .swiper-button-next, .home-container .swiper-button-prev {
        display: none
    }
}

.preview-container {
    position: relative;
    width: 450px
}

.preview-container .small-box {
    position: relative;
    width: 450px;
    height: 450px;
    border: 1px solid #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

.preview-container .small-box img {
    max-width: 100%;
    max-height: 100%
}

.preview-container .small-box .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: hsla(0, 0%, 80%, .6);
    border: 1px solid #EEE;
    display: none
}

.preview-container .thumbnail-box {
    margin-top: 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.preview-container .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0px auto;
    position: relative
}

.preview-container .thumbnail-box .list ul {
    width: 100000px;
    display: flex
}

.preview-container .thumbnail-box .list ul .item {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.preview-container .thumbnail-box .list ul .item:hover {
    cursor: pointer
}

.preview-container .thumbnail-box .list ul .item img {
    max-width: 100%;
    max-height: 100%
}

.preview-container .thumbnail-box .list ul .item-cur {
    border: 1px solid #a40001
}

.preview-container .thumbnail-box .list .banner-page {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 6.6666666667vw;
    width: 13.3333333333vw;
    border-radius: 5.3333333333vw;
    background: rgba(0, 0, 0, .8);
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    z-index: 999
}

.preview-container .thumbnail-box .list .banner-page span {
    color: #FFF;
    font-size: 4vw
}

.preview-container .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px
}

.preview-container .thumbnail-box .btn-prev {
    left: 0;
    background: url(/template/default/images/btn_prev.png) no-repeat
}

.preview-container .thumbnail-box .btn-next {
    right: 0;
    background: url(/template/default/images/btn_next.png) no-repeat
}

.preview-container .thumbnail-box .btn_prev_disabled {
    background: url(/template/default/images/btn_prev_disabled.png) no-repeat;
    cursor: not-allowed
}

.preview-container .thumbnail-box .btn_next_disabled {
    background: url(/template/default/images/btn_next_disabled.png) no-repeat;
    cursor: not-allowed
}

.preview-container .big-box {
    display: none;
    overflow: hidden;
    top: 0;
    left: 449px;
    border: 1px solid #EEE;
    position: absolute;
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    background: #FFF;
    z-index: 20
}

.preview-container .big-box img {
    display: block;
    max-width: none;
    width: 130%
}

.banner-page {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 6.6666666667vw;
    width: 13.3333333333vw;
    border-radius: 5.3333333333vw;
    background: rgba(0, 0, 0, .3);
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    z-index: 999
}

.banner-page span {
    color: #FFF;
    font-size: 4vw
}

@media screen and (max-width: 768px) {
    .spec-scroll {
        clear: both;
        margin: 0;
        width: 100%;
        height: auto;
    }
/*.common-main .pro-top .spec-preview{display: block;}*/
    .spec-scroll .items {
        float: none;
        position: relative;
        width: 100%;
        height: 100vw;
        overflow: hidden
    }

    .spec-scroll .items ul {
        height: auto;
        overflow: visible
    }

    .spec-scroll .items ul li {
        flex-basis: auto;
        width: 100%;
        float: none;
        padding-right: 0
    }

    .spec-scroll .items ul li span {
        width: 100%;
        height: 93.3333333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none !important
    }

    .spec-scroll .items ul li span img {
        display: block;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%
    }

    .spec-scroll .swiper-pagination-bullet-active {
        background: #a40001
    }

    .banner-page {
        display: flex
    }
}

#feedbackForm span.xh, .feedbackForm #feedbackForm .atextarea, .feedbackForm #feedbackForm .fsbtn, .feedbackForm #feedbackForm .lable, .feedbackForm #feedbackForm .submita, .feedbackForm #feedbackForm .text, .feedbackForm #feedbackForm table, .feedbackForm #msg, .feedbackForm .fput, .feedbackForm .ftxt {
    max-width: none;
    padding: 0;
    margin: auto;
    border: 0;
    height: auto;
    font-size: auto;
    line-height: 1.5;
    font-family: Arial;
    color: #333;
    background: 0 0;
    text-align: left
}

.feedbackForm {
    max-width: 1200px;
    margin: 20px auto 3.25rem
}

.feed-title {
    font-size: 1.875rem;
    color: #2c2c2c;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    text-transform: uppercase
}

.feedbackForm #feedbackForm td {
    border: 0;
    height: 48px;
    padding: 0;
    width: auto;
    margin-left: 10px
}

.lable {
    white-space: nowrap
}

.feedbackForm #feedbackForm tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.feedbackForm #feedbackForm tr {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: .9375rem;
    color: #727272
}

.feedbackForm #feedbackForm tr:nth-child(-n+4) {
    width: 49%;
    flex-basis: 49%
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) {
    display: flex;
    justify-content: flex-start
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) td:first-child {
    display: flex;
    align-items: center;
    padding: 0 5px
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) td:last-child {
    width: 100%;
    flex-basis: 100%;
    display: block
}

.feedbackForm #feedbackForm tr:nth-child(-n+5) input {
    width: 100%;
    height: 100%;
    outline: 0
}

.feedbackForm #feedbackForm tr:nth-child(5) {
    width: 100%;
    flex-basis: 100%
}

.feedbackForm #feedbackForm tr:nth-child(6) {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column
}

.feedbackForm #feedbackForm tr:nth-child(7) {
    border: 0;
    padding: 0
}

#feedbackForm input, .feedbackForm #feedbackForm #SubmitContent {
    border: 0;
    font-size: .9375rem;
    color: #000;
    padding-left: 5px;
    box-sizing: border-box
}

.feedbackForm #feedbackForm #SubmitContent {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    box-sizing: border-box
}

.feedbackForm #feedbackForm .submita {
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
    border: none;
    background-color: #a40001;
    text-transform: uppercase;
    cursor: pointer
}

#feedbackForm input::-moz-placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input:-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input::placeholder {
    font-size: 14px;
    color: #666
}

#feedbackForm input {
    color: #666
}

.feedbackForm #feedbackForm tr:nth-child(6) td {
    height: auto;
    padding: 0 5px;
    display: block
}

.feedbackForm #feedbackForm tr:nth-child(6) textarea {
    outline: 0;
    text-indent: 15px
}

.feedbackForm #feedbackForm .xh {
    color: red
}

@media screen and (max-width: 768px) {
    .send-inquiry .inquiry-form input {
        padding-left: 2.6666666667vw;
        width: 100%;
        height: 12vw;
        margin-bottom: 4vw
    }

    .send-inquiry .inquiry-form textarea {
        padding-top: 3.3333333333vw;
        padding-left: 2.6666666667vw;
        width: 100%;
        height: 33.3333333333vw
    }

    .send-inquiry .inquiry-form #in-company, .send-inquiry .inquiry-form #in-name, .send-inquiry .inquiry-form #in-title {
        background-size: 5.3333333333vw 5.3333333333vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-email, .send-inquiry .inquiry-form #in-phone {
        background-size: 4.6666666667vw 4.6666666667vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-content {
        background-size: 4vw 4vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .send-btn {
        width: 42.6666666667vw;
        height: 10.6666666667vw;
        margin: 4vw auto 0
    }

    .send-inquiry .send-btn .span:first-child {
        font-size: 4vw
    }

    .send-inquiry .send-btn .span:nth-child(2) {
        width: 4vw
    }

    .feedbackForm #feedbackForm tr:nth-child(-n+4) {
        width: 100%;
        flex-basis: 100%
    }

    .feedbackForm #feedbackForm tr:nth-child(2), .feedbackForm #feedbackForm tr:nth-child(4) {
        display: none
    }

    .feedbackForm {
        margin-bottom: 0
    }
}

#feedbackForm table {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    text-align: left
}

.ftxt {
    width: 24%
}

.fput {
    width: 70%
}

#feedbackForm .text {
    float: left;
    width: 80%;
    height: 26px;
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 26px;
    padding: 0 5px;
    border: 1px solid #ccc;
    font-family: 'Î¢ÈíÑÅºÚ', Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
    color: #666
}

#feedbackForm .lable {
    padding: 10px 12px 0 0;
    line-height: 30px;
    height: 30px;
    text-align: right
}

#feedbackForm .atextarea {
    float: left;
    width: 80%;
    padding: 5px;
    margin: 16px 0 0;
    border: 1px solid #ccc;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Î¢ÈíÑÅºÚ', Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
    color: #666
}

#feedbackForm .submita {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    background: #ff9c00;
    margin: 20px 14px;
    border: none;
    color: #FFF;
    cursor: pointer
}

#feedbackForm .fsbtn {
    text-align: center;
    width: 80%;
    padding: 1px;
    margin: 0
}

#feedbackForm span.xh, #msg {
    color: red
}

.feedback-tips {
    position: fixed;
    top: 30%;
    left: 50%;
    background: #FFF;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 30px;
    width: 450px;
    z-index: 99999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #a8a8a8;
    display: none
}

.feedback-tips .feedback-tips-box {
    display: flex;
    flex-direction: column
}

.feedback-tips button#closeBtn {
    border: 0;
    background: #408aec;
    color: #FFF;
    height: 35px;
    width: 65px;
    border-radius: 3px;
    box-shadow: 0 0 2px #408aec;
    align-self: flex-end;
    margin: 15px 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}

.feedback-tips p#feedback-text {
    color: #333;
    font-size: 14px;
    margin: 0
}

.feedback-tips p#feedback-text, .feedback-tips p#feedback-title {
    padding: 0;
    font-family: 'Î¢ÈíÑÅºÚ', Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.6
}

.feedback-tips p#feedback-title {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px
}

.compare-action {
    position: relative;
    height: 37px;
    margin: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a40001;
    cursor: pointer
}

.compare-action span {
    display: inline-block;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.compare-action .compare-action-check + label {
    width: 16px;
    height: 16px;
    content: " ";
    border: 1px solid #FFF;
    border-radius: 1px;
    margin-right: 10px;
    cursor: pointer
}

.compare-action .compare-action-check:checked + label:before {
    font-size: 16px;
    line-height: 16px;
    content: "?";
    text-align: center;
    color: #FFF;
    position: relative;
    left: 2px;
    top: 1px
}

.compare-action input[type=checkbox] {
    visibility: hidden
}

.compare-panel {
    height: 100px;
    background: #f1f1f1;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px
}

.compare-panel .button-area {
    float: right;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center
}

.compare-panel .button-area .contact-button {
    margin: 16px 20px;
    background: #a40001;
    color: #FFF;
    line-height: 28px;
    padding: 0 12px;
    border-color: transparent;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer
}

.clear-all, .close {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    opacity: .5
}

.clear-all .ic-close, .close .ic-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 45px
}

.clear-all .ic-close:after, .clear-all .ic-close:before, .close .ic-close:after, .close .ic-close:before {
    position: absolute;
    left: 15px;
    content: "";
    height: 16px;
    width: 2px;
    background-color: #FFF
}

.clear-all .ic-close:before, .close .ic-close:before {
    transform: rotate(45deg)
}

.clear-all .ic-close:after, .close .ic-close:after {
    transform: rotate(-45deg)
}

.button-area .clear-all {
    margin-right: 20px;
    cursor: pointer
}

.button-area .clear-all:hover {
    opacity: 1;
    color: #a40001
}

.button-area .close {
    position: relative;
    width: 60px;
    height: 100%;
    background: #555;
    cursor: pointer;
    display: inline-grid;
    align-items: Center;
    font-size: 16px;
    text-align: center
}

.button-area .close i {
    color: #FFF
}

.list-wrapper {
    height: 100%;
    margin-right: 380px;
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden
}

.list-wrapper::-webkit-scrollbar {
    height: 8px
}

.list-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}

.list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3)
}

.list-wrapper .next, .list-wrapper .pre {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 60px;
    color: #999;
    font-size: 32px;
    line-height: 60px;
    width: 32px
}

.list-wrapper .next {
    right: 0;
    text-align: right;
    color: #FFF
}

.list-wrapper .item-clear {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 20px;
    height: 100%;
    border-left: 1px solid #ebecf0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.list-wrapper .item-clear .ic-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -6px;
    top: 25px
}

.list-wrapper .item-clear .ic-close:after, .list-wrapper .item-clear .ic-close:before {
    position: absolute;
    left: 15px;
    content: "";
    height: 10px;
    width: 2px;
    background-color: #333
}

.list-wrapper .item-clear .ic-close:before {
    transform: rotate(45deg)
}

.list-wrapper .item-clear .ic-close:after {
    transform: rotate(-45deg)
}

.list-wrapper .item-clear .fa {
    color: #c4c6cf
}

.list-wrapper .item-content {
    padding: 7px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.list-wrapper .item-img {
    float: left;
    width: 80px;
    height: 45px;
    display: flex;
    align-items: center
}

.list-wrapper .item-img img {
    max-width: 100%;
    max-height: 100%
}

.list-wrapper .item-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-left: 10px
}

.cart-list {
    padding: 0 32px
}

#productChache_listPC {
    position: relative;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.selected-all {
    margin-left: 0;
    display: flex
}

.selected-item {
    padding: 10px 6px
}

.selected-item .item-box {
    width: 220px;
    height: 60px;
    background: #FFF
}

@media (max-width: 768px) {
    .compare-action {
        position: relative;
        margin: 5.3333333333vw 2.6666666667vw;
        height: 8vw;
        font-size: 3.2vw;
        justify-content: flex-start
    }

    .compare-action .compare-action-check + label {
        margin-left: 0;
        margin-right: 5px
    }

    .products-content .pro-list .compare-action span {
        margin: 0
    }

    .compare-panel {
        height: 17vw
    }

    .compare-panel .button-area {
        padding: 0 3vw;
        display: flex;
        justify-content: space-between;
        float: none
    }

    .compare-panel .button-area .close {
        display: none
    }

    .compare-panel .list-wrapper {
        padding-left: 0;
        position: absolute;
        top: -15.6vw;
        margin-right: 0;
        width: 100%
    }

    .compare-panel .list-wrapper .cart-list {
        padding: 0;
        width: 100%
    }

    .compare-panel .list-wrapper .cart-list #productChache_listPC .selected-all {
        width: 100%
    }

    .compare-panel .list-wrapper .selected-item {
        padding: 0;
        width: 20%;
        position: relative
    }

    .compare-panel .list-wrapper .selected-item .item-box {
        width: auto;
        height: 14vw
    }

    .compare-panel .list-wrapper .selected-item .item-clear {
        height: 30px;
        width: 30px;
        background: #EEE;
        border: none;
        position: absolute;
        border-radius: 50%;
        opacity: .7;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .compare-panel .list-wrapper .selected-item .item-clear .ic-close {
        top: 10px;
        left: 0
    }

    .compare-panel .list-wrapper .selected-item .item-content {
        padding: 2px 3px;
        box-sizing: border-box;
        border: 1px solid #EEE
    }

    .compare-panel .list-wrapper .selected-item .item-content .item-title {
        display: none
    }

    .compare-panel .list-wrapper .selected-item .item-content .item-img {
        width: auto;
        height: 13vw
    }
}

.inquiry-pro-list {
    margin: 50px 0;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 100px
}

.inquiry-pro-list a {
    text-decoration: none;
    color: #000
}

.inquiry-pro-list .inquiry-pro-item {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 40px 10px;
    margin-top: 0;
    box-sizing: content-box
}

.inquiry-pro-list .inquiry-pro-item .pro-item-img {
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.inquiry-pro-list .inquiry-pro-item .pro-item-img a {
    width: 100%;
    height: 100%
}

.inquiry-pro-list .inquiry-pro-item .pro-item-img img {
    height: 100%
}

.inquiry-pro-list .inquiry-pro-item .pro-item-name {
    padding-top: 30px;
    margin-left: 50px;
    font-size: 14px
}

.inquiry-pro-list .inquiry-pro-item .pro-item-name a {
    font-size: 16px
}

.inquiry-pro-list .inquiry-pro-item .pro-item-name a:hover {
    color: #a40001
}

.inquiry-pro-list .inquiry-pro-item .pro-item-name p {
    padding: 0;
    margin: 0
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del {
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 200px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -6px;
    top: 43px
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close:after, .inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close:before {
    position: absolute;
    left: 15px;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #333
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close:before {
    transform: rotate(45deg)
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close:after {
    transform: rotate(-45deg)
}

.inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close:hover {
    cursor: pointer
}

.inquiry-pro-list .inquiry-pro-item:last-child {
    border: none
}

@media (max-width: 768px) {
    .inquiry-pro-list {
        padding: 1vw 5vw
    }

    .inquiry-pro-list .inquiry-pro-item {
        box-sizing: border-box;
        padding: 3vw;
        margin: 0;
        height: 20vw
    }

    .inquiry-pro-list .inquiry-pro-item .pro-item-del {
        padding-top: 0;
        width: 10vw
    }

    .inquiry-pro-list .inquiry-pro-item .pro-item-del .ic-close {
        right: 0;
        top: 4vw
    }

    .inquiry-pro-list .inquiry-pro-item .pro-item-name {
        font-size: 3vw;
        margin: 0;
        padding: 2vw 0 0;
        max-width: 48vw
    }

    .inquiry-pro-list .inquiry-pro-item .pro-item-name p a {
        font-size: 3.2vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .inquiry-pro-list .inquiry-pro-item .pro-item-img {
        min-width: 24vw;
        margin-right: 3vw;
        width: auto
    }
}

.ie header nav ul > li {
    position: relative
}

.ie header nav ul .submenu {
    left: 0
}

.ie .left-part .last-news-list ul li a i img {
    max-height: 90px
}

.ie .home-container .news-product .news-content .ircn + p {
    max-height: 50px;
    overflow: hidden
}

.ie .common-container .common-content .lastest-pro-list ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 130px;
    max-width: 130px
}

.ie .left-part .last-news-list ul li a i {
    display: block
}

.ie10 header nav ul .submenu li {
    overflow: hidden
}

.ie10 .home-container .news-list li {
    width: 45%;
    flex-basis: 45%
}

.ie10 .home-container .about-list {
    padding-top: 40px
}

.ie10 .home-container .news-product .news-btn .btn {
    flex-basis: 48px
}

.ie10 .common-container .common-content .left-part .contact-list .contact-info li a, .ie10 .common-container .common-content .left-part .contact-list .contact-info li span {
    display: block;
    width: 250px
}

.infoBoxContent p {
    line-height: 1.2
}

.infoBoxContent a {
    color: blue
}

.e_mobile {
    display: none
}

.news-article .news-date i {
    display: none
}

.news-article .news-date {
    color: #666;
    font-size: 14px
}

.news-article .news-date a {
    color: #666
}

@media screen and (max-width: 768px) {
    .common-main .pro-top .pro-con .pro-info {
        display: none
    }
    header nav .header-logo img{
        height: 25px;
    }
    .common-container .common-content .common-main .news-article article p, .common-container .common-content .common-main .pro-detail p {
        font-size: 18px;
        line-height: 2;
        color: #444
    }

    .news-article .news-date {
        font-size: 12px
    }

    .news-article h1 {
        font-size: 20px
    }

    .news-article .news-date {
        font-size: 12px
    }

    footer .mobile-bottom {
        height: auto;
        min-height: 16vw;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom)
    }

    footer {
        padding-bottom: calc(16vw + constant(safe-area-inset-bottom));
        padding-bottom: calc(16vw + env(safe-area-inset-bottom))
    }
}

.prodetail-view .singglepic img {
    max-width: 100%
}

.common-caselist ul li{
    width: 49%;float: left;border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-right: 2%;margin-bottom: 2%;
}
.common-caselist ul li > a img{
    width: 100%;display: block;margin-bottom: 20px;border-radius: 5px;max-height:270px;
}
.pagebar .pagelist {
    display: flex; justify-content: center; margin-top: 10px;margin-bottom: 30px;
}
.pagelist a {
    background: #fff;border: 1px solid #ccc;color: #333;font-size: 20px;padding: 8px 12px;margin: 0 10px;border-radius: 3px;
}
.pagelist span {
    color: #333;font-size: 20px;padding: 8px 2px; margin: 0 5px;border-radius: 3px;
}
.pagelist a:hover {
    color: #a40001;border: 1px solid #a40001;
}
.pagelist a.page-num-current {
    color: #fff;background: #a40001;border: 1px solid #a40001;
}
.common-caselist ul li > a{width: 100%;height: auto}
.common-caselist ul li p{line-height: 2;font-size: 18px;}
.common-caselist ul li p span{line-height: 2;font-size: 15px;color: #666}
.common-caselist ul li:nth-child(2n){margin-right:0;}
.kf_foot {position: fixed;bottom: 6px;right: 6px;z-index: 99999;}
.kf_foot a{display:inline-block;padding: 5px;background: #fff;box-shadow: 0 0 10px 0 rgba(20,34,67,.1);border-radius: 6px;}
@media screen and (max-width: 768px) {
    .pagelist a.hidden-sm{display: none;}
    .common-caselist ul li{width: 100%;margin-right: 0;}
    .pagelist a{font-size: 0.8rem;margin: 0 3px; padding: 6px 8px;}
    .spec-preview{width: 100%;}
    .kf_foot{display: none}
    .news-article article img{width: auto!important;height: auto!important;max-width: 100%!important;}
}<!--ºÄÊ±1782455083.983Ãë-->