/*清除默认样式*/

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    -webkit-touch-callout: none;
}


/*html5 初始化新标签的CSS*/

article,
aside,
dialog,
footer1,
header,
section,
footer1,
nav,
figure,
menu {
    display: block;
}


/*清除浮动*/

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*字体*/


/* @font-face {
    font-family: "RuiZiChaoPaiHaoHengHeiJian";
    src: url("../font/RuiZiChaoPaiHaoHengHeiJian-DaHei-2.ttf");
}

@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Light.woff2");
}

@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Medium.woff2");
} */


/*滚动条样式*/


/* ::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #d22633;
} */


/*video标签隐藏下载按钮*/

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

body {
    max-width: 1920px;
    margin: 0 auto;
}


/* CSS活动的公共样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.mainWidth {
    width: 1000px;
    margin: 0 auto;
}

.ce {
    text-align: center;
}

.hide {
    overflow: hidden;
}

.erp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center {
    text-align: center;
}

.normal {
    font-weight: normal;
}

.box {
    box-sizing: border-box;
}

.en {
    /* font-family: 'Futura'; */
    margin-top: 3px;
    font-size: 15px;
}

.pic-scale {
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radius {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}


/*尾部*/

footer1 {
    width: 100%;
    margin-top: 5%;
    border-top: solid 1px #e6e6e6;
    padding-top: 3%;
}

.footer1-contact {
    width: 29%;
}

.footer1-contact p {
    font-size: 14px;
    color: #5e5e5e;
}

.footer1-nav {
    width: 46%;
    margin-left: 2%;
}

.footer1-nav ul {
    float: left;
    margin-right: 7%;
}

.footer1-nav ul li.tit {
    margin-bottom: 30px;
}

.footer1-nav ul li.tit a {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: normal;
}

.footer1-nav ul li {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.footer1-nav ul li a {
    color: #5e5e5e;
}

.footer1-tel {
    width: 23%;
}

.footer1-tel .p1 {
    font-size: 20px;
}

.footer1-tel .p2 {
    height: 1px;
    background: #e5e5e5;
    width: 60px;
    margin: 25px 0;
}

.footer1-tel .p3 {
    font-size: 40px;
}

.footer1-tel .p3 a {
    color: #d22633;
    /* font-family: 'Futura'; */
}

.footer1-tel .p4 {
    margin-top: 25px;
}

.footer1-tel .p4 img {
    width: 85px;
}

.footer1-by {
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
    font-size: 15px;
    margin: 6% 0 0.5% 0;
    overflow: hidden;
}

.footer1-by p.left font {
    display: inline-block;
    margin-right: 25px;
}

.footer1 .footer1-by p.left a {
    text-decoration: none;
}

.footer1-link {
    padding: 10px 0;
    margin: 0.5% 0 0.5% 0;
    overflow: hidden;
}

.footer1-link a {
    font-size: 12px;
    color: #666;
}


/*浮窗留言*/


/*右边浮窗按钮*/

.right-fixed {
    position: fixed;
    bottom: 300px;
    right: 0;
    width: 70px;
    z-index: 999;
}

.right-fixed .icon {
    background: #252525;
    padding: 2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.right-fixed .call,
.right-fixed .map {
    display: none;
}

.right-fixed .icon i {
    display: inline-block;
    width: 70px;
    height: 42px;
    line-height: 42px;
}

.right-fixed .icon i img {
    width: 35px;
}

.right-fixed .icon span {
    font-size: 12px;
    color: #fff;
}

.right-fixed .icon:hover {
    background: #d22633;
}


/*以下代码是自适应样式*/

@media screen and (max-width:1320px) {}

@media screen and (max-width:1178px) {}

@media screen and (max-width:800px) {
    .right-fixed {
        bottom: 0;
        right: 0;
        display: flex;
        width: 100%;
        height: 50px;
    }
    .right-fixed .icon {
        flex: 1;
    }
    .right-fixed .call,
    .right-fixed .map {
        display: block;
    }
    .right-fixed .buss {
        display: none;
    }
    .right-fixed .icon i {
        display: block;
        margin: 0 auto;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .right-fixed .icon i img {
        width: 35px;
    }
    .right-fixed .icon span {
        font-size: 12px;
        color: #fff;
    }
    .right-fixed .icon:hover {
        background: #d22633;
    }
}

.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin: 10% auto;
    padding: 50px;
    background: #fff;
    position: relative;
}

.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.fixed-msg .msg-box h4 strong {
    font-size: 30px;
    color: #db000b;
}

.fixed-msg .msg-box h5 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}

.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(/skin/image/close.png) no-repeat left top;
}

.fixed-msg .msg-box .form {}

.fixed-msg .msg-box .form input,
.fixed-msg .msg-box .form select {
    float: left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    color: #313131;
    padding: 0 5%;
    margin: 1%;
    line-height: 46px;
    width: 48%;
    height: 46px;
}

.fixed-msg .msg-box .fixSubmit {
    background: #d30000;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
}


/*以下代码是自适应样式*/

@media screen and (max-width:1320px) {}

@media screen and (max-width:1178px) {}

@media screen and (max-width:800px) {
    .fixed-msg .msg-box h4 {
        font-size: 20px;
    }
    .fixed-msg .msg-box h4 strong {
        font-size: 20px;
    }
    .fixed-msg .msg-box h5 {
        font-size: 14px;
    }
    .fixed-msg .msg-box {
        height: 100%;
        width: 100%;
        margin: 0% auto;
    }
    .fixed-msg .msg-box .form input,
    .fixed-msg .msg-box .form select {
        margin: 1%;
        line-height: 46px;
        width: 100%;
        height: 46px;
    }
}


/*浮窗视频播放*/

.modal .modal-header {
    border-bottom: none;
}

.modal {
    text-align: center;
    width: 100%;
    height: 100%;
}

.modal .modal-content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -275px;
    max-width: 1000px;
    height: auto;
}

.modal .modal-content video {
    width: 100%;
    height: 100%;
    height: auto;
}


/*以下代码是自适应样式*/

@media screen and (max-width:1920px) {
    .heade1.nav {
        width: 54%;
    }
}

@media screen and (max-width:1443px) {
    .heade1.nav ul li {
        padding: 0 1.6%;
    }
}

@media screen and (max-width:1360px) {
    .heade1.nav {
        width: 53%;
    }
    .heade1.nav ul li {
        padding: 0 1.2%;
    }
}

@media screen and (max-width:1320px) {
    .heade1.logo {
        width: 14.4%;
    }
    .heade1.logo a {
        display: block;
        width: 100%;
        height: inherit;
        opacity: 0;
    }
    .heade1.nav {
        width: 50%;
        margin-left: 1%;
        line-height: 59px;
    }
    .heade1.nav ul li {
        padding: 0 0.8%;
    }
    .heade1.submenu {
        width: 28%;
    }
    .footer1-contact {
        width: 20%;
    }
    .footer1-nav {
        width: 58%;
    }
    .footer1-tel {
        width: 20%;
    }
    .footer1-tel .p3 {
        font-size: 32px;
    }
    .footer1-by {
        border-top: solid 1px #e6e6e6;
        padding: 10px 0;
        font-size: 15px;
        margin: 6% 0 2% 0;
        overflow: hidden;
    }
    .footer1-by p.left font {
        display: inline-block;
        margin-right: 25px;
    }
    .footer1 .footer1-by p.right a {
        text-decoration: ;
    }
}

@media screen and (max-width:1238px) {
    .heade1.nav ul li {
        padding: 0 0.5%;
    }
}

@media screen and (max-width:1178px) {
    .heade1.submenu {
        display: none;
    }
    .heade1.nav {
        width: 70%;
        margin-left: 8%;
        line-height: 59px;
    }
}

@media screen and (max-width:800px) {
    /* .heade1{
        padding: 10px 0;
    } */
    .heade1.logo {
        width: 220px;
        height: 40px;
        background-size: 57%;
    }
    .heade1.logo a {
        display: block;
        width: 100%;
        height: inherit;
        opacity: 0;
    }
    .heade1.nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 65%;
        margin: 0;
        padding: 20px 0;
        line-height: 46px;
        background: #fff;
    }
    .heade1.nav ul {
        padding: 0 2%;
    }
    .heade1.nav ul li {
        float: left;
        width: 50%;
        padding-left: 30px;
        border-bottom: 1px solid #f1f1f1;
        background: url(/skin/image/menu-icon.svg) no-repeat left center;
        background-size: 20px;
    }
    .heade1.nav ul li a {
        font-size: 16px;
        color: #3a3a3a;
        padding: 0px 10px;
    }
    .heade1.menu {
        display: block;
        width: 32px;
        height: 32px;
        margin-left: 20px;
        margin-top: 8px;
        background: url(/skin/image/homemenu.svg) no-repeat center/26px;
    }
    .headerfix .menu {
        background: url(/skin/image/menu.svg) no-repeat center/26px;
    }
    .headerfixmenu .menu {
        background: url(/skin/image/closemenu.svg) no-repeat center/26px;
    }
    /*搜索产品功能浮窗显示和隐藏样式*/
    .heade1.nav .search-product {
        float: left;
        width: 100%;
        display: block;
        margin-top: 3%;
    }
    .heade1.nav .search-product-fix {
        position: fixed;
        top: 77px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 20px 20px;
        background: #fff;
    }
    .heade1.nav .search-product .bg {
        display: none;
    }
    .heade1.nav .search-product .box {}
    .heade1.nav .search-product .box .test {
        float: left;
        width: 80%;
        height: 42px;
        line-height: 42px;
        color: #252525;
        border: 1px solid #ccc;
        padding: 0 12px;
        font-size: 14px;
    }
    .heade1.nav .search-product .box .button {
        width: 18%;
        height: 42px;
        line-height: 38px;
        background: #d22633 url(/skin/image/search.png) no-repeat center;
    }
    .heade1.submenu {
        display: none;
    }
    .footer1-contact {
        width: 100%;
        padding: 5% 0;
    }
    .footer1-nav {
        width: 100%;
        padding: 5% 0;
    }
    .footer1-nav ul {
        float: left;
        width: 30%;
        min-height: 220px;
        margin-left: 0%;
        margin-right: 1%;
    }
    .footer1-nav ul li {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .footer1-nav ul li.tit {
        margin-bottom: 10px;
    }
    .footer1-nav ul li a {
        color: #5e5e5e;
    }
    .footer1-tel {
        width: 100%;
    }
    .footer1-tel .p3 {
        font-size: 32px;
    }
    .footer1-tel .p3 a {
        color: #d22633;
    }
    .footer1-tel-fix {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35%;
        padding: 10px 30px;
        background: #fff;
        z-index: 99999;
    }
    .footer1-by {}
    .footer1-by p.left a {
        display: block;
    }
}


/*子栏目菜单*/

.title {
    margin: 3% 0 3% 0;
    overflow: hidden;
    width: 100%;
}

.title p {
    font-size: 30px;
    margin-right: 5%;
    line-height: 34px;
    text-transform: uppercase;
    /* font-family: 'Futura'; */
    margin-top: 2%;
}

.title em {
    border: solid 1px #cfcfcf;
    margin-top: 40px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 40px;
}

.title em a {
    font-size: 14px;
    color: #464646;
}

.title .cur,
.title em:hover {
    background: rgba(210, 38, 51, 1);
    border: solid 1px #d22633;
}

.title .cur a,
.title em:hover a {
    color: #fff;
}


/*以下代码是自适应样式*/

@media screen and (max-width:1320px) {}

@media screen and (max-width:1178px) {}

@media screen and (max-width:800px) {
    .title p {
        width: 100%;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 20px;
    }
    .title em {
        /* float: left; */
        max-width: 100px;
        line-height: 32px;
        border: solid 1px #cfcfcf;
    }
    .title em a {
        font-size: 14px;
    }
    .title .cur,
    .title em:hover {
        border: solid 1px #d22633;
    }
}


/*浮窗声明*/

.fixed-shengming {
    position: fixed;
    z-index: 1000;
    width: 300px;
    bottom: 0%;
    right: 0px;
    opacity: 1;
    transition: all 3s;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}

.big-fixed-shengming {
    width: 100%;
    max-width: 683px;
}

.close-fixed-shengming {
    height: 0%;
    width: 0%;
    opacity: 0;
}

.fixed-shengming .shengming {
    width: 100%;
    max-width: 600px;
    *margin: 10% auto;
    *padding: 20px;
    background: #fff;
    position: relative;
    transition: all 5s;
}

.close-fixed-shengming .fixed-shengming .shengming {
    width: 0%;
    padding: 0px;
}

.fixed-shengming .shengming .closeshengming {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    left: -43px;
    top: -33px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    *background: url(/skin/image/close.png) no-repeat left top;
}

@media screen and (max-width:800px) {
    .fixed-shengming {
        width: 30%;
    }
    .big-fixed-shengming {
        width: 100%;
        max-width: 683px;
    }
}


/*浮窗声明 end*/


/*友情链接*/

.friend-link {
    margin: 2% 0 0 0;
}

.friend-link a {
    opacity: 0.1;
    font-size: 14px;
    color: #666;
    padding: 0 5px;
}


/*友情链接 end*/


/*经销商专区账号登录*/

.buss-login {
    padding: 2% 0;
}

.buss-login .word {
    width: 45%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0% 5%;
}

.buss-login .word .mip-reg-heading {
    font-size: 26px;
    color: #d22633;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5% 0;
}

.buss-login .word .form-control {
    height: 48px;
}

.buss-login .word p {}

.buss-login .word p span {
    display: inline-block;
    color: #d22633;
}

.buss-login .word .btn {
    background: #d22633;
    border-color: #d22633;
    margin: 5% 0 0 0;
}

@media screen and (max-width:1024px) {
    .buss-login .word {
        width: 100%;
        max-width: 100%;
        padding: 0% 0%;
        margin: 5% 0 0 0;
    }
    .buss-login .word .mip-reg-heading {
        font-size: 20px;
        margin: 0 0 5% 0;
        text-align: center;
    }
}


/*经销商专区账号登录 end*/


/*404错误页面*/

.error {}

.error .error-box {
    padding: 15% 0 10% 0;
}

.error .error-box h2 {
    font-size: 86px;
    color: #d22633;
    letter-spacing: 0;
    /* font-family: 'Futura'; */
    text-align: center;
}

.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}

.error .error-box a {
    display: block;
    width: 147px;
    margin: 2% auto;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    border: solid 1px #dedede;
    border-radius: 25px;
}

.error .error-box a:hover {
    color: #d22633;
    border: solid 1px #d22633;
}

@media screen and (max-width:1024px) {
    .error .error-box {
        padding: 40% 0;
        background: url(http://www.huapengceramics.com/template/pc/images/home/about-right-bg.png) no-repeat center center/20%;
    }
    .error .error-box h2 {
        font-size: 46px;
    }
    .error .error-box h3 {
        font-size: 16px;
        margin: 5% auto;
    }
    .error .error-box a {
        margin: 2% auto;
    }
}

@media screen and (max-width:800px) {
    .title em {
        border: solid 1px #cfcfcf;
        margin-top: -48px;
        margin-left: 10px;
        text-align: center;
        width: 100%;
        font-style: normal;
        max-width: 150px;
        line-height: 40px;
    }
}

.page a {
    color: black;
}


/*404错误页面 end*/