body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body {
    font: 0.75em/1.5 Arial, Verdana, "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

ins {
    text-decoration: none;
}

/*
*{
	transition-property:border-color, background-color, color;
	transition-duration:.3s;
	transition-timing-function:ease-in;
	transition-delay:.1s;

}
*/

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word
}

#next {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    right: 0;
}

#prev {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    left: 0;
}

#next:hover {
    opacity: 1;
}

#prev:hover {
    opacity: 1;
}

#lunbo {
    width: 100%;
    height: 800px
}

.banner {
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.header .hd1 {
    padding: 20px 0;
    width: 1100px;
    text-align: center;
    height: 100px;
}

.header .hd1 .logo {
    float: left;
    line-height: 60px;
    margin: 0;

}

.header .hd1 .logo img {
    height: 60px;
    width: auto;
}

.header .phone {
    margin: 0;
    float: right;
    color: #fff;
}

.header .phone em {
    float: left;
    line-height: 25px;
    font-size: 17px;
    color: #66CCCC;
    margin-right: 4px;
    margin-bottom: 0;
}

.header .phone h4 {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    float: left;
}

.header .phone h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    float: left;
}

.header .taobao {
    float: right;
    padding-left: 550px;
    color: #fff;
}

.header .taobao em {
    float: left;
    line-height: 25px;
    font-size: 25px;
    color: #ed4403;
    margin-right: 4px;
    margin-bottom: 0;
}

.header .taobao h4 {
    margin: 0;
    font-size: 13px;
    color: white;
    line-height: 25px;
    float: left;
}

.header .taobao h4 a {
    color: white;
}

.header .taobao h4 a:hover {
    color: #66CCCC;
}

.header .topopen {
    display: none;
}

.header .hd2 {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.header .mbmenu {
    display: none
}

.header .hd2 .wp {
    width: 1280px;
}

.header .hd2 .layui-nav-item {
    margin-left: 50px;
    width: 150px;
}

.header .hd3 {
    margin-top: 300px;
    height: 200px;
}

.header .hd3 .p1 {
    text-align: center;
    margin: auto;
    margin-top: 0;
    width: 600px;
    color: #ffffff;
    font-weight: 900;
    font-size: 50px;
}

.header .hd3 .p2 {
    margin: auto;
    text-align: center;
    margin-top: 0;
    width: 600px;
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    font-family: "Cambria Math";
}

.hd3 .rmore {
    margin: auto;
    margin-top: 50px;
    width: 200px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #fff;
    border: 1px solid #66CCCC;
    background: #66CCCC;
    display: block;
    transition: 0.3s;
}

.hd3 .rmore em {
    display: block;
    padding-top: 5px;
    line-height: 30px;
    position: absolute;
    right: 12px;
    top: 0;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.hd3 .rmore:hover {
    background: transparent;
    color: #66CCCC;
}

.hd3 .rmore:hover em {
    color: #66CCCC;
    font-size: 20px;
}

.introduceBox {
    padding: 100px 0;
    background: #f9f9f9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.introduceBox .imgbox {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    overflow: hidden;
}

.introduceBox .imgbox img {
    width: 100%;
    height: auto;
    transition: 5.0s;
}

.introduceBox .imgbox:hover img {
    transform: scale(2.26);
    -ms-transform: scale(2.26);
    -moz-transform: scale(2.26);
    -webkit-transform: scale(2.26);
    -o-transform: scale(2.26);
}

.introduceBox .textbox {
    float: right;
    width: 44%;
    position: relative;
    display: inline-block;
}

.introduceBox .textbox h1 {
    float: left;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

.introduceBox .textbox h2 {
    float: left;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin-left: 10px;
}

.introduceBox .textbox span {
    background: rgba(0, 0, 0, 0.12);
    display: block;
    height: 1px;
    margin: 40px 0;
}

.introduceBox .textbox div p {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.introduceBox .textbox ul {
    margin: 40px auto;
}

.introduceBox .textbox ul li {
    float: left;
    width: 33%;
}

.introduceBox .textbox ul li h3 {
    float: left;
    margin-left: 10px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
}

.introduceBox .textbox ul li h4 {
    float: left;
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    margin-top: 10px;
}

.introduceBox .textbox ul li h5 {
    margin-left: 10px;
    float: left;
    font-size: 12px;
    width: 100%;
    color: #666;
    margin-top: 5px;
}

.more01 {
    display: block;
    line-height: 34px;
    border: 1px solid #000;
    width: 166px;
    padding: 0 25px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    transition: 0.3s;
}

.more01 em {
    margin-left: 10px;
    font-weight: inherit;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}

.more01:hover {
    width: 170px;
    padding-right: 19px;
}

.more01:hover em {
    margin-left: 16px;
    color: #66CCCC;
}

/*产品展示*/
.product {
    padding: 100px 0;
    /*background: url(../newImg/back/product.jpg) no-repeat center;*/
    position: relative;
    padding-bottom: 140px;
    overflow: hidden;
}

.product .productimg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: url(../newImg/back/productback.jpg) no-repeat center;
    background-attachment: fixed;
}

.productshow {
    margin-top: 50px;
    padding: 50px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.productshow h1 {
    width: fit-content;
    display: inline-block;
    padding: 0 5px;
}

.productshow .pshow {
    color: #66CCCC;
}

.productshow h2 {
    padding: 20px 20px;
    font-size: 20px;
}

.productshow h3 {
    padding: 20px 20px;
    font-size: 18px;
    display: inline-block;
    width: fit-content;
}

.searchbox {
    padding: 20px 0;
}

.hotsearch {
    float: left;
    margin-top: 9px;
}

.hotsearch h1 {
    float: left;
    font-size: 16px;
    color: #66CCCC;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
}

.hotsearch h1 em {
    color: #66CCCC;
}

.hotsearch ul {
    float: left;
}

.hotsearch ul li {
    float: left;
    margin-right: 40px;
}

.hotsearch ul li a {
    font-size: 12px;
    color: #808080;
    display: block;
    line-height: 20px;
    transition: 0.2s;
}

.hotsearch ul li a:hover {
    color: #66CCCC;
}

.search {
    float: right;
    height: 38px;
}

.search form {
    height: 38px;
    position: relative;
}

.search form .search01 {
    width: 240px;
    height: 38px;
    line-height: 38px;
    border: none;
    padding-left: 12px;
    font-size: 12px;
    padding-right: 48px;
    background: #eee;
}

.search form .search02 {
    font-size: 0;
    width: 38px;
    height: 38px;
    border: none;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.search form .search02 em:hover {
    color: #66CCCC;
}

.product .title {
    position: relative;
    float: left;
    width: 25%;
}

.product .title h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.product .title h2 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 80px;
    margin-top: 10px;
}

.product .title span {
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    top: 210px;
    background: rgba(0, 0, 0, 0.12);
}

.product .title ul li {
    margin-bottom: 20px;
}

.product .title ul li a {
    font-size: 14px;
    color: #666;
    transition: 0.3s;
}

.product .title ul li a:hover {
    margin-left: 5px;
    color: #66CCCC;
}

.product .more01 {
    margin-top: 60px;
}

.allgoods {
    float: left;
    top: 0;
    width: 1200px;
    padding-bottom: 60px;
}

.allgoods li {
    width: 25%;
    float: left;
}

.allgoods li a {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.4s;
}

.allgoods li span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.allgoods li img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.allgoods li .text {
    padding-top: 20px;
    transition: 0.4s;
}

.allgoods li h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    padding: 0 25px;
    transition: 0.4s;
}

.allgoods li p {
    font-size: 12px;
    color: #808080;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 25px;
    transition: 0.4s;
}

.allgoods li .text div {
    border-top: 1px solid #e5e5e5;
    transition: 0.4s;
}

.allgoods li .text div h4 {
    float: left;
    font-size: 12px;
    line-height: 46px;
    color: #808080;
    width: calc(100% - 85px);
    margin-left: 25px;
    transition: 0.4s;
}

.allgoods li .text div em {
    display: block;
    width: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #d9d9d9;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    float: right;
    text-align: center;
    transition: 0.4s;
}

.product .swiper-scrollbar {
    background: rgba(0, 0, 0, 0.06);
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
}

.product .swiper-scrollbar-drag {
    background: #66CCCC;
}

.allgoods li:hover a {
    border-color: #66CCCC;
}

.allgoods li:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.allgoods li:hover .text {
    background: #66CCCC;
}

.allgoods li:hover h3,
.allgoods li:hover p,
.allgoods li:hover div h4,
.allgoods li:hover .text div em {
    color: #fff;
}

.allgoods li:hover .text div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.case {
    padding: 0;
    background: white;
    position: relative;
    padding-bottom: 140px;
}

.apptitle0 {
    width: 33%;
    height: 400px;
    float: left;
    transition: 0.6s;
}

.apptitle1 {
    width: 33%;
    height: 400px;
    float: left;
}

.apptitle2 {
    width: 34%;
    height: 400px;
    float: left;
}

.apptitle3 {
    width: 33%;
    height: 400px;
    float: left;
}

.apptitle4 {
    width: 67%;
    height: 400px;
    float: left;
}

.shadow {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50%;
    left: 0;
    transition: 0.6s;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.0) 70%);
}

.shadow h3 {
    bottom: -150px;
    color: #fff;
}

.imghover .shadowp {
    color: #fff;
    width: 100%;
    position: absolute;
    padding: 20px 10%;
    bottom: -40px;
    transition: 0.6s;
}

.imghover .shadowp h4 {
    line-height: 24px;
}

.imghover .shadowp h4 em {
    padding: 5px 0;
    color: #66CCCC;
    font-size: 12px;
}

.imghover .shadowp p {
    height: 20px;
}


.imghover {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.imghover a {
    text-align: center;
}

.imghover img {
    width: 100%;
    height: 400px;
    transition: 0.6s;
}

.imghover:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.imghover:hover .shadow {
    height: 70%;
}

.imghover:hover .shadowp {
    bottom: -10px;
}

/*新闻*/
.newsshow {
    margin-top: 0;
    padding: 0 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.newsshow h1 {
    width: fit-content;
    display: inline-block;
    padding: 0 5px;
}

.newsshow .pshow {
    color: #66CCCC;
}

.newsshow h2 {
    padding: 20px 20px;
    font-size: 20px;
}

.newsshow h3 {
    padding: 20px 20px;
    font-size: 25px;
    display: inline-block;
    width: fit-content;
}

.news {
    overflow: hidden;
    opacity: 1;
    height: 800px;
    margin-bottom: 100px;
}

.news ul li {
    width: 33.3%;
    height: 600px;
    padding: 20px 20px;
    float: left;
}

.news ul li img {
    width: 100%;
    height: 60%;
    padding: 20px 5px;
}

.news ul li .newstext {
    width: 100%;
    height: 40%;
    padding: 20px 5px;
}

/*公共底部*/
.footer {
    /*background: #F2F2F2;*/
    background: linear-gradient(to top,

            #a3bded 0%,
            white 100%);
    /*background: url(../newImg/back/foot.jpg) no-repeat center;*/
}

.footer .footbac {
    width: 100%;
    height: 100%;
    background: rgba(81, 81, 72, 0.45);
    opacity: 0.2;
}

.footer .fcontact {
    padding: 30px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
    position: relative;
}

.fcontact .logo {
    float: left;
    line-height: 50px;
}

.fcontact .logo img {
    max-height: 50px;
    width: auto;
}

.fcontact .fphone {
    float: right;
    text-align: right;
}

.fcontact .fphone h4 {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.fcontact .fphone h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.fnav {
    float: left;
    width: 100%;
}

.fnav>li {
    float: left;
    width: 20%;
    padding: 0 45px;
}

.fnav>li a {
    font-size: 16px;
    color: #333;
    transition: 0.2s;
}

.fnav>li ul {
    margin-top: 20px;
}

.fnav>li ul li {
    margin-bottom: 15px;
}

.fnav>li ul li a {
    font-size: 13px;
    color: #595757;
}

.fnav li a:hover {
    /*color:#66CCCC;*/
    opacity: 0.7;
}

.footer .ftwx {
    float: right;
}

.footer .ftwx div {
    text-align: center;
    float: left;
    margin-left: 50px;
}

.footer .ftwx div img {
    width: 100%;
    height: auto;
}

.footer .ftwx div h3 {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}

.jishu {
    margin-top: 80px;
    padding: 35px 0;
    text-align: center;
    color: #f9f9f9;
    /*background: linear-gradient(*/
    /*        to top,*/
    /*        rgba(0,0,0,0.6) 0%,*/
    /*        rgba(0,0,0,0.4) 60%,*/
    /*        rgba(0,0,0,0.0) 100%);*/
}

.default-copyright {
    width: 100%;
}

.jishu p a {
    color: #fff;
    transition: 0.2s;
}

.jishu p a:hover {
    opacity: 0.7;
}

.wp {
    width: 1188px;
    margin: 0 auto;
}

.ws {
    width: 1600px;
    margin: 0 auto;
}

.ws1 {
    width: fit-content;
    margin: 0 auto;
}

.cl {
    zoom: 1;
}

.cl:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/*.tdy-icon {*/


.blur {
    -webkit-filter: blur(2px);
    /* Chrome, Opera */
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

@media screen and (max-width:1024px) {
    .header .hd1 {
        padding: 20px 0;
        width: 90%;
        text-align: center;
        height: 100px;
    }

    .imghover:hover .shadowp {
        bottom: 10px;
    }

    .header .taobao {
        float: right;
        padding-left: 400px;
        color: #fff;
    }

    .ws {
        width: 90%;
    }

    .wp {
        width: 90%;
    }

    .header .hd2 .wp {
        width: 100%;
    }

    .header .hd2 .layui-nav-item {
        width: 100px;
    }

    .introduceBox .textbox ul li {
        width: 50%;
    }

    .case .apptitle0 h1 {
        display: none;
    }

    .case .imghover img {
        height: 230px;
    }

    .case .imghover {
        height: 230px;
    }

    .product {
        padding-bottom: 0;
    }

    .product .titbox .title ul {
        display: none;
    }

    .allgoods li p {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

    .allgoods {
        padding-top: 50px;
    }

    .productBox .productul li {
        height: 250px;
    }

    .allgoods {
        float: left;
        top: 0;
        width: 95%;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:768px) {
    .header .hd1 {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        height: 70px;
        position: fixed;
        z-index: 20;
        background: #ffffff;
    }

    .header .hd1 .phone {
        padding-left: 0;
        display: none;
    }

    .header .hd1 .taobao {
        padding-left: 0;
        display: none;
    }

    .header .hd1 .logo img {
        height: 30px;
    }

    .header .hd2 {
        display: none;
    }

    #lunbo {
        height: 400px;
    }

    .header .hd3 {
        margin-top: 200px;
    }

    .header .hd3 .rmore {
        display: none;
    }

    .fnav>li {
        float: left;
        width: 20%;
        padding: 0 10px;
    }

    .header .mbmenu {
        display: block;
        background: #393d49;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        right: -100%;
        z-index: 25;
        padding-top: 50px;
    }

    .swiper-pagination {
        z-index: unset;
    }

    .topclose {
        float: none;
        position: absolute;
        color: #eeeeee;
        left: 15px;
        top: 15px;
        font-size: 20px;
    }

    .introduceBox .imgbox {
        display: none;
    }

    .introduceBox .textbox {
        width: 100%;
        padding: 0 5%;
    }

    .introduceBox {
        padding-top: 0;
    }

    .introduceBox .textbox .t01 .cl {
        text-align: center;
        margin-top: 10%;
    }

    .introduceBox .textbox .t01 h1 {
        float: none;
    }

    .introduceBox .textbox .t01 h2 {
        float: none;
    }

    .header .topopen {
        display: block;
        line-height: 30px;
        margin-right: 10px;
        font-size: 26px;
        color: black;
        float: right;
        margin-top: 10px;
    }

    .layui-nav-tree .layui-nav-item a {
        text-align: center;
    }

    .allgoods {
        float: left;
        top: 0;
        width: 740px;
        padding-bottom: 60px;
    }

    .product .title h2 {
        margin-bottom: 10px;
    }

    .case .imghover {
        height: 170px;
    }

    .case .imghover img {
        height: 170px;
    }

    .footer {
        font-size: 18px;
    }

    .footer .fcontact {
        display: none;
    }

    .footer .wp {
        display: none;
    }

    .jishu {
        padding-bottom: 10px;
    }

    .swiper-container {
        z-index: unset;
    }

    .swiper-wrapper {
        z-index: unset;
    }

    .swiper-container-horizontal>.swiper-scrollbar {
        z-index: unset;
    }

    .product .title {
        position: relative;
        float: left;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .wp {
        width: 100%;
        margin: 0 auto;
    }

    .ws {
        width: 100%;
        margin: 0 auto;
    }

    .ws1 {
        width: 100%;
        margin: 0 auto;
    }

    #lunbo {
        height: 250px;
    }

    .header .hd3 {
        margin-top: 120px;
    }

    .header .hd3 .p1 {
        font-size: 25px;
        width: 100%;
    }

    .header .hd3 .p2 {
        font-size: 15px;
        width: 100%;
    }

    .allgoods {
        float: left;
        top: 0;
        width: 100%;
        padding-bottom: 60px;
    }

    .case .imghover {
        height: 100px;
    }

    .case .imghover img {
        height: 100px;
    }

    .shadowp h3 {
        font-size: 17px;
    }

    .search {
        width: 100%;
    }

    .search form .search01 {
        width: 100%;
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 2024929 */
    src: url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.eot');
    src: url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.woff') format('woff'),
        url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_2024929_grpoqmkopvn.svg#iconfont') format('svg');
}