﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width: 1270px;overflow-x: hidden}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
a { color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none; }
input,textarea,button{border: none;outline: none;background: none}
.clear:after {content:''; display:block; clear:both; }
.clear { height:0px; clear:both; }
/*限制文字,文字超出显示冒号*/
.text-cut { overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap;}
.align-items{align-items: center}

/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;line-height: 2;border-bottom: 1px solid #d9d9d9;padding-bottom: 20px}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {width:50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left}
.wengzhengfanye a:hover {color: #543320}
.wengzhengfanye .wengzhengfanyeB{float: right;text-align: right}
.wengzhengfanye b{font-weight: normal}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align:center;display: flex;justify-content: center;padding-top: 30px}
.pagelink span,.pagelink a { display:inline-block;text-align:center; padding:7px 14px; border:solid 1px #ddd; color:#666; margin-left: -1px}
.pagelink a.on { background:#543320; color:#fff; border:solid 1px #543320;}
.pagelink span{display:inline-block; color:#fff; background:#543320; border:solid 1px #543320;}
.pagelink a:hover{background: #EEEEEE}


/*========================================= 首页 =====================================*/
.container { width:1270px; margin:0 auto;}
.fl{float: left}
.fr{float: right}

header{background: #fff;}
.head{padding: 20px 0}
.logo h1{font-size: 34px;}
.logo h1 span{font-size: 13px;font-weight: normal;text-transform: uppercase}
.logo h2{font-size: 20px;background: url("../img/tadvline.png") no-repeat left;padding: 7px 0 0 26px;margin-left: 10px}
.logo h2 span{font-weight: normal;font-size: 20px}

.headr dd img{width: 89px;height: 89px;margin-right: 40px}
.headr dl{background: url("../img/tel.jpg") no-repeat left;padding-left: 70px}
.headr dl p{font-size: 18px;}
.headr dl b{color: #d0000b;font-size: 34px;font-weight: bold;}


.nav{background: #543320;overflow: hidden}
.nav li{line-height:57px;height:57px;text-align:center;width:158px;padding-right:14px;float:left;position:relative;z-index:999;
    background: url(../img/tnavline.jpg) no-repeat right center;padding-left:10px;}
.nav li:last-child{background:none;}
.nav li:first-child{padding-left:0;}
.nav li a{display:block;line-height:57px;color:#fff;height:57px;font-size:17px;}
.nav li:hover a,.nav li.active a{background-color:#aa823d;}

.xlnav{background-color: rgba(255,255,255,.9);position: absolute;top: 100px;z-index: 99;left: -30px;min-width: 100%;transition: .3s;width: 140px;transform: scale(0,1);}
.xlnav dd a{display: block;transition: .3s;text-align: center;line-height: 40px;padding: 0 4px;white-space: nowrap;font-size: 16px;}
.xlnav dd a:hover{color: #328d6e}
.nav ul li:hover .xlnav{transform: scale(1,1);}


/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;position: relative}
.banner li dd img{max-width: 100%}
.banner li .text{padding: 0 80px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;display: flex;align-items: center}
.banner li dl{color: #fff;line-height: 1.8}
.banner li dl h1{font-size: 50px;margin-bottom: 30px}
.banner li dl h2{font-size: 20px;font-weight: normal;}
.banner li dl a{display: inline-block;line-height: 38px;border-radius: 30px;background: linear-gradient(to right,#D0B8A9,#543320);color: #fff;padding: 0 15px;font-size: 16px;
    margin-top: 25px;letter-spacing: 4px}

.banner .swiper-pagination{bottom: 40px;}
.banner .swiper-pagination-bullet{width: 15px; height: 15px; transition: .3s; background-color: #FFFFFF; opacity: 0.2;
    border-radius: 100%; margin: 0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity: 1}
.banner .swiper-button-prev,.banner .swiper-button-next{height: 65px; width: 50px; background-color: #424246;margin-top: -32px; transition: .3s;}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{color: #fff;font-size: 20px}
.banner .swiper-button-prev:hover{background: #543320}
.banner .swiper-button-next:hover{background: #543320}


.title{text-align: center;padding-top: 40px;}
.title h2{font-size: 34px}
.title p{font-size: 16px;color: #666;margin-top: 14px}
.title i{display: inline-block;vertical-align: middle;width: 134px;height: 7px;margin:0 27px;}
.title i:first-child{background: url(../img/titlel.png) no-repeat;}
.title i:last-child{background: url(../img/titler.png) no-repeat;}

.oneAa{border-top: 1px solid #d9d6da;border-bottom: 1px solid #d9d6da;padding: 25px 0;margin-top: 40px}
.oneAa ul{display: flex;justify-content: space-between;padding: 0 30px}
.oneAa ul li a{display: flex;justify-content: space-between;align-items: center}
.oneAa ul li a:hover{ color:#aa823d}
.oneAa ul li dd{margin-right: 10px}
.oneAa ul li dl h3{font-size: 18px;margin-bottom: 8px}
.oneAa ul li dl p{font-size: 11px;font-family: Arial;text-transform: uppercase;}

.oneAb{overflow: hidden}
.oneAb ul li{width: 23.5%;float: left;margin-right: 2%;margin-top: 2%}
.oneAb ul li dd{overflow: hidden;height: 300px;display: flex;justify-content: center;align-items: center;
    border: 1px solid #ededed;border-bottom: none}
.oneAb ul li dd img{max-width: 100%;max-height: 100%;transition: all 0.5s ease}
.oneAb ul li p{line-height: 45px;background: #ededed;font-size: 16px;text-align: center}
.oneAb ul li:nth-child(4n){margin-right: 0}
.oneAb ul li:hover dd img{transform: scale(1.1);}
.oneAb ul li:hover p{background: #543320;color: #fff}


.oneB{background: url("../img/ob.png") no-repeat;margin-top: 40px;padding: 60px 0;position: relative}
.oneBal{width: 550px;}
.oneBal .title{text-align: left;padding: 0}
.oneBal .text{line-height: 2;font-size: 16px;padding: 40px 0}
.oneBal ul{overflow: hidden;display: flex;}
.oneBal ul li{width: 215px;padding: 30px 20px;border: 1px solid #d7d4d7;margin-right: 20px;}
.oneBal ul li a{display: flex;align-items: center}
.oneBal ul li dd{margin-right: 20px;width: 40px;height: 40px;}
.oneBal ul li dl h3{font-size: 20px}
.oneBal ul li dl p{font-size: 16px;color: #919191;font-family: Arial;margin-top: 5px;}
.oneBal ul li:nth-child(1) dd{background: url("../img/ob1.png") no-repeat center}
.oneBal ul li:nth-child(2) dd{background: url("../img/ob2.png") no-repeat center}
.oneBal ul li:nth-child(1):hover dd{background: url("../img/ob1h.png") no-repeat center}
.oneBal ul li:nth-child(2):hover dd{background: url("../img/ob2h.png") no-repeat center}
.oneBal ul li:hover{background: #543320}
.oneBal ul li:hover dl h3{color: #fff}
.oneBal ul li:hover dl p{color: #fff}

.oneBar{width: 700px;position: absolute;right: 0;bottom: 60px}
.oneBar img{max-width: 100%}



.oneC{padding: 60px 0}
.oneC ul li{position: relative}
.oneC ul li dd{position: absolute;bottom: 42px;left: 0;}
.oneC ul li p{font-size: 16px;color: #666}
.oneC ul li b{font-size: 54px;font-family: Impact;color: #543320}
.oneC ul li span{font-style: normal;font-size: 30px;font-family: Impact;color: #543320;}

.oneDa{background: url("../img/od.png") no-repeat center;height: 266px;color: #fff;text-align: center;padding-top: 70px;}
.oneDa h2{font-size: 54px;}
.oneDa p{font-size: 26px;}

.oneDb{margin-top: 50px}
.oneDb ul li{width: 33.3%;text-align: center;border-bottom: 1px solid #eeeeee;border-right: 1px solid #eeeeee;padding: 30px;}
.oneDb ul li dd{height: 350px;overflow: hidden}
.oneDb ul li dd img{max-width: 100%}
.oneDb ul li h3{position: relative;font-size: 24px;color: #543320;font-weight: 700;margin: 30px 0 20px;}
.oneDb ul li .text{line-height: 1.8;font-size: 16px;color: #666;margin-top: 20px}
.oneDb ul li i{display: inline-block;width: 50px;height: 2px;background: #543320;}
.oneDb ul li:nth-child(3n){border-right: none}
.oneDb ul li:nth-child(4),.oneDb ul li:nth-child(5),.oneDb ul li:nth-child(6){border-bottom: none}


.oneE{margin-top: 50px}
.oneE ul{display: flex;justify-content: space-between}
.oneE ul li{width: 25%;height: 450px;position: relative;transition: all 0.5s ease;cursor: pointer}
.oneE ul li:after{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);}
.oneE ul li dl{position: absolute;bottom: 40px;left: 20px;z-index: 2;transition: all ease .5s;}
.oneE ul li h3 {color: #fff;font-weight: normal;font-size: 26px;margin-top: 25px;margin-bottom: 15px;}
.oneE ul li p{color: #fff;opacity: 0.8;margin-bottom: 20px}
.oneE ul li a{color: #fff;background: #543320;padding: 8px 25px;border-radius: 25px 0 25px 0;font-size: 12px;transition: all ease .5s;opacity: 0;
position: absolute;bottom: 0}
.oneE ul li:hover{width: 40%;}
.oneE ul li:hover dl{padding-bottom: 30px}
.oneE ul li:hover a{opacity: 1}


/*.oneE{background: url("../img/oe.jpg") no-repeat center;margin-top: 50px;padding: 40px 0}
.oneEl{color: #fff;width: 780px;}
.oneEl h3{font-size: 24px;}
.oneEl h2{font-size: 40px;}
.oneEl ul{margin-top: 60px;display: flex;justify-content: space-between}
.oneEl ul li{width: 100px;text-align: center}
.oneEl ul li p{margin: 17px 0 40px;font-size: 16px}
.oneEl ul li span{display: inline-block;width: 38px;height: 38px;border: 2px solid #fff;line-height: 34px;font-family: Arial;font-size: 18px;border-radius: 50%;font-weight: bold;}
.oneEr .more{display: block;width: 313px;background-color: #fff;font-size: 17px;text-align: center;font-weight: bold;line-height: 48px;border-radius: 30px;color: #333333;float: right;margin-bottom: 47px;}
.oneEr .more:hover{background: #543320;color: #fff}*/


.oneF{margin-top: 40px}
.oneFl{width: 640px;}
.oneFr{width: 580px;}
.oneFtit{border-top: 1px solid #b9b9b9;border-bottom: 1px solid #b9b9b9;padding: 9px 0;}
.oneFtit a{color: #5c5c5c;}

.oneF .hd ul{display: flex}
.oneF .hd ul li {float: left;margin-right: 10px;width: 121px;padding-left: 19px;font-weight: bold;box-sizing: border-box;font-size: 20px;cursor: pointer}
.oneF .hd ul li.on {border-left: 6px solid #543320;color: #543320;}

.oneFl .bd{margin-top: 9px;overflow: hidden}
.oneFl .bd ul li {margin-top: 13px;padding: 10px 20px 10px 0;box-sizing: border-box;border: 1px solid #b9b9b9;}
.oneFl .bd ul li a{display: flex;justify-content: space-between;align-items: center;}
.oneFl .bd ul li dd{width: 110px;border-right: 1px solid #b9b9b9;text-align: center;overflow: hidden;}
.oneFl .bd ul li dd b{font-size: 26px}
.oneFl .bd ul li dd p {color: #222222;}
.oneFl .bd ul li h3{width: 420px;font-size: 18px;font-weight: normal}
.oneFl .bd ul li span {width: 31px;height: 31px;background: url(../img/of.png) no-repeat;display: block;overflow: hidden;}
.oneFl .bd ul li:hover h3{color: #543320}


.oneFr ul{}
.oneFr .bd{margin-top: 25px;height: 430px;overflow: hidden}
.oneFr .bd ul li{border-bottom: 1px dashed #aaaaaa;padding:22px 0 0;height: 91px!important;}
.oneFr .bd ul li a{display: flex;justify-content: space-between;}
.oneFr .bd ul li dd{width: 25px;height: 25px;background: #543320;color: #fff;text-align: center;line-height: 25px;}
.oneFr .bd ul li dl{width: 540px;}
.oneFr .bd ul li dl h3{font-size: 18px;font-weight: normal}
.oneFr .bd ul li dl p{color: #535353;margin-top: 8px}


.footer{width:100%;background: #272C3C;margin-top: 60px;}
.foot{padding: 40px 0}
.footl{width: 955px;}
.footl ul li{color: #fff;display: flex;align-items: center}
.footl ul li p{font-size: 16px;}
.footl ul li p span{color: #545764;text-transform: uppercase;}
.footl ul li p:nth-child(2){margin-top: 8px}
.footl ul li dl{background: url(../img/x.png) no-repeat left center;margin-left: 11px;padding-left: 11px;}
.copyright{width: 100%;overflow: hidden;margin-top:68px;}
.copyright,.copyright a{font-size: 13px;line-height: 24px;color: #747a8d;}
.footr{width: 220px;display: flex;align-items: flex-start}
.footr img{width: 110px;}


/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 320px;display:flex;justify-content:center;align-items:center;text-align: center;color: #fff;position: relative}
.ny_ban:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.2);}
.ny_ban dl{position: relative;z-index: 2}
.ny_ban h2{font-size: 42px;font-weight: normal}
.ny_ban p{font-size: 16px;margin-top: 16px}
.ny_ban dd{border: 2px solid #fff;width: 21px;height: 35px;display: block;margin: 0px auto;border-radius: 20px;position: relative;margin-top: 30px;}
.ny_ban dd i {width: 3px;height: 6px;border-radius: 1px;display: block;background-color: #fff;position: absolute;left: 7px;top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot{
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}


.location{border-bottom: 1px solid #e5e5e5;line-height: 60px;}

.ny_nav ul{display: flex;}
.ny_nav ul li{font-size: 16px;position: relative;margin-right: 40px}
.ny_nav ul li:hover a{color: #543320}
.ny_nav ul li:after{content: "";display: block;width: 0;height: 2px;background: #543320;transition: all 0.5s ease;
    position: absolute;bottom: 0;left: 0;right: 0;margin: auto}
.ny_nav ul li:hover:after,.ny_nav ul li.active:after{width: 100%}
.local{background: url("../img/home.png") no-repeat left;padding-left: 20px}


.about{margin-top: 45px;overflow: hidden}
.aboutl{width: 60%;line-height: 2;font-size: 16px}
.aboutl img{max-width: 100%}

.one{line-height: 2;overflow: hidden;font-size: 16px;margin-top: 45px;min-height: 300px}
.one img{max-width: 100%}

.product{margin-top: 45px;overflow: hidden}
.productl{width: 270px;}
.productltit{display: flex;align-items: center;border-bottom: 1px solid #dbdbdb;}
.productltit h2 {display: inline-block;font-size: 28px;color: #333;padding-bottom: 12px;position: relative;margin-right: 10px;font-weight: normal;}
.productltit h2:before {content: "";width: 100%;height: 3px;background: #543320;position: absolute;left: 0;bottom: -2px;}
.productltit span{color: #808080;text-transform: uppercase;}

.productla{margin: 30px 0 40px}
.productla ul li{line-height: 60px;background: url("../img/proli.png") no-repeat 94% #F5F5F5;padding: 0 20px;font-size: 16px;margin-top: 2px;transition: all 0.4s ease}
.productla ul li:hover,.productla ul li.active{background: url("../img/prolih.png") no-repeat 94% #543320;}
.productla ul li:hover a,.productla ul li.active a{color: #fff;display: block}

.productlb{background: #F5F5F5;padding: 20px;margin-top: 30px}
.productlb dl{border-bottom: 1px solid #ccc;padding-bottom: 10px;line-height: 2}
.productlb b{font-size: 28px;color: #543320;margin-bottom: 10px;line-height: 28px;display: block}
.productlb a{display: block;color: #fff;width: 180px;height: 44px;background: #543320;border-radius: 50px;text-align: center;line-height: 44px;transition: all 0.5s;margin: 20px auto 0;}
.productlb a img{margin-right: 10px;vertical-align: middle}
.productlb a:hover{background: #aa823d}

.productr{width: 950px;}
.productr ul li{width: 23.5%;float: left;margin-right: 2%;border: 1px solid #dbdbdb;border-radius: 4px;margin-bottom: 2%}
.productr ul li dd{overflow: hidden;height: 295px;display: flex;justify-content: center;align-items: center;background: #E9E9E9}
.productr ul li dd img{max-width: 100%;max-height:100%;transition: all .5s ease;}
.productr ul li h3{font-size: 16px;line-height: 50px;padding: 0 10px;text-align: center;transition: all 0.5s;border-top: 1px solid #dbdbdb;background: #f5f5f5;font-weight: normal;}
.productr ul li:nth-child(4n){margin-right: 0}
.productr ul li:hover dd img{transform: scale(1.05);}
.productr ul li:hover{border-color: #543320;}
.productr ul li:hover h3{color: #fff;background: #543320;border-color: #543320;}


.case{overflow: hidden;margin-top: 45px}
.case ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 2%;position: relative}
.case ul li dd{overflow: hidden;width: 100%;height: 325px;}
.case ul li dd img{max-width: 100%;transition: all .5s ease;}
.case ul li dd:before {content: "";position: absolute;width: 100%;height: 100%;background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);left: 0px;top: 0px;z-index: 5;transition: all 0.5s;}
.case ul li dt {overflow: hidden;width: 100%;height: 60px;padding: 0px;border-top: 1px solid rgba(255,255,255,0.3);position: absolute;bottom: 0px;left: 0px;z-index: 20;transition: all 0.5s;}
.case ul li dt h3{font-size: 16px;line-height: 60px;height: 60px;padding: 0 20px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    width: 100%;transition: all 0.5s;position: relative;z-index: 0;font-weight: normal;}
.case ul li dt h3:after {content: "";position: absolute;width: 1px;height: 60px;right: 59px;bottom: 0px;background: rgba(255,255,255,0.3);z-index: 6;transition: all 0.5s;}
.case ul li dt i{position: absolute;width: 60px;height: 60px;background: url(../img/caseli.png) no-repeat center center;right: 0px;bottom: 0px;z-index: 25;}
.case ul li:hover dd:before{opacity: 0;}
.case ul li:hover dt{border-top: 1px solid rgba(255,255,255,0);}
.case ul li:hover h3{background: rgba(0,0,0,0.3);}
.case ul li:hover h3:after {width: 60px;background: #543320;right: 0px;}
.case ul li:hover dd img{transform: scale(1.06);transition: all 0.6s ease}
.case ul li:nth-child(3n){margin-right: 0}

.news{overflow: hidden;margin-top: 45px;}
.news ul li{padding: 30px;border: 1px solid #e7e7e7;margin-bottom: 30px}
.news ul li a{display: flex;justify-content: space-between}
.news ul li dl{width:1100px;}
.news ul li dl h3{font-size: 18px;color: #333333;font-weight: normal}
.news ul li dl p{color: #999999;line-height: 30px;padding-top: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news ul li dd{width: 90px;overflow: hidden;text-align: center}
.news ul li dd b{font-size: 48px}
.news ul li dd p{color: #666}
.news ul li:hover{border-color: #543320}
.news ul li:hover dd b{color: #543320}
.news ul li:hover dl h3{color: #543320}

.contactA{margin-top: 45px;overflow: hidden;display: flex;justify-content: space-between}
.contactAl{width: 450px;background: #543320;padding: 40px;color: #fff}
.contactAl h2{font-size: 24px;font-weight: normal;text-align: center}
.contactAl h3{font-size: 15px;font-weight: normal;text-align: center;padding: 8px 0}
.contactAl h4{font-size: 40px;text-align: center}
.contactAl dl{border-bottom: 1px solid rgba(255,255,255,0.2);margin-top: 20px}
.contactAl dl p{border-top: 1px solid rgba(255,255,255,0.2);line-height: 45px;font-size: 16px;}
.contactAl ul{display: flex;justify-content: space-between;padding: 25px 40px 0}
.contactAl ul li p{margin-top: 10px;text-align: center}
.contactAl ul img{width: 130px;}
#dituContent{width: 820px}

.contactB{background: url("../img/mess.jpg") no-repeat center;margin-top: 50px;padding-bottom: 60px}
.contactBa{overflow: hidden}
.contactBa input{width: 48.5%;border-bottom: 1px solid #ccc;color: #333;padding-bottom: 20px;margin-top: 30px;float: left}
.contactBa input:nth-child(2n){float: right}
.contactBa textarea{width: 100%;border-bottom: 1px solid #ccc;font-family: "Microsoft YaHei";margin-top: 30px;min-height: 160px}
.contactBa a{display: block;margin-top: 30px;height: 60px;line-height: 60px;width: 200px;text-align: center;color: #fff;background: #543320;font-size: 16px;}
.contactBa a:hover{background: #aa823d}


/*=======================================新闻详情页============================================*/
.news_info{overflow:hidden;padding: 40px;background: #fff;border-radius: 4px;margin-top: 45px;}
.info_title{text-align:center;}
.info_title h1{font-size:28px;font-weight: normal;}
.info_laiyuan{text-align:center;margin-top: 20px;padding-top:20px;border-top: 1px solid #d9d9d9;color: #999}
.info_text{padding:30px 0;line-height:2;min-height: 300px;font-size: 16px}
.info_pic{background: #fff;}
.info_text img{max-width:100%;display: block;margin: auto}

.info_text table{width: 100%;border: 0;border-collapse: collapse;border-spacing: 0;}
.info_text table td{border: 1px solid #000;text-align: center;line-height: 40px;}


.line{width: 100%;height: 1px;background: #dbdbdb;margin: 60px 0}

.relation{overflow: hidden}
.relation ul{margin-top: 10px}
.relation ul li{width: 23.5%;background: #fff;padding: 20px;margin-top: 2%;margin-right: 2%;float: left;border: 1px solid #dbdbdb;}
.relation ul li h3{font-size: 18px;font-weight: normal}
.relation ul li p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align: justify;
    color: #999;line-height: 24px;font-size: 14px;margin-top: 10px;transition: all 0.4s;}
.relation ul li:nth-child(4n){margin-right: 0}
.relation ul li:hover{border-color: #543320;transition: all 0.3s ease}
.relation ul li:hover h3{color: #543320}


/*=======================================产品详情页============================================*/
.show_info{width: 950px;background:#F5F5F5;padding: 40px;}
.show_text{line-height:2;min-height: 300px;font-size: 16px}
.show_text img{max-width:100%;display: block;margin: auto}

/*.showA{overflow: hidden;}
.showAl{width: 48.5%;border: 1px solid #dbdbdb;background: #fff}
.showAl img{max-width: 100%}
.showAr{width: 48.5%}
.showAr h1{font-size: 28px;}
.showAr h2{color: #aa823d;font-size: 20px;font-weight: normal;padding: 15px 0 10px}
.showAr .text{color: #666;line-height: 1.5;}*/


.show_relation{background: #F5F5F5;margin-top: 60px;padding: 40px 0 60px;}
.pro_relation{overflow: hidden;margin-top: 40px;position: relative;padding-bottom: 40px}
.pro_relation ul li dd{background: #fff;border: 1px solid #dbdbdb;border-radius: 4px;height:320px;overflow: hidden;
display: flex;justify-content: center;align-items: center}
.pro_relation ul li dd img{max-width: 100%;max-height:100%;transition: all 0.5s ease}
.pro_relation ul li h3{font-size: 16px;font-weight: normal;text-align: center;padding: 20px 0 0}
.pro_relation ul li:nth-child(4n){margin-right: 0}
.pro_relation .swiper-pagination{bottom: 0;}
.pro_relation .swiper-pagination-bullet{width: 10px; height: 10px; transition: .3s; background-color: #000; opacity: 0.2;
    border-radius: 100%; margin: 0 10px!important;}
.pro_relation .swiper-pagination-bullet-active{opacity: 1;background: #543320}
.pro_relation ul li:hover dd img{transform: scale(1.1);}
.pro_relation ul li:hover h3{color: #543320}
.pro_relation ul li:hover dd{border-color: #543320}

.case_relation{padding-bottom: 50px}
.case_relation ul li dd{border-radius: 0;border: none}
.case_relation ul li h3{background: #fff;padding: 20px}
.case_relation ul li:hover h3{background: #543320;color: #fff}

/*左侧工具条*/
#toolbar {position: fixed;z-index: 9999;right: 17px;bottom: 10%;}
.icon-font {position: relative;}
.icon-font:after {content: "";width: 30px;height: 30px;background-image: url(../img/icon_spirit.png);background-repeat: no-repeat;position: absolute;
    left: calc(50% - 15px);top: calc(50% - 15px);}
#toolbar li {margin-bottom: 3px;font-size: 0;width: 57px;height: 57px;right: 0;position: relative;}
#toolbar li a {display: block;position: absolute;z-index: 9;right: 0;top: 0;width: 57px;height: 57px;overflow: hidden;
    background: #292e39;-webkit-transition: all .5s ease;transition: all .5s ease;white-space: nowrap;font-size: 0;}
#toolbar li .icon-font {display: inline-block;vertical-align: middle;width: 57px;height: 57px;background-color: #d9d9d9;}
#toolbar li .icon-qq:after {background-position: 0 -150px;}
#toolbar li .icon-phone:after {background-position: 0 -90px;}
#toolbar li .icon-ewm:after {background-position: 0 -30px;}
#toolbar li .icon-message:after {background-position: 0 -120px;}
#toolbar li .icon-top:after {background-position: 0 -60px;}
#toolbar li .icon-wangwang:after {background-position: 0 0;}
#toolbar li .wz {display: inline-block;line-height: 57px;font-size: 14px;color: #fff;vertical-align: middle;padding-left: 10px;}
#toolbar li.ewm .ewm-box {position: absolute;z-index: 1;padding: 5px;background: #292e39;width: 110px;right: 120%;bottom: 0;opacity: 0;
    visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all .7s;transition: all .7s;}
#toolbar li.ewm .ewm-box p {margin-bottom: 0;}
#toolbar li.ewm .ewm-box img {max-width: 100%;}
#toolbar li.ewm .ewm-box:after {content: '';position: absolute;right: -5px;bottom: 20px;width: 0;height: 0;line-height: 0;font-size: 0;
    overflow: hidden;border-width: 5px;cursor: pointer;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #292e39;border-right: none;}
#toolbar li.ewm:hover .icon {background-position: -57px -180px;}
#toolbar li.ewm:hover .ewm-box {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
#toolbar li.backtop {cursor: pointer;}
#toolbar li.backtop .iconfont {color: #fff;background-color: #292e39;}
#toolbar li:hover a {width: 200px;}
#toolbar li:hover .icon-font {background-color: #292e39;}
#toolbar li:hover .icon-qq:after {background-position: -30px -150px;}
#toolbar li:hover .icon-phone:after {background-position: -30px -90px;}
#toolbar li:hover .icon-ewm:after {background-position: -30px -30px;}
#toolbar li:hover .icon-message:after {background-position: -30px -120px;}
#toolbar li:hover .icon-wangwang:after {background-position: -30px 0;}
#toolbar li:hover .icon-top:after {background-position: -30px -60px;}