@charset "utf-8";
@import url(../css/common.css);
@import url(../css/iconfont.css);

/*滚动条样式*/

body {
    min-height: 100vh;
    font: 16px Arial, Helvetica, sans-serif !important;
    color: #000;
    background: #fff;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a {
    color: #000;
    letter-spacing: 1px;
}

a:hover {
    color: #333;
}

.con {
    width: 83.33%;
    min-width: 1000px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid #fafafa;
    background-color: #fff;
}

.header-t {
    background-color: #fafafa;
    padding: .0521rem 0;
}

.header-t-l {
    font-size: .0938rem;
}

.header-t-l span {
    color: #F9C060;
    margin-right: .0521rem;
}

.header-t-l span i {
    margin-right: .0521rem;
}

.header-t-r a {
    margin-right: .0521rem;
}

.header-t-r a img {
    width: .1354rem;
}

.header-logo {
    width: 1.0417rem;
    height: .1563rem;
    background-image: url(../images/logo.png);
    margin-right: 1.1104rem;
}

nav>ul>li>a {
    color: #000;
    font-size: .0938rem;
    line-height: 1;
    padding: .2083rem 0;
}

nav>ul>li>a:hover,
nav>ul>li>a.active {
    color: #F9C060;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: .0156rem;
    opacity: 0;
    border-radius: .0521rem;
    background-color: #F9C060;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #F9C060;
    width: 100%;
}

.header-search {
    margin-left: 1.1021rem;
}

.header-search a span {
    font-size: .1146rem;
    color: #000;
    line-height: 1;
}

.header-cart {
    margin-left: .1563rem;
}

.header-cart span {
    font-size: .1146rem;
    color: #000;
    line-height: 1;
    cursor: pointer;
}



.nav-sub-box {
    background: transparent;
    top: .55rem;
}

.search-sub-box {
    background: transparent;
    top: .65rem;
}

.header-pro-nav {
    background-color: #fff;
    top: .5rem;
    padding: .3125rem 0;
    border-top: 1px solid #ccc;
    z-index: 200;
    display: none;
}

.header-pro-item h4 {
    font-size: .0938rem;
    opacity: 0.8;
    font-weight: lighter;
    margin-bottom: .1563rem;
}

.header-pro-item a {
    font-weight: bold;
    line-height: 1;
    margin-bottom: .1042rem;
    font-size: .1042rem;
}

.header-pro-item a:hover {
    color: #000;
}

.header-pro-nav-r {
    margin-left: 1.1979rem;
}

.header-pro-nav-a {
    width: 1.8229rem;
}

.header-pro-nav-txt span {
    color: #fff;
    display: block;
    font-size: .1458rem;
    padding-bottom: .1042rem;
    padding-left: .1042rem;
    line-height: 1;
}

.mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}


/*首页样式*/
/*广告样式*/
.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1563rem;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: .0729rem;
    height: .0729rem;
    display: block;
    opacity: 0.3;
    margin: 0 .0521rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F9C060;
    opacity: 1;
}

.index-banner-fy {
    bottom: .5208rem;
    z-index: 1;
}

.index-banner-prev i,
.index-banner-next i {
    color: #fff;
    line-height: 1;
    font-weight: normal;
    font-size: .2083rem;
}

/*首页about*/
.index-about {
    padding: .5625rem 0;
}

.index-about-l {
    width: 42.68%;
}

.index-about-l>img {
    width: .2448rem;
    margin-bottom: .1771rem;
}

.index-about-l h4 {
    font-size: .2344rem;
    line-height: 1.3;
    margin-bottom: .1875rem;
}

.index-about-l p {
    font-size: .0938rem;
    opacity: 0.7;
    color: #585858;
    margin-bottom: .3021rem;
}

.more-btn {
    font-size: .1042rem;
    background-color: #F9C060;
    color: #fff;
    display: inline-block;
    padding: .1302rem .3021rem;
    line-height: 1;
    border-radius: .2083rem;
    background-image: radial-gradient(ellipse at bottom, #f5ba54 50%, transparent 75%);
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.more-btn:hover {
    color: #fff;
    background-size: 200% 200%;
    transition: background-size 320ms 0ms ease;
}

.index-about-r {
    width: 51.12%;
}

.index-about-b {
    margin-top: .4896rem;
}

.index-about-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 16%;
}

.index-about-item:last-child {
    border-right: none;
}

.index-about-item h4 {
    font-size: .2344rem;
    margin-bottom: .0938rem;
    font-weight: 500;
}

.index-about-item p {
    font-size: .0938rem;
    opacity: 0.7;
    line-height: 1;
}

.index-why {
    background-color: #fafafa;
    padding: .4792rem 0;
}

.index-why-tit h4 {
    font-size: .2344rem;
    font-weight: 700;
}

.index-why-list {
    margin-top: .3646rem;
    ;
}

.index-why-item {
    width: 23.62%;
    padding: .3125rem .25rem;
    background-color: #fff;
    border-radius: 0px 0px .1042rem .1042rem;
}

.index-why-item span {
    width: .2813rem;
    height: .2813rem;
    margin-bottom: .25rem;
    background-size: 100% 100%;
}

.index-why-item h4 {
    font-size: .125rem;
    margin-bottom: .1979rem;
}

.index-why-item p {
    font-size: .0885rem;
    opacity: 0.8;
}

.index-why-item:nth-child(1) {
    border-top: .026rem solid #F9C060;
}

.index-why-item:nth-child(2) {
    border-top: .026rem solid #e08f73;
}

.index-why-item:nth-child(3) {
    border-top: .026rem solid #2475ac;
}

.index-why-item:nth-child(4) {
    border-top: .026rem solid #60a48b;
}

.index-why-item:nth-child(1) span {
    background-image: url(../images/why1.png);

}

.index-why-item:nth-child(2) span {
    background-image: url(../images/why2.png);
}

.index-why-item:nth-child(3) span {
    background-image: url(../images/why3.png);
}

.index-why-item:nth-child(4) span {
    background-image: url(../images/why4.png);
}

.index-why-item:hover h4 {
    color: #fff;
}

.index-why-item:hover p {
    color: #fff;
}

.index-why-item:nth-child(1):hover {
    background-color: #F9C060;
}

.index-why-item:nth-child(1):hover span {
    background-image: url(../images/why1s.png);
}

.index-why-item:nth-child(2):hover {
    background-color: #e08f73;
}

.index-why-item:nth-child(2):hover span {
    background-image: url(../images/why2s.png);
}

.index-why-item:nth-child(3):hover {
    background-color: #2475ac;
}

.index-why-item:nth-child(3):hover span {
    background-image: url(../images/why3s.png);
}

.index-why-item:nth-child(4):hover {
    background-color: #60a48b;
}

.index-why-item:nth-child(4):hover span {
    background-image: url(../images/why4s.png);
}

.index-fa {
    padding: .4583rem 0;
}

.index-fa-con {
    align-items: flex-start;
}

.index-fa-l {
    width: 45.75%;
}

.index-fa-r {
    width: 50%;
}

.index-fa-r>h4 {
    font-size: .2344rem;
    font-weight: 600;
}

.index-fa-list {
    margin-top: .4271rem;
}

.index-fa-item {
    width: 46%;
    margin-bottom: .3958rem;
    align-items: flex-start;
}

.index-fa-item img {
    width: .2604rem;
    height: .2604rem;
}

.index-fa-txt {
    flex: 1;
    padding-left: .1042rem;
}

.index-fa-txt h4 {
    font-size: .125rem;
    margin-bottom: .0521rem;
}

.index-fa-txt p {
    opacity: 0.8;
    font-size: .0938rem;
}



.index-ft {
    background-color: #fafafa;
    padding: .5729rem 0;
}

.index-ft-tit h4 {
    font-size: .2344rem;
    margin-bottom: .1042rem;
}

.index-ft-tit p {
    opacity: 0.8;
    font-size: .0938rem;
}

.index-ft-list {
    margin-top: .3333rem;
}

.index-ft-item {
    width: 32.25%;
    background-color: #fff;
    border-radius: .1042rem;
    margin-bottom: .1875rem;
}

.index-ft-pic img {
    width: 100%;
}

.index-ft-txt {
    padding: .2188rem .2292rem;
}

.index-ft-txt h4 {
    font-size: .1146rem;
    font-weight: 500;
    margin-bottom: .1458rem;
}

.index-ft-txt p {
    opacity: 0.78;
    font-size: .0938rem;
    font-weight: 400;
    color: #585858;
}



/*首页产品样式*/
.index-pro {
    padding: .4792rem 0;
}

.index-pro-tit h4 {
    font-size: .2344rem;
}

.index-pro-swiper {
    margin-top: .3646rem;
}

.index-index-pro-pic img {
    width: 100%;
}

.index-index-pro-pic span {
    bottom: -0.1042rem;
    right: 0;
    background-color: transparent;
    opacity: 0;
}

.index-index-pro-pic span em {
    line-height: 1;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: .1042rem;
    background-color: #F9C060;
    width: 90%;
    padding: .125rem 0;
}

.index-pro-item:hover .index-index-pro-pic span {
    opacity: 1;
    bottom: .1042rem;
    right: 0;
}

.index-pro-txt h4 {
    font-size: .1042rem;
    margin: .2188rem 0 .0938rem;
}

.index-pro-txt p {
    opacity: 0.7;
    font-size: .0938rem;
    line-height: 1;
}



.index-pro-fy div {
    background-color: #fff;
    width: .25rem;
    height: .25rem;
    color: #000;
    top: 30%;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #000;
}

.index-pro-prev {
    left: -0.3646rem;
}

.index-pro-next {
    right: -0.3646rem;
}

.index-pro-fy div:hover {
    color: #fff;
    background-color: #F9C060;
    border: 1px solid #F9C060;
}

.index-pro-fy div i {
    font-size: .0938rem;
}

.swiper-pro-pagination {
    display: flex;
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
    margin: .3125rem 0 0;
}

.swiper-pro-pagination .swiper-pagination-bullet {
    background-color: #000;
    border-radius: 50%;
    width: .0521rem;
    height: .0521rem;
    display: block;
    opacity: 1;
    border: 1px solid #000;
    margin: 0 .0781rem;
}

.swiper-pro-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: .0521rem;
    height: .0521rem;
    border: 1px solid #000;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*index-cer*/
.index-cer-con {
    margin-top: .9583rem;
}

.index-cer-l {
    width: 36.68%;
}

.index-cer-l h4 {
    color: #fff;
    font-size: .2083rem;
    margin-bottom: .1771rem;
}

.index-cer-l p {
    font-size: .1042rem;
    color: #fff;
}

.index-cer-r {
    width: 42.93%;
}

.index-cer-item {
    width: 32%;
    margin-bottom: .0781rem;
}

.index-cer-r img {
    width: 100%;
}

.index-faq {
    padding: .5729rem 0;
}

.index-faq-tit h4 {
    font-weight: 700;
    font-size: .2083rem;
    color: #000;
}

.index-faq-list {
    margin-top: .2344rem;
    padding-right: .3646rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.index-faq-r {
    padding-left: .3646rem;
}

.index-faq-i {
    margin-bottom: .0833rem;

}

.index-faq-i-tit {
    padding: .1458rem;
    cursor: pointer;
}

.index-faq-i-tit:hover,
.index-faq-i.on .index-faq-i-tit {
    background-color: #F9C060;
}

.index-faq-i-tit:hover p,
.index-faq-i-tit:hover span::after,
.index-faq-i.on .index-faq-i-tit p,
.index-faq-i.on .index-faq-i-tit span::after {
    color: #fff;
}

.index-faq-i-tit p {
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: .1042rem;
}

.index-faq-i-tit span::after {
    content: "+";
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
}

.index-faq-i.on .index-faq-i-tit span::after {
    content: "-";
}

.index-faq-i-con {
    border-top: 1px solid #e5e5e5;
    padding: .1458rem;
    font-size: .0833rem;
    opacity: 0.7;
    line-height: 1.6;
    color: #000;
    display: none;
}

.index-faq-i.on .index-faq-i-con {
    display: block;
}

.index-faq-form {
    display: block;
    margin-top: .1979rem;
    width: 2.6563rem;
}

.index-faq-se input,
.index-faq-se textarea {
    border: none;
    resize: none;
    width: 100%;
    display: block;
    font-size: .0938rem;
    color: #000;
}

.index-faq-se {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: .1563rem;
    padding: .1563rem;
}

.index-faq-se span {
    font-size: .0938rem;
    opacity: 0.7;
    color: #000;
    line-height: 1;
    transition: all ease-out .3s;
}

.index-faq-se textarea {
    height: 1.0417rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .0729rem;
    left: .1563rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .125rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .1563rem 0;
    cursor: pointer;
    background-color: #000;
    width: 100%;
    border: none;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #F9C060;
}


/*底部样式*/
.footer-t {
    background-color: #f6f6f6;
    padding: .4896rem 0;
}

.footer-t-l img {
    width: 1.4583rem;
    margin-bottom: .2917rem;
}

.footer-t-l p {
    margin-bottom: .1563rem;
    line-height: normal;
}

.footer-t-l p span {
    font-weight: bold;
    font-size: .0938rem;
    margin-right: .0938rem;
}

.footer-t-l p em {
    font-size: .0938rem;
    font-weight: 400;
}

.footer-t-r {
    width: 45.62%;
}

.footer-form input {
    width: 32%;
    background-color: transparent;
    font-size: .0938rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .0781rem;
    margin-bottom: .2083rem;
    color: #999;
}

.footer-form textarea {
    background-color: transparent;
    font-size: .0938rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .0781rem;
    margin-bottom: .2083rem;
    color: #999;
    min-height: 0.55rem;
}

.footer-t-btn {
    background-color: #000;
    color: #fff;
    margin-top: .1563rem;
    font-size: .1042rem;
    width: 30%;
    padding: .1042rem 0;
    line-height: 1;
    cursor: pointer;
}

.footer-t-btn:hover {
    background-color: #F9C060;
}


.footer-b {
    padding: .125rem 0;
    background-color: #fff;
}

.footer-b-sc a {
    color: #000;
    font-size: .1042rem;
    line-height: 1;
    margin-right: .125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-b-sc a:hover {
    color: #F9C060;
}

.footer-b-con-r p {
    font-size: .0833rem;
    margin-right: .0521rem;
}

.footer-b-con-r a {
    color: #000;
    font-size: .0833rem;
}

.footer-b-con-r a:hover {
    color: #999;
    text-decoration: underline;
}



#sidebar {
    position: fixed;
    right: 0;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 2;
}

#sidebar ul li {
    margin-bottom: 5px;
    position: relative;
}

#sidebar ul li:last-child {
    margin-bottom: 0;
}

#sidebar ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    font-size: 18px;
    transition: .5s;
    cursor: pointer;
    color: #000;
}

#sidebar ul li i:hover {
    color: white;
    background: #F9C060;
}

#sidebar ul li dl {
    position: absolute;
    top: 0;
    padding: 15px 25px;
    background: white;
    width: auto;
    white-space: nowrap;
    right: 0;
    transform: translateX(100%);
    transition: .5s;
    opacity: 0;
}

#sidebar ul li dl dt {
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
}

#sidebar ul li dl dd {
    font-size: 16px;
    display: block;
}

#sidebar ul li dl img {
    width: 120px;
    max-width: none;
}

#sidebar ul li:hover dl {
    right: 40px;
    transform: translateX(0);
    opacity: 1;
}


/*关于我们样式*/
.a-top-con img {
    width: .2448rem;
    margin-bottom: .2083rem;
}

.a-top-con h4 {
    color: #fff;
    font-size: .2865rem;
    line-height: 1.3;
    font-weight: 700;
}

.a1 {
    padding: .4896rem 0;
}

.a1-top {
    margin-bottom: .2917rem;
}

.a1-l {
    width: 42.85%;
}

.a1-l h4 {
    font-size: .1771rem;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .1875rem;
}

.a1-l p {
    font-size: .0833rem;
    line-height: 1.6;
    opacity: 0.9;
}

.a1-r {
    width: 46.43%;
}

.a1-i {
    width: 19%;
    border-radius: .0521rem;
}

.a1-i img {
    width: 100%;
}

.a2-b {
    padding: .4583rem 0;
}

.a2-b-l {
    width: 42.14%;
}

.a2-b-l h4 {
    font-size: .2344rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .2865rem;
    color: #000;
}

.a2-b-l p {
    opacity: 0.8;
    font-size: .1042rem;
    color: #000;
}

.a2-b-r {
    width: 48.85%;
    cursor: pointer;
    overflow: hidden;
}

.a2-b-r:hover>img {
    transform: scale(1.1, 1.1);
}

.a2-b-r .a-box img {
    width: .5104rem;
    height: .5104rem;
}

.a2-con h4 {
    font-size: .2604rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.a2-con p {
    font-size: .1042rem;
    color: #fff;
    font-weight: 400;
}

.a3 {
    padding: .4063rem 0;
}

.a3-list {
    margin: 0;
}

.a3-list .index-ft-item {
    margin-bottom: 0;
    background-color: #f7f7f7;
}

.a4 {
    padding: 0 0 .2708rem;
}

.a4-con {
    background-color: #F9C060;
}

.a4-con-l {
    width: 47.75%;
}

.a4-con-l img {
    width: 100%;
}

.a4-con-r {
    width: 40.75%;
    margin-right: .5208rem;
}

.a4-con-r h4 {
    font-size: .2083rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .1719rem;
}

.a4-con-r p {
    font-size: .1042rem;
    opacity: 0.8;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.a5 {
    background: #f5f5f5;
    padding: .5208rem 0;
}

.a5-t h4 {
    font-size: .2344rem;
    line-height: 1.3;
}

.a5-t p {
    opacity: 0.8;
    font-size: .0938rem;
    width: 30%;
}

.a5-t-con {
    margin-top: .3125rem;
}

.a6 {
    padding: .4792rem 0;
}

.a6-con-l {
    width: 36.43%;
}

.a6-con-r {
    width: 51.62%;
}

.a6-con-l h4 {
    font-size: .2344rem;
    margin-bottom: .2396rem;
    line-height: 1.3;
}

.a6-con-l p {
    font-size: .1042rem;
    opacity: 0.8;
}


.a7-t-con {
    width: 42.85%;
}

.a7-t-con h4 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: .2708rem;
    font-size: .2344rem;
}

.a7-t-con p {
    color: #fff;
    font-size: .1042rem;
    line-height: 1.6;
}

.a7-b {
    padding: .4583rem 0;
}

.a7-b-tit {
    margin-bottom: .3542rem;
}

.a7-b-tit h4 {
    color: #000;
    font-size: .1458rem;
    font-weight: 700;
}

.a7-b-fy div {
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    border: 1px solid #000;
}

.a7-b-fy div:hover {
    background-color: #F9C060;
    color: #fff;
    border: 1px solid #F9C060;
}

.a7-b-next,
.a7-b-perv {
    margin: 0 .0521rem;
    background-color: #fff;
}

.a7-b-txt {
    padding: .1198rem 0;
    background-color: transparent;
}

.a7-b-txt p {
    color: #000;
    line-height: 1;
    font-size: .1042rem;
}

.a7-b-txt span {
    opacity: 0;
    font-size: .3177rem;
    font-weight: bold;
    bottom: -0.1042rem;
    right: .0521rem;
    line-height: 1;
}

.a7-b-swiper .swiper-slide:hover {
    background-color: #F9C060;
}

.a7-b-swiper .swiper-slide:hover .a7-b-txt p {
    color: #fff;
}

.a7-b-swiper .swiper-slide:hover .a7-b-txt span {
    opacity: 0.2;
    color: #fff;
}

.a8 {
    background: #f6f6f6;
    padding: .4583rem 0;
}

.a8-tit h4 {
    font-size: .2083rem;
}

.a8-swiper {
    margin-top: .3854rem;
}

.a8-fy div {
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    border: 1px solid #000;
    top: 55%;
}

.a8-fy div:hover {
    background-color: #F9C060;
    color: #fff;
    border: 1px solid #F9C060;
}

.a8-perv {
    left: -0.4167rem;
}

.a8-next {
    right: -0.4167rem;
}


/*联系我们样式*/
.ca-top-txt{
    z-index: 1;
    width: 31%;
    top: 1.3542rem;
    left: 1.4583rem;
}
.ca-top-txt h4{
   font-size: .4479rem;
   margin-bottom: .1875rem;
   color: #fff;
}
.ca-top-txt p{
    font-size: .125rem;
    color: #fff;
}
.ca1 {
    padding: .625rem 0;
}
.ca1-tit h4{
    font-size: .2344rem;
    margin-bottom: .1354rem;
}
.ca1-tit p{
    font-size: .1146rem;
    opacity: 0.7;
    line-height: 1;
}
.ca1-t{
    margin-top: .4271rem;
    background-color: #f9c060;
    padding: .3802rem .5208rem;
}
.ca1-t-logo{
    width: .625rem;
    height: .625rem;
    padding: 0 .0521rem;
    background-color: #fff;
    margin-right: .5104rem;
}
.ca1-t-i{
    margin-right: .5104rem;
}
.ca1-t-i p{
    color: #fff;
    line-height: 1;
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1042rem;
}
.ca1-t-i h4{
    font-size: .125rem;
    font-weight: 700;
    color: #fff;
}


.ca1-con {
    background-color: #f7f7f7;
    border-radius: 0px 0px .1042rem .1042rem;
    padding: .6354rem .4063rem;
}

.ca1-l p {
    font-size: .0938rem;
    opacity: 0.8;
}

.ca1-label {
    width: 48%;
    margin-bottom: .125rem;
}

.ca1-label input,
.ca1-label textarea {
    width: 100%;
    background-color: #fafafa;
    font-size: .0833rem;
    padding: .1042rem .0625rem;
    line-height: 1;
    border: 1px solid #fafafa;
}

.ca1-label input::placeholder,
.ca1-label textarea::placeholder {
    color: #c0c4cc;
}

.ca1-label:nth-child(4) {
    width: 100%;
}

.ca1-label:last-child {
    width: 100%;
}

.ca1-label textarea {
    height: 0.8rem;
}

.ca1-btn {
    background: #fff;
    background-color: #000;
    color: #fff;
    font-size: .125rem;
    line-height: 1;
    width: 1.3021rem;
    padding: .0833rem 0;
    cursor: pointer;
    border: 1px solid #000;
}

.ca1-btn:hover {
    background-color: #f9c060;
    color: #fff;
    border: 1px solid #f9c060;
}

.ca1-r {
    width: 46%;
     
}
.ca1-r h4{
    font-size: .1354rem;
    margin-bottom: .2604rem;
    line-height: 1.3;
}
.ca1-r p{
    font-size: .1042rem;
    line-height: 1;
    margin-bottom: .2604rem;
}
.ca1-r p span{
    margin-right: .1354rem;
}
/*cer样式*/
.cer-tit{
    padding: .4688rem 0;
    font-size: .2604rem;
}
.cer-list{
    margin-bottom: .3125rem;
}
.cer-con-tit h4{
    font-size: .1563rem;
    margin-bottom: .1563rem;
}
.cer-item{
    width: calc(95%/5);
    margin-right: 1%;
    margin-bottom: .1042rem;
}
.cer-item p{
    font-size: .0938rem;
    opacity: 0.8;
    margin-top: .0521rem;
    line-height: 1;
}


/*输入密码样式*/
.l-box-logo {
    width: 1rem;
    margin: 0 auto .4167rem;
}

.l-box-input {
    border: 1px solid #000;
    padding: .0521rem .1563rem;
    width: 2.6042rem;
    margin: 0 auto;
}

.l-box-input span {
    font-size: 14px;
    color: #B2B2B2;
    margin-bottom: 5px;
}

.l-box-input input {
    outline: none;
    border: none;
    font-size: .0833rem;
}

.l-p p {
    font-size: .0833rem;
    color: #656565;
    padding: .1458rem 0 .4479rem;
    line-height: 1;
    text-align: left;
}

.l-btn {
    background: #1D1D1D;
    color: #fff;
    font-size: .0885rem;
    line-height: 1;
    padding: .1458rem 0;
    cursor: pointer;
}



/*产品列表样式*/
.pro-t-txt h4 {
    color: #fff;
    font-size: .2604rem;
    line-height: 1;
    margin-bottom: .1563rem;
}

.pro-t-txt p {
    color: #fff;
    font-size: .1146rem;
}

.pro {
    padding: .2604rem 0 .3854rem;
}

.pro-top {
    margin-bottom: .4167rem;
}

.pro-top-menu a,
.pro-top-menu em,
.pro-top-menu span {
    font-size: .0938rem;
    line-height: 1;
    opacity: 0.7;
}

.pro-top-menu span {
    color: #000;
    opacity: 1;
    font-size: .0885rem;
}

.pro-top-menu a:hover {
    color: #BA2C68;
    opacity: 1;
}

.pro-top-menu em {
    padding: 0 .0521rem;
}

.pro-top-tit {
    margin-top: 0;
}

.pro-top-tit h4 {
    font-size: .3125rem;
    font-weight: normal;
}

.pro-top-search {
    border: 2px solid #93939a;
}

.pro-top-search input[type=text] {
    font-size: .0885rem;
    width: 100%;
    padding: 0 .0833rem;
}

.pro-top-search input[type=submit] {
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
    appearance: none;
    background-color: transparent;
    opacity: 0.7;
}

.pro-side {
    width: 1.66rem;
}

.pro-side-tit h4 {
    font-size: .1555rem;
    margin-bottom: .1354rem;
}

.pro-side-item:hover h4,.pro-side-item:hover i{
    color: #f9c060;
}

.pro-side-item {
    border-top: 1px solid #ccc;
    padding-top: .2083rem;
    margin-bottom: .2083rem;
}

.pro-side-item i.on {
    transform: rotate(90deg);
    color: #000;
}


.pro-side-item-tit {
    cursor: pointer;
}

.pro-side-item-tit h4 {
    font-size: .0999rem;
    font-weight: bold;
    line-height: 1.2;
}

.pro-side-item-tit h4.active{
    color: #f9c060;
}

.pro-side-item-tit i {
    font-size: .0938rem;
    line-height: 1;
    
}

.pro-side-sub {
    display: none;
}

.pro-side-sub.on {
    display: block;
}

.pro-side-sub a {
    font-size: .0888rem;
    margin-top: .1042rem;
    padding-left: .0521rem;
}

.pro-side-sub a.on,.pro-side-sub a:hover {
    color: #f9c060;
}

.pro-list-con {
    width: 75.68%;
}

.pro-list-page-item {
    width: 31%;
    margin-bottom: .4167rem;
}

.pro-list-page-item-pic span {
    bottom: -0.1042rem;
    right: 0;
    background-color: transparent;
    opacity: 0;
}

.pro-list-page-item-pic span em {
    line-height: 1;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: .1042rem;
    background-color: #F9C060;
    width: 90%;
    padding: .125rem 0;
}

.pro-list-page-item:hover .pro-list-page-item-pic span {
    opacity: 1;
    bottom: .1042rem;
    right: 0;
    
}


.pro-list-page-item-txt {
    margin-top: .1927rem;
}

.pro-list-page-item-txt h4 {
    font-size: .1042rem;
    margin-bottom: 0.0781rem;
}

.pro-list-page-item-txt p {
    font-size: .0885rem;
    line-height: 1;
    opacity: 0.7;
}

.pro-list-page-list::after {
    content: '';
    width: 31%;
}

.pro-list-page-item-tag {
    color: #fff;
    font-size: .0729rem;
    padding: .0365rem .0521rem;
    top: .0625rem;
    left: .0625rem;
    background: #f9c060;
}

.pro-ca-con {
    background-color: #292929;
    padding: .3646rem 0;
    margin-bottom: .3646rem;
}

.pro-ca-con p {
    font-size: .1042rem;
    color: #fff;
    margin-bottom: .1771rem;
    line-height: 1;
}

.pro-ca-con h4 {
    font-size: .1667rem;
    line-height: 1.2;
    margin-bottom: .2708rem;
    color: #fff;
}

.pro-ca-con a {
    color: #fff;
    font-size: .0885rem;
    padding: .0833rem .5208rem;
    background-color: #616161;
}

.pro-ca-con a:hover {
    background-color: #fff;
    color: #000;
}


/*产品详情样式*/
.pro-show {
    padding: .266rem 0 0;
}

.pro-show .pro-top-menu {
    margin-bottom: .224rem;
}

.product-img {
    align-items: flex-start;
}

.product-show-img-thumbs {
    width: .6458rem;
    margin-right: .1667rem;
}

.product-show-img-thumbs .swiper-slide {
    width: .6458rem;
    height: .6458rem;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: .0521rem;
}

.product-show-img-top {
    width: 3.5208rem;
    border: 1px solid #ccc;
}

.pro-show-top-txt {
    padding: 0 .4167rem;
}

.pro-show-top-tit {
    padding-bottom: .2344rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .1979rem;
}

.pro-show-top-tit>h4 {
    font-size: .2188rem;
    font-weight: 400;
    margin-bottom: .1042rem;
}

.pro-show-top-num {
    margin-top: .2083rem;
    border-top: 1px solid #ccc;
    padding-top: .2083rem;
}

.pro-show-top-num h4 {
    font-size: .1354rem;
    margin-bottom: .1563rem;
}

.pro-show-top-num p {
    font-size: .0833rem;
    margin-bottom: .1042rem;
    opacity: 0.7;
    line-height: 1;
}

.pro-show-top-count p {
    font-size: .0885rem;
    color: #747474;
    line-height: 1;
    margin-bottom: .1042rem;
}

.pro-show-top-input {
    border: 1px solid #dcdcdc;
    width: .8854rem;
    padding: .0521rem 0;
}

.pro-show-top-input input {
    width: 100%;
    border: none;
    font-size: .0885rem;
    color: #747474;
    outline: none;
    line-height: 1;
    text-align: center;
}

.pro-show-top-input span {
    color: #747474;
    font-size: .0985rem;
    padding: 0 .0833rem;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.pro-show-top-input {
    margin-bottom: .25rem;
}

.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 100%;
   
}

.add-cart {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.p-order {
    color: #fff;
    background-color: #f9c060;
}
.p-order:hover{

}

/*搜索框样式*/
.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #ccc;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

.pro-show-can {
    margin-top: .5417rem;
    padding: .6458rem 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.pro-show-can-l {
    width: 2.3438rem;
}

.pro-show-can-l h4 {
    font-size: .1979rem;
    margin-bottom: .1563rem;
}

.pro-show-can-l p {
    font-size: .0833rem;
    opacity: 0.7;
}

.pro-show-can-i {
    padding-bottom: .1563rem;
    margin-bottom: .1563rem;
    border-bottom: 1px solid #ccc;
}

.pro-show-can-i h4 {
    font-size: .0885rem;
    margin-right: .3542rem;
    flex: 1;
}

.pro-show-can-i p {
    font-size: .0833rem;
    flex: 3;
}

.pro-show-can-i:last-child {
    margin-bottom: 0;
}

.pro-show-detail {
    margin: .4792rem 0 0;
    background-color: #eee;
    padding: .3125rem 0;
}

.pro-show-detail-tit h4 {
    font-size: .2188rem;
    line-height: 1;
    margin-bottom: .2708rem;
}

.pro-show-detail-con {
    background-color: #fff;
    width: 7.2917rem;
    margin: 0 auto;
    padding: .1563rem;
}

.pro-show-detail-con img {
    margin: 0 auto;
}

.pro-show-relate {
    padding: .5833rem 0 1.1302rem;
    background-color: #fff;
    margin-top: .5208rem;
}

.pro-show-questions {
    margin-top: .7813rem;
}

.pro-show-ca h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.pro-show-ca p {
    font-size: .0938rem;
    opacity: 0.7;
    line-height: 1;
    margin-bottom: .2083rem;
}

.pro-show-ca a {
    border: 1px solid #999;
    width: 3.6458rem;
    font-size: .1042rem;
    line-height: 1;
    color: #999;
    padding: .1042rem 0;
}

.pro-show-ca a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

/*新闻样式*/
.news-page {
    margin-top: .4688rem;
    padding-bottom: .4167rem;
}

.news-con-tit {
    font-size: .1563rem;
    letter-spacing: .0104rem;
    font-weight: 500;
    margin-bottom: .3125rem;
    margin-top: .7813rem;
}

.news-con-tit a {
    margin: 0 50px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.news-con-tit a:hover,
.news-con-tit a.active {
    border-bottom: 2px solid #000000;
    color: #000000;
}

.news-con-item {
    background-color: #fff;
    padding: .1563rem;
    margin-bottom: 3%;
}

.news-item-pic {
    width: 30%;
    padding-top: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-item-txt {
    padding: 2% 0 2% 1%;
    width: 53%;
}

.news-item-txt h4 {
    font-size: .1563rem;
    margin-bottom: .0781rem;
    line-height: 1.2;
}

.news-item-txt p {
    font-size: .089rem;
    line-height: 1.5;
    text-align: justify;
    color: #999;
}

.news-item-date {
    font-size: .1458rem;
    padding: 2% 0;
    text-align: center;
}

.news-con-item:hover img {
    transform: scale(1.1, 1.1);
}

.news-con-item:hover h4 {
    color: #000000;
}

.news-con-item:hover .news-item-txt {
    padding: 2% 0 2% 2%;
}

.news {
    background-color: #eee;
    padding: .3125rem 0;
    min-height: 3.125rem;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
}

.news-show-con-right p,
.news-show-con-right h3 {
    margin-bottom: 15px;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.news-show-btn:hover {
    border: 1px solid #f9c060;
}

/*faq*/
.faq-list {
    padding: 5% 0;
    background-color: #fff;
}

.faq-list ul {
    margin-bottom: 4%;
    border-top: 1px solid #cbd5da;
}

.faq-list ul li {
    position: relative;
    cursor: pointer;
    padding: .1042rem .2083rem .1042rem .4167rem;
    border-bottom: 1px solid #cbd5da;
}

.faq-list ul li h3 {
    font-size: .1042rem;
    line-height: 2.5;
    color: #000;
}

.faq-list ul li p {
    max-height: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    font-size: .1042rem;
    color: #565c5f;
    opacity: 0;
    line-height: .1667rem;
    transition: all 0.6s;
}

.faq-list ul li.on {
    padding-bottom: .2083rem;
}

.faq-list ul li.on p {
    opacity: 1;
    max-height: 1.5625rem;
}

.faq-list ul li i {
    position: absolute;
    display: block;
    width: .1042rem;
    height: .1042rem;
    left: .1563rem;
    top: .1823rem;
}

.faq-list ul li i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.faq-list ul li i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
}

.faq-list ul li.on i::after {
    width: 0;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

/*series*/
.series-show {
    padding: 0.9688rem 0 0.6rem;
}

.series-tit h4 {
    font-size: .2083rem;
}

.series-list {
    margin-top: .3854rem;
}

.series-item {
    width: 48%;
    margin-bottom: .1771rem;
}

.series-show-top {
    margin-bottom: .4948rem;
}

.series-show-pic {
    border-radius: 20px 0 0 20px;
    width: 62.25%;
}

.series-show-pic img {
    width: 100%;
    height: 100%;
}

.series-show-con {
    background-color: #fff;
    padding: .526rem .3958rem;
    margin-left: -0.1042rem;
}

.series-show-txt {
    padding-bottom: .4271rem;
    border-bottom: 1px solid #000;
}

.series-show-txt h4 {
    font-size: .1979rem;
    margin-bottom: .2188rem;
}

.series-show-txt p {
    font-size: .0885rem;
}

.series-show-de {
    margin-top: .276rem;
}

.series-show-de span {
    font-size: .1042rem;
    line-height: 1;
    margin-bottom: .1719rem;
    display: block;
}

.de-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: .5208rem;
    height: .5208rem;
    margin-right: .125rem;
}

.de-txt h4 {
    font-size: .1354rem;
    margin-bottom: .0938rem;
}

.de-txt p {
    font-size: .0885rem;
    opacity: 0.7;
}

.series-pro {
    background-color: rgba(0, 0, 0, 0.03);
    padding: .4271rem 0;
}

.ser-tit h4 {
    font-size: .2083rem;
}

.series-pro-list {
    margin-top: .2813rem;
}

.series-pro-list .pro-list-page-item {
    width: 24%;
}

/* 如果最后一行是3个元素 */
.series-pro-list .pro-list-page-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

/* 如果最后一行是2个元素 */
.series-pro-list .pro-list-page-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.series-re {
    margin-top: .4896rem;
}

/*scenes*/
.sclist {
    column-count: 3;
    column-gap: .1563rem;
    margin-top: .4896rem;
    margin-bottom: .4896rem;
}

.sc-i {
    width: 100%;
    cursor: pointer;
    margin-bottom: .1563rem;
}

/* 将内容块重排为3列 */
.sc-pic img {
    width: 100%;
}

.sc-ico {
    width: .2813rem;
    height: .2813rem;
    background-color: rgba(255, 255, 255, 0.3);
    right: .0677rem;
    top: .0521rem;
    opacity: 0;
}

.sc-ico span {
    color: #fff;
    line-height: 1;
    font-size: .1042rem;
}

.sc-i:hover img {
    transform: scale(1.1, 1.1);
}

.sc-i:hover .sc-ico {
    opacity: 1;
}

.sc-txt {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: .3125rem;
    opacity: 0;
}

.sc-txt h4 {
    color: #000;
    opacity: 0.08;
    font-size: .625rem;
    font-family: 'Times New Roman', Times, serif;
    left: .2604rem;
    bottom: .3rem;
}

.sc-txt p {
    font-size: .0885rem;
}

.sc-i:hover .sc-txt {
    opacity: 1;
}

.sc-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.sc-tc-con {
    background-color: #fff;
    z-index: 5;
    padding: .3188rem .2344rem;
    width: 69.79%;
}

.sc-tc-pic {
    width: 70%;
}

.sc-tc-pic {
    height: 90vh;
}

.sc-tc-pic img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

.sc-tc-r {
    padding: 0 .3229rem;
}

.sc-tc-txt h4 {
    color: #000;
    opacity: 0.08;
    font-size: .625rem;
    font-family: 'Times New Roman';
    line-height: 1;
    left: .3229rem;
    top: 0;
}

.sc-tc-txt p {
    font-size: .0885rem;
    margin-top: .444rem;
}

.sc-tc-pro {
    margin-top: .4688rem;
}

.sc-tc-pro-tit h4 {
    font-size: .1042rem;
}

.sc-tc-list {
    overflow-y: auto;
    height: 1.8229rem;
    margin-top: .1042rem;
}

.sc-tc-i {
    margin-top: .1771rem;
    width: 1.375rem;
}

.sc-tc-i-txt h4 {
    font-size: .1042rem;
    text-align: center;
    margin-bottom: .0521rem;
}

.sc-tc-i-txt p {
    font-size: .0885rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.sc-tc-i:hover img {
    transform: scale(1.1, 1.1);
}

.sc-close {
    top: .2083rem;
    right: .1042rem;
    cursor: pointer;
}

.sc-close span {
    font-size: .1563rem;
    line-height: 1;
}

/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}

/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}

/*视频样式*/
.se-video-txt {
    background-color: rgba(0, 0, 0, 0.5);
}

.se-video-video,
.ab3-video,
.ab5-video {
    object-fit: cover;
    z-index: 0;
    height: 3.9063rem;
    display: flex;
}

.ab3-video {
    height: 3.3854rem;
}


/*service*/
.se-top h4 {
    color: #fff;
    line-height: 1;
    font-size: .4688rem;
}

.se2 {
    padding-top: 0;
}

.se4 {
    padding: .401rem 0;
}

.se4-tit h4 {
    font-size: .2083rem;

}

.se4-con {
    margin-top: .2813rem;
}

.se4-item {
    width: 13.5%;
    padding: .2083rem 0;
}

.se4-item img {
    width: .2083rem;
    height: .2083rem;
}

.se4-item p {
    font-size: .0729rem;
    margin-top: .125rem;
    line-height: 1;
    color: #fff;
}

.se4-item span {
    opacity: 0.32;
    font-size: .6771rem;
    color: #fff;
    right: -0.1042rem;
    bottom: -0.1042rem;
    line-height: 1;
    font-style: italic;
    font-weight: bold;
}
.se4-item:nth-child(1){
    background-color: #f9c060;
}
.se4-item:nth-child(2){
    background-color: #d88366;
}
.se4-item:nth-child(3){
    background-color:  #ccb392;
}
.se4-item:nth-child(4){
    background-color: #60a48b;
}
.se4-item:nth-child(5){
    background-color: #aa4e49;
}
.se4-item:nth-child(6){
    background-color: #88715d;
}
.se4-item:nth-child(7){
    background-color: #5082a4;
}



.se5 {
    background-color: #f7f7f7;
    padding: 5% 0;
}

.se5-left {
    width: 3.6875rem;
}



.se5-right {
    width: 3.5417rem;
    margin-left: .5417rem;
}

.se5-pic img {
    width: 100%;
}

.se5-pic:hover img {
    transform: scale(1.1, 1.1);
}

.se5-item {
    margin-bottom: .3125rem;
}

.se5-item:last-child {
    margin-bottom: 0;
}

.se5-item h4 {
    font-size: .1146rem;
    color: #000;
    text-align: left;
}

.se5-item p {
    margin-top: .1042rem;
    font-size: .0938rem;
    line-height: 1.5;
    text-align: left;
    opacity: 0.7;
}



.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
}


.video-con {
    top: 10%;
    left: 50%;
    width: 4.6875rem;
    margin-left: -2.3438rem;
}

.video-box {
    border: 4px solid #fff;
    height: 2.6042rem;
    width: 4.6875rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;

}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0833rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

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


    .index-co-t-txt p,
    .index-te-c span,
    .index-te-c a,
    .ab-t-con p,
    .pro-top-menu a,
    .pro-top-menu em,
    .pro-top-menu span,
    .index-ca-btn,
    .pro-ca-con a,
    .ab-4-con p,
    .ab-2-l p,
    .p-4-txt p,
    .ab-6-r p,
    .ab-1-l-txt p,
    .ca-1-txt p,
    .ca-1-label span,
    .ca-2 .ab-2-l p,
    .faq-list ul li p,
    .com-txt p,
    .order-form .order-section span,
    .index-why-item p,
    .ca-1-label input,
    .ca-1-label textarea,
    .ab3-txt p,
    .ab5-txt p,
    .ly-con-l-txt p,
    .pro-show-btn {
        font-size: 16px; 
    }

    nav>ul>li>a,
    .index-ab-i p,
    .index-ab-i p,
    .index-te-c p,
    .index-ce-con p,
    .index-co-b-con p,
    .footer-b p,
    .footer-b a,
    .footer-t-i a,
    .pro-list-page-item-txt p,
    .sc-txt p,
    .sc-tc-txt p,
    .sc-tc-i-txt p,
    .news-item-txt p,
    .footer-t-i a,
    .footer-t-i p,
    .footer-b-con-l,
    .pro-list-page-item-tag,
    .ab-txt-r p,
    .ab6-txt p,
    .se1-l p,
    .se2-txt p,
    .se3-item p,
    .ca-1-r-tit p {
        font-size: 15px;
    }

    .index-co-b-con h4,
    .sc-tc-pro-tit h4,
    .ca-1-txt h4,
    .faq-list ul li h3 {
        font-size: 18px; 
    }

    .footer-t-i h4,
    .sc-tc-i-txt h4,
    .pro-list-page-item-txt h4 {
        font-size: 17px;
    }

  
    .news-con-tit a {
         font-size: 20px; 
    }

    .footer-b-sc a {
        font-size: 20px;
    }
}