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

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;}

@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){
 
}












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

.gy-nr{width: 50%;}
.gy-nr h3 {font-family: Microsoft JhengHei; font-size: 26px;line-height: 1;font-weight: bold;color: #666;}
.gy-nr h5 {font-size: 24px; text-transform: capitalize; color: #b10000;margin: 5px 0 20px;}
.gy-nr h2 {font-size: 30px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 3px;margin-bottom: 80px;}
.gy-nr .gy-txt{padding-right: 80px;}
.gy-nr .gy-txt p {font-size: 17px;line-height: 1.8; color: #222; margin-bottom: 3px;}
.gy-nr a { display: inline-block; font-size: 18px; text-transform: uppercase; color: #000;margin-top: 80px;border-bottom: 2px solid #000;line-height: 1;padding-bottom: 5px;font-weight: bold;}
.gy-nr a span {display: inline-block;font-size: 24px;line-height: 1; margin-left: 10px;transition: all .5s;}
.gy-nr a:hover{color: #b10000;border-color: #b10000;}
.gy-nr a:hover span{margin-left: 25px;}

.gy-img{display: none;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .gywm{padding: 80px 0;}
  
  
}

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

  .gywm{padding: 80px 0;}
  .gy-nr .gy-txt { padding-right: 50px;}
  .gy-nr .gy-txt p{font-size: 16px;}
  .gy-nr h2{font-size: 26px;margin-bottom: 50px;}
  .gy-nr a{margin-top: 50px;}
  
}
@media (max-width: 992px){

  .gy-nr h3{font-size: 22px;}
  .gy-nr h5{font-size: 20px;}
  .gy-nr h2{font-size: 22px;margin-bottom: 30px;}
  
  .gywm{padding: 30px 0 50px;}
  
  .gy-nr .gy-txt {padding-right: 20px;}
  .gy-nr .gy-txt p {font-size: 14px;line-height: 1.5;}
  
  
  .gy-nr a{font-size: 14px;}
  .gy-nr a span{font-size: 18px;}

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

  .gywm{background: url(../images/gy-bg.jpg)no-repeat center left;padding: 30px 0;}
  .gy-img{display: block;padding: 0 15px;margin-top: 20px;}
  .gy-img img{width: 100%;}
  .gy-nr { width: 100%; padding: 0 15px;}
  .gy-nr a{margin-top: 20px;}
  .gy-nr .gy-txt {padding-right: 0;}
  .gy-nr h3 {font-size: 18px;}
  .gy-nr h5 {font-size: 16px;margin: 3px 0 10px;}
  .gy-nr h2 {font-size: 18px;margin-bottom: 15px;letter-spacing: 1px;}
  
  
  
}









/* 产品中心 */
.chanpin{padding: 120px 0 80px;}

.cp-bt{position: relative;margin-bottom: 60px;}
.cp-bt h5 {font-size: 30px;text-transform: uppercase;color: #b10000;line-height: 1;font-weight: bold;}
.cp-bt h3 {font-family: Microsoft JhengHei;font-size: 30px;font-weight: bold;line-height: 1;color: #000;margin-top: 10px;}
.cp-bt hr { border-top: 4px solid #b10000; border-image: linear-gradient(to left,#ffbf37,#b10000) 4; width: 80px; margin: 15px 0 0;}
.cp-bt a { display: inline-block; font-size: 18px; text-transform: uppercase; color: #000;border-bottom: 2px solid #000;line-height: 1;padding-bottom: 5px;font-weight: bold;position: absolute;right: 0;bottom: 10px;}
.cp-bt a span {display: inline-block;font-size: 24px;line-height: 1; margin-left: 10px;transition: all .5s;}
.cp-bt a:hover{color: #b10000;border-color: #b10000;}
.cp-bt a:hover span{margin-left: 25px;}

.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 33.33333%;padding: 0 15px;margin-bottom: 40px;}
.cp-cont ul li a{display: block;border: 1px solid #eee;}
.cp-cont ul li a .cp-img { overflow: hidden; height: 300px;display: flex;flex-wrap: wrap;align-content: center;}
.cp-cont ul li a .cp-img img{width: 100%;transition: all .5s;}
.cp-cont ul li a .cp-txt {padding: 15px;background: #f5f5f5;transition: all .5s;}
.cp-cont ul li a .cp-txt p {font-size: 18px;line-height: 1;color: #222;}
.cp-cont ul li a .cp-txt hr {width: 50px;border-top: 1px solid #aaa;margin: 20px 0 5px;transition: all .5s;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-cont ul li a:hover .cp-txt{background:#b10000;}
.cp-cont ul li a:hover .cp-txt p{color: #fff;}
.cp-cont ul li a:hover .cp-txt hr{width: 100%;border-color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .cp-cont ul li a .cp-img{height: 250px;}
  
  .chanpin {padding: 80px 0 50px;}
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .chanpin {padding: 60px 0 30px;}
  .cp-bt{margin-bottom: 50px;}
  
  .cp-cont ul li{padding: 0 10px;margin-bottom: 20px;}
  .cp-cont ul li a .cp-img{height: 220px;}
  .cp-cont ul li a .cp-txt hr{margin: 15px 0 0;}
  .cp-cont ul li a .cp-txt{padding: 10px;}
  .cp-cont ul li a .cp-txt p{font-size: 16px;}
}
@media (max-width: 992px){
 
  .chanpin {padding: 50px 0 30px;}
  .cp-cont ul li{padding: 0 8px;margin-bottom: 15px;}
  .cp-cont ul li a .cp-img{height: 160px;}
  .cp-cont ul li a .cp-txt{padding: 8px;}
  .cp-cont ul li a .cp-txt p{font-size: 16px;}
  .cp-cont ul li a .cp-txt hr{margin: 10px 0 0;width: 40px;}
  
  .cp-bt{margin-bottom: 30px;}
  .cp-bt h5{font-size: 24px;}
  .cp-bt h3{font-size: 24px;}
  .cp-bt hr{width: 50px;}
  .cp-bt a{font-size: 13px;}
  .cp-bt a span{font-size: 16px;}
  
  
  
}
@media (max-width: 767px){

  .chanpin {padding: 30px 0;}
  
  .cp-bt { margin-bottom: 20px; padding: 0 15px;}
  .cp-bt h5 {font-size: 18px;}
  .cp-bt h3 {font-size: 20px;margin-top: 6px;}
  .cp-bt hr {width: 44px;border-top: 3px solid #b10000;margin: 10px 0 0;}
  .cp-bt a {font-size: 13px;bottom: 0;right: 15px;}
  
  .cp-cont {padding: 0 10px;}
  .cp-cont ul li { padding: 0 5px;margin-bottom: 10px;width: 50%;}
  .cp-cont ul li a .cp-img {height: 130px;}
  .cp-cont ul li a .cp-txt p {font-size: 14px;}
  .cp-cont ul li a .cp-txt hr { margin: 6px 0 0; width: 30px;}
  
}



/* 案例中心 */
.anli{}

.al-bt{margin-bottom: 80px;position: relative;}

.al-bt img{width: 100%;}
.al-bt a {display: inline-block; position: absolute;right: 80px; bottom: 80px;background: #fff;font-size: 18px;line-height: 1;padding: 18px 40px;}
.al-bt a:hover{background: #b10000;color: #fff;}

.al-bg{}
.al-cont{background: url(../images/bg4.jpg)no-repeat center;padding: 120px 0;}

.walking{height: 450px !important;}
.walking .ar_1{height: 450px;margin-left: 20px;width: 350px;background: none;position: relative;}
.walking .ar_1 .item{height: 450px;border: none;}
.walking .ar_1 .item img{height: 100%;min-width: 100%;}
.walking .ar_1 p { height: 40px; line-height: 40px; background: none;color: #fff; padding: 0 5px; font-size: 17px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: absolute;bottom: 0;width: 100%;background: rgb(0 0 0 / 50%);transition: all .5s;}
.walking .ar_1:hover p{bottom: -40px;}

.walking .ar_1 .al-txt {position: absolute;top: 0;width: 100%;background: rgb(0 0 0 / 50%);height: 100%;padding: 20px;transition: all .5s;transform: rotateY(90deg);}
.walking .ar_1 .al-bor{border: 1px solid #eee;height: 100%;padding: 80px 20px 0;}
.walking .ar_1 .al-txt h3 { font-size: 30px;line-height: 1;text-align: left;color: #fff;letter-spacing: 1px;}
.walking .ar_1 .al-txt hr {border-top: 1px solid rgb(255 255 255 / 40%);margin: 20px 0 15px;}
.walking .ar_1 .al-txt span {display: inline-block;font-size: 15px; line-height: 1; color: #fff;border: 1px solid #fff;padding: 10px 30px;margin-top: 120px;}
.walking .ar_1 .al-txt span:hover{background: #fff;color: #b10000;font-weight: bold;}

.walking .ar_1:hover .al-txt{transform: rotateY(0deg);}


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

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

@media (min-width: 992px) and (max-width: 1200px){
  
  .al-bt a{right: 50px;bottom: 50px;font-size: 16px;}
  
  .al-cont{padding: 80px 0;}
  
  
}
@media (max-width: 992px){
 
  .al-bt{margin-bottom: 30px;}
  .al-bt a{right: 30px;bottom: 30px;padding: 15px 25px;font-size: 14px;}
  .al-cont{padding: 40px 0;}
  
  
  .walking {height: 260px !important; margin: 0;}
  
  .walking .ar_1{width: 190px;height: 260px;}
  .walking .ar_1 .item {height: 260px;}
  
  .walking .ar_1 p{height: 30px;line-height: 30px;font-size: 14px;}
  .walking .ar_1:hover p {bottom: -30px;}

  .walking .ar_1 .al-txt{padding: 10px;}
  .walking .ar_1 .al-bor{padding: 50px 10px 0;}
  .walking .ar_1 .al-txt h3{font-size: 22px;}
  .walking .ar_1 .al-txt hr{margin: 10px 0 5px;}
  .walking .ar_1 .al-txt span{font-size: 12px;margin-top: 60px;}
  
}
@media (max-width: 767px){

  .al-bt a { right: 15px;bottom: 15px; padding: 10px 16px;font-size: 12px;}
  
}

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





.ys-bt{position: relative;text-align:center;margin-top: 80px;}
.ys-bt h5 { font-family: Times New Roman;text-transform: uppercase; font-weight: bold;font-size: 66px;line-height: 1;color: rgb(0 0 0 / 10%);}
.ys-bt h3 {position: absolute;width: 100%;left: 0;font-size: 34px; line-height: 1;font-weight: bold;color: #000;top: 30px;}
.ys-bt h3 span{color:#b10000;}
.ys-bt p { font-size: 24px;line-height: 1;font-family: cursive;font-weight: bold;color: #555;margin-top: 15px;}


.youshi{padding: 80px 0 120px;background: url(../images/ys-bg.jpg)no-repeat center top -50px;}

.ys-cont{}
.ys-box{}

.ys-box.box1{}
.ys-box.box1 .ys-nr{float: right;width: 50%;}
.ys-box.box1 .ys-img{float:left;width: 50%;}
.ys-box.box2{}
.ys-box.box2 .ys-nr{float: left;width: 50%;}
.ys-box.box2 .ys-img{float: right;width: 50%;}

.ys-box .ys-nr{padding: 50px 50px 0;}
.ys-box .ys-nr h5 {font-size: 60px;line-height: 1; font-family: fantasy;font-weight: bold;color: #e1aa00;letter-spacing: 5px;position: relative;}
.ys-box .ys-nr h5 span { display: inline-block;position: absolute; background: #fff;border-top: 5px solid #e1aa00;width: 80px; height: 20px;transform: rotate(303deg);left: 30px;top: 25px;}
.ys-box .ys-nr h3 {font-size: 30px;line-height: 1;font-weight: bold;color: #000;margin-top: 40px;}
.ys-box .ys-nr hr {border-top: 3px solid #b10000;width: 50px;}
.ys-box .ys-nr .ys-txt{}
.ys-box .ys-nr .ys-txt p {font-size: 16px;line-height: 1.5;color: #444;margin-bottom: 5px;background: url(../images/ys-ico.png)no-repeat top 3px left;background-size: 20px;padding-left: 26px;}
.ys-box .ys-img{position: relative;}
.ys-box .ys-img img{width: 100%;min-height: 100%;}
.ys-box .ys-img.img1 {width: 50%; height: 350px;overflow: hidden;box-shadow: 3px 5px 9px #b8b8b8;}
.ys-box .ys-img.img1 img{}
.ys-box .ys-img.img2{}
.ys-box .ys-img.img2 img{width: 80%;box-shadow: 3px 5px 9px #b8b8b8;}
.ys-box .ys-img.img3{height: 400px;box-shadow: 3px 5px 9px #b8b8b8;}
.ys-box .ys-img.img3 img { position: absolute;right: 0;width: 150%;}
.ys-box .ys-img.img4{}
.ys-box .ys-img.img4 img{box-shadow: 3px 5px 9px #b8b8b8;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .ys-box .ys-nr h3{margin-top: 30px;font-size: 26px;}
  .youshi{background-size: auto 100%;}
  
  .ys-box .ys-img.img3{height: 330px;}
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .ys-bt{margin-top: 50px;}
  
  .youshi{background-size: auto 100%;padding: 80px 0;}
  .ys-box .ys-nr {padding: 30px 30px 0;}
  .ys-box .ys-nr h5{font-size: 50px;}
  .ys-box .ys-nr h5 span{width: 66px;left: 30px;}
  .ys-box .ys-nr h3{font-size: 24px;margin-top: 25px;}
  .ys-box .ys-nr .ys-txt p{font-size: 15px;}
  
  .ys-box .ys-img.img1{height: 300px;}
  .ys-box .ys-img.img2 img{width: 90%;}
  .ys-box .ys-img.img3{height: 310px;}
  
  
}
@media (max-width: 992px){
  
  .ys-bt{margin-top: 30px;}
  .ys-bt h5{font-size: 60px;}
  .ys-bt h3{font-size: 28px;}
  .ys-bt p{font-size: 20px;margin-top: 10px;}
  
  .youshi{background-size: auto 100%;padding: 50px 0;}
  
  .ys-box .ys-nr h5{font-size: 40px;}
  .ys-box .ys-nr h5 span{width: 60px;border-top: 4px solid #e1aa00;height: 20px;left: 25px;top: 15px;}
  .ys-box .ys-nr h3{font-size: 20px;margin-top: 20px;}
  .ys-box .ys-nr hr{margin: 15px 0;}
  .ys-box .ys-nr .ys-txt p{font-size: 13px;}
  
  .ys-box.box1 .ys-nr{padding: 30px 0 0 30px;}
  .ys-box.box2 .ys-nr{padding: 30px 30px 0 0;}
  
  .ys-box .ys-img.img1{height: 240px;}
  .ys-box .ys-img.img2 img{width: 100%;}
  .ys-box .ys-img.img3{height: 240px;}
  
  
  
}
@media (max-width: 767px){

  .ys-bt h5 {font-size: 36px;}
  .ys-bt h3 {font-size: 20px;top: 15px;}
  .ys-bt p {font-size: 16px;margin-top: 6px;}
  
  .youshi {padding: 30px 0;background: none;}
  .ys-box.box1 .ys-nr {padding: 20px 10px;}
  .ys-box.box2 .ys-nr { padding: 20px 10px;}
  .ys-box .ys-nr h5 {font-size: 30px;}
  .ys-box .ys-nr h5 span {width: 40px;left: 20px;top: 12px;}
  .ys-box .ys-nr h3 {font-size: 16px;margin-top: 10px;line-height: 1.2;}
  .ys-box .ys-nr .ys-txt p { font-size: 12px;line-height: 1.3;background: url(../images/ys-ico.png)no-repeat top left;background-size: 13px;padding-left: 20px;}
  
  .ys-box .ys-img, .ys-box .ys-nr{ position: relative;float: none !important;width: 100% !important;}
  
  
}


/* 新闻 */
.xinw {padding: 120px 0;background: #fafafa;}

.xw-bt{position: relative;margin-bottom: 60px;}
.xw-bt h5 {font-size: 30px;text-transform: uppercase;color: #b10000;line-height: 1;font-weight: bold;}
.xw-bt h3 {font-family: Microsoft JhengHei;font-size: 30px;font-weight: bold;line-height: 1;color: #000;margin-top: 10px;}
.xw-bt hr { border-top: 4px solid #b10000; border-image: linear-gradient(to left,#ffbf37,#b10000) 4; width: 80px; margin: 15px 0 0;}
.xw-bt a { display: inline-block; font-size: 18px; text-transform: uppercase; color: #000;border-bottom: 2px solid #000;line-height: 1;padding-bottom: 5px;font-weight: bold;position: absolute;right: 0;bottom: 10px;}
.xw-bt a span {display: inline-block;font-size: 24px;line-height: 1; margin-left: 10px;transition: all .5s;}
.xw-bt a:hover{color: #b10000;border-color: #b10000;}
.xw-bt a:hover span{margin-left: 25px;}

.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: #fff; position: relative;top: 0;transition: all .5s;border:1px solid #efefef;}
.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){
  
  .xinw {padding: 80px 0 50px;}
  
  .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){
  
  .xinw {padding: 60px 0 30px;}
  .xw-cont ul li a .xw-img {height: 180px;overflow: hidden;}
 
  
}
@media (max-width: 992px){

  .xinw {padding: 50px 0 30px;}
  
  .xw-bt{margin-bottom: 30px;}
  .xw-bt h5{font-size: 24px;}
  .xw-bt h3{font-size: 24px;}
  .xw-bt hr{width: 50px;}
  .xw-bt a{font-size: 13px;}
  .xw-bt a span{font-size: 16px;}
  
  
  .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){
  
  .xinw {padding: 30px 0;}
  
  .xw-bt { margin-bottom: 20px; padding: 0 15px;}
  .xw-bt h5 {font-size: 18px;}
  .xw-bt h3 {font-size: 20px;margin-top: 6px;}
  .xw-bt hr {width: 44px;border-top: 3px solid #b10000;margin: 10px 0 0;}
  .xw-bt a {font-size: 13px;bottom: 0;right: 15px;}
  
  
  .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 {margin-top: 20px;}
  .xw-btn a{font-size:13px;}
  
}

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






/*底部*/


.f_one{background: #303030;padding: 50px 0 30px;}

.f-logo{float: left;padding-right: 15px;width: 15%;}
.f-logo > img { margin-bottom: 20px;width: 90%;}
.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-nav{float: left;width: 13%;padding-left: 60px;}
.f-nav h3 {color: #fff;font-size: 15px;line-height: 1;margin-bottom: 7px;font-weight: bold;}
.f-nav ul{}
.f-nav ul li{}
.f-nav ul li a {display: inline-block; color: #bbb;font-size: 14px;line-height: 1;margin: 5px 0;}
.f-nav ul li a:hover{color: #fff;text-decoration: underline;}

.f-lx {float: left;width: 25%;padding-left: 40px;}
.f-lx h3{color: #fff;font-size: 15px;line-height: 1;margin-bottom: 7px;font-weight: bold;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #bbb;}
.f-lx p a:hover{color: #ff0000;}

.f-ewm{float: right;width: 20%;}
.f-ewm .ewm-box { float: left; width: 50%;padding: 0 10px;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;line-height: 1; color: #ddd;text-align: center;margin-top: 10px;}

.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: 40%;}
  .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: 20%;padding-right: 20px;}
.page-body .col-md-9{float: left;width: 80%;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; border-bottom: 1px solid #eee;}
.page-alist .col-md-3 a h5 { font-size: 17px;line-height: 1;height: auto;padding: 15px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a hr {margin: 0; border-top: 2px solid #b10000;width: 0;transition: all .5s;}
.page-alist .col-md-3 a:hover h5{color: #b10000;}
.page-alist .col-md-3 a:hover hr{width: 100%;}
.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:block;margin: auto; height: auto;width: 100%; min-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; border-bottom: 1px solid #eee;}
.page-alist .col-md-4 a h5 { font-size: 17px;line-height: 1;height: auto;padding: 15px 0;color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:none;}
.page-alist .col-md-4 a hr {margin: 0; border-top: 2px solid #b10000;width: 0;transition: all .5s;}
.page-alist .col-md-4 a:hover h5{color: #b10000;}
.page-alist .col-md-4 a:hover hr{width: 100%;}
.page-alist .col-md-4 a .img-inner { width: 100%; height: 260px;border: none;padding: 0; overflow: hidden;display: flex;flex-wrap: wrap;align-content: center;}
.page-alist .col-md-4 a .img-inner img {display:block;margin: auto; height: auto;width: 100%; min-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: none;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 产品列表 */

.pro-nav{padding: 0;float: left;width: 20%;padding-right: 20px;}
.pro-nav h3 { background: #b10000;color: #fff;font-size: 30px;line-height: 1;padding: 15px 20px;letter-spacing: 1px;}
.pro-nav ul{}
.pro-nav ul li{}
.pro-nav ul li.layer1 {padding: 20px;}
.pro-nav ul li.layer1 > a { display: inline-block;font-size: 16px;line-height: 1;position: relative;color: #444;}
.pro-nav ul li.layer1 > a .fa {position: absolute;left: -15px;bottom: -2px; transform: rotate(45deg); font-size: 14px;color: #b10000;}
.pro-nav ul li .layer2{display: block !important;}
.pro-nav ul li .layer2 li {padding: 0 20px;margin-top: 20px;}
.pro-nav ul li .layer2 li a { display: inline-block; font-size: 15px;line-height: 1;color: #7c7c7c;}
.pro-nav ul li .layer2 li a .fa {font-size: 12px;margin-right: 5px;color: #aaa;}
.pro-nav ul li .layer2 li a:hover{color: #b10000;font-weight: bold;}
.pro-nav ul li .layer2 li a:hover .fa{color: #b10000;}




/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #222; color: #c96;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c96;}

.news_alist{overflow: hidden;}
.news_alist li { clear: inherit; overflow: inherit;margin-bottom: 25px;float: left;width: 25%;padding: 0 10px;border: none;}
.news_alist li a{display: block;padding: 10px;border: 1px solid #f2f2f2; background: #f3f3f3;}
.news-info{margin-top: 10px;}
.news_alist .news-info{border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.news_alist .news-info h3 { font-size: 17px; line-height: 1; color: #555; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.news_alist .news-info h5 {text-align: right; font-size: 13px;line-height: 1; color: #888;}
.news_alist li a p.description { font-size: 14px;line-height: 1.3;color: #999;height: 55px; overflow: hidden;margin: 10px 0;}
.news_alist li a span { display: inline-block; font-size: 14px;line-height: 1; border: 1px solid #ddd; padding: 10px 30px; margin-top: 20px; color: #333;transition: all .5s;}
.news_alist li a:hover {border-color: #b10000;box-shadow: 0 3px 7px #b1000030;}

.news_alist li a .news-img {height: 240px; overflow: hidden;display: flex; flex-wrap: wrap;align-content: center;}
.news_alist li a .news-img img{width: 100%;min-height: 100%;transition: all .5s;}
.news_alist li a:hover .news-img img{transform: scale(1.1);}


/* 详情页 */
.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: 220px;}
  .page-alist .col-md-4 a .img-inner{height: 220px;}
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .pro-nav{padding-right: 15px;}
  .pro-nav ul li.layer1 {padding: 15px;}
  .pro-nav ul li.layer1 > a{font-size: 15px;}
  .pro-nav ul li .layer2 li{padding: 0 0 0 10px;margin-top: 15px;}
  .pro-nav ul li .layer2 li a{font-size: 14px;}
  
  .page-alist .col-md-4 a .img-inner{height: 200px;}
  
  .page-alist .col-md-3{padding: 0 8px;}
  .page-alist .col-md-3 a .img-inner{height: 180px;}
  .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){

 
  
  .page-body .col-md-9{float: none;width: 100%;}
  
  
  .pro-nav{float: none;width: 100%;padding: 0;}
  .pro-nav h3{display: none;}
  .pro-nav ul{}
  .pro-nav ul li.layer1 {padding: 0 20px;margin-bottom: 20px;}
  .pro-nav ul li .layer2 ul{overflow: hidden;}
  .pro-nav ul li .layer2 li {margin-top: 15px; float: left;width: 25%;padding: 0;}
  
  .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-4 a h5{font-size: 15px;padding: 10px 0;}
  
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 33.333%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  .page-alist .col-md-3 a h5{font-size: 15px;padding: 10px 0;}
  
  .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;}
  
  
  
  
  .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){

  
  
  
  .pro-nav ul li.layer1 > a{font-size: 15px;}
  .pro-nav ul li .layer2 li{margin-top: 10px;width: 33.3333%;}
  .pro-nav ul li .layer2 li a{font-size: 13px;}
  .pro-nav ul li .layer2 li a .fa{margin-right: 3px;}
  
  
  .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: 110px;}
  .news_alist .news-info {float: none; width: 100%;padding-left: 0;margin-bottom: 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-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;}
  
  
  
}






