﻿.body {
    width: 1200px;
    /* height: 5000px; */
}

#bodyContent {
    background-color: #ffffff;
    width: 100%;
    display: grid;
}

#bodyContainer {
    background-color: #ffffff;
    width: 100%;
}

#bodyNew {
    background-color: #f3f4f7;
    width: 100%;
}

#bodyRec {
    background-color: #f8fafb;
    width: 100%;
}

#bodyHot {
    background-color: #ffffff;
    width: 100%;
    border-top: 1px solid #f3f3f3;
}

#bodyVideo {
    background-color: #ffffff;
    width: 100%;
}

#videoDivTit {
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

#videoDiv .watermarkVideo {
    width: 282px;
    height: 214px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.6;
    background-color: #000000;
    background-image: url(/Image/video.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: 170px;
}

#videoDiv {
    width: 1200px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

#homeProductVideo {
    width: 1210px;
    margin-left: -10px;
    float: left;
    /* padding-bottom: 40px; */
}


    #homeProductVideo ul {
        padding: 0;
        width: 280px;
        height: 300px;
        background: white;
        position: relative;
        margin: 14px 0 0 14px;
        float: left;
        border: 1px solid #ffffff;
        border-radius: 15px;
    }


        #homeProductVideo ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-radius: 15px;
        }


            #homeProductVideo ul li a {
                color: #808080;
                text-decoration: none;
                border-radius: 15px;
            }


            #homeProductVideo ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }


            #homeProductVideo ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }


    #homeProductVideo .product-img {
        width: 282px !important;
        margin-top: 0px !important;
    }


        #homeProductVideo .product-img a {
            position: relative;
            display: inline-block;
            width: 282px;
            height: 214px;
        }

#bodyOur {
    background-color: #f9fafc;
    width: 100%;
}


    #bodyOur #ourDiv {
        width: 1000px;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 30px;
    }

        #bodyOur #ourDiv img {
            width: 1000px;
        }

#ourDivTit {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: #272828;
    width: 1000px;
    text-align: center;
    padding: 0 0;
    margin: 2px 0;
}

#bodySup {
    border-top: 10px solid #f9f9f9;
    background-color: #ffffff;
    width: 100%;
}


    #bodySup #supDiv {
        width: 1200px;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
    }

#supDivTit {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: #272828;
    width: 1200px;
    text-align: center;
    padding: 0 0;
    margin: 5px 0;
}

.swiper-container {
    width: 100%;
    max-width: 1000px;
    height: 460px;
    float: left;
}

.swiper-container-di {
    width: 1000px;
    background-color: #505050;
    height: 460px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-di-di {
    width: 100%;
}

.swiper-container-di-di-di {
    margin-top: 0px;
}

#wrapper {
    background: #fff;
    position: relative;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 460px !important;
    overflow: hidden;
    z-index: 66;
}

    .fullwidthbanner-container .fullwidthabnner {
        width: 100% !important;
        max-height: 460px !important;
        position: relative;
    }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #e1472f !important;
}
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

    .tp-bullets.simplebullets.round .bullet {
        cursor: pointer;
        position: relative;
        background: #fff;
        width: 188px;
        height: 6px;
        float: left;
        -webkit-transition: background 0.1s linear;
        -moz-transition: color, background 0.1s linear;
        -o-transition: color, background 0.1s linear;
        transition: color, background 0.1s linear;
    }


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #add543 url(../../image/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla瀏覽器的私有属性 
	-webkit-border-radius: 20px;  Webkit瀏覽器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #add543 url(../../image/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla瀏覽器的私有属性 
	-webkit-border-radius: 20px;  Webkit瀏覽器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
        width: 5000px;
        position: absolute;
    }

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-bullets.tp-thumbs .bullet:hover,
    .tp-bullets.tp-thumbs .bullet.selected {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

#companyIntroductionDiv {
    width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    height: 430px;
}

#companyIntroduction {
    width: 620px;
    height: 440px;
    overflow: hidden;
    float: left;
}

    #companyIntroduction * {
        margin: auto;
        font-size: revert-layer;
        font-family: sans-serif;
    }

    #companyIntroduction img {
        /* width: 100%; */
        /* height:605px; */
    }

#companyHomeUrlDiv {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

    #companyHomeUrlDiv ul {
        width: 1200px;
        height: 175px;
        padding: 0 0;
        margin-left: 15px;
    }

    #companyHomeUrlDiv li {
        width: 240px;
        height: 145px;
        list-style-type: none;
        float: left;
        cursor: pointer;
    }

.iframeVideoDiv {
    width: 561px;
    height: 440px;
    float: right;
    margin-top: 20px;
}

#iframeVideo {
    width: 100%;
    border-radius: 20px;
    border: 0px solid #000;
    background-color: #000;
    margin: 0 0;
    padding: 0 0;
}


#companyHomeSearch {
    background-color: #f3f4f7;
    margin: auto;
    padding: 0 0;
    width: 100%;
}

#companyHomeSearch-vi {
    width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    height: 460px;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #companyHomeSearch-vi li {
        list-style-type: none;
        float: left;
    }

        #companyHomeSearch-vi li span {
            font-size: 16px;
        }

        #companyHomeSearch-vi li input:hover {
            border: 1px solid #FF5722;
        }

#companyHomeDynamics #companyHomeDynamicsSpan {
    margin: 10px 15px;
    float: left;
    font-weight: bold;
    font-size: 18px;
}

#companyHomeDynamics ol {
    padding: 0;
    width: 95%;
    /* border-bottom: 1px solid #c5c4c4; */
    margin: 10px 0 8px 20px;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
}

    #companyHomeDynamics ol li {
        list-style: none;
        max-width: 300px;
        FONT-VARIANT: JIS83;
        float: left;
    }

        #companyHomeDynamics ol li a {
            color: black;
        }

        #companyHomeDynamics ol li:nth-child(1) {
            min-width: 110px;
            margin: 0 0;
            padding: 0 30px 0 0;
            max-width: 110px !important;
        }

        #companyHomeDynamics ol li:nth-child(3) {
            display: none !important;
        }

        #companyHomeDynamics ol li img {
            min-width: 110px;
            margin: 0 0;
            padding: 0 30px 0 0;
            /* max-width: 110px !important; */
            max-height: 75px;
        }

        #companyHomeDynamics ol li:nth-child(2) {
            min-width: 540px;
            margin: -3px 0 5px 0;
            line-height: 23px;
            FONT-WEIGHT: 500;
            max-width: 540px !important;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }

#apsreset:hover {
    border: 1px solid #d7d7d7 !important;
}

#companyHomeSearch-vi li input:focus {
    outline: none;
    border: 1px solid #f51616;
}

#companyHomeSearch-vi li select:focus {
    outline: none;
    border: 1px solid #cccccc;
}

#companyHomeSearch-vi li .inp-css {
    float: left;
    width: 99%;
    height: 25px;
    border: 1px solid #d7d5d5;
}

#companyHomeSearch-vi li .inp-css2 {
    width: 47%;
    height: 30px;
    border: 1px solid #d7d5d5;
}

#companyHomeSearch-vi li .inp-css3 {
    width: 46.7%;
    height: 25px;
    border: 1px solid #d7d5d5;
}

#companyHomeSearch-vi li .inp-cssSel {
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid #d7d5d5;
}

#apssubmit {
    width: 100%;
    height: 34px;
    background: #E71E1B;
    color: white;
    border: 1px solid #E71E1B;
    font-weight: bold;
}

#apsreset {
    width: 100%;
    height: 34px;
    background: #dfdfdf;
    border: 1px solid #d7d5d5;
    font-weight: bold;
}

.searchDivTit {
    padding: 3px 0 3px 0;
}

.searchTit {
    font-size: 18px;
}

.companyHomeSearch-vi-left {
    width: 60%;
    background-color: #ffffff;
    height: 100%;
}


.companyHomeSearch-vi-right {
    background-color: #ffffff;
    width: 37%;
    height: 100%;
}

.companyHomeSearch-vi-right-ul {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
}

    .companyHomeSearch-vi-right-ul li {
        width: 90%;
        margin-left: 5%;
        height: 25px;
        line-height: 25px;
        margin-top: 2px;
    }


.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

    .tp-bannertimer.tp-bottom {
        bottom: 0px !important;
        height: 5px;
    }


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

        .responsive .tp-bullets.tp-thumbs .tp-mask {
            width: 300px !important;
            height: 30px !important;
        }

        .responsive .tp-bullets.tp-thumbs .bullet {
            width: 60px !important;
            height: 30px !important;
        }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../../image/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
    /* text-align: center; */
    width: 940px;
    left: 45% !important;
}

.bullet {
    max-width: 10px;
    border-radius: 10px;
    min-height: 10px;
    margin-left: 10px;
}


#divBody {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    width: 1200px;
    padding-top: 20px;
}

#divBodyLeft {
    width: 230px;
    height: 1560px;
    float: left;
}

#divBodyRight {
    width: 950px;
    float: left;
    margin-left: 20px;
}

#leftCategoryTitle {
    display: none;
}

#categoryTwo {
    background-color: #505050;
    width: 200px;
    float: left;
}

#categoryTwo1 {
    overflow: scroll;
    height: 460px;
}

    #categoryTwo1::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    #categoryTwo1::-webkit-scrollbar-track {
        box-shadow: inset 1px 10px 0px rgb(0 0 0 / 20%);
        border-radius: 0px;
    }

    /*定义滑块 内阴影+圆角*/
    #categoryTwo1::-webkit-scrollbar-thumb {
        border-radius: 0px;
        box-shadow: inset 500px 1px 1px #e0e0e0;
    }

    #categoryTwo1 ul {
        width: 100%;
        padding: 0px;
    }

        #categoryTwo1 ul li {
            list-style-type: none;
            padding-left: 5px;
            background: none;
            color: white;
            margin-top: 5px;
            height: 36px;
            width: 93%;
        }

            #categoryTwo1 ul li a {
                color: white;
                text-decoration: none;
                list-style-type: none;
                text-align: left;
                text-overflow: ellipsis;
                height: 36px;
                line-height: 36px;
                float: left;
                font-size: 14px;
                white-space: nowrap;
                width: 85%;
                overflow: hidden;
            }
/*最新产品*/
#newDiv {
    width: 1200px;
    height: 354px;
    /* background: #ffffff; */
    /* border: 1px solid #add543; */
    /* border-radius: 20px; */
    overflow: hidden;
}

#newTitle {
    /* background-image: url(/Image/language/wbg55_12.png); */
    /* background-size: 55px 64px; */
    /* background-color: #ADD543; */
    background-repeat-y: no-repeat;
    /*background-position-y: 50px;*/
    /* background-position-x: -5px; */
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    /* font-family: 'Gabriola','微软雅黑abc','fangsong','宋体'; */
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 20px;
}


#newPro {
    overflow: hidden;
    width: 1200px;
    height: 250px;
    margin-left: 20px;
    float: left;
    margin-top: 10px;
    background-color: white;
}

#newcolee_left1 {
    float: left;
    width: 1992px;
}

#newcolee_left2 {
    float: left;
    width: 1992px;
}

#newcolee_left2 {
    float: left;
}

#newPro ul {
    padding: 0;
    width: 164px;
    height: 235px;
    background: white;
    position: relative;
    margin: 10px 10px;
    float: left;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
}

    #newPro ul li {
        list-style: none;
        width: 156px;
        min-height: 20px;
        line-height: 20px;
        color: #808080;
        text-align: left;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        list-style-type: none;
        white-space: nowrap;
        text-align: center;
    }

        #newPro ul li a {
            color: #c4c4c4;
            text-decoration: none;
        }

.hnpr-price-login {
    line-height: 30px;
    margin-left: 5px;
}

#newPro ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 168px;
    max-height: 86px;
}

#newPro ul li a:hover img {
    transform: scale(1.5);
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
}


.pro {
    width: 1200px;
    min-height: 960px;
    overflow: hidden;
    margin-top: 0px;
}

    .pro ul {
        padding: 0;
        width: 285px;
        height: 320px;
        background: white;
        position: relative;
        margin: 10px 20px 0 0px;
        float: left;
        border-radius: 6px;
    }

        .pro ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .pro ul li a {
                color: #c4c4c4;
                text-decoration: none;
            }

            .pro ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .pro ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }

.pro-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .pro-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.pro-name {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 10px !important;
    padding-left: 5px !important;
}

.pro-number {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 10px !important;
    padding-left: 5px !important;
}

.watermark {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

.pro-cart {
    position: absolute;
    width: 38px !important;
    height: 24px;
    /* background-image: url(/Image/Computer/cart.png); */
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #fabe00; */
    border-radius: 6px;
    right: 8px;
    bottom: 8px;
    cursor: pointer;
}

.hnpr-Price {
    max-height: 50px !important;
    color: #fd0000 !important;
    font-weight: bold;
    height: 70px;
    text-align: left !important;
    margin-left: 10px;
    margin-top: 10px !important;
}

.pr-isNew {
    margin: 5px 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 10px;
    position: absolute;
    margin-left: 1100px;
    margin-top: -50px;
    background-color: #143E52;
}



.newPro {
    width: 1200px;
    min-height: 960px;
    overflow: hidden;
    margin-top: 0px;
}

    .newPro ul {
        padding: 0;
        width: 285px;
        height: 320px;
        background: white;
        position: relative;
        margin: 10px 20px 0 0px;
        float: left;
        border-radius: 6px;
    }

        .newPro ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .newPro ul li a {
                color: #c4c4c4;
                text-decoration: none;
            }

            .newPro ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .newPro ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }

.newPro-img {
    width: 160px !important;
    margin-top: 18px !important;
}

    .newPro-img a {
        position: relative;
        display: inline-block;
        width: 160px;
        height: 87px;
    }

.newPro-name {
    margin-top: 12px !important;
    padding-left: 5px !important;
}

.newPro-number {
    margin-top: 12px !important;
    padding-left: 5px !important;
}



.pr-isVideo {
    margin: 5px 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #143E52;
    float: right;
}


#hot {
    width: 1200px;
}

#hotDiv {
    width: 1200px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

.hot-title {
    /* background-image: url(/Image/language/wbg55_12.png); */
    background-size: 55px 64px;
    /* background-color: #ADD543; */
    background-repeat-y: no-repeat;
    /*background-position-y: 50px;*/
    background-position-x: -5px;
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    /* font-family: 'Gabriola','微软雅黑abc','fangsong','宋体'; */
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 20px;
}

    .hot-title b {
        font-size: 36px;
        font-family: emoji;
        font-weight: bold;
    }

    .hot-title label {
        font-size: 20px;
        font-family: auto;
        font-weight: 300;
    }

#hotPro {
    padding-top: 15px;
    height: 100%;
}

.hotPro {
    overflow: hidden;
    width: 1200px;
    margin-left: 10px;
    float: left;
}

    .hotPro ul {
        padding: 0;
        width: 288px;
        height: 293px;
        background: #ffffff;
        position: relative;
        margin: 5px 5px;
        float: left;
        border-radius: 6px;
        border: 1px solid #ffffff;
    }

        .hotPro ul li {
            list-style: none;
            width: 260px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            list-style-type: none;
            white-space: nowrap;
            text-align: center;
        }

            .hotPro ul li a {
                color: #c4c4c4;
                text-decoration: none;
            }

            .hotPro ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 260px;
                max-height: 171px;
                transition: transform 0.5s;
            }

            .hotPro ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }

.hotPro-img {
    width: 260px !important;
    margin-top: 18px !important;
}

    .hotPro-img a {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 167px;
    }

        .hotPro-img a img {
            transition: transform 0.5s;
            /* min-height: 100%; */
        }

.hotPro-name {
    margin-top: 10px !important;
    padding-left: 5px !important;
}

.hotPro-number {
    margin-top: 10px !important;
    padding-left: 5px !important;
}


/*推荐产品*/
.recPro-name {
    margin-top: 12px !important;
    padding-left: 5px !important;
}

.pr-isHot {
    margin: 5px 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 10px;
    margin-top: -50px;
    background-color: #143E52;
    float: right;
}


#rec {
    width: 1200px;
}

#recDiv {
    width: 1200px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pr-isRec {
    margin: 5px 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 10px;
    margin-top: -50px;
    background-color: #143E52;
    float: right;
}

.rec-title {
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

    .rec-title b {
        font-size: 36px;
        font-family: emoji;
        font-weight: bold;
    }

    .rec-title label {
        font-size: 20px;
        font-family: auto;
        font-weight: 300;
    }

#recPro {
    padding-top: 15px;
    height: 100%;
}

.recPro {
    overflow: hidden;
    width: 1200px;
    margin-left: 10px;
    float: left;
}

    .recPro ul {
        padding: 0;
        width: 288px;
        height: 293px;
        background: #f9f9f9;
        position: relative;
        margin: 5px 5px;
        float: left;
        border-radius: 6px;
        border: 1px solid #f9f9f9;
    }

        .recPro ul li {
            list-style: none;
            width: 260px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            list-style-type: none;
            white-space: nowrap;
            text-align: center;
        }

            .recPro ul li a {
                color: #c4c4c4;
                text-decoration: none;
            }

            .recPro ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 260px;
                max-height: 171px;
                transition: transform 0.5s;
            }

            .recPro ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }

.recPro-img {
    width: 260px !important;
    margin-top: 18px !important;
}

    .recPro-img a {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 167px;
    }

        .recPro-img a img {
            /* min-width: 100%; */
        }

.recPro-name {
    margin-top: 10px !important;
    padding-left: 5px !important;
}

.recPro-number {
    margin-top: 10px !important;
    padding-left: 5px !important;
}



.search ul li input[type="radio"] {
    width: 20px;
    height: 36px;
    padding: 3px;
    float: left;
}

.apsorboy {
    width: 90px !important;
    height: 36px !important;
    padding: 0 10px !important;
    float: left;
    text-align: left !important;
    line-height: 36px;
    font-size: 1rem !important;
}

#aboutCategory {
    margin-top: 25px;
    border-radius: 10px;
    height: 250px;
    width: 210px;
    background-color: #FFF;
}

#inxAboutCategory {
    background-image: url(/Image/language/wbg55_12.png);
    background-size: 55px 64px;
    background-color: rgb(255,126,0);
    background-repeat-y: no-repeat;
    /*background-position-y: 50px;*/
    background-position-x: -5px;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Gabriola','fangsong','微软雅黑abc','宋体';
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px 5px 0px 0px;
}

#ContactBody {
    width: 90%;
    height: 230px;
    line-height: 25px;
}

#mail {
    color: #333;
}

.apsW {
    width: 40px !important;
    text-align: center !important;
    /* margin: 0 0px !important; */
    font-family: cursive !important;
}

.apsOrderS {
    width: 120px !important;
    text-align: left;
}

.apsOrderLi {
    height: 26px;
    max-height: 26px;
    min-height: 26px !important;
}

.favorites {
    text-align: center;
    font-size: 25px !important;
    position: absolute;
    font-family: fangsong !important;
    font-weight: 600;
    color: #ed8148 !important;
    right: 5px;
    top: 10px;
    cursor: pointer;
    width: 50px;
    z-index: 2;
}

#categoryTwo1 ol {
    padding-left: 0;
    display: none;
    min-height: 20px;
}

    #categoryTwo1 ol > li {
        list-style: none;
        color: #706d64;
        height: 25px;
        /* border-bottom: 1px solid #efefef; */
        text-align: center;
        line-height: 25px;
        margin: 10px 5px;
    }

    #categoryTwo1 ol > li {
        list-style-type: none;
        padding-left: 20px;
        text-align: center;
        color: white;
        border-radius: 0px;
        margin-top: 10px;
        height: 36px;
        width: 80%;
    }

        #categoryTwo1 ol > li a {
            display: inline-block;
            color: #ffffff;
            font-size: 1rem;
            max-width: 260px;
            text-decoration: none;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            border-bottom: 1px dashed #939292;
        }

#categoryTwo1 .Zkspan {
    text-align: center;
    font-family: fangsong !important;
    padding: 10px 0;
    cursor: pointer;
    float: left;
    width: 15%;
}

    #categoryTwo1 .Zkspan span {
        font-family: fangsong !important;
    }

.prShopCart-total {
    width: 85px;
    margin-left: -7px;
}

#bodySup #supDiv img {
    width: 1200px !important;
    margin-left: 0px !important;
}

.hotPro-img a img {
    min-width: 180px;
}

.recPro-img a img {
    min-width: 180px;
}

#newPrDay {
    position: absolute;
    margin-left: 350px;
    margin-top: -45px;
    font-size: 1.3rem;
}

    #newPrDay a {
        font-size: 1.2rem;
        margin-left: 10px;
        color: #03A9F4;
    }

        #newPrDay a:hover {
            font-size: 1.2rem;
            margin-left: 10px;
            color: #e87727;
            border-bottom: 1px solid #e87727;
        }

.newPrDay1 {
    color: #e87727 !important;
    /* text-decoration: underline !important; */
    font-weight: 500;
    border-bottom: 1px solid #e87727;
}
