html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#2e2e2e;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#000;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}


.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex{
	display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{max-width: 1270px;margin:0 auto;padding: 0 15px;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}





#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.top1{height: 47px;background: #2f2e2e;color: rgba(255,255,255,.7);line-height: 47px;font-size: 12px;position: relative;z-index: 999;}
.wel{color: #fff;background: url(../image/57d0a54aa0190357eb6e30dee09e436990d2c0f0.png) no-repeat left center;padding-left: 20px;}
.yx{margin: 0 45px;padding-left: 25px;background: url(../image/ae183c359608338f31b1a1a5ab1d7a654927eec4.png) no-repeat left center;}
.dh{padding-left: 18px;background: url(../image/da7185c452885d1d2f79d4d3a4b654a2d3915f49.png) no-repeat left center;}
.top2{height: 98px;background: #222222;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 98px;}
.top2 .k2{margin-top: 35px;font-size: 16px;color: #333333;line-height: 35px;background: url() no-repeat left center;padding-left: 40px;}




.sou{margin: 15px 0;}
.hotSearch a{margin-right:6px;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}


.ss{margin-left: 31px;position: relative;}
.ss #formsearch{position: absolute;width: 189px;z-index: 999;right: 0;display: none;top:30px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.ss #formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
.ss #formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
.ss #formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#222222;color:#fff;border:none;cursor:pointer;font-size: 12px;}






.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index:9;
}

.x-menu>li {
    position: relative;
    padding: 0 18px;
}

.x-menu>li>a {
    display: block;
    font-size: 15px;
    color: #dddddd;
    white-space: nowrap;
    line-height: 98px;
    height: 98px;
    text-align: center;
}
.x-menu>li:nth-child(2) >a,.x-menu>li:nth-child(3)> a,.x-menu>li:nth-child(4) >a,.x-menu>li:nth-child(5) >a{background: url(../image/9768e10b55b29711e4fc1ac965b98b99986d4c32.png) no-repeat right center; padding-right: 15px;}
.x-menu>li:nth-child(2) >a:hover,.x-menu>li:nth-child(3) >a:hover,.x-menu>li:nth-child(4) >a:hover,.x-menu>li:nth-child(5) >a:hover{
    background: url(../image/8257bb6acdf57feb17821192b1cbf02e32e93883.png) no-repeat right center;
}

.x-menu>li>a:hover {
    color: #fff;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 130%;
    left: -15%;
    top: 98px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
    
}




.x-sub-menu>li>a:hover {
    background: #222222;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}






.mySwiper{position: relative;overflow: hidden;}
.mySwiper .swiper-slide img{width: 100%;}
.mySwiper .swiper-pagination{color: rgba(255,255,255,.3);font-size: 13px;position: static;text-align: left;padding-left: 72px;background: url(../image/c1556030adaf9fa0058344f5ee1462a5bf3d473d.png) no-repeat left center;}
.mySwiper .swiper-pagination span::before{content: '0';}
.mySwiper .swiper-pagination-current{color: #ffffff;}
.wbox{width: 100%;position: absolute;top:30%;z-index:9;}
.wbox h3{color: #ffffff;font-size: 2.7vw;font-family: '黑体';line-height: 1.3;margin: 15px 0 25px;}
.m1 a{display: block;font-size: 14px;}
.m1 a:first-child{width: 176px;height: 54px;border-radius: 3px;line-height: 54px;padding-left: 21px;background:#7d6741 url(../image/489a2146985a2aa9da6ee3e525cc8fdb1e163b31.png) no-repeat 123px center;color: #ffffff;margin-right: 8px;}
.m1 a:last-child{width: 149px;height: 54px;border-radius: 3px;border: solid 2px rgba(255,255,255,.3);color: #ffffff;font-size: 14px;text-align: center;line-height: 50px;}
.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{width: 82px;height: 82px;cursor: pointer;z-index: 999;left: auto;right: 0;margin-top: -41px;}
.mySwiper .swiper-button-prev{background: rgba(0,0,0,.6) url(../image/1d55b5895c78b36b04dba23dfa8ef383c10c47d0.png) no-repeat center;right: 82px;margin-top: 41px;}
.mySwiper .swiper-button-prev:hover{background: rgba(125,103,65,.8) url(../image/1d55b5895c78b36b04dba23dfa8ef383c10c47d0.png) no-repeat center;}
.mySwiper .swiper-button-next{background: rgba(0,0,0,.6) url(../image/21fa1611f168aa74015f3bbc25eab84a1373ba7f.png) no-repeat center;}
.mySwiper .swiper-button-next:hover{background: rgba(125,103,65,.8) url(../image/21fa1611f168aa74015f3bbc25eab84a1373ba7f.png) no-repeat center;}





.box1{background: url(../image/69d2aea829f9dac8707f5853e5ba44271d24f0d0.jpg) no-repeat top center;padding-bottom: 10.3%;background-size: cover;}
.pleft{width: 240px;margin-top: 3.489vw;}
.psort{width:calc(100% - 316px);margin-top: -3.125vw;position: relative;z-index: 99;}
.psort li{position: relative;width: 31.2%;}
.p1{color: #7d6741;font-size: 12px;font-family: 'Arial';line-height: 1;background: url(../image/e12e6ea146ef099d0b2d813387a8597253cd9b0f.png) no-repeat left center;padding-left: 72px;text-transform: uppercase;}
.p2{color: #fff;font-size: 34px;line-height: 38px;margin-top: 21px;}
.pwz{color: #777777;font-size: 12px;line-height: 24px;margin: 1.2625vw 0 2.1vw;}
.m2 a{width: 176px;height: 54px;border-radius: 3px;line-height: 54px;padding-left: 21px;background:#7d6741 url(../image/489a2146985a2aa9da6ee3e525cc8fdb1e163b31.png) no-repeat 123px center;color: #ffffff;margin-right: 8px;display: block;font-size: 14px;}
.p2 span{color: #7d6741;}
.pbt{text-align: center;background-color: #333333;height: 4.58vw;line-height:4.58vw ;color: #ffffff;font-size: 18px;padding: 0 2px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.psort .img{display: block;position: relative;overflow: hidden;}
.psort .img img{display: block;width: 100%;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.psort li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}



.shu{ position: absolute;bottom: 21px;left: 19px;padding-top: 62px;background: url(../image/4337594b29f6c3c522fbf1cb1525cbe17b6f4ed1.png) no-repeat top center;z-index: 99;}
.sz{color: rgba(255,255,255,.5);font-size: 16px;font-family: 'Arial';transform: rotate(270deg);}
.pbj{position: absolute;background: url(../image/4c2e8acbd8a68f3200428b8b2861256c687b49dd.png) no-repeat center;height: 88px;width: 100%; bottom: -10px;left: -10px;}
.psort li:hover .pbt{background-color: #7d6741;}
.bj1{position: absolute;background: rgba(27,27,27,.4) url(../image/2295e97af04daaf8e7e7e01d7edff4d4adc6e41e.png) no-repeat center;width: 100%;height: 100%;top:0;z-index: 9;display: none;}
.psort li:hover .bj1{display: block;}






.box2{background: url(../image/b0f42d266e5cc3e2dd23e361f50e30f13dabc4ee.png) no-repeat top center;background-size: cover;padding: 6.145vw 0 6.77vw;}
.jwz{color: #ffffff;font-size: 14px;line-height: 30px;width: 50.7%;margin-top: 14px;}
.box2 .p2{margin-top: 0;color: #fff;}
.yen{color: #999999;font-size: 14px;font-family: 'Arial';text-transform: uppercase;padding-left: 73px;margin-top: 28px;background: url(../image/d0824d975f564b41ec5a61a7e4687687acbddfcc.png) no-repeat left center;}




.cpzx{overflow: hidden;position: relative;}
.cpzx .swiper-button-prev,.cpzx .swiper-button-next{width: 76px;height: 82px;background: #333333;border-radius: 0px 3px 3px 0px;line-height: 82px;margin-top: -41px; text-align: center;}
.cpzx .swiper-button-prev{left: 0;}
.cpzx .swiper-button-next{right: 0;}
.cpzx  .swiper-slide .img{display: block;position: relative;overflow: hidden;}
.cpzx  .swiper-slide img{display: block;width: 100%;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.cpzx  .swiper-slide:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}


.cpzx  .swiper-slide h3 a{display: block;position: absolute;bottom: 0;width: 100%;padding: 1.5625vw 30px; background: rgba(0,0,0,.6);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #ffffff;font-size: 18px;font-weight: normal;}
.cpzx .swiper-button-prev:hover,.cpzx .swiper-button-next:hover{background-color: #7d6741;}
.cpzx .shu{bottom: 110px;left: 30px;}
.jia{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(34,34,34,.7) url(../image/eaf25c23761b7f5b4a2f572ab5185a92f9d2cd6b.png) no-repeat center;display: none;}
.cpzx  .swiper-slide:hover .jia{display: block;}
.cpzx  .swiper-slide:hover h3 a{background-color: #7d6741;}




.box3{background: url(../image/ce18619cc20fd46924a31f79b2f86e0315ac8654.jpg) no-repeat top center;background-size: cover;margin: 6.5% 0 6%;}
.aleft{width: 45.8%;}
.aleft img{display: block;width: 100%;}
.aright{position: absolute;right: 0;width: 54.21%;background-color: #ffffff;box-shadow: 0px 1px 10px 0px rgba(48, 39, 22, 0.15);top:6.197vw;padding: 3.125vw 2.5vw;}
.abox{position: relative;}
.abt dd{color: #7d6741;font-size: 14px;font-family: 'Arial';line-height: 1;margin-bottom: 10px;}
.abt dt{color: #333333;font-size: 34px;}
.line1{width: 52px;height: 2px;background-color: #f0f0f0;margin: 20px 0;}
.acon{color: #777777;font-size: 14px;line-height: 26px;}
.aright a{display: block;width: 158px;height: 56px;background: #7d6741 url(../image/c112c54e6b9750ec586595fc9ba93189e208c647.png) no-repeat 85% center;border-radius: 3px;color: #ffffff;font-size: 14px;padding-left: 34px;line-height: 56px;margin-top: 2.1875vw;}




.box4{background: url(../image/444ce049049ac6c45542fcf154ab56bfd41432cc.jpg) no-repeat 0 50%;background-size: cover;padding: 6.1% 0 7.2%;}
.bt2{text-align: center;}
.bt2 dd{color: #7d6741;font-size: 12px;text-transform: uppercase;}
.bt2 dt{color: #fff;font-size: 34px;margin-top: 15px;}
.bt2 dt span{color: #7d6741;}
.line2{width: 53px;height: 2px;background-color: #e0e0e0;margin: 25px auto 98px;}
.yul li{width: 23.24%;background-color: #ffffff;box-shadow: 0px 1px 10px 0px rgba(48, 39, 22, 0.1);padding: 80px 2.1875vw 2.1875vw 2.1875vw;position: relative;}
.shu2{position: absolute;width: 95px;height: 88px;background-color: #7d6741;top:-44px;color: #ffffff;font-size: 62px;font-family: 'Arial';font-weight: bold;text-align: center;line-height: 88px;}
.yul li:hover .shu2{background: #333;}
.yst{color: #777777;font-size: 22px;line-height: 1;}
.yul li p{color: #888888;font-size: 14px;line-height: 24px;margin: 20px 0;}
.yul li a{display: inline-block;color: #888888;font-size: 12px;font-family: 'Arial';padding-right: 30px;background: url(../image/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;}
.yul li:hover a{background: url(../image/9aec75f913b669c25cb0e94d052df41fe37326d4.png) no-repeat right center;color: #7d6741;}






.box5{background: url(../image/186150e16426dfab12fc84bb2aacc19dfd76fcaa.png) no-repeat 0 50%;background-size: cover;padding: 5% 0 7.48%;}
.box5 .bt2 dd{color: #999999;}
.box5 .bt2 dt{color: #ffffff;}
.box5 .line2{background: #666666;margin-bottom: 5%;}
.cul li{width: 23.23%;}
.cul li .img{display: block;position: relative;overflow: hidden;}
.cul li .img img{display: block;width: 100%;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.cul li:hover a img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}


.cul li h3 a{display: block;color: #333333;font-size: 18px;text-align: center;padding: 1.7vw 3px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;background: #fff;font-weight: normal;}
.cbox{position: absolute;top:0;width: 100%;height: 100%;}
.shu3{width: 40px;background-color: #dddddd;}
.cbj{width: calc(100% - 40px);background: rgba(51,51,51,.75);text-align: center;padding: 0 1.66vw;display: flex;align-items: center;justify-content: center;flex-direction: column;opacity: 0;}
.line3{background-color: #545454;height: 1px;width: 100%;margin-bottom: 23px;}
.cbj p{color: #ffffff;font-size: 14px;line-height: 30px;}
.box5 .sz{color: #888888;font-size: 14px;}
.ss2{padding-top: 60px;background: url(../image/d8bb2f7916c8291d499304538375f4ba755ed225.png) no-repeat top center;position: absolute;bottom: 32px;left: 12px;}
.cul li:hover .shu3{background-color: #222222;}
.cul li:hover .cbj{opacity: 1;}
.cul li:hover h3 a{color:#7d6741;}





.box6{padding: 6.5% 0;background: url(../image/56c52ac162967223fcf5527286438fba6a1b395a.jpg) no-repeat center;background-size: cover;}
.nbt{color: #333333;font-size: 34px;line-height: 1;}
.nn a{display: block;color: #888888;font-size: 14px;padding-right: 28px;background: url(../image/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;line-height: 34px;}
.nn{padding-bottom: 20px;margin-bottom: 36px;border-bottom: solid 1px #eeeeee;}
.nul li{width: 31.8%;background-color: #ffffff;box-shadow: 0px 1px 8px 0px rgba(34, 27, 16, 0.08);}
.nul li .img img{display: block;width: 100%;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.nul  li:hover a img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}
.nul li .img2{overflow: hidden;}
.nul li .img{display: block;position: relative;}
.nul li .img span{display: block;width: 101px;height: 28px;background-color: #333333;line-height: 28px;text-align: center;color: #ffffff;font-size: 14px;font-family: 'Arial';position: absolute;left: 30px;bottom: -14px;z-index: 99;}
.nbj{padding: 32px 36px 41px 26px;}
.nbj h3 a{display: block;color: #333333;font-size: 20px;font-weight: normal;line-height: 26px;height: 52px;overflow: hidden;}
.nbj p{color: #888888;font-size: 14px;line-height: 24px;margin: 15px 0 1.3vw;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.xq a{display: inline-block;color: #888888;font-size: 12px;font-family: 'Arial';padding-right: 30px;background: url(../image/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;}
.nul li:hover .xq a{background: url(../image/9aec75f913b669c25cb0e94d052df41fe37326d4.png) no-repeat right center;color: #7d6741;}
.nul li:hover .nbj h3 a{color: #7d6741;}
.nbj3{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.35) url(../image/eaf25c23761b7f5b4a2f572ab5185a92f9d2cd6b.png) no-repeat center;top:0;display: none;}
.nul li:hover .nbj3{display: block;}




.box7{background: url(../image/d35909f2d4a7d5d0e21347bc7c5d8090e5f3e821.jpg) no-repeat center top;background-size: cover;padding:3% 0 4% 0;}
.hleft{width: 206px;margin-top: 30px;}
.ht{color: #333333;font-size: 34px;line-height: 38px;}
.ht span{color: #7d6741;}
.ht1{letter-spacing: 1px;color: #7d6741;font-size: 12px;font-family: 'Arial';padding-left: 73px;background: url(../image/c50251bd1a18252478b274043b361deac1dbeaca.png) no-repeat left center;margin-top: 23px;}
.hul{width: calc(100% - 290px);}
.hul li{width: 25%;text-align: center;height: 88px;line-height: 88px;margin-bottom: 5px;}
.hul li img{max-width: 100%;}





.ft1{padding: 4% 0 4.5%;background-color: #222222;}
.ft2{background-color: #111111;padding: 15px 0;color: #666666;font-size: 12px;line-height: 24px;}
.ft2 a{color: #666;}
.jian{width: 22.5%;}
.jian dd{color: #999999;font-size: 16px;padding-bottom: 18px;border-bottom: 1px dashed #3c3c3c;margin-bottom: 18px;}
.gywm{color: #aaaaaa;font-size: 14px;line-height: 32px;}
.sec a{display: block;color: #aaaaaa;line-height: 32px;font-size: 14px;padding-left: 18px;background: url(../image/5261278c468dd002d706311a5d42d0fe805065ac.png) no-repeat left center;}
.sec a:hover{background: url(../image/b3bf494630decbdd8bf6a5f5bc9899157bf49dd0.png) no-repeat left center;color: #fff;}
.dlx p{color: #999999;font-size: 14px;line-height: 24px;border-bottom: 1px dashed #3c3c3c;padding: 13px 0;}
.lx.jian dd{margin-bottom: 10px;}
.m3 a{display: block;width: 158px;height: 56px;background: #7d6741 url(../image/c112c54e6b9750ec586595fc9ba93189e208c647.png) no-repeat 85% center;border-radius: 3px;color: #ffffff;font-size: 14px;padding-left: 34px;line-height: 56px;margin-top: 2.1875vw;}











@media(max-width: 1200px){
    .p2{font-size: 24px;line-height: 32px;}
    .pleft{width: 230px;}
    .psort{width:calc(100% - 266px);}
    .pbt{font-size: 14px;}
    .cpzx .swiper-slide h3 a,.cul li h3 a{font-size: 14px;}
    .acon{line-height: 24px;}
    .abt dt{font-size: 28px;}
    .bt2 dt{font-size: 28px;}
    .nbj h3 a{font-size: 16px;}
    .nbt{font-size: 28px;}
    .ht{font-size: 28px;}
}


@media(max-width: 1024px){
    .p2{margin-top: 15px;font-size: 20px;line-height: 28px;}
    .jwz{width: 56%;}
    .shu2{width: 80px;height: 76px;font-size: 50px;line-height: 76px;}
    .yul li{padding-top: 60px;}
    .line3{margin-bottom: 10px;}
    .bq,.x-seo{float: none;width: 100%;text-align: center;}
    .gywm{line-height: 24px;}
    .dlx p{padding: 6px 0;}
}

@media(max-width: 768px){
    .box1{padding-top: 20px;}
    .pleft,.psort{float: none;width: 100%;}
    .psort{margin-top: 30px;}
    .m2 a{width: 150px;height: 40px;line-height: 40px;padding-left: 15px;background:#7d6741 url(../image/489a2146985a2aa9da6ee3e525cc8fdb1e163b31.png)   no-repeat 90% center;}
    .jwz{line-height: 24px;}
    .abt dt{font-size: 24px;}
    .cbj p{line-height: 24px;font-size: 12px;}
    .hul{width: calc(100% - 190px);}
    .hleft{width: 180px;}
    .hul li{padding: 0 1%;}
    
}
@media(max-width: 640px){
    .pbt{line-height: 35px;height: 35px;font-size: 12px;}
    .jleft,.jwz{float: none;width: 100%;}
    .yen{margin-top: 10px;}
    .cpzx .swiper-slide h3 a{padding: 15px 5px;}
    .aleft,.aright{float: none;width: 100%;}
    .aright{position: static;}
    .abt dt{font-size: 20px;}
    .line1{margin: 14px 0;}
    .aright a{height: 46px;line-height: 46px;}
    .aright{padding: 15px;}
    .bt2 dt{font-size: 18px;margin-top: 6px;}
    .line2{margin: 15px auto 48px;}
    .yul li{width: 48%;margin-bottom: 40px;}
    .shu2{width: 50px;height: 46px;font-size: 36px;line-height: 46px;top:-23px}
    .yul li{padding-top: 40px;}
    .yst{font-size: 18px;}
    .yul li p{font-size: 12px;line-height: 20px;margin: 10px 0;}
    .box4{padding: 30px 0 0 0;}
    .cul li{width: 48%;margin-bottom: 20px;}
    .box5{padding: 30px 0 10px;}
    .nbt{font-size: 22px;}
    .nn{padding-bottom: 5px;margin-bottom: 15px;}
    .nul li{width: 100%;margin-bottom: 20px;}
    .nbj h3 a{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;height: auto;}
    .nbj{padding: 32px 26px 20px 26px;}
    .hleft,.hul{width: 100%;}
    .ht{font-size: 20px;line-height: 28px;}
    .ht1{margin-top: 8px;}
    .hul{margin-top: 15px;}
    .hul li{width: 50%;height: 60px;line-height: 60px;}
    .jian{width: 100%;margin-bottom: 20px;}
    .j1{display: none;}
    .m3 a {
        height: 46px;
        line-height: 46px;
        margin-top: 15px;
    }
    .cpzx .swiper-button-prev, .cpzx .swiper-button-next{width: 40px;height: 43px;margin-top: -21.5px;line-height: 43px;}
    .cpzx .swiper-button-prev img, .cpzx .swiper-button-next img{width: 10px;}
}










.c-link {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #666;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}





.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}