/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body {font:13px/1.75 "Microsoft YaHei", arial,sans-serif; color: #333;  background:#fff;overflow-x: hidden;font-family: "微软雅黑";}
a { text-decoration: none; color: #333;display: block;}
p{color: #434343;}
a:hover {text-decoration: none}
a img {border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none}
div {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
li {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
p,strong,em{padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;font-weight: normal;}
form {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;}
em{font-style: normal; font-weight: normal}
table {padding-bottom: 0px;list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dt {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dl {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dd {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
tr {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
input,textarea{outline: none;border: 0;}
.cl{height: 0px; clear: both;}
.fl{float: left; display: block;}
.fr{float: right;}
.container{max-width: 1600px;padding: 0;}
body{background: #fff;}
.c{*zoom:1;}
.cp-back {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 166px;
    height: 45px;
    margin-top: 70px;
    font-size: 15px;
    background: #67877f;
    color: #fff;
    margin-left: 25px;
    transition: all .5s;
}
.cp-back:hover{
    box-shadow: 1px 1px 10px #67877f;
    color: #fff;
    transform: translateX(7px);
}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{ text-align: left !important;}
.txt-r{text-align: right;}
.bg-black{background: #000;}
.col-black{color: #000;}
.col-white{color: #fff !important;}
strong{ font-weight: bold;}
i{font-style: normal;}
.m{ margin: 0 auto;}
.blue{color:#0056a1;}

/* 字体引入 */
@font-face {
	font-family: 'text';
	src: url('../font/difcond22.otf');
}

/* CSS Document */



/* details-related */
.details-related{margin-top: 5%;}
.details-related ul{display: flex;justify-content: center;}
.details-related ul li{border-radius: 7px;border: 1px solid #62676b;text-align: center;margin: 14px;transition:all .5s}
.details-related ul li a{
    transition: all .5s;
    border-radius: 6px;
}
.details-related ul li a em{font-family: MicrosoftYaHeiLight;font-size: 16px;color: #131313;line-height: 40px;display: block;transition:all .5s}
.details-related ul li:nth-child(1) a em{background: url(../../images/xfy-images/product-tm.png)no-repeat center left;padding-left: 46px;margin: 0 40px;}
.details-related ul li:nth-child(2) a em{background: url(../../images/xfy-images/product-jd.png)no-repeat center left;padding-left: 32px;margin: 0 47px;}
.details-related ul li:nth-child(3) a em{background: url(../../images/xfy-images/product-zy.png)no-repeat center left;padding-left: 31px;margin: 0 33px;}
.details-related ul li:nth-child(4) a em{background: url(../../images/xfy-images/product-xm.png)no-repeat center left;padding-left: 38px;margin: 0 29px;}
.details-related ul li:nth-child(5) a em{background: url(../../images/xfy-images/product-dy.png)no-repeat center left;padding-left: 32px;margin: 0 32px;}
.details-related ul li:nth-child(1):hover a em{
    background: url(../../images/xfy-images/tm1.png)no-repeat center left;
}
.details-related ul li:nth-child(2):hover a em{
    background: url(../../images/xfy-images/jd1.png)no-repeat center left;
}
.details-related ul li:nth-child(3):hover a em{
    background: url(../../images/xfy-images/zy1.png)no-repeat center left;
}
.details-related ul li:nth-child(4):hover a em{
    background: url(../../images/xfy-images/xm1.png)no-repeat center left;
}
.details-related ul li:nth-child(5):hover a em{
    background: url(../../images/xfy-images/dy1.png)no-repeat center left;
}
.details-related ul li a:hover{
    background: #000;
}
.details-related ul li:hover a em{
    color: #fff;
}

/* details-list 详情列表*/
.details-list{}
.details-list ul{}
.details-list .container>ul>li{display: flex;justify-content: space-between;margin-top: 6.5%;}
.details-list .container>ul>li:nth-child(2n){flex-direction: row-reverse;}
.details-list ul li dd{}
.details-list ul li dd:nth-child(1){position: relative;width: 48.1%;}
.details-list ul li dd:nth-child(1)>span{overflow: hidden;display: block;}
.details-list ul li dd:nth-child(1)>span img{display: block;width: 100%;border-radius: 7px;transition: 0.5s;}
.details-list ul li dd:nth-child(1):hover> span img{transform: scale(1.1);}
.details-list ul li dd:nth-child(1)>p img{}
.details-list ul li dd:nth-child(1) p{position: absolute;top: -25px;left:0;z-index: 1;}
.details-list ul li:nth-child(2n) dd:nth-child(1) p{left: auto; right: 0;}
.details-list ul li dd:nth-child(2){display: flex;flex-direction: column;justify-content: center;width: 46.9%;}
.details-list ul li dd:nth-child(2) i{display: block;background: url(../../images/xfy-images/product-xq_icon.png)no-repeat center;width: 50px;height: 56px;margin-bottom:6%;background-size: contain;}
.details-list ul li dd:nth-child(2) em{font-family: MicrosoftYaHeiLight;font-size: 36px;line-height: 60px;color: #000000;display: block;}
.details-list ul li dd:nth-child(2) p{font-family: MicrosoftYaHeiLight;font-size: 16px;line-height: 36px;width: 93%; color: #000000;margin-top: 9.4%;}

/* 第六个 */
.details-list ul li:nth-child(6) dd:nth-child(2) i{margin-bottom: 4%;}
.details-list ul li:nth-child(6) dd:nth-child(2) p{margin-top: 1%;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul{display: flex;justify-content: space-between;margin-top: 5%;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li{padding-left: 9%;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li:nth-child(1){background: url(../../images/xfy-images/product-xq_pic6-icon.png)no-repeat center left;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li:nth-child(2){background: url(../../images/xfy-images/product-xq_pic6-icon2.png)no-repeat center left;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li:nth-child(3){background: url(../../images/xfy-images/product-xq_pic6-icon3.png)no-repeat center left;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li strong{font-family: MicrosoftYaHei-Bold;font-size: 16px;font-weight: normal;font-stretch: normal;line-height: 27px;letter-spacing: 0px;color: #231815;display: block;}
.details-list ul li:nth-child(6) dd:nth-child(2) ul li span{font-family: MicrosoftYaHei;font-size: 12px;font-weight: normal;font-stretch: normal;line-height: 18px;letter-spacing: 0px;color: #231815;width: 168px;display: block;}

/* 序号排列 颜色 */
/* .details-list ul li dd:nth-child(1) p::after{content: '';position: absolute;left: 0;bottom: 0;width: 80px;height: 80px;border-radius: 100%;z-index: -1;}
.details-list ul li:nth-child(2n) dd:nth-child(1) p::after{left: auto;right: 0;}
.details-list ul li:nth-child(1) dd:nth-child(1) p::after{background-color: #e15541;}
.details-list ul li:nth-child(2) dd:nth-child(1) p::after{background-color: #366aa1;}
.details-list ul li:nth-child(3) dd:nth-child(1) p::after{background-color: #3a7f68;}
.details-list ul li:nth-child(4) dd:nth-child(1) p::after{background-color: #e4ca59;}
.details-list ul li:nth-child(5) dd:nth-child(1) p::after{background-color: #366aa1;}
.details-list ul li:nth-child(6) dd:nth-child(1) p::after{background-color: #e15541;}
.details-list ul li:nth-child(7) dd:nth-child(1) p::after{background-color: #366aa1;}
.details-list ul li:nth-child(8) dd:nth-child(1) p::after{background-color: #3a7f68;}
.details-list ul li:nth-child(9) dd:nth-child(1) p::after{background-color: #e4ca59;}
.details-list ul li:nth-child(10) dd:nth-child(1) p::after{background-color: #366aa1;}
.details-list ul li:nth-child(1) dd:nth-child(1) p span{color: #e15541;}
.details-list ul li:nth-child(2) dd:nth-child(1) p span{color: #366aa1;}
.details-list ul li:nth-child(3) dd:nth-child(1) p span{color: #3a7f68;}
.details-list ul li:nth-child(4) dd:nth-child(1) p span{color: #e4ca59;}
.details-list ul li:nth-child(5) dd:nth-child(1) p span{color: #e15541;}
.details-list ul li:nth-child(6) dd:nth-child(1) p span{color: #e15541;}
.details-list ul li:nth-child(7) dd:nth-child(1) p span{color: #366aa1;}
.details-list ul li:nth-child(8) dd:nth-child(1) p span{color: #3a7f68;}
.details-list ul li:nth-child(9) dd:nth-child(1) p span{color: #e4ca59;}
.details-list ul li:nth-child(10) dd:nth-child(1) p span{color: #366aa1;} */


/* 产品详情规格 */
.parameter{margin-top: 5%;}
.parameter .title{}
.parameter .title em{font-family: MicrosoftYaHei;font-size: 18px;line-height: 36px;color: #f5f5f5;background-color: #67877f;padding-left: 25px; border-radius: 7px;line-height: 70px;display: block;}
.parameter .title p{font-family: MicrosoftYaHei-Bold;font-size: 18px;line-height: 36px;color: #232323;padding-left: 25px;margin-top: 2%;margin-bottom: 1.4%;}

.parameter .standard{display: flex;justify-content: space-between;border-bottom: 1px solid #dcdcdc;padding-bottom: 3.5%;width: 98%;margin: auto;}
.parameter .standard li{background-color: #ffffff;border-radius: 7px;border: solid 1px #e5e5e5;width: calc(100% / 7 - 1.78%);padding-top: 0.8%;transition: 0.4s;padding-bottom: 1%;}
.parameter .standard li:hover{box-shadow: 0px 0px 10px 2px #dcdcdc}
.parameter .standard li p{font-family: MicrosoftYaHei-Bold;font-size: 16px;line-height: 36px;color: #232323;margin-left: 11%;margin-bottom: 5%;}
.parameter .standard li img{display: block;margin: auto;}
.parameter .standard li:nth-child(1) img,.parameter .standard li:nth-child(5) img{position: relative;top: 16px;}
/* 设备功能 */
.features{display: flex;flex-wrap: wrap;justify-content: space-between;width: 98%;margin: auto;margin-top: 3.5%;}
.features li{width: calc(100% / 5 - 6.5%);margin-right: 5%;margin-left: 1%;margin-bottom: 4%;padding-left: 3.3%;
    position: relative;}
.features li:nth-child(5n){margin-right: 0%;padding-left: 3%;}
.features li:nth-child(4){padding-left: 3%;}
.features li:nth-child(9){padding-left: 3%;}
.features li i{position: absolute;left: 0;top: 5px;}
.features li em{font-family: MicrosoftYaHeiLight;font-size: 18px;line-height: 36px;color: #232323;}
.features li p{font-family: MicrosoftYaHeiLight;font-size: 14px;line-height: 36px;color: #232323;}


/* 售后 */
.sales{}
.sales .title{background-color: #67877f;border-radius: 7px;}
.sales .title em{margin-left: 25px;font-family: MicrosoftYaHeiLight;font-size: 16px;line-height: 37px;color: #ffffff;background: url(../../images/xfy-images/sales-icon.png)no-repeat center left;padding-left: 45px;line-height: 70px;display: block;}
.sales .info{width: 98%;margin: auto;}
.sales .info em{font-family: MicrosoftYaHei-Bold;font-size: 18px;line-height: 37px;color: #2a2a2a;display: block;margin-top: 3%;}
.sales .info strong{font-family: MicrosoftYaHeiLight;display: block; font-size: 16px;color: #2a2a2a;margin-top: 3%;margin-bottom: 0.2%;}
.sales .info p{font-size: 14px;color: #2a2a2a;line-height: 32px;}
.sales .table{display: flex;justify-content: space-between;width: 98%;margin: auto;margin-top: 2.3%;border-bottom: 1px solid #dbdbdb;padding-bottom: 3%;}
.sales .table table{border: solid 1px #b7b7b7;
    border-top: 0;
    border-spacing: 0;
    border-radius: 7px 7px 0px 0px;
    border-collapse: separate;}
.sales .table table:nth-child(1){width: 47.14%;height: 192px;}
.sales .table table:nth-child(2){width: 47.14%;height: 192px;}
.sales .table table tr{display: flex;justify-content: space-between;}
.sales .table table tr:nth-child(1){background-color: #67877f;line-height: 48px;border-radius: 7px 7px 0px 0px;overflow: hidden;color:#fff}
.sales .table table tr:nth-child(1) td{font-family: MicrosoftYaHeiLight;font-size: 14px;line-height: 32px;color: #ffffff;border-top: 0;}
.sales .table table tr td:nth-child(1){width: 33.2%;padding-left: 25px;border-left: 0;}
.sales .table table tr td:nth-child(2){width: 66.8%;padding-left: 25px;}
.sales .table table tr td{border: solid 1px #b7b7b7;border-right: 0;border-bottom: 0;font-family: MicrosoftYaHeiLight;font-size: 14px;line-height: 32px;color: #2d2d2d;}
.sales .table table:nth-child(2) tr td{line-height:34.5px}


.sales .table table:nth-child(2) li:nth-child(1) dd{font-family: MicrosoftYaHeiLight;font-size: 14px;line-height: 48px;color: #ffffff;border-top: 0;}
.sales .table table:nth-child(2) li:nth-child(2) dd{line-height: 29px;padding-top: 1.5%;padding-bottom: 2%;}
.sales .table table:nth-child(2) li dd{line-height: 35.5px;}


/* 非保修条例 */
.warranty{margin-top: 2%;margin-bottom:80px}
.warranty .title{padding-left: 25px;margin-bottom: 2.2%;}
.warranty .title em{display: block;font-family: MicrosoftYaHei-Bold;font-size: 18px;line-height: 37px;color: #2a2a2a;background: url(../../images/xfy-images/warranty-icon.png)no-repeat center left;padding-left: 45px;}
.warranty ul{padding-left: 25px;}
.warranty ul li{font-family: MicrosoftYaHeiLight;font-size: 14px;color: #2a2a2a;line-height: 37px;}



/* 商城 */
.mall-link{margin-top: 3.2%;}
.mall-link .title{text-align: center;}
.mall-link .title em{font-family: MicrosoftYaHeiLight;font-size: 30px;line-height: 36px;color: #222222;display: block;margin: auto;margin-top: 1.6%;}
.mall-link ul{display: flex;justify-content: center;}
.mall-link ul li{width: 77px;height: 76px;background: #9b9b9b;border-radius: 15px;text-align: center;line-height: 76px;margin: 4.9%;transition: 0s;}
.mall-link ul li:last-child{background: #9b9b9b;overflow: hidden;}
.mall-link ul li:last-child:hover{background: #000;}
/* :hover */
.mall-link ul li:nth-child(1):hover img{display: none;}
.mall-link ul li:nth-child(1):hover a{background: url(../../images/xfy-images/tm.png)no-repeat center center;height: 76px;background-size: contain;}
.mall-link ul li:nth-child(1):hover{background: none;}
/* .mall-link ul li:nth-child(1):hover{background: #e1160b;} */
.mall-link ul li:nth-child(2):hover{background: #e31d1a;}
.mall-link ul li:nth-child(3):hover{background: #e15541;}
.mall-link ul li:nth-child(4):hover{background: #fe7600;}
.mall-link ul li:nth-child(5) img{width: 59%;transform: translateY(-80px);filter: drop-shadow(#fff 0 80px);}

/* 线下门店 */
.offline{background: url(../../images/xfy-images/offline-bg.jpg)no-repeat center;height: 240px;background-size: cover;margin-top: 3%;overflow: hidden;}
.offline div{text-align: center;margin-top: 2.7%;}
.offline em{font-family: MicrosoftYaHeiLight;font-size: 24px;line-height: 37px;color: #0c0c0c;}
.offline p{font-family: MicrosoftYaHeiLight;font-size: 16px;line-height: 34px;color: #ffffff;width: 206px;height: 34px;background-color: #333333;border-radius: 17px;margin: auto;margin-top: 3%;}

/* 弹窗 */
.zb{position: fixed;top: 50%;left: 45%;height: 0;margin: auto;opacity: 0;transition: 0.4s;text-align: center;color: #fff;line-height: 100px;width: 150px;font-size: 18px;z-index: 999;}
.black{height: 100px;line-height: 100px;width: 150px;border-radius: 7px;opacity: 1; background: rgba(0,0,0,.5);transition: 0.4s;text-align: center;}
.details-related ul li:nth-child(1) , .details-related ul li:nth-child(3), .details-related ul li:nth-child(5){cursor: pointer;}
/* 二维码 */
.details-related-erw{display: none;}
.details-related-erwm{position: fixed;top: 35%;left: 0%;width: 100%; z-index: 999;display: flex;justify-content: center;background:  rgba(0,0,0,.5);border-radius: 7px;}
.details-related-erwm dd{width: 7%;text-align: center;margin: 3%;}
.details-related-erwm dd img{display: block;width: 100%;}
.details-related-erwm dd p{margin-top: 2%;font-size: 16px;color: #fff;}.details-related-erwm i{font-size: 22px;color: #fff;cursor: pointer;}

.parameter .standard li:nth-child(3) img{width: 72%;} 





































