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

a:focus, a:hover{color:#9f0000;}
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
    }
}




/* 搜索框 */
.search-box{    min-height: 50px;background: #f5f5f5;}
.search-box .hot_search { font-size: 15px; line-height: 50px;float: left; width: 70%;}
.search-box .hot_search img {height: 20px; margin-right: 5px;vertical-align: sub;}
.search-box .hot_search b{color: #9f0000;font-size: 15px;}
.search-box .hot_search a{font-size: 15px;color: #444;}
.search-box .hot_search a:hover{color: #9f0000;}
.search-box .searchbox{text-align: right;margin-top: 8px;position: relative;float: right;width: 30%;}
.search-box .searchbox input{    height: 36px;outline: none;border-radius: 0;border: none;}
.search-box .searchbox input[type="text"]{    width: 85%;border: none;padding-left: 10px;border: 2px solid #9f0000;}
.search-box .searchbox input[type="submit"]{    width: 25%;margin-left: -5px;font-size: 13px;color: #fff;letter-spacing: 3px;position: absolute;z-index: 3;right: 0;background: #9f0000;}

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

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

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




/* 公用标题样式 */
.bt{margin-bottom: 50px;text-align:center;}
.bt h3 {font-size: 28px;line-height: 1; margin-bottom: 10px; letter-spacing: 5px; color: #333;font-weight: bold;}
.bt h5 {text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 1;  letter-spacing: 3px;color: #555;margin-bottom: 10px;}
.bt p { font-size: 14px; line-height: 1;  color: #666; display: inline-block; padding: 2px 10px;  border-left: 3px solid #9f0000;border-right: 3px solid #9f0000;}




@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .bt{padding: 0 10px;margin-bottom: 30px;}
  .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){

}

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



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

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

}

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




/* 产品中心 */
.cpzs{padding: 80px 0;background: url(../images/bg1.png)no-repeat center top;position: relative;}

.cpzs img.cp-imgr{position: absolute;bottom: -20px;right: 0;width: 320px;}

.cp-cont{}

.cp-nav{float: left;width: 23%;}
.cp-nav h3{}
.cp-nav ul{}
.cp-nav ul li{border-bottom: 1px dashed #ccc;}
.cp-nav ul li a {display: block; font-size: 15px;line-height: 1;padding: 12px 0 12px 10px;}
.cp-nav ul li a .fa{color: #9f0000;margin-right: 5px;}
.cp-nav ul li a:hover{color: #9f0000;}

.cp-list{float: right;width: 75%;}
.cp-list ul{overflow: hidden;}
.cp-list ul li{float: left;width: 25%;padding: 0 8px;margin-bottom:15px;}
.cp-list ul li a{display: block;}
.cp-list ul li a .cp-img { height: 200px; overflow: hidden; border: 1px solid #ddd; background: #fff; display: flex;flex-wrap: wrap;align-content: center;}
.cp-list ul li a .cp-img img{width: 100%;transition: all .5s;min-height: 100%;}
.cp-list ul li a p { text-align: center; font-size: 16px;line-height: 1;color: #555;padding-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cp-list ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-list ul li a:hover p{color: #9f0000;}

.cp-btn{text-align:center;margin-top: 20px;display: none;}
.cp-btn a { display: inline-block;  background: #9f0000;color: #fff; font-size: 15px; line-height: 1;  padding: 12px 35px; border-radius: 3px;box-shadow: 2px 2px 1px #c58245;transition: all .5s;border: 2px solid #9f0000;}
.cp-btn a:hover{background: #ffbf37;border-color: #ffbf37;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-nav ul li a {display: block;font-size: 13px;line-height: 1;padding: 10px 0;}
  .cp-cont ul li a .cp-img{height:170px;}
  
  .cp-list ul li a p{font-size: 15px;}
  
  .cpzs img.cp-imgr{opacity: .5;}

  
}

@media (max-width: 992px){
  
  .cpzs{padding: 50px 0;}
  .cp-list {float: none;width: 100%;}
  
  .cp-list ul li{padding: 0 5px;margin-bottom: 0;}
  .cp-list ul li a .cp-img{height:160px;}
  
  .cp-list ul li a p{padding: 5px 0;font-size: 14px;}
  .cpzs img.cp-imgr{display: none;}
  
  .cp-nav{display: none;}
  
  .cp-btn{display: block;}
  
}

@media (max-width: 767px){
 

  
  .cp-cont{padding: 0 10px 20px;}
  .cp-cont ul li {width: 50%;}
  
  
  
}



/* 关于我们 */
.gy-adv{text-align: center;background:url(../images/bg2.jpg)no-repeat center;padding: 80px 0 120px;}
.gy-adv h3 {color: #fff;font-size: 40px; line-height: 1; font-weight: bold;letter-spacing: 1px;font-family: Microsoft JhengHei; margin-bottom: 30px;}
.gy-adv h5 {color: #ffbf37;font-size: 22px; line-height: 1; font-family: fangsong;font-weight: bold;margin-bottom: 50px;}
.gy-adv p {color: #fff; font-size: 26px; line-height: 1;}



.gywm{padding: 60px 0 80px;position: relative;}

.gywm img.gy-imgr{position: absolute;bottom: -50px;right: 0;width: 400px;}

.gy-cont{position: relative;}

.gy-img{position: absolute;width: 30%;bottom: 0;left:0;z-index: 3;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}


.gy-nr{float: right;width: 65%;}
.gy-nr h3 { font-size: 26px;line-height: 1; letter-spacing: 2px;font-weight: bold; color: #9f0000;}
.gy-nr hr { border-top: 3px solid #eee; width: 60px;border-image: linear-gradient(to left,#ffbf37,#9f0000) 4;}

.gy-txt{}

.gy-txt p{font-size: 15px !important;line-height: 1.8;}

.gy-btn{margin-top: 50px;}
.gy-btn a {display: inline-block;font-size: 16px;line-height: 1;background: #ffbf37; color: #fff; padding: 10px 30px; border-radius: 2px;transition: all .5s;margin-right: 30px;}
.gy-btn a.a1{background: #9f0000;}
.gy-btn a:hover{background: #9f0000;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .gywm img.gy-imgr { width: 270px;opacity: .5;}
  
  .gy-adv{background-size: 100% auto;padding: 50px 0 100px;}
  .gy-adv h5{margin-bottom: 30px;}
  
  .gy-txt p { font-size: 13px !important;line-height: 1.6;}
  .gywm {padding: 30px 0 60px;}
  
  .gy-btn {margin-top: 30px;}
  .gy-btn a{font-size: 15px;margin-right: 20px;}
  
  
}

@media (max-width: 992px) {

  .gy-adv {padding: 40px 0 80px;background-size: auto 100%;}
  .gy-adv h3{font-size: 32px;margin-bottom: 15px;}
  .gy-adv h5{font-size: 16px;margin-bottom: 20px;}
  .gy-adv p{font-size: 20px;}
  
  .gywm{padding: 20px 0 50px;}
  .gy-nr{width: 68%;}
  .gy-nr hr{margin: 10px 0;}
  .gy-nr h3{font-size: 19px;}
  .gy-txt {height: 160px;overflow: hidden;overflow-y: auto;padding-right: 10px;}
  .gy-txt p{font-size: 13px !important;}
  .gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
  .gy-txt::-webkit-scrollbar-thumb { background-color: #9f0000;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
  
  
  
  .gywm img.gy-imgr {width: 250px;opacity: .4;}
  
  .gy-btn {margin-top: 30px;}
  .gy-btn a{font-size: 14px;padding: 10px 20px;margin-right: 10px;}
  
  
}

@media (max-width: 767px) {
  
  .gy-adv {padding: 30px 0;}
  .gy-adv h3 { font-size: 20px; margin-bottom: 15px;letter-spacing: 0;}
  .gy-adv h5 { font-size: 14px;margin-bottom: 15px;line-height: 1.5;}
  .gy-adv p {font-size: 16px;}
  
  .gy-img{display: none;}
  
  .gy-nr {width: 100%;float: none;padding: 0 15px;}
  .gy-btn {margin-top: 20px;}
  .gy-btn a{margin-bottom: 10px;}
  
}



/* 优势 */


.youshi{background: url(../images/bg5.png)no-repeat center top;padding: 120px 0 150px;position:relative;}

.youshi img.ys-imgl {position: absolute; bottom: 15px; left: -50px;width: 300px;opacity: .6;}

.ys-bt{margin-bottom: 80px;position: relative;}
.ys-bt .bt-bor {border: 3px solid #9f0000; width: 300px; height: 60px;margin: auto;}
.bt-txt{position: absolute;width: 100%;text-align: center;top: 0;left: 0;}
.ys-bt .bt-txt p {display: inline-block;background: #ffeaea; padding: 0 15px; font-size: 20px;line-height: 1;margin-top: -10px;letter-spacing: 2px;margin-bottom: 20px;}
.ys-bt h3 {position: absolute;width: 100%;text-align: center;bottom: -10px;}
.ys-bt h3 span{font-size: 40px;line-height: 1; font-weight: bold;letter-spacing: 2px; background: #ffeaea;display: inline-block;padding: 0 10px;}

.ys-cont{position:relative;}
.ys-cont .ys-box{}
.ys-cont .ys-box h5 {font-family: Times New Roman;font-size: 44px; line-height: 1; font-weight: bold;font-style: italic;border-bottom: 2px solid #fff; margin-bottom: 15px;display: inline-block; padding: 0 5px; text-shadow: 2px 2px 1px #fff;color: #9f0000;}
.ys-cont .ys-box h3 { font-size: 24px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px; font-family: Microsoft JhengHei;margin-bottom: 10px;}
.ys-cont .ys-box p { font-size: 16px; line-height: 1;color: #333;}

.ys-img{text-align:center;}
.ys-img img{width: 500px;}

.ys-left{position: absolute;left: 0;top: 0;width: 28%;text-align: right;z-index: 3;}

.ys-right{position: absolute;right: 0;top: 0;width: 32%;text-align: left;z-index: 3;}

.l2,.r2{top: 250px;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .youshi{padding: 100px 0 80px;}
  .youshi img.ys-imgl{width: 240px;}
  .ys-img img {width: 400px;}
  
  .ys-bt{margin-bottom: 50px;}
  .ys-bt .bt-bor { border: 3px solid #9f0000;width: 250px; height: 50px;margin: auto;}
  .ys-bt .bt-txt p{font-size: 16px;margin-top: -6px;}
  .ys-bt h3 span{font-size: 32px;padding: 0 15px;}
  
  .l2,.r2{top: 170px;}
  .ys-cont .ys-box p{font-size: 15px;}
  .ys-cont .ys-box h5{font-size: 36px;}
  
}

@media (max-width: 992px) {

  .youshi{padding: 100px 0 80px;}
  .youshi img.ys-imgl{width: 200px;}
  .ys-img img {width: 300px;}
  
  .ys-bt{margin-bottom: 30px;}
  .ys-bt .bt-bor { border: 2px solid #9f0000; width: 220px; height: 40px;margin: auto;}
  .ys-bt .bt-txt p{font-size: 16px;margin-top: -6px;}
  .ys-bt h3 span{font-size: 24px;padding: 0 15px;}
  
  .l2, .r2 {top: 130px;}
  .ys-cont .ys-box h3{font-size: 20px;margin-bottom: 5px;}
  .ys-cont .ys-box p {font-size: 13px;height: 40px;line-height: 1.5;}
  .ys-cont .ys-box h5{font-size: 30px;margin-bottom: 10px;}
  
}

@media (max-width: 767px) {
  
  .youshi{background: url(../images/bg5.png)no-repeat top right;padding: 40px 0;background-size: auto 100%;}
  .ys-bt .bt-bor {border: 2px solid #ffffff;width: 200px;height: 40px;}
  .ys-bt h3 span,.ys-bt .bt-txt p{background: #f99193;color: #fff;}
  
  .youshi img.ys-imgl{display: none;}
  
  .ys-img img {width: 90%;margin-bottom: 30px;}
  
  .ys-left,.ys-right{width: 100%;padding: 0 15px;text-align: center;position: static;}
  
  
  
  
  
  

}











/* 案例 */
.anli{padding: 50px 0 80px;background: url(../images/bg6.png)no-repeat center bottom;position: relative;}


.walking { width: 100%;  font-size: 12px; overflow: hidden; margin: 0;height: 360px !important;}
.walking .ar_1{width: 300px;margin-left: 10px;height: 360px;}
.walking .ar_1 .item{height: 320px;border: none;}
.walking .ar_1 .item img {vertical-align: middle;width: 100%;min-height:100%;height: auto;}

.walking .ar_1 p { height: 40px; font-size: 15px; line-height: 40px;background: #232323;color: #fff; padding: 0 5px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{background:#9f0000;}

.al-btn{text-align: center;margin-top: 50px;}
.al-btn a {display: inline-block; font-size: 16px;line-height: 1; background: #9f0000;color: #fff;padding: 12px 40px;border-radius: 2px;border: 2px solid #9f0000;transition: all .5s;}
.al-btn a:hover{background: #ffbf37;}

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

}
@media (max-width: 767px){
  
  .anli{padding: 30px 0;}
  
  .walking{height: 210px !important;}
  .walking .ar_1 { width: 160px; margin-left: 10px; height: 210px;}
  .walking .ar_1 .item { height: 180px;}
  
  .walking .ar_1 p { height: 30px; font-size: 14px;line-height: 30px;}

  .al-btn{margin-top: 20px;}
  .al-btn a{font-size: 13px;padding: 10px 30px;}
  
}

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



/* 招商/留言 */
.liuyan{padding: 80px 0;background: url(../images/bg8.jpg)no-repeat center fixed;}

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

.ly-left{float: left;width: 45%;}
.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: 20%; 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: 90%; 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: 20%;}
.ly-nr .mess_submit input[type=button] { background: #ffbf37; color: #fff;font-size: 16px; line-height: 1; border-radius: 2px;padding: 10px 50px;}
.ly-nr .mess_submit input[type=button]:hover { background: #ffbf37;color: #fff;}


.ly-right { float: right;width: 52%; padding-top: 60px; color: #fff;padding-right: 30px;}
.ly-right h5 {font-size: 16px;line-height: 1.5;}
.ly-right h2 {margin-top: 20px;font-size: 26px;line-height: 1;letter-spacing: 1px;}
.ly-right hr { border-top: 1px dashed #fff;margin: 15px 0 20px;}
.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: 60px 0;background: url(../images/bg7.jpg)no-repeat center;}

.xw-cont{}
.xw-cont ul{}
.xw-cont ul li{float: left;width: 25%;padding: 0 5px;}
.xw-cont ul li a{display: block;padding: 10px;background: #f3f3f3; position: relative;top: 0;transition: all .5s;}
.xw-cont ul li a .xw-img{height: 200px;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: 10px;}
.xw-cont ul li a .xw-info h3 { font-size: 16px; line-height: 1; color: #555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-cont ul li a .xw-info h5 {font-size: 12px; line-height: 1; color: #888; margin: 8px 0;}
.xw-cont ul li a .xw-info h5 .fa{margin-right: 5px;}
.xw-cont ul li a .xw-info p { font-size: 13px;line-height: 1.3; color: #777; height: 50px;overflow: hidden;}
.xw-cont ul li a .xw-info b { display: block;margin-top: 6px;}
.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){
  .xinw{padding: 30px 0;}
  
  .xw-cont{padding: 0 15px;}
  .xw-cont ul li {float: none; width: 100%; padding: 0;margin: 0 0 10px;}
  .xw-cont ul li a{overflow: hidden;padding: 6px;}
  .xw-cont ul li a .xw-img { height: 100px;float: left;width: 35%;}
  
  .xw-cont ul li a .xw-info {margin-top: 5px;float: left;width: 65%;padding-left: 10px;}
  .xw-cont ul li a .xw-info h3{font-size: 15px;}
  .xw-cont ul li a .xw-info h5 {margin: 8px 0;}
  .xw-cont ul li a .xw-info p {  font-size: 12px; line-height: 1.3; color: #777; height: 45px;overflow: hidden;}
  .xw-cont ul li a .xw-info b{display: none;}
  
  .xw-btn {margin-top: 20px;}
  .xw-btn a{font-size:13px;}
  
}

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










/* 友情链接 */
.links {margin: 30px 0 15px;}
.links span {font-size: 16px; line-height: 1.5; color: #555; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #9f0000; color: #fff;  line-height: 1; padding: 2px 10px;margin-right: 5px;border-radius: 2px;}
.links a{margin: 0 5px;font-size: 14px;line-height: 1.5;color: #ccc;}
.links a:hover{color: #9f0000;}





@media (max-width: 767px){

  .links{padding: 0 15px;margin: 30px 0 15px;}
  
  .links span b{font-size: 16px;}
  .links span{font-size: 15px;}
  .links a {font-size: 13px;}

}



/*底部*/
.f-nav { background: #9f0000;padding: 15px 0;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {float: left;padding: 5px 0;}

.f-nav ul li a { color: #fff; display: block;font-size: 15px;line-height: 1;border-right: 1px solid #ccc;padding: 0 32px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #9f0000;}

.f_one{background: url(../images/bg9.jpg)no-repeat center;padding-top: 40px;}

.f-logo{float: left;padding-right: 15px;width: 25%;}
.f-logo img{width: 100%;margin-top: 30px;}

.f-lx{float: left;width: 60%;padding: 10px 0;}
.f-lx h3 { font-size: 22px; line-height: 1;color: #fff;font-weight: bold;letter-spacing: 1px;margin-bottom: 10px;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #fff;}
.f-lx p a:hover{color: #ffbf37;}

.f-ewm{float: right;width: 24%;}
.f-ewm .ewm-box { float: left; width: 46%; border: 1px solid #ccc; border-radius: 10px;padding: 10px; margin: 0 2%;position:relative;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;  line-height: 1; color: #fff; position: absolute;  bottom: -10px;width: 80%; text-align: center;margin: 0 10%; background: #6e0000; z-index: 3; left: 0;}

.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: #fff;  padding: 12px 0; text-align: center; border-top: 1px solid #eee;}

.mo-f { background: #6e0000; 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-nav ul li a{padding: 0 38px;}
  
  .ly-nr .mess_list .form-control { width: 90%;}
  
}

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

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




/* 内页 */
.page-body { margin: 20px auto 50px;}
/* .left_menu{float: left;width: 23%;margin-right: 2%;padding: 0;} */
.page-body .col-md-9{float: none;width: 100%;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; border-bottom: 1px solid #ddd;background: #eee;font-size: 15px;}
.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: #9f0000;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #9f0000;}

.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: #9f0000;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #9f0000;} */

.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; padding: 10px 0 5px;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  padding: 2px 10px;text-align: right;}

.page-title{margin-bottom: 20px;text-align: center;}
.page-title h3 {color: #242424;font-size: 28px; font-weight: bold;letter-spacing: 2px;}
.page-title hr {border-top: 3px solid #9f0000;margin: 10px auto 0;width: 50px;}


/* 产品列表 */

.pro-nav{padding: 0;text-align:center;margin-bottom: 30px;}
.pro-nav ul{display: inline-block;}
.pro-nav ul li { float: left;width: 20%;margin-bottom: 10px;padding: 0 5px;}
.pro-nav ul li a {display: block; padding: 15px 10px; font-size: 15px;line-height: 1;color: #444;background: #eee;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.pro-nav ul li a:hover{background: #a1141a;color: #fff;}
.pro-nav ul li.on a{background: #a1141a;color: #fff;}


/* 图片列表 */
.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: #9f0000;}
.page-alist .col-md-4 a .img-inner { width: 100%;height: 290px;border: 1px solid #ccc;padding: 0;overflow: hidden;display: flex;justify-content: center;flex-direction: column;}
.page-alist .col-md-4 a .img-inner img {display: inline-block; margin: auto;max-width: 100%; max-height: inherit; width: 100%; height: auto;}
.page-alist .col-md-4 a .img-inner:hover{border: 1px solid #9f0000;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 新闻列表 */

.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: 15px;float: left;width: 25%;padding: 0 7px;border: none;}
.news_alist li a{display: block;padding: 6px;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: 16px; 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: 12px;line-height: 1.3;color: #999;height: 50px; 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: #9f0000;box-shadow: 0 3px 7px #9f000030;}

.news_alist li a .news-img{height: 180px;overflow: hidden;}
.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%;}

.page-lxwm{float: left;width: 60%;}

.page-liuyan { float: right; width: 40%; margin-top: -30px;background: #eee;padding: 20px; margin-bottom: 20px;}
.page-liuyan h3 { text-align: center;font-size: 20px; font-weight: bold; color: #000;margin-bottom: 20px;}
.page-liuyan .mess_list .mess_title{float:left;}
.page-liuyan .mess_list { overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 0;}
.page-liuyan .mess_list .mess_input,.page-liuyan .mess_list .mess_textarea{float: left;}
.page-liuyan .mess_list .form-control{height: 40px;padding: 5px 12px;font-size: 15px;width: 90%;}
.page-liuyan .mess_list .mess_textarea .form-control{height: 90px;}
.page-liuyan .form-control:focus {
    border-color: #f70b59;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,11,89,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,11,89,.6);
}
.page-liuyan .mess_button{text-align: center;}
.page-liuyan .mess_button input[type=button] { width: 80%;color: #fff; background: #f70b59; font-size: 15px;line-height: 1;padding: 13px 0;}
.page-liuyan .mess_button input[type=button]:hover{background: #f70b59;}


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



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

  .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: 25%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  
  .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;}
  
  
  .crumbs-item{display: none;}
  
}
@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;}
  
  .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;}
  
  .pro-nav ul li{width: 50%;}
  .pro-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  .page-title h3{font-size: 22px;}
  .page-title hr { border-top: 2px solid #9f0000;margin: 6px auto 0;width: 40px;}
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
  .product_detail .img {left: 9%;overflow: hidden;}
  
}

.zoomPad{z-index: 1 !important;}




