/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;padding: 0 10px;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #984600;
	--main-color2: #f3ba7c;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff;border-bottom: 1px solid #f3f3f3;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 85px;width: auto;}
.hHei{height: 90px;}

/*menu*/
.menu{height:90px;}
.menu>ul>li{ float:left;}
.menu>ul>li>span>a{font-size: 15px;color: #000;display:block;text-align:center;padding: 0 28px;line-height:90px;}
.menu>ul>li>span>a:hover{color: var(--main-color);}
.menu>ul>li.cur>span>a{color: var(--main-color);}
.menu>ul>li>span>aa.menu_hover{color: var(--main-color);}

.menuD{ background:#fff; width:100%; position:absolute; left:50%; top: 90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menuD .warp{padding: 25px 10px;max-width: 1200px;margin: 0 auto;width: 100%;}
.menuD .list{width: 100%;}
.menuD .list>ul>li{width: 25%;}
.menuD .list>ul>li a{font-size: 15px;color: #000;}
.menuD .list ul li ul{padding: 10px 0;}
.menuD .list ul li ul li{margin: 10px 0;}
.menuD .list ul li ul li a{font-size: 14px;color: #333;}
.menuD .list a:hover{color: var(--main-color);}

.hRight .box{display: flex;justify-content: center;align-items: center;width: 80px;height: 90px;border-left: 1px solid #f3f3f3;color: var(--main-color);font-size: 14px;flex-direction: column;}
.hRight .box:hover{background: #f3f3f3;}
.hRight .box .icon{margin-bottom: 5px;}

.hRight .hShare .box{background: var(--main-color);color: #fff;border-left: none;}
.hRight .hSearch .box{background: var(--main-color2);color: #fff;border-left: none;}

.hSharePanel{position: absolute;left: 0;top: 100%;background: #f1f1f1;padding: 60px 0 55px;width: 100%;display: none;}
.hSharePanel .tit{font-size: 28px;color: #505050;}
.hSharePanel .links a{font-size: 24px;color: #333;opacity: 0.6;margin-right: 25px;}
.hSharePanel .links a:last-child{margin-right: 0;}
.hSharePanel .links a:hover{opacity: 1;}

.hSearchPanel{position: absolute;left: 0;top: 100%;background: linear-gradient(90deg,#984600,#f3ba7c);padding: 60px;width: 100%;display: none;}
.hSearchPanel .warp{width: 100%;}
.hSearchPanel .close{cursor: pointer;margin-left: 20px;}
.hSearchPanel .close img{width: 35px;}
.hSearchPanel .search{flex: 1;}
.hSearchPanel .search button{width: 50px;height: 50px;border: none;background: transparent;color: #fff;font-size: 20px;margin-right: 10px;}
.hSearchPanel .search input{flex: 1;height: 50px;outline: none;background: transparent;border: none;font-size: 26px;color: #fff;font-weight: 300;}
.hSearchPanel .search input::placeholder{color: #fff;font-weight: 300;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:26px}
.sp_nav1 span{display:block;background:var(--main-color2);width:26px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.mhIcon{float: right;height: 70px;}
.mhIcon a{color: var(--main-color2);display: inline-block;margin-left: 15px;font-size: 16px;margin-right: 10px;}

/*mSearch*/
.mSearch{position: relative;margin-bottom: 20px;}
.mSearch input{position: relative;width: 100%;height: 50px;padding: 0 60px 0 10px;box-sizing: border-box;border-bottom: 1px solid #ccc;background: none;outline: none;}
.mSearch button{color: #333;position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: none;background: transparent;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{}
.iTitEn{font-size: 16px;color: var(--main-color2);}
.iTit{font-size: 36px;color: #000;font-weight: bold;}
.iTxt{font-size: 15px;color: #333;font-weight: 300;}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.iMore{}
.iMore a{display: inline-block;padding: 10px 35px;border-radius: 5px;color: #fff;font-size: 13px;text-transform: uppercase;font-weight: 300;position: relative;background: var(--main-color);}
.iMore a:after{position: absolute;width: 0;height: 100%;left: 50%;transform: translateX(-50%);transition: 0.3s;background: var(--main-color2);content: "";top: 0;border-radius: 5px;}
.iMore a span{position: relative;z-index: 2;}
.iMore a:hover:after{width: 100%;}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{margin: 60px 0;}
.i1List{width: 100%;}
.i1List ul li{width: 25%;}
.i1List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i1List .part .img{width: 100%;height: 100%;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .part .imgTop{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7));display: flex;flex-direction: column;justify-content: space-between;padding: 8% 30px;transition: 0.3s;}
.i1List .part .desc{width: 100%;}
.i1List .part .tit{font-size: 24px;color: #fff;}
.i1List .part .txt{font-size: 16px;color: #fff;margin-top: 10px;font-weight: 300;}
.i1List .part .line{display: block;width: 100%;height: 1px;background: #fff;opacity: 0.3;margin: 10px 0;}
.i1List .part .more{text-align: center;font-size: 18px;color: #fff;opacity: 0;transition: 0.3s;}
.i1List .part:hover .img img{transform: scale(1.1);}
.i1List .part:hover .imgTop{background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));}
.i1List .part:hover .more{opacity: 1;}

.index2{margin: 60px 0;}
.index2 .wapper{padding: 0;}
.i2List{width: 100%;}
.i2List ul li{width: 25%;padding: 10px;}
.i2List .part{display: block;width: 100%;height: 100%;padding: 10px 10px 30px 10px;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 9%);position: relative;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%; height: 260px; object-fit: cover;}
.i2List .part .desc{padding-top: 15px;font-weight: 300;}
.i2List .part .tit{text-align: center;font-size: 15px;color: var(--main-color);}
.i2List .part .txt{text-align: center;font-size: 15px;color: #333;}
.i2List .part .iproBtn{margin-top: 20px;}
.i2List .part .iproBtn span:nth-child(1){background: var(--main-color);color: #fff;}
.iproBtn{}
.iproBtn span,
.iproBtn a{display: block;width: 49%;height: 35px;border: 1px solid var(--main-color);border-radius: 5px;color: var(--main-color);font-size: 14px;display: flex;justify-content: center;align-items: auto;align-items: center;}
.iproBtn i{padding-right: 5px;}

.index3{padding: 50px 0;background-color: #f3ede8;background-position: center; bottom;}
.i3Warp{width: 100%;}
.i3Warp .desc{width: 48%;padding: 20px 0;}
.i3Warp .img{width: 48%;border-radius: 12px;box-shadow: var(--main-shadow);}
.i3Warp .img img{width: 100%;transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6),filter 0.4s ease;filter: brightness(0.97);border-radius: 15px;}
.i3Warp .img:hover img{animation: bounceZoom 0.6s forwards;filter: brightness(1);}

@keyframes bounceZoom {
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(0.85);
	}
	100% {
		transform: scale(1);
	}
}

.index4{padding: 60px 0;}
.i4List{width: 100%;position: relative;}
.i4List:before,
.i4List:after{width: 10%;height: 100%;background: #fff;content: "";opacity: 0.6;position: absolute;top: 0;z-index: 9;}
.i4List:before{left: 0;}
.i4List:after{right: 0;}
.i4List .part{display: block;width: 100%;height: 100%;padding-bottom: 40px;}
.i4List .part .img{width: 100%;height: 567px;}
.i4List .part .img img{width: 100%;height: 100%;}
.i4List .part .tit{height: 65px;line-height: 65px;font-size: 26px;color: #333;font-weight: 300;position: relative;}
.i4List .part .tit:after{position: absolute;left: 0;bottom: 0;height: 2px;background: var(--main-color);content: "";transition: 0.3s;width: 0px;}
.i4List .part:hover .tit:after{width: 100%;}

.i4List .swiper-slide:nth-child(2n) .part{padding-bottom: 0;padding-top: 40px;}
.i4List .swiper-button-next,
.i4List .swiper-button-prev{z-index: 91;width: 42px;height: 42px;background: var(--main-color);border-radius: 50%;color: #fff;opacity: 0;transition: 0.3s;}
.i4List:hover .swiper-button-next,
.i4List:hover .swiper-button-prev{opacity: 1;}
.i4List .swiper-button-next:after, .i4List .swiper-button-prev:after{font-size: 20px;}

.index5{width: 100%;background-attachment: fixed;}
.index5 .iTit{color: #fff;line-height: 1.8;}

.footer{background: #9f5b21;padding: 35px 0;font-size: 15px;color: #fff;}
.footer a{color: #fff;}
.fTit{color: #fff;font-weight: bold;font-size: 18px;margin-bottom: 20px;}
.fMenu{}
.fMenu ul li{margin: 15px 0;}
.fMenu a{font-weight: 300;}
.fTel{}
.fTel ul li{padding: 15px 0;display: flex;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,0.3);align-items: center;}
.fTel ul li:first-child{padding-top: 0;}
.fTel ul li:last-child{border: none;}
.fTel .icon{width: 36px;margin-right: 14px;}
.fTel .icon img{width: 100%;}
.fTel .txt{flex: 1;}

.fForm{}
.fForm .row{margin-bottom: 15px;}
.fForm input,
.fForm textarea{width: 100%;height: 40px;border-radius: 5px;border: none;padding: 0 10px;font-size: 16px;color: #333;}
.fForm textarea{height: 90px;}
.fForm button{width: 100%;height: 40px;border: none;border-radius: 5px;color: #fff;font-size: 16px;background: var(--main-color);}

.footer .item3{width: 33%;}
.footer .item4{width: 33%;}

.copyright{padding: 15px 0;background: var(--main-color);color: #e1c7b3;font-size: 15px;font-weight: 300;}
.fShare a{display: flex;justify-content: center;align-items: center;margin-right: 10px;width: 30px;height: 30px;border: 1px solid #fff;border-radius: 50%;color: #fff;opacity: 0.8;}
.fShare a:hover{opacity: 1;}

.p_page{width: 100%;background: rgba(239,235,232,0.57);padding: 20px 0;}
.p_page .inner_tit{max-width: 45%;margin-right: 20px;}
.current{font-size: 14px;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}
.inner_tit{font-size: 24px;color: #333;}
.mlTit{height: 72px;display: flex;align-items: center;padding: 10px;border-radius: 0 20px 0 0;background: var(--main-color);color: #fff;font-weight: bold;font-size: 24px;}

/*product*/
.proTop{width: 100%;}
.proclass{width: 100%;}
.mainWarp{width: 100%;}
.mainWarp .ml{width: 268px;}
.mainWarp .mr{width: calc(100% - 300px);}
.mlMenu{width: 100%;border: 1px solid #eee;}
.mlMenu>ul>li{position: relative;border-bottom: 1px solid #eee;}
.mlMenu>ul>li>span{display: flex;justify-content: space-between;line-height: 25px;padding: 12px 20px;position: relative;}
.mlMenu>ul>li>span:hover{background: #eee;}
.mlMenu>ul>li>span>a{font-size: 16px;color: #000;}
.mlMenu>ul>li>span:hover a{color: var(--main-color);}
.mlMenu>ul>li>span i{color: #000;cursor: pointer;font-size: 20px;display: inline-block;width: 20px;text-align: center;}
.mlMenu>ul>li .icon i:before{transition: 0.3s;}
.mlMenu ul li ul{padding: 10px 0;display: none;border-top: 1px solid #eee;}
.mlMenu ul li ul li{}
.mlMenu ul li ul li a{display: block;padding: 10px 20px;color: #666;font-size: 14px;}
.mlMenu ul li ul li a:before{content: "▪";padding-right: 10px;}
.mlMenu ul li ul li a:hover{color: var(--main-color2);}
.mlMenu>ul>li>span.on .icon .fa:before{content: "\f106";}
.mlMenu ul li ul li.cur a{color: var(--main-color);}

.procList{width: 100%;}
.procList ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.procList ul li:nth-child(3n){margin-right: 0;}
.procList .part{display: block;width: 100%;height: 100%;}
.procList .part .img{width: 100%;height: 272px;border: 1px solid #eee;}
.procList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.procList .part .desc{margin-top: 15px;}
.procList .part .tit{font-size: 14px;color: #333;text-align: center;line-height: 1.8;}
.procList .part:hover .img img{transform: scale(1.1);}
.procList .part:hover .tit{color: var(--main-color);}

.prodetail{width: 100%;}
.prod1{width: 100%;}
.prod1Left{width: 45%;}
.prod1Right{width: 48%;}
.prodPanel{width: 100%;height: 480px;border: 1px solid #ddd;}
.prodPanel .part{display: flex;justify-content: center;align-items: center;}
.prodPanel .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prodetail .swiper-button-next,.prodetail .swiper-button-prev{color: #333;}
.prodetail .swiper-button-next:after,.prodetail .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodpSwiper{z-index: 98 !important;}
.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

.prodTit{font-size: 30px;color: #000;font-weight: 300;line-height: 1.6;}
.prodTxt{font-size: 14px;color: #333;font-weight: 300;margin: 20px 0;}
.prodLink{margin-top: 10px;}
.prodLink a{display: block;width: 100%;max-width: 280px;height: 42px;font-size: 16px;border-radius: 30px;display: flex;justify-content: center;align-items: center;border: 1px solid var(--main-color);color: var(--main-color);}
.prodLink a:hover{background: var(--main-color);color: #fff;}
.prodLink a i{vertical-align: middle;margin-left: 10px;}
.cartBtn{cursor: pointer;}


.cartTc{position: fixed;right: 0;bottom: -100%;transition: 0.3s;z-index: 999;background: #fff;width: 100%;max-width: 230px;height: 275px;overflow: hidden;background: #fff;border: 1px solid #aaa;box-shadow: 0 0 8px #999;opacity: 0;visibility: hidden;}
.cartTc.active{opacity: 1;visibility: visible;bottom: 0;}
.cartTc .warp{width: 100%;height: 275px;display: flex;flex-direction: column;justify-content: space-between;}
.cartTc .top{width: 100%;height: 36px;background: #7a8599;text-align: center;padding: 0 36px;font-size: 12px;color: #fff;font-weight: bold;line-height: 36px;}
.cartTc .top .title{}
.cartTc .top .title em{color: #ffb629;display: inline-block;padding: 0 5px;}
.cartTcClose{position: absolute;left: 0;top: 0;width: 36px;height: 36px;display: flex;justify-content: center;align-items: center;cursor: pointer;}

.cartTc .box{height: calc(100% - 80px);padding: 0;overflow: auto;}
.cartTc .list{width: 100%;}
.cartTc .list ul li{display: flex;padding: 10px;border-bottom: 1px solid #ddd;}
.cartTc .list .img{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;margin-right: 10px;}
.cartTc .list .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.cartTc .list .desc{width: calc(100% - 50px);}
.cartTc .list .tit{font-size: 12px;color: #246bb3;margin-bottom: 8px;}
.cartTc .list .del{height: 15px;line-height: 15px;}
.cartTc .list .del a{display: inline-block;font-size: 12px;color: #999;display: none;}
.cartTc .list ul li:hover{background: #fffeee;}
.cartTc .list ul li:hover .del a{display: block;}

.cartTc .btm{height: 44px;padding: 10px;}
.cartTc .btm button{width: 55px;height: 24px;border: none;font-size: 12px;color: #e64545;background-color: #f1f1f1;border-radius: 3px;}
.cartTc .btm .empty{}
.cartTc .btm .inquire_btn{background: #e64545;color: #fff;}

.cartList{width: 100%;overflow: auto;}
.cartList table{min-width: 500px;}
.cartList th {background-color: #f3f3f3;text-align: left;border: 1px solid #ddd;padding: 10px;font-weight: normal;font-size: 14px;}
.cartList td{border: 1px solid #ddd;background-color: #fff;padding: 10px;}
.cartList a{font-size: 14px;color: #333;font-weight: 400;letter-spacing: 0;line-height: 1.7em;text-align: left;}
.cartList a.img img{width: auto;max-width: 100%;max-height: 150px;}
.cartList .proNum{background-color: #fff;border: 1px solid #ccc;box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;width: 98px;height: 50px;padding: 0 10px;border-radius: 5px;}
.cartList .del-btn{}

table{border-collapse: collapse;border-spacing: 0;}

.pageBar{margin-top: 50px;padding-top: 50px;border-top: 1px solid #ddd;font-size: 14px;}
.pageBar .item{width: auto;max-width: 50%;}

.prodetail{width: 100%;}
.pfixed{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;justify-content: space-between;}
.pfixed>.left{width: 48%;}
.pfixed>.right{width: 48%;}
.pfixed .left .leftCon{position: sticky;z-index: 1;overflow-x: hidden;top:90px;}
.pfixed .right .rightCon{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 100px;overflow-x: hidden;}

.prodImg{width: 100%;}
.prodImg img{width: 100%;}

.prodInfo .tit{border-bottom: 1px solid #ccc;}
.prodInfo .tit span{display: inline-block;padding: 10px;border-bottom: 1px solid #333;font-size: 15px;color: #333;font-weight: 300;}
.prodInfo .info{font-size: 14px;color: #333;}
.prodInfo .info h3{margin: 15px 0;}
.prodInfo .info .inner{overflow: auto;}
table{border-collapse: collapse;border: 1px solid #ccc;margin-bottom: 5px;}
table tr td{padding: 10px;border: 1px solid #DDD;}

/*message*/

.message{width: 100%;}
.mesForm{}
.mesForm ul li.w50{width: 49%;}
.mesForm ul li{margin-bottom: 15px;width: 100%;}
.mesForm input,
.mesForm textarea{width: 100%;height: 45px;border-radius: 5px;border: none;padding: 0 10px;font-size: 16px;color: #333;border: 1px solid #ccc;}
.mesForm textarea{height: 90px;padding: 10px;}
.mesForm button{width: 100%;height: 45px;border: none;border-radius: 5px;color: #fff;font-size: 16px;background: var(--main-color);max-width: 300px;display: block;margin: 20px auto;}

.mesForm .yzm{display: flex;align-items: center;}
.mesForm .yzm input{width: 100%;max-width: 234px;}
.yzmImg{display: block;width: 100px;height: 30px;object-fit: cover;}
.yzmImg img{width: 100%;height: 100%;}

.about1{width: 100%;}
.about1 .iTxt .line{background: #eee;display: block;width: 100%;height: 1px;margin: 20px 0;}
.about1Warp{width: 100%;}
.about1Item{width: 100%;background: #f3ede8;}
.about1Item .desc{width: 50%;display: flex;flex-direction: column;align-content: center;justify-content: center;padding: 5%;}
.about1Item .iTxt{width: 100%;}
.about1Item .imgShow{width: 50%;}
.about1Warp .about1Item:nth-child(2n) .desc{order: 1;}
.about1Warp .about1Item:nth-child(2n) .imgShow{order: 0;}

.abo2List{width: 100%;}
.abo2List .tab{width: 100%;}
.abo2List .tab ul{justify-content: space-between;}
.abo2List .tab ul li{width: 28%;}
.abo2List .tab .tit{font-size: 16px;color: #000;}
.abo2List .tab .tit strong{font-size: 48px;}
.abo2List .tab .txt{font-size: 16px;color: #666;}
.abo2List .tab ul li.on .tit strong{color: var(--main-color2);}

.about3{width: 100%;background: #f3ede8;}
.about3 .wapper{width: 100%;max-width: 1580px;}
.abo3List{width: 100%;}
.abo3List ul li{width: 20%;padding: 0 10px;margin-bottom: 20px;}
.abo3List .part{display: block;width: 100%;height: 100%;position: relative;}
.abo3List .part .img{width: 100%;height: 100%;}
.abo3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.abo3List .part .icon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.abo3List .part .icon img{width: 65px;}
.abo3List .part:hover .img img{transform: scale(1.1);}

/*application*/

.applicationList{width: 100%;}
.applicationList ul li{padding: 10px;width: 25%;}
.applicationList .part1{display: block;width: 100%;height: 100%;}
.applicationList .part1 img{width: 100%;height: 100%;object-fit: cover;}

.news{width: 100%;}
.newsList{width: 100%;}
.newsList ul li{width: 50%;padding: 10px;}
.newsList .part{display: block;width: 100%;}
.newsList .part .img{width: 100%;}
.newsList .part .img img{width: 100%;}
.newsList .part .desc{display: flex;justify-content: space-between;padding: 20px 0;position: relative;width: 100%;align-items: center;position: relative;}
.newsList .part .desc:after{position: absolute;left: 0;bottom: 0;height: 1px;background: var(--main-color);content: "";transition: 0.3s;width: 0px;}
.newsList .part .date{width: 80px;border-right: 1px solid #eee;text-align: center;font-size: 14px;color: #666;margin-right: 20px;}
.newsList .part .date span{display: block;}
.newsList .part .date .dm{font-size: 20px;}
.newsList .part .date .ye{margin-top: 10px;}
.newsList .part .box{width: calc(100% - 150px);font-weight: 300;}
.newsList .part .tit{font-size: 16px;color: #333;}
.newsList .part .txt{font-size: 14px;color: #333;line-height: 1.6;margin-top: 10px;}
.newsList .part .icon{width: 30px;height: 30px;border: 1px solid #eee;border-radius: 3px;display: flex;justify-content: center;align-items: center;margin: 0 20px;}

.newsList .part:hover .desc:after{width: 100%;}
.newsList .part:hover .tit{color: var(--main-color);}
.newsList .part:hover .icon{border-color: var(--main-color);color: var(--main-color);}

.newsdetail{width: 100%;}
.newsdetail .iTxt img{max-width: 100%;}
.newsdetail .title{font-size: 28px;color: #333;}
.newsdetail .info{font-size: 14px;color: #666;}
.newsdetail .info span{display: inline-block;padding: 0 10px;}

.download{width: 100%;}
.download .btm .iTit{font-weight: 300;font-size: 30px;}

.downloadList{width: 100%;overflow: auto;box-shadow: 0 0 20px #d2d2d2;border-radius: 5px;}
.downloadList table{width: 100%;}
.downloadList table thead{background: #f8f9f9;}
.downloadList table thead tr th{font-size: 14px;color: #333;padding: 15px;min-width: 80px;}
.downloadList tr th .fileName{width: 30%;}
.downloadList tr th .pdfBtn{width: 12%;}
.downloadList tr th .downBtn{width: 12%;}
.downloadList table tbody{font-size: 15px;}
.downloadList table tbody tr{border: 1px solid #ddd;}
.downloadList table tbody tr:last-child{border-bottom: 1px solid #fff;}
.downloadList table tbody tr td{border: none;}
span.pdfBtn {text-align: center;display: block;}
.downBtn {text-align: center;display: block;}
.downBtn a{display: inline-block;padding: 5px 10px;border-radius: 30px;color: #fff;font-size: 14px;background: var(--main-color);margin: 0 auto;}

.contact{width: 100%;}
.contactList{width: 100%;}
.contactList ul li{width: 33.3%;padding: 10px;}
.contactList .part{padding-top: 62px;height: 100%;position: relative;}
.contactList .part .icon{position: absolute;left: 50%;transform: translateX(-50%);height: 124px;width: 124px;border: 8px solid #f5f5f5;border-radius: 50%;display: flex;justify-content: center;align-items: center;top: 0;background: #fff;}
.contactList .part .icon img{max-width: 40px;width: 100%;}
.contactList .part .desc{width: 100%;height: 100%;border: 8px solid #f5f5f5;padding: 35px;padding-top: 60px;background: #fff;}
.contactList .part .txt{font-size: 16px;color: #222;font-weight: 300;text-align: center;}
.contactList .part:hover .icon{background: var(--main-color2);}
.contactList .part:hover .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%); }

.contact2{background: #f3ede8;padding: 10px;}
.contact2 .warp{width: 100%;}
.contact2 .item{width: 50%;}
.contact2 .map{width: 100%;height: 480px;overflow: hidden;border-radius: 5px;background: #eee}
.contact2 .map img{}
.contact2 .desc{padding: 35px 8%;}

.inside{width: 100%;overflow: hidden;}
.inside img{max-width: 100%;}






@media only screen and (max-width: 1480px) {
.menu>ul>li>span>a{padding: 0 15px;font-size: 14px;}






}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu>ul>li>span>a{padding: 0 12px;}
.headList .logo img{max-height: 45px;}
.menu>ul>li>span>a{padding: 0 10px;font-size: 13px;}
.hRight .box{width: 64px;}
.iproBtn span, .iproBtn a{font-size: 12px;}









}

@media only screen and (max-width: 999px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.iTit{font-size: 26px;}
.i1List ul li{width: 50%;}
.i2List ul li{width: 100%;}
.i3Warp .desc{width: 100%;}
.i3Warp .img{width: 100%;}
.i4List .part{padding: 0 !important;}
.i4List .part .tit{padding: 0 10px;}
.fWarp .item{width: 100% !important;margin-bottom: 20px;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: 33.3%;}
.fMenu a{font-size: 14px;}
.about1Item{display: block;}
.about1Item .desc{width: 100%;padding: 20px;}
.about1Item .imgShow{width: 100%;}
.copyright .warp{display: flex;flex-direction: column;align-items: center;}
.abo2List .tab ul li{width: 32%;}
.abo2List .tab .tit{font-size: 12px;}
.abo2List .tab .tit strong{font-size: 26px;}
.abo2List .tab .txt{font-size: 12px;}
.abo3List ul li{width: 100%;}
.applicationList ul li{width: 50%;padding: 5px;}
.contactList ul li{width: 100%;}
.contact2 .item{width: 100%;}
.contact2 .desc{padding: 20px;}
.mesForm ul li.w50{width: 100%;}
.newsList ul li{width: 100%;}

.pfixed{display: block;}
.pfixed>.left{width: 100%;}
.pfixed>.right{width: 100%;}
.prodImg{max-height: 420px;overflow: auto;}

.mainWarp .ml{width: 100%;margin-bottom: 20px;}
.mainWarp .mr{width: 100%;}

.p_page .warp{display: block;width: 100%;}
.p_page .inner_tit{margin-right: 0;margin-bottom: 10px;text-align: center;max-width: 100%;}

.procList ul li{width: 100%;margin-right: 0;}
.prodTit{font-size: 26px;}









}
