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

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




/* 公用标题样式 */
.bt{margin-bottom: 30px;text-align:center;}
.bt h3 {font-size: 28px;line-height: 1; margin-bottom: 15px; letter-spacing: 3px; font-weight: bold;}
.bt h3 a{color: #000;}
.bt h5 {text-transform: uppercase;font-size: 16px; line-height: 1;color: #666;margin-bottom: 10px;}
.bt hr{margin: auto;border-top: 1px solid #ddd;}
.bt .line{background: #e60012;width: 120px;margin: -2px auto 0;height: 4px;}




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

}

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



.fenlei {padding: 80px 0 50px;background: #f5f5f5;}
.fenlei ul{padding: 0 25%;}
.fenlei ul li{float: left;width: 50%;}
.fenlei ul li a{display: block;padding: 10px;border: 1px solid #ddd;transition: all .5s;position: relative;background: #fff;}
.fenlei ul li a .fl-img{position: absolute;left: 50%;width: 120px;height: 120px;margin-left: -60px;top: -60px;z-index: 3;border-radius: 50%;border: 2px solid #ddd;overflow: hidden;background: #fff;}
.fenlei ul li a .fl-img img{width: 100%;position: absolute;top: 0;left: 0;transition: all .5s;}
.fenlei ul li a .fl-txt{margin-top: 60px;text-align: center;}
.fenlei ul li a .fl-txt h3 {font-size: 22px;line-height: 1;color: #000;}
.fenlei ul li a .fl-txt h5 {font-size: 20px;  line-height: 1; color: #bababa; margin-top: 8px;}
.fenlei ul li a:hover{}
.fenlei ul li a:hover .fl-img img{top: -116px;}








@media (min-width: 992px) and (max-width: 1200px){
 
  .fenlei ul li a .fl-img{width: 100px;height: 100px;margin-left: -50px;top: -50px;}
  .fenlei ul li a:hover .fl-img img {top: -96px;}
  .fenlei ul li a .fl-txt{margin-top: 50px;}
  .fenlei ul li a .fl-txt h5{font-size: 18px;margin-top: 5px;}
}
@media (max-width: 992px){
  
  .fenlei {padding-top: 60px;}
  
  .fenlei ul li a .fl-img{width: 80px;height: 80px;margin-left: -40px;top: -40px;}
  .fenlei ul li a:hover .fl-img img {top: -76px;}
  
  .fenlei ul li a .fl-txt{margin-top: 50px;}
  .fenlei ul li a{padding: 0 0 10px;}
  .fenlei ul li a .fl-txt h3 { font-size: 18px;}
  .fenlei ul li a .fl-txt h5{font-size: 15px;margin-top: 5px;}
  
  
}
@media (max-width: 767px){
  
  .fenlei {padding: 30px 15px 15px;}
  
  .fenlei ul{padding: 0;}
  .fenlei ul li{width: 50%;}
  .fenlei ul li a{padding: 10px 0;}
  
  .fenlei ul li a .fl-img{top: 10px;}
  .fenlei ul li a .fl-img img{}
  .fenlei ul li a img{width: 25%;}
  
  .fenlei ul li a .fl-txt {margin-top: 90px;}
  .fenlei ul li a .fl-txt h3{font-size: 16px;}
  
  .fenlei ul li a h5 {margin-top: 3px;font-size: 12px;}
  

}

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


.cpzs{padding: 50px 0;}

.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom:15px;}
.cp-cont ul li a{display: block; border: 1px solid #ddd;padding: 10px;transition: all .6s;}
.cp-cont ul li a .cp-img { height: 240px; overflow: hidden;background: #fff; display: flex;justify-content: center;position: relative;}
.cp-cont ul li a .cp-img img{height: 100%;transition: all .5s;min-width: 100%;}
.cp-cont ul li a .cp-img .img-bg {  position: absolute;width: 100%;height: 100%; left: 0; top: 0;background: rgb(0 0 0 / 60%);transform: rotateY(90deg);transition: all .6s;padding-top: 35%;text-align: center;}
.cp-cont ul li a .cp-img .img-bg .fa {color: #fff;font-size: 40px;line-height: 1;}
.cp-cont ul li a p {text-align: center; font-size: 15px;line-height: 1;color: #555;padding: 15px 0 5px;}
.cp-cont ul li a:hover{border: 1px solid #e60012;}
.cp-cont ul li a:hover .cp-img img{}
.cp-cont ul li a:hover p{}
.cp-cont ul li a .cp-img:hover .img-bg{transform: rotateY(0deg);}

.cp-btn{text-align:center;margin-top: 20px;}
.cp-btn a { display: inline-block;  background: #e60012;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 #e60012;}
.cp-btn a:hover{background: none;color: #e60012;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-cont ul li a .cp-img{height:170px;}

  
}

@media (max-width: 992px){
  .cpzs {padding: 30px 0;}
  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height:130px;}
  
  .cp-cont ul li a p{padding: 5px 0;}
 
  
}

@media (max-width: 767px){
 

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




/* 关于我们 第一版 */
/* .gywm{padding: 50px 0;background: #f3f3f3 url(../images/bg2.jpg)no-repeat center fixed;}

.gy-img { float: left;width: 47%; background: #e60012;padding: 10px;box-shadow: 1px 1px 20px #ffb0b0;}
.gy-img .img-box{}
.gy-img img{width: 100%;}
.gy-img .img-box h5 { position: absolute; top: 40%;color: #fff;  font-size: 24px;line-height: 1;width: 100%; text-align: center; background: rgb(0 0 0 / 50%);padding: 20px 0;letter-spacing: 1px;}

.gy-cont{}

.gy-nr{float: left;width: 50%;padding: 10px 0 0 30px;}
.gy-nr h3 {color: #e60012;font-size: 26px;line-height: 1;font-weight: bold;letter-spacing: 1px;border-bottom: 2px dotted #bbb;padding-bottom: 10px;margin-bottom: 20px;}
.gy-txt{}
.gy-txt p { font-size: 16px;color: #303030;line-height: 1.6;}
.gy-cont a { display: inline-block;font-size: 15px;line-height: 1;background: #e60012;color: #fff;padding: 12px 30px;border-radius: 3px;margin-top: 25px;}
.gy-cont a:hover{}

.gy-btn{float:left;width: 20%;}
.gy-btn .btn-box{}
.gy-btn .btn-box:first-child {margin-bottom: 30px;}
.gy-btn .btn-box a{display: block;position: relative;}
.gy-btn .btn-box a img{width: 100%;}
.gy-btn .btn-box a p {position: absolute;display: block; z-index: 3; width: 100%;background: #e600128a;text-align: center; color: #fff;font-size: 22px;line-height: 1;padding: 15px 0; top: 37%;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-cont{}
  .gy-cont h3{font-size: 24px;margin-bottom: 15px;}
  
  .gy-txt p{font-size: 14px;}
  .gy-cont a{margin-top: 20px;font-size: 14px;}
  .gy-img .img-box{height: 280px;}
  
}
@media (max-width: 992px){

  
  .gy-cont{padding: 0 10px;}
  .gy-img{width: 25%;padding: 6px;}
  .gy-img .img-box{height: 230px;}
  .gy-img .img-box h5{font-size: 20px;padding: 15px 0;}
  .gy-cont h3{font-size: 20px;margin-bottom: 10px;}
  .gy-txt p{font-size: 13px;}
  .gy-cont a{font-size: 13px;padding: 10px 25px;margin-top: 10px;}
  .gy-nr{padding: 10px 0 0 20px;}
  .gy-btn .btn-box a p{font-size: 16px;padding: 10px 0;}
  
}
@media (max-width: 767px){
  
  .gywm { padding: 30px 0; background: #f3f3f3 url(../images/bg8.jpg)no-repeat center top -40px;background-size: 100% auto;}
  .gy-img{float: none;width: 100%;margin-bottom: 20px;}
  .gy-nr {padding: 0 15px;float: none;width: 100%;}
  
  .gy-txt p{font-size: 14px;}
  
  .gy-btn {  float: none; width: 100%; overflow: hidden;padding: 0 5px;}
  .gy-btn .btn-box { float: left;width: 50%;padding: 0 10px;}
  .gy-btn .btn-box:first-child {margin-bottom: 0;}
  
}

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



/* 关于我们 第二版 */

.gywm {background: #f5f5f5;padding: 80px 0;}

.gy-bt{margin-bottom: 30px;}
.gy-bt .gy-tit{float: right;width: 66%;}
.gy-bt .gy-tit h3 { font-size: 30px;line-height: 1; color: #e60012;font-weight: bold;letter-spacing: 2px;}
.gy-bt .gy-tit h5 { font-size: 16px; line-height: 1;color: #5c0007;text-transform: uppercase;margin-top: 10px;}


.gy-num{background: #e60012;padding: 40px 0;}
.gy-num .num-cont{float: right;width: 66%;}
.gy-num .num-cont ul{overflow: hidden;}
.gy-num .num-cont ul li{float: left;width: 25%;text-align: center;color: #fff;}
.gy-num .num-cont ul li h2 {font-size: 36px;font-weight: bold;line-height: 1;}
.gy-num .num-cont ul li p { font-size: 16px;line-height: 1; margin-top: 15px;}

.gy-box{margin-top: 30px;}
.gy-box .container{position: relative;}
.gy-box .gy-img{position: absolute;left: 0;bottom: 0;width: 27%;background: #e60012;}
.gy-box .gy-img img{width: 100%;opacity: .75;}
.gy-box .gy-nr{float: right;width: 66%;}
.gy-box .gy-nr p { font-size: 16px;line-height: 1.5;color: #444;}


@media (min-width: 992px) and (max-width: 1200px){
  
  
  .gy-box .gy-img{width: 30%;}
  
  .gy-num{padding: 30px 0;}
  .gy-box .gy-nr p{font-size: 14px;}
  
  
  
}


@media (max-width: 992px){
  
  .gy-bt .gy-tit{width: 60%;}
  .gy-bt .gy-tit h3{font-size: 24px;}
  .gy-bt .gy-tit h5{font-size: 13px;margin-top: 5px;}
  
  .gy-num .num-cont{width: 60%;}
  .gy-num{padding: 30px 0;}
  .gy-num .num-cont ul li h2{font-size: 30px;}
  .gy-num .num-cont ul li p{font-size: 14px;margin-top: 10px;}
  .gy-box .gy-nr{width: 60%;}
  .gy-box .gy-nr p{font-size: 14px;}
  .gy-box .gy-img{width: 35%;bottom: 80px;}
  
}

@media (max-width: 767px){
  
  .gywm{padding: 30px 0;}
  .gy-bt .gy-tit, .gy-num .num-cont, .gy-box .gy-nr{float: none;width: 100%;padding: 0 15px;}
  
  .gy-bt {margin-bottom: 15px;}
  
  .gy-bt .gy-tit h3 {font-size: 20px;letter-spacing: 0;}
  .gy-bt .gy-tit h5 { font-size: 12px;margin-top: 5px;}
  
  .gy-num .num-cont ul li h2 {font-size: 26px;}
  .gy-num .num-cont ul li p {font-size: 12px;margin-top: 5px;}
  .gy-num {padding: 20px 0;}
  .gy-box .gy-img{display: none;}
  
  .gy-box {margin-top: 20px;}
  
  
  
  
  
  
}



.rongyu{padding: 50px 0;}
.ry-bt {overflow: hidden;margin-bottom: 20px;border-bottom: 5px double #e60012;padding-bottom: 5px;}
.ry-bt h3 {float: left;font-size: 22px; line-height: 1;font-weight: bold;color: #000;letter-spacing: 1px;}
.ry-bt h3 span {letter-spacing: 0;font-size: 18px;display: inline-block;font-weight: normal;font-style: italic;color: #999;}
.ry-bt a { float: right;display: inline-block;font-size: 14px;line-height: 1; background: #eee;padding: 5px 10px;border-radius: 6px;color: #666;}
.ry-bt a:hover{background: #e60012;color: #fff;}

.rongyu-cont{float: left;width: 66%;}

.rongyu-cont .walking{height: 220px !important;}
.rongyu-cont .walking .ar_1{width: 260px;height: 220px;}
.rongyu-cont .walking .ar_1 .item {height: 180px;border: none;}

.rongyu-cont .walking .ar_1 p{background: #ddd;height: 40px;line-height: 40px;}
.rongyu-cont .walking .ar_1:hover p{background: #e60012;color: #fff;}

.lxwm-cont{float: right;width: 30%;padding: 10px;border: 4px solid #e60012;margin-top: 30px;background: #eee;height: 240px;}
.lxwm-box{padding: 10px;}
.lxwm-cont h3 { font-size: 20px; font-weight: bold; letter-spacing: 1px;line-height: 1;color: #000; margin-bottom: 20px;margin-top: 10px;}
.lxwm-cont p { font-size: 15px; line-height: 1.5;color: #444;margin-bottom: 2px;}
.lxwm-cont img{width: 100%;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .lxwm-cont{width: 32%;}
  .lxwm-box {padding: 0;}
  
}
@media (max-width: 992px){

  .lxwm-box {padding: 0;}
  
  
  .rongyu-cont{width: 63%;}
  .rongyu {padding: 30px 0;}
  .rongyu-cont .walking{height: 150px !important;}
  .rongyu-cont .walking .ar_1 {width: 170px;height: 150px;margin-left: 10px;}
  .rongyu-cont .walking .ar_1 .item { height: 117px;}
  .rongyu-cont .walking .ar_1 p { font-size: 13px;background: #ddd; height: 30px;line-height: 30px;}
  .lxwm-cont{width: 35%;height: 170px;}
  .lxwm-cont h3{font-size: 16px;margin-bottom: 10px;}
  .lxwm-cont p{font-size: 13px;}
  
}
@media (max-width: 767px){
  
  .lxwm-cont{display: none;}

  .rongyu{padding: 30px 10px;}
  .rongyu-cont{float: none;width: 100%;}

  .ry-bt h3{font-size: 18px;}
  .ry-bt h3 span{font-size: 16px;}
  .ry-bt a{font-size: 12px;}
  
  
}







.anli{background: url(../images/bg6.jpg)no-repeat center;padding: 50px 0;}

.al-bt h3 a{color: #fff;}


.al-cont{}
.al-cont ul{overflow: hidden;}
.al-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom: 15px;}
.al-cont ul li a p { font-size: 16px;line-height: 1;text-align: center; color: #fff;padding: 15px 0;border-bottom: 1px solid #bbb;}
.al-cont ul li a .al-img{height: 210px;overflow: hidden;}
.al-cont ul li a .al-img img{width: 100%;transition: all .5s;}
.al-cont ul li a p{}
.al-cont ul li a:hover .al-img img{transform: scale(1.1);}

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

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

  .al-cont ul li{padding: 0 5px;margin-bottom: 10px;}
  .al-cont ul li a .al-img {height: 130px;}
  .al-cont ul li a p{font-size: 14px;padding: 10px 0;}
  .anli{padding: 30px 0;}
  
}
@media (max-width: 767px){

  
  .anli{background-size: auto 100%;}
  
  .al-cont{padding: 0 10px;}
  .al-cont ul li{width: 50%;}
  
  
  
  
  

}




/* 新闻 */
.xinw{padding: 50px 0;}

.xw-cont{}

.hj-bt{margin: 15px 0 10px;}
.hj-bt h5{margin: 10px 0 0;}

.xw-left { float: left; width: 46%; padding: 15px;box-shadow: 1px 1px 5px #ddd;}

.carousel-inner>.item{height: 360px;text-align: center;}
.carousel-inner>.item a{}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{height: 100%;min-width: 100%;}


.xw-right{float: right;width: 52%;}
.xw_top{overflow: hidden;margin-bottom: 10px;}
.xw_top .xw-img {float: left;width: 30%;height: 130px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.xw_top .xw-img img{width: 100%;min-height: 100%;}
.xw_top .xw-info{float: left;width: 70%;padding-left: 10px;}
.xw_top .xw-info h3 {font-size: 17px;line-height: 1;color: #333; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.xw_top .xw-info h5 {font-size: 13px; line-height: 1;color: #777;margin: 10px 0;}
.xw_top .xw-info p {font-size: 13px;line-height: 1.5;color: #555;}
.xw_top .xw-info p span {display: inline-block;color: #e60012;}
.xw_top .xw-info p span:hover{font-weight: bold;}

.xw-list ul {}
.xw-list ul li {border-bottom: 1px dashed #bbb;padding: 10px 5px;}
.xw-list ul li a{display:block;overflow: hidden;}
.xw-list ul li a h3 {font-size: 15px;line-height: 20px;float: left; width: 85%; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.xw-list ul li a h5 {float: right; width: 15%;text-align: right; font-size: 12px;line-height: 20px;color: #666;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  
  .xw-left{padding: 10px;}
  .carousel-inner>.item { height: 265px;text-align: center;}
  
  
  .xw-list ul li{padding: 5px;}
  .xw-list ul li a h5{width: 18%;}
  .xw-list ul li a h3{font-size: 14px;width: 82%;}
  
  .xw_top .xw-img{height: 90px;}
  .xw_top .xw-info h3{font-size: 15px;}
  .xw_top .xw-info h5{font-size: 12px;margin: 6px 0;}
  .xw_top .xw-info p {font-size: 12px;line-height: 1.3; color: #555; height: 45px;overflow: hidden;}

}
@media (max-width: 767px){
  
  .xinw {padding: 30px 0;}
  
  
  .xw-left { float: none;width: 100%; padding: 0 15px; margin-bottom: 20px;}
  
  .carousel-inner>.item { height: 230px;}
  .xw_top .xw-img{width: 35%;height: 95px;}
  .xw_top .xw-info{width: 65%;}
  .xw_top .xw-info h3{font-size: 15px;}
  .xw_top .xw-info h5{font-size: 12px;margin: 6px 0;}
  .xw_top .xw-info p { font-size: 12px;height: 36px;overflow: hidden;}
  
  .xw-list ul li a h3{font-size: 13px;width: 80%;}
  .xw-list ul li a h5{width: 20%;}

  .xw-right { float: none;width: 100%;padding: 0 15px;}
  .xw-list ul li{padding: 5px;}
}

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







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

.ys-list{}
.ys-list ul{overflow: hidden;}
.ys-list ul li{text-align: center;float: left;width: 20%;text-align: center;}
.ys-list ul li.ys-dot{margin-top: 50px;width: 10%;}
.ys-list ul li.ys-dot img { width: 10px; margin: 0 5px;}
.ys-list ul li .ys-img{}
.ys-list ul li .ys-img img{width: 120px;}
.ys-list ul li h3 {color: #fff;font-size: 18px;line-height: 1;letter-spacing: 2px;margin-top: 15px;}

.youshi h5 {color: #fff;text-align: center; font-size: 15px;padding: 0 15%; line-height: 1.5;margin-top: 50px;}
.youshi h2 {padding: 0 25%;overflow: hidden;margin-top: 50px;}
.youshi h2 hr {float: left;width: 30%;border-top: 2px solid #eee;margin: 15px 0 0;}
.youshi h2 span { color: #fff; float: left;width: 40%;text-align: center;display: inline-block;letter-spacing: 3px;font-size: 28px;line-height: 1;}

@media (min-width: 992px) and (max-width: 1200px){
  
  
  
  
}
@media (max-width: 992px){
  .youshi{padding: 50px 0;}
  .ys-list ul li .ys-img img {width: 100px;}
  .ys-list ul li h3 { font-size: 16px;letter-spacing: 1px;margin-top: 10px;}
  .youshi h5 {font-size: 14px;padding: 0 10%;line-height: 1.5;margin-top: 30px;}
  
  .youshi h2 { padding: 0 15%;overflow: hidden; margin-top: 30px;}
  .youshi h2 span{font-size: 24px;}
  .youshi h2 hr{margin: 13px 0 0;}
  
  
  
}
@media (max-width: 767px){
  
  .youshi{padding: 30px 0;}
  .ys-list {padding: 0 10px;}
  
  
  .ys-list ul li.ys-dot{display: none;}
  .ys-list ul li{width: 25%;padding: 0 5px;}

  .ys-list ul li .ys-img img {width: 70px;}
  .ys-list ul li h3{font-size: 13px;letter-spacing: 0;margin-top: 5px;}
  
  .youshi h5 { font-size: 13px; padding: 0 15px; margin-top: 20px;}
  .youshi h2 {  padding: 0 10%;overflow: hidden; margin-top: 20px;}
  .youshi h2 span{width: 50%;letter-spacing: 2px;font-size: 20px;}
  .youshi h2 hr{width: 25%;margin: 10px 0 0;}
  
}

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







/* 证书 */
.cert-bg{padding: 50px 0;}


.walking { width: 100%;  font-size: 12px; overflow: hidden; margin: 0;height: 280px !important;}
.walking .ar_1{width: 200px;margin-left: 15px;height: 280px;}
.walking .ar_1 .item{height: 250px;border: none;}
.walking .ar_1 .item img {vertical-align: middle;height: 100%;width: auto;}

.walking .ar_1 p { height: 30px; font-size: 15px; line-height: 30px;background: none;color: #333; padding: 0 5px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{color:#e60012;}

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

}
@media (max-width: 767px){
  
  .cert-bg {padding: 30px 0;}
  
  
  .walking{ height: 190px !important;}
  .walking .ar_1 { width: 130px; margin-left: 10px; height: 190px;}
  .walking .ar_1 .item {height: 160px;}
  .walking .ar_1 p {font-size: 12px;}

}

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








/* 友情链接 */
.links {margin: 30px 0 15px;}
.links span {font-size: 16px; line-height: 1.5; color: #090909; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #e60012; 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: #333;}
.links a:hover{color: #e60012;}

.links a img {  height: 40px; margin-right: 3px;vertical-align: middle;}



@media (max-width: 767px){

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

}



/*底部*/
.f-nav { background: #0c0c0c;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 69px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #e60012;}

.f_one{background: #242424;padding-top: 20px;}

.f-logo{float: left;border-right: 1px solid #5a5a5a;width: 35%;}
.f-logo img {width: 120px; margin: 0 auto 15px;display: block;}
.f-logo h3 { font-size: 26px; line-height: 1;font-weight: bold; color: #fff;letter-spacing: 1px; text-align: center;}
.f-logo h5 {text-align: center;color: #fff;font-size: 12px; text-transform: uppercase;line-height: 1;margin: 3px 0 20px;}

.searchbox{position: relative;margin-left: 50px;}
.searchbox input{ border: none;outline: none;}
.searchbox input[type="text"] { width: 220px;height: 36px;padding-left: 10px;font-size: 14px;color: #333;}
.searchbox input[type="submit"] { position: absolute; top: 0;left: 220px;background: #b10000; height: 36px; width: 80px;font-size: 15px;letter-spacing: 2px;color: #fff;}


.f-lx{float: left;width: 40%;padding: 10px 0 0 30px;}
.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;margin-bottom: 10px;}
.f-lx p .fa { width: 30px; text-align: center; font-size: 16px; line-height: 16px;}
.f-lx p a:hover{color: #e60012;}

.f-ewm{float: right;width: 24%;padding-top: 20px;}
.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: #242424; 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;margin-top: 30px;}

.mo-f { background: #242424; padding: 20px 15px;color: #fff;text-align: center;}
.mo-f h3 { font-size: 20px;line-height: 1;margin-bottom: 5px;}
.mo-f h5 {font-size: 13px;line-height: 1;color: rgb(255 255 255 / 50%);margin-bottom: 10px;}
.mo-f p {font-size: 14px;line-height: 1.5;margin-bottom: 0;text-align: left;}

@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: 20%; padding: 0 20px 0 0; position: relative;top: -90px;z-index: 999;}
.page-body .col-md-9{float: left;width: 80%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #e60012; height: auto; line-height: 1; border-bottom: 1px solid rgb(255 255 255 / 50%); padding: 25px 0;}
.sec-tit h3 { font-size: 22px; color: #fff; text-align: center;font-weight: bold;letter-spacing: 2px;}
.sec-tit h3 .fa {margin-right: 5px;font-size: 24px;line-height: 22px;vertical-align: bottom;}

.page-l-clist{border: none;background: #e60012;padding: 0 0 20px;}
.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:1px solid rgb(255 255 255 / 50%);z-index: 1;color: #fff;}
.page-l-clist li.layer1 a { display: block; overflow: hidden;padding: 15px;font-size: 14px;line-height: 1;}
.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: #e60012;background: #ffffff;}
.page-l-clist li.layer1.on a { height: auto; color: #e60012;background: #ffffff;font-weight: bold;}

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

.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-bottom: 1px solid #eee;overflow: hidden;margin-bottom: 15px;padding-bottom: 5px;}
.crumbs-item h6 {font-size: 15px;line-height: 1;color: #888;}
.crumbs-item h6 .fa {font-size: 18px; line-height: 15px;vertical-align: middle;margin-right: 3px;color: #aaa;}
.crumbs-item h6 a{color: #222;}

.page-title{margin-bottom: 20px;}
.page-title h3 { height: 32px;position: relative;  color: #fff; border-bottom: 1px solid #bbb;}
.page-title a{display: none;pointer-events: none;}
.page-title a:last-child { display: block; position: absolute; top: 0;color: #242424;font-size: 20px; font-weight: bold; border-bottom: 3px solid #242424; line-height: 1;padding-bottom: 10px;z-index: 3;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a { display: block;border: 1px solid #eee;padding: 5px;background: #fff;}
.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: 200px;border: none;padding: 0;overflow: hidden;display: flex;padding: 5px;position: relative;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-3 a .img-inner .img-bg {  position: absolute;width: 100%;height: 100%; left: 0; top: 0;background: rgb(0 0 0 / 60%);transform: rotateY(90deg);transition: all .6s;padding-top: 35%;}
.page-alist .col-md-3 a .img-inner .img-bg .fa {color: #fff;font-size: 40px;line-height: 1;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{}
.page-alist .col-md-3 a:hover{box-shadow: 1px 1px 3px #ddd;}
.page-alist .col-md-3 a .img-inner:hover .img-bg{transform: rotateY(0deg);}

.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 #e60012;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}

.page-alist .page-atit a:hover, .page-alist .col-md-4 h5:hover{color: #e60012;}

/* 新闻列表 */

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

.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{}
.news-alist ul{}
.news-alist ul li { padding-top: 0;margin-bottom: 15px;}
.news-alist ul li a{}
.news-alist ul li a h3 { font-size: 16px; line-height: 1; color: #222;font-weight: bold;}
.news-alist ul li a h3 .fa { font-size: 18px;line-height: 14px; vertical-align: bottom;margin-right: 5px;color: #e60012;}
.news-alist ul li a h5 {font-size: 12px;line-height: 1; color: #666;margin: 7px 0;}
.news-alist ul li a p {font-size: 14px;line-height: 1;color: #555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


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

.product_detail{padding: 0;}
.list_p li h2,.list_p li h2 a,.list_p li{font-size: 15px;}

.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-nav{padding: 0 10px;margin-bottom:20px;display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{float: left;width: 33.3333%;text-align: center;margin-bottom: 10px;padding: 0 5px;}
.page-nav ul li a {display: block;font-size: 15px;line-height: 1;  background: #eee;padding: 15px 0;}
.page-nav ul li a:hover {  background: #e60012; color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
  
  .page-alist .col-md-4 a .img-inner{height: 180px;}
  
  
  
}
@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 a{padding:15px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  
  .page-nav{display: block;}
  
}
@media (max-width: 767px){

  .page-body {margin: 10px auto 50px;}
  
  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .crumbs-item h6{font-size: 13px;padding: 0 10px;}
  
  .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%;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  
  .news-alist ul li {padding-top: 0; margin-bottom: 10px;padding-bottom: 10px;}
  .news-alist ul li a h3{font-size: 14px;}
  .news-alist ul li a h5{margin: 5px 0;}
  .news-alist ul li a p{font-size: 13px;}
  
  .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: 16px;  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: 10px;}

  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
}






