/* 自定义样式 */

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: 20px;text-align: center;}
.bt h3 {font-size: 28px;font-weight: bold;line-height: 1; color: #005aa6;letter-spacing: 2px;margin-bottom: 10px;}
.bt p { font-size: 15px;color: #555;line-height: 1; margin-bottom: 15px;}
.bt .line {width: 99%;height: 1px;background: #bbb;margin: 0 auto;position: relative;}
.bt .line hr {margin: 0 auto;width: 8%;border-top: 4px solid #005aa6;display: inline;position: absolute;top: -2px;margin-left: -4%;}


@media (max-width: 767px){
  
  .bt{padding: 0 15px;}
  .bt h3{font-size: 24px;}
  .bt p{font-size: 13px;line-height: 1.3;}
  
  .bt .line hr{width: 18%;margin-left: -9%;}
  
}




/* 产品中心 */
.product{padding: 50px 0;}

.pro-nav{text-align: center;margin-bottom: 30px;}
.pro-nav ul{overflow: hidden;padding: 0 8px;}
.pro-nav ul li { float: left;width: 14.285%; text-align: center;}
.pro-nav ul li a { display: block;background: #eee;font-size: 16px;line-height: 1;padding: 15px 0;color: #555;letter-spacing: 1px;border-right: 1px solid #ddd;}
.pro-nav ul li:last-child a{border: none;}
.pro-nav ul li a:hover{background: #005aa6;color: #fff;}

.pro-box{}
.pro-box .pro-list{}
.pro-box .pro-list li{margin-bottom: 15px;float: left;width: 25%;padding: 0 8px;text-align: center;}
.pro-box .pro-list li a{display: block;}
.pro-box .pro-list li .pro_img { height: 200px; overflow: hidden; display: flex;align-items: center;}
.pro-box .pro-list li .pro_img img{width: 100%;transition: all .6s;min-height: 100%;}
.pro-box .pro-list li a:hover .pro_img img{transform: scale(1.1);}
.pro-box .pro-list li a p {margin-top: 8px;font-size: 15px;line-height: 36px;background: #f8f8f8;transition: all .6s;}
.pro-box .pro-list li a:hover{}
.pro-box .pro-list li a:hover p{background: #005aa6;color: #fff;}

.pro-more{margin-top: 30px;}
.pro-more a {display: inline-block;font-size: 14px;line-height: 1;border: 2px solid #005aa6;padding: 10px 25px;transition: all .6s;background: #005aa6;color: #fff;}
.pro-more a:hover{background: none;color: #005aa6;font-weight: bold;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .pro-box .pro-list li .pro_img{height: 170px;}
  
}

@media (max-width: 992px) {
  .pro-nav ul li a{font-size: 14px;padding: 12px 0;}
  .pro-box .pro-list li .pro_img{height: 130px;}
  .pro-box .pro-list li a p{font-size: 1.2rem;}
  .pro-box .pro-list li{margin-bottom: 10px;padding: 0 5px;}
}

@media (max-width: 767px) {

  .product {padding: 30px 0;}
  
  .pro-nav {text-align: center; margin-bottom: 10px;overflow: hidden;padding: 0 10px;}
  .pro-nav ul{padding: 0;}
  .pro-nav ul li { float: left; width: 50%;text-align: center;margin-bottom: 10px;padding: 0 5px;}
  .pro-nav ul li a{border: none !important;}
  
  .pro-box {padding: 0 10px;}
  .pro-box .pro-list li{width: 50%;}
  .pro-box .pro-list li a{padding: 0;}
  .pro-box .pro-list li a p {margin-top: 5px;font-size: 13px; line-height: 2.5;background: #f8f8f8;transition: all .6s;}
  .pro-more {margin-top: 10px;}
  .pro-box .pro-list li .pro_img {height: 120px;}
  
  
}


.anli {background: url(../images/bg2.jpg)no-repeat center fixed;height: 350px; position: relative;margin-top: 120px;}

.al-cont {position: relative; top: -100px;}
.al-cont ul{}
.al-cont ul li{float: left;width: 33.3333%;padding: 0 15px;}
.al-cont ul li a{display: block;position: relative;top: 0;transition: all .5s;border-radius: 2px;overflow: hidden;}
.al-cont ul li a .al-img{height:250px;overflow: hidden;display: flex;align-items: center;}
.al-cont ul li a .al-img img{width: 100%;min-height: 100%;transition: all .5s;}
.al-cont ul li a p {background: #fff;text-align: center;font-size: 18px;line-height: 1; padding: 20px 0;color: #444;}
.al-btn { text-align: center; position: relative;bottom: 50px;}
.al-btn a {display: inline-block;color: #fff;font-size: 16px;line-height: 1;padding: 11px 40px;border: 2px solid #fff;transition: all .5s;}
.al-btn a:hover{background: #fff;color: #005aa6;font-weight:bold;}

.al-cont ul li a:hover{top: -10px;}
.al-cont ul li a:hover .al-img img{}
.al-cont ul li a:hover p{background: #005aa6;color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  .anli{height: 300px;}
  .al-cont ul li a .al-img{height: 200px;}
  
}

@media (max-width: 992px) {

  .al-cont ul li{padding: 0 10px;}
  .al-cont ul li a .al-img{height: 160px;}
  .al-cont ul li a p{font-size: 16px;padding: 15px 0;}
  .anli{height: 230px;}
  
}

@media (max-width: 767px) {
  .anli { height: auto; margin-top: 0;padding: 15px 0;}
  .al-cont { padding: 0 10px;position: static;}
  .al-cont ul li {float: none;width: 100%;margin-bottom: 15px;padding: 0 5px;}
  .al-cont ul li a .al-img {height: 220px;}
  .al-btn{position: static;}
  

}



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

.ys-bt{text-align: center;margin-bottom: 80px;position: relative;}
.ys-bt h5 {font-family: Times New Roman; font-size: 60px;text-transform: uppercase;font-weight: bold;color: rgb(0 0 0 / 8%);}
.ys-bt h3 {font-size: 30px;font-weight: bold;position: absolute; width: 100%;top: 20px;color: #000;letter-spacing: 2px;}
.ys-bt h3 span { display: inline-block; font-size: 60px; line-height: 1; margin: 0 3px;font-family: Times New Roman; border-bottom: 2px solid #005aa6; color: #005aa6;padding: 0 5px;font-style: italic;text-shadow: 2px 1px 0 #004783;}

.ys-cont{}
.ys-box{}
.ys-box.box_1 .ys-img{float: right;width: 40%;}
.ys-box.box_1 .ys-nr{float: left;width: 60%;}
.ys-box.box_2 .ys-img{float: left;width: 40%;}
.ys-box.box_2 .ys-nr{float: right;width: 60%;padding-left: 50px;}

.ys-box .ys-img img{width: 100%;}

.ys-txt{margin: 30px 0;}
.ys-txt h3 { font-size: 26px; line-height: 1; font-weight: bold;color: #005aa6;}
.ys-txt h3 b { background: url(../images/ba.png)no-repeat center;color: #fff; padding: 20px;display: inline-block; font-family: Times New Roman; font-size: 30px;font-style: italic;margin-right: 10px;}
.ys-txt p {padding-left: 70px; font-size: 17px;line-height: 1;}
.ys-txt p img {width: 20px;vertical-align: top;margin-right: 3px;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .ys-txt {margin: 20px 0;}
  
  
}

@media (max-width: 992px) {

  .ys-bt{margin-bottom: 40px;}
  .ys-bt h5{font-size: 44px;}
  .ys-bt h3{top: 0;}
  
  .ys-txt h3 b{background-size: 60px;font-size: 24px;}
  .ys-txt h3{font-size: 24px;height: 50px;}
  .ys-txt p { padding-left: 60px;font-size: 15px;margin-top: 5px;}
  .ys-txt {margin: 15px 0;}
  
}

@media (max-width: 767px) {
  
  .ys-bt h5 {font-size: 30px;}
  .ys-bt h3{font-size: 24px;}
  .ys-bt h3 span{font-size: 50px;}
  .ys-bt {margin-bottom: 30px;}
  .ys-txt {margin: 0 0 15px;}
  .ys-cont {padding: 0 15px;}
  .ys-box.box_1 .ys-img,.ys-box.box_2 .ys-img,.ys-box.box_1 .ys-nr,.ys-box.box_2 .ys-nr {float: none;width: 100%;padding: 0;}
  

}



.gywm{background: url(../images/bg2.jpg)no-repeat center fixed;padding-top: 50px;height: 350px;margin-bottom: 250px;}
.gy-bt{position: relative;margin-bottom: 40px;text-align: center;}
.gy-bt h5{font-size: 50px;font-weight: bold;font-family: Times New Roman;line-height: 50px;color: #ffffff4a;text-transform: uppercase;}
.gy-bt h3 { font-size: 30px;font-weight: bold;position: absolute;top: 24px; left: 0;letter-spacing: 3px;color: #fff;width: 100%;}
.gy-bt .fa { color: rgb(255 255 255 / 60%); font-size: 25px;line-height: 10px;margin-top: 20px;}

.gywm-bg {background: #fff; padding: 20px; box-shadow: 0 2px 5px #e1e1e1;border-radius: 3px;}

.gywm-img{float: left;width: 43%;padding: 6px;background: #fff;margin-right: 2%;}
.gywm-img .item img{width: 100%;}
.gywm-cont{float: right;width: 55%;padding-right: 30px;}
.gywm-cont h3 {font-size: 24px;line-height: 1;font-weight: bold;color: #005aa6;letter-spacing: 2px;}
.gywm-cont hr { border-top: 4px solid #eee; width: 60px; margin: 15px 0;border-image: linear-gradient(to left,#5cb4fe,#005aa6) 4;}
.gywm-cont .gy-nr p { font-size: 16px; line-height: 1.8;color: #444;}
.gywm-cont .gy-more{margin-top: 20px;}
.gywm-cont .gy-more a {display: inline-block; font-size: 14px;line-height: 1;border: 2px solid #005aa6; padding: 11px 25px;color: #005aa6;transition: all .5s;}
.gywm-cont .gy-more a:hover{background: #005aa6;color: #fff;border-radius: 2px;}



@media (min-width: 992px) and (max-width: 1200px){
  .gywm{margin-bottom: 180px;}
  .gywm-cont .gy-nr p {font-size: 15px;line-height: 1.5;}
  .gywm-cont .gy-more {margin-top: 10px;}
  .gywm-cont hr{margin: 10px 0;}
  
}

@media (max-width: 992px) {
  .gywm{margin-bottom: 150px;}
  .gywm-bg{padding: 10px;}
  .gywm-img{padding: 0;}
  .gywm-cont .gy-bt{display: none;}
  .gywm-cont .gy-nr {margin-top: 0;}
  .gywm-cont{padding-right: 0;}
  .gywm-cont .gy-nr p { font-size: 14px;line-height: 1.5;color: #444;}
  .gywm-cont h3{font-size: 20px;letter-spacing: 1px;}
  .gywm-cont hr{margin: 10px 0;}
  .gywm-cont .gy-more {margin-top: 10px;}
  .gywm-cont .gy-more a{font-size: 13px;padding: 10px 20px;}
  
}

@media (max-width: 767px) {
  
  .gywm {padding: 20px 15px;height: auto;margin-bottom: 30px;}
  .gywm-bg {padding: 10px;}
  
  .gywm-img {float: none;width: 100%;padding: 0;margin-bottom: 15px;}
  .gywm-cont {float: none; width: 100%;padding: 0;}
  .gywm-cont .gy-nr p {font-size: 1.3rem;line-height: 2;margin-bottom: 0;}
  .gywm-cont .gy-more {margin-top: 10px;}
  
  
  

}
















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


.xinw-box{}

.xinw-l{float: left;width: 50%;border-right: 1px dashed #005aa6;padding-right: 15px;}
.xinw-l .xw_info{padding: 10px 0;}
.xinw-l .xw_info .xw_img{float: left;width: 25%;margin-right: 3%;height: 100px;overflow: hidden;}
.xinw-l .xw_info .xw_img img{width: 100%;min-height: 100%;}
.xinw-l .xw_info .xw_text{float: left;width: 72%;}
.xinw-l .xw_info .xw_text{}
.xinw-l .xw_info .xw_text h3{font-size: 16px;line-height: 16px;color: #000;}
.xinw-l .xw_info .xw_text h5{font-size: 12px;line-height: 36px;color: #888;}
.xinw-l .xw_info .xw_text p{font-size: 14px;line-height: 24px;color: #666;height: 50px;overflow: hidden;}

.xinw-r{float: left;width: 50%;padding-left: 20px;}
.xinw-r li{padding: 15px 0;border-bottom: 1px dashed #bbb;}
.xinw-r a h3 {float: left;width: 80%;font-size: 16px;line-height: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xinw-r a h3 .fa { font-size: 16px;line-height: 15px;margin-right: 6px;color: #dbaa21;}
.xinw-r a:hover h3{}
.xinw-r a p {float: right;width: 20%;font-size: 13px;line-height: 13px;color: #666;text-align: right;}

.xinw-more{margin-top: 40px;}
.xinw-more a {display: inline-block;  font-size: 14px;line-height: 14px;border: 2px solid #005aa6;padding: 10px 30px;border-radius: 2px;transition: all .6s;}
.xinw-more a:hover{background: #005aa6;color: #fff;}

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

@media (max-width: 992px) {

  .xinw-r a p{font-size: 1.2rem;}
  
}

@media (max-width: 767px){

  
  .xw-bt h3 { font-size: 2.5rem;}
  .xw-bt p {font-size: 1.2rem;line-height: 1.6;padding: 0 15px;}
  
  .xinw-l,.xinw-r{float: none;width: 100%;padding: 0 15px;margin-bottom: 10px;}
  .xinw-l{border: none;}
  
  .xinw-l .xw_info .xw_img{width: 35%;height: 90px;margin-right: 0;}
  .xinw-l .xw_info .xw_text {float: left; width: 65%;padding-left: 10px;}
  .xinw-l .xw_info .xw_text h5 {font-size: 12px;line-height: 1;color: #888;margin: 10px 0;}
  .xinw-l .xw_info .xw_text p {font-size: 13px;line-height: 1.4; color: #666;height: 36px;overflow: hidden;}
  
  .xinw-r a h3{font-size: 1.5rem;}
  .xinw-r a p{font-size: 1rem;}

}



/*底部*/
.footers{background: #343434;}

.f-nav {padding: 15px 0;}
.f-nav ul { overflow: hidden; border-bottom: 1px solid #888;padding-bottom: 15px;}
.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 55px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #a7e1ff;}

.f_one{}

.f-lx{float: left;width: 50%;padding: 10px 0 10px 15px;}
.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: #0180c3;}

.f-dh{float: left;text-align: right;width: 25%;color: #fff;margin-top: 20px;}
.f-dh p {font-size: 16px;line-height: 1;letter-spacing: 2px;}
.f-dh h4 {font-size: 30px;line-height: 1;margin: 15px 0;}
.f-dh a { display: inline-block;font-size: 15px;line-height: 1;border: 1px solid #fff; padding: 12px 30px;border-radius: 3px;}
.f-dh a:hover{background: #fff;font-weight: bold;}

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

.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: 20px;}
p.copyright a:hover{color: #a7e1ff;}

.footer{display: none;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;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-lx{width: 60%;}
  .f-nav ul li a{font-size: 15px;padding: 0 38px;}
  .f-ewm { width: 13%;margin-right: 0%;}
  
}
@media (max-width: 992px){

  .f-left { float: left; width: 72%;}
  .f-nav ul li a {font-size: 13px;margin-right: 20px;}
  .f-lx p {font-size: 13px; line-height: 1.6;}
}
@media (max-width: 767px){

}


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


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


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #014da1; 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: #fff; font-size: 14px; line-height: 1; color: #555;}
.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: #014da1;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #014da1;}

.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 #014da1;padding: 5px 10px;background: #fff;}
.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: #014da1;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #014da1;}

.sec-marquee-c{background: #fff;}

.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: #014da1;
    border-color: #014da1;
}



.img-inner{width: 300px;}
.page-alist .col-md-3{margin-bottom: 10px;}
.page-alist .col-md-3 h5 {font-size: 15px;text-align: center;line-height: 2;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.wp-pagenavi{text-align: center;}

#allmapmapcontact { width: 100%;height: 350px; overflow: hidden;margin: 0;}

.crumbs-item {line-height: 30px;border-bottom: 3px double #d7dbdf;overflow: hidden;margin-bottom: 10px;font-size: 15px;color: #555;}
.product_detail h1.title{font-size: 22px;}
.list_p li {height: 36px;line-height: 36px;font-size: 14px;border-bottom: 1px dashed #e0e1dc;padding-bottom: 5px;padding-top: 0;font-family: "Microsoft YaHei";}
.bdshare-button-style0-16 {padding-top: 5px;}
.list_p li h2 {font-size: 14px;font-weight: normal;font-family: "Microsoft YaHei";line-height: 36px;}

.page-nav{display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{float: left;width: 33.3333%;padding: 0 10px;margin-bottom: 15px;}
.page-nav ul li a{display: block;text-align: center;font-size: 14px;line-height: 36px;border: 1px solid #bbb;color: #555;}
.page-nav ul li a:hover{background: #014da1;color: #fff;border-color: #014da1;}


/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0 0 5px #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: #014da1;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 200px;border: none;padding: 0;overflow: hidden;display: flex;padding: 5px;}
.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:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;border: 1px solid #ddd;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;margin-top: 10px; color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #014da1;}
.page-alist .col-md-4 a .img-inner { height: 210px;  border: none; padding: 0; overflow: hidden;;padding: 5px;}
.page-alist .col-md-4 a .img-inner img { }
.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);}


/* 新闻列表 */

.page-alist .page-adate {background: #014da1;}
.page-alist .page-adate {width: 70px;height: 66px;}
.page-alist .page-adate h3 {font-size: 26px;font-weight: normal;}
.page-alist .page-adate p {margin-bottom: 5px;font-size: 15px;line-height: 1;margin-top: 5px;}
.media-heading {margin-top: 0;margin-bottom: 5px;font-size: 18px;line-height: 1;letter-spacing: 1px;}
.page-alist .page-atit p {color: #555;font-size: 14px;line-height: 1.5;}
.page-con-tit h1 {font-size: 20px;letter-spacing: 1px;line-height: 1;margin-bottom: 5px;}

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

.page-alist{}
.page-alist li{padding-top: 0;margin-bottom:15px;}


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

.page-content {padding: 0;}
.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-body .col-md-12{background: #fff;padding: 20px;}


/* 地图 */
.page-addr{margin-top: 30px;}
.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%;height: auto;}
  .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;}
  
  
  .page-nav{display: block;}
  
}
@media (max-width: 767px){

  .page-body {margin: 0 auto 50px;}
  .page-body .col-md-9{padding: 20px 15px;}
  
  .wrapper{background: none;}
  
  .page-alist{padding: 0;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 15px;width: 50%;height: auto;}
  .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;}
  
  .list-title h3{font-size: 14px;width: 80%;}
  .list-title span{width: 20%;}
  
  .page-alist .page-adate {background: #222;color: #c96;}
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a { font-size: 13px; padding: 0;line-height: 30px;}
  
  .product_detail h1.title {font-size: 18px;}
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}

}










