* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* 全局样式 */
a,
ul,
li {
    text-decoration: none;
    color: #000;
}

body {

    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    font-family: Mircosoft Yahei, sans-serif;
}

/* 头部样式 开始*/
.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-color: #f0f0f0;
    width: 100%;
}

.header .logo {

    height: 150px;
    width: 150px;
    margin-right: 50px;
}

.header .logo img {
   
    height: 100%;
    width: 100%;
}
.header .chtoen img {
    margin-left: 50px;
    height: 60px;
  
    
}
.header h1 {
    font-size: 30px;
    margin-right: 50px;
}

.header .login a {

    color: #000000;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 300px;

}

.icon .item {
    margin: 5px;
    width: 50px;
    height: 50px
    
}

.icon .item img {
    height: 100%;
    width: 100%;
}

.header .topcon {
    font-family: Mircosoft Yahei, sans-serif;
    font-size: 22px;
}

/* 头部样式 结束 */
.menu {
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menu li {

    margin: 0 50px;
}

.menu a {
    color: #ffffff;
}

/* 登录开始 */
.login-container {
    width: 800px;
    height: 1200px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}


/* 登录结束 */



.login a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
}

.login a:hover {
    color: #ff0000;
}

/* 轮播图样式 开始 */


.images {
    padding-top: 5px;
    width: 1400px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.images ul {
    list-style-type: none;
    width: 600%;
    position: absolute;
}

.images ul li {
    float: left;
}

.images a {
    text-decoration: none;
    color: white;
    position: absolute;
    top: 175px;
    display: none;
    z-index: 999;
    font-size: 30px;
}

.images .arrow_l {
    left: 0;
    transform: translate(0, -50%);
}

.images .arrow_r {
    right: 0;
    transform: translate(0, -50%);
}

.images ol {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.images ol li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
    /* float: left; */
    margin-left: 5px;
}

.images .current {
    background-color: white;
}

/* 轮播图结束 */


/* 生产成品展示 */
.syfw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.syfw img {
    margin: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 20px;
}

.syfw h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.syfw p {
    font-size: 1.1em;
    margin-bottom: 0;
}

/* 轮播图样式 结束 */

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.video,
.htjq,
.ywbz,
.jxbz,
.ptsb,
.hezuo,
.zhengchang {

    position: relative;
    width: 100%;
    max-width: 1400px;
    /* 设置最大宽度 */
    margin: 60px 0;
    /* 上下间距 */
    background-color: #ffffff;
    /* 示例背景色 */

    /* 可根据需求调整 */
    text-align: center;
    line-height: 30px;
    /* 垂直居中 */
}

.zhengchang .zcinfo {
    font-size: 18px;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 20px;
}

.zhengchang h1 {
    letter-spacing: 0.2em;
    font-size: 30px;
    margin-bottom: 20px;
    color: #26069bd7;
}

.zhengchang img {
    width: 49%;
    height: 400px;
    border-radius: 2%;
}

#sbbg {

    width: 100%;
    background-color: #4c4ff5d7;
    border: 1px solid #ffffff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

#sbbgxs {

    background-color: #f0f0f0;
    display: none;
    width: 50%;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

#sbbgxs .sbbgxsitem {

    width: 40%;
    height: 100px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

#sbbgxs .sbbgxsitem table {
    background-color: #ffffff;
}



.container {
    position: relative;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    flex-wrap: wrap;

    width: 100%;

    box-sizing: border-box;
}

.container .co-item {

    box-sizing: border-box;
    width: 23%;

    height: 200px;
    margin: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.container .co-item img {
    width: 100%;
    height: 100%;
    border-radius: 3%;
}

.container .co-item:hover {

    /* box-shadow: 0 0 10px #000000; */
}

.more {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    font-family: 黑体;
}

.cpzx {


    width: 100%;
    max-width: 1400px;
    /* 设置最大宽度 */

    /* 上下间距 */
    background-color: #ffffff;
    /* 示例背景色 */

    /* 可根据需求调整 */
    text-align: center;
    line-height: 30px;
    /* 垂直居中 */
}

.cpzx .container {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.cpzx .container h1 {
    letter-spacing: 0.3em;
    font-size: 30px;
    margin-bottom: 20px;
    color: #26069bd7;
}

.cpzx .container .co-item {
    width: 100%;
    height: auto;

}

.cpzx .container .co-item:hover {
    /* box-shadow: 0 0 10px #777777; */
}

.hzcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
    max-width: 1400px;

    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.hezuo h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #26069bd7;
}

.hzcontainer .hzitem {
    width: 23%;
    height: 120px;

    padding-top: 10px;
    overflow: hidden;
}

.hzcontainer .hzitem img {
    width: 100%;
    height: 100%;
    border-radius: 3%;

}
#sbbg {
    padding-top: 30px;
    font-size: 40px;
    color: rgb(238, 255, 0);
    letter-spacing: 80px;
    height: 100px;
}

.hexin {
   
    width: 100%;
    max-width: 1400px;
    /* 设置最大宽度 */
    margin: 60px 0;
    /* 上下间距 */
    background-color: #ffffff;
    /* 示例背景色 */

    /* 可根据需求调整 */
    text-align: left;
    line-height: 50px;
    font-size: 21px;
    /* 垂直居中 */
}
.hexin dl {
    margin-bottom: 20px;
}
.hexin dl li {
    color: #ff0000;
    font-size: 30px;
    margin-bottom: 10px;
}


.footer {
    height: 200px;
    background-color: #0623a5b4;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    /* 垂直居中 */
}

.footer .box {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin: 0 auto;
    width: 1400px;

    line-height: 30px;

}

.footer .box img {

    height: 200px;
    width: 200px;

}

.footer .box p {
    width: 200px;
}

.footer .box .madeinchina img {
    height: 50px;
    width: 150px;

}

.footer .box .whatsapp {
    height: 150px;

}

/* 新增加巨幅移动 开始 */
 /* 设置容器的样式 */
 .ckcontainer {
    margin: 0 auto;
    width: 1400px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

/* 设置图片的样式 */
.ckcontainer .image {
    width: 4000px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: grab;
}

/* 当鼠标按下时改变光标样式 */
.ckcontainer.image:active {
    cursor: grabbing;
}
.ckcontainer p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #0b19dbd2;
    text-shadow: 1px 1px 1px #000;
}

/* 鼠标悬停时图片放大 */
.ckcontainer .image:hover {
    transform: scale(1.01);
}

/* 新增加巨幅移动 结束 */





















/* 媒体查询 手机样式设计 开始*/
@media (max-width: 600px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 80px;
        background-color: #f0f0f0;
        width: 100%;
    }

    .header .logo {

        height: 50px;
        width: 50px;
        margin-right: 5px;
    }

    .header .logo img {
        height: 100%;
        width: 100%;
    }

    .header h1 {
        font-size: 10px;
        margin-right: 8px;
    }

    .login a {
        font-size: 10px;

    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 150px;

    }

    .icon .item {
        margin: 5px;
        width: 30px;
        height: 30px
    }

    .icon .item img {
        height: 100%;
        width: 100%;
    }

    .header .topcon {
        font-family: Mircosoft Yahei, sans-serif;
        font-size: 10px;
    }







    .baner {
        height: 300px;
        /* 手机端自适应高度 */
    }



    .vedio,
    .jinqiu,
    .baozhu,
    .peitao {
        height: 80px;
        /* 手机端自适应高度 */
    }
}

/* 手机样式设计 结束 */



/* 平板样式设计 开始 */

@media (min-width: 601px) and (max-width: 1024px) {

    * 头部样式 开始*/ .header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 160px;
        background-color: #f0f0f0;
        width: 100%;
    }

    .header .logo {

        height: 120px;
        width: 120px;
        margin-right: 10px;
    }

    .header .logo img {
        height: 100%;
        width: 100%;
    }

    .header h1 {
        font-size: 18px;
        margin-right: 10px;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 300px;

    }

    .icon .item {
        margin: 5px;
        width: 30px;
        height: 30px
    }

    .icon .item img {
        height: 100%;
        width: 100%;
    }

    .header .topcon {
        font-family: Mircosoft Yahei, sans-serif;
        font-size: 14px;
    }

    /* 平板样式头部     结束     */




    .baner {
        height: 400px;
        /* 平板端自适应高度 */
    }

    .vedio,
    .jinqiu,
    .baozhu,
    .peitao {
        height: 90px;
        /* 平板端自适应高度 */
    }
}

/* 平板样式设计 结束 */