/*****网站内页，全局栏目头颜色设置－开始******/

a:focus, a:hover{color:#a52127;}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}
@media (min-width: 1440px) {
    .container {
        width:1440px
    }
}



/* 公用标题样式 */
.bt{text-align:center;padding: 50px 0;}
.bt h3 {font-size: 30px;line-height: 1; margin-bottom: 10px; letter-spacing: 5px; color: #555;font-weight: bold;font-family: Microsoft JhengHei;}
.bt h5 {text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 1;  letter-spacing: 3px;color: #777;font-family: Microsoft JhengHei;padding: 10px 0 0;}
.bt hr{border-top: 4px solid #8a6f40;margin: 0 auto;width: 6%;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .bt{padding: 30px 15px;}
  .bt h3{font-size: 22px;letter-spacing: 3px;margin-bottom: 5px;}
  .bt h5{font-size: 13px;letter-spacing: 2px;}
  .bt p{font-size:13px;line-height: 1.5;}

}
@media (max-width: 767px){

  .bt { padding: 20px 10px;}
  
}

@media (max-width: 415px){
 
}



/* 产品中心 */

.fenlei{background: #f3f3f3;padding-bottom: 80px;}

.fl-cont{}
.fl-cont ul{overflow: hidden;padding: 0 0.5%;}
.fl-cont ul li{float: left;width: 25%;padding: 0 0.3%;}
.fl-cont ul li a{display:block;}
.fl-cont ul li a .fl-img{position: relative;overflow: hidden;height: auto;}
.fl-cont ul li a .fl-img img{width: 100%;transition: all .5s;transform: scale(1.05);}
.fl-cont ul li a .fl-img h2{position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 40%);top: 0;left: 0;text-align:center;padding-top: 52%;opacity: 0;transition: all .5s;}
.fl-cont ul li a .fl-img h2 b {color: #fff; font-size: 36px;  font-weight: normal;letter-spacing: 2px;transition: all .5s;}
.fl-cont ul li a .fl-img span.line {position: absolute; width: 94%;display: block;border: 1px solid rgba(255,255,255,.5); z-index: 3;left: 0;top: 0; height: 95%; margin: 3%;}
.fl-cont ul li a h3 {font-size: 19px;line-height: 1;font-weight: bold; color: #fff; letter-spacing: 1px; margin-top: 5px; background: #a52127;text-align: center;padding: 12px 0;}

.fl-cont ul li a:hover .fl-img img{transform: scale(1);}
.fl-cont ul li a:hover .fl-img h2{opacity: 1;}
.fl-cont ul li a:hover .fl-img h2 b{}

.fl-btn{margin-top: 50px;text-align: center;}
.fl-btn a { display: inline-block; font-size: 15px;line-height: 1; background: #eee; padding: 10px 50px;color: #555;border-radius: 2px;transition: all .5s;}
.fl-btn a:hover{background: #b10000;color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .fl-cont ul li{padding: 0 0.3%;}
  
  .fl-cont ul li a .fl-img h2 b{font-size: 30px;}
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .fl-cont ul li{padding: 0 0.3%;}

  .fl-cont ul li a h3{font-size: 16px;}
  
}
@media (max-width: 992px){
 
  .fenlei{padding-bottom: 50px;}
  
  .fl-cont ul li{padding: 0 0.5%;}
  
  .fl-cont ul li a h3{font-size: 15px;margin-top: 8px;}
  
  .fl-cont ul li a .fl-img h2 b{font-size: 24px;}
  
  .fl-btn {margin-top: 30px;}

}
@media (max-width: 767px){

  .fl-cont ul li {width: 50%;padding: 0 5px;margin-bottom: 20px;}
  
  .fl-btn{margin: 0;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}












/* 公司介绍 */
.gywm-bg{background: url(../images/bg2.jpg)no-repeat center;padding: 80px 0;}

.gy-nr{float: left;width: 48%;}
.gy-nr h3 { font-size: 30px;line-height: 1;font-family: Microsoft JhengHei;font-weight: bold;color: #666;}
.gy-nr h5 {font-size: 22px;text-transform: uppercase;color: #aaa;line-height: 1;margin: 6px 0 20px;}
.gy-nr h2 { font-family: Microsoft JhengHei;font-size: 32px; font-weight: bold; color: #666;line-height: 1;margin-bottom: 30px;}
.gy-nr .gy-txt{}
.gy-nr .gy-txt p {font-size: 16px;line-height: 1.5;color: #666;}

.gy-img{float: right;width: 48%;position:relative;}

.img-bor { border: 4px solid #a52127; width: 80%;height: 480px;float: right;}

.carousel { position: absolute;width: 90%;top: 5%;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}

.gy-btn{margin-top: 30px;}
.gy-btn a {display: inline-block; font-size: 16px; line-height: 1; background: #a52127;color: #fff; padding: 10px 35px; border-radius: 2px;border: 1px solid #a52127;transition: all .5s;}
.gy-btn a:hover{color: #a52127;background: none;font-weight: bold;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .img-bor{height: 400px;}
  .gy-nr .gy-txt p{font-size: 15px;}
  
  
}

@media (min-width: 992px) and (max-width: 1200px){

  .gy-nr .gy-txt p{font-size: 15px;}
  .gy-nr h2{margin-bottom: 20px;font-size: 28px;}
  .img-bor{height: 330px;}
  
}
@media (max-width: 992px){
  .gywm-bg{padding: 50px 0;}
  .gy-cont{padding: 0 15px;}
  
  .gy-nr,.gy-img {float: none; width: 100%;}
  .gy-nr{margin-bottom: 20px;}
  .gy-img{overflow: hidden;}
  .img-bor {border: 4px solid #a52127; width: 80%; height: 510px;float: right;}
  
  .carousel-inner>.item>a>img {max-height: inherit;}

}
@media (max-width: 767px){

  .gy-img{border: 4px solid #a52127;}
  .carousel {width: 100%;top: 0; position: static;}
  .img-bor {width: 100%;height: auto;float: none;border: none;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}



/* 产品中心 */
.chanpin{;padding-bottom: 50px;background: #fecc750a url(../images/ry-bg.png)no-repeat center;}

.cp-bt{padding-bottom: 30px;}

.cp-nav{text-align: center;margin-bottom: 50px;}
.cp-nav ul{display: inline-block;}
.cp-nav ul li{float: left;margin: 0 40px;}
.cp-nav ul li a {display: block;font-size: 17px;line-height: 1;color: #555;}
.cp-nav ul li a:hover{color: #a52127;}

.walking{height: 337px !important;}
.walking .ar_1{height: 440px;margin-left: 20px;width: 214px;background: none;}
.walking .ar_1 .item{height: 260px;border: none;}
.walking .ar_1 .item img{}
.walking .ar_1 p { height: 40px; line-height: 40px; background: none;color: #555; padding: 0 5px; font-size: 17px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{color: #a52127;text-decoration: underline;}

.cp-btn{text-align: center;margin-top: 30px;}
.cp-btn a {display: inline-block; font-size: 17px;line-height: 1; color: #555; border: 1px solid #999;padding: 10px 30px;transition: all .5s;}
.cp-btn a:hover{background: #a52127;color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  
  
}
@media (max-width: 992px){
 
  .walking {height: 330px !important; margin: 0;}
  
  .walking .ar_1{width: 190px;height: 330px;}
  .walking .ar_1 .item {height: 300px;}

}
@media (max-width: 767px){

  .cp-nav{display: none;}
  
  
}

@media (max-width: 415px){
 
  
  
  
  
}




/* 制作流程 */
.liucheng{padding: 60px 0;background: url(../images/bg4.jpg)no-repeat center fixed;}

.lc-bt{text-align: center;margin-bottom: 50px;}
.lc-bt h5 {font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 10px;color: #fff;}
.lc-bt h5 span{color: #d1a800;}
.lc-bt h3 {font-family: Microsoft JhengHei;font-size: 30px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px;color: #fff;}

.lc-cont{padding: 0 8%;}
.lc-cont ul{}
.lc-cont ul li{float: left;width: 50%;padding: 0 20px;margin: 15px 0;}
.lc-cont ul li .lc-box {padding: 20px;background: rgb(165 33 39 / 25%);box-shadow: 0 0 2px #ccc;border-radius: 5px;overflow: hidden;cursor: pointer;position: relative;}
.lc-cont ul li .lc-box h3 {font-family: Microsoft JhengHei; font-size: 24px;line-height: 1; font-weight: bold; margin-bottom: 5px;color: #fff;}
.lc-cont ul li .lc-box h6 {font-size: 13px; text-transform: uppercase;  color: #fff;margin-bottom: 10px;}
.lc-cont ul li .lc-box p {font-size: 17px;line-height: 1.5;color: #fff;height: 90px;overflow: hidden;}
.lc-cont ul li .lc-box .lc-n { width: 60px;height: 50px; overflow: hidden; float: right;text-align: center;position:relative;}
.lc-cont ul li .lc-box .lc-n h5{font-size: 50px;line-height: 50px;font-weight: bold;transition:all .6s;}
.lc-cont ul li .lc-box .lc-n .n1{position: absolute;top: 0;transition:all .6s;color: #fff;}
.lc-cont ul li .lc-box .lc-n .n2{color: #fad87c;position: absolute;top: 50px;transition:all .6s;}
.lc-cont ul li .lc-box:hover .lc-n .n1{top: -50px;}
.lc-cont ul li .lc-box:hover .lc-n .n2{top: 0;}

.lc-cont ul li .lc-box img { position: absolute;left: -35%;top: 0;width: 70%;transition: all .5s;transform: scale(0);opacity: .5;}
.lc-cont ul li .lc-box .lc-txt{position: relative;z-index: 3;}
.lc-cont ul li .lc-box:hover img{transform: scale(1);}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .lc-cont ul li .lc-box p{font-size: 16px;line-height: 1.4;}
  
  
}



@media (min-width: 992px) and (max-width: 1200px){
  
  .lc-cont ul li{padding: 0 10px;}
  .lc-cont ul li .lc-box h6 { font-size: 12px; height: 26px;line-height: 1.2;}
  .lc-cont ul li .lc-box h6 { font-size: 12px;height: 24px;}
  
  .lc-cont ul li .lc-box h3{font-size: 20px;}
  
  
  .lc-cont ul li .lc-box p {font-size: 13px;line-height: 1.5;color: #fff;height: 80px;overflow: hidden;}
  .lc-cont ul li .lc-box .lc-n { width: 50px; height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 {font-size: 40px; line-height: 40px;}
  
  .lc-cont ul li .lc-box img{left: -30%;}
  
}

@media(max-width: 992px){
  
  .lc-bt {margin-bottom: 30px;}
  
  .lc-cont ul li { float: left; width: 50%;padding: 0 15px;}
  .lc-cont ul li .lc-box h3{font-size: 22px;}
  .lc-cont ul li .lc-box h6{height: 24px;font-size: 12px;}
  .lc-cont ul li .lc-box{padding: 10px;}
  .lc-cont { padding: 0;}

  .lc-cont ul li .lc-box p { font-size: 15px;height: 96px;line-height: 1.3;}
  .lc-cont ul li .lc-box .lc-n{width: 50px;overflow: hidden;height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 { font-size: 40px; line-height: 40px;}
}

@media(max-width: 767px){
 
  .lc-bt h5 ,.lc-bt h3{font-size: 25px;}
  
  .lc-cont ul li { float: none;width: 100%;}
  
  
  
  
}








.liuyan{padding: 80px 0;background: url(../images/bg8.jpg)no-repeat center;}

.ly-cont{background: rgb(165 33 39 / 80%);padding: 50px 30px;border-radius: 10px;}

.ly-left{float: left;width: 49%;}
.ly-left h3 { font-size: 30px; text-transform: uppercase; font-weight: bold;color: #fff;letter-spacing: 1px;margin-bottom: 30px;padding-left: 30px;}
.ly-left h3 span {display: inline-block; font-size: 50px;line-height: 1;vertical-align: text-bottom;}

.ly-nr .mess_list {overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 15px;}
.ly-nr .mess_list .mess_title { width: 15%; font-size: 16px; text-align: right; line-height: 35px;float: left;color: #fff;}
.ly-nr .mess_list .mess_input { width: 80%;float: left;}
.ly-nr .mess_list .mess_textarea { width: 80%;float: left;}
.ly-nr .mess_list .form-control { width: 80%; height: 40px;  background: none;border: none; border-bottom: 1px solid #fff;color: #fff;}
.ly-nr .mess_list textarea.form-control{height: 80px;}
.ly-nr .mess_list textarea.form-control,.ly-nr .mess_list .form-control{border: 1px solid transparent;border-bottom-color: #fff;font-size: 15px;line-height: 40px;}
.ly-nr .mess_list textarea.form-control:focus,.ly-nr .mess_list .form-control:focus{border: 1px solid #fff;}

.ly-nr .mess_submit{margin-left: 15%;}
.ly-nr .mess_submit input[type=button] { background: #f6f6f6; color: #505050;font-size: 16px; line-height: 1; border-radius: 2px;padding: 10px 50px;}
.ly-nr .mess_submit input[type=button]:hover { background: #262626;color: #fff;}


.ly-right{float: right;width: 49%;padding-top: 80px;color: #fff;padding-right: 50px;}
.ly-right h5 {font-size: 16px;line-height: 1.5;}
.ly-right h2 {margin-top: 30px;font-size: 26px;line-height: 1;letter-spacing: 1px;}
.ly-right hr { border-top: 1px dashed #fff;margin: 20px 0 30px;}
.ly-right .ly-txt{}
.ly-right .ly-txt p { font-size: 15px; line-height: 2;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .ly-nr .mess_list .mess_title{width: 20%;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .ly-nr .mess_list .mess_title{width: 20%;font-size: 15px;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  .ly-right h5 {font-size: 15px;line-height: 1.5;}
  .ly-right h2{margin-top: 20px;}
  .ly-right .ly-txt p { font-size: 14px; line-height: 2;}
  
}
@media (max-width: 992px){

  .ly-cont{padding: 30px 15px;}
  .ly-left h3{font-size: 22px;margin-bottom: 20px;padding-left: 20px;}
  .ly-left h3 span{font-size: 36px;}
  .ly-nr .mess_list .mess_title{width: 25%;font-size: 14px;}
  .ly-nr .mess_list .mess_input,.ly-nr .mess_list .mess_textarea{width: 75%;}
  
  .ly-right{padding-top: 40px;padding-right: 10px;}
  .ly-right h5{font-size: 14px;}
  .ly-right h2{margin-top: 15px;font-size: 24px;}
  .ly-right hr{margin: 10px 0 15px;}
  .ly-right .ly-txt p { font-size: 14px;line-height: 2;}
  
}
@media (max-width: 767px){
  
  .liuyan{padding: 50px 15px;background-size: auto 100%;}
  .ly-left,.ly-right {float: none;width: 100%;}
  .ly-nr .mess_list .form-control{width: 95%;}
  .ly-nr .mess_submit {margin-left: 25%;}
  .ly-nr .mess_submit input[type=button]{font-size: 14px;padding: 10px 40px;}
}

@media (max-width: 415px){
 
}



/* 新闻 */
.xinw{padding-bottom: 60px;background: url(../images/xinw-bg.jpg)no-repeat bottom;}

.xw-cont{}
.xw-cont ul{}
.xw-cont ul li{float: left;width: 33.33333%;padding: 0 10px;}
.xw-cont ul li a{display: block;padding: 15px;background: #f3f3f3; position: relative;top: 0;transition: all .5s;}
.xw-cont ul li a .xw-img{height: 300px;overflow: hidden;}
.xw-cont ul li a .xw-img img{width: 100%;min-height: 100%;transition: all .8s;}
.xw-cont ul li a .xw-info{margin-top: 15px;}
.xw-cont ul li a .xw-info h3 { font-size: 17px; line-height: 1; color: #555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-cont ul li a .xw-info h5 {font-size: 14px; line-height: 1; color: #888; margin: 15px 0;}
.xw-cont ul li a .xw-info h5 .fa{margin-right: 5px;}
.xw-cont ul li a .xw-info p { font-size: 15px;line-height: 1.3; color: #777; height: 60px;overflow: hidden;}
.xw-cont ul li a .xw-info b { display: block;margin-top: 10px;}
.xw-cont ul li a .xw-info b span {display: inline-block; width: 50px; height: 1px; background: #888;vertical-align: super;transition: all .5s;}
.xw-cont ul li a .xw-info b .fa {font-size: 20px;line-height: 20px;color: #888;margin-left: -3px;}
.xw-cont ul li a:hover{}
.xw-cont ul li a:hover .xw-img img{transform: scale(1.05);}
.xw-cont ul li a:hover .xw-info h3{color: #a52127;}
.xw-cont ul li a:hover .xw-info b span{background: #a52127;width: 100px;}
.xw-cont ul li a:hover .xw-info b .fa{color: #a52127;}

.xw-btn {margin-top: 50px;text-align: center;}
.xw-btn a {display: inline-block; font-size: 15px;line-height: 1;background: #a52127; color: #fff; padding: 12px 35px;border-radius: 2px;}
.xw-btn a:hover{}



@media (min-width: 1200px) and (max-width: 1440px){
  
  .xw-cont ul li a .xw-img {height: 230px; overflow: hidden;}
  
  .xw-btn {padding: 0 15px 20px;}

  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-cont ul li a .xw-img {height: 180px;overflow: hidden;}
 
  
}
@media (max-width: 992px){

  .xw-cont ul li a{padding: 10px;}
  .xw-cont ul li a .xw-img {height: 130px;}
  .xw-cont ul li a .xw-info h5{font-size: 12px;margin: 8px 0;}
  
}
@media (max-width: 767px){
  
  .xw-cont{padding: 0 15px;}
  .xw-cont ul li {float: none; width: 100%; padding: 0;margin: 0 0 10px;}
  
  .xw-cont ul li a .xw-img { height: 200px;}
  .xw-btn { padding: 0 15px;}
  .xw-btn a{font-size:13px;}
  
}

@media (max-width: 415px){
 
}






/*底部*/


.f_one{background: #eee;padding: 31px 0;}

.f-logo{float: left;padding-right: 15px;width: 30%;border-right: 1px solid #bbb;padding: 31px 0;}
.f-logo h2{color: #5b5b5b;font-weight: bold;font-size: 27px;padding: 0 0 8px;}
.f-logo p{font-size: 17px;color: #afafaf;}
.f-logo .f-gsm{width: 83%;float: left;padding: 7px 0 0 11px;}
.f-logo .f-imgl{width: 17%;float: left;}
.f-logo img {width:100%}
.f-dh {font-size: 24px;font-weight: bold;letter-spacing: -1px; color: #222;}
.f-dh img { height: 30px; margin: 0; margin-right: 6px;vertical-align: top;}


.f-lx {float: left;width:48%;padding-left: 20px;padding-top: 12px;}
.f-lx h3 {font-size: 24px; line-height: 1;font-weight: bold; letter-spacing: 1px; margin-bottom: 10px;color: #555;}
.f-lx p { font-size: 16px;line-height: 1.5;color: #666;}
.f-lx p a:hover{color: #ff0000;}

.f-ewm{float: right;width: 21%;}
.f-ewm .ewm-box { float: left; width: 46%;margin: 0 2%;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;line-height: 1; color: #666;text-align: center;margin-top: 15px;}

.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #fff;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright { font-size: 15px; line-height: 1; color: #ccc; padding: 20px 0;text-align: center; border-top: 1px solid #eee; background: #222;}

.mo-f { background: #242424; padding: 20px 15px;color: #fff;text-align: center;}
.mo-f h3 { font-size: 20px;line-height: 1;margin-bottom: 15px;}
.mo-f p { font-size: 14px;line-height: 1.5;margin-bottom: 6px;}

@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 992px) and (max-width: 1200px){

  .f-logo img {height: 70px;}
  
  .ly-nr .mess_list .form-control { width: 90%;}
  
  .f-ewm{width:30%;}
  .f-nav {float: left; width: 24%; margin-left: 3%;}
  
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}




/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu{float: left;width: 21%;margin-right: 2%;padding: 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #242424; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a {display: block; overflow: hidden;padding: 15px 20px; border-bottom: 1px solid #ddd;background: #eee;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #b10000;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #b10000;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #242424;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #b10000;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #b10000;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #242424;
    border-color: #242424;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 30px;}
.page-title h3 { height: 30px;position: relative;  color: #fff;}
.page-title a{display: none;pointer-events: none;}
.page-title a:last-child {display: block; position: absolute; top: 0; color: #242424; font-size: 30px; font-weight: bold;line-height: 30px;z-index: 3; text-align: center;  width: 100%;letter-spacing: 2px;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 20px;padding: 0 10px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0px 2px 3px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #242424;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 240px;border: none;padding: 0;overflow: hidden;display: flex;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);} 
.page-alist .col-md-3 a:hover h5{color: #b10000;}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;padding-top: 8px;color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:none;}
.page-alist .col-md-4 a:hover h5{color: #242424;}
.page-alist .col-md-4 a .img-inner {  width: 300px;  height: 220px;  border: 1px solid #ccc;padding: 0; overflow: hidden;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: 1px solid #b10000;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 产品列表 */

.pro-nav{padding: 0;text-align:center;margin-bottom: 30px;}
.pro-nav ul{display: inline-block;}
.pro-nav ul li{float: left;margin: 0 10px;}
.pro-nav ul li a {display: block;padding: 10px 30px;font-size: 16px;line-height: 1;color: #444;border: 1px solid #ccc;}
.pro-nav ul li a:hover{background: #a1141a;color: #fff;}
.pro-nav ul li.on a{background: #a1141a;color: #fff;}



.page-alist ul li a .news_img{float: left;width: 20%;height: 194px;overflow: hidden;}
.page-alist ul li a .news_img img{width: 100%;min-height: 100%;}
.page-alist ul li a .news_info{float: left;width: 100%;}
.page-alist ul li a .news_info h3 {font-size: 17px;line-height: 2;font-weight: bold;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist ul li a .news_info h5 {margin: 5px 0;font-size: 15px;line-height: 1;color: #666;}
.page-alist ul li a .news_info p { font-size: 14px;line-height: 1.5;color: #888;}
.page-alist ul li a .news_info span { bottom: 18px;font-size: 13px;line-height: 1;color: #666;display: inline-block;}
.page-alist ul li a .news_info span .fa{margin-right: 3px;}

/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}

.product_detail h1.title{font-size: 20px;}
.list_p li h2,.list_p li,.list_p li h2 a{font-size: 15px;}


#mess_main {padding: 1% 1% 0;}




@media (min-width: 1200px) and (max-width: 1440px){
  
  .page-alist .col-md-3 a .img-inner{height: 190px;}
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .page-alist .col-md-3{padding: 0 8px;}
  .page-alist .col-md-3 a .img-inner{height: 140px;}
  .page-l-clist li.layer1 a{padding: 15px;font-size: 14px;}
  .page-alist .col-md-3 a h5{font-size: 15px;}
  
}
@media (max-width: 992px){

  .pro-nav {display: block !important;float: none; width: 100%; padding: 0 5px;margin-bottom: 20px;}
  .pro-nav h3{display: none;}
  .pro-nav ul {overflow: hidden;}
  .pro-nav ul li{float: left;width: 50%;padding: 0 5px;margin-bottom: 10px;margin-top: 0;}
  
  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 33.333%;}
  .page-alist .col-md-3 a .img-inner{height: 150px;}
  
  .news_alist li{width: 33.333%;padding: 0 8px;margin-bottom: 15px;}
  .news_alist li a{padding: 10px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  .news_alist li a .news-img{height: 140px;}
  .news_alist .news-info h3{font-size: 15px;}
  
  .pro-nav{display: block;margin-bottom: 15px;}
  .pro-nav ul{display:block;}
  .pro-nav ul li { float: left;padding: 0 5px; width: 50%;margin: 0 0 10px;}
  .pro-nav ul li a{display: block;padding: 15px 0;}
  
  .page-title {margin-bottom: 15px;}
  .page-title h3{height: 24px;}
  .page-title a:last-child{font-size: 24px;line-height: 24px;}
  
  .product_detail .img { left: 20%;overflow: hidden;}
  
}
@media (max-width: 767px){

  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 15px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;padding: 0 5px;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  .page-alist .col-md-3 a .img-inner {height: 110px;}
  
  .news_alist li { width: 50%;padding: 0 5px;margin-bottom: 10px;}
  .news_alist li a .news-img {height: 100px;}
  .news-info {float: none; width: 100%;padding-left: 0;}
  .news_alist .news-tit h3{float: none;width: 100%;margin-bottom: 5px;}
  .news_alist .news-tit h5{float: none;width: 100%;text-align: left;}
  .news_alist li a p.description { font-size: 12px; line-height: 1.3;color: #777;height: 30px;overflow: hidden;margin: 6px 0;}
  
  .page-alist .page-adate {background: #222;color: #c96;}
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 6px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
  .page-l-clist li.layer1 a{padding: 10px;font-size: 13px;}
  
  .pro-nav ul li a{padding: 10px 0;font-size: 14px;}
  
}




/* 图标 */
.icon{padding: 0 0 60px;background:url(../images/icon-bg.png)no-repeat center}
.icon .icon-box{}
.icon .icon-box ul{}
.icon .icon-box ul li{width: 16.6%;float: left;text-align: center;}
.icon .icon-box ul li .icon-img{}
.icon .icon-box ul li .icon-img img{width: 64%;}
.icon .icon-box ul li .icon-txt{}
.icon .icon-box ul li .icon-txt h2{color: #8a6f40;font-weight: bold;font-size: 22px;letter-spacing: 4px;padding: 24px 0 0;}

@media (min-width: 992px) and (max-width: 1200px){

}
@media (max-width: 992px){
  .icon {padding: 0 0 15px;background-size: 100%;}


}
@media (max-width: 767px){
 
  .icon .icon-box ul li {width: 33.33%;}
  .icon .icon-box ul li .icon-txt h2 {font-size: 17px;padding: 12px 0;}

  
}

/* 关于我们 */
.gyhr{background:url(../images/gy-bg.png)no-repeat center}
.gyhr .hr-bt{}

.gyhr .hr-txt{width: 60%;float: left;}
.gyhr .hr-wz{height: 300px;overflow: hidden;overflow-y: auto;margin: 0 32px 0 0;}
.gyhr .hr-txt h2{font-size: 25px;font-weight: bold;letter-spacing: 4px;color:#8a6f40;padding: 0 0 16px;}
.gyhr .hr-txt p{font-size: 16px;color: #6a6a6a;line-height: 2;text-indent: 2em;}
.gyhr .hr-txt .sz{overflow: hidden;padding: 25px 0 0;}
.gyhr .hr-txt .sz ul{}
.gyhr .hr-txt .sz ul li{width: 50%;float: left;text-align: center;border-right: 2px solid #8a6f4012;height: 102px;padding: 0 45px;}
.gyhr .hr-txt .sz ul li:nth-child(3) {border:none}
.gyhr .hr-txt .sz ul li h3{color: rgb(138, 111, 64);font-size: 35px;font-weight: bold;}
.gyhr .hr-txt .sz ul li h3 span{color: #999;font-weight: normal;font-size: 17px;}
.gyhr .hr-txt .sz ul li p{padding: 15px 0 0;line-height: 1.5;text-indent: 0;}

.gyhr .hr-img{width: 40%;float: left;}
.gyhr .hr-img img{width:100%}

.gyhr .hr-wz::-webkit-scrollbar-thumb {
    background-color: #8a6f40;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.gyhr .hr-wz::-webkit-scrollbar {
    width: 3px;
    background: #ddd;
    border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1200px){
  .gyhr .hr-wz {height: 149px;}
  .gyhr .hr-txt .sz ul li {padding: 0 30px;}

}
@media (max-width: 992px){
  .gyhr .hr-txt {width: 100%;    padding: 0 0 23px;}
  .gyhr .hr-img {width: 100%;}
  


}
@media (max-width: 767px){
  .gyhr {padding: 0 15px;}
  .gyhr .hr-wz {margin: 0 0px 0 0;}
  .gyhr .hr-img {display: none;}
  .gyhr .hr-txt .sz ul li p {padding: 8px 0 0;}
  .gyhr .hr-txt .sz ul li h3 {font-size: 21px;}
  .gyhr .hr-txt .sz ul li {padding: 0 6px;}

 

  
}


/* 业务流程 */
.ywlc{background:#8a6f40;padding: 14px 0;margin: 70px 0 0 0;}
.ywlc .lc-box{}
.ywlc .lc-box ul{}
.ywlc .lc-box ul li{width: 28%;float: left;text-align:center}
.ywlc .lc-box ul li:nth-child(4) {width: 15%;}
.ywlc .lc-box ul li:nth-child(4) .lc-txt:nth-child(1) {width: 100%;}
.ywlc .lc-box ul li:nth-child(8) {width: 15%;}
.ywlc .lc-box ul li:nth-child(8) .lc-txt:nth-child(1) {width: 100%;}
.ywlc .lc-box ul li .lc-txt{width: 61%;float: left;background: rgb(255, 255, 255);border-radius: 6px;padding: 16px 0px;margin: 16px 0px;}
.ywlc .lc-box ul li .lc-txt h2{background-image: linear-gradient(159deg,#635132, #8a6f404f);-webkit-background-clip: text; -webkit-text-fill-color: transparent;font-size: 24px;font-weight: bold;font-style: italic;letter-spacing: 2px;}
.ywlc .lc-box ul li .lc-txt span{padding: 0 10px 0 0;}
.ywlc .lc-box ul li .lc-img{width: 39%;float: left;padding: 35px 0 0;}
.ywlc .lc-box ul li .lc-img img{width: 34%;}
@media (min-width: 992px) and (max-width: 1200px){
  .ywlc .lc-box ul li .lc-txt h2 {font-size: 21px;}

}
@media (max-width: 992px){
  .ywlc {margin: 0px 0 0 0;}
  .ywlc .lc-box ul li .lc-txt h2 {font-size: 17px;}
  


}
@media (max-width: 767px){
  .ywlc .lc-box ul li .lc-txt {padding: 9px 0px;margin: 8px 0px;}
  .ywlc .lc-box ul li .lc-txt h2 {font-size: 13px;}
  .ywlc .lc-box ul li .lc-txt span {padding: 0 3px 0 0;}
 

  
}




/* 项目案例 */
.xmal{padding: 44px 0 51px 0;background:url(../images/xm-bg.png)no-repeat center}
.xmal .xm-bt{padding: 0 0 13px 0;}
@media (min-width: 992px) and (max-width: 1200px){

}
@media (max-width: 992px){
  .xmal { background: #8a6f4029;}
  


}
@media (max-width: 767px){
 .xmal {padding: 44px 0 30px 0;}

  
}