/*初始化样式*/
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:#fff;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;}

/*----- Common css ------*/
.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;padding-left: 20px;}
.yx{margin: 0 45px;padding-left: 25px;background: url(../images/ae183c359608338f31b1a1a5ab1d7a654927eec4.png) no-repeat left center;}
.dh{padding-left: 18px;background: url(../images/da7185c452885d1d2f79d4d3a4b654a2d3915f49.png) no-repeat left center;}
.top2{height: 98px;background: #2f2e2e;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 98px;width: 40%;}
.logo img{
    width: 100%;
}
.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;}


#container {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}


/* 导航样式 */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index:9;
}

.x-menu>li {
    position: relative;
    padding: 0 13px;
}

.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(../images/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(../images/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(../images/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(../images/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(../images/1d55b5895c78b36b04dba23dfa8ef383c10c47d0.png) no-repeat center;right: 82px;margin-top: 41px;}
.mySwiper .swiper-button-prev:hover{background: rgba(125,103,65,.8) url(../images/1d55b5895c78b36b04dba23dfa8ef383c10c47d0.png) no-repeat center;}
.mySwiper .swiper-button-next{background: rgba(0,0,0,.6) url(../images/21fa1611f168aa74015f3bbc25eab84a1373ba7f.png) no-repeat center;}
.mySwiper .swiper-button-next:hover{background: rgba(125,103,65,.8) url(../images/21fa1611f168aa74015f3bbc25eab84a1373ba7f.png) no-repeat center;}




/*  */
.box1{background: url(../images/69d2aea829f9dac8707f5853e5ba44271d24f0d0.jpg) no-repeat top center;padding-bottom: 10.3%;background-size: cover;}
.pleft{width: 283px;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(../images/e12e6ea146ef099d0b2d813387a8597253cd9b0f.png) no-repeat left center;padding-left: 72px;text-transform: uppercase;}
.p2{color: #333333;font-size: 34px;line-height: 38px;margin-top: 21px;}
.pwz{color: #777777;font-size: 12px;line-height: 24px;margin: 1.2625vw 0 2.1vw; width: 89%;}
.m2 a{width: 176px;height: 54px;border-radius: 3px;line-height: 54px;padding-left: 21px;background:#7d6741 url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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: -8px;}
.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(../images/eaf25c23761b7f5b4a2f572ab5185a92f9d2cd6b.png) no-repeat center;display: none;}
.cpzx  .swiper-slide:hover .jia{display: block;}
.cpzx  .swiper-slide:hover h3 a{background-color: #7d6741;}



.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}


/*  */
.box3{background: url(../images/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: 58.9%;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(../images/c112c54e6b9750ec586595fc9ba93189e208c647.png) no-repeat 85% center;border-radius: 3px;color: #ffffff;font-size: 14px;padding-left: 34px;line-height: 56px;}



/*  */
.box4{background: url(../images/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: #333333;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(../images/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;}
.yul li:hover a{background: url(../images/9aec75f913b669c25cb0e94d052df41fe37326d4.png) no-repeat right center;color: #7d6741;}





/*  */
.box5{background: url(../images/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{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(../images/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;background: rgba(27,27,27,.4) url(../images/2295e97af04daaf8e7e7e01d7edff4d4adc6e41e.png) no-repeat center;}
.cul li:hover h3 a{color:#7d6741;}




/*  */
.box6{padding: 6.5% 0 0;background: url(../images/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(../images/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;line-height: 34px;}
.nn{padding-bottom: 20px;border-bottom: solid 1px #eeeeee;}
.nul li{width: 31.8%;background-color: #ffffff;}
.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;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(../images/42221bca77f2037805783e8e1eace7f1d12d1f64.png) no-repeat right center;}
.nul li:hover .xq a{background: url(../images/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(../images/eaf25c23761b7f5b4a2f572ab5185a92f9d2cd6b.png) no-repeat center;top:0;display: none;}
.nul li:hover .nbj3{display: block;}



/*  */
.box7{background-size: cover;padding: 3.5vw 0 2.2vw 0;background-color: #f5f5f5;}
.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(../images/c50251bd1a18252478b274043b361deac1dbeaca.png) no-repeat left center;margin-top: 23px;}
.hul{width: 55%;float: left;margin-left: 15%;}
.hul li{width: 33%;text-align: center;margin-bottom: 20px;}
.hul li img{max-width: 165px;border: solid 1px #7d6741;}




/*  */
.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(../images/5261278c468dd002d706311a5d42d0fe805065ac.png) no-repeat left center;}
.sec a:hover{background: url(../images/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(../images/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: 992px){
  .hul li img{max-width: 100%;}
}

@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(../images/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);     margin-left: 0;}
    .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%;}
    .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;
}














/*------------内页-------------------*/

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
    position: relative;
}

.n_banner img {
    max-width: 100%;
    height: auto;
}

.m55 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
    padding-top: 36px;
}

.right {
    float: right;
    padding-top: 50px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: url(../images/nei.png) no-repeat left;
    ;
    background-size: cover;
    margin-top: 15px;
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
    padding: 10px;
}

.sitemp {
    border-left: 10px solid #7d6741;
    background: #e5e5e5;
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 20px;
    color: #000;
    float: left;
    text-indent: 30px;
    line-height: 50px;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: rgba(51, 51, 51, 0.5);
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #fff;
}

.cbp-spmenu-right li a:hover {
    background: #fee640;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #f58222;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.toptou {
    display: none;
    height: 50px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0250a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 35px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 35px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.x-header {
    height: 85px;
    background: #fff;
    position: relative;
}

.x-logo {
  float: left;
  width: 20.3125%;
  line-height: 85px;
}

.x-logo a {
  display: block;
}
.x-logo img{width: 150%;}

.x-header-right {
   float: right;
   margin-top: 25.5px;
    width: 10%;
}

.x-header-right #formsearch {
  border: 1px solid #cecece;
  height: 30px;
  border-radius: 15px;
  position: relative;
  padding-right: 30px;
}

.x-header-right #formsearch #keyword {
  width: 100%;
  height: 28px;
  padding-left: 15px;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  color: #666;
}

.x-header-right #formsearch #s_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 28px;
  background: none;
  outline: none;
  border: none;
  color: #6d6f87;
  cursor: pointer;
  font-size: 18px;
  background: url(../images/ssbg.png) no-repeat center center;
}





.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle;
}


.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #1b6fba;
}

/* 扥路 */
.xa-login {
  position: absolute;
  width: 50%;
  text-align: right;
  top: 0;
  right: 8.33333333%;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #1b6fba;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .8em;
  outline: none;
  background: #fff;
  width: 40px;
  height: 7px;
  opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
  background: #1b6fba;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
   opacity: 1;
   background: #1b6fba;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}


.x-layout {
  /*background: url(../images/foot_bg.png) center center no-repeat;*/
  background: #162333;
  background-size: 100% 100%;
  padding: 1.16666667% 1.16666667% 0 1.16666667%;
}

.x-layout-desc {
  background: url(../images/hotxx.png) no-repeat left bottom;
  padding-bottom: 5px;
} 

.x-layout-desc h3{
 font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
}

.x-layout-contact {
   margin-top: 10px;
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
  color: #fff;
}

.x-layout-menu{
    margin-top: 20px;
}


.x-layout-menu dl {
  float: left;
  width: 20%;
  text-align: left;
}

.x-layout-menu dl dt {
  font-size: 16px;
  color: #cacaca;
  margin-bottom: .83em;
   font-weight: 400;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 12px;
  color: #85888c;
  line-height: 2.4;
  overflow:hidden; /*超出的部分隐藏起来。*/ 
white-space:nowrap;/*不显示的地方用省略号...代替*/
text-overflow:ellipsis;/* 支持 IE */
}

.x-layout-ewm {
  text-align: center;
  margin-top: 20px;
  border-left: 1px solid #505761;
  border-right: 1px solid #505761;
}

.x-layout-ewm p {
  font-size: 12px;
  font-weight: 400;
  padding: .8em 0;
  line-height: 1.7;
  color: #fff;
}

.x-footer {
  background: #161618;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.x-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
    float: left;
}

.x-seo{
    float: right;
}


@media (max-width:1200px) and (min-width:992px){
    .f_ewm{
        display:none;
    }
    .f_dao{
        width:62%;
    }
    
}


.foot_bottom{
    position: relative;
    padding: 10px 0;
    background: #333;
    font-size: 12px;
    color: #5b5b5b;
}

.foot_bottom a{
     font-size: 12px;
    color: #5b5b5b;
}

.jishu{
    float: right;
}

.x-layout .foot_ban { 
    border-top: 1px solid #434343;
    line-height:30px; 
    padding: 11px 0;
    font-size: 12px; 
    color: #cacaca;
    margin: 0 auto;
}
.x-layout .foot_ban a {
    font-size: 12px; 
    color: #cacaca; 
}


@media (max-width:1200px){
    .x-layout .foot_ban{
        padding-top:10px;
        line-height:1.7;
        padding:10px 0;
    }
    
    .x-copyright ,.jishu{
     float: none;
     text-align:center;
    }

.x-seo{
      float: none;
     text-align:center;
    }
}
.x-link {
    float: left;
    position: relative;
    font-size: 12px;
    font-size: 12px;
    color: #949494;width: 70%;
}

.x-link a{
     font-size: 12px;
    color: #949494; 

}

@media(max-width: 1200px){
    .x-menu > li{margin: 0;width: 12%;}
    .x-menu > li > a{padding: 0;}
    .float-kf,#m_div{display: none!important;}
    .n55 {
    display: none;
}
}

@media(max-width: 768px){
    .x-layout .foot_ban{display: none!important;}
    .news_list li span{display: none;}
    .x-banner,.n_banner{margin-top: 60px;}
}

