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

h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}

.wrapper{background: #f3f3f3;}

/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-con-tit h1{font-size: 20px;}

.bt{text-align: center;margin-bottom: 40px;overflow: hidden;padding: 0 15px;}
.bt-txt{float: left;text-align: left;}
.bt h3 {    color: #484848;font-size: 24px;line-height: 1;}
.bt h5 {    color: #aaaaaa;font-size: 12px;line-height: 1;margin-top: 5px;}

.bt-btn {float: right;}
.bt-btn a { display: block; background: #666; color: #fff;  width: 36px; height: 36px;}
.bt-btn a .fa {font-size: 20px;line-height: 36px;}
.bt-btn a:hover{background: #0e5d9e;}



@media (max-width: 992px){
  
  .bt{margin-bottom: 20px;}
  
  
}
@media (max-width: 767px){
  
  
  
}



/* 产品中心 */
.cpzs{padding: 50px 0;background: #fff;}



.cp-cont{position: relative;}
.cp-cont a{display: block;}
.cp-cont a .cp-img {height: 230px; overflow: hidden; display: flex;align-content: center;align-items: center;position:relative;}
.cp-cont a .cp-img img{width: 100%;min-height:100%;transition: all .5s;}
.cp-cont a .cp-img h2 {position: absolute;width: 100%; bottom: 0; left: 0;z-index: 3;color: #fff; background: rgb(0 0 0 / 40%);font-size: 16px;line-height: 1;padding: 10px 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cp-cont a p { font-size: 13px;text-align: left;line-height: 1.3;color: #777; height: 55px;overflow: hidden;padding: 5px;}
.cp-cont a span { display: block; margin-top: 5px;padding: 5px;border-bottom: 1px solid #ccc;text-align: left;font-size: 13px;line-height: 1;color: #0e5d9e;}

.cp-cont a:hover .cp-img img{transform: scale(1.1);}
.cp-cont a:hover .cp-img h2{background: #0e5d9e;}
.cp-cont a:hover span{border-color: #0e5d9e;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: -40px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: -40px;}

.cp-cont ul{}
.cp-cont ul li{float: left;width: 50%;padding: 0 5px;margin-bottom: 10px;}
.cp-cont ul li a{display:block;}


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

  .cp-cont a .cp-img{height: 180px;}
  
  
}

@media (max-width: 992px){
  
  .cp-cont {position: relative;padding: 0 30px;}
  .swiper-button-next, .swiper-button-prev{width: 30px;height: 30px;background-size: 100%;}
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 0;}
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 0;}
  
  .cp-cont a .cp-img{height: 170px;}
  .cp-cont a .cp-img h2{font-size: 15px;}
  
  
  
}

@media (max-width: 767px){
  
  .cp-cont{padding: 0;}
  .cpzs { padding: 30px 10px;background: #fff;}
  .cp-bt h3 {font-size: 16px;padding-left: 10px;border-left: 3px solid #0e5d9e;}
  .cp-bt h3 span{font-size: 22px;}
  .cp-bt a{font-size: 13px;}
  .cp-cont a .cp-img h2 {font-size: 13px;text-align: center;padding: 8px 5px;}
  .cp-cont a p{font-size: 12px;height: 36px;}
  .cp-cont a .cp-img { height: 130px;}
  .cp-cont a span{font-size: 12px;}
  
}



/* 企业概况 */
.gywm{background: url(../images/bg2.jpg)no-repeat center;padding: 50px 0;}

.gy-left{float: left;width: 50%;}
/* .gy-bt{position: relative;margin-bottom: 20px;} */
/* .gy-bt h5 {font-size: 60px;font-weight: bold;text-transform: uppercase;color: rgb(255 255 255 / 10%);line-height: 1;}
.gy-bt h3 {position: absolute;top: 10px;left: 5px;z-index: 2;font-size: 26px; color: #fff;line-height: 1;font-weight: bold;letter-spacing: 2px;} */
.gy-bt h3,.gy-bt h5{color: #fff;}
.gy-left .gy-txt{height: 200px;overflow: hidden;overflow-y: auto;padding-right: 15px;}
.gy-left .gy-txt p { font-size: 15px;line-height: 1.5;color: #eee;}
.gy-left .gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
.gy-left .gy-txt::-webkit-scrollbar-thumb { background-color: #002642;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}

.gy-right {float: right;width: 45%;border: 4px solid #fff;box-shadow: 5px 6px 1px #003861;}
.gy-right img{width: 100%;}

.gy-more{margin-top: 20px;}
.gy-more a { display: inline-block;font-size: 20px;line-height: 1; color: #fff;border: 1px solid #fff;padding: 6px 40px;}
.gy-more a:hover{background: #fff;color: #0e5d9e;}



.gy-btn{background: #045994;}
.gy-btn ul{overflow: hidden;}
.gy-btn ul li{float:left;width: 25%;text-align:center;padding: 20px 0;}
.gy-btn ul li a{display: block;border-right: 1px dashed #bbb;}
.gy-btn ul li a .b-img {width: 120px; height: 120px;background-size: 100% !important;margin: 0 auto 10px;display: flex;align-items: center;justify-content: center;}
.gy-btn ul li a .b-img img{max-width: 0%;transition: all .5s;}
.gy-btn ul li a p{font-size: 18px;line-height: 1;color: #fff;}
.gy-btn ul li:last-child a{border: none;}

.gy-btn ul li a:hover .b-img img{max-width: 100%;}

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

  .gy-left .gy-txt{height: 150px;}
  .gy-left .gy-txt p{font-size: 14px;}
  .gy-btn ul li a .b-img{width: 100px;height: 100px;}
  
}

@media (max-width: 992px){
  
  
  .gywm{padding: 30px 0;}

  .gy-left{width: 53%;}
  
  .gy-left .gy-txt{height: 140px;}
  .gy-left .gy-txt p{font-size: 13px;}
  .gy-btn ul li a .b-img{width: 75px;height: 75px;}
  
}

@media (max-width: 767px){
  
  .gywm {padding: 30px 10px;}
  
  .gy-right{float: none;width: 100%;margin-bottom: 20px;}
  .gy-left{float:left;width: 100%;}
  .gy-bt h5 {font-size: 44px;}
  .gy-bt h3{font-size: 22px;top: 6px;}
  .gy-left .gy-txt {height: 250px;}
  .gy-btn ul li a{padding: 10px 0;}
  .gy-btn ul li a .b-img { width: 60px;height: 60px;}
  .gy-btn ul li a p{font-size: 15px;}
}



/* 案例 */
.anli{padding: 50px 0;background: #fff;}

.al-cont{position: relative;}

.al-cont a{}
.al-cont a .al-img{position: relative;height: 270px;overflow: hidden;border: 1px solid #ddd;}
.al-cont a .al-img img{transform: scale(1.1);transition: all .5s;width: 100%;min-height: 100%;}
.al-cont a .al-img .al-box{position: absolute;width: 90%;height: 90%;top: 5%;left: 5%;border: 1px solid #fff;display: none;}
.al-cont a h3 { font-size: 15px; line-height: 40px; border-bottom: 1px solid #ddd;height: 40px;transition: all .3s;}

.al-cont a:hover .al-img img{transform:scale(1);}
.al-cont a:hover .al-img .al-box{display: block;}
.al-cont a:hover h3{color: #0e5d9e;border-bottom: 4px solid #0e5d9e;}


@media (max-width: 992px){
  
  .al-cont a .al-img{height: 180px;}
  
  
}
@media (max-width: 767px){
  .anli {padding: 30px 0;}
  .al-cont{}
  .al-cont ul{overflow: hidden;}
  .al-cont ul li{float: left;width: 50%;padding: 0 5px;margin-bottom: 15px;}
  .al-cont ul li a{display: block;}
  .al-cont a .al-img {height: 130px;}
  .al-cont a h3 {font-size: 13px;text-align: center;height: 30px;line-height: 30px;}
  
  
}





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

.xw-bt{text-align: center;margin-bottom: 40px;overflow: hidden;padding: 0 15px;}
.bt-txt{float: left;text-align: left;}
.xw-bt h3 {    color: #484848;font-size: 24px;line-height: 1;}
.xw-bt h5 {    color: #aaaaaa;font-size: 12px;line-height: 1;margin-top: 5px;}

.xw-btn {float: right;}
.xw-btn a { display: block; background: #666; color: #fff;  width: 36px; height: 36px;}
.xw-btn a .fa {font-size: 20px;line-height: 36px;}
.xw-btn a:hover{background: #0e5d9e;}


.xw-cont{}
.xw-cont ul{}
.xw-cont ul li{float: left;width: 50%;padding: 0 15px;margin-bottom: 25px;}
.xw-cont ul li a{display: block;background: #f3f3f3; position: relative;top: 0;transition: all .5s;overflow: hidden;}
.xw-cont ul li a .xw-img {height: 160px;overflow: hidden;float: left;width: 40%;background: #fff;display: flex;justify-content: center;align-items: center;}
.xw-cont ul li a .xw-img img{width: 100%;min-height: 100%;transition: all .8s;}
.xw-cont ul li a .xw-info{float: left;width: 60%;padding-left: 15px;}
.xw-cont ul li a .xw-info h3 { font-size: 16px; line-height: 1; color: #333;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-top: 10px;}
.xw-cont ul li a .xw-info h5 .fa{margin-right: 5px;}
.xw-cont ul li a .xw-info hr {border-top: 1px solid #ccc;margin: 20px 0;}
.xw-cont ul li a .xw-info p { font-size: 14px;line-height: 1.3; color: #777; height: 55px;overflow: hidden;}

.xw-cont ul li a:hover{}
.xw-cont ul li a:hover .xw-img img{transform: scale(1.05);}





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

  .xinw{padding: 30px 0;}
  .xw-cont ul li{padding: 0 10px;}
  .xw-cont ul li a .xw-img {height: 120px;}
  .xw-cont ul li a .xw-info h5{font-size: 12px;margin: 8px 0;}
  .xw-btn{margin-top: 20px;}
  .xw-btn a{font-size: 13px;padding: 10px 25px;}
  .xw-cont ul li a .xw-info p{font-size: 13px;height: 50px;}
  .xw-cont ul li a .xw-info hr{margin: 15px 0;}
  
}
@media (max-width: 767px){
  .xinw{padding: 30px 0;}

  .xw-bt{margin-bottom: 15px;}
  .xw-bt .fa {font-size: 30px;line-height: 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{overflow: hidden;}
  .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: 30px;overflow: hidden;}
  .xw-cont ul li a .xw-info b{display: none;}
  
  .xw-cont ul li a .xw-info hr { margin: 10px 0;}
  
  .xw-btn {margin-top: 20px;}
  .xw-btn a{font-size:13px;}
  
}

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





/* 案例展示 */



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

}

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

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


/* 联系我们 */
.lxwm{background: #eee;padding: 50px 0;}

.lx-cont{margin-bottom: 50px;}
.lx-bt{float: left;width: 15%;}
.lx-bt h3 {font-size: 26px;line-height: 1;font-weight: bold;letter-spacing: 2px;color: #333;margin-bottom: 5px;}
.lx-bt hr {border: 1px solid #0e5d9e; width: 50px;margin: 10px 0;}
.lx-bt h5 {font-family: Times New Roman;font-size: 22px;line-height: 14px;color: rgb(0 0 0 / 50%);}
.lx-info{float:left;width: 40%;}
.lx-info h2 {font-size: 24px;line-height: 1;color: #444;margin-bottom: 20px;}
.lx-info p {font-size: 15px;line-height: 1.5;margin-bottom: 5px;color: #555;}

.lx-dh{float: left;width: 20%;}
.lx-dh h3  {font-size: 24px;line-height: 1;color: #444;margin-bottom: 20px;}
.lx-dh h1 {text-align: left;font-size: 30px;line-height: 1;color: #0e5d9e;margin-bottom: 10px;}
.lx-dh .lx-time{overflow: hidden;}
.lx-dh .lx-time .fa {float: left; width: 10%;font-size: 20px;line-height: 1;color: #888;}
.lx-dh .lx-time .time-txt{float:left;}
.lx-dh .lx-time .time-txt p { font-size: 14px;line-height: 1.3;margin-bottom: 2px;color: #666;}
.lx-dh a { display: inline-block;margin-top: 10px;font-size: 16px;line-height: 1;color: #fff; background: #0e5d9e;padding: 10px 30px; border-radius: 2px;border: 2px solid #0e5d9e;transition: all .6s;}
.lx-dh a .fa{margin-right: 5px;}
.lx-dh a:hover{background: none;color:#0e5d9e;}

.lx-ewm{float:right;width: 22%;overflow: hidden;}
.lx-ewm .ewm-box{float: left;width: 50%;text-align: center;}
.lx-ewm .ewm-box img{width: 120px;}
.lx-ewm .ewm-box p {font-size: 13px;line-height: 1;margin-top: 5px;color: #444;}

.lx-addr {}
.lx-addr iframe{width: 100%;height: 300px;}


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

  .lx-dh{width: 23%;}
  .lx-ewm .ewm-box{padding: 0 5px;}
  .lx-ewm .ewm-box img {width: 100%;}
  
}

@media (max-width: 992px){
  
  .lx-bt h3{font-size: 22px;}
  .lx-bt h5{font-size: 20px;}
  .lx-bt hr {width: 40px;margin: 8px 0;}
  
  .lx-info{padding-right: 10px;}
  .lx-info h2{font-size: 22px;}
  .lx-info p {font-size: 14px;line-height: 1.3;margin-bottom: 3px;color: #555;}
  
  .lx-dh {float: left;width: 23%;}
  .lx-dh h1{font-size: 22px;}
  .lx-dh .lx-time .time-txt p{font-size: 12px;}
  
  .lx-dh a{font-size: 14px;padding: 8px 20px;}
  
  .lx-ewm .ewm-box{padding: 0 2px;}
  .lx-ewm .ewm-box img{width: 100%;}
  .lx-ewm .ewm-box p{font-size:12px;}
  
  .lx-cont { margin-bottom: 30px;}
  
}

@media (max-width: 767px){
  
  .lxwm {background: #eee;padding: 30px 10px;}
  
  .lx-bt,.lx-info,.lx-dh,.lx-ewm{float: none;width: 100%;}
  .lx-bt,.lx-info,.lx-dh{margin-bottom:20px;}
  .lx-ewm .ewm-box {padding: 0 20px;}
  
  .lx-dh .lx-time .fa{width: 6%;}
  .lx-dh h1 {font-size: 26px;}
  .lx-info h2{margin-bottom: 10px;}
  
  
  
  
}



/* 底部 */
.footers{text-align: center;background: #00559b;padding: 15px 0;}
.footers p.copyright {font-size: 15px;line-height: 1;color: #eee;}


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

}

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

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





/* 内页 */

.page-body .col-md-9{float: left;width: 75%;background: #fff;padding: 15px;}
.crumbs-item {border-bottom: 3px double #d7dbdf;overflow: hidden; margin-bottom: 10px;padding-bottom: 6px;}
.crumbs-item .fa {color: #0e5d9e;font-size: 18px; line-height: 20px;margin-right: 5px; vertical-align: text-bottom;}
.crumbs-item h5{float: right;font-size: 14px; line-height: 20px;color: #666;}

.page-title {position: relative;float: left;width: 30%;  color: #fff;height: 20px;line-height: 20px;}
.page-title a{display: none;}
.page-title a:last-child { display: block; position: absolute; bottom: 0; left: 5px;z-index: 3;color: #333;font-size: 17px;font-weight: bold;}



/* 左侧菜单 */
.left_menu{float:left;width: 23%;margin-right: 2%;padding: 0;}
.page-body .sec-tit { margin-top: 15px;background: #0e5d9e; height: 50px; line-height: 1; border: none;}
.sec-tit h2 {float: none;margin-top: 0;margin-bottom: 0;height: auto;line-height: 50px;font-size: 22px;color: #fff;border-bottom: none;padding: 0 15px;letter-spacing: 2px;}

.page-l-clist {border: none;margin-top: 0;background: #fff;margin-bottom: 10px;padding: 5px;}
.page-l-clist ul { padding: 0;border: 1px solid #ddd;}
.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: #f1f1f1;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: #fff; background: #0e5d9e;}
.page-l-clist li.layer1.on > a{height: auto;color: #fff; background: #0e5d9e;}

 .page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 200px;  padding: 0;background: #ffffff;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;}
.page-l-clist .layer2 li a{background: #f1f1f1;text-align: left;font-size: 14px;padding: 15px 10px;}
.page-l-clist .layer2 li a:hover{color: #fff; background: #0e5d9e;}
.page-l-clist li .layer2 ul li.on a{color: #fff; background: #0e5d9e;}

.page-l-clist li .pro-layer2 { position: static;left: 100%; top: 0px; width: 100%;  padding: 0;background: #ffffff;z-index: 9999;}
.page-l-clist li .pro-layer2 ul{border: none;}
.page-l-clist li .pro-layer2 ul li {height: auto; line-height: 1; border: none;}
.page-l-clist .pro-layer2 li a{background: #fff;text-align: left;font-size: 14px;padding: 15px 20px;}
.page-l-clist .pro-layer2 li a:hover{color: #fff; background: #0e5d9e;}
.page-l-clist li .pro-layer2 ul li.on a{color: #fff; background: #0e5d9e;}
.pro-layer2{display: block !important;}


.sec-marquee-c { background: #0e5d9e;padding: 8px;}
.sec-marquee-c ul { overflow: hidden;border: 1px solid #fff;padding: 10px;}
.sec-marquee-c ul li {font-size: 14px; line-height: 1.3; margin-bottom: 5px;color: #fff;}
.sec-marquee-c ul li strong {display: inline-block;font-size: 18px;line-height: 1;margin-bottom: 8px;font-weight: normal;}


.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: #0e5d9e;
    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: #0e5d9e;
    border-color: #0e5d9e;
}


.page-alist .col-md-4 {padding: 0 10px;margin-bottom: 10px;}
.img-inner {height: 210px;overflow: hidden;width: 300px;}
.page-alist .col-md-4 h5 { height: 30px;line-height: 30px;overflow: hidden;font-size: 16px;text-align: center;color: #555;float: none;}



.pro-alist .col-md-4 a .img-inner{border: none;position: relative;}
.pro-alist .col-md-4 a .img-inner h5 { position: absolute; left: 0;width: 100%;text-align: center;  bottom: 0; background: rgb(0 0 0 / 60%); color: #fff;font-size: 15px;height: 36px;line-height: 36px;}
.pro-alist .col-md-4 a p { font-size: 13px;line-height: 1.3;color: #888;height: 35px;overflow: hidden;margin-top: 10px;padding: 0 5px;}
.pro-alist .col-md-4 a span {font-size: 13px; display: block; border-bottom: 1px solid #ddd;  color: #0e5d9e;padding: 5px;}
.pro-alist .col-md-4 a:hover .img-inner h5{background: #0e5d9e;}
.pro-alist .col-md-4 a:hover p {color: #555;}
.pro-alist .col-md-4 a:hover span{border-color: #0e5d9e;}


/*新闻*/
.page-body {margin-top:36px;}
.page-alist{overflow:hidden;}


.page-alist ul{}
.page-alist ul li { padding-top: 0;margin-bottom: 30px;}
.page-alist ul li a{display: block;overflow: hidden;position: relative;}

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



/* iPad平板端 */
@media (max-width: 992px){
  
.page-body > .row > .col-md-3 {
    display: block;
}
  
  

}

/* 移动手机端 */
@media (max-width: 767px){

 .page-l-clist li a {display: block;font-size: 13px;color: #666;padding: 11px 10px;} 
.page-l-clist li {background: none;width: 33.3333%;text-align: center; padding: 0 3px;}
.page-l-clist li {color: #000;margin: 3px 0px;z-index: 1;}
  .page-alist ul li a .news_info h3 {font-size: 18px; }
  
  
}



/* 内页新闻列表 */
/*.page-alist {margin-top: 0;}
.page-alist li{padding: 20px 0;position: relative;left: 0;transition:all .6s;}
.page-alist .page-adate {float: left;width: 10%;background: #0e5d9e;padding: 7px 7px;text-align: right;color: #bbb;margin: 0;}
.page-alist .page-adate h3 {font-size: 26px;line-height: 1;color: #fff;font-weight: normal;margin: 0;}
.page-alist .page-adate p { margin: 5px 0 0;font-size: 16px;line-height: 1;color: #fff;}
.page-alist .page-atit{float:left;width: 90%;padding-left: 15px;}
.page-alist .page-atit h4 {font-size: 18px;line-height: 1; font-weight: normal;color: #222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .page-atit p {font-size: 14px;line-height: 1.3; color: #666; height: 36px;overflow: hidden;}
.page-alist li:hover{left: -6px;}
.page-alist li:hover .page-adate h3{color: #fff;}
.page-alist li:hover .page-adate p{color: #fff;}
.page-alist li:hover .page-atit h4{color: #000;}


.product_detail h1.title {text-align: center; font-family: "Microsoft YaHei";border-bottom: 1px solid #e0e1dc; margin-bottom: 15px;margin-top: 0;font-size: 20px;line-height: 1.3;color: #222;padding: 0 0 10px;}
.list_p li h2,.list_p li h2 a,.list_p li{font-size: 15px;}

.page-con-tit h1{font-size:20px;color: #222;line-height: 1.3;}
.page-detail { padding: 0 0 10px;font-size: 15px;line-height: 1.6;}


.page-content {font-size: 15px;line-height: 1.7;color: #555;padding-top: 0;}
.page-content p{margin-bottom: 5px;}
.page-content img{max-width: 100%;}




.hyperlink_a {
    margin: 5px;
    height: 30px;
    background: #1c88ec;
    margin-top: 0px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.hyperlink_a a{text-align: left;padding-left: 40px;}








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

  .img-inner{height: 170px;}
  
  
}

@media (max-width: 992px){
 
  .page-body .col-md-9{float: none;width: 100%;}
  .crumbs-item{font-size: 13px;}
  
  .page-alist .col-md-4{float: left;width: 33.3333%;padding: 0 5px;height: auto;}
  
  .img-inner {height: 180px !important;overflow: hidden;}
  
  .page-alist .col-md-4 h5 { height: auto;line-height: 1; overflow: hidden;font-size: 15px;text-align: center;color: #555;float: none; padding: 6px 0;}
  .product_detail h1.title{font-size: 18px;}
  
  .page-alist .page-adate{width: 12%;}
  .page-alist .page-atit{width: 88%;}
  
  .page-con-tit h1{font-size: 18px;}
}

@media (max-width: 767px){
  
  .page-body { margin: 0 auto; padding-bottom: 30px;background: #fff;}
  
  .page-title{width: 100%;}
  .crumbs-item h5{display: none;}
  
  .page-alist .col-md-4{float: left;width: 50%;height: auto;}
  
  .img-inner {height: 130px !important;overflow: hidden;padding: 3px;}
  
  
  .pro-alist .col-md-4 a .img-inner h5{font-size: 13px;height: 30px;line-height: 30px;padding: 0;}
  .pro-alist .col-md-4 a p{font-size: 12px;line-height: 1.2;height: 30px;}
  .pro-alist .col-md-4 a span{padding: 5px;}
  
  .page-alist .page-adate {width: 20%;}
  .page-alist .page-adate h3{font-size: 20px;}
  .page-alist .page-adate p{font-size: 14px;}
  
  .page-alist .page-atit {width: 80%;padding-left: 10px;}
  .page-alist .page-atit h4{font-size: 16px;}
  .page-alist .page-atit p{font-size: 12px;height: 30px;}
  
  .page-alist li{padding: 15px 0;}
  
}
*/

/* #right-menu{position: fixed;right: 0;top: 45%;z-index: 9999;}
#right-menu ul{}
#right-menu ul li{margin-bottom: 5px;}
#right-menu ul li .r-box {text-align: center;background: #0e5d9e;padding: 8px 5px;width: 70px;height: 70px;position: relative;cursor: pointer;}
#right-menu ul li img.ico{width: 40px;margin-bottom: 3px;}
#right-menu ul li p {font-size: 12px;line-height: 1; color: #fff;}

#right-menu ul li .dh-box{position:relative;}
#right-menu ul li .dh-box .dh-bg{position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 3;background: #0e5d9e;padding-top: 8px;}
#right-menu ul li .dh-box .dh-txt { background: #0e5d9e;position: absolute; right: -200px; top: 0;height: 100%;width: 200px;transition: all .5s;}
#right-menu ul li .dh-box .dh-txt h3 { font-size: 22px;font-weight: bold; color: #fff;line-height: 1.2;letter-spacing: 1px;padding-top: 10px;}
#right-menu ul li .dh-box:hover .dh-txt{right: 100%;}

.ewm-box{}
.ewm-box .ewm-img { position: absolute;right: 120%;bottom: 0; background: #0e5d9e;padding: 10px;width: 150px;height: auto;display: none;}
.ewm-box .ewm-img span {position: absolute;display: inline-block;width: 12px;height: 12px;background: #0e5d9e;right: -6px;bottom: 12px;transform: rotate(45deg);}
.ewm-box .ewm-img img{width: 100%;margin-bottom: 5px;}
.ewm-box .ewm-img h5{font-size: 13px;line-height: 1;color:#fff;}
.ewm-box:hover .ewm-img{display: block;} */



#right-ewm{position: fixed;right: 0;top: 59%;z-index: 999;margin-top: 150px;}
#right-ewm .ewm-box {text-align: center;background: #016cd9;padding: 8px 5px;width: 70px;height: 70px;position: relative;cursor: pointer;}
#right-ewm .ewm-box img.ico{width: 40px;margin-bottom: 3px;}
#right-ewm .ewm-box p {font-size: 12px;line-height: 1; color: #fff;}

.ewm-box .ewm-img { position: absolute;right: 120%;bottom: 0; background: #0e5d9e;padding: 10px;width: 150px;height: auto;display: none;}
.ewm-box .ewm-img span {position: absolute;display: inline-block;width: 12px;height: 12px;background: #0e5d9e;right: -6px;bottom: 12px;transform: rotate(45deg);}
.ewm-box .ewm-img img{width: 100%;margin-bottom: 5px;height: auto !important;}
.ewm-box .ewm-img h5{font-size: 13px;line-height: 1;color:#fff;}
.ewm-box:hover .ewm-img{display: block;}




#lxfs-ewm{position: fixed;right: 0;top: 49%;z-index: 999;margin-top: 150px;}
#lxfs-ewm .ewm-box {text-align: center;background: #016cd9;padding: 8px 5px;width: 70px;height: 70px;position: relative;cursor: pointer;}
#lxfs-ewm .ewm-box img{width: 40px;margin-bottom: 3px;}
#lxfs-ewm .ewm-box p {font-size: 12px;line-height: 1; color: #fff;}

.ewm-box .ewm-img { position: absolute;right: 120%;bottom: 0; background: #016cd9;padding: 10px;width: 200px;height: auto;display: none;}
.ewm-box .ewm-img span {position: absolute;display: inline-block;width: 12px;height: 12px;background: #0e5d9e;right: -6px;bottom: 12px;transform: rotate(45deg);}
.ewm-box .ewm-img p{font-size: 22px !important;font-weight: bold;color: #fff;line-height: 70px;letter-spacing: 1px;}
.ewm-box .ewm-img h5{font-size: 13px;line-height: 2;color:#fff;}
.ewm-box:hover .ewm-img{display: block;}
