﻿@charset "utf-8";
*{list-style:none;margin:0;padding:0}
html {-webkit-text-size-adjust: none;font-size:20px;background:#373737;}
@media (max-width:480px){
html{font-size:16px}
}
@font-face {
	font-family: 'SourceHanSansCNNormal';
	src: url('icon/fonts/SourceHanSansCNNormal.ttf');
	src: local('☺'), url('icon/fonts/SourceHanSansCNNormal.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
img{border:none}
a{text-decoration: none;color:#333;}
a:hover{/*color:#3699d2;*/}
.cl{ clear:both;height:0;line-height:0;font-size:0;overflow:hidden;}
.fl{float:left}.fr{float:right}
body{font-size:100%;color:#333;font-family:Arial, Helvetica, sans-serif;background:#f5f4f2;}
.lh{line-height:2}
.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt50{margin-top:50px;}.mt10-{margin-top:-10px;}
.bold{font-weight:bold;}.nobold{font-weight:normal;}
.cen{text-align:center;}.txtl{text-align:left;}.txtr{text-align:right;}.vtop{vertical-align:top;}.mouse{cursor: pointer;}
.ov{overflow:hidden}.posi{position:relative;}.ab{position:absolute;}.over{transition: 0.3s linear all;}
.yahei{font-family:"microsoft yahei"}.st{font-family:"宋体"}.en{font-family:arial,helvetica,sans-serif}.daxie{text-transform:uppercase;}.daxie_{text-transform:capitalize;}
.font12{font-size:12px;}.font14{font-size:14px;}.font15{font-size:15px;}.font16{font-size:16px;}.font18{font-size:18px;}.font20{font-size:1rem;}.font24{font-size:1.2rem;}.font30{font-size:1.5rem;}.font36{font-size:1.8rem;}
.co000{color:#000;}.co333{color:#333;}.co666{color:#666;}.co999{color:#999;}.fff{color: #fff;}.blue{color: #006599;}.red{color: #600;}.yel{color: #ebc34d;}.yel2{color: #978674;}
.sj{text-indent:2em;}
.inblock{display:inline-block;}.block{display:block;}.hide{display:none;}

.wrap{width:100%;max-width:1200px;margin:0 auto;}.wrapin{width:96%;max-width:1200px;margin:0 auto;}.wrapin.w-{width:92%;}.w{width:100%;}.h100{height:100%;}
.baibg{background:#fff;}.huibg{background:#eae9e7;}
.pad10{padding:10px 0;}.pad20{padding:20px 0;}.pad30{padding:1.5rem 0;}.pad50{padding:2.5rem 0;}.pl20{padding-left:1rem;}
.wrap.mt,.wrapin.mt{margin-top:30px;}


.jb{background: linear-gradient(587deg, rgb(121, 134, 204) 34.2105%, rgb(34, 34, 34) 99.1228%);-webkit-background-clip: text;color: transparent;}/*渐变*/
.jb2{background: linear-gradient(0deg, rgb(255, 183, 78) 0%, rgb(0, 0, 0) 100%);-webkit-background-clip: text;color: transparent;}

.cbg{background:url(../images/bg.jpg) left top repeat-x #f5f4f2;}
.header{height:88px;position: fixed;z-index: 9999;}
@media (max-width:640px){
.header{position:fixed;top:0;left:0;z-index:9;}
body{margin-top:88px;}
}
.logo{height:88px;}


.nav li{float:left;line-height:88px;position:relative;z-index:9;}
.nav li a{display:block;padding:0 14px;color:#fff;white-space: nowrap;transition: 0.3s linear all;}
.nav li a.cur,.nav li a:hover,.nav li a.on{color: #ebc34d;}
.nav li a.cur:before{content:"";position:absolute;top:0;left:25%;width:50%;height:3px;background:#ebc34d;}
/*子菜单*/
.nav li ul{
	display:none;
	z-index:9;
	position:absolute;
	left:0;
	top:80px;
	width: auto;
	padding: 0 5px;
	margin: 0 auto;
	min-width: 100%;
	max-width: 200%;
	background:#373737;
	}
.nav li ul a{line-height:30px;padding:0;}
.nav li ul a:hover{color:#ff0;}

.sear{padding:10px 15px;border:1px solid #a09e9c;}
.sear .ipt{width:10rem;height:22px;line-height:22px;border:none;background:none; outline:none; font-size:14px}
.sear .btn{top:4px;left:6px;border:none;background:none;}

.sear input::-webkit-input-placeholder{color:#fff;}
.sear input::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#fff;}
.sear input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#fff;}
.sear input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#fff;}

.searbtn{right:0px;top:35px;}
@media (max-width:1200px){
.searbtn{display:block;}
.sear{display:none;z-index:10;position:absolute;top:0px;right:0px;background:#373737;}	
}
@media (max-width:1000px){
.searbtn{right:60px;}
.sear{right:50px;}
}

.lang{line-height:20px;margin:35px 20px 0 0;}
.lang a{color:#fff;}
.lang li{padding-left:30px;}
.lang li:nth-child(1){background:url(../images/ico1.png) 10px 2px no-repeat;}
.lang li:nth-child(2){background:url(../images/ico2.png) 10px 2px no-repeat;}
@media (max-width:1200px){
.lang{margin-right:40px;}
}
@media (max-width:1000px){
.lang{margin-right:90px;}
}

.drop{display:none;width:36px;padding:5px 10px;;top:25px;right:0;}
.drop i{float:left;width:100%;height:2px;background:#fff;position:relative;margin-top:10px;transition: 0.1s linear all;}
.drop i:nth-child(1){margin-top:0;}
.drop.on i:nth-child(2){opacity: 0;}
.drop.on i:nth-child(1){-webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);}
.drop.on i:nth-child(3){-webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);}

.subnav{display:none;position:absolute;right:0;top:88px;z-index:9;box-shadow: 0 10px 20px rgba(0,0,0,.3);}
.subnav dt{float:left;width:100%;height:2.5rem;line-height:2.5rem;border-top:1px solid #ddd;background:rgba(255,255,255,1);}
.subnav dt a{display:block;padding-left:3%;}
.subnav dt i{padding:0.8rem 3%;}
.subnav dt.on i{transform: rotateZ(180deg);
    transform-origin: 50% 50%;
	-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}
.subnav dd{display:none;float:left;width:100%;background:#f5f5f5;}
.subnav dd li{float:left;width:100%;height:35px;line-height:35px;border-top:1px solid #ddd;}
.subnav dd li a{display:block;padding-left:4%;}

@media (max-width:1000px){
.drop{display:block;}
.nav{display:none;}
}

.radius5{-webkit-border-radius:5px;border-radius:5px;}.radius{-webkit-border-radius:50%;border-radius:50%;}

.hover li:hover img,.hover .li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1); transform:scale(1.1);}


/*banner*/
#banner{width:95%;margin:0 auto;}
#banner .swiper-pagination-bullets{left:0px;bottom:30px;}
#banner .swiper-pagination-bullet{width:50px;height:6px;background:#fff;opacity: 1;-webkit-border-radius:0;border-radius:0;}
#banner .swiper-pagination-bullet-active{background:#ffa62c;}
#banner .btn{position:absolute;z-index:9;top:50%;margin-top:-2.3rem;/*width:38px;height:38px;background:rgba(0,0,0,.3);-webkit-border-radius:50%;border-radius:50%;*/}
#banner .prev{left:3%;}
#banner .next{right:3%;}
#banner .btn:hover{color:#ffcc66;}

.justify{text-align:justify;text-justify:distribute-all-lines; /* for ie */}
.justify:after{content:"";height:0;width:100%;display:inline-block;overflow:hidden;}
.flex{display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items:center;-webkit-align-items: center;justify-content:center;}

.icona ul{width:49%; height:380px}
.icona ul .zi{right:0;bottom:1rem;width:96%;}
.icona ul p{padding:0 2rem;}
.icona ul i{right:1rem;bottom:0;}
.icona ul:nth-child(1){float:left;width:50%;}
.icona ul:nth-child(1) img{width:auto;min-width:100%;height:100%;}

.tit p{padding-left:15px;}
.tit:before{content:"";position:absolute;top:12%;left:0;width:4px;height:80%;background:#fdd14f;}

.iconb a{width:23%;margin:0 2.6% 2rem 0;}
.iconb a:nth-child(4n){margin-right:0;}
.iconb a img{max-width:95%;max-width:95%;}
@media (max-width:640px){
.iconb a{width:48%;margin:10px 0;}
.iconb a:nth-child(2n){float:right;}
}



.foot{background:#373737;}
.foot1 img{margin:0 0.5rem;}

.foot2 ul{line-height:1.6;}
.foot2 ul:nth-child(1){width:32%;}
.foot2 ul:nth-child(2){width:28%;padding:0 4%;border-left:1px solid #4a4a4a;border-right:1px solid #4a4a4a;}
.foot2 ul .sq{width:100%;max-width:12rem;height:48px;line-height:48px;background:#fdd14f;}
.foot2 ul .sq img{top:8px;margin:0 1.5rem;}
.foot2 ul:nth-child(3){width:25%;}
.foot2 ul:nth-child(3) li{width:80px;margin-left:10%;}
.foot2 ul:nth-child(3) .ipt{width:90%;padding:0 5%;height:2.4rem;line-height:3rem;border:none;background:#fff; outline:none;}
.foot2 ul:nth-child(3) .btn{right:0;top:0;width:4.5rem;height:2.4rem;border:none;background:#fdd14f;}

.foot3 img{height:55px;margin-right:10px;}
@media (max-width:900px){
.foot2 ul:nth-child(1),.foot2 ul:nth-child(2),.foot2 ul:nth-child(3){width:100%;}
.foot2{margin-top:1rem;}
.foot2 ul .sq{max-width:100%;}
.foot2 ul:nth-child(2){padding:1rem 0;border:none;}
.foot2 ul:nth-child(3){text-align:center;}
.foot3{margin-top:10px;}
}

.sqing{z-index:99111111111;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);}
.sqing ul{max-width:40rem;border:1px solid #65645f;background:rgba(66,57,51,.8);-webkit-border-radius:2rem;border-radius:2rem;}
.sqing ul p{padding:0 7%;}
.sqing ul .ipt{width:91%;padding:0 4%;height:2.5rem;line-height:2.5rem;border:none;border-left:3px solid #fdd14f;background:#fff; outline:none;}
.sqing ul .btn{max-width:20rem;height:45px;line-height:45px;border:none;background:#ffcc66;}
.sqing ul .t:before{content:"";position:absolute;top:-10px;left:50%;margin-left:-10px;width:20px;height:3px;background:#fdd14f;}
.sqing ul abbr{POSITION: absolute;top:-15px;right:-15px;width:50px;height:50px;border:1px solid #afb0ab;background:#c6ab74;}

.logining{z-index:99111111111;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);}
.logining ul{min-width:380px;border:1px solid #65645f;background:rgba(66,57,51,.8);-webkit-border-radius:2rem;border-radius:2rem;}
.logining ul p{padding:0 7%;}
.logining ul .ipt{width:91%;padding:0 4%;height:2.5rem;line-height:2.5rem;border:none;border-left:3px solid #fdd14f;background:#fff; outline:none;}
.logining ul .ipt2{width:55%;padding:0 4%;height:2.5rem;line-height:2.5rem;border:none;border-left:3px solid #fdd14f;background:#fff; outline:none;}

.logining ul p a{color:#FFF; font-size:14px}
.logining ul .btn{max-width:15rem;height:45px;line-height:45px;border:none;background:#ffcc66;}
.logining ul .t:before{content:"";position:absolute;top:-10px;left:50%;margin-left:-10px;width:20px;height:3px;background:#fdd14f;}
.logining ul abbr{top:-15px;right:-15px;width:50px;height:50px;border:1px solid #afb0ab;background:#c6ab74;}


.gotop{display:none;position:fixed;right:2%;bottom:50px;width:/*4*/0px;height:40px;line-height:40px;background:#ffa62c;}
.gotop p{height:40px;transition: 0.1s linear all;}
.gotop i{top:10px;}
.gotop:hover p.i{margin-top:-40px;}
.gotop:hover{color:#fff;}

.btop{height:3.5rem;line-height:3.5rem;background:url(../images/topbg.jpg) no-repeat;background-size:100% 100%;}
.btop dt p{padding-left:3%;}
.btop dt:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:#fdd14f;}

.ptop{height:6.5rem;background:url(../images/topbg.jpg) no-repeat;background-size:100% 100%;}
.ptop dt{width:40%;}
.ptop dt p{padding-left:7%;}
.ptop dt:before,.ptop dd:before{content:"";position:absolute;top:0;left:0;width:1px;height:90%;background:#fdd14f;}
.ptop dd{width:60%;}
.ptop dd form{padding-left:5%;}
.ptop dd .ipt{width:96%;padding:0 2%;height:3rem;line-height:3rem;border:none;background:#fff; outline:none;-webkit-border-radius:5px;border-radius:5px;}
.ptop dd .btn{right:0;top:30px;width:3.5rem;height:3rem;border:none;background:#fdd14f;-webkit-border-radius:5px;border-radius:5px;}

.dtop{background:url(../images/topbg.jpg) no-repeat;background-size:100% 100%;}
.dtop dt{width:30%;}
.dtop dt p{padding-left:7%;}
.dtop dt:before,.dtop dd:before{position:absolute;top:0;left:0;width:1px;height:4rem;background:#fdd14f;}
.dtop dd{width:70%;}
.dtop dd p,.dtop dd form{padding-left:5%;}
.dtop dd .ipt{width:96%;padding:0 2%;height:3rem;line-height:3rem;border:none;background:#fff; outline:none;-webkit-border-radius:5px;border-radius:5px;}
.dtop dd .btn{right:0;top:0;width:20%;min-width:3.5rem;height:3rem;border:none;background:#fdd14f;-webkit-border-radius:5px;border-radius:5px;}
@media (max-width:480px){
.dtop dt{display:none;}
.dtop dd{width:100%;}
}

.prolist dl{padding:15px 0;margin-bottom:10px;}
.prolist dt{z-index:2;width:97%;}
.prolist dt .r{width:55%;}
.prolist dt .l{width:43%;padding-top:8%;}
.prolist dt .l p{padding-left:12%;}
.prolist dt .l .yel{color:#978674;}
.prolist dt .l .h{height:6rem;line-height:2rem;}
.prolist dt .l .btn a{width:50px;height:50px;line-height:50px;box-shadow: 0 0 5px #ccc;}
.prolist dt .l:before{content:"";position:absolute;top:18%;left:-7%;width:7rem;height:1px;background:#fdd14f;}
.prolist dd{z-index:1;bottom:0;left:0;width:55%;height:60%;background:url(../images/topbg2.jpg) no-repeat;background-size:100% 100%;}
.prolist dl:nth-child(2n) dd{left:auto;right:0;}
.prolist dl:nth-child(2n) .r,.prolist dl:nth-child(2n) dt{float:left;}
.prolist dl:nth-child(2n) .l{float:right;padding-right:2%;}
@media (max-width:1000px){
.prolist dt .l{padding-top:5%;}
.prolist dt .l:before{top:10%;}
.prolist dt .l .h{height:4.5rem;line-height:1.5rem;}
}
@media (max-width:640px){
.prolist dl{padding:0;margin:10px 0;}
.prolist dt{width:100%;}
.prolist dt .r{width:100%;}
.prolist dt .l{width:100%;padding:1rem 0;}
.prolist dt .l .h{height:auto;}
.prolist dt .l p{padding:0;text-align:center;}
}

.brand a{width:23%;margin:0 2.6% 2rem 0;}
.brand a:nth-child(4n){margin-right:0;}
.brand a img{max-width:95%;max-width:95%;}
@media (max-width:640px){
.brand a{width:48%;margin:10px 0;}
.brand a:nth-child(2n){float:right;}
}

.newslist ul{height:160px;margin:0.6rem 0;}
.newslist .l{width:25%;}
.newslist .l img{width:80%;}
.newslist .m{width:51%;padding:0 4%;border-right:1px solid #f8e7c6;}
.newslist .r{width:15%;}
.newslist .r a{height:40px;border-bottom:1px solid #e8ae42;}
@media (max-width:800px){
.newslist ul{height:auto;}
.newslist .l{width:25%;}
.newslist .m{width:67%;border:none;}
.newslist .r{display:none;}
}
@media (max-width:640px){
.newslist .l{display:none;}
.newslist .m{width:92%;}
}

.about1.lh{line-height:1.8;}
.about1 dt{width:58%;}
.about1 dt .r{right:0;top:0;}
.about1 dd{width:35%;}
.about1 dd:before{content:"";position:absolute;top:0;left:0;width:5.5rem;height:2px;background:#eccc6c;}
@media (max-width:1000px){
.about1 dd{width:35%;}
}
@media (max-width:800px){
.about1 dt{display:none;}
.about1 dd{width:100%;}
}

.about2 dt{width:50%;line-height:1.5;}
.about2 dd{width:48%;}
.about2 dd:before{content:"";position:absolute;bottom:-15px;right:-20px;width:90%;height:70%;background:url(../images/topbg2.jpg) no-repeat;background-size:100% 100%;}
@media (max-width:800px){
.about2 dt{width:100%;}
.about2 dd{display:none;}
}



.prol{width:35%;background:#e9e9e9;}
.pror{width:62%;}

.prol .t{line-height:35px;padding:0 20px;}
.prol .t:before{content:"";position:absolute;top:-5px;left:20px;width:3.3rem;height:1px;background:#eccc6c;}
.prol .t a{width:70px;-webkit-border-radius:6px;border-radius:6px;box-shadow: 0 1px 3px #ccc;}

.shuai ul{width:95%;line-height:2.1rem;padding:2px 0;background:#eccc6c;}
.shuai ul .pl{height:2.1rem;padding-left:6rem;}
.shuai ul abbr{width:6rem;}
.shuai ul .li{width:99%;}
.shuai ul .li .plr{padding:0 10px 0 1rem;}
.shuai ul .li .l{display:block;height:2.1rem;overflow:hidden;}
.shuai ul .li .r{}
.shuai ul .li .two{z-index:2;top:2rem;left:0;}
.shuai ul .li .two a{display:block;line-height:normal;padding:7px 1rem;background:#d8d8d8;border-bottom: 1px solid #f2f2f2;}
.shuai ul .li .two a:hover{background:#eee;}
@media (max-width:800px){
.prol,.pror{width:100%;}
.pror{margin-top:1rem;}
.shuai ul{width:97%;}
}

.shpro li{float:left;width:17%;margin:5px 0;margin-left:2.5%;}
.shpro li a{width:85%}
.shpro li.cur a{border:4px solid #fff; margin-top:-5px; margin-bottom:-5px}
.shpro li img{min-height: 70px;}


.pror1 img{height:100%;width:100%;}
.pror1 abbr{z-index:8;right:20px;bottom:20px;}
.pror1 abbr a{display:none;width:120px;height:36px;line-height:36px;background:rgba(255,255,255,.9);-webkit-border-radius:18px;border-radius:18px;}
.pror1 abbr a:first-child{display:block;box-shadow: 0 0 3px #ccc;}

.pror2 img{width:65px;height:65px;margin:0 10px;border:1px solid #ddd; cursor:pointer}
.pror2 img.cur{border:1px solid #ECCC6C;}

.downpic{margin-top:-2.8rem;}
.downpic a{width:7.5rem;height:2.3rem;line-height:2.3rem;background:#ffcc66;-webkit-border-radius:1.1rem;border-radius:1.1rem;}
@media (max-width:800px){
.downpic{width:100%;margin-top:1rem;text-align:center;}
}

.prort:before{content:"";position:absolute;top:0px;left:50%;margin-left:-30px;width:60px;height:2px;background:#eccc6c;}

.pror3{width:91%;padding:10px 4%;border:1px solid #f2ede1;background:#fbfafa;}
.pror3 li{float:left;width:33.3%;height:2.5rem;line-height:2.5rem;overflow:hidden;}
.pror3 li:nth-child(-n+3){border-bottom:1px solid #ddd;}
@media (max-width:640px){
.pror3 li{width:50%;}
.pror3 li:nth-child(-n+4){border-bottom:1px solid #ddd;}
}

.pror4 a{width:90%;box-shadow: 0 0 5px #ccc;}
.pror4 .btn{z-index:9;top:50%;margin-top:-25px;width:50px;height:50px;box-shadow: 0 0 5px #ccc;}
.pror4 .prev{left:-15px;}
.pror4 .next{right:-15px;}
@media (max-width:800px){
.pror4 .prev{left:-5px;}
.pror4 .next{right:-5px;}
}

.downfile a{width:10rem;height:2.3rem;line-height:2.3rem;background:#960;-webkit-border-radius:1.1rem;border-radius:1.1rem;}

.maxpic img{max-width:100%;}
.acon .date:before{content:"";position:absolute;bottom:0px;left:0;width:10rem;height:1px;background:#eccc6c;}
.acon .date .plr{padding:0 2rem;}

.prenext .b{border-bottom:1px solid #eccc6c;}
.prenext a{color: #600;}

.contact1 hr{height:0;border-top:1px solid #eee;}

.contact li.ban{width:49%;}
.contact li textarea{width:97.4%;height:11rem;padding:10px 1.3%;font-size:16px;border:none;background:#f5f4f2;}
.contact li .ipt{width:94%;height:45px;line-height:45px;padding:0 3%;font-size:16px;border:none;background:#f5f4f2;}
.contact li.w .ipt{width:97.4%;padding:0 1.3%;}
.contact li .btn{width:100%;max-width:20rem;height:45px;line-height:45px;border:none;background:#ffcc66;}

.down ul .t:before{content:"";position:absolute;top:0px;left:0;width:50px;height:1px;background:#eccc6c;}
.down ul a.d{padding:0 1rem;height:2rem;line-height:2rem;background:#960;}

/* 栏目页分页 */
.pages{padding:20px 0;}
.pages a{display:inline-block;width:2.2rem;line-height:2.2rem;margin:0 5px;color:#666;background:#fff;/*-webkit-border-radius:5px;border-radius:5px;*/}
.pages.bg a{background:#f5f5f5;}
.pages .page-num-current,.pages.bg .page-num-current{color:#333;font-weight:bold;background:#fdd14f;}
.pages i{top:3px;}
/*
table,table td,table th{border:1px solid #ddd;border-collapse:collapse;}
table td{padding:5px;}*/

.faqbox ul{line-height:30px;}
.faqbox li.fl{width:8%;}
.faqbox li.fr{width:92%;}
.faqbox select{height:25px;line-height:25px;border:1px solid #ccc;}
.faqbox .ipt{width:98%;height:25px;line-height:25px;padding:0 0.5%;border:1px solid #ccc;background: url(../images/form_bg.jpg) #fff repeat-x;}
.faqbox  textarea {width:99%;height:80px;border:1px solid #ccc;}
.faqbox .btn{width:100px;height:32px;line-height:32px;color:#fff;border:0;background:#006599;cursor:pointer;}

.wenda li{float:left;width:100%;padding:10px 0;overflow:hidden;}
.wenda li p{float:left;width:97%;padding:0 1%;word-break:break-all;word-wrap:break-word;}
.wenda li p.t{background-color:#ddd;}
.wenda li p span{float:right;}
.wenda li p.hf{border:1px dashed #4b8f15;color:#4b8f15}
.wenda li p.hf a{color:#00f;}

.abouttb{ margin:60px auto; border:1px solid #DCD9D1}
.abouttb tr:nth-of-type(odd){ padding-left:12px;}
.abouttb tr:nth-of-type(even){padding-left:12px;}
.abouttb td{ padding:7px 14px; font-size:16px;border-bottom:1px solid #DCD9D1}
.abouttb td:nth-of-type(odd){background:#ECE2D2; border-right:1px solid #DCD9D1;border-bottom:1px solid #DCD9D1}


/* 样品套装 */
.sampleList{background: #F5F4F2;}
.sampleList-box ul li{margin: 30px 0;transition: .3s;box-shadow: 0 3px 5px rgb(0 0 0 / 10%);}
.sampleList-box ul li a{display: flex;background: #fff;}
.sampleList-box ul li .imgbox{width: 50%;overflow: hidden;display: flex;}
.sampleList-box ul li .imgbox img{width: 100%;transition: .3s;}
.sampleList-box ul li .txt{width: 50%;display: flex;flex-direction: column;padding: 0 92px;box-sizing: border-box;justify-content: center;}
.sampleList-box ul li .txt h3{color: #AA7E63;font-family: 'SourceHanSansCNNormal';font-size: 32px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 20px;}
.sampleList-box ul li .txt p{color: #666;font-family: Microsoft YaHei;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 40px;}
.sampleList-box ul li .txt-btn{display: flex;width: 160px;height: 48px; padding: 12px 10px;justify-content: center;align-items: center;color: #666;font-family: Microsoft YaHei;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;border: 1px solid #999;box-sizing: border-box;overflow: hidden;z-index: 10;position: relative;transition: .3s;}
.sampleList-box ul li .txt-btn::after{position: absolute;content: "";display: block;width: 100%;height: 100%;background: linear-gradient(90deg, #A58068 0%, #C0AB7A 100%);z-index: -1;left: -100%;top: 0;transition: .3s;}
.sampleList-box ul li:hover{box-shadow: 0 3px 10px rgb(0 0 0 / 20%);}
.sampleList-box ul li a:hover .txt-btn{color: #fff;border: 1px solid;border-image: linear-gradient(to right, #A58068 0%, #C0AB7A 100%) 1;}
.sampleList-box ul li a:hover .txt-btn::after{left: 0;}
.sampleList-box ul li a:hover .imgbox img{transform: scale(1.05);}
.sampleList-box ul li a .txt-btn:hover{transform: translateY(-5px);}
.sampleList-box ul li:nth-child(2n) a{flex-direction: row-reverse;}
/* .sampleList-box ul li:nth-child(2n) a .txt{align-items: flex-end;} */
@media (max-width:800px) {
    .sampleList-box ul li a{flex-wrap: wrap;}
    .sampleList-box ul li .imgbox{width: 100%;}
    .sampleList-box ul li .txt{width: 100%;padding: 32px;}
    .sampleList-box ul li .txt p{margin-bottom: 30px;}
}



.sam-sw1{width: 53%;height: 420px;overflow: hidden;position: relative;}
.sam-sw1 .swiper-slide{width: 100%;height: 100%;}
.sam-sw1 .swiper-slide img{width: 100%;height: 100%;}
.sam-sw1 .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 0.3;cursor: pointer;background: #333;}
.sam-sw1 .swiper-pagination-bullet-active{opacity: 1;background: #FDD14F;}
.sampleShow{background: #fff;}
.sampleShowBox{margin-top: 30px;padding-bottom: 30px;}
.sampleShow .row1{display: flex;justify-content: space-between;}
.sampleShow .row1 .txt{width: 100%;flex: 1;margin-left: 70px;display: flex;flex-direction: column;justify-content: center;}
.sampleShow .row1 .txt h2{color: #333;font-family: Microsoft YaHei;font-size: 32px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 10px;}
.sampleShow .row1 .txt .row{color: #666;font-family: Microsoft YaHei;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;margin-top: 20px;display: flex;}
.sampleShow .row1 .txt .row.money{align-items: flex-end;}
.sampleShow .row1 .txt .row b{color: #333;font-family: Microsoft YaHei;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;}
.sampleShow .row1 .txt .row h3{color: #333;font-family: Microsoft YaHei;font-size: 24px;font-style: normal;font-weight: 400;line-height: normal;margin-right: 5px;}
.ypsq-btn{display: flex;width: 160px; height: 48px; padding: 12px 10px;justify-content: center;align-items: center;box-sizing: border-box;background: linear-gradient(0deg, #FDD14F 0%, #FDD14F 100%), linear-gradient(90deg, #A58068 0%, #C0AB7A 100%);color: #333338;font-family: Microsoft YaHei; font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;cursor: pointer;transition: 0.3s;}
.ypsq-btn:hover{transform: scale(0.95);border-radius: 5px;}
.sampleShow .row2{margin-top: 70px;}
.sampleShow .row2 .row{margin-bottom: 30px;}
.sampleShow .row2 .row h3{color: #333;font-family: Microsoft YaHei;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 10px;}
.sampleShow .row2 .row ul{display: flex;flex-wrap: wrap;margin-left: -0.89%;}
.sampleShow .row2 .row ul li{width: 14.877%;margin: 10px 0.89%;}
/* .sampleShow .row2 .row ul li:first-child,.sampleShow .row2 .row ul li:nth-child(6n+1){margin-left: 0;} */
.sampleShow .row2 .row ul li .imgbox{width: 100%;height: 90px;overflow: hidden;border-radius: 6px;}
.sampleShow .row2 .row ul li .imgbox img{width: 100%;height: 100%;}
.sampleShow .row2 .row ul li p{text-align: center;margin-top: 10px;}
.sampleShow .row2 .row ul li a{display: block;transition: .3s;}
.sampleShow .row2 .row ul li a:hover{transform: translateY(-5px);}
@media (max-width:1200px) {
    .sam-sw1{width: 53%;height: auto;}
}
@media (max-width:1000px) {
    .spbox .wrapin{width: 92%;}
    .sam-sw1{width: 53%;height: auto;}
    .sampleShow .row1{flex-wrap: wrap;}
    .sam-sw1{width: 100%;}
    .sampleShow .row1 .txt{width: 100%;margin-left: 0;}
    .sampleShow .row1 .txt .row{margin-top: 15px;flex-wrap: wrap;font-size: 14px;}
    .sampleShow .row1 .txt .row b{margin-top: 5px;font-size: 14px;}
    .sampleShowBox{margin: 0;padding-bottom: 0px;}
    .sampleShow .row1 .txt h2{margin-top: 20px;margin-bottom: 0;font-size: 24px;}
    .sampleShow .row1 .txt .row h3{font-size: 20px;}
    .sampleShow .row2{margin-top: 40px;}
    .sampleShow .row2 .row ul{margin-left: 0;}
    .sampleShow .row2 .row ul li{width: 31%;margin:5px 0;}
    .sampleShow .row2 .row ul li:nth-child(2),.sampleShow .row2 .row ul li:nth-child(3n+2){margin: 5px 3.5%;}
    .sampleShow .row2 .row ul li .imgbox{height: 55px;}


}


.xzcol {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .xzcol a {
    width: 178px;
    height: 38px;
    color: #fff;
    background: #996600;
    border: 1px solid #996600;
    margin-right: 30px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
  }
  .xzcol a:hover,.xzcol a.active {
    opacity: 0.8;
  }



.p1E {
  width: 100%;
  margin-bottom: 10px;
}
.p1E img {
  display: block;
  width: 100%;
  object-fit: cover;
}