﻿html, body { margin: 0 auto; padding: 0; background: #eff3f5; font-size: 14px; color: #333; max-width: 1920px; z-index: 1; font-family: "微软雅黑"; position: relative; }
html.noscroll { overflow: hidden; }
p, div, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, table, td, tr { padding: 0; margin: 0; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
ul:after { content: ""; display: block; width: 100%; height: 0; clear: both; }
dl:after { content: ""; display: block; width: 100%; height: 0; clear: both; }
dd:after { content: ""; display: block; width: 100%; height: 0; clear: both; }
.fl { float: left; }
.fr { float: right; }
.clc { clear: both; }
.icon { width: 1em; height: 1em; vertical-align: -0.25em; fill: currentColor; overflow: hidden; margin-right: 8px; }
.iconfont { vertical-align: middle; margin-right: 5px; }
img { display: inline-block; outline: none; border: none; vertical-align: middle;}

/*顶部*/
.top { background-color: #333; color: #fff; }
.top a { color: #fff; }


.wrap { width: 1200px; margin: 0 auto; }
.banner { width: 100%; height: 600px; overflow: hidden; margin-bottom: 15px; position: relative; }
.banner img { position: absolute; width: 1920px; margin-left: -960px; left: 50%; transition: all .2s; }
.banner_nav { background: #111; width: 100%; border-radius: 10px; color: #fff; position: relative; z-index: 4; margin-top: 25px; }
.banner + .wrap .banner_nav { margin-top: -55px; }
.banner_nav ul { font-size: 18px; font-weight: bold; }
.banner_nav ul li { width: 170px; text-align: center; line-height: 80px; height: 80px; float: left; position: relative; cursor: pointer; }
.banner_nav ul li a { display: block; }
.banner_nav ul li:after { content: ""; width: 13px; height: 13px; background: #EFF3F5; transform: rotate(45deg); position: absolute; bottom: -16px; left: 78px; transition: all .2s; }
.banner_nav ul li .nav_slide { display: block; background: #fff; width: 120px; border-radius: 10px; position: absolute; left: 15px; top: 70px; z-index: 1; box-shadow: 0 0 10px rgba(0, 0, 0, .2); display: none; transition: all .2s; }
.banner_nav ul li .nav_slide:after { content: ""; width: 13px; height: 13px; background: #fff; transform: rotate(45deg); position: absolute; top: -7px; left: 52px; }
.banner_nav ul li .nav_slide a { display: block; line-height: 50px; color: #333; font-weight: normal; border-bottom: 1px solid #eee; }
.banner_nav ul li .nav_slide a:last-child { border: none; }
.banner_nav ul li.on { color: #c10909; }
.banner_nav ul li.on:after { bottom: -6px; }
.banner_nav ul li:hover { color: #c10909; }
.banner_nav ul li:hover a { color: #c10909; }
.banner_nav ul li:hover .nav_slide a { color: #333; }
.banner_nav ul li:hover .nav_slide a:hover { color: #c10909; }
.banner_nav ul li:hover:after { bottom: -6px; }
.banner_nav ul li:hover .nav_slide { display: block; }
.nav_search { position: absolute; right: 0; top: 0; padding: 22px 25px 22px 10px; background-color: #c10909; border-radius: 0 9px 9px 0; }
.nav_search::before { content: ""; display: block; width: 40px; height: 80px; position: absolute; left: -40px; top: 0; background: linear-gradient(290deg, #c10909, #c10909 50%, transparent 50%, transparent 100%); }
.nav_search input { width: 190px; padding: 0 40px 0 10px; line-height: 36px; height: 36px; font-size: 15px; color: #fff; outline: none; border: none; border-radius: 5px; background: rgba(255, 255, 255, .6); }
.nav_search input::-ms-input-placeholder { color: #7c4747; }
.nav_search input::-webkit-input-placeholder { color: #7c4747; }
.nav_search input:placeholder { color: #7c4747; }
.nav_search i { position: absolute; right: 30px; top: 30px; font-size: 21px; cursor: pointer; color: #ffe7e7; }
.nav_search i:hover { color: #fff; }
.center { width: 100%; background: #ffffff; padding: 50px; box-sizing: border-box; border-radius: 10px; margin-top: 50px; position: relative; }
.head h1 { margin-bottom: 30px; }
.head h1 i { display: inline-block; width: 30px; height: 24px; background: url(../images/idcard.png) no-repeat; background-size: contain; vertical-align: middle; margin-left: 10px; }
.head h1 i.yingye { background: url(../images/yingye.png) no-repeat; }
.head h1 i.shangbiao { background: url(../images/shangbiao.png) no-repeat; }
.head .logo { width: 240px; height: 148px; border: 1px solid #f2f2f2; float: left; }
.head .logo img { width: 240px; height: 148px; object-fit: cover; }
.head table { float: right; width: 820px; font-size: 16px; }
.head table td { padding: 8px 0; }
.head table font { color: #888; }
.head .tool { position: absolute; top: 57px; right: 50px; }
.head .tool i { font-size: 24px; margin: 0 0 0 15px; cursor: pointer; }
.head .tool i:hover { color: #dd001a; }
.head .tool .caidan { display: inline-block; }
.head .tool .caidan:hover .btns { display: block; }
.head .tool .btns { position: absolute; padding: 5px 0 20px 5px; width: 210px; background-color: #fff; border-radius: 10px; top: -23px; right: 85px; border: 1px solid #e5e5e5; display: none; box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.head .tool .btns::after { content: ""; display: block; width: 15px; height: 15px; background-color: #fff; transform: rotate(45deg); position: absolute; right: -8px; top: 27px; border-right: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; clear: both; }
.head .tool .btns a { display: block; float: left; width: 80px; height: 30px; line-height: 30px; font-size: 13px; text-align: center; border-radius: 5px; margin: 15px 0 0 15px; background: #f3f4f5; transition: all .2s; }
.head .tool .btns a:hover { color: #fff; background: #C10909; }
.center .tlt { line-height: 26px; font-size: 26px; margin-bottom: 50px; font-weight: bold; }
.center .tlt font { font-size: 34px; text-transform: uppercase; color: #C10909; display: inline-block; padding-right: 15px; margin-right: 15px; border-right: 3px solid #ccc; font-family: Tahoma; vertical-align: bottom; }
.center .tlt a { float: right; font-size: 15px; font-weight: normal; text-decoration: underline; }
.center .tlt a:hover { color: #C10909; }
.center .product { float: right; width: 450px; height: 320px; margin-left: 50px; }
.center .product .bd { width: 450px; height: 300px; overflow: hidden; border-radius: 10px; border: 1px solid #f2f2f2; }
.center .product .bd ul li { width: 450px; height: 600px; overflow: hidden; }
.center .product .bd ul li img { width: 450px; max-height:300px; transition: all .2s; object-fit: cover;}
.center .product .bd ul li:hover img { transform: scale(1.05); }
.center .product .pn { text-align: center; position: relative; z-index: 1; margin-top: -14px; }
.center .product .pn a { background-color: #fff; padding: 10px 35px; background: #000; transition: all .2s; border-radius: 5px; }
.center .product .pn a i { font-size: 30px; color: #fff; margin: 0; }
.center .product .pn a:hover { background-color: #C10909; }
.center .text { max-height: 310px; overflow: hidden; position: relative; font-size: 16px; line-height: 32px; }
.center .text p { font-size: 16px; line-height: 32px; margin-bottom: 16px; }
.center .text + a { display: block; background: #fff; text-align: right; padding-top: 5px; font-size: 16px; color: #C10909; }
.center .text a:hover { text-decoration: underline; }
.center .news li { width: 240px;height: 212px; background: #f9f9f9; border-radius: 10px; overflow: hidden; position: relative; float: left; margin-right: 40px; transition: all .2s; }
.center .news li:last-child { margin-right: 0; }
.center .news li img { width: 240px; height: 148px; }
.center .news li:hover { background: #fff2f2; }
.center .news li .txt { position: absolute; width: 100%; padding: 2px 0; height: 60px; bottom: 0; background: rgba(0, 0, 0, .35); transition: all .2s; }
.center .news li:hover .txt { background: rgb(193,9,9,.6); }
.center .news li h2 { font-size: 16px; line-height: 30px; color: #fff; margin-bottom: 25px; color: #333333; padding: 15px 30px 0px 30px; height: 53px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.center .news li:hover h2 { color: #C10909; }
.center .news li .txt h2 { color: #fff; padding: 0 30px; margin-bottom: 20px; }
.center .news li font { color: #999; margin-left: 30px; }
.center .news li label { background: none; color: #C10909; float: right; font-size: 28px; line-height: 22px; margin-right: 30px; cursor: pointer; transition: all .2s; }
.center .news li label:hover { margin-right: 15px; }
.center .news li .txt font { color: #fff; }
.center .news li .txt label { color: #fff; }
.center .news li p { padding: 0 30px; font-size: 14px; line-height: 24px; height: 67px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; margin-bottom: 10px; }
.center .shop { width: 1100px; height: 300px; overflow: hidden; }
.center .shop ul li { margin-right: 20px; float: left; }

.center .product2 { width: 1100px; height: 300px; overflow: hidden; }
.center .product2 ul li { padding-right: 20px; float: left; display:inline-block; }
.center .product2 ul li img { width: 450px; max-height:300px; object-fit: cover;}

.center .trade li { width: 366px; box-sizing: border-box; padding: 20px 40px; border-right: 1px solid #ccc; margin-bottom: 30px; float: left; transition: all .2s; }
.center .trade li:nth-child(n+4) { margin: 0; }
.center .trade li:hover { background: #fff2f2; }
.center .trade li p { font-size: 16px; line-height: 30px; margin: 15px 0; font-weight: bold; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.center .trade li p font { background: #C10909; color: #fff; padding: 0 5px; margin-right: 10px; border-radius: 3px; font-size: 14px; }
.center .trade li label { display: block; text-align: right; font-size: 24px; line-height: 15px; padding-right: 20px; transition: all .2s; }
.center .trade li:hover label { padding-right: 0; color: #C10909; }

.process li { width: 240px; padding-top: 20px; float: left; margin-top: 15px; box-sizing: border-box; transition: all .2s; text-align: center; cursor: pointer; position: relative; }
.process li:before { content: ""; display: block; width: 0; height: 0px; border: 6px solid transparent; border-left: 8px solid #1540ab; position: absolute; right: -11px; top: 116px; }
.process li:after { content: ""; display: block; width: 100%; height: 1px; background: #dfdfdf; position: absolute; bottom: 25px; z-index: -1; }
.process li:first-child:after { width: 50%; right: 0; }
.process li:last-child:after { width: 50%; left: 0; }
.process li:nth-child(5n):before { display: none; }
.process li img { width: 220px; height: 90px; margin: 0 auto; object-fit: cover; transition: all .2s; }
.process li h2 { font-size: 16px; transition: all .2s; }
.process li p { font-size: 14px; color: #999; transition: all .2s; margin: 5px 0 20px 0; }
.process li font { display: block; width: 32px; height: 32px; background: #fff; border-radius: 30px; line-height: 32px; margin: 0 auto; color: #999; font-size: 16px; transition: all .2s; border: 10px solid #eff3f5; }

.process li:hover img, .process li:hover h2, .process li:hover p, .process li:hover font { transform: translateY(-10px); }
.recBrand { margin-top: 40px; }
.recBrand h2 { font-size: 26px; border-left: 5px solid #ccc; padding-left: 10px; line-height: 28px; margin-bottom: 10px; }
.recBrand h2 font { text-transform: uppercase; color: #C10909; display: inline-block; font-family: Tahoma; vertical-align: bottom; margin-left: 10px; }
.recBrand h2 a { float: right; font-size: 15px; font-weight: normal; margin-left: 15px; display: block; background: #000000; padding: 0 15px; color: #fff; border-radius: 5px; }
.recBrand h2 a:hover { background: #333; }
.recBrand h2 a i { font-size: 14px; vertical-align: bottom; }

.recBrand h2 span { float: right; font-size: 15px; font-weight: normal; display: block; background: #000000; padding: 0 15px; color: #fff; border-radius: 5px; cursor: pointer; }
.recBrand h2 span:hover { background: #333; }
.recBrand h2 span i { font-size: 14px; vertical-align: bottom; }

.recBrand ul li { width: 282px; background: #fff; border-radius: 5px; overflow: hidden; float: left; margin-right: 24px; margin-top: 15px; box-sizing: border-box; padding: 35px 35px 0 35px; border: 1px solid #fff; transition: all .2s; }
.recBrand ul li:nth-child(4n) { margin-right: 0; }
.recBrand ul li:nth-child(n+9) { display: none; }
.recBrand ul li img { width: 210px; height: 110px; object-fit: cover; border-radius: 5px; }
.recBrand ul li p { text-align: center; line-height: 60px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recBrand ul li:hover { border: 1px solid #C10909; box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
.recBrand ul li:hover p { color: #C10909; }

.channel { margin-top: 40px; }
.channel h2 { font-size: 24px; border-left: 5px solid #ccc; padding-left: 10px; line-height: 24px; margin-bottom: 10px; }
.channel h2 font { text-transform: uppercase; color: #C10909; display: inline-block; font-family: Tahoma; vertical-align: bottom; margin-left: 10px; }
.channel ul li { width: 220px; height: 270px; background: #fff; border-radius: 10px; overflow: hidden; float: left; margin-right: 25px; margin-top: 15px; box-sizing: border-box; padding: 15px; border: 1px solid #fff; transition: all .2s; text-align: center; cursor: pointer; }
.channel ul li:nth-child(5n) { margin-right: 0; }

.channel ul li:hover { box-shadow: 0 0 15px rgb(0 0 0 / 10%); }
.channel ul li i { font-size: 40px; display: block; margin: 15px auto; border-radius: 40px; width: 80px; height: 80px; line-height: 80px; background: #fff2f2; color: #dd001a; transition: all .2s; }
.channel ul li:hover i { color: #fff; background: #C10909; }
.channel ul li p { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.channel ul li:hover p { color: #C10909; }
.channel ul li font { color: #999; }
.channel ul li label { display: block; width: 140px; border: 1px solid #C10909; border-radius: 5px; height: 36px; line-height: 36px; margin: 0 auto; margin-top: 25px; cursor: pointer; color: #C10909; transition: all .2s; }
.channel ul li label:hover { background-color: #C10909; color: #fff; }

.center.head.tophead { padding: 30px; margin-top: 20px; }
.center.head.tophead .logo { width: 160px; height: 99px; margin-right: 20px; overflow: hidden; }
.center.head.tophead .logo img { width: 160px; height: 99px; }
.center.head.tophead h1 { margin: 20px 0; }
.center.head.tophead .tool { top: 57px; }
.center.head.tophead .tool .btns { top: 50%; transform: translateY(-50%); }
.center.head.tophead .tool .btns::after { top: 50%; transform: rotate(45deg) translateY(-50%); right: -3px; }


/*公司简介*/
.center .txtCont { border: 10px solid #eff3f5; padding: 50px; font-size: 16px; line-height: 32px; }
.center .txtCont p { font-size: 17px; line-height: 32px; margin-bottom: 15px; }
.center .txtCont p:last-child { margin-bottom: 0; }
.center .txtCont p a { color: #0490ff; }
.center .Tab { width: 100%; font-size: 16px; background: #ffffff; margin-bottom: 30px; }
.center .Tab td { padding: 15px 30px; background-color: #eff3f5; color: #C10909; }
.center .Tab td font { color: #666; }

/*联系我们*/
.center .Tab { width: 100%; font-size: 16px; background: #ffffff; margin-bottom: 30px; }
.center .Tab li { padding: 15px 30px; background-color: #eff3f5; color: #C10909; }
.center .Tab td font { color: #666; }
.center .Tab.Contact li span { color: #666; display: inline-block; width: 160px; text-align: right; }
.center .Tab.Contact li { color: #333; margin-bottom: 1px; }
.center .Tab.Contact li font { font-style: normal; color: #ff5722; cursor: pointer; }
.center .Tab.Contact li a { color: #0490FF; }
.center .Tab.Contact li a:hover { text-decoration: underline; }

.center.nobg { background: none; padding: 0; }
.center.nobg .tlt { margin-bottom: 0px; }

.tradeList li { width: 270px; height: 360px; float: left; border-radius: 10px 10px 10px 0; background: #fff; position: relative; margin-top: 40px; margin-right: 40px; overflow: hidden; transition: all .2s; }
.tradeList li:nth-child(4n) { margin-right: 0; }
.tradeList li:hover { background: #fff8f8; }
.tradeList li i { position: absolute; top: -30px; left: -30px; bottom: -30px; right: -30px; }
.tradeList li i img { width: 100%; transition: all .2s; }
.tradeList li:hover i img { transform: scale(1.05); }
.tradeList li .cont { padding: 30px; }
.tradeList li i + .cont { position: absolute; background: rgba(255,255,255,.9); width: 160px; bottom: 0; border-radius: 0 10px 0 0; backdrop-filter: blur(0px); transition: all .2s; }
.tradeList li:hover i + .cont { background: rgba(193,9,9,.6); backdrop-filter: blur(5px); color: #fff; }
.tradeList li .cont p { font-size: 14px; margin-bottom: 20px; }
.tradeList li .cont p font { display: inline-block; margin: 0 10px; background: #999; width: 2px; height: 10px; transition: all .2s; }
.tradeList li:hover i + .cont p font { background: #ffa09f; }
.tradeList li .cont h2 { font-size: 16px; line-height: 26px; height: 52px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.tradeList li i + .cont h2 { height: 78px; -webkit-line-clamp: 3; }

.tradeList li .cont h5 { font-weight: normal; font-size: 14px; line-height: 24px; margin: 20px 0; height: 144px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.tradeList li .cont label { display: block; box-sizing: border-box; width: 50%; margin-left: 0; height: 30px; line-height: 30px; text-align: center; border: 1px solid #C10909; color: #C10909; border-radius: 3px; cursor: pointer; transition: all .2s; }
.tradeList li:hover .cont label { margin-left: 50%; }
.tradeList li .cont label:hover { background: #C10909; color: #fff; }
.pagger { text-align: center; margin-top: 40px; }
.pagger a { font-size: 15px; display: inline-block; margin: 0 10px; border-radius: 5px; border: 1px solid #999; padding: 9px 15px; }
.pagger a:hover { background: #fff8f8; border-color: #C10909; color: #C10909; }
.pagger a.active { background: #C10909; border-color: #C10909; color: #fff; }

.essaytlt { padding: 40px 50px; text-align: center; background: #fff2f2; }
.essaytlt h1 { font-size: 30px; }
.essaytlt h1 font { background: #C10909; color: #fff; font-size: 18px; display: inline-block; line-height: 30px; padding: 0 8px; border-radius: 5px; margin-right: 10px; vertical-align: bottom; transform: translateY(-4px); }
.essaytlt h1 label { color: #2a7eff; font-size: 18px; display: inline-block; line-height: 26px; padding: 0 8px; border-radius: 5px; margin-right: 10px; vertical-align: bottom; transform: translateY(-2px); border: 2px solid #2a7eff; }
.essaytlt p { margin-top: 30px; font-size: 15px; color: #666; }
.essaytlt p a { text-decoration: underline; }
.essaytlt p a:hover { color: #C10909; }
.essayTxt { padding: 50px 100px; }
.essayTxt p { font-size: 17px; line-height: 32px; margin-bottom: 15px; }
.essayTxt p:last-child { margin-bottom: 0; }
.essayTxt p img { margin-top: 10px; display: inline-block; }
.essayTxt p a { color: #0490ff; }

.newsList li { width: 500px; height: 183px; float: left; padding: 30px 40px; border-radius: 10px; margin-top: 40px; background: #fff; position: relative; overflow: hidden; }
.newsList li:hover { background: #fff8f8; }
.newsList li:nth-child(2n) { margin-left: 40px; }
.newsList li h2 { font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20px; }
.newsList li .pic { width: 240px; height: 148px; border-radius: 10px; overflow: hidden; float: left; margin-right: 20px; }
.newsList li .pic img { width: 240px; height: 148px; transition: all .2s; }
.newsList li:hover .pic img { transform: scale(1.1); }
.newsList li p { font-size: 15px; line-height: 24px; height: 72px; margin-top: 30px; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.newsList li label { color: #999; line-height: 30px; }
.newsList li span { display: block; border: 1px solid #C10909; color: #C10909; width: 80px; text-align: center; line-height: 30px; border-radius: 5px; position: absolute; right: -90px; bottom: 35px; transition: all .2s; }
.newsList li:hover span { right: 40px; }
.newsList li span:hover { background: #C10909; color: #fff; }
.essayNext { background-color: #EFF3F5; padding: 0 20px; line-height: 50px; margin: 0 100px; height: 50px; font-size: 16px; }
.essayNext div { width: 50%; float: left; color: #888888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.essayNext div.next { text-align: right; }
.essayNext div a { color: #333; }
.essayNext div a:hover { color: #C10909; }

.center .tlt .productNav { display: inline-block; float: right; }
.center .tlt .productNav a { background-color: #EFF3F5; margin-left: 10px; padding: 0 8px; text-decoration: none; border-radius: 3px; font-size: 14px; }
.center .tlt .productNav a:hover { background-color: #FFF2F2; }
.center .tlt .productNav a.on { background-color: #C10909; color: #fff; }

.center .detailShow { margin: 0 35px; border: 10px solid #eff3f5; padding: 50px; text-align: center; position: relative; }
.center .detailShow img { display: inline-block; max-width:850px; height:auto;}
.center .detailShow ul { margin-top: 50px; }
.center .detailShow ul li { width: 170px; float: left; padding: 10px; border: 1px solid #eff3f5; margin-right: 15px; box-sizing: border-box; background: #eff3f5; }
.center .detailShow ul li.on { border: 1px solid #c10909; background: #fff2f2; position: relative; }
.center .detailShow ul li.on:after { content: ""; position: absolute; border: 7px solid transparent; border-bottom: 9px solid #c10909; top: -16px; left: 79px; }
.center .detailShow ul li:hover { border: 1px solid #c10909; }
.center .detailShow ul li:last-child { margin: 0; }
.center .detailShow ul li img { width: 100%; max-height: 100px; object-fit: cover; }
.center .detailShow .prev { position: absolute; top: 420px; background: #fff; padding: 20px 0; left: -45px; }
.center .detailShow .next { position: absolute; top: 420px; background: #fff; padding: 20px 0; right: -45px; }
.center .detailShow a i { padding: 0 20px; font-size: 40px; margin: 0; color: #C10909; background: #FFF2F2; transition: all .2s; }
.center .detailShow a:hover i { background: #C10909; color: #fff; }
.center .detailShow p { width: 100%; margin: 0 auto 50px auto; background: #FFF2F2; font-size: 20px; line-height: 30px; font-weight: bold; color: #C10909; padding: 15px; box-sizing: border-box; }

.productList li { width: 340px; background: #f9f9f9; border-radius: 10px; float: left; margin-bottom: 40px; transition: all .2s; overflow: hidden; position: relative; }
.productList li:nth-child(3n-1) { margin: 0 40px 40px 40px; }
.productList li .pic { width: 340px; height: 230px; }
.productList li .pic img {width: 340px; max-height: 230px; transition: all .2s; object-fit: cover;}
.productList li:hover .pic img { transform: scale(1.05); }
.productList li p { width: 310px; position: absolute; bottom: -80px; padding: 50px 15px 10px 15px; text-align: center; font-weight: bold; font-size: 16px; color: #fff; background: linear-gradient(0deg, #333, transparent); transition: all .2s; }
.productList li:hover p { bottom: 0; }
.productList + .pagger { margin-top: 0; }

.center .detailShow.shopShow .prev { position: absolute; top: 270px; background: #fff; padding: 20px 0; left: -45px; }
.center .detailShow.shopShow .next { position: absolute; top: 270px; background: #fff; padding: 20px 0; right: -45px; }
.center .detailShow.shopShow p { width: 450px; }

.center.nobg .productList li { width: 270px; margin: 40px 40px 0 0; }
.center.nobg .productList li:nth-child(4n) { margin-right: 0; }
.center.nobg .productList li .pic { width: 270px; height: 180px; }
.center.nobg .productList li p { width: 240px; }

.center .nodata { background: #fff; border-radius: 10px; text-align: center; padding: 20px 0; font-size: 20px; color: #c10909; }

.foot { background-color: #fff !important; margin-top: 60px !important; border-bottom: 1px solid #f2f2f2; position: relative; }

/*留言口*/
.message p { font-size: 16px; text-align: center; }
.message p font { color: #C10909; font-weight: bold; line-height: 30px; padding: 0 5px; }
.message .messageCont {padding-top: 50px;}
/*手机分享*/
.wap_layer { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: rgba(255,255,255,0.5); -webkit-backdrop-filter: saturate(180%) blur(50px); backdrop-filter: saturate(180%) blur(50px); padding: 50px; z-index: 100; border-radius: 10px; box-shadow: 0 0 20px rgb(0 0 0 / 20%); display: none; }
.wap_layer p { font-size: 22px; text-align: center; font-weight: bold; margin-top: 30px; }
.wap_layer .guanbi { position: absolute; top: 10px; right: 10px; font-size: 20px; margin: 0; color: #111; cursor: pointer; transition: all .2s; }
.wap_layer .guanbi:hover { color: #C10909; }